/* ClickDish — production stylesheet
   Palette: navy #14213D · gold #FCA311 · off-white #FBF9F6 · grey #E5E5E5 */

/* Self-hosted Manrope variable font (weights 400-800) */
@font-face{font-family:'Manrope';font-style:normal;font-weight:400 800;font-display:swap;src:url(../assets/fonts/manrope-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Manrope';font-style:normal;font-weight:400 800;font-display:swap;src:url(../assets/fonts/manrope-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}

html{scroll-behavior:smooth;overflow-x:hidden}
*{box-sizing:border-box}
body{margin:0}
.page{font-family:'Manrope',system-ui,sans-serif;color:#14213D;background:#FBF9F6;-webkit-font-smoothing:antialiased}
.wrap{max-width:1160px;margin:0 auto;padding:0 24px}
.section{padding:clamp(60px,8vw,104px) 0;scroll-margin-top:74px}
.navy{background:#14213D;color:#FBF9F6}
.center{max-width:720px;margin:0 auto;text-align:center}
.h1{font-size:clamp(34px,4.8vw,52px);font-weight:800;line-height:1.1;letter-spacing:-.025em;margin:0}
.gold{color:#FCA311}
.h2{font-size:clamp(28px,4.6vw,44px);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin:0}
.h3{font-size:20px;font-weight:700;margin:0;line-height:1.25}
.lead{font-size:clamp(17px,2vw,20px);line-height:1.6;margin:0}
.muted{color:rgba(20,33,61,.66)}
.lmuted{color:rgba(251,249,246,.8)}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin:0 0 18px;color:#14213D}
.navy .eyebrow{color:#FBF9F6}
.dot{width:8px;height:8px;border-radius:50%;background:#FCA311;display:inline-block;flex-shrink:0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;font-weight:700;font-size:16px;line-height:1;border-radius:999px;padding:16px 27px;cursor:pointer;text-decoration:none;border:2px solid transparent;transition:transform .15s,background .15s;white-space:nowrap}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:#FCA311;color:#14213D;box-shadow:0 10px 22px -10px rgba(252,163,17,.8)}
.btn-gold:hover{background:#ef9606}
.btn-outline{background:transparent;border-color:#14213D;color:#14213D}
.btn-outline:hover{background:#14213D;color:#FBF9F6}
.btn-wa{background:#25D366;color:#fff}
.btn-wa:hover{background:#1fbb59}
.btn-lg{padding:18px 32px;font-size:17px}
.btn-block{width:100%}
.wa-ic{width:21px;height:21px;flex-shrink:0}

/* Header (shrinks on scroll) */
.hdr{position:sticky;top:0;z-index:40;background:rgba(251,249,246,.88);backdrop-filter:blur(12px);border-bottom:1px solid #E5E5E5;transition:padding .22s ease,background .22s ease,box-shadow .22s ease}
.hdr.shrink{background:#fff;box-shadow:0 8px 24px -14px rgba(20,33,61,.22)}
.hdr-in{display:flex;align-items:center;justify-content:space-between;padding:13px 24px;max-width:1160px;margin:0 auto;gap:16px;transition:padding .22s ease}
.hdr.shrink .hdr-in{padding:9px 24px}
.hdr-cta{padding:12px 22px;font-size:15px}
.logo-img{height:42px;width:auto;display:block;transition:height .22s ease}
.hdr.shrink .logo-img{height:32px}
.hdr.shrink .hdr-cta{padding:10px 18px;font-size:14px;transition:padding .22s ease,font-size .22s ease,transform .15s,background .15s}
.nav{display:flex;align-items:center;gap:28px}
.nav a{font-size:15px;font-weight:600;color:#14213D;text-decoration:none;transition:color .15s}
.nav a:hover{color:#FCA311}
@media(max-width:820px){.nav{display:none}}

/* Hero */
.hero{padding-top:clamp(44px,6vw,80px)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.hero-sub{margin-top:22px;max-width:500px}
.btn-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn-row .btn{flex:0 0 auto;white-space:nowrap;font-size:15px;padding:13px 22px}
.nowrap{white-space:nowrap}

/* Hero phone cluster */
.cluster{position:relative;height:580px}
.bob{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;animation:bob 7s ease-in-out infinite}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.blob{position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(252,163,17,.18),rgba(252,163,17,0) 68%);top:50%;left:50%;transform:translate(-50%,-52%)}
.ph{background:#14213D;border-radius:34px;padding:10px;width:252px;position:absolute;transition:transform 1.2s cubic-bezier(.45,0,.2,1),box-shadow 1.2s}
.pos-front{z-index:3;transform:rotate(1.5deg) scale(1.05);box-shadow:0 50px 90px -30px rgba(20,33,61,.55)}
.pos-left{z-index:2;transform:translateX(-124px) translateY(40px) rotate(-8deg) scale(.9);box-shadow:0 34px 70px -30px rgba(20,33,61,.38)}
.pos-right{z-index:1;transform:translateX(124px) translateY(56px) rotate(8deg) scale(.9);box-shadow:0 34px 70px -30px rgba(20,33,61,.38)}
.hdots{position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);display:flex;gap:8px}
.hdot{width:8px;height:8px;border-radius:50%;background:#E5E5E5;transition:background .4s,transform .4s}
.hdot.on{background:#FCA311;transform:scale(1.25)}
.scr{background:#FFF9F1;border-radius:25px;overflow:hidden;font-size:12px}
.ro-top{padding:14px 15px 12px;text-align:center;border-bottom:1px solid #F3E4D2;display:flex;align-items:center;justify-content:space-between;gap:8px}
.ro-wm{font-weight:800;font-size:16px;letter-spacing:-.01em;color:#B5651D;margin:0;line-height:1.05;text-align:left}
.ro-wm span{color:#40230F}
.cats{display:flex;gap:6px;padding:11px 13px;overflow:hidden}
.cat{font-size:10.5px;font-weight:700;padding:6px 11px;border-radius:999px;background:#FBEEDD;color:#A4552F;white-space:nowrap}
.cat.on{background:#B5651D;color:#FFF9F1}
.dish{display:flex;align-items:center;gap:10px;padding:9px 13px;border-top:1px solid #F3E4D2}
.dish:first-of-type{border-top:none}
.dthumb{width:48px;height:48px;border-radius:12px;flex-shrink:0;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}
.dthumb img{width:100%;height:100%;object-fit:cover;display:block}
.dname{font-weight:700;font-size:12px;margin:0;color:#40230F}
.dprice{font-size:11px;margin:2px 0 0;color:#B07A3E}
.dadd{width:26px;height:26px;border-radius:9px;background:#B5651D;color:#FFF9F1;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:auto}
.dinfo{flex:1}
.cart-item{display:flex;align-items:center;gap:11px;padding:11px 13px;border-top:1px solid #F3E4D2}
.ci-thumb{width:46px;height:46px;border-radius:11px;overflow:hidden;flex-shrink:0}
.ci-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.ci-info{flex:1;min-width:0}
.ci-name{font-weight:700;font-size:11.5px;margin:0;color:#40230F;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ci-step{display:flex;align-items:center;gap:9px;margin-top:5px}
.ci-btn{width:20px;height:20px;border-radius:6px;background:#F5E7D3;color:#B5651D;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center}
.ci-qty{font-weight:700;font-size:11px;color:#40230F}
.ci-price{font-weight:700;font-size:12px;color:#40230F;flex-shrink:0}
.cart-foot{padding:13px}
.cart-sub{display:flex;justify-content:space-between;align-items:baseline;padding:0 0 11px;font-weight:800;color:#40230F}
.cart-sub span:first-child{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#9A7B45;font-weight:700}
.cart-sub span:last-child{font-size:16px}
.checkout-btn{background:#B5651D;color:#FFF9F1;border-radius:999px;padding:12px;text-align:center;font-weight:800;font-size:13px;letter-spacing:.03em}
.cf-body{padding:26px 16px 18px;text-align:center}
.tick{width:52px;height:52px;border-radius:50%;background:#EAF6EC;color:#2E9B4E;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.tick svg{width:26px;height:26px;stroke-width:2.6}
.cf-h{font-weight:800;font-size:16px;margin:0;color:#40230F}
.cf-sub{font-size:11px;color:#B07A3E;margin:4px 0 14px}
.cf-line{display:flex;justify-content:space-between;font-size:11px;color:#40230F;padding:5px 0;border-top:1px solid #F3E4D2}
.cf-tot{font-weight:800;font-size:13px}
.cf-slot{background:#FBEEDD;border-radius:10px;padding:9px;font-size:11px;font-weight:700;color:#A4552F;margin-top:12px}

/* Problem */
.prob-wrap{max-width:780px;margin:0 auto;text-align:center}
.prob-body{max-width:640px;margin:0 auto}
.stat{font-size:clamp(74px,15vw,128px);font-weight:800;color:#FCA311;line-height:.9;letter-spacing:-.04em;margin:34px 0 6px}
.stat-cap{font-size:15px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:rgba(251,249,246,.65);margin:0 0 34px}

/* Benefits */
.grid4{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;margin-top:50px}
.card{background:#fff;border:1px solid #E5E5E5;border-radius:20px;padding:28px 26px}
.ibadge{width:54px;height:54px;border-radius:16px;background:rgba(252,163,17,.13);color:#FCA311;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.ic{stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ic-26{width:26px;height:26px}
.ic-22{width:22px;height:22px}
.card .h3{margin-bottom:8px}
.card p{margin:0;font-size:15px;line-height:1.5;color:rgba(20,33,61,.66)}

/* Steps */
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(252px,1fr));gap:30px;margin-top:52px}
.step{text-align:center}
.snum{width:62px;height:62px;border-radius:50%;background:#FCA311;color:#14213D;font-weight:800;font-size:25px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.step .h3{margin-bottom:8px}
.step p{color:rgba(20,33,61,.66);font-size:15px;margin:0;line-height:1.5}

/* Trust */
.marq{overflow:hidden;margin:46px 0 40px;position:relative;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}
.marq-track{display:flex;gap:18px;width:max-content;animation:marq 28s linear infinite}
@keyframes marq{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.mlogo{width:158px;height:76px;border-radius:14px;background:#fff;border:1px solid #E5E5E5;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0 18px}
.mlogo img{max-width:100%;max-height:64%;width:auto;height:auto;object-fit:contain;display:block}
.tcard{max-width:700px;margin:0 auto;background:#fff;border:1px solid #E5E5E5;border-radius:22px;padding:38px 36px;text-align:center}
.stars{display:flex;gap:5px;justify-content:center;margin-bottom:20px}
.star{width:22px;height:22px;fill:#FCA311}
.qtext{font-size:clamp(18px,2.4vw,23px);font-weight:600;line-height:1.5;letter-spacing:-.01em;margin:0}
.qby{margin-top:20px;font-weight:700;font-size:16px}
.qrest{color:rgba(20,33,61,.6);font-weight:500}

/* Pricing */
.prices{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:50px;align-items:stretch;max-width:1060px;margin-left:auto;margin-right:auto}
@media(max-width:900px){.prices{grid-template-columns:1fr;max-width:420px}}
.plan{background:#fff;border:1px solid #E5E5E5;border-radius:22px;padding:36px 30px;display:flex;flex-direction:column}
.plan.pop{border:2px solid #FCA311;box-shadow:0 26px 54px -26px rgba(252,163,17,.55);position:relative}
.badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:#FCA311;color:#14213D;font-weight:800;font-size:12px;letter-spacing:.05em;text-transform:uppercase;padding:6px 15px;border-radius:20px;white-space:nowrap}
.pname{font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(20,33,61,.5);margin:0}
.price{font-size:46px;font-weight:800;letter-spacing:-.02em;margin:14px 0 2px}
.price span{font-size:17px;font-weight:600;color:rgba(20,33,61,.5)}
.ptag{font-size:15px;color:rgba(20,33,61,.66);margin:0 0 24px}
.feats{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:13px}
.feat{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;line-height:1.4}
.check{color:#FCA311;flex-shrink:0;margin-top:1px;width:18px;height:18px;stroke-width:2.6}
.plan .btn{margin-top:auto}
.pnote{text-align:center;margin-top:30px;font-size:15px;color:rgba(20,33,61,.6);font-weight:800}

/* FAQ (accordion) */
.faq{max-width:760px;margin:44px auto 0;display:flex;flex-direction:column;gap:12px}
.faq-item{background:#fff;border:1px solid #E5E5E5;border-radius:16px;overflow:hidden}
.faq-q{width:100%;background:none;border:0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;font-weight:700;font-size:16.5px;font-family:inherit;color:#14213D;text-align:left}
.faq-plus{width:20px;height:20px;flex-shrink:0;color:#FCA311;display:flex;align-items:center;justify-content:center;transition:transform .25s ease-out}
.faq-item.open .faq-plus{transform:rotate(45deg)}
.js .faq-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease-out}
.js .faq-item.open .faq-panel{grid-template-rows:1fr}
.faq-panel-inner{overflow:hidden;min-height:0}
.faq-a{padding:0 24px 22px;font-size:15px;line-height:1.65;color:rgba(20,33,61,.72);margin:0}

/* Contact */
.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:stretch}
.cta-left{display:flex;flex-direction:column;height:100%;padding-bottom:30px}
.cta-sub{margin-top:22px;max-width:440px}
.cta-wa{margin-top:auto}
.cta-wa .btn{margin-top:12px}
.form{background:#FBF9F6;border-radius:22px;padding:30px;color:#14213D}
.form-h{margin-bottom:6px}
.form-sub{font-size:14px;margin:0 0 18px}
.field{width:100%;padding:14px 16px;border:1px solid #E5E5E5;border-radius:12px;font-size:16px;font-family:inherit;color:#14213D;background:#fff;margin-bottom:12px}
.field:focus{outline:none;border-color:#FCA311}
.form .btn{margin-top:6px}
.form .btn:disabled{opacity:.65;cursor:default;transform:none}
.form-err{color:#C0392B;font-size:14px;font-weight:600;line-height:1.5;margin:12px 0 0}
.sent{text-align:center;padding:24px 0}
.sent-ic{width:64px;height:64px;border-radius:50%;background:rgba(252,163,17,.16);color:#FCA311;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}
.sent-ic svg{width:30px;height:30px;stroke-width:2.4}
.sent .h3{margin-bottom:8px}
.sent p{font-size:15px;margin:0}

/* Footer */
.footer{background:#FBF9F6;color:#14213D;padding:56px 0 30px;border-top:1px solid rgba(20,33,61,.1)}
.foot-top{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;gap:40px}
.foot-brand{display:flex;flex-direction:column;gap:20px;align-items:flex-start}
.foot-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 32px}
.foot-nav a{color:#14213D;text-decoration:none;font-weight:600;font-size:15px;white-space:nowrap}
.foot-nav a:hover{color:#FCA311}
.foot-legal{display:flex;flex-direction:column;align-items:flex-end;gap:16px}
.foot-legal a{color:#14213D;text-decoration:none;font-weight:600;font-size:15px;white-space:nowrap}
.foot-legal a:hover{color:#FCA311}
.pby{font-size:13px;color:rgba(20,33,61,.5)}
.pby a{color:#FCA311;text-decoration:none;font-weight:700}
.socials{display:flex;gap:14px}
.soc{width:40px;height:40px;border-radius:50%;color:#14213D;display:flex;align-items:center;justify-content:center;transition:color .15s,transform .15s}
.soc:hover{color:#FCA311;transform:translateY(-2px)}
.foot-bottom{border-top:1px solid rgba(20,33,61,.1);margin-top:40px;padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;color:rgba(20,33,61,.5)}
@media(max-width:820px){.foot-top{grid-template-columns:1fr;justify-items:center;text-align:center}.foot-brand{align-items:center}.foot-legal{align-items:center}.foot-bottom{justify-content:center;text-align:center}}
.foot-logo{height:38px;width:auto;display:block;margin-bottom:6px}

/* Floating WhatsApp button (hidden unless enabled in main.js) */
.fab{position:fixed;right:20px;bottom:20px;z-index:60;width:60px;height:60px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 30px -8px rgba(37,211,102,.65);text-decoration:none;transition:transform .15s}
.fab:hover{transform:scale(1.08)}
.fab svg{width:32px;height:32px}
.fab[hidden]{display:none}

/* Scroll-reveal animations (only when JS is available) */
.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1)}
.js .reveal.visible{opacity:1;transform:translateY(0)}
.js .grid4 .card,.js .steps .step,.js .prices .plan{opacity:0;transform:translateY(24px);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1)}
.js .grid4 .card.visible,.js .steps .step.visible,.js .prices .plan.visible{opacity:1;transform:translateY(0)}
.js .grid4 .card:nth-child(2),.js .steps .step:nth-child(2),.js .prices .plan:nth-child(2){transition-delay:.1s}
.js .grid4 .card:nth-child(3),.js .steps .step:nth-child(3),.js .prices .plan:nth-child(3){transition-delay:.2s}
.js .grid4 .card:nth-child(4){transition-delay:.3s}
@media(hover:hover){
.js .card,.js .plan{transition:transform .2s ease-out,box-shadow .2s ease-out,opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1)}
.card:hover{transform:translateY(-4px);box-shadow:0 22px 44px -22px rgba(20,33,61,.28)}
.plan:hover{transform:translateY(-4px);box-shadow:0 22px 44px -22px rgba(20,33,61,.28)}
.plan.pop:hover{box-shadow:0 30px 58px -26px rgba(252,163,17,.6)}
}
.js .grid4 .card.visible:hover,.js .prices .plan.visible:hover{transition-delay:0s}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
.js .reveal,.js .grid4 .card,.js .steps .step,.js .prices .plan{transition:none!important;opacity:1!important;transform:none!important}
.card,.plan{transition:box-shadow .01s!important}
.bob{animation:none}
.marq-track{animation:none}
.ph{transition:none}
html{scroll-behavior:auto}
}

/* Cookie consent banner */
.cookie{position:fixed;left:20px;bottom:20px;z-index:70;max-width:430px;background:#14213D;color:#FBF9F6;border:1px solid rgba(251,249,246,.12);border-radius:18px;padding:22px 24px;box-shadow:0 24px 60px -20px rgba(20,33,61,.6)}
.cookie[hidden]{display:none}
.cookie-title{font-size:17px;font-weight:800;margin:0 0 8px}
.cookie-text{font-size:14px;line-height:1.55;color:rgba(251,249,246,.8);margin:0 0 18px}
.cookie-text a{color:#FCA311;font-weight:600;text-decoration:none}
.cookie-text a:hover{text-decoration:underline}
.cookie-actions{display:flex;gap:10px}
.cookie-actions .btn{padding:12px 22px;font-size:15px;flex:1}
.cookie-decline{background:transparent;border:2px solid rgba(251,249,246,.35);color:#FBF9F6}
.cookie-decline:hover{background:rgba(251,249,246,.1)}
.js .cookie:not([hidden]){animation:cookie-in .4s cubic-bezier(.16,1,.3,1)}
@keyframes cookie-in{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media(max-width:520px){.cookie{left:12px;right:12px;bottom:12px;max-width:none;padding:20px}}
@media(prefers-reduced-motion:reduce){.cookie{animation:none!important}}

/* Responsive */
@media(max-width:920px){.hero-grid{grid-template-columns:1fr;gap:30px}.cluster{height:520px;transform:scale(.85);transform-origin:top center;margin-bottom:-60px}.cta-grid{grid-template-columns:1fr;gap:34px}.cta-left{padding-bottom:0}.cta-wa{margin-top:30px}}
@media(max-width:400px){.cluster{transform:scale(.72);margin-bottom:-130px}}
