:root {
  --ink: #172039;
  --muted: #69708a;
  --violet: #6d20e8;
  --violet-dark: #4c0fc4;
  --pink: #df0ab6;
  --lime: #7bdb1e;
  --lavender: #f3edff;
  --line: #e8e4f2;
  --white: #fff;
  --shadow: 0 22px 55px rgba(42, 18, 93, .12);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { width: 100%; margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; overflow-x: clip; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.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; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(27,20,48,.08); backdrop-filter: blur(14px); }
.topbar { color: #fff; background: linear-gradient(100deg, var(--violet-dark), var(--violet)); font-size: .8rem; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.top-links { display: flex; gap: 24px; }
.top-links a:hover { opacity: .75; }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.05rem; font-weight: 800; letter-spacing: -.03em; }
.brand strong { color: var(--violet); }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; border-radius: 12px 7px 12px 7px; background: linear-gradient(135deg, var(--pink), var(--violet)); box-shadow: 0 8px 20px rgba(109,32,232,.25); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; font-weight: 700; }
.main-nav > a:not(.nav-cta):hover { color: var(--violet); }
.nav-cta { padding: 12px 22px; color: #fff; border-radius: 999px; background: var(--violet); box-shadow: 0 8px 18px rgba(109,32,232,.22); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }

.hero { min-height: 570px; margin-top: 28px; padding: 64px clamp(30px, 6vw, 78px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; position: relative; overflow: hidden; color: #fff; border-radius: 32px; background:
  radial-gradient(circle at 12% 88%, rgba(255,255,255,.12) 0 18%, transparent 18.5%),
  linear-gradient(120deg, #5011c6 0%, #7119ee 56%, #8c2bec 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(118deg, transparent 44%, rgba(255,255,255,.06) 44.2% 44.5%, transparent 44.7%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; max-width: 610px; }
.eyebrow, .section-kicker { display: inline-block; margin-bottom: 12px; color: var(--violet); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow { padding: 8px 14px; color: #fff; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.1); }
.hero h1 { margin: 8px 0 20px; max-width: 640px; font-size: clamp(2.5rem, 5vw, 4.75rem); line-height: .98; letter-spacing: -.055em; }
.hero p { max-width: 590px; margin: 0 0 30px; color: rgba(255,255,255,.84); font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { min-height: 48px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--violet-dark); background: #fff; box-shadow: 0 12px 24px rgba(34, 8, 92, .2); }
.button-primary { color: #fff; background: linear-gradient(105deg, var(--pink), var(--violet)); box-shadow: 0 10px 24px rgba(109,32,232,.23); }
.button-outline { color: var(--violet); border: 1px solid #d6c8fa; background: #fff; }
.text-link { font-weight: 800; }
.text-link:hover { opacity: .8; }
.hero-note { margin-top: 28px; display: flex; gap: 16px; flex-wrap: wrap; color: rgba(255,255,255,.78); font-size: .8rem; }
.hero-note span { color: var(--lime); font-weight: 900; }
.hero-art { min-height: 410px; align-self: end; position: relative; }
.hero-art img { width: min(590px, 52vw); position: absolute; right: -84px; bottom: -64px; z-index: 2; filter: drop-shadow(0 30px 30px rgba(31,0,78,.28)); }
.glow { position: absolute; border-radius: 50%; background: rgba(255,255,255,.12); filter: blur(1px); }
.glow-one { width: 310px; height: 310px; right: 10px; top: 6px; }
.glow-two { width: 110px; height: 110px; left: 30px; bottom: 50px; }

.domain-block { margin-top: -34px; padding: 32px 38px; display: grid; grid-template-columns: .9fr 1.4fr; align-items: center; gap: 18px 36px; position: relative; z-index: 5; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.domain-block h2, .section-heading h2, .features-section h2 { margin: 0; font-size: clamp(1.75rem, 3vw, 2.75rem); line-height: 1.12; letter-spacing: -.045em; }
.domain-block .section-kicker { margin-bottom: 5px; }
.domain-form { display: flex; padding: 7px; border: 1px solid #ded4f5; border-radius: 999px; background: var(--lavender); }
.domain-form input { min-width: 0; flex: 1; padding: 0 20px; color: var(--ink); border: 0; outline: 0; background: transparent; }
.domain-prices { grid-column: 2; display: flex; gap: 22px; color: var(--muted); font-size: .78rem; }
.domain-prices strong { color: var(--ink); }

.plans-section { padding: 112px 0 100px; background: linear-gradient(#fff 0 20%, #faf8ff 20% 100%); }
.section-heading { margin-bottom: 46px; display: flex; justify-content: space-between; align-items: end; gap: 36px; }
.section-heading p { max-width: 660px; margin: 12px 0 0; color: var(--muted); }
.pricing-controls { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.segmented { padding: 4px; display: flex; gap: 2px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.segmented button { padding: 8px 13px; color: var(--muted); border: 0; border-radius: 999px; background: transparent; font-size: .8rem; font-weight: 800; cursor: pointer; }
.segmented button.is-active { color: #fff; background: var(--violet); }
.pricing-controls select { min-height: 40px; padding: 0 34px 0 13px; color: var(--ink); border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .8rem; font-weight: 800; }
.plan-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.plan-card { min-width: 0; padding: 30px 24px 24px; display: flex; flex-direction: column; position: relative; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 16px 42px rgba(35,18,75,.07); }
.plan-card.featured { color: #fff; border-color: transparent; background: linear-gradient(155deg, #6116d6, #811cdd); box-shadow: 0 22px 50px rgba(83,21,185,.23); transform: translateY(-12px); }
.popular { position: absolute; top: 0; right: 22px; padding: 7px 12px; color: #5211bf; border-radius: 0 0 10px 10px; background: var(--lime); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.plan-label { color: var(--violet); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.featured .plan-label { color: #d8ffb2; }
.plan-card h3 { margin: 7px 0 15px; font-size: 1.45rem; letter-spacing: -.035em; }
.price { min-height: 50px; display: flex; align-items: baseline; gap: 3px; white-space: nowrap; }
.price .currency { color: var(--pink); font-size: 1rem; font-weight: 900; }
.featured .price .currency { color: var(--lime); }
.price strong { font-size: clamp(1.65rem, 2.3vw, 2.25rem); letter-spacing: -.05em; }
.price .period { color: var(--muted); font-size: .72rem; }
.featured .price .period { color: rgba(255,255,255,.7); }
.plan-card ul { margin: 22px 0 28px; padding: 0; display: grid; gap: 11px; list-style: none; color: var(--muted); font-size: .87rem; }
.plan-card li::before { content: "✓"; margin-right: 8px; color: var(--violet); font-weight: 900; }
.featured ul { color: rgba(255,255,255,.78); }
.featured li::before { color: var(--lime); }
.plan-card .button { width: 100%; margin-top: auto; }
.plan-footnote { margin: 30px 0 0; color: var(--muted); text-align: center; font-size: .85rem; }

.features-section { padding: 100px 0; }
.section-heading.compact { justify-content: center; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.feature-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.feature-grid article:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(52,26,98,.1); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; border-radius: 15px; background: linear-gradient(135deg, var(--pink), var(--violet)); font-size: 1.2rem; }
.feature-grid h3 { margin: 18px 0 8px; font-size: 1.08rem; }
.feature-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.closing-cta { margin-top: 70px; padding: 42px 46px; display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow: hidden; position: relative; color: #fff; border-radius: 28px; background: linear-gradient(110deg, #4c0fc4, #7a21e9 70%, #921bd4); }
.closing-cta::after { content: ""; width: 260px; height: 260px; position: absolute; right: -70px; top: -130px; border: 52px solid rgba(255,255,255,.08); border-radius: 50%; }
.closing-cta > * { position: relative; z-index: 1; }
.section-kicker.light { margin-bottom: 5px; color: #d9ffb2; }

.site-footer { padding: 30px 0; color: rgba(255,255,255,.68); background: #121327; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand { color: #fff; }
.footer-brand strong { color: #a780ff; }
.footer-inner p { margin: 0; font-size: .85rem; }
.footer-links { display: flex; gap: 22px; font-size: .85rem; }
.footer-links a:hover { color: #fff; }
.menu-overlay { position: fixed; inset: 0; z-index: 20; background: rgba(11,8,25,.55); backdrop-filter: blur(2px); }

@media (max-width: 1060px) {
  .hero { min-height: 530px; grid-template-columns: 1.15fr .85fr; }
  .hero-art img { width: 520px; right: -180px; }
  .plan-grid, .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan-card.featured { transform: none; }
}

@media (max-width: 768px) {
  :root { --shell: min(100% - 28px, 680px); }
  .topbar { display: none; }
  .nav-wrap { min-height: 68px; }
  .menu-toggle { display: block; position: relative; z-index: 42; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { width: min(84vw, 330px); height: 100dvh; padding: 92px 28px 28px; display: flex; flex-direction: column; align-items: stretch; gap: 0; position: fixed; z-index: 40; top: 0; right: 0; background: #fff; box-shadow: -20px 0 50px rgba(18,9,45,.18); transform: translateX(105%); transition: transform .28s ease; }
  .menu-open .main-nav { transform: translateX(0); }
  .main-nav a { padding: 15px 4px; border-bottom: 1px solid var(--line); }
  .main-nav .nav-cta { margin-top: 18px; padding: 13px 18px; text-align: center; border: 0; }
  .hero { min-height: 720px; margin-top: 14px; padding: 46px 28px 0; grid-template-columns: 1fr; align-content: start; border-radius: 25px; }
  .hero h1 { font-size: clamp(2.45rem, 11vw, 4rem); }
  .hero-art { min-height: 300px; }
  .hero-art img { width: min(520px, 112vw); right: -85px; bottom: -65px; }
  .domain-block { margin-top: 18px; padding: 28px 24px; grid-template-columns: 1fr; }
  .domain-prices { grid-column: 1; flex-wrap: wrap; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .pricing-controls { width: 100%; justify-content: space-between; }
  .plans-section { padding: 82px 0 72px; background: #faf8ff; }
  .closing-cta { padding: 34px 28px; align-items: flex-start; flex-direction: column; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  .domain-form { padding: 6px; border-radius: 18px; flex-direction: column; background: #fff; }
  .domain-form input { min-height: 48px; border-radius: 12px; background: var(--lavender); }
  .domain-form .button { width: 100%; margin-top: 7px; border-radius: 12px; }
  .plan-grid, .feature-grid { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 34px; }
}

@media (max-width: 375px) {
  :root { --shell: calc(100% - 20px); }
  .hero { padding-inline: 20px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; text-align: center; }
  .pricing-controls { align-items: stretch; flex-direction: column; }
  .segmented { justify-content: center; }
  .pricing-controls select { width: 100%; }
}

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