@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/manrope-latin-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #f6f4f0;
  --surface: #fffdfa;
  --surface-soft: #fbfaf7;
  --ink: #000000;
  --text: #000000;
  --muted: #2a2a2a;
  --muted-soft: #666666;
  --line: #d8d2c8;
  --line-strong: #bcb4aa;
  --accent: #7057ff;
  --accent-dark: #4f38e8;
  --accent-soft: #efecff;
  --green: #0c7a43;
  --radius: 8px;
  --card-radius: 14px;
  --container: min(1180px, calc(100vw - 36px));
  font-family:
    "Manrope",
    "Inter",
    "Segoe UI",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Editorial landing refinement */
.services-section {
  --section-band: #f8f6f1;
  --section-border-top: rgba(112, 87, 255, 0.08);
  --section-border-bottom: rgba(0, 0, 0, 0.04);
}

.services-section .split-heading {
  margin-bottom: 30px;
}

.services-section .split-heading h2 {
  max-width: 17ch;
}

.services-heading-copy {
  align-self: end;
}

.services-heading-copy .services-context {
  max-width: 58ch;
  margin: 18px 0 0;
  border-top: 1px solid rgba(112, 87, 255, 0.16);
  padding-top: 16px;
  font-size: 0.92rem;
  line-height: 1.55;
}

@media (min-width: 981px) {
  .services-heading-copy {
    border-left: 2px solid var(--accent);
    padding-bottom: 18px;
    padding-left: 20px;
  }

  .process .section-closing {
    max-width: 64ch;
    margin-top: 34px;
    border-left: 2px solid var(--accent);
    padding: 4px 0 4px 18px;
    color: #4e4945;
    font-size: 0.98rem;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .form-aside {
    display: grid;
    grid-template-rows: auto auto;
    align-content: center;
    align-self: stretch;
    row-gap: 32px;
  }

  .form-aside img {
    margin: 0 0 0 auto;
  }

  .form-shell .form-aside-copy {
    transform: translateY(-34px);
  }
}

.services-context {
  max-width: 72ch;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.seo-note {
  position: relative;
  max-width: 76ch;
  margin: 26px 0 0;
  border-left: 2px solid var(--accent);
  padding: 4px 0 4px 18px;
  color: #4e4945;
  font-size: 0.9rem;
  line-height: 1.65;
}

.reviews-section {
  --section-band: #f4f2ed;
  --section-border-top: rgba(0, 0, 0, 0.05);
  --section-border-bottom: rgba(112, 87, 255, 0.07);
  --review-gap: 16px;
}

.reviews-heading {
  align-items: end;
  margin-bottom: 28px;
}

.reviews-heading h2 {
  max-width: 13ch;
}

.reviews-heading-copy {
  display: grid;
  justify-items: start;
  gap: 17px;
}

.reviews-heading-copy > p {
  margin: 0;
}

.reviews-google-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(112, 87, 255, 0.24);
  padding: 2px 0;
  color: var(--accent-dark);
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease;
}

.reviews-google-link:hover,
.reviews-google-link:focus-visible {
  border-bottom-color: currentColor;
  color: #3f2bc8;
}

.review-viewport {
  overflow: hidden;
}

.review-track {
  display: flex;
  gap: var(--review-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}

.review-track::-webkit-scrollbar {
  display: none;
}

.review-card {
  position: relative;
  flex: 0 0 calc((100% - (var(--review-gap) * 2)) / 3);
  min-height: 274px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
  border: 1px solid rgba(112, 87, 255, 0.16);
  border-radius: 14px;
  padding: 24px;
  background: rgba(255, 253, 250, 0.96);
  box-shadow: 0 16px 38px rgba(28, 22, 52, 0.045);
}

.review-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--accent), rgba(112, 87, 255, 0.08));
}

.review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.review-card-top img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.review-stars {
  color: var(--accent-dark);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}

.review-card blockquote {
  margin: 21px 0 20px;
  color: #272421;
  font-size: 1rem;
  line-height: 1.7;
}

.review-card footer {
  display: grid;
  justify-items: start;
  gap: 10px;
  margin-top: auto;
  border-top: 1px solid rgba(216, 210, 200, 0.78);
  padding-top: 17px;
}

.review-card footer strong {
  font-size: 0.92rem;
  font-weight: 650;
}

.review-service {
  border: 1px solid rgba(112, 87, 255, 0.17);
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(239, 236, 255, 0.66);
  color: var(--accent-dark);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.25;
}

.review-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.review-dots,
.review-arrows {
  display: flex;
  gap: 8px;
}

.review-dot {
  width: 30px;
  height: 12px;
  border: 0;
  padding: 0;
  background: linear-gradient(transparent 5px, #d4cfc6 5px 8px, transparent 8px);
  cursor: pointer;
}

.review-dot.is-active {
  background: linear-gradient(transparent 5px, var(--accent) 5px 8px, transparent 8px);
}

@media (max-width: 980px) {
  .review-card {
    flex-basis: calc((100% - var(--review-gap)) / 2);
  }
}

@media (max-width: 640px) {
  .services-section,
  .reviews-section {
    padding-top: 44px;
    padding-bottom: 46px;
  }

  .services-context {
    max-width: 34ch;
    font-size: 1rem;
    line-height: 1.58;
  }

  .services-section .split-heading {
    margin-bottom: 16px;
  }

  .seo-note {
    margin-top: 22px;
    padding-left: 14px;
    font-size: 0.86rem;
  }

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

  .reviews-heading-copy {
    gap: 14px;
  }

  .reviews-google-link {
    min-height: 44px;
  }

  .review-card {
    flex-basis: 100%;
    min-height: 0;
    padding: 21px;
  }

  .review-card blockquote {
    margin: 18px 0 20px;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .review-nav {
    margin-top: 12px;
    padding-right: 58px;
    transform: translateY(-10px);
  }
}

/* Real project showcase */
.examples-heading {
  align-items: end;
  margin-bottom: 24px;
}

.examples-heading h2 {
  max-width: 14ch;
}

.project-viewport {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 253, 250, 0.9);
  box-shadow: 0 18px 44px rgba(18, 15, 35, 0.035);
}

.project-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}

.project-track::-webkit-scrollbar {
  display: none;
}

.project-slide {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.project-image {
  position: relative;
  min-height: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  align-self: start;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.project-image-buddha {
  background: #111;
}

.project-image-aurea {
  background: #e9e0d3;
}

.project-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.project-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px clamp(20px, 5vw, 34px) 26px;
}

.project-info h3 {
  max-width: 18ch;
  margin: 0 0 10px;
  font-size: clamp(1.62rem, 4vw, 2.08rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.project-info > p {
  max-width: 49ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.project-proofs {
  max-width: 520px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.project-proofs li {
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(216, 210, 200, 0.78);
  border-radius: 10px;
  padding: 9px 11px;
  background: rgba(250, 248, 245, 0.88);
  color: #413d39;
  font-size: 0.81rem;
  line-height: 1.3;
}

.project-proofs li::before {
  content: "✓";
  flex: 0 0 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(112, 87, 255, 0.1);
  color: var(--accent-dark);
  font-size: 0.68rem;
  font-weight: 700;
}

.project-proofs li:nth-child(n + 3) {
  display: none;
}

.project-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  margin-top: 18px;
  border: 1px solid rgba(112, 87, 255, 0.28);
  border-radius: 999px;
  padding: 8px 15px;
  background: linear-gradient(135deg, #fff, rgba(239, 236, 255, 0.88));
  color: var(--accent-dark);
  font-size: 0.84rem;
  font-weight: 620;
  transition: 180ms ease;
}

.project-link:hover,
.project-link:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
  transform: translateY(-1px);
}

.project-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
}

.project-dots,
.project-arrows {
  display: flex;
  gap: 8px;
}

.project-dot {
  width: 30px;
  height: 12px;
  border: 0;
  padding: 0;
  background: linear-gradient(transparent 5px, #d4cfc6 5px 8px, transparent 8px);
  cursor: pointer;
}

.project-dot.is-active {
  background: linear-gradient(transparent 5px, var(--accent) 5px 8px, transparent 8px);
}

.project-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(255, 253, 250, 0.92);
  color: var(--ink);
  font-size: 1.15rem;
  cursor: pointer;
}

.project-arrow:hover,
.project-arrow:focus-visible {
  border-color: rgba(112, 87, 255, 0.45);
  background: rgba(239, 236, 255, 0.8);
  color: var(--accent-dark);
}

.project-swipe {
  display: none;
}

@media (min-width: 1024px) {
  .project-slide {
    display: grid;
    grid-template-columns: minmax(390px, 44%) 1fr;
  }

  .project-info {
    padding: 32px clamp(36px, 5vw, 58px);
  }

  .project-info h3 {
    margin-bottom: 13px;
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    letter-spacing: -0.045em;
  }

  .project-proofs li:nth-child(n + 3) {
    display: flex;
  }
}

@media (max-width: 760px) {
  .examples-section {
    padding-top: 34px;
    padding-bottom: 36px;
  }

  .examples-heading {
    margin-bottom: 16px;
  }

  .project-viewport {
    border-radius: 13px;
  }

  .project-slide {
    display: flex;
    flex-direction: column;
  }

  .project-image {
    min-height: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .project-image img {
    max-height: none;
  }

  .project-info {
    padding: 22px 20px 23px;
  }

  .project-info h3 {
    margin-bottom: 10px;
    font-size: 1.62rem;
    letter-spacing: -0.025em;
  }

  .project-info > p {
    font-size: 0.96rem;
    line-height: 1.53;
  }

  .project-proofs {
    gap: 7px;
    margin-top: 17px;
  }

  .project-proofs li {
    min-height: 39px;
    padding: 7px 9px;
    font-size: 0.72rem;
  }

  .project-link {
    min-height: 38px;
    margin-top: 17px;
    padding: 8px 14px;
  }

  .project-nav {
    margin-top: 10px;
  }

  .project-arrow {
    width: 40px;
    height: 40px;
  }

  .project-swipe {
    display: block;
    margin: 8px 0 0;
    color: #77716b;
    font-size: 0.72rem;
    text-align: center;
  }
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(0, 0, 0, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.024) 1px, transparent 1px),
    var(--bg);
  background-size:
    120px 120px,
    120px 120px,
    auto;
  font-size: 16px;
  line-height: 1.55;
  font-family: inherit;
  font-synthesis-weight: none;
  text-rendering: geometricPrecision;
}

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

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

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-140%);
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--surface);
  padding: 10px 14px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 253, 250, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav {
  width: var(--container);
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand-word {
  font-size: 1.03rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.brand-word strong {
  font-weight: 650;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav-panel a {
  border-bottom: 1px solid transparent;
  padding-block: 4px;
}

.nav-panel a:hover {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

.nav-client {
  margin-left: -10px;
}

.nav-panel .nav-client-mobile {
  display: none;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--surface);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.nav-toggle:hover {
  border-color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--ink);
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 12px;
  padding: 0 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.1;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button-primary {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--surface);
}

.button-primary:hover {
  border-color: var(--accent-dark);
  background: var(--accent-dark);
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.button-secondary {
  border-color: var(--line-strong);
  color: var(--ink);
  background: rgba(255, 253, 250, 0.4);
}

.button-secondary:hover {
  border-color: var(--accent);
  color: var(--accent-dark);
}

.button-small {
  min-height: 38px;
  padding-inline: 15px;
  font-size: 0.9rem;
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: 78px 0;
}

.section:not(.hero) {
  position: relative;
  isolation: isolate;
}

.section:not(.hero)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  border-top: 1px solid var(--section-border-top, rgba(0, 0, 0, 0.06));
  border-bottom: 1px solid var(--section-border-bottom, rgba(0, 0, 0, 0.04));
  background: var(--section-band, transparent);
  pointer-events: none;
}

.problem-section {
  --section-band:
    linear-gradient(rgba(0, 0, 0, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px),
    #f6f5f1;
  --section-border-top: rgba(0, 0, 0, 0.05);
  --section-border-bottom: rgba(0, 0, 0, 0.035);
}

.problem-section::before,
.examples-section::before,
.process::before {
  background-size:
    120px 120px,
    120px 120px,
    auto;
}

#servicios {
  --section-band:
    linear-gradient(rgba(0, 0, 0, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.011) 1px, transparent 1px),
    #fbfaf7;
  --section-border-top: rgba(0, 0, 0, 0.045);
  --section-border-bottom: rgba(0, 0, 0, 0.035);
}

.examples-section {
  --section-band:
    linear-gradient(rgba(0, 0, 0, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.011) 1px, transparent 1px),
    #fffdfa;
  --section-border-top: rgba(0, 0, 0, 0.045);
  --section-border-bottom: rgba(0, 0, 0, 0.035);
}

.verification-feature {
  --section-band:
    linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.015) 1px, transparent 1px),
    #f5f4f0;
  --section-border-top: rgba(0, 0, 0, 0.05);
  --section-border-bottom: rgba(0, 0, 0, 0.035);
}

.process {
  --section-band:
    linear-gradient(rgba(0, 0, 0, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.011) 1px, transparent 1px),
    #faf9f6;
  --section-border-top: rgba(0, 0, 0, 0.04);
  --section-border-bottom: rgba(0, 0, 0, 0.035);
}

.final-cta {
  --section-band: #f5f4f0;
  --section-border-top: rgba(0, 0, 0, 0.05);
  --section-border-bottom: rgba(0, 0, 0, 0.04);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 118px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.88fr);
  align-items: center;
  gap: 76px;
  padding-top: 18px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 18px 4% auto -4%;
  z-index: -1;
  width: min(620px, 64vw);
  height: 340px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 36%, rgba(112, 87, 255, 0.09), transparent 58%),
    radial-gradient(circle at 68% 62%, rgba(255, 245, 232, 0.72), transparent 64%);
  filter: blur(22px);
  opacity: 0.72;
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 520;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2 {
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 360;
}

h1 {
  max-width: 780px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 6.55vw, 6.25rem);
  text-wrap: balance;
}

.h1-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.22em;
  margin-bottom: -0.12em;
}

.h1-line span {
  display: block;
  transform-origin: left bottom;
  opacity: 1;
  transform: none;
}

.hero .eyebrow,
.hero-copy,
.hero-slot-chip,
.hero-actions,
.small-note,
.mobile-hero-summary {
  animation: hero-in 640ms ease both;
}

.hero .eyebrow {
  animation-delay: 80ms;
}

.hero-copy {
  animation-delay: 340ms;
}

.hero-slot-chip {
  animation-delay: 380ms;
}

.hero-actions {
  animation-delay: 430ms;
}

.small-note,
.mobile-hero-summary {
  animation-delay: 520ms;
}

@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.15rem, 3.75vw, 4.2rem);
  text-wrap: balance;
}

.stacked-title span {
  display: inline;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 520;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.hero-copy,
.section-heading p,
.support p,
.final-cta p,
.footer p {
  color: var(--muted);
}

.hero-copy {
  max-width: 700px;
  font-size: clamp(1.04rem, 1.35vw, 1.2rem);
  text-wrap: pretty;
}

.hero-slot-chip {
  position: relative;
  width: fit-content;
  max-width: 100%;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 4px 0 0;
  border: 1px solid rgba(112, 87, 255, 0.16);
  border-radius: 16px;
  padding: 8px 15px 8px 14px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(250, 248, 255, 0.52) 44%, rgba(251, 250, 247, 0.72)),
    rgba(255, 253, 250, 0.78);
  color: var(--ink);
  box-shadow:
    0 20px 46px rgba(18, 15, 35, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hero-slot-chip::before {
  content: "";
  width: 28px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(112, 87, 255, 0.16));
}

.hero-slot-chip::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(112, 87, 255, 0.055), transparent);
  opacity: 0.76;
  pointer-events: none;
}

.hero-slot-kicker {
  display: inline-flex;
  align-items: center;
  border-right: 1px solid rgba(112, 87, 255, 0.16);
  padding-right: 11px;
  color: rgba(79, 56, 232, 0.86);
  font-size: 0.69rem;
  font-weight: 620;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.slot-text {
  display: inline-block;
  width: 19ch;
  height: 1.3em;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 580;
  line-height: 1.3;
  white-space: nowrap;
  mask-image: linear-gradient(180deg, transparent 0, #000 22%, #000 78%, transparent 100%);
}

.slot-text-frame {
  position: relative;
  display: block;
  height: 100%;
}

.slot-text-item {
  position: absolute;
  inset: 0 auto auto 0;
  display: block;
  will-change: transform, opacity;
}

.slot-text-next {
  opacity: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 27px 0 19px;
}

.small-note {
  max-width: 560px;
  color: var(--muted-soft);
  font-size: 0.92rem;
}

.mobile-hero-summary {
  display: none;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  letter-spacing: -0.01em;
}

.mobile-hero-summary span {
  display: inline-flex;
}

.mobile-hero-summary span:nth-child(7) {
  flex-basis: auto;
}

.hero-visual {
  position: relative;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: -36px -30px auto auto;
  width: 68%;
  height: 56%;
  border: 1px solid rgba(112, 87, 255, 0.18);
  background: var(--accent-soft);
  opacity: 0.62;
  transform: rotate(-4deg);
}

.studio-map {
  position: relative;
  min-height: 430px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  padding: 18px 20px 20px;
  overflow: hidden;
  background: var(--surface);
}

.studio-map::before,
.studio-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.064) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.044) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

.studio-map::after {
  inset: 18px;
  border: 1px solid var(--line);
  background: none;
}

.map-ruler {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 68px;
  height: 1px;
  background: var(--line);
}

.map-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  padding-bottom: 28px;
  color: var(--muted-soft);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-header strong {
  color: var(--ink);
  font-weight: 520;
}

.map-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.82fr 112px 1.18fr;
  gap: 18px;
  align-items: stretch;
}

.map-column {
  min-height: 318px;
  border: 1px solid var(--line);
  background: rgba(250, 250, 250, 0.78);
  padding: 18px;
}

.map-column p {
  margin-bottom: 18px;
  color: var(--muted-soft);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-column > span {
  display: flex;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}

.map-column > span:last-child {
  border-bottom: 0;
}

.map-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.map-center::before,
.map-center::after {
  content: "";
  width: 1px;
  flex: 1;
  align-self: center;
  background: var(--line);
}

.map-center span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 10px 12px;
  background: var(--surface);
  color: var(--accent);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-column-output {
  display: grid;
  gap: 9px;
}

.map-column-output article {
  min-height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  background: rgba(250, 250, 250, 0.88);
  color: var(--ink);
}

.map-column-output small {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 560;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-column-output strong {
  margin-top: 4px;
  font-size: 0.94rem;
  font-weight: 460;
  line-height: 1.3;
}

.audience-band {
  width: var(--container);
  margin: -18px auto 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.audience-band p {
  max-width: 900px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.02rem, 1.45vw, 1.25rem);
  font-weight: 380;
  letter-spacing: -0.02em;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.section-heading.compact {
  max-width: 680px;
}

.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 48px;
  align-items: end;
}

.split-heading p:not(.eyebrow) {
  margin-bottom: 8px;
  font-size: 1.03rem;
}

.line-reveal {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--accent) 0 42px, rgba(112, 87, 255, 0.18) 42px 92px, var(--line) 92px 100%);
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 700ms ease;
}

.can-animate .line-reveal {
  transform: scaleX(0);
}

.can-animate .line-reveal.is-visible {
  transform: scaleX(1);
}

.service-card,
.problem-card,
.steps li,
.final-cta {
  border: 1px solid var(--line);
  background: rgba(255, 253, 250, 0.82);
  box-shadow: 0 14px 34px rgba(18, 15, 35, 0.025);
}

.line-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
}

.line-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-closing {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 420;
  letter-spacing: -0.02em;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.problem-card {
  min-height: 112px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 24px 25px;
  border-radius: var(--card-radius);
  background: rgba(255, 253, 250, 0.74);
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.problem-card:hover,
.problem-card:focus-within {
  border-color: rgba(112, 87, 255, 0.28);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(18, 15, 35, 0.04);
  transform: translateY(-2px);
}

.problem-card p {
  margin: 3px 0 0;
  color: var(--muted);
}

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

.service-card {
  min-height: 246px;
  padding: 22px 24px 24px;
  border-radius: var(--card-radius);
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.service-card:hover,
.service-card:focus-within {
  border-color: rgba(112, 87, 255, 0.36);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(18, 15, 35, 0.045);
  transform: translateY(-2px);
}

.service-card-top {
  display: flex;
  min-height: 32px;
  align-items: center;
  gap: 12px;
}

.service-card .line-icon {
  margin: 0;
}

.service-cue {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin: 0;
  border-left: 2px solid var(--accent);
  padding-left: 10px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 520;
  letter-spacing: 0.02em;
}

.service-card h3 {
  margin-top: 28px;
}

.service-card p,
.steps p {
  color: var(--muted);
}

.service-demo-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  border-bottom: 1px solid rgba(112, 87, 255, 0.28);
  padding-bottom: 3px;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 620;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.service-demo-link::after {
  content: "->";
  font-size: 0.82em;
  line-height: 1;
  transform: translateY(-1px);
}

.service-demo-link:hover,
.service-demo-link:focus-visible {
  border-color: currentColor;
  color: #5e46f5;
  transform: translateY(-1px);
}

.verification-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.72fr);
  gap: 66px;
  align-items: center;
}

.verification-copy {
  max-width: 690px;
}

.verification-copy > p:not(.eyebrow) {
  max-width: 58ch;
  color: var(--muted);
  font-size: 1.04rem;
}

.verification-points {
  display: grid;
  gap: 13px;
  max-width: 560px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.verification-points li {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(216, 210, 200, 0.86);
  padding: 13px 0 0 24px;
  color: var(--muted);
  line-height: 1.45;
}

.verification-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 19px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border: 1px solid var(--accent);
  border-radius: 50%;
  background: rgba(112, 87, 255, 0.1);
  color: var(--accent-dark);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
}

.verification-link {
  margin-top: 28px;
}

.verification-visual {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
}

.verification-visual::before {
  content: "";
  position: absolute;
  inset: 22px 0 auto auto;
  width: 72%;
  height: 72%;
  border: 1px solid rgba(112, 87, 255, 0.16);
  background: rgba(239, 236, 255, 0.6);
  transform: rotate(4deg);
}

.verification-screen {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr;
  column-gap: 20px;
  row-gap: 24px;
  width: min(100%, 378px);
  min-height: 292px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  padding: 22px;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px),
    rgba(255, 253, 250, 0.94);
  background-size:
    44px 44px,
    44px 44px,
    auto;
  box-shadow: 0 24px 54px rgba(18, 15, 35, 0.06);
}

.verification-screen-top {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted-soft);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.verification-screen-top span {
  width: 74px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.13);
}

.verification-code {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 17px;
  color: var(--muted-soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.045em;
}

.verification-code span {
  border-radius: 999px;
  padding: 4px 7px;
  background: rgba(112, 87, 255, 0.09);
  color: var(--accent);
  font-family: var(--font-sans);
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.verification-screen-copy {
  align-self: center;
}

.verification-screen strong {
  display: block;
  max-width: 12ch;
  margin: 0;
  color: var(--ink);
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.verification-screen p {
  max-width: 22ch;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.verification-qr-panel {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(112, 87, 255, 0.2);
  border-radius: 14px;
  padding: 6px 7px 6px;
  background: rgba(250, 248, 255, 0.9);
  box-shadow: 0 12px 30px rgba(25, 21, 44, 0.08);
}

.verification-qr-panel img {
  width: 72px;
  height: 72px;
  display: block;
  border-radius: 6px;
}

.verification-qr-panel span {
  color: var(--muted-soft);
  font-size: 0.44rem;
  font-weight: 620;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.examples-section {
  padding-top: 46px;
  padding-bottom: 48px;
}

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

.compact-examples {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 420px);
  gap: 38px;
  align-items: center;
}

.compact-examples .section-heading {
  margin-bottom: 0;
}

.compact-examples .split-heading {
  display: block;
}

.compact-examples .split-heading p:not(.eyebrow) {
  max-width: 50ch;
  margin-top: 18px;
}

.compact-example-grid {
  grid-template-columns: 1fr;
}

.example-card {
  min-height: 0;
  display: grid;
  align-content: start;
  justify-items: start;
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  padding: 18px 20px 19px;
  background: rgba(255, 253, 250, 0.82);
  box-shadow: 0 14px 34px rgba(18, 15, 35, 0.025);
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.example-card:hover,
.example-card:focus-visible {
  border-color: rgba(112, 87, 255, 0.34);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(18, 15, 35, 0.04);
  transform: translateY(-2px);
}

.example-preview {
  position: relative;
  width: 100%;
  height: 58px;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.025) 1px, transparent 1px),
    rgba(251, 250, 247, 0.86);
  background-size:
    42px 42px,
    42px 42px,
    auto;
}

.example-preview::before {
  content: "";
  position: absolute;
  inset: 17px auto auto 16px;
  width: 34%;
  height: 7px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
}

.example-preview-web > span {
  position: absolute;
  display: block;
}

.preview-browser-bar {
  inset: 0 0 auto;
  height: 20px;
  border-bottom: 1px solid rgba(216, 210, 200, 0.9);
  background: rgba(255, 253, 250, 0.92);
}

.preview-browser-bar::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  width: 30px;
  height: 5px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(112, 87, 255, 0.5) 0 2px, transparent 2.5px) 0 0 / 10px 5px repeat-x;
}

.preview-hero-line {
  left: 14px;
  top: 31px;
  width: 36%;
  height: 6px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.15);
}

.preview-hero-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 74%;
  height: 5px;
  border-radius: 999px;
  background: rgba(112, 87, 255, 0.18);
}

.preview-google-card {
  left: 14px;
  bottom: 7px;
  width: 44%;
  height: 22px;
  border: 1px solid rgba(112, 87, 255, 0.2);
  border-radius: 9px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.82);
}

.preview-google-card span {
  display: block;
  height: 3px;
  margin-bottom: 3px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.13);
}

.preview-google-card span:nth-child(1) {
  width: 74%;
}

.preview-google-card span:nth-child(2) {
  width: 52%;
  background: rgba(112, 87, 255, 0.24);
}

.preview-google-card span:nth-child(3) {
  width: 62%;
  margin-bottom: 0;
}

.preview-whatsapp-bubble {
  right: 14px;
  top: 29px;
  width: 38%;
  height: 19px;
  border: 1px solid rgba(12, 122, 67, 0.18);
  border-radius: 12px 12px 4px 12px;
  background: rgba(236, 253, 245, 0.86);
}

.preview-whatsapp-bubble::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 7px;
  width: 56%;
  height: 4px;
  border-radius: 999px;
  background: rgba(12, 122, 67, 0.22);
}

.preview-certificate-card {
  right: 14px;
  bottom: 7px;
  width: 38%;
  height: 22px;
  border: 1px solid rgba(112, 87, 255, 0.24);
  border-radius: 9px;
  background:
    linear-gradient(90deg, rgba(112, 87, 255, 0.16) 0 24%, transparent 24%),
    rgba(255, 255, 255, 0.82);
}

.preview-certificate-card::before,
.preview-certificate-card::after {
  content: "";
  position: absolute;
  left: 34%;
  height: 4px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.13);
}

.preview-certificate-card::before {
  top: 6px;
  width: 45%;
}

.preview-certificate-card::after {
  top: 13px;
  width: 32%;
  background: rgba(112, 87, 255, 0.24);
}

.example-preview-qr {
  display: grid;
  grid-template-columns: repeat(2, 28px);
  grid-auto-rows: 28px;
  gap: 8px;
  align-content: center;
  justify-content: center;
}

.example-preview-qr span {
  border: 2px solid rgba(112, 87, 255, 0.58);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.78);
}

.example-card small {
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 620;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.example-card strong {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.example-card p {
  max-width: 54ch;
  margin: 0;
  color: var(--muted);
}

.example-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-height: 32px;
  margin-top: 18px;
  border: 1px solid rgba(112, 87, 255, 0.2);
  border-radius: 999px;
  padding: 6px 11px 6px 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 236, 255, 0.64)),
    rgba(255, 255, 255, 0.88);
  color: var(--accent-dark);
  font-size: 0.84rem;
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.example-card-cta::after {
  content: "\2197";
  display: inline-block;
  margin-left: 7px;
  font-size: 0.9em;
  transform: translateY(-1px);
  transition: transform 180ms ease;
}

.example-card:hover .example-card-cta,
.example-card:focus-visible .example-card-cta {
  border-color: rgba(112, 87, 255, 0.42);
  background: var(--accent);
  color: var(--surface);
  transform: translateY(-1px);
}

.example-card:hover .example-card-cta::after,
.example-card:focus-visible .example-card-cta::after {
  transform: translate(2px, -3px);
}

.process {
  padding-top: 62px;
}

.steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 20px;
  padding: 18px 20px;
  border-radius: var(--card-radius);
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.steps li:hover,
.steps li:focus-within {
  border-color: rgba(112, 87, 255, 0.28);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(18, 15, 35, 0.035);
  transform: translateY(-1px);
}

.step-number {
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 560;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.steps p {
  max-width: 700px;
  margin-bottom: 0;
}

.final-cta {
  max-width: var(--container);
  padding: 0;
  border-radius: var(--card-radius);
  background: var(--surface);
}

.final-cta p {
  max-width: 680px;
}

.form-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  gap: 34px;
  padding: 48px;
  align-items: center;
  justify-content: space-between;
}

.form-main {
  min-width: 0;
}

.contact-form {
  max-width: 860px;
  margin: 32px 0 0;
  text-align: left;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--ink);
  font-weight: 420;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 13px 14px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    outline-color 160ms ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--muted-soft);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  outline: 2px solid rgba(112, 87, 255, 0.26);
  outline-offset: 2px;
}

.form-note {
  margin: 4px 0 18px;
  color: var(--muted-soft);
  font-size: 0.9rem;
}

.form-note a {
  border-bottom: 1px solid currentColor;
}

.form-aside {
  width: 100%;
  max-width: 320px;
  justify-self: center;
  align-self: center;
  border-left: 1px solid var(--line);
  padding-left: 30px;
  color: var(--muted);
}

.form-aside img {
  display: block;
  width: min(100%, 230px);
  margin: 0 0 26px auto;
  filter: grayscale(1) contrast(1.08);
  opacity: 0.72;
  mix-blend-mode: multiply;
}

.form-aside h3 {
  margin-bottom: 12px;
}

.form-aside p {
  margin-bottom: 22px;
}

.form-aside ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: after-send;
}

.form-aside li {
  counter-increment: after-send;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: baseline;
  color: var(--ink);
  font-size: 0.94rem;
}

.form-aside li::before {
  content: counter(after-send, decimal-leading-zero);
  color: var(--accent);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.nav-overlay {
  position: fixed;
  inset: 74px 0 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1px);
  opacity: 1;
  transition: opacity 180ms ease;
}

.nav-overlay[hidden] {
  display: block;
  opacity: 0;
  pointer-events: none;
}

.floating-contact {
  position: fixed;
  right: clamp(16px, 2.4vw, 30px);
  bottom: clamp(18px, 2.6vw, 32px);
  z-index: 7;
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.9);
  box-shadow: 0 18px 42px rgba(20, 15, 45, 0.1);
  backdrop-filter: blur(14px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.floating-contact[hidden] {
  display: none;
}

.floating-contact img {
  display: block;
  width: 30px;
  height: 30px;
}

.floating-contact:hover,
.floating-contact:focus-visible {
  border-color: rgba(37, 211, 102, 0.58);
  background: rgba(255, 255, 255, 0.96);
  transform: translateY(-2px);
}

.footer {
  width: var(--container);
  margin: 0 auto;
  padding: 24px 0 50px;
  display: block;
  color: var(--muted);
  border-top: 1px solid rgba(0, 0, 0, 0.58);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: start;
}

.footer-main .brand {
  margin-bottom: 0;
  color: var(--ink);
}

.footer p {
  max-width: 34ch;
  margin: 0;
}

.footer-brandline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15em;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.35;
}

.footer-brandline a:not(.brand) {
  border-bottom: 1px solid transparent;
}

.footer-brandline a:not(.brand):hover,
.footer-brandline a:not(.brand):focus-visible {
  color: var(--ink);
  border-bottom-color: currentColor;
}

.footer-contact {
  display: grid;
  gap: 7px;
  justify-items: end;
  color: var(--muted);
}

.footer-email {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0 11px;
  color: var(--ink);
  background: rgba(255, 253, 250, 0.55);
  font-size: 0.94rem;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.footer-email:hover {
  border-color: rgba(112, 87, 255, 0.42);
  color: var(--accent-dark);
  background: rgba(255, 255, 255, 0.78);
  transform: translateY(-1px);
}

.footer-bottom {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}

.footer-legal {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  color: var(--muted-soft);
  font-size: 0.88rem;
}

.footer-legal a {
  border-bottom: 1px solid transparent;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    color 180ms ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: var(--ink);
  border-bottom-color: currentColor;
}

.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 76% 12%, rgba(112, 87, 255, 0.055), transparent 34rem),
    var(--bg-grid),
    var(--bg);
  color: var(--ink);
}

.legal-shell {
  width: min(100% - 40px, 880px);
  margin: 0 auto;
  padding: 34px 0 64px;
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 0 28px;
}

.legal-back {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--ink);
  background: rgba(255, 253, 250, 0.64);
  font-size: 0.92rem;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.legal-back:hover,
.legal-back:focus-visible {
  border-color: rgba(112, 87, 255, 0.4);
  color: var(--accent-dark);
  background: rgba(255, 255, 255, 0.82);
  transform: translateY(-1px);
}

.legal-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: clamp(26px, 5vw, 54px);
  background: rgba(255, 253, 250, 0.9);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.05);
}

.legal-card .eyebrow {
  margin-bottom: 18px;
}

.legal-card h1 {
  max-width: 9ch;
  font-size: clamp(2.5rem, 7vw, 4.8rem);
  line-height: 0.95;
}

.legal-card h2 {
  margin: 34px 0 10px;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.15;
}

.legal-card p,
.legal-card li {
  max-width: 68ch;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.68;
}

.legal-card p {
  margin: 14px 0 0;
}

.legal-card ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 1.1rem;
}

.legal-card a {
  color: var(--ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.legal-meta {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.legal-meta p {
  margin-top: 6px;
  color: var(--muted-soft);
  font-size: 0.94rem;
}

.legal-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-top: 20px;
  color: var(--muted-soft);
  font-size: 0.92rem;
}

.legal-footer a {
  color: inherit;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 540ms ease,
    transform 540ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .reveal,
  .line-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition-delay: 0ms !important;
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .nav-panel {
    position: absolute;
    z-index: 9;
    left: 18px;
    right: 18px;
    top: 74px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line-strong);
    background: rgba(255, 253, 250, 0.97);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 190ms ease,
      transform 190ms ease,
      border-color 190ms ease;
  }

  .nav-panel.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-panel a {
    padding: 13px 10px;
    border-bottom: 1px solid var(--line);
  }

  .nav-panel a:last-child {
    border-bottom: 0;
  }

  .nav-client {
    display: none;
  }

  .nav-panel .nav-client-mobile {
    display: flex;
    align-items: center;
    border-bottom: 0;
    color: var(--ink);
    font-weight: 500;
  }

  .nav-cta {
    display: none;
  }

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

  .hero {
    min-height: 0;
    gap: 0;
  }

  .hero-visual {
    display: none;
  }

  .mobile-hero-summary {
    display: block;
  }

  .mobile-hero-summary span:not(:last-child)::after {
    content: "\00b7";
    margin: 0 8px;
    color: rgba(112, 87, 255, 0.58);
  }

  .mobile-hero-summary span:nth-child(4)::after,
  .mobile-hero-summary span:nth-child(7)::after {
    content: "";
    margin: 0;
  }

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

  .verification-feature {
    grid-template-columns: 1fr;
  }

  .compact-examples {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100vw - 36px, 1180px);
  }

  body {
    background:
      linear-gradient(rgba(0, 0, 0, 0.022) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 0, 0, 0.017) 1px, transparent 1px),
      var(--bg);
    background-size:
      96px 96px,
      96px 96px,
      auto;
    color: #0d0d0d;
    font-size: 17px;
    line-height: 1.58;
  }

  .nav {
    min-height: 64px;
  }

  .brand-word {
    font-size: 1rem;
    letter-spacing: 0;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
    border-color: rgba(0, 0, 0, 0.18);
    background: rgba(255, 253, 250, 0.88);
  }

  .nav-toggle span {
    width: 17px;
    height: 1px;
    margin: 4px auto;
  }

  .nav-panel {
    top: 64px;
    left: 12px;
    right: 12px;
    border-color: rgba(0, 0, 0, 0.18);
  }

  .nav-overlay {
    inset: 64px 0 0;
  }

  .floating-contact {
    right: 18px;
    bottom: max(18px, env(safe-area-inset-bottom));
    width: 50px;
    height: 50px;
  }

  .floating-contact img {
    width: 29px;
    height: 29px;
  }

  .section {
    padding: 42px 0 44px;
  }

  .section:not(.hero)::before {
    border-top-color: rgba(0, 0, 0, 0.082);
    border-bottom-color: rgba(0, 0, 0, 0.052);
  }

  .problem-section {
    --section-band:
      linear-gradient(rgba(0, 0, 0, 0.018) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 0, 0, 0.014) 1px, transparent 1px),
      #f3f1eb;
  }

  #servicios {
    --section-band: #fbfaf6;
  }

  .examples-section {
    --section-band:
      linear-gradient(rgba(0, 0, 0, 0.016) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 0, 0, 0.012) 1px, transparent 1px),
      #f5f5f2;
  }

  .process {
    --section-band: #fffdfa;
  }

  .final-cta {
    --section-band: #f2f0ea;
  }

  .reveal,
  .can-animate .line-reveal {
    opacity: 1;
    transform: none;
  }

  .hero {
    gap: 0;
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .h1-line span,
  .hero-copy,
  .hero-slot-chip,
  .hero-actions,
  .small-note,
  .mobile-hero-summary {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .hero::before {
    inset: 8px -6px auto -10px;
    width: min(92vw, 460px);
    height: 220px;
    opacity: 0.56;
    filter: blur(18px);
  }

  h1 {
    max-width: 11ch;
    margin-bottom: 14px;
    font-size: clamp(2.45rem, 12vw, 3.15rem);
    line-height: 1.03;
    letter-spacing: 0;
    font-weight: 500;
  }

  h2 {
    margin-bottom: 11px;
    font-size: 1.72rem;
    line-height: 1.08;
    letter-spacing: 0;
    font-weight: 500;
  }

  .eyebrow {
    display: none;
  }

  .hero-copy {
    max-width: 33ch;
    font-size: 1.02rem;
    line-height: 1.55;
    color: var(--muted);
  }

  .hero-slot-chip {
    min-height: 38px;
    margin-top: 15px;
    gap: 9px;
    border-color: rgba(112, 87, 255, 0.19);
    border-radius: 15px;
    padding: 8px 13px 8px 12px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(250, 248, 255, 0.5) 46%, rgba(251, 250, 247, 0.8)),
      rgba(255, 253, 250, 0.86);
    box-shadow:
      0 16px 38px rgba(18, 15, 35, 0.055),
      inset 0 1px 0 rgba(255, 255, 255, 0.74);
  }

  .hero-slot-chip::before {
    width: 20px;
  }

  .hero-slot-kicker {
    padding-right: 9px;
    font-size: 0.66rem;
    letter-spacing: 0.065em;
  }

  .slot-text {
    width: 18.8ch;
    font-size: 0.86rem;
  }

  .small-note {
    display: none;
  }

  .hero-actions {
    margin: 23px 0 0;
    width: 100%;
  }

  .hero-actions .button {
    width: auto;
    min-width: 172px;
    min-height: 44px;
    padding-inline: 18px;
    border-radius: 11px;
    font-size: 0.96rem;
  }

  .mobile-hero-summary {
    display: flex;
    flex-wrap: wrap;
    max-width: 350px;
    column-gap: 0;
    row-gap: 6px;
    margin-top: 23px;
    padding: 14px 0 0;
    border-top: 1px solid rgba(112, 87, 255, 0.18);
    border-bottom: 0;
    color: #55504b;
    font-size: 0.79rem;
    font-weight: 540;
    letter-spacing: 0;
    line-height: 1.35;
  }

  .mobile-hero-summary span {
    min-height: 0;
    align-items: center;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color: var(--muted);
  }

  .mobile-hero-summary span:nth-child(5),
  .mobile-hero-summary span:nth-child(6) {
    grid-column: auto;
  }

  .mobile-hero-summary span:nth-child(7) {
    grid-column: auto;
  }

  .mobile-hero-summary span:nth-child(4)::after,
  .mobile-hero-summary span:nth-child(7)::after {
    content: "";
    margin: 0;
  }

  .service-grid,
  .problem-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .audience-band {
    display: none;
  }

  .section-heading {
    margin-bottom: 16px;
  }

  .split-heading {
    gap: 12px;
    align-items: start;
  }

  .split-heading p:not(.eyebrow) {
    max-width: 34ch;
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.56;
  }

  #servicios .section-heading::before {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    background: var(--accent);
  }

  #servicios .services-heading-copy .services-context {
    display: none;
  }

  .section-heading.compact p:not(.eyebrow),
  .final-cta p {
    max-width: 34ch;
    font-size: 1.02rem;
    line-height: 1.56;
  }

  .stacked-title span {
    display: block;
  }

  .service-grid,
  .problem-grid {
    gap: 12px;
    border: 0;
  }

  .line-reveal {
    margin: 18px 0 22px;
  }

  .problem-section {
    padding-top: 46px;
    padding-bottom: 48px;
  }

  .problem-section .section-heading {
    margin-bottom: 0;
  }

  .problem-section .section-heading.compact p:not(.eyebrow) {
    max-width: 32ch;
  }

  #servicios .line-reveal {
    margin-top: 18px;
    margin-bottom: 28px;
  }

  .problem-card {
    position: relative;
    min-height: 0;
    padding: 17px 50px 17px 18px;
    border: 1px solid rgba(112, 87, 255, 0.145);
    border-radius: 12px;
    background: rgba(255, 253, 250, 0.95);
    box-shadow:
      0 14px 31px rgba(18, 15, 35, 0.045),
      inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }

  .problem-card .line-icon {
    position: absolute;
    top: 15px;
    right: 16px;
    width: 24px;
    height: 24px;
    border-color: rgba(112, 87, 255, 0.18);
    background: rgba(112, 87, 255, 0.065);
    color: var(--accent);
  }

  .problem-card .line-icon svg,
  .service-card .line-icon svg {
    width: 14px;
    height: 14px;
  }

  .problem-card p {
    margin-top: 0;
    font-size: 1.02rem;
    line-height: 1.42;
  }

  .section-closing {
    margin-top: 20px;
    max-width: 34ch;
    border-left: 2px solid var(--accent);
    padding: 2px 0 2px 14px;
    font-size: 1.02rem;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .service-card {
    position: relative;
    min-height: 0;
    padding: 19px 52px 19px 19px;
    border: 1px solid rgba(112, 87, 255, 0.13);
    border-radius: 12px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 253, 250, 0.92)),
      rgba(255, 255, 255, 0.92);
    box-shadow:
      0 15px 34px rgba(18, 15, 35, 0.045),
      inset 0 1px 0 rgba(255, 255, 255, 0.76);
  }

  .service-card .line-icon {
    position: absolute;
    top: 17px;
    right: 18px;
    width: 28px;
    height: 28px;
    margin-bottom: 16px;
    border-color: rgba(112, 87, 255, 0.22);
    background: rgba(112, 87, 255, 0.085);
    color: var(--accent);
  }

  .service-card-top {
    display: block;
    min-height: 0;
  }

  .service-cue {
    display: none;
  }

  .service-card h3 {
    margin-top: 0;
  }

  .service-card h3,
  .steps h3,
  .form-aside h3 {
    max-width: 100%;
    font-size: 1.12rem;
    font-weight: 600;
    letter-spacing: 0;
  }

  .service-card p,
  .steps p,
  .form-note,
  .footer p {
    font-size: 1.02rem;
    line-height: 1.52;
  }

  .service-demo-link {
    margin-top: 14px;
    font-size: 0.95rem;
  }

  .verification-feature {
    gap: 28px;
    padding-top: 42px;
    padding-bottom: 44px;
  }

  .verification-copy > p:not(.eyebrow) {
    max-width: 34ch;
    font-size: 1.02rem;
    line-height: 1.56;
  }

  .verification-points {
    gap: 8px;
    margin-top: 22px;
  }

  .verification-points li {
    min-height: 0;
    padding-top: 10px;
    padding-left: 28px;
    font-size: 1rem;
    line-height: 1.46;
  }

  .verification-points li::before {
    top: 15px;
  }

  .verification-link {
    margin-top: 20px;
  }

  .verification-visual {
    min-height: 230px;
    place-items: stretch;
  }

  .verification-visual::before {
    inset: 18px 8px auto auto;
    width: 62%;
    height: 72%;
  }

  .verification-screen {
    width: 100%;
    min-height: 236px;
    column-gap: 14px;
    row-gap: 17px;
    padding: 16px;
  }

  .verification-screen strong {
    max-width: 12ch;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  .verification-screen p {
    max-width: 20ch;
    margin-top: 11px;
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .verification-code {
    gap: 5px;
    margin-top: 13px;
    font-size: 0.56rem;
  }

  .verification-code span {
    padding: 3px 6px;
    font-size: 0.52rem;
  }

  .verification-qr-panel {
    gap: 4px;
    padding: 7px 7px 6px;
  }

  .verification-qr-panel img {
    width: 66px;
    height: 66px;
  }

  .verification-qr-panel span {
    font-size: 0.43rem;
  }

  .examples-section {
    padding-top: 44px;
    padding-bottom: 46px;
  }

  .example-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .example-card {
    min-height: 0;
    padding: 16px 17px 17px;
    border-color: rgba(112, 87, 255, 0.13);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 32px rgba(18, 15, 35, 0.04);
  }

  .example-preview {
    height: 64px;
    margin-bottom: 16px;
    background-size:
      38px 38px,
      38px 38px,
      auto;
  }

  .example-card strong {
    font-size: 1.12rem;
    letter-spacing: 0;
  }

  .example-card p {
    font-size: 1.02rem;
    line-height: 1.52;
  }

  .example-card-cta {
    justify-self: start;
    min-height: 34px;
    margin-top: 16px;
    padding-inline: 13px 12px;
    border-color: rgba(112, 87, 255, 0.3);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 236, 255, 0.86)),
      rgba(255, 255, 255, 0.96);
    box-shadow:
      0 10px 20px rgba(112, 87, 255, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
  }

  .steps li {
    grid-template-columns: 1fr;
    position: relative;
    gap: 6px;
    padding: 17px 18px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.88);
  }

  .step-number {
    position: absolute;
    top: 16px;
    right: 18px;
    color: var(--accent-dark);
    font-size: 0.84rem;
  }

  .steps h3 {
    max-width: calc(100% - 48px);
    margin-bottom: 4px;
  }

  .form-shell {
    padding: 18px;
    border-color: rgba(0, 0, 0, 0.12);
    border-radius: 14px;
    background: rgba(255, 253, 250, 0.88);
  }

  .form-shell {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 16px;
  }

  #contact-title {
    font-size: 1.62rem;
  }

  .contact-form {
    margin-top: 16px;
  }

  .contact-form label {
    gap: 7px;
    margin-bottom: 12px;
    font-size: 1rem;
    font-weight: 500;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 11px 12px;
    background: rgba(255, 255, 255, 0.74);
    font-size: 1rem;
    line-height: 1.45;
  }

  .contact-form textarea {
    min-height: 112px;
  }

  .contact-form .button {
    width: 100%;
    min-height: 48px;
  }

  .form-aside {
    display: none;
  }

  .footer {
    padding: 20px 0 28px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer p {
    max-width: 34ch;
  }

  .footer-brandline {
    margin-bottom: 8px;
    font-size: 0.92rem;
  }

  .footer-contact {
    justify-items: start;
    gap: 6px;
  }

  .footer-email {
    min-height: 34px;
    padding-inline: 11px;
    font-size: 0.9rem;
  }

  .footer-bottom {
    margin-top: 16px;
    padding-top: 10px;
    display: grid;
    gap: 10px;
    justify-content: start;
  }

  .footer-legal {
    gap: 10px;
    font-size: 0.88rem;
  }

  .legal-shell {
    width: min(100% - 32px, 880px);
    padding: 22px 0 46px;
  }

  .legal-header {
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .legal-card {
    border-radius: 14px;
    padding: 24px 20px 26px;
  }

  .legal-card h1 {
    font-size: clamp(2.35rem, 13vw, 3.4rem);
  }

  .legal-card p,
  .legal-card li {
    font-size: 1rem;
    line-height: 1.62;
  }

  .legal-footer {
    display: grid;
    gap: 8px;
  }
}
