:root {
  color-scheme: dark;
  --bg: #121316;
  --panel: #1b1b1f;
  --panel-2: #202127;
  --line: rgba(255, 255, 255, 0.1);
  --text: #f2f0ec;
  --muted: #c6c6cd;
  --soft: #8e9099;
  --accent: #ff8a3d;
  --accent-2: #34d399;
  --accent-3: #60a5fa;
  --ink: #15120f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
}

body.policy-page {
  background: #121316;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(18, 19, 22, 0.86);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
}

.brand span {
  font-size: 1.08rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.94rem;
  padding: 9px 12px;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  outline: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.98fr);
  align-items: center;
  gap: 56px;
  width: min(1120px, calc(100% - 36px));
  min-height: calc(100vh - 74px);
  margin: 0 auto;
  padding: 58px 0 72px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

h1,
h2,
h3 {
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(4rem, 10vw, 8.8rem);
  font-weight: 900;
  line-height: 0.86;
}

.hero-copy {
  max-width: 700px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--accent);
  color: var(--ink);
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
  max-width: 660px;
}

.proof-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
}

.proof-item strong {
  display: block;
  color: var(--text);
  font-size: 1.45rem;
}

.proof-item span {
  display: block;
  margin-top: 5px;
  color: var(--soft);
  font-size: 0.9rem;
  line-height: 1.35;
}

.phone-stage {
  position: relative;
  min-height: 610px;
}

.phone {
  position: absolute;
  overflow: hidden;
  width: min(58%, 240px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: #090a0d;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.44);
}

.phone img {
  width: 100%;
  height: auto;
}

.phone.one {
  top: 18px;
  left: 5%;
  transform: rotate(-7deg);
}

.phone.two {
  top: 0;
  right: 12%;
  width: min(62%, 258px);
  z-index: 3;
}

.phone.three {
  right: 0;
  bottom: 0;
  transform: rotate(6deg);
}

.halo-card {
  position: absolute;
  right: 28px;
  bottom: 74px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(27, 27, 31, 0.88);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.34);
  padding: 13px 15px;
  backdrop-filter: blur(12px);
}

.halo-card img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
}

.halo-card strong,
.halo-card span {
  display: block;
}

.halo-card span {
  color: var(--soft);
  font-size: 0.86rem;
}

.section {
  border-top: 1px solid var(--line);
  padding: 76px 0;
}

.container {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.section-head {
  max-width: 740px;
  margin-bottom: 34px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.section-head p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 24px;
}

.feature .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.dot.orange {
  background: var(--accent);
}

.dot.green {
  background: var(--accent-2);
}

.dot.blue {
  background: var(--accent-3);
}

.feature h3 {
  margin: 0;
  font-size: 1.22rem;
}

.feature p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.notice-band {
  border: 1px solid rgba(255, 138, 61, 0.28);
  border-radius: 8px;
  background: rgba(255, 138, 61, 0.08);
  padding: 24px;
  color: var(--muted);
  line-height: 1.65;
}

.notice-band strong {
  color: var(--text);
}

.footer {
  border-top: 1px solid var(--line);
  padding: 32px 0;
  color: var(--soft);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer a {
  color: var(--muted);
  text-decoration: none;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.policy-hero {
  border-bottom: 1px solid var(--line);
  padding: 58px 0 42px;
}

.policy-hero h1 {
  font-size: clamp(2.8rem, 8vw, 5.6rem);
  line-height: 0.96;
}

.policy-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.65;
}

.content {
  padding: 52px 0 76px;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 42px;
  align-items: start;
}

.article {
  max-width: 820px;
}

.article section {
  border-top: 1px solid var(--line);
  padding: 28px 0;
}

.article section:first-child {
  border-top: 0;
  padding-top: 0;
}

.article h2 {
  margin: 0 0 14px;
  font-size: 1.45rem;
}

.article h3 {
  margin: 22px 0 10px;
  font-size: 1.08rem;
}

.article p,
.article li {
  color: var(--muted);
  line-height: 1.72;
}

.article ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.side-note {
  position: sticky;
  top: 102px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 20px;
}

.side-note h2 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.side-note p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.55;
}

.side-note a {
  color: var(--accent);
  font-weight: 800;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.support-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 22px;
}

.support-card h2 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.support-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.support-card a {
  color: var(--accent);
  font-weight: 800;
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 44px;
  }

  .phone-stage {
    min-height: 540px;
  }

  .feature-grid,
  .support-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .side-note {
    position: static;
  }
}

@media (max-width: 620px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }

  h1 {
    font-size: clamp(3.2rem, 21vw, 5rem);
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .phone-stage {
    min-height: 420px;
  }

  .phone {
    border-radius: 20px;
  }

  .phone.one {
    left: 0;
    width: 48%;
  }

  .phone.two {
    right: 20%;
    width: 54%;
  }

  .phone.three {
    width: 48%;
  }

  .halo-card {
    left: 18px;
    right: 18px;
    bottom: 28px;
  }
}
