﻿:root {
  --bg: #030812;
  --panel-border: rgba(112, 151, 204, 0.16);
  --text: #f5f7fb;
  --muted: #a9b4c7;
  --accent: #1f83ff;
  --accent-2: #29d6ff;
  --green: #35e789;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 20%, rgba(31, 131, 255, 0.28), transparent 18%),
    radial-gradient(circle at 50% 50%, rgba(12, 56, 124, 0.16), transparent 42%),
    linear-gradient(180deg, #030812 0%, #06101b 52%, #040913 100%);
}

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

button,
input {
  font: inherit;
}

.page-shell {
  width: min(calc(100% - 28px), var(--max));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 10px;
  background: linear-gradient(180deg, rgba(3, 8, 18, 0.92), rgba(3, 8, 18, 0.7));
  backdrop-filter: blur(14px);
}

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

.brand-u {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  color: #fff;
  font-weight: 800;
  font-size: 1.35rem;
}

.brand-text {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.brand-text strong,
.brand-text span {
  font-size: 0.88rem;
  letter-spacing: 0.12em;
}

.nav {
  display: none;
  align-items: center;
  gap: 30px;
  color: #d9e2ef;
  font-size: 0.95rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  background: linear-gradient(180deg, #2689ff 0%, #126ef0 100%);
  color: #fff;
  box-shadow: 0 18px 38px rgba(18, 110, 240, 0.42);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.topbar-cta {
  min-height: 46px;
  padding: 0 18px;
}

.hero {
  display: grid;
  gap: 32px;
  padding: 38px 0 52px;
}

.eyebrow,
.mini-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: #69f0d1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
}

.eyebrow-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(105, 240, 209, 0.24);
}

.hero h1,
.center-heading h2,
.cta-box h2,
.faq-heading h2,
.emotional-copy h2,
.mid-cta-box h2 {
  margin: 0;
  line-height: 0.9;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.hero h1 {
  max-width: 8ch;
  font-size: clamp(4rem, 15vw, 6.9rem);
}

.hero h1 span {
  color: #31b8ff;
}

.hero-text {
  max-width: 22rem;
  margin: 24px 0 0;
  color: #eef3fb;
  font-size: 1.18rem;
  line-height: 1.6;
}

.hero-actions {
  margin-top: 34px;
  display: grid;
  gap: 16px;
}

.waitlist-form {
  display: grid;
  gap: 12px;
}

.hero-inline-form {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(15, 28, 48, 0.86), rgba(10, 19, 33, 0.88));
  border: 1px solid var(--panel-border);
  box-shadow: var(--shadow);
}

.hero-inline-form .button-primary {
  box-shadow: 0 0 0 1px rgba(41, 214, 255, 0.2), 0 20px 44px rgba(18, 110, 240, 0.48);
}

.hero-secondary-row {
  display: flex;
  gap: 12px;
}

input[type="email"] {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(142, 171, 216, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

input[type="email"]::placeholder {
  color: #97a8c0;
}

input[type="email"]:focus {
  outline: 2px solid rgba(41, 214, 255, 0.34);
  outline-offset: 2px;
}

.form-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.social-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.avatar-row {
  display: flex;
}

.avatar-row span {
  width: 36px;
  height: 36px;
  margin-right: -8px;
  border-radius: 999px;
  border: 2px solid #08111d;
  background: linear-gradient(180deg, #d3a26f, #8a5a35);
}

.avatar-row span:nth-child(2) {
  background: linear-gradient(180deg, #d7d5cc, #9f8f73);
}

.avatar-row span:nth-child(3) {
  background: linear-gradient(180deg, #c5945f, #71492f);
}

.avatar-row span:nth-child(4) {
  background: linear-gradient(180deg, #e4c39a, #8a6247);
}

.proof-copy p {
  margin: 0;
}

.stars {
  color: #ffcc33;
  letter-spacing: 0.2em;
  font-size: 1rem;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 580px;
}

.hero-glow {
  position: absolute;
  inset: 4% 4% 6%;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(31, 131, 255, 0.56), transparent 42%),
    radial-gradient(circle at 50% 70%, rgba(41, 214, 255, 0.18), transparent 34%);
  filter: blur(24px);
}

.phone {
  position: relative;
  width: min(100%, 356px);
  padding: 14px;
  border-radius: 42px;
  background: linear-gradient(180deg, #14171b, #07080b);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.68), 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.hero-phone {
  transform: perspective(1200px) rotateY(-10deg) rotateX(2deg);
}

.hero-phone::after {
  content: "";
  position: absolute;
  inset: auto 8% -5% 8%;
  height: 44px;
  border-radius: 999px;
  background: rgba(26, 106, 255, 0.42);
  filter: blur(18px);
}

.phone-top {
  width: 110px;
  height: 28px;
  margin: 0 auto 12px;
  border-radius: 0 0 18px 18px;
  background: #020305;
}

.phone-screen {
  padding: 16px;
  border-radius: 32px;
  background: linear-gradient(180deg, #0a0f17 0%, #050911 100%);
}

.status-row,
.tab-row,
.mini-tab-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.status-row {
  margin-bottom: 12px;
  font-size: 0.78rem;
}

.screen-header h2,
.screen-header h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}

.screen-header p,
.card-label,
.screen-card p,
.list-item span,
.nutrition-top p,
.macro-row span,
.summary-card p {
  margin: 0;
  color: #a5b1c4;
}

.screen-header {
  margin-bottom: 12px;
}

.screen-card,
.feature-card,
.flow-ui-card,
.faq-card,
.approach-card,
.cta-box,
.emotional-band-card,
.mid-cta-box {
  border: 1px solid var(--panel-border);
  background: linear-gradient(180deg, rgba(16, 24, 38, 0.94), rgba(8, 14, 25, 0.96));
  box-shadow: var(--shadow);
}

.screen-card {
  padding: 14px;
  border-radius: 18px;
  margin-bottom: 12px;
  background: linear-gradient(180deg, rgba(17, 28, 44, 0.96), rgba(10, 16, 29, 0.98));
}

.screen-card-status,
.recommendation-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.screen-card h3 {
  margin: 4px 0 6px;
  font-size: 1.25rem;
}

.ring-score,
.mini-ring-score,
.nutrition-ring {
  display: grid;
  place-items: center;
  border-radius: 999px;
}

.ring-score {
  width: 74px;
  height: 74px;
  border: 4px solid rgba(53, 231, 137, 0.2);
  border-right-color: var(--green);
  border-top-color: var(--green);
  color: var(--green);
  font-weight: 700;
  background: rgba(53, 231, 137, 0.06);
}

.figure-block {
  width: 76px;
  height: 86px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 236, 213, 0.92), transparent 12%),
    radial-gradient(circle at 50% 44%, rgba(58, 68, 82, 0.92), transparent 24%),
    linear-gradient(180deg, rgba(34, 46, 64, 0.92), rgba(15, 21, 31, 0.92));
}

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

.path-card {
  padding: 12px 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

.path-card p {
  margin: 8px 0 0;
  font-size: 0.75rem;
}

.path-card-active {
  background: linear-gradient(180deg, rgba(34, 126, 246, 0.92), rgba(18, 110, 240, 0.82));
  box-shadow: 0 16px 30px rgba(18, 110, 240, 0.26);
}

.tab-row,
.mini-tab-row {
  margin-top: 12px;
  color: #a7b2c4;
  font-size: 0.73rem;
}

.tab-active {
  color: #1f83ff;
}

.micro-why {
  display: block;
  margin-top: 8px;
  color: #d4e2f7;
  font-size: 0.8rem;
  line-height: 1.4;
}

.trust-strip {
  padding: 18px 0 26px;
  border-top: 1px solid rgba(112, 151, 204, 0.12);
  border-bottom: 1px solid rgba(112, 151, 204, 0.12);
}

.trust-title {
  margin: 0 0 16px;
  color: #bfc8d7;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
}

.trust-items {
  display: grid;
  gap: 12px;
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #f3f5fa;
}

.trust-item span,
.feature-icon {
  color: #34e3c3;
}

.section {
  padding: 58px 0;
}

.section-heading-block,
.app-preview-section,
.faq-section {
  border-top: 1px solid rgba(112, 151, 204, 0.08);
}

.identity-anchor {
  padding: 34px 0 10px;
  text-align: center;
}

.identity-anchor p {
  margin: 0;
  font-size: clamp(2rem, 6vw, 3.2rem);
  line-height: 1.08;
  font-weight: 800;
}

.identity-anchor p:last-child {
  color: #50d6ff;
}

.emotional-band {
  padding-top: 16px;
  padding-bottom: 26px;
}

.emotional-band-card {
  display: grid;
  gap: 20px;
  padding: 28px;
  border-radius: 28px;
}

.emotional-overline {
  margin: 0 0 10px;
  color: #8ea8d4;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
}

.emotional-copy h2 {
  max-width: none;
  font-size: clamp(2.2rem, 7vw, 3.6rem);
}

.emotional-accent {
  margin: 10px 0 0;
  color: #50d6ff;
  font-size: clamp(1.3rem, 4vw, 2rem);
  line-height: 1.2;
  font-weight: 700;
}

.emotional-side {
  display: grid;
  gap: 8px;
  align-content: center;
  padding-top: 4px;
}

.emotional-side p {
  margin: 0;
  color: #f0f5fd;
  font-size: 1.25rem;
  line-height: 1.28;
}

.mid-cta {
  padding-top: 8px;
  padding-bottom: 36px;
}

.mid-cta-box {
  display: grid;
  gap: 18px;
  align-items: center;
  padding: 24px 26px;
  border-radius: 26px;
}

.mid-cta-box h2 {
  max-width: 11ch;
  font-size: clamp(2.2rem, 7vw, 3.4rem);
}

.center-heading {
  margin-bottom: 30px;
  text-align: center;
}

.center-heading h2,
.cta-box h2,
.faq-heading h2 {
  max-width: 13ch;
  margin-inline: auto;
  font-size: clamp(2.4rem, 8vw, 3.6rem);
}

.center-heading p,
.cta-box p,
.faq-heading p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.feature-grid,
.faq-grid,
.phone-gallery,
.experience-flow {
  display: grid;
  gap: 14px;
}

.feature-card,
.faq-card {
  padding: 24px 18px;
  border-radius: 22px;
  text-align: center;
}

.feature-icon {
  margin-bottom: 14px;
  font-size: 1.5rem;
}

.feature-card h3,
.faq-card h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.feature-card p,
.faq-card p,
.flow-ui-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.flow-ui-card {
  padding: 22px 18px;
  border-radius: 24px;
}

.flow-step-pill {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(41, 214, 255, 0.82), rgba(18, 110, 240, 0.82));
  color: #06111a;
  font-size: 0.95rem;
  font-weight: 800;
}

.flow-ui-card h3 {
  margin: 0 0 8px;
  font-size: 1.45rem;
}

.flow-ui-card p {
  margin-bottom: 16px;
}

.flow-screen {
  min-height: 190px;
  padding: 14px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(8, 12, 20, 0.96), rgba(5, 8, 14, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.flow-chip-row,
.flow-ring-row {
  display: flex;
  gap: 8px;
}

.flow-chip-row span,
.flow-list-row,
.flow-main-card,
.flow-macro-lines span {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.flow-chip-row span {
  padding: 8px 10px;
  color: #dbe5f6;
  font-size: 0.78rem;
}

.flow-slider,
.flow-input-line {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.flow-slider {
  height: 6px;
  margin: 20px 0 18px;
  position: relative;
}

.flow-slider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 58%;
  border-radius: 999px;
  background: linear-gradient(90deg, #50d6ff, #1f83ff);
}

.flow-input-line {
  height: 42px;
}

.flow-main-card {
  display: grid;
  gap: 6px;
  padding: 14px;
  color: #f4f8ff;
}

.flow-main-card strong {
  font-size: 1rem;
}

.flow-main-card span {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.4;
}

.flow-button {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, #2689ff 0%, #126ef0 100%);
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.flow-list-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  color: #eff5ff;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.flow-small-ring {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  border: 5px solid rgba(41, 214, 255, 0.16);
  border-right-color: #35e789;
  border-top-color: #35e789;
}

.flow-macro-lines {
  display: grid;
  gap: 8px;
  flex: 1;
}

.flow-macro-lines span {
  padding: 10px 12px;
  color: #edf3fc;
  font-size: 0.88rem;
}

.phone-preview {
  text-align: center;
}

.small-phone {
  width: min(100%, 236px);
  margin: 0 auto;
}

.phone-screen-small {
  min-height: 424px;
}

.compact-header h3 {
  font-size: 1.6rem;
}

.mini-panel,
.summary-card,
.list-item {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  margin-bottom: 10px;
}

.ready-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mini-ring-score {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(53, 231, 137, 0.24);
  border-right-color: var(--green);
  border-top-color: var(--green);
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 700;
}

.dark-panel {
  min-height: 76px;
  text-align: left;
}

.mini-button {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #2689ff 0%, #126ef0 100%);
  color: #fff;
  font-weight: 700;
}

.list-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.nutrition-top,
.macro-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.nutrition-top strong,
.macro-row strong,
.summary-card strong,
.list-item strong {
  font-size: 1rem;
}

.nutrition-ring {
  width: 54px;
  height: 54px;
  border: 4px solid rgba(53, 231, 137, 0.22);
  border-right-color: var(--green);
  border-top-color: var(--green);
}

.macro-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.macro-row div {
  padding: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  text-align: center;
}

.summary-bar-grid {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 90px;
  margin-bottom: 12px;
}

.summary-bar-grid span {
  flex: 1;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, #278aff, #125bce);
}

.summary-bar-grid span:nth-child(1) {
  height: 22px;
}

.summary-bar-grid span:nth-child(2) {
  height: 30px;
}

.summary-bar-grid span:nth-child(3) {
  height: 42px;
}

.summary-bar-grid span:nth-child(4) {
  height: 26px;
}

.summary-bar-grid span:nth-child(5) {
  height: 46px;
}

.summary-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blue-ring {
  color: #3ecfff;
  border-color: rgba(62, 207, 255, 0.24);
  border-right-color: #3ecfff;
  border-top-color: #3ecfff;
}

.approach-card {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  text-align: center;
}

.approach-lead {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.approach-lead p,
.approach-card p {
  margin: 0;
}

.approach-lead p {
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
}

.approach-icon,
.approach-end {
  color: #74e9d6;
  font-size: 1.5rem;
}

.cta-box {
  padding: 26px;
  border-radius: 28px;
}

.cta-form {
  margin-top: 18px;
}

.faq-grid {
  margin-top: 22px;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 34px;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer p {
  margin: 0;
}

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

.legal-body {
  min-height: 100vh;
}

.legal-shell {
  width: min(calc(100% - 28px), 900px);
  margin: 0 auto;
}

.legal-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0 14px;
  background: linear-gradient(180deg, rgba(3, 8, 18, 0.94), rgba(3, 8, 18, 0.72));
  backdrop-filter: blur(14px);
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #dbe5f6;
  font-size: 0.95rem;
  font-weight: 600;
}

.legal-main {
  padding: 36px 0 60px;
}

.legal-hero,
.legal-card {
  border: 1px solid var(--panel-border);
  background: linear-gradient(180deg, rgba(16, 24, 38, 0.94), rgba(8, 14, 25, 0.96));
  box-shadow: var(--shadow);
}

.legal-hero {
  padding: 30px;
  border-radius: 28px;
  margin-bottom: 18px;
}

.legal-kicker {
  margin: 0 0 12px;
  color: #69f0d1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 800;
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(2.6rem, 8vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.legal-summary,
.legal-meta {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 1rem;
}

.legal-content {
  display: grid;
  gap: 16px;
}

.legal-card {
  padding: 24px;
  border-radius: 24px;
}

.legal-card h2 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  line-height: 1.1;
}

.legal-card p,
.legal-card li {
  color: #dbe4f2;
  line-height: 1.7;
  font-size: 1rem;
}

.legal-card p {
  margin: 0 0 14px;
}

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

.legal-card ul {
  margin: 0;
  padding-left: 22px;
}

.legal-card li + li {
  margin-top: 8px;
}

.legal-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}

.legal-inline-links a {
  color: #64cfff;
  font-weight: 600;
}

.legal-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 34px;
  color: var(--muted);
  font-size: 0.92rem;
}

.legal-footer p {
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 760px) {
  .page-shell {
    width: min(calc(100% - 44px), var(--max));
  }

  .legal-shell {
    width: min(calc(100% - 44px), 900px);
  }

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

  .hero-inline-form,
  .cta-form {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

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

  .mid-cta-box,
  .emotional-band-card {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  }
}

@media (min-width: 1040px) {
  .nav {
    display: flex;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 500px;
    align-items: center;
    min-height: 840px;
  }

  .trust-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .phone-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
  }

  .experience-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .approach-card {
    grid-template-columns: 1.4fr 0.8fr 0.8fr 1.1fr 44px;
    align-items: center;
    text-align: left;
  }

  .approach-lead {
    justify-items: start;
  }

  .cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
    gap: 24px;
    align-items: center;
  }

  .cta-form {
    margin-top: 0;
  }

  .footer {
    flex-direction: row;
  }

  .legal-footer {
    flex-direction: row;
  }
}
