:root{--bg: #faf7f0;--surface: #ffffff;--primary: #b8860b;--primary-dark: #8a6400;--primary-soft: #fbf3dd;--text: #1c1a15;--text-muted: #6b6557;--border: #e7e0d0;--danger: #c0392b;--danger-soft: #fbe5e2;--success: #1e8449;--success-soft: #e4f3ea;--warning: #b9770e;--ink: #14120d;--ink-2: #221d12;--gold-grad: linear-gradient(135deg, #d4a017 0%, #b8860b 55%, #8a6400 100%);--gold-text-grad: linear-gradient(120deg, #8a6400 0%, #b8860b 45%, #d4a017 100%);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-pill: 999px;--shadow-xs: 0 1px 2px rgba(28, 26, 21, .04);--shadow-sm: 0 2px 8px rgba(28, 26, 21, .05);--shadow-md: 0 8px 24px rgba(28, 26, 21, .07);--shadow-lg: 0 24px 56px rgba(28, 26, 21, .1);--shadow-gold: 0 16px 40px rgba(184, 134, 11, .18);--maxw: 1120px;--maxw-wide: 1120px;--font-sans: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--primary-dark);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{color:var(--text);line-height:1.2;letter-spacing:-.02em}img{max-width:100%;height:auto}::selection{background:#b8860b2e}.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,.btn:focus-visible{outline:3px solid rgba(184,134,11,.45);outline-offset:2px;border-radius:var(--radius-sm)}.skip-link{position:absolute;left:-9999px;top:8px;z-index:2000;background:var(--text);color:#fff;padding:10px 16px;border-radius:var(--radius-md)}.skip-link:focus{left:12px}.site-header{border-bottom:1px solid transparent;background:#faf7f099;position:sticky;top:0;z-index:1000;transition:box-shadow .3s ease,background-color .3s ease,border-color .3s ease,backdrop-filter .3s ease}.site-header .container{max-width:var(--maxw-wide);display:flex;align-items:center;justify-content:space-between;min-height:68px;gap:16px}.site-header.scrolled{box-shadow:var(--shadow-sm);border-bottom-color:var(--border);backdrop-filter:saturate(180%) blur(12px);background:#ffffffd9}.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:17px;letter-spacing:-.01em;color:var(--text)}.brand:hover{text-decoration:none}.brand .logo{width:36px;height:36px;object-fit:contain;display:block;flex-shrink:0}.site-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:15px}.site-nav a{color:var(--text-muted);font-weight:500;padding:8px 12px;border-radius:var(--radius-md);transition:color .2s ease,background-color .2s ease}.site-nav a:hover{color:var(--text);background:#b8860b14;text-decoration:none}.site-nav .nav-cta{color:#fff;background:var(--gold-grad);box-shadow:var(--shadow-gold);padding:9px 18px;font-weight:600}.site-nav .nav-cta:hover{color:#fff;background:var(--gold-grad);filter:brightness(1.05)}.site-footer{border-top:1px solid var(--border);margin-top:0;background:var(--surface);color:var(--text-muted);font-size:14px}.site-footer a{color:var(--text-muted)}.site-footer a:hover{color:var(--primary-dark)}.site-footer .container{max-width:var(--maxw-wide)}.site-footer .footer-grid{padding-top:56px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px 32px;align-items:start}@media(max-width:720px){.site-footer .footer-grid{grid-template-columns:1fr 1fr}.site-footer .footer-brand-col{grid-column:1 / -1}}.footer-col h4{margin:0 0 14px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text)}.footer-col nav{display:flex;flex-direction:column;gap:10px}.footer-bottom{margin-top:48px;padding-top:20px;padding-bottom:40px;border-top:1px solid var(--border);font-size:13px;display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:space-between;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;cursor:pointer;font:inherit;font-weight:600;padding:13px 24px;border-radius:var(--radius-md);min-height:50px;text-align:center;transition:transform .18s ease,box-shadow .2s ease,background-color .2s ease,filter .2s ease,border-color .2s ease}.btn-primary{background:var(--gold-grad);color:#fff;box-shadow:var(--shadow-gold)}.btn-primary:hover{color:#fff;text-decoration:none;transform:translateY(-2px);filter:brightness(1.05)}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border);box-shadow:var(--shadow-xs)}.btn-secondary:hover{text-decoration:none;border-color:var(--primary);color:var(--primary-dark);transform:translateY(-2px)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{color:#fff;text-decoration:none;filter:brightness(1.05)}.btn svg{width:19px;height:19px;flex-shrink:0}.btn[disabled],.btn[aria-disabled=true]{opacity:.55;cursor:not-allowed}@media(prefers-reduced-motion:reduce){.btn:hover{transform:none}}.play-store-btn{display:inline-flex;align-items:center;background:var(--ink);color:#fff;border-radius:var(--radius-md);padding:8px 18px;gap:11px;text-decoration:none;border:1px solid rgba(255,255,255,.14);min-width:168px;min-height:50px;box-sizing:border-box;transition:transform .18s ease,box-shadow .2s ease,filter .2s ease;box-shadow:var(--shadow-md)}.play-store-btn:hover{text-decoration:none;transform:translateY(-2px);filter:brightness(1.12)}.play-store-btn svg{width:22px;height:22px;flex-shrink:0}.play-btn-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15;color:#fff}.play-btn-small{font-size:9px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb3}.play-btn-bold{font-size:15px;font-weight:700;color:#fff}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.prose{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 32px;margin-top:24px}.prose h2{margin-top:32px}.prose h3{margin-top:24px}.prose ul{padding-left:22px}.prose code{background:var(--primary-soft);padding:1px 5px;border-radius:5px;font-size:.9em}.doc-meta{display:flex;flex-wrap:wrap;gap:8px 16px;color:var(--text-muted);font-size:14px;margin-top:6px}.badge{display:inline-block;padding:2px 10px;border-radius:var(--radius-pill);font-size:13px;font-weight:600}.badge-current{background:var(--success-soft);color:var(--success)}.badge-archived{background:var(--danger-soft);color:var(--danger)}.notice{border:1px solid var(--border);border-left:4px solid var(--warning);background:#fff;border-radius:var(--radius-md);padding:12px 16px;margin:20px 0;font-size:15px}.version-history{margin-top:40px;border-top:1px solid var(--border);padding-top:20px}.version-history ul{list-style:none;padding:0;margin:0}.version-history li{padding:8px 0;display:flex;gap:12px;align-items:baseline;flex-wrap:wrap}@media(max-width:520px){.prose{padding:20px 18px}}.landing-main{width:100%}.landing-main .container{max-width:var(--maxw-wide)}.menu-toggle{display:none;background:none;border:none;padding:8px;cursor:pointer;z-index:1100}.menu-toggle svg{fill:var(--text);width:26px;height:26px}@media(max-width:860px){.menu-toggle{display:block}.site-nav{display:none;position:absolute;top:68px;left:0;right:0;background:var(--surface);border-bottom:1px solid var(--border);padding:16px 20px 24px;flex-direction:column;align-items:stretch;gap:4px;box-shadow:var(--shadow-md);z-index:1050}.site-nav.open{display:flex}.site-nav a{padding:12px 14px}.site-nav .nav-cta{text-align:center;margin-top:8px}}.scroll-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.scroll-reveal.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.scroll-reveal{opacity:1;transform:none;transition:none}}.landing-section{padding:104px 0;position:relative;overflow:hidden}@media(max-width:640px){.landing-section{padding:72px 0}}.landing-section.tinted{background:var(--primary-soft)}.landing-section.tinted:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,var(--border) 30%,var(--border) 70%,transparent)}.landing-section.dark{background:radial-gradient(120% 120% at 80% 0%,#2a2310 0%,var(--ink) 55%);color:#fff}.landing-section.dark h2,.landing-section.dark h3,.landing-section.dark p{color:#fff}.section-header{text-align:center;max-width:700px;margin:0 auto 64px}.eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--primary-dark);margin-bottom:18px;padding:6px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);box-shadow:var(--shadow-xs)}.eyebrow svg{width:15px;height:15px}.landing-section.tinted .eyebrow{background:#fff}.landing-section.dark .eyebrow{color:#f1d98a;background:#ffffff14;border-color:#ffffff29}.section-title{font-size:clamp(30px,4vw,42px);font-weight:700;margin:0 0 18px;letter-spacing:-.03em;line-height:1.12}.section-subtitle{font-size:18px;color:var(--text-muted);margin:0;line-height:1.6}.landing-section.dark .section-subtitle{color:#ffffffc7}.text-grad{background:var(--gold-text-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--primary-dark)}.icon-chip{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:var(--primary-soft);color:var(--primary-dark);flex-shrink:0}.icon-chip svg{width:26px;height:26px}#hero{padding-top:72px;padding-bottom:96px;background:radial-gradient(60% 60% at 85% 0%,rgba(212,160,23,.14) 0%,transparent 60%),radial-gradient(50% 50% at 0% 30%,rgba(184,134,11,.08) 0%,transparent 60%)}.hero-grid{display:grid;grid-template-columns:1fr;gap:56px;align-items:center}@media(min-width:980px){.hero-grid{grid-template-columns:1.05fr .95fr;gap:40px}}.hero-content{text-align:center}@media(min-width:980px){.hero-content{text-align:left}}.hero-pill{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--primary-dark);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);padding:6px 14px 6px 8px;margin-bottom:22px;box-shadow:var(--shadow-xs)}.hero-pill .pill-tag{background:var(--gold-grad);color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;padding:3px 9px;border-radius:var(--radius-pill)}.hero-title{font-size:clamp(38px,6vw,60px);font-weight:700;line-height:1.06;letter-spacing:-.035em;margin:0 0 22px}.hero-subhead{font-size:19px;color:var(--text-muted);margin:0 auto 34px;line-height:1.6;max-width:540px}@media(min-width:980px){.hero-subhead{margin-left:0;margin-right:0}}.hero-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:28px}@media(min-width:980px){.hero-ctas{justify-content:flex-start}}.hero-badges{display:flex;gap:10px 22px;justify-content:center;flex-wrap:wrap;font-size:14.5px;font-weight:500;color:var(--text-muted)}@media(min-width:980px){.hero-badges{justify-content:flex-start}}.hero-badge-item{display:inline-flex;align-items:center;gap:7px}.hero-badge-item svg{width:17px;height:17px;color:var(--success);flex-shrink:0}.phone-mockup-container{display:flex;justify-content:center;position:relative}.phone-mockup-container:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(212,160,23,.22),transparent 70%);filter:blur(10px);z-index:0}.mockup-phone{position:relative;z-index:1;width:300px;height:608px;background:#1c1a15;border-radius:44px;border:13px solid #1c1a15;box-shadow:var(--shadow-lg),0 0 0 1px #0000004d;overflow:hidden}.mockup-phone:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:120px;height:22px;background:#1c1a15;border-bottom-left-radius:14px;border-bottom-right-radius:14px;z-index:50}.mockup-screen{background:var(--bg);height:100%;width:100%;display:flex;flex-direction:column;font-size:13px;color:var(--text);overflow:hidden;padding-top:22px}@media(prefers-reduced-motion:no-preference){.mockup-phone.float-anim{animation:float 5s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.ledger-row{opacity:0;animation:write-in .5s cubic-bezier(.16,1,.3,1) forwards}.ledger-row:nth-child(1){animation-delay:.35s}.ledger-row:nth-child(2){animation-delay:.7s}.ledger-row:nth-child(3){animation-delay:1.05s}.ledger-row:nth-child(4){animation-delay:1.4s}@keyframes write-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}}.mockup-header{background:var(--surface);border-bottom:1px solid var(--border);padding:13px 14px;display:flex;align-items:center;gap:9px;font-weight:700;font-size:14px}.mockup-logo-mark{background:var(--gold-grad);color:#fff;width:24px;height:24px;border-radius:7px;display:grid;place-items:center;font-size:13px}.mockup-body{padding:14px;flex:1;display:flex;flex-direction:column;gap:13px;overflow-y:auto}.mockup-section-title{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--text-muted);letter-spacing:.06em;margin:0 0 2px}.mockup-summary-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mockup-summary-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 4px;text-align:center}.mockup-summary-lbl{font-size:8px;color:var(--text-muted);display:block;margin-bottom:3px;text-transform:uppercase;letter-spacing:.04em}.mockup-summary-val{font-size:12px;font-weight:700;color:var(--primary-dark)}.mockup-list{display:flex;flex-direction:column;gap:9px}.ledger-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:11px 13px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-xs)}.ledger-row-left{display:flex;flex-direction:column;gap:3px}.ledger-row-name{font-weight:700;color:var(--text);font-size:12.5px}.ledger-row-details{font-size:10px;color:var(--text-muted)}.ledger-row-right{text-align:right;display:flex;flex-direction:column;gap:4px;align-items:flex-end}.ledger-row-val{font-weight:700;color:var(--primary-dark);font-size:12.5px}.ledger-row-time{font-size:9px;color:var(--danger);background:var(--danger-soft);padding:2px 6px;border-radius:var(--radius-pill);display:inline-block}.ledger-row-time.good{color:var(--success);background:var(--success-soft)}.stats-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:40px 0}@media(max-width:720px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:28px 16px}}.stat{text-align:center}.stat-num{font-size:clamp(28px,4vw,38px);font-weight:700;letter-spacing:-.03em;line-height:1;margin-bottom:8px}.stat-label{font-size:14px;color:var(--text-muted);line-height:1.4}.problem-solution-grid{display:grid;grid-template-columns:1fr;gap:28px;align-items:stretch}@media(min-width:860px){.problem-solution-grid{grid-template-columns:1fr auto 1fr}}.prob-sol-card{padding:36px;border-radius:var(--radius-xl);display:flex;flex-direction:column;gap:22px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm)}.prob-sol-card.problem{background:linear-gradient(180deg,var(--danger-soft) 0%,var(--surface) 65%);border-color:#c0392b2e}.prob-sol-card.solution{background:linear-gradient(180deg,var(--success-soft) 0%,var(--surface) 65%);border-color:#1e84492e}.prob-sol-header{font-size:13px;font-weight:700;margin:0;text-transform:uppercase;letter-spacing:.08em;display:flex;align-items:center;gap:9px}.prob-sol-card.problem .prob-sol-header{color:var(--danger)}.prob-sol-card.solution .prob-sol-header{color:var(--success)}.prob-sol-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px}.prob-sol-item{display:flex;gap:13px;align-items:flex-start;font-size:15.5px;line-height:1.55}.prob-sol-item svg{width:22px;height:22px;flex-shrink:0;margin-top:1px}.prob-sol-card.problem .prob-sol-item svg{color:var(--danger)}.prob-sol-card.solution .prob-sol-item svg{color:var(--success)}.prob-sol-divider{display:flex;align-items:center;justify-content:center;color:var(--primary)}.prob-sol-divider svg{width:32px;height:32px}@media(max-width:860px){.prob-sol-divider{transform:rotate(90deg);padding:4px 0}}.features-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:680px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:32px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;box-shadow:var(--shadow-xs)}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:#b8860b66}@media(prefers-reduced-motion:reduce){.feature-card:hover{transform:none}}.feature-card .icon-chip{margin-bottom:20px}.feature-card h3{font-size:19px;margin:0 0 10px;letter-spacing:-.02em}.feature-card p{font-size:15px;color:var(--text-muted);margin:0;line-height:1.6}.feature-tag{display:inline-block;margin-top:16px;font-size:12px;font-weight:600;color:var(--primary-dark);background:var(--primary-soft);padding:4px 10px;border-radius:var(--radius-pill)}.steps-grid{display:grid;grid-template-columns:1fr;gap:24px;list-style:none;padding:0;margin:0}@media(min-width:860px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{position:relative;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-xl);padding:36px 28px 28px;backdrop-filter:blur(6px)}.step-num{width:44px;height:44px;border-radius:12px;background:var(--gold-grad);color:#fff;font-weight:700;font-size:18px;display:grid;place-items:center;margin-bottom:18px;box-shadow:var(--shadow-gold)}.step-card h3{color:#fff;font-size:19px;margin:0 0 10px}.step-card p{color:#ffffffbf;font-size:15px;margin:0;line-height:1.6}@media(min-width:860px){.step-card:not(:last-child):after{content:"";position:absolute;top:56px;right:-16px;width:32px;height:1px;background:#fff3}}.split-grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:980px){.split-grid{grid-template-columns:1fr 1fr;gap:64px}}.split-content h2{font-size:clamp(28px,3.6vw,38px);font-weight:700;letter-spacing:-.03em;margin:0 0 16px;line-height:1.15}.split-content>p{font-size:18px;color:var(--text-muted);margin:0 0 28px;line-height:1.6}.benefit-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.benefit-item{display:flex;gap:16px;align-items:flex-start}.benefit-item .icon-chip{width:44px;height:44px;border-radius:12px}.benefit-item .icon-chip svg{width:22px;height:22px}.benefit-item h3{font-size:16.5px;margin:0 0 4px;letter-spacing:-.01em}.benefit-item p{font-size:14.5px;color:var(--text-muted);margin:0;line-height:1.55}.receipt-visual{display:flex;justify-content:center}.receipt-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:380px;overflow:hidden}.receipt-top{background:var(--gold-grad);color:#fff;padding:18px 22px;display:flex;align-items:center;gap:12px}.receipt-top .icon-chip{background:#ffffff2e;color:#fff;width:40px;height:40px;border-radius:10px}.receipt-top strong{display:block;font-size:15px}.receipt-top span{font-size:12.5px;opacity:.9}.receipt-body{padding:22px}.receipt-line{display:flex;justify-content:space-between;font-size:14.5px;padding:11px 0;border-bottom:1px dashed var(--border)}.receipt-line:last-of-type{border-bottom:none}.receipt-line .lbl{color:var(--text-muted)}.receipt-line .val{font-weight:600;color:var(--text)}.receipt-line.total{border-top:2px solid var(--border);border-bottom:none;margin-top:6px;padding-top:14px;font-size:16px}.receipt-line.total .val{color:var(--primary-dark);font-weight:700}.receipt-foot{background:var(--primary-soft);padding:12px 22px;font-size:12.5px;color:var(--primary-dark);display:flex;align-items:center;gap:8px}.receipt-foot svg{width:16px;height:16px}.audience-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:760px){.audience-grid{grid-template-columns:repeat(3,1fr)}}.audience-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:36px 30px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;transition:transform .25s ease,box-shadow .25s ease;box-shadow:var(--shadow-xs)}.audience-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}@media(prefers-reduced-motion:reduce){.audience-card:hover{transform:none}}.audience-card .icon-chip{width:60px;height:60px;border-radius:50%}.audience-card .icon-chip svg{width:28px;height:28px}.audience-card h3{font-size:18px;margin:0}.audience-card p{font-size:14.5px;color:var(--text-muted);margin:0;line-height:1.6}.faq-container{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-details{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.faq-details[open]{border-color:var(--primary);box-shadow:var(--shadow-sm)}.faq-summary{padding:22px 24px;font-weight:600;font-size:16.5px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;user-select:none;gap:16px}.faq-summary::-webkit-details-marker{display:none}.faq-summary:after{content:"";width:22px;height:22px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b6557' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;transition:transform .25s ease}.faq-details[open] .faq-summary:after{transform:rotate(45deg)}.faq-answer{padding:0 24px 22px;font-size:15px;color:var(--text-muted);line-height:1.7}.faq-answer a{color:var(--primary-dark);font-weight:600}.control-card{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:var(--radius-xl);padding:36px 40px;display:grid;grid-template-columns:1fr;gap:28px;align-items:center;box-shadow:var(--shadow-sm)}@media(min-width:980px){.control-card{grid-template-columns:1.2fr .8fr}}.control-info{display:flex;gap:18px;align-items:flex-start}@media(max-width:600px){.control-info{flex-direction:column}}.control-info h2{margin:0 0 8px;font-size:22px;font-weight:700}.control-info p{color:var(--text-muted);font-size:15px;margin:0;line-height:1.6}.control-buttons{display:flex;gap:12px;flex-wrap:wrap}@media(min-width:980px){.control-buttons{justify-content:flex-end}}.control-buttons .btn{min-height:46px;padding:11px 18px}.cta-section{text-align:center;position:relative;border-radius:var(--radius-xl);overflow:hidden}.cta-content{position:relative;z-index:2;max-width:620px;margin:0 auto}.cta-section h2{font-size:clamp(30px,4vw,44px);font-weight:700;margin:0 0 16px;letter-spacing:-.03em}.cta-section p{font-size:18px;margin:0 auto 36px;line-height:1.6;max-width:520px;color:#ffffffd1}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;align-items:center}.cta-buttons .btn-ghost{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.25);min-height:50px;min-width:168px}.cta-buttons .btn-ghost:hover{background:#fff3;text-decoration:none;transform:translateY(-2px)}.cta-decor-circle{position:absolute;bottom:-120px;right:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(212,160,23,.18),transparent 70%);z-index:1;pointer-events:none}
