@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #f4f7ff;
  --muted: #a7b1c8;
  --line: rgba(185, 199, 232, .18);
  --navy: #071126;
  --navy-soft: #0d1b39;
  --blue: #6b8cff;
  --cyan: #6fe6d0;
  --warm: #f0c878;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--navy);
  font-family: 'DM Sans', sans-serif;
}

.page-shell { min-height: 100vh; overflow: hidden; background: radial-gradient(circle at 78% 10%, rgba(74, 102, 210, .19), transparent 28rem), var(--navy); }
.topbar, main, .footer { max-width: 1180px; margin: 0 auto; }
.topbar { display: flex; justify-content: space-between; align-items: center; padding: 32px 36px; }
.brand { display: flex; align-items: center; color: var(--ink); text-decoration: none; }
.brand img { display: block; width: 174px; height: auto; }
.brand-mark { display: flex; align-items: end; gap: 3px; height: 19px; }
.brand-mark i { display: block; width: 5px; border-radius: 5px; background: var(--cyan); transform: skew(-18deg); }
.brand-mark i:nth-child(1) { height: 12px; opacity: .65; }
.brand-mark i:nth-child(2) { height: 17px; opacity: .82; }
.brand-mark i:nth-child(3) { height: 22px; }
.status-pill { color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; font-size: 12px; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(111,230,208,.1); }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); align-items: center; gap: 70px; padding: 86px 36px 118px; }
.eyebrow { margin: 0 0 22px; color: var(--cyan); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: 'Space Grotesk', sans-serif; letter-spacing: -.045em; }
h1 { max-width: 680px; font-size: clamp(42px, 6vw, 74px); line-height: .99; }
.intro { max-width: 570px; margin: 30px 0 0; color: #d6dded; font-size: 20px; line-height: 1.55; }
.intro strong { color: var(--warm); font-weight: 600; }
.body-copy { max-width: 525px; margin: 18px 0 0; color: var(--muted); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; gap: 18px; border-radius: 7px; padding: 15px 18px; text-decoration: none; font-weight: 700; font-size: 13px; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #071126; background: var(--cyan); box-shadow: 0 8px 26px rgba(111,230,208,.14); }
.text-link { color: var(--muted); font-size: 13px; text-decoration: none; }
.text-link:hover { color: var(--ink); }

.visual { position: relative; min-height: 420px; display: grid; place-items: center; }
.transition-card { position: relative; z-index: 2; width: min(100%, 380px); padding: 37px 34px 34px; border: 1px solid rgba(184, 200, 241, .23); border-radius: 13px; background: rgba(18, 34, 73, .78); box-shadow: 0 25px 80px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.card-label { display: block; margin-bottom: 34px; color: var(--cyan); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.old-name { color: #9da9c3; font-size: 18px; }
.arrow-line { display: flex; align-items: center; gap: 10px; margin: 25px 0; color: var(--warm); }
.arrow-line span { height: 1px; flex: 1; background: rgba(240,200,120,.4); }
.arrow-line b { font-size: 21px; font-weight: 400; }
.new-name { display: flex; align-items: center; gap: 9px; color: var(--ink); font-family: 'Space Grotesk', sans-serif; font-size: 28px; font-weight: 600; letter-spacing: -.05em; }
.new-name em { color: var(--cyan); font-size: 16px; font-style: normal; font-weight: 400; letter-spacing: 0; }
.modula-symbol { display: inline-grid; place-items: center; width: 29px; height: 29px; border-radius: 7px; color: var(--navy); background: var(--cyan); font-size: 17px; font-weight: 700; letter-spacing: -.1em; }
.orb, .orbit { position: absolute; border-radius: 50%; }
.orb { filter: blur(1px); }
.orb-one { width: 280px; height: 280px; background: radial-gradient(circle at 35% 30%, rgba(111,230,208,.75), rgba(74,111,230,.08) 58%, transparent 70%); }
.orb-two { width: 145px; height: 145px; right: 3%; bottom: 7%; background: radial-gradient(circle, rgba(240,200,120,.3), transparent 68%); }
.orbit { border: 1px solid rgba(111,230,208,.25); transform: rotate(-28deg); }
.orbit-large { width: 430px; height: 200px; }
.orbit-small { width: 330px; height: 145px; border-color: rgba(240,200,120,.18); transform: rotate(42deg); }
.floating-note { position: absolute; z-index: 3; color: var(--muted); font-size: 11px; letter-spacing: .06em; }
.note-top { top: 17%; right: 1%; }
.note-bottom { bottom: 10%; left: 3%; }

.thank-you { display: grid; grid-template-columns: 70px 1.15fr 1fr; gap: 30px; padding: 63px 36px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-number { color: var(--warm); font-family: 'Space Grotesk', sans-serif; font-size: 13px; }
h2 { font-size: clamp(28px, 4vw, 44px); line-height: 1.08; }
.thank-text { max-width: 410px; margin: 0; color: var(--muted); line-height: 1.7; }
.modula-banner { display: flex; align-items: center; gap: 24px; margin: 80px 36px 90px; padding: 35px 40px; border: 1px solid rgba(111,230,208,.27); border-radius: 12px; background: linear-gradient(110deg, rgba(26, 65, 82, .5), rgba(17, 38, 78, .3)); }
.modula-logo-wrap { display: grid; place-items: center; width: 245px; height: 92px; flex: 0 0 auto; overflow: hidden; border-radius: 8px; background: #fff; }
.modula-logo-wrap img { display: block; width: 100%; height: 100%; object-fit: contain; }
.modula-link { display: inline-flex; gap: 10px; margin-top: 18px; color: var(--cyan); font-size: 13px; font-weight: 700; text-decoration: none; }
.modula-link:hover { color: var(--ink); }
.modula-banner .eyebrow { margin-bottom: 11px; }
.modula-banner h2 span { color: var(--cyan); }
.modula-banner p:last-child { margin: 13px 0 0; color: var(--muted); }
.footer { display: flex; justify-content: space-between; gap: 20px; padding: 0 36px 28px; color: #687693; font-size: 11px; }
.footer strong { color: #9daac4; font-weight: 500; }

@media (max-width: 800px) {
  .topbar, .hero, .thank-you, .footer { padding-left: 22px; padding-right: 22px; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding-top: 58px; padding-bottom: 78px; }
  .visual { min-height: 360px; }
  .thank-you { grid-template-columns: 40px 1fr; gap: 18px; }
  .thank-text { grid-column: 2; }
  .modula-banner { margin-left: 22px; margin-right: 22px; padding: 28px 24px; }
  .modula-logo-wrap { width: 210px; height: 79px; }
}
@media (max-width: 480px) {
  .status-pill { display: none; }
  .intro { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .visual { min-height: 310px; }
  .transition-card { padding: 28px 23px; }
  .new-name { font-size: 23px; }
  .new-name em { font-size: 13px; }
  .orbit-large { width: 340px; }
  .footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
