:root{--bg:#f6f4ee;--surface:#fdfcf9;--text:#171a16;--text-muted:#5d6259;--border:#e3dfd3;--border-strong:#c9c4b4;--accent:#1e5c46;--accent-hover:#174937;--accent-soft:#e5efe9;--amber:#d99a2b;--amber-text:#8a6114;--amber-soft:#faf1de;--danger:#ab4437;--danger-soft:#f7e9e6;--radius:14px;--ease:cubic-bezier(0.16,1,0.3,1);--font:var(--font-outfit,"Outfit"),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.625;font-size:16px}a{color:var(--accent);text-decoration:none}h1,h2,h3{line-height:1.1;letter-spacing:-.03em}.btn,h1,h2,h3{font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font);font-size:1rem;padding:.85rem 1.6rem;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;transition:background .18s var(--ease),transform .12s var(--ease),border-color .18s var(--ease);text-align:center}.btn:active{transform:translateY(1px) scale(.99)}.btn-primary{background:var(--accent);color:#fdfcf9}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:transparent;color:var(--text);border-color:var(--border-strong)}.btn-secondary:hover{border-color:var(--text-muted)}.btn-block{width:100%}.field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.1rem}.field label{font-weight:600;font-size:.95rem}.field .hint{font-size:.85rem;color:var(--text-muted)}.field input,.field select,.field textarea{font-family:var(--font);font-size:1rem;padding:.75rem .9rem;border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--surface);color:var(--text)}.field input:focus,.field textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.field .error{font-size:.85rem;color:var(--danger)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.funnel-wrap{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem}.funnel-card{width:100%;max-width:420px;text-align:center}.funnel-logo{width:64px;height:64px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;margin-bottom:1.25rem}.funnel-title{font-size:1.75rem;margin-bottom:.5rem}.funnel-sub{color:var(--text-muted);margin-bottom:2rem}.stars{display:flex;justify-content:center;gap:.6rem;margin-bottom:1rem}.star-btn{width:56px;height:56px;border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--surface);font-size:1.7rem;line-height:1;cursor:pointer;color:var(--border-strong);transition:transform .12s var(--ease),border-color .15s var(--ease),color .15s var(--ease),background .15s var(--ease)}.star-btn.lit,.star-btn:hover{color:var(--amber);border-color:var(--amber);background:var(--amber-soft)}.star-btn:active{transform:scale(.94)}.star-labels{display:flex;justify-content:space-between;max-width:320px;margin:0 auto;font-size:.8rem;color:var(--text-muted)}.funnel-step{animation:none}@media (prefers-reduced-motion:no-preference){.funnel-step{animation:rise .35s var(--ease)}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}.big-stars{font-size:2rem;color:var(--amber);letter-spacing:.1em;margin-bottom:1rem}.funnel-footer{margin-top:2.5rem;font-size:.8rem;color:var(--text-muted)}.funnel-footer a,.google-later{color:var(--text-muted);text-decoration:underline}.google-later{display:block;margin-top:1.25rem;font-size:.9rem}.container{max-width:1180px;margin-inline:auto;padding-inline:1.5rem}.nav{height:68px;display:flex;align-items:center;justify-content:space-between}.nav-brand{font-weight:700;font-size:1.15rem;color:var(--text);letter-spacing:-.02em}.nav-brand span{color:var(--accent)}.hero{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;padding-block:3rem 5rem;align-items:center}@media (min-width:900px){.hero{grid-template-columns:1.1fr .9fr;padding-block:4rem 7rem}}.hero h1{font-size:2.4rem;margin-bottom:1.1rem}@media (min-width:900px){.hero h1{font-size:3.4rem}}.hero p{color:var(--text-muted);font-size:1.1rem;max-width:32rem;margin-bottom:1.75rem}.hero-ctas{display:flex;gap:.9rem;flex-wrap:wrap}.demo-frame{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface);box-shadow:0 24px 60px rgba(30,92,70,.12)}.demo-frame iframe{display:block;width:100%;height:560px;border:0}.demo-label{font-size:.85rem;color:var(--text-muted);text-align:center;margin-top:.75rem}.section{padding-block:4.5rem;border-top:1px solid var(--border)}.section h2{font-size:1.9rem;margin-bottom:2.25rem;max-width:24ch}.steps{display:grid;grid-gap:1.25rem;gap:1.25rem}@media (min-width:900px){.steps{grid-template-columns:2fr 1fr;align-items:start}}.step-list{display:flex;flex-direction:column;gap:0}.step{display:grid;grid-template-columns:3.5rem 1fr;grid-gap:1rem;gap:1rem;padding-block:1.4rem}.step+.step{border-top:1px solid var(--border)}.step-num{font-size:1.9rem;font-weight:700;color:var(--accent);line-height:1}.step h3{font-size:1.1rem;margin-bottom:.3rem}.step p{color:var(--text-muted);font-size:.98rem}.aside-note{background:var(--accent-soft);border-radius:var(--radius);padding:1.5rem;font-size:.95rem}.aside-note strong{display:block;margin-bottom:.4rem}.section-img{width:100%;border-radius:var(--radius);display:block}.footer{border-top:1px solid var(--border);padding-block:2rem;color:var(--text-muted);font-size:.9rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.admin-main{max-width:960px;margin-inline:auto;padding:2rem 1.5rem 4rem}.admin-head{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.admin-head h1{font-size:1.7rem}.client-grid{display:grid;grid-gap:1rem;gap:1rem;margin-bottom:2.5rem}@media (min-width:720px){.client-grid{grid-template-columns:1fr 1fr}}.client-card h3{margin-bottom:.75rem}.stat-row{display:flex;gap:1.25rem;flex-wrap:wrap;margin-bottom:1rem}.stat{display:flex;flex-direction:column}.stat b{font-size:1.3rem;letter-spacing:-.02em}.stat span{font-size:.8rem;color:var(--text-muted)}.badge{display:inline-block;font-size:.78rem;font-weight:600;padding:.15rem .6rem;border-radius:999px}.badge-open{background:var(--danger-soft);color:var(--danger)}.badge-ok{background:var(--accent-soft);color:var(--accent)}.feedback-item{border-top:1px solid var(--border);padding-block:1.1rem;display:flex;justify-content:space-between;gap:1rem;align-items:start}.feedback-item .meta{font-size:.82rem;color:var(--text-muted);margin-top:.35rem}.rating-chip{font-weight:700;color:var(--amber-text);white-space:nowrap}.bar-row{display:grid;grid-template-columns:2.2rem 1fr 2.5rem;align-items:center;grid-gap:.6rem;gap:.6rem;font-size:.85rem;color:var(--text-muted);margin-bottom:.35rem}.bar{height:8px;background:var(--border);overflow:hidden}.bar,.bar>i{border-radius:4px}.bar>i{display:block;height:100%;background:var(--accent)}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 86%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:border-color .25s var(--ease)}.site-header.scrolled{border-bottom-color:var(--border)}.nav-links{display:none;gap:1.6rem}@media (min-width:860px){.nav-links{display:flex}}.nav-links a{color:var(--text-muted);font-size:.95rem;font-weight:500;transition:color .15s var(--ease)}.nav-links a:hover{color:var(--text)}@media (prefers-reduced-motion:no-preference){.hero-anim>*{opacity:0;animation:rise .7s var(--ease) forwards}.hero-anim>:first-child{animation-delay:.05s}.hero-anim>:nth-child(2){animation-delay:.16s}.hero-anim>:nth-child(3){animation-delay:.27s}.hero-demo-anim{opacity:0;animation:rise .8s var(--ease) .38s forwards}html.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .65s var(--ease),transform .65s var(--ease)}html.js .reveal.in{opacity:1;transform:none}}.marquee-section{padding-block:2.2rem;border-top:1px solid var(--border)}.marquee-label{text-align:center;font-size:.85rem;color:var(--text-muted);margin-bottom:1.1rem}.marquee-wrap{position:relative;overflow:hidden}.marquee-wrap:after,.marquee-wrap:before{content:"";position:absolute;top:0;bottom:0;width:90px;z-index:1;pointer-events:none}.marquee-wrap:before{left:0;background:linear-gradient(90deg,var(--bg),transparent)}.marquee-wrap:after{right:0;background:linear-gradient(270deg,var(--bg),transparent)}.marquee-track{display:flex;gap:.7rem;width:max-content}@media (prefers-reduced-motion:no-preference){.marquee-track{animation:marquee-x 30s linear infinite}.marquee-wrap:hover .marquee-track{animation-play-state:paused}}@keyframes marquee-x{to{transform:translateX(-50%)}}.chip{display:inline-flex;align-items:center;gap:.55rem;white-space:nowrap;font-size:.95rem;font-weight:600;color:var(--text);border:1px solid var(--border-strong);border-radius:999px;padding:.6rem 1.2rem;background:var(--surface);box-shadow:0 1px 2px rgba(23,26,22,.04)}.chip-ico{font-size:1.15rem;line-height:1}.stats-strip{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;padding-block:2.6rem;border-top:1px solid var(--border)}@media (min-width:720px){.stats-strip{grid-template-columns:repeat(3,1fr)}}.stat-big b{display:block;font-size:2.4rem;font-weight:700;letter-spacing:-.03em;line-height:1;margin-bottom:.4rem}.stat-big span{font-size:.95rem}.bento{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr}@media (min-width:860px){.bento{grid-template-columns:repeat(3,1fr)}.bento-wide{grid-column:span 2}}.bento-cell{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem}.bento-cell.tinted{background:var(--accent-soft);border-color:transparent}.bento-cell h3{font-size:1.05rem;margin-bottom:.45rem}.bento-cell p{color:var(--text-muted);font-size:.95rem}.bento-qr{display:flex;gap:1.4rem;flex-wrap:wrap}.bento-qr img{width:110px;height:110px;border-radius:10px;border:1px solid var(--border)}.timeline{display:grid;grid-gap:0;gap:0;grid-template-columns:1fr}@media (min-width:860px){.timeline{grid-template-columns:repeat(4,1fr);gap:2rem}}.tl-item{position:relative;padding:1.2rem 0 1.2rem 1.6rem;border-left:2px solid var(--border-strong)}@media (min-width:860px){.tl-item{border-left:none;border-top:2px solid var(--border-strong);padding:1.4rem 0 0}}.tl-item:before{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:var(--accent);left:-7px;top:1.7rem}@media (min-width:860px){.tl-item:before{left:0;top:-7px}}.tl-item .when{font-size:.82rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.06em;display:block;margin-bottom:.35rem}.tl-item h3{font-size:1.05rem;margin-bottom:.3rem}.tl-item p{color:var(--text-muted);font-size:.95rem}.price-wrap{display:grid;grid-gap:1.5rem;gap:1.5rem;align-items:start}@media (min-width:860px){.price-wrap{grid-template-columns:1fr 1.2fr}}.founding{background:var(--amber-soft);border-radius:var(--radius);padding:1.5rem}.founding strong{display:block;margin-bottom:.4rem}.price-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.price-num{font-size:2.6rem;font-weight:700;letter-spacing:-.03em}.price-num small{font-size:1rem;color:var(--text-muted)}.price-list{list-style:none;margin:1.4rem 0 1.6rem;display:flex;flex-direction:column;gap:.65rem}.price-list li{display:flex;gap:.6rem;align-items:baseline;color:var(--text-muted)}.price-list li:before{content:"✓";color:var(--accent);font-weight:700}.faq-item{border-top:1px solid var(--border)}.faq-item summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-block:1.2rem;font-weight:600;font-size:1.05rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.4rem;font-weight:400;color:var(--accent);transition:transform .25s var(--ease);flex-shrink:0}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{color:var(--text-muted);padding-bottom:1.3rem;max-width:62ch}.contact-grid{display:grid;grid-gap:2.5rem;gap:2.5rem}@media (min-width:860px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-grid h2{margin-bottom:1rem}.contact-grid .lead{color:var(--text-muted);margin-bottom:1.5rem;max-width:42ch}.footer-grid{display:grid;grid-gap:2rem;gap:2rem;padding-block:3rem 1.5rem;border-top:1px solid var(--border)}@media (min-width:720px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-grid h4{font-size:.9rem;font-weight:600;margin-bottom:.7rem}.footer-grid ul{list-style:none;display:flex;flex-direction:column;gap:.45rem}.footer-grid a{color:var(--text-muted);font-size:.92rem}.footer-grid a:hover{color:var(--text)}.footer-desc{color:var(--text-muted);font-size:.92rem;max-width:34ch;margin-top:.5rem}.footer-bottom{padding-block:1.2rem 2rem;font-size:.82rem;color:var(--text-muted)}@media (max-width:600px){.demo-frame iframe{height:470px}.hero h1{font-size:2.1rem}}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}section[id]{scroll-margin-top:90px}::selection{background:var(--accent);color:#fdfcf9}.eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1.1rem}.hero{padding-block:3.5rem 4.5rem}.hero h1{font-size:clamp(2.5rem,5.2vw,4.1rem);line-height:1.04;letter-spacing:-.04em}.hero p{font-size:1.15rem}.section{padding-block:5.5rem}.section h2{font-size:clamp(1.9rem,3.4vw,2.7rem);letter-spacing:-.035em}@media (prefers-reduced-motion:no-preference){.hero-anim>:nth-child(4){animation-delay:.36s}}.hero-visual{position:relative;display:flex;justify-content:center;padding:1.6rem 0}.hero-visual:before{content:"";position:absolute;inset:9% -4% 4% 20%;background:var(--accent-soft);border-radius:44px;z-index:0}@media (max-width:899px){.hero-visual:before{inset:6% 2% 2% 10%}}.phone{width:min(360px,94%);border-radius:42px;border:9px solid #1d201c;background:#1d201c;box-shadow:0 32px 80px rgba(23,26,22,.22);overflow:hidden}.phone iframe{height:600px;border-radius:32px}@media (max-width:600px){.phone iframe{height:520px}}.stats-strip{background:var(--accent);border-top:none;border-radius:var(--radius);padding:2.8rem 2.4rem;margin-top:1.5rem}.stat-big b{color:#fdfcf9;font-size:clamp(2.4rem,4vw,3.1rem)}.stat-big span{color:hsla(45,50%,98%,.72)}.step{grid-template-columns:4.6rem 1fr;padding-block:1.8rem}.step-num{font-size:3.2rem;font-weight:800;color:#9db8ab;line-height:.9;transition:color .3s var(--ease)}.step:hover .step-num{color:var(--accent)}.step h3{font-size:1.2rem}.bento-cell{transition:transform .25s var(--ease),border-color .25s var(--ease)}@media (hover:hover){.bento-cell:hover{transform:translateY(-3px);border-color:var(--border-strong)}}.bento-cell h3{font-size:1.15rem}.bento-cell.deep{background:var(--accent);border-color:transparent;color:#fdfcf9}.bento-cell.deep h3{color:#fdfcf9}.bento-cell.deep p{color:hsla(45,50%,98%,.75)}.bento-qr img{width:130px;height:130px}.tl-item{transition:transform .25s var(--ease)}@media (hover:hover){.tl-item:hover{transform:translateY(-3px)}}.price-card{background:var(--accent);border-color:transparent;box-shadow:0 24px 60px rgba(30,92,70,.25)}.price-card,.price-num{color:#fdfcf9}.price-num small{color:hsla(45,50%,98%,.65)}.price-list li{color:hsla(45,50%,98%,.82)}.price-list li:before{color:var(--amber)}.btn-invert{background:#fdfcf9;color:var(--accent)}.btn-invert:hover{background:#fff}.founding{border:1px solid #ecd9ae}.faq-item summary{font-size:1.15rem;padding-block:1.4rem}.chip{padding:.6rem 1.25rem}.site-footer{background:#1c241f;color:#fdfcf9;margin-top:3.5rem}.site-footer .footer-grid{border-top:none}.site-footer .nav-brand{color:#fdfcf9}.site-footer .footer-desc{color:hsla(45,50%,98%,.65)}.site-footer h4{color:hsla(45,50%,98%,.55);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.site-footer .footer-grid a{color:hsla(45,50%,98%,.78)}.site-footer .footer-grid a:hover{color:#fff}.site-footer .footer-bottom{border-top:1px solid hsla(45,50%,98%,.14);color:hsla(45,50%,98%,.5)}.star-btn{width:60px;height:60px;font-size:1.9rem}.admin-main{max-width:1040px}.admin-head h1{font-size:2rem;letter-spacing:-.03em}.admin-brand{display:block;font-weight:700;color:var(--accent);font-size:.9rem;letter-spacing:.02em;margin-bottom:.35rem}.client-card{transition:transform .25s var(--ease),border-color .25s var(--ease)}@media (hover:hover){.client-card:hover{transform:translateY(-3px);border-color:var(--border-strong)}}.client-card h3{font-size:1.2rem}.tile-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.8rem;gap:.8rem;margin-bottom:1.4rem}.tile{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.95rem 1.1rem}.tile b{display:block;font-size:1.7rem;letter-spacing:-.02em}.tile span{font-size:.8rem;color:var(--text-muted)}.rating-chip.r-low{color:var(--danger)}.rating-chip.r-mid{color:var(--amber-text)}.rating-chip.r-high{color:var(--accent)}.bar-row{margin-bottom:.45rem}.section{border-top:none}.band{background:var(--surface);border-block:1px solid var(--border)}.band-soft{background:var(--accent-soft)}.band .bento-cell:not(.deep),.band .card{background:var(--bg)}.hero-zone{position:relative;overflow:hidden}.hero-zone:before{width:680px;height:680px;background:var(--accent-soft);right:-180px;top:-200px}.hero-zone:after,.hero-zone:before{content:"";position:absolute;border-radius:50%;z-index:0}.hero-zone:after{width:300px;height:300px;background:var(--amber-soft);left:-130px;bottom:-130px;opacity:.55}.hero-zone .container{position:relative;z-index:1}.hero-visual:before{display:none}.phone:after{content:"";position:absolute;top:13px;left:50%;transform:translateX(-50%);width:96px;height:22px;background:#1d201c;border-radius:12px;z-index:2}.split-sticky{display:grid;grid-gap:2.5rem;gap:2.5rem}@media (min-width:900px){.split-sticky{grid-template-columns:1fr 1.35fr;gap:4rem}.sticky-col{position:-webkit-sticky;position:sticky;top:110px;align-self:start}}.sticky-col .aside-note{margin-top:1.8rem}.funnel-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2.4rem 1.7rem;box-shadow:0 18px 50px rgba(23,26,22,.07)}.funnel-title{font-size:1.9rem}@media (max-width:420px){.funnel-wrap{padding:1rem}.funnel-card{padding:1.9rem 1.2rem}}.phone{width:min(300px,86%);border-width:8px;border-radius:46px}.phone iframe{border-radius:38px}.phone:after{width:78px;height:20px;top:11px}#cena .container{max-width:980px}#cena h2{text-align:center;max-width:none;margin-inline:auto}.price-wrap{display:block}.price-card{display:grid;grid-gap:2.2rem;gap:2.2rem;padding:2.8rem}@media (min-width:860px){.price-card{grid-template-columns:1.05fr 1fr;align-items:center}.price-divider{border-left:1px solid hsla(45,50%,98%,.16);padding-left:2.2rem}}.founding-chip{display:inline-block;background:var(--amber);color:#2c2208;font-weight:700;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;padding:.35rem .9rem;border-radius:999px;margin-bottom:1.2rem}.price-side h3{color:#fdfcf9;font-size:1.35rem;margin-bottom:.9rem}.price-note{color:hsla(45,50%,98%,.6);font-size:.9rem;margin-top:1.1rem}.price-card .btn-invert{margin-top:1.4rem}.price-list{margin:0}.portal-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.portal-head h1{font-size:1.8rem;letter-spacing:-.03em}.logout-btn{font-size:.9rem}.access-box{background:var(--accent-soft);border-radius:var(--radius);padding:1rem 1.2rem;margin-top:1rem;font-size:.95rem}.access-box code{font-weight:700;font-size:1.05rem}.funnel-title{font-size:clamp(1.45rem,7.5vw,1.9rem);text-wrap:balance}.stars{gap:clamp(.3rem,2.5vw,.6rem)}.star-btn{width:auto;height:auto;flex:0 1 56px;min-width:44px;aspect-ratio:1;font-size:clamp(1.3rem,6.5vw,1.8rem)}@media (max-width:380px){.funnel-wrap{padding:.8rem}.funnel-card{border:none;box-shadow:none;background:transparent;padding:1.2rem .4rem}.funnel-logo{width:56px;height:56px;font-size:1.2rem}}.logo-star{display:inline-block;color:var(--amber);margin-left:1px;transform-origin:50% 55%}@media (prefers-reduced-motion:no-preference){.logo-star{animation:twinkle 6s ease-in-out infinite}@keyframes twinkle{0%,90%,to{transform:scale(1) rotate(0deg)}94%{transform:scale(1.3) rotate(22deg)}}}.site-header .nav{transition:height .25s var(--ease)}.site-header.scrolled .nav{height:56px}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease)}.nav-links a:hover:after{transform:scaleX(1)}.hero-stars{display:flex;gap:.35rem;color:var(--amber);font-size:1.35rem;margin-bottom:1.1rem;line-height:1}@media (prefers-reduced-motion:no-preference){.hero-stars span{opacity:0;animation:star-pop .55s var(--ease) forwards}.hero-stars span:first-child{animation-delay:.15s}.hero-stars span:nth-child(2){animation-delay:.28s}.hero-stars span:nth-child(3){animation-delay:.41s}.hero-stars span:nth-child(4){animation-delay:.54s}.hero-stars span:nth-child(5){animation-delay:.67s}@keyframes star-pop{0%{opacity:0;transform:scale(.3) rotate(-25deg)}70%{opacity:1;transform:scale(1.25) rotate(6deg)}to{opacity:1;transform:none}}}.hl{font-style:italic;color:var(--accent)}.stats-strip{margin-top:-2.8rem;position:relative;z-index:2;box-shadow:0 26px 60px rgba(30,92,70,.24)}@media (min-width:720px){.stats-strip>div:not(:first-child){border-left:1px solid hsla(45,50%,98%,.16);padding-left:1.6rem}}@media (prefers-reduced-motion:no-preference){.reveal.in .stat-big b{animation:num-pop .7s var(--ease)}@keyframes num-pop{0%{transform:scale(.75)}60%{transform:scale(1.08)}to{transform:scale(1)}}}.marquee-section{border-top:none;padding-block:2.8rem 1.5rem}.section-head{margin-bottom:2.6rem}.section-head h2{margin-bottom:.55rem}.section-sub{color:var(--text-muted);font-size:1.08rem;max-width:52ch}#cena .section-head{text-align:center}#cena .section-sub{margin-inline:auto}.has-ghost{position:relative;overflow:hidden}.has-ghost>.container{position:relative;z-index:1}.ghost-star{position:absolute;font-size:clamp(7rem,16vw,13rem);line-height:1;color:var(--accent-soft);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.gs-1{top:6%;right:-1%}.gs-2{bottom:2%;right:5%;color:var(--amber-soft)}.gs-3{bottom:-5%;left:-1%}@media (prefers-reduced-motion:no-preference){@supports (animation-timeline:view()){.ghost-star{animation:drift linear both;animation-timeline:view()}.gs-2{animation-name:drift-rev}@keyframes drift{0%{transform:translateY(70px) rotate(-10deg)}to{transform:translateY(-70px) rotate(10deg)}}@keyframes drift-rev{0%{transform:translateY(-50px) rotate(8deg)}to{transform:translateY(50px) rotate(-8deg)}}.hero-zone:before{animation:drift-slow linear both;animation-timeline:view()}@keyframes drift-slow{0%{transform:translateY(40px)}to{transform:translateY(-40px)}}}}.nav-brand .logo-star{color:var(--amber)}.nav-cta-group{display:flex;align-items:center;gap:1.1rem}.nav-login{color:var(--text-muted);font-size:.92rem;font-weight:500}.nav-login:hover{color:var(--text)}.nav .btn{padding:.6rem 1.15rem;font-size:.92rem}@media (max-width:859px){.nav-cta-group>.btn,.nav-login{display:none}}.stats-strip{background:var(--surface);border:1px solid var(--border);box-shadow:0 22px 55px rgba(23,26,22,.09);padding:2.3rem 2.4rem}.stat-big b{color:var(--accent)}.stat-big span{color:var(--text-muted)}@media (min-width:720px){.stats-strip>div:not(:first-child){border-left:1px solid var(--border);padding-left:2rem}}@media (min-width:860px){.bento{grid-template-columns:repeat(2,1fr)}.bento-wide{grid-column:auto}}.bento-cell{padding:1.8rem}.bento-qr{align-items:center}.bento-qr img{width:96px;height:96px}.bento-qr>div{flex:1 1;min-width:200px}.mini-chips{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.75rem}.mini-chips span{font-size:.78rem;border:1px solid var(--border-strong);border-radius:999px;padding:.15rem .65rem;color:var(--text-muted);white-space:nowrap}.bento-cell.deep .mini-chips span{border-color:hsla(45,50%,98%,.35);color:hsla(45,50%,98%,.8)}.contact-points{list-style:none;display:flex;flex-direction:column;gap:1.1rem;margin-top:2rem}.contact-points li{display:flex;gap:.85rem;align-items:baseline}.cp-check{color:var(--accent);font-weight:800}.contact-points b{display:block;margin-bottom:.15rem}.contact-points p{color:var(--text-muted);font-size:.95rem}.footer-cta{display:grid;grid-gap:1.6rem;gap:1.6rem;align-items:center;padding-block:3.6rem 3rem;border-bottom:1px solid hsla(45,50%,98%,.14)}@media (min-width:860px){.footer-cta{grid-template-columns:1fr auto}}.footer-stars{color:var(--amber);letter-spacing:.18em;font-size:1rem;margin-bottom:.8rem}.footer-cta h2{color:#fdfcf9;font-size:clamp(1.7rem,3vw,2.4rem);letter-spacing:-.03em;max-width:24ch;margin-bottom:.6rem}.footer-cta p{color:hsla(45,50%,98%,.65);max-width:46ch}.site-footer .footer-grid{padding-block:2.8rem 2rem}@media (min-width:860px){.site-footer .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.site-footer .logo-star{animation:none}.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem}.footer-bottom a{color:hsla(45,50%,98%,.45)}.footer-bottom a:hover{color:hsla(45,50%,98%,.8)}.auth-wrap{min-height:100dvh;display:grid;grid-template-rows:auto 1fr}@media (min-width:900px){.auth-wrap{grid-template-rows:none;grid-template-columns:.9fr 1.1fr}}.auth-brand{background:var(--accent);color:#fdfcf9;padding:1.4rem 2rem;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}@media (min-width:900px){.auth-brand{padding:2.6rem}}.auth-brand .nav-brand{color:#fdfcf9;position:relative;z-index:1}.auth-brand .logo-star{animation:none}.auth-brand-mid{display:none;position:relative;z-index:1}@media (min-width:900px){.auth-brand-mid{display:block}}.auth-brand-mid .footer-stars{margin-bottom:1rem}.auth-brand-mid h2{font-size:clamp(1.6rem,2.6vw,2.2rem);letter-spacing:-.03em;max-width:18ch;margin-bottom:.8rem}.auth-brand-mid p{color:hsla(45,50%,98%,.68);max-width:36ch}.auth-brand-bottom{display:none;color:hsla(45,50%,98%,.5);font-size:.85rem;position:relative;z-index:1}@media (min-width:900px){.auth-brand-bottom{display:block}}.auth-brand .ghost-star{color:hsla(45,50%,98%,.07);font-size:clamp(10rem,24vw,20rem);right:-6%;bottom:-10%;top:auto;left:auto;display:none}@media (min-width:900px){.auth-brand .ghost-star{display:block}}.auth-side{display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem}.auth-card{width:100%;max-width:400px}.auth-card h1{font-size:1.9rem;letter-spacing:-.03em;margin-bottom:.5rem}.auth-card .auth-sub{color:var(--text-muted);margin-bottom:2rem}.auth-links{margin-top:2rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem;font-size:.9rem}.auth-links a{color:var(--text-muted)}.auth-links a:hover{color:var(--text)}.admin-bar{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:var(--surface);border-bottom:1px solid var(--border)}.admin-bar-inner{max-width:1100px;margin-inline:auto;padding-inline:1.5rem;height:60px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-bar .nav-brand{font-size:1.05rem}.admin-bar .logo-star{animation:none}.admin-badge{font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:.22rem .65rem;margin-left:.6rem;vertical-align:middle}.admin-bar-right{display:flex;align-items:center;gap:1.2rem;font-size:.92rem}.admin-bar-right>a{color:var(--text-muted)}.admin-bar-right>a:hover{color:var(--text)}.btn-sm{padding:.55rem 1rem;font-size:.9rem}.admin-main{max-width:1100px;padding-top:0}.page-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;flex-wrap:wrap;margin-block:2.2rem 1.6rem}.page-title-row h1{font-size:1.9rem;letter-spacing:-.03em}.page-sub{font-size:.95rem;margin-top:.3rem}.back-link,.page-sub{color:var(--text-muted)}.back-link{display:inline-block;font-size:.9rem;margin-bottom:.5rem}.back-link:hover{color:var(--text)}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:.9rem;gap:.9rem;margin-bottom:2.6rem}.kpi-grid .tile{background:var(--surface)}.tile b .tile-star{color:var(--amber);font-size:1.1rem}.sec-label{font-size:.78rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.cc-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem}.cc-slug{color:var(--text-muted);font-size:.85rem}.cc-stats{gap:1.6rem;margin-block:1.1rem 1.2rem}.cc-actions,.cc-stats{display:flex;flex-wrap:wrap}.cc-actions{gap:.6rem}.bottom-grid{display:grid;grid-gap:1rem;gap:1rem;margin-top:2.6rem;align-items:start}@media (min-width:900px){.bottom-grid{grid-template-columns:1fr 1.4fr}}.detail-grid{display:grid;grid-gap:1rem;gap:1rem;align-items:start}@media (min-width:900px){.detail-grid{grid-template-columns:1.6fr 1fr}}.detail-maincol,.detail-side{display:flex;flex-direction:column;gap:1rem}.feedback-item.open{border-left:3px solid var(--danger);padding-left:.9rem}.toaster{position:fixed;bottom:1.2rem;left:50%;transform:translateX(-50%);z-index:200;display:flex;flex-direction:column;gap:.5rem;width:min(440px,calc(100vw - 2rem));pointer-events:none}.toast{display:flex;gap:.65rem;align-items:baseline;background:#1c241f;color:#fdfcf9;border-radius:var(--radius);padding:.85rem 1.15rem;box-shadow:0 14px 40px rgba(23,26,22,.28);font-size:.95rem}.toast .t-ico{font-weight:800;color:#5dcaa5}.toast-error{background:var(--danger)}.toast-error .t-ico{color:#fdfcf9}@media (prefers-reduced-motion:no-preference){.toast{animation:toast-in .3s var(--ease)}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}}}.req{color:var(--danger);margin-left:.15rem}.field input.invalid,.field textarea.invalid{border-color:var(--danger)}.field input::placeholder,.field textarea::placeholder{color:#b3b0a4}@media (prefers-reduced-motion:no-preference){.shake{animation:shake .4s var(--ease)}@keyframes shake{0%,to{transform:none}25%{transform:translateX(-6px)}50%{transform:translateX(5px)}75%{transform:translateX(-3px)}}.star-btn.picked{animation:star-picked .4s var(--ease)}@keyframes star-picked{35%{transform:scale(1.3) rotate(8deg)}}}.your-rating{color:var(--amber);letter-spacing:.14em;font-size:1.15rem;text-align:center;margin-bottom:.9rem}.print-card{padding:0;overflow:hidden;box-shadow:0 18px 50px rgba(23,26,22,.1);gap:0;justify-content:flex-start}.pc-head{background:var(--accent);color:#fdfcf9;padding:7mm 8mm 6mm;width:100%}.pc-brand{display:block;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:hsla(45,50%,98%,.65);margin-bottom:2mm}.pc-head h1{font-size:1.55rem;color:#fdfcf9;margin-bottom:2.5mm}.stars-line{display:flex;justify-content:center;gap:.4em;color:var(--amber);font-size:1.15rem;line-height:1}.stars-line svg{width:1em;height:1em;display:block}.pc-body{flex:1 1;width:100%;padding:6mm 8mm;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4mm}.pc-body p{font-size:1.02rem}.pc-qr{position:relative;background:#fff;border:1px solid var(--border);border-radius:10px;padding:3mm;line-height:0}.pc-qr img{width:46mm;height:46mm;display:block}.pc-qr-badge{position:absolute;inset:0;margin:auto;width:10.5mm;height:10.5mm;background:#fff;border:.3mm solid var(--border-strong);border-radius:2.5mm;display:flex;align-items:center;justify-content:center;color:var(--amber)}.pc-qr-badge svg{width:6.2mm;height:6.2mm}.pc-steps{width:100%;display:flex;gap:2.5mm;justify-content:center;padding:3mm 6mm 0;font-size:.78rem;color:var(--text-muted)}.pc-steps span{display:inline-flex;align-items:center;gap:1.6mm;border:.3mm solid var(--border-strong);border-radius:999px;padding:1.3mm 3.4mm;background:var(--bg);white-space:nowrap}.pc-steps b{color:var(--amber-text)}.pc-domain{font-size:.72rem;font-weight:600;letter-spacing:.02em;color:var(--text-muted)}@media print{.pocket-card,.pocket-card *,.poster-card,.poster-card *,.print-card,.print-card *,.sticker,.sticker *,.tent-face,.tent-face *{-webkit-print-color-adjust:exact;print-color-adjust:exact}.print-card{box-shadow:none}}.tile-accent{background:var(--accent);border-color:transparent}.tile-accent b{color:#fdfcf9}.tile-accent span{color:hsla(45,50%,98%,.72)}.sec-label-danger{color:var(--danger)}.fb-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;justify-content:flex-end}.tip-card{background:var(--accent-soft);border:none}.tip-card h3{margin-bottom:.5rem}.tip-card p{color:var(--text);font-size:.95rem}.plain-summary{cursor:pointer;list-style:none;font-weight:600;color:var(--text-muted);padding-block:.5rem}.plain-summary::-webkit-details-marker{display:none}.plain-summary:after{content:" +";color:var(--accent)}details[open] .plain-summary:after{content:" −"}.empty-cta{text-align:center;padding-block:2.4rem}.empty-cta .big-stars{margin-bottom:.8rem}.empty-cta h3{margin-bottom:.5rem}.empty-cta p{color:var(--text-muted);max-width:44ch;margin:0 auto 1.3rem}.bento-cell,.bento>.reveal{height:100%}.nav-brand{display:inline-flex;align-items:center}.logo-mark{display:block;width:auto}@media (prefers-reduced-motion:no-preference){.logo-star-poly{transform-box:fill-box;transform-origin:center;animation:twinkle 6s ease-in-out infinite}.admin-bar .logo-star-poly,.auth-brand .logo-star-poly{animation:none}}.btn{white-space:nowrap}.fb-actions,.feedback-item .badge,.feedback-item .btn{flex-shrink:0}.kpi-grid .tile.tile-accent,.tile.tile-accent{background:var(--accent);border-color:transparent}.tile.tile-accent b{color:#fdfcf9}.tile.tile-accent span{color:hsla(45,50%,98%,.72)}.trend{gap:3px;height:70px;margin-top:1.2rem}.tb-wrap,.trend{display:flex;align-items:flex-end}.tb-wrap{flex:1 1;height:100%}.tb{width:100%;background:var(--accent);border-radius:3px}.tb-zero{background:var(--border)}.trend-labels{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-muted);margin-top:.35rem}.trend-title{font-size:.85rem;font-weight:600;color:var(--text-muted);margin-top:1.4rem}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.admin-badge{white-space:nowrap}.admin-bar-inner{flex-wrap:nowrap}@media (max-width:640px){.admin-bar-inner{padding-inline:1rem}.admin-bar-right{gap:.7rem}}@media (max-width:520px){.admin-bar-right>a{display:none}.admin-badge{font-size:.62rem;padding:.18rem .5rem;margin-left:.45rem}}@media (max-width:640px){.feedback-item{flex-direction:column;align-items:stretch;gap:.7rem}.feedback-item .badge{align-self:flex-start}.fb-actions{justify-content:flex-start}.section{padding-block:3.5rem}.price-card,.stats-strip{padding:1.8rem 1.4rem}.admin-main{padding-inline:1rem}.admin-main .card{padding:1.2rem}.cc-stats{gap:1.1rem}.page-title-row h1{font-size:1.6rem}}@media (max-width:400px){.nav .btn{padding:.5rem .8rem;font-size:.85rem}}@media screen and (max-width:460px){.print-card{width:min(105mm,94vw)}}.compare{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:860px){.compare{grid-template-columns:1fr 1fr}}.compare-col{border-radius:var(--radius);padding:1.9rem;height:100%}.compare>.reveal{height:100%}.compare-bad{background:var(--surface);border:1px solid var(--border)}.compare-good{background:var(--accent)}.compare-col h3{font-size:1.15rem;margin-bottom:1.1rem}.compare-good h3{color:#fdfcf9}.compare-col ul{list-style:none;display:flex;flex-direction:column;gap:.8rem}.compare-col li{display:flex;gap:.65rem;align-items:baseline;color:var(--text-muted)}.compare-bad li:before{content:"✗";color:var(--danger);font-weight:700}.compare-good li{color:hsla(45,50%,98%,.85)}.compare-good li:before{content:"✓";color:var(--amber);font-weight:700}.activity-item{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;border-top:1px solid var(--border);padding-block:.65rem;font-size:.92rem}.activity-item .meta{margin-top:0}.tile-delta{display:block;font-style:normal;font-size:.74rem;font-weight:600;color:var(--accent);margin-top:.15rem}.tile-accent .tile-delta{color:var(--amber)}.activity-item{display:grid;grid-template-columns:10px 1fr auto;align-items:baseline;grid-gap:.7rem;gap:.7rem}.act-dot{width:9px;height:9px;border-radius:50%;background:var(--border-strong);position:relative;top:1px}.act-rating{background:var(--amber)}.act-google_click{background:var(--accent)}.act-feedback{background:var(--danger)}.act-main a{color:var(--text)}.act-main a:hover{color:var(--accent)}.explorer-head{justify-content:space-between;flex-wrap:wrap;margin-bottom:1rem}.explorer-head,.explorer-tools{display:flex;align-items:center;gap:1rem}.explorer-tools{margin-left:auto}@media (max-width:640px){.explorer-tools{width:100%;margin-left:0}}.search-wrap{position:relative;width:260px}@media (max-width:640px){.search-wrap{flex:1 1;width:auto}}.search-ico{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);color:var(--text-muted);display:flex;pointer-events:none}.search-input{font:inherit;width:100%;padding:.65rem .95rem .65rem 2.5rem;border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--surface);color:var(--text);transition:border-color .15s var(--ease),box-shadow .2s var(--ease)}.search-input:hover{border-color:var(--text-muted)}.search-input:focus{outline:none;border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.search-input:focus+.search-ico,.search-wrap:focus-within .search-ico{color:var(--accent)}.explorer-count{font-size:.85rem;color:var(--text-muted);white-space:nowrap}.show-more-list{position:relative}.show-more.has-more .show-more-list:after{content:"";position:absolute;left:0;right:0;bottom:0;height:72px;background:linear-gradient(transparent,var(--surface));pointer-events:none}.show-more.has-more.on-bg .show-more-list:after{background:linear-gradient(transparent,var(--bg))}.show-more-foot{padding-top:1rem}.modal-overlay,.show-more-foot{display:flex;justify-content:center}.modal-overlay{position:fixed;inset:0;background:rgba(23,26,22,.55);align-items:center;z-index:300;padding:1rem}.modal{background:var(--surface);border-radius:var(--radius);padding:1.8rem;width:100%;max-width:440px;box-shadow:0 30px 80px rgba(23,26,22,.3)}@media (prefers-reduced-motion:no-preference){.modal{animation:rise .25s var(--ease)}}.modal h3{margin-bottom:.6rem}.modal p{color:var(--text-muted);font-size:.95rem}.modal-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1.5rem}.btn-danger{background:var(--danger);color:#fdfcf9}.btn-danger:hover{background:#93362b}.danger-zone{border-color:var(--danger-soft)}.danger-zone h3{color:var(--danger)}.pc-logo{width:100%;display:flex;justify-content:center;align-items:center;gap:2mm;padding:0 0 5mm}.pc-steps{padding-bottom:4mm}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.field input.invalid:focus,.field textarea.invalid:focus{border-color:var(--danger);box-shadow:inset 0 0 0 1px var(--danger)}.sec-count{display:inline-block;background:var(--border);color:var(--text-muted);font-size:.72rem;font-weight:700;letter-spacing:0;border-radius:999px;padding:.12rem .55rem;margin-left:.5rem;vertical-align:middle}@media (max-width:640px){.search-wrap{width:100%}}.print-card{width:105mm;min-height:148mm;margin:2rem auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;text-align:center}@media print{.no-print{display:none!important}body{background:#fff}.print-card{border:none;border-radius:0;margin:0 auto}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.auth-brand :focus-visible,.price-card :focus-visible,.site-footer :focus-visible,.stats-strip :focus-visible,.tile-accent :focus-visible{outline-color:#fdfcf9}.skip-link{position:absolute;top:-100px;left:1rem;z-index:300;background:var(--accent);color:#fdfcf9;padding:.6rem 1rem;border-radius:0 0 var(--radius) var(--radius);font-weight:600;transition:top .2s var(--ease)}.skip-link:focus-visible{top:0}.toast{pointer-events:auto;cursor:pointer;border:none;font:inherit;text-align:left;width:100%}.funnel-logo img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.funnel-card{position:relative}.lang-toggle{position:absolute;top:.7rem;right:.9rem;display:flex;align-items:center;gap:.15rem;font-size:.75rem;color:var(--border-strong)}.lang-toggle button{background:none;border:none;padding:.2rem;font-family:var(--font);font-size:.75rem;font-weight:600;letter-spacing:.04em;color:var(--text-muted);cursor:pointer}.lang-toggle button.on{color:var(--accent);text-decoration:underline}.demo-note{text-align:center;opacity:.7;font-weight:400;font-size:.82rem;margin-top:.5rem}.demo-note,.demo-retry{display:block;color:var(--text-muted)}.demo-retry{margin:1.6rem auto 0;background:none;border:1px solid var(--border-strong);border-radius:999px;padding:.45rem 1.1rem;font-family:var(--font);font-size:.9rem;font-weight:600;cursor:pointer}.demo-retry:hover{border-color:var(--text-muted);color:var(--text)}button.google-later{background:none;border:none;width:100%;font-family:var(--font);cursor:pointer}.google-guide{margin-top:.9rem;font-size:.82rem;color:var(--text-muted);line-height:1.5}.chip-row{gap:.4rem}.fchip{font-family:var(--font);font-size:.85rem;font-weight:500;color:var(--text-muted);background:var(--surface);border:1px solid var(--border-strong);border-radius:999px;padding:.3rem .85rem;cursor:pointer;transition:border-color .15s var(--ease),background .15s var(--ease),color .15s var(--ease)}.fchip.on{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:600}.privacy-note{font-size:.78rem;color:var(--text-muted);line-height:1.5}.privacy-note a{color:var(--text-muted);text-decoration:underline}.insta-link{display:block;margin-top:.9rem;font-size:.9rem}@media (prefers-color-scheme:dark){.funnel-wrap{background:#141815;color:#edeae0}.funnel-card{background:#1c241f;border-color:#2c352f;box-shadow:0 18px 50px rgba(0,0,0,.35)}.funnel-title{color:#edeae0}.funnel-card .google-later,.funnel-card .insta-link,.funnel-footer,.funnel-footer a,.funnel-sub,.google-guide,.lang-toggle button,.privacy-note,.privacy-note a,.star-labels{color:#b9c0b6}.lang-toggle button.on{color:#7fd0ac}.funnel-card .field label{color:#edeae0}.funnel-card .field .hint{color:#b9c0b6}.funnel-card .field .error{color:#e08573}.funnel-card .field input,.funnel-card .field textarea{background:#141815;border-color:#3a453d;color:#edeae0}.funnel-card .field input::placeholder,.funnel-card .field textarea::placeholder{color:#7d857b}.funnel-card .star-btn{background:#141815;border-color:#3a453d;color:#4a554c}.funnel-card .star-btn.lit,.funnel-card .star-btn:hover{color:var(--amber);border-color:var(--amber);background:#2a2416}.funnel-card .fchip{background:#141815;border-color:#3a453d;color:#b9c0b6}.funnel-card .fchip.on{border-color:#3f8a6d}.funnel-card .fchip.on,.funnel-logo{background:#17332a;color:#7fd0ac}.demo-retry{border-color:#3a453d;color:#b9c0b6}.demo-retry:hover{border-color:#b9c0b6;color:#edeae0}}@media (prefers-color-scheme:dark) and (max-width:380px){.funnel-card{background:transparent;box-shadow:none}}.kpi-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1.4rem}.kpi-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.3rem 1.4rem 1.2rem;box-shadow:0 1px 2px rgba(23,26,22,.04);display:flex;flex-direction:column}.kpi-ico{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:12px;background:var(--accent-soft);color:var(--accent);margin-bottom:.9rem}.kpi-card>b{font-size:2rem;font-weight:750;line-height:1;letter-spacing:-.02em}.kpi-label{font-size:.9rem;font-weight:600;color:var(--text);margin-top:.35rem}.kpi-sub{font-size:.8rem;color:var(--text-muted);margin-top:.15rem}.kpi-card-accent{background:var(--accent);border-color:transparent}.kpi-card-accent .kpi-label,.kpi-card-accent>b{color:#fdfcf9}.kpi-card-accent .kpi-sub{color:hsla(45,50%,98%,.72)}.kpi-card-accent .kpi-ico{background:hsla(45,50%,98%,.16);color:#fdfcf9}.kpi-card-alert{border-color:var(--danger)}.kpi-card-alert>b{color:var(--danger)}.kpi-card-alert .kpi-ico{background:var(--danger-soft);color:var(--danger)}a.kpi-link{text-decoration:none;color:inherit;transition:transform .18s var(--ease),border-color .18s var(--ease)}@media (hover:hover){a.kpi-link:hover{transform:translateY(-2px);border-color:var(--border-strong)}}.kpi-alert-bar{display:flex;align-items:center;gap:.55rem;background:var(--amber-soft);color:var(--amber-text);border:1px solid var(--amber);border-radius:var(--radius);padding:.75rem 1.1rem;font-size:.9rem;font-weight:600;text-decoration:none;margin-bottom:1.4rem}@media (max-width:900px){.kpi-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.kpi-row{grid-template-columns:1fr}}a.tile-link{display:block;color:inherit;transition:border-color .18s var(--ease),transform .18s var(--ease)}a.tile-link:hover{border-color:var(--accent);transform:translateY(-2px)}.badge-warn{background:var(--amber-soft);color:var(--amber-text)}.badge-muted{background:var(--border);color:var(--text-muted)}.h1-badge{margin-left:.6rem;vertical-align:middle}.chip-row{display:flex;gap:.45rem;flex-wrap:wrap}.chip-btn{font-family:var(--font);font-size:.82rem;font-weight:600;color:var(--text-muted);background:var(--surface);border:1px solid var(--border-strong);border-radius:999px;padding:.3rem .85rem;cursor:pointer;white-space:nowrap;transition:border-color .15s var(--ease),background .15s var(--ease),color .15s var(--ease)}.chip-btn:hover{border-color:var(--text-muted)}.chip-btn.active{background:var(--accent);border-color:var(--accent);color:#fdfcf9}.explorer-filters{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.1rem}.explorer-sort{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted);white-space:nowrap}.explorer-sort select{font-family:var(--font);font-size:.88rem;padding:.4rem .7rem;border-radius:10px;border:1px solid var(--border-strong);background:var(--surface);color:var(--text)}.explorer-sort select:focus{outline:none;border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.cc-badges{display:flex;flex-wrap:wrap;gap:.3rem;justify-content:flex-end;flex-shrink:0;max-width:55%}.cc-since{font-size:.78rem;color:var(--text-muted);margin:-.6rem 0 1rem}.conv-row{display:flex;gap:1.4rem;row-gap:.5rem;flex-wrap:wrap;padding-top:.9rem;margin-bottom:1.1rem;border-top:1px dashed var(--border)}.conv-row .conv{font-size:.88rem;color:var(--text-muted)}.conv-row .conv b{color:var(--text);font-size:1.05rem;margin-right:.2rem}.conv-note{font-size:.85rem;color:var(--amber-text);margin:-.5rem 0 1.1rem}.card-head{display:flex;justify-content:space-between;align-items:center;gap:.8rem;flex-wrap:wrap;margin-bottom:.5rem}.qr-url{font-size:.82rem;color:var(--text-muted);word-break:break-all}.qr-url,.qr-warn{margin-bottom:.9rem}.qr-warn{font-size:.85rem;color:var(--danger)}.deactivated-note{background:var(--danger-soft);color:var(--danger);border-radius:var(--radius);padding:.8rem 1.1rem;font-size:.92rem;margin-bottom:1.2rem}.edit-billing{display:grid;grid-template-columns:1fr 1fr;grid-gap:.8rem;gap:.8rem}@media (max-width:380px){.edit-billing{grid-template-columns:1fr}}.field .soft-warn{font-size:.85rem;color:var(--amber-text)}.pass-status{margin-bottom:.7rem}dialog.modal{border:0;margin:auto;width:min(440px,calc(100vw - 2rem))}dialog.modal::-webkit-backdrop{background:rgba(23,26,22,.55)}dialog.modal::backdrop{background:rgba(23,26,22,.55)}@media (prefers-reduced-motion:no-preference){.skel{animation:skel-pulse 1.4s ease-in-out infinite}}.skel-title{width:180px;height:26px}.skel-sub{width:260px;max-width:70vw;height:14px}.skel-num{width:56px;margin-bottom:.5rem}.skel-label{width:90px;height:12px}.skel-line{height:14px;margin-bottom:.8rem}.skel-cards{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:720px){.skel-cards{grid-template-columns:1fr 1fr}}.pw-wrap{position:relative}.pw-wrap input{width:100%;padding-right:3rem}.pw-toggle{position:absolute;right:.45rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;border-radius:8px}.pw-toggle:hover{color:var(--text)}.forgot-row{margin-top:1.1rem;text-align:center}.link-btn{font-size:.9rem}.forgot-box{margin-top:1rem;padding-top:1.1rem;border-top:1px solid var(--border)}.forgot-done{color:var(--text-muted);font-size:.92rem}.form-error{color:var(--danger);font-size:.9rem;margin-bottom:1rem}.reset-invalid{color:var(--text-muted)}.warn-card{background:var(--amber-soft);border-color:var(--amber);margin-bottom:2rem}.warn-card h3{color:var(--amber-text);margin-bottom:.4rem}.warn-card p{font-size:.95rem;margin-bottom:1rem;max-width:62ch}.roi-card{margin-bottom:2rem}.roi-list{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-top:.9rem}.roi-list li{display:flex;gap:.6rem;align-items:baseline;color:var(--text-muted);font-size:.95rem}.roi-list li:before{content:"✓";color:var(--accent);font-weight:700}.roi-list li b{color:var(--text)}.roi-list li.roi-hero{background:var(--accent-soft);border-radius:10px;padding:.65rem .9rem;color:var(--text);font-weight:600}.roi-list li.roi-hero:before{content:"★";color:var(--amber-text)}.month-sub{font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.month-rows{margin-top:.9rem}.month-row{display:grid;grid-template-columns:1fr auto auto auto;align-items:baseline;grid-gap:.8rem;gap:.8rem;padding-block:.6rem;border-top:1px solid var(--border);font-size:.95rem}.month-label{color:var(--text-muted)}.month-now{font-size:1.05rem;letter-spacing:-.01em}.month-delta{font-size:.85rem;font-weight:700;white-space:nowrap;min-width:3.4rem;display:inline-flex;align-items:center;justify-content:flex-end;gap:.2rem}.md-up{color:var(--accent)}.md-down{color:var(--danger)}.md-same,.month-prev{color:var(--text-muted)}.month-prev{font-size:.8rem;white-space:nowrap;text-align:right;min-width:4.6rem}@media (max-width:420px){.month-prev{display:none}}.loc-switch{font-family:var(--font);font-size:.88rem;font-weight:500;padding:.4rem .6rem;border-radius:10px;border:1px solid var(--border-strong);background:var(--surface);color:var(--text);max-width:180px;cursor:pointer}.loc-switch:disabled{opacity:.6;cursor:wait}@media (max-width:520px){.loc-switch{max-width:130px}.admin-bar-right>a.settings-link{display:inline}}.settings-stack{display:flex;flex-direction:column;gap:1rem;max-width:560px}.settings-note{font-size:.95rem;color:var(--text-muted);margin:.5rem 0 1.1rem}.settings-note b{color:var(--text)}.settings-warn{color:var(--amber-text)}.pwa-steps{margin:.7rem 0 .6rem 1.3rem;display:flex;flex-direction:column;gap:.35rem;font-size:.92rem}.pwa-note,.pwa-steps{color:var(--text-muted)}.pwa-note{font-size:.85rem}.skel{background:var(--border);border-radius:8px}@media (prefers-reduced-motion:no-preference){.skel{animation:skel-pulse 1.5s ease-in-out infinite}@keyframes skel-pulse{0%,to{opacity:1}50%{opacity:.45}}}.skel-brand{width:120px;height:22px}.skel-chip{width:90px;height:28px;border-radius:999px}.skel-title{width:min(240px,60vw);height:30px;margin-bottom:.6rem}.skel-sub{width:min(160px,45vw);height:13px}.skel-num{width:64px;height:26px;margin-bottom:.55rem}.skel-line{height:13px;margin-bottom:.85rem}.skel-qr{width:150px;height:150px;margin-top:.9rem}.nav-burger{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:42px;height:42px;flex-shrink:0;padding:0;border:1px solid var(--border-strong);border-radius:10px;background:var(--surface);cursor:pointer}.nav-burger span{display:block;width:16px;height:2px;border-radius:2px;background:var(--text);transition:transform .2s var(--ease),opacity .2s var(--ease)}.nav-burger[aria-expanded=true] span:first-child{transform:translateY(6px) rotate(45deg)}.nav-burger[aria-expanded=true] span:nth-child(2){opacity:0}.nav-burger[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.menu-backdrop{position:fixed;inset:0;z-index:45;background:rgba(23,26,22,.42);opacity:0;visibility:hidden;transition:opacity .25s var(--ease),visibility .25s var(--ease)}.menu-backdrop.show{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;left:0;right:0;z-index:46;padding:84px 1.1rem 1.4rem;background:var(--surface);border-radius:0 0 22px 22px;box-shadow:0 24px 50px -12px rgba(23,26,22,.28);transform:translateY(-12px);opacity:0;visibility:hidden;pointer-events:none;transition:transform .28s var(--ease),opacity .28s var(--ease),visibility .28s var(--ease)}.mobile-menu.open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.mm-links{list-style:none;margin:0;padding:0}.mm-links li+li{border-top:1px solid var(--border)}.mm-links a{display:flex;align-items:center;justify-content:space-between;padding:.95rem .4rem;font-size:1.1rem;font-weight:600;color:var(--text);border-radius:10px}.mm-links a:active{background:var(--accent-soft)}.mm-chevron{color:var(--border-strong);font-size:1.4rem;line-height:1}.mm-foot{margin-top:1.1rem;display:flex;flex-direction:column;gap:.8rem}.mm-login{text-align:center;font-weight:600;color:var(--accent);padding:.3rem 0}@media (prefers-reduced-motion:reduce){.menu-backdrop,.mobile-menu{transition:none}}@media (min-width:860px){.menu-backdrop,.mobile-menu,.nav-burger{display:none}}.live-strip{text-align:center;color:var(--text-muted);font-size:.95rem;margin-top:1.2rem}.live-strip b{color:var(--accent)}.price-daily{color:hsla(45,50%,98%,.7);font-size:.92rem;margin-top:.8rem}.chat-ctas{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.6rem}.dash-mock{margin-top:1.2rem}.dm-tiles{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;margin-bottom:.9rem}.dm-tile{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.55rem .7rem;min-width:0}.dm-tile b{display:block;font-size:1.05rem;letter-spacing:-.02em}.dm-tile span{font-size:.72rem;color:var(--text-muted);white-space:nowrap}.dash-mock .bar-row{font-size:.78rem;margin-bottom:.3rem}.legal{padding-block:3rem 4rem}.legal .container{max-width:720px}.legal h1{font-size:clamp(1.9rem,4vw,2.6rem);letter-spacing:-.03em;margin-bottom:.4rem}.legal-updated{color:var(--text-muted);font-size:.88rem;margin-bottom:2rem}.legal h2{font-size:1.25rem;margin:2.2rem 0 .6rem}.legal li,.legal p{color:var(--text-muted);margin-bottom:.7rem}.legal ul{padding-left:1.2rem;margin-bottom:.7rem}.legal strong{color:var(--text)}.legal a{color:var(--accent);text-decoration:underline}.legal-footer{border-top:1px solid var(--border);padding-block:1.5rem 2.5rem;font-size:.92rem}.legal-footer a{color:var(--text-muted)}.legal-footer a:hover{color:var(--text)}.ui-select{position:relative;display:inline-block;width:100%}.ui-select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-family:var(--font);font-size:.95rem;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:10px;padding:.6rem .8rem;cursor:pointer;text-align:left}.ui-select-trigger:disabled{opacity:.6;cursor:wait}.ui-select.open .ui-select-trigger{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.ui-select-caret{color:var(--text-muted);font-size:.8rem;transition:transform .18s var(--ease)}.ui-select.open .ui-select-caret{transform:rotate(180deg)}.ui-select-list{position:absolute;z-index:60;top:calc(100% + 4px);left:0;right:0;margin:0;padding:.3rem;list-style:none;background:var(--surface);border:1px solid var(--border-strong);border-radius:12px;box-shadow:0 18px 44px rgba(23,26,22,.16);max-height:260px;overflow-y:auto}.ui-select-option{padding:.55rem .7rem;border-radius:8px;font-size:.94rem;color:var(--text);cursor:pointer}.ui-select-option.active{background:var(--accent-soft)}.ui-select-option.selected{font-weight:600;color:var(--accent)}.ui-select.loc-switch{width:auto;min-width:130px;max-width:200px}.explorer-sort .ui-select{width:auto;min-width:190px}.ui-date{position:relative;width:100%}.ui-date-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-family:var(--font);font-size:.95rem;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:10px;padding:.6rem .8rem;cursor:pointer;text-align:left}.ui-date-placeholder{color:var(--text-muted)}.ui-date-ico{opacity:.7;font-size:.95rem}.ui-date-pop{position:absolute;z-index:60;top:calc(100% + 4px);left:0;width:17rem;max-width:90vw;background:var(--surface);border:1px solid var(--border-strong);border-radius:14px;box-shadow:0 18px 44px rgba(23,26,22,.18);padding:.8rem}.ui-date-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.ui-date-head button{width:2rem;height:2rem;border:1px solid var(--border);background:var(--surface);border-radius:8px;font-size:1.1rem;color:var(--text);cursor:pointer;line-height:1}.ui-date-head button:hover{border-color:var(--border-strong)}.ui-date-title{font-weight:600;font-size:.95rem}.ui-date-dow,.ui-date-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:2px;gap:2px}.ui-date-dow{margin-bottom:.3rem}.ui-date-dow span{text-align:center;font-size:.72rem;color:var(--text-muted);padding:.2rem 0}.ui-date-cell{aspect-ratio:1;border:none;background:none;border-radius:8px;font-family:var(--font);font-size:.88rem;color:var(--text);cursor:pointer}.ui-date-cell.empty{cursor:default}.ui-date-cell:not(.empty):hover{background:var(--accent-soft)}.ui-date-cell.today{box-shadow:inset 0 0 0 1px var(--border-strong)}.ui-date-cell.selected{background:var(--accent);color:#fdfcf9;font-weight:600}.ui-date-foot{display:flex;justify-content:space-between;margin-top:.6rem;padding-top:.6rem;border-top:1px solid var(--border)}.ui-date-foot button{background:none;border:none;font-family:var(--font);font-size:.85rem;cursor:pointer;padding:.2rem .4rem}.table-chip,.ui-date-foot button{font-weight:600;color:var(--accent)}.table-chip{display:inline-block;font-family:var(--mono,ui-monospace,monospace);font-size:.72rem;letter-spacing:.02em;background:var(--accent-soft);border-radius:999px;padding:.08rem .5rem;margin-left:.4rem;vertical-align:middle;white-space:nowrap}.fmt-groups{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;row-gap:1rem;margin-bottom:1rem}.fmt-group{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:0 1.2rem}.fmt-group+.fmt-group{border-left:1px solid var(--border)}.fmt-group>small{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.fmt-group-btns{flex-wrap:wrap;gap:.4rem}.fmt-group-btns,.stolovi-ctl{display:flex;justify-content:center}.stolovi-ctl{align-items:center;gap:.5rem;margin:.2rem 0 .9rem;font-size:.9rem;color:var(--text-muted)}.stolovi-ctl input{width:4.5rem;font-family:var(--font);font-size:.92rem;padding:.4rem .6rem;border-radius:10px;border:1px solid var(--border-strong);background:var(--surface);color:var(--text)}.pc-table{display:block;font-weight:700;color:var(--accent);font-size:.95rem;margin-top:1mm}.sticker .st-no{font-weight:700;font-size:7.5pt;color:#171a16}.brand-row{gap:1rem;flex-wrap:wrap}.brand-logo,.brand-row{display:flex;align-items:center}.brand-logo{width:64px;height:64px;border-radius:14px;border:1px solid var(--border);background:var(--accent-soft);justify-content:center;overflow:hidden;flex:0 0 auto}.brand-logo img{width:100%;height:100%;object-fit:cover}.brand-logo-empty{font-weight:700;color:var(--accent);font-size:1.1rem}.brand-controls{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.brand-upload{cursor:pointer;margin:0}.brand-color-pick{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--mono,ui-monospace,monospace);font-size:.8rem;color:var(--text-muted)}.brand-color-pick input[type=color]{width:2.2rem;height:2.2rem;padding:0;border:1px solid var(--border-strong);border-radius:8px;background:none;cursor:pointer}.band,.band-soft{position:relative;overflow:hidden}.band-soft>.container,.band>.container{position:relative;z-index:1}.band-soft:after,.band-soft:before,.band:before{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0}.band:before{width:360px;height:360px;background:var(--accent-soft);opacity:.5;right:-150px;top:-140px}.band-soft:before{width:340px;height:340px;background:var(--surface);opacity:.4;left:-140px;bottom:-150px}.band-soft:after{width:160px;height:160px;background:var(--amber-soft);opacity:.5;right:6%;top:-60px}@media (max-width:640px){.band-soft:after,.band-soft:before,.band:before{display:none}}.section-head h2{position:relative}.section-head:before{content:"";display:block;width:2.6rem;height:4px;border-radius:999px;background:var(--accent);margin-bottom:1rem}#cena .section-head:before{margin-inline:auto}.band .section-head:before{background:var(--amber)}.section:not(.band):not(.band-soft):not(.has-ghost){position:relative;overflow:hidden}.section:not(.band):not(.band-soft):not(.has-ghost)>.container{position:relative;z-index:1}.section:not(.band):not(.band-soft):not(.has-ghost):before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:var(--accent-soft);opacity:.45;right:-130px;top:-120px;z-index:0;pointer-events:none}@media (max-width:640px){.section:not(.band):not(.band-soft):not(.has-ghost):before{display:none}}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.2rem;gap:1.2rem}.testimonial-card{margin:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem;box-shadow:0 1px 2px rgba(23,26,22,.04);display:flex;flex-direction:column;gap:.7rem}.tc-stars{color:var(--amber);letter-spacing:.12em;font-size:.95rem}.testimonial-card blockquote{margin:0;font-size:1.02rem;line-height:1.55;color:var(--text)}.tc-metric{align-self:flex-start;font-size:.8rem;font-weight:600;color:var(--accent);background:var(--accent-soft);border-radius:999px;padding:.2rem .7rem}.testimonial-card figcaption{font-size:.9rem;color:var(--text-muted);margin-top:auto}.testimonial-card figcaption b{color:var(--text)}@media (max-width:860px){.testimonial-grid{grid-template-columns:1fr}}.testimonial-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem 1rem;gap:.5rem 1rem;align-items:start}.testimonial-form .field:nth-child(3),.testimonial-form>button{grid-column:1/-1}.testimonial-list{margin-top:1.4rem;border-top:1px solid var(--border);display:flex;flex-direction:column}.testimonial-item{display:flex;gap:1rem;justify-content:space-between;align-items:start;padding:1rem 0;border-bottom:1px solid var(--border)}.testimonial-item p{margin:.3rem 0 .5rem;font-size:.92rem;color:var(--text-muted)}@media (max-width:560px){.testimonial-form{grid-template-columns:1fr}}.benchmark-rows{display:flex;flex-direction:column;gap:.6rem;margin:.4rem 0 .9rem}.bm-row{display:flex;align-items:baseline;justify-content:space-between;padding:.7rem .9rem;border-radius:10px;background:var(--bg)}.bm-row.bm-you{background:var(--accent-soft)}.bm-label{font-size:.92rem;color:var(--text-muted)}.bm-you .bm-label{color:var(--accent);font-weight:600}.bm-val{font-size:1.3rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.bm-star{color:var(--amber);font-size:.9em}.benchmark-note{font-size:.88rem;color:var(--text-muted);margin:0}.patterns{display:flex;flex-direction:column;gap:1.3rem}.pattern-title{font-size:.82rem;font-weight:600;color:var(--text-muted);margin-bottom:.6rem}.pattern-days{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:.4rem;gap:.4rem}.pat-day{display:flex;flex-direction:column;align-items:center;gap:.3rem}.pat-day-bar{width:100%;height:70px;display:flex;align-items:flex-end;background:var(--bg);border-radius:6px;overflow:hidden}.pat-day-bar i{display:block;width:100%;min-height:2px;border-radius:6px 6px 0 0}.pat-day-label{font-size:.75rem;color:var(--text-muted)}.pat-day-n{font-size:.72rem;font-weight:600;color:var(--text);min-height:.9rem}.pattern-hours{display:grid;grid-template-columns:repeat(24,1fr);grid-gap:2px;gap:2px;height:56px;align-items:end}.pat-hour{height:100%;display:flex;align-items:flex-end;background:var(--bg);border-radius:3px;overflow:hidden}.pat-hour i{display:block;width:100%;min-height:2px}.pattern-hours-axis{justify-content:space-between;font-size:.68rem;margin-top:.3rem}.pattern-hours-axis,.pattern-legend{display:flex;color:var(--text-muted)}.pattern-legend{flex-wrap:wrap;gap:1rem;margin:0;font-size:.76rem}.pattern-legend span{display:inline-flex;align-items:center;gap:.35rem}.pattern-legend i{width:.7rem;height:.7rem;border-radius:3px;display:inline-block}.phone{position:relative;z-index:1;width:min(310px,88%);padding:11px;border:0;overflow:visible;border-radius:54px;background:linear-gradient(150deg,#34382f,#1a1d19 34%,#14171300 62%,#2a2e28);background-color:#1a1d19;box-shadow:inset 0 2px 3px hsla(0,0%,100%,.14),0 0 0 1px rgba(0,0,0,.5),0 40px 80px -18px rgba(23,26,22,.42),0 18px 40px -22px rgba(30,92,70,.35)}.phone-screen{position:relative;border-radius:44px;overflow:hidden;background:#0b0d0b;box-shadow:inset 0 0 0 2px #050605}.phone iframe{display:block;width:100%;height:620px;border:0;border-radius:44px;background:var(--bg)}@media (max-width:600px){.phone iframe{height:560px}}.phone-island{position:absolute;top:13px;left:50%;transform:translateX(-50%);width:92px;height:26px;background:#000;border-radius:14px;z-index:3}.phone-island:after{content:"";position:absolute;top:50%;right:12px;transform:translateY(-50%);width:7px;height:7px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#2b3b4a 0,#0a0e12 70%)}.phone:after{display:none}.phone-btn{position:absolute;background:linear-gradient(180deg,#2c2f2a,#16191500);background-color:#24271f;border-radius:3px;z-index:0}.phone-power{right:-3px;top:168px;width:3px;height:62px}.phone-silent{left:-3px;top:120px;width:3px;height:26px}.phone-volup{top:162px}.phone-voldn,.phone-volup{left:-3px;width:3px;height:42px}.phone-voldn{top:214px}.hero-visual:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:var(--accent-soft);filter:blur(28px);opacity:.55;z-index:0;right:6%;top:12%}@media (max-width:899px){.hero-visual:after{right:50%;transform:translateX(50%)}}.star-btn.picked{animation:star-pick-pop .32s var(--ease)}@media (prefers-reduced-motion:no-preference){@keyframes star-pick-pop{0%{transform:scale(1)}45%{transform:scale(1.28)}to{transform:scale(1)}}}.rating-feedback{height:2rem;display:flex;align-items:center;justify-content:center;margin-top:.9rem;text-align:center;font-size:1rem;font-weight:600;line-height:1}.rating-feedback .rf-prompt{color:var(--text-muted);font-weight:400}.rating-feedback .rf-active{display:inline-flex;align-items:center;gap:.45rem;animation:rf-in .18s var(--ease)}.rating-feedback .rf-face{font-size:1.15em;line-height:1}.rf-1,.rf-2{color:var(--danger)}.rf-3{color:var(--amber-text)}.rf-4,.rf-5{color:var(--accent)}@media (prefers-reduced-motion:no-preference){@keyframes rf-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}}.btn-google{display:inline-flex;align-items:center;justify-content:center;gap:.6rem}.google-g{background:#fff;border-radius:50%;padding:3px;flex:0 0 auto}.google-reassure{margin-top:.7rem;text-align:center;font-size:.82rem;color:var(--text-muted)}.google-social{margin-top:.5rem;text-align:center;font-size:.9rem;font-weight:600;color:var(--text)}.google-social .gs-star{color:var(--amber)}.big-stars-pop{animation:bigstars-pop .5s var(--ease)}@media (prefers-reduced-motion:no-preference){@keyframes bigstars-pop{0%{transform:scale(.7);opacity:0}55%{transform:scale(1.12)}to{transform:scale(1);opacity:1}}}.funnel-check{display:flex;justify-content:center;margin-bottom:1.1rem}.funnel-check .fc-circle{stroke:var(--accent);opacity:.25}.funnel-check .fc-tick{stroke:var(--accent)}@media (prefers-reduced-motion:no-preference){.funnel-check .fc-circle{stroke-dasharray:151;stroke-dashoffset:151;animation:fc-draw .5s var(--ease) forwards}.funnel-check .fc-tick{stroke-dasharray:40;stroke-dashoffset:40;animation:fc-draw .35s var(--ease) .35s forwards}@keyframes fc-draw{to{stroke-dashoffset:0}}}@media (prefers-color-scheme:dark){.funnel-card .google-reassure,.funnel-card .rating-feedback .rf-prompt{color:#9aa196}.funnel-card .google-social{color:#edeae0}.funnel-card .rf-3{color:var(--amber)}.funnel-card .rf-1,.funnel-card .rf-2{color:#e08573}.funnel-card .rf-4,.funnel-card .rf-5{color:#7fd0ac}.funnel-card .funnel-check .fc-circle,.funnel-card .funnel-check .fc-tick{stroke:#7fd0ac}}.stars{gap:clamp(.4rem,2.5vw,.85rem)}.star-btn{width:clamp(52px,15vw,62px);height:clamp(52px,15vw,62px);font-size:clamp(1.7rem,7vw,2.1rem);transition:transform .14s var(--ease),border-color .18s var(--ease),color .18s var(--ease),background .18s var(--ease),box-shadow .18s var(--ease)}.star-btn.lit{box-shadow:0 4px 14px -6px var(--amber);transform:translateY(-2px)}.star-btn:active{transform:scale(.92)}@media (prefers-reduced-motion:no-preference){.stars.cheer .star-btn.lit{animation:star-cheer .6s var(--ease) both}.stars.cheer .star-btn:first-child{animation-delay:0s}.stars.cheer .star-btn:nth-child(2){animation-delay:.07s}.stars.cheer .star-btn:nth-child(3){animation-delay:.14s}.stars.cheer .star-btn:nth-child(4){animation-delay:.21s}.stars.cheer .star-btn:nth-child(5){animation-delay:.28s}@keyframes star-cheer{0%{transform:translateY(-2px) scale(1)}35%{transform:translateY(-10px) scale(1.22);box-shadow:0 10px 22px -6px var(--amber)}70%{transform:translateY(-2px) scale(1)}to{transform:translateY(-2px) scale(1)}}}.founding-chip{text-transform:none;letter-spacing:.01em;font-size:.82rem;white-space:nowrap;box-shadow:0 6px 16px -8px rgba(217,161,59,.7)}.price-side h3{font-size:1.15rem;font-weight:650;opacity:.9;margin-bottom:.6rem}.price-num{font-size:clamp(2.8rem,7vw,3.6rem);font-weight:800;letter-spacing:-.02em;line-height:1}.price-num small{font-size:.95rem;font-weight:500;letter-spacing:0}.price-daily{margin-top:.6rem}.price-note{margin-top:.85rem;line-height:1.5}.price-scarcity{margin-top:1rem;font-size:.85rem;font-weight:600;color:var(--amber);display:inline-flex;align-items:center;gap:.4rem}.price-list li{margin-bottom:.6rem}.funnel-embed{display:grid;min-height:100dvh;overflow-y:auto;padding:0}.funnel-embed .funnel-card{margin:auto;max-width:100%;width:100%;padding:2.6rem 1rem 1.4rem;border:none;box-shadow:none;background:transparent}.funnel-embed .lang-toggle{top:.5rem;right:.6rem;font-size:.7rem}.funnel-embed .funnel-logo{width:44px;height:44px;font-size:1rem;margin-bottom:.7rem}.funnel-embed .funnel-title{font-size:1.15rem;margin-bottom:.35rem}.funnel-embed .funnel-sub{font-size:.82rem;margin-bottom:.7rem}.funnel-embed .stars{gap:.3rem}.funnel-embed .star-btn{width:40px;height:40px;font-size:1.35rem;border-radius:10px}.funnel-embed .rating-feedback{height:1.5rem;font-size:.85rem;margin-top:.6rem}.funnel-embed .big-stars{font-size:1.3rem;margin-bottom:.4rem}.funnel-embed .btn-block{padding:.6rem .9rem;font-size:.9rem}.funnel-embed .google-g{width:17px;height:17px}.funnel-embed .google-reassure{font-size:.72rem;margin-top:.5rem}.funnel-embed .google-social{font-size:.78rem;margin-top:.4rem}.funnel-embed .google-guide{font-size:.72rem;margin-top:.5rem;line-height:1.35}.funnel-embed .google-later,.funnel-embed .insta-link{font-size:.8rem;margin-top:.6rem}.funnel-embed .funnel-check{margin-bottom:.6rem}.funnel-embed .funnel-check svg{width:44px;height:44px}.funnel-embed .demo-retry{margin-top:.9rem;padding:.35rem .9rem;font-size:.82rem}.funnel-embed .funnel-footer{font-size:.72rem;margin-top:.9rem}.funnel-embed .demo-note{font-size:.72rem}.funnel-embed .fchip{padding:.28rem .6rem;font-size:.75rem}.funnel-embed .field label{font-size:.8rem}.funnel-embed .field .hint{font-size:.72rem}.funnel-embed .field input,.funnel-embed textarea{font-size:.85rem;padding:.5rem .6rem}.funnel-embed textarea{min-height:60px}.funnel-embed .privacy-note{font-size:.66rem}.google-countdown{margin-top:.7rem;text-align:center;font-size:.85rem;color:var(--text-muted)}.google-countdown b{color:var(--accent);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.link-btn{background:none;border:none;padding:0;font:inherit;color:var(--text-muted);text-decoration:underline;cursor:pointer}.link-btn:hover{color:var(--text)}@media (prefers-color-scheme:dark){.funnel-card .google-countdown{color:#9aa196}.funnel-card .google-countdown b{color:#7fd0ac}.funnel-card .link-btn{color:#9aa196}.funnel-card .link-btn:hover{color:#edeae0}}.tile-note{display:block;font-style:normal;font-size:.74rem;color:var(--text-muted);margin-top:.15rem}.google-live-card{margin-bottom:2rem}.gl-row{display:flex;align-items:center;gap:1.1rem}.gl-rating{font-size:2.1rem;font-weight:700;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.gl-star{color:var(--amber)}.gl-text h3{margin-bottom:.2rem}.gl-text p{color:var(--text-muted);font-size:.95rem}.gl-new{color:var(--accent)}.gl-note{font-size:.8rem;color:var(--text-muted);margin-top:.7rem;max-width:68ch}