:root {
  --ink: #160d1c;
  --muted: #746b78;
  --paper: #fffdfb;
  --surface: #f7f3f7;
  --line: #e8e0e9;
  --purple: #7a176e;
  --purple-dark: #54104e;
  --magenta: #f82472;
  --pink: #ff5a92;
  --night: #100717;
  --night-soft: #1b0b26;
  --lime: #8fffd8;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(48, 10, 49, .12);
}

* { 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;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 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; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 12px 18px; background: white; color: var(--ink); border-radius: 10px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 38px; }
.brand { width: 150px; height: 48px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 180px; height: 120px; object-fit: contain; transform: scale(1.25); }
.main-nav { display: flex; align-items: center; gap: 30px; margin: 0 auto; }
.main-nav a { font-size: 14px; color: rgba(255,255,255,.76); transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: white; }
.menu-button { display: none; background: none; border: 0; padding: 8px; color: white; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: currentColor; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; font-weight: 750; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid rgba(248,36,114,.35); outline-offset: 3px; }
.button-primary { color: white; background: linear-gradient(135deg, var(--magenta), #c41592); box-shadow: 0 14px 40px rgba(248,36,114,.3); }
.button-primary:hover { box-shadow: 0 18px 46px rgba(248,36,114,.4); }
.button-ghost { border-color: rgba(255,255,255,.28); color: white; background: rgba(255,255,255,.06); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-text { color: white; padding-inline: 10px; }

.hero { min-height: 760px; position: relative; overflow: hidden; display: flex; align-items: center; color: white; background: radial-gradient(circle at 70% 40%, #45134a 0, transparent 38%), linear-gradient(145deg, #0b0710 0%, #18091d 48%, #280c2b 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, transparent 6%, black 40%, transparent 100%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 450px; height: 450px; right: -140px; top: 120px; background: radial-gradient(circle, rgba(248,36,114,.32), transparent 70%); }
.hero-glow-two { width: 340px; height: 340px; left: -160px; bottom: -100px; background: radial-gradient(circle, rgba(122,23,110,.52), transparent 68%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; padding-top: 92px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #f5c6dc; font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: var(--magenta); }
.eyebrow-dark { color: var(--purple); }
.hero h1 { max-width: 680px; margin: 22px 0 24px; font-size: clamp(50px, 6vw, 79px); line-height: .98; letter-spacing: -.058em; }
.hero h1 em { color: #ff70a3; font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 32px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.72); font-size: 13px; }
.trust-list span { color: var(--lime); font-weight: 900; }

.hero-card { position: relative; min-height: 478px; padding: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; background: linear-gradient(155deg, rgba(255,255,255,.105), rgba(255,255,255,.025)); box-shadow: 0 36px 90px rgba(0,0,0,.32); backdrop-filter: blur(12px); }
.hero-card::after { content: ""; position: absolute; inset: auto -18% -40% 15%; height: 72%; background: radial-gradient(circle, rgba(248,36,114,.26), transparent 67%); }
.hero-card-top { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; }
.micro-label { display: block; margin-bottom: 8px; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.hero-card-top strong { font-size: 12px; color: rgba(255,255,255,.82); }
.hero-card-top strong i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: #55e6a5; box-shadow: 0 0 0 6px rgba(85,230,165,.1); }
.uptime { color: #55e6a5; font-size: 13px; font-weight: 850; }
.speed-visual { position: relative; height: 300px; display: grid; place-items: center; }
.speed-ring { width: 214px; height: 214px; display: grid; place-items: center; position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: conic-gradient(from 205deg, var(--magenta), #8a1da2 45%, rgba(255,255,255,.04) 46%, rgba(255,255,255,.04) 100%); box-shadow: 0 0 58px rgba(248,36,114,.2); }
.speed-ring::before { content: ""; position: absolute; inset: 12px; border-radius: 50%; background: #160b20; }
.speed-inner { position: relative; z-index: 2; text-align: center; }
.speed-inner span { display: block; color: rgba(255,255,255,.46); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.speed-inner strong { display: block; margin-top: 3px; font-size: 34px; letter-spacing: -.04em; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-one { width: 280px; height: 280px; }
.orbit-two { width: 360px; height: 360px; }
.hero-metrics { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; }
.hero-metrics div { padding: 0 14px; border-right: 1px solid rgba(255,255,255,.1); }
.hero-metrics div:first-child { padding-left: 0; }
.hero-metrics div:last-child { border: 0; }
.hero-metrics span, .hero-metrics strong { display: block; }
.hero-metrics span { color: rgba(255,255,255,.42); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.hero-metrics strong { margin-top: 5px; font-size: 13px; }

.logo-strip { border-bottom: 1px solid var(--line); background: white; }
.strip-content { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #a19aa3; }
.strip-content span { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.strip-content strong { color: #6b626e; font-size: 14px; letter-spacing: -.01em; }

.section { padding: 112px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 50px; }
.section-heading h2, .center-heading h2, .faq-grid h2, .cta-box h2 { margin: 12px 0 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { max-width: 440px; margin: 0; color: var(--muted); line-height: 1.7; }
.plans-section { background: var(--paper); }
.plans-grid { display: grid; gap: 22px; }
.hosting-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 590px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.plan-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.plan-card.featured { border: 2px solid var(--magenta); box-shadow: 0 24px 70px rgba(122,23,110,.14); }
.popular-badge { position: absolute; top: -15px; right: 24px; padding: 8px 13px; border-radius: 999px; color: white; background: linear-gradient(135deg, var(--magenta), #c41592); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.plan-tier { color: var(--purple); font-size: 21px; font-weight: 850; letter-spacing: -.03em; }
.plan-head p { min-height: 48px; margin: 10px 0 26px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.price { display: flex; align-items: flex-start; margin-bottom: 24px; }
.price sup { margin: 9px 4px 0 0; color: var(--purple); font-size: 14px; font-weight: 800; }
.price strong { font-size: 58px; line-height: .9; letter-spacing: -.06em; }
.price > span { margin: 4px 0 0 5px; font-size: 18px; font-weight: 800; line-height: 1.1; }
.price small { color: var(--muted); font-size: 11px; font-weight: 600; }
.button-plan { width: 100%; border-color: var(--line); background: var(--surface); }
.button-plan:hover { border-color: var(--purple); }
.button-plan-primary { color: white; border-color: transparent; background: linear-gradient(135deg, var(--magenta), #c41592); box-shadow: 0 12px 30px rgba(248,36,114,.23); }
.feature-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 26px 0 0; border-top: 1px solid var(--line); list-style: none; color: #594f5c; font-size: 14px; }
.feature-list li { position: relative; padding-left: 24px; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--magenta); font-weight: 900; }
.feature-list b { color: var(--ink); }
.pointing-note { display: flex; align-items: center; gap: 22px; margin-top: 34px; padding: 24px 30px; border: 1px solid #ded4e0; border-radius: 18px; background: #faf7fa; }
.note-icon { flex: 0 0 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: white; background: var(--purple); font-size: 11px; font-weight: 900; letter-spacing: .05em; }
.pointing-note strong { font-size: 16px; }
.pointing-note p { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.email-section { background: #faf7fa; }
.email-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.email-card { position: relative; display: flex; flex-direction: column; padding: 26px 22px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.email-card.email-featured { border: 2px solid var(--magenta); box-shadow: 0 20px 55px rgba(122,23,110,.12); }
.mini-email-badge { position: absolute; top: -13px; right: 16px; padding: 7px 10px; border-radius: 999px; color: white; background: var(--magenta); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.email-price { display: grid; margin: 20px 0 6px; }
.email-price strong { font-size: 25px; letter-spacing: -.04em; }
.email-price span, .email-card > p { color: var(--muted); font-size: 11px; }
.email-card > p { margin: 0 0 20px; }
.email-card ul { display: grid; gap: 10px; margin: 0 0 24px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; color: #594f5c; font-size: 12px; }
.email-card li::before { content: "✓"; margin-right: 8px; color: var(--magenta); font-weight: 900; }
.email-card .button { margin-top: auto; }
.price-reference { margin: 22px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.vps-section { color: white; background: radial-gradient(circle at 80% 0, rgba(248,36,114,.18), transparent 32%), var(--night); }
.section-heading-light > p { color: rgba(255,255,255,.58); }
.vps-notice { display: inline-flex; align-items: center; gap: 9px; margin: -15px 0 28px; padding: 10px 14px; border: 1px solid rgba(143,255,216,.16); border-radius: 999px; color: rgba(255,255,255,.7); background: rgba(143,255,216,.05); font-size: 12px; }
.vps-notice span { color: var(--lime); }
.vps-grid { grid-template-columns: repeat(4, 1fr); }
.vps-card { position: relative; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.045); }
.vps-card:hover { border-color: rgba(248,36,114,.55); background: rgba(255,255,255,.065); }
.vps-featured { border-color: rgba(248,36,114,.65); box-shadow: inset 0 0 0 1px rgba(248,36,114,.15), 0 22px 60px rgba(0,0,0,.24); }
.mini-badge { position: absolute; right: 20px; top: 20px; color: #ff8db5; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.vps-name { display: block; min-height: 42px; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.vps-price { margin-bottom: 25px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.vps-price strong { display: block; font-size: 29px; letter-spacing: -.04em; }
.vps-price span { color: rgba(255,255,255,.42); font-size: 11px; }
.vps-spec { display: flex; align-items: baseline; justify-content: space-between; padding: 10px 0; }
.vps-spec strong { font-size: 14px; }
.vps-spec span { color: rgba(255,255,255,.44); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.button-vps { width: 100%; margin-top: 20px; border-color: rgba(255,255,255,.18); color: white; background: rgba(255,255,255,.06); }
.button-vps:hover { border-color: var(--magenta); background: rgba(248,36,114,.11); }
.vps-disclaimer { margin: 24px 0 0; color: rgba(255,255,255,.38); font-size: 11px; text-align: center; }

.features-section { background: var(--surface); }
.center-heading { max-width: 690px; margin: 0 auto 54px; text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.center-heading p { color: var(--muted); line-height: 1.7; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #dcd3de; border-left: 1px solid #dcd3de; }
.features-grid article { min-height: 270px; padding: 30px; border-right: 1px solid #dcd3de; border-bottom: 1px solid #dcd3de; background: rgba(255,255,255,.52); }
.feature-number { color: var(--magenta); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.features-grid h3 { margin: 72px 0 12px; font-size: 20px; letter-spacing: -.025em; }
.features-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-grid > div:first-child > p { max-width: 390px; margin: 22px 0 28px; color: var(--muted); line-height: 1.7; }
.button-dark { color: white; background: var(--ink); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 42px 25px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--purple); font-size: 25px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -5px 42px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.cta-section { padding: 0 0 90px; background: white; }
.cta-box { min-height: 285px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 54px 60px; overflow: hidden; position: relative; color: white; border-radius: 28px; background: radial-gradient(circle at 85% 20%, rgba(255,255,255,.15), transparent 25%), linear-gradient(135deg, #6d1267, #f22170); }
.cta-box::after { content: ""; position: absolute; right: -90px; bottom: -170px; width: 350px; height: 350px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.035), 0 0 0 90px rgba(255,255,255,.025); }
.cta-box > * { position: relative; z-index: 2; }
.cta-box h2 { max-width: 710px; font-size: clamp(34px, 4vw, 50px); }
.button-white { flex: 0 0 auto; color: var(--purple-dark); background: white; }

.site-footer { padding: 68px 0 28px; color: rgba(255,255,255,.67); background: var(--night); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; padding-bottom: 55px; }
.footer-brand img { width: 170px; height: 65px; object-fit: contain; transform: scale(1.25); transform-origin: left center; }
.footer-brand p { margin: 15px 0 0; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 12px; }
.footer-grid strong { margin-bottom: 8px; color: white; font-size: 13px; }
.footer-grid a { font-size: 12px; }
.footer-grid a:hover { color: #ff76a7; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.36); font-size: 11px; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr 420px; gap: 36px; }
  .hero-card { min-height: 440px; }
  .hosting-grid { gap: 14px; }
  .plan-card { padding: 26px 22px; }
  .vps-grid { grid-template-columns: repeat(2, 1fr); }
  .email-grid { grid-template-columns: repeat(3, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .site-header { position: absolute; }
  .nav-wrap { min-height: 72px; }
  .menu-button { display: block; margin-left: auto; }
  .main-nav { display: none; position: absolute; top: 72px; left: 20px; right: 20px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(16,7,23,.97); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
  .main-nav.open { display: grid; gap: 4px; }
  .main-nav a { padding: 12px; }
  .nav-login { display: none; }
  .hero { min-height: auto; padding: 135px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 0; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .trust-list { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-card { max-width: 540px; width: 100%; margin: 15px auto 0; }
  .strip-content { flex-wrap: wrap; justify-content: center; padding: 24px 0; }
  .section { padding: 85px 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .hosting-grid { grid-template-columns: 1fr; max-width: 570px; margin: 0 auto; gap: 30px; }
  .email-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-card { min-height: auto; }
  .faq-grid { grid-template-columns: 1fr; gap: 44px; }
  .cta-box { align-items: flex-start; flex-direction: column; padding: 44px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand { width: 128px; }
  .hero { padding-top: 120px; }
  .hero h1 { font-size: 47px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .trust-list { gap: 10px 16px; }
  .hero-card { min-height: 420px; padding: 22px; }
  .speed-visual { height: 270px; }
  .speed-ring { width: 190px; height: 190px; }
  .orbit-one { width: 235px; height: 235px; }
  .orbit-two { width: 290px; height: 290px; }
  .hero-metrics div { padding: 0 8px; }
  .hero-metrics strong { font-size: 11px; }
  .strip-content span { width: 100%; text-align: center; }
  .section-heading h2, .center-heading h2, .faq-grid h2 { font-size: 38px; }
  .plan-card { padding: 28px 24px; }
  .pointing-note { align-items: flex-start; padding: 20px; }
  .vps-grid { grid-template-columns: 1fr; }
  .email-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .features-grid article { min-height: 230px; }
  .features-grid h3 { margin-top: 48px; }
  .cta-section { padding-bottom: 60px; }
  .cta-box { padding: 35px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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