:root {
  --ink: #17211f;
  --muted: #5f6f6b;
  --line: #dbe7e4;
  --paper: #f5f9f8;
  --white: #ffffff;
  --teal: #087f71;
  --teal-dark: #05685d;
  --teal-soft: #dff4f0;
  --mint: #9cebdc;
  --orange: #f6a945;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: min(1180px, calc(100% - 40px));
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.04em;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  box-shadow: 0 8px 24px rgba(8, 127, 113, 0.2);
}

.site-header nav {
  display: flex;
  gap: 36px;
  font-size: 14px;
  font-weight: 650;
  color: #40504d;
}

.site-header nav a {
  transition: color 160ms ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--teal);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border-radius: 16px;
  background: var(--teal);
  box-shadow: 0 14px 28px rgba(8, 127, 113, 0.2);
  color: white;
  font-size: 15px;
  font-weight: 750;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--teal-dark);
  box-shadow: 0 17px 32px rgba(8, 127, 113, 0.28);
  transform: translateY(-2px);
}

.button-small {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 13px;
  font-size: 14px;
}

.hero {
  position: relative;
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  align-items: center;
  gap: 50px;
  overflow: hidden;
  padding: 132px max(24px, calc((100vw - 1180px) / 2)) 70px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 250, 248, 0.96) 54%, rgba(221, 244, 239, 0.88) 100%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.hero-glow-one {
  top: -180px;
  right: -90px;
  width: 540px;
  height: 540px;
  background: rgba(156, 235, 220, 0.28);
}

.hero-glow-two {
  bottom: -260px;
  left: 28%;
  width: 520px;
  height: 520px;
  background: rgba(8, 127, 113, 0.08);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(156, 235, 220, 0.25);
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(52px, 5.2vw, 79px);
  font-weight: 780;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.hero h1 span {
  color: var(--teal);
}

.hero-lead {
  max-width: 650px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.text-link {
  position: relative;
  font-size: 15px;
  font-weight: 750;
}

.text-link::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 2px;
  background: var(--teal);
  content: "";
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 160ms ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
  transform: scaleX(1);
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 22px;
  margin: 34px 0 0;
  padding: 0;
  color: #40504d;
  font-size: 13px;
  list-style: none;
}

.hero-checks li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-checks svg {
  width: 17px;
  height: 17px;
  padding: 2px;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal);
}

.hero-visual {
  display: flex;
  min-height: 560px;
  align-items: center;
  justify-content: center;
}

.hero-visual::before {
  position: absolute;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(8, 127, 113, 0.13);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 60px rgba(255, 255, 255, 0.34),
    0 0 0 120px rgba(255, 255, 255, 0.18);
}

.phone-shell {
  position: relative;
  z-index: 2;
  width: 287px;
  overflow: hidden;
  border: 8px solid #17211f;
  border-radius: 38px;
  background: #17211f;
  box-shadow: 0 34px 80px rgba(21, 58, 52, 0.27);
  transform: rotate(1.5deg);
}

.phone-shell img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 29px;
}

.phone-speaker {
  position: absolute;
  z-index: 4;
  top: 7px;
  left: 50%;
  width: 72px;
  height: 18px;
  border-radius: 20px;
  background: #17211f;
  transform: translateX(-50%);
}

.status-pill {
  position: absolute;
  z-index: 4;
  display: flex;
  min-width: 205px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(8, 127, 113, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 17px 38px rgba(28, 73, 66, 0.13);
  backdrop-filter: blur(12px);
}

.status-pill span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: var(--muted);
  font-size: 11px;
}

.status-pill strong {
  color: var(--ink);
  font-size: 13px;
}

.status-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 12px;
  background: var(--teal-soft);
  color: var(--teal);
  font-weight: 900;
}

.status-icon-warn {
  background: #fff1df;
  color: #e48611;
}

.status-pill-top {
  top: 65px;
  right: -8px;
}

.status-pill-bottom {
  bottom: 80px;
  left: -8px;
}

.trust-strip {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  gap: 38px;
  padding: 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
}

.trust-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.trust-strip div {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #344440;
  font-size: 14px;
  font-weight: 750;
}

.trust-strip i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--mint);
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 112px 0;
}

.section-heading h2,
.showcase-copy h2,
.team-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 770;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.section-heading > p,
.showcase-copy > p,
.team-copy > p,
.faq-heading > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.centered-heading {
  max-width: 830px;
  margin: 0 auto 56px;
  text-align: center;
}

.centered-heading .eyebrow,
.split-heading .eyebrow,
.showcase-copy .eyebrow,
.operations-heading .eyebrow,
.team-copy .eyebrow,
.faq-heading .eyebrow {
  margin-bottom: 17px;
}

.centered-heading > p {
  max-width: 760px;
  margin: 22px auto 0;
}

.narrow-heading {
  max-width: 720px;
}

.problem-section {
  padding-bottom: 84px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.problem-grid article {
  position: relative;
  min-height: 215px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: white;
  box-shadow: 0 16px 40px rgba(31, 66, 61, 0.05);
}

.problem-grid article::after {
  position: absolute;
  right: -42px;
  bottom: -65px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--teal-soft);
  content: "";
}

.problem-grid article > span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.problem-grid h3,
.feature-card h3,
.workflow-grid h3,
.audience-grid h3 {
  margin: 24px 0 10px;
  font-size: 21px;
  letter-spacing: -0.035em;
}

.problem-grid p,
.feature-card p,
.workflow-grid p,
.audience-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.features-section {
  padding-top: 70px;
}

.split-heading,
.operations-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 52px;
}

.split-heading > p,
.operations-heading > p {
  margin: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
  border-color: rgba(8, 127, 113, 0.26);
  box-shadow: 0 20px 45px rgba(31, 66, 61, 0.08);
  transform: translateY(-5px);
}

.feature-icon,
.workflow-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 15px;
  background: var(--teal-soft);
  color: var(--teal);
}

.feature-icon svg,
.workflow-icon svg {
  width: 24px;
  height: 24px;
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  align-items: center;
  gap: 72px;
  padding-top: 90px;
  padding-bottom: 142px;
}

.showcase-copy > p {
  margin: 24px 0 0;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 32px;
  padding: 0;
  color: #3d4d49;
  font-size: 14px;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.check-list svg {
  width: 19px;
  height: 19px;
  padding: 3px;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal);
}

.screen-composition {
  position: relative;
  min-height: 620px;
}

.screen-composition::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: linear-gradient(145deg, #dff4f0, rgba(156, 235, 220, 0.18));
  content: "";
  transform: translate(-50%, -50%);
}

.screen-card {
  position: absolute;
  width: 270px;
  aspect-ratio: 965 / 1630;
  margin: 0;
  overflow: hidden;
  border: 6px solid #182321;
  border-radius: 32px;
  background: #182321;
  box-shadow: 0 30px 75px rgba(21, 58, 52, 0.22);
}

.screen-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.screen-card-back {
  top: 10px;
  left: 8%;
  transform: rotate(-5deg);
}

.screen-card-front {
  right: 4%;
  bottom: -10px;
  z-index: 2;
  transform: rotate(4deg);
}

.operations-section {
  overflow: hidden;
  background: #102e2a;
  color: white;
}

.operations-inner {
  padding-top: 110px;
  padding-bottom: 120px;
}

.operations-heading > p {
  color: #b7cec9;
}

.eyebrow-light {
  color: var(--mint);
}

.operations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.operation-card {
  display: grid;
  min-height: 610px;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
}

.operation-copy {
  padding: 34px 36px 26px;
}

.operation-copy .feature-icon {
  background: rgba(156, 235, 220, 0.14);
  color: var(--mint);
}

.operation-copy h3 {
  margin: 22px 0 9px;
  font-size: 26px;
  letter-spacing: -0.035em;
}

.operation-copy p {
  max-width: 470px;
  margin: 0;
  color: #b7cec9;
  font-size: 15px;
  line-height: 1.7;
}

.operation-screen {
  align-self: end;
  justify-self: center;
  width: min(330px, 75%);
  max-height: 390px;
  overflow: hidden;
  border: 6px solid #0a1d1a;
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 -12px 50px rgba(0, 0, 0, 0.2);
}

.operation-screen img {
  display: block;
  width: 100%;
}

.workflow-section {
  padding-bottom: 92px;
}

.workflow-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.workflow-grid::before {
  position: absolute;
  top: 49px;
  right: 16.5%;
  left: 16.5%;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px);
  content: "";
}

.workflow-grid article {
  position: relative;
  z-index: 2;
  padding: 0 28px 24px;
  text-align: center;
}

.workflow-icon {
  width: 98px;
  height: 98px;
  margin: 0 auto;
  border: 12px solid var(--paper);
  border-radius: 30px;
  background: white;
  box-shadow: 0 14px 35px rgba(31, 66, 61, 0.1);
}

.workflow-icon svg {
  width: 30px;
  height: 30px;
  color: var(--teal);
}

.workflow-number {
  position: absolute;
  z-index: 3;
  top: -7px;
  left: calc(50% + 28px);
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--teal);
  color: white;
  font-size: 11px;
  font-weight: 800;
}

.workflow-grid h3 {
  margin-top: 23px;
}

.team-section {
  display: grid;
  min-height: 720px;
  grid-template-columns: 1fr 1fr;
  background: #e7f4f1;
}

.team-photo {
  min-height: 650px;
  overflow: hidden;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-copy {
  display: flex;
  max-width: 650px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 7vw;
}

.team-copy > p {
  margin: 25px 0 0;
}

.role-list {
  display: grid;
  width: 100%;
  gap: 0;
  margin: 30px 0 34px;
}

.role-list article {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(8, 127, 113, 0.15);
}

.role-list strong {
  font-size: 14px;
}

.role-list span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.audience-section {
  padding-bottom: 86px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.audience-grid article {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
}

.audience-grid > article > svg {
  width: 29px;
  height: 29px;
  color: var(--teal);
}

.audience-grid h3 {
  margin-top: 30px;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  gap: 90px;
  padding-top: 86px;
}

.faq-heading {
  align-self: start;
}

.faq-heading > p {
  margin: 22px 0 30px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
}

.faq-list summary {
  position: relative;
  padding: 21px 56px 21px 23px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 750;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 21px;
  color: var(--teal);
  content: "+";
  font-size: 23px;
  font-weight: 400;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 23px 23px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.final-cta {
  position: relative;
  display: grid;
  width: min(1180px, calc(100% - 40px));
  min-height: 340px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
  overflow: hidden;
  margin: 40px auto 100px;
  padding: 60px;
  border-radius: 34px;
  background: var(--teal);
  color: white;
  box-shadow: 0 26px 65px rgba(8, 127, 113, 0.21);
}

.final-cta::before,
.final-cta::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
}

.final-cta::before {
  top: -150px;
  right: -80px;
  width: 420px;
  height: 420px;
}

.final-cta::after {
  right: 35px;
  bottom: -270px;
  width: 520px;
  height: 520px;
}

.final-cta > * {
  position: relative;
  z-index: 2;
}

.final-cta-mark img {
  width: 92px;
  height: 92px;
  border: 6px solid rgba(255, 255, 255, 0.18);
  border-radius: 27px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.13);
}

.final-cta .eyebrow {
  margin: 0 0 15px;
}

.button-light {
  background: white;
  box-shadow: none;
  color: var(--teal-dark);
}

.button-light:hover,
.button-light:focus-visible {
  background: #effbf8;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

footer {
  padding: 74px max(24px, calc((100vw - 1180px) / 2)) 28px;
  background: #10221f;
  color: white;
}

.footer-top {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  align-items: center;
  gap: 55px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
  color: white;
}

.footer-top > p {
  max-width: 520px;
  margin: 0;
  color: #a9c0bb;
  font-size: 14px;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  font-size: 13px;
  font-weight: 700;
}

.footer-links a,
.legal-grid a {
  color: var(--mint);
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.legal-grid details {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
}

.legal-grid summary {
  padding: 16px 18px;
  cursor: pointer;
  color: #d8e8e4;
  font-size: 13px;
  font-weight: 750;
}

.legal-grid details div {
  padding: 0 18px 18px;
  color: #a9c0bb;
  font-size: 12px;
  line-height: 1.65;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
  color: #79908b;
  font-size: 12px;
}

@media (max-width: 900px) {
  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 132px;
    text-align: center;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-visual {
    min-height: 590px;
  }

  .trust-strip {
    flex-direction: column;
    gap: 12px;
  }

  .problem-grid,
  .feature-grid,
  .workflow-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .split-heading,
  .operations-heading,
  .product-showcase,
  .faq-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .screen-composition {
    width: min(620px, 100%);
    margin: 0 auto;
  }

  .operations-grid {
    grid-template-columns: 1fr;
  }

  .workflow-grid::before {
    display: none;
  }

  .team-section {
    grid-template-columns: 1fr;
  }

  .team-photo {
    min-height: 470px;
  }

  .team-copy {
    max-width: 760px;
    padding: 75px 7vw 85px;
  }

  .final-cta {
    grid-template-columns: auto 1fr;
  }

  .final-cta .button {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: calc(100% - 28px);
  }

  .brand {
    font-size: 20px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .button-small {
    min-height: 40px;
    padding: 0 13px;
  }

  .hero {
    min-height: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 19px;
  }

  .hero-checks {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-visual {
    min-height: 540px;
  }

  .phone-shell {
    width: 255px;
  }

  .status-pill {
    min-width: 182px;
    padding: 11px 13px;
  }

  .status-pill-top {
    top: 53px;
    right: -5px;
  }

  .status-pill-bottom {
    bottom: 57px;
    left: -5px;
  }

  .trust-strip div {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section {
    width: calc(100% - 32px);
    padding: 78px 0;
  }

  .section-heading h2,
  .showcase-copy h2,
  .team-copy h2,
  .final-cta h2 {
    font-size: 38px;
  }

  .problem-grid article,
  .feature-card,
  .audience-grid article {
    padding: 25px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .product-showcase {
    padding-bottom: 90px;
  }

  .screen-composition {
    min-height: 510px;
  }

  .screen-composition::before {
    width: 390px;
    height: 390px;
  }

  .screen-card {
    width: 220px;
  }

  .screen-card-back {
    left: 0;
  }

  .screen-card-front {
    right: 0;
  }

  .operations-inner {
    width: calc(100% - 32px);
  }

  .operation-card {
    min-height: 545px;
  }

  .operation-copy {
    padding: 28px 25px 24px;
  }

  .operation-screen {
    width: 80%;
  }

  .team-photo {
    min-height: 360px;
  }

  .team-copy {
    padding: 65px 24px 75px;
  }

  .role-list article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .final-cta {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 70px;
    padding: 36px 28px;
  }

  .final-cta-mark img {
    width: 74px;
    height: 74px;
  }

  .final-cta .button {
    grid-column: auto;
  }

  .legal-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}