:root {
  --ink: #13223a;
  --night: #10182f;
  --ocean: #00a7e8;
  --aqua: #44e0ff;
  --grass: #63d24b;
  --lime: #b7f43a;
  --sun: #ffbf25;
  --orange: #ff7a1a;
  --coral: #ff4668;
  --violet: #6c55ff;
  --paper: #fffdf6;
  --cloud: #f1f8ff;
  --muted: rgba(19, 34, 58, 0.68);
  --line: rgba(19, 34, 58, 0.13);
  --shadow: 0 22px 60px rgba(16, 24, 47, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}

body.site-home {
  background:
    linear-gradient(180deg, #dff8ff 0%, #fffdf6 36%, #fff4d6 74%, #e7fbff 100%);
}

body.privacy-page {
  background:
    linear-gradient(180deg, #e8f9ff 0%, #fffdf6 42%, #f5fbf1 100%);
}

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

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

.page-shell {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: flex;
  width: min(1180px, calc(100% - 32px));
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 10px 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  background: rgba(255, 253, 246, 0.86);
  box-shadow: 0 16px 42px rgba(16, 24, 47, 0.16);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand-link {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
}

.brand-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 8px;
  background: #0ea5ff;
  box-shadow: 0 8px 18px rgba(0, 167, 232, 0.28);
}

.brand-text {
  min-width: 0;
}

.brand-name,
.brand-kicker {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-name {
  color: var(--night);
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.05;
}

.brand-kicker {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 760;
}

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

.header-links a {
  border-radius: 8px;
  padding: 10px 12px;
  color: rgba(19, 34, 58, 0.78);
  font-size: 0.84rem;
  font-weight: 820;
  white-space: nowrap;
}

.header-links a:hover,
.header-links a:focus-visible {
  background: rgba(0, 167, 232, 0.1);
  color: var(--night);
  outline: none;
}

.header-links .nav-cta {
  background: linear-gradient(135deg, var(--sun), var(--orange));
  box-shadow: 0 10px 22px rgba(255, 122, 26, 0.26);
  color: #441e00;
}

.hero {
  position: relative;
  display: grid;
  min-height: clamp(560px, 86svh, 760px);
  align-items: end;
  padding: 118px 24px 54px;
  color: #fff;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
  background:
    linear-gradient(90deg, rgba(12, 20, 40, 0.91) 0%, rgba(12, 20, 40, 0.64) 38%, rgba(12, 20, 40, 0.12) 72%, rgba(12, 20, 40, 0.28) 100%),
    url("hero-banner.png") center / cover no-repeat;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -2;
  height: 44%;
  content: "";
  background:
    radial-gradient(ellipse at 78% 72%, rgba(255, 253, 246, 0.88) 0%, rgba(255, 253, 246, 0.76) 30%, rgba(255, 253, 246, 0) 58%),
    linear-gradient(180deg, rgba(255, 253, 246, 0) 0%, rgba(255, 253, 246, 0.88) 86%, var(--paper) 100%);
}

.hero-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.hero-content {
  max-width: 690px;
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #ffe884;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 32px;
  height: 4px;
  border-radius: 8px;
  background: currentColor;
  content: "";
}

.hero h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(3.05rem, 8vw, 7.45rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.86;
  overflow-wrap: break-word;
  text-wrap: balance;
  text-shadow:
    0 4px 0 rgba(116, 53, 0, 0.75),
    0 14px 36px rgba(0, 0, 0, 0.34);
}

.hero h1 span {
  display: block;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.03rem, 1.8vw, 1.26rem);
  font-weight: 680;
}

.hero-actions,
.policy-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.policy-hero-actions {
  margin-top: 24px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 920;
  line-height: 1;
}

.button.primary {
  background: linear-gradient(135deg, var(--sun), var(--orange));
  box-shadow:
    inset 0 -4px 0 rgba(103, 45, 0, 0.18),
    0 16px 30px rgba(255, 122, 26, 0.32);
  color: #351800;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(12px);
}

.button.quiet {
  border: 1px solid rgba(19, 34, 58, 0.12);
  background: #fff;
  box-shadow: 0 12px 24px rgba(16, 24, 47, 0.08);
  color: var(--night);
}

.hero-ribbon {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  margin: -32px auto 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  position: relative;
  z-index: 5;
  min-width: 0;
}

.stat {
  min-width: 0;
  min-height: 94px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(16, 24, 47, 0.12);
  backdrop-filter: blur(18px);
}

.stat strong,
.stat span {
  display: block;
}

.stat strong {
  margin-bottom: 5px;
  color: var(--night);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-weight: 950;
  line-height: 1;
}

.stat span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
  overflow-wrap: anywhere;
}

.section {
  padding: 90px 24px;
}

.section.compact {
  padding-top: 68px;
}

.section-inner {
  width: min(1180px, 100%);
  max-width: 100%;
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading h2,
.policy-hero h1 {
  margin-bottom: 0;
  color: var(--night);
  font-size: clamp(2.2rem, 5.2vw, 4.9rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.92;
}

.section-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 660;
}

.feature-band {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 253, 246, 0) 0%, rgba(68, 224, 255, 0.16) 100%);
}

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

.feature-card {
  min-width: 0;
  min-height: 218px;
  border: 1px solid rgba(19, 34, 58, 0.1);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 34px rgba(16, 24, 47, 0.08);
}

.feature-card:nth-child(2n) {
  background: rgba(232, 249, 255, 0.92);
}

.feature-card:nth-child(3n) {
  background: rgba(255, 247, 220, 0.94);
}

.feature-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  background:
    radial-gradient(circle at 28% 24%, #fff 0 14%, transparent 15%),
    linear-gradient(135deg, var(--aqua), var(--violet));
  box-shadow:
    inset 0 -4px 0 rgba(11, 32, 73, 0.16),
    0 10px 20px rgba(0, 167, 232, 0.22);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 950;
}

.feature-card h3 {
  margin: 18px 0 8px;
  color: var(--night);
  font-size: 1.1rem;
  line-height: 1.16;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 620;
}

.showcase {
  background:
    linear-gradient(180deg, #fffdf6 0%, #fff1c7 54%, #e4f9ff 100%);
}

.showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.58fr);
  gap: 28px;
  align-items: center;
}

.phone-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}

.phone-frame {
  overflow: hidden;
  border: 8px solid #111827;
  border-radius: 24px;
  background: #111827;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    0 24px 46px rgba(16, 24, 47, 0.25);
  transform: rotate(-3deg);
}

.phone-frame:nth-child(2) {
  transform: translateY(28px) rotate(2deg);
}

.phone-frame:nth-child(3) {
  transform: rotate(4deg);
}

.phone-frame img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 14px;
}

.mode-panel {
  min-width: 0;
  border: 1px solid rgba(19, 34, 58, 0.12);
  border-radius: 8px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.mode-panel h2 {
  margin-bottom: 16px;
  color: var(--night);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.94;
}

.mode-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mode-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--muted);
  font-weight: 640;
}

.mode-badge {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--grass), var(--lime));
  box-shadow: inset 0 -4px 0 rgba(32, 99, 23, 0.14);
  color: #163400;
  font-weight: 950;
}

.mode-list strong {
  display: block;
  color: var(--night);
}

.screenshot-strip {
  overflow: hidden;
  padding: 76px 0;
  background: var(--night);
}

.strip-inner {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: drift 34s linear infinite;
}

.strip-inner:hover {
  animation-play-state: paused;
}

.strip-card {
  overflow: hidden;
  width: min(260px, 40vw);
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.32);
}

.strip-card img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

@keyframes drift {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.cta-band {
  padding: 88px 24px;
  background: linear-gradient(135deg, #ffc025 0%, #ff7a1a 48%, #ff4668 100%);
  color: #fff;
}

.cta-inner {
  display: grid;
  width: min(1180px, 100%);
  max-width: 100%;
  margin: 0 auto;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.cta-icon {
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(103, 45, 0, 0.28);
}

.cta-inner h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(2rem, 5vw, 4.8rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.9;
  text-shadow: 0 4px 0 rgba(83, 32, 0, 0.34);
}

.cta-inner p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 720;
}

.site-footer {
  border-top: 1px solid rgba(19, 34, 58, 0.1);
  padding: 30px 24px;
  background: rgba(255, 253, 246, 0.82);
}

.footer-inner {
  display: flex;
  width: min(1180px, 100%);
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto;
  color: rgba(19, 34, 58, 0.64);
  font-size: 0.88rem;
  font-weight: 690;
}

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

.footer-links a {
  color: var(--night);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.policy-hero {
  padding: 138px 24px 72px;
  background:
    linear-gradient(135deg, rgba(232, 249, 255, 0.94), rgba(255, 253, 246, 0.94)),
    url("hero-banner.png") center / cover no-repeat;
}

.policy-hero-inner {
  display: grid;
  width: min(1180px, 100%);
  max-width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 360px);
  gap: 28px;
  align-items: end;
  margin: 0 auto;
}

.policy-hero-inner > * {
  min-width: 0;
}

.policy-hero p {
  max-width: 740px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 660;
  overflow-wrap: anywhere;
}

.policy-summary {
  min-width: 0;
  border: 1px solid rgba(19, 34, 58, 0.12);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.policy-summary strong,
.policy-summary span {
  display: block;
}

.policy-summary strong {
  margin-bottom: 8px;
  color: var(--night);
  font-size: 1.12rem;
}

.policy-summary span {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 630;
  overflow-wrap: anywhere;
}

.policy-layout {
  display: grid;
  width: min(1180px, calc(100% - 48px));
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin: 0 auto;
  padding: 54px 0 92px;
}

.toc {
  position: sticky;
  top: 98px;
  border: 1px solid rgba(19, 34, 58, 0.12);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 34px rgba(16, 24, 47, 0.08);
}

.toc strong {
  display: block;
  margin-bottom: 10px;
  color: var(--night);
}

.toc a {
  display: block;
  border-radius: 8px;
  padding: 9px 10px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 760;
}

.toc a:hover,
.toc a:focus-visible {
  background: rgba(0, 167, 232, 0.09);
  color: var(--night);
  outline: none;
}

.policy-content {
  display: grid;
  gap: 14px;
}

.policy-card {
  min-width: 0;
  border: 1px solid rgba(19, 34, 58, 0.12);
  border-radius: 8px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 32px rgba(16, 24, 47, 0.07);
}

.policy-card h2 {
  margin-bottom: 12px;
  color: var(--night);
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.05;
}

.policy-card h3 {
  margin: 22px 0 8px;
  color: #0d6d8f;
  font-size: 1.02rem;
  line-height: 1.2;
}

.policy-card p {
  margin-bottom: 12px;
  color: var(--muted);
  font-weight: 620;
  overflow-wrap: anywhere;
}

.policy-card p:last-child {
  margin-bottom: 0;
}

.policy-card ul {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.policy-card li {
  position: relative;
  margin: 8px 0;
  padding-left: 22px;
  color: var(--muted);
  font-weight: 620;
  overflow-wrap: anywhere;
}

.policy-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ocean), var(--grass));
  content: "";
  transform: translateY(-50%);
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.partner-grid a {
  display: block;
  min-height: 50px;
  border: 1px solid rgba(19, 34, 58, 0.1);
  border-radius: 8px;
  padding: 12px;
  background: #f4fbff;
  color: var(--night);
  font-size: 0.9rem;
  font-weight: 860;
}

.contact-card {
  background:
    linear-gradient(135deg, rgba(68, 224, 255, 0.2), rgba(255, 191, 37, 0.22)),
    rgba(255, 255, 255, 0.94);
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.mail-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  background: var(--night);
  color: #fff;
  font-weight: 890;
  overflow-wrap: anywhere;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .strip-inner {
    animation: none;
  }
}

@media (max-width: 1050px) {
  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .showcase-layout,
  .section-heading,
  .policy-hero-inner {
    grid-template-columns: 1fr;
  }

  .policy-layout {
    grid-template-columns: 1fr;
  }

  .toc {
    position: relative;
    top: auto;
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: stretch;
  }

  .header-links {
    display: none;
  }

  .hero {
    min-height: 82svh;
    padding-top: 104px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(12, 20, 40, 0.88) 0%, rgba(12, 20, 40, 0.54) 48%, rgba(12, 20, 40, 0.24) 100%),
      url("hero-banner.png") center / cover no-repeat;
  }

  .hero-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-layout {
    gap: 42px;
  }

  .phone-gallery {
    overflow-x: auto;
    grid-template-columns: repeat(3, minmax(190px, 1fr));
    padding-bottom: 14px;
    scroll-snap-type: x mandatory;
  }

  .phone-frame {
    scroll-snap-align: center;
    transform: none;
  }

  .phone-frame:nth-child(2),
  .phone-frame:nth-child(3) {
    transform: none;
  }

  .cta-inner {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .cta-inner .button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 58px;
    padding: 7px;
  }

  .brand-icon {
    width: 40px;
    height: 40px;
  }

  .brand-name {
    font-size: 0.86rem;
  }

  .brand-kicker {
    font-size: 0.68rem;
  }

  .hero {
    min-height: 80svh;
    padding: 94px 18px 42px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 3rem);
    line-height: 0.92;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions,
  .policy-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-ribbon {
    width: calc(100% - 20px);
    grid-template-columns: 1fr 1fr;
  }

  .stat {
    min-height: 82px;
    padding: 13px;
  }

  .section {
    padding: 64px 18px;
  }

  .section.compact {
    padding-top: 50px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

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

  .feature-card {
    min-height: 0;
  }

  .mode-panel {
    padding: 22px;
  }

  .mode-list li {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .mode-badge {
    width: 38px;
    height: 38px;
  }

  .strip-card {
    width: 210px;
  }

  .cta-band {
    padding: 68px 18px;
  }

  .cta-inner {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .policy-hero {
    padding: 116px 18px 52px;
  }

  .policy-layout {
    width: calc(100% - 28px);
    padding: 36px 0 66px;
  }

  .policy-card {
    padding: 22px;
  }

  .partner-grid {
    grid-template-columns: 1fr;
  }

  .contact-row {
    align-items: stretch;
    flex-direction: column;
  }

  .mail-link {
    width: 100%;
  }
}
