@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/DMSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/DMSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/DMSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/DMSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/DMSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/DMSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/DMSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/DMSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "The Seasons";
  src: url("../fonts/TheSeasons-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #394f5a;
  --gray-2: #56606a;
  --ink-soft: #5d6b6e;
  --muted: #6b828f;
  --ice: #f6f8f7;
  --paper: #ffffff;
  --rose: #c96b92;
  --rose-soft: #e97fa5;
  --rose-pale: #f4e1e8;
  --nude: #b6a9a4;
  --nude-principal: #b6a9a4;
  --nude-tint-38: #e3dedc;
  --rosa-principal: #c96b92;
  --nude-pale: #e2d5cc;
  --nude-1: #908476;
  --nude-3: #cbb59a;
  --rosa-5: #e8dada;
  --wine: #743240;
  --blue: #4aa7d8;
  --hero-gray: #b2b4b5;
  --panel-gray: #e6e6e7;
  --final-bg: #e3e5e6;
  --violet: #7800f0;
  --magenta: #d60587;
  --shadow: 0 24px 80px rgba(57, 79, 90, 0.12);
  --line: rgba(57, 79, 90, 0.14);
  --radius: 8px;
  --shell: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ice);
  color: var(--ink);
  font-family: "DM Sans Local", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.shell {
  width: min(100% - 56px, var(--shell));
  margin-inline: auto;
}

.section {
  padding: 108px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--ice);
  min-height: 820px;
  padding: 48px 0 92px;
}

.hero-main {
  min-height: 895px;
  padding: 0;
  background: var(--hero-gray);
}

.hero-fiv {
  min-height: 895px;
  padding: 0;
  background: var(--hero-gray);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: 56px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 18px;
}

.brand-logo {
  display: inline-grid;
  gap: 7px;
  margin-bottom: 62px;
  color: var(--ink);
  line-height: 1;
  text-decoration: none;
}

.brand-logo img {
  width: 280px;
  height: auto;
}

.brand-word {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  color: inherit;
  font-size: 42px;
  line-height: 0.78;
  text-transform: uppercase;
}

.brand-word span:first-child {
  font-weight: 800;
}

.brand-word span:last-child {
  font-weight: 400;
}

.brand-word::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 132px;
  width: 34px;
  height: 7px;
  border-radius: 999px;
  background: var(--rose);
  transform: rotate(-42deg);
  transform-origin: center;
}

.brand-subtitle {
  color: inherit;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.brand-logo-light {
  color: var(--paper);
}

.brand-logo-color .brand-word span:first-child {
  color: var(--rose);
}

.brand-logo-color .brand-word span:last-child,
.brand-logo-color .brand-subtitle {
  color: var(--ink);
}

.brand-mark {
  display: inline-block;
  margin-bottom: 80px;
  color: var(--rose);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.brand-link:focus-visible,
.brand-logo:focus-visible,
.button:focus-visible {
  outline: 3px solid rgba(201, 107, 146, 0.38);
  outline-offset: 4px;
}

h1,
h2 {
  color: var(--ink);
  font-family: "The Seasons", Georgia, serif;
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
}

h1 {
  max-width: 690px;
  font-size: 80px;
}

h2 {
  font-size: 56px;
}

h3 {
  color: var(--ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.16;
}

.hero-lead {
  max-width: 600px;
  margin-top: 34px;
  color: var(--muted);
  font-size: 23px;
  line-height: 1.42;
}

.hero-lead-small {
  margin-top: 18px;
  font-size: 19px;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--rose);
  color: var(--paper);
  box-shadow: 0 14px 34px rgba(201, 107, 146, 0.2);
}

.button-secondary {
  border-color: rgba(201, 107, 146, 0.36);
  background: rgba(255, 255, 255, 0.72);
  color: var(--rose);
}

.button[aria-disabled="true"] {
  cursor: default;
}

.hero-media {
  align-self: end;
  margin: 0;
}

.hero-media img {
  width: 100%;
  max-height: 780px;
  object-fit: contain;
  object-position: center bottom;
}

.hero-main .shell {
  width: min(100%, 1920px);
}

.hero-main .hero-grid {
  position: relative;
  display: block;
  min-height: 895px;
}

.hero-main .hero-copy {
  width: 520px;
  max-width: 42vw;
  margin-left: clamp(92px, 20.6vw, 395px);
  padding-top: 154px;
}

.hero-main .brand-logo {
  margin-bottom: 56px;
}

.hero-main h1 {
  max-width: 520px;
  font-size: 52px;
  line-height: 1.08;
}

.hero-main .hero-lead {
  max-width: 470px;
  margin-top: 34px;
  color: var(--paper);
  font-size: 23px;
  line-height: 1.32;
}

.hero-main .action-row {
  gap: 22px;
  margin-top: 42px;
}

.hero-main .button {
  min-height: 53px;
  padding-inline: 20px;
  color: var(--gray-2);
  font-size: 19px;
  font-weight: 400;
  box-shadow: none;
}

.hero-main .button-primary {
  background: var(--ice);
}

.hero-main .button-secondary {
  border-color: transparent;
  background: var(--nude-tint-38);
}

.hero-scene {
  position: absolute;
  z-index: 1;
  top: -356px;
  right: clamp(-120px, 6.8vw, 132px);
  width: min(55.5vw, 1065px);
  margin: 0;
  pointer-events: none;
}

.hero-scene img {
  width: 100%;
  max-height: none;
}

.hero-fiv .shell {
  width: min(100%, 1920px);
}

.hero-fiv .hero-grid {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 895px;
}

.hero-fiv .hero-copy {
  width: min(54vw, 660px);
  margin-left: clamp(60px, 14vw, 300px);
  padding-top: 0;
}

.hero-fiv h1 {
  max-width: none;
  color: var(--ink);
  font-size: clamp(40px, 3.6vw, 56px);
  line-height: 1.03;
  white-space: nowrap;
}

.hero-fiv .hero-subtitle {
  max-width: 480px;
  margin-top: 24px;
  color: var(--ice);
  font-size: clamp(22px, 1.75vw, 32px);
  font-weight: 400;
  line-height: 1.16;
}

.hero-fiv .hero-lead {
  max-width: 430px;
  margin-top: 30px;
  color: var(--ink);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.42;
}

.hero-fiv .hero-lead em {
  font-style: italic;
}

.hero-fiv .hero-lead-small {
  margin-top: 18px;
  font-size: clamp(16px, 1.2vw, 20px);
}

.hero-fiv .button-fiv {
  margin-top: 34px;
  min-height: 53px;
  padding-inline: 32px;
  background: var(--ice);
  color: var(--gray-2);
  font-size: clamp(17px, 1.2vw, 24px);
  font-weight: 400;
  box-shadow: none;
}

.hero-fiv .hero-scene {
  top: auto;
  bottom: 0;
  right: clamp(40px, 6vw, 180px);
  width: min(50vw, 1080px);
}

.split,
.media-copy,
.ai-grid,
.network-layout,
.final-layout,
.what-grid,
.process-grid {
  display: grid;
  gap: 56px;
}

.split-balanced {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: end;
}

.split-balanced p,
.process-grid p,
.copy-panel p,
.support-copy {
  color: var(--muted);
}

.cards-section {
  padding-top: 0;
}

.changes-section {
  background: var(--paper);
  padding: 92px 0 98px;
}

.changes-section .shell {
  width: min(100% - 72px, 1430px);
}

.changes-layout {
  display: grid;
  grid-template-columns: minmax(640px, 760px) minmax(520px, 554px);
  gap: clamp(72px, 7vw, 126px);
  align-items: start;
}

.changes-label {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.changes-title {
  max-width: 760px;
  color: var(--nude-principal);
  font-family: "DM Sans Local", Arial, sans-serif;
  font-size: clamp(38px, 3vw, 44px);
  font-weight: 300;
  line-height: 1.08;
  text-transform: none;
}

.changes-intro {
  max-width: 700px;
  margin-top: 26px;
  color: var(--ink);
  font-size: clamp(22px, 1.7vw, 25px);
  line-height: 1.24;
}

.changes-benefits {
  display: grid;
  grid-template-columns: 272px 328px;
  gap: 72px 86px;
  margin-top: 50px;
}

.changes-benefit-icon {
  display: block;
  width: auto;
  max-width: 168px;
  height: 64px;
  margin-bottom: 4px;
  object-fit: contain;
  object-position: left center;
}

.changes-benefit-icon--wide {
  height: 55px;
  max-width: 169px;
}

.changes-benefit-icon--environment {
  width: 158px;
  max-width: 158px;
  height: 90px;
  object-position: left bottom;
}

.changes-benefit-icon--data {
  width: 90px;
  height: 90px;
  max-width: none;
  margin-bottom: 4px;
}

@media (min-width: 1025px) {
  .timelapse-card {
    align-self: stretch;
  }
}

.changes-benefit h3 {
  margin-bottom: 14px;
  color: var(--ink);
  font-family: "DM Sans Local", Arial, sans-serif;
  font-size: clamp(24px, 1.85vw, 27px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: none;
}

.changes-benefit p {
  color: var(--gray-2);
  font-size: clamp(20px, 1.55vw, 23px);
  line-height: 1.25;
}

.timelapse-card {
  display: flex;
  flex-direction: column;
  gap: 34px;
  min-height: 640px;
  width: min(100%, 554px);
  height: auto;
  padding: 197px 58px 64px;
  border-radius: 39px;
  background: var(--paper);
  box-shadow: 0 0 27px rgba(57, 79, 90, 0.2);
  text-align: center;
}

.timelapse-card-title {
  margin: 0;
  color: var(--rosa-principal);
  font-family: "The Seasons", Georgia, serif;
  font-size: clamp(30px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-transform: none;
}

.timelapse-card-visual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  flex: 1;
  min-height: 0;
}

.timelapse-card-visual picture {
  display: contents;
}

.timelapse-card-visual img {
  width: min(100%, 330px);
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card {
  min-height: 270px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  padding: 30px;
}

.benefit-card h3 {
  margin-bottom: 20px;
}

.benefit-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.48;
}

.media-copy {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
}

.image-frame {
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.large-photo {
  aspect-ratio: 1.5;
}

.copy-panel {
  border-left: 4px solid var(--rose);
  padding-left: 34px;
}

.section-label {
  margin-bottom: 24px;
  color: var(--rose);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-line {
  margin-top: 28px;
  color: var(--rose);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.24;
}

.ai-section {
  overflow: hidden;
  background: var(--paper);
  padding: 96px 0 84px;
}

.ai-section .shell {
  width: min(100% - 72px, 1700px);
}

.ai-reference {
  position: relative;
  min-height: 836px;
}

.ai-panel {
  min-height: 824px;
  margin-left: clamp(260px, 17vw, 340px);
  border-radius: 96px;
  background: var(--panel-gray);
  padding: 58px clamp(54px, 5.2vw, 88px) 58px clamp(390px, 26vw, 500px);
}

.ai-panel .section-label {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.ai-panel h2 {
  max-width: 790px;
  color: var(--rose);
  font-family: "DM Sans Local", Arial, sans-serif;
  font-size: clamp(46px, 3.35vw, 58px);
  font-weight: 300;
  line-height: 1.12;
  text-transform: none;
}

.ai-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  margin-top: 44px;
  margin-left: -74px;
}

.ai-tool {
  position: relative;
  min-width: 0;
  max-width: 744px;
  padding-left: 74px;
}

.ai-tool h3 {
  margin-bottom: 10px;
  font-family: "DM Sans Local", Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
}

.ai-tool-violet h3 {
  color: var(--violet);
}

.ai-tool-magenta h3 {
  color: var(--magenta);
}

.ai-tool p,
.support-copy {
  color: var(--gray-2);
  font-size: 21px;
  line-height: 1.28;
}

.ai-tool-icon {
  position: absolute;
  top: 3px;
  left: 0;
  width: 52px;
  height: auto;
  max-height: 92px;
  object-fit: contain;
}

.ai-tool-violet .ai-tool-icon {
  width: 58px;
}

.ai-tool-magenta .ai-tool-icon {
  top: -2px;
  width: 61px;
  max-height: 110px;
}

.support-copy {
  min-width: 0;
  max-width: 660px;
  margin-top: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.26;
}

.ai-media {
  position: absolute;
  z-index: 2;
  top: 214px;
  /* A arte tem ~20% de área transparente à direita (após o espelhamento);
     posiciona a borda visível ~110px antes do início do texto do painel. */
  left: calc(
    clamp(260px, 17vw, 340px) + clamp(390px, 26vw, 500px) - 110px - 0.796 *
      clamp(770px, 52vw, 946px)
  );
  width: clamp(770px, 52vw, 946px);
  pointer-events: none;
}

.ai-media img {
  width: 100%;
  transform: scaleX(-1);
  transform-origin: center;
}

.network-section {
  background: var(--paper);
}

.network-section .shell {
  width: min(100% - 72px, 1430px);
}

.network-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1fr);
  column-gap: clamp(36px, 3.4vw, 64px);
  row-gap: clamp(40px, 4.5vw, 64px);
  align-items: start;
}

.network-copy {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
}

.network-title {
  max-width: 520px;
  color: var(--gray-2);
  font-family: "DM Sans Local", Arial, sans-serif;
  font-size: clamp(40px, 3.8vw, 54px);
  font-weight: 300;
  line-height: 1.14;
  text-transform: none;
}

.network-lead {
  max-width: 500px;
  margin-top: 28px;
  color: var(--gray-2);
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 400;
  line-height: 1.24;
}

.network-photo {
  grid-column: 2;
  grid-row: 1;
  aspect-ratio: 1.6;
  box-shadow: none;
}

.network-stats {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1fr);
  column-gap: clamp(36px, 3.4vw, 64px);
  width: 100%;
}

.network-stat-group {
  display: flex;
  min-width: 0;
  column-gap: clamp(44px, 4.6vw, 84px);
}

.network-stat-group:first-child {
  column-gap: clamp(82px, 8.2vw, 160px);
}

.network-stat strong {
  display: block;
  color: var(--nude-1);
  font-size: clamp(36px, 3.4vw, 48px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.network-stat strong .network-stat-prefix {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: 0.77em;
  font-weight: inherit;
  line-height: inherit;
}

.network-stat span {
  display: block;
  margin-top: 14px;
  color: var(--nude-3);
  font-size: clamp(18px, 1.6vw, 25px);
  font-weight: 500;
  line-height: 1.2;
}

.network-highlight {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 28px);
  width: 100%;
  padding: clamp(22px, 2.5vw, 30px) clamp(24px, 3vw, 36px);
  background: var(--rosa-5);
}

.network-highlight-icon {
  flex: 0 0 auto;
  width: clamp(64px, 6vw, 80px);
  height: auto;
  object-fit: contain;
  object-position: center;
}

.network-highlight p {
  margin: 0;
  color: var(--gray-2);
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.28;
}

.final-cta {
  background: var(--final-bg);
  color: var(--gray-2);
  padding-block: 0;
}

.final-cta .shell {
  width: min(100% - 72px, 1430px);
}

.final-layout {
  position: relative;
  display: block;
  container-type: inline-size;
  width: 100%;
  aspect-ratio: 1307 / 962;
}

.final-lab-photo,
.final-monitor-photo,
.final-couple-photo,
.final-title,
.final-copy {
  position: absolute;
  margin: 0;
}

.final-lab-photo {
  left: 0;
  top: 0;
  width: 32.49%;
  height: 29.21%;
}

.final-monitor-photo {
  left: 32.49%;
  top: 29.21%;
  width: 23.11%;
  height: 23.57%;
  z-index: 2;
}

.final-couple-photo {
  left: 55.62%;
  top: 52.81%;
  width: 44.38%;
  height: 47.19%;
}

.final-title {
  left: 60.16%;
  top: 13.55%;
  width: 34.57%;
  color: var(--ink);
  font-family: "DM Sans Local", Arial, sans-serif;
  font-size: 4.13cqw;
  font-weight: 300;
  line-height: 1.14;
  text-transform: none;
}

.final-title-lead {
  display: block;
  color: var(--ink);
}

.final-title-accent {
  display: block;
  color: var(--nude-1);
}

.final-copy {
  left: 14.83%;
  top: 57.84%;
  width: 36.32%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.final-copy p {
  margin: 0 0 1.9cqw;
  color: var(--gray-2);
  font-size: 1.91cqw;
  font-weight: 400;
  line-height: 1.2;
}

.final-cta-button {
  display: inline-flex;
  min-height: 4.05cqw;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2.03cqw;
  padding: 0 2.45cqw;
  background: var(--ice);
  color: var(--gray-2);
  font-size: 1.49cqw;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease;
}

.final-cta-button:hover {
  transform: translateY(-1px);
}

.final-cta-button[aria-disabled="true"] {
  cursor: default;
}

.final-cta-button:focus-visible {
  outline: 3px solid rgba(86, 96, 106, 0.32);
  outline-offset: 4px;
}

.final-lab-photo img,
.final-monitor-photo img,
.final-couple-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.site-footer {
  background: var(--paper);
  color: var(--ink);
  padding: 64px 0 40px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 38px;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-logo {
  width: clamp(190px, 18vw, 240px);
  height: auto;
}

.footer-brand-divider {
  width: 1px;
  align-self: stretch;
  background: var(--ink);
  opacity: 0.5;
}

.footer-tagline {
  margin: 0;
  color: var(--ink);
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 400;
  line-height: 1.18;
  text-align: left;
}

.footer-tagline strong {
  font-weight: 700;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  letter-spacing: 0.06em;
}

.footer-links a,
.footer-links a:visited,
.footer-links a:hover,
.footer-links a:active {
  color: inherit;
  text-decoration: none;
}

.footer-links a:focus {
  outline: none;
}

.footer-links a:focus-visible {
  border-radius: 4px;
  outline: 2px solid rgba(57, 79, 90, 0.32);
  outline-offset: 5px;
}

.footer-legal {
  margin: 0;
  color: rgba(57, 79, 90, 0.44);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.what-section {
  background: var(--paper);
}

.what-grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 0.8fr) minmax(340px, 1fr);
  align-items: center;
}

.copy-panel-muted {
  border-left-color: var(--nude);
}

.copy-panel h3 {
  margin-bottom: 18px;
  text-transform: uppercase;
}

.what-section h2 {
  max-width: 340px;
  font-size: 42px;
}

.viewer-frame {
  aspect-ratio: 1.46;
}

.process-section {
  background: var(--ice);
}

.process-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: start;
}

.process-grid h2 {
  margin-bottom: 28px;
}

.process-grid p + p {
  margin-top: 18px;
}

.highlight-panel {
  border-radius: var(--radius);
  background: var(--paper);
  padding: 42px;
  box-shadow: var(--shadow);
}

.highlight-panel .feature-line {
  margin-top: 0;
  margin-bottom: 22px;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 42px;
}

.fiv-benefits {
  background: var(--paper);
  padding-top: 108px;
}

@media (max-width: 1919px) and (min-width: 1041px) {
  .hero-scene {
    top: calc(615px - 50.65vw);
  }

  .hero-fiv .hero-scene {
    top: auto;
    bottom: 0;
    right: clamp(16px, 5vw, 130px);
    width: min(54vw, 1000px);
  }
}

@media (min-width: 1041px) and (max-height: 900px) {
  .hero-fiv {
    height: min(895px, 100vh);
    min-height: 700px;
  }

  .hero-fiv .hero-grid {
    height: 100%;
    min-height: 0;
  }

  .hero-fiv .hero-copy {
    padding-top: 0;
  }

  .hero-fiv h1 {
    font-size: clamp(42px, 3.65vw, 56px);
  }

  .hero-fiv .hero-subtitle {
    margin-top: clamp(20px, 3vh, 26px);
    font-size: clamp(22px, 1.8vw, 30px);
  }

  .hero-fiv .hero-lead {
    margin-top: clamp(24px, 3.5vh, 30px);
    font-size: clamp(17px, 1.3vw, 20px);
    line-height: 1.34;
  }

  .hero-fiv .hero-lead-small {
    font-size: clamp(16px, 1.2vw, 19px);
  }

  .hero-fiv .button-fiv {
    margin-top: clamp(28px, 4vh, 34px);
    min-height: 50px;
    font-size: clamp(17px, 1.2vw, 22px);
  }

  .hero-fiv .hero-scene {
    top: auto;
    bottom: 0;
    width: min(54vw, 1000px);
    right: clamp(16px, 5vw, 130px);
  }

  .hero-main {
    height: min(895px, 100vh);
    min-height: 700px;
  }

  .hero-main .hero-grid {
    height: 100%;
    min-height: 0;
  }

  .hero-main .hero-copy {
    padding-top: clamp(88px, 13.5vh, 118px);
  }

  .hero-main .brand-logo {
    margin-bottom: clamp(34px, 5vh, 44px);
  }

  .hero-main h1 {
    font-size: clamp(46px, 3.65vw, 50px);
  }

  .hero-main .hero-lead {
    margin-top: clamp(24px, 3.5vh, 30px);
    font-size: clamp(20px, 1.6vw, 22px);
    line-height: 1.28;
  }

  .hero-main .action-row {
    margin-top: clamp(28px, 4vh, 34px);
  }

  .hero-main .button {
    min-height: 50px;
    font-size: 18px;
  }

  .hero-scene {
    top: calc(595px - 48vw);
    width: min(54vw, 960px);
  }
}

@media (max-width: 1040px) {
  body {
    font-size: 17px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid,
  .hero-fiv .hero-grid,
  .split-balanced,
  .media-copy,
  .ai-grid,
  .network-layout,
  .what-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .final-layout {
    position: static;
    container-type: normal;
    display: flex;
    flex-direction: column;
    gap: 28px;
    aspect-ratio: auto;
  }

  .final-lab-photo,
  .final-monitor-photo,
  .final-couple-photo,
  .final-title,
  .final-copy {
    position: static;
    width: 100%;
    height: auto;
  }

  .final-title {
    order: 1;
    font-size: clamp(34px, 7vw, 46px);
  }

  .final-lab-photo {
    order: 2;
    aspect-ratio: 425 / 281;
  }

  .final-monitor-photo {
    order: 3;
    width: min(100%, 302px);
    aspect-ratio: 302 / 227;
  }

  .final-copy {
    order: 4;
    align-items: flex-start;
    text-align: left;
  }

  .final-copy p {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .final-cta-button {
    min-height: 50px;
    border-radius: 26.5px;
    padding: 0 28px;
    font-size: 17px;
  }

  .final-couple-photo {
    order: 5;
    aspect-ratio: 580 / 454;
  }

  .brand-mark {
    margin-bottom: 56px;
  }

  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 46px;
  }

  .brand-logo {
    margin-bottom: 52px;
  }

  .brand-word {
    font-size: 38px;
  }

  .brand-word::after {
    top: 13px;
    left: 119px;
    width: 31px;
    height: 6px;
  }

  .hero-main {
    min-height: auto;
    padding: 0 0 112px;
  }

  .hero-main .shell {
    width: min(100% - 56px, var(--shell));
  }

  .hero-main .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    gap: 34px;
    padding-top: 82px;
  }

  .hero-main .hero-copy {
    width: 100%;
    max-width: 620px;
    margin-left: 0;
    padding-top: 0;
  }

  .hero-main h1 {
    max-width: 520px;
    font-size: 52px;
  }

  .hero-main .hero-media {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 680px);
    justify-self: center;
    margin: 0 auto -135px;
  }

  .hero-main .hero-media img {
    max-height: none;
  }

  .hero-fiv {
    min-height: auto;
    padding: 0 0 112px;
  }

  .hero-fiv .shell {
    width: min(100% - 56px, var(--shell));
  }

  .hero-fiv .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    gap: 34px;
    padding-top: 82px;
  }

  .hero-fiv .hero-copy {
    width: 100%;
    max-width: 620px;
    margin-left: 0;
    padding-top: 0;
  }

  .hero-fiv h1 {
    max-width: 520px;
    font-size: 52px;
    white-space: normal;
  }

  .hero-fiv .hero-subtitle {
    font-size: 30px;
  }

  .hero-fiv .hero-media {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 560px);
    justify-self: center;
    margin: 0 auto -40px;
  }

  .hero-fiv .hero-media img {
    max-height: none;
  }

  .changes-section .shell {
    width: min(100% - 56px, var(--shell));
  }

  .changes-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .timelapse-card {
    height: auto;
    min-height: 640px;
    max-width: 520px;
    padding: 96px 42px 48px;
    margin-inline: auto;
  }

  .timelapse-card-visual img {
    width: min(100%, 320px);
  }

  .ai-section .shell {
    width: min(100% - 56px, var(--shell));
  }

  .ai-reference {
    display: grid;
    min-height: 0;
  }

  .ai-media {
    position: relative;
    top: auto;
    left: 50%;
    width: min(100%, 760px);
    margin-bottom: -132px;
    transform: translateX(-50%);
  }

  .ai-panel {
    min-height: 0;
    margin-left: 0;
    padding: 176px 56px 58px;
    border-radius: 58px;
  }

  .ai-panel h2 {
    max-width: 680px;
    font-size: 48px;
  }

  .ai-tool,
  .support-copy {
    max-width: 720px;
  }

  .benefit-grid,
  .three-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 36px, var(--shell));
  }

  .section {
    padding: 72px 0;
  }

  .hero {
    padding: 32px 0 72px;
  }

  .brand-logo {
    margin-bottom: 42px;
  }

  .brand-word {
    font-size: 30px;
  }

  .brand-word::after {
    top: 10px;
    left: 94px;
    width: 25px;
    height: 5px;
  }

  .brand-subtitle {
    font-size: 10px;
  }

  .brand-mark {
    margin-bottom: 42px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 21px;
  }

  .hero-lead {
    margin-top: 28px;
    font-size: 19px;
  }

  .hero-lead-small {
    font-size: 17px;
  }

  .hero-main {
    padding: 0 0 84px;
  }

  .hero-main .shell {
    width: 100%;
  }

  .hero-main .hero-grid {
    gap: 26px;
    padding: 42px 18px 0;
  }

  .hero-main .brand-logo {
    margin-bottom: 42px;
  }

  .hero-main h1 {
    max-width: 350px;
    font-size: 40px;
  }

  .hero-main .hero-lead {
    max-width: 360px;
    margin-top: 28px;
    font-size: 19px;
  }

  .hero-main .action-row {
    gap: 14px;
    margin-top: 32px;
  }

  .hero-main .hero-media {
    width: min(128vw, 560px);
    height: 360px;
    overflow: hidden;
    margin-right: -76px;
    margin-bottom: -94px;
  }

  .hero-main .hero-media img {
    max-width: none;
    transform: translateY(-188px);
  }

  .hero-fiv {
    padding: 0 0 84px;
  }

  .hero-fiv .shell {
    width: 100%;
  }

  .hero-fiv .hero-grid {
    gap: 26px;
    padding: 42px 18px 0;
  }

  .hero-fiv h1 {
    max-width: 350px;
    font-size: 40px;
  }

  .hero-fiv .hero-subtitle {
    margin-top: 22px;
    font-size: 24px;
    line-height: 1.2;
  }

  .hero-fiv .hero-lead {
    max-width: 360px;
    margin-top: 28px;
    font-size: 19px;
  }

  .hero-fiv .hero-lead-small {
    font-size: 17px;
  }

  .hero-fiv .button-fiv {
    width: 100%;
    min-height: 50px;
    margin-top: 32px;
    padding: 0 20px;
    font-size: 18px;
  }

  .hero-fiv .hero-media {
    width: min(128vw, 560px);
    height: 360px;
    overflow: hidden;
    margin-right: -76px;
    margin-bottom: -94px;
  }

  .hero-fiv .hero-media img {
    max-width: none;
    transform: translateY(-188px);
  }

  .action-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    min-height: 50px;
    padding: 0 20px;
  }

  .hero-media img {
    max-height: 520px;
  }

  .changes-section {
    padding: 72px 0;
  }

  .changes-section .shell {
    width: min(100% - 36px, var(--shell));
  }

  .changes-title {
    font-size: 36px;
  }

  .changes-benefits {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 40px;
  }

  .changes-intro {
    font-size: 20px;
  }

  .changes-benefit p {
    font-size: 18px;
  }

  .timelapse-card {
    height: auto;
    min-height: 520px;
    padding: 48px 24px 34px;
    border-radius: 28px;
  }

  .timelapse-card-visual img {
    width: min(100%, 300px);
  }

  .ai-section {
    padding: 36px 0 56px;
  }

  .ai-section .shell {
    width: min(100% - 36px, var(--shell));
  }

  .ai-reference {
    display: block;
  }

  .ai-media {
    display: block;
    z-index: 3;
    left: calc(50% + 24px);
    width: min(116vw, 560px);
    max-width: none;
    margin-top: -18px;
    margin-bottom: clamp(-190px, -42vw, -150px);
    transform: translateX(-50%);
  }

  .ai-panel {
    position: relative;
    z-index: 2;
    padding: clamp(196px, 55vw, 224px) 22px 34px;
    border-radius: 38px;
  }

  .ai-panel .section-label {
    font-size: 15px;
  }

  .ai-panel h2 {
    font-size: 36px;
    line-height: 1.14;
  }

  .ai-tools {
    gap: 26px;
    margin-top: 34px;
    margin-left: 0;
  }

  .ai-tool {
    padding-left: 56px;
  }

  .ai-tool h3 {
    font-size: 32px;
  }

  .ai-tool p,
  .support-copy {
    font-size: 17px;
    line-height: 1.34;
  }

  .ai-tool-icon {
    width: 42px;
    max-height: 74px;
  }

  .ai-tool-violet .ai-tool-icon {
    width: 47px;
  }

  .support-copy {
    margin-top: 30px;
    margin-left: 56px;
    font-size: 20px;
  }

  .benefit-grid,
  .three-up,
  .ai-columns,
  .network-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .network-highlight {
    grid-column: 1 / -1;
    width: 100%;
  }

  .benefit-card {
    min-height: 0;
    padding: 24px;
  }

  .copy-panel {
    padding-left: 24px;
  }

  .large-photo,
  .network-photo,
  .viewer-frame {
    aspect-ratio: 1.05;
  }

  .ai-media {
    order: -1;
  }

  .final-copy p,
  .network-lead,
  .network-highlight p {
    font-size: 18px;
  }

  .network-layout {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  .network-section .shell {
    width: min(100% - 36px, var(--shell));
  }

  .network-photo {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    aspect-ratio: 1.45;
  }

  .network-copy {
    grid-column: 1;
    grid-row: 2;
  }

  .network-stats {
    grid-column: 1;
    grid-row: 3;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .network-highlight {
    grid-column: 1;
    grid-row: 4;
    width: calc(100% + 36px);
    margin-inline: -18px;
    padding: 44px 36px;
  }

  .final-cta {
    padding: 48px 0 0;
  }

  .final-cta .shell {
    width: min(100% - 36px, var(--shell));
  }

  .final-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .final-title {
    order: 1;
    margin-bottom: 24px;
    font-size: clamp(33px, 9.2vw, 39px);
    line-height: 1.08;
    text-wrap: balance;
  }

  .final-copy {
    order: 2;
    gap: 22px;
    margin-bottom: 38px;
  }

  .final-copy p {
    max-width: 14.6em;
    margin: 0;
    font-size: clamp(22px, 6.2vw, 27px);
    line-height: 1.2;
    text-wrap: pretty;
  }

  .final-cta-button {
    width: 100%;
    min-height: 68px;
    border-radius: 999px;
    padding: 0 24px;
    font-size: clamp(18px, 5.1vw, 22px);
    text-align: center;
    white-space: normal;
  }

  .final-lab-photo {
    order: 3;
    aspect-ratio: 1.23;
  }

  .final-monitor-photo {
    order: 4;
    justify-self: end;
    width: min(78%, 310px);
    margin-top: -58px;
    margin-bottom: 0;
    aspect-ratio: 302 / 227;
    background: var(--paper);
    box-shadow: 0 12px 28px rgba(57, 79, 90, 0.12);
  }

  .final-monitor-photo img {
    object-fit: contain;
  }

  .final-couple-photo {
    order: 5;
    width: calc(100% + 36px);
    margin: 0 -18px;
    aspect-ratio: 1.07;
  }

  .what-section h2 {
    font-size: 34px;
  }

  .footer-legal {
    max-width: 90%;
  }
}

/* ===== EmbryoScope na FIV — conteúdo abaixo do hero ===== */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

/* Seção "O que é o EmbryoScope" */
.fiv-what {
  background: var(--paper);
}

.fiv-what-grid {
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(480px, 540px);
  gap: clamp(56px, 5.2vw, 100px);
  align-items: center;
  justify-content: center;
}

.fiv-what-title {
  max-width: 510px;
  color: var(--rosa-principal);
  font-family: "DM Sans Local", system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(40px, 2.76vw, 53px);
  line-height: 1.18;
  text-transform: uppercase;
}

.fiv-feature-list {
  display: grid;
  gap: clamp(38px, 3.7vw, 68px);
  margin: clamp(44px, 3.8vw, 64px) 0 0;
  padding: 0;
  list-style: none;
}

.fiv-feature {
  display: grid;
  grid-template-columns: 132px minmax(0, 360px);
  align-items: center;
  column-gap: 28px;
}

.fiv-feature-icon {
  width: auto;
  height: 64px;
  max-width: 132px;
  object-fit: contain;
  object-position: left center;
  justify-self: start;
}

.fiv-feature-icon--grid {
  height: 98px;
  max-width: 98px;
}

.fiv-feature p {
  margin: 0;
  color: var(--gray-2);
  font-size: clamp(18px, 1.3vw, 25px);
  line-height: 1.2;
}

.fiv-feature em {
  font-style: italic;
}

/* Card branco "24h por dia, sem interrupções" */
.fiv-timelapse-card {
  min-height: clamp(620px, 40.7vw, 782px);
  width: 100%;
  max-width: 540px;
  justify-self: end;
  justify-content: center;
  gap: clamp(32px, 2.5vw, 46px);
  padding: clamp(64px, 5.2vw, 100px) clamp(44px, 4.1vw, 78px);
  border-radius: clamp(24px, 2.6vw, 39px);
}

.fiv-timelapse-card .timelapse-card-title {
  color: var(--rosa-principal);
  font-size: clamp(28px, 1.72vw, 33px);
  line-height: 1.1;
}

.fiv-timelapse-card .timelapse-card-visual {
  flex: 0 0 auto;
  align-items: center;
}

.fiv-timelapse-card .timelapse-card-visual img {
  width: min(100%, 320px);
}

/* Seção "Benefícios" — foto + texto */
.fiv-benefits {
  background: var(--paper);
}

.fiv-benefits-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 560px);
  column-gap: clamp(28px, 3vw, 52px);
  justify-content: center;
  align-items: end;
}

.fiv-benefits-photo {
  margin: 0;
  max-width: 370px;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 6px;
}

.fiv-benefits-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.fiv-benefits-heading {
  max-width: 580px;
  color: var(--nude-principal);
  font-family: "DM Sans Local", system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.16;
  text-transform: uppercase;
}

.fiv-benefits-subtitle {
  margin-top: clamp(20px, 2.2vw, 30px);
  max-width: 24ch;
  color: var(--ink);
  font-size: clamp(21px, 1.9vw, 28px);
  font-weight: 700;
  line-height: 1.2;
}

.fiv-benefits-copy > p:not(.fiv-benefits-subtitle) {
  max-width: 560px;
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.5;
}

.fiv-benefits-copy em {
  font-style: italic;
}

/* Seção painel nude — 3 colunas */
.fiv-changes {
  background: var(--paper);
  padding-top: 0;
  padding-bottom: clamp(72px, 6vw, 116px);
}

.fiv-changes .shell {
  width: min(100% - 112px, 1775px);
}

.fiv-changes-panel {
  display: flex;
  align-items: center;
  min-height: clamp(640px, 38.8vw, 795px);
  padding: clamp(112px, 9vw, 178px) clamp(88px, 10.6vw, 212px);
  border-radius: clamp(36px, 3vw, 58px);
  background: #f3ebe6;
}

.fiv-changes-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(52px, 5.2vw, 104px);
}

.fiv-change {
  display: grid;
  grid-template-rows: 112px auto auto;
  align-content: start;
  row-gap: clamp(18px, 1.4vw, 24px);
}

.fiv-change-icon {
  align-self: end;
  justify-self: start;
  width: auto;
  height: 76px;
  max-width: 190px;
  margin-bottom: 0;
  object-fit: contain;
  object-position: left bottom;
}

.fiv-change:nth-child(1) .fiv-change-icon {
  height: 70px;
  max-width: 205px;
}

.fiv-change:nth-child(2) .fiv-change-icon {
  height: 76px;
  max-width: 155px;
}

.fiv-change:nth-child(3) .fiv-change-icon {
  height: 112px;
  max-width: 112px;
}

.fiv-change h3 {
  max-width: 12.6em;
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(24px, 1.64vw, 33px);
  font-weight: 800;
  line-height: 1.12;
}

.fiv-change p {
  max-width: 15.2em;
  margin: 0;
  color: var(--gray-2);
  font-size: clamp(18px, 1.24vw, 25px);
  line-height: 1.2;
}

@media (max-width: 1040px) {
  .fiv-what-grid,
  .fiv-benefits-grid {
    grid-template-columns: 1fr;
    gap: clamp(32px, 6vw, 48px);
  }

  .fiv-timelapse-card {
    min-height: 620px;
    max-width: 540px;
    margin-inline: auto;
    justify-self: center;
    padding: clamp(54px, 7vw, 76px) clamp(34px, 6vw, 58px);
  }

  .fiv-benefits-photo {
    max-width: 460px;
    margin-inline: auto;
  }

  .fiv-changes .shell {
    width: min(100% - 56px, var(--shell));
  }

  .fiv-changes-panel {
    min-height: 0;
    padding: clamp(56px, 7vw, 88px) clamp(32px, 6vw, 60px);
  }

  .fiv-changes-grid {
    gap: clamp(30px, 5vw, 48px);
  }

  .fiv-change {
    grid-template-rows: 86px auto auto;
    row-gap: 18px;
  }

  .fiv-change-icon,
  .fiv-change:nth-child(2) .fiv-change-icon {
    height: 64px;
  }

  .fiv-change:nth-child(1) .fiv-change-icon {
    height: 60px;
    max-width: 170px;
  }

  .fiv-change:nth-child(3) .fiv-change-icon {
    height: 86px;
    max-width: 86px;
  }

  .fiv-change h3 {
    font-size: clamp(22px, 2.35vw, 28px);
  }

  .fiv-change p {
    font-size: clamp(17px, 1.75vw, 21px);
  }
}

@media (max-width: 720px) {
  .fiv-feature {
    grid-template-columns: 74px 1fr;
    align-items: start;
    gap: 16px;
  }

  .fiv-feature-icon {
    height: 44px;
    max-width: 74px;
    margin-top: 4px;
  }

  .fiv-feature-icon--grid {
    height: 64px;
    max-width: 64px;
    margin-top: 0;
  }

  .fiv-timelapse-card {
    min-height: 520px;
  }

  .fiv-timelapse-card .timelapse-card-visual img {
    width: min(100%, 280px);
  }

  .fiv-changes {
    padding-bottom: 56px;
  }

  .fiv-changes .shell {
    width: min(100% - 36px, var(--shell));
  }

  .fiv-changes-panel {
    padding: 46px 30px 52px;
    border-radius: 28px;
  }

  .fiv-changes-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .fiv-change {
    grid-template-rows: auto auto auto;
    row-gap: 0;
  }

  .fiv-change-icon,
  .fiv-change:nth-child(1) .fiv-change-icon,
  .fiv-change:nth-child(2) .fiv-change-icon {
    height: 54px;
    max-width: 150px;
    margin-bottom: 18px;
  }

  .fiv-change:nth-child(3) .fiv-change-icon {
    height: 72px;
    max-width: 72px;
    margin-bottom: 16px;
  }

  .fiv-change h3 {
    max-width: 13.5em;
    margin-bottom: 12px;
    font-size: 23px;
  }

  .fiv-change p {
    max-width: none;
    font-size: 17px;
    line-height: 1.36;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
