﻿:root {
  --ink: #052f56;
  --ink-2: #0b4770;
  --blue: #0488d8;
  --blue-dark: #00648c;
  --aqua: #e9f9ff;
  --aqua-2: #f5fcff;
  --coral: #ff5774;
  --sun: #ffc928;
  --mint: #2cc7b7;
  --surface: rgba(255, 255, 255, 0.86);
  --border: rgba(5, 47, 86, 0.12);
  --shadow: 0 18px 42px rgba(5, 47, 86, 0.1);
  --font-sans: "Aptos", "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: "Aptos Display", "Aptos", "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-strong: 650;
  --weight-display: 700;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, var(--aqua-2) 45%, #ffffff 100%);
  font-family: var(--font-sans);
  font-synthesis-weight: none;
  overflow-x: hidden;
}

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

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentColor;
  line-height: 1;
}

a {
  color: inherit;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1320px, calc(100% - 48px));
  min-height: 68px;
  margin: 16px auto 0;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(5, 47, 86, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 36px rgba(5, 47, 86, 0.08);
  backdrop-filter: blur(18px);
  overflow: visible;
}

.brand img {
  width: 210px;
  height: auto;
  object-fit: contain;
  image-rendering: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mobile-menu {
  display: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.footer-logo {
  width: 156px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #07375f;
  font-size: 15px;
  font-weight: 600;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.nav-links .icon {
  font-size: 13px;
}

.nav-links a,
.site-footer a,
.brand,
.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.language-menu {
  position: relative;
  color: #07375f;
  font-size: 14px;
  font-weight: var(--weight-semibold);
}

.language-menu summary {
  display: inline-flex;
  min-height: 42px;
  min-width: 56px;
  gap: 7px;
  align-items: center;
  justify-content: center;
  list-style: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--border);
  border-radius: 14px;
}

.language-menu summary::-webkit-details-marker {
  display: none;
}

.language-menu[open] summary {
  color: var(--blue-dark);
}

.language-menu a {
  position: relative;
  z-index: 25;
  display: flex;
  min-width: 138px;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  text-decoration: none;
  background: #ffffff;
  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.language-menu a:first-of-type {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  border-top: 1px solid var(--border);
  border-radius: 12px 12px 0 0;
}

.language-menu a:last-of-type {
  position: absolute;
  top: calc(100% + 47px);
  right: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 14px 28px rgba(5, 47, 86, 0.12);
}

.nav-cta,
.button,
.mobile-menu-cta {
  text-decoration: none;
}

.flag-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 13px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(5, 47, 86, 0.12);
}

.flag-us {
  background:
    linear-gradient(#3c3b6e 0 0) 0 0 / 8px 7px no-repeat,
    repeating-linear-gradient(
      to bottom,
      #b22234 0,
      #b22234 1px,
      #ffffff 1px,
      #ffffff 2px
    );
}

.flag-vn {
  background: #da251d;
}

.flag-vn::before {
  position: absolute;
  inset: 2px 4px;
  content: "";
  background: #ffde00;
  clip-path: polygon(50% 0, 61% 36%, 98% 36%, 68% 57%, 79% 92%, 50% 70%, 21% 92%, 32% 57%, 2% 36%, 39% 36%);
}

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

.nav-cta,
.button,
.mobile-menu-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: var(--weight-strong);
  white-space: nowrap;
}

.nav-cta .icon,
.button .icon,
.mobile-menu-cta .icon {
  font-size: 22px;
}

.nav-cta,
.button-primary,
.mobile-menu-cta {
  color: #ffffff;
  background: linear-gradient(180deg, #087ca8 0%, #005f86 100%);
  box-shadow: 0 12px 24px rgba(0, 95, 134, 0.24);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(5, 47, 86, 0.16);
}

.hero {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  padding: 126px 0 28px;
}

.proof-strip,
.section,
.site-footer {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.hero-watermark {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 34%, rgba(4, 136, 216, 0.14), transparent 28%),
    radial-gradient(circle at 20% 86%, rgba(44, 199, 183, 0.13), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fdff 62%, #eaf9ff 100%);
}

.hero::after {
  position: absolute;
  right: -8%;
  bottom: -82px;
  left: -8%;
  height: 176px;
  content: "";
  background: #dff5ff;
  border-radius: 52% 48% 0 0 / 38% 42% 0 0;
}

.hero-inner,
.section,
.proof-strip,
.site-footer {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(430px, 0.88fr) minmax(610px, 1.12fr);
  align-items: center;
  gap: clamp(10px, 2vw, 34px);
  overflow: visible;
}

.hero-copy-wrap {
  position: relative;
  z-index: 8;
  max-width: 100%;
  overflow: visible;
  padding-top: 8px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  padding: 9px 17px;
  color: var(--ink-2);
  background: rgba(217, 244, 255, 0.92);
  border-radius: 999px;
  font-size: 14px;
  font-weight: var(--weight-semibold);
}

.eyebrow .icon {
  color: var(--blue);
  font-size: 18px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

h1 {
  max-width: 610px;
  margin-bottom: 24px;
  color: #062e55;
  font-family: var(--font-display);
  font-size: clamp(50px, 4.7vw, 68px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
}

h1 span {
  color: #128cf0;
}

h2 {
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0;
}

h2 span {
  color: #128cf0;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: var(--weight-semibold);
}

.hero-copy,
.section-copy,
.feature-card p,
.steps p,
.loop-grid p,
.privacy-card p,
.price-card p,
.faq-list p,
.proof-grid span {
  color: rgba(5, 47, 86, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

.hero-copy {
  max-width: 570px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.56;
}

.hero-actions,
.mini-benefits {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.mini-benefits {
  flex-wrap: nowrap;
  margin-top: 30px;
  gap: 28px;
}

.mini-benefits span {
  display: grid;
  grid-template-columns: 44px max-content;
  align-items: start;
  gap: 3px 12px;
  min-width: 184px;
  padding-right: 0;
  color: #123f67;
  font-size: 14px;
  font-weight: var(--weight-medium);
}

.mini-benefits strong,
.mini-benefits small {
  display: block;
  width: auto;
}

.mini-benefits strong {
  font-weight: var(--weight-semibold);
}

.mini-benefits small {
  grid-column: 2;
  margin-left: 0;
  color: rgba(5, 47, 86, 0.68);
  font-size: 14px;
  font-weight: var(--weight-regular);
}

.mini-benefits img {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  padding: 0;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.product-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 450px;
  overflow: visible;
}

.hero-bundle {
  width: min(900px, 126%);
  height: auto;
  max-width: none;
  margin-top: -38px;
  margin-left: -74px;
  object-fit: contain;
  aspect-ratio: 1672 / 941;
  filter: drop-shadow(0 20px 34px rgba(5, 47, 86, 0.12));
}

.desktop-break {
  display: inline;
}

.tank-scene {
  position: absolute;
  right: -80px;
  bottom: 4px;
  z-index: 1;
  width: min(560px, 70%);
  opacity: 0.96;
  filter: drop-shadow(0 20px 28px rgba(5, 47, 86, 0.12));
}

.hero-mascot {
  position: absolute;
  left: -10px;
  top: 260px;
  z-index: 5;
  width: clamp(170px, 19vw, 270px);
  filter: drop-shadow(0 22px 26px rgba(5, 47, 86, 0.2));
}

.phone {
  position: absolute;
  top: 20px;
  left: 39%;
  z-index: 4;
  width: 330px;
  min-height: 642px;
  padding: 13px;
  background: #111821;
  border: 5px solid #2a2f35;
  border-radius: 46px;
  box-shadow: 0 34px 64px rgba(5, 47, 86, 0.28);
}

.phone-camera {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: #05080b;
  border-radius: 50%;
  transform: translateX(-50%);
}

.phone-screen {
  min-height: 608px;
  overflow: hidden;
  padding: 50px 18px 14px;
  background:
    linear-gradient(180deg, rgba(234, 249, 255, 0.28), rgba(255, 255, 255, 0.98) 36%),
    #ffffff;
  border-radius: 32px;
}

.screen-top,
.today-card,
.card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.screen-label {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.streak {
  display: inline-flex;
  padding: 5px 8px;
  color: var(--ink-2);
  background: #fff3e9;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 650;
}

.bell {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--blue-dark);
  border: 2px solid rgba(0, 95, 134, 0.28);
  border-radius: 50%;
}

.progress-ring {
  display: grid;
  width: 166px;
  height: 166px;
  margin: 20px auto 14px;
  place-items: center;
  background: conic-gradient(var(--blue-dark) 0 100%, rgba(4, 136, 216, 0.12) 0);
  border-radius: 50%;
}

.ring-value {
  display: grid;
  width: 156px;
  height: 132px;
  place-items: center;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
}

.drop {
  color: var(--blue);
  font-size: 20px;
}

.ring-value strong {
  font-size: 32px;
  line-height: 0.95;
}

.ring-value small {
  font-size: 16px;
  font-weight: 600;
}

.goal-copy {
  margin-bottom: 16px;
  text-align: center;
  font-size: 13px;
  line-height: 1.35;
}

.quick-log-card,
.today-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(5, 47, 86, 0.08);
}

.quick-log-card {
  padding: 14px;
}

.card-head {
  margin-bottom: 10px;
  flex-direction: column;
}

.card-head span {
  color: rgba(5, 47, 86, 0.56);
  font-size: 12px;
}

.quick-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.quick-options button {
  min-width: 0;
  padding: 7px 4px 6px;
  color: var(--ink);
  background: #effaff;
  border: 1px solid rgba(4, 136, 216, 0.14);
  border-radius: 12px;
  font: inherit;
  font-size: 10px;
  font-weight: 600;
}

.qicon {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 4px;
  background: linear-gradient(180deg, #ffffff, #d9f6ff);
  border: 2px solid #6fcde8;
  border-radius: 9px;
  box-shadow: inset 0 -6px 0 rgba(4, 136, 216, 0.16);
}

.qicon-sip {
  width: 24px;
}

.qicon-small {
  width: 30px;
}

.qicon-glass {
  height: 40px;
}

.qicon-bottle {
  width: 20px;
  height: 42px;
  border-radius: 8px 8px 12px 12px;
}

.quick-options small {
  display: block;
  margin-top: 3px;
  padding: 2px 3px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 999px;
  font-size: 8px;
}

.today-card {
  align-items: center;
  margin-top: 12px;
  padding: 10px 12px;
}

.mini-fish {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #0db4d8;
  background: #dcfbff;
  border-radius: 50%;
}

.today-card div {
  flex: 1;
  min-width: 0;
}

.today-card span,
.today-card a {
  display: block;
  color: rgba(5, 47, 86, 0.58);
  font-size: 10px;
  text-decoration: none;
}

.today-card a {
  color: var(--blue-dark);
  font-weight: 600;
}

.bottom-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.bottom-nav span {
  color: #147aa0;
  text-align: center;
  font-size: 17px;
}

.watch-card {
  position: absolute;
  right: 0;
  top: 280px;
  z-index: 6;
  width: 196px;
  min-height: 240px;
  padding: 28px 20px 18px;
  color: #ffffff;
  background: #0a1119;
  border: 8px solid #f4f0e8;
  border-radius: 40px;
  box-shadow: 0 22px 42px rgba(5, 47, 86, 0.25);
}

.watch-time {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 13px;
}

.watch-card strong {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}

.watch-card p {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.35;
}

.watch-card img {
  width: 84px;
}

.watch-check {
  position: absolute;
  right: 16px;
  bottom: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: var(--blue);
  border-radius: 50%;
  font-weight: 700;
}

.offer-badge {
  position: absolute;
  right: 96px;
  top: 54px;
  z-index: 7;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  color: #fff133;
  background: var(--coral);
  border-radius: 34% 44% 38% 50%;
  box-shadow: 0 18px 28px rgba(255, 87, 116, 0.28);
  text-align: center;
  transform: rotate(-8deg);
}

.offer-badge strong {
  font-size: 26px;
  line-height: 0.9;
}

.offer-badge span {
  display: block;
  margin-top: -16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.proof-strip {
  position: relative;
  z-index: 3;
  margin-top: 24px;
  margin-bottom: 72px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.proof-grid,
.feature-grid,
.loop-grid,
.pricing-cards,
.use-case-grid,
.resource-grid {
  display: grid;
  gap: 18px;
}

.proof-grid {
  grid-template-columns: repeat(3, 1fr);
}

.proof-grid article,
.feature-card,
.steps article,
.loop-grid article,
.price-card,
.use-case-grid article,
.resource-grid article,
.faq-list details {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.proof-grid article {
  display: grid;
  align-content: center;
  min-height: 92px;
  padding: 20px 24px;
  border-color: transparent;
  box-shadow: none;
}

.proof-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: var(--weight-semibold);
  line-height: 1.18;
}

.proof-grid span {
  display: block;
  font-size: 14px;
}

.rating-proof {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2px 18px;
}

.rating-proof span {
  color: #ffbd16;
  font-size: 24px;
  letter-spacing: 1px;
}

.rating-stars {
  display: inline-flex;
  gap: 2px;
}

.rating-proof strong {
  margin-bottom: 0;
  font-size: 42px;
}

.rating-proof small {
  grid-column: 1 / -1;
  color: rgba(5, 47, 86, 0.68);
  font-size: 17px;
}

.proof-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 0 10px;
  place-items: center;
  color: var(--mint);
  background: #dcfbff;
  border-radius: 18px;
  font-size: 30px;
}

.store-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.store-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.store-buttons img {
  display: block;
  width: auto;
  height: 44px;
  max-width: none;
  object-fit: contain;
}

.store-buttons a:first-child img {
  height: 42px;
}

.store-buttons a:last-child img {
  height: 62px;
  margin: -10px 0;
}

.section {
  padding: 68px 0;
}

.feature-panel {
  position: relative;
  z-index: 4;
  margin-top: 28px;
  padding: 30px 34px 34px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.feature-panel h2 {
  font-size: 32px;
  line-height: 1.16;
}

.section-heading {
  max-width: 1060px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading-wide {
  max-width: 1120px;
}

.section-heading-wide h2 {
  white-space: nowrap;
}

.section-heading .eyebrow,
.split-section .eyebrow,
.privacy-card .eyebrow,
.pricing-section .eyebrow {
  margin-bottom: 16px;
}

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

.feature-card {
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  min-height: 116px;
  padding: 20px 24px;
  box-shadow: none;
}

.feature-card img {
  grid-row: span 2;
  width: 74px;
  height: 74px;
  margin-bottom: 0;
  padding: 8px;
  background: #effaff;
  border-radius: 18px;
}

.feature-card h3,
.feature-card p {
  margin-bottom: 0;
}

.split-section,
.pricing-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.84fr) minmax(360px, 1.16fr);
  align-items: start;
  gap: 56px;
}

.steps {
  display: grid;
  gap: 14px;
}

.steps article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 6px 18px;
  padding: 22px;
}

.steps span {
  grid-row: span 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #ffffff;
  background: var(--blue-dark);
  border-radius: 16px;
  font-weight: 700;
}

.steps strong {
  font-size: 21px;
  font-weight: var(--weight-semibold);
  line-height: 1.2;
}

.steps p {
  margin-bottom: 0;
}

.habit-loop {
  position: relative;
  background: linear-gradient(180deg, rgba(233, 249, 255, 0.52), rgba(255, 255, 255, 0));
  border-radius: 40px;
}

.loop-grid {
  grid-template-columns: repeat(4, 1fr);
}

.loop-grid article {
  min-height: 132px;
  padding: 22px 24px 20px;
}

.use-case-section {
  padding-top: 18px;
}

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

.lower-showcase-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  overflow: visible;
}

.lower-showcase {
  width: min(960px, 100%);
  height: auto;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(5, 47, 86, 0.1));
}

.use-case-grid {
  grid-template-columns: repeat(3, 1fr);
}

.use-case-grid article {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  padding: 26px;
  box-shadow: 0 12px 26px rgba(5, 47, 86, 0.055);
}

.use-case-grid article::after {
  position: absolute;
  right: -38px;
  bottom: -42px;
  width: 156px;
  height: 128px;
  content: "";
  background: radial-gradient(circle, rgba(4, 136, 216, 0.15), transparent 68%);
  border-radius: 50%;
}

.use-case-grid span,
.resource-tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  color: var(--blue-dark);
  background: rgba(217, 244, 255, 0.92);
  border-radius: 999px;
  font-size: 12px;
  font-weight: var(--weight-semibold);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.use-case-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: var(--weight-semibold);
  line-height: 1.18;
}

.use-case-grid p {
  color: rgba(5, 47, 86, 0.7);
  font-size: 16px;
  line-height: 1.62;
}

.state-dot {
  display: block;
  width: 18px;
  height: 18px;
  margin-bottom: 18px;
  border-radius: 50%;
}

.state-dot.low {
  background: #f7b23b;
}

.state-dot.track {
  background: var(--mint);
}

.state-dot.complete {
  background: var(--blue);
}

.state-dot.rescue {
  background: var(--coral);
}

.privacy-section {
  padding-top: 42px;
}

.resources-section {
  padding-top: 40px;
}

.premium-showcase-section {
  padding-top: 18px;
}

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

.premium-showcase-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto 18px;
  overflow: visible;
}

.premium-showcase {
  width: min(1040px, 100%);
  height: auto;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(5, 47, 86, 0.1));
}

.depth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1040px;
  margin: 0 auto;
}

.depth-grid article {
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--border);
  border-radius: 14px;
}

.depth-grid strong {
  display: block;
  margin-bottom: 6px;
  color: #063456;
  font-size: 18px;
  font-weight: var(--weight-semibold);
  line-height: 1.2;
}

.depth-grid p {
  margin: 0;
  color: rgba(5, 47, 86, 0.68);
  font-size: 15px;
  line-height: 1.48;
}

.buddy-section {
  padding-top: 34px;
}

.buddy-panel {
  display: grid;
  grid-template-columns: minmax(420px, 0.98fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  overflow: hidden;
  padding: clamp(24px, 4vw, 48px);
  background:
    radial-gradient(circle at 18% 18%, rgba(44, 199, 183, 0.13), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(232, 249, 255, 0.7));
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: 0 16px 36px rgba(5, 47, 86, 0.07);
}

.buddy-art-wrap {
  display: flex;
  justify-content: flex-start;
  min-width: 0;
  margin: -8px 0 -26px -30px;
}

.buddy-art {
  width: min(660px, 112%);
  height: auto;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(5, 47, 86, 0.12));
}

.buddy-copy {
  min-width: 0;
}

.buddy-copy h2 {
  max-width: 520px;
}

.buddy-copy .section-copy {
  max-width: 540px;
}

.buddy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.buddy-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  color: #063456;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(5, 47, 86, 0.1);
  border-radius: 999px;
  font-size: 13px;
  font-weight: var(--weight-semibold);
}

.resource-grid {
  grid-template-columns: repeat(3, 1fr);
}

.resource-grid article {
  position: relative;
  min-height: 232px;
  padding: 24px 26px 22px;
  box-shadow: 0 12px 28px rgba(5, 47, 86, 0.055);
}

.resource-grid article::before {
  position: absolute;
  top: 0;
  left: 28px;
  width: 54px;
  height: 4px;
  content: "";
  background: var(--blue);
  border-radius: 0 0 999px 999px;
}

.resource-grid article:nth-child(2)::before {
  background: var(--mint);
}

.resource-grid article:nth-child(3)::before {
  background: #f7b23b;
}

.resource-grid h3 {
  font-size: 24px;
  font-weight: var(--weight-semibold);
  line-height: 1.16;
}

.resource-grid p {
  color: rgba(5, 47, 86, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

.resource-grid a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--blue-dark);
  font-weight: var(--weight-semibold);
  text-decoration: none;
}

.resource-grid a:hover {
  color: var(--blue);
}

.privacy-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: center;
  gap: 34px;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 58px);
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 18%, rgba(18, 140, 240, 0.26), transparent 26%),
    linear-gradient(180deg, #074166, #052f56);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.privacy-card .eyebrow {
  color: #063456;
  background: #d9f4ff;
}

.privacy-card p {
  color: rgba(255, 255, 255, 0.82);
}

.privacy-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}

.privacy-asset {
  position: relative;
  min-height: 180px;
}

.privacy-asset img {
  position: absolute;
  width: 112px;
  height: 112px;
  padding: 10px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 30px;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.18);
}

.privacy-asset img:first-child {
  top: 4px;
  right: 34px;
}

.privacy-asset img:last-child {
  right: 0;
  bottom: 0;
}

.pricing-section {
  align-items: stretch;
  gap: clamp(34px, 5vw, 70px);
  padding: clamp(34px, 5vw, 58px);
  background:
    radial-gradient(circle at 82% 18%, rgba(18, 140, 240, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(236, 249, 255, 0.62));
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(5, 47, 86, 0.065);
}

.pricing-cards {
  grid-template-columns: minmax(190px, 0.82fr) minmax(280px, 1.18fr);
  grid-template-rows: repeat(2, minmax(126px, 1fr));
  align-items: stretch;
  gap: 14px;
}

.price-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 24px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(5, 47, 86, 0.05);
}

.plan-name {
  display: block;
  margin: 0 0 10px;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: var(--weight-semibold);
}

.plan-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  color: #063456;
  background: rgba(217, 244, 255, 0.9);
  border: 1px solid rgba(4, 136, 216, 0.1);
  border-radius: 999px;
  font-size: 12px;
  font-weight: var(--weight-semibold);
}

.plan-pill .icon {
  color: var(--blue);
  font-size: 14px;
}

.price-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(30px, 2.7vw, 40px);
  line-height: 1.08;
  text-wrap: balance;
}

.monthly-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}

.monthly-price strong {
  margin-bottom: 0;
}

.monthly-price span {
  color: rgba(5, 47, 86, 0.7);
  font-size: 15px;
  font-weight: var(--weight-medium);
}

.plan-features {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(5, 47, 86, 0.76);
  font-size: 14px;
  font-weight: var(--weight-medium);
}

.plan-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.plan-features .icon {
  color: var(--mint);
  font-size: 17px;
}

.price-card.featured {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 201, 40, 0.24), transparent 18%),
    radial-gradient(circle at 92% 88%, rgba(44, 199, 183, 0.24), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, #087da5, #064e73);
  border-color: transparent;
  box-shadow: 0 18px 34px rgba(5, 47, 86, 0.14);
}

.price-card.featured > *:not(.price-mascot) {
  position: relative;
  z-index: 2;
}

.price-card.featured strong {
  font-size: clamp(42px, 4.5vw, 60px);
}

.deal-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
}

.price-card.featured .plan-pill {
  margin-bottom: 0;
  color: #06415c;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.42);
}

.discount-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 11px;
  color: #062e55;
  background: #ffc928;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  font-size: 12px;
  font-weight: var(--weight-semibold);
  text-transform: uppercase;
}

.price-line {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.price-line strong {
  margin-bottom: 0;
}

.original-price {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: var(--weight-medium);
}

.original-price s {
  text-decoration-thickness: 2px;
  text-decoration-color: #ffc928;
  text-decoration-skip-ink: none;
}

.price-card.featured .plan-name,
.price-card.featured p,
.price-card.featured .plan-features {
  color: rgba(255, 255, 255, 0.8);
}

.price-card.featured .plan-features .icon {
  color: #b9fff4;
}

.price-mascot {
  position: absolute;
  right: -24px;
  bottom: -18px;
  z-index: 1;
  width: 178px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  max-width: none;
  opacity: 0.5;
  filter: drop-shadow(0 22px 26px rgba(5, 47, 86, 0.3));
  transform: rotate(-8deg);
}

.deal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.deal-tags span {
  display: inline-flex;
  padding: 7px 10px;
  color: #063456;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  font-size: 12px;
  font-weight: var(--weight-semibold);
}

.contact-section {
  padding-top: 46px;
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) 170px auto;
  align-items: center;
  gap: 32px;
  padding: clamp(30px, 5vw, 58px);
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(180deg, #0792c3, #005f86);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.contact-card .eyebrow {
  color: #063456;
  background: #d9f4ff;
}

.contact-card h2 {
  max-width: 620px;
}

.contact-card p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.65;
}

.contact-fish {
  width: clamp(130px, 12vw, 170px);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 22px 24px rgba(5, 47, 86, 0.22));
}

.contact-actions {
  display: grid;
  min-width: 260px;
  gap: 12px;
}

.contact-card .button-primary {
  background: #ffffff;
  color: var(--blue-dark);
  box-shadow: none;
}

.contact-card .button-secondary {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.38);
}

.faq-section {
  padding-top: 56px;
}

.faq-list {
  display: grid;
  max-width: 880px;
  margin: 0 auto;
  gap: 10px;
}

.faq-list details {
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(5, 47, 86, 0.1);
}

.faq-list summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.faq-list p {
  margin: 14px 0 0;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(520px, 1.1fr);
  align-items: start;
  gap: 34px 56px;
  padding: 38px 0 46px;
  border-top: 1px solid var(--border);
}

.site-footer img {
  width: 156px;
}

.footer-brand p,
.footer-bottom,
.site-footer span {
  color: rgba(5, 47, 86, 0.62);
}

.footer-brand p {
  max-width: 460px;
  margin: 14px 0 18px;
  font-size: 15px;
  line-height: 1.6;
}

.site-footer a {
  color: var(--blue-dark);
  font-weight: 600;
}

.footer-language {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.footer-language span {
  font-weight: 600;
}

.footer-language a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  background: rgba(217, 244, 255, 0.72);
  border: 1px solid var(--border);
  border-radius: 999px;
  text-decoration: none;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 24px;
}

.footer-links div {
  display: grid;
  gap: 10px;
}

.footer-links strong {
  color: #063456;
  font-size: 16px;
  font-weight: 600;
}

.footer-links a {
  color: rgba(5, 47, 86, 0.72);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--blue-dark);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
  font-size: 14px;
}

@media (max-width: 1180px) {
  .site-nav {
    width: min(1080px, calc(100% - 28px));
    gap: 16px;
    padding: 10px 12px 10px 16px;
  }

  .brand img {
    width: 188px;
  }

  .nav-links {
    gap: 22px;
    font-size: 14px;
  }

  .nav-actions {
    gap: 10px;
  }

  .nav-cta {
    min-height: 48px;
    padding: 0 20px;
    font-size: 15px;
  }
}

@media (max-width: 940px) {
  .site-nav {
    width: min(960px, calc(100% - 28px));
  }

  .nav-links {
    display: none;
  }

  .section-heading-wide h2 {
    white-space: normal;
  }

  .hero {
    min-height: auto;
    padding-top: 126px;
  }

  .hero-inner,
  .split-section,
  .pricing-section {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    gap: 18px;
  }

  .product-stage {
    min-height: auto;
    margin-top: 8px;
    overflow: visible;
    max-height: none;
  }

  .hero-bundle {
    width: min(720px, 100%);
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    transform: none;
  }

  .lower-showcase-wrap {
    display: block;
    height: clamp(260px, 42vw, 360px);
    background: url("assets/generated/glubbo-landing-lower-imagegen-v02-800.webp") center bottom / contain no-repeat;
    overflow: hidden;
  }

  .lower-showcase {
    display: none;
  }

  .phone {
    left: 50%;
    transform: translateX(-18%);
  }

  .hero-mascot {
    left: 8%;
  }

  .proof-grid,
  .feature-grid,
  .loop-grid,
  .use-case-grid,
  .resource-grid,
  .depth-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-card {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
  }

  .contact-fish {
    width: 120px;
    justify-self: end;
    align-self: end;
  }

  .contact-actions {
    grid-column: 1 / -1;
    width: min(100%, 360px);
  }

  .price-mascot {
    right: 14px;
    bottom: 14px;
    width: 110px;
    opacity: 0.24;
    transform: none;
  }
}

@media (max-width: 720px) {
  .site-nav,
  .hero-inner,
  .section,
  .proof-strip,
  .site-footer {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }

  .site-nav {
    display: grid;
    grid-template-columns: minmax(0, auto) 46px;
    align-items: center;
    justify-content: space-between;
    left: 14px;
    right: 14px;
    width: auto;
    max-width: none;
    gap: 10px;
    margin: 10px 0 0;
    min-height: 64px;
    padding: 8px 12px 8px 16px;
    border-radius: 18px;
  }

  .brand img {
    width: 164px;
  }

  .nav-cta {
    display: none;
  }

  .nav-actions {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
    justify-self: end;
    width: 46px;
    min-width: 46px;
    flex: 0 0 46px;
    margin-left: 0;
    z-index: 30;
  }

  .mobile-menu > summary {
    display: flex;
    width: 100%;
    height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(5, 47, 86, 0.12);
  }

  .menu-lines {
    display: grid;
    gap: 4px;
  }

  .menu-lines i {
    display: block;
    width: 20px;
    height: 2px;
    background: #07375f;
    border-radius: 999px;
  }

  .mobile-menu-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 50;
    display: grid;
    width: min(320px, calc(100vw - 28px));
    max-height: calc(100dvh - 108px);
    overflow: auto;
    gap: 8px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(5, 47, 86, 0.16);
    -webkit-overflow-scrolling: touch;
  }

  .mobile-menu-panel > a:not(.mobile-menu-cta) {
    padding: 11px 12px;
    color: #07375f;
    text-decoration: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
  }

  .mobile-menu-panel > a:not(.mobile-menu-cta):hover {
    background: #effaff;
  }

  .mobile-language {
    width: 100%;
  }

  .mobile-language summary {
    width: 100%;
    justify-content: flex-start;
    padding: 0 12px;
    background: #effaff;
    box-shadow: none;
  }

  .mobile-language a,
  .mobile-language a:first-of-type,
  .mobile-language a:last-of-type {
    position: static;
    width: 100%;
    min-width: 0;
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: none;
  }

  .mobile-menu-cta {
    min-height: 48px;
    padding: 0 16px;
    border-radius: 14px;
    font-size: 15px;
  }

  .hero {
    padding-top: 104px;
    overflow-x: clip;
  }

  .hero-inner {
    overflow: visible;
  }

  .hero-copy-wrap {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  h1 {
    font-size: clamp(38px, 11vw, 44px);
    line-height: 1.08;
    margin-bottom: 18px;
  }

  h2 {
    font-size: 27px;
    line-height: 1.14;
  }

  .hero-copy {
    max-width: min(32ch, calc(100vw - 28px));
    margin-bottom: 24px;
    font-size: 17px;
    overflow-wrap: break-word;
  }

  .desktop-break {
    display: none;
  }

  .hero-actions {
    max-width: calc(100vw - 28px);
  }

  .button {
    width: 100%;
  }

  .button-primary {
    background: #007ba7;
  }

  .mini-benefits {
    align-items: center;
    flex-direction: column;
    gap: 12px;
  }

  .mini-benefits span {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    min-width: 0;
    padding-right: 0;
    border-right: 0;
    text-align: center;
    overflow-wrap: break-word;
  }

  .mini-benefits img {
    grid-row: auto;
  }

  .mini-benefits strong,
  .mini-benefits small {
    width: auto;
  }

  .mini-benefits small {
    margin-left: 0;
  }

  .product-stage {
    overflow: visible;
    min-height: auto;
    padding: 0;
    margin-top: 12px;
    max-height: none;
    border-radius: 0;
  }

  .hero-bundle {
    display: block;
    width: min(calc(100% - 28px), 346px);
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    transform: none;
  }

  .lower-showcase-wrap {
    height: clamp(208px, 58vw, 248px);
    margin: 2px auto 18px;
    background-size: contain;
    overflow: hidden;
  }

  .lower-showcase {
    display: none;
  }

  .premium-showcase-wrap {
    align-items: center;
    height: auto;
    margin: 10px auto 18px;
    overflow: visible;
    border-radius: 0;
  }

  .premium-showcase {
    width: min(100%, 560px);
    height: auto;
    max-width: 100%;
    object-fit: contain;
    transform: none;
  }

  .phone {
    left: 50%;
    width: min(312px, 88vw);
    min-height: 610px;
    transform: translateX(-50%) scale(0.88);
    transform-origin: top center;
  }

  .hero-mascot {
    left: -8px;
    top: 320px;
    width: 150px;
  }

  .watch-card {
    right: -10px;
    top: 368px;
    width: 150px;
    min-height: 190px;
    padding: 22px 14px 12px;
    border-width: 6px;
    border-radius: 30px;
  }

  .watch-card img {
    width: 56px;
  }

  .watch-card p {
    font-size: 11px;
  }

  .offer-badge {
    right: 14px;
    top: 30px;
    width: 86px;
    height: 86px;
  }

  .offer-badge strong {
    font-size: 20px;
  }

  .offer-badge span {
    font-size: 12px;
  }

  .tank-scene {
    right: -120px;
    width: 430px;
  }

  .proof-strip {
    margin-top: 16px;
    margin-bottom: 30px;
    padding: 12px;
    border-radius: 22px;
  }

  .proof-grid,
  .feature-grid,
  .loop-grid,
  .pricing-cards,
  .use-case-grid,
  .resource-grid,
  .depth-grid,
  .buddy-panel,
  .contact-card,
  .privacy-card {
    grid-template-columns: 1fr;
  }

  .pricing-cards {
    grid-template-rows: none;
  }

  .price-card.featured {
    grid-column: auto;
    grid-row: auto;
  }

  .section {
    padding: 34px 0;
  }

  .feature-panel {
    margin-top: 16px;
    padding: 20px 16px 18px;
    border-radius: 22px;
  }

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

  .feature-panel h2 {
    font-size: 25px;
    line-height: 1.18;
    white-space: normal;
  }

  .section-copy,
  .feature-card p,
  .steps p,
  .loop-grid p,
  .use-case-grid p,
  .resource-grid p,
  .depth-grid p,
  .price-card p,
  .faq-list p {
    font-size: 14px;
  }

  .feature-card,
  .steps article,
  .loop-grid article,
  .use-case-grid article,
  .resource-grid article,
  .depth-grid article,
  .price-card,
  .faq-list details {
    min-width: 0;
  }

  .pricing-section {
    gap: 18px;
    padding: 22px 14px;
    border-radius: 24px;
  }

  .price-card {
    padding: 18px;
  }

  .price-card.featured {
    justify-content: flex-start;
  }

  .price-card strong,
  .price-card.featured strong {
    font-size: 34px;
  }

  .buddy-panel {
    padding: 22px 16px 20px;
    border-radius: 24px;
    text-align: center;
  }

  .buddy-art-wrap {
    justify-content: center;
    margin: -4px auto -10px;
  }

  .buddy-art {
    width: min(100%, 520px);
  }

  .buddy-copy h2,
  .buddy-copy .section-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .buddy-tags {
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
  }

  .plan-features {
    gap: 7px;
    font-size: 13px;
  }

  .price-mascot {
    display: block;
    right: 12px;
    bottom: 12px;
    width: 72px;
    opacity: 0.18;
    transform: none;
  }

  .feature-card {
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    gap: 8px;
    min-height: 0;
    padding: 16px;
    text-align: center;
  }

  .feature-card > * {
    min-width: 0;
  }

  .feature-card img {
    grid-row: auto;
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .feature-card h3 {
    align-self: end;
    font-size: 17px;
    line-height: 1.18;
  }

  .feature-card p {
    grid-column: 1;
    font-size: 13px;
    line-height: 1.45;
    overflow: visible;
    white-space: normal;
  }

  .section-heading {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .split-section > div:first-child,
  .pricing-section > div:first-child,
  .privacy-card > div:first-child {
    text-align: center;
  }

  .split-section .eyebrow,
  .pricing-section .eyebrow,
  .privacy-card .eyebrow,
  .split-section .section-copy,
  .pricing-section .section-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .proof-grid {
    gap: 12px;
  }

  .proof-grid article {
    min-height: 0;
    padding: 16px 18px;
    border-color: var(--border);
    border-radius: 16px;
  }

  .rating-proof {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 4px;
  }

  .rating-stars {
    grid-column: 1;
    grid-row: 1;
  }

  .rating-proof strong {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    font-size: 34px;
  }

  .rating-proof small {
    grid-column: 1 / -1;
    font-size: 15px;
  }

  .proof-grid article:not(.rating-proof):not(.store-buttons) {
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  .proof-grid article:not(.rating-proof):not(.store-buttons) strong,
  .proof-grid article:not(.rating-proof):not(.store-buttons) span {
    grid-column: 1;
  }

  .proof-icon {
    grid-column: 1;
    grid-row: auto;
    margin: 0;
  }

  .store-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .store-buttons img {
    height: 36px;
  }

  .store-buttons a:first-child img {
    height: 35px;
  }

  .store-buttons a:last-child img {
    height: 50px;
    margin: -7px 0;
  }

  .section-heading h2,
  .section-heading p,
  .split-section h2,
  .split-section p,
  .feature-card h3,
  .feature-card p,
  .steps strong,
  .steps p,
  .loop-grid strong,
  .loop-grid p,
  .use-case-grid strong,
  .use-case-grid p,
  .resource-grid h3,
  .resource-grid p,
  .depth-grid strong,
  .depth-grid p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .steps article {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .steps span {
    grid-row: auto;
  }

  .use-case-grid article,
  .resource-grid article {
    min-height: 0;
    padding: 20px 18px 18px;
  }

  .loop-grid article {
    min-height: 0;
    padding: 18px 16px 16px;
  }

  .state-dot {
    margin: 0 auto 10px;
  }

  .depth-grid article {
    justify-items: center;
  }

  .loop-grid article,
  .use-case-grid article,
  .resource-grid article,
  .depth-grid article,
  .price-card,
  .faq-list details {
    text-align: center;
  }

  .use-case-grid span,
  .resource-tag,
  .plan-pill,
  .deal-header,
  .deal-tags,
  .plan-features li,
  .price-line,
  .monthly-price {
    justify-content: center;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    text-align: center;
  }

  .privacy-asset {
    display: none;
  }

  .contact-card {
    justify-items: center;
    gap: 18px;
    padding: 24px 16px 18px;
    text-align: center;
  }

  .contact-fish {
    display: none;
  }

  .contact-actions {
    min-width: 0;
    width: 100%;
  }

  .footer-links {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-bottom {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

.legal-main {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding: 130px 0 70px;
}

.legal-main h1 {
  max-width: 780px;
  margin-bottom: 14px;
  font-size: clamp(38px, 6vw, 62px);
}

.legal-main h2 {
  margin-top: 42px;
  font-size: 28px;
  line-height: 1.18;
}

.legal-main h3 {
  margin-top: 26px;
  font-size: 21px;
}

.legal-main p,
.legal-main li {
  color: rgba(5, 47, 86, 0.76);
  font-size: 17px;
  line-height: 1.68;
}

.legal-main ul {
  padding-left: 22px;
}

.legal-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--border);
  border-radius: 14px;
}

.legal-meta {
  color: rgba(5, 47, 86, 0.62);
  font-size: 15px;
}

.legal-main a {
  color: var(--blue-dark);
  font-weight: 600;
}

@media (max-width: 720px) {
  .legal-main {
    width: calc(100% - 28px);
    padding-top: 104px;
  }

  .legal-main p,
  .legal-main li {
    font-size: 15px;
  }
}
