:root {
  --ink: #000;
  --muted: #000;
  --paper: #fff;
  --surface: #fff;
  --line: rgba(0, 0, 0, 0.14);
  --forest: #000;
  --success: #138a4b;
  --danger: #cf2f25;
  --coral: #123c69;
  --gold: #123c69;
  --action-accent: #123c69;
  --sea: #123c69;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Roboto, Arial, sans-serif;
}

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

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

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: #fffdf7;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(24px, 3.5vw, 52px);
  align-items: center;
  background:
    radial-gradient(circle at 84% 18%, rgba(18, 60, 105, 0.34), transparent 34%),
    linear-gradient(135deg, #02070d 0%, #071622 56%, #0b1d2e 100%);
  padding: 96px clamp(18px, 5vw, 72px) 64px;
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
}

.hero__media {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #000;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.16), transparent 42%);
}

.nav {
  position: absolute;
  top: 22px;
  right: clamp(18px, 5vw, 72px);
  z-index: 2;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
}

.brand-mark {
  display: block;
  width: min(220px, 62vw);
  height: auto;
  margin-bottom: 20px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  color: #000;
  font-weight: 400;
  text-wrap: pretty;
}

.hero h1,
.hero p,
.hero .eyebrow {
  color: #fff;
}

h1,
h2,
h3 {
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.06;
  margin: 0;
  font-weight: 800;
}

h1 {
  font-size: 40px;
  max-width: 720px;
}

h2 {
  font-size: 40px;
  max-width: 960px;
}

h3 {
  margin: 12px 0 8px;
  font-size: 20px;
}

.hero__lede {
  margin: 24px 0 26px;
  max-width: 680px;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.hero__metrics {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero__metrics span {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(18px);
  border-radius: 8px;
  color: rgba(255, 253, 247, 0.9);
  font-weight: 700;
}

.hero__metrics strong {
  font-size: 28px;
  color: #fff;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(18px);
  font-weight: 900;
}

.instagram-link span {
  text-transform: uppercase;
}

.instagram-link small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.instagram-link:hover {
  background: var(--coral);
  border-color: var(--coral);
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 118px) 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: end;
}

.intro p:last-child,
.copy p,
.proof__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.copy .eyebrow,
.proof__copy .eyebrow {
  color: var(--coral);
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

#transformation.split {
  grid-template-columns: 1fr;
  align-items: stretch;
}

.copy {
  position: sticky;
  top: 28px;
}

#transformation .copy {
  position: static;
}

#transformation .copy > p:not(.eyebrow) {
  max-width: 920px;
}

.copy h2 {
  margin-bottom: 22px;
}

.transformation-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.state-card {
  border-radius: 8px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 14px 44px rgba(90, 53, 39, 0.08);
}

.state-card span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.state-card strong {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.state-card--before {
  border-left: 6px solid var(--danger);
}

.state-card--before span,
.comparison__item--before .comparison__caption b {
  color: var(--danger);
}

.state-card--after {
  border-left: 6px solid var(--success);
}

.state-card--after span,
.comparison__item--after .comparison__caption b {
  color: var(--success);
}

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

.comparison article,
.media-frame,
.phone-shot,
.post-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.comparison article {
  position: relative;
  border-radius: 8px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 74px 18px 18px;
}

.comparison__item::after {
  content: none;
}

.comparison__item--before {
  border: 4px solid var(--danger);
}

.comparison__item--after {
  border: 4px solid var(--success);
}

.comparison video,
.comparison__image,
.media-frame video,
.media-frame img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.comparison__image {
  display: block;
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(9, 18, 34, 0.22);
}

.comparison span {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 16px;
  border-radius: 999px;
  padding: 12px 18px;
  color: #fff;
  background: var(--ink);
  backdrop-filter: blur(12px);
  font-size: clamp(14px, 2vw, 22px);
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}

.comparison__item--before span {
  background: var(--danger);
}

.comparison__item--after span {
  background: var(--success);
}

.comparison__caption {
  position: static;
  z-index: 1;
  align-self: stretch;
  margin-top: 14px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.comparison__caption b,
.comparison__caption small {
  display: block;
}

.comparison__caption b {
  font-size: 14px;
  text-transform: uppercase;
}

.comparison__caption small {
  margin-top: 5px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.section__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

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

.process-card {
  min-width: 0;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.media-frame {
  aspect-ratio: 966 / 480;
  border-radius: 8px;
  margin-bottom: 18px;
}

.process-card span {
  color: var(--gold);
  font-weight: 800;
}

.process-card p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.process-card h3 {
  color: var(--coral);
  font-weight: 800;
}

.discovery .section__head {
  align-items: start;
}

.discovery .section__head h2 {
  max-width: 1060px;
}

.action-plan {
  position: relative;
  width: 100%;
  max-width: none;
  padding: clamp(72px, 9vw, 124px) max(18px, calc((100vw - 1180px) / 2));
  background: #fff;
}

.action-plan__intro {
  width: min(980px, 100%);
  margin: 0 auto 36px;
  text-align: center;
}

.action-plan__intro .eyebrow {
  color: var(--coral);
}

.action-plan__intro h2 {
  margin: 0 auto 22px;
}

.action-plan__intro p:last-child {
  width: min(760px, 100%);
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.action-plan__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.action-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 0%, rgba(217, 79, 135, 0.12), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 255, 0.88)),
    var(--surface);
  box-shadow: 0 22px 64px rgba(90, 53, 39, 0.1);
  padding: 30px;
  isolation: isolate;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.action-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(217, 79, 135, 0.16), transparent 40%),
    radial-gradient(circle at 82% 18%, rgba(217, 79, 135, 0.18), transparent 30%);
  transition: opacity 260ms ease;
}

.action-card:nth-child(1),
.action-card:nth-child(6) {
  min-height: 300px;
  background:
    radial-gradient(circle at 18% 0%, rgba(217, 79, 135, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 255, 0.88)),
    var(--surface);
  color: var(--ink);
}

.action-card:hover {
  transform: translateY(-8px);
  border-color: rgba(217, 79, 135, 0.5);
  box-shadow: 0 34px 90px rgba(90, 53, 39, 0.16);
}

.action-card:hover::before {
  opacity: 1;
}

.action-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 34px;
  padding: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--gold);
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  box-shadow: none;
  transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease, color 260ms ease;
}

.action-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.05;
}

.action-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 310px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}

.action-card:hover .action-icon {
  transform: translateY(-5px) scale(1.06);
  color: var(--coral);
}

.action-card:nth-child(1) .action-icon,
.action-card:nth-child(6) .action-icon {
  background: transparent;
  color: var(--gold);
}

.action-card:nth-child(1) h3,
.action-card:nth-child(6) h3 {
  color: var(--ink);
}

.action-card:nth-child(1) p,
.action-card:nth-child(6) p {
  color: var(--muted);
}

.action-card:nth-child(1):hover .action-icon,
.action-card:nth-child(6):hover .action-icon {
  background: transparent;
  color: var(--coral);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.post-card {
  margin: 0;
  border-radius: 8px;
}

.post-carousel {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.post-track {
  display: flex;
  transition: transform 320ms ease;
}

.post-track img {
  flex: 0 0 100%;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  object-position: center;
}

.post-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: #fff;
  background: rgba(90, 53, 39, 0.62);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
  line-height: 0.8;
  padding: 0 0 3px;
  transform: translateY(-50%);
  transition: background 200ms ease, transform 200ms ease;
}

.post-nav:hover {
  background: var(--coral);
  transform: translateY(-50%) scale(1.06);
}

.post-nav--prev {
  left: 8px;
}

.post-nav--next {
  right: 8px;
}

.post-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 2;
  display: flex;
  gap: 6px;
  transform: translateX(-50%);
}

.post-dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
}

.post-card[data-index="0"] .post-dots span:first-child,
.post-card[data-index="1"] .post-dots span:last-child {
  background: #fff;
  width: 18px;
}

.post-card figcaption {
  padding: 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.proof {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(260px, 0.55fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
}

.proof__copy h2 {
  margin-bottom: 22px;
}

.result-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.result-list div {
  min-width: 0;
  padding: 18px;
  border-left: 4px solid var(--sea);
  background: rgba(242, 247, 255, 0.88);
  border-radius: 8px;
}

.result-list strong {
  display: block;
  color: var(--forest);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.result-list span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 400;
  text-transform: uppercase;
}

.phone-shot {
  border-radius: 8px;
  max-height: 720px;
}

.phone-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.testimonial {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  align-items: center;
  gap: clamp(36px, 6vw, 88px);
  padding: clamp(64px, 8vw, 104px) clamp(18px, 5vw, 72px);
  margin-bottom: clamp(56px, 8vw, 96px);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(217, 79, 135, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 255, 0.9));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.testimonial__copy h2 {
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
}

.testimonial blockquote {
  margin: 32px 0 0;
  padding-left: 22px;
  border-left: 3px solid var(--coral);
}

.testimonial blockquote > p {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.4;
}

.testimonial blockquote footer strong,
.testimonial blockquote footer span {
  display: block;
}

.testimonial blockquote footer strong {
  color: var(--coral);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.testimonial blockquote footer span,
.testimonial__email figcaption {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.testimonial__email {
  margin: 0;
}

.testimonial__email a {
  display: block;
}

.testimonial__email img {
  width: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(90, 53, 39, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(29, 40, 54, 0.14);
}

.testimonial__email figcaption {
  margin-top: 12px;
  text-align: right;
}

.closing-statement {
  padding: 0 0 clamp(72px, 10vw, 128px);
  text-align: center;
}

.closing-statement h2 {
  width: min(920px, 100%);
  margin: 0 auto;
  color: var(--ink);
  font-size: clamp(42px, 6.5vw, 88px);
  line-height: 0.9;
}

.closing-statement__line,
.closing-statement__or {
  display: block;
}

.closing-statement__recommended {
  color: #2d92ff;
}

.closing-statement__or {
  margin: clamp(24px, 4vw, 52px) 0;
  color: #777;
  font-size: 0.55em;
  font-weight: 400;
  line-height: 1;
  text-transform: lowercase;
}

.closing-statement__competitors {
  color: #000;
}

.closing-statement__will-be {
  color: #000;
}

.weekly {
  margin-bottom: 36px;
  padding: clamp(38px, 6vw, 64px);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 0%, rgba(217, 79, 135, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 255, 0.92));
  border: 1px solid var(--line);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.weekly .eyebrow {
  color: var(--coral);
}

.weekly__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.weekly__items span {
  padding: 12px 14px;
  border: 1px solid rgba(217, 79, 135, 0.28);
  border-radius: 999px;
  background: rgba(242, 247, 255, 0.88);
  color: var(--ink);
  font-weight: 800;
}

.footer {
  width: 100%;
  margin: 0;
  padding: clamp(58px, 8vw, 92px) max(18px, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 28px;
  text-align: center;
  color: var(--ink);
  background: #fff;
}

.footer__eyebrow {
  margin: 0;
  color: var(--coral);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer h2 {
  margin: 10px auto 0;
  max-width: 980px;
  color: var(--ink);
  font-size: clamp(40px, 5.6vw, 74px);
  line-height: 1;
}

.footer__hook > p:last-child {
  max-width: 600px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: min(980px, 100%);
}

.footer-contact {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 68px;
  min-width: 270px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(242, 247, 255, 0.88);
  backdrop-filter: blur(18px);
  font-weight: 800;
  text-align: left;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.footer-contact:hover {
  transform: translateY(-4px);
  background: rgba(242, 247, 255, 0.98);
  border-color: var(--coral);
}

.footer-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--coral);
  color: #fff;
}

.footer-icon svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.footer-contact b,
.footer-contact small {
  display: block;
}

.footer-contact b {
  color: var(--coral);
  font-size: 12px;
  text-transform: uppercase;
}

.footer-contact small {
  margin-top: 4px;
  color: var(--ink);
  font-size: 18px;
}

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

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

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero__content {
    width: min(760px, 100%);
  }

  .intro,
  .split,
  .proof {
    grid-template-columns: 1fr;
  }

  .copy {
    position: static;
  }

  .process__grid,
  .post-grid,
  .result-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .phone-shot {
    max-height: 680px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 92px;
    padding-bottom: 34px;
  }

  .nav {
    left: 18px;
    right: 18px;
    justify-content: flex-start;
  }

  .hero__content {
    padding-top: 0;
  }

  .hero__media {
    aspect-ratio: 4 / 3;
  }

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

  .section {
    width: min(100% - 28px, 1180px);
    padding: 58px 0;
  }

  .comparison {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .transformation-notes {
    grid-template-columns: 1fr;
  }

  .comparison article {
    min-height: 0;
    padding: 58px 10px 10px;
  }

  .comparison__item--before,
  .comparison__item--after {
    border-width: 3px;
  }

  .comparison span {
    left: 10px;
    top: 10px;
    padding: 9px 12px;
    font-size: 14px;
  }

  .comparison__caption {
    padding: 10px;
  }

  .comparison__caption b {
    font-size: 11px;
  }

  .comparison__caption small {
    font-size: 11px;
  }

  .process__grid,
  .post-grid,
  .result-list,
  .action-plan__grid {
    grid-template-columns: 1fr;
  }

  .action-card {
    min-height: 0;
    padding: 24px;
  }

  .action-card:nth-child(1),
  .action-card:nth-child(6) {
    min-height: 0;
  }

  .action-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
  }

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

  .testimonial__email {
    width: 100%;
  }

  .section__head {
    display: block;
  }

  .weekly {
    width: min(100% - 28px, 1180px);
    padding: 30px 18px;
  }

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

  .footer__links {
    width: 100%;
    display: grid;
  }

  .footer h2 {
    font-size: 40px;
  }

  .footer-contact {
    grid-template-columns: 46px minmax(0, 1fr);
    min-width: 0;
    width: 100%;
  }

  .footer-icon {
    width: 46px;
    height: 46px;
  }

  .footer-contact small {
    font-size: 15px;
  }
}
