:root{--bg:#f7f6f2;--surface:#fff;--text:#151515;--muted:#4e4c47;--line:rgba(20,20,20,.2);--accent:#9b7b3d;--accent-2:#1d566e;--shadow:0 26px 90px rgba(20,20,20,.16);--theme-page-bg:linear-gradient(180deg,#f7f6f2,#f0eee8);--theme-bg:radial-gradient(circle at 20% 20%,rgba(155,123,61,.16),transparent 34%);--theme-overlay:linear-gradient(90deg,rgba(249,248,244,.88),rgba(249,248,244,.54));--surface-soft:rgba(255,255,255,.9);color-scheme:light}
[data-resolved-mode=dark]{--bg:#151923;--surface:#202532;--text:#fbf7ee;--muted:#d1c8b9;--line:rgba(255,255,255,.22);--shadow:0 24px 86px rgba(0,0,0,.42);--theme-overlay:linear-gradient(90deg,rgba(20,24,34,.88),rgba(20,24,34,.54));--surface-soft:rgba(25,31,43,.86);color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:0;position:relative;min-height:100vh}body:before{content:"";position:fixed;inset:0;z-index:-2;background:var(--theme-page-bg);background-size:cover;background-position:center;pointer-events:none}body.custom-bg-upload:before{background-image:var(--custom-bg-image),var(--theme-page-bg);background-size:var(--custom-bg-size,cover),cover;background-position:var(--custom-bg-position,center),center}body.custom-bg-gradient:before{background:var(--custom-bg-gradient),var(--theme-page-bg)}body:after{content:"";position:fixed;inset:0;z-index:-1;background:color-mix(in srgb,var(--bg) 38%,transparent);pointer-events:none}body.custom-bg-upload:after,body.custom-bg-gradient:after{background:var(--custom-overlay-color,rgba(8,12,18,.34));opacity:var(--custom-overlay-opacity,.34)}a{color:inherit}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--surface) 94%,#fff 6%);color:var(--text);padding:12px 13px;box-shadow:0 1px 0 rgba(255,255,255,.22) inset}textarea{min-height:120px;resize:vertical}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px clamp(18px,5vw,72px);backdrop-filter:blur(18px);background:color-mix(in srgb,var(--bg) 78%,transparent);border-bottom:1px solid var(--line)}.brand{font-weight:800;text-decoration:none;display:inline-flex;align-items:center;min-height:38px}.domain-logo{display:block;width:auto;max-height:56px;object-fit:contain}.hero-logo{display:block;margin:12px 0 6px;max-height:86px;object-fit:contain}.site-header nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.status-pill,.badge{display:inline-flex;align-items:center;border:1px solid var(--line);background:var(--surface-soft);border-radius:999px;padding:7px 11px;color:var(--muted);font-size:13px}.button{display:inline-flex;justify-content:center;align-items:center;min-height:44px;border:0;border-radius:8px;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 78%,#000 22%));color:#fff;text-decoration:none;padding:12px 18px;font-weight:800;cursor:pointer;box-shadow:0 12px 26px color-mix(in srgb,var(--accent) 24%,transparent)}.button.small{min-height:38px;padding:8px 13px}.button.ghost{background:var(--surface-soft);color:var(--text);border:1px solid var(--line);box-shadow:none}.icon-button{width:40px;height:40px;border-radius:8px;border:1px solid var(--line);background:var(--surface-soft);color:var(--text);cursor:pointer}.hero{position:relative;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:32px;padding:clamp(64px,10vw,120px) clamp(18px,5vw,72px);overflow:hidden;border-bottom:1px solid var(--line)}.hero:before{content:"";position:absolute;inset:0;background:var(--theme-overlay),var(--theme-bg);background-size:cover;background-position:center;pointer-events:none}.hero:after{content:"";position:absolute;right:clamp(24px,8vw,110px);top:14%;width:260px;height:260px;border-radius:999px;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 20%,transparent),transparent 68%);filter:blur(8px);opacity:.75;pointer-events:none}.hero>*{position:relative;z-index:1}.hero h1{max-width:880px;margin:16px 0;font-size:clamp(42px,7vw,86px);line-height:.98;letter-spacing:0}.hero p{max-width:760px;color:var(--muted);font-size:clamp(18px,2vw,22px)}.price-row{display:flex;gap:14px;flex-wrap:wrap;margin:26px 0}.price-row div{min-width:190px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);backdrop-filter:blur(14px);padding:15px 18px}.price-row span{display:block;color:var(--muted);font-size:13px}.price-row strong{display:block;font-size:28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.domain-panel{align-self:center;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);backdrop-filter:blur(16px);box-shadow:var(--shadow);padding:28px}.domain-panel strong{display:block;margin:10px 0;font-size:clamp(28px,4vw,46px);overflow-wrap:anywhere}.domain-panel span,.domain-panel p{color:var(--muted)}.section,.interest-band,.promo-banner{padding:72px clamp(18px,5vw,72px)}.section h2,.interest-band h2,.promo-banner h2{font-size:clamp(28px,4vw,46px);line-height:1.05;margin:0 0 24px}.section-intro{max-width:820px;margin:-10px 0 24px;color:var(--muted);font-size:18px}.value-grid,.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.value-grid article,.card-grid article,.note-stack p{border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);backdrop-filter:blur(14px);box-shadow:0 10px 34px rgba(0,0,0,.06);padding:22px}.value-grid span{color:var(--accent);font-weight:900}.card-grid h3{margin-top:0}.promo-banner{display:grid;grid-template-columns:minmax(0,.42fr) minmax(0,1fr);gap:24px;align-items:center;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 14%,var(--surface-soft)),var(--surface-soft));border-block:1px solid var(--line)}.promo-banner img{width:100%;max-height:260px;object-fit:cover;border-radius:8px;border:1px solid var(--line);box-shadow:var(--shadow)}.promo-banner p{max-width:760px;color:var(--muted);font-size:18px}.trusted-ad-code{margin-top:14px}.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.6fr);gap:32px}.steps{display:grid;gap:12px;margin:0;padding-left:22px}.steps li{padding-left:6px}.interest-band{background:linear-gradient(135deg,var(--accent-2),color-mix(in srgb,var(--accent-2) 72%,#000 28%));color:#fff}.interest-band p{max-width:780px;color:rgba(255,255,255,.82);font-size:20px}.inquiry{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1fr);gap:32px}.inquiry-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;background:var(--surface-soft);border:1px solid var(--line);border-radius:8px;padding:18px;backdrop-filter:blur(16px)}.wide{grid-column:1/-1}.field-help{display:block;margin-top:7px;color:var(--muted);font-size:13px;line-height:1.35}.consent{display:flex;gap:10px;align-items:flex-start}.consent input{width:auto;margin-top:5px}.trap{position:absolute;left:-10000px;opacity:0}.alert{border-radius:8px;padding:12px 14px;margin:14px 0}.alert.error{background:#fff0f0;color:#8b1d1d}.alert.success{background:#eef9f0;color:#196b2f}.site-footer{display:flex;gap:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:28px clamp(18px,5vw,72px);border-top:1px solid var(--line);background:color-mix(in srgb,var(--bg) 76%,transparent);color:var(--muted)}.powered-by{font-weight:800;text-decoration:none;color:var(--text)}.footer-logo{max-height:42px}
@media (max-width:900px){.hero,.split,.inquiry,.promo-banner{grid-template-columns:1fr}.value-grid,.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header{align-items:flex-start}.site-header nav{gap:8px}.status-pill{display:none}}@media (max-width:560px){.value-grid,.card-grid,.inquiry-form{grid-template-columns:1fr}.hero{padding-top:42px}.hero h1{font-size:42px}.button{width:100%}.site-header nav .button{width:auto}.price-row div{width:100%}}
.buyer-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;margin-top:24px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);backdrop-filter:blur(14px);padding:22px}.buyer-actions h3{margin:0 0 6px}.buyer-actions p{margin:0;color:var(--muted)}.buyer-action-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.payment-note-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.payment-note-grid article{border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);backdrop-filter:blur(14px);box-shadow:0 10px 34px rgba(0,0,0,.06);padding:22px}.payment-note-grid h3{margin-top:0}.transfer-warning{border-left:4px solid var(--accent);background:var(--surface-soft);border-radius:8px;margin:16px 0 0;padding:14px 16px;color:var(--muted)}@media (max-width:900px){.buyer-actions{grid-template-columns:1fr}.buyer-action-buttons{justify-content:flex-start}.payment-note-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.payment-note-grid{grid-template-columns:1fr}}
.value-grid article,.card-grid article,.note-stack p,.payment-note-grid article,.domain-panel,.price-row div,.inquiry-form,.buyer-actions,.transfer-warning,.status-pill,.badge,.button.ghost{background:var(--surface-soft);border-color:var(--line);box-shadow:0 16px 44px rgba(20,20,20,.11)}
body[data-resolved-mode=dark]:after{background:rgba(14,18,28,.34)}
body[data-resolved-mode=dark] .value-grid article,body[data-resolved-mode=dark] .card-grid article,body[data-resolved-mode=dark] .note-stack p,body[data-resolved-mode=dark] .payment-note-grid article,body[data-resolved-mode=dark] .domain-panel,body[data-resolved-mode=dark] .price-row div,body[data-resolved-mode=dark] .inquiry-form,body[data-resolved-mode=dark] .buyer-actions,body[data-resolved-mode=dark] .transfer-warning{box-shadow:0 18px 50px rgba(0,0,0,.34)}
.why-purchase{background:linear-gradient(135deg,color-mix(in srgb,var(--surface-soft) 88%,#fff 12%),color-mix(in srgb,var(--accent) 8%,var(--surface-soft)));border-block:1px solid var(--line)}
.why-copy{max-width:920px;display:grid;gap:14px}.why-copy p{margin:0;color:var(--muted);font-size:18px;background:var(--surface-soft);border:1px solid var(--line);border-radius:8px;padding:18px 20px;box-shadow:0 14px 38px rgba(20,20,20,.1)}
.why-bullets{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}.why-bullets article{border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);padding:18px;box-shadow:0 14px 38px rgba(20,20,20,.1)}.why-bullets strong{display:block;color:var(--text);font-size:16px}
.why-cta{max-width:820px;margin:18px 0 0;color:var(--text);font-weight:800;font-size:18px}
@media (max-width:900px){.why-bullets{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.why-bullets{grid-template-columns:1fr}}
/* v1.6.4 promo banner polish */
.promo-banner{width:min(1120px,calc(100% - 36px));margin:34px auto;padding:20px 24px;min-height:118px;display:grid;grid-template-columns:minmax(180px,280px) minmax(0,1fr);gap:22px;align-items:center;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 12%,var(--surface-soft)),var(--surface-soft));border-block:1px solid var(--line)}
.promo-banner.no-promo-image{grid-template-columns:1fr}.promo-banner img{width:100%;max-height:126px;aspect-ratio:16/7;object-fit:cover}.promo-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 22px;align-items:center}.promo-copy h2{grid-column:1;margin:0;font-size:clamp(22px,3vw,34px)}.promo-copy p{grid-column:1;margin:0;max-width:none;font-size:16px}.promo-copy .button{grid-column:2;grid-row:1/3;white-space:nowrap}.promo-banner.ad-only{display:flex;justify-content:center;min-height:96px;padding:14px 18px}.trusted-ad-code{grid-column:1/-1;margin:0;display:flex;justify-content:center;align-items:center;max-height:323px;overflow:auto}.trusted-ad-code iframe,.trusted-ad-code img,.trusted-ad-code ins{max-width:100%}
@media (max-width:760px){.promo-banner{width:auto;margin:24px 18px;padding:18px;grid-template-columns:1fr;text-align:center}.promo-banner img{max-height:180px}.promo-copy{grid-template-columns:1fr;text-align:center}.promo-copy h2,.promo-copy p,.promo-copy .button{grid-column:auto;grid-row:auto}.promo-copy .button{width:100%}}

/* v1.6.7 public lander stacked/full-width polish */
.content-section{display:block}.value-grid.count-1,.card-grid.count-1,.payment-note-grid.count-1{grid-template-columns:minmax(0,1fr)}.value-grid.count-2,.card-grid.count-2,.payment-note-grid.count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.value-grid.count-1 article,.card-grid.count-1 article,.payment-note-grid.count-1 article{max-width:980px;width:100%}.why-purchase{display:block}.why-copy,.why-cta{max-width:1120px}.why-bullets.count-1,.note-stack.count-1{grid-template-columns:minmax(0,1fr)}.stack-when-empty{align-items:start}.buyer-actions.buttons-only{grid-template-columns:1fr}.buyer-actions.buttons-only .buyer-action-buttons{justify-content:center}.promo-banner{max-width:1180px;grid-template-columns:minmax(220px,360px) minmax(0,1fr);justify-content:center}.promo-banner.media-only{display:flex;justify-content:center;text-align:center}.promo-banner.media-only img{width:min(100%,980px);max-height:260px;aspect-ratio:auto;object-fit:contain}.promo-copy{width:100%;grid-template-columns:minmax(0,1fr) auto}.promo-copy h2,.promo-copy p,.trusted-ad-code{grid-column:1/-1;text-align:center}.promo-copy .button{justify-self:center;grid-column:1/-1;grid-row:auto}.promo-banner:not(.no-promo-image) .promo-copy h2,.promo-banner:not(.no-promo-image) .promo-copy p{text-align:left}.promo-banner:not(.no-promo-image) .promo-copy .button{justify-self:start}.trusted-ad-code{width:100%;margin-top:10px}.trusted-ad-code>*{margin-inline:auto}@media (min-width:901px){.value-grid.count-3,.card-grid.count-3{grid-template-columns:repeat(3,minmax(0,1fr))}.value-grid.count-2 article,.card-grid.count-2 article{min-height:100%}}@media (max-width:900px){.value-grid.count-2,.card-grid.count-2,.payment-note-grid.count-2{grid-template-columns:1fr}.promo-banner:not(.no-promo-image) .promo-copy h2,.promo-banner:not(.no-promo-image) .promo-copy p{text-align:center}.promo-banner:not(.no-promo-image) .promo-copy .button{justify-self:center}}

/* v1.6.8 promo/background render fix */
body.custom-bg-upload .hero:before{background:var(--theme-overlay),var(--custom-bg-image),var(--theme-bg);background-size:cover,var(--custom-bg-size,cover),cover;background-position:center,var(--custom-bg-position,center),center;background-repeat:no-repeat}
.promo-banner--ad-code{width:min(1200px,calc(100% - 36px));max-width:1200px;margin:34px auto;padding:0;display:block;min-height:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible;text-align:center}
.promo-banner--ad-code.has-promo-text{padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);box-shadow:0 16px 44px rgba(20,20,20,.11)}
.promo-banner__ad-code{width:100%;display:flex;justify-content:center;align-items:center;overflow:visible;line-height:normal}
.promo-banner__ad-code>*,.promo-banner__ad-code iframe,.promo-banner__ad-code img,.promo-banner__ad-code ins,.promo-banner__ad-code a{max-width:100%;margin-inline:auto}
.promo-banner__ad-code img{height:auto;max-height:none;aspect-ratio:auto;object-fit:contain;border:0;box-shadow:none}
.promo-banner__ad-code iframe{display:block;border:0}
.promo-banner--standard{overflow:visible}.promo-banner__media{display:flex;justify-content:center;align-items:center;min-width:0;width:100%}
.promo-banner--standard .promo-banner__media img,.promo-banner--image-only .promo-banner__media img{display:block;width:auto;max-width:100%;height:auto;max-height:none;aspect-ratio:auto;object-fit:contain}
.promo-banner--image-only{display:flex;justify-content:center;align-items:center;padding:16px 18px;min-height:0}
.promo-copy--below{display:grid;grid-template-columns:1fr;justify-items:center;text-align:center;gap:10px;margin-top:14px}
.promo-copy--below h2,.promo-copy--below p,.promo-copy--below .button{grid-column:auto;grid-row:auto;text-align:center;justify-self:center}
.trusted-ad-code{max-height:none;overflow:visible}
@media (max-width:760px){.promo-banner--ad-code{width:auto;margin:24px 18px}.promo-banner--ad-code.has-promo-text{padding:16px}.promo-banner--standard .promo-banner__media img,.promo-banner--image-only .promo-banner__media img{max-width:100%;max-height:none}}
