/* Generated by node scripts/build-styles.mjs. Edit the source files. */
/* Source: assents/fonts.css */
/* Same Google Fonts families/weights, self-hosted WOFF2; SIL OFL 1.1. */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(./fonts/plus-jakarta-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(./fonts/plus-jakarta-sans-latin.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;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url(./fonts/sora-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url(./fonts/sora-latin.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;
}

/* Source: assents/icons.css */
/* Font Awesome Free 6.4.2 SVG geometry: CC BY 4.0, Fonticons, Inc. */
.svg-inline--fa { display: inline-block; height: 1em; width: var(--fa-width, 1em); overflow: visible; vertical-align: -.125em; flex-shrink: 0; }
/* Match Font Awesome's original box model, including padded service/contact icons. */
svg:not(:root).svg-inline--fa { overflow: visible; box-sizing: content-box; }

/* Source: assents/style.css */
:root {
  --primary: #493eda;
  --primary-dark: #3328ad;
  --primary-soft: #eeecff;
  --ink: #0c1222;
  --text: #526078;
  --muted: #768299;
  --surface: #ffffff;
  --surface-alt: #f5f7fb;
  --surface-dark: #0b1020;
  --border: #dfe4ee;
  --border-dark: rgba(255, 255, 255, 0.12);
  --success: #16a267;
  --shadow-sm: 0 8px 24px rgba(12, 18, 34, 0.07);
  --shadow-lg: 0 24px 70px rgba(12, 18, 34, 0.13);
  --radius-sm: 0.75rem;
  --radius-md: 1.25rem;
  --radius-lg: 2rem;
  --container: 74rem;
  --font-body: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-display: "Sora", var(--font-body);
}

body.dark-mode {
  --ink: #f4f7ff;
  --text: #b9c2d5;
  --muted: #929eb5;
  --surface: #0b1020;
  --surface-alt: #11182b;
  --primary-soft: #1b1c47;
  --border: #273149;
  --shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.2);
  --shadow-lg: 0 24px 70px rgba(0, 0, 0, 0.3);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body {
  margin: 0;
  min-width: 20rem;
  overflow-x: clip;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
html.i18n-loading body { visibility: hidden; }
html.menu-open, html.menu-open body { overflow: hidden; overscroll-behavior: none; }
body.menu-open { width: 100%; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.12; letter-spacing: -0.035em; }
p { color: var(--text); }

:focus-visible {
  outline: 3px solid #8077ff;
  outline-offset: 4px;
  border-radius: 0.25rem;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2000;
  padding: 0.75rem 1rem;
  background: var(--surface-dark);
  color: white;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 2.5rem), var(--container)); margin-inline: auto; }
.section { padding-block: clamp(4.75rem, 8vw, 8rem); }
.section-soft { background: var(--surface-alt); }
.section-dark { background: var(--surface-dark); color: white; }
.section-dark p { color: #abb5c9; }
.section-kicker {
  margin-bottom: 0.8rem;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.section-dark .section-kicker { color: #9f98ff; }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  align-items: end;
  gap: 3rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.section-heading h2, .about__content h2, .faq-layout h2, .testimonials-layout h2 {
  max-width: 18ch;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
}
.section-heading > p { margin-bottom: 0; font-size: 1.05rem; }
.section-heading.centered { display: block; text-align: center; }
.section-heading.centered h2 { margin-inline: auto; }

.technologies-section {
  position: relative;
  overflow: hidden;
  padding: clamp(5.5rem, 9vw, 8.5rem) 0 clamp(6.5rem, 10vw, 9.5rem);
  background: var(--surface-dark);
  color: white;
}
.technologies-section h2 {
  margin: 0 auto clamp(2.75rem, 5vw, 4.25rem);
  padding-inline: 1.25rem;
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--font-body);
  font-size: clamp(0.64rem, 0.7vw, 0.72rem);
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
.technology-marquee {
  width: 100%;
  overflow: hidden;
}
.technology-track {
  display: flex;
  width: max-content;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.technology-list {
  display: flex;
  flex: none;
  align-items: center;
  gap: clamp(3.25rem, 5.5vw, 5.75rem);
  padding-right: clamp(3.25rem, 5.5vw, 5.75rem);
  white-space: nowrap;
}
.technology-item {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 0.72rem;
  color: white;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  opacity: 0.54;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center;
  transition: opacity 240ms ease, transform 240ms ease;
}
.technology-item img {
  width: 1.65rem;
  height: 1.65rem;
  flex: none;
  filter: grayscale(1) brightness(0) invert(1);
  object-fit: contain;
}
.technology-item:hover,
.technology-item:focus-within {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1.03);
}

.btn {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.78rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--primary); color: white; box-shadow: 0 10px 25px rgba(73, 62, 218, 0.22); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary { border-color: var(--border); background: var(--surface); color: var(--ink); }
.btn-secondary:hover { border-color: var(--primary); }
.btn-light { background: white; color: #171344; }
.btn-lg { min-height: 3.5rem; padding-inline: 1.6rem; }
/* Long CTA labels fall back to a shorter wording on narrow phones. */
.cta-label--short { display: none; }
@media (max-width: 30rem) {
  .cta-label--full { display: none; }
  .cta-label--short { display: inline; }
}
.icon-button {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--surface);
  cursor: pointer;
}

/* The header element is only a transparent positioning layer: all the bar
   chrome lives on .header__inner so it can float as a rounded capsule. */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding-block: 0.7rem;
  transition: padding-block 260ms ease;
}
.site-header .header__inner {
  border: 1px solid transparent;
  border-radius: 1.3rem;
  transition: min-height 260ms ease, background-color 260ms ease, border-color 260ms ease,
    box-shadow 260ms ease, backdrop-filter 260ms ease;
}
.site-header.sticky .header__inner {
  border-color: var(--border);
  background: color-mix(in srgb, var(--surface) 80%, transparent);
  box-shadow: 0 10px 30px rgba(12, 18, 34, 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.header__inner { display: flex; min-height: 4.6rem; align-items: center; justify-content: space-between; gap: 1rem; padding-inline: 1rem; }
.header__logo { position: relative; z-index: 1002; display: inline-flex; width: 8.3rem; height: 3.45rem; align-items: center; overflow: hidden; }
.header__logo img { width: 100%; height: 100%; object-fit: contain; }
.header__menu { display: flex; align-items: center; gap: clamp(0.8rem, 1.5vw, 1.5rem); }
.header__menu a:not(.btn) { color: var(--text); font-size: 0.88rem; font-weight: 700; }
.header__menu a:not(.btn):hover, .header__menu a:not(.btn).active { color: var(--primary); }
.header__actions { display: flex; align-items: center; gap: 0.65rem; }
.home-language-toggle { display: inline-grid; grid-template-columns: 1fr 1px 1fr; align-items: center; width: 5.7rem; padding: 0.2rem; border: 1px solid color-mix(in srgb, var(--primary) 45%, var(--border)); border-radius: 999px; background: var(--surface-dark); }
.home-language-toggle > span { width: 1px; height: 1rem; background: rgba(255,255,255,.18); }
.home-language-toggle button { min-width: 2.35rem; min-height: 2.35rem; padding: 0; border: 0; border-radius: 999px; background: transparent; color: #8d98ad; font-size: .72rem; font-weight: 800; letter-spacing: .05em; cursor: pointer; transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.home-language-toggle button[aria-pressed="true"] { background: var(--primary); color: white; box-shadow: 0 3px 10px color-mix(in srgb, var(--primary) 35%, transparent); }
.home-language-toggle button:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; }
.menu-btn {
  position: relative;
  z-index: 1002;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.62rem;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--surface);
  cursor: pointer;
}
.menu-btn span { position: absolute; left: 0.7rem; width: 1.25rem; height: 2px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
.menu-btn span:nth-child(1) { top: 0.82rem; }
.menu-btn span:nth-child(2) { top: 1.3rem; }
.menu-btn span:nth-child(3) { top: 1.78rem; }
.menu-btn.open span:nth-child(1) { transform: translateY(0.48rem) rotate(45deg); }
.menu-btn.open span:nth-child(2) { opacity: 0; }
.menu-btn.open span:nth-child(3) { transform: translateY(-0.48rem) rotate(-45deg); }

/* Desktop: horizontal floating navbar. 72rem is the narrowest width where the
   seven links, logo and controls all fit without crowding. */
@media (min-width: 72.01rem) {
  .site-header { padding-block: 1.1rem; }
  .site-header.sticky { padding-block: 0.55rem; }
  .site-header .header__inner {
    display: grid;
    grid-template-columns: minmax(8.3rem, 1fr) auto minmax(8.3rem, 1fr);
    width: min(calc(100% - 2.5rem), 78rem);
    min-height: 4.5rem;
    padding-inline: 1.2rem;
    border-color: var(--border);
    border-radius: 999px;
    background: color-mix(in srgb, var(--surface) 68%, transparent);
    box-shadow: 0 12px 34px rgba(12, 18, 34, 0.07);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .site-header.sticky .header__inner {
    min-height: 4rem;
    background: color-mix(in srgb, var(--surface) 88%, transparent);
    box-shadow: 0 14px 40px rgba(12, 18, 34, 0.13);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
  }
  .site-header .header__inner > nav { display: flex; justify-content: center; }
  .header__actions { justify-content: flex-end; }
  .header__menu { gap: 0.1rem; }
  .header__menu a {
    position: relative;
    isolation: isolate;
    padding: 0.5rem clamp(0.6rem, 0.9vw, 0.9rem);
    border-radius: 999px;
    white-space: nowrap;
  }
  /* Small capsule that grows in behind the current section's link. */
  .header__menu a::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: var(--primary-soft);
    content: "";
    opacity: 0;
    transform: scale(0.86);
    transition: opacity 220ms ease, transform 220ms ease, border-color 220ms ease;
  }
  .header__menu a:hover::before { opacity: 0.55; transform: scale(1); }
  .header__menu a.active::before { opacity: 1; transform: scale(1); border-color: color-mix(in srgb, var(--primary) 22%, transparent); }
  .header__menu-cta { display: none; }
  .header__cta { min-height: 2.6rem; padding-inline: 1.1rem; font-size: 0.84rem; box-shadow: none; }
}

/* Below 72rem the horizontal nav becomes a compact capsule + dropdown panel. */
@media (max-width: 72rem) {
  .menu-btn { display: inline-grid; }
  .header__cta { display: none; }

  /* Mobile control cluster: theme · language · menu as one visual system. */
  .header__actions {
    gap: 0.45rem;
  }
  .header__actions :is(.theme-toggle, .menu-btn) {
    width: 2.7rem;
    height: 2.7rem;
    border: 1px solid rgba(110, 168, 230, 0.38);
    border-radius: 50%;
    background: rgba(11, 16, 32, 0.58);
    color: #edf2fa;
    box-shadow: 0 0 0 1px rgba(103, 232, 249, 0.05), 0 0 14px rgba(73, 100, 220, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease, color 220ms ease;
  }
  .header__actions :is(.theme-toggle, .menu-btn):is(:hover, :focus-visible) {
    border-color: rgba(140, 200, 255, 0.55);
    background: rgba(16, 24, 48, 0.72);
    box-shadow: 0 0 0 1px rgba(103, 232, 249, 0.1), 0 0 18px rgba(90, 130, 240, 0.28);
  }
  .header__actions .theme-toggle {
    place-items: center;
    font-size: 0.92rem;
  }
  .header__actions .menu-btn {
    padding: 0;
  }
  .header__actions .menu-btn span {
    left: 50%;
    width: 1.05rem;
    height: 1.5px;
    margin-left: -0.525rem;
    background: #f4f7fc;
    border-radius: 999px;
  }
  .header__actions .menu-btn span:nth-child(1) { top: 0.88rem; }
  .header__actions .menu-btn span:nth-child(2) { top: 1.275rem; }
  .header__actions .menu-btn span:nth-child(3) { top: 1.67rem; }
  .header__actions .menu-btn.open span:nth-child(1) { transform: translateY(0.395rem) rotate(45deg); }
  .header__actions .menu-btn.open span:nth-child(3) { transform: translateY(-0.395rem) rotate(-45deg); }

  .header__actions .home-language-toggle {
    position: relative;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    width: 5.05rem;
    height: 2.7rem;
    flex: 0 0 auto;
    padding: 0.2rem;
    border: 1px solid rgba(130, 120, 230, 0.42);
    border-radius: 999px;
    background: rgba(11, 16, 32, 0.58);
    box-shadow: 0 0 0 1px rgba(103, 232, 249, 0.05), 0 0 14px rgba(73, 100, 220, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;
  }
  .header__actions .home-language-toggle > span { display: none; }
  /* Sliding active capsule — driven by aria-pressed, no JS change. */
  .header__actions .home-language-toggle::before {
    position: absolute;
    z-index: 0;
    top: 0.2rem;
    left: 0.2rem;
    width: calc((100% - 0.4rem) / 2);
    height: calc(100% - 0.4rem);
    border-radius: 999px;
    background: linear-gradient(135deg, #3a6ef5 0%, #5b4dff 52%, #7a4ce8 100%);
    box-shadow: 0 0 12px rgba(90, 100, 240, 0.35);
    content: "";
    pointer-events: none;
    transition: transform 240ms ease;
  }
  .header__actions .home-language-toggle:has([data-home-lang="en"][aria-pressed="true"])::before {
    transform: translateX(100%);
  }
  .header__actions .home-language-toggle button {
    position: relative;
    z-index: 1;
    min-width: 0;
    min-height: 0;
    height: 100%;
    background: transparent;
    color: #8d98ad;
    box-shadow: none;
    transition: color 220ms ease;
  }
  .header__actions .home-language-toggle button[aria-pressed="true"] {
    background: transparent;
    color: #fff;
    box-shadow: none;
  }
  .header__actions .home-language-toggle button:focus-visible {
    outline: 2px solid #8aa8ff;
    outline-offset: 2px;
  }
  /* Absolute against .site-header, so the panel hangs just under the capsule. */
  .header__menu {
    position: absolute;
    z-index: 1001;
    top: calc(100% + 0.55rem);
    right: 0.75rem;
    left: 0.75rem;
    display: grid;
    max-height: calc(100dvh - 7.5rem);
    padding: 0.4rem;
    border: 1px solid var(--border);
    border-radius: 1.5rem;
    background: color-mix(in srgb, var(--surface) 94%, transparent);
    box-shadow: 0 24px 60px rgba(6, 11, 24, 0.28);
    gap: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    transform: translateY(-0.6rem) scale(0.985);
    transform-origin: top center;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    transition: opacity 220ms ease, transform 240ms ease, visibility 240ms ease;
  }
  .header__menu.show { opacity: 1; transform: none; visibility: visible; pointer-events: auto; }
  .header__menu li + li { border-top: 1px solid var(--border); }
  .header__menu a:not(.btn) {
    display: flex;
    min-height: 3.6rem;
    align-items: center;
    padding-inline: 1rem;
    border-radius: 1.1rem;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 1.1rem;
    transition: background-color 180ms ease, color 180ms ease;
  }
  .header__menu a:not(.btn):hover, .header__menu a:not(.btn).active { background: var(--primary-soft); color: var(--primary); }
  .header__menu-cta { padding: 0.75rem 0.45rem 0.45rem; border-top: 0 !important; }
  .header__menu-cta .btn { width: 100%; }
  /* Dimmed backdrop; also the click target that closes the panel. */
  .site-header::after {
    position: fixed;
    z-index: -1;
    inset: 0;
    background: rgba(6, 11, 24, 0.42);
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: opacity 220ms ease, visibility 220ms ease;
  }
  .site-header:has(.header__menu.show)::after { opacity: 1; visibility: visible; }
  .site-header:has(.header__menu.show) .header__inner {
    border-color: var(--border);
    background: color-mix(in srgb, var(--surface) 94%, transparent);
    box-shadow: 0 10px 30px rgba(6, 11, 24, 0.18);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }
}

.hero-section {
  position: relative;
  min-height: min(55rem, 100svh);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 8.5rem 0 5rem;
  background: var(--surface);
}
.hero-section__glow {
  position: absolute;
  top: -18rem;
  right: -15rem;
  width: 48rem;
  height: 48rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(73,62,218,.13), transparent 66%);
  pointer-events: none;
}
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.hero__content h1 { max-width: none; margin-bottom: 1.5rem; font-size: clamp(2.65rem, 4.2vw, 3.75rem); }
.hero-line-mask { display: block; overflow: clip; color: inherit; }
.hero-line { display: block; color: inherit; }
.hero__content h1 .hero-accent { color: var(--primary); }
.hero__lead { max-width: 40rem; margin-bottom: 2rem; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 1.8rem; }
.hero__assurances { display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem; color: var(--text); font-size: 0.86rem; font-weight: 600; }
.hero__assurances i { margin-right: 0.35rem; color: var(--success); }
.hero__visual { position: relative; }
.hero__panel { padding: 0.8rem; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-lg); transform: rotate(2deg); }
.hero__panel-bar { display: flex; gap: 0.4rem; padding: 0.4rem 0.4rem 0.9rem; }
.hero__panel-bar span { width: 0.65rem; height: 0.65rem; border-radius: 50%; background: var(--border); }
.hero__panel-content { min-height: 24rem; padding: 3rem; border-radius: 1.4rem; background: var(--surface-dark); }
.code-line { display: block; height: 0.65rem; margin-bottom: 0.85rem; border-radius: 1rem; background: #29324a; }
.w-45 { width: 45%; }.w-55 { width: 55%; }.w-70 { width: 70%; }.w-85 { width: 85%; }
.hero__panel-card { display: flex; align-items: center; gap: 1rem; margin: 3rem 0; padding: 1.5rem; border: 1px solid #343d59; border-radius: 1rem; background: #151d31; color: white; }
.hero__panel-card i { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: 0.8rem; background: var(--primary); }

.trust-section { position: relative; z-index: 2; border-block: 1px solid var(--border); padding-block: 2.25rem; background: var(--surface); }
.trust-section > .container > .section-kicker { text-align: center; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.trust-grid {
  --trust-progress: 0;
  position: relative;
  padding-bottom: 1.4rem;
}
.trust-grid::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--primary), transparent);
  content: "";
  transform: scaleX(var(--trust-progress));
  transform-origin: left center;
}
.trust-grid article { display: flex; align-items: flex-start; gap: 1rem; }
.trust-grid article > i { display: grid; flex: 0 0 auto; width: 2.8rem; height: 2.8rem; place-items: center; border-radius: 0.8rem; background: var(--primary-soft); color: var(--primary); }
.trust-grid h2 { margin: 0 0 0.25rem; font-size: 1rem; letter-spacing: -0.02em; }
.trust-grid p { margin: 0; font-size: 0.85rem; line-height: 1.5; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; perspective: 75rem; }
.service-card { position: relative; min-height: 18rem; padding: 2rem; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.service-card:hover { transform: translateY(-4px); border-color: #aaa5ef; box-shadow: var(--shadow-sm); }
.service-card.is-scroll-active {
  border-color: color-mix(in srgb, var(--primary) 55%, var(--border));
  box-shadow: 0 18px 42px rgba(73, 62, 218, 0.11);
}
.service-card.is-scroll-active > i,
.service-card.is-scroll-active > svg { background: var(--primary); color: white; }
.service-card > span { position: absolute; top: 1.5rem; right: 1.5rem; color: var(--muted); font-size: 0.75rem; font-weight: 800; }
.service-card > i,
.service-card > svg { display: grid; width: 3.25rem; height: 3.25rem; padding: 1rem; place-items: center; margin-bottom: 3.5rem; border-radius: 0.9rem; background: var(--primary-soft); color: var(--primary); font-size: 1.2rem; }
.service-card h3 { margin-bottom: 0.7rem; font-size: 1.25rem; }
.service-card p { margin-bottom: 0; font-size: 0.92rem; }
.service-card__cta { display: inline-flex; align-items: center; gap: 0.35rem; margin-top: 0.9rem; color: var(--primary); font-size: 0.88rem; font-weight: 700; }
.service-card__arrow { transition: transform 180ms ease; }
.service-card__cta:is(:hover, :focus-visible) { color: var(--primary-dark); }
.service-card__cta:is(:hover, :focus-visible) .service-card__arrow { transform: translate(2px, -2px); }
/* The brand purple drops below AA on the dark card, so lift it there only. */
body.dark-mode .service-card__cta { color: #8f88ff; }
body.dark-mode .service-card__cta:is(:hover, :focus-visible) { color: #b3aeff; }
.section-cta { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 2rem; padding: 1.3rem 1.5rem; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface-alt); }
.section-cta p { margin: 0; color: var(--ink); font-weight: 700; }
.section-cta__hint { display: block; margin-top: 0.3rem; color: var(--text); font-size: 0.85rem; font-weight: 500; }

.process-grid {
  --process-progress: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  counter-reset: process;
}
.process-grid::before {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #746aff, #c3bfff);
  content: "";
  pointer-events: none;
  transform: scaleX(var(--process-progress));
  transform-origin: left center;
}
.process-grid li { position: relative; min-height: 15rem; padding: 2rem; border-top: 1px solid var(--border-dark); border-right: 1px solid var(--border-dark); }
.process-grid li:last-child { border-right: 0; }
.process-grid span { display: block; margin-bottom: 3.5rem; color: #8e87ff; font-family: var(--font-display); font-weight: 800; }
.process-grid h3 { margin-bottom: 0.7rem; font-size: 1.25rem; }
.process-grid li::after {
  position: absolute;
  top: -0.32rem;
  left: 2rem;
  z-index: 3;
  width: 0.62rem;
  height: 0.62rem;
  border: 2px solid #65708a;
  border-radius: 50%;
  background: var(--surface-dark);
  content: "";
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.process-grid li.is-active::after {
  border-color: #a49dff;
  background: #746aff;
  box-shadow: 0 0 0 0.35rem rgba(116, 106, 255, 0.16);
}
.process-grid li.is-active h3 { color: #b9b4ff; }

.projects-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.3rem; }
.project-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); }
.project-card > a { display: block; aspect-ratio: 3/2; overflow: hidden; background: var(--surface-alt); }
.project-card img { width: 100%; height: 100%; object-fit: cover; }
.project-card:hover { border-color: color-mix(in srgb, var(--primary) 45%, var(--border)); box-shadow: var(--shadow-sm); }
.project-card > div { padding: 1.6rem; }
.project-tag { margin-bottom: 0.45rem; color: var(--primary); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.project-card h3 { margin-bottom: 0.7rem; font-size: 1.45rem; }
.project-card p { margin-bottom: 1rem; }
.project-card div > a { color: var(--primary); font-size: 0.9rem; font-weight: 800; }

.advantages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.advantages-grid { --advantages-lines: 0; }
.advantages-grid article { position: relative; overflow: hidden; padding: 1.8rem; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); }
.advantages-grid article::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  content: "";
  transform: scaleX(var(--advantages-lines));
  transform-origin: center;
}
.advantages-grid i,
.advantages-grid svg { width: 1.35rem; height: 1.35rem; margin-bottom: 2.5rem; color: var(--primary); font-size: 1.35rem; }
.advantages-grid h3 { font-size: 1.1rem; }
.advantages-grid p { margin-bottom: 0; font-size: 0.9rem; }

.about-grid { display: grid; grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.about__image { position: relative; max-width: 30rem; padding: 0.7rem; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-alt); }
.about__image img { width: 100%; height: auto; aspect-ratio: 1045 / 1280; border-radius: 1.45rem; object-fit: cover; object-position: center; }
.about__content h2 { margin-bottom: 1.5rem; }
.about__content > p { font-size: 1.02rem; }
.about__content ul { display: grid; gap: 0.75rem; margin-top: 1.5rem; color: var(--text); font-weight: 600; }
.about__content li { display: flex; gap: 0.65rem; }
.about__content li i,
.about__content li svg { width: 1rem; margin-top: 0.35rem; color: var(--success); }
.about__cta { margin-top: 2rem; }
.about__content > .about__microcopy { margin: 0.7rem 0 0; color: var(--muted); font-size: 0.85rem; }

.testimonials-layout { display: grid; grid-template-columns: 0.7fr 1.3fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.testimonial-shell { min-width: 0; }
.testimonial { margin: 0; padding: clamp(2rem, 4vw, 3.2rem); border: 1px solid var(--border-dark); border-radius: var(--radius-lg); background: #11182a; }
.testimonial blockquote { margin-bottom: 2.2rem; color: white; font-family: var(--font-display); font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.45; letter-spacing: -0.025em; }
.testimonial figcaption { display: flex; flex-direction: column; }
.testimonial figcaption span { color: #9fa9bd; }
.testimonial-navigation { display: flex; gap: 0.55rem; margin-top: 1.2rem; }
.testimonial-navigation button { width: 2.4rem; height: 0.45rem; padding: 0; border: 0; border-radius: 1rem; background: #3a4358; cursor: pointer; }
.testimonial-navigation button.is-active { background: #8e87ff; }

.faq-layout { display: grid; grid-template-columns: 0.75fr 1.25fr; align-items: start; gap: clamp(3rem, 8vw, 7rem); }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { display: flex; min-height: 4.8rem; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font-family: var(--font-display); font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details[open] summary i,
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list summary i,
.faq-list summary svg { width: 0.9rem; color: var(--primary); transition: transform 180ms ease; }
.faq-list details p { padding-right: 3rem; padding-bottom: 1.5rem; margin: 0; }
.faq-cta { grid-column: 1 / -1; }

.final-cta {
  --cta-light-y: 5%;
  --cta-composition: 0;
  --cta-ring-scale: 0.78;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(4rem, 8vw, 7rem);
  background: var(--primary);
  color: white;
  text-align: center;
}
.final-cta::before {
  position: absolute;
  inset: -30%;
  z-index: -1;
  background: radial-gradient(circle at 50% var(--cta-light-y), rgba(255, 255, 255, 0.2), transparent 30%);
  content: "";
  pointer-events: none;
}
.final-cta .section-kicker { color: #dcd9ff; }
.final-cta h2 { max-width: 20ch; margin: 0 auto 1.2rem; font-size: clamp(2rem, 4.5vw, 4rem); }
.final-cta p:not(.section-kicker) { max-width: 40rem; margin: 0 auto 2rem; color: #e7e5ff; font-size: 1.05rem; }
/* Secondary path stays a quiet text link so the primary button keeps the weight. */
.final-cta__link { display: block; width: fit-content; margin: 1rem auto 0; color: #e7e5ff; font-size: 0.92rem; font-weight: 600; text-decoration: underline; text-underline-offset: 0.25rem; }
.final-cta__link:is(:hover, :focus-visible) { color: white; }
.final-cta__arrow { display: inline-block; transition: transform 180ms ease; }
.final-cta__link:is(:hover, :focus-visible) .final-cta__arrow { transform: translate(2px, -2px); }
.final-cta p.final-cta__note { margin: 1.1rem auto 0; color: #dcd9ff; font-size: 0.82rem; }

.contact-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: start; gap: clamp(3rem, 8vw, 7rem); }
.contact__intro h2 { max-width: 14ch; font-size: clamp(2rem, 4vw, 3.3rem); }
.contact-list { display: grid; gap: 0.7rem; margin-top: 2rem; }
.contact-list > * { display: flex; align-items: center; gap: 0.9rem; padding: 0.9rem; border: 1px solid var(--border); border-radius: var(--radius-sm); }
.contact-list i,
.contact-list svg { display: grid; width: 2.6rem; height: 2.6rem; flex: 0 0 auto; padding: 0.8rem; place-items: center; border-radius: 0.7rem; background: var(--primary-soft); color: var(--primary); }
.contact-list span { display: flex; min-width: 0; flex-direction: column; }
.contact-list small { overflow-wrap: anywhere; color: var(--text); }
.contact__form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding: clamp(1.4rem, 4vw, 2.5rem); border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-alt); }
.field { display: grid; gap: 0.4rem; }
.field:nth-child(5) { grid-column: 1 / -1; }
.field label { font-size: 0.86rem; font-weight: 700; }
.field input, .field textarea { width: 100%; min-height: 3.2rem; padding: 0.75rem 0.9rem; border: 1px solid var(--border); border-radius: 0.65rem; background: var(--surface); color: var(--ink); }
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--primary); outline: 3px solid rgba(73,62,218,.14); }
.contact__form .btn { justify-self: start; }
.form-status { grid-column: 1 / -1; min-height: 1.5rem; margin: 0; font-size: 0.9rem; }
.form-status.is-success { color: var(--success); }
.form-status.is-error { color: #d43b4d; }

.site-footer { border-top: 1px solid var(--border); padding: 4rem 0 5.5rem; background: var(--surface-dark); color: white; }
.site-footer {
  --footer-line: 0;
  position: relative;
  border-top-color: transparent;
}
.site-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #746aff, transparent);
  content: "";
  transform: scaleX(var(--footer-line));
  transform-origin: center;
}
.footer__grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 3rem 2.5rem; }
.footer__grid p, .footer__grid li { color: #9fa9bd; font-size: 0.9rem; }
.footer__grid h2 { margin-bottom: 1.1rem; color: #a9a3ff; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.footer__grid ul { display: grid; gap: 0.55rem; }
.footer__grid a { transition: color 180ms ease; }
.footer__grid a:hover { color: #a9a3ff; }

/* Same fixed box as the header logo so both marks read at the same size. */
.footer__brand { display: inline-flex; width: 7.6rem; height: 3.2rem; align-items: center; font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; }
.footer__brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.footer__brand-col > p { max-width: 36ch; margin: 1.2rem 0 0; }
.footer__contact { margin-top: 1.4rem; }
.footer__contact a { display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 600; }
.footer__contact i { width: 1rem; color: #a9a3ff; text-align: center; }
.footer__social { display: flex; grid-auto-flow: column; justify-content: start; gap: 0.5rem; margin-top: 1.5rem; }
.footer__social a { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border: 1px solid var(--border-dark); border-radius: 50%; color: #9fa9bd; font-size: 0.95rem; transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease; }
.footer__social a:hover { border-color: #a9a3ff; background: rgba(169, 163, 255, 0.1); color: #c7c2ff; }
/* Service areas and specialties are content, not navigation — no links until real pages exist. */
.footer__plain li { display: flex; align-items: center; gap: 0.45rem; }
.footer__badge { padding: 0.12rem 0.4rem; border: 1px solid var(--border-dark); border-radius: 0.3rem; color: #a9a3ff; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }

.footer__bottom { display: grid; gap: 1.5rem; margin-top: 3.5rem; padding-top: 1.6rem; border-top: 1px solid var(--border-dark); }
.footer__nav { display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; }
.footer__legal { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.5rem 1.5rem; }
.footer__legal .footer__tagline { margin-left: auto; }
/* Keeps the last footer row clear of the fixed WhatsApp / back-to-top buttons. */
.footer__top { margin-left: auto; }
.footer__bottom p, .footer__bottom a { margin: 0; color: #8d98ad; font-size: 0.8rem; }
.footer__nav a, .footer__nap a, .footer__top { color: #9fa9bd; transition: color 180ms ease; }
.footer__nav a:hover, .footer__nap a:hover, .footer__top:hover { color: #a9a3ff; }
.footer__tagline { font-style: italic; }

.whatsapp-button, .back-to-top {
  position: fixed;
  z-index: 900;
  right: max(1rem, env(safe-area-inset-right));
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  border: 0;
  border-radius: 50%;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}
.whatsapp-button { bottom: max(1rem, env(safe-area-inset-bottom)); background: #1fbd68; color: white; font-size: 1.45rem; }
.back-to-top { bottom: 5rem; background: var(--ink); color: var(--surface); opacity: 0; pointer-events: none; transform: translateY(0.5rem); transition: opacity 180ms ease, transform 180ms ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.contact__form .field,
.contact-list > *,
.footer__grid > div {
  will-change: auto;
}

.form-status:not(:empty) { transform: translateY(0); opacity: 1; }

/* Motion system: conteúdo visível por padrão e propriedades isoladas por responsabilidade. */
html.lenis,
html.lenis body { height: auto; }
html.lenis,
html.lenis-ready { scroll-behavior: auto !important; }
html.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
html.lenis.lenis-stopped { overflow: clip; }

:where(
  .trust-grid article,
  .service-card,
  .section-cta,
  .process-grid li,
  #projects .section-heading > p,
  .project-card,
  .advantages-grid article,
  .about__image,
  .about__content > .section-kicker,
  .about__content > p,
  .about__content li,
  .testimonials-layout > div:first-child > *,
  .testimonial-shell,
  .faq-layout > div:first-child > *,
  .faq-list details,
  .final-cta__inner > *,
  .contact__intro > *,
  .contact__form .field,
  .contact__form > .btn,
  .footer__grid > div,
  .footer__bottom
) {
  --scene-x: 0px;
  --scene-y: 0px;
  --scene-opacity: 1;
  --scene-depth: 1;
  --scene-rotate: 0deg;
  --hover-y: 0px;
  opacity: var(--scene-opacity);
  transform: translate3d(var(--scene-x), calc(var(--scene-y) + var(--hover-y)), 0)
    rotate(var(--scene-rotate)) scale(var(--scene-depth));
  transform-origin: center;
}

.gsap-ready :where(
  .section-heading h2,
  .about__content h2,
  .testimonials-layout h2,
  .faq-layout h2,
  .final-cta h2,
  .contact__intro h2
) {
  --heading-clip: 0%;
  --heading-shift: 0px;
  clip-path: inset(0 0 var(--heading-clip) 0);
  transform: translate3d(0, var(--heading-shift), 0);
}

.service-card:hover { --hover-y: -4px; }
.service-card > i,
.service-card > svg,
.advantages-grid i,
.advantages-grid svg {
  --icon-scale: 1;
  --icon-rotation: 0deg;
  transform: rotate(var(--icon-rotation)) scale(var(--icon-scale));
  transform-origin: center;
}
.service-card::after {
  position: absolute;
  inset: -1px;
  border: 1px solid transparent;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 20%, rgba(73, 62, 218, 0.55), transparent 78%) border-box;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.service-card.is-scroll-active::after,
.service-card:hover::after { opacity: 1; }

.project-card {
  --project-parallax: 0%;
  --pointer-x: 0%;
  --pointer-y: 0%;
  --project-media-scale: 1.025;
  --hover-y: 0px;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}
.project-card.is-project-active,
.project-card:hover {
  --hover-y: -4px;
  border-color: color-mix(in srgb, var(--primary) 52%, var(--border));
  box-shadow: 0 24px 64px rgba(15, 20, 38, 0.12);
}
.project-card img {
  transform: translate3d(var(--pointer-x), calc(var(--project-parallax) + var(--pointer-y)), 0) scale(var(--project-media-scale));
  transform-origin: center;
  transition: filter 220ms ease;
}
.project-card:not(.is-project-active) img { filter: saturate(0.9); }
.project-card.is-project-active img,
.project-card:hover img { filter: saturate(1); }

.advantages-grid {
  --advantages-network: 0;
  position: relative;
}
.advantages-grid::before {
  position: absolute;
  inset: 50% 5% auto;
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--primary) 45%, transparent), transparent);
  content: "";
  opacity: var(--advantages-network);
  pointer-events: none;
  transform: scaleX(var(--advantages-network));
  transform-origin: center;
}
.advantages-grid article { z-index: 1; }

.about__image {
  --about-clip: inset(0% 0% 0% 0% round 1.6rem);
  clip-path: var(--about-clip);
}
.about__image img {
  --about-parallax: 0%;
  transform: translate3d(0, var(--about-parallax), 0) scale(1.04);
}

.faq-list details {
  --faq-line: 1;
  position: relative;
  border-bottom-color: transparent;
}
.faq-list details::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--border);
  content: "";
  transform: scaleX(var(--faq-line));
  transform-origin: left center;
}

.final-cta::after {
  position: absolute;
  inset: 12% 12%;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
  opacity: var(--cta-composition);
  pointer-events: none;
  transform: scale(var(--cta-ring-scale));
}

@media (min-width: 64.01rem) {
  .hero-line { white-space: nowrap; }
  #projects .container {
    display: grid;
    grid-template-columns: minmax(16rem, 0.68fr) minmax(0, 1.32fr);
    column-gap: clamp(3rem, 7vw, 7rem);
    align-items: start;
  }
  #projects .section-heading {
    position: sticky;
    top: 8rem;
    grid-column: 1;
    grid-row: 1;
    display: block;
  }
  #projects .section-heading > p { margin-top: 1.5rem; }
  #projects .projects-grid {
    grid-column: 2;
    grid-row: 1 / span 2;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(2.5rem, 6vw, 5rem);
  }
  #projects .section-cta {
    grid-column: 2;
    grid-row: 3;
  }
}

@media (max-width: 64rem) {
  .hero__grid { grid-template-columns: 1fr 0.7fr; gap: 2rem; }
  .hero__panel-content { min-height: 19rem; padding: 2rem; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .advantages-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(-n+2) { border-bottom: 1px solid var(--border-dark); }
  .project-card { --project-media-scale: 1; }

  .footer__grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 2.5rem 1.75rem; }
  .footer__legal { flex-direction: column; align-items: flex-start; gap: 0.6rem; }
  .footer__legal .footer__tagline { margin-left: 0; }
}

@media (max-width: 48rem) {
  .container { width: min(calc(100% - 2rem), var(--container)); }
  .section { padding-block: 4.5rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading > p { max-width: 38rem; }
  .hero-section { min-height: auto; padding-top: 7.5rem; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__content h1 { max-width: 15ch; }
  .hero__visual { display: none; }
  .trust-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .services-grid, .projects-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card > i,
  .service-card > svg { margin-bottom: 2.5rem; }
  .about-grid, .testimonials-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .about__image { max-width: 24rem; }
  .contact__form { grid-template-columns: 1fr; }
  .field:nth-child(5) { grid-column: auto; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 2rem; }
  .footer__grid > div:first-child { grid-column: 1 / -1; }
  .project-card:not(.is-project-active) img { filter: none; }
  .project-card { --project-media-scale: 1; }
  .advantages-grid::before { display: none; }

  .technologies-section {
    padding: 4.75rem 0 5.75rem;
  }
  .technologies-section h2 {
    max-width: 30rem;
    margin-bottom: 2.75rem;
    padding-inline: 2rem;
    font-size: 0.61rem;
    letter-spacing: 0.2em;
  }
  .technology-list {
    gap: 2.75rem;
    padding-right: 2.75rem;
  }
  .technology-item {
    gap: 0.6rem;
    font-size: 0.78rem;
  }
  .technology-item img {
    width: 1.3rem;
    height: 1.3rem;
  }
}

@media (max-width: 31rem) {
  .container { width: min(calc(100% - 1.5rem), var(--container)); }
  .header__inner { min-height: 4.5rem; }
  .header__logo { width: 6rem; height: 3.1rem; }
  .header__inner { gap: .4rem; }
  .header__actions { gap: .35rem; }
  .header__actions :is(.theme-toggle, .menu-btn) { width: 2.5rem; height: 2.5rem; }
  .header__actions .home-language-toggle { width: 4.7rem; height: 2.5rem; }
  .header__actions .home-language-toggle button { font-size: .68rem; }
  .header__actions .menu-btn span { width: 0.95rem; margin-left: -0.475rem; }
  .header__actions .menu-btn span:nth-child(1) { top: 0.8rem; }
  .header__actions .menu-btn span:nth-child(2) { top: 1.175rem; }
  .header__actions .menu-btn span:nth-child(3) { top: 1.55rem; }
  .header__actions .menu-btn.open span:nth-child(1) { transform: translateY(0.375rem) rotate(45deg); }
  .header__actions .menu-btn.open span:nth-child(3) { transform: translateY(-0.375rem) rotate(-45deg); }
  .header__menu { left: 0.6rem; right: 0.6rem; }
  .header__menu a:not(.btn) { min-height: 3.35rem; font-size: 1.05rem; }
  .hero-section { padding-top: 6.5rem; }
  .hero__content h1 { font-size: clamp(2.25rem, 12vw, 3.25rem); }
  .hero__actions, .hero__actions .btn { width: 100%; }
  .hero__assurances { display: grid; gap: 0.6rem; }
  .section-cta { align-items: stretch; flex-direction: column; }
  .section-cta .btn { width: 100%; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid::before {
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    transform: scaleY(var(--process-progress));
    transform-origin: center top;
  }
  .process-grid li { min-height: auto; border-right: 0; border-bottom: 1px solid var(--border-dark); }
  .process-grid li:last-child { border-bottom: 0; }
  .process-grid span { margin-bottom: 2rem; }
  .advantages-grid { grid-template-columns: 1fr; }

  .contact__form { padding: 1rem; border-radius: var(--radius-md); }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__grid > div:first-child { grid-column: auto; }
  .footer__bottom { gap: 1.2rem; }
  .footer__nav { gap: 0.5rem 1.1rem; }
  .whatsapp-button, .back-to-top { right: 0.75rem; width: 3rem; height: 3rem; }
  .back-to-top { bottom: 4.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  :where(
    .trust-grid article,
    .service-card,
    .section-cta,
    .process-grid li,
    .project-card,
    .advantages-grid article,
    .about__image,
    .about__content > *,
    .testimonial-shell,
    .faq-list details,
    .final-cta__inner > *,
    .contact__intro > *,
    .contact__form > *,
    .footer__grid > div,
    .footer__bottom
  ) {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
  .project-card img,
  .about__image img { transform: none !important; }
  .technology-marquee {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .technology-marquee::-webkit-scrollbar { display: none; }
  .technology-track {
    transform: none !important;
    will-change: auto;
  }
  .technology-list[aria-hidden="true"] { display: none; }
  .technology-item { opacity: 0.54 !important; }
}

/* Commercial CTAs: preserve the existing palette and section composition. */
.btn, .faq-cta__link, .service-card__cta, .whatsapp-button {
  transition: transform 250ms ease, background-color 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
}
[data-whatsapp]:focus-visible { outline: 2px solid var(--primary); outline-offset: 5px; }
.final-cta [data-whatsapp]:focus-visible { outline-color: white; }
[data-whatsapp]:active { transform: translateY(1px) scale(0.98); }
.cta-arrow { display: inline-block; flex: none; transition: transform 250ms ease; }
@media (hover: hover) {
  [data-whatsapp]:hover .cta-arrow { transform: translateX(3px); }
  .whatsapp-button:hover, .faq-cta__link:hover { transform: translateY(-2px); }
  .btn-primary:hover, .whatsapp-button:hover { box-shadow: 0 8px 24px rgba(73, 62, 218, 0.28); }
}
.header__cta { min-height: 44px; }
.hero__actions { margin-bottom: 1rem; }
.hero__microcopy { display: flex; flex-wrap: wrap; gap: 0.5rem 1.2rem; padding: 0; margin: 0 0 1.5rem; list-style: none; color: var(--text); font-size: 0.78rem; }
.hero__microcopy li { white-space: nowrap; }
.hero__microcopy li span { color: var(--primary); margin-right: 0.25rem; }
.section-cta .btn { flex-shrink: 0; }
.service-card__cta, .faq-cta__link { min-height: 44px; }
.faq-cta { margin-top: -1rem; }
.faq-cta__link { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--ink); font-size: 0.9rem; font-weight: 600; }
.whatsapp-button { display: flex; gap: 0.55rem; width: auto; height: auto; min-height: 48px; padding: 0.8rem 1rem; border: 1px solid rgba(255,255,255,0.18); border-radius: 999px; background: var(--primary); font-size: 0.8rem; box-shadow: 0 4px 18px rgba(73,62,218,0.2); }
.whatsapp-button i, .whatsapp-button svg { width: 1.2rem; height: 1.2rem; }
.whatsapp-label--mobile { display: none; }
.whatsapp-button[hidden] { display: none; }
@media (max-width: 767px) {
  body { padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px)); }
  html { scroll-padding-bottom: calc(6rem + env(safe-area-inset-bottom, 0px)); }
  .whatsapp-button { left: max(0.75rem, env(safe-area-inset-left)); right: max(0.75rem, env(safe-area-inset-right)); bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px)); width: auto; height: auto; min-height: 52px; justify-content: center; border-radius: 1rem; font-size: 0.9rem; }
  .whatsapp-label--desktop { display: none; }
  .whatsapp-label--mobile { display: inline; }
  .back-to-top { bottom: calc(5rem + env(safe-area-inset-bottom, 0px)); }
  .menu-open .whatsapp-button { display: none; }
  .hero__actions .btn, .final-cta .btn { padding-inline: 1rem; font-size: 0.9rem; text-align: center; }
  .final-cta .btn { max-width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  [data-whatsapp], .cta-arrow { transition: none; }
}
.header__cta { white-space: nowrap; flex-shrink: 0; }

/* Source: assents/hero.css */
/* Hero-only art direction. Existing page tokens and section styles remain intact. */
#hero { background: #030812; color: #f2f6ff; min-height: min(850px, 100svh); padding: 10rem 0 5.5rem; isolation: isolate; }
#hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #030812 5%, transparent 80%), linear-gradient(#539cff05 1px, transparent 1px), linear-gradient(90deg, #539cff05 1px, transparent 1px); background-size: auto, 80px 80px, 80px 80px; mask-image: linear-gradient(transparent, black 30%, transparent); }
#hero .hero-section__glow {
  inset: 25% -10% -15%; width: auto; height: auto;
  border-radius: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 24% 22% at 53% 64%, rgba(34, 162, 213, .075), transparent 100%),
    radial-gradient(ellipse 42% 34% at 43% 70%, rgba(27, 93, 229, .12), transparent 100%),
    radial-gradient(ellipse 48% 46% at 62% 59%, rgba(13, 48, 115, .13), transparent 100%);
  filter: blur(32px);
  transform-origin: 50% 68%;
  animation: hero-atmosphere 16s ease-in-out infinite alternate;
}
#hero .hero__grid { grid-template-columns: 1fr 1fr; gap: 0; }
#hero .hero__content { position: relative; z-index: 2; }
#hero .hero__eyebrow { color: #99b5ce; font-size: .62rem; font-weight: 600; letter-spacing: .14em; margin-bottom: 1.7rem; }
#hero h1 { font-size: clamp(2.6rem, 4.25vw, 3.9rem); line-height: 1.16; letter-spacing: -.052em; color: #f2f6ff; margin-bottom: 1.65rem; max-width: none; }
#hero .hero-line { white-space: normal; }
#hero h1 .hero-accent { color: #42b8ff; background: linear-gradient(105deg, #448aff, #68deef); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
#hero .hero__lead { color: #9caec3; font-size: 1rem; line-height: 1.9; max-width: 30rem; margin-bottom: 2rem; }
#hero .hero__actions { gap: .85rem; margin-bottom: .65rem; }
/* Reassurance line sized to fit the space the actions margin gave back. */
#hero .hero__microcopy { margin: 0 0 .95rem; color: #8b9fb7; font-size: .78rem; line-height: 1.4; }
#hero .btn { border-radius: 7px; min-height: 3.3rem; padding: .9rem 1.35rem; font-size: .85rem; transition: background .22s, box-shadow .22s, border-color .22s; }
#hero .btn-primary { background: #2475eb; border: 1px solid #448dff; color: white; box-shadow: 0 5px 30px #1464ff25; transform: translate(var(--magnet-x, 0px), var(--magnet-y, 0px)); }
#hero .btn-primary:hover { background: #3185f7; box-shadow: 0 5px 35px #1464ff45; }
#hero .hero__arrow { display: inline-block; margin-left: 1.2rem; font-size: 1.2rem; transition: transform .22s; }
#hero .btn-primary:hover .hero__arrow { transform: translate(2px, -2px); }
#hero .btn-secondary { color: #c1d6f2; border: 1px solid #28496e; background: #0b182760; }
#hero .btn-secondary:hover { background: #183555; border-color: #448dff; }
#hero a:focus-visible { outline: 2px solid #84e5ff; outline-offset: 5px; }
#hero .hero__assurances { gap: .8rem 1.2rem; color: #8b9fb7; font-size: .68rem; font-weight: 500; }
#hero .hero__assurances li { display: flex; align-items: center; gap: .35rem; }
#hero .hero__assurances li span { display: inline-block; color: #54bfed; transition: transform .2s; }
#hero .hero__assurances li:hover span { transform: translate(2px, -2px); }
#hero .hero__visual { display: block; height: 510px; min-width: 0; position: relative; }
.hero__canvas { position: absolute; inset: -10% -12%; pointer-events: none; }
.hero__canvas canvas { width: 100%; height: 100%; display: block; }
.hero__fallback { position: absolute; inset: 18% 8%; border-radius: 37% 63% 58% 42% / 65% 34% 66% 35%; background: radial-gradient(ellipse at 30% 30%, #147ad03a, transparent 60%); box-shadow: inset 1px 1px 45px #29baff24; transform: rotate(-25deg); opacity: .65; }
.hero__visual.is-rendered .hero__fallback { opacity: 0; transition: opacity 1s; }
.hero__visual-caption { position: absolute; bottom: 1rem; left: 12%; right: 6%; display: flex; align-items: center; gap: .6rem; font-size: .55rem; letter-spacing: .16em; color: #7994b3; }
.hero__signal { width: 4px; height: 4px; border-radius: 50%; background: #5bdaef; box-shadow: 0 0 9px #5bdaef; }
.hero__coordinate { margin-left: auto; color: #54708d; }
.hero__footer { position: absolute; bottom: 1.7rem; left: 0; right: 0; display: flex; justify-content: space-between; border-top: 1px solid #77baff12; padding-top: 1.2rem; font-size: .52rem; letter-spacing: .15em; color: #658099; }
.hero__footer > span:last-child { display: flex; gap: 1.2rem; }
.header__menu a { position: relative; }
.header__menu a::after { content: ''; position: absolute; bottom: -6px; left: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .22s; }
.header__menu a:hover::after, .header__menu a:focus-visible::after { transform: scaleX(1); }
@keyframes hero-atmosphere { from { transform: translate(-1%, 1%) scale(.97); opacity: .72; } to { transform: translate(1%, -1%) scale(1.035); opacity: 1; } }
@media (max-width: 1024px) { #hero { padding-top: 8rem; } #hero h1 { font-size: clamp(2.2rem, 4.5vw, 3rem); } #hero .hero__eyebrow { font-size: .54rem; } #hero .hero__visual { height: 450px; } }
@media (max-width: 768px) {
  #hero { min-height: auto; padding: 7rem 0 4.5rem; }
  #hero .hero__grid { grid-template-columns: 1fr; gap: 3.5rem; }
  #hero h1 { font-size: clamp(2.25rem, 8.8vw, 3.8rem); max-width: 19ch; }
  #hero .hero__eyebrow { font-size: .52rem; letter-spacing: .1em; margin-bottom: 1.3rem; }
  #hero .hero__lead { font-size: .93rem; max-width: 34rem; }
  #hero .hero__visual { height: 300px; width: min(100%, 430px); justify-self: center; }
  #hero .hero__actions { width: 100%; flex-wrap: wrap; }
  #hero .hero__actions .btn { width: auto; flex: 1 0 auto; justify-content: center; }
  #hero .hero__assurances { display: flex; gap: .8rem; font-size: .61rem; }
  .hero__visual-caption { bottom: 0; }
  .hero__footer { font-size: .43rem; }
}
@media (prefers-reduced-motion: reduce) { #hero *, #hero *::before { animation: none !important; transition: none !important; } #hero .btn-primary { transform: none; } }
/* Pre-paint cinematic gate. Without JS these classes never exist. */
html.intro-pending, html.intro-playing { overflow: hidden !important; }
html.intro-pending body, html.intro-playing body { overflow: hidden !important; background: #030812; }
.intro-pending .site-header, .intro-pending .hero__content,
.intro-pending .hero__visual-caption, .intro-pending .hero__footer,
.intro-pending .hero__fallback, .intro-pending .hero-section__glow,
.intro-pending .skip-link,
:is(.intro-pending, .intro-playing) #main-content > section:not(#hero),
:is(.intro-pending, .intro-playing) .site-footer,
:is(.intro-pending, .intro-playing) .whatsapp-button,
:is(.intro-pending, .intro-playing) .back-to-top { visibility: hidden; }
:is(.intro-pending, .intro-playing) #hero::before,
:is(.intro-pending, .intro-playing) #hero::after { opacity: 0; }
:is(.intro-pending, .intro-playing) #hero { overflow: visible; }
.intro-pending .hero__canvas, .intro-playing .hero__canvas {
  transform-origin: 0 0;
  z-index: 10;
  will-change: transform;
}
/* Continuous dark-blue handoff; identical color on both sides of the seam. */
#hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: clamp(240px, 34vw, 420px);
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg,
    rgba(3, 8, 18, 0) 0%,
    rgba(5, 13, 28, .28) 25%,
    rgba(7, 18, 36, .7) 60%,
    #091529 100%);
}
#hero + #technologies {
  background: linear-gradient(180deg, #091529 0%, #0a1427 22%, #0b1223 58%, var(--surface-dark) 100%);
}

/* Source: assents/light-theme.css */
/* A separate light palette. No rule in this file matches dark-mode. */
body:not(.dark-mode) {
  color-scheme: light;
  --background: #f6f8fc;
  --background-secondary: #eef3fa;
  --surface: #ffffff;
  --surface-hover: #f9fbff;
  --surface-alt: #edf3fb;
  --border: #dce5f0;
  --border-dark: #dce5f0;
  --text-primary: #101d33;
  --text-secondary: #425571;
  --text-muted: #5b6d85;
  --accent: #2859c5;
  --accent-hover: #204aa6;
  --accent-soft: #e8effe;
  --accent-edge: #afc5ec;
  --cyan: #116e98;
  --glow: rgba(58, 115, 213, .08);
  --glow-cyan: rgba(41, 154, 186, .045);
  --header-glass: rgba(246, 248, 252, .88);
  --card-glass: rgba(255, 255, 255, .9);
  --shadow-sm: 0 6px 22px rgba(26, 57, 102, .055);
  --shadow-lg: 0 20px 65px rgba(26, 57, 102, .085);
  --shadow-hover: 0 14px 36px rgba(36, 82, 148, .11);
  --ink: var(--text-primary);
  --text: var(--text-secondary);
  --muted: var(--text-muted);
  --primary: var(--accent);
  --primary-dark: var(--accent-hover);
  --primary-soft: var(--accent-soft);
  --success: #196e57;
  --particle-core: #1e3a8a;
  --particle-mid: #1e40af;
  --particle-edge: #1d4ed8;
  --particle-ice: #60a5fa;
  --particle-cyan: #67e8f9;
  --particle-line: #1e40af;
  background: var(--background);
  color: var(--text-primary);
}
body:not(.dark-mode) :focus-visible { outline-color: var(--accent); }
/* The bar chrome lives on .header__inner; the header stays a transparent layer. */
body:not(.dark-mode) .site-header { background: none; border-bottom: 0; }
body:not(.dark-mode) .site-header .header__inner { border-color: transparent; background: none; }
body:not(.dark-mode) .site-header.sticky .header__inner { border-color: var(--border); background: var(--header-glass); box-shadow: 0 10px 30px rgba(36, 82, 148, .1); }
body:not(.dark-mode) .header__menu a:not(.btn) { color: var(--text-secondary); }
body:not(.dark-mode) .header__menu a:not(.btn):is(:hover, .active) { color: var(--accent); }
body:not(.dark-mode) :is(.home-language-toggle, .icon-button, .menu-btn) { background: var(--card-glass); border-color: var(--border); color: var(--text-primary); box-shadow: var(--shadow-sm); }
body:not(.dark-mode) .home-language-toggle > span { background: var(--border); }
body:not(.dark-mode) .home-language-toggle button { color: var(--text-secondary); }
body:not(.dark-mode) .home-language-toggle button[aria-pressed="true"] { background: var(--accent); color: var(--surface); box-shadow: 0 3px 9px var(--glow); }
body:not(.dark-mode) .btn { transition: background-color 280ms, box-shadow 280ms, border-color 280ms, translate 280ms; }
body:not(.dark-mode) .btn-primary { background: var(--accent); color: var(--surface); box-shadow: 0 5px 16px var(--glow); }
body:not(.dark-mode) .btn-primary:hover { background: var(--accent-hover); box-shadow: var(--shadow-hover); }
body:not(.dark-mode) .btn-secondary { background: var(--card-glass); color: var(--accent); border-color: var(--accent-edge); }
/* Hero light mode: ice-white depth on the left, atmospheric stage on the right. */
body:not(.dark-mode) #hero {
  background:
    linear-gradient(90deg, #f7faff 0%, #f7faff 36%, rgba(247, 250, 255, .35) 62%, transparent 82%),
    radial-gradient(ellipse 48% 42% at 74% 46%, rgba(86, 142, 214, .16), transparent 72%),
    radial-gradient(ellipse 32% 30% at 68% 58%, rgba(42, 168, 198, .1), transparent 70%),
    radial-gradient(ellipse 38% 34% at 62% 50%, #e8f1fb, transparent 68%),
    linear-gradient(180deg, #f7faff 0%, #f2f7ff 48%, #eef4fb 100%);
  color: var(--text-primary);
}
body:not(.dark-mode) #hero::before {
  content: none;
  background: none;
  opacity: 0;
}
body:not(.dark-mode) #hero::after {
  background: linear-gradient(180deg, rgba(238, 244, 251, 0) 0%, rgba(238, 244, 251, .42) 42%, #eef3fa 100%);
}
body:not(.dark-mode) #hero .hero-section__glow {
  inset: 8% -22% -14% 34%;
  background:
    radial-gradient(ellipse 78% 68% at 70% 48%, rgba(58, 118, 204, .3), transparent 72%),
    radial-gradient(ellipse 40% 38% at 76% 44%, rgba(24, 168, 198, .24), transparent 68%),
    radial-gradient(ellipse 52% 48% at 62% 60%, rgba(110, 164, 228, .14), transparent 76%);
  filter: blur(56px);
  opacity: .92;
}
body:not(.dark-mode) #hero .hero__visual::before,
body:not(.dark-mode) #hero .hero__visual::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
body:not(.dark-mode) #hero .hero__visual::before {
  inset: -6% -10% -4% 0;
  background: radial-gradient(ellipse 62% 58% at 52% 46%, rgba(72, 128, 196, .2) 0%, rgba(56, 158, 196, .1) 42%, transparent 74%);
  filter: blur(38px);
}
body:not(.dark-mode) #hero .hero__visual::after {
  inset: 12% 8% 16% 14%;
  background: radial-gradient(ellipse 48% 46% at 58% 44%, rgba(18, 150, 188, .18), transparent 72%);
  filter: blur(30px);
}
body:not(.dark-mode) #hero :is(.hero__canvas, .hero__fallback) { z-index: 1; }
body:not(.dark-mode) #hero h1 { color: var(--text-primary); }
body:not(.dark-mode) #hero h1 .hero-accent { color: var(--accent); background-image: linear-gradient(110deg, var(--accent), var(--cyan)); }
body:not(.dark-mode) #hero :is(.hero__eyebrow, .hero__assurances) { color: var(--text-muted); }
body:not(.dark-mode) #hero .hero__lead { color: var(--text-secondary); }
body:not(.dark-mode) #hero .hero__microcopy { color: var(--text-muted); }
body:not(.dark-mode) #hero .hero__assurances li span { color: var(--accent); }
body:not(.dark-mode) #hero .btn-primary {
  background: #2559c9;
  border-color: #3270e0;
  color: #fff;
  box-shadow: 0 8px 26px rgba(37, 89, 201, .28);
}
body:not(.dark-mode) #hero .btn-primary:hover {
  background: #1e4db3;
  border-color: #2a62d4;
  box-shadow: 0 10px 32px rgba(37, 89, 201, .36);
}
body:not(.dark-mode) #hero .btn-secondary {
  background: rgba(255, 255, 255, .78);
  border-color: #b4cbe8;
  color: #1e4d9c;
  box-shadow: 0 4px 14px rgba(36, 78, 140, .06);
}
body:not(.dark-mode) #hero .btn-secondary:hover {
  background: #eef4ff;
  border-color: #7ea6d8;
  color: #18428c;
  box-shadow: 0 6px 18px rgba(36, 78, 140, .1);
}
body:not(.dark-mode) #hero a:focus-visible { outline-color: var(--accent); }
body:not(.dark-mode) .hero__fallback {
  background: radial-gradient(ellipse at 32% 30%, rgba(42, 118, 204, .28), transparent 62%);
  box-shadow: inset 1px 1px 48px rgba(24, 158, 196, .2);
  opacity: .8;
}
/* Light intro: white field, same loop, slightly darker pixels. No grid. */
:is(.intro-pending, .intro-playing) body:not(.dark-mode) {
  background: #ffffff !important;
}
:is(.intro-pending, .intro-playing) body:not(.dark-mode) #hero {
  background: #ffffff;
}
:is(.intro-pending, .intro-playing) body:not(.dark-mode) #hero :is(.hero-section__glow, .hero__visual::before, .hero__visual::after) {
  opacity: 0;
}
/* Each section returns to the same base at its edges, avoiding abrupt bands. */
body:not(.dark-mode) #hero + #technologies { background: linear-gradient(var(--background-secondary), var(--background)); }
body:not(.dark-mode) :is(.technology-item, .technologies-section h2) { color: var(--text-secondary); }
body:not(.dark-mode) .technology-item { opacity: 1; }
body:not(.dark-mode) .technology-item img { filter: brightness(0) saturate(100%) invert(28%) sepia(18%) saturate(1010%) hue-rotate(177deg); }
body:not(.dark-mode) .technology-item:hover { color: var(--accent); }
body:not(.dark-mode) .technology-item:hover img { filter: brightness(0) saturate(100%) invert(30%) sepia(81%) saturate(1648%) hue-rotate(208deg); }
body:not(.dark-mode) :is(#services, #projects, #about, #faq, #contact) { background: radial-gradient(ellipse at 80% 50%, var(--glow-cyan), transparent 65%), var(--background); }
body:not(.dark-mode) :is(.section-dark, .section-soft) { background: linear-gradient(var(--background), var(--background-secondary) 45%, var(--background)); color: var(--text-primary); }
body:not(.dark-mode) .section-dark p { color: var(--text-secondary); }
body:not(.dark-mode) .trust-section { background: var(--background); border-color: var(--border); }
body:not(.dark-mode) :is(.service-card, .project-card, .advantages-grid article, .testimonial, .contact__form) { background: var(--card-glass); border-color: var(--border); box-shadow: var(--shadow-sm); transition: box-shadow 320ms, border-color 320ms, background-color 320ms, translate 320ms; }
body:not(.dark-mode) :is(.service-card, .project-card, .advantages-grid article):is(:hover, :focus-within) { translate: 0 -3px; background-color: var(--surface-hover); border-color: var(--accent-edge); box-shadow: var(--shadow-hover); }
body:not(.dark-mode) :is(.service-card, .trust-grid article, .contact-list) :is(i, svg) { color: var(--accent); }
body:not(.dark-mode) .service-card.is-scroll-active > svg { background: var(--accent-soft); color: var(--accent); }
body:not(.dark-mode) .section-cta { background: linear-gradient(110deg, var(--surface), var(--surface-alt)); border-color: var(--border); box-shadow: var(--shadow-sm); }
body:not(.dark-mode) .process-grid::before { background: linear-gradient(90deg, var(--accent), var(--accent-edge)); }
body:not(.dark-mode) .process-grid span { color: var(--accent); }
body:not(.dark-mode) .process-grid li::after { background: var(--surface); border-color: var(--accent-edge); }
body:not(.dark-mode) .process-grid li.is-active::after { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 0 .35rem var(--accent-soft); }
body:not(.dark-mode) .process-grid li.is-active h3 { color: var(--accent); }
/* Project images are untouched; only their surrounding surface changes. */
body:not(.dark-mode) .project-card > a { background: var(--surface-alt); border-bottom: 1px solid var(--border); }
body:not(.dark-mode) .project-tag { display: inline-block; padding: .25rem .6rem; border-radius: 99px; background: var(--accent-soft); color: var(--accent); }
body:not(.dark-mode) .about__image { background: var(--surface); border-color: var(--border); box-shadow: var(--shadow-lg); }
body:not(.dark-mode) .testimonial blockquote { color: var(--text-primary); }
body:not(.dark-mode) .testimonial figcaption span { color: var(--text-muted); }
body:not(.dark-mode) .testimonial-navigation button { background: var(--accent-edge); }
body:not(.dark-mode) .testimonial-navigation button.is-active { background: var(--accent); }
body:not(.dark-mode) .faq-list details { transition: background-color 280ms; }
body:not(.dark-mode) .faq-list details[open] { background: var(--card-glass); }
body:not(.dark-mode) .faq-list summary { color: var(--text-primary); }
body:not(.dark-mode) .faq-list summary:is(:hover, :focus-visible) { color: var(--accent); }
body:not(.dark-mode) .final-cta { background: linear-gradient(var(--background), var(--accent-soft) 48%, var(--background)); color: var(--text-primary); }
body:not(.dark-mode) .final-cta::before { background: radial-gradient(ellipse at 50% 50%, var(--glow), transparent 60%); }
body:not(.dark-mode) .final-cta::after { border-color: var(--accent-edge); opacity: .3; }
body:not(.dark-mode) .final-cta .section-kicker { color: var(--accent); }
body:not(.dark-mode) .final-cta p:not(.section-kicker) { color: var(--text-secondary); }
body:not(.dark-mode) .final-cta .btn-light { background: var(--accent); color: var(--surface); box-shadow: var(--shadow-sm); }
body:not(.dark-mode) .final-cta .btn-light:hover { background: var(--accent-hover); box-shadow: var(--shadow-hover); }
body:not(.dark-mode) .final-cta__link { color: var(--text-secondary); }
body:not(.dark-mode) .final-cta__link:is(:hover, :focus-visible) { color: var(--accent); }
body:not(.dark-mode) .final-cta p.final-cta__note { color: var(--text-muted); }
body:not(.dark-mode) .contact-list > * { background: var(--card-glass); border-color: var(--border); }
body:not(.dark-mode) .field :is(input, textarea) { background: var(--background); border-color: var(--border); color: var(--text-primary); }
body:not(.dark-mode) .field :is(input, textarea):focus { outline-color: var(--accent-soft); border-color: var(--accent); background: var(--surface); }
body:not(.dark-mode) .site-footer { background: linear-gradient(var(--background), var(--background-secondary)); color: var(--text-primary); border-top-color: var(--border); }
body:not(.dark-mode) .site-footer::before { background: linear-gradient(90deg, transparent, var(--accent-edge), transparent); }
body:not(.dark-mode) :is(.footer__grid p, .footer__grid li, .footer__bottom p, .footer__bottom a) { color: var(--text-secondary); }
body:not(.dark-mode) .footer__grid a:hover { color: var(--accent); }
body:not(.dark-mode) .footer__brand { color: var(--accent); }
body:not(.dark-mode) :is(.footer__grid h2, .footer__contact i, .footer__badge) { color: var(--accent); }
body:not(.dark-mode) .footer__badge { border-color: var(--accent-edge); background: var(--accent-soft); }
body:not(.dark-mode) .footer__social a { border-color: var(--border); color: var(--text-secondary); }
body:not(.dark-mode) .footer__social a:hover { border-color: var(--accent); background: var(--accent-soft); color: var(--accent); }
body:not(.dark-mode) :is(.footer__nav a, .footer__nap a, .footer__top) { color: var(--text-secondary); }
body:not(.dark-mode) :is(.footer__nav a, .footer__nap a, .footer__top):hover { color: var(--accent); }
body:not(.dark-mode) .whatsapp-button { box-shadow: 0 6px 20px rgba(22, 96, 65, .16); }
body:not(.dark-mode) .back-to-top { background: var(--surface); color: var(--accent); border: 1px solid var(--border); }
@media (max-width: 768px) {
  body:not(.dark-mode) #hero {
    background:
      radial-gradient(ellipse 78% 42% at 50% 84%, rgba(86, 142, 214, .15), transparent 72%),
      radial-gradient(ellipse 52% 30% at 50% 80%, rgba(42, 168, 198, .1), transparent 70%),
      linear-gradient(180deg, #f7faff 0%, #f4f8fd 36%, #eef4fb 100%);
  }
  body:not(.dark-mode) #hero .hero-section__glow {
    inset: 52% -16% -10% -16%;
  }
}
@media (min-width: 72.01rem) {
  body:not(.dark-mode) .site-header .header__inner { border-color: var(--border); background: rgba(255, 255, 255, .7); box-shadow: 0 12px 34px rgba(36, 82, 148, .07); }
  body:not(.dark-mode) .site-header.sticky .header__inner { background: rgba(255, 255, 255, .88); box-shadow: 0 14px 40px rgba(36, 82, 148, .13); }
  body:not(.dark-mode) .header__menu a::before { background: var(--accent-soft); }
  body:not(.dark-mode) .header__menu a.active::before { border-color: var(--accent-edge); }
}
@media (max-width: 72rem) {
  body:not(.dark-mode) .header__menu { border-color: var(--border); background: rgba(255, 255, 255, .96); box-shadow: 0 24px 60px rgba(36, 82, 148, .18); color: var(--text-primary); }
  body:not(.dark-mode) .header__menu li + li { border-color: var(--border); }
  body:not(.dark-mode) .header__menu a:not(.btn) { color: var(--text-primary); }
  body:not(.dark-mode) .header__menu a:not(.btn):is(:hover, .active) { background: var(--accent-soft); color: var(--accent); }
  body:not(.dark-mode) .site-header::after { background: rgba(16, 29, 51, .32); }
  body:not(.dark-mode) .site-header:has(.header__menu.show) .header__inner { border-color: var(--border); background: rgba(255, 255, 255, .96); box-shadow: 0 10px 30px rgba(36, 82, 148, .16); }

  /* Mobile controls — light equivalents of the dark glass cluster. */
  body:not(.dark-mode) .header__actions :is(.theme-toggle, .menu-btn) {
    border-color: rgba(120, 150, 190, 0.45);
    background: rgba(255, 255, 255, 0.78);
    color: var(--text-primary);
    box-shadow: 0 2px 10px rgba(36, 82, 148, 0.08);
  }
  body:not(.dark-mode) .header__actions :is(.theme-toggle, .menu-btn):is(:hover, :focus-visible) {
    border-color: rgba(40, 89, 197, 0.45);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0 1px rgba(40, 89, 197, 0.08), 0 4px 14px rgba(40, 89, 197, 0.14);
  }
  body:not(.dark-mode) .header__actions .menu-btn span { background: var(--text-primary); }
  body:not(.dark-mode) .header__actions .home-language-toggle {
    border-color: rgba(120, 140, 200, 0.42);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 2px 10px rgba(36, 82, 148, 0.08);
  }
  body:not(.dark-mode) .header__actions .home-language-toggle::before {
    background: linear-gradient(135deg, #2f6ae8 0%, #493eda 55%, #6a4dff 100%);
    box-shadow: 0 2px 10px rgba(41, 89, 201, 0.28);
  }
  body:not(.dark-mode) .header__actions .home-language-toggle button { color: var(--text-muted); }
  body:not(.dark-mode) .header__actions .home-language-toggle button[aria-pressed="true"] {
    background: transparent;
    color: #fff;
    box-shadow: none;
  }
}
@media(prefers-reduced-motion: reduce) {
  body:not(.dark-mode) :is(.btn, .service-card, .project-card, .advantages-grid article, .testimonial, .contact__form) { transition: none; translate: none; }
}
