:root {
  color-scheme: light;
  --blue: #3a8dff;
  --blue-dark: #1467de;
  --blue-deep: #0f4fb8;
  --blue-soft: #eaf3ff;
  --navy: #0f172a;
  --slate: #475569;
  --muted: #64748b;
  --line: #dbe5f0;
  --surface: #ffffff;
  --surface-soft: #f7faff;
  --orange: #ee9b39;
  --orange-soft: #fff2df;
  --mint: #1fa884;
  --mint-soft: #e7f8f2;
  --lavender: #7657d5;
  --lavender-soft: #f0ebff;
  --danger: #dc3441;
  --danger-dark: #b51e2a;
  --danger-soft: #fff1f2;
  --success: #087443;
  --success-soft: #eefbf4;
  --shadow-sm: 0 12px 30px rgba(30, 64, 112, 0.09);
  --shadow-md: 0 24px 70px rgba(30, 64, 112, 0.14);
  --shadow-phone: 0 35px 80px rgba(15, 23, 42, 0.25);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-xl: 36px;
  --content-width: 1180px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background: var(--surface);
  color: var(--navy);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--surface);
  color: var(--navy);
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

button,
input {
  font: inherit;
}

a {
  color: var(--blue-dark);
  font-weight: 700;
}

a:hover {
  color: var(--blue-deep);
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  transform: translateY(-160%);
  border-radius: 10px;
  padding: 12px 16px;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid rgba(58, 141, 255, 0.42);
  outline-offset: 3px;
}

.section-shell {
  width: min(calc(100% - 40px), var(--content-width));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(219, 229, 240, 0.78);
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  width: min(calc(100% - 40px), var(--content-width));
  min-height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--navy);
  text-decoration: none;
}

.site-brand:hover {
  color: var(--navy);
}

.site-brand__icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  box-shadow: 0 7px 18px rgba(29, 110, 232, 0.24);
}

.site-brand__name {
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.site-navigation {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-navigation a {
  position: relative;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.site-navigation a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  border-radius: 999px;
  background: var(--blue);
  content: "";
  transition: transform 180ms ease;
}

.site-navigation a:hover::after,
.site-navigation a:focus-visible::after {
  transform: scaleX(1);
}

.nav-status {
  border: 1px solid #cfe2ff;
  border-radius: 999px;
  padding: 8px 13px;
  background: var(--blue-soft);
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  padding: 11px;
  background: var(--blue-soft);
  color: var(--navy);
  cursor: pointer;
}

.nav-toggle span {
  width: 100%;
  height: 2px;
  display: block;
  margin-block: 4px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 15%, rgba(58, 141, 255, 0.16), transparent 31%),
    radial-gradient(circle at 12% 90%, rgba(238, 155, 57, 0.1), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, #f5f9ff 100%);
}

.hero__contours,
.final-cta__contours {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  pointer-events: none;
  background-image:
    radial-gradient(ellipse at 85% 25%, transparent 0 18%, rgba(58, 141, 255, 0.11) 18.2% 18.7%, transparent 18.9%),
    radial-gradient(ellipse at 85% 25%, transparent 0 29%, rgba(58, 141, 255, 0.09) 29.2% 29.7%, transparent 29.9%),
    radial-gradient(ellipse at 12% 82%, transparent 0 24%, rgba(238, 155, 57, 0.12) 24.2% 24.7%, transparent 24.9%);
}

.hero__grid {
  position: relative;
  z-index: 1;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
  gap: 56px;
  align-items: center;
  padding-block: 76px 92px;
}

.status-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 25px;
  border: 1px solid #cfe2ff;
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--blue-deep);
  box-shadow: 0 8px 24px rgba(58, 141, 255, 0.09);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.status-pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(31, 168, 132, 0.12);
}

.hero h1 {
  max-width: 710px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(52px, 6.2vw, 82px);
  font-weight: 870;
  line-height: 0.99;
  letter-spacing: -0.068em;
}

.hero h1 em {
  color: var(--blue-dark);
  font-style: normal;
  white-space: nowrap;
}

.hero__lede {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--slate);
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.62;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 0 21px;
  font-size: 15px;
  font-weight: 820;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: linear-gradient(135deg, var(--blue), #2177ed);
  color: #fff;
  box-shadow: 0 14px 30px rgba(34, 119, 237, 0.28);
}

.button--primary:hover {
  color: #fff;
  box-shadow: 0 18px 38px rgba(34, 119, 237, 0.34);
}

.button--quiet {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.85);
  color: var(--navy);
}

.button--quiet:hover {
  color: var(--blue-deep);
  box-shadow: var(--shadow-sm);
}

.button--light {
  background: #fff;
  color: var(--blue-deep);
  box-shadow: 0 14px 30px rgba(9, 46, 103, 0.18);
}

.button--light:hover {
  color: var(--blue-deep);
  box-shadow: 0 18px 38px rgba(9, 46, 103, 0.24);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 17px 22px;
  margin: 28px 0 0;
  padding: 0;
  color: #526177;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.trust-list__icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mint-soft);
  color: var(--mint);
  font-size: 12px;
  font-weight: 900;
}

.hero__visual {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.hero__visual::before {
  position: absolute;
  width: min(95%, 520px);
  aspect-ratio: 1;
  border-radius: 42% 58% 51% 49% / 49% 43% 57% 51%;
  background: linear-gradient(145deg, #d8eaff, #ebf4ff);
  box-shadow: inset 0 0 0 1px rgba(58, 141, 255, 0.1);
  content: "";
  transform: rotate(-7deg);
}

.speech-bubble {
  position: absolute;
  top: 41px;
  right: -2px;
  z-index: 4;
  max-width: 205px;
  border: 1px solid #e6d1b8;
  border-radius: 18px 18px 18px 5px;
  padding: 13px 16px;
  background: #fff9f0;
  color: #865225;
  box-shadow: var(--shadow-sm);
  font-size: 14px;
  font-weight: 830;
  line-height: 1.35;
  transform: rotate(2deg);
}

.phone {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  border: 8px solid #101722;
  background: #101722;
  box-shadow: var(--shadow-phone);
}

.phone--hero {
  z-index: 2;
  width: 300px;
  aspect-ratio: 828 / 1800;
  border-radius: 49px;
  transform: rotate(2deg) translateX(-65px);
}

.phone__speaker {
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 5;
  width: 89px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #080c13;
}

.phone__screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
  background: #f6f8fb;
}

.hero-map-shot {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}

.hero__otter {
  position: absolute;
  right: -24px;
  bottom: 56px;
  z-index: 3;
  width: 218px;
  animation: otter-float 4.6s ease-in-out infinite;
  filter: drop-shadow(0 24px 25px rgba(103, 58, 16, 0.14));
}

.section {
  padding-block: 110px;
}

.section--features {
  background: #fff;
}

.section-heading {
  max-width: 720px;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-kicker {
  margin: 0 0 13px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading h2,
.privacy-card h2,
.final-cta h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 860;
  line-height: 1.04;
  letter-spacing: -0.052em;
}

.section-heading > p:last-child,
.privacy-card__copy > p,
.final-cta__copy > p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 55px;
}

.feature-card {
  position: relative;
  min-height: 355px;
  overflow: hidden;
  border: 1px solid rgba(219, 229, 240, 0.8);
  border-radius: var(--radius-lg);
  padding: 29px;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.feature-card--blue {
  background: linear-gradient(165deg, #f7fbff, #e9f3ff);
}

.feature-card--mint {
  background: linear-gradient(165deg, #f7fffc, var(--mint-soft));
}

.feature-card--orange {
  background: linear-gradient(165deg, #fffdf9, var(--orange-soft));
}

.feature-card--lavender {
  background: linear-gradient(165deg, #fdfcff, var(--lavender-soft));
}

.feature-card__number {
  position: absolute;
  top: 25px;
  right: 25px;
  color: rgba(15, 23, 42, 0.23);
  font-size: 13px;
  font-weight: 900;
}

.feature-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(30, 64, 112, 0.1);
}

.feature-card__icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.feature-card--blue .feature-card__icon {
  color: var(--blue-dark);
}

.feature-card--mint .feature-card__icon {
  color: var(--mint);
}

.feature-card--orange .feature-card__icon {
  color: #cf741c;
}

.feature-card--lavender .feature-card__icon {
  color: var(--lavender);
}

.feature-card h3 {
  margin: 29px 0 0;
  color: var(--navy);
  font-size: 23px;
  line-height: 1.17;
  letter-spacing: -0.025em;
}

.feature-card > p {
  margin: 14px 0 0;
  color: var(--slate);
  font-size: 15px;
  line-height: 1.65;
}

.feature-card .feature-card__note {
  margin-top: 15px;
  border-top: 1px solid rgba(118, 87, 213, 0.15);
  padding-top: 13px;
  color: #67568e;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}

.product-tour {
  overflow: hidden;
  background: var(--surface-soft);
}

.screen-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  margin-top: 65px;
}

.screen-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px 18px 38px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.screen-card__copy {
  min-height: 205px;
}

.screen-card__copy > span {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--blue-soft);
  color: var(--blue-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.screen-card__copy h3 {
  margin: 16px 0 0;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.screen-card__copy p {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.phone--screenshot {
  width: min(100%, 238px);
  aspect-ratio: 828 / 1800;
  margin: 12px auto 0;
  border-width: 7px;
  border-radius: 43px;
  box-shadow: 0 27px 55px rgba(15, 23, 42, 0.2);
}

.phone--screenshot .phone__speaker {
  top: 11px;
  width: 76px;
  height: 21px;
}

.phone--screenshot img {
  width: 100%;
  height: 100%;
  border-radius: 34px;
  object-fit: cover;
}

.screen-gallery__note {
  margin: 25px 0 0;
  color: #58677a;
  font-size: 12px;
  text-align: center;
}

.how-it-works {
  background:
    radial-gradient(circle at 8% 28%, rgba(238, 155, 57, 0.12), transparent 26%),
    #fff;
}

.how-it-works__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.83fr) minmax(0, 1.17fr);
  gap: 90px;
  align-items: center;
}

.how-it-works__mascot {
  position: relative;
  min-height: 530px;
  display: grid;
  place-items: end center;
}

.how-it-works__mascot::before {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  height: 410px;
  border-radius: 42% 58% 45% 55% / 50% 42% 58% 50%;
  background: linear-gradient(145deg, #fff3e2, #ffe4bd);
  content: "";
  transform: rotate(5deg);
}

.how-it-works__mascot img {
  position: relative;
  z-index: 2;
  width: 500px;
  filter: drop-shadow(0 26px 28px rgba(120, 70, 20, 0.13));
}

.speech-bubble--guide {
  top: 12px;
  right: 5px;
  z-index: 3;
  max-width: 190px;
}

.steps {
  display: grid;
  gap: 15px;
  margin: 39px 0 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(30, 64, 112, 0.06);
}

.steps li > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: var(--blue-soft);
  color: var(--blue-deep);
  font-size: 18px;
  font-weight: 900;
}

.steps h3 {
  margin: 2px 0 0;
  font-size: 19px;
  letter-spacing: -0.02em;
}

.steps p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.privacy-section {
  background: var(--surface-soft);
}

.privacy-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) minmax(280px, 0.54fr);
  gap: 31px;
  align-items: start;
  border: 1px solid #cde8df;
  border-radius: var(--radius-xl);
  padding: 48px;
  background:
    radial-gradient(circle at 95% 10%, rgba(31, 168, 132, 0.12), transparent 26%),
    #fff;
  box-shadow: var(--shadow-md);
}

.privacy-card__icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: var(--mint-soft);
  color: var(--mint);
}

.privacy-card__icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.privacy-card h2 {
  font-size: clamp(34px, 3.7vw, 49px);
}

.privacy-card__copy > p {
  font-size: 16px;
}

.privacy-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 26px;
}

.privacy-card__links a {
  color: var(--blue-deep);
  font-size: 14px;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

.privacy-points li {
  border: 1px solid #dcebe6;
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.8);
}

.privacy-points strong,
.privacy-points span {
  display: block;
}

.privacy-points strong {
  color: var(--success);
  font-size: 14px;
}

.privacy-points span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.final-cta {
  background: #fff;
}

.final-cta__card {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: 30px;
  align-items: center;
  overflow: hidden;
  border-radius: var(--radius-xl);
  padding: 45px 7%;
  background: linear-gradient(135deg, #267eea 0%, #3a8dff 58%, #61a6ff 100%);
  box-shadow: 0 30px 75px rgba(37, 115, 223, 0.26);
}

.final-cta__contours {
  opacity: 0.55;
  background-image:
    radial-gradient(ellipse at 15% 80%, transparent 0 24%, rgba(255, 255, 255, 0.16) 24.2% 24.8%, transparent 25%),
    radial-gradient(ellipse at 15% 80%, transparent 0 38%, rgba(255, 255, 255, 0.12) 38.2% 38.8%, transparent 39%);
}

.final-cta__otter {
  position: relative;
  z-index: 2;
  width: 430px;
  align-self: end;
  margin-bottom: -80px;
  filter: drop-shadow(0 20px 26px rgba(9, 46, 103, 0.2));
  animation: otter-wave 4.8s ease-in-out infinite;
}

.final-cta__copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.final-cta .section-kicker {
  color: #dfeeff;
}

.final-cta h2 {
  color: #fff;
  font-size: clamp(45px, 5vw, 66px);
}

.final-cta__copy > p {
  max-width: 510px;
  margin-bottom: 27px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 65px 0 26px;
  background: #f7faff;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 70px;
}

.site-brand--footer .site-brand__icon {
  width: 50px;
  height: 50px;
}

.site-footer__grid > div > p {
  max-width: 350px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.site-footer__grid .site-footer__operator {
  margin-top: 8px;
  color: #58677a;
  font-size: 12px;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.site-footer nav > div {
  display: grid;
  align-content: start;
  gap: 12px;
}

.site-footer nav strong {
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.site-footer nav a {
  width: fit-content;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.site-footer nav a:hover {
  color: var(--blue-deep);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  color: #58677a;
  font-size: 12px;
}

/* Shared legal and account-deletion pages */

.interior-page {
  background:
    radial-gradient(circle at 85% 4%, rgba(58, 141, 255, 0.13), transparent 24%),
    var(--surface-soft);
}

.interior-page .site-header {
  position: relative;
}

.page-shell {
  width: min(calc(100% - 40px), 900px);
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  padding: 62px 0 90px;
  display: flex;
  align-items: center;
}

.page-shell-top {
  align-items: flex-start;
}

.request-panel {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 44px;
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.legal-panel {
  margin: 0 auto;
}

.brand-row {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 29px;
}

.brand-mark {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 9px 22px rgba(29, 110, 232, 0.2);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eyebrow,
.brand-name,
.section-label {
  margin: 0;
}

.eyebrow,
.section-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-name {
  margin-top: 3px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: -9px 0 28px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--line);
}

.quick-links a {
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 780;
  text-decoration: none;
}

.quick-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.intro {
  max-width: 700px;
}

.intro h1 {
  margin: 10px 0 0;
  color: var(--navy);
  font-size: clamp(39px, 5vw, 56px);
  font-weight: 860;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.intro p,
.notice,
.details p,
.details li,
.field-help {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.intro p {
  margin: 18px 0 0;
}

.notice {
  margin: 28px 0;
  border: 1px solid #ffd2d7;
  border-left: 4px solid var(--danger);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  background: var(--danger-soft);
}

.notice strong {
  display: block;
  margin-bottom: 6px;
  color: var(--danger-dark);
}

.data-summary {
  width: min(100%, 700px);
  margin: 0 auto 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 20px;
  background: var(--surface-soft);
}

.data-summary h2 {
  margin: 0 0 15px;
  color: var(--navy);
  font-size: 20px;
}

.data-summary dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.data-summary dl > div {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: #fff;
}

.data-summary dt {
  color: var(--navy);
  font-size: 13px;
  font-weight: 850;
}

.data-summary dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.request-form {
  width: min(100%, 700px);
  display: grid;
  gap: 17px;
  margin: 0 auto;
}

.provider-options {
  width: min(100%, 700px);
  margin: 0 auto;
}

.provider-options h2 {
  margin: 0;
  color: var(--navy);
  font-size: 20px;
}

.provider-options > p {
  margin: 7px 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

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

.provider-button {
  min-height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  border: 1px solid #cbd3dd;
  border-radius: 13px;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 780;
  letter-spacing: 0;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease,
    transform 160ms ease;
}

.provider-button:not(:disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(22, 39, 64, 0.14);
}

.provider-button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.provider-button--apple {
  min-height: 56px;
  gap: 10px;
  border: 1.5px solid #d1d5db;
  border-radius: 12px;
  padding: 0 20px;
  background: transparent;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
}

.provider-button--google {
  background: #fff;
  color: #192235;
}

.provider-button__icon-slot {
  width: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.provider-button__apple-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.provider-button__mark {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.provider-button__mark--google {
  border: 0;
  color: #4285f4;
  font-size: 20px;
}

.method-divider {
  width: min(100%, 700px);
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 23px auto;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.method-divider::before,
.method-divider::after {
  height: 1px;
  flex: 1;
  background: var(--line);
  content: "";
}

.state-panel > .provider-button {
  width: 100%;
  margin-top: 17px;
}

.manual-review {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.manual-review button {
  min-height: 50px;
  border: 1px solid var(--danger);
  border-radius: 13px;
  background: #fff;
  color: var(--danger-dark);
  font-weight: 800;
  cursor: pointer;
}

.manual-review button:disabled {
  border-color: #e4b9bd;
  color: #a97c81;
  cursor: not-allowed;
}

.field-group {
  display: grid;
  gap: 9px;
}

label {
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

input[type="email"],
input[type="text"] {
  width: 100%;
  min-height: 55px;
  border: 1px solid #cbd7e4;
  border-radius: 13px;
  padding: 0 16px;
  background: #fff;
  color: var(--navy);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input:focus {
  border-color: var(--blue);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(58, 141, 255, 0.14);
}

.field-help {
  margin: 0;
  font-size: 13px;
}

.confirm-row {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 15px;
  background: var(--surface-soft);
  color: #41516a;
  font-size: 13px;
  line-height: 1.5;
}

.confirm-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 1px 0 0;
  accent-color: var(--danger);
}

.request-form button {
  width: 100%;
  min-height: 55px;
  border: 0;
  border-radius: 13px;
  padding: 0 20px;
  background: linear-gradient(135deg, #e9434e, var(--danger));
  color: #fff;
  box-shadow: 0 12px 28px rgba(220, 52, 65, 0.22);
  font-weight: 820;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.request-form button:not(:disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(220, 52, 65, 0.28);
}

.request-form button:disabled {
  cursor: not-allowed;
  background: #efa4aa;
  box-shadow: none;
}

.status-message {
  min-height: 24px;
  margin: 16px 0 0;
  font-size: 13px;
  font-weight: 750;
}

.status-message[data-tone="error"] {
  color: var(--danger-dark);
}

.success-panel {
  width: min(100%, 700px);
  margin: 20px auto 0;
  border: 1px solid #bce8d2;
  border-radius: 15px;
  padding: 19px;
  background: var(--success-soft);
  color: #31543f;
}

.state-panel {
  width: min(100%, 700px);
  margin: 28px auto 0;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 19px;
  background: var(--surface-soft);
  color: #3d4a5f;
}

.state-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.state-title {
  margin-bottom: 6px !important;
  color: var(--navy) !important;
  font-size: 17px !important;
  font-weight: 850;
}

.secondary-link {
  display: inline-flex;
  margin-top: 14px;
}

.success-panel p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.success-title {
  margin-bottom: 6px !important;
  color: var(--success);
  font-size: 17px !important;
  font-weight: 850;
}

.reference-row {
  margin-top: 14px !important;
  color: var(--muted);
  font-size: 12px !important;
}

.reference-row span {
  color: var(--navy);
  font-weight: 850;
}

.details {
  max-width: 700px;
  margin: 30px auto 0;
  border-top: 1px solid var(--line);
  padding-top: 27px;
}

.details h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 22px;
}

.details ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

.details li {
  margin-bottom: 7px;
  font-size: 14px;
}

.details p {
  margin: 0 0 12px;
  font-size: 14px;
}

.page-footer {
  margin-top: 30px;
  border-top: 1px solid var(--line);
  padding-top: 19px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 23px;
}

.legal-nav a {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 0 14px;
  background: var(--surface-soft);
  font-size: 13px;
  text-decoration: none;
}

.legal-content {
  max-width: 760px;
  margin-top: 32px;
}

.legal-content h2 {
  margin: 31px 0 12px;
  color: var(--navy);
  font-size: 23px;
  letter-spacing: -0.02em;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
}

.legal-content p {
  margin: 0 0 15px;
}

.retention-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 18px 0 7px;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.retention-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background: #fff;
}

.retention-table th,
.retention-table td {
  border-bottom: 1px solid #e6edf5;
  padding: 14px 16px;
  color: #536178;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.retention-table th {
  background: var(--surface-soft);
  color: var(--navy);
  font-weight: 850;
}

.retention-table tr:last-child td {
  border-bottom: 0;
}

.interior-footer {
  width: min(calc(100% - 40px), 900px);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: -54px auto 42px;
  color: #7a8798;
  font-size: 12px;
}

.interior-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

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

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes otter-float {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(1.2deg);
  }
}

@keyframes otter-wave {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  45% {
    transform: translateY(-6px) rotate(-1.2deg);
  }
}

@media (max-width: 1080px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.8fr);
    gap: 30px;
  }

  .hero__otter {
    right: -39px;
    width: 260px;
  }

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

  .feature-card {
    min-height: 300px;
  }

  .privacy-card {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .privacy-points {
    grid-column: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .site-navigation {
    position: fixed;
    top: 78px;
    right: 0;
    left: 0;
    z-index: 90;
    display: grid;
    gap: 0;
    transform: translateY(-120%);
    border-bottom: 1px solid var(--line);
    padding: 14px 20px 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-md);
    opacity: 0;
    pointer-events: none;
    transition: transform 220ms ease, opacity 180ms ease;
  }

  .site-navigation.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-navigation a {
    border-bottom: 1px solid #edf2f7;
    padding: 15px 4px;
    font-size: 16px;
  }

  .site-navigation a::after {
    display: none;
  }

  .site-navigation .nav-status {
    width: fit-content;
    margin-top: 16px;
  }

  .nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
  }

  .hero__grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 70px 90px;
  }

  .hero__copy {
    max-width: 690px;
    text-align: center;
    justify-self: center;
  }

  .status-pill,
  .hero__actions,
  .trust-list {
    justify-content: center;
    margin-inline: auto;
  }

  .hero__visual {
    min-height: 620px;
  }

  .phone--hero {
    transform: rotate(2deg) translateX(-55px);
  }

  .hero__otter {
    right: calc(50% - 245px);
  }

  .speech-bubble {
    right: calc(50% - 260px);
  }

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

  .how-it-works__grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .how-it-works__mascot {
    min-height: 460px;
    order: 2;
  }

  .how-it-works__mascot::before {
    width: min(100%, 540px);
    justify-self: center;
  }

  .how-it-works__mascot img {
    width: min(100%, 500px);
  }

  .final-cta__card {
    min-height: 520px;
    grid-template-columns: 0.75fr 1fr;
    padding-inline: 4%;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

@media (max-width: 640px) {
  .section-shell,
  .site-header__inner,
  .page-shell,
  .interior-footer {
    width: min(calc(100% - 30px), var(--content-width));
  }

  .site-header__inner {
    min-height: 70px;
  }

  .site-brand__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .site-navigation {
    top: 70px;
  }

  .hero__grid {
    padding-block: 54px 76px;
  }

  .hero h1 {
    font-size: clamp(45px, 13vw, 62px);
  }

  .hero__lede {
    font-size: 17px;
  }

  .hero__actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .trust-list {
    max-width: 310px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 12px;
    text-align: left;
  }

  .hero__visual {
    min-height: 520px;
    transform: scale(0.9);
    transform-origin: center top;
    margin-bottom: -45px;
  }

  .phone--hero {
    width: 230px;
    border-radius: 45px;
    transform: rotate(2deg) translateX(-55px);
  }

  .hero__otter {
    right: max(-4px, calc(50% - 194px));
    bottom: 82px;
    width: 136px;
  }

  .speech-bubble {
    top: 22px;
    right: max(0px, calc(50% - 204px));
    max-width: 160px;
    padding: 11px 13px;
    font-size: 12px;
  }

  .section {
    padding-block: 78px;
  }

  .section-heading h2,
  .privacy-card h2,
  .final-cta h2 {
    font-size: 38px;
  }

  .section-heading > p:last-child {
    font-size: 16px;
  }

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

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

  .screen-card__copy {
    min-height: auto;
    padding-bottom: 12px;
  }

  .how-it-works__mascot {
    min-height: 390px;
  }

  .how-it-works__mascot::before {
    height: 320px;
  }

  .speech-bubble--guide {
    top: -6px;
    right: 3px;
  }

  .steps li {
    grid-template-columns: 47px minmax(0, 1fr);
    gap: 14px;
    padding: 17px;
  }

  .steps li > span {
    width: 45px;
    height: 45px;
    border-radius: 14px;
  }

  .privacy-card {
    grid-template-columns: 1fr;
    gap: 23px;
    border-radius: var(--radius-lg);
    padding: 29px;
  }

  .privacy-points {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .final-cta__card {
    min-height: 680px;
    grid-template-columns: 1fr;
    align-items: end;
    padding: 35px 27px 0;
    text-align: center;
  }

  .final-cta__copy {
    grid-row: 1;
  }

  .final-cta__otter {
    width: min(100%, 390px);
    justify-self: center;
    margin-bottom: -60px;
  }

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

  .site-footer__bottom {
    flex-direction: column;
  }

  .page-shell {
    padding-block: 30px 78px;
    align-items: flex-start;
  }

  .request-panel {
    border-radius: var(--radius-md);
    padding: 27px 21px;
  }

  .intro h1 {
    font-size: 38px;
  }

  .data-summary dl {
    grid-template-columns: 1fr;
  }

  .provider-buttons {
    grid-template-columns: 1fr;
  }

  .interior-footer {
    flex-direction: column;
    margin-top: -51px;
  }
}

@media (max-width: 390px) {
  .hero__visual {
    transform: scale(0.8);
    margin-bottom: -105px;
  }

  .trust-list {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
