:root {
  --ink: #26151f;
  --ink-soft: #412331;
  --plum: #5c3048;
  --rose: #aa6f6d;
  --rose-dark: #865052;
  --gold: #d4af73;
  --gold-light: #ebd2aa;
  --paper: #fffdfb;
  --cream: #f8f0eb;
  --blush: #f3e2dd;
  --white: #ffffff;
  --muted: #746872;
  --line: rgba(38, 21, 31, .12);
  --container: 1180px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow: 0 24px 65px rgba(38, 21, 31, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 10px 15px; border-radius: 8px; background: #fff; color: #111; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header {
  position: relative;
  z-index: 20;
  padding: 15px 0;
  background: var(--ink);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.brand-mark { position: relative; flex: 0 0 46px; width: 46px; height: 46px; }
.brand-mark i, .brand-mark b { position: absolute; top: 9px; width: 27px; height: 27px; border: 2px solid var(--gold-light); border-radius: 50%; }
.brand-mark i { left: 1px; }
.brand-mark b { right: 1px; }
.brand-name { min-width: 0; white-space: nowrap; font-family: Georgia, "Times New Roman", serif; font-size: clamp(.85rem, 1.65vw, 1.15rem); letter-spacing: -.02em; }
.brand-name span { color: var(--gold-light); }
.header-cta { flex: 0 0 auto; padding: 10px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #fff; text-decoration: none; font-size: .78rem; font-weight: 800; letter-spacing: .02em; transition: background .2s ease, border-color .2s ease; }
.header-cta:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.38); }

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 58px 0 76px;
  color: #fff;
  background: var(--ink) url("../images/hero-poster.jpg") center center / cover no-repeat;
}
.hero-video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(23,12,20,.9) 0%, rgba(45,25,37,.75) 48%, rgba(29,16,24,.53) 100%), linear-gradient(180deg, rgba(22,11,18,.12), rgba(22,11,18,.5)); }
.hero::after { content: ""; position: absolute; z-index: 3; left: -8%; right: -8%; bottom: -112px; height: 175px; border-radius: 50% 50% 0 0; background: var(--paper); }
.hero-grid { position: relative; z-index: 4; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(365px, .78fr); align-items: center; gap: clamp(42px, 6vw, 82px); }
.hero-copy { padding: clamp(24px, 3vw, 34px); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(31,16,26,.48); box-shadow: 0 22px 60px rgba(8,4,7,.22); backdrop-filter: blur(7px); }
.sale-badge { display: inline-flex; margin: 0 0 15px; padding: 7px 12px; border: 1px solid rgba(235,210,170,.45); border-radius: 999px; color: #f2dcb9; background: rgba(212,175,115,.12); font-size: .74rem; font-weight: 850; letter-spacing: .13em; line-height: 1; text-transform: uppercase; }
.hero h1, .section-heading h2, .brand-copy h2, .faq-intro h2, .final-cta h2, .design-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.07; letter-spacing: -.038em; }
.hero h1 { max-width: 760px; font-size: clamp(2.65rem, 4.8vw, 4.8rem); text-shadow: 0 3px 22px rgba(0,0,0,.45); }
.domain-display { display: inline-block; max-width: 100%; margin: 22px 0 15px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.34); white-space: nowrap; color: #f2d7cc; font-size: clamp(1rem, 1.7vw, 1.38rem); font-weight: 800; letter-spacing: -.025em; }
.hero-intro { max-width: 680px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(.98rem, 1.35vw, 1.08rem); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 20px 0 22px; }
.hero-tags span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.19); border-radius: 999px; color: rgba(255,255,255,.88); background: rgba(255,255,255,.06); font-size: .81rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-weight: 760; }
.text-link span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.ring-glow { position: absolute; z-index: 2; width: 240px; height: 240px; border: 2px solid rgba(235,210,170,.12); border-radius: 50%; pointer-events: none; }
.glow-one { left: -110px; top: 18%; }
.glow-two { right: -95px; bottom: 6%; }

.purchase-card { position: relative; padding: clamp(28px, 3.4vw, 39px); border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius-lg); background: rgba(255,255,255,.97); color: var(--ink); box-shadow: 0 30px 82px rgba(4,8,18,.34); backdrop-filter: blur(16px); overflow: hidden; }
.card-glow { position: absolute; width: 190px; height: 190px; right: -75px; top: -75px; border-radius: 50%; background: radial-gradient(circle, rgba(212,175,115,.32), transparent 68%); pointer-events: none; }
.card-kicker { margin: 0 0 8px; color: var(--rose-dark); font-size: .74rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.purchase-card h2 { position: relative; z-index: 1; margin: 0; white-space: nowrap; overflow-wrap: normal; word-break: normal; font-size: clamp(.9rem, 1.38vw, 1.22rem); line-height: 1.15; letter-spacing: -.04em; }
.price { display: flex; align-items: flex-start; margin: 17px 0 5px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.6rem, 5.6vw, 4.9rem); line-height: .96; letter-spacing: -.06em; }
.price span { padding-top: 7px; margin-right: 4px; color: var(--rose-dark); font-family: inherit; font-size: .45em; }
.price-note { margin: 0 0 22px; color: var(--muted); font-size: .88rem; }
.purchase-actions { display: grid; gap: 10px; }
.purchase-actions form { margin: 0; }
.button { width: 100%; min-height: 53px; display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 18px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid rgba(170,111,109,.32); outline-offset: 3px; }
.button-primary { background: var(--ink); color: #fff; box-shadow: 0 12px 24px rgba(38,21,31,.2); }
.button-primary:hover { background: var(--plum); }
.button-secondary { border-color: var(--line); background: transparent; color: var(--ink); }
.button-secondary:hover { background: var(--cream); }
.tracking-pixel { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.secure-note { display: flex; align-items: center; gap: 12px; margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--line); }
.secure-note p { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.45; }
.secure-note strong { color: var(--ink); }
.lock { position: relative; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; background: var(--cream); }
.lock::before { content: ""; position: absolute; left: 11px; top: 14px; width: 10px; height: 9px; border-radius: 2px; background: var(--rose-dark); }
.lock::after { content: ""; position: absolute; left: 13px; top: 8px; width: 6px; height: 8px; border: 2px solid var(--rose-dark); border-bottom: 0; border-radius: 6px 6px 0 0; }
.disclaimer { margin: 12px 0 0; color: #8b8087; font-size: .7rem; text-align: center; }

.section { padding: 62px 0; }
.section-heading { max-width: 760px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 13px; color: #f0d5ba; font-size: .75rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 1px; background: currentColor; }
.eyebrow-dark { color: var(--rose-dark); }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .brand-copy h2, .faq-intro h2, .design-copy h2 { font-size: clamp(2.15rem, 3.7vw, 3.75rem); }
.section-heading > p:last-child, .brand-copy > p, .faq-intro > p, .design-copy > p { color: var(--muted); font-size: 1rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 32px; }
.benefit-card { position: relative; min-height: 235px; padding: 23px 21px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(38,21,31,.08); }
.card-number { position: absolute; right: 18px; top: 15px; color: #ddd3d6; font-family: Georgia, serif; font-size: 1.35rem; }
.benefit-icon { position: relative; width: 50px; height: 50px; margin-bottom: 23px; border-radius: 15px; background: var(--cream); }
.benefit-card h3 { margin: 0 0 8px; font-size: 1.08rem; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .89rem; }
.heart-icon::before { content: "♥"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--rose); font-size: 23px; }
.sparkle-icon::before { content: "✦"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--gold); font-size: 25px; }
.globe-icon::before { content: "◎"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--rose-dark); font-size: 29px; }
.ring-icon::before, .ring-icon::after { content: ""; position: absolute; top: 13px; width: 22px; height: 22px; border: 2px solid var(--gold); border-radius: 50%; }
.ring-icon::before { left: 8px; }
.ring-icon::after { right: 8px; }

.brand-section { background: var(--cream); }
.brand-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(42px, 6vw, 82px); }
.brand-copy > p { max-width: 590px; }
.use-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.use-list span { padding: 8px 12px; border: 1px solid rgba(38,21,31,.1); border-radius: 999px; background: rgba(255,255,255,.7); color: var(--ink); font-size: .82rem; }
.brand-preview { position: relative; min-height: 365px; }
.preview-halo { position: absolute; border: 2px solid rgba(212,175,115,.28); border-radius: 50%; }
.halo-one { width: 245px; height: 245px; left: 17%; top: 13%; }
.halo-two { width: 245px; height: 245px; right: 15%; top: 13%; }
.preview-card { position: absolute; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(38,21,31,.1); background: rgba(255,255,255,.95); box-shadow: var(--shadow); }
.preview-main { inset: 48px 52px 38px 45px; align-items: center; border-radius: 150px 150px 28px 28px; text-align: center; transform: rotate(-1.5deg); }
.mini-rings { position: relative; width: 82px; height: 46px; }
.mini-rings i, .mini-rings b { position: absolute; top: 3px; width: 39px; height: 39px; border: 2px solid var(--gold); border-radius: 50%; }
.mini-rings i { left: 5px; }
.mini-rings b { right: 5px; }
.preview-main p { margin: 15px 0 3px; font-family: Georgia, serif; font-size: clamp(1.55rem, 2.8vw, 2.25rem); }
.preview-main > span { color: var(--muted); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.preview-small { min-height: 76px; padding: 15px 20px; border-radius: 17px; font-size: .8rem; }
.preview-left { left: 0; bottom: 21px; color: var(--rose-dark); transform: rotate(4deg); }
.preview-right { right: 0; top: 16px; transform: rotate(4deg); }
.preview-right p { margin: 0; white-space: nowrap; font-weight: 800; }

.transfer-section { color: #fff; background: var(--ink); }
.transfer-section .section-heading { margin-bottom: 28px; }
.transfer-section .section-heading h2 { color: #fff; }
.transfer-grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; padding: 0; margin: 0; }
.transfer-grid li { display: flex; gap: 17px; min-height: 150px; padding: 23px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); background: rgba(255,255,255,.055); }
.step-number { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border: 1px solid rgba(235,210,170,.43); border-radius: 50%; color: var(--gold-light); font-family: Georgia, serif; }
.transfer-grid h3 { margin: 3px 0 6px; font-size: 1.05rem; }
.transfer-grid p { margin: 0; color: rgba(255,255,255,.69); font-size: .88rem; }

.design-section { padding-top: 52px; padding-bottom: 52px; }
.design-card { display: grid; grid-template-columns: .42fr 1fr; align-items: center; gap: clamp(28px, 5vw, 64px); padding: clamp(26px, 4vw, 46px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(135deg, #fff, var(--cream)); box-shadow: 0 18px 50px rgba(38,21,31,.08); }
.design-logo-wrap { display: grid; place-items: center; min-height: 220px; padding: 18px; border-radius: 22px; background: #fff; }
.design-logo-wrap img { width: min(100%, 250px); height: auto; }
.design-note { font-size: .82rem !important; }
.design-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.design-actions .button { width: auto; min-width: 230px; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 7vw, 90px); align-items: start; }
.faq-intro { position: sticky; top: 28px; }
.faq-intro a { color: var(--rose-dark); font-weight: 750; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 2px; cursor: pointer; list-style: none; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; left: 8px; right: 8px; top: 13px; height: 1px; background: var(--ink); transition: transform .2s ease; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details > div { padding: 0 42px 18px 2px; }
.accordion details p { margin: 0; color: var(--muted); }

.final-cta { padding: 48px 0; color: #fff; background: linear-gradient(120deg, var(--plum), var(--ink)); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.final-cta h2 { max-width: 750px; font-size: clamp(2rem, 3.5vw, 3.45rem); }
.button-light { width: auto; min-width: 230px; color: var(--ink); background: #fff; }
.site-footer { padding: 22px 0; color: rgba(255,255,255,.68); background: #170c13; font-size: .78rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner p { margin: 0; }
.footer-inner a { color: rgba(255,255,255,.82); }

@media (max-width: 980px) {
  .hero { min-height: auto; padding-top: 46px; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .purchase-card { max-width: 650px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-grid, .faq-grid { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .design-card { grid-template-columns: 1fr; }
  .design-logo-wrap { min-height: 170px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { padding: 12px 0; }
  .brand-mark { flex-basis: 38px; width: 38px; height: 38px; }
  .brand-mark i, .brand-mark b { top: 7px; width: 23px; height: 23px; }
  .brand-name { font-size: clamp(.66rem, 3vw, .82rem); }
  .header-cta { padding: 8px 10px; font-size: .68rem; }
  .hero { padding: 32px 0 60px; }
  .hero::after { bottom: -128px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(23,12,20,.91), rgba(45,25,37,.72)), linear-gradient(180deg, rgba(22,11,18,.2), rgba(22,11,18,.54)); }
  .hero-copy { padding: 21px 17px; border-radius: 20px; }
  .hero h1 { font-size: clamp(2.1rem, 10.5vw, 3rem); }
  .domain-display { font-size: clamp(.86rem, 4.35vw, 1.08rem); }
  .purchase-card { padding: 25px 20px; border-radius: 22px; }
  .purchase-card h2 { font-size: clamp(.74rem, 3.6vw, .97rem); }
  .section { padding: 45px 0; }
  .benefit-grid { grid-template-columns: 1fr; margin-top: 25px; }
  .benefit-card { min-height: 190px; }
  .brand-preview { min-height: 330px; }
  .preview-main { inset: 48px 22px 38px; }
  .preview-right { right: -2px; }
  .preview-left { left: -2px; }
  .transfer-grid { grid-template-columns: 1fr; }
  .transfer-grid li { min-height: 116px; }
  .design-section { padding-top: 38px; padding-bottom: 38px; }
  .design-card { padding: 23px 17px; border-radius: 22px; }
  .design-logo-wrap { min-height: 145px; padding: 10px; }
  .design-logo-wrap img { width: min(62vw, 230px); }
  .design-actions { display: grid; }
  .design-actions .button { width: 100%; min-width: 0; }
  .final-cta { padding: 38px 0; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; gap: 25px; }
  .button-light { width: 100%; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 5px; }
}

@media (max-width: 390px) {
  .brand-name { font-size: .61rem; }
  .header-cta { padding: 7px 8px; font-size: .62rem; }
  .domain-display { font-size: .82rem; }
  .purchase-card h2 { font-size: .7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .hero-video { display: none; }
}
