.blog-page{min-height:100vh;background:var(--color-cream);padding-top:120px}.blog-container{max-width:1200px;margin:0 auto;padding:var(--space-10) var(--space-8) 0;padding-left:100px}.blog-page .blog-container{padding-left:var(--space-8);padding-right:var(--space-8)}@media(min-width:1400px){.blog-container{padding-left:var(--space-8)}}@media(max-width:768px){.blog-container,.blog-post-container,.blog-post-ending{padding-left:var(--space-4);padding-right:var(--space-4)}}.floating-logo{transition:opacity .2s ease}.floating-logo.blog-logo-hidden{opacity:0!important;pointer-events:none!important}happychef-nav{transition:opacity .2s ease,transform .2s ease}happychef-nav.blog-nav-hidden{opacity:0!important;pointer-events:none!important;transform:translateY(-20px)}.blog-header{text-align:center;margin-bottom:var(--space-12);padding-top:var(--space-8)}.blog-header .section-tag{display:inline-flex;align-items:center;gap:var(--space-2);background:#ff6b351a;color:var(--color-primary);padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-4)}.blog-header .section-title{font-size:var(--text-4xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--space-4);line-height:1.2}.blog-header .section-subtitle{font-size:var(--text-lg);color:var(--color-gray-600);max-width:600px;margin:0 auto}.reports-section{margin-bottom:var(--space-12);padding-bottom:var(--space-10);border-bottom:1px solid var(--color-gray-200)}.reports-header{text-align:center;margin-bottom:var(--space-8)}.reports-badge{display:inline-flex;align-items:center;gap:var(--space-2);background:linear-gradient(135deg,#1e3a5f,#2d5a87);color:#fff;padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-4);box-shadow:0 4px 15px -3px #1e3a5f4d}.reports-title{font-size:var(--text-3xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--space-3);line-height:1.2}.reports-subtitle{font-size:var(--text-lg);color:var(--color-gray-600);max-width:500px;margin:0 auto}.reports-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-6)}@media(max-width:768px){.reports-grid{grid-template-columns:1fr}.reports-title{font-size:var(--text-2xl)}.reports-subtitle{font-size:var(--text-base)}}.blog-search-filter{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:center;align-items:center;margin-bottom:var(--space-10)}.blog-search{position:relative;flex:1;max-width:400px}.blog-search-input{width:100%;padding:var(--space-4) var(--space-6);padding-left:48px;border:2px solid var(--color-gray-200);border-radius:var(--radius-full);font-size:var(--text-base);font-family:var(--font-primary);background:var(--color-white);transition:all var(--transition-base)}.blog-search-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #ff6b351a}.blog-search-input::placeholder{color:var(--color-gray-400)}.blog-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--color-gray-400);pointer-events:none}.blog-tags{display:flex;flex-wrap:wrap;gap:var(--space-2);justify-content:center}.blog-tag{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-4);background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:500;color:var(--color-gray-700);cursor:pointer;transition:all var(--transition-base)}.blog-tag:hover,.blog-tag.active{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.blog-tag-count{font-size:var(--text-xs);opacity:.7}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-8);margin-bottom:var(--space-8)}@media(max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.blog-grid{grid-template-columns:1fr}}.blog-card{background:var(--color-white);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);transition:all var(--transition-base);display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.blog-card-image{position:relative;aspect-ratio:16 / 9;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-tags{position:absolute;bottom:var(--space-3);left:var(--space-3);display:flex;flex-wrap:wrap;gap:var(--space-2)}.blog-card-tag{background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:600;color:var(--color-primary)}.blog-card-content{padding:var(--space-6);flex:1;display:flex;flex-direction:column}.blog-card-meta{display:flex;align-items:center;gap:var(--space-4);font-size:var(--text-sm);color:var(--color-gray-500);margin-bottom:var(--space-3)}.blog-card-date,.blog-card-read-time{display:flex;align-items:center;gap:var(--space-1)}.blog-card-date svg,.blog-card-read-time svg{width:14px;height:14px}.blog-card-title{font-size:var(--text-xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--space-3);line-height:1.3;transition:color var(--transition-base)}.blog-card:hover .blog-card-title{color:var(--color-primary)}.blog-card-excerpt{font-size:var(--text-base);color:var(--color-gray-600);line-height:1.6;margin-bottom:var(--space-4);flex:1}.blog-card-author{display:flex;align-items:center;gap:var(--space-3);padding-top:var(--space-4);border-top:1px solid var(--color-gray-100)}.blog-card-author-image{width:40px;height:40px;border-radius:var(--radius-full);overflow:hidden}.blog-card-author-image img{width:100%;height:100%;object-fit:cover}.blog-card-author-name{font-size:var(--text-sm);font-weight:600;color:var(--color-gray-800)}.blog-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.blog-post-page{min-height:100vh;background:var(--color-cream);padding-top:0}.blog-hero{min-height:400px;padding:180px 24px 60px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.blog-hero-content{max-width:800px;text-align:center;position:relative;z-index:2}.blog-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#ff6b351a;border-radius:50px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px}.blog-hero-badge svg{width:18px;height:18px}.blog-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;margin-bottom:16px}.blog-hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);line-height:1.6;opacity:.9;max-width:600px;margin:0 auto}.blog-hero--no-show{background:linear-gradient(135deg,#fff5f3,#ffe8e4,#ffd6cf)}.blog-hero--no-show .blog-hero-badge{background:#dc35451a;color:#dc3545}.blog-hero--no-show .blog-hero-title{color:#2d3436}.blog-hero--no-show .blog-hero-subtitle{color:#555}.blog-hero--no-show:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(220,53,69,.08) 0%,transparent 70%);top:-100px;right:-100px;animation:pulse-slow 8s ease-in-out infinite}.blog-hero--no-show:after{content:"";position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(255,107,53,.1) 0%,transparent 70%);bottom:-80px;left:-80px;animation:pulse-slow 6s ease-in-out infinite reverse}.noshow-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.noshow-chair{position:absolute;width:60px;height:60px;opacity:.15}.noshow-chair svg{width:100%;height:100%}.noshow-chair:nth-child(1){top:25%;left:10%;animation:float-rotate 8s ease-in-out infinite}.noshow-chair:nth-child(2){top:35%;right:12%;animation:float-rotate 7s ease-in-out infinite 1s}.noshow-chair:nth-child(3){bottom:20%;left:15%;animation:float-rotate 9s ease-in-out infinite 2s}.noshow-chair:nth-child(4){bottom:30%;right:10%;animation:float-rotate 6s ease-in-out infinite .5s}.noshow-x{position:absolute;width:40px;height:40px;color:#dc3545;opacity:.3}.noshow-x svg{width:100%;height:100%}.noshow-x:nth-child(5){top:30%;left:25%;animation:pulse-fade 4s ease-in-out infinite}.noshow-x:nth-child(6){top:45%;right:20%;animation:pulse-fade 3s ease-in-out infinite 1s}.noshow-x:nth-child(7){bottom:25%;left:8%;animation:pulse-fade 5s ease-in-out infinite 2s}.noshow-x:nth-child(8){bottom:15%;right:25%;animation:pulse-fade 4s ease-in-out infinite .5s}.blog-hero--website{background:linear-gradient(135deg,#f0f7ff,#e1effe,#d0e7ff)}.blog-hero--website .blog-hero-badge{background:#3b82f61a;color:#3b82f6}.blog-hero--website .blog-hero-title{color:#2d3436}.blog-hero--website .blog-hero-subtitle{color:#555}.blog-hero--website:before{content:"";position:absolute;width:450px;height:450px;background:radial-gradient(circle,rgba(59,130,246,.08) 0%,transparent 70%);top:-150px;left:-150px;animation:pulse-slow 10s ease-in-out infinite}.website-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.website-window{position:absolute;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000014;overflow:hidden;opacity:.8}.website-window:before{content:"";position:absolute;top:0;left:0;right:0;height:20px;background:linear-gradient(135deg,#e5e7eb,#f3f4f6);display:flex;align-items:center;padding-left:8px}.website-window:after{content:"";position:absolute;top:6px;left:8px;width:8px;height:8px;background:#ef4444;border-radius:50%;box-shadow:14px 0 #fbbf24,28px 0 #22c55e}.website-window:nth-child(1){width:120px;height:80px;top:25%;left:8%;animation:float-window 8s ease-in-out infinite}.website-window:nth-child(2){width:100px;height:70px;top:30%;right:10%;animation:float-window 7s ease-in-out infinite 1s}.website-window:nth-child(3){width:90px;height:60px;bottom:25%;left:12%;animation:float-window 9s ease-in-out infinite 2s}.website-code{position:absolute;font-family:monospace;font-size:10px;color:#3b82f6;opacity:.2;white-space:pre}.website-code:nth-child(4){top:40%;right:5%;animation:code-fade 6s ease-in-out infinite}.website-code:nth-child(5){bottom:20%;right:15%;animation:code-fade 5s ease-in-out infinite 1.5s}.blog-hero--reservation{background:linear-gradient(135deg,#f0fdf4,#dcfce7,#bbf7d0)}.blog-hero--reservation .blog-hero-badge{background:#22c55e1a;color:#22c55e}.blog-hero--reservation .blog-hero-title{color:#2d3436}.blog-hero--reservation .blog-hero-subtitle{color:#555}.blog-hero--reservation:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(34,197,94,.1) 0%,transparent 70%);bottom:-100px;right:-100px;animation:pulse-slow 9s ease-in-out infinite}.reservation-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.reservation-calendar{position:absolute;width:70px;height:70px;background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;display:flex;flex-direction:column;overflow:hidden;opacity:.85}.reservation-calendar:before{content:"";position:absolute;top:0;left:0;right:0;height:18px;background:#22c55e}.reservation-calendar:after{content:attr(data-day);position:absolute;bottom:8px;left:0;right:0;text-align:center;font-size:24px;font-weight:700;color:#2d3436}.reservation-calendar:nth-child(1){top:25%;left:10%;animation:float-bounce 7s ease-in-out infinite}.reservation-calendar:nth-child(2){top:35%;right:12%;animation:float-bounce 8s ease-in-out infinite 1s}.reservation-calendar:nth-child(3){bottom:20%;left:8%;animation:float-bounce 6s ease-in-out infinite 2s}.reservation-check{position:absolute;width:35px;height:35px;background:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;opacity:.7}.reservation-check svg{width:20px;height:20px}.reservation-check:nth-child(4){top:50%;left:20%;animation:pop-in 4s ease-in-out infinite}.reservation-check:nth-child(5){bottom:30%;right:18%;animation:pop-in 5s ease-in-out infinite 1s}.reservation-check:nth-child(6){top:30%;right:25%;animation:pop-in 3s ease-in-out infinite 2s}.blog-hero--waitlist{background:linear-gradient(135deg,#faf5ff,#f3e8ff,#e9d5ff)}.blog-hero--waitlist .blog-hero-badge{background:#9333ea1a;color:#9333ea}.blog-hero--waitlist .blog-hero-title{color:#2d3436}.blog-hero--waitlist .blog-hero-subtitle{color:#555}.blog-hero--waitlist:before{content:"";position:absolute;width:350px;height:350px;background:radial-gradient(circle,rgba(147,51,234,.08) 0%,transparent 70%);top:-80px;left:-80px;animation:pulse-slow 7s ease-in-out infinite}.waitlist-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.waitlist-person{position:absolute;width:40px;height:40px;background:#fff;border-radius:50%;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:center;color:#9333ea;opacity:.7}.waitlist-person svg{width:24px;height:24px}.waitlist-person:nth-child(1){top:30%;left:15%;animation:queue-move 10s ease-in-out infinite}.waitlist-person:nth-child(2){top:30%;left:22%;animation:queue-move 10s ease-in-out infinite .5s}.waitlist-person:nth-child(3){top:30%;left:29%;animation:queue-move 10s ease-in-out infinite 1s}.waitlist-person:nth-child(4){bottom:25%;right:15%;animation:queue-move 8s ease-in-out infinite 1.5s}.waitlist-person:nth-child(5){bottom:25%;right:22%;animation:queue-move 8s ease-in-out infinite 2s}.waitlist-notification{position:absolute;background:#fff;border-radius:12px;padding:12px 16px;box-shadow:0 4px 15px #0000001a;font-size:12px;font-weight:600;color:#9333ea;display:flex;align-items:center;gap:8px;opacity:.85}.waitlist-notification:before{content:"";width:8px;height:8px;background:#22c55e;border-radius:50%;animation:blink 2s ease-in-out infinite}.waitlist-notification:nth-child(6){top:45%;right:10%;animation:slide-in 6s ease-in-out infinite}.waitlist-notification:nth-child(7){bottom:35%;left:8%;animation:slide-in 7s ease-in-out infinite 2s}.blog-hero--google{background:linear-gradient(135deg,#fefce8,#fef9c3,#fef08a)}.blog-hero--google .blog-hero-badge{background:#eab30826;color:#ca8a04}.blog-hero--google .blog-hero-title{color:#2d3436}.blog-hero--google .blog-hero-subtitle{color:#555}.blog-hero--google:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(66,133,244,.06) 0%,transparent 70%);top:-200px;right:-200px;animation:pulse-slow 12s ease-in-out infinite}.google-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.google-pin{position:absolute;width:35px;height:45px;opacity:.6}.google-pin svg{width:100%;height:100%}.google-pin:nth-child(1){top:28%;left:12%;color:#ea4335;animation:bounce-pin 3s ease-in-out infinite}.google-pin:nth-child(2){top:35%;right:15%;color:#4285f4;animation:bounce-pin 4s ease-in-out infinite 1s}.google-pin:nth-child(3){bottom:22%;left:18%;color:#34a853;animation:bounce-pin 3.5s ease-in-out infinite 2s}.google-pin:nth-child(4){bottom:30%;right:10%;color:#fbbc04;animation:bounce-pin 4.5s ease-in-out infinite .5s}.google-star{position:absolute;width:25px;height:25px;color:#fbbc04;opacity:.5}.google-star svg{width:100%;height:100%;fill:currentColor}.google-star:nth-child(5){top:50%;left:8%;animation:twinkle 2s ease-in-out infinite}.google-star:nth-child(6){top:25%;right:25%;animation:twinkle 2.5s ease-in-out infinite .5s}.google-star:nth-child(7){bottom:20%;right:22%;animation:twinkle 3s ease-in-out infinite 1s}.google-star:nth-child(8){bottom:35%;left:25%;animation:twinkle 2s ease-in-out infinite 1.5s}.google-star:nth-child(9){top:40%;left:30%;animation:twinkle 2.5s ease-in-out infinite 2s}.blog-hero--marketing{background:linear-gradient(135deg,#fff7ed,#ffedd5,#fed7aa)}.blog-hero--marketing .blog-hero-badge{background:#ff6b351a;color:#ff6b35}.blog-hero--marketing .blog-hero-title{color:#2d3436}.blog-hero--marketing .blog-hero-subtitle{color:#555}.blog-hero--marketing:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(255,107,53,.1) 0%,transparent 70%);bottom:-150px;left:-150px;animation:pulse-slow 8s ease-in-out infinite}.marketing-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.marketing-megaphone{position:absolute;width:50px;height:50px;color:#ff6b35;opacity:.4}.marketing-megaphone svg{width:100%;height:100%}.marketing-megaphone:nth-child(1){top:28%;left:10%;animation:shake 4s ease-in-out infinite}.marketing-megaphone:nth-child(2){bottom:25%;right:12%;animation:shake 5s ease-in-out infinite 1s;transform:scaleX(-1)}.marketing-chart{position:absolute;width:60px;height:50px;opacity:.5}.marketing-chart svg{width:100%;height:100%}.marketing-chart:nth-child(3){top:35%;right:15%;animation:grow-chart 6s ease-in-out infinite}.marketing-chart:nth-child(4){bottom:20%;left:15%;animation:grow-chart 7s ease-in-out infinite 2s}.marketing-like{position:absolute;width:30px;height:30px;background:#fff;border-radius:50%;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:center;opacity:.7}.marketing-like svg{width:18px;height:18px}.marketing-like:nth-child(5){top:45%;left:20%;color:#e1306c;animation:heart-pop 3s ease-in-out infinite}.marketing-like:nth-child(6){top:25%;right:30%;color:#4267b2;animation:heart-pop 4s ease-in-out infinite 1s}.marketing-like:nth-child(7){bottom:30%;right:25%;color:#1da1f2;animation:heart-pop 3.5s ease-in-out infinite 2s}.marketing-like:nth-child(8){bottom:40%;left:8%;color:#ff6b35;animation:heart-pop 4.5s ease-in-out infinite .5s}@keyframes pulse-slow{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes float-rotate{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(5deg)}50%{transform:translateY(-5px) rotate(-3deg)}75%{transform:translateY(-20px) rotate(3deg)}}@keyframes pulse-fade{0%,to{transform:scale(.8);opacity:.2}50%{transform:scale(1.2);opacity:.5}}@keyframes float-window{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-20px) rotate(2deg)}}@keyframes code-fade{0%,to{opacity:.15;transform:translateY(0)}50%{opacity:.3;transform:translateY(-10px)}}@keyframes float-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-25px)}}@keyframes pop-in{0%,to{transform:scale(.8);opacity:.4}50%{transform:scale(1.1);opacity:.8}}@keyframes queue-move{0%,to{transform:translate(0)}50%{transform:translate(15px)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes slide-in{0%,to{transform:translate(0);opacity:.85}50%{transform:translate(-10px);opacity:1}}@keyframes bounce-pin{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes twinkle{0%,to{transform:scale(1) rotate(0);opacity:.5}50%{transform:scale(1.3) rotate(15deg);opacity:.8}}@keyframes shake{0%,to{transform:rotate(-5deg)}25%{transform:rotate(5deg)}50%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}@keyframes grow-chart{0%,to{transform:scaleY(.9);opacity:.4}50%{transform:scaleY(1.1);opacity:.7}}@keyframes heart-pop{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.blog-hero--staff{background:linear-gradient(135deg,#fdf2f8,#fce7f3,#fbcfe8)}.blog-hero--staff .blog-hero-badge{background:#db27771a;color:#db2777}.blog-hero--staff .blog-hero-title{color:#2d3436}.blog-hero--staff .blog-hero-subtitle{color:#555}.blog-hero--staff:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(219,39,119,.08) 0%,transparent 70%);top:-100px;right:-100px;animation:pulse-slow 8s ease-in-out infinite}.staff-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.staff-person{position:absolute;width:45px;height:45px;background:#fff;border-radius:50%;box-shadow:0 4px 15px #0000001a;display:flex;align-items:center;justify-content:center;color:#db2777;opacity:.7}.staff-person svg{width:26px;height:26px}.staff-person:nth-child(1){top:25%;left:10%;animation:float-bounce 7s ease-in-out infinite}.staff-person:nth-child(2){top:40%;right:12%;animation:float-bounce 8s ease-in-out infinite 1s}.staff-person:nth-child(3){bottom:25%;left:15%;animation:float-bounce 6s ease-in-out infinite 2s}.staff-person:nth-child(4){bottom:35%;right:18%;animation:float-bounce 9s ease-in-out infinite .5s}.staff-badge{position:absolute;width:35px;height:45px;background:linear-gradient(to bottom,#db2777 40%,#fff 40%);border-radius:6px;box-shadow:0 4px 12px #0000001a;opacity:.6}.staff-badge:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:12px;height:12px;background:#fff;border-radius:50%}.staff-badge:nth-child(5){top:30%;left:25%;animation:float-rotate 6s ease-in-out infinite}.staff-badge:nth-child(6){bottom:20%;right:10%;animation:float-rotate 7s ease-in-out infinite 1.5s}.staff-heart{position:absolute;width:25px;height:25px;color:#db2777;opacity:.4}.staff-heart svg{width:100%;height:100%;fill:currentColor}.staff-heart:nth-child(7){top:50%;left:8%;animation:heart-pop 3s ease-in-out infinite}.staff-heart:nth-child(8){top:20%;right:25%;animation:heart-pop 4s ease-in-out infinite 1s}.blog-hero--menu{background:linear-gradient(135deg,#f0fdfa,#ccfbf1,#99f6e4)}.blog-hero--menu .blog-hero-badge{background:#14b8a61a;color:#14b8a6}.blog-hero--menu .blog-hero-title{color:#2d3436}.blog-hero--menu .blog-hero-subtitle{color:#555}.blog-hero--menu:before{content:"";position:absolute;width:450px;height:450px;background:radial-gradient(circle,rgba(20,184,166,.08) 0%,transparent 70%);bottom:-150px;left:-150px;animation:pulse-slow 9s ease-in-out infinite}.menu-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.menu-card{position:absolute;width:70px;height:90px;background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;opacity:.8;padding:10px}.menu-card:before{content:"";position:absolute;top:12px;left:10px;right:10px;height:3px;background:#14b8a6;border-radius:2px}.menu-card:after{content:"";position:absolute;top:22px;left:10px;width:30px;height:2px;background:#e5e7eb;border-radius:1px;box-shadow:0 8px #e5e7eb,0 16px #e5e7eb,0 24px #e5e7eb}.menu-card:nth-child(1){top:25%;left:8%;animation:float-window 8s ease-in-out infinite}.menu-card:nth-child(2){top:35%;right:10%;animation:float-window 7s ease-in-out infinite 1s}.menu-card:nth-child(3){bottom:22%;left:12%;animation:float-window 9s ease-in-out infinite 2s}.menu-price{position:absolute;background:#fff;border-radius:20px;padding:8px 14px;font-size:14px;font-weight:700;color:#14b8a6;box-shadow:0 4px 12px #0000001a;opacity:.7}.menu-price:before{content:"€";margin-right:2px}.menu-price:nth-child(4){top:50%;left:22%;animation:pop-in 4s ease-in-out infinite}.menu-price:nth-child(5){bottom:30%;right:20%;animation:pop-in 5s ease-in-out infinite 1s}.menu-utensil{position:absolute;width:35px;height:35px;color:#14b8a6;opacity:.3}.menu-utensil svg{width:100%;height:100%}.menu-utensil:nth-child(6){top:28%;right:25%;animation:float-rotate 6s ease-in-out infinite}.menu-utensil:nth-child(7){bottom:18%;left:25%;animation:float-rotate 7s ease-in-out infinite 1.5s}.blog-hero--loyalty{background:linear-gradient(135deg,#fffbeb,#fef3c7,#fde68a)}.blog-hero--loyalty .blog-hero-badge{background:#f59e0b1a;color:#d97706}.blog-hero--loyalty .blog-hero-title{color:#2d3436}.blog-hero--loyalty .blog-hero-subtitle{color:#555}.blog-hero--loyalty:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(245,158,11,.1) 0%,transparent 70%);top:-100px;left:-100px;animation:pulse-slow 8s ease-in-out infinite}.loyalty-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.loyalty-card{position:absolute;width:80px;height:50px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:8px;box-shadow:0 4px 15px #00000026;opacity:.7}.loyalty-card:before{content:"";position:absolute;bottom:10px;left:10px;width:40px;height:6px;background:#fff6;border-radius:3px}.loyalty-card:after{content:"★★★";position:absolute;top:10px;right:8px;font-size:8px;color:#fffc}.loyalty-card:nth-child(1){top:28%;left:10%;animation:float-window 7s ease-in-out infinite}.loyalty-card:nth-child(2){bottom:25%;right:12%;animation:float-window 8s ease-in-out infinite 1s}.loyalty-heart{position:absolute;width:40px;height:40px;color:#ef4444;opacity:.5}.loyalty-heart svg{width:100%;height:100%;fill:currentColor}.loyalty-heart:nth-child(3){top:35%;right:18%;animation:heart-pop 3s ease-in-out infinite}.loyalty-heart:nth-child(4){bottom:30%;left:20%;animation:heart-pop 4s ease-in-out infinite 1s}.loyalty-heart:nth-child(5){top:50%;left:8%;animation:heart-pop 3.5s ease-in-out infinite 2s}.loyalty-star{position:absolute;width:30px;height:30px;color:#f59e0b;opacity:.6}.loyalty-star svg{width:100%;height:100%;fill:currentColor}.loyalty-star:nth-child(6){top:25%;right:28%;animation:twinkle 2.5s ease-in-out infinite}.loyalty-star:nth-child(7){bottom:20%;left:28%;animation:twinkle 3s ease-in-out infinite .5s}.loyalty-star:nth-child(8){top:45%;left:25%;animation:twinkle 2s ease-in-out infinite 1s}.blog-hero--sustainability{background:linear-gradient(135deg,#ecfdf5,#d1fae5,#a7f3d0)}.blog-hero--sustainability .blog-hero-badge{background:#10b9811a;color:#059669}.blog-hero--sustainability .blog-hero-title{color:#2d3436}.blog-hero--sustainability .blog-hero-subtitle{color:#555}.blog-hero--sustainability:before{content:"";position:absolute;width:450px;height:450px;background:radial-gradient(circle,rgba(16,185,129,.08) 0%,transparent 70%);bottom:-150px;right:-150px;animation:pulse-slow 10s ease-in-out infinite}.sustainability-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.sustainability-leaf{position:absolute;width:40px;height:40px;color:#10b981;opacity:.5}.sustainability-leaf svg{width:100%;height:100%}.sustainability-leaf:nth-child(1){top:25%;left:12%;animation:float-rotate 7s ease-in-out infinite}.sustainability-leaf:nth-child(2){top:40%;right:10%;animation:float-rotate 8s ease-in-out infinite 1s}.sustainability-leaf:nth-child(3){bottom:22%;left:8%;animation:float-rotate 6s ease-in-out infinite 2s}.sustainability-leaf:nth-child(4){bottom:35%;right:15%;animation:float-rotate 9s ease-in-out infinite .5s}.sustainability-recycle{position:absolute;width:50px;height:50px;color:#059669;opacity:.4}.sustainability-recycle svg{width:100%;height:100%}.sustainability-recycle:nth-child(5){top:30%;right:25%;animation:spin-slow 12s linear infinite}.sustainability-recycle:nth-child(6){bottom:25%;left:22%;animation:spin-slow 10s linear infinite reverse}.sustainability-earth{position:absolute;width:45px;height:45px;background:linear-gradient(135deg,#3b82f6 30%,#10b981 70%);border-radius:50%;box-shadow:0 4px 15px #0000001a;opacity:.6}.sustainability-earth:nth-child(7){top:50%;left:18%;animation:float-bounce 8s ease-in-out infinite}.sustainability-earth:nth-child(8){top:22%;right:18%;animation:float-bounce 7s ease-in-out infinite 2s}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.blog-hero--social{background:linear-gradient(135deg,#eef2ff,#e0e7ff,#c7d2fe)}.blog-hero--social .blog-hero-badge{background:#6366f11a;color:#6366f1}.blog-hero--social .blog-hero-title{color:#2d3436}.blog-hero--social .blog-hero-subtitle{color:#555}.blog-hero--social:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(99,102,241,.08) 0%,transparent 70%);top:-100px;left:-100px;animation:pulse-slow 8s ease-in-out infinite}.social-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.social-icon{position:absolute;width:40px;height:40px;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;display:flex;align-items:center;justify-content:center;opacity:.8}.social-icon svg{width:22px;height:22px}.social-icon:nth-child(1){top:25%;left:10%;color:#e1306c;animation:float-bounce 7s ease-in-out infinite}.social-icon:nth-child(2){top:40%;right:12%;color:#1877f2;animation:float-bounce 8s ease-in-out infinite 1s}.social-icon:nth-child(3){bottom:25%;left:15%;color:#000;animation:float-bounce 6s ease-in-out infinite 2s}.social-icon:nth-child(4){bottom:35%;right:18%;color:red;animation:float-bounce 9s ease-in-out infinite .5s}.social-like{position:absolute;width:30px;height:30px;background:#ef4444;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;opacity:.6}.social-like svg{width:16px;height:16px;fill:currentColor}.social-like:nth-child(5){top:50%;left:22%;animation:heart-pop 3s ease-in-out infinite}.social-like:nth-child(6){top:28%;right:25%;animation:heart-pop 4s ease-in-out infinite 1s}.social-notification{position:absolute;background:#fff;border-radius:20px;padding:8px 14px;font-size:12px;font-weight:600;color:#6366f1;box-shadow:0 4px 15px #0000001a;display:flex;align-items:center;gap:6px;opacity:.7}.social-notification:before{content:"";width:8px;height:8px;background:#22c55e;border-radius:50%}.social-notification:nth-child(7){bottom:20%;left:8%;animation:slide-in 5s ease-in-out infinite}.social-notification:nth-child(8){top:35%;right:8%;animation:slide-in 6s ease-in-out infinite 2s}.blog-hero--analytics{background:linear-gradient(135deg,#f8fafc,#f1f5f9,#e2e8f0)}.blog-hero--analytics .blog-hero-badge{background:#4755691a;color:#475569}.blog-hero--analytics .blog-hero-title{color:#2d3436}.blog-hero--analytics .blog-hero-subtitle{color:#555}.blog-hero--analytics:before{content:"";position:absolute;width:450px;height:450px;background:radial-gradient(circle,rgba(71,85,105,.06) 0%,transparent 70%);bottom:-150px;left:-150px;animation:pulse-slow 10s ease-in-out infinite}.analytics-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.analytics-chart{position:absolute;width:80px;height:60px;background:#fff;border-radius:8px;box-shadow:0 4px 15px #00000014;opacity:.8;overflow:hidden}.analytics-chart:before{content:"";position:absolute;bottom:10px;left:10px;width:12px;height:20px;background:#3b82f6;border-radius:3px 3px 0 0;box-shadow:18px 0 #10b981,36px 0 #f59e0b,54px 10px #ef4444}.analytics-chart:nth-child(1){top:25%;left:8%;animation:float-window 8s ease-in-out infinite}.analytics-chart:nth-child(2){bottom:22%;right:10%;animation:float-window 7s ease-in-out infinite 1s}.analytics-line{position:absolute;width:90px;height:50px;background:#fff;border-radius:8px;box-shadow:0 4px 15px #00000014;opacity:.75;overflow:hidden}.analytics-line svg{position:absolute;bottom:10px;left:10px;width:70px;height:30px}.analytics-line:nth-child(3){top:40%;right:15%;animation:float-window 9s ease-in-out infinite 2s}.analytics-line:nth-child(4){bottom:30%;left:15%;animation:float-window 6s ease-in-out infinite .5s}.analytics-number{position:absolute;background:#fff;border-radius:12px;padding:10px 16px;font-size:18px;font-weight:700;color:#475569;box-shadow:0 4px 12px #00000014;opacity:.7}.analytics-number:before{content:"+";color:#10b981;margin-right:2px}.analytics-number:nth-child(5){top:30%;right:28%;animation:pop-in 4s ease-in-out infinite}.analytics-number:nth-child(6){bottom:18%;left:25%;animation:pop-in 5s ease-in-out infinite 1.5s}.analytics-dot{position:absolute;width:12px;height:12px;background:#3b82f6;border-radius:50%;opacity:.5}.analytics-dot:nth-child(7){top:50%;left:30%;animation:blink 2s ease-in-out infinite}.analytics-dot:nth-child(8){top:25%;left:22%;animation:blink 2.5s ease-in-out infinite .5s}.analytics-dot:nth-child(9){bottom:40%;right:25%;animation:blink 3s ease-in-out infinite 1s}.blog-hero--reviews{background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#bae6fd)}.blog-hero--reviews .blog-hero-badge{background:#0ea5e91a;color:#0284c7}.blog-hero--reviews .blog-hero-title{color:#2d3436}.blog-hero--reviews .blog-hero-subtitle{color:#555}.blog-hero--reviews:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(14,165,233,.08) 0%,transparent 70%);top:-100px;right:-100px;animation:pulse-slow 8s ease-in-out infinite}.reviews-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.reviews-star{position:absolute;width:25px;height:25px;background:#fbbf24;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);opacity:.6}.reviews-star:nth-child(1){top:25%;left:10%;animation:twinkle 2.5s ease-in-out infinite}.reviews-star:nth-child(2){top:30%;left:18%;animation:twinkle 2s ease-in-out infinite .3s}.reviews-star:nth-child(3){top:28%;left:26%;animation:twinkle 3s ease-in-out infinite .6s}.reviews-star:nth-child(4){top:35%;right:15%;animation:twinkle 2.5s ease-in-out infinite 1s}.reviews-star:nth-child(5){bottom:25%;left:12%;animation:twinkle 2s ease-in-out infinite 1.5s}.reviews-bubble{position:absolute;width:40px;height:40px;color:#0284c7;opacity:.4}.reviews-bubble svg{width:100%;height:100%}.reviews-bubble:nth-child(6){top:40%;right:10%;animation:float-bounce 6s ease-in-out infinite}.reviews-bubble:nth-child(7){bottom:30%;left:20%;animation:float-bounce 7s ease-in-out infinite 1s}.reviews-thumb{position:absolute;width:35px;height:35px;background:#fff;border-radius:50%;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:center;color:#22c55e;opacity:.7}.reviews-thumb svg{width:20px;height:20px}.reviews-thumb:nth-child(8){bottom:20%;right:25%;animation:heart-pop 4s ease-in-out infinite}.blog-hero--photography{background:linear-gradient(135deg,#fff1f2,#ffe4e6,#fecdd3)}.blog-hero--photography .blog-hero-badge{background:#f43f5e1a;color:#e11d48}.blog-hero--photography .blog-hero-title{color:#2d3436}.blog-hero--photography .blog-hero-subtitle{color:#555}.blog-hero--photography:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(244,63,94,.08) 0%,transparent 70%);bottom:-100px;left:-100px;animation:pulse-slow 9s ease-in-out infinite}.photography-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.photography-camera{position:absolute;width:50px;height:50px;color:#e11d48;opacity:.4}.photography-camera svg{width:100%;height:100%}.photography-camera:nth-child(1){top:25%;left:10%;animation:float-rotate 7s ease-in-out infinite}.photography-camera:nth-child(2){bottom:25%;right:12%;animation:float-rotate 8s ease-in-out infinite 1s}.photography-plate{position:absolute;width:45px;height:45px;background:#fff;border-radius:50%;border:3px solid #fecdd3;box-shadow:0 4px 12px #0000001a;opacity:.7}.photography-plate:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:25px;height:25px;background:#fecdd3;border-radius:50%}.photography-plate:nth-child(3){top:35%;right:18%;animation:float-bounce 6s ease-in-out infinite}.photography-plate:nth-child(4){bottom:30%;left:15%;animation:float-bounce 7s ease-in-out infinite 1.5s}.photography-flare{position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;opacity:.5;box-shadow:0 0 20px 10px #ffffff80}.photography-flare:nth-child(5){top:30%;left:25%;animation:twinkle 3s ease-in-out infinite}.photography-flare:nth-child(6){top:45%;right:25%;animation:twinkle 2.5s ease-in-out infinite 1s}.photography-flare:nth-child(7){bottom:35%;right:30%;animation:twinkle 4s ease-in-out infinite 2s}.blog-hero--seasonal{background:linear-gradient(135deg,#fef7ed,#fed7aa,#fdba74)}.blog-hero--seasonal .blog-hero-badge{background:#b453091a;color:#b45309}.blog-hero--seasonal .blog-hero-title{color:#2d3436}.blog-hero--seasonal .blog-hero-subtitle{color:#555}.blog-hero--seasonal:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(180,83,9,.08) 0%,transparent 70%);top:-100px;left:-100px;animation:pulse-slow 10s ease-in-out infinite}.seasonal-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.seasonal-leaf{position:absolute;width:35px;height:35px;opacity:.5}.seasonal-leaf svg{width:100%;height:100%}.seasonal-leaf.autumn{color:#ea580c}.seasonal-leaf.spring{color:#22c55e}.seasonal-leaf:nth-child(1){top:25%;left:12%;animation:float-rotate 7s ease-in-out infinite}.seasonal-leaf:nth-child(2){top:35%;right:15%;animation:float-rotate 8s ease-in-out infinite 1s}.seasonal-leaf:nth-child(3){bottom:25%;right:20%;animation:float-rotate 6s ease-in-out infinite 2s}.seasonal-sun{position:absolute;width:40px;height:40px;background:#fbbf24;border-radius:50%;opacity:.5;box-shadow:0 0 30px 10px #fbbf244d;top:30%;right:10%;animation:pulse-slow 8s ease-in-out infinite}.seasonal-snowflake{position:absolute;width:30px;height:30px;color:#0ea5e9;opacity:.4;bottom:30%;left:10%;animation:twinkle 4s ease-in-out infinite}.seasonal-snowflake svg{width:100%;height:100%}.seasonal-veggie{position:absolute;width:30px;height:30px;background:#22c55e;border-radius:50% 50% 50% 0;transform:rotate(-45deg);opacity:.4}.seasonal-veggie:nth-child(6){bottom:20%;left:25%;animation:float-bounce 6s ease-in-out infinite}.seasonal-veggie:nth-child(7){top:45%;left:8%;animation:float-bounce 7s ease-in-out infinite 1s}.blog-hero--experience{background:linear-gradient(135deg,#fff5f5,#fed7d7,#feb2b2)}.blog-hero--experience .blog-hero-badge{background:#ef44441a;color:#dc2626}.blog-hero--experience .blog-hero-title{color:#2d3436}.blog-hero--experience .blog-hero-subtitle{color:#555}.blog-hero--experience:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(239,68,68,.08) 0%,transparent 70%);bottom:-100px;right:-100px;animation:pulse-slow 8s ease-in-out infinite}.experience-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.experience-heart{position:absolute;width:35px;height:35px;color:#ef4444;opacity:.5}.experience-heart svg{width:100%;height:100%}.experience-heart:nth-child(1){top:25%;left:12%;animation:heart-pop 3s ease-in-out infinite}.experience-heart:nth-child(2){top:40%;right:15%;animation:heart-pop 4s ease-in-out infinite 1s}.experience-heart:nth-child(3){bottom:25%;left:20%;animation:heart-pop 3.5s ease-in-out infinite 2s}.experience-smile{position:absolute;width:45px;height:45px;background:#fff;border-radius:50%;box-shadow:0 4px 15px #0000001a;display:flex;align-items:center;justify-content:center;color:#fbbf24;opacity:.7}.experience-smile svg{width:30px;height:30px}.experience-smile:nth-child(4){top:30%;right:10%;animation:float-bounce 7s ease-in-out infinite}.experience-smile:nth-child(5){bottom:30%;right:25%;animation:float-bounce 8s ease-in-out infinite 1.5s}.experience-star{position:absolute;width:20px;height:20px;background:#fbbf24;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);opacity:.5}.experience-star:nth-child(6){top:50%;left:8%;animation:twinkle 2.5s ease-in-out infinite}.experience-star:nth-child(7){bottom:20%;left:30%;animation:twinkle 3s ease-in-out infinite 1s}.blog-hero--digital{background:linear-gradient(135deg,#f5f3ff,#ede9fe,#ddd6fe)}.blog-hero--digital .blog-hero-badge{background:#8b5cf61a;color:#7c3aed}.blog-hero--digital .blog-hero-title{color:#2d3436}.blog-hero--digital .blog-hero-subtitle{color:#555}.blog-hero--digital:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(139,92,246,.08) 0%,transparent 70%);top:-100px;left:-100px;animation:pulse-slow 9s ease-in-out infinite}.digital-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.digital-qr{position:absolute;width:45px;height:45px;background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;padding:6px;opacity:.8}.digital-qr .qr-grid{width:100%;height:100%;background:linear-gradient(90deg,#7C3AED 30%,transparent 30%),linear-gradient(#7C3AED 30%,transparent 30%);background-size:8px 8px;border-radius:2px}.digital-qr:nth-child(1){top:25%;left:10%;animation:float-bounce 6s ease-in-out infinite}.digital-qr:nth-child(2){bottom:25%;right:12%;animation:float-bounce 7s ease-in-out infinite 1s}.digital-phone{position:absolute;width:30px;height:55px;background:#2d3436;border-radius:8px;box-shadow:0 4px 15px #00000026;opacity:.6}.digital-phone .phone-screen{position:absolute;inset:6px 3px 10px;background:linear-gradient(135deg,#7c3aed,#a78bfa);border-radius:4px}.digital-phone:nth-child(3){top:35%;right:18%;animation:float-rotate 7s ease-in-out infinite}.digital-phone:nth-child(4){bottom:30%;left:15%;animation:float-rotate 8s ease-in-out infinite 1.5s}.digital-tablet{position:absolute;width:50px;height:38px;background:#2d3436;border-radius:6px;box-shadow:0 4px 15px #00000026;opacity:.5;top:45%;left:25%;animation:float-window 8s ease-in-out infinite}.digital-tablet .tablet-screen{position:absolute;inset:4px;background:linear-gradient(135deg,#a78bfa,#c4b5fd);border-radius:3px}.digital-wifi{position:absolute;width:30px;height:30px;color:#7c3aed;opacity:.4;top:30%;right:28%;animation:pulse-fade 4s ease-in-out infinite}.digital-wifi svg{width:100%;height:100%}.blog-hero--peakhours{background:linear-gradient(135deg,#ecfeff,#cffafe,#a5f3fc)}.blog-hero--peakhours .blog-hero-badge{background:#06b6d41a;color:#0891b2}.blog-hero--peakhours .blog-hero-title{color:#2d3436}.blog-hero--peakhours .blog-hero-subtitle{color:#555}.blog-hero--peakhours:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(6,182,212,.08) 0%,transparent 70%);bottom:-100px;left:-100px;animation:pulse-slow 8s ease-in-out infinite}.peakhours-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.peakhours-clock{position:absolute;width:45px;height:45px;background:#fff;border-radius:50%;box-shadow:0 4px 15px #0000001a;display:flex;align-items:center;justify-content:center;color:#0891b2;opacity:.7}.peakhours-clock svg{width:30px;height:30px}.peakhours-clock:nth-child(1){top:25%;left:10%;animation:float-bounce 7s ease-in-out infinite}.peakhours-clock:nth-child(2){bottom:30%;right:12%;animation:float-bounce 8s ease-in-out infinite 1s}.peakhours-person{position:absolute;width:25px;height:25px;color:#0891b2;opacity:.4}.peakhours-person svg{width:100%;height:100%}.peakhours-person:nth-child(3){top:35%;left:20%;animation:queue-move 8s ease-in-out infinite}.peakhours-person:nth-child(4){top:35%;left:28%;animation:queue-move 8s ease-in-out infinite .5s}.peakhours-person:nth-child(5){top:35%;left:36%;animation:queue-move 8s ease-in-out infinite 1s}.peakhours-rush{position:absolute;width:35px;height:35px;color:#fbbf24;opacity:.6;top:40%;right:15%;animation:pulse-fade 3s ease-in-out infinite}.peakhours-rush svg{width:100%;height:100%}.peakhours-arrow{position:absolute;width:30px;height:30px;color:#0891b2;opacity:.3;bottom:25%;left:25%;animation:slide-in 4s ease-in-out infinite}.peakhours-arrow svg{width:100%;height:100%}@media(max-width:768px){.blog-hero{min-height:350px;padding:140px 20px 50px}.noshow-chair,.website-window,.reservation-calendar,.waitlist-person,.google-pin,.marketing-megaphone,.staff-person,.staff-badge,.menu-card,.loyalty-card,.sustainability-leaf,.sustainability-recycle,.sustainability-earth,.social-icon,.analytics-chart,.analytics-line{display:none}.noshow-x,.reservation-check,.waitlist-notification,.google-star,.marketing-like,.marketing-chart,.website-code,.staff-heart,.menu-price,.menu-utensil,.loyalty-heart,.loyalty-star,.social-like,.social-notification,.analytics-number,.analytics-dot{opacity:.3}}.blog-index-hero{min-height:480px;padding:160px 24px 60px;margin-top:-120px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff7ed,#ffedd5,#fed7aa)}.blog-index-hero-bg{position:absolute;inset:0;pointer-events:none}.blog-index-hero-bg:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(255,107,53,.1) 0%,transparent 70%);top:-100px;right:-100px;animation:pulse-slow 8s ease-in-out infinite}.blog-index-hero-bg:after{content:"";position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(255,107,53,.08) 0%,transparent 70%);bottom:-80px;left:-80px;animation:pulse-slow 6s ease-in-out infinite reverse}.blog-hero-elements{position:absolute;width:100%;height:100%;top:0;left:0}.blog-hero-book{position:absolute;width:50px;height:40px;background:#fff;border-radius:4px 8px 8px 4px;box-shadow:0 4px 12px #0000001a;opacity:.7;animation:float-rotate 7s ease-in-out infinite}.blog-hero-book:before{content:"";position:absolute;left:4px;top:6px;width:2px;height:28px;background:#ff6b35;border-radius:2px}.blog-hero-lightbulb{position:absolute;width:30px;height:40px;background:linear-gradient(to bottom,#fef08a 60%,#fbbf24 60%);border-radius:50% 50% 20% 20%;opacity:.6;animation:pop-in 4s ease-in-out infinite}.blog-hero-pen{position:absolute;width:8px;height:40px;background:linear-gradient(to bottom,#ff6b35 80%,#2d3436 80%);border-radius:4px 4px 2px 2px;opacity:.5;transform:rotate(-25deg);animation:float-rotate 6s ease-in-out infinite}.blog-hero-star{position:absolute;width:20px;height:20px;background:#ff6b35;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);opacity:.4;animation:twinkle 3s ease-in-out infinite}.blog-index-hero-content{max-width:800px;text-align:center;position:relative;z-index:2}.blog-index-hero .blog-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#ff6b351a;color:#ff6b35;border-radius:50px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px}.blog-index-hero .blog-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#2d3436;line-height:1.2;margin-bottom:16px}.blog-index-hero .blog-hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:#555;line-height:1.6;opacity:.9;max-width:600px;margin:0 auto}@media(max-width:768px){.blog-index-hero{min-height:400px;padding:140px 20px 50px;margin-top:-100px}.blog-hero-book,.blog-hero-lightbulb,.blog-hero-pen{display:none}.blog-hero-star{opacity:.3}}.blog-post-wrapper{display:grid;grid-template-columns:minmax(0,720px) 300px;gap:var(--space-12);max-width:1140px;margin:0 auto;padding:var(--space-8) var(--space-8);padding-left:100px;align-items:start}@media(min-width:1400px){.blog-post-wrapper{padding-left:var(--space-8)}}.blog-post-wrapper>article,.blog-post-wrapper .blog-post-container{min-width:0}.blog-post-sidebar{position:sticky;top:100px;height:fit-content}@media(max-width:1100px){.blog-post-wrapper{grid-template-columns:1fr;max-width:800px}.blog-post-sidebar{display:none}}@media(max-width:768px){.blog-post-wrapper{padding-left:var(--space-4);padding-right:var(--space-4)}}.blog-post-container{max-width:800px;margin:0 auto;padding:var(--space-8) var(--space-8);padding-left:100px}@media(min-width:1200px){.blog-post-container{padding-left:var(--space-8)}}.blog-post-wrapper .blog-post-container{max-width:none;padding:0}.blog-post-ending{max-width:900px;margin:0 auto}.blog-post-back{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--color-gray-600);font-size:var(--text-sm);font-weight:500;margin-bottom:var(--space-8);transition:color var(--transition-base)}.blog-post-back:hover{color:var(--color-primary)}.blog-post-back svg{width:16px;height:16px}.blog-post-header{margin-bottom:var(--space-8)}.blog-post-tags{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-4)}.blog-post-tag{background:#ff6b351a;color:var(--color-primary);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.blog-post-title{font-size:var(--text-4xl);font-weight:700;color:var(--color-gray-900);line-height:1.2;margin-bottom:var(--space-6)}.blog-post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-6)}.blog-post-author{display:flex;align-items:center;gap:var(--space-3)}.blog-post-author-info{display:flex;flex-direction:column}.blog-post-author-name{font-weight:600;color:var(--color-gray-900);text-decoration:none;transition:color .3s ease}.blog-post-author-name:hover{color:var(--color-primary)}.blog-post-author-date{font-size:var(--text-sm);color:var(--color-gray-500)}.blog-post-read-time{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-gray-500)}.blog-post-read-time svg{width:16px;height:16px}.blog-post-image{border-radius:var(--radius-xl);overflow:hidden;margin-bottom:var(--space-10);box-shadow:var(--shadow-lg)}.blog-post-image img{width:100%;height:auto;display:block}.blog-post-content{font-size:var(--text-lg);line-height:1.8;color:var(--color-gray-700)}.blog-post-content h2{font-size:var(--text-2xl);font-weight:700;color:var(--color-gray-900);margin-top:var(--space-10);margin-bottom:var(--space-4)}.blog-post-content h3{font-size:var(--text-xl);font-weight:600;color:var(--color-gray-900);margin-top:var(--space-8);margin-bottom:var(--space-3)}.blog-post-content p{margin-bottom:var(--space-6)}.blog-post-content strong{color:var(--color-gray-900);font-weight:600}.blog-post-content ul,.blog-post-content ol{margin-bottom:var(--space-6);padding-left:var(--space-6)}.blog-post-content ul{list-style-type:disc}.blog-post-content ol{list-style-type:decimal}.blog-post-content li{margin-bottom:var(--space-2);padding-left:var(--space-2)}.blog-post-content a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px;transition:color var(--transition-base)}.blog-post-content a:hover{color:var(--color-primary-dark)}.blog-share{margin-top:var(--space-12);padding-top:var(--space-8);border-top:1px solid var(--color-gray-200)}.blog-share-title{font-size:var(--text-lg);font-weight:600;color:var(--color-gray-900);margin-bottom:var(--space-4)}.blog-share-buttons{display:flex;gap:var(--space-3)}.blog-share-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-full);border:2px solid var(--color-gray-200);background:var(--color-white);color:var(--color-gray-600);transition:all var(--transition-base);cursor:pointer}.blog-share-btn:hover{border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-2px)}.blog-share-btn svg{width:20px;height:20px}.blog-share-btn.facebook:hover{border-color:#1877f2;color:#1877f2}.blog-share-btn.twitter:hover{border-color:#1da1f2;color:#1da1f2}.blog-share-btn.linkedin:hover{border-color:#0a66c2;color:#0a66c2}.blog-share-btn.whatsapp:hover{border-color:#25d366;color:#25d366}.blog-share-btn.copy:hover{border-color:var(--color-accent);color:var(--color-accent)}.blog-related{margin-top:var(--space-16);padding-top:var(--space-12);border-top:1px solid var(--color-gray-200)}.blog-related-title{font-size:var(--text-2xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--space-8);text-align:center}.blog-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6)}@media(max-width:768px){.blog-related-grid{grid-template-columns:1fr}}.blog-related-card{background:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.blog-related-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.blog-related-card-image{aspect-ratio:16 / 9;overflow:hidden}.blog-related-card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.blog-related-card:hover .blog-related-card-image img{transform:scale(1.05)}.blog-related-card-content{padding:var(--space-4)}.blog-related-card-title{font-size:var(--text-base);font-weight:600;color:var(--color-gray-900);line-height:1.4;transition:color var(--transition-base)}.blog-related-card:hover .blog-related-card-title{color:var(--color-primary)}.blog-related-card-link{text-decoration:none;color:inherit}.blog-cta{margin-top:var(--space-6);margin-bottom:var(--space-6);padding:var(--space-12);background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:var(--radius-2xl);text-align:center}.blog-cta-title{font-size:var(--text-2xl);font-weight:700;color:var(--color-white);margin-bottom:var(--space-4)}.blog-cta-text{font-size:var(--text-lg);color:#ffffffe6;margin-bottom:var(--space-6);max-width:500px;margin-left:auto;margin-right:auto}.blog-cta-btn{display:inline-flex;align-items:center;gap:var(--space-2);background:var(--color-white);color:var(--color-primary);padding:var(--space-4) var(--space-8);border-radius:var(--radius-full);font-weight:600;font-size:var(--text-base);transition:all var(--transition-base)}.blog-cta-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.blog-cta-btn svg{width:20px;height:20px}.blog-no-results{text-align:center;padding:var(--space-16) var(--space-6);color:var(--color-gray-500)}.blog-no-results-icon{width:64px;height:64px;margin:0 auto var(--space-4);color:var(--color-gray-300)}.blog-no-results-title{font-size:var(--text-xl);font-weight:600;color:var(--color-gray-700);margin-bottom:var(--space-2)}.blog-no-results-text{font-size:var(--text-base)}@media(max-width:768px){.blog-page{padding-top:100px}.blog-header .section-title{font-size:var(--text-3xl)}.blog-search-filter{flex-direction:column}.blog-search{max-width:100%;width:100%}.blog-post-title{font-size:var(--text-3xl)}.blog-post-meta{flex-direction:column;align-items:flex-start;gap:var(--space-4)}.blog-share-buttons{flex-wrap:wrap}}.blog-hero--ai{background:linear-gradient(135deg,#faf5ff,#ede9fe,#ddd6fe)}.blog-hero--ai .blog-hero-badge{background:#7c3aed1a;color:#7c3aed}.blog-hero--ai .blog-hero-title{color:#2d3436}.blog-hero--ai .blog-hero-subtitle{color:#555}.blog-hero--ai:before{content:"";position:absolute;width:450px;height:450px;background:radial-gradient(circle,rgba(124,58,237,.08) 0%,transparent 70%);top:-150px;right:-150px;animation:pulse-slow 10s ease-in-out infinite}.blog-hero--ai:after{content:"";position:absolute;width:350px;height:350px;background:radial-gradient(circle,rgba(139,92,246,.06) 0%,transparent 70%);bottom:-100px;left:-100px;animation:pulse-slow 8s ease-in-out infinite reverse}.ai-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.ai-node{position:absolute;width:20px;height:20px;color:#7c3aed;opacity:.4}.ai-node svg{width:100%;height:100%}.ai-node:nth-child(1){top:28%;left:15%;animation:pulse-fade 4s ease-in-out infinite}.ai-node:nth-child(2){top:35%;left:25%;animation:pulse-fade 5s ease-in-out infinite .5s}.ai-node:nth-child(3){top:25%;right:20%;animation:pulse-fade 4.5s ease-in-out infinite 1s}.ai-node:nth-child(4){bottom:30%;right:15%;animation:pulse-fade 3.5s ease-in-out infinite 1.5s}.ai-brain{position:absolute;width:50px;height:50px;color:#7c3aed;opacity:.3}.ai-brain svg{width:100%;height:100%}.ai-brain:nth-child(5){top:30%;left:8%;animation:float-rotate 8s ease-in-out infinite}.ai-brain:nth-child(6){bottom:25%;right:10%;animation:float-rotate 9s ease-in-out infinite 2s}.ai-sparkle{position:absolute;width:25px;height:25px;color:#a78bfa;opacity:.5}.ai-sparkle svg{width:100%;height:100%}.ai-sparkle:nth-child(7){top:45%;left:22%;animation:twinkle 3s ease-in-out infinite}.ai-sparkle:nth-child(8){top:25%;right:28%;animation:twinkle 2.5s ease-in-out infinite 1s}.ai-sparkle:nth-child(9){bottom:20%;left:30%;animation:twinkle 4s ease-in-out infinite 2s}.blog-hero--allergy{background:linear-gradient(135deg,#f0fdf4,#dcfce7,#bbf7d0)}.blog-hero--allergy .blog-hero-badge{background:#22c55e1a;color:#16a34a}.blog-hero--allergy .blog-hero-title{color:#2d3436}.blog-hero--allergy .blog-hero-subtitle{color:#555}.blog-hero--allergy:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(34,197,94,.1) 0%,transparent 70%);top:-100px;right:-100px;animation:pulse-slow 9s ease-in-out infinite}.blog-hero--allergy:after{content:"";position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(16,185,129,.08) 0%,transparent 70%);bottom:-80px;left:-80px;animation:pulse-slow 7s ease-in-out infinite reverse}.allergy-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.allergy-shield{position:absolute;width:55px;height:55px;color:#22c55e;opacity:.4}.allergy-shield svg{width:100%;height:100%}.allergy-shield:nth-child(1){top:25%;left:10%;animation:float-bounce 7s ease-in-out infinite}.allergy-shield:nth-child(2){bottom:25%;right:12%;animation:float-bounce 8s ease-in-out infinite 1s}.allergy-warning{position:absolute;width:40px;height:40px;color:#fbbf24;opacity:.5}.allergy-warning svg{width:100%;height:100%}.allergy-warning:nth-child(3){top:40%;right:18%;animation:pulse-fade 5s ease-in-out infinite}.allergy-warning:nth-child(4){bottom:35%;left:20%;animation:pulse-fade 6s ease-in-out infinite 1.5s}.allergy-check{position:absolute;width:30px;height:30px;background:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;opacity:.6}.allergy-check svg{width:18px;height:18px}.allergy-check:nth-child(5){top:35%;left:25%;animation:pop-in 4s ease-in-out infinite}.allergy-check:nth-child(6){bottom:20%;right:25%;animation:pop-in 5s ease-in-out infinite 1s}.allergy-check:nth-child(7){top:50%;right:10%;animation:pop-in 4.5s ease-in-out infinite 2s}.allergy-heart{position:absolute;width:35px;height:35px;color:#ef4444;opacity:.4}.allergy-heart svg{width:100%;height:100%}.allergy-heart:nth-child(8){top:28%;right:28%;animation:heart-pop 3s ease-in-out infinite}.blog-hero--events{background:linear-gradient(135deg,#fdf2f8,#fce7f3,#fbcfe8)}.blog-hero--events .blog-hero-badge{background:#db27771a;color:#db2777}.blog-hero--events .blog-hero-title{color:#2d3436}.blog-hero--events .blog-hero-subtitle{color:#555}.blog-hero--events:before{content:"";position:absolute;width:450px;height:450px;background:radial-gradient(circle,rgba(219,39,119,.08) 0%,transparent 70%);top:-150px;left:-150px;animation:pulse-slow 10s ease-in-out infinite}.blog-hero--events:after{content:"";position:absolute;width:350px;height:350px;background:radial-gradient(circle,rgba(236,72,153,.06) 0%,transparent 70%);bottom:-100px;right:-100px;animation:pulse-slow 8s ease-in-out infinite reverse}.events-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.events-balloon{position:absolute;width:40px;height:50px;opacity:.5}.events-balloon svg{width:100%;height:100%}.events-balloon:nth-child(1){top:20%;left:12%;color:#ec4899;animation:float-bounce 6s ease-in-out infinite}.events-balloon:nth-child(2){top:25%;right:15%;color:#f472b6;animation:float-bounce 7s ease-in-out infinite 1s}.events-balloon:nth-child(3){bottom:30%;left:8%;color:#a855f7;animation:float-bounce 8s ease-in-out infinite 2s}.events-glass{position:absolute;width:35px;height:50px;color:#db2777;opacity:.4}.events-glass svg{width:100%;height:100%}.events-glass:nth-child(4){top:35%;right:10%;animation:float-rotate 7s ease-in-out infinite}.events-glass:nth-child(5){bottom:25%;right:22%;animation:float-rotate 8s ease-in-out infinite 1.5s}.events-star{position:absolute;width:25px;height:25px;color:#fbbf24;opacity:.6}.events-star svg{width:100%;height:100%}.events-star:nth-child(6){top:45%;left:20%;animation:twinkle 2.5s ease-in-out infinite}.events-star:nth-child(7){top:30%;left:28%;animation:twinkle 3s ease-in-out infinite .5s}.events-star:nth-child(8){bottom:35%;right:28%;animation:twinkle 2s ease-in-out infinite 1s}.events-confetti{position:absolute;width:10px;height:10px;border-radius:2px;opacity:.5}.events-confetti:nth-child(9){top:40%;left:10%;background:#ec4899;animation:confetti-fall 4s ease-in-out infinite}.events-confetti:nth-child(10){top:35%;right:20%;background:#fbbf24;animation:confetti-fall 5s ease-in-out infinite 1s}.events-confetti:nth-child(11){top:30%;left:35%;background:#a855f7;animation:confetti-fall 4.5s ease-in-out infinite 2s}.events-confetti:nth-child(12){top:45%;right:12%;background:#3b82f6;animation:confetti-fall 6s ease-in-out infinite .5s}@keyframes confetti-fall{0%,to{transform:translateY(0) rotate(0);opacity:.5}25%{transform:translateY(20px) rotate(90deg);opacity:.7}50%{transform:translateY(0) rotate(180deg);opacity:.5}75%{transform:translateY(-15px) rotate(270deg);opacity:.7}}.blog-hero--email{background:linear-gradient(135deg,#f0f7ff,#e1effe,#c7d2fe)}.blog-hero--email .blog-hero-badge{background:#3b82f61a;color:#3b82f6}.blog-hero--email .blog-hero-title{color:#2d3436}.blog-hero--email .blog-hero-subtitle{color:#555}.blog-hero--email:before{content:"";position:absolute;width:450px;height:450px;background:radial-gradient(circle,rgba(59,130,246,.08) 0%,transparent 70%);top:-150px;left:-150px;animation:pulse-slow 10s ease-in-out infinite}.blog-hero--email:after{content:"";position:absolute;width:350px;height:350px;background:radial-gradient(circle,rgba(99,102,241,.06) 0%,transparent 70%);bottom:-100px;right:-100px;animation:pulse-slow 8s ease-in-out infinite reverse}.email-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.email-envelope{position:absolute;width:45px;height:35px;color:#3b82f6;opacity:.5}.email-envelope svg{width:100%;height:100%}.email-envelope:nth-child(1){top:20%;left:12%;animation:float-bounce 6s ease-in-out infinite}.email-envelope:nth-child(2){top:25%;right:15%;animation:float-bounce 7s ease-in-out infinite 1s}.email-bell{position:absolute;width:35px;height:35px;color:#6366f1;opacity:.4}.email-bell svg{width:100%;height:100%}.email-bell:nth-child(3){bottom:30%;left:8%;animation:shake 3s ease-in-out infinite}.email-at{position:absolute;width:40px;height:40px;color:#3b82f6;opacity:.4}.email-at svg{width:100%;height:100%}.email-at:nth-child(4){top:35%;right:10%;animation:float-rotate 7s ease-in-out infinite}.email-send{position:absolute;width:35px;height:35px;color:#2563eb;opacity:.4}.email-send svg{width:100%;height:100%}.email-send:nth-child(5){bottom:25%;right:18%;animation:float-bounce 5s ease-in-out infinite}.email-send:nth-child(6){top:40%;left:25%;animation:float-bounce 6s ease-in-out infinite 1.5s}.blog-hero--interior{background:linear-gradient(135deg,#fef7ed,#fde68a,#fcd34d)}.blog-hero--interior .blog-hero-badge{background:#d977061a;color:#d97706}.blog-hero--interior .blog-hero-title{color:#2d3436}.blog-hero--interior .blog-hero-subtitle{color:#555}.blog-hero--interior:before{content:"";position:absolute;width:450px;height:450px;background:radial-gradient(circle,rgba(217,119,6,.08) 0%,transparent 70%);top:-150px;left:-150px;animation:pulse-slow 10s ease-in-out infinite}.blog-hero--interior:after{content:"";position:absolute;width:350px;height:350px;background:radial-gradient(circle,rgba(245,158,11,.06) 0%,transparent 70%);bottom:-100px;right:-100px;animation:pulse-slow 8s ease-in-out infinite reverse}.interior-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.interior-lamp{position:absolute;width:40px;height:50px;color:#d97706;opacity:.5}.interior-lamp svg{width:100%;height:100%}.interior-lamp:nth-child(1){top:15%;left:12%;animation:float-bounce 6s ease-in-out infinite}.interior-lamp:nth-child(2){top:18%;right:15%;animation:float-bounce 7s ease-in-out infinite 1s}.interior-chair{position:absolute;width:40px;height:45px;color:#b45309;opacity:.4}.interior-chair svg{width:100%;height:100%}.interior-chair:nth-child(3){bottom:25%;left:10%;animation:float-rotate 8s ease-in-out infinite}.interior-table{position:absolute;width:45px;height:40px;color:#92400e;opacity:.4}.interior-table svg{width:100%;height:100%}.interior-table:nth-child(4){bottom:30%;right:12%;animation:float-bounce 7s ease-in-out infinite .5s}.interior-palette{position:absolute;width:40px;height:40px;color:#d97706;opacity:.4}.interior-palette svg{width:100%;height:100%}.interior-palette:nth-child(5){top:38%;left:22%;animation:float-rotate 6s ease-in-out infinite 1s}.interior-music{position:absolute;width:35px;height:40px;color:#b45309;opacity:.4}.interior-music svg{width:100%;height:100%}.interior-music:nth-child(6){top:35%;right:25%;animation:float-bounce 5s ease-in-out infinite 2s}.blog-hero--training{background:linear-gradient(135deg,#fdf2f8,#fce7f3,#f9a8d4)}.blog-hero--training .blog-hero-badge{background:#db27771a;color:#db2777}.blog-hero--training .blog-hero-title{color:#2d3436}.blog-hero--training .blog-hero-subtitle{color:#555}.blog-hero--training:before{content:"";position:absolute;width:450px;height:450px;background:radial-gradient(circle,rgba(219,39,119,.08) 0%,transparent 70%);top:-150px;left:-150px;animation:pulse-slow 10s ease-in-out infinite}.blog-hero--training:after{content:"";position:absolute;width:350px;height:350px;background:radial-gradient(circle,rgba(236,72,153,.06) 0%,transparent 70%);bottom:-100px;right:-100px;animation:pulse-slow 8s ease-in-out infinite reverse}.training-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.training-cap{position:absolute;width:50px;height:40px;color:#db2777;opacity:.5}.training-cap svg{width:100%;height:100%}.training-cap:nth-child(1){top:18%;left:12%;animation:float-bounce 6s ease-in-out infinite}.training-cap:nth-child(2){top:22%;right:15%;animation:float-bounce 7s ease-in-out infinite 1s}.training-book{position:absolute;width:40px;height:45px;color:#be185d;opacity:.4}.training-book svg{width:100%;height:100%}.training-book:nth-child(3){bottom:28%;left:10%;animation:float-rotate 8s ease-in-out infinite}.training-star{position:absolute;width:30px;height:30px;color:#fbbf24;opacity:.5}.training-star svg{width:100%;height:100%}.training-star:nth-child(4){top:35%;left:25%;animation:twinkle 3s ease-in-out infinite}.training-trophy{position:absolute;width:40px;height:45px;color:#f59e0b;opacity:.4}.training-trophy svg{width:100%;height:100%}.training-trophy:nth-child(5){bottom:25%;right:18%;animation:float-bounce 6s ease-in-out infinite 1.5s}.training-clipboard{position:absolute;width:35px;height:45px;color:#db2777;opacity:.4}.training-clipboard svg{width:100%;height:100%}.training-clipboard:nth-child(6){top:40%;right:22%;animation:float-rotate 7s ease-in-out infinite .5s}.blog-hero--scheduling{background:linear-gradient(135deg,#f0fdf4,#dcfce7,#bbf7d0)}.blog-hero--scheduling .blog-hero-badge{background:#16a34a1a;color:#16a34a}.blog-hero--scheduling .blog-hero-title{color:#2d3436}.blog-hero--scheduling .blog-hero-subtitle{color:#555}.blog-hero--scheduling:before{content:"";position:absolute;width:450px;height:450px;background:radial-gradient(circle,rgba(22,163,74,.08) 0%,transparent 70%);top:-150px;left:-150px;animation:pulse-slow 10s ease-in-out infinite}.scheduling-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.scheduling-calendar{position:absolute;width:50px;height:50px;color:#16a34a;opacity:.5}.scheduling-calendar svg{width:100%;height:100%}.scheduling-calendar:nth-child(1){top:18%;left:12%;animation:float-bounce 6s ease-in-out infinite}.scheduling-calendar:nth-child(2){top:22%;right:15%;animation:float-bounce 7s ease-in-out infinite 1s}.scheduling-clock{position:absolute;width:40px;height:40px;color:#15803d;opacity:.4}.scheduling-clock svg{width:100%;height:100%}.scheduling-clock:nth-child(3){bottom:28%;left:10%;animation:float-rotate 8s ease-in-out infinite}.scheduling-clock:nth-child(4){top:35%;right:25%;animation:float-rotate 7s ease-in-out infinite .5s}.scheduling-person{position:absolute;width:35px;height:35px;color:#22c55e;opacity:.4}.scheduling-person svg{width:100%;height:100%}.scheduling-person:nth-child(5){bottom:25%;right:18%;animation:float-bounce 6s ease-in-out infinite 1.5s}.scheduling-person:nth-child(6){top:40%;left:22%;animation:float-bounce 5s ease-in-out infinite .5s}.blog-hero--foodwaste{background:linear-gradient(135deg,#ecfdf5,#d1fae5,#a7f3d0)}.blog-hero--foodwaste .blog-hero-badge{background:#0596691a;color:#059669}.blog-hero--foodwaste .blog-hero-title{color:#2d3436}.blog-hero--foodwaste .blog-hero-subtitle{color:#555}.blog-hero--foodwaste:before{content:"";position:absolute;width:450px;height:450px;background:radial-gradient(circle,rgba(5,150,105,.08) 0%,transparent 70%);bottom:-150px;left:-150px;animation:pulse-slow 10s ease-in-out infinite}.foodwaste-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.foodwaste-leaf{position:absolute;width:45px;height:45px;color:#10b981;opacity:.5}.foodwaste-leaf svg{width:100%;height:100%;fill:currentColor}.foodwaste-leaf:nth-child(1){top:18%;left:12%;animation:float-rotate 7s ease-in-out infinite}.foodwaste-leaf:nth-child(2){top:22%;right:15%;animation:float-rotate 8s ease-in-out infinite 1s}.foodwaste-recycle{position:absolute;width:50px;height:50px;color:#059669;opacity:.4}.foodwaste-recycle svg{width:100%;height:100%}.foodwaste-recycle:nth-child(3){bottom:28%;left:10%;animation:float-bounce 6s ease-in-out infinite}.foodwaste-food{position:absolute;width:40px;height:40px;color:#047857;opacity:.4}.foodwaste-food svg{width:100%;height:100%;fill:currentColor}.foodwaste-food:nth-child(4){bottom:25%;right:18%;animation:float-bounce 5s ease-in-out infinite 1.5s}.foodwaste-food:nth-child(5){top:35%;right:25%;animation:float-bounce 6s ease-in-out infinite .5s}.blog-hero--wine{background:linear-gradient(135deg,#fef7f0,#fde8d7,#fbd5b5)}.blog-hero--wine .blog-hero-badge{background:#9a34121a;color:#9a3412}.blog-hero--wine .blog-hero-title{color:#2d3436}.blog-hero--wine .blog-hero-subtitle{color:#555}.blog-hero--wine:before{content:"";position:absolute;width:450px;height:450px;background:radial-gradient(circle,rgba(154,52,18,.08) 0%,transparent 70%);top:-150px;right:-150px;animation:pulse-slow 10s ease-in-out infinite}.wine-elements{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.wine-glass{position:absolute;width:45px;height:55px;color:#9a3412;opacity:.5}.wine-glass svg{width:100%;height:100%}.wine-glass:nth-child(1){top:18%;left:12%;animation:float-bounce 6s ease-in-out infinite}.wine-glass:nth-child(2){top:22%;right:15%;animation:float-bounce 7s ease-in-out infinite 1s}.wine-bottle{position:absolute;width:40px;height:60px;color:#7c2d12;opacity:.4}.wine-bottle svg{width:100%;height:100%}.wine-bottle:nth-child(3){bottom:28%;left:10%;animation:float-rotate 8s ease-in-out infinite}.wine-bottle:nth-child(4){bottom:25%;right:18%;animation:float-rotate 7s ease-in-out infinite .5s}.wine-grape{position:absolute;width:35px;height:35px;color:#7c3aed;opacity:.4}.wine-grape svg{width:100%;height:100%;fill:currentColor}.wine-grape:nth-child(5){top:35%;left:25%;animation:float-bounce 5s ease-in-out infinite 1.5s}.wine-grape:nth-child(6){top:40%;right:22%;animation:float-bounce 6s ease-in-out infinite .5s}@media(max-width:768px){.ai-brain,.ai-node,.allergy-shield,.allergy-warning,.events-balloon,.events-glass,.email-envelope,.email-bell,.interior-lamp,.interior-chair,.training-cap,.training-book,.scheduling-calendar,.scheduling-clock,.foodwaste-leaf,.foodwaste-recycle,.wine-glass,.wine-bottle{display:none}.ai-sparkle,.allergy-check,.allergy-heart,.events-star,.events-confetti,.email-at,.email-send,.interior-table,.interior-palette,.interior-music,.training-star,.training-trophy,.training-clipboard,.scheduling-person,.foodwaste-food,.wine-grape{opacity:.3}}
