*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-snap-type:y proximity}body{margin:0;overflow-x:hidden}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}button{border:0;background:none;color:inherit} section:not(.process-section){scroll-snap-align:start;scroll-snap-stop:normal} :root{   --black:#050505;   --black-2:#0d0d0d;   --white:#f7f7f2;   --paper:#eee9df;   --muted:#9d9d98;   --line:rgba(255,255,255,.13);   --orange:#ff9f0a;   --orange-bright:#ffb11b;   --max:1440px;   --radius:18px;   --ease:cubic-bezier(.2,.8,.2,1); } /* Fonts loaded via <link> in index.html */ :root{font-family:"DM Sans",Arial,sans-serif;color:var(--white);background:var(--black);font-synthesis:none} h1,h2,h3,p{margin:0} h1,h2{font-family:"Space Grotesk",Arial,sans-serif;letter-spacing:-.055em} .eyebrow{font-size:14px;font-weight:700;letter-spacing:.18em;line-height:1.2} .site-header{position:fixed;z-index:50;top:0;left:0;right:0;height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 4vw;border-bottom:1px solid transparent;transition:background .35s ease,border-color .35s ease,backdrop-filter .35s ease}.site-header.is-scrolled{background:rgba(5,5,5,.82);backdrop-filter:blur(18px);border-color:var(--line)} .brand{font-family:"Space Grotesk",Arial,sans-serif;font-weight:700;font-size:18px;letter-spacing:-.03em;white-space:nowrap}.brand-dot{color:var(--orange)} .desktop-nav{display:flex;gap:30px;margin-left:auto;margin-right:30px;font-size:16px;color:#c9c9c4}.desktop-nav a{transition:color .2s ease}.desktop-nav a:hover{color:var(--white)} .button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:54px;padding:0 24px;border-radius:999px;font-size:16px;font-weight:700;letter-spacing:.02em;transition:transform .25s var(--ease),background .25s ease,border-color .25s ease}.button:hover{transform:translateY(-2px)}.button--small{min-height:44px;padding:0 19px;font-size:15px}.button--large{min-height:64px;padding:0 30px;font-size:14px}.button--orange{background:var(--orange);color:#090909;border:1px solid transparent}.button--orange:hover{background:var(--orange-bright)}.button--outline{background:transparent;color:var(--orange);border:1px solid var(--orange);gap:8px}.button--outline:hover{background:rgba(255,159,10,0.1)} .text-link{display:inline-flex;align-items:center;gap:9px;font-size:16px;font-weight:700;padding:10px 0}.text-link span{color:var(--orange)} .menu-toggle{display:none;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:6px}.menu-toggle span{width:22px;height:2px;background:var(--white)} .phone{position:relative}.phone__frame{position:relative;background:#111;border:2px solid #2d2d2d;border-radius:44px;padding:10px;box-shadow:0 35px 100px rgba(0,0,0,.65),0 0 0 1px rgba(255,255,255,.04)}.phone__screen{height:100%;overflow:hidden;border-radius:34px;background:#f5f0e7;color:#151515}.phone__speaker{position:absolute;z-index:3;top:17px;left:50%;transform:translateX(-50%);width:92px;height:24px;border-radius:20px;background:#050505}.parallax-wrapper{z-index:4}.hero-tag{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;letter-spacing:.05em;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(12px);padding:10px 16px;border-radius:999px;color:#fff}.hero-tag--float1{animation:floatT 4s ease-in-out infinite alternate}.hero-tag--float2{animation:floatT 5s ease-in-out infinite alternate-reverse}.hero-tag--float3{animation:floatT 3.5s ease-in-out infinite alternate}.hero-tag--float4{animation:floatT 4.5s ease-in-out infinite alternate-reverse}@keyframes floatT{from{transform:translateY(0)}to{transform:translateY(-12px)}}.hero-arrow{position:absolute;right:9%;top:28%;font-size:30px;color:var(--orange);transform:rotate(-12deg)} .mobile-nav{display:none} @media (max-width:760px){   .mobile-nav{position:fixed;z-index:45;inset:70px 0 0;background:rgba(5,5,5,.98);padding:35px 20px;flex-direction:column;gap:8px}   .mobile-nav.is-open{display:flex}   .mobile-nav a:not(.button){font-family:"Space Grotesk";font-size:34px;letter-spacing:-.05em;padding:12px 0;border-bottom:1px solid var(--line)}   .mobile-nav .button{margin-top:20px}   body.nav-open{overflow:hidden} } .hero{position:relative;min-height:85svh;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:2vw;padding:130px 7vw 80px;background:var(--black) url('../assets/images/hero_bg.webp') center/cover no-repeat;background-attachment:fixed}.hero::before{content:"";position:absolute;inset:0;background:rgba(5,5,5,.85);z-index:1}.hero__noise{position:absolute;inset:0;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");pointer-events:none;z-index:1}.hero__copy{position:relative;z-index:2;max-width:760px}.hero__copy .eyebrow{color:var(--orange);margin-bottom:25px}.hero h1{font-size:clamp(62px,7.5vw,124px);line-height:.82;text-transform:uppercase;font-weight:700}.hero h1 em{font-style:normal;color:var(--orange)}.hero__lead{max-width:520px;margin-top:20px;color:#b7b7b1;font-size:16px;line-height:1.55} .hero__mini-benefits{display:flex;flex-wrap:wrap;gap:20px;margin-top:35px} .hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:25px;margin-top:45px} .button-play{background:none;border:none;color:#fff;font-size:14px;font-weight:600;display:flex;align-items:center;gap:10px;cursor:pointer;transition:.25s ease} .button-play:hover{color:var(--orange)} .button-play i{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.3);border-radius:50%;font-style:normal;font-size:13px} .hero__domain-logo{margin-top:80px;font-weight:700;font-size:18px;letter-spacing:-.03em} .hero__domain-logo span{color:var(--orange)} .hero__visual{position:relative;z-index:2;min-height:700px;display:flex;align-items:center;justify-content:center} .phone--hero{width:min(350px,44vw);transform:rotate(5deg);animation:float 6s ease-in-out infinite} @keyframes float {   0%, 100% { transform: translateY(0) rotate(5deg); }   50% { transform: translateY(-20px) rotate(5deg); } } .phone--hero .phone__frame{height:720px} .menu-app-dark{height:100%;overflow:hidden;padding:45px 0 20px;background:#0d0d0d;color:#fff;font-family:system-ui,-apple-system,sans-serif;scrollbar-width:none} .menu-app-dark::-webkit-scrollbar{display:none} .dm-header{display:flex;justify-content:space-between;padding:0 20px;color:#a3a3a3} .dm-brand-center{text-align:center;margin-top:15px;display:flex;flex-direction:column;align-items:center} .dm-crown{margin-bottom:6px} .dm-brand-center small{font-size:15px;letter-spacing:.2em;color:#999;margin-bottom:4px} .dm-brand-center strong{font-size:26px;font-weight:700;letter-spacing:-.02em;font-family:"Space Grotesk";line-height:1} .dm-brand-center span{font-size:15px;color:var(--orange);letter-spacing:.15em;margin-top:6px} .dm-tabs{display:flex;justify-content:center;gap:20px;margin-top:30px;font-size:16px;font-weight:700;letter-spacing:.1em;color:#595959;border-bottom:1px solid #222} .dm-tabs span{padding-bottom:12px;position:relative} .dm-tabs .is-active{color:var(--orange)} .dm-tabs .is-active::after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--orange)} .dm-hero-img{height:160px;margin:20px 15px 0;border-radius:12px;box-shadow:0 10px 20px rgba(0,0,0,.5)} .dm-category-title{text-align:center;color:var(--orange);font-size:13px;font-weight:700;letter-spacing:.15em;margin:35px 0 20px} .dm-list{padding:0 15px 80px;display:flex;flex-direction:column;gap:20px} .dm-item{display:grid;grid-template-columns:1fr auto 55px;gap:12px;align-items:center} .dm-item-info h4{font-size:16px;font-weight:600;margin-bottom:4px;color:#f0f0f0} .dm-item-info p{font-size:15px;color:#888;line-height:1.4} .dm-item strong{color:var(--orange);font-size:14px} .dm-photo{width:55px;height:55px;border-radius:8px} .dm-bottom-bar{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(to top,#050505 50%,transparent);display:flex;justify-content:center} .dm-bottom-bar button{background:transparent;border:1px solid var(--orange);color:var(--orange);padding:14px 30px;border-radius:99px;font-size:16px;font-weight:700;letter-spacing:.1em;width:100%}  .hero-annotation{position:absolute;right:-70px;top:45%;color:#fff;font-family:'Caveat','Kalam',cursive;font-size:24px;line-height:1.1;transform:rotate(-4deg);display:flex;flex-direction:column;align-items:center;gap:10px;z-index:3} .hero-annotation svg{transform:rotate(4deg);margin-left:-25px}  @media (max-width:1050px){   .hero-annotation{display:none}   .hero__mini-benefits{gap:15px} } .showcase{background:var(--paper);color:#111;padding:60px 8vw;min-height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden} .showcase__inner{display:grid;grid-template-columns:1fr 330px;gap:8vw;align-items:center;width:100%;max-width:1300px;margin:0 auto} .showcase__left{display:flex;flex-direction:column;justify-content:center} .showcase__head{max-width:850px} .showcase__head .eyebrow{color:#8b5200} .showcase__head h2{font-size:clamp(48px,5vw,84px);line-height:.9;margin-top:20px} .showcase__head h2 span{color:#8b5200} .showcase__description{color:#68635c;font-size:16px;line-height:1.6;margin-top:20px;max-width:550px} .style-picker{display:flex;gap:10px;margin:30px 0 20px;overflow-x:auto;padding-top:5px;padding-bottom:10px} .style-picker::-webkit-scrollbar{display:none} .style-picker__item{flex:0 0 auto;border:1px solid rgba(17,17,17,.16);border-radius:999px;padding:12px 18px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:.25s var(--ease)} .style-picker__item:hover{border-color:#111;transform:translateY(-2px)} .style-picker__item.is-active{background:#111;color:#fff;border-color:#111} .showcase__stage{position:relative} .showcase__copy{width:100%;padding:20px 0;max-width:450px} .showcase__number{display:none} .showcase__type{font-size:13px;font-weight:800;letter-spacing:.14em;color:#5e5850} .showcase__copy h3{font-family:"Space Grotesk";font-size:clamp(36px,4vw,56px);letter-spacing:-.065em;line-height:.88;margin:10px 0 15px} .showcase__copy>p:not(.showcase__type){color:#68635c;font-size:15px;line-height:1.5} .showcase__features{display:grid;grid-template-columns:max-content max-content;justify-content:start;gap:12px 20px;margin-top:20px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em} .showcase__features span:nth-child(3){grid-column:1 / -1} .showcase__features span::before{content:"—";color:#8b5200;margin-right:5px} .showcase__phone-wrap{display:flex;align-items:center;justify-content:center;position:relative} .showcase__label{position:absolute;top:-30px;right:0;font-size:16px;font-weight:800;letter-spacing:.15em;color:#6b655c} .phone--showcase{width:310px;filter:drop-shadow(0 35px 35px rgba(0,0,0,.22));transition:transform .55s var(--ease),opacity .35s ease} .phone--showcase .phone__frame{height:600px} .showcase__side-note{align-self:start;justify-self:end;margin-top:70px;display:flex;align-items:flex-start;gap:10px;font-size:16px;line-height:1.4;font-weight:800;letter-spacing:.12em;color:#5e5850;text-align:right} .side-note__dot{width:8px;height:8px;border-radius:50%;background:#8b5200;margin-top:2px} .showcase__bottom{display:none} .showcase__stage.is-changing .phone--showcase{transform:translateY(12px) scale(.97);opacity:.15} .showcase-image{transition:background .5s var(--ease)}  @media (max-width:1050px){   .showcase{min-height:auto;padding:80px 5vw}   .showcase__inner{grid-template-columns:1fr;gap:40px}   .showcase__head h2{font-size:42px}   .phone--showcase{margin:0 auto}   .showcase__label{top:8px;right:8px} } @media (max-width:760px){   .showcase{padding:70px 20px}   .showcase__head h2{font-size:clamp(36px,10vw,46px)}   .style-picker{margin:25px -20px 20px;padding:5px 20px}   .showcase__copy{padding:25px 0 10px}   .showcase__copy h3{font-size:40px}   .phone--showcase{width:min(300px,78vw)}   .phone--showcase .phone__frame{height:550px}    .quick-benefits{grid-template-columns:1fr;gap:20px;padding:30px 20px} }    /* Process Sticky Scroll */ .process-section{background:var(--black);color:var(--white)} .process-scroll-track{height:150vh;position:relative} .process-sticky-wrap{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:5vh 5vw} .process-grid{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-content:center;width:100%;max-width:1200px;margin:0 auto} .process-section__head{display:block} .process-section__head .eyebrow{color:var(--orange)} .process-section__head h2{font-size:clamp(50px,5vw,84px);line-height:.87;margin-top:20px} .process-section__head h2 span{color:var(--orange)} .process-section__head>p:last-child{color:#a5a5a0;font-size:16px;line-height:1.6;margin-top:25px;max-width:480px} .process-cards{position:relative;height:520px;width:100%} .process-step{position:absolute;inset:0;background:var(--black);padding-top:58px;opacity:0;transform:translateY(150px) scale(0.95);transition:opacity 0.7s ease, transform 0.7s cubic-bezier(0.16,1,0.3,1), z-index 0s;pointer-events:none} .process-step.is-active{opacity:1;transform:translateY(0) scale(1);z-index:2;pointer-events:auto} .process-step.is-passed{opacity:1;transform:translateY(0) scale(1);z-index:1;pointer-events:none} .process-step__number{position:absolute;top:0;left:0;width:51px;height:51px;border:1px solid #363636;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--black);color:var(--white);font:700 11px "Space Grotesk";transition:.35s ease} .process-step.is-active .process-step__number,.process-step:hover .process-step__number{border-color:var(--orange);color:var(--orange);box-shadow:0 0 0 7px rgba(255,159,10,.05)} .process-step__visual{height:260px;border:1px solid #d0cec7;border-radius:16px;overflow:hidden;margin-bottom:30px;background:#e9e7df} .process-step__kicker{color:var(--orange);margin-right:8px}.process-step h3{font:700 37px/1 "Space Grotesk";letter-spacing:-.05em;margin:15px 0 10px;display:flex;align-items:center}.process-step>p:last-child{color:#595959;font-size:16px;line-height:1.55;max-width:280px} .wa-window{height:100%;padding:19px 15px;background:#e9e7df;color:#1d2421}.wa-head{display:flex;justify-content:space-between;font-size:15px;font-weight:800;letter-spacing:.1em;padding-bottom:15px;border-bottom:1px solid #d0cec7}.wa-head b{color:#43a86b}.wa-bubble{max-width:85%;font-size:16px;line-height:1.35;padding:10px 11px;border-radius:11px;margin-top:16px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.wa-bubble--client{background:#d7efd7;margin-left:auto;border-bottom-right-radius:3px}.wa-bubble--order{background:#fff;border-bottom-left-radius:3px}.wa-attachment{display:grid;grid-template-columns:30px 1fr;gap:2px 9px;align-items:center;margin-top:16px;background:#fff;padding:10px;border-radius:10px}.wa-attachment span{grid-row:span 2;width:30px;height:30px;border-radius:6px;background:#e8e8e3;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800}.wa-attachment b{font-size:15px}.wa-attachment small{font-size:14px;color:#999} .design-workspace{height:100%;background:#e9e7df;display:flex;flex-direction:column} .dw-toolbar{display:flex;align-items:center;padding:12px 15px;border-bottom:1px solid #d0cec7;gap:15px} .dw-tools{display:flex;gap:5px} .dw-tools span{width:8px;height:8px;border-radius:50%;background:#d0cec7} .dw-tools span:first-child{background:#ff5f56} .dw-tools span:nth-child(2){background:#ffbd2e} .dw-tools span:last-child{background:#27c93f} .dw-title{font-size:16px;color:#888;font-weight:600;letter-spacing:1px;margin:0 auto} .dw-canvas{flex:1;position:relative;padding:20px;display:flex;flex-direction:column;gap:12px} .dw-image-placeholder{height:70px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#d0cec7} .dw-image-placeholder svg{width:24px;height:24px} .dw-text-blocks{display:flex;flex-direction:column;gap:6px} .dw-block-title{height:12px;width:60%;background:#111;border-radius:4px} .dw-block-p{height:6px;width:100%;background:#fff;border-radius:3px} .dw-block-p.short{width:80%} .dw-color-picker{position:absolute;bottom:20px;right:20px;width:30px;height:30px;background:#fff;border-radius:8px;padding:4px;box-shadow:0 4px 12px rgba(0,0,0,0.05);animation:float1 4s ease-in-out infinite} .dw-color-picker div{width:100%;height:100%;border-radius:4px} .dw-cursor{position:absolute;top:40px;left:40px;width:16px;height:16px;color:#111;animation:moveCursor 4s ease-in-out infinite} @keyframes float1{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}} @keyframes moveCursor{0%,100%{transform:translate(0,0)}25%{transform:translate(50px,20px)}50%{transform:translate(10px,60px)}75%{transform:translate(80px,40px)}} .publish-wrapper{height:100%;background:#f4f4f0;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center} .publish-url-bar{background:#fff;padding:8px 15px;border-radius:20px;font-size:13px;color:#666;box-shadow:0 4px 15px rgba(0,0,0,0.05);margin-top:15px;z-index:2;display:flex;align-items:center;gap:6px} .publish-url-bar b{color:#111} .publish-phone{width:140px;height:260px;background:#fff;border-radius:24px;margin-top:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1);padding:6px;position:relative;animation:float1 5s ease-in-out infinite} .p-phone-screen{width:100%;height:100%;background:#fafafa;border-radius:18px;overflow:hidden;display:flex;flex-direction:column} .p-phone-hero{height:60px;background:#ff9f0a;background-image:linear-gradient(45deg, rgba(255,255,255,0.1) 25%, transparent 25%), linear-gradient(-45deg, rgba(255,255,255,0.1) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.1) 75%), linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.1) 75%);background-size:10px 10px} .p-phone-title{font-size:15px;font-weight:800;padding:12px 10px 8px;color:#111;font-family:"Space Grotesk"} .p-phone-item{display:flex;gap:8px;padding:6px 10px;align-items:center} .p-phone-item-img{width:28px;height:28px;background:#eee;border-radius:6px} .p-phone-item-text{display:flex;flex-direction:column;gap:3px} .p-phone-item-text b{font-size:15px;color:#111} .p-phone-item-text small{font-size:14px;color:#ff9f0a;font-weight:700} .publish-mini-qr{position:absolute;right:15%;bottom:15%;width:55px;height:55px;background:#fff;border-radius:6px;padding:5px;box-shadow:0 15px 35px rgba(0,0,0,0.15);animation:float2 4s ease-in-out infinite;z-index:3} .p-qr-grid{width:100%;height:100%;background-image:linear-gradient(45deg, #111 25%, transparent 25%), linear-gradient(-45deg, #111 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #111 75%), linear-gradient(-45deg, transparent 75%, #111 75%);background-size:6px 6px;background-position:0 0, 0 3px, 3px -3px, -3px 0px;opacity:0.8} @keyframes float2{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}} .process-footer{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid var(--line);padding-top:3vh;margin-top:3vh}.process-footer div{display:flex;flex-direction:column;gap:5px}.process-footer span{font-size:16px;color:#595959;letter-spacing:.15em;font-weight:800}.process-footer strong{font:700 clamp(24px,3.5vw,46px)/.9 "Space Grotesk";letter-spacing:-.05em}.process-footer p{color:#595959;font-size:16px;line-height:1.5;text-align:right}  @media (max-width:1050px){   .process-grid{grid-template-columns:1fr;gap:4vw;padding:3vh 0}   .process-section__head h2{font-size:clamp(40px,7vw,60px)}   .process-cards{height:420px} } @media (max-width:760px){   .process-scroll-track{height:auto}   .process-sticky-wrap{position:relative;height:auto;padding:60px 20px;overflow:visible}   .process-cards{height:auto;display:flex;flex-direction:column;gap:40px}   .process-step{position:relative;transform:none!important;opacity:1!important;padding-top:0;pointer-events:auto}   .process-step__number{position:relative;margin-bottom:15px}   .process-section__head h2{font-size:clamp(36px,10vw,46px)}   .process-footer{display:block;margin-top:50px;padding-top:25px}   .process-footer p{text-align:left;margin-top:15px} }  /* Update Section */ .update-section{background:var(--paper);color:#111;padding:6vh 8vw;min-height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden} .update-section__top{display:grid;grid-template-columns:1.1fr 0.9fr;gap:4vw;align-items:center;width:100%} .update-section__head{display:block} .update-section__head .eyebrow{color:#8b5200} .update-section__head h2{font-size:clamp(50px,6.5vw,90px);line-height:.88;margin-top:15px} .update-section__head h2 span{color:#8b5200} .update-section__head>p:last-child{color:#68635c;font-size:16px;line-height:1.6;margin-top:20px;max-width:480px} .update-comparison{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(17,17,17,.15);margin-top:5vh;padding-top:4vh;gap:3vw}.update-comparison div{display:flex;flex-direction:column;gap:8px}.update-comparison span{font-size:14px;letter-spacing:.15em;font-weight:800;color:#6b655c}.update-comparison strong{font:700 clamp(22px,2vw,32px)/1 "Space Grotesk";letter-spacing:-.04em;color:#111}.update-comparison p{font-size:15px;color:#595959;line-height:1.5;max-width:280px}.update-comparison__new strong{color:#8b5200}  .update-demo{position:relative;height:480px;width:100%;margin-top:0} .update-demo__chat{position:absolute;top:40px;left:0;z-index:5;width:100%;max-width:320px;background:#e7e5de;border-radius:20px;padding:20px;box-shadow:0 25px 60px rgba(34,29,22,.15)} .update-demo__chat-head{display:flex;justify-content:space-between;border-bottom:1px solid #cbc9c1;padding-bottom:14px;font-size:13px;font-weight:800;letter-spacing:.08em} .update-demo__chat-head span{color:#43a86b} .update-message{max-width:92%;padding:14px;border-radius:13px;font-size:15px;line-height:1.45;margin-top:15px}.update-message small{display:block;font-size:14px;font-weight:800;color:#8b8982;letter-spacing:.08em;margin-bottom:6px}.update-message--client{background:#d3ebd2;margin-left:auto;border-bottom-right-radius:3px}.update-message--order{background:#fff;border-bottom-left-radius:3px}.update-status{display:flex;align-items:center;gap:8px;margin-top:15px;font-size:13px;font-weight:800;color:#4c8c59}.update-status span{width:21px;height:21px;background:#4c8c59;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center} .update-demo__arrow{display:none} .update-demo__menu{position:absolute;bottom:0;right:0;z-index:1;width:250px}.update-menu-phone{width:100%;height:410px;background:#101010;border:8px solid #252525;border-radius:38px;padding:6px;box-shadow:0 35px 60px rgba(0,0,0,.25);transform:rotate(5deg)}.update-menu-screen{height:100%;border-radius:27px;background:#eee9df;padding:25px 15px 15px;color:#151515;overflow:hidden}.update-menu-screen>span{font-size:14px;font-weight:800;letter-spacing:.12em}.update-menu-image{height:100px;margin:12px -15px;background:linear-gradient(135deg,#c87922,#5d2b0d 65%,#20130c)}.update-menu-screen>small{font-size:14px;color:#8b5200;font-weight:800;letter-spacing:.12em}.update-menu-screen h3{font:700 18px "Space Grotesk";letter-spacing:-.05em;margin:4px 0}.update-menu-screen p{font-size:15px;color:#595959;line-height:1.4}.price-change{display:flex;align-items:baseline;gap:10px;margin:8px 0}.price-change del{font-size:14px;color:#a3a099}.price-change strong{font:700 20px "Space Grotesk";color:#111}.update-menu-line{height:1px;background:#cfc7bb;margin:6px 0 8px}.update-sticker{position:absolute;right:-35px;bottom:35px;width:85px;height:85px;border-radius:50%;background:var(--orange);color:#111;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:7px;font-weight:900;letter-spacing:.1em;transform:rotate(9deg);box-shadow:0 14px 25px rgba(0,0,0,.18)}.update-sticker strong{font-size:22px;line-height:1}  @media (max-width:1050px){   .update-section{padding:100px 5vw;min-height:auto}   .update-section__top{grid-template-columns:1fr;gap:60px}   .update-demo{margin:0 auto;width:100%;max-width:500px;height:550px}   .update-demo__chat{max-width:340px} } @media (max-width:760px){   .update-section{padding:80px 20px;min-height:auto}   .update-section__head h2{font-size:clamp(50px,14vw,70px)}   .update-comparison{grid-template-columns:1fr;gap:30px;padding-top:25px}   .update-demo{height:auto;display:flex;flex-direction:column;gap:30px;margin-top:20px}   .update-demo__chat{position:relative;top:0;left:0;max-width:100%}   .update-demo__menu{position:relative;width:100%;max-width:280px;align-self:center}   .update-menu-phone{height:auto;padding-bottom:15px}   .update-sticker{right:-20px;bottom:10px;transform:rotate(9deg) scale(0.8)} }  .update-demo__chat,.update-demo__arrow,.update-demo__menu{transition:transform .8s var(--ease),opacity .7s ease} .update-demo:not(.is-visible) .update-demo__chat{opacity:0;transform:translateX(-30px)} .update-demo:not(.is-visible) .update-demo__arrow{opacity:0;transform:scale(.7)} .update-demo:not(.is-visible) .update-demo__menu{opacity:0;transform:translateX(30px) rotate(3deg)}    /* Pricing */ .pricing-section{background:var(--black);color:var(--white);padding:4vh 5vw;min-height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden} .pricing-container{display:grid;grid-template-columns:40% 55%;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto} .pricing-left{display:flex;flex-direction:column;gap:5vh} .pricing-section__head{display:block} .pricing-section__head .eyebrow{color:var(--orange)} .pricing-section__head h2{font-size:clamp(45px,5vw,80px);line-height:.84;margin-top:15px}.pricing-section__head h2 span{color:var(--orange)} .pricing-section__head>p:last-child{color:#a5a5a0;font-size:14px;line-height:1.6;margin-top:15px;max-width:350px}  .pricing-reason{display:block;margin-top:0;padding-top:0;border-top:none} .pricing-reason .eyebrow{color:var(--orange)} .pricing-reason h3{font:700 clamp(28px,3.2vw,45px)/.87 "Space Grotesk";letter-spacing:-.05em;margin-top:10px}.pricing-reason h3 span{color:var(--orange)} .pricing-reason__items{display:grid;grid-template-columns:1fr 1fr;gap:25px 20px;margin-top:25px} .pricing-reason__items div{display:flex;flex-direction:column;gap:5px} .pricing-reason__items b{font-size:16px;color:#666} .pricing-reason__items strong{font:700 15px "Space Grotesk"} .pricing-reason__items p{color:#595959;font-size:13px;line-height:1.5}  .pricing-right{display:flex;flex-direction:column;gap:15px} .pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:0} .price-card{position:relative;min-height:480px;border:1px solid #2a2a2a;border-radius:20px;padding:25px;overflow:hidden;transition:transform .4s var(--ease),border-color .4s ease}.price-card:hover{transform:translateY(-5px)} .price-card--basic{background:#0b0b0b}.price-card--premium{background:#eee9df;color:#111;border-color:#eee9df;transform:translateY(-12px)}.price-card--premium:hover{transform:translateY(-18px)} .price-card__top{display:flex;justify-content:space-between;align-items:center}.price-card__tag{font-size:14px;font-weight:900;letter-spacing:.16em}.price-card__index{font:700 11px "Space Grotesk";color:#666} .price-card__intro{max-width:390px;color:#595959;margin-top:35px;font-size:16px;line-height:1.5}.price-card--basic .price-card__intro{color:#a3a39f} .price-card__price{display:flex;align-items:flex-end;gap:12px;margin:18px 0 20px}.price-card__price strong{font:700 clamp(50px,5vw,80px)/.78 "Space Grotesk";letter-spacing:-.07em}.price-card__price span{font-size:16px;font-weight:800;letter-spacing:.12em;margin-bottom:5px;color:#595959} .price-card__cta{display:flex;justify-content:space-between;align-items:center;border-top:1px solid currentColor;border-bottom:1px solid currentColor;padding:12px 0;font-size:16px;font-weight:900;letter-spacing:.12em}.price-card__cta span{color:var(--orange);font-size:18px} .price-card ul{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:10px}.price-card li{font-size:14px;display:flex;align-items:flex-start;gap:10px}.price-card li::before{content:"✓";color:var(--orange);font-weight:900}.price-card--premium li::before{color:#8b5200} .price-card__popular{position:absolute;right:0;top:0;background:var(--orange);color:#111;padding:8px 15px;font-size:15px;font-weight:900;letter-spacing:.12em}  .launch-offer{margin-top:5px;border:1px solid #303030;border-radius:18px;padding:20px 25px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(110deg,#131313,#090909)} .launch-offer__copy{flex:1}.launch-offer__eyebrow{font-size:16px;font-weight:900;color:var(--orange);letter-spacing:.16em}.launch-offer h3{font:700 clamp(24px,3vw,35px)/.9 "Space Grotesk";letter-spacing:-.05em;margin:8px 0}.launch-offer h3 em{color:var(--orange);font-style:normal}.launch-offer p{font-size:14px;color:#595959} .launch-offer__details{display:flex;align-items:center;gap:20px}.launch-offer__details div{display:flex;flex-direction:column;gap:5px}.launch-offer__details span{font-size:14px;color:#666;letter-spacing:.14em;font-weight:800}.launch-offer__details strong{font:700 20px "Space Grotesk"}  @media (max-width:1050px){   .pricing-section{padding:90px 5vw;min-height:auto}   .pricing-container{grid-template-columns:1fr;gap:50px}   .pricing-left{gap:40px}   .pricing-reason__items{grid-template-columns:repeat(3,1fr)}   .price-card{min-height:auto;padding:28px;transform:none!important}   .launch-offer__details{gap:18px} } @media (max-width:760px){   .pricing-section{padding:80px 20px;min-height:auto}   .pricing-section__head h2{font-size:clamp(50px,14vw,70px)}   .pricing-grid{grid-template-columns:1fr;gap:20px}   .pricing-reason__items{grid-template-columns:1fr;margin-top:30px;gap:24px}   .launch-offer{display:block;padding:28px 24px}.launch-offer__details{display:grid;grid-template-columns:1fr 1fr;margin-top:25px;gap:18px}.launch-offer__details .button{grid-column:1 / -1} }  /* FAQ */ .faq-section{background:var(--paper);color:#111;padding:4vh 5vw;min-height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden} .faq-container{display:grid;grid-template-columns:38% 54%;justify-content:space-between;align-items:flex-start;width:100%;max-width:1400px;margin:0 auto} .faq-left{display:flex;flex-direction:column;padding-right:2vw} .faq-section__head{display:block} .faq-section__head .eyebrow{color:var(--orange)} .faq-section__head h2{font-size:clamp(45px,5vw,75px);line-height:.86;margin-top:15px}.faq-section__head h2 span{color:var(--orange)} .faq-section__head>p:last-child{color:#68635c;font-size:14px;line-height:1.6;margin-top:20px;max-width:380px} .faq-list{margin-top:0;border-top:1px solid #d0cec7} .faq-item{border-bottom:1px solid #d0cec7} .faq-summary{width:100%;background:none;border:none;display:grid;grid-template-columns:35px 1fr 30px;align-items:center;gap:10px;min-height:65px;padding:8px 0;cursor:pointer;text-align:left;font-family:inherit} .faq-summary span{font:700 9px "Space Grotesk";color:#8b5200} .faq-summary strong{font:600 clamp(15px,1.5vw,20px) "Space Grotesk";letter-spacing:-.02em;color:#111} .faq-summary i{font-style:normal;font-size:24px;color:#595959;text-align:right;transition:.4s cubic-bezier(0.16,1,0.3,1)} .faq-item.is-open .faq-summary i{transform:rotate(45deg);color:var(--orange)} .faq-collapse{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(0.16,1,0.3,1)} .faq-answer{overflow:hidden;max-width:560px;margin-left:45px;color:#68635c;font-size:16px;line-height:1.5;transition:padding .4s cubic-bezier(0.16,1,0.3,1),opacity .3s ease;opacity:0} .faq-item.is-open .faq-collapse{grid-template-rows:1fr} .faq-item.is-open .faq-answer{padding-bottom:20px;opacity:1} .faq-contact{border:1px solid #d0cec7;border-radius:18px;margin-top:60px;padding:22px 25px;display:flex;align-items:center;justify-content:space-between;background:#fdfcf8}.faq-contact div{display:flex;flex-direction:column;gap:5px}.faq-contact span{font-size:15px;color:#888;letter-spacing:.15em;font-weight:800}.faq-contact strong{font:700 24px "Space Grotesk";letter-spacing:-.04em} .final-cta{position:relative;min-height:85vh;background:var(--black);color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:110px 6vw;border-top:1px solid #161616;overflow:hidden}.final-cta::before{content:"";position:absolute;width:70vw;height:70vw;border-radius:50%;background:radial-gradient(circle,rgba(255,159,10,.10),transparent 65%);pointer-events:none}.final-cta>*{position:relative}.final-cta .eyebrow{color:var(--orange);margin-bottom:28px}.final-cta h2{font-size:clamp(54px,7.5vw,116px);line-height:.86}.final-cta h2 em{font-style:normal;color:var(--orange)}.final-cta .button{margin-top:45px;min-height:68px;padding:0 34px;font-size:14px}.final-cta__domain{margin-top:65px;color:#555;font-size:14px;letter-spacing:.18em;text-transform:uppercase}  @media (max-width:1050px){   .faq-section{padding:90px 5vw;min-height:auto}   .faq-container{grid-template-columns:1fr;gap:40px}   .faq-left{padding-right:0}   .faq-contact{margin-top:35px} } @media (max-width:760px){   .faq-section{padding:80px 20px}   .faq-section__head h2{font-size:clamp(45px,12vw,65px)}   .faq-summary{grid-template-columns:30px 1fr 28px;min-height:70px;gap:8px}   .faq-summary strong{font-size:15px}   .faq-answer{margin-left:38px;font-size:16px}   .faq-contact{display:block;padding:24px 20px}   .faq-contact strong{font-size:22px}   .faq-contact .button{margin-top:15px;width:100%} }  .site-footer{background:var(--black);padding:28px 6vw;display:flex;justify-content:space-between;align-items:center;color:#8a8a86;font-size:13px;letter-spacing:.05em;border-top:1px solid var(--line)}.site-footer div{display:flex;gap:20px}.site-footer a:hover{color:#ccc} @media(max-width:760px){.site-footer{padding:28px 20px;display:block;text-align:center}.site-footer div{justify-content:center;margin-top:10px}}  /* Production polish */ .skip-link{position:fixed;z-index:100;top:10px;left:10px;transform:translateY(-150%);background:var(--orange);color:#111;padding:10px 14px;border-radius:8px;font-size:15px;font-weight:800}.skip-link:focus{transform:translateY(0)} :focus-visible{outline:2px solid var(--orange);outline-offset:4px} @media (prefers-reduced-motion:reduce){   *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important} }  /* --- SHOWCASE THEMES --- */ .menu-app-showcase { height: 100%; overflow: hidden; padding: 40px 15px 20px; transition: background 0.4s ease, color 0.4s ease; scrollbar-width: none; overflow-y: auto; } .menu-app-showcase::-webkit-scrollbar { display: none; } .menu-app-showcase * { transition: all 0.4s ease; }  /* Taqueria (Dark/Orange) */ .theme-taqueria { background: #0d0d0d; color: #fff; font-family: system-ui, -apple-system, sans-serif; } .theme-taqueria .menu-topbar { display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; color: #a3a3a3; } .theme-taqueria .menu-dot { color: var(--orange); } .theme-taqueria .menu-hero-image { height: 140px; margin-top: 15px; border-radius: 12px; display: flex; align-items: flex-end; padding: 15px; font-family: "Space Grotesk"; font-size: 24px; font-weight: 700; color: #fff; position: relative; overflow: hidden; } .theme-taqueria .menu-hero-image::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); } .theme-taqueria .menu-hero-image span { position: relative; z-index: 2; } .theme-taqueria .menu-intro { text-align: center; margin-top: 20px; } .theme-taqueria .menu-kicker { font-size: 8px; font-weight: 800; letter-spacing: .2em; color: var(--orange); } .theme-taqueria .menu-intro h2 { font-family: "Space Grotesk"; font-size: 28px; line-height: 1; margin-top: 5px; } .theme-taqueria .menu-tabs { display: flex; justify-content: center; gap: 20px; margin: 25px 0; font-size: 9px; font-weight: 700; color: #666; border-bottom: 1px solid #222; } .theme-taqueria .menu-tabs span { padding-bottom: 10px; position: relative; } .theme-taqueria .menu-tabs .is-active { color: var(--orange); } .theme-taqueria .menu-tabs .is-active::after { content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: var(--orange); } .theme-taqueria .dish { display: grid; grid-template-columns: 1fr 60px; gap: 15px; align-items: center; margin-bottom: 20px; } .theme-taqueria .dish small { font-size: 8px; color: var(--orange); } .theme-taqueria .dish h3 { font-size: 14px; margin: 4px 0; } .theme-taqueria .dish p { font-size: 9px; color: #888; } .theme-taqueria .dish strong { font-size: 12px; color: var(--orange); } .theme-taqueria .dish__photo { height: 60px; border-radius: 8px; background-size: cover; background-position: center; }  /* Cafe (Beige/Serif) */ .theme-cafe { background: #f4ecd8; color: #4a3f35; font-family: Georgia, serif; } .theme-cafe .menu-topbar { text-align: center; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; border-bottom: 1px solid #dccca8; padding-bottom: 15px; } .theme-cafe .menu-dot { display: none; } .theme-cafe .menu-hero-image { height: 180px; border-radius: 0; margin-top: 0; position: relative; font-size: 0; background-size: cover; background-position: center; } .theme-cafe .menu-intro { padding: 20px 0; text-align: left; } .theme-cafe .menu-kicker { font-family: system-ui, sans-serif; font-size: 9px; letter-spacing: 1px; color: #9a7b4f; text-transform: uppercase; } .theme-cafe .menu-intro h2 { font-size: 32px; font-weight: 400; font-style: italic; margin-top: 10px; } .theme-cafe .menu-tabs { display: flex; gap: 15px; border-top: 1px solid #dccca8; border-bottom: 1px solid #dccca8; padding: 12px 0; margin-bottom: 25px; font-family: system-ui, sans-serif; font-size: 10px; color: #a49681; } .theme-cafe .menu-tabs .is-active { color: #4a3f35; font-weight: bold; } .theme-cafe .dish { display: flex; flex-direction: row-reverse; gap: 15px; justify-content: space-between; align-items: flex-start; margin-bottom: 25px; border-bottom: 1px dashed #dccca8; padding-bottom: 15px; } .theme-cafe .dish small { display: none; } .theme-cafe .dish h3 { font-size: 16px; margin: 0 0 5px; } .theme-cafe .dish p { font-size: 11px; font-family: system-ui, sans-serif; color: #817260; line-height: 1.4; } .theme-cafe .dish strong { display: block; margin-top: 10px; font-size: 14px; font-weight: normal; } .theme-cafe .dish__photo { width: 70px; height: 70px; border-radius: 50%; flex-shrink: 0; background-size: cover; background-position: center; }  /* Pizzeria (Dark/Red/Glow) */ .theme-pizzeria { background: #110a0a; color: #f0e6d2; font-family: "Times New Roman", serif; } .theme-pizzeria .menu-topbar { display: flex; justify-content: center; font-size: 14px; font-style: italic; color: #d9281c; letter-spacing: 1px; } .theme-pizzeria .menu-dot { display: none; } .theme-pizzeria .menu-hero-image { display: none; } .theme-pizzeria .menu-intro { text-align: center; padding: 40px 0 20px; border-bottom: 1px solid rgba(217,40,28,0.2); } .theme-pizzeria .menu-kicker { font-size: 10px; letter-spacing: 2px; color: #d9281c; text-transform: uppercase; font-family: system-ui, sans-serif; } .theme-pizzeria .menu-intro h2 { font-size: 38px; font-weight: normal; margin-top: 15px; color: #fff; } .theme-pizzeria .menu-tabs { display: flex; flex-direction: column; gap: 10px; margin: 30px 0; font-family: system-ui, sans-serif; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; } .theme-pizzeria .menu-tabs span { padding: 15px; background: rgba(217,40,28,0.05); border: 1px solid rgba(217,40,28,0.2); text-align: center; border-radius: 6px; } .theme-pizzeria .menu-tabs .is-active { background: #d9281c; color: #fff; border-color: #d9281c; } .theme-pizzeria .dish { display: grid; grid-template-columns: 1fr 80px; gap: 15px; margin-bottom: 25px; } .theme-pizzeria .dish small { font-family: system-ui, sans-serif; font-size: 9px; color: #d9281c; text-transform: uppercase; } .theme-pizzeria .dish h3 { font-size: 20px; font-weight: normal; margin: 5px 0; } .theme-pizzeria .dish p { font-family: system-ui, sans-serif; font-size: 10px; color: #a39581; } .theme-pizzeria .dish strong { font-size: 14px; color: #d9281c; display: block; margin-top: 5px; } .theme-pizzeria .dish__photo { height: 100px; border-radius: 4px; border: 1px solid #d9281c; background-size: cover; background-position: center; }  /* Sushi (White/Minimal) */ .theme-sushi { background: #ffffff; color: #111; font-family: system-ui, -apple-system, sans-serif; text-align: center; } .theme-sushi .menu-topbar { padding: 20px 0; font-size: 14px; font-weight: 300; letter-spacing: 3px; } .theme-sushi .menu-dot { color: #cc0000; } .theme-sushi .menu-hero-image { height: 120px; border-radius: 0; margin: 0 -15px; position: relative; font-size: 0; background-size: cover; background-position: center; } .theme-sushi .menu-intro { padding: 30px 0; } .theme-sushi .menu-kicker { font-size: 9px; letter-spacing: 4px; color: #888; text-transform: uppercase; } .theme-sushi .menu-intro h2 { font-size: 24px; font-weight: 300; margin-top: 15px; letter-spacing: -1px; } .theme-sushi .menu-tabs { display: flex; justify-content: center; gap: 25px; margin-bottom: 40px; font-size: 11px; letter-spacing: 1px; color: #aaa; text-transform: uppercase; } .theme-sushi .menu-tabs .is-active { color: #111; } .theme-sushi .menu-tabs .is-active::after { content: "•"; display: block; color: #cc0000; margin-top: 5px; } .theme-sushi .dish { margin-bottom: 35px; } .theme-sushi .dish small { display: none; } .theme-sushi .dish h3 { font-size: 16px; font-weight: 400; margin: 0 0 8px; letter-spacing: 1px; } .theme-sushi .dish p { font-size: 11px; color: #666; max-width: 80%; margin: 0 auto 10px; line-height: 1.5; } .theme-sushi .dish strong { font-size: 13px; font-weight: 300; } .theme-sushi .dish__photo { display: none; }  /* Burger (Dark/Yellow/Bold) */ .theme-burger { background: #1a1a1a; color: #fff; font-family: system-ui, -apple-system, sans-serif; text-transform: uppercase; } .theme-burger .menu-topbar { font-family: "Impact", "Arial Black", sans-serif; font-size: 20px; font-style: italic; color: #fbb03b; } .theme-burger .menu-dot { display: none; } .theme-burger .menu-hero-image { height: 160px; border-radius: 8px; margin-top: 15px; font-size: 0; border: 4px solid #fbb03b; background-size: cover; background-position: center; } .theme-burger .menu-intro { padding: 25px 0 15px; } .theme-burger .menu-kicker { font-size: 12px; font-weight: 900; color: #fbb03b; background: #333; padding: 4px 8px; border-radius: 4px; display: inline-block; } .theme-burger .menu-intro h2 { font-family: "Impact", "Arial Black", sans-serif; font-size: 42px; line-height: 0.9; margin-top: 15px; text-shadow: 2px 2px 0 #fbb03b; } .theme-burger .menu-tabs { display: flex; gap: 10px; margin-bottom: 25px; overflow-x: auto; scrollbar-width: none; } .theme-burger .menu-tabs::-webkit-scrollbar { display: none; } .theme-burger .menu-tabs span { padding: 8px 16px; background: #333; font-weight: 900; font-size: 12px; border-radius: 4px; white-space: nowrap; } .theme-burger .menu-tabs .is-active { background: #fbb03b; color: #111; } .theme-burger .dish { display: grid; grid-template-columns: 1fr 70px; gap: 15px; background: #222; padding: 15px; border-radius: 8px; margin-bottom: 15px; border-left: 4px solid #444; } .theme-burger .dish:hover { border-left-color: #fbb03b; } .theme-burger .dish small { display: none; } .theme-burger .dish h3 { font-family: "Impact", "Arial Black", sans-serif; font-size: 20px; margin: 0 0 5px; } .theme-burger .dish p { font-size: 10px; color: #aaa; text-transform: none; font-weight: 500; } .theme-burger .dish strong { font-size: 16px; color: #fbb03b; font-weight: 900; display: block; margin-top: 10px; } .theme-burger .dish__photo { height: 70px; border-radius: 4px; background-size: cover; background-position: center; }  /* Bar (Neon) */ .theme-bar { background: #050510; color: #fff; font-family: "Courier New", Courier, monospace; } .theme-bar .menu-topbar { text-align: center; color: #b026ff; font-weight: bold; text-shadow: 0 0 8px rgba(176,38,255,0.6); font-size: 16px; letter-spacing: 2px; } .theme-bar .menu-dot { display: none; } .theme-bar .menu-hero-image { height: 160px; margin-top: 20px; border-radius: 12px; position: relative; font-size: 0; box-shadow: 0 0 30px rgba(176,38,255,0.2); background-size: cover; background-position: center; } .theme-bar .menu-intro { padding: 30px 0; text-align: center; } .theme-bar .menu-kicker { font-size: 10px; color: #00f3ff; text-shadow: 0 0 5px rgba(0,243,255,0.5); } .theme-bar .menu-intro h2 { font-size: 28px; font-weight: bold; margin-top: 15px; text-transform: uppercase; letter-spacing: 2px; text-shadow: 2px 2px 0 #b026ff; } .theme-bar .menu-tabs { display: flex; justify-content: center; gap: 20px; margin-bottom: 40px; font-size: 12px; font-weight: bold; color: #444; } .theme-bar .menu-tabs .is-active { color: #b026ff; border-bottom: 2px solid #b026ff; padding-bottom: 5px; text-shadow: 0 0 10px rgba(176,38,255,0.8); } .theme-bar .dish { border: 1px solid #222; padding: 20px; border-radius: 12px; margin-bottom: 20px; background: rgba(255,255,255,0.02); text-align: center; } .theme-bar .dish small { display: none; } .theme-bar .dish h3 { font-size: 16px; color: #00f3ff; margin: 0 0 10px; text-shadow: 0 0 5px rgba(0,243,255,0.4); } .theme-bar .dish p { font-size: 11px; color: #888; font-family: system-ui, sans-serif; line-height: 1.5; text-transform: none; } .theme-bar .dish strong { font-size: 14px; color: #b026ff; display: block; margin-top: 15px; font-weight: bold; } .theme-bar .dish__photo { display: none; } @media (max-width:1050px){.desktop-nav{gap:17px;margin-right:18px}.hero{grid-template-columns:1fr .82fr;padding-left:5vw;padding-right:5vw}.hero h1{font-size:clamp(58px,8vw,88px)}.hero__visual{min-height:620px}.phone--hero{width:min(330px,42vw)}.phone--hero .phone__frame{height:610px}.hero-tag{display:none}} @media (max-width:760px){.site-header{height:70px;padding:0 20px}.desktop-nav,.site-header>.button{display:none}.menu-toggle{display:flex}.hero{min-height:auto;display:flex;flex-direction:column;align-items:stretch;padding:118px 20px 60px;gap:20px}.hero__copy .eyebrow{margin-bottom:20px}.hero h1{font-size:clamp(56px,17vw,82px);line-height:.84}.hero__lead{font-size:15px;margin-top:26px}.hero__actions{margin-top:27px;gap:20px}.hero__visual{min-height:auto;margin-top:20px;height:560px}.phone--hero{width:min(310px,80vw);transform:rotate(3deg)}.phone--hero .phone__frame{height:560px;border-radius:38px;padding:8px}.phone__screen{border-radius:30px}.phone__speaker{top:14px;width:78px;height:20px}.menu-app{padding-top:45px}.menu-hero-image{height:120px}.intro-band{padding:100px 20px}.intro-band h2{font-size:clamp(45px,13vw,65px)}.placeholder-section{min-height:55vh;padding:100px 20px}.placeholder-section h2{font-size:clamp(44px,12vw,68px)}.final-cta{min-height:70vh;padding:90px 20px}.final-cta h2{font-size:clamp(48px,13vw,70px)}} @media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.phone--hero{animation:none}.button{transition:none}}
