:root {
  --ink: #24302a;
  --ink-soft: #5f665f;
  --cream: #f9f4ee;
  --paper: #fffdf9;
  --paper-warm: #f3ebe1;
  --orange: #b3541e;
  --orange-dark: #843b13;
  --orange-soft: #f0d3bf;
  --sage: #66806b;
  --sage-soft: #dfe9df;
  --line: #dfd7cc;
  --navy: #213b34;
  --white: #fff;
  --shadow: 0 24px 70px rgba(61, 43, 27, .13);
  --radius-lg: 34px;
  --radius-md: 22px;
  --shell: min(1160px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

svg {
  display: block;
}

a {
  color: inherit;
  text-underline-offset: .2em;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-160%);
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
  font-weight: 700;
}

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

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(74, 54, 38, .1);
  background: rgba(249, 244, 238, .92);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.035em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--orange);
  box-shadow: 0 7px 18px rgba(179, 84, 30, .25);
}

.brand-mark svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

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

.site-header nav a {
  color: #4e554f;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.site-header nav a:hover,
.site-header nav a:focus-visible,
.site-header nav a[aria-current="page"] {
  color: var(--orange-dark);
}

.site-header nav .nav-cta {
  padding: 10px 17px;
  border: 1px solid rgba(36, 48, 42, .18);
  border-radius: 999px;
  color: var(--ink);
  background: var(--paper);
}

.hero {
  overflow: hidden;
  padding: 94px 0 100px;
  background:
    radial-gradient(circle at 81% 38%, rgba(221, 181, 143, .25), transparent 26%),
    linear-gradient(180deg, var(--cream) 0%, #f7efe7 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(400px, .97fr);
  align-items: center;
  gap: 80px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow span {
  margin-right: 7px;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.hero h1 {
  max-width: 710px;
  margin-bottom: 30px;
  font-size: clamp(58px, 7vw, 92px);
}

.hero h1 em {
  color: var(--orange);
  font-weight: 500;
}

.hero-lead {
  max-width: 610px;
  margin-bottom: 35px;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
}

.store-button {
  display: inline-flex;
  min-width: 193px;
  align-items: center;
  gap: 11px;
  padding: 11px 18px 12px;
  border-radius: 12px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 12px 28px rgba(36, 48, 42, .18);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.store-button svg {
  width: 27px;
  height: 31px;
}

.store-button small {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, .77);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.text-link {
  color: var(--ink);
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
}

.text-link span {
  margin-left: 5px;
  color: var(--orange);
}

.trust-list {
  display: flex;
  margin: 34px 0 0;
  padding: 0;
  gap: 22px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 650;
  list-style: none;
}

.trust-list li::before {
  display: inline-grid;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  place-items: center;
  border-radius: 50%;
  content: "✓";
  color: var(--white);
  background: var(--sage);
  font-size: 10px;
  font-weight: 900;
}

.hero-visual {
  position: relative;
  min-height: 680px;
}

.sun-shape {
  position: absolute;
  top: 72px;
  left: -12px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: #ecd8c2;
}

.sun-shape::after {
  position: absolute;
  inset: 32px;
  border: 1px solid rgba(179, 84, 30, .12);
  border-radius: inherit;
  content: "";
}

.phone {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 50%;
  width: 336px;
  min-height: 666px;
  overflow: hidden;
  transform: translateX(-48%) rotate(1.5deg);
  border: 9px solid #27342f;
  border-radius: 47px;
  background: #fbf8f4;
  box-shadow: var(--shadow);
}

.phone-top {
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  color: #4d554f;
  font-size: 9px;
  font-weight: 700;
}

.phone-top .camera {
  width: 72px;
  height: 19px;
  border-radius: 999px;
  background: #27342f;
}

.app-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 23px 18px;
}

.app-kicker {
  display: block;
  margin-bottom: 3px;
  color: #81837f;
  font-size: 10px;
}

.app-head strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.03em;
}

.mini-mark {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 12px;
  background: var(--orange);
}

.mini-mark svg {
  width: 26px;
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.status-card {
  display: flex;
  margin: 0 18px 22px;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  border-radius: 17px;
  background: var(--sage-soft);
}

.status-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: none;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--sage);
  font-size: 17px;
  font-weight: 800;
}

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

.status-card strong {
  font-size: 13px;
}

.status-card div span {
  color: #647368;
  font-size: 10px;
}

.section-label {
  margin: 0 22px 10px;
  color: #8d8e89;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.task-card {
  display: flex;
  margin: 0 18px 11px;
  align-items: center;
  gap: 12px;
  padding: 15px 14px;
  border: 1px solid #e7e0d7;
  border-radius: 17px;
  background: var(--white);
  box-shadow: 0 7px 18px rgba(55, 44, 33, .055);
}

.task-primary {
  border-color: #dfb89f;
}

.task-icon {
  display: grid;
  width: 39px;
  height: 39px;
  flex: none;
  place-items: center;
  border-radius: 12px;
  color: var(--orange);
  background: #f7e7dc;
}

.task-icon.leaf {
  color: var(--sage);
  background: var(--sage-soft);
}

.task-icon svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.task-copy {
  min-width: 0;
  flex: 1;
}

.task-copy strong,
.task-copy span {
  display: block;
}

.task-copy strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.task-copy span {
  color: #858581;
  font-size: 9px;
}

.task-check {
  display: grid;
  width: 27px;
  height: 27px;
  flex: none;
  place-items: center;
  border: 1.5px solid #aeb7b1;
  border-radius: 50%;
  color: transparent;
  font-size: 11px;
}

.phone-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #e7e0d8;
  background: rgba(255, 253, 249, .95);
}

.phone-nav span {
  display: grid;
  min-width: 52px;
  place-items: center;
  color: #858985;
  font-size: 20px;
  line-height: 1;
}

.phone-nav .active {
  color: var(--orange);
}

.phone-nav small {
  margin-top: 7px;
  font-size: 8px;
}

.float-note {
  position: absolute;
  z-index: 3;
  right: -15px;
  bottom: 80px;
  display: flex;
  min-width: 215px;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid rgba(102, 128, 107, .3);
  border-radius: 16px;
  background: rgba(255, 253, 249, .96);
  box-shadow: 0 15px 34px rgba(41, 54, 47, .16);
}

.float-note > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--sage);
  font-size: 13px;
  font-weight: 800;
}

.float-note strong,
.float-note small {
  display: block;
}

.float-note strong {
  font-size: 12px;
}

.float-note small {
  color: var(--ink-soft);
  font-size: 9px;
}

.quiet-strip {
  padding: 21px 0;
  color: #edf2ed;
  background: var(--navy);
}

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

.strip-grid p {
  margin: 0;
  text-align: center;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .025em;
}

.strip-grid p + p {
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.strip-grid span {
  margin-right: 10px;
  color: #d7a77e;
}

.section {
  padding: 120px 0;
}

.intro {
  background: var(--paper);
}

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

.section-heading h2,
.steps-copy h2,
.privacy-copy h2,
.pro-card h2,
.final-cta h2 {
  margin-bottom: 24px;
  font-size: clamp(44px, 5.2vw, 68px);
}

.section-heading > p:last-child,
.steps-copy > p,
.privacy-copy > p,
.final-cta p {
  color: var(--ink-soft);
  font-size: 18px;
}

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

.feature-card {
  position: relative;
  min-height: 385px;
  overflow: hidden;
  padding: 35px 31px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.feature-reminders {
  background: #f8e8dc;
}

.feature-history {
  background: #e6eee6;
}

.feature-fit {
  background: #eee9e1;
}

.feature-number {
  position: absolute;
  top: 24px;
  right: 27px;
  color: rgba(36, 48, 42, .34);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
}

.feature-icon {
  display: grid;
  width: 69px;
  height: 69px;
  margin: 53px 0 54px;
  place-items: center;
  border: 1px solid rgba(36, 48, 42, .12);
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
}

.feature-icon svg {
  width: 37px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.feature-card h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.1;
}

.feature-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

.steps-section {
  background: #f3ece4;
}

.steps-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  align-items: center;
  gap: 90px;
}

.steps-list {
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}

.steps-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 21px 0;
  border-top: 1px solid var(--line);
}

.steps-list li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.steps-list strong {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
}

.steps-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.history-panel {
  padding: 40px;
  transform: rotate(-1deg);
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}

.panel-head div > span,
.panel-head div > strong {
  display: block;
}

.panel-head div > span {
  margin-bottom: 4px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.panel-head div > strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
}

.panel-check {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--sage);
  font-weight: 800;
}

.timeline {
  padding-top: 12px;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 18px;
  padding: 22px 0;
}

.timeline-item + .timeline-item {
  border-top: 1px solid #ebe4dc;
}

.timeline-date {
  display: grid;
  width: 48px;
  height: 52px;
  place-items: center;
  border-radius: 13px;
  color: var(--orange);
  background: #f6e5d8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1;
}

.timeline-date small {
  margin-top: -10px;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .1em;
}

.timeline-item strong {
  display: block;
  font-size: 14px;
}

.timeline-item p {
  margin: 1px 0 8px;
  color: #81837f;
  font-size: 11px;
}

.next-pill {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 999px;
  color: #58705d;
  background: var(--sage-soft);
  font-size: 9px;
  font-weight: 700;
}

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

.privacy-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: 110px;
}

.privacy-mark {
  position: relative;
  display: grid;
  width: min(100%, 430px);
  aspect-ratio: 1;
  margin: auto;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-soft);
}

.privacy-mark::before,
.privacy-mark::after {
  position: absolute;
  border: 1px solid rgba(102, 128, 107, .23);
  border-radius: 50%;
  content: "";
}

.privacy-mark::before {
  inset: 30px;
}

.privacy-mark::after {
  inset: -19px;
}

.privacy-mark svg {
  width: 47%;
}

.privacy-mark .shield {
  fill: var(--sage);
}

.privacy-mark .lock,
.privacy-mark circle {
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 7;
}

.check-list {
  margin: 30px 0 34px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 9px 0 9px 34px;
  font-size: 15px;
  font-weight: 650;
}

.check-list li::before {
  position: absolute;
  top: 11px;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  content: "✓";
  color: var(--white);
  background: var(--sage);
  font-size: 11px;
  font-weight: 900;
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 19px;
  border: 1px solid rgba(36, 48, 42, .22);
  border-radius: 999px;
  background: transparent;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--orange);
  color: var(--orange-dark);
}

.pro-section {
  padding-top: 70px;
  background: var(--paper);
}

.pro-card {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 85px;
  padding: 73px 76px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 94% 10%, rgba(255, 255, 255, .08), transparent 27%),
    var(--navy);
}

.pro-card h2 {
  margin: 0;
}

.eyebrow.light {
  color: #d8ad87;
}

.pro-copy > p {
  color: #dce5df;
  font-size: 17px;
}

.pro-copy ul {
  display: grid;
  margin: 27px 0;
  padding: 0;
  gap: 8px;
  color: #f0f4f1;
  font-size: 14px;
  list-style: none;
}

.pro-copy li::before {
  margin-right: 10px;
  content: "✓";
  color: #d8ad87;
  font-weight: 900;
}

.pro-copy .availability-note {
  margin: 29px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  color: #d8ad87;
  font-size: 13px;
  font-weight: 700;
}

.final-cta {
  text-align: center;
  background: var(--paper);
}

.brand-mark.large {
  width: 58px;
  height: 58px;
  margin: 0 auto 33px;
  border-radius: 18px;
}

.brand-mark.large svg {
  width: 43px;
}

.final-cta h2 {
  margin-bottom: 18px;
}

.site-footer {
  padding: 67px 0 25px;
  color: #dce4df;
  background: #1b2924;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding-bottom: 57px;
}

.footer-brand {
  color: var(--white);
}

.footer-grid > div:first-child > p {
  margin: 17px 0 0;
  color: #98a69f;
  font-size: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links strong {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 12px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.footer-links a {
  color: #abb6b0;
  font-size: 13px;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .11);
  color: #819089;
  font-size: 11px;
}

/* Privacy policy */
.policy-main {
  padding: 86px 0 110px;
  background:
    radial-gradient(circle at 85% 9%, rgba(223, 198, 173, .25), transparent 20%),
    var(--cream);
}

.policy-shell {
  max-width: 860px;
}

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

.policy-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(54px, 8vw, 82px);
}

.policy-intro {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--ink-soft);
  font-size: 21px;
  line-height: 1.65;
}

.policy-date {
  margin: 0;
  color: #777d77;
  font-size: 13px;
  font-weight: 700;
}

.policy-summary {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 25px;
  margin: 42px 0 60px;
  padding: 28px 31px;
  border: 1px solid #cddbcf;
  border-radius: 20px;
  background: var(--sage-soft);
}

.policy-summary > strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
}

.policy-summary p {
  margin: 0 0 5px;
  color: #4f6255;
  font-size: 13px;
}

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

.policy-summary span {
  margin-right: 7px;
  font-weight: 900;
}

.policy-content section {
  margin-bottom: 49px;
  scroll-margin-top: 28px;
}

.policy-content h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.policy-content p,
.policy-content li {
  color: #555e57;
  font-size: 15px;
  line-height: 1.8;
}

.policy-content p {
  margin-bottom: 15px;
}

.policy-content ul {
  padding-left: 24px;
}

.policy-content a {
  color: var(--orange-dark);
  font-weight: 700;
}

.policy-back {
  padding-top: 18px;
}

.compact-footer {
  padding-top: 25px;
}

.compact-footer a {
  color: #abb6b0;
}

@media (max-width: 940px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-visual {
    width: min(100%, 620px);
    margin-inline: auto;
  }

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

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

  .feature-icon {
    margin: 40px 0 35px;
  }

  .steps-grid,
  .privacy-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .privacy-mark {
    max-width: 350px;
  }

  .pro-card {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

@media (max-width: 700px) {
  :root {
    --shell: min(100% - 28px, 1160px);
  }

  body {
    font-size: 16px;
  }

  .site-header {
    position: static;
  }

  .nav-wrap {
    min-height: 72px;
  }

  .site-header nav {
    gap: 9px;
  }

  .site-header nav a:not(.nav-cta):not([aria-current="page"]) {
    display: none;
  }

  .site-header nav a[aria-current="page"] {
    display: none;
  }

  .site-header nav .nav-cta {
    padding: 8px 13px;
    font-size: 12px;
  }

  .hero {
    padding: 65px 0 75px;
  }

  .hero h1 {
    font-size: clamp(49px, 15vw, 69px);
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-list {
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .hero-visual {
    min-height: 610px;
  }

  .sun-shape {
    top: 75px;
    left: 50%;
    width: 450px;
    height: 450px;
    transform: translateX(-50%);
  }

  .phone {
    left: 50%;
    width: 292px;
    min-height: 582px;
    border-radius: 41px;
  }

  .float-note {
    right: 0;
    bottom: 52px;
    min-width: 195px;
  }

  .strip-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .strip-grid p + p {
    border-left: 0;
  }

  .section {
    padding: 80px 0;
  }

  .section-heading {
    margin-bottom: 42px;
    text-align: left;
  }

  .section-heading h2,
  .steps-copy h2,
  .privacy-copy h2,
  .pro-card h2,
  .final-cta h2 {
    font-size: 44px;
  }

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

  .history-panel {
    padding: 25px 20px;
    transform: none;
  }

  .timeline-item {
    grid-template-columns: 49px 1fr;
    gap: 13px;
  }

  .privacy-grid {
    gap: 55px;
  }

  .privacy-mark {
    max-width: 260px;
  }

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

  .pro-card {
    width: calc(100% - 16px);
    padding: 48px 28px;
    border-radius: 26px;
  }

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

  .footer-links {
    gap: 30px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .policy-main {
    padding: 60px 0 80px;
  }

  .policy-intro {
    font-size: 18px;
  }

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

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