:root{--gold: #d4af37;--gold-light: #f0d875;--gold-dark: #a8892a;--gold-muted: #c9a84c;--gold-glow: rgba(212, 175, 55, .35);--gold-border: rgba(212, 175, 55, .28);--gold-border-strong: rgba(212, 175, 55, .55);--primary: var(--gold);--primary-dark: var(--gold-dark);--primary-light: var(--gold-light);--secondary: var(--gold-muted);--accent: var(--gold-light);--bg: #000000;--bg-graphite: #000000;--surface: #141414;--surface-elevated: #1c1c1c;--surface-hover: #222222;--border: rgba(255, 255, 255, .08);--border-gold: var(--gold-border);--text: #d4af37;--text-muted: #b28730;--text-subtle: #89570c;--success: #4ade80;--warning: var(--gold-light);--max-width: 1120px;--header-height: 72px;--radius: 12px;--radius-sm: 8px;--shadow: 0 8px 32px rgba(0, 0, 0, .45);--shadow-gold: 0 4px 24px var(--gold-glow);--gradient-gold: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 45%, var(--gold-dark) 100%);--gradient-gold-subtle: linear-gradient(135deg, rgba(240, 216, 117, .12) 0%, rgba(212, 175, 55, .06) 100%)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;font-family:Inter,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip;max-width:100%}a{color:var(--gold-light);text-decoration:none;transition:color .2s ease}a:hover{color:var(--gold-light)}img{max-width:100%;height:auto}::selection{background:#d4af3759;color:var(--text)}.site-layout{min-height:100vh;display:flex;flex-direction:column;position:relative;background:var(--bg);overflow-x:clip;max-width:100%}.site-layout:before{display:none}.site-header,.site-main,.site-footer{position:relative;z-index:1}.site-main{flex:1;padding-top:var(--header-height)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding-left:max(24px,env(safe-area-inset-left,0px));padding-right:max(24px,env(safe-area-inset-right,0px));min-width:0}h1,h2,h3,h4{overflow-wrap:break-word;word-wrap:break-word}.hero h1,.hero-title,.page-hero h1,.section-header h2{text-wrap:balance}.breadcrumb-nav{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.breadcrumb-list{list-style:none;margin:0;padding:0}.site-main{position:relative}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-height);background:#000000e0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-gold);box-shadow:0 1px #d4af371f;padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);gap:24px;min-width:0}.brand{display:flex;align-items:center;gap:12px;color:var(--gold);font-weight:700;font-size:1.25rem;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0;min-width:0}.brand-lockup{display:inline-flex;align-items:center;gap:10px;min-width:0}.brand-mark-img{display:block;width:34px;height:auto;flex-shrink:0}.brand-wordmark{color:var(--gold);font-weight:700;font-size:1.125rem;letter-spacing:.14em;line-height:1}.brand:hover{color:var(--gold-light)}.brand-logo{display:block;height:30px;width:auto;max-width:180px}.footer-brand .brand-logo{height:26px;max-width:160px}.auth-brand-logo{display:block;height:auto;width:auto;max-width:200px;margin:0 auto 8px}.brand-mark{width:38px;height:38px;border-radius:10px;background:var(--gradient-gold);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.875rem;color:#0a0a0a;flex-shrink:0;box-shadow:var(--shadow-gold);border:1px solid rgba(255,255,255,.15)}.nav-desktop{display:flex;align-items:center;gap:4px}.nav-link{padding:8px 14px;border-radius:var(--radius-sm);color:var(--text);font-size:.9375rem;font-weight:500;transition:color .2s,background .2s,box-shadow .2s}.nav-link:hover{color:var(--gold-light);background:#d4af3714}.nav-link.active{color:var(--gold-light);background:#d4af371f;box-shadow:inset 0 0 0 1px var(--gold-border)}.header-cta{display:flex;align-items:center;gap:12px}.menu-toggle{display:none;background:none;border:1px solid var(--border-gold);color:var(--gold-light);cursor:pointer;padding:8px;border-radius:var(--radius-sm);min-width:44px;min-height:44px;align-items:center;justify-content:center}.menu-toggle:hover{background:#d4af371a}.menu-toggle svg{width:24px;height:24px}.nav-mobile{display:none;position:fixed;top:var(--header-height);left:0;right:0;background:#000000f7;border-bottom:1px solid var(--border-gold);padding:16px 24px 24px;flex-direction:column;gap:4px;z-index:99;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.nav-mobile.open{display:flex;max-height:calc(100dvh - var(--header-height));overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.nav-mobile .nav-link{display:block;padding:12px 16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius-sm);font-weight:600;font-size:.9375rem;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s,color .2s;text-decoration:none}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--gradient-gold);color:#0a0a0a;box-shadow:var(--shadow-gold);border:1px solid rgba(255,255,255,.2)}.btn-primary:hover{color:#0a0a0a;box-shadow:0 6px 28px #d4af3773}.btn-secondary{background:transparent;color:var(--gold-light);border:1px solid var(--gold-border-strong)}.btn-secondary:hover{border-color:var(--gold-light);color:var(--text);background:#d4af3714;box-shadow:0 0 20px #d4af3726}.btn-disabled{cursor:default;opacity:.65;pointer-events:none}.btn-disabled:hover{transform:none;box-shadow:none}.hero{padding:96px 0 104px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-30%;right:-15%;width:70%;height:140%;background:radial-gradient(ellipse,rgba(212,175,55,.14) 0%,transparent 65%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold-border-strong),transparent);pointer-events:none}.hero-content{position:relative;max-width:760px}.hero-badge{display:inline-block;padding:6px 16px;border-radius:999px;background:#d4af371a;color:var(--gold-light);font-size:.8125rem;font-weight:600;margin-bottom:28px;border:1px solid var(--gold-border-strong);letter-spacing:.03em;text-transform:uppercase}.hero h1,.hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.12;letter-spacing:-.02em;margin:0 0 24px;color:var(--text)}.hero-title-line{display:block}.hero h1 .gold-accent,.hero-title .gold-accent{background:var(--gradient-gold);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero p{font-size:1.125rem;color:var(--text-muted);margin:0 0 36px;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:16px}.hero-glow-line{position:absolute;top:40%;left:-10%;width:120%;height:1px;background:linear-gradient(90deg,transparent 0%,var(--gold-border) 30%,var(--gold-border-strong) 50%,var(--gold-border) 70%,transparent 100%);opacity:.6;pointer-events:none}.hero-phase1{padding:80px 0 72px;--hero-title-size: clamp(2rem, 5vw, 3.25rem);--hero-title-line: 1.12;--hero-title-block: calc(var(--hero-title-size) * var(--hero-title-line) * 4);--hero-lead-size: 1.125rem;--hero-lead-line: 1.75;--hero-lead-row: calc(var(--hero-lead-size) * var(--hero-lead-line));--hero-n-mark-width: 84%;--hero-n-mark-scale: .755;--hero-brand-stack-width: calc(var(--hero-n-mark-width) / var(--hero-n-mark-scale));--hero-brand-stack-max: 392px}.hero-phase1-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:40px;row-gap:0;align-items:start}.hero-phase1-grid .hero-title{grid-column:1;grid-row:1;margin:0 0 24px}.hero-brand-n-slot{grid-column:2;grid-row:1;display:flex;align-items:flex-start;justify-content:center;height:var(--hero-title-block);margin:0 0 10px}.hero-brand-n{height:100%;width:auto;max-width:84%;object-fit:contain;object-position:top center;display:block;filter:drop-shadow(0 0 40px rgba(212,175,55,.45))}.hero-phase1-grid .hero-lead{grid-column:1;grid-row:2;margin:0 0 32px}.hero-brand-lower{grid-column:2;grid-row:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:6px;min-height:calc(var(--hero-lead-row) * 2);margin:0 0 32px}.hero-brand-wordmark-wrap{width:var(--hero-brand-stack-width);max-width:var(--hero-brand-stack-max);line-height:0;flex-shrink:0}.hero-brand-wordmark-img{display:block;width:100%;height:auto}.hero-lead-line{display:block;font-size:var(--hero-lead-size);line-height:var(--hero-lead-line);color:var(--text)}.hero-brand-tagline-wrap{width:var(--hero-brand-stack-width);max-width:var(--hero-brand-stack-max);line-height:0;flex-shrink:0}.hero-brand-tagline-img{display:block;width:100%;height:auto}.hero-phase1-grid .hero-cta-row{grid-column:1 / -1;grid-row:3}.hero-cta-row{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start}.hero-cta-item{display:flex;flex-direction:column;gap:6px;flex:1 1 200px;max-width:280px}.hero-cta-item .btn{width:100%}.btn-lg{min-height:52px;padding:14px 28px;font-size:1rem}.hero-brand-mark{display:none}.hero-quick-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:40px}.hero-quick-card{padding:18px 16px;background:var(--surface);border:1px solid var(--gold-border);border-radius:var(--radius-sm);transition:border-color .2s,box-shadow .2s}.hero-quick-card:hover{border-color:var(--gold-border-strong);box-shadow:0 0 20px #d4af3714}.hero-quick-label{display:block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gold-light);margin-bottom:8px}.hero-quick-card p{margin:0;font-size:.875rem;color:var(--text);line-height:1.55}.problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.problem-card h3{color:var(--gold-light);font-size:1.0625rem}.problem-card p{margin:0;line-height:1.65}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.benefit-card{display:flex;flex-direction:column}.benefit-card ul{flex:1;margin-bottom:20px}.benefit-cta{width:100%;margin-top:auto}.steps-grid-home{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.section-payment{background:linear-gradient(180deg,rgba(212,175,55,.04) 0%,transparent 100%);border-top:1px solid var(--border-gold);border-bottom:1px solid var(--border-gold)}.step-card-payment{border-color:var(--gold-border)}.trust-grid-home{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-bottom:24px}.review-card{margin:0;display:flex;flex-direction:column;gap:12px;padding:24px}.review-highlight{display:inline-block;align-self:flex-start;padding:4px 10px;border-radius:6px;background:#d4af371a;border:1px solid var(--gold-border);color:var(--gold-light);font-size:.75rem;font-weight:600}.review-quote{margin:0;font-size:.9375rem;color:var(--text);line-height:1.7;font-style:italic;flex:1}.review-author{font-size:.8125rem;color:var(--text-subtle);font-style:normal}.reviews-disclaimer{text-align:center;font-size:.8125rem;color:var(--text-subtle);max-width:640px;margin:0 auto}.plan-recommended{font-size:.8125rem;color:var(--gold-muted);margin:0 0 12px;font-style:italic}.plans-profile-section{margin-top:48px;padding-top:48px;border-top:1px solid var(--border)}.plan-profile-card{position:relative}.plan-profile-hint{display:inline-block;padding:4px 10px;border-radius:6px;background:#d4af371a;border:1px solid var(--gold-border);color:var(--gold-light);font-size:.75rem;font-weight:600;margin-bottom:12px}.compare-legend{text-align:center;font-size:.8125rem;color:var(--text-subtle);margin:16px 0 0}.home-planos-hint{text-align:center;margin:-24px 0 28px}.home-planos-links{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.faq-jump-nav{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.faq-jump-link{padding:8px 14px;border-radius:999px;border:1px solid var(--gold-border);background:var(--surface);color:var(--text-muted);font-size:.8125rem;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s,background .2s}.faq-jump-link:hover{border-color:var(--gold-border-strong);color:var(--gold-light);background:#d4af370f}.faq-jump-link-active,.faq-jump-link[aria-current=true]{border-color:var(--gold);color:var(--gold);background:#d4af3724;box-shadow:0 0 0 1px #d4af3738;font-weight:600}.faq-categories{display:flex;flex-direction:column;gap:40px}.faq-category-title{font-size:1.25rem;font-weight:700;color:var(--gold-light);margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid var(--border-gold)}.faq-signup-strip{text-align:center;padding:28px 24px;margin-bottom:48px;background:var(--gradient-gold-subtle);border:1px solid var(--gold-border-strong);border-radius:var(--radius)}.faq-signup-strip h3{margin:0 0 10px;font-size:1.25rem}.faq-signup-strip p{color:var(--text-muted);max-width:520px;margin:0 auto 20px}.faq-page-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:48px}.page-cross-links{margin-top:48px;padding-top:40px;border-top:1px solid var(--border);text-align:center}.page-cross-links-title{font-size:1.125rem;font-weight:600;color:var(--text);margin:0 0 20px}.page-cross-links-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.hiw-jump-nav{margin-top:24px}.hiw-profile-section{scroll-margin-top:96px}.hiw-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.hiw-profile-card{scroll-margin-top:96px}.hiw-profile-badge{display:inline-block;padding:4px 10px;border-radius:6px;background:#d4af371a;border:1px solid var(--gold-border);color:var(--gold-light);font-size:.75rem;font-weight:600;margin-bottom:12px}.hiw-step-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.hiw-step-item{display:flex;gap:14px;align-items:flex-start}.hiw-step-number{width:28px;height:28px;border-radius:50%;background:var(--gradient-gold);color:#0a0a0a;font-weight:700;font-size:.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hiw-step-content strong{display:block;font-size:.9375rem;color:var(--text);margin-bottom:4px}.hiw-step-content p{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.65}.hiw-visual-section{padding:64px 0;scroll-margin-top:80px}.hiw-payment-section,.hiw-chat-section{scroll-margin-top:80px}.hiw-chat-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:stretch}.hiw-chat-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.hiw-chat-feature h3{font-size:1rem;margin:0 0 8px}.hiw-chat-feature p{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.65}.hiw-chat-note{font-size:.8125rem;color:var(--text-subtle);text-align:center;max-width:720px;margin:24px auto 0}.section{padding:80px 0;position:relative}.section-alt{background:linear-gradient(180deg,#14141499,#0006);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-header{text-align:center;max-width:640px;margin:0 auto 48px}.section-header h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;letter-spacing:-.02em;margin:0 0 16px;color:var(--text);position:relative;display:inline-block}.section-header h2:after{content:"";display:block;width:48px;height:2px;background:var(--gradient-gold);margin:14px auto 0;border-radius:2px;box-shadow:0 0 12px var(--gold-glow)}.section-header p{color:var(--text-muted);font-size:1.0625rem;margin:0}.cards-grid{display:grid;gap:24px}.cards-grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.cards-grid-4{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px;transition:border-color .25s,transform .25s,box-shadow .25s;position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold-border),transparent);opacity:0;transition:opacity .25s}.card:hover{border-color:var(--gold-border-strong);transform:translateY(-3px);box-shadow:var(--shadow),0 0 24px #d4af3714}.card:hover:before{opacity:1}.card h3{font-size:1.125rem;font-weight:600;margin:0 0 12px;color:var(--text)}.card p,.card li{color:var(--text-muted);font-size:.9375rem}.card ul{margin:0;padding-left:20px}.card li{margin-bottom:8px}.card li::marker{color:var(--gold-muted)}.card li:last-child{margin-bottom:0}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.step-card{text-align:center;padding:32px 24px}.step-number{width:52px;height:52px;border-radius:50%;background:var(--gradient-gold);color:#0a0a0a;font-weight:700;font-size:1.25rem;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:var(--shadow-gold);border:2px solid rgba(255,255,255,.2)}.step-card h3{font-size:1.0625rem;margin:0 0 10px;color:var(--gold-light)}.step-card p{color:var(--text-muted);font-size:.9375rem;margin:0}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.trust-item{display:flex;align-items:center;gap:14px;padding:20px;background:var(--surface);border:1px solid var(--border-gold);border-radius:var(--radius);transition:box-shadow .25s,border-color .25s}.trust-item:hover{border-color:var(--gold-border-strong);box-shadow:0 0 20px #d4af371a}.trust-icon{width:44px;height:44px;border-radius:10px;background:#d4af371f;border:1px solid var(--gold-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold-light)}.trust-icon-svg{width:22px;height:22px}.trust-item-text{display:flex;flex-direction:column;gap:4px}.trust-item-label{font-weight:600;font-size:.9375rem;color:var(--text)}.trust-item-desc{font-size:.8125rem;color:var(--text-muted)}.resource-card .tag{display:inline-block;padding:4px 10px;border-radius:6px;background:#d4af371f;color:var(--gold-light);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;border:1px solid var(--gold-border)}.page-hero{padding:64px 0 52px;border-bottom:1px solid var(--border-gold);background:linear-gradient(180deg,rgba(212,175,55,.04) 0%,transparent 100%);position:relative}.page-hero h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin:0 0 16px;color:var(--text)}.page-hero p{color:var(--text-muted);font-size:1.0625rem;max-width:640px;margin:0}.page-content{padding:52px 0 88px}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.about-block{text-align:center}.about-text{color:var(--text-muted);font-size:1.0625rem;line-height:1.75;margin:0 0 20px}.about-text:last-of-type{margin-bottom:28px}.keyword-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;list-style:none;margin:0;padding:0}.keyword-tags li{padding:6px 14px;border-radius:999px;background:#d4af3714;border:1px solid var(--gold-border);color:var(--gold-muted);font-size:.8125rem;font-weight:500}.card-intro{margin:0 0 16px;line-height:1.65}.payment-note{text-align:center;max-width:680px;margin:36px auto 0;color:var(--text-muted);font-size:.9375rem;line-height:1.7}.profile-cta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.profile-cta-row .btn{flex:1 1 auto;min-width:200px}.beta-panel{max-width:880px;margin:0 auto;text-align:center;padding:40px 32px;background:var(--gradient-gold-subtle);border:1px solid var(--gold-border-strong);border-radius:var(--radius);box-shadow:0 0 32px #d4af3714}.beta-panel-badge{display:inline-block;padding:6px 16px;border-radius:999px;background:#d4af371f;color:var(--gold-light);font-size:.8125rem;font-weight:600;margin-bottom:20px;border:1px solid var(--gold-border-strong);text-transform:uppercase;letter-spacing:.03em}.beta-panel-title{font-size:clamp(1.5rem,3vw,2rem);margin:0 0 16px;color:var(--text)}.beta-panel-subtitle{color:var(--text-muted);font-size:1.0625rem;line-height:1.75;max-width:680px;margin:0 auto 32px}.beta-perks{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.beta-perk{padding:20px 16px;background:var(--surface);border:1px solid var(--gold-border);border-radius:var(--radius-sm);text-align:center}.beta-perk-value{display:block;font-size:.9375rem;font-weight:600;color:var(--gold-light);margin-bottom:6px;line-height:1.4}.beta-perk-label{font-size:.8125rem;color:var(--text-muted)}.beta-panel-note{font-size:.9375rem;color:var(--text-muted);line-height:1.65;max-width:640px;margin:0 auto}.builders-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-bottom:28px}.builders-card h3{color:var(--gold-light)}.builders-card p{margin:0;line-height:1.7}.builders-note{text-align:center;font-size:.875rem;color:var(--text-subtle);max-width:640px;margin:0 auto}.flow-showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,280px));justify-content:center;gap:24px 20px;margin-bottom:20px}.flow-showcase-item{width:100%;min-width:0}.flow-step-card .screenshot-frame{width:100%;display:flex;flex-direction:column;align-items:center}.hiw-visual-card .screenshot-frame-gallery .screenshot-frame-device{width:240px;max-width:240px;min-width:240px;flex-shrink:0}.hiw-visual-card .screenshot-frame-gallery .screenshot-frame-image{object-fit:contain;object-position:top center}.hiw-chat-aside{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 16px;border-color:var(--gold-border);background:linear-gradient(180deg,rgba(212,175,55,.04) 0%,transparent 100%)}.hiw-chat-aside .screenshot-frame{width:100%;margin:0;display:flex;flex-direction:column;align-items:center}.hiw-chat-aside .screenshot-frame-gallery .screenshot-frame-device{width:220px;max-width:220px}.flow-step-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px 16px 24px;width:100%;height:auto;display:flex;flex-direction:column;gap:12px;overflow:visible;transition:border-color .25s,box-shadow .25s}.hiw-visual-card{min-height:0}.flow-step-card:hover{border-color:var(--gold-border-strong);box-shadow:0 0 20px #d4af3714}.flow-step-header{display:flex;align-items:center;gap:10px}.flow-step-number{width:28px;height:28px;border-radius:50%;background:var(--gradient-gold);color:#0a0a0a;font-weight:700;font-size:.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.flow-step-role{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gold-muted);white-space:nowrap}.flow-step-title{font-size:1rem;font-weight:600;margin:0;color:var(--text);flex-shrink:0}.flow-step-body{font-size:.875rem;color:var(--text-muted);line-height:1.65;margin:0;flex:0 0 auto;flex-shrink:0;overflow:visible}.flow-connector-hint{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2px 4px;text-align:center;font-size:.8125rem;color:var(--text-subtle);margin-bottom:8px;letter-spacing:.02em;max-width:720px;margin-left:auto;margin-right:auto}.flow-connector-part{white-space:nowrap}.flow-connector-arrow{color:var(--gold-muted);font-weight:600}.cta-button-group{display:flex;flex-wrap:wrap;gap:16px;align-items:stretch;justify-content:center}.cta-button-group-center{justify-content:center}.cta-button-item{display:flex;flex-direction:column;align-items:stretch;gap:6px;flex:0 0 240px;width:240px;max-width:240px}.cta-button-item .btn{width:100%;min-height:48px;height:100%;white-space:normal;line-height:1.35;padding:12px 14px;text-align:center;display:inline-flex;align-items:center;justify-content:center}.cta-hint{font-size:.75rem;color:var(--text-muted);text-align:center;line-height:1.4}.screenshot-frame{margin:0;text-align:center}.screenshot-frame:hover .screenshot-frame-device{transform:translateY(-4px);border-color:var(--gold-border-strong);box-shadow:var(--shadow),0 0 28px #d4af3724}.screenshot-frame-device{position:relative;display:flex;flex-direction:column;aspect-ratio:9 / 16;max-width:180px;margin:0 auto;padding:10px 8px;background:linear-gradient(180deg,var(--surface-elevated) 0%,var(--surface) 100%);border:2px solid var(--gold-border-strong);border-radius:22px;box-shadow:var(--shadow),inset 0 0 20px #d4af370d;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.screenshot-frame-compact .screenshot-frame-device{max-width:140px}.screenshot-frame-notch{width:40%;height:4px;background:var(--border);border-radius:4px;margin:0 auto 8px}.screenshot-frame-screen{flex:1;min-height:0;height:calc(100% - 12px);border-radius:14px;overflow:hidden;background:#0a0a0a}.screenshot-frame-image{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;background:var(--bg);image-rendering:auto}.screenshot-frame-gallery .screenshot-frame-device,.screenshots-grid-preview .screenshot-frame-device{width:240px;max-width:240px;padding:10px 8px}.screenshot-frame-gallery .screenshot-frame-image,.screenshots-grid-preview .screenshot-frame-image{object-fit:contain;object-position:center top}.screenshot-frame-gallery .screenshot-frame-notch,.screenshots-grid-preview .screenshot-frame-notch{height:5px;margin-bottom:8px}.app-gallery-grid,.screenshots-grid-preview{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:24px 20px;margin-left:auto;margin-right:auto;margin-bottom:40px}.app-gallery-grid{max-width:900px}.screenshots-grid-preview{max-width:1040px}.app-gallery-grid .screenshot-frame-caption,.screenshots-grid-preview .screenshot-frame-caption{font-size:.8125rem;line-height:1.45;max-width:240px;margin-left:auto;margin-right:auto}.screenshot-grid-item{flex:0 0 auto;width:240px;display:flex;justify-content:center}.screenshot-frame-placeholder{height:100%;padding:10px 8px;display:flex;flex-direction:column;gap:8px;position:relative}.screenshot-frame-screen-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--gold-light);text-align:center}.screenshot-frame-soon{margin-top:auto;font-size:.5625rem;color:var(--text-subtle);text-align:center;text-transform:uppercase;letter-spacing:.04em}.screenshot-frame-caption{margin-top:10px;font-size:.8125rem;color:var(--text-muted)}.screen-ph-bar{height:8px;border-radius:4px;background:#d4af3733}.screen-ph-chip-row{display:flex;gap:6px}.screen-ph-chip{flex:1;height:6px;border-radius:3px;background:var(--border)}.screen-ph-card{height:24px;border-radius:6px;background:var(--border)}.screen-ph-card-accent{background:#d4af3726;border:1px solid var(--gold-border)}.screen-ph-row{display:flex;align-items:center;gap:6px}.screen-ph-avatar{width:18px;height:18px;border-radius:50%;background:#d4af3740;flex-shrink:0}.screen-ph-avatar-lg{width:28px;height:28px}.screen-ph-lines{flex:1;display:flex;flex-direction:column;gap:4px}.screen-ph-lines span{height:4px;border-radius:2px;background:var(--border)}.screen-ph-lines-center{align-items:center}.screen-ph-price{width:24px;height:8px;border-radius:2px;background:#d4af374d}.screen-ph-profile{display:flex;flex-direction:column;align-items:center;gap:6px}.screen-ph-badge-row{display:flex;justify-content:center;gap:6px}.screen-ph-badge{width:32px;height:6px;border-radius:3px;background:#d4af3733}.screen-ph-status{height:10px;border-radius:4px;background:#d4af3733}.screen-ph-timeline{display:flex;align-items:center;justify-content:center;gap:2px;padding:4px 0}.screen-ph-dot{width:6px;height:6px;border-radius:50%;background:var(--border)}.screen-ph-dot-active{background:var(--gold-light)}.screen-ph-line{width:12px;height:2px;background:var(--border)}.screen-ph-shield{width:24px;height:24px;margin:4px auto;border-radius:6px;background:#d4af3733;border:1px solid var(--gold-border)}.screen-ph-amount{height:14px;margin:0 12px;border-radius:4px;background:#d4af3726}.screen-ph-btn{height:10px;margin:0 20px;border-radius:4px;background:var(--gradient-gold)}.screen-ph-bar-wide{height:28px}.screen-ph-card-row{display:flex;gap:6px}.screen-ph-card-half{flex:1;height:36px}.screen-ph-card-tall{height:48px}.screen-ph-chip-active{background:#d4af3740;border:1px solid var(--gold-border)}.screen-ph-line-accent{background:#d4af3759!important}.screen-ph-avatar-square{border-radius:6px!important}.screen-ph-row-lg{padding:4px 0}.screen-ph-bubble{height:20px;border-radius:10px;background:var(--border);width:70%}.screen-ph-bubble-left{align-self:flex-start}.screen-ph-bubble-right{align-self:flex-end;background:#d4af3733;border:1px solid var(--gold-border);margin-left:auto}.screen-ph-bubble-sm{height:14px;width:50%}.screen-ph-bar-input{margin-top:auto;height:12px;border-radius:6px}.screen-ph-star{width:10px;height:10px;background:var(--gold-light);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);flex-shrink:0}.screen-ph-dot-inline{display:block;margin:8px 0 0 8px}.screen-ph-stars{display:flex;gap:3px;justify-content:center}.screen-ph-stars span{width:8px;height:8px;background:var(--gold-light);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.app-gallery-section{padding:80px 0;border-top:1px solid var(--border-gold);background:linear-gradient(180deg,rgba(212,175,55,.03) 0%,transparent 100%)}.app-gallery-category{margin-bottom:48px}.app-gallery-category:last-of-type{margin-bottom:24px}.app-gallery-category-title{margin:0 0 20px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gold-muted);text-align:center}.app-gallery-note{text-align:center;font-size:.8125rem;color:var(--text-subtle);line-height:1.65;max-width:640px;margin:8px auto 0}.text-link-inline{color:var(--gold-light);font-weight:600;text-decoration:underline;text-underline-offset:3px}.text-link-inline:hover{color:var(--text)}.download-store-note{text-align:center;font-size:.9375rem;color:var(--text-muted);max-width:520px;margin:0 auto 28px}.contact-jump-nav{margin-top:24px}.contact-form-section,.contact-channels-section,.contact-hours-section,.contact-department-card{scroll-margin-top:96px}.contact-form{padding:28px;display:flex;flex-direction:column;gap:20px}.contact-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.contact-field{display:flex;flex-direction:column;gap:6px}.contact-label{display:block;font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.contact-input{width:100%;padding:14px 16px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-graphite);color:var(--text);font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.contact-input::placeholder{color:var(--text-subtle)}.contact-input:focus{outline:none;border-color:var(--gold-border-strong);box-shadow:0 0 0 3px #d4af3726}.contact-input--error{border-color:#f87171}.contact-field-error{font-size:.8rem;color:#f87171}.contact-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23d4af37' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px;cursor:pointer}.contact-textarea{resize:vertical;min-height:140px;line-height:1.6}.contact-form-note{margin:0;font-size:.8125rem;color:var(--text-subtle);line-height:1.6}.contact-form-note a{color:var(--gold-light)}.contact-form-mail-hint{margin:12px 0 0;font-size:.8125rem;color:var(--text-subtle);line-height:1.6}.contact-compose-fallback{margin-top:16px;padding:16px;border:1px solid rgba(212,175,55,.35);border-radius:12px;background:#d4af370f}.contact-compose-fallback-title{margin:0 0 12px;font-size:.875rem;color:var(--text);line-height:1.5}.contact-compose-actions{display:flex;flex-wrap:wrap;gap:10px}.contact-form-submit{align-self:flex-start}.contact-field-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.contact-form-error{margin:0}.contact-form-success{display:flex;flex-direction:column;gap:16px;border-color:var(--gold-border-strong)}.contact-form-success-title{margin:0;font-size:1.25rem;color:var(--gold-light)}.contact-form-success-text{margin:0;color:var(--text-muted);line-height:1.65}.contact-departments-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.contact-department-card{display:flex;flex-direction:column;gap:10px}.contact-department-card h3{margin:0;font-size:1.0625rem;color:var(--gold-light)}.contact-department-card p{margin:0;flex:1;font-size:.9375rem;color:var(--text-muted);line-height:1.65}.contact-department-email{font-size:.9375rem;font-weight:600;color:var(--gold);word-break:break-all}.contact-department-email:hover{color:var(--gold-light)}.contact-department-cta{margin-top:8px;width:100%}.contact-hours-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:16px}.contact-hours-card h3{margin:0 0 8px;font-size:1rem;color:var(--gold-light)}.contact-hours-time{margin:0 0 8px;font-size:1.0625rem;font-weight:600;color:var(--text)}.contact-hours-note{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.6}.contact-hours-sla{margin:0;text-align:center;font-size:.875rem;color:var(--gold-muted)}.contact-extra-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.contact-extra-wide{grid-column:1 / -1}.contact-inline-email{display:inline-block;font-size:1.0625rem;font-weight:600;color:var(--gold);margin-bottom:8px}.contact-inline-email:hover{color:var(--gold-light)}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:48px}.contact-card h3{font-size:1rem;margin:0 0 8px;color:var(--gold-light)}.contact-card a{font-size:1.0625rem;font-weight:600;color:var(--gold)}.contact-card a:hover{color:var(--gold-light)}.contact-card p{color:var(--text-muted);font-size:.9375rem;margin:12px 0 0}.info-box{background:var(--surface);border:1px solid var(--border-gold);border-radius:var(--radius);padding:28px;position:relative}.info-box:before{content:"";position:absolute;top:0;left:24px;right:24px;height:1px;background:linear-gradient(90deg,transparent,var(--gold-border-strong),transparent)}.info-box h3{margin:0 0 16px;font-size:1.125rem;color:var(--gold-light)}.info-box ol,.info-box ul{margin:0;padding-left:20px;color:var(--text-muted)}.info-box li{margin-bottom:10px}.info-box li::marker{color:var(--gold-muted)}.info-box .note{margin-top:20px;padding-top:20px;border-top:1px solid var(--border-gold);font-size:.875rem;color:var(--text-subtle)}.legal-doc{max-width:760px;margin:0 auto}.legal-meta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--border-gold);font-size:.875rem;color:var(--text-muted)}.legal-meta span{padding:4px 12px;background:#d4af3714;border:1px solid var(--gold-border);border-radius:999px}.legal-content h2{font-size:1.25rem;font-weight:600;margin:32px 0 16px;color:var(--gold-light);padding-bottom:8px;border-bottom:1px solid var(--border)}.legal-content h2:first-child{margin-top:0}.legal-content p{color:var(--text-muted);margin:0 0 16px;line-height:1.75;overflow-wrap:break-word}.legal-content ul{color:var(--text-muted);margin:0 0 16px;padding-left:24px}.legal-content li{margin-bottom:8px}.legal-content li::marker{color:var(--gold-muted)}.legal-content strong{color:var(--text)}.legal-content hr{border:none;border-top:1px solid var(--border-gold);margin:24px 0}.legal-notice{background:#d4af3714;border:1px solid var(--gold-border-strong);border-radius:var(--radius-sm);padding:16px 20px;margin-bottom:24px;font-size:.9375rem;color:var(--gold-light)}.privacy-doc{max-width:820px}.privacy-jump-nav{margin-top:24px}.privacy-intro{margin-bottom:32px;padding:28px;border-color:var(--gold-border)}.privacy-intro-title{margin:0 0 16px;font-size:1.25rem;color:var(--gold-light)}.privacy-intro-text,.privacy-intro-note{margin:0 0 12px;color:var(--text-muted);line-height:1.75}.privacy-intro-note{margin-bottom:0;font-size:.875rem;color:var(--text-subtle)}.privacy-sections{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.privacy-section{scroll-margin-top:96px;padding:28px}.privacy-section-title{margin:0 0 16px;font-size:1.25rem;font-weight:600;color:var(--gold-light);padding-bottom:8px;border-bottom:1px solid var(--border)}.privacy-section-text{margin:0 0 16px;color:var(--text-muted);line-height:1.75;font-size:.9375rem}.privacy-section-list{margin:0 0 16px;padding-left:24px;color:var(--text-muted);line-height:1.75;font-size:.9375rem}.privacy-section-list li{margin-bottom:8px}.privacy-section-list li::marker{color:var(--gold-muted)}.privacy-subsection{margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.privacy-subsection-title{margin:0 0 12px;font-size:1rem;font-weight:600;color:var(--text)}.privacy-cta-section{margin-bottom:40px}.privacy-cta-section .cta-box{padding:40px 28px;text-align:center}.privacy-cta-section h2{margin:0 0 12px;font-size:1.375rem;color:var(--gold-light)}.privacy-cta-section p{color:var(--text-muted);line-height:1.65;max-width:560px;margin:0 auto 24px}.privacy-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.pp-jump-nav{margin-top:24px}.pp-intro{padding:28px;border-color:var(--gold-border)}.pp-flow-section{scroll-margin-top:96px;padding:40px 28px;border-radius:var(--radius)}.pp-flow-scroll{overflow-x:auto;padding-bottom:12px;-webkit-overflow-scrolling:touch}.pp-flow-timeline{list-style:none;margin:0;padding:4px 0;display:flex;flex-wrap:nowrap;gap:8px;align-items:stretch;min-width:min-content}.pp-flow-item{display:flex;align-items:center;gap:8px;flex:0 0 auto}.pp-flow-card{width:200px;height:100%}.pp-flow-card-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.pp-flow-step-number{width:28px;height:28px;border-radius:50%;background:var(--gradient-gold);color:#0a0a0a;font-weight:700;font-size:.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pp-flow-role{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gold-muted)}.pp-flow-card h3{margin:0 0 8px;font-size:.9375rem;color:var(--text)}.pp-flow-card p{margin:0;font-size:.8125rem;color:var(--text-muted);line-height:1.6}.pp-flow-arrow{flex-shrink:0;color:var(--gold-muted);font-size:1.25rem;font-weight:600;padding:0 4px}.pp-benefits-section,.pp-faq-section{scroll-margin-top:96px}.pp-mediation-section{padding:64px 0;scroll-margin-top:80px}.pp-mediation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:20px}.pp-mediation-card{display:flex;flex-direction:column;gap:8px}.pp-mediation-card-header{display:flex;align-items:flex-start;gap:10px}.pp-mediation-step{width:28px;height:28px;border-radius:50%;background:var(--gradient-gold);color:#0a0a0a;font-weight:700;font-size:.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.pp-mediation-card-header h3{margin:0;font-size:1rem;color:var(--gold-light);line-height:1.35}.pp-mediation-card p{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.65}.pp-mediation-note{text-align:center;font-size:.8125rem;color:var(--text-subtle);max-width:640px;margin:0 auto}.cr-jump-nav{margin-top:24px}.cr-dual-cta{margin:48px 0 40px}.cr-dual-cta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.cr-dual-cta .cta-box{padding:36px 28px;text-align:center;height:100%;display:flex;flex-direction:column;align-items:center}.cr-dual-cta h2{margin:0 0 12px;font-size:1.25rem;color:var(--gold-light)}.cr-dual-cta p{margin:0 0 24px;color:var(--text-muted);line-height:1.65;flex:1}.cr-dual-cta .btn{margin-top:auto}.mediation-support-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;width:100%}.cta-section{padding:88px 0;text-align:center}.cta-box{background:var(--gradient-gold-subtle);border:1px solid var(--gold-border-strong);border-radius:var(--radius);padding:56px 32px;max-width:720px;margin:0 auto;box-shadow:0 0 40px #d4af3714;position:relative}.cta-box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius);padding:1px;background:linear-gradient(135deg,var(--gold-border-strong),transparent,var(--gold-border));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.cta-box h2{font-size:1.75rem;margin:0 0 16px;color:var(--text)}.cta-box p{color:var(--text-muted);margin:0 0 28px}.site-footer{background:var(--bg-graphite);border-top:1px solid var(--border-gold);padding:56px 0 32px;margin-top:auto;position:relative}.site-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.5}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-grid-complete{grid-template-columns:minmax(240px,1.5fr) repeat(4,minmax(130px,1fr));gap:32px 28px;align-items:start}.footer-brand-desc{color:var(--text-muted);font-size:.9375rem;line-height:1.7;margin:16px 0 8px;max-width:360px}.footer-brand-note{color:var(--gold-muted);font-size:.8125rem;margin:0 0 20px;max-width:320px}.footer-link{color:var(--text-muted);font-size:.9375rem;transition:color .2s ease}.footer-link:hover{color:var(--gold-light)}.footer-social{margin-top:8px}.footer-social-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gold-muted);margin:0 0 12px}.footer-social-row{display:flex;flex-wrap:wrap;gap:10px}.footer-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:1px solid var(--border-gold);background:#d4af370f;color:var(--gold-light);transition:border-color .2s ease,background .2s ease,color .2s ease}.footer-social-link svg{width:20px;height:20px}.footer-social-link:hover{border-color:var(--gold-border-strong);background:#d4af371f;color:var(--text)}.footer-social-link-soon{opacity:.55;cursor:default}.footer-social-link-soon:hover{border-color:var(--border-gold);background:#d4af370f;color:var(--gold-light)}.footer-social-note{margin:10px 0 0;font-size:.75rem;color:var(--text-subtle)}.footer-app{grid-column:1 / -1;padding:28px;border:1px solid var(--border-gold);border-radius:var(--radius);background:linear-gradient(180deg,rgba(212,175,55,.04) 0%,transparent 100%)}.footer-app h4{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gold-muted);margin:0 0 20px}.footer-app-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px 32px}.footer-app .store-badges{flex:1;min-width:260px}.footer-app-note{margin:16px 0 0;font-size:.8125rem;color:var(--text-subtle);text-align:center}.qr-block-compact{text-align:center}.qr-block-compact .qr-image{width:96px;height:96px}.qr-caption-compact{font-size:.75rem;margin-top:8px}.footer-copyright{margin:0}.footer-bottom-meta{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.footer-domain{color:var(--gold-muted);font-size:.8125rem}.footer-domain:hover{color:var(--gold-light)}.footer-version{font-size:.75rem;color:var(--text-subtle);padding:2px 8px;border:1px solid var(--border);border-radius:999px}.footer-brand p{color:var(--text-muted);font-size:.9375rem;margin:16px 0 0;max-width:320px}.footer-col h4{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gold-muted);margin:0 0 16px}.footer-col ul{list-style:none;margin:0;padding:0}.footer-col li{margin-bottom:10px}.footer-col a{color:var(--text-muted);font-size:.9375rem}.footer-col a:hover,.footer-col .footer-link:hover{color:var(--gold-light)}.footer-bottom{padding-top:24px;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;font-size:.8125rem;color:var(--text-subtle)}.footer-bottom span:last-child{color:var(--gold-muted)}.home-cta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.faq-list{max-width:760px;margin:0 auto}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:12px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.faq-item[open]{border-color:var(--gold-border-strong);box-shadow:0 0 20px #d4af3714}.faq-question{padding:20px 24px;font-weight:600;font-size:1rem;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--text);transition:color .2s;min-width:0;text-align:left}.faq-question:hover{color:var(--gold-light)}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.25rem;color:var(--gold);flex-shrink:0;font-weight:400}.faq-item[open] .faq-question:after{content:"−";color:var(--gold-light)}.faq-answer{margin:0 24px 20px;padding:16px 0 0;color:var(--text-muted);font-size:.9375rem;line-height:1.7;border-top:1px solid var(--border)}.billing-notice{background:#d4af370f;border:1px solid var(--gold-border-strong);border-radius:var(--radius);padding:20px 24px;margin-bottom:40px;font-size:.9375rem;color:var(--text-muted);line-height:1.7;border-left:3px solid var(--gold)}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-bottom:56px}.plan-card{position:relative;display:flex;flex-direction:column}.plan-card-highlighted{border-color:var(--gold-border-strong);box-shadow:var(--shadow),0 0 32px #d4af371f}.plan-card-highlighted:before{opacity:1!important;background:linear-gradient(90deg,var(--gold-border-strong),var(--gold-border),var(--gold-border-strong))!important}.plan-card:has(.plan-badge) h3{padding-right:96px}.plan-badge{position:absolute;top:16px;right:16px;padding:4px 10px;border-radius:6px;background:var(--gradient-gold);color:#0a0a0a;font-size:.75rem;font-weight:700;letter-spacing:.02em}.plan-price{font-size:1.5rem;font-weight:700;background:var(--gradient-gold);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 8px}.plan-audience{font-size:.875rem;color:var(--text-subtle);margin:0 0 16px}.compare-section h2{font-size:1.5rem;margin:0 0 24px;text-align:center;color:var(--text)}.compare-section h2:after{content:"";display:block;width:40px;height:2px;background:var(--gradient-gold);margin:12px auto 0;border-radius:2px}.table-wrapper{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border-gold);max-width:100%;-webkit-overflow-scrolling:touch}.compare-table{width:100%;border-collapse:collapse;font-size:.9375rem;min-width:600px}.compare-table th,.compare-table td{padding:14px 16px;text-align:center;border-bottom:1px solid var(--border)}.compare-table th{background:var(--surface-elevated);font-weight:600;color:var(--gold-light)}.compare-table th:first-child,.compare-table td:first-child{text-align:left;color:var(--text)}.compare-table td{color:var(--text-muted)}.compare-table tbody tr:last-child td{border-bottom:none}.compare-table tbody tr:hover td{background:#d4af370d}.delete-list{margin:0;padding-left:20px;color:var(--text-muted)}.delete-list li{margin-bottom:8px}.delete-list li::marker{color:var(--gold-muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100px;left:16px;z-index:200;padding:12px 20px;background:var(--gradient-gold);color:#0a0a0a;font-weight:600;border-radius:var(--radius-sm);box-shadow:var(--shadow-gold)}.skip-link:focus{top:16px}:focus{outline:none}:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{box-shadow:0 0 0 4px #d4af3733}.nav-link:focus-visible,.footer-link:focus-visible,.footer-social-link:focus-visible{outline-offset:2px}.section-anchor{scroll-margin-top:calc(var(--header-height) + 20px)}.section-cta-center{text-align:center;margin-top:36px}.hero-actions-center{justify-content:center}.text-muted{color:var(--text-muted);margin:0}.stack-gap{display:flex;flex-direction:column;gap:24px}.stack-gap>.info-box+.info-box{margin-top:0}.link-row{margin-top:20px}.info-box-spaced{margin-top:40px}.info-box-spaced-lg{margin-top:48px}.text-muted-gap{margin:0 0 16px}.text-muted-gap-sm{margin:0 0 12px}.container-narrow{max-width:760px}.info-box-stack>.info-box{margin-bottom:24px}.info-box-stack>.info-box:last-child{margin-bottom:0}.section-header-tight{margin-bottom:40px}.steps-grid-spaced{margin-bottom:64px}.btn-row{display:flex;flex-wrap:wrap;gap:12px}.status-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:900px;margin:0 auto}.status-highlight-card{text-align:center;padding:28px 20px;background:var(--surface);border:1px solid var(--gold-border);border-radius:var(--radius);transition:box-shadow .25s,border-color .25s}.status-highlight-card:hover{border-color:var(--gold-border-strong);box-shadow:0 0 24px #d4af371a}.status-highlight-value{display:block;font-size:1.125rem;font-weight:700;color:var(--gold-light);margin-bottom:8px}.status-highlight-label{font-size:.875rem;color:var(--text-muted)}.plan-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.plan-preview-card{padding:24px}.plan-preview-card-highlighted{border-color:var(--gold-border-strong);box-shadow:var(--shadow),0 0 28px #d4af371a}.plan-preview-price{font-size:1.25rem;font-weight:700;background:var(--gradient-gold);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 6px}.plan-preview-benefits{margin:12px 0 0;padding-left:18px;font-size:.875rem;color:var(--text-muted)}.plan-preview-benefits li{margin-bottom:6px}.faq-preview{max-width:760px;margin:0 auto}.store-badges{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.store-badge{display:inline-flex;align-items:center;gap:12px;padding:10px 18px;min-width:200px;min-height:44px;background:var(--surface);border:1px solid var(--gold-border-strong);border-radius:var(--radius-sm);color:var(--text);transition:border-color .2s,box-shadow .2s,transform .2s}.store-badge-disabled,.store-badge-launch{cursor:default}.store-badge-launch{border-color:var(--gold-border-strong);background:#d4af370a}.store-badge-active{cursor:pointer;text-decoration:none;color:var(--text)}.store-badge-active:hover,.store-badge-active:focus-visible{border-color:var(--gold-light);box-shadow:var(--shadow),0 0 20px #d4af372e;transform:translateY(-2px)}.store-badge-active:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px}.store-badge-official-image{display:block;width:auto;height:48px;max-width:100%}.store-badge-soon-positive{color:var(--gold-light);font-weight:600}.store-badge-icon{width:28px;height:28px;color:var(--gold-light);flex-shrink:0}.store-badge-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.store-badge-small{font-size:.625rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.store-badge-large{font-size:1.125rem;font-weight:600}.store-badge-soon{font-size:.6875rem;color:var(--gold-muted);margin-top:2px}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:24px;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.phone-mockup{margin:0;text-align:center}.phone-mockup-screen{aspect-ratio:9 / 16;max-width:160px;margin:0 auto;padding:16px 12px;background:linear-gradient(180deg,var(--surface-elevated) 0%,var(--surface) 100%);border:2px solid var(--gold-border-strong);border-radius:20px;box-shadow:var(--shadow),inset 0 0 24px #d4af370d;display:flex;flex-direction:column;gap:12px}.phone-mockup-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gold-light)}.phone-mockup-lines{display:flex;flex-direction:column;gap:8px;flex:1;justify-content:center}.phone-mockup-lines span{display:block;height:6px;border-radius:3px;background:#d4af3733}.phone-mockup-lines span:nth-child(2){width:80%;margin:0 auto}.phone-mockup-lines span:nth-child(3){width:60%;margin:0 auto}.phone-mockup-caption{margin-top:12px;font-size:.8125rem;color:var(--text-muted)}.download-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px;padding:32px;background:var(--gradient-gold-subtle);border:1px solid var(--gold-border);border-radius:var(--radius)}.qr-block{text-align:center}.qr-image{display:block;margin:0 auto;padding:8px;background:#fff;border-radius:var(--radius-sm);border:2px solid var(--gold-border-strong)}.qr-caption{margin:12px 0 0;font-size:.8125rem;color:var(--text-muted)}.qr-caption strong{color:var(--gold-light)}.app-download-section .section-header{margin-bottom:32px}.app-download-soon-banner{max-width:720px;margin:0 auto 28px;padding:20px 24px;text-align:center;background:#d4af370f;border:1px solid var(--gold-border);border-radius:var(--radius)}.app-download-soon-banner p{margin:12px 0 0;font-size:.9375rem;color:var(--text-muted);line-height:1.65}.app-download-primary-cta{display:flex;justify-content:center;margin-bottom:32px}.page-download-section{border-top:1px solid var(--border-gold)}.app-download-section-compact .download-row{padding:20px;gap:24px}.site-cta-strip{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:32px}.site-cta-strip-btn{min-height:44px}.hero-download-link{border-color:var(--gold-border-strong)}.privacy-subsection-link{margin:12px 0 0}.page-hero-not-found{padding-bottom:48px}.not-found-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:40px}.not-found-actions .btn{min-height:44px}.cta-note{margin:24px 0 0;font-size:.875rem;color:var(--text-subtle)}.btn-header-ghost{padding:10px 16px;font-size:.875rem}.nav-mobile-actions{display:flex;flex-direction:column;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--border-gold)}.nav-mobile-actions .btn{width:100%}@media(max-width:1100px){.nav-desktop,.header-cta .btn{display:none}.menu-toggle{display:flex}.header-inner{gap:16px}}@media(max-width:1024px){.footer-grid-complete{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}.hero-phase1-grid{grid-template-columns:1fr;row-gap:20px}.hero-brand-n-slot{grid-column:1;grid-row:2;height:auto;max-height:280px;margin-bottom:0}.hero-brand-n{max-width:72%;height:auto;max-height:280px}.hero-phase1-grid .hero-lead{grid-row:3}.hero-brand-lower{grid-column:1;grid-row:4;min-height:auto;gap:10px;margin-bottom:0}.hero-brand-wordmark-wrap,.hero-brand-tagline-wrap{width:calc(72% / var(--hero-n-mark-scale));max-width:336px}.hero-brand-tagline-img{width:100%}.hero-phase1-grid .hero-cta-row{grid-row:5}.hero-quick-summary{grid-template-columns:1fr 1fr}.plans-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.hiw-profile-grid,.about-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media(max-width:900px){.nav-desktop .nav-link{padding:8px 10px;font-size:.875rem}}@media(max-width:768px){:root{--header-height: 64px}.hero,.hero-phase1{padding:56px 0 64px}.page-hero{padding:48px 0 40px}.page-content{padding:40px 0 72px}.section{padding:56px 0}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-grid-complete{grid-template-columns:1fr}.footer-app-inner{flex-direction:column;align-items:stretch}.footer-app .store-badges{min-width:0;justify-content:center}.footer-bottom{flex-direction:column;text-align:center}.footer-bottom-meta{justify-content:center}.contact-form-grid{grid-template-columns:1fr}.contact-form-submit{width:100%;align-self:stretch}.plans-grid,.cards-grid-3,.cards-grid-4,.benefits-grid,.problems-grid,.reviews-grid,.builders-grid{grid-template-columns:1fr}.flow-showcase-grid{grid-template-columns:minmax(0,280px);justify-content:center}.steps-grid-home,.steps-grid{grid-template-columns:1fr}.hero-quick-summary{grid-template-columns:1fr 1fr}.hero-cta-row{flex-direction:column;align-items:stretch}.hero-cta-item{max-width:none;width:100%}.profile-cta-row,.cta-button-group,.hero-actions,.btn-row{flex-direction:column;align-items:stretch}.profile-cta-row .btn,.cta-button-item,.hero-actions .btn{width:100%;min-width:0;max-width:none}.cta-button-item{max-width:none}.page-cross-links-row{flex-direction:column;align-items:stretch}.page-cross-links-row .btn{width:100%}.faq-page-links,.hiw-profile-grid,.hiw-chat-grid,.contact-departments-grid,.contact-hours-grid,.contact-extra-grid,.pp-mediation-grid,.cr-dual-cta-grid{grid-template-columns:1fr}.cr-dual-cta .btn{width:100%}.mediation-support-actions,.privacy-cta-actions{flex-direction:column;align-items:stretch}.privacy-cta-actions .btn{width:100%}.table-wrapper:after{content:"Deslize horizontalmente para ver todos os planos →";display:block;text-align:center;font-size:.75rem;color:var(--text-subtle);padding:10px 0 0}.compare-table{font-size:.875rem}.compare-table th,.compare-table td{padding:12px 10px}.card,.contact-form,.info-box,.pp-intro,.pp-flow-section{padding:24px 20px}.faq-question{padding:18px 20px;font-size:1rem}.faq-answer{margin:0 20px 18px}.billing-notice{padding:18px 20px}}@media(max-width:480px){.container{padding-left:max(16px,env(safe-area-inset-left,0px));padding-right:max(16px,env(safe-area-inset-right,0px))}.btn{min-height:48px;padding:14px 20px;font-size:1rem}.brand-logo{height:26px;max-width:140px}.footer-brand .brand-logo{height:24px;max-width:130px}.hero,.hero-phase1{padding:48px 0 56px}.hero-quick-summary{grid-template-columns:1fr}.hero-cta-row .btn{width:100%}.home-planos-links{flex-direction:column;align-items:stretch}.home-planos-links .btn{width:100%}.faq-jump-nav{flex-direction:column;align-items:stretch}.faq-jump-link{text-align:center}.faq-jump-nav,.hiw-jump-nav,.contact-jump-nav,.privacy-jump-nav,.pp-jump-nav,.cr-jump-nav{justify-content:flex-start}.pp-flow-scroll{margin:0 -16px;padding:0 16px 12px}.pp-flow-card{width:min(260px,78vw)}.pp-flow-arrow{transform:rotate(90deg)}.beta-panel{padding:28px 18px}.beta-perks{grid-template-columns:1fr}.screenshots-grid{grid-template-columns:repeat(2,1fr);gap:16px}.screenshot-frame-gallery .screenshot-frame-device,.screenshots-grid-preview .screenshot-frame-device{width:min(220px,42vw);max-width:min(220px,42vw)}.screenshot-grid-item{width:min(220px,42vw)}.app-gallery-grid,.screenshots-grid-preview{gap:16px 12px}.screenshot-frame-device{max-width:100%}.phone-mockup-screen{max-width:130px}.plan-preview-grid,.status-highlights,.trust-grid{grid-template-columns:1fr}.cta-box{padding:36px 20px}.section-header{margin-bottom:36px}.download-row{flex-direction:column;gap:28px;padding:24px 16px}.store-badge{width:100%;max-width:280px;min-width:0;justify-content:center}.auth-card{padding:28px 20px 24px}.auth-title{font-size:1.375rem}.auth-brand{flex-direction:column;text-align:center}.plan-card:has(.plan-badge) h3{padding-right:0;padding-top:28px}}@media(max-width:360px){.container{padding-left:max(12px,env(safe-area-inset-left,0px));padding-right:max(12px,env(safe-area-inset-right,0px))}.screenshots-grid{grid-template-columns:1fr;max-width:200px;margin-left:auto;margin-right:auto}.hero-badge{font-size:.75rem;padding:5px 12px}.faq-jump-link{font-size:.75rem;padding:8px 12px}.store-badge{padding:10px 14px;gap:10px}.store-badge-large{font-size:1rem}}@media(max-width:320px){.brand-logo{height:24px;max-width:120px}.btn{padding:14px 16px;font-size:.9375rem}.card{padding:20px 16px}.compare-table th,.compare-table td{padding:10px 8px;font-size:.8125rem}}@media(orientation:landscape)and (max-height:520px){.hero,.hero-phase1,.page-hero{padding-top:32px;padding-bottom:32px}.nav-mobile.open{max-height:calc(100dvh - var(--header-height))}.auth-page{padding:16px;align-items:flex-start}}@media(min-width:1280px){.container{padding-left:max(32px,env(safe-area-inset-left,0px));padding-right:max(32px,env(safe-area-inset-right,0px))}}@media(min-width:1440px){:root{--max-width: 1200px}}@media(min-width:1920px){:root{--max-width: 1280px}.hero-phase1{padding:96px 0 88px}.section{padding:96px 0}}.auth-page{min-height:100vh;display:grid;place-items:center;padding:32px 20px;background:var(--bg);position:relative;overflow:hidden}.auth-glow{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 70% 45% at 50% 0%,rgba(212,175,55,.14) 0%,transparent 60%),radial-gradient(ellipse 40% 30% at 80% 90%,rgba(212,175,55,.06) 0%,transparent 55%)}.auth-card{position:relative;z-index:1;width:100%;max-width:440px;padding:36px 32px 32px;border-radius:calc(var(--radius) + 4px);border:1px solid var(--border-gold);background:linear-gradient(165deg,var(--surface-elevated) 0%,var(--surface) 100%);box-shadow:var(--shadow),var(--shadow-gold)}.auth-card--narrow{max-width:400px}.auth-brand{display:flex;align-items:center;gap:14px;margin-bottom:28px}.auth-brand--compact{margin-bottom:20px}.auth-brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:var(--gradient-gold);color:#0a0a0a;font-weight:800;font-size:1.35rem;box-shadow:var(--shadow-gold);flex-shrink:0}.auth-brand-name{display:block;font-size:1.25rem;font-weight:700;letter-spacing:.02em;color:var(--text)}.auth-brand-tagline{margin:4px 0 0;font-size:.8rem;color:var(--text-muted);line-height:1.4}.auth-title{margin:0 0 8px;font-size:1.5rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.auth-lead{margin:0 0 24px;font-size:.95rem;color:var(--text-muted);line-height:1.55}.auth-form{display:flex;flex-direction:column;gap:18px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-label{font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.auth-input{width:100%;padding:14px 16px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-graphite);color:var(--text);font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.auth-input::placeholder{color:var(--text-subtle)}.auth-input:focus{outline:none;border-color:var(--gold-border-strong);box-shadow:0 0 0 3px #d4af3726}.auth-input--error{border-color:#f87171}.auth-field-error{font-size:.8rem;color:#f87171}.auth-error{margin:0;padding:12px 14px;border-radius:var(--radius-sm);background:#f871711a;border:1px solid rgba(248,113,113,.35);color:#fca5a5;font-size:.9rem}.auth-row{display:flex;justify-content:flex-end;margin-top:-4px}.auth-link{font-size:.9rem;color:var(--gold-light);transition:color .2s ease}.auth-link:hover{color:var(--text)}.auth-link--strong{font-weight:600}.auth-link--center{display:block;text-align:center;margin-top:8px}.auth-submit{width:100%;margin-top:4px;padding:14px 20px;font-size:1rem}.auth-footer{margin:24px 0 0;text-align:center;font-size:.95rem;color:var(--text-muted)}.auth-back{margin-top:20px;font-size:.85rem;color:var(--text-subtle)}.auth-back:hover{color:var(--gold-light)}.auth-lead code{font-size:.82rem;color:var(--gold-muted);background:#d4af3714;padding:2px 6px;border-radius:4px}.page-loading{display:flex;align-items:center;justify-content:center;min-height:120px;padding:32px 0}.page-loading-spinner{width:32px;height:32px;border:2px solid var(--border-gold);border-top-color:var(--gold-light);border-radius:50%;animation:page-loading-spin .75s linear infinite}@keyframes page-loading-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.screenshot-frame:hover .screenshot-frame-device{transform:none}.screenshot-frame-device{transition:none}.store-badge-active:hover,.store-badge-active:focus-visible{transform:none}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.btn:hover,.card:hover{transform:none}.page-loading-spinner{animation:none;border-top-color:var(--gold-light)}}
