@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/geist-latin.woff2") format("woff2");
}

:root {
  --ink: #081327;
  --text: #52607c;
  --muted: #71809c;
  --line: #dde3f2;
  --blue: #2d4cf2;
  --violet: #9a3ff0;
  --pale: #f7f8ff;
  --nav-height: 94px;
  --shadow: 0 18px 48px rgba(34, 48, 103, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: "Geist", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

p {
  color: var(--text);
  line-height: 1.65;
}

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

h1,
h2,
h3 {
  font-size: inherit;
  letter-spacing: -0.04em;
}

.container {
  width: min(1360px, calc(100% - 64px));
  margin: 0 auto;
}

.announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 24px;
  background: linear-gradient(90deg, #3656f2, #6b3ff2, #3656f2);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  gap: 18px;
  text-align: center;
}

.announcement-divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.45);
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: var(--nav-height);
  background: rgba(255, 255, 255, 0.97);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  height: 18px;
  background: linear-gradient(to bottom, rgba(31, 46, 91, 0.12), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.navbar {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
}

.brand-mark {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  filter: drop-shadow(0 8px 14px rgba(73, 71, 239, 0.2));
}

.brand-mark span {
  position: absolute;
  width: 36px;
  height: 18px;
  border: 8px solid transparent;
  border-radius: 9px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, var(--blue), var(--violet)) border-box;
  transform: rotate(33deg);
}

.brand-mark span:first-child {
  top: 7px;
  left: 5px;
}

.brand-mark span:last-child {
  right: 5px;
  bottom: 7px;
}

.brand-name {
  color: var(--ink);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.brand-light .brand-name {
  color: #ffffff;
}

.desktop-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: clamp(18px, 2vw, 36px);
}

.desktop-navigation > a:not(.button) {
  position: relative;
  padding: 10px 0;
  color: #152036;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.desktop-navigation > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue), var(--violet));
  content: "";
  transform: scaleX(0);
  transition: transform 160ms ease;
}

.desktop-navigation > a:not(.button):hover::after,
.desktop-navigation > a:not(.button):focus-visible::after {
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9px;
  padding: 13px 24px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 750;
  gap: 10px;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.button:hover,
.button:focus-visible {
  box-shadow: 0 14px 30px rgba(55, 66, 220, 0.24);
  filter: saturate(1.12);
  transform: translateY(-2px);
}

.button-dark {
  background: var(--ink);
}

.button-gradient {
  background: linear-gradient(100deg, var(--blue), #5546f4 56%, var(--violet));
}

.button-large {
  min-width: 270px;
  min-height: 76px;
  font-size: 20px;
}

.mobile-menu {
  display: none;
}

.section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.section-grid::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(70, 79, 144, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 79, 144, 0.025) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
  pointer-events: none;
}

.eyebrow {
  position: relative;
  display: inline-block;
  margin-bottom: 42px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.eyebrow::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 48px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue), var(--violet));
  content: "";
}

.hero {
  position: relative;
  min-height: calc(100vh - 48px - var(--nav-height));
  overflow: hidden;
  background: #f0f1f5;
}

.hero.section-grid::before {
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100vh - 48px - var(--nav-height));
  align-items: center;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 50px;
}

.hero-content {
  padding: 72px 0 100px;
}

.hero-kicker {
  margin-bottom: 20px;
}

.hero-kicker::after {
  display: none;
}

.hero h1 {
  margin-bottom: 22px;
  font-size: clamp(50px, 5vw, 78px);
  font-weight: 820;
  line-height: 1.02;
}

.gradient-text {
  background: linear-gradient(105deg, var(--blue), #6153f3 50%, var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: 19px;
  font-weight: 520;
}

.hero-points {
  display: grid;
  margin: 0 0 38px;
  padding: 0;
  list-style: none;
  gap: 14px;
}

.hero-points li {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 620;
  gap: 14px;
}

.hero-points li::before {
  width: 22px;
  height: 2px;
  background: var(--ink);
  content: "";
}

.button-row {
  display: flex;
  align-items: center;
  gap: 34px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  border: 0;
  padding: 8px 0;
  background: transparent;
  color: #3d47e8;
  cursor: pointer;
  font-weight: 750;
  gap: 6px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero-visual {
  position: relative;
  top: auto;
  align-self: center;
  height: calc(100vh - 48px - var(--nav-height));
  min-height: 650px;
  isolation: isolate;
  pointer-events: none;
}

.hero-visual img {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -2%;
  bottom: auto;
  width: 88%;
  max-height: 98%;
  animation: none;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  transform: translateY(-50%);
  transition: none;
}

.dot-grid {
  width: 130px;
  height: 110px;
  background-image: radial-gradient(circle, rgba(75, 82, 231, 0.22) 3px, transparent 3.5px);
  background-size: 22px 22px;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 25px;
  left: 50%;
  color: var(--blue);
  animation: bounce 1.8s ease-in-out infinite;
}

.platforms-section {
  position: relative;
  z-index: 4;
  overflow: hidden;
  border-top: 1px solid #edf0fa;
  border-bottom: 1px solid #e3e7f4;
  padding: 34px 0 42px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(43, 55, 105, 0.06);
}

.platforms-heading {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 20px;
}

.platforms-heading h2 {
  flex: 0 0 auto;
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.platforms-heading > span {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #d9def0, transparent);
}

.platform-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.platform-marquee-track {
  display: flex;
  width: max-content;
  animation: platform-scroll 38s linear infinite;
  will-change: transform;
}

.platform-logo-group {
  display: flex;
  flex: 0 0 auto;
  padding-right: 18px;
  gap: 18px;
}

.platform-logo {
  display: flex;
  width: 210px;
  height: 86px;
  align-items: center;
  justify-content: center;
  flex: 0 0 210px;
  border: 1px solid #e2e6f2;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(35, 46, 94, 0.06);
  color: var(--ink);
  font-size: 17px;
  font-weight: 760;
  gap: 12px;
  user-select: none;
}

.platform-logo b {
  display: grid;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  border-radius: 9px;
  color: var(--blue);
  font-size: 24px;
  line-height: 1;
}

.platform-youtube b {
  background: #ff0033;
  color: #ffffff;
  font-size: 14px;
}

.platform-msn b {
  background: linear-gradient(135deg, #f25022 0 48%, #7fba00 48% 52%, #00a4ef 52% 100%);
  color: #ffffff;
}

.platform-tiktok b,
.platform-x b {
  color: #080d17;
}

.platform-snapchat b {
  background: #fffc00;
  color: #050505;
}

.platform-shopify b {
  background: #7ab55c;
  color: #ffffff;
  font-size: 18px;
}

.platform-clickfunnels b {
  background: linear-gradient(135deg, #14a8e0, #3155a9);
  color: #ffffff;
  font-size: 12px;
}

.platform-twilio b {
  border: 3px solid #f22f46;
  border-radius: 50%;
  color: #f22f46;
  font-size: 14px;
}

.platform-more b {
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: #ffffff;
}

.platform-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
}

svg.platform-icon {
  padding: 2px;
}

.platform-meta .platform-icon {
  color: #0866ff;
}

.platform-google .platform-icon {
  color: #4285f4;
}

.platform-youtube .platform-icon {
  color: #ff0033;
}

.platform-tiktok .platform-icon,
.platform-x .platform-icon {
  color: #080d17;
}

.platform-snapchat .platform-icon {
  border-radius: 8px;
  padding: 5px;
  background: #fffc00;
  color: #050505;
}

.platform-shopify .platform-icon {
  color: #7ab55c;
}

.msn-mark {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2px;
  transform: rotate(-5deg);
}

.msn-mark i {
  display: block;
  border-radius: 2px;
}

.msn-mark i:nth-child(1) {
  background: #f25022;
}

.msn-mark i:nth-child(2) {
  background: #7fba00;
}

.msn-mark i:nth-child(3) {
  background: #00a4ef;
}

.msn-mark i:nth-child(4) {
  background: #ffb900;
}

.clickfunnels-mark {
  border-radius: 8px;
  background: linear-gradient(135deg, #14a8e0, #3155a9);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.twilio-mark {
  grid-template-columns: repeat(2, 6px);
  grid-template-rows: repeat(2, 6px);
  align-content: center;
  justify-content: center;
  border: 3px solid #f22f46;
  border-radius: 50%;
  gap: 4px;
}

.twilio-mark i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f22f46;
}

.more-mark {
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
}

.platform-more span:last-child {
  color: #586582;
  font-style: italic;
}

@keyframes platform-scroll {
  to {
    transform: translateX(-50%);
  }
}

@keyframes header-scroll {
  from {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 0 0 rgba(31, 46, 91, 0);
  }

  to {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 28px rgba(31, 46, 91, 0.1);
  }
}

@keyframes header-gradient {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@supports (animation-timeline: scroll()) {
  .site-header {
    animation: header-scroll linear both;
    animation-range: 1px 70px;
    animation-timeline: scroll(root block);
    backdrop-filter: blur(16px);
  }

  .site-header::after {
    animation: header-gradient linear both;
    animation-range: 1px 70px;
    animation-timeline: scroll(root block);
  }
}

@keyframes bounce {
  50% {
    transform: translateY(8px);
  }
}

.split-layout {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.07fr;
  gap: 90px;
}

.about-visual {
  position: relative;
  min-height: 600px;
}

.image-blob {
  position: absolute;
  z-index: 2;
  inset: 60px 0 20px;
  overflow: hidden;
  border-radius: 31% 69% 24% 76% / 58% 38% 62% 42%;
  box-shadow: var(--shadow);
}

.image-blob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blob-accent {
  position: absolute;
  top: 0;
  left: 10%;
  width: 66%;
  aspect-ratio: 1.3;
  border-radius: 46% 54% 47% 53% / 56% 37% 63% 44%;
  background: linear-gradient(135deg, var(--violet), #4a8bf6);
  transform: rotate(14deg);
}

.about-dots {
  position: absolute;
  z-index: 3;
  right: 3%;
  bottom: -4%;
}

.about-content h2,
.section-heading h2,
.choose-copy h2,
.contact-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 820;
  line-height: 1.08;
}

.about-content > p:not(.eyebrow) {
  max-width: 760px;
  font-size: 17px;
}

.about-values {
  display: grid;
  margin: 36px 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.about-values > div {
  display: flex;
  align-items: flex-start;
  color: var(--blue);
  gap: 12px;
}

.about-values span {
  display: grid;
  color: var(--text);
  font-size: 13px;
  line-height: 1.45;
}

.about-values strong {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 15px;
}

.small-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 10px;
  background: #eeeeff;
  color: var(--blue) !important;
  font-size: 24px !important;
  place-items: center;
}

.stats {
  display: grid;
  border-top: 1px solid var(--line);
  padding-top: 34px;
  grid-template-columns: repeat(3, 1fr);
}

.stats > div {
  display: grid;
  padding: 0 25px;
  gap: 8px;
}

.stats > div:first-child {
  padding-left: 0;
}

.stats > div + div {
  border-left: 1px solid var(--line);
}

.stats strong {
  color: var(--blue);
  font-size: 38px;
  letter-spacing: -0.05em;
}

.stats span {
  color: var(--text);
  font-size: 13px;
  font-weight: 650;
}

.services-section,
.process-section,
.contact-section {
  background: var(--pale);
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 55px;
}

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

.section-heading.centered .eyebrow::after {
  left: 50%;
  transform: translateX(-50%);
}

.section-heading > p:last-child {
  max-width: 720px;
  margin: 0 auto;
  font-size: 17px;
}

.card-grid {
  display: grid;
  gap: 22px;
}

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

.feature-card {
  position: relative;
  border: 1px solid rgba(224, 228, 243, 0.75);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 15px 40px rgba(31, 47, 105, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
  box-shadow: 0 22px 55px rgba(31, 47, 105, 0.12);
  transform: translateY(-5px);
}

.service-card {
  min-height: 260px;
  padding: 28px;
}

.icon-box,
.round-icon,
.process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f1f1ff, #ecebff);
  color: #4e57f2;
}

.icon-box {
  width: 68px;
  height: 68px;
  margin-bottom: 24px;
  border-radius: 17px;
  font-size: 40px;
  font-weight: 650;
  line-height: 1;
}

.icon-box-optical {
  font-size: 54px;
}

.service-card h3,
.reason-card h3,
.process-card h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 780;
  line-height: 1.25;
}

.mini-line {
  display: block;
  width: 28px;
  height: 3px;
  margin: 12px 0 16px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue), var(--violet));
}

.service-card p,
.reason-card p,
.process-card p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.55;
}

.center-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 42px;
  gap: 8px;
}

.center-actions.horizontal {
  flex-direction: row;
  justify-content: center;
  gap: 42px;
}

.cta-section {
  padding: 115px 0;
}

.cta-card {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 330px;
  align-items: center;
  border: 1px solid #e6e7f6;
  border-radius: 28px;
  padding: 58px 64px;
  background:
    radial-gradient(circle at 100% 100%, rgba(73, 91, 244, 0.26), transparent 30%),
    linear-gradient(105deg, #fbfbff, #f5f6ff);
  box-shadow: var(--shadow);
  grid-template-columns: 150px 1fr 310px;
  gap: 45px;
}

.cta-card::after {
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(154, 63, 240, 0.12), rgba(45, 76, 242, 0.25));
  content: "";
}

.cta-mark {
  position: relative;
  z-index: 2;
  display: flex;
  width: 128px;
  height: 128px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(61, 69, 178, 0.12);
}

.cta-mark .brand-name {
  display: none;
}

.cta-mark .brand-mark {
  transform: scale(1.2);
}

.cta-copy {
  position: relative;
  z-index: 2;
}

.cta-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(36px, 3.6vw, 54px);
  line-height: 1.08;
}

.cta-copy > p {
  margin-bottom: 28px;
  font-size: 20px;
}

.cta-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
}

.cta-benefits span {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  gap: 9px;
}

.cta-benefits svg {
  color: var(--blue);
}

.cta-action {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  border-left: 1px solid #d6daec;
  padding-left: 45px;
  text-align: center;
  gap: 12px;
}

.cta-action p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 13px;
  gap: 7px;
}

.cta-action svg {
  color: var(--blue);
}

.process-grid {
  display: grid;
  margin-top: 80px;
  grid-template-columns: repeat(3, 1fr);
  gap: 74px;
}

.process-card {
  position: relative;
  min-height: 390px;
  border: 1px solid rgba(224, 228, 243, 0.75);
  border-radius: 20px;
  padding: 62px 42px 42px;
  background: #ffffff;
  box-shadow: var(--shadow);
  text-align: center;
}

.step-number {
  position: absolute;
  top: -36px;
  left: 50%;
  display: flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), #6650ef);
  box-shadow: 0 12px 28px rgba(56, 73, 232, 0.24);
  color: #ffffff;
  font-size: 20px;
  font-weight: 750;
  transform: translateX(-50%);
}

.process-icon {
  width: 102px;
  height: 102px;
  margin: 0 auto 30px;
  border-radius: 50%;
}

.process-card .mini-line {
  margin: 16px auto 20px;
}

.process-card p {
  font-size: 15px;
}

.process-arrow {
  position: absolute;
  z-index: 4;
  top: 104px;
  right: -56px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), #6650ef);
  box-shadow: 0 10px 22px rgba(56, 73, 232, 0.2);
  color: #ffffff;
}

.process-arrow::before,
.process-arrow::after {
  position: absolute;
  top: 23px;
  width: 44px;
  border-top: 3px dotted #c5c8fa;
  content: "";
}

.process-arrow::before {
  right: 48px;
}

.process-arrow::after {
  left: 48px;
}

.choose-section {
  background: #ffffff;
}

.choose-intro {
  display: grid;
  align-items: center;
  margin-bottom: 40px;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 70px;
}

.choose-copy > p:last-child {
  max-width: 700px;
  font-size: 17px;
}

.choose-image {
  position: relative;
  overflow: hidden;
  height: 390px;
  border-radius: 35% 65% 34% 66% / 47% 40% 60% 53%;
  background: #f8f8ff;
  box-shadow: var(--shadow);
}

.choose-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.choose-dots {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -34px;
}

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

.reason-card {
  display: flex;
  min-height: 220px;
  padding: 26px 22px;
  gap: 17px;
}

.round-icon {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  border-radius: 50%;
}

.reason-card .mini-line {
  margin: 12px 0 18px;
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
}

.contact-copy > p:not(.eyebrow, .handwritten) {
  max-width: 560px;
  font-size: 17px;
}

.contact-details {
  display: grid;
  margin: 30px 0;
  gap: 20px;
}

.contact-details > a,
.contact-details > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-details > a > span,
.contact-details > div > span {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ececff;
  color: var(--blue);
}

.contact-details div div {
  display: grid;
  gap: 3px;
}

.contact-details strong {
  font-size: 15px;
}

.contact-details small {
  color: var(--text);
  font-size: 14px;
}

.handwritten {
  margin: 44px 0 0 40px;
  color: var(--blue);
  font-family: "Comic Sans MS", cursive;
  font-size: 24px;
  font-style: italic;
  transform: rotate(-4deg);
}

.contact-card {
  min-height: 700px;
  border: 1px solid #eef0f8;
  border-radius: 24px;
  padding: 45px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.contact-card form > h3,
.form-success h3 {
  margin-bottom: 4px;
  font-size: 27px;
}

.contact-card form > p {
  margin-bottom: 26px;
}

.contact-card label {
  display: block;
  margin-bottom: 16px;
}

.contact-card label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-card input,
.contact-card select,
.contact-card textarea {
  width: 100%;
  border: 1px solid #d7dcf3;
  border-radius: 11px;
  outline: none;
  padding: 17px 18px;
  background: #ffffff;
  color: var(--ink);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-card input:focus,
.contact-card select:focus,
.contact-card textarea:focus {
  border-color: #6a67ee;
  box-shadow: 0 0 0 4px rgba(84, 87, 239, 0.1);
}

.contact-card textarea {
  min-height: 160px;
  resize: vertical;
}

.form-submit {
  width: 100%;
  min-height: 60px;
  margin-top: 8px;
  font-size: 17px;
}

.privacy-note {
  display: flex;
  align-items: center;
  margin: 18px 0 0 !important;
  font-size: 12px;
  gap: 8px;
}

.form-success {
  display: flex;
  min-height: 610px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.form-success > span {
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: #ffffff;
}

.footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 80%, rgba(48, 77, 242, 0.2), transparent 24%),
    #031225;
  color: #ffffff;
}

.footer-grid {
  display: grid;
  padding-top: 90px;
  padding-bottom: 80px;
  grid-template-columns: 1.1fr 0.75fr 1.1fr;
  gap: 70px;
}

.footer-brand {
  padding-right: 40px;
}

.footer-brand > p {
  max-width: 430px;
  margin: 28px 0;
  color: #c2cad8;
  font-size: 15px;
}

.footer h3 {
  font-size: 18px;
}

.footer .mini-line {
  margin-bottom: 28px;
}

.social-links {
  display: flex;
  gap: 14px;
}

.social-links a {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #4666fa;
  border-radius: 50%;
  transition: background 160ms ease, transform 160ms ease;
}

.social-links a:hover {
  background: #3553ed;
  transform: translateY(-3px);
}

.footer-column {
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(196, 208, 232, 0.18);
  padding-left: 46px;
  gap: 15px;
}

.footer-column > a,
.footer-column > span:not(.mini-line) {
  display: flex;
  align-items: center;
  color: #e7ebf2;
  font-size: 14px;
  gap: 12px;
}

.footer-column svg {
  flex: 0 0 auto;
  color: #536eff;
}

.footer-services > span:not(.mini-line) {
  border-bottom: 1px solid rgba(196, 208, 232, 0.14);
  padding-bottom: 14px;
}

.footer-bottom {
  border-top: 2px solid;
  border-image: linear-gradient(90deg, var(--blue), var(--violet)) 1;
}

.footer-bottom .container {
  display: flex;
  justify-content: center;
  padding: 36px 0;
  color: #b9c1cf;
  font-size: 14px;
  gap: 70px;
}

.footer-bottom em {
  color: #5d7bff;
  font-style: normal;
}

@media (max-width: 1180px) {
  :root {
    --nav-height: 80px;
  }

  .container {
    width: min(100% - 44px, 1050px);
  }

  .desktop-project {
    display: none;
  }

  .desktop-navigation {
    justify-content: flex-end;
  }

  .hero h1 {
    font-size: clamp(46px, 5.5vw, 65px);
  }

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

  .service-grid,
  .reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-card {
    padding: 48px;
    grid-template-columns: 100px 1fr;
  }

  .cta-mark {
    width: 100px;
    height: 100px;
  }

  .cta-action {
    display: flex;
    align-items: center;
    border-top: 1px solid #d6daec;
    border-left: 0;
    padding-top: 26px;
    padding-left: 145px;
    grid-column: 1 / -1;
    text-align: left;
    gap: 22px;
  }

  .process-grid {
    gap: 34px;
  }

  .process-arrow {
    display: none;
  }

  .contact-grid {
    gap: 50px;
  }

  .footer-grid {
    gap: 35px;
  }
}

@media (max-width: 900px) {
  .announcement {
    font-size: 12px;
  }

  .brand-name {
    font-size: 21px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    transform: scale(0.9);
  }

  .mobile-menu {
    position: relative;
    display: block;
    margin-left: auto;
  }

  .desktop-navigation {
    display: none;
  }

  .mobile-menu summary {
    display: grid;
    width: 44px;
    height: 44px;
    cursor: pointer;
    list-style: none;
    place-content: center;
    gap: 5px;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 99px;
    background: var(--ink);
  }

  .mobile-menu[open] summary span:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu[open] summary span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu[open] summary span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-navigation {
    position: fixed;
    z-index: 999;
    top: calc(42px + var(--nav-height));
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 16px 22px 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 38px rgba(23, 35, 78, 0.12);
    gap: 2px;
  }

  .mobile-navigation > a:not(.button) {
    padding: 13px 4px;
    font-weight: 700;
  }

  .mobile-navigation .button {
    margin-top: 8px;
  }

  .navbar {
    justify-content: space-between;
  }

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

  .hero-content {
    padding: 75px 0 25px;
  }

  .hero-visual {
    position: relative;
    top: auto;
    height: auto;
    min-height: 560px;
  }

  .hero-visual img {
    top: auto;
    right: 7%;
    bottom: 0;
    width: 78%;
    transform: none;
  }

  .split-layout,
  .choose-intro,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split-layout {
    gap: 60px;
  }

  .about-visual {
    min-height: 560px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .process-card {
    min-height: 0;
  }

  .choose-image {
    order: -1;
  }

  .contact-copy {
    max-width: 650px;
  }

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

  .footer-brand {
    padding-right: 0;
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  :root {
    --nav-height: 72px;
  }

  .container {
    width: min(100% - 32px, 560px);
  }

  .announcement {
    min-height: 42px;
    padding: 8px 12px;
    gap: 8px;
  }

  .announcement-divider,
  .announcement span:last-child {
    display: none;
  }

  .platforms-section {
    padding: 28px 0 34px;
  }

  .platforms-heading {
    margin-bottom: 20px;
  }

  .platforms-heading h2 {
    font-size: 14px;
  }

  .platform-logo {
    width: 170px;
    height: 74px;
    flex-basis: 170px;
    font-size: 14px;
  }

  .platform-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .brand-name {
    font-size: 18px;
  }

  .brand-mark {
    margin-left: -5px;
    transform: scale(0.78);
  }

  .section {
    padding: 82px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-content {
    padding: 62px 0 20px;
  }

  .hero h1 {
    font-size: clamp(41px, 12vw, 55px);
    line-height: 1.04;
  }

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

  .hero-points li {
    align-items: flex-start;
    font-size: 15px;
  }

  .button-row {
    flex-direction: column;
    align-items: stretch;
    gap: 13px;
  }

  .button-row .text-link {
    justify-content: center;
  }

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

  .hero-visual img {
    right: 0;
    width: 94%;
    max-height: 98%;
  }

  .scroll-cue {
    display: none;
  }

  .eyebrow {
    margin-bottom: 35px;
    font-size: 12px;
  }

  .about-content h2,
  .section-heading h2,
  .choose-copy h2,
  .contact-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .about-visual {
    min-height: 390px;
  }

  .image-blob {
    inset: 35px 0 20px;
  }

  .about-values {
    grid-template-columns: 1fr;
  }

  .stats {
    gap: 0;
  }

  .stats > div {
    padding: 0 12px;
  }

  .stats strong {
    font-size: 29px;
  }

  .stats span {
    font-size: 11px;
  }

  .service-grid,
  .reasons-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .cta-section {
    padding: 75px 0;
  }

  .cta-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 34px 24px;
    gap: 26px;
    text-align: center;
  }

  .cta-mark {
    align-self: center;
  }

  .cta-copy h2 {
    font-size: 36px;
  }

  .cta-copy > p {
    font-size: 16px;
  }

  .cta-benefits {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .cta-action {
    display: grid;
    border-top: 1px solid #d6daec;
    padding: 24px 0 0;
    text-align: center;
  }

  .button-large {
    width: 100%;
    min-width: 0;
  }

  .process-grid {
    margin-top: 68px;
  }

  .process-card {
    padding: 56px 24px 32px;
  }

  .center-actions.horizontal {
    flex-direction: column;
    gap: 14px;
  }

  .choose-image {
    height: 310px;
  }

  .reason-card {
    min-height: 0;
  }

  .contact-grid {
    gap: 46px;
  }

  .handwritten {
    margin-left: 0;
    font-size: 21px;
  }

  .contact-card {
    min-height: 0;
    border-radius: 18px;
    padding: 26px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-success {
    min-height: 430px;
  }

  .footer-grid {
    padding-top: 70px;
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-column {
    border-top: 1px solid rgba(196, 208, 232, 0.18);
    border-left: 0;
    padding-top: 35px;
    padding-left: 0;
  }

  .footer-bottom .container {
    flex-direction: column;
    align-items: center;
    padding: 28px 0;
    gap: 10px;
    text-align: center;
  }
}

@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;
  }

  .platform-marquee {
    overflow-x: auto;
    mask-image: none;
  }

  .platform-marquee-track {
    animation: none;
  }

  .platform-logo-group[aria-hidden="true"] {
    display: none;
  }
}

.confirmation-page {
  background: #ffffff;
}

.confirmation-hero {
  position: relative;
  overflow: hidden;
  padding: 105px 0 115px;
  background:
    radial-gradient(circle at 50% 20%, rgba(82, 77, 242, 0.12), transparent 34%),
    linear-gradient(135deg, #ffffff, #f8f8ff);
  text-align: center;
}

.confirmation-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 960px;
  flex-direction: column;
  align-items: center;
}

.confirmation-check {
  display: grid;
  width: 92px;
  height: 92px;
  margin-bottom: 35px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 18px 44px rgba(65, 69, 225, 0.28);
  color: #ffffff;
  font-size: 45px;
  font-weight: 750;
  place-items: center;
}

.confirmation-hero .eyebrow::after {
  left: 50%;
  transform: translateX(-50%);
}

.confirmation-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 820;
  line-height: 1.04;
}

.confirmation-lead {
  max-width: 800px;
  margin-bottom: 30px;
  font-size: 20px;
}

.confirmation-lead strong {
  color: var(--ink);
}

.confirmation-notice {
  display: flex;
  max-width: 790px;
  align-items: center;
  border: 1px solid #dde2f6;
  border-radius: 16px;
  padding: 22px 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 36px rgba(35, 48, 102, 0.08);
  text-align: left;
  gap: 18px;
}

.confirmation-notice > span {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  background: #ececff;
  color: var(--blue);
  font-size: 28px;
  place-items: center;
}

.confirmation-notice p {
  margin: 0;
  font-size: 15px;
}

.confirmation-notice a {
  color: var(--blue);
  font-weight: 700;
}

.confirmation-actions {
  display: flex;
  align-items: center;
  margin-top: 34px;
  gap: 35px;
}

.next-steps-section {
  background: #ffffff;
}

.response-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.response-step {
  position: relative;
  min-height: 245px;
  border: 1px solid #e2e6f3;
  border-radius: 20px;
  padding: 38px 32px 30px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.response-step > span {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), #6650ef);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  place-items: center;
}

.response-step h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 780;
}

.response-step p {
  margin: 0;
  font-size: 15px;
}

.preparation-section {
  background: var(--pale);
}

.preparation-intro {
  display: grid;
  align-items: end;
  margin-bottom: 55px;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
}

.preparation-intro h2 {
  margin: 0;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 820;
  line-height: 1.08;
}

.preparation-intro > p {
  margin-bottom: 5px;
  font-size: 17px;
}

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

.preparation-card {
  border: 1px solid #e1e5f3;
  border-radius: 20px;
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 15px 40px rgba(31, 47, 105, 0.07);
}

.preparation-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 25px;
  border-radius: 17px;
  background: linear-gradient(135deg, #f1f1ff, #e8e8ff);
  color: var(--blue);
  font-size: 34px;
  place-items: center;
}

.preparation-card h3 {
  margin-bottom: 18px;
  font-size: 21px;
  font-weight: 780;
}

.preparation-card ul,
.scenario-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 14px;
}

.preparation-card li,
.scenario-list li {
  position: relative;
  padding-left: 25px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.55;
}

.preparation-card li::before,
.scenario-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--blue);
  content: "✓";
  font-weight: 850;
}

.scenario-section {
  background: #ffffff;
}

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

.scenario-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e1e5f2;
  border-radius: 24px;
  padding: 42px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.scenario-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--violet));
  content: "";
}

.scenario-heading {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 18px;
}

.scenario-icon {
  display: grid;
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ededff, #e6e7ff);
  color: var(--blue);
  font-size: 34px;
  place-items: center;
}

.cart-icon i {
  position: relative;
  display: block;
  width: 30px;
  height: 21px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 2px 2px 6px 6px;
  transform: skew(-7deg);
}

.cart-icon i::before {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 10px;
  height: 9px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  border-radius: 4px 0 0;
  content: "";
}

.cart-icon i::after {
  position: absolute;
  bottom: -10px;
  left: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 17px 0 0 currentColor;
  content: "";
}

.phone-icon {
  font-family: Arial, sans-serif;
  font-size: 39px;
  font-weight: 400;
}

.scenario-heading small {
  display: block;
  margin-bottom: 5px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scenario-heading h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.scenario-card > p {
  margin-bottom: 25px;
  font-size: 15px;
}

.scenario-list {
  margin-bottom: 28px;
  gap: 17px;
}

.scenario-list strong {
  color: var(--ink);
}

.keep-in-mind {
  border: 1px solid #dfe3f7;
  border-radius: 14px;
  padding: 20px 22px;
  background: #f7f7ff;
}

.keep-in-mind > strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 14px;
}

.keep-in-mind p {
  margin: 0;
  font-size: 13px;
}

.confirmation-cta {
  padding: 0 0 120px;
}

.confirmation-cta-card {
  display: grid;
  align-items: center;
  border: 1px solid #e1e5f3;
  border-radius: 26px;
  padding: 52px 58px;
  background:
    radial-gradient(circle at 100% 100%, rgba(72, 83, 243, 0.2), transparent 31%),
    linear-gradient(105deg, #fbfbff, #f3f4ff);
  box-shadow: var(--shadow);
  grid-template-columns: 1fr auto;
  gap: 55px;
}

.confirmation-cta-card .eyebrow {
  margin-bottom: 35px;
}

.confirmation-cta-card h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 820;
  line-height: 1.08;
}

.confirmation-cta-card p:last-child {
  max-width: 680px;
  margin: 0;
}

.confirmation-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

@media (max-width: 900px) {
  .response-steps,
  .preparation-grid {
    grid-template-columns: 1fr;
  }

  .preparation-intro {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .confirmation-cta-card {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .confirmation-cta-actions {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .confirmation-hero {
    padding: 72px 0 80px;
  }

  .confirmation-check {
    width: 76px;
    height: 76px;
    font-size: 38px;
  }

  .confirmation-hero h1 {
    font-size: clamp(39px, 11vw, 50px);
  }

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

  .confirmation-notice {
    align-items: flex-start;
    padding: 20px;
  }

  .confirmation-notice > span {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    font-size: 23px;
  }

  .confirmation-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .confirmation-actions .text-link {
    justify-content: center;
  }

  .response-step,
  .preparation-card,
  .scenario-card {
    padding: 30px 24px;
  }

  .scenario-heading {
    align-items: flex-start;
  }

  .scenario-heading h3 {
    font-size: 21px;
  }

  .scenario-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    font-size: 28px;
  }

  .confirmation-cta {
    padding-bottom: 80px;
  }

  .confirmation-cta-card {
    padding: 36px 24px;
  }

  .confirmation-cta-actions {
    align-items: stretch;
  }
}

.legal-page {
  background: #ffffff;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 105px 0 90px;
  background:
    radial-gradient(circle at 78% 18%, rgba(91, 76, 239, 0.11), transparent 28%),
    linear-gradient(135deg, #ffffff, #f7f8ff);
}

.legal-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.legal-hero h1 {
  margin-bottom: 24px;
  font-size: clamp(52px, 6vw, 80px);
  font-weight: 830;
  line-height: 1;
}

.legal-hero-inner > p:not(.eyebrow) {
  max-width: 760px;
  font-size: 19px;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  gap: 12px;
}

.legal-meta span {
  border: 1px solid #dce1f3;
  border-radius: 999px;
  padding: 9px 15px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  font-size: 12px;
  font-weight: 680;
}

.legal-section {
  background: #ffffff;
}

.legal-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 75px;
}

.legal-sidebar {
  position: sticky;
  top: calc(var(--nav-height) + 30px);
  border: 1px solid #e1e5f2;
  border-radius: 18px;
  padding: 26px;
  background: #fafaff;
  box-shadow: 0 12px 32px rgba(31, 47, 105, 0.06);
}

.legal-sidebar > p {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.legal-sidebar nav {
  display: grid;
  gap: 4px;
}

.legal-sidebar a {
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--text);
  font-size: 12px;
  font-weight: 620;
  transition: background 160ms ease, color 160ms ease;
}

.legal-sidebar a:hover,
.legal-sidebar a:focus-visible {
  background: #eceeff;
  color: var(--blue);
}

.legal-content {
  max-width: 890px;
}

.legal-introduction {
  margin-bottom: 30px;
  border: 1px solid #dce2f6;
  border-radius: 18px;
  padding: 28px 30px;
  background: linear-gradient(135deg, #f8f8ff, #f2f3ff);
}

.legal-introduction strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal-introduction p {
  margin: 0;
  font-size: 15px;
}

.legal-content > section {
  position: relative;
  border-bottom: 1px solid var(--line);
  padding: 42px 0;
  scroll-margin-top: calc(var(--nav-height) + 25px);
}

.legal-number {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.legal-content h2 {
  margin-bottom: 20px;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 810;
  line-height: 1.15;
}

.legal-content h3 {
  margin: 28px 0 10px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 780;
  letter-spacing: -0.02em;
}

.legal-content p,
.legal-content li {
  color: var(--text);
  font-size: 15px;
  line-height: 1.75;
}

.legal-content p {
  margin-bottom: 16px;
}

.legal-content ul {
  display: grid;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  gap: 11px;
}

.legal-content li {
  position: relative;
  padding-left: 26px;
}

.legal-content li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--blue);
  content: "✓";
  font-weight: 850;
}

.legal-content a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content address {
  border-left: 3px solid var(--blue);
  padding: 4px 0 4px 20px;
  color: var(--text);
  font-size: 15px;
  font-style: normal;
  line-height: 1.8;
}

.legal-content address strong {
  color: var(--ink);
}

.legal-cta {
  padding: 0 0 120px;
}

.legal-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e0e4f3;
  border-radius: 24px;
  padding: 45px 50px;
  background:
    radial-gradient(circle at 100% 100%, rgba(83, 74, 240, 0.18), transparent 32%),
    linear-gradient(105deg, #fbfbff, #f3f4ff);
  box-shadow: var(--shadow);
  gap: 40px;
}

.legal-cta-card h2 {
  margin-bottom: 10px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 820;
  line-height: 1.1;
}

.legal-cta-card p {
  max-width: 650px;
  margin: 0;
}

.legal-cta-card .button {
  flex: 0 0 auto;
}

.footer-column a[aria-current="page"] {
  color: #7790ff;
  font-weight: 750;
}

@media (max-width: 900px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .legal-sidebar {
    position: relative;
    top: auto;
  }

  .legal-sidebar nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .legal-hero {
    padding: 72px 0 65px;
  }

  .legal-hero h1 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .legal-hero-inner > p:not(.eyebrow) {
    font-size: 16px;
  }

  .legal-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-sidebar {
    padding: 20px;
  }

  .legal-sidebar nav {
    grid-template-columns: 1fr;
  }

  .legal-introduction {
    padding: 23px 20px;
  }

  .legal-content > section {
    padding: 34px 0;
  }

  .legal-content h2 {
    font-size: 29px;
  }

  .legal-cta {
    padding-bottom: 80px;
  }

  .legal-cta-card {
    flex-direction: column;
    align-items: stretch;
    padding: 32px 24px;
  }
}
