:root {
  --bg: #06121c;
  --bg-deep: #030b12;
  --panel: #0c1d2a;
  --panel-2: #102638;
  --panel-soft: rgba(15, 35, 50, .82);
  --line: rgba(128, 170, 193, .18);
  --text: #edf6f5;
  --muted: #91a8b7;
  --teal: #43dfbd;
  --teal-2: #21bf9f;
  --amber: #ffc65c;
  --danger: #ff8f8f;
  --shadow: 0 28px 80px rgba(0, 0, 0, .32);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 4%, rgba(13, 75, 78, .19), transparent 25rem),
    linear-gradient(180deg, #06131d 0%, #06111a 48%, #030a10 100%);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-aurora { position: fixed; z-index: -1; pointer-events: none; filter: blur(80px); opacity: .32; border-radius: 50%; }
.aurora-one { width: 480px; height: 480px; background: #073f48; left: -260px; top: 210px; }
.aurora-two { width: 560px; height: 560px; background: #142943; right: -350px; top: 470px; }
.topbar { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(140, 174, 195, .08); background: rgba(4, 14, 22, .84); backdrop-filter: blur(18px); }
.nav-wrap { width: min(1180px, calc(100% - 40px)); min-height: 72px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.03em; }
.site-brand strong { font-size: 16px; }
.site-brand strong span { color: var(--teal); }
.brand-shield { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(67, 223, 189, .25); border-radius: 12px; color: var(--teal); background: rgba(67, 223, 189, .08); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.brand-shield svg { width: 24px; height: 24px; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a, .mobile-nav a { color: #aebfca; text-decoration: none; font-size: 14px; font-weight: 700; transition: color .18s ease, background .18s ease, transform .18s ease; }
.main-nav a:hover, .mobile-nav a:hover { color: var(--text); }
.main-nav .nav-cta, .mobile-nav .nav-cta { padding: 12px 16px; border-radius: 11px; color: #02251d; background: var(--teal); box-shadow: 0 10px 30px rgba(32, 198, 161, .17); }
.main-nav .nav-cta:hover, .mobile-nav .nav-cta:hover { color: #02251d; background: #68ebcd; transform: translateY(-1px); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 11px; background: var(--panel); cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--text); }
.mobile-nav { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 0 0 18px; display: grid; gap: 6px; }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { padding: 12px; border-radius: 10px; }
.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero { padding: 92px 0 72px; text-align: center; }
.hero-copy { max-width: 820px; margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(67, 223, 189, .17); border-radius: 999px; color: #bdd0d7; background: rgba(6, 24, 34, .54); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 14px rgba(67, 223, 189, .8); }
.hero h1, .section-heading h2, .feature-copy h2, .about-copy h2 { font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.055em; }
.hero h1 { margin: 22px 0 16px; font-size: clamp(46px, 7.4vw, 80px); line-height: .99; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 0 auto; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.6; }
.ip-panel { max-width: 820px; min-height: 140px; margin: 52px auto 0; padding: 26px 28px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; border: 1px solid rgba(67, 223, 189, .32); border-radius: 24px; background: linear-gradient(145deg, rgba(15, 38, 53, .97), rgba(9, 26, 38, .97)); box-shadow: 0 0 0 7px rgba(3, 15, 23, .62), var(--shadow); text-align: left; }
.ip-state { min-width: 0; display: grid; justify-items: center; }
.ip-state > span { color: #8fa8b7; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ip-state strong { max-width: 100%; margin-top: 5px; overflow-wrap: anywhere; color: #f4fbfa; font-family: Manrope, sans-serif; font-size: clamp(30px, 5vw, 43px); line-height: 1.15; letter-spacing: -.04em; }
.ip-state small { margin-top: 6px; color: #8096a4; font-size: 12px; text-align: center; }
.ip-actions { min-width: 124px; display: grid; gap: 8px; }
.copy-button, .retry-button { min-height: 48px; border: 0; border-radius: 12px; font-weight: 800; cursor: pointer; }
.copy-button { padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #02241c; background: var(--teal); box-shadow: 0 12px 30px rgba(42, 205, 170, .2); }
.copy-button svg { width: 18px; height: 18px; }
.copy-button:disabled { cursor: wait; opacity: .5; }
.retry-button { color: var(--text); border: 1px solid var(--line); background: #102638; }
.copy-status { min-height: 20px; margin: 16px 0 0; color: var(--teal); font-size: 13px; }
.utility { padding: 68px 0 82px; }
.section-heading { max-width: 720px; }
.section-heading.centered { margin: 0 auto 34px; text-align: center; }
.section-heading > span, .feature-copy > span, .about-copy > span { color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section-heading h2 { margin: 10px 0 12px; font-size: clamp(34px, 5vw, 50px); line-height: 1.05; }
.section-heading p { max-width: 690px; margin: 0 auto; color: var(--muted); line-height: 1.65; }
.utility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.utility-card { position: relative; min-height: 285px; padding: 25px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(150deg, rgba(14, 34, 48, .96), rgba(8, 24, 35, .96)); box-shadow: inset 0 1px 0 rgba(255,255,255,.02); }
.utility-card.featured-card { border-color: rgba(255, 198, 92, .35); background: radial-gradient(circle at 95% 0%, rgba(255, 198, 92, .15), transparent 46%), linear-gradient(145deg, rgba(36, 38, 37, .98), rgba(12, 28, 37, .98)); }
.utility-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; }
.utility-icon svg { width: 27px; height: 27px; }
.utility-icon.globe, .utility-icon.shield { color: var(--teal); background: rgba(67, 223, 189, .1); }
.utility-icon.brain { color: var(--amber); background: rgba(255, 198, 92, .11); }
.new-badge { position: absolute; top: 18px; right: 18px; padding: 5px 7px; border-radius: 999px; color: #302000; background: var(--amber); font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.utility-card h3 { margin: 20px 0 10px; font-family: Manrope, sans-serif; font-size: 19px; letter-spacing: -.02em; }
.utility-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.card-button { margin-top: auto; padding: 11px 15px; border: 1px solid rgba(156, 188, 207, .14); border-radius: 10px; color: #e4efef; background: #122b3d; text-decoration: none; font-size: 13px; font-weight: 800; }
.card-button:hover { border-color: rgba(67, 223, 189, .45); }
.card-button.bright { color: #03231c; border-color: transparent; background: var(--teal); }
.minute-feature { min-height: 550px; margin-top: 20px; padding: 58px 58px; display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: 46px; overflow: hidden; border: 1px solid rgba(255, 198, 92, .31); border-radius: 28px; background: radial-gradient(circle at 105% 0%, rgba(255, 198, 92, .18), transparent 45%), radial-gradient(circle at 0% 100%, rgba(67, 223, 189, .12), transparent 43%), linear-gradient(145deg, #0c202d, #0b1724); box-shadow: var(--shadow); }
.feature-copy h2 { max-width: 660px; margin: 10px 0 20px; font-size: clamp(41px, 5.5vw, 66px); line-height: 1.02; }
.feature-copy h2 em { color: var(--amber); font-style: normal; }
.feature-copy p { max-width: 620px; color: #9ab0bc; line-height: 1.68; }
.feature-actions { margin: 26px 0 14px; display: flex; flex-wrap: wrap; gap: 12px; }
.primary-link, .secondary-link { padding: 13px 17px; border-radius: 11px; text-decoration: none; font-size: 13px; font-weight: 800; }
.primary-link { color: #03221b; background: var(--teal); }
.secondary-link { border: 1px solid rgba(144, 179, 199, .2); background: rgba(18, 42, 57, .8); }
.feature-copy small { color: #7f96a4; }
.phone-wrap { position: relative; min-height: 420px; display: grid; place-items: center; }
.phone-shadow { position: absolute; width: 320px; height: 380px; border-radius: 50%; background: rgba(0,0,0,.42); filter: blur(40px); transform: translateY(36px); }
.phone { position: relative; width: min(320px, 100%); padding: 19px 18px 17px; border: 10px solid #020a10; border-radius: 38px; background: linear-gradient(170deg, #102536, #0b1c28); box-shadow: inset 0 0 0 1px rgba(153, 191, 210, .2), 0 28px 70px rgba(0,0,0,.45); transform: rotate(2deg); }
.phone-speaker { width: 78px; height: 6px; margin: -7px auto 16px; border-radius: 999px; background: #02080d; }
.phone-topline, .phone-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #9db0ba; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.phone-topline strong { color: var(--amber); }
.phone-card { margin: 17px 0; padding: 19px; border: 1px solid rgba(67, 223, 189, .16); border-radius: 19px; background: rgba(255,255,255,.035); }
.phone-card > span { color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.phone-card h3 { margin: 12px 0 2px; font-family: Manrope, sans-serif; font-size: 26px; letter-spacing: -.04em; }
.phone-card small { color: #91a6b2; }
.phone-card p { margin: 19px 0 12px; font-size: 13px; font-weight: 700; }
.phone-card button { width: 100%; margin-top: 8px; padding: 10px 11px; text-align: left; color: #a9bcc5; border: 1px solid rgba(126, 160, 180, .12); border-radius: 8px; background: #081723; font-size: 11px; }
.phone-card button.selected { color: #78efd4; border-color: rgba(67, 223, 189, .68); background: rgba(38, 164, 138, .12); }
.phone-bottom strong { color: #d8e4e4; }
.steps { padding: 112px 0 105px; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step-grid article { padding-top: 19px; border-top: 1px solid var(--line); }
.step-grid article > span { color: var(--teal); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.step-grid h3 { margin: 12px 0 8px; font-family: Manrope, sans-serif; font-size: 18px; }
.step-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.about { padding: 38px 0 110px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.about-copy h2 { margin: 10px 0 16px; font-size: clamp(38px, 5vw, 56px); line-height: 1.05; }
.about-copy p { color: var(--muted); line-height: 1.7; }
.faq-list { display: grid; gap: 10px; }
details { border: 1px solid var(--line); border-radius: 13px; background: rgba(8, 22, 32, .82); }
summary { padding: 16px 18px; cursor: pointer; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::before { content: "▸"; display: inline-block; margin-right: 8px; transition: transform .18s ease; }
details[open] summary::before { transform: rotate(90deg); }
details p { margin: -4px 18px 17px 36px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.site-footer { width: min(1180px, calc(100% - 40px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #8197a4; border-top: 1px solid rgba(132, 167, 188, .12); font-size: 12px; }
.site-footer nav { display: flex; gap: 22px; }
.site-footer a:hover { color: var(--teal); }
.legal-page { width: min(820px, calc(100% - 40px)); min-height: calc(100vh - 155px); margin: 0 auto; padding: 82px 0; }
.legal-page .eyebrow { margin-bottom: 20px; }
.legal-page h1 { margin: 0 0 18px; font-family: Manrope, sans-serif; font-size: clamp(42px, 7vw, 62px); letter-spacing: -.05em; }
.legal-page h2 { margin: 34px 0 10px; font-family: Manrope, sans-serif; font-size: 23px; }
.legal-page p, .legal-page li { color: var(--muted); line-height: 1.75; }
.legal-page a { color: var(--teal); }
.legal-page .notice { margin-top: 28px; padding: 18px; border: 1px solid rgba(255, 198, 92, .25); border-radius: 13px; background: rgba(255, 198, 92, .06); }
:focus-visible { outline: 3px solid rgba(67, 223, 189, .7); outline-offset: 3px; }
@media (max-width: 900px) {
  .utility-grid, .step-grid { grid-template-columns: 1fr; }
  .utility-card { min-height: 235px; }
  .minute-feature { grid-template-columns: 1fr; padding: 42px 32px; }
  .phone-wrap { min-height: 390px; }
  .about { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 720px) {
  .main-nav { display: none; }
  .menu-button { display: block; }
  .hero { padding-top: 65px; }
  .ip-panel { grid-template-columns: 1fr; gap: 20px; padding: 24px 19px; }
  .ip-actions { width: 100%; }
  .copy-button { width: 100%; }
  .minute-feature { margin-top: 0; }
  .site-footer { padding: 24px 0; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .nav-wrap, .mobile-nav, .section, .site-footer { width: min(100% - 28px, 1180px); }
  .hero h1 { font-size: 45px; }
  .hero-copy > p { font-size: 16px; }
  .ip-state strong { font-size: 29px; }
  .minute-feature { width: calc(100% - 20px); padding: 36px 22px; border-radius: 23px; }
  .feature-copy h2 { font-size: 41px; }
  .phone { width: 292px; transform: none; }
  .site-footer nav { flex-wrap: wrap; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
