:root {
  --red: #b6001d;
  --red-dark: #7f0015;
  --red-soft: #fbe8ec;
  --ink: #172033;
  --ink-soft: #566074;
  --navy: #172238;
  --cream: #f7f5f2;
  --line: #e4e7ed;
  --white: #ffffff;
  --green: #138a63;
  --gold: #f4b84a;
  --shadow: 0 22px 60px rgba(23, 32, 51, 0.12);
  --shadow-soft: 0 14px 40px rgba(23, 32, 51, 0.08);
  --radius: 26px;
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  padding: 10px 16px;
  color: #fff;
  background: var(--navy);
  border-radius: 8px;
}

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

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

.section-pad {
  padding: 92px 0;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(23, 32, 51, 0.08);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
}

.wordmark {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1.18;
}

.wordmark span {
  color: var(--red);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wordmark strong {
  margin-top: 4px;
  font-size: 1.02rem;
}

.header-trust {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.header-trust span {
  padding: 6px 11px;
  color: var(--ink-soft);
  background: #f3f5f8;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.header-help {
  color: var(--red);
  font-size: 0.92rem;
  font-weight: 800;
  text-underline-offset: 4px;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(182, 0, 29, 0.09), transparent 35%),
    linear-gradient(135deg, #fff 0%, #fff 58%, #f7f5f2 100%);
}

.hero::after {
  position: absolute;
  right: -80px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  background: rgba(182, 0, 29, 0.04);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 66px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 24px;
  height: 3px;
  background: currentColor;
  border-radius: 99px;
  content: "";
}

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

h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 700px;
  margin-bottom: 23px;
  font-size: clamp(2.55rem, 5.5vw, 4.8rem);
  font-weight: 860;
}

h1 em {
  display: block;
  color: var(--red);
  font-style: normal;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
}

h3 {
  font-size: 1.45rem;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 25px;
  color: var(--ink-soft);
  font-size: 1.13rem;
}

.hero-benefits,
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 26px;
  font-size: 0.94rem;
  font-weight: 750;
}

.hero-benefits span {
  display: inline-grid;
  width: 22px;
  height: 22px;
  margin-right: 4px;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  place-items: center;
  font-size: 0.73rem;
}

.start-offer {
  display: flex;
  align-items: center;
  gap: 17px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 24px;
  padding: 14px 19px 14px 14px;
  background: var(--navy);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(23, 34, 56, 0.18);
}

.offer-number {
  min-width: 84px;
  padding: 4px 9px;
  color: #fff;
  background: var(--red);
  border-radius: 12px;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.offer-number span {
  font-size: 1.15rem;
}

.start-offer strong {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
}

.start-offer p {
  margin: 3px 0 0;
  color: #cbd3e1;
  font-size: 0.78rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 22px;
  border: 2px solid transparent;
  border-radius: 13px;
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(19, 138, 99, 0.45);
  outline-offset: 3px;
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #c70022 0%, #a5001b 100%);
  box-shadow: 0 14px 32px rgba(182, 0, 29, 0.23);
}

.button-primary:hover {
  box-shadow: 0 18px 38px rgba(182, 0, 29, 0.3);
}

.button-wide {
  min-width: min(100%, 390px);
}

.secure-note {
  margin: 9px 0 0 3px;
  color: #788194;
  font-size: 0.77rem;
}

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

.hero-visual::before {
  position: absolute;
  z-index: -1;
  top: -22px;
  right: -24px;
  width: 72%;
  height: 72%;
  background: var(--red);
  border-radius: 34px;
  content: "";
}

.hero-visual img {
  width: 100%;
  height: 575px;
  object-fit: cover;
  object-position: 63% center;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.visual-badge {
  position: absolute;
  right: -22px;
  bottom: 35px;
  display: flex;
  flex-direction: column;
  width: 205px;
  padding: 18px 20px;
  color: #fff;
  background: rgba(23, 34, 56, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.visual-badge span {
  color: #cbd3e1;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visual-badge strong {
  margin: 3px 0;
  font-size: 2.45rem;
  line-height: 1;
}

.visual-badge small {
  line-height: 1.35;
}

.trust-row {
  padding: 24px 0;
  border-block: 1px solid var(--line);
  background: #fff;
}

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

.trust-grid > div {
  padding: 0 24px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.trust-grid > div:last-child {
  border-right: 0;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  color: var(--red);
  font-size: 1.05rem;
}

.trust-grid span {
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 47px;
}

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

.section-heading p {
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.choice-section {
  background: #fbfbfc;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.choice-card {
  position: relative;
  overflow: hidden;
  padding: 37px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.choice-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: var(--red);
  content: "";
}

.preservation-card::before {
  background: var(--green);
}

.choice-kicker {
  margin-bottom: 22px;
  color: var(--ink-soft);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.choice-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  color: #fff;
  background: var(--green);
  border-radius: 14px;
  font-size: 1.6rem;
  font-weight: 900;
  place-items: center;
}

.replacement-card .choice-icon {
  background: var(--red);
}

.choice-card h3 {
  margin-bottom: 11px;
  font-size: 1.8rem;
}

.choice-card > p {
  color: var(--ink-soft);
}

.check-list {
  display: grid;
  gap: 11px;
  margin-top: 24px;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--green);
  content: "✓";
  font-weight: 900;
}

.choice-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 27px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.choice-options span {
  padding: 6px 10px;
  color: var(--ink);
  background: #f1f3f6;
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 800;
}

.center-cta {
  margin-top: 38px;
  text-align: center;
}

.center-cta p {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 0.83rem;
}

.dark-section {
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(182, 0, 29, 0.35), transparent 30%),
    var(--navy);
}

.problem-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 72px;
}

.eyebrow-light {
  color: #ff7085;
}

.problem-copy p {
  color: #cbd3e1;
  font-size: 1.06rem;
}

.problem-copy blockquote {
  margin: 30px 0 0;
  padding: 3px 0 3px 23px;
  color: #fff;
  border-left: 4px solid var(--red);
  font-size: 1.18rem;
  font-weight: 720;
}

.cost-stack {
  display: grid;
  gap: 17px;
}

.cost-card {
  display: flex;
  flex-direction: column;
  padding: 28px 30px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
}

.cost-card.accent {
  color: var(--ink);
  background: #fff;
  border: 0;
}

.cost-card span {
  color: #cbd3e1;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cost-card.accent span {
  color: var(--red);
}

.cost-card strong {
  margin: 5px 0;
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1.15;
}

.cost-card small {
  color: #aeb8c9;
}

.cost-card.accent small {
  color: var(--ink-soft);
}

.plans-section {
  background: var(--cream);
}

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

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px 28px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.plan-card.featured {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
  transform: translateY(-12px);
  box-shadow: 0 28px 70px rgba(23, 34, 56, 0.24);
}

.recommendation {
  position: absolute;
  top: -16px;
  left: 22px;
  padding: 6px 12px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-label {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured .plan-label {
  color: #ff8b9b;
}

.plan-card h3 {
  margin: 13px 0 24px;
  font-size: 1.25rem;
}

.plan-card h3 strong {
  font-size: 1.85rem;
}

.plan-percent {
  color: var(--red);
  font-size: 3.65rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}

.featured .plan-percent {
  color: #fff;
}

.plan-percent span {
  display: block;
  margin-bottom: 5px;
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured .plan-percent span,
.featured .plan-sub {
  color: #b9c3d3;
}

.plan-sub {
  margin: 8px 0 22px;
  color: var(--ink-soft);
  font-size: 0.77rem;
}

.check-list.compact {
  gap: 9px;
  margin: 0 0 26px;
  font-size: 0.88rem;
}

.featured .check-list li::before {
  color: #63d7ac;
}

.limit-box {
  margin-top: auto;
  padding: 16px;
  background: #f4f5f7;
  border-radius: 14px;
}

.featured .limit-box {
  background: rgba(255, 255, 255, 0.1);
}

.limit-box span,
.limit-box strong,
.limit-box small {
  display: block;
}

.limit-box span {
  color: var(--ink-soft);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.featured .limit-box span,
.featured .limit-box small {
  color: #bdc6d4;
}

.limit-box strong {
  margin: 3px 0;
  font-size: 1.22rem;
}

.limit-box small {
  color: var(--ink-soft);
  font-size: 0.71rem;
  line-height: 1.35;
}

.fineprint {
  max-width: 850px;
  color: #717a8b;
  font-size: 0.75rem;
  line-height: 1.55;
}

.centered-text {
  margin: 26px auto 0;
  text-align: center;
}

.offer-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 47px;
  padding: 27px 30px;
  color: #fff;
  background: linear-gradient(135deg, #be001f, #8b0017);
  border-radius: var(--radius);
  box-shadow: 0 20px 45px rgba(182, 0, 29, 0.22);
}

.offer-panel-number {
  font-family: Georgia, serif;
  font-size: 4.25rem;
  font-weight: 900;
  line-height: 1;
}

.offer-panel-kicker {
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.offer-panel h3 {
  margin: 4px 0;
  font-size: 1.55rem;
}

.offer-panel p {
  margin: 0;
  color: #ffd8de;
  font-size: 0.84rem;
}

.button-light {
  color: var(--red-dark);
  background: #fff;
}

.examples-section {
  background: #fff;
}

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

.example-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}

.example-top {
  min-height: 108px;
  padding: 23px 24px;
  background: #f4f5f7;
}

.featured-example .example-top {
  color: #fff;
  background: var(--navy);
}

.example-top span,
.example-top strong {
  display: block;
}

.example-top span {
  margin-bottom: 6px;
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-example .example-top span {
  color: #ff8798;
}

.example-top strong {
  font-size: 1.1rem;
  line-height: 1.3;
}

.example-card dl {
  margin: 0;
  padding: 13px 24px 22px;
}

.example-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.example-card dt,
.example-card dd {
  margin: 0;
}

.example-card dt {
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.example-card dd {
  font-size: 0.86rem;
  font-weight: 850;
  text-align: right;
}

.example-card dl div.result {
  margin-top: 5px;
  padding: 15px 13px;
  color: #087051;
  background: #eaf7f2;
  border: 0;
  border-radius: 10px;
}

.example-card .result dt,
.example-card .result dd {
  color: inherit;
  font-weight: 900;
}

.preservation-section {
  background: linear-gradient(135deg, #eff8f4, #f9fbfa);
}

.preservation-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 70px;
}

.large-copy {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.feature-lines {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.feature-lines li {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 15px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(19, 138, 99, 0.16);
}

.feature-lines strong {
  color: var(--green);
  font-size: 1.2rem;
}

.feature-lines span {
  font-size: 0.9rem;
  font-weight: 680;
}

.preservation-examples {
  display: grid;
  gap: 14px;
}

.preservation-examples article,
.premium-extra {
  padding: 25px 27px;
  background: #fff;
  border: 1px solid rgba(19, 138, 99, 0.13);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

.preservation-examples article span,
.preservation-examples article strong {
  display: block;
}

.preservation-examples article span {
  color: var(--ink-soft);
  font-size: 0.77rem;
  font-weight: 800;
}

.preservation-examples article strong {
  margin: 3px 0;
  color: var(--green);
  font-size: 2rem;
}

.preservation-examples p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.premium-extra {
  color: #fff;
  background: var(--navy);
  border: 0;
}

.premium-extra strong {
  color: #fff;
}

.premium-extra p {
  margin-top: 6px;
  color: #c7d0df;
}

.fit-section {
  background: #fff;
}

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

.fit-grid article {
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.fit-number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-weight: 900;
  place-items: center;
}

.fit-grid h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.fit-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.fit-note {
  margin-top: 24px;
  padding: 18px 22px;
  color: var(--ink-soft);
  background: #f4f5f7;
  border-radius: 14px;
  font-size: 0.86rem;
}

.fit-note strong {
  color: var(--ink);
}

.fit-note a {
  margin-left: 5px;
  color: var(--red);
  font-weight: 850;
}

.reviews-section {
  background: var(--cream);
}

.reviews-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 35px;
  margin-bottom: 38px;
}

.reviews-heading > div:first-child {
  max-width: 730px;
}

.reviews-heading h2 {
  margin-bottom: 12px;
}

.reviews-heading p {
  color: var(--ink-soft);
}

.rating-box {
  display: flex;
  flex-direction: column;
  min-width: 245px;
  padding: 21px 23px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  text-decoration: none;
}

.rating-box > strong {
  font-size: 1.85rem;
  line-height: 1;
}

.stars {
  color: var(--gold);
  font-size: 0.92rem;
  letter-spacing: 0.06em;
}

.rating-box b {
  margin-top: 5px;
  font-size: 0.8rem;
}

.rating-box small {
  color: var(--ink-soft);
  font-size: 0.7rem;
}

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

.review-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 27px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
}

.review-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-top > span {
  display: grid;
  width: 45px;
  height: 45px;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-weight: 900;
  place-items: center;
}

.review-top strong {
  display: block;
  font-size: 0.9rem;
}

.review-card blockquote {
  margin: 23px 0;
  color: #3d4659;
  font-size: 0.9rem;
  line-height: 1.7;
}

.review-card > p {
  margin: auto 0 0;
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.review-note {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 0.72rem;
  text-align: center;
}

.faq-shell {
  max-width: 900px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0 23px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(23, 32, 51, 0.05);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  cursor: pointer;
  font-weight: 820;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--red);
  font-size: 1.4rem;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  padding: 0 34px 21px 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.contact-section {
  background: #fff;
}

.contact-card {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 50px;
  padding: 47px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(182, 0, 29, 0.45), transparent 34%),
    var(--navy);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

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

.contact-card > div:first-child > p {
  max-width: 700px;
  color: #c6cfdd;
}

.contact-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 27px;
}

.whatsapp-button {
  color: #082b20;
  background: #6fe2b8;
}

.text-link {
  font-size: 0.88rem;
  font-weight: 800;
  text-underline-offset: 4px;
}

.light-link {
  color: #fff;
}

.contact-trust {
  align-self: stretch;
  padding: 27px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
}

.contact-trust > span {
  display: block;
  margin-bottom: 8px;
  color: #ff8597;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-trust > strong {
  font-size: 1.18rem;
}

.contact-trust p {
  margin: 13px 0;
  color: #cbd3e1;
  font-size: 0.86rem;
}

.contact-trust a {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 850;
}

.final-cta {
  padding-top: 0;
  background: #fff;
}

.final-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 45px;
  padding: 46px;
  background: var(--red-soft);
  border: 1px solid #f2c9d1;
  border-radius: 28px;
}

.final-kicker {
  color: var(--red);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.final-card h2 {
  margin: 8px 0 13px;
}

.final-card p {
  margin: 0;
  color: var(--ink-soft);
}

.final-action {
  text-align: center;
}

.final-action p {
  margin-top: 9px;
  font-size: 0.74rem;
}

.site-footer {
  padding: 42px 0 100px;
  color: #c6cfdd;
  background: #101828;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  padding-bottom: 27px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-grid strong {
  color: #fff;
}

.footer-grid p {
  margin: 5px 0 0;
  font-size: 0.78rem;
}

.footer-grid nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
}

.footer-grid nav a {
  font-size: 0.76rem;
}

.footer-bottom {
  padding-top: 22px;
}

.footer-bottom p {
  max-width: 1000px;
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.6;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1020px) {
  .hero-grid,
  .problem-grid,
  .preservation-grid {
    gap: 42px;
  }

  .hero-grid {
    grid-template-columns: 1.08fr 0.92fr;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 510px;
    height: 510px;
  }

  .visual-badge {
    right: -8px;
  }

  .plans-grid,
  .examples-grid,
  .reviews-grid {
    grid-template-columns: 1fr 1fr;
  }

  .plan-card.featured {
    transform: none;
  }

  .plans-grid .plan-card.featured,
  .examples-grid .featured-example,
  .reviews-grid .review-card:last-child {
    grid-column: 1 / -1;
  }

  .contact-card,
  .final-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  :root {
    --shell: min(100% - 30px, 680px);
    --radius: 22px;
  }

  body {
    font-size: 16px;
    padding-bottom: 72px;
  }

  .section-pad {
    padding: 68px 0;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 68px;
  }

  .header-trust {
    display: none;
  }

  .header-help {
    font-size: 0.8rem;
  }

  .hero {
    padding-top: 52px;
  }

  .hero-grid,
  .choice-grid,
  .problem-grid,
  .preservation-grid,
  .fit-grid,
  .reviews-heading {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 45px;
  }

  h1 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .hero-benefits {
    flex-direction: column;
    gap: 9px;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 430px;
    height: 430px;
  }

  .hero-visual::before {
    top: -13px;
    right: -10px;
  }

  .visual-badge {
    right: 12px;
    bottom: 15px;
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px 0;
  }

  .trust-grid > div:nth-child(2) {
    border-right: 0;
  }

  .plans-grid,
  .examples-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .plans-grid .plan-card.featured,
  .examples-grid .featured-example,
  .reviews-grid .review-card:last-child {
    grid-column: auto;
  }

  .plan-card.featured {
    margin-top: 10px;
  }

  .offer-panel {
    grid-template-columns: auto 1fr;
  }

  .offer-panel .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .reviews-heading {
    align-items: start;
  }

  .rating-box {
    min-width: 0;
    width: 100%;
  }

  .contact-card,
  .final-card {
    padding: 32px 25px;
  }

  .footer-grid {
    flex-direction: column;
  }

  .footer-grid nav {
    justify-content: flex-start;
  }

  .mobile-cta {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(12px);
  }

  .mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    color: #fff;
    background: var(--red);
    border-radius: 12px;
    font-weight: 900;
    text-decoration: none;
  }
}

@media (max-width: 480px) {
  :root {
    --shell: calc(100% - 24px);
  }

  .wordmark span {
    font-size: 0.62rem;
  }

  .wordmark strong {
    font-size: 0.9rem;
  }

  .header-help {
    font-size: 0.72rem;
  }

  h1 {
    font-size: 2.62rem;
  }

  h2 {
    font-size: 2.08rem;
  }

  .start-offer {
    align-items: flex-start;
    width: 100%;
  }

  .offer-number {
    min-width: 72px;
    font-size: 1.8rem;
  }

  .button-wide,
  .button {
    width: 100%;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 375px;
    height: 375px;
  }

  .visual-badge {
    width: 180px;
  }

  .choice-card,
  .plan-card,
  .review-card,
  .fit-grid article {
    padding-inline: 22px;
  }

  .offer-panel {
    grid-template-columns: 1fr;
    padding: 25px 22px;
  }

  .offer-panel-number {
    font-size: 3rem;
  }

  .offer-panel .button {
    grid-column: auto;
  }

  .example-card dl {
    padding-inline: 18px;
  }

  .feature-lines li {
    grid-template-columns: 68px 1fr;
  }

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

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.footer-link-button {
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.consent-banner {
  position: fixed;
  z-index: 500;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: min(920px, calc(100% - 40px));
  margin-inline: auto;
  padding: 22px 24px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(23, 32, 51, 0.24);
}

.consent-banner[hidden] {
  display: none;
}

.consent-copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.consent-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.5;
}

.consent-copy a {
  color: var(--red);
  font-weight: 750;
}

.consent-actions {
  display: flex;
  gap: 10px;
}

.consent-button {
  min-height: 46px;
  padding: 10px 18px;
  border: 2px solid var(--red);
  border-radius: 10px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  cursor: pointer;
}

.consent-decline {
  color: var(--red);
  background: var(--white);
}

.consent-accept {
  color: var(--white);
  background: var(--red);
}

@media (max-width: 720px) {
  .consent-banner {
    bottom: 84px;
    grid-template-columns: 1fr;
    gap: 16px;
    width: calc(100% - 24px);
    padding: 19px;
  }

  .consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
