* { box-sizing: border-box; }
[hidden] { display: none !important; }
:root { color-scheme: dark; --blue:#0a84ff; --text:#f5f5f7; --muted:#9a9aa1; --line:rgba(255,255,255,.1); }
body { margin:0; min-height:100vh; padding:34px 20px 60px; overflow-x:hidden; color:var(--text); background:#000 radial-gradient(circle at 50% -18%,#1b1d22 0%,#050506 45%,#000 78%); font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif; }
button,input,select,textarea { font:inherit; }
.commerce-page { width:100%; max-width:1160px; margin:0 auto; }
.commerce-header { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-bottom:58px; }
.commerce-brand { display:inline-flex; align-items:center; }
.commerce-brand img { display:block; width:320px; max-width:72vw; height:auto; filter:drop-shadow(0 0 6px rgba(10,132,255,.22)); }
.commerce-back { flex:0 0 auto; padding:10px 16px; border:1px solid var(--line); border-radius:999px; color:#b2b2b8; text-decoration:none; font-size:14px; transition:.2s ease; }
.commerce-back:hover { color:#fff; background:rgba(255,255,255,.075); transform:translateY(-1px); }
.commerce-hero { max-width:820px; margin:0 auto 46px; text-align:center; }
.eyebrow { display:inline-block; margin-bottom:13px; color:#62b4ff; font-size:12px; font-weight:750; letter-spacing:.12em; text-transform:uppercase; }
.commerce-hero h1,.section-heading h1 { margin:0 0 18px; font-family:'Playfair Display',serif; font-size:clamp(43px,5.2vw,68px); line-height:1.04; letter-spacing:-.035em; }
.commerce-hero p,.section-heading p { max-width:720px; margin:0 auto; color:var(--muted); font-size:17px; line-height:1.6; }
.commerce-loading { display:flex; align-items:center; justify-content:center; gap:11px; min-height:180px; color:#a8a8ae; font-size:14px; }
.commerce-spinner,.button-spinner { width:18px; height:18px; border:2px solid rgba(10,132,255,.2); border-top-color:#67d4ff; border-radius:50%; animation:commerce-spin .8s linear infinite; }
@keyframes commerce-spin { to { transform:rotate(360deg); } }
.plans-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; align-items:stretch; }
.plan-card { position:relative; display:flex; flex-direction:column; min-height:560px; padding:34px; overflow:hidden; border:1px solid var(--line); border-radius:30px; background:linear-gradient(150deg,rgba(38,39,44,.9),rgba(18,19,22,.86)); box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 24px 60px rgba(0,0,0,.28); backdrop-filter:blur(22px); transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.plan-card::before { content:""; position:absolute; width:260px; height:260px; top:-140px; right:-110px; border-radius:50%; background:radial-gradient(circle,rgba(10,132,255,.2),transparent 68%); pointer-events:none; }
.plan-card:hover { transform:translateY(-4px); border-color:rgba(103,212,255,.2); box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 30px 72px rgba(0,0,0,.36); }
.plan-card.featured { border-color:rgba(10,132,255,.36); box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 26px 68px rgba(10,132,255,.13); }
.plan-badge,.summary-badge { align-self:flex-start; display:inline-flex; padding:6px 10px; border:1px solid rgba(255,255,255,.11); border-radius:999px; color:#c8c8ce; background:rgba(255,255,255,.06); font-size:11px; font-weight:750; letter-spacing:.09em; text-transform:uppercase; }
.featured .plan-badge,.summary-badge { color:#7bc2ff; border-color:rgba(10,132,255,.26); background:rgba(10,132,255,.11); }
.plan-card h2 { margin:20px 0 8px; font-size:30px; letter-spacing:-.025em; }
.plan-description,.summary-description { margin:0 0 23px; color:#9b9ba1; font-size:14px; line-height:1.55; }
.plan-price { display:flex; align-items:baseline; gap:7px; margin-bottom:25px; }
.plan-price strong { font-size:50px; line-height:1; letter-spacing:-.045em; }
.plan-price span { color:#85858b; font-size:14px; }
.feature-list { display:grid; gap:13px; margin:0 0 30px; padding:23px 0 0; border-top:1px solid rgba(255,255,255,.075); list-style:none; }
.feature-list li { position:relative; padding-left:27px; color:#d4d4d9; font-size:14px; line-height:1.45; }
.feature-list li::before { content:"✓"; position:absolute; left:0; top:-1px; display:grid; place-items:center; width:18px; height:18px; border-radius:50%; color:#7dc4ff; background:rgba(10,132,255,.1); font-size:11px; font-weight:800; }
.feature-list .feature-exclusive { color:#f3f8ff; font-weight:650; }
.feature-list .feature-exclusive::before { content:"◆"; color:#9fd4ff; border:1px solid rgba(103,212,255,.3); background:linear-gradient(135deg,rgba(10,132,255,.32),rgba(103,212,255,.12)); box-shadow:0 0 14px rgba(10,132,255,.15); font-size:8px; }
.feature-legend { margin:-13px 0 24px; color:#747b84; font-size:11px; line-height:1.5; }
.plan-select,.primary-action { display:inline-flex; align-items:center; justify-content:center; gap:10px; width:100%; min-height:48px; margin-top:auto; border:1px solid rgba(255,255,255,.13); border-radius:15px; color:#fff; background:rgba(255,255,255,.075); text-decoration:none; font-weight:700; cursor:pointer; transition:.2s ease; }
.plan-select:hover { background:rgba(255,255,255,.12); transform:translateY(-1px); }
.featured .plan-select,.primary-action { border-color:rgba(255,255,255,.18); background:linear-gradient(135deg,#0a84ff,#0064db); box-shadow:0 12px 28px rgba(10,132,255,.25),inset 0 1px 0 rgba(255,255,255,.2); }
.featured .plan-select:hover,.primary-action:hover { transform:translateY(-1px); box-shadow:0 16px 34px rgba(10,132,255,.34),inset 0 1px 0 rgba(255,255,255,.22); }
.tax-notice { margin:26px auto 0; color:#828288; text-align:center; font-size:13px; line-height:1.5; }
.google-notice { display:flex; align-items:flex-start; gap:12px; max-width:850px; margin:28px auto 0; padding:16px 18px; border:1px solid rgba(255,255,255,.075); border-radius:17px; color:#898990; background:rgba(255,255,255,.035); font-size:12px; line-height:1.55; }
.google-notice p { margin:0; }
.notice-icon { display:grid; place-items:center; flex:0 0 22px; width:22px; height:22px; border-radius:50%; color:#8ec9ff; background:rgba(10,132,255,.11); font-weight:750; }
.commerce-message { padding:14px 16px; border-radius:14px; font-size:14px; line-height:1.5; }
.commerce-message.error { color:#ffaaa4; border:1px solid rgba(255,69,58,.22); background:rgba(255,69,58,.08); }
.commerce-message button,.commerce-message a { border:0; padding:0; color:inherit; background:none; text-decoration:underline; cursor:pointer; }
.checkout-layout { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr); gap:28px; align-items:start; }
.signup-section,.order-summary { border:1px solid var(--line); border-radius:28px; background:linear-gradient(150deg,rgba(34,35,39,.86),rgba(17,18,21,.82)); box-shadow:0 24px 64px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.055); backdrop-filter:blur(22px); }
.signup-section { padding:34px; }
.section-heading { margin-bottom:30px; }
.section-heading h1 { font-size:clamp(37px,4vw,52px); }
.section-heading p { margin:0; font-size:15px; }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.form-field { min-width:0; }
.form-field.full { grid-column:1/-1; }
.form-field label { display:block; margin:0 0 8px; color:#d7d7dc; font-size:13px; font-weight:650; }
.form-field label span { color:#77777d; font-weight:500; }
.form-field input,.form-field select { width:100%; min-height:47px; padding:12px 13px; border:1px solid rgba(255,255,255,.11); border-radius:13px; outline:0; color:#f5f5f7; background:rgba(0,0,0,.25); transition:border-color .2s ease,box-shadow .2s ease,background .2s ease; }
.form-field input:focus,.form-field select:focus { border-color:rgba(10,132,255,.65); background:rgba(0,0,0,.38); box-shadow:0 0 0 3px rgba(10,132,255,.12); }
.form-field.invalid input,.form-field.invalid select { border-color:rgba(255,69,58,.58); box-shadow:0 0 0 3px rgba(255,69,58,.08); }
.password-field { position:relative; }
.password-field input { padding-right:83px; }
.password-reveal { position:absolute; top:50%; right:8px; transform:translateY(-50%); padding:7px 8px; border:0; border-radius:9px; color:#9bcbff; background:rgba(10,132,255,.09); font-size:11px; font-weight:700; cursor:pointer; }
.field-hint { display:block; margin-top:6px; color:#737379; font-size:11px; }
.field-error { display:block; min-height:0; margin-top:6px; color:#ff8d86; font-size:11px; line-height:1.35; }
.field-error:empty { display:none; }
.legal-check { display:flex; align-items:flex-start; gap:11px; margin:24px 0 0; color:#b8b8be; font-size:13px; line-height:1.45; cursor:pointer; }
.legal-check input { flex:0 0 17px; width:17px; height:17px; margin:1px 0 0; accent-color:var(--blue); }
.legal-error { margin-left:28px; }
.primary-action { margin-top:22px; }
.primary-action:disabled { opacity:.65; cursor:wait; transform:none; }
.button-spinner { display:none; width:16px; height:16px; border-color:rgba(255,255,255,.3); border-top-color:#fff; }
.primary-action.loading .button-spinner { display:block; }
.secure-note { margin:12px 0 0; color:#74747a; text-align:center; font-size:11px; }
.order-summary { position:sticky; top:24px; padding:28px; }
.summary-title { display:flex; align-items:flex-start; justify-content:space-between; gap:15px; margin:20px 0 12px; }
.summary-title span { color:#88888e; font-size:12px; }
.summary-title h2 { margin:4px 0 0; font-size:27px; }
.summary-title a { color:#78bcff; font-size:12px; text-decoration:none; }
.summary-total { display:flex; align-items:flex-end; justify-content:space-between; gap:15px; margin-top:24px; padding-top:21px; border-top:1px solid rgba(255,255,255,.09); }
.summary-total span { color:#aaaab0; font-size:13px; }
.summary-total strong { font-size:27px; letter-spacing:-.035em; }
.tax-notice.compact { margin:11px 0 0; text-align:left; font-size:11px; }
.google-notice.compact { margin:21px 0 0; padding:13px; border-radius:14px; font-size:10px; }
.coming-soon { padding:42px 20px 20px; text-align:center; }
.coming-soon-icon { display:grid; place-items:center; width:52px; height:52px; margin:0 auto 17px; border:1px solid rgba(10,132,255,.2); border-radius:17px; color:#7bc2ff; background:rgba(10,132,255,.1); font-size:23px; }
.coming-soon h2 { margin:0 0 10px; font-size:24px; }
.coming-soon p { max-width:550px; margin:0 auto 20px; color:#99999f; font-size:14px; line-height:1.6; }
.coming-soon a { display:inline-flex; padding:11px 16px; border:1px solid rgba(255,255,255,.11); border-radius:999px; color:#d5d5da; text-decoration:none; }
.multilocal-section { display:grid; grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr); gap:50px; align-items:start; margin-top:76px; padding:40px; border:1px solid rgba(103,212,255,.15); border-radius:30px; background:linear-gradient(145deg,rgba(24,32,45,.88),rgba(13,15,19,.9)); box-shadow:0 30px 75px rgba(0,0,0,.3); }
.multilocal-copy { position:sticky; top:28px; }
.multilocal-copy h2 { margin:0 0 16px; font-family:'Playfair Display',serif; font-size:clamp(34px,4vw,50px); line-height:1.05; letter-spacing:-.035em; }
.multilocal-copy p { margin:0; color:var(--muted); font-size:15px; line-height:1.65; }
.multilocal-form { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.multilocal-form textarea { width:100%; min-height:105px; resize:vertical; padding:12px 13px; border:1px solid rgba(255,255,255,.11); border-radius:13px; outline:0; color:#f5f5f7; background:rgba(0,0,0,.25); transition:border-color .2s ease,box-shadow .2s ease,background .2s ease; }
.multilocal-form textarea:focus { border-color:rgba(10,132,255,.65); background:rgba(0,0,0,.38); box-shadow:0 0 0 3px rgba(10,132,255,.12); }
.multilocal-form .invalid textarea { border-color:rgba(255,69,58,.58); box-shadow:0 0 0 3px rgba(255,69,58,.08); }
.contact-trap { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.multilocal-submit .primary-action { margin-top:0; }
.multilocal-status { min-height:18px; margin:10px 0 0; color:#aaaab0; text-align:center; font-size:12px; line-height:1.45; }
.multilocal-status.success { color:#74dfa7; }
.multilocal-status.error { color:#ff8d86; }
.payment-result-page { max-width:900px; }
.payment-result { max-width:680px; margin:8vh auto 0; padding:48px; border:1px solid var(--line); border-radius:30px; background:linear-gradient(150deg,rgba(35,37,43,.9),rgba(15,16,19,.9)); box-shadow:0 28px 80px rgba(0,0,0,.38); text-align:center; }
.payment-result-icon { display:grid; place-items:center; width:58px; height:58px; margin:0 auto 20px; border:1px solid rgba(10,132,255,.25); border-radius:19px; background:rgba(10,132,255,.1); }
.payment-result.confirmed .payment-result-icon::before { content:"✓"; color:#74dfa7; font-size:27px; font-weight:800; }
.payment-result.confirmed .payment-result-icon .commerce-spinner { display:none; }
.payment-result h1 { margin:0 0 15px; font-family:'Playfair Display',serif; font-size:clamp(40px,6vw,60px); line-height:1.05; letter-spacing:-.035em; }
.payment-result>p { max-width:560px; margin:0 auto; color:#a5a5ac; font-size:16px; line-height:1.65; }
.payment-result .payment-detail { margin-top:12px; color:#717178; font-size:12px; }
.payment-actions { display:flex; align-items:center; justify-content:center; gap:12px; margin-top:28px; }
.payment-actions .primary-action { width:auto; min-width:180px; margin:0; padding:0 24px; }
@media (max-width:860px) { .commerce-header{margin-bottom:42px}.plans-grid,.checkout-layout{grid-template-columns:1fr}.order-summary{position:static;grid-row:1}.plan-card{min-height:auto}.signup-section{padding:28px} }
@media (max-width:860px) { .multilocal-section{grid-template-columns:1fr;gap:30px}.multilocal-copy{position:static} }
@media (max-width:600px) { body{padding:24px 15px 42px}.commerce-header{align-items:flex-start;flex-direction:column;gap:17px}.commerce-back{align-self:flex-start}.commerce-hero{text-align:left}.commerce-hero h1{font-size:41px}.commerce-hero p{font-size:16px}.plan-card,.signup-section,.order-summary,.multilocal-section{padding:23px;border-radius:22px}.form-grid,.multilocal-form{grid-template-columns:1fr}.form-field.full,.multilocal-form .full{grid-column:auto}.plan-price strong{font-size:44px}.summary-total strong{font-size:24px} }
@media (max-width:600px) { .payment-result{margin-top:4vh;padding:30px 22px;border-radius:24px}.payment-actions{flex-direction:column}.payment-actions .primary-action,.payment-actions .commerce-back{width:100%} }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important} }
