/* =========================================================
   Stylesheet Architecture
   1. Design tokens and base elements
   2. Shared components
   3. Section styles in page order
   4. Responsive rules near their owning sections

   This file has been normalized to avoid priority overrides.
   Section-specific classes and source order own overrides.
   ========================================================= */

:root {
  --navy: #08111a;
  --navy-2: #0d1c2d;
  --navy-3: #13263b;
  --gold: #efbd53;
  --gold-2: #f7cb4e;
  --cyan: #58bddb;
  --red: #ef5144;
  --green: #2fbf71;
  --text: #111827;
  --muted: #657080;
  --line: #dce4ec;
  --soft: #f7f8f8;
  --white: #ffffff;
  --surface-tint: #f6fbff;
  --surface-blue: #edf6fb;
  --shadow-sm: 0 12px 30px rgba(8, 17, 26, 0.06);
  --shadow: 0 18px 46px rgba(8, 17, 26, 0.12);
  --shadow-lg: 0 26px 70px rgba(8, 17, 26, 0.16);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --display: "Oswald", "Inter", Arial, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --background: #040914;
  --surface: #10192b;
  --surface-low: #0c1425;
  --surface-high: #16223a;
  --surface-highest: #22304d;
  --on-surface: #f6f8ff;
  --on-surface-muted: #dbe5ff;
  --primary-soft: #ffe1a7;
  --primary-strong: #fbbf24;
  --secondary-strong: #7bd0ff;
  --danger-soft: #ffb4ab;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--soft);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.6;
}

main {
  background: #071226;
}

button,
input,
select {
  font: inherit;
}

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

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

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

p {
  line-height: 1.65;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(16px, 4vw, 52px);
  color: var(--white);
  background: rgba(8, 17, 26, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.brand img {
  display: block;
  width: 108px;
  height: auto;
}

.nav {
  display: flex;
  gap: 22px;
  font-size: 12.5px;
  font-weight: 800;
  color: rgba(255,255,255,.78);
}

.nav a:hover {
  color: var(--white);
}

.header-cta,
.primary-cta,
.secondary-cta {
  min-height: 38px;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cta,
.primary-cta {
  color: #07101a;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  box-shadow: 0 4px 12px rgba(239, 189, 83, .18);
}

.header-cta {
  padding: 0 15px;
  font-size: 13px;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 50px;
  font-family: var(--body);
  font-weight: 700;
  letter-spacing: 0.3px;
  font-size: 14px;
  text-transform: none;
  overflow: hidden;
}

.primary-cta:hover,
.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(239, 189, 83, .28);
}

.primary-cta .material-symbols-outlined,
.header-cta .material-symbols-outlined {
  font-size: 1.15em;
  line-height: 1;
  vertical-align: middle;
}

.section-dark {
  color: var(--white);
  background:
    linear-gradient(rgba(88, 189, 219, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 189, 219, .055) 1px, transparent 1px),
    radial-gradient(circle at 86% 28%, rgba(88, 189, 219, .14), transparent 30%),
    linear-gradient(135deg, #07101a 0%, #0b1828 52%, #102033 100%);
  background-size: 32px 32px, 32px 32px, auto, auto;
}

.theme-deep {
  background-color: #040a14;
  color: #ffffff;
}

.theme-base {
  background-color: #08111a;
  color: #ffffff;
}

.theme-deep .section-label,
.theme-base .section-label {
  color: var(--cyan);
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(86px, 18vw, 112px);
  padding-bottom: clamp(52px, 10vw, 76px);
  padding-left: clamp(18px, 5vw, 62px);
  padding-right: clamp(18px, 5vw, 62px);
  background:
    radial-gradient(circle at 50% 0%, rgba(123, 208, 255, .13), transparent 26rem),
    radial-gradient(circle at 50% 38%, rgba(251, 191, 36, .055), transparent 22rem),
    linear-gradient(180deg, #071226 0%, #050b18 100%);
}

.hero.section-dark {
  background:
    radial-gradient(circle at 50% 0%, rgba(123, 208, 255, .13), transparent 26rem),
    radial-gradient(circle at 50% 38%, rgba(251, 191, 36, .055), transparent 22rem),
    linear-gradient(180deg, #071226 0%, #050b18 100%);
}

.hero::before {
  content: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: min(100%, 960px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.hero-copyblock {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.hero h1 {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
  font-family: var(--display);
  font-size: clamp(42px, 8vw, 72px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -0.025em;
  text-align: center;
  text-transform: none;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .38);
}

.hero h1::after {
  content: none;
}

.hero h1::first-letter {
  color: #ffffff;
}

.hero h1 span {
  color: var(--secondary-strong);
  text-shadow: 0 0 24px rgba(123, 208, 255, .24);
}

.hero h1 span:nth-of-type(n+2) {
  color: #ffffff;
  text-shadow: none;
}

.hero-copyblock > p {
  max-width: 620px;
  margin: 20px auto 0;
  color: rgba(219, 229, 255, .80);
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 700;
  line-height: 1.48;
  text-align: center;
}

.hero-points {
  max-width: 680px;
  margin: 22px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(123, 208, 255, .18);
  border-radius: 999px;
  color: rgba(246, 248, 255, .82);
  background: rgba(123, 208, 255, .075);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.hero-points span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border: 0;
  border-radius: 50%;
  background: var(--secondary-strong);
  box-shadow: 0 0 10px rgba(123, 208, 255, .52);
  position: static;
}

.hero-vsl-col {
  display: flex;
  flex-direction: column;
  width: min(100%, 760px);
  margin: 0 auto;
  gap: 18px;
}

.hero-result {
  order: 2;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 9px 16px;
  border: 1px solid rgba(251, 191, 36, .20);
  border-radius: 999px;
  color: rgba(255, 232, 184, .84);
  background: rgba(251, 191, 36, .07);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
}

.hero-result strong {
  color: var(--primary-strong);
}

.vsl {
  order: 1;
  margin-top: 6px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(123, 208, 255, .14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012)),
    #0b1424;
  box-shadow:
    0 22px 54px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 255, 255, .05);
  aspect-ratio: 16 / 9;
}

.vsl-screen {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 35%, rgba(123, 208, 255, .10), transparent 18rem),
    linear-gradient(180deg, #111827 0%, #0b1220 100%);
}

.vsl-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 11, 24, .05), rgba(5, 11, 24, .20));
  z-index: 1;
}

.vsl-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(255, 255, 255, .45);
}

.vsl-fallback .material-symbols-outlined {
  font-size: 64px;
  font-variation-settings: "FILL" 0;
  opacity: .55;
}

.vsl-fallback small {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .38);
}

.vsl-iframe {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
}

.hero-actions {
  order: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 560px);
  margin: 0 auto;
  gap: 11px;
}

.hero .primary-cta {
  width: 100%;
  min-height: 58px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffca35 0%, #fbbf24 100%);
  color: #07101a;
  box-shadow:
    0 14px 34px rgba(251, 191, 36, .24),
    inset 0 1px 0 rgba(255, 255, 255, .28);
  font-size: 14px;
  font-weight: 900;
  padding: 0 24px;
  border: 0;
}

.hero small {
  margin: 0;
  color: rgba(219, 229, 255, .68);
  font-size: 12px;
  font-weight: 750;
  text-align: center;
}

.applied-companies {
  padding: 34px 18px 42px;
  background:
    radial-gradient(circle at 88% 0%, rgba(88, 189, 219, .15), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #f1f5f8 100%);
}

.applied-companies-inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  text-align: center;
}

.applied-companies p {
  margin: 0;
  color: rgba(17, 24, 39, .48);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.applied-logo-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.applied-logo-track {
  --applied-logo-gap: clamp(24px, 5vw, 58px);
  display: flex;
  width: max-content;
  align-items: center;
  gap: var(--applied-logo-gap);
  animation: applied-logo-marquee 68s linear infinite;
  will-change: transform;
}

.applied-logo-marquee:hover .applied-logo-track {
  animation-play-state: paused;
}

.applied-logo-card {
  display: inline-flex;
  width: clamp(190px, 18vw, 260px);
  height: 96px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.applied-logo-card img {
  display: block;
  width: 100%;
  max-height: 82px;
  object-fit: contain;
  filter: saturate(.96);
}

@keyframes applied-logo-marquee {from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - (var(--applied-logo-gap) / 2)));
  }
}

@keyframes hero-client-marquee {from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 14px));
  }
}

.section-heading {
  width: min(100% - 36px, 760px);
  margin: 0 auto 34px;
  text-align: center;
}

.section-label {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section-label--danger {
  color: var(--red);
}

.section-heading h2,
.bridge-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.04;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.section-heading p {
  max-width: 620px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}

.dark-heading h2 {
  color: var(--white);
}

.problem-section,
.filter-section {
  padding: clamp(48px, 6.5vw, 78px) 18px;
}

.pain-grid {
  width: min(100%, 820px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 30px;
}

.pain-list,
.contrast-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pain-list li {
  position: relative;
  padding: 10px 0 10px 32px;
  color: rgba(255,255,255,.78);
  font-weight: 700;
}

.pain-list li::before,
.old-way li::before {
  content: "x";
  position: absolute;
  left: 0;
  top: 11px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 1px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
}

.problem-section {
  background:
    linear-gradient(rgba(88, 189, 219, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 189, 219, .065) 1px, transparent 1px),
    radial-gradient(circle at 50% 10%, rgba(88, 189, 219, .07), transparent 34%),
    linear-gradient(180deg, #131d2b 0%, #101a27 100%);
  background-size: 72px 72px, 72px 72px, auto, auto;
}

.problem-section .section-heading {
  width: min(100% - 36px, 780px);
  margin-bottom: 28px;
}

.problem-section .section-label--danger {
  color: #d74a4c;
  letter-spacing: .08em;
}

.problem-section h2 {
  color: #ffffff;
  font-family: var(--display);
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: none;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .38);
}

.problem-section h2 span {
  display: block;
  color: var(--danger-soft);
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.problem-section .pain-grid {
  width: min(100%, 680px);
  grid-template-columns: 1fr;
  gap: 0;
}

.problem-section .pain-list li {
  padding: 7px 0 7px 30px;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  font-weight: 800;
}

.problem-section .pain-list li::before {
  content: "";
  left: 4px;
  top: 13px;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 2px;
  background: #d74a4c;
  transform: rotate(45deg);
}

.bridge-section,
.system-section,
.contrast-section,
.sector-section,
.qualify-section {
  padding: clamp(50px, 6.5vw, 78px) 18px;
}

.bridge-section {
  padding: clamp(54px, 7vw, 84px) 18px;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(88, 189, 219, .18), transparent 32%),
    radial-gradient(circle at 88% 14%, rgba(239, 189, 83, .1), transparent 28%),
    linear-gradient(180deg, var(--surface-tint) 0%, var(--surface-blue) 100%);
}

.bridge-copy {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
}

.bridge-copy h2 {
  color: var(--navy);
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: .01em;
}

.bridge-copy p {
  max-width: 720px;
  margin: 18px auto 0;
  color: #263241;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.testimonials-section {
  padding: clamp(50px, 6.5vw, 78px) 18px;
  background: #071226;
}

.testimonials-section .section-heading {
  margin-bottom: 40px;
}

.testimonials-section .section-label {
  color: var(--cyan);
  background: rgba(88, 189, 219, .18);
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 18px;
  border-radius: 999px;
  letter-spacing: .04em;
}

.testimonials-section .section-heading h2 {
  color: #ffffff;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  text-transform: none;
}

.testimonials-slider {
  position: relative;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0 20px;
}

.testimonials-grid {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 0 16px;
}

.testimonials-grid::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  flex: 0 0 auto;
  width: min(86vw, 380px);
  scroll-snap-align: start;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 36px 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}

.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 140px;
  font-family: serif;
  color: rgba(255, 255, 255, 0.03);
  line-height: 1;
  pointer-events: none;
}

.google-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-card:hover .google-badge {
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
  transform: scale(1.1);
}

.google-badge svg {
  display: block;
}

.testimonial-card:hover {
  border-color: rgba(251, 191, 36, 0.4);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(251, 191, 36, 0.08);
}

.testimonial-stars {
  color: #fbbf24;
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.testimonial-card p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  margin: 0 0 28px;
  font-style: normal;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.testimonial-author strong {
  display: block;
  color: #fbbf24;
  font-size: 15px;
  font-weight: 800;
}

.testimonial-author small {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 700;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0;
}

.slider-dot.active {
  width: 28px;
  border-radius: 999px;
  border-color: #fbbf24;
  background: #fbbf24;
  box-shadow: 0 0 12px rgba(251, 191, 36, 0.35);
}

.slider-dot:hover {
  border-color: rgba(251, 191, 36, 0.5);
}

@media (max-width: 768px) {
  .testimonials-slider {
    padding: 0 16px;
  }

  .testimonial-card {
    width: min(80vw, 340px);
  }

}

.bridge-copy strong {
  display: block;
  margin-top: 20px;
  color: var(--navy);
  font-size: clamp(14px, 1.45vw, 17px);
  font-weight: 900;
}

.results-cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}

.result-card {
  width: 100%;
  background: #0b1628;
  border: 1px solid rgba(255, 193, 34, 0.22);
  border-radius: 13px;
  padding: 20px 18px 18px;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.result-number {
  font-size: 48px;
  line-height: 0.9;
  font-weight: 900;
  color: #ffc122;
  letter-spacing: -2px;
  margin-bottom: 4px;
}

.result-title {
  font-size: 15px;
  line-height: 1.05;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 16px;
}

.results-cards-footer {
  display: block;
  margin-top: 20px;
  color: #ffe8b8;
  font-size: clamp(14px, 1.45vw, 17px);
  font-weight: 900;
  text-align: center;
}

.results-cards-cta {
  width: min(100%, 360px);
  margin: 14px auto 0;
}

@media (max-width: 480px) {
  .bridge-copy p {
    margin-top: 12px;
  }

  .results-cards {
    margin-top: 22px;
    gap: 12px;
  }

  .result-card {
    min-height: 112px;
    padding: 16px 16px 15px;
  }

  .result-number {
    font-size: 44px;
    line-height: 0.9;
  }

  .result-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .results-cards-footer {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.3;
  }

  .results-cards-cta {
    width: 100%;
    margin-top: 14px;
    min-height: 48px;
  }

}

.qualify-section {
  background: var(--soft);
}

.sector-section {
  background:
    radial-gradient(circle at 50% -8%, rgba(88, 189, 219, .15), transparent 32%),
    linear-gradient(180deg, var(--surface-tint) 0%, var(--soft) 100%);
}

.system-section {
  position: relative;
  overflow: hidden;
}

.system-section .section-heading {
  margin-bottom: 42px;
}

.system-section .section-label {
  margin-bottom: 7px;
  color: var(--cyan);
  font-size: 10.5px;
}

.system-section .section-heading h2 {
  max-width: 720px;
  margin-inline: auto;
  color: #ffffff;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: none;
}

.system-section .section-heading p {
  max-width: 600px;
  color: rgba(219, 229, 255, 0.78);
  font-size: 14px;
  line-height: 1.38;
}

.contrast-grid {
  width: min(100%, 920px);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.contrast-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(8,17,26,.06);
}

.contrast-panel h3 {
  margin: 12px 0 0;
  font-family: var(--display);
  font-size: 21px;
  line-height: 1.08;
  text-transform: uppercase;
}

.contrast-section {
  background:
    radial-gradient(circle at 82% 0%, rgba(239, 189, 83, .08), transparent 28%),
    var(--white);
}

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

.contrast-panel {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border-radius: var(--radius-md);
}

.contrast-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
}

.old-way::before {
  background: var(--red);
}

.new-way::before {
  background: var(--cyan);
}

.contrast-panel h3 {
  margin-top: 0;
}

.contrast-panel li {
  position: relative;
  padding: 14px 0 14px 30px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.contrast-panel li:last-child {
  border-bottom: 0;
}

.contrast-panel strong {
  color: var(--text);
}

.new-way li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  background: radial-gradient(circle, var(--cyan) 0 34%, transparent 38%);
}

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

.sector-section .section-label {
  color: var(--cyan);
  font-size: 10.5px;
  letter-spacing: .12em;
}

.sector-section .section-heading h2 {
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: .01em;
  text-transform: none;
}

.sector-section .section-heading p {
  max-width: 500px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.final-filter,
.final-qualify,
.final-guarantee {
  padding: clamp(34px, 5vw, 54px) 18px;
}

.final-filter {
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(rgba(88, 189, 219, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 189, 219, .045) 1px, transparent 1px),
    radial-gradient(circle at 18% 12%, rgba(239, 189, 83, .1), transparent 28%),
    linear-gradient(135deg, #07101a 0%, #0b1828 55%, #102033 100%);
  background-size: 32px 32px, 32px 32px, auto, auto;
}

.final-heading {
  width: min(100%, 520px);
  margin-bottom: 18px;
}

.final-heading .section-label {
  margin-bottom: 4px;
  font-size: 9px;
  letter-spacing: .08em;
}

.final-heading h2 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: .92;
}

.final-filter-list {
  width: min(100%, 500px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.final-filter-list li {
  min-height: 0;
  padding: 0 0 0 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255,255,255,.84);
  font-size: 13.5px;
  line-height: 1.35;
}

.final-filter-list li::before {
  content: "x";
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 0;
  background: #e85852;
  color: var(--white);
  font-size: 9px;
  line-height: 1;
}

.final-qualify {
  background:
    radial-gradient(circle at 88% 12%, rgba(88, 189, 219, .13), transparent 30%),
    linear-gradient(180deg, var(--white) 0%, var(--surface-tint) 100%);
}

.final-qualify .final-heading h2 {
  color: var(--navy);
  font-size: clamp(34px, 4.6vw, 52px);
  max-width: 420px;
  margin-inline: auto;
}

.final-qualify-list {
  width: min(100%, 620px);
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  list-style: none;
}

.final-qualify-list li {
  position: relative;
  min-height: 0;
  padding: 13px 16px 13px 42px;
  border: 1px solid rgba(88, 189, 219, .18);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--shadow-sm);
  color: #26313d;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.35;
}

.final-qualify-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 13px;
  width: 17px;
  height: 17px;
  border: 0;
  border-radius: 50%;
  background: var(--green);
}

.final-qualify-list li::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 17px;
  width: 6px;
  height: 9px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.final-guarantee {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(rgba(88, 189, 219, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 189, 219, .045) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(88, 189, 219, .16), transparent 32%),
    radial-gradient(circle at 50% 70%, rgba(239, 189, 83, .1), transparent 28%),
    linear-gradient(135deg, #07101a 0%, #0b1828 55%, #102033 100%);
  background-size: 32px 32px, 32px 32px, auto, auto, auto;
}

.final-guarantee-inner {
  width: min(100%, 660px);
  margin: 0 auto;
}

.final-guarantee h2 {
  max-width: 600px;
  margin: 0 auto;
  color: #ffffff;
  font-family: var(--display);
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: none;
}

.final-guarantee p {
  max-width: 640px;
  margin: 14px auto 22px;
  color: rgba(255,255,255,.76);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.final-guarantee .primary-cta {
  min-height: 48px;
  padding-inline: 30px;
  font-size: 14px;
  box-shadow: 0 4px 14px rgba(239, 189, 83, .2);
}

.final-guarantee small {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  font-weight: 800;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 18px clamp(18px, 5vw, 52px) 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.46);
  background: #07101a;
  font-size: 11.5px;
  font-weight: 800;
}

.footer img {
  display: block;
  width: 110px;
  height: auto;
}

.footer p {
  display: none;
}

.footer nav {
  display: flex;
  gap: 18px;
  font-weight: 800;
}

.footer a:hover {
  color: rgba(255,255,255,.86);
}

.lead-modal {
  width: min(94vw, 520px);
  padding: 0;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(0,0,0,.48);
  overflow: hidden;
}

.lead-modal::backdrop {
  background: rgba(4,9,20,.78);
  backdrop-filter: blur(8px);
}

.modal-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 36px);
  color: var(--text);
  background: var(--white);
}

.modal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 189, 219, .08), transparent 38%),
    radial-gradient(circle at 0% 100%, rgba(239, 189, 83, .06), transparent 32%);
  pointer-events: none;
}

.modal-card h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: .01em;
  text-transform: none;
}

.modal-intro,
.field-help {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 50%;
  background: rgba(0,0,0,.04);
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  transition: background 180ms ease, border-color 180ms ease;
  z-index: 2;
}

.modal-close:hover {
  background: rgba(0,0,0,.08);
  border-color: rgba(0,0,0,.14);
}

.modal-card label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

.modal-card input,
.modal-card select {
  min-height: 50px;
  width: 100%;
  border: 1.5px solid rgba(0,0,0,.12);
  border-radius: 12px;
  padding: 0 16px;
  font-size: 14px;
  color: var(--text);
  background: #f9fafb;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.modal-card select option {
  color: #08111a;
  background: #fff;
  font-weight: 700;
}

.modal-card input:focus,
.modal-card select:focus {
  border-color: var(--cyan);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(88, 189, 219, .12);
  outline: 0;
}

.form-step[hidden],
.modal-actions [hidden] {
  display: none;
}

.modal-progress {
  display: grid;
  gap: 8px;
  margin-bottom: 4px;
}

.modal-progress span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

.modal-progress div {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
}

.modal-progress i {
  display: block;
  width: 14.28%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--gold));
  transition: width 220ms ease;
}

.modal-actions {
  display: grid;
  grid-template-columns: minmax(0,.55fr) minmax(0,1fr);
  gap: 10px;
}

.modal-actions .primary-cta {
  width: 100%;
}

.secondary-cta {
  border: 1.5px solid rgba(0,0,0,.1);
  border-radius: 12px;
  color: var(--text);
  background: #f9fafb;
  font-size: 13px;
}

.secondary-cta:hover {
  border-color: rgba(88, 189, 219, .42);
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
}

.secondary-cta:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.modal-note,
.modal-success p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}

.modal-success {
  display: grid;
  gap: 16px;
  padding: 10px 0;
  text-align: center;
}

@media (max-width: 960px) {
  .contrast-grid {
    grid-template-columns: 1fr;
  }

  .final-filter-list,
  .final-qualify-list {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 760px) {
  .site-header {
    padding: 11px 16px;
  }

  .nav,
  .header-cta {
    display: none;
  }

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

  .system-section {
    padding-top: 56px;
    padding-bottom: 64px;
  }

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

  .system-section .section-heading h2 {
    font-size: clamp(36px, 10vw, 48px);
    line-height: 0.98;
  }

  .system-section .section-heading p {
    max-width: 360px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.42;
  }

  #sistema .section-cta {
    margin-top: 26px;
  }

  .install-system {
    display: grid;
  }

  .applied-logo-marquee {
    margin-inline: -1rem;
    padding-inline: 1rem;
  }

  .applied-logo-track {
    --applied-logo-gap: 24px;
    animation-duration: 56s;
  }

  .applied-logo-card {
    width: 180px;
    height: 78px;
  }

  .applied-logo-card img {
    max-height: 68px;
  }

  .primary-cta {
    width: 100%;
  }

  .footer {
    align-items: center;
    flex-direction: row;
  }

}

@media (max-width: 460px) {
  .problem-section h2 {
    font-size: 32px;
  }

  .section-heading {
    width: min(100% - 24px, 900px);
  }

  .bridge-section,
  .system-section,
  .contrast-section,
  .sector-section,
  .qualify-section,
  .problem-section,
  .filter-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .applied-companies p {
    font-size: 10px;
    letter-spacing: .18em;
  }

  .modal-actions {
    grid-template-columns: 1fr;
  }

}

body {
  color: var(--on-surface);
  background:
    radial-gradient(circle at 18% 0%, rgba(123, 208, 255, .09), transparent 28rem),
    radial-gradient(circle at 86% 12%, rgba(251, 191, 36, .08), transparent 24rem),
    linear-gradient(180deg, #050b18 0%, #030713 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at center, transparent 0 44%, rgba(123, 208, 255, .035) 45%, transparent 46%),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 900px 900px, 48px 48px, 48px 48px;
  opacity: .9;
}

.site-header {
  z-index: 50;
  padding: 16px clamp(16px, 4vw, 24px);
  background: rgba(4, 9, 20, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .2);
}

.site-header::before {
  content: "";
  width: min(100% - 32px, 1280px);
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, .05);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-soft);
  font-family: var(--display);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.brand img {
  display: block;
}

.nav {
  gap: 24px;
  color: #e7ecff;
  font-size: 14px;
  font-weight: 700;
}

.nav a:hover {
  color: var(--primary-soft);
}

.header-cta,
.primary-cta {
  min-height: 48px;
  border-radius: 50px;
  color: #07101a;
  background: var(--primary-strong);
  box-shadow: 0 4px 14px rgba(251, 191, 36, .24);
  font-weight: 700;
  letter-spacing: 0.3px;
}

.header-cta {
  padding: 0 24px;
  font-size: 13px;
}

main#top {
  padding-top: 128px;
  padding-bottom: 80px;
}

.section-dark,
.problem-section,
.final-filter,
.final-guarantee {
  background: transparent;
}

.applied-companies {
  margin-bottom: 80px;
  padding: 32px 0;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 50% 0%, rgba(123, 208, 255, .06), transparent 28rem),
    rgba(255, 255, 255, .015);
  backdrop-filter: blur(18px);
}

.applied-companies p {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #eef3ff;
  background: transparent;
  font-size: 13px;
  letter-spacing: .08em;
  box-shadow: none;
}

.applied-logo-marquee {
  margin-top: 24px;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.applied-logo-track {
  --applied-logo-gap: 48px;
  animation-duration: 88s;
}

.applied-logo-card {
  width: 176px;
  height: 64px;
  border-radius: 8px;
  background: transparent;
  transition: transform 200ms ease, filter 200ms ease;
}

.applied-logo-card:hover {
  transform: scale(1.08);
}

.applied-logo-card img {
  width: 88%;
  max-height: 52px;
  filter: grayscale(1) saturate(.15) brightness(1.75) contrast(1.16) drop-shadow(0 10px 22px rgba(0, 0, 0, .22));
  opacity: .72;
  transition: filter 200ms ease, opacity 200ms ease;
}

.applied-logo-card:hover img {
  filter: grayscale(0) saturate(1.05) brightness(1) contrast(1) drop-shadow(0 12px 26px rgba(0, 0, 0, .28));
  opacity: 1;
}

.problem-section,
.bridge-section,
.system-section,
.contrast-section,
.sector-section,
.filter-section,
.qualify-section,
.final-guarantee {
  padding: 80px clamp(16px, 4vw, 24px);
}

.bridge-section,
.system-section,
.contrast-section,
.sector-section,
.qualify-section {
  background: transparent;
}

.section-heading h2,
.bridge-copy h2,
.final-guarantee h2 {
  color: #ffffff;
  opacity: 1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .32);
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
}

.section-heading p,
.bridge-copy p {
  color: #dbe5ff;
}

.section-label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: var(--secondary-strong);
  background: rgba(123, 208, 255, .12);
}

.section-label--danger {
  color: var(--danger-soft);
  background: rgba(255, 180, 171, .14);
  border-color: rgba(255, 180, 171, .26);
}

.problem-section h2 span {
  display: inline;
  color: var(--danger-soft);
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.pain-grid {
  width: min(100%, 896px);
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
}

.problem-section .pain-list li {
  margin-bottom: 14px;
  padding: 16px 16px 16px 48px;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 8px;
  color: #e6ecff;
  background: rgba(16, 25, 43, .82);
}

.problem-section .pain-list li::before,
.old-way li::before {
  content: "close";
  left: 16px;
  top: 17px;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: var(--danger-soft);
  background: transparent;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  transform: none;
}

.bridge-copy {
  color: var(--on-surface);
}

.bridge-copy strong {
  color: #ffe8b8;
  font-size: 20px;
}

.contrast-grid {
  width: min(100%, 1120px);
  gap: 24px;
}

.old-way {
  opacity: .72;
  filter: grayscale(.8);
}

.new-way {
  border-color: rgba(251, 191, 36, .42);
  box-shadow: 0 0 30px rgba(251, 191, 36, .14);
}

.contrast-panel li {
  color: #dfe7ff;
  border-color: rgba(255, 255, 255, .08);
}

.contrast-panel strong {
  color: #fff;
}

.new-way li::before {
  content: "check_circle";
  top: 15px;
  border: 0;
  background: transparent;
  color: var(--primary-strong);
  font-family: "Material Symbols Outlined";
  font-size: 20px;
}

.final-filter,
.final-qualify {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: start;
  width: min(100%, 1024px);
  margin: 0 auto;
}

.final-filter .section-heading,
.final-qualify .section-heading {
  width: 100%;
}

.final-filter-list,
.final-qualify-list {
  width: 100%;
}

.final-qualify-list li {
  border-color: rgba(123, 208, 255, .18);
  color: #e3eaff;
  background: rgba(13, 21, 38, .92);
}

.final-guarantee {
  width: min(100% - 32px, 896px);
  margin: 80px auto;
  border: 1px solid rgba(251, 191, 36, .3);
  border-radius: 24px;
  background: rgba(6, 14, 32, .86);
  box-shadow: 0 0 32px rgba(251, 191, 36, .14);
}

.footer {
  background: #060e20;
}

.lead-modal {
  color: var(--on-surface);
  background: transparent;
}

.modal-card {
  color: var(--on-surface);
  border: 1px solid rgba(255, 255, 255, .14);
  background: #0f1a2b;
}

.modal-card::before {
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 189, 219, .06), transparent 38%),
    radial-gradient(circle at 0% 100%, rgba(239, 189, 83, .04), transparent 32%);
}

.modal-card label,
.modal-card h2 {
  color: var(--on-surface);
}

.modal-close {
  border-color: rgba(255,255,255,.1);
  background: rgba(255,255,255,.05);
  color: #fff;
}

.modal-close:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.18);
}

.modal-card input,
.modal-card select {
  color: #fff;
  border-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .05);
}

.modal-card select option {
  color: #08111a;
  background: #fff;
  font-weight: 700;
}

.modal-card input:focus,
.modal-card select:focus {
  border-color: var(--cyan);
  background: rgba(255,255,255,.08);
  box-shadow: 0 0 0 4px rgba(88, 189, 219, .1);
}

.secondary-cta {
  border-color: rgba(255,255,255,.1);
  color: #fff;
  background: rgba(255,255,255,.05);
}

.secondary-cta:hover {
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
}

.modal-progress div {
  background: rgba(255,255,255,.06);
}

.modal-note,
.modal-success p,
.modal-progress span,
.modal-intro,
.field-help {
  color: var(--on-surface-muted);
}

.info-modal .modal-card {
  gap: 18px;
}

.info-modal .modal-card p {
  margin: 0;
  color: var(--on-surface-muted);
}

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

.info-list li {
  position: relative;
  padding-left: 32px;
  color: var(--on-surface);
  font-size: 14px;
  line-height: 1.5;
}

.info-list li::before {
  content: "check_circle";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-strong);
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-weight: 400;
}

.info-modal .primary-cta {
  width: 100%;
}

@media (max-width: 960px) {
  .final-filter,
  .final-qualify {
    grid-template-columns: 1fr;
    gap: 24px;
  }

}

.site-header {
  justify-content: space-between;
}

.nav {
  display: none;
}

.section-label {
  border: 1px solid rgba(123, 208, 255, .18);
  border-radius: 999px;
  background: rgba(123, 208, 255, .08);
  color: #7bd0ff;
  letter-spacing: .14em;
}

.problem-section .section-label--danger {
  border-color: rgba(239, 81, 68, .22);
  background: rgba(239, 81, 68, .08);
  color: #ef5144;
}

.problem-section .pain-grid {
  width: min(100%, 940px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: end;
  gap: 30px;
}

.problem-section .pain-list {
  display: grid;
  gap: 14px;
}

.problem-section .pain-list li {
  margin: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
}

.problem-chart {
  margin: 0;
  padding: 26px 24px 22px;
  border: 1px solid rgba(239, 81, 68, .16);
  border-radius: 18px;
  background: rgba(7, 18, 32, .76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.problem-chart-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.problem-chart-head span {
  color: rgba(255,255,255,.74);
}

.problem-chart-head strong {
  color: #ef5144;
}

.problem-bars {
  height: 150px;
  display: flex;
  align-items: end;
  gap: 14px;
  padding: 26px 6px 0;
}

.problem-bar {
  flex: 1;
  height: var(--h);
  min-height: 22px;
  border-radius: 4px 4px 0 0;
  background: rgba(239, 81, 68, .48);
}

.problem-bar--ads {
  background: rgba(239, 81, 68, .64);
}

.problem-bar--critical {
  background: #ef5144;
}

.problem-chart figcaption {
  margin-top: 12px;
  color: rgba(239, 81, 68, .78);
  font-size: 10px;
  font-weight: 850;
  text-align: center;
}

.bridge-copy p {
  max-width: 420px;
  margin-inline: auto;
}

.results-cards {
  width: min(100%, 430px);
  border: 0;
  gap: 16px;
}

.result-card {
  padding: 25px 22px;
  border: 1px solid rgba(123, 208, 255, .12);
  border-radius: 14px;
  background: rgba(13, 24, 38, .86);
  text-align: center;
}

.result-number {
  color: #7bd0ff;
  letter-spacing: 0;
}

.result-card--gold .result-number {
  color: #ffc329;
}

.result-card--cyan .result-number {
  color: #7bd0ff;
}

.result-title {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.final-guarantee .section-label--guarantee {
  justify-self: center;
  margin-bottom: 0;
  color: #ffc329;
  border-color: rgba(251, 195, 41, .22);
  background: rgba(251, 195, 41, .10);
}

.final-guarantee h2 {
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .problem-section .pain-grid {
    grid-template-columns: 1fr;
    width: min(100%, 390px);
  }

  .problem-chart {
    padding: 22px 18px 20px;
  }

  .problem-bars {
    height: 128px;
  }

}

.problem-bar {
  transform-origin: bottom;
  animation: capitalLeak 2.4s ease-in-out infinite;
  transition: height .28s ease, transform .28s ease, background .28s ease, box-shadow .28s ease;
  cursor: pointer;
}

.problem-bar--ads {
  animation-delay: .12s;
}

.problem-bar--data {
  animation-delay: .24s;
}

.problem-bar--whatsapp {
  animation-delay: .36s;
}

.problem-bar--critical {
  animation-delay: .48s;
}

.problem-bar.is-active,
.problem-bar:hover {
  animation-play-state: paused;
  transform: scaleY(1.08);
  background: #ff5148;
  box-shadow: 0 0 24px rgba(239, 81, 68, .38);
}

@keyframes capitalLeak {0%, 100% { transform: scaleY(.94); opacity: .82; }
  50% { transform: scaleY(1.04); opacity: 1; }
}

@media (max-width: 760px) {
  body {
    background: #071226;
  }

  .site-header {
    min-height: 54px;
    padding: 10px 16px;
    background: rgba(5, 11, 21, .96);
    border-bottom: 1px solid rgba(123, 208, 255, .10);
  }

  .brand img {
    width: 72px;
  }

  .header-cta {
    min-height: 30px;
    padding: 0 14px;
    font-size: 10px;
    letter-spacing: .08em;
    background: linear-gradient(180deg, #ffd24a 0%, #f5b51d 100%);
  }

  main#top {
    padding-top: 54px;
  }

  .hero,
  .problem-section,
  .bridge-section,
  .mobile-report-section,
  #sistema.system-section,
  .success-case-section,
  .contrast-section,
  .sector-section,
  .qualification-pair,
  .final-guarantee {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .hero-grid,
  .hero-copyblock,
  .hero-vsl-col {
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .hero h1 {
    width: min(100%, 310px);
    font-size: clamp(34px, 10vw, 43px);
    line-height: .98;
    text-transform: uppercase;
  }

  .hero-copyblock > p {
    max-width: 270px;
    font-size: 13px;
    line-height: 1.45;
  }

  .vsl {
    margin-top: 6px;
    border-radius: 12px;
  }

  .hero-actions {
    width: min(100%, 320px);
  }

  .primary-cta {
    min-height: 50px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffd24a 0%, #f5b51d 100%);
    color: #07101a;
    font-size: 12px;
    letter-spacing: .08em;
  }

  .section-label {
    padding: 5px 12px;
    font-size: 9px;
    letter-spacing: .12em;
  }

  .problem-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .problem-section .section-heading {
    width: min(100%, 330px);
    margin-bottom: 18px;
    text-align: left;
  }

  .problem-section h2 {
    max-width: 320px;
    margin: 0;
    font-size: clamp(31px, 9vw, 39px);
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
  }

  .problem-section h2 span {
    display: block;
  }

  .problem-section .pain-grid {
    display: contents;
  }

  .problem-section .pain-list {
    order: 2;
    width: min(100%, 330px);
    gap: 10px;
  }

  .problem-section .pain-list li {
    min-height: auto;
    padding: 13px 14px 13px 46px;
    font-size: 12.5px;
    line-height: 1.36;
    background: rgba(255, 255, 255, .045);
  }

  .problem-section .pain-list li::before {
    left: 14px;
    top: 14px;
    width: 22px;
    height: 22px;
  }

  .problem-section .section-cta {
    order: 3;
    width: min(100%, 330px);
    margin-top: 18px;
  }

  .problem-section .subtle-link-btn {
    width: 100%;
    min-height: 42px;
    border-radius: 999px;
    background: #f5b51d;
    color: #07101a;
    font-size: 10.5px;
  }

  .problem-chart {
    order: 4;
    width: min(100%, 330px);
    margin-top: 30px;
    padding: 22px 20px 18px;
    border-radius: 14px;
    background: rgba(4, 12, 22, .72);
  }

  .problem-bars {
    height: 126px;
    gap: 10px;
  }

  .bridge-section {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .bridge-copy {
    width: min(100%, 330px);
  }

  .bridge-copy h2,
  .mobile-report-copy h2,
  #sistema .section-heading h2,
  .case-content h2,
  .sector-split-copy h2,
  .final-guarantee h2 {
    font-size: clamp(33px, 9.5vw, 43px);
    line-height: .98;
    text-transform: uppercase;
  }

  .results-cards {
    width: min(100%, 330px);
    gap: 14px;
  }

  .result-card {
    min-height: 82px;
    padding: 20px 16px;
    border-radius: 12px;
  }

  .result-number {
    font-size: 38px;
  }

  .results-cards-footer {
    max-width: 270px;
    margin-inline: auto;
    font-size: 12px;
    line-height: 1.4;
  }

}

.contrast-section,
.sector-section,
.qualification-pair,
.final-guarantee {
  background: #071226;
}

.contrast-section {
  padding-top: 42px;
}

.sector-section > .section-heading {
  display: block;
  margin-bottom: 30px;
}

.sector-section > .section-heading .section-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(88, 189, 219, .18);
  letter-spacing: .04em;
}

.sector-section > .section-heading h2 {
  color: #ffffff;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  text-transform: none;
}

.sector-section > .section-heading p {
  color: rgba(219, 228, 255, .75);
}

.section-cta {
  width: min(100% - 32px, 520px);
  margin: 28px auto 0;
  text-align: center;
}

.section-cta .primary-cta {
  width: 100%;
  min-height: 52px;
  font-size: 14px;
}

.problem-section .section-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}

.subtle-link-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  padding: 8px 16px;
  transition: all 0.3s ease;
  box-shadow: none;
}

.subtle-link-btn:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
}

.contrast-section > .section-heading {
  display: block;
  margin-bottom: 42px;
}

.contrast-section > .section-heading .section-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(88, 189, 219, .18);
  letter-spacing: .04em;
}

.contrast-section > .section-heading h2 {
  color: #ffffff;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  text-transform: none;
}

.contrast-grid {
  width: min(100% - 36px, 1060px);
  grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
  gap: 34px;
}

.contrast-panel {
  min-height: 300px;
  padding: 28px 32px 24px;
  border-radius: 10px;
  background: rgba(13, 22, 39, .9);
  box-shadow: none;
}

.contrast-panel::before {
  inset: 61px 28px auto;
  height: 1px;
  background: rgba(255, 255, 255, .07);
}

.contrast-panel::after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 17px;
  border-radius: 0 8px 0 8px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.old-way {
  border-color: rgba(255, 180, 171, .28);
  background: rgba(18, 26, 44, .96);
}

.old-way::after {
  content: "Obsoleto";
  color: #2a0908;
  background: #ffb4ab;
}

.new-way {
  border-color: rgba(251, 191, 36, .52);
  box-shadow: none;
}

.new-way::after {
  content: "La Solución";
  color: #7a5700;
  background: var(--primary-strong);
}

.contrast-panel h3 {
  margin: 0 0 34px;
  color: #f4f7ff;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.new-way h3 {
  color: var(--primary-strong);
}

.contrast-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contrast-panel li {
  position: relative;
  padding: 0 0 18px 34px;
  border: 0;
  color: #c6ccda;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.contrast-panel li::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  line-height: 1;
}

.old-way li::before {
  content: "close";
  color: #ff7a72;
}

.new-way li::before {
  content: "check_circle";
  color: var(--primary-strong);
}

.contrast-panel strong {
  color: #ffffff;
  font-weight: 900;
}

.sector-section {
  padding-top: 34px;
}

.sector-split {
  width: min(100% - 36px, 1120px);
  margin: 0 auto;
}

.sector-split-inner {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(34px, 6vw, 76px);
}

.sector-split-copy {
  max-width: 455px;
}

.sector-split-copy .section-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 22px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--secondary-strong);
  background: rgba(123, 208, 255, .16);
  letter-spacing: .04em;
}

.sector-split-copy h2 {
  margin: 0;
  color: var(--on-surface);
  font-family: var(--display);
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 800;
  line-height: .96;
  text-transform: none;
}

.sector-split-copy p {
  margin: 22px 0 30px;
  color: rgba(219, 229, 255, .78);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 700;
  line-height: 1.55;
}

.sector-split-copy .primary-cta {
  width: auto;
  min-height: 54px;
}

.sector-split-list {
  display: grid;
  gap: 12px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sector-split-item {
  overflow: hidden;
  border: 1px solid rgba(123, 208, 255, .14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(123, 208, 255, .10), transparent 36%),
    rgba(12, 22, 40, .94);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, .20),
    inset 0 1px 0 rgba(255, 255, 255, .04);
  border-bottom: 1px solid rgba(123, 208, 255, .14);
}

.sector-split-item:last-child {
  border-bottom: 1px solid rgba(123, 208, 255, .14);
}

.sector-split-item:has(.sector-split-trigger[aria-expanded="true"]) {
  border-color: rgba(251, 191, 36, .36);
  background:
    radial-gradient(circle at 100% 0%, rgba(251, 191, 36, .12), transparent 36%),
    rgba(13, 22, 39, .98);
  box-shadow:
    0 22px 56px rgba(0, 0, 0, .26),
    0 0 28px rgba(251, 191, 36, .08);
}

.sector-split-trigger {
  width: 100%;
  min-height: 82px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 34px;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: background-color .22s ease;
}

.sector-split-trigger:hover {
  background: rgba(255, 255, 255, .03);
}

.sector-icon-box {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(123, 208, 255, .24);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(123, 208, 255, .16), rgba(123, 208, 255, .06));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 10px 24px rgba(0, 0, 0, .18);
}

.sector-split-item:nth-child(even) .sector-icon-box {
  border-color: rgba(251, 191, 36, .22);
  background:
    linear-gradient(180deg, rgba(251, 191, 36, .16), rgba(251, 191, 36, .06));
}

.sector-trigger-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.sector-trigger-copy strong {
  color: #ffffff;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .01em;
}

.sector-trigger-copy small {
  color: rgba(219, 229, 255, .66);
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.25;
}

.sector-split-chevron {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(123, 208, 255, .18);
  border-radius: 999px;
  color: var(--secondary-strong);
  background: rgba(123, 208, 255, .08);
  font-size: 22px;
  transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
  flex-shrink: 0;
}

.sector-split-trigger[aria-expanded="true"] .sector-split-chevron {
  transform: rotate(180deg);
  color: var(--primary-strong);
  background: rgba(251, 191, 36, .10);
  border-color: rgba(251, 191, 36, .24);
}

.sector-split-content {
  padding: 0 18px 18px 88px;
}

.sector-split-content p {
  margin: 0;
  padding: 14px 16px;
  border-left: 2px solid rgba(251, 191, 36, .32);
  border-radius: 0 12px 12px 0;
  color: rgba(246, 248, 255, .86);
  background: rgba(255, 255, 255, .035);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.45;
}

.qualification-pair {
  display: grid;
  width: 100%;
  margin: 0;
  grid-template-columns: minmax(0, 500px) minmax(0, 500px);
  justify-content: center;
  gap: clamp(42px, 7vw, 92px);
  padding: 70px clamp(24px, 6vw, 72px) 64px;
  background: #071226;
}

.qualification-pair .final-filter,
.qualification-pair .final-qualify {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.qualification-pair .final-heading {
  width: 100%;
  margin: 0 0 24px;
  text-align: left;
}

.qualification-pair .final-heading h2 {
  display: none;
}

.qualification-pair .section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.final-filter .section-label {
  color: var(--danger-soft);
}

.final-qualify .section-label {
  color: var(--cyan);
}

.final-filter .section-label::before {
  color: var(--danger-soft);
}

.qualification-pair .section-label::before {
  font-family: "Material Symbols Outlined";
  font-size: 22px;
  font-weight: 400;
}

.final-filter .section-label::before {
  content: "block";
}

.final-qualify .section-label::before {
  content: "check_circle";
}

.qualification-pair .final-filter-list,
.qualification-pair .final-qualify-list {
  display: grid;
  width: 100%;
  margin: 0;
  gap: 15px;
}

.qualification-pair li {
  min-height: 36px;
  display: flex;
  align-items: flex-start;
  padding: 1px 0 0 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #c9ced9;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.qualification-pair li::before {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: "Material Symbols Outlined";
  font-size: 21px;
  line-height: 1;
}

.qualification-pair li::after {
  content: none;
}

.final-filter-list li::before {
  content: "close";
  color: #ff7a72;
}

.final-qualify-list li::before {
  content: "check_circle";
  color: var(--secondary-strong);
}

.final-guarantee {
  width: min(100% - 64px, 860px);
  margin: 28px auto 56px;
  padding: 36px 24px 54px;
  border: 1px solid rgba(251, 191, 36, .28);
  border-radius: 18px;
  background: #061124;
  box-shadow: none;
}

.garantia-badge {
  display: block;
  width: 220px;
  height: auto;
  margin: 0 auto 18px;
}

.final-guarantee h2 {
  max-width: 560px;
  color: #ffffff;
  font-family: var(--display);
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: none;
}

.final-guarantee h2 span {
  display: block;
  color: var(--primary-strong);
}

.final-guarantee p {
  max-width: 650px;
  margin: 24px auto 34px;
  color: #c6ccda;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.final-guarantee .primary-cta {
  min-height: 56px;
  padding: 0 42px;
  font-size: 14px;
  color: #042033;
  background: var(--secondary-strong);
  box-shadow: 0 4px 16px rgba(123, 208, 255, .2);
}

.final-guarantee .primary-cta:hover {
  box-shadow: 0 6px 22px rgba(123, 208, 255, .3);
}

.final-guarantee small {
  margin-top: 22px;
  color: rgba(246, 248, 255, .48);
  font-size: 12px;
}

@media (max-width: 900px) {
  .contrast-grid,
  .qualification-pair {
    grid-template-columns: 1fr;
  }

  .sector-split-inner {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .sector-split-copy {
    max-width: 660px;
  }

  .qualification-pair {
    gap: 34px;
  }

}

@media (max-width: 760px) {
  .contrast-grid,
  .sector-split,
  .final-guarantee {
    width: min(100% - 32px, 100%);
  }

  .sector-split {
    width: min(100%, 420px);
    margin: 0 auto;
  }

  .sector-split-inner {
    grid-template-columns: 1fr;
  }

  .sector-split-copy {
    max-width: none;
  }

  .sector-split-copy .primary-cta {
    width: 100%;
  }

  .qualification-pair {
    width: 100%;
    padding-inline: 20px;
  }

  .contrast-panel {
    padding-inline: 20px;
  }

}

.bridge-section {
  padding: 72px 18px 60px;
  background: #071226;
}

.bridge-copy {
  display: grid;
  gap: 16px;
  width: min(100% - 36px, 800px);
  margin: 0 auto 44px;
  text-align: center;
}

.bridge-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: none;
}

.bridge-copy p {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(219, 228, 255, .75);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.bridge-copy .section-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin: 0 auto;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(88, 189, 219, .18);
  font-size: 10.5px;
  letter-spacing: .04em;
  width: fit-content;
}

.bridge-copy strong {
  display: block;
  margin-top: 4px;
  color: var(--primary-soft);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 900;
  line-height: 1.25;
}

.problem-section {
  padding: 58px 18px 70px;
  background: #071226;
}

.problem-section .section-heading {
  width: min(100% - 36px, 780px);
  margin-bottom: 42px;
}

.problem-section .section-label--danger {
  margin-bottom: 14px;
  padding: 6px 14px;
  border: 0;
  color: var(--danger-soft);
  background: rgba(255, 180, 171, .22);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .04em;
}

.problem-section h2 {
  color: #ffffff;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: none;
  text-shadow: none;
}

.problem-section h2 span {
  display: inline;
  color: var(--danger-soft);
}

.problem-section .pain-grid {
  width: min(100%, 880px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
}

.problem-section .pain-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.problem-section .pain-list li {
  min-height: 74px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 15px 18px 15px 52px;
  border: 1px solid rgba(255, 122, 114, .16);
  border-radius: 6px;
  color: #c9ced9;
  background: rgba(28, 25, 42, .9);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.32;
}

.problem-section .pain-list li::before {
  content: "cancel";
  left: 18px;
  top: 50%;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: #ff7a72;
  background: transparent;
  font-family: "Material Symbols Outlined";
  font-size: 22px;
  line-height: 1;
  transform: translateY(-50%);
}

@media (max-width: 760px) {
  .problem-section .pain-grid {
    grid-template-columns: 1fr;
  }

  .problem-section .pain-grid {
    gap: 18px;
  }

  .problem-section h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

}

@media (max-width: 760px) {
  main#top {
    padding-top: 96px;
  }

  .site-header {
    padding-inline: 16px;
  }

  .brand {
    font-size: 28px;
  }

  .pain-grid,
  .contrast-grid {
    grid-template-columns: 1fr;
  }

  .applied-logo-track {
    --applied-logo-gap: 24px;
    animation-duration: 36s;
  }

  .applied-logo-card {
    width: 148px;
    height: 58px;
  }

}

.applied-companies {
  margin-bottom: 64px;
  border-block: 1px solid rgba(8, 17, 26, .08);
  background:
    radial-gradient(circle at 50% 0%, rgba(123, 208, 255, .16), transparent 28rem),
    linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%);
}

.applied-companies p {
  color: #132238;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.applied-logo-marquee {
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.applied-logo-card img {
  filter: grayscale(.15) saturate(.9) brightness(.72) contrast(1.18);
  opacity: .9;
}

.applied-logo-card:hover img {
  filter: grayscale(0) saturate(1.05) brightness(.9) contrast(1.05);
  opacity: 1;
}

@media (max-width: 760px) {
  .applied-companies {
    margin-bottom: 0;
  }

  .applied-companies p {
    max-width: calc(100vw - 32px);
    white-space: normal;
    line-height: 1.25;
  }

}

@media (max-width: 430px) {
  .applied-companies-inner,
  .problem-section .section-heading {
    width: 100%;
    max-width: 100%;
  }

  .applied-companies p {
    display: inline-flex;
    max-width: min(100%, 320px);
    justify-content: center;
    text-align: center;
    font-size: 10px;
    letter-spacing: .06em;
  }

  .problem-section h2 {
    font-size: clamp(30px, 8.4vw, 34px);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

}

@media (max-width: 760px) {
  .problem-section h2 {
    width: min(100%, 320px);
    max-width: 320px;
    margin-inline: auto;
    font-size: clamp(23px, 6.4vw, 26px);
    line-height: 1.14;
    overflow-wrap: anywhere;
  }

  .problem-section h2 span {
    display: block;
  }

  .problem-section .pain-list li {
    width: 100%;
    padding: 14px 14px 14px 46px;
    font-size: 12px;
    line-height: 1.32;
    overflow-wrap: anywhere;
  }

}

.header-cta,
.primary-cta {
  position: relative;
  overflow: hidden;
}

.header-cta::before,
.primary-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.22) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: left 0.6s ease;
  pointer-events: none;
  z-index: 1;
}

.header-cta:hover::before,
.primary-cta:hover::before {
  left: 150%;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.testimonials-grid .testimonial-card:nth-child(1) {
  transition-delay: 0.1s;
}

.testimonials-grid .testimonial-card:nth-child(2) {
  transition-delay: 0.2s;
}

.testimonials-grid .testimonial-card:nth-child(3) {
  transition-delay: 0.3s;
}

.testimonials-grid .testimonial-card:nth-child(4) {
  transition-delay: 0.4s;
}

.testimonials-grid .testimonial-card:nth-child(5) {
  transition-delay: 0.5s;
}

.success-case-section {
  padding: clamp(60px, 8vw, 90px) 18px;
  background: #040a14;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.case-container {
  width: min(100%, 1060px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(40px, 6vw, 64px);
  align-items: start;
}

.case-content .section-label {
  margin-bottom: 16px;
  display: inline-block;
}

.case-content h2 {
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.05;
  margin-bottom: 18px;
  color: #fff;
  font-family: var(--display);
  font-weight: 800;
  text-transform: none;
}

.case-content > p {
  color: rgba(219, 229, 255, 0.82);
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 22px;
  max-width: 560px;
}

.case-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
  max-width: 440px;
}

.metric-box {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  border-left: 3px solid var(--gold);
}

.metric-box strong {
  display: block;
  font-size: 31px;
  color: var(--gold);
  font-family: var(--display);
  line-height: 1;
}

.metric-box p {
  margin: 4px 0 0;
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.case-video-intro {
  margin-top: 6px;
  margin-bottom: 0;
  color: #ffe8b8;
  font-size: 13.5px;
  font-weight: 850;
  line-height: 1.4;
}

.case-video-wrapper.vertical-video {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  background: #000;
}

.case-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-final-cta {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 420px;
  margin-top: 8px;
}

.case-final-cta .primary-cta {
  width: 100%;
  min-height: 54px;
}

@media (min-width: 761px) {
  .case-final-cta {
    grid-column: 1;
  }

}

:root {
  --section-blue-deep: #040a14;
  --section-blue-base: #071226;
}

.theme-deep {
  color: var(--white);
  background: var(--section-blue-deep);
}

.theme-base {
  color: var(--white);
  background: var(--section-blue-base);
}

@media (min-width: 961px) {
  main#top {
    padding-top: 104px;
  }

}

@media (max-width: 760px) {
  .site-header {
    min-height: 58px;
    padding: 9px 14px;
  }

  .brand img {
    width: 82px;
  }

  main#top {
    padding-top: 92px;
    padding-bottom: 0;
  }

  .section-heading,
  .problem-section .section-heading {
    width: 100%;
  }

  .case-video-wrapper.vertical-video {
    max-width: min(82vw, 300px);
  }

  .lead-modal {
    width: calc(100vw - 20px);
    max-height: calc(100svh - 20px);
  }

  .modal-card {
    max-height: calc(100svh - 20px);
    overflow-y: auto;
    padding: 24px 16px;
  }

}

@media (max-width: 760px) {
  .problem-section .section-heading {
    margin-bottom: 16px;
  }

  .problem-section .section-label--danger {
    margin-bottom: 10px;
    padding: 5px 14px;
    font-size: 10px;
  }

  .problem-section h2 {
    width: min(100%, 360px);
    max-width: 360px;
    font-size: clamp(28px, 8.4vw, 34px);
    line-height: 1.08;
  }

  .problem-section .pain-grid {
    gap: 8px;
  }

  .problem-section .pain-list {
    gap: 8px;
  }

  .problem-section .pain-list li {
    min-height: 0;
    margin-bottom: 0;
    padding: 10px 12px 10px 42px;
    border-radius: 8px;
    font-size: clamp(11px, 3.1vw, 13px);
    line-height: 1.22;
  }

  .problem-section .pain-list li::before {
    left: 13px;
    font-size: 20px;
  }

  .problem-section .section-cta {
    margin-top: 14px;
    gap: 8px;
  }

  .testimonials-section {
    min-height: auto;
    display: block;
  }

  .testimonials-section .section-heading {
    margin-bottom: 18px;
  }

  .testimonials-section .section-heading h2 {
    max-width: 360px;
    margin-inline: auto;
    font-size: clamp(30px, 8.7vw, 38px);
    line-height: 1.06;
  }

  .testimonials-slider {
    width: 100%;
    padding: 0;
  }

  .testimonials-grid {
    gap: 14px;
    padding: 4px 18px 12px;
    scroll-padding-inline: 18px;
  }

  .testimonial-card {
    width: calc(100vw - 60px);
    min-height: 0;
    padding: 24px 20px;
    scroll-snap-align: center;
  }

  .testimonial-card p {
    font-size: 14px;
    line-height: 1.58;
  }

  .bridge-copy h2 {
    font-size: clamp(30px, 8.4vw, 38px);
  }

  .bridge-copy p {
    max-width: 330px;
    margin-inline: auto;
    font-size: 15px;
    line-height: 1.45;
  }

  .case-container {
    width: min(100%, 420px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .case-content {
    order: 1;
    text-align: left;
  }

  .case-content h2 {
    margin-bottom: 16px;
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1;
  }

  .case-content > p {
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 14.5px;
    line-height: 1.5;
    color: rgba(219, 229, 255, 0.82);
  }

  .case-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
    margin-bottom: 0;
  }

  .metric-box {
    padding: 15px 10px;
    border-radius: 14px;
    text-align: left;
  }

  .metric-box strong {
    font-size: 31px;
  }

  .metric-box p {
    font-size: 10.5px;
    line-height: 1.2;
  }

  .case-video-intro {
    margin-top: 22px;
    color: #ffe8b8;
    font-weight: 850;
  }

  .case-video-wrapper.vertical-video {
    order: 2;
    width: min(100%, 300px);
    margin-inline: auto;
    aspect-ratio: 9 / 16;
    border-radius: 24px;
    overflow: hidden;
  }

  .case-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .case-final-cta {
    order: 3;
    width: 100%;
  }

  .case-final-cta .primary-cta {
    width: 100%;
    min-height: 54px;
  }

}

@media (max-width: 380px) {
  .problem-section .pain-list li {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 11px;
  }

}

.mobile-report-section {
  padding: 64px 18px 72px;
  background:
    radial-gradient(circle at 50% 0%, rgba(88, 189, 219, .13), transparent 34%),
    #071226;
  text-align: center;
}

.mobile-report-copy {
  width: min(100%, 680px);
  margin: 0 auto 32px;
}

.mobile-report-copy h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--display);
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: none;
}

.mobile-report-copy p {
  max-width: 560px;
  margin: 14px auto 0;
  color: rgba(219, 229, 255, .78);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.mobile-report-visual {
  width: min(100%, 520px);
  margin: 0 auto;
}

.mobile-report-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, .38),
    0 0 34px rgba(88, 189, 219, .12);
}

@media (max-width: 480px) {
  .mobile-report-copy {
    margin-bottom: 24px;
  }

  .mobile-report-copy h2 {
    font-size: 31px;
  }

  .mobile-report-copy p {
    font-size: 13.5px;
    line-height: 1.45;
  }

  .mobile-report-visual {
    width: min(100%, 390px);
  }

  .mobile-report-visual img {
    border-radius: 18px;
  }

}

@media (max-width: 760px) {
  .section-heading,
  .bridge-copy,
  .mobile-report-copy,
  .sector-split-copy,
  .case-content,
  .final-heading,
  .final-guarantee-inner {
    width: min(100%, 420px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .section-label,
  .section-heading .section-label,
  .bridge-copy .section-label,
  .mobile-report-copy .section-label,
  .sector-split-copy .section-label,
  .case-content .section-label,
  .final-heading .section-label,
  .final-guarantee-inner .section-label {
    display: inline-flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: center;
  }

  .section-heading h2,
  .bridge-copy h2,
  .mobile-report-copy h2,
  .sector-split-copy h2,
  .case-content h2,
  .final-heading h2,
  .final-guarantee-inner h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading p,
  .bridge-copy p,
  .mobile-report-copy p,
  .sector-split-copy p,
  .case-content p,
  .final-heading p,
  .final-guarantee-inner p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-cta .primary-cta,
  .bridge-copy .primary-cta,
  .sector-split-copy .primary-cta,
  .case-content .primary-cta,
  .case-final-cta .primary-cta,
  .final-guarantee-inner .primary-cta,
  .hero-actions .primary-cta {
    width: 100%;
  }

  .problem-section .section-heading {
    text-align: left;
  }

  .problem-section .section-heading h2 {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .problem-section .section-label--danger {
    margin-left: 0;
    margin-right: auto;
  }

  .testimonials-section .section-heading {
    text-align: left;
  }

  .testimonials-section .section-heading h2 {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .system-section .section-heading {
    text-align: left;
  }

  .system-section .section-heading h2,
  .system-section .section-heading p {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .contrast-section > .section-heading {
    text-align: left;
  }

  .contrast-section > .section-heading h2 {
    margin-left: 0;
    margin-right: 0;
  }

  .qualification-pair .final-heading {
    text-align: left;
  }

  .final-guarantee {
    text-align: center;
  }

  .final-guarantee-inner {
    text-align: center;
  }

  .final-guarantee h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .final-guarantee p {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .case-container {
    text-align: left;
  }

  .bridge-copy .section-label,
  .mobile-report-copy .section-label {
    margin-left: 0;
    margin-right: auto;
  }

}

@media (max-width: 430px) {
  .section-heading,
  .bridge-copy,
  .mobile-report-copy,
  .sector-split-copy,
  .case-content,
  .final-heading,
  .final-guarantee-inner {
    width: 100%;
  }

  .sector-split-trigger {
    min-height: 74px;
    grid-template-columns: 46px minmax(0, 1fr) 28px;
    gap: 10px;
    padding: 12px 13px;
  }

  .sector-icon-box {
    width: 44px;
    height: 44px;
  }

  .sector-trigger-copy strong {
    font-size: 21px;
  }

  .sector-trigger-copy small {
    font-size: 11px;
  }

  .sector-split-content {
    padding: 0 12px 14px 66px;
  }

  .sector-split-content p {
    font-size: 12px;
  }

}

@media (max-width: 760px) {
  :root {
    --mobile-section-y: 56px;
    --mobile-section-y-compact: 44px;
    --mobile-section-gap: 28px;
    --mobile-content-gap: 18px;
    --mobile-container: 420px;
  }

  .problem-section,
  .testimonials-section,
  .bridge-section,
  .mobile-report-section,
  .system-section,
  .success-case-section,
  .contrast-section,
  .sector-section,
  .qualification-pair,
  .final-guarantee {
    padding-top: var(--mobile-section-y);
    padding-bottom: var(--mobile-section-y);
    padding-left: 14px;
    padding-right: 14px;
  }

  .applied-companies {
    padding-top: var(--mobile-section-y-compact);
    padding-bottom: var(--mobile-section-y-compact);
    margin-bottom: 0;
  }

  .section-heading,
  .bridge-copy,
  .mobile-report-copy,
  .sector-split-copy,
  .case-content,
  .final-heading,
  .final-guarantee-inner {
    width: min(100%, var(--mobile-container));
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--mobile-section-gap);
    text-align: center;
  }

  .section-heading p,
  .bridge-copy p,
  .mobile-report-copy p,
  .sector-split-copy p,
  .case-content p,
  .final-guarantee-inner p {
    margin-top: 12px;
  }

  .section-cta {
    width: min(100%, var(--mobile-container));
    margin-top: 24px;
  }

  .section-cta .primary-cta,
  .sector-split-copy .primary-cta,
  .case-content .primary-cta,
  .case-final-cta .primary-cta,
  .final-guarantee .primary-cta {
    width: 100%;
  }

  .bridge-section {
    padding-top: 50px;
    padding-bottom: 52px;
  }

  .results-cards {
    width: min(100%, 420px);
    margin: 22px auto 0;
    gap: 12px;
  }

  .mobile-report-section {
    padding-top: 52px;
    padding-bottom: 56px;
  }

  .mobile-report-copy {
    margin-bottom: 24px;
  }

  .mobile-report-visual {
    width: min(100%, 360px);
    margin-left: auto;
    margin-right: auto;
  }

  .system-section {
    padding-top: 50px;
    padding-bottom: 56px;
  }

  .success-case-section {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .case-container {
    width: min(100%, 420px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contrast-section {
    padding-top: 54px;
    padding-bottom: 56px;
  }

  .contrast-grid {
    width: min(100%, 420px);
    gap: 16px;
  }

  .contrast-panel {
    min-height: auto;
    padding: 24px 20px 20px;
  }

  .contrast-panel h3 {
    margin-bottom: 24px;
  }

  .contrast-panel li {
    padding-bottom: 14px;
  }

  .sector-section {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  .sector-split {
    width: min(100%, 420px);
  }

  .sector-split-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sector-split-copy {
    max-width: none;
    margin-bottom: 0;
  }

  .sector-split-copy .section-label {
    margin-bottom: 18px;
  }

  .sector-split-copy h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: .98;
  }

  .sector-split-copy p {
    margin: 18px 0 26px;
    font-size: 15px;
    line-height: 1.5;
  }

  .sector-split-copy .primary-cta {
    width: 100%;
    min-height: 54px;
    margin-bottom: 10px;
  }

  .sector-split-list {
    gap: 10px;
    margin-top: 4px;
  }

  .qualification-pair {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 56px 14px 60px;
    background:
      radial-gradient(circle at 50% 0%, rgba(123, 208, 255, .08), transparent 34%),
      #071226;
  }

  .qualification-pair .final-filter,
  .qualification-pair .final-qualify {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .qualification-pair .final-heading {
    width: 100%;
    margin: 0 0 18px;
    text-align: left;
  }

  .qualification-pair .section-label {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: var(--display);
    font-size: 23px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
  }

  .qualification-pair .final-filter .section-label {
    color: var(--danger-soft);
  }

  .qualification-pair .final-qualify .section-label {
    color: var(--secondary-strong);
  }

  .qualification-pair .section-label::before {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 999px;
    font-family: "Material Symbols Outlined";
    font-size: 21px;
    font-weight: 400;
  }

  .qualification-pair .final-filter .section-label::before {
    content: "block";
    color: var(--danger-soft);
    background: rgba(255, 122, 114, .10);
    border: 1px solid rgba(255, 122, 114, .24);
  }

  .qualification-pair .final-qualify .section-label::before {
    content: "check_circle";
    color: var(--secondary-strong);
    background: rgba(123, 208, 255, .10);
    border: 1px solid rgba(123, 208, 255, .24);
  }

  .qualification-pair .final-filter-list,
  .qualification-pair .final-qualify-list {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
    list-style: none;
  }

  .qualification-pair li {
    position: relative;
    min-height: auto;
    display: block;
    padding: 0 0 0 32px;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(236, 241, 255, .86);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.38;
  }

  .qualification-pair li::before {
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    font-family: "Material Symbols Outlined";
    font-size: 20px;
    line-height: 1;
  }

  .qualification-pair .final-filter-list li::before {
    content: "close";
    color: #ff7a72;
  }

  .qualification-pair .final-qualify-list li::before {
    content: "check_circle";
    color: var(--secondary-strong);
  }

  .qualification-pair .subtle-link-btn {
    width: 100%;
    margin-top: 18px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    color: rgba(219, 229, 255, .62);
    text-align: center;
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 800;
  }

  .final-guarantee {
    width: min(100% - 28px, 420px);
    margin-top: 56px;
    margin-bottom: 56px;
    padding: 32px 20px;
  }

  .sector-split-item {
    border-radius: 16px;
    border: 1px solid rgba(123, 208, 255, .12);
    background: rgba(12, 22, 40, .78);
    box-shadow: none;
  }

  .sector-split-item:has(.sector-split-trigger[aria-expanded="true"]) {
    border-color: rgba(251, 191, 36, .28);
    background:
      linear-gradient(180deg, rgba(251, 191, 36, .055), rgba(12, 22, 40, .84));
    box-shadow: none;
  }

  .sector-split-trigger {
    min-height: 74px;
    grid-template-columns: 48px minmax(0, 1fr) 30px;
    gap: 12px;
    padding: 13px 14px;
  }

  .sector-icon-box {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  .sector-trigger-copy {
    gap: 4px;
  }

  .sector-trigger-copy strong {
    font-size: 22px;
    line-height: 1;
  }

  .sector-trigger-copy small {
    font-size: 11.4px;
    line-height: 1.25;
    color: rgba(219, 229, 255, .58);
  }

  .sector-split-chevron {
    width: 28px;
    height: 28px;
  }

  .sector-split-content {
    padding: 0 16px 16px 74px;
  }

  .sector-split-content p {
    margin: 0;
    padding: 0 0 0 14px;
    border-left: 2px solid rgba(251, 191, 36, .36);
    border-radius: 0;
    background: transparent;
    color: rgba(246, 248, 255, .78);
    font-size: 12.8px;
    font-weight: 700;
    line-height: 1.45;
  }

  .sector-split-item:has(.sector-split-trigger[aria-expanded="true"]) .sector-icon-box {
    border-color: rgba(251, 191, 36, .24);
    background: rgba(251, 191, 36, .10);
  }

  .sector-split-trigger[aria-expanded="true"] .sector-split-chevron {
    border-color: rgba(251, 191, 36, .26);
    background: rgba(251, 191, 36, .10);
  }

}

@media (max-width: 380px) {
  .qualification-pair .final-filter,
  .qualification-pair .final-qualify {
    padding: 0;
    border-radius: 0;
  }

  .qualification-pair .section-label {
    font-size: 21px;
  }

  .qualification-pair li {
    font-size: 13.4px;
    line-height: 1.35;
  }

}

.sector-section {
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(123, 208, 255, .08), transparent 30rem),
    linear-gradient(180deg, #071226 0%, #050b18 100%);
}

.sector-split {
  width: min(100% - 32px, 1120px);
}

.sector-split-inner {
  align-items: center;
}

.sector-split-copy h2 {
  letter-spacing: -0.02em;
}

.sector-split-copy p {
  max-width: 420px;
}

.sector-split-list {
  gap: 10px;
}

.sector-split-item {
  position: relative;
  border: 1px solid rgba(123, 208, 255, .13);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012)),
    rgba(10, 19, 35, .92);
  box-shadow: none;
  overflow: hidden;
}

.sector-split-item::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(123, 208, 255, .08), transparent 42%);
  opacity: .55;
}

.sector-split-item:has(.sector-split-trigger[aria-expanded="true"]) {
  border-color: rgba(251, 191, 36, .36);
  background:
    linear-gradient(180deg, rgba(251, 191, 36, .06), rgba(255, 255, 255, .015)),
    rgba(10, 19, 35, .96);
}

.sector-split-item:has(.sector-split-trigger[aria-expanded="true"])::before {
  background: linear-gradient(90deg, rgba(251, 191, 36, .10), transparent 46%);
}

.sector-split-trigger {
  position: relative;
  z-index: 1;
  min-height: 78px;
  grid-template-columns: 48px minmax(0, 1fr) 30px;
  gap: 13px;
  padding: 14px 15px;
}

.sector-split-trigger:hover {
  background: rgba(255, 255, 255, .025);
}

.sector-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(123, 208, 255, .22);
  background:
    linear-gradient(180deg, rgba(123, 208, 255, .13), rgba(123, 208, 255, .045));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.sector-symbol {
  color: var(--secondary-strong);
  font-size: 24px;
  line-height: 1;
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

.sector-split-item:nth-child(even) .sector-icon-box {
  border-color: rgba(251, 191, 36, .22);
  background:
    linear-gradient(180deg, rgba(251, 191, 36, .13), rgba(251, 191, 36, .045));
}

.sector-split-item:nth-child(even) .sector-symbol {
  color: var(--primary-strong);
}

.sector-split-trigger[aria-expanded="true"] .sector-icon-box {
  border-color: rgba(251, 191, 36, .34);
  background:
    linear-gradient(180deg, rgba(251, 191, 36, .16), rgba(251, 191, 36, .055));
}

.sector-split-trigger[aria-expanded="true"] .sector-symbol {
  color: var(--primary-strong);
}

.sector-trigger-copy {
  gap: 4px;
}

.sector-trigger-copy strong {
  color: #f7f9ff;
  font-family: var(--display);
  font-size: 23px;
  font-weight: 800;
  line-height: .98;
  letter-spacing: -0.01em;
}

.sector-trigger-copy small {
  max-width: 95%;
  color: rgba(219, 229, 255, .62);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.28;
}

.sector-split-chevron {
  width: 30px;
  height: 30px;
  border-color: rgba(123, 208, 255, .18);
  background: rgba(123, 208, 255, .07);
  color: var(--secondary-strong);
  font-size: 21px;
}

.sector-split-trigger[aria-expanded="true"] .sector-split-chevron {
  color: var(--primary-strong);
  border-color: rgba(251, 191, 36, .26);
  background: rgba(251, 191, 36, .10);
}

.sector-split-content {
  position: relative;
  z-index: 1;
  padding: 0 16px 16px 76px;
}

.sector-split-content p {
  margin: 0;
  padding: 0 0 0 13px;
  border-left: 2px solid rgba(251, 191, 36, .34);
  color: rgba(246, 248, 255, .76);
  background: transparent;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .sector-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .sector-split {
    width: min(100%, 420px);
  }

  .sector-split-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .sector-split-copy {
    max-width: 100%;
    margin-bottom: 0;
    text-align: left;
  }

  .sector-split-copy .section-label {
    margin-bottom: 18px;
  }

  .sector-split-copy h2 {
    max-width: 360px;
    font-size: clamp(38px, 11vw, 48px);
    line-height: .95;
  }

  .sector-split-copy p {
    max-width: 360px;
    margin: 16px 0 22px;
    font-size: 14.5px;
    line-height: 1.48;
    color: rgba(219, 229, 255, .74);
  }

  .sector-split-copy .primary-cta {
    width: 100%;
    min-height: 52px;
    margin-bottom: 4px;
  }

  .sector-split-list {
    gap: 10px;
  }

  .sector-split-item {
    border-radius: 15px;
  }

  .sector-split-trigger {
    min-height: 72px;
    grid-template-columns: 44px minmax(0, 1fr) 28px;
    gap: 11px;
    padding: 12px 13px;
  }

  .sector-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .sector-symbol {
    font-size: 23px;
  }

  .sector-trigger-copy strong {
    font-size: 21px;
    line-height: .98;
  }

  .sector-trigger-copy small {
    font-size: 11px;
    line-height: 1.25;
    color: rgba(219, 229, 255, .58);
  }

  .sector-split-chevron {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }

  .sector-split-content {
    padding: 0 13px 14px 68px;
  }

  .sector-split-content p {
    font-size: 12px;
    line-height: 1.42;
  }

}

@media (max-width: 380px) {
  .sector-split-trigger {
    grid-template-columns: 40px minmax(0, 1fr) 26px;
    gap: 10px;
    padding: 11px 12px;
  }

  .sector-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .sector-symbol {
    font-size: 21px;
  }

  .sector-trigger-copy strong {
    font-size: 19px;
  }

  .sector-trigger-copy small {
    font-size: 10.5px;
  }

  .sector-split-content {
    padding-left: 62px;
  }

}

.final-guarantee {
  width: 100%;
  margin: 0;
  padding: clamp(68px, 9vw, 112px) clamp(18px, 4vw, 24px) clamp(56px, 7vw, 86px);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 10%, rgba(251, 191, 36, .10), transparent 24rem),
    radial-gradient(circle at 50% 36%, rgba(123, 208, 255, .055), transparent 28rem),
    linear-gradient(180deg, #050b15 0%, #030711 100%);
  box-shadow: none;
  text-align: center;
  overflow: hidden;
}

.final-guarantee-inner {
  position: relative;
  width: min(100%, 720px);
  margin: 0 auto;
  display: grid;
  justify-items: center;
}

.final-guarantee-inner::before {
  content: "";
  position: absolute;
  top: -42px;
  left: 50%;
  width: 280px;
  height: 280px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(251, 191, 36, .16), transparent 66%);
  filter: blur(8px);
  pointer-events: none;
  opacity: .75;
}

.final-guarantee img,
.final-guarantee picture img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(230px, 58vw);
  height: auto;
  margin: 0 auto 36px;
  filter:
    drop-shadow(0 0 18px rgba(251, 191, 36, .20))
    drop-shadow(0 18px 34px rgba(0, 0, 0, .36));
}

.final-guarantee h2 {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0 auto;
  color: #ffffff;
  font-family: var(--display);
  font-size: clamp(34px, 6vw, 58px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -0.02em;
  text-transform: none;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .35);
}

.final-guarantee h2 span,
.final-guarantee h2 strong {
  color: var(--primary-strong);
}

.final-guarantee p {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 20px auto 30px;
  color: rgba(219, 229, 255, .78);
  font-size: clamp(15px, 1.7vw, 17px);
  font-weight: 750;
  line-height: 1.55;
}

.final-guarantee .primary-cta {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  min-height: 56px;
  margin: 0 auto;
  border-radius: 999px;
  color: #06101d;
  background: linear-gradient(180deg, #82d8ff 0%, #62c8f5 100%);
  box-shadow:
    0 12px 34px rgba(98, 200, 245, .22),
    inset 0 1px 0 rgba(255, 255, 255, .26);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
}

.final-guarantee .primary-cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 42px rgba(98, 200, 245, .30),
    inset 0 1px 0 rgba(255, 255, 255, .30);
}

.final-guarantee small {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 520px;
  margin: 24px auto 0;
  color: rgba(219, 229, 255, .42);
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.45;
}

.final-guarantee + .footer {
  border-top: 1px solid rgba(255, 255, 255, .075);
  background:
    linear-gradient(180deg, #050b15 0%, #071226 100%);
}

@media (max-width: 760px) {
  .final-guarantee {
    padding: 64px 22px 54px;
  }

  .final-guarantee-inner {
    width: min(100%, 390px);
  }

  .final-guarantee-inner::before {
    top: -34px;
    width: 230px;
    height: 230px;
  }

  .final-guarantee img,
  .final-guarantee picture img {
    width: min(205px, 56vw);
    margin-bottom: 32px;
  }

  .final-guarantee h2 {
    max-width: 360px;
    font-size: clamp(34px, 10vw, 44px);
    line-height: .98;
    text-align: left;
    justify-self: stretch;
  }

  .final-guarantee p {
    max-width: 360px;
    margin: 18px 0 28px;
    font-size: 14.5px;
    line-height: 1.5;
    text-align: left;
    justify-self: stretch;
  }

  .final-guarantee .primary-cta {
    width: 100%;
    min-height: 54px;
    font-size: 13.5px;
    text-align: center;
  }

  .final-guarantee small {
    max-width: 360px;
    margin-top: 22px;
    font-size: 11px;
    line-height: 1.42;
    text-align: left;
    justify-self: stretch;
  }

}

@media (max-width: 380px) {
  .final-guarantee {
    padding-left: 18px;
    padding-right: 18px;
  }

  .final-guarantee img,
  .final-guarantee picture img {
    width: min(188px, 54vw);
  }

  .final-guarantee h2 {
    font-size: 32px;
  }

}

@media (max-width: 760px) {
  main#top {
    padding-top: 78px;
  }

  .hero {
    padding: 46px 18px 54px;
    min-height: auto;
    display: block;
    overflow: hidden;
  }

  .hero-grid {
    width: min(100%, 430px);
    gap: 24px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .hero-copyblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .hero h1 {
    max-width: 390px;
    margin: 0 auto;
    font-size: clamp(40px, 11.2vw, 52px);
    line-height: .96;
    letter-spacing: -0.028em;
    text-align: center;
  }

  .hero-copyblock > p {
    max-width: 370px;
    margin: 18px auto 0;
    font-size: 14.5px;
    line-height: 1.45;
    text-align: center;
  }

  .hero-points {
    width: 100%;
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    justify-content: center;
  }

  .hero-points span {
    width: 100%;
    min-height: 38px;
    justify-content: center;
    padding: 0 12px;
    font-size: 11.7px;
    white-space: normal;
    text-align: center;
    border: 1px solid rgba(123, 208, 255, .18);
    border-radius: 999px;
    color: rgba(246, 248, 255, .82);
    background: rgba(123, 208, 255, .075);
    display: inline-flex;
    align-items: center;
    font-weight: 850;
    line-height: 1;
    position: static;
    padding-left: 12px;
  }

  .hero-points span::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border: 0;
    border-radius: 50%;
    background: var(--secondary-strong);
    box-shadow: 0 0 10px rgba(123, 208, 255, .52);
    position: static;
  }

  .hero-vsl-col {
    width: 100%;
    gap: 15px;
    display: flex;
    flex-direction: column;
  }

  .hero-result {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 14px;
    border: 1px solid rgba(251, 191, 36, .20);
    border-radius: 999px;
    color: rgba(255, 232, 184, .84);
    background: rgba(251, 191, 36, .07);
    font-size: 11.5px;
    font-weight: 850;
    line-height: 1.28;
    text-align: center;
  }

  .vsl {
    order: 1;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(123, 208, 255, .14);
    border-radius: 15px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012)),
      #0b1424;
    box-shadow:
      0 22px 54px rgba(0, 0, 0, .34),
      inset 0 1px 0 rgba(255, 255, 255, .05);
    min-height: auto;
    max-height: none;
  }

  .vsl-screen {
    min-height: 218px;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 50% 35%, rgba(123, 208, 255, .10), transparent 18rem),
      linear-gradient(180deg, #111827 0%, #0b1220 100%);
  }

  .vsl-screen::after {
    background: linear-gradient(180deg, rgba(5, 11, 24, .05), rgba(5, 11, 24, .20));
  }

  .hero-actions {
    order: 3;
    width: 100%;
    gap: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .hero .primary-cta {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffca35 0%, #fbbf24 100%);
    color: #07101a;
    box-shadow:
      0 14px 34px rgba(251, 191, 36, .24),
      inset 0 1px 0 rgba(255, 255, 255, .28);
    font-size: 13.5px;
    font-weight: 900;
    line-height: 1.15;
    white-space: normal;
    text-align: center;
    border: 0;
  }

  .hero small {
    margin: 0;
    color: rgba(219, 229, 255, .68);
    font-size: 11.5px;
    font-weight: 750;
    line-height: 1.35;
    text-align: center;
  }

}

@media (max-width: 380px) {
  .hero {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero h1 {
    font-size: 37px;
  }

  .hero-copyblock > p {
    font-size: 13.8px;
  }

  .vsl-screen {
    min-height: 200px;
  }

}

@media (max-width: 760px) {
  #sistema.system-section {
    padding-top: 58px;
    padding-bottom: 64px;
  }

}

.final-guarantee {
  width: 100%;
  margin: 0;
  padding: clamp(56px, 8vw, 88px) clamp(18px, 4vw, 24px) clamp(48px, 7vw, 72px);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 12%, rgba(251, 191, 36, .115), transparent 20rem),
    radial-gradient(circle at 50% 46%, rgba(123, 208, 255, .045), transparent 24rem),
    linear-gradient(180deg, #08111a 0%, #040914 58%, #030711 100%);
  box-shadow: none;
  overflow: hidden;
}

.final-guarantee-inner {
  width: min(100%, 620px);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  text-align: center;
}

.final-guarantee img,
.final-guarantee picture img {
  display: block;
  width: min(180px, 46vw);
  height: auto;
  margin: 0 auto 38px;
  justify-self: center;
  filter:
    drop-shadow(0 0 18px rgba(251, 191, 36, .20))
    drop-shadow(0 16px 28px rgba(0, 0, 0, .36));
}

.final-guarantee h2 {
  max-width: 440px;
  margin: 0 auto;
  color: #ffffff;
  font-family: var(--display);
  font-size: clamp(38px, 7vw, 58px);
  font-weight: 800;
  line-height: .94;
  letter-spacing: -0.025em;
  text-align: center;
  text-transform: none;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .34);
}

.final-guarantee h2 span:first-of-type {
  display: block;
  white-space: nowrap;
}

.final-guarantee h2 span,
.final-guarantee h2 strong {
  color: var(--primary-strong);
}

.final-guarantee p {
  max-width: 500px;
  margin: 22px auto 30px;
  color: rgba(219, 229, 255, .82);
  font-size: 15.5px;
  font-weight: 750;
  line-height: 1.5;
  text-align: center;
}

.final-guarantee .primary-cta {
  width: min(100%, 430px);
  min-height: 56px;
  margin: 0 auto;
  border-radius: 999px;
  color: #06101d;
  background: linear-gradient(180deg, #82d8ff 0%, #62c8f5 100%);
  box-shadow:
    0 14px 34px rgba(98, 200, 245, .22),
    inset 0 1px 0 rgba(255, 255, 255, .26);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .01em;
}

.final-guarantee .primary-cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 44px rgba(98, 200, 245, .28),
    inset 0 1px 0 rgba(255, 255, 255, .30);
}

.final-guarantee small {
  display: block;
  max-width: 430px;
  margin: 22px auto 0;
  color: rgba(219, 229, 255, .48);
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.42;
  text-align: center;
}

.final-guarantee + .footer {
  border-top: 1px solid rgba(255, 255, 255, .07);
  background:
    linear-gradient(180deg, #030711 0%, #071226 100%);
}

@media (max-width: 760px) {
  .final-guarantee {
    padding: 52px 22px 48px;
  }

  .final-guarantee-inner {
    width: min(100%, 380px);
  }

  .final-guarantee img,
  .final-guarantee picture img {
    width: min(158px, 42vw);
    margin-bottom: 34px;
  }

  .final-guarantee h2 {
    max-width: 330px;
    font-size: clamp(35px, 9.5vw, 42px);
    line-height: .94;
    letter-spacing: -0.025em;
  }

  .final-guarantee p {
    max-width: 350px;
    margin: 20px 0 28px;
    font-size: 14.2px;
    line-height: 1.5;
  }

  .final-guarantee .primary-cta {
    width: 100%;
    min-height: 54px;
    padding-inline: 18px;
    font-size: 13.4px;
    line-height: 1.15;
    text-align: center;
  }

  .final-guarantee small {
    max-width: 340px;
    margin-top: 22px;
    font-size: 10.8px;
    line-height: 1.42;
  }

  .final-guarantee + .footer {
    padding-top: 22px;
    padding-bottom: 28px;
  }

}

@media (max-width: 380px) {
  .final-guarantee {
    padding-left: 18px;
    padding-right: 18px;
  }

  .final-guarantee img,
  .final-guarantee picture img {
    width: min(145px, 40vw);
    margin-bottom: 30px;
  }

  .final-guarantee h2 {
    font-size: 32px;
  }

  .final-guarantee p {
    font-size: 13.5px;
  }

  .final-guarantee .primary-cta {
    font-size: 12.8px;
  }

}

@media (max-width: 760px) {
  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-grid,
  .hero-copyblock,
  .hero-vsl-col {
    width: 100%;
    max-width: 100%;
  }

  .hero h1 {
    width: min(100%, 300px);
    max-width: 300px;
    font-size: clamp(30px, 8.2vw, 33px);
    line-height: 1.03;
    letter-spacing: 0;
    text-wrap: normal;
    overflow-wrap: normal;
  }

  .hero-copyblock > p {
    width: 100%;
    max-width: 300px;
    overflow-wrap: anywhere;
  }

  .hero-result {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
    border-radius: 18px;
    font-size: 11px;
    line-height: 1.35;
    text-wrap: wrap;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero .hero-vsl-col > .hero-result {
    align-self: center;
    width: min(100%, 300px);
    max-width: 300px;
    padding: 9px 12px;
    white-space: normal;
  }

  .vsl-screen {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .lead-modal {
    width: min(94vw, 420px);
    max-height: calc(100dvh - 24px);
    overflow: auto;
    border-radius: 16px;
  }

  .modal-card {
    gap: 13px;
    padding: 22px 16px 18px;
  }

  .modal-card h2 {
    max-width: calc(100% - 44px);
    font-size: 24px;
  }

  .modal-actions {
    grid-template-columns: 1fr;
  }

  .modal-actions .primary-cta,
  .modal-actions .secondary-cta {
    min-height: 48px;
  }

  .final-guarantee h2 span:first-of-type {
    white-space: normal;
  }

  .footer {
    flex-direction: column;
    gap: 12px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
  }

  .footer nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
  }

}

@media (max-width: 380px) {
  .hero h1 {
    width: min(100%, 284px);
    max-width: 284px;
    font-size: 30px;
  }

  .hero-copyblock > p {
    max-width: 284px;
  }

  .primary-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

}

:root {
  --display: "Inter", Arial, sans-serif;
}

h1,
h2,
h3,
.section-heading h2,
.bridge-copy h2,
.sector-trigger-copy strong,
.final-guarantee h2 {
  letter-spacing: 0;
  text-shadow: none;
}

.hero h1 span {
  color: #72d2ff;
}

.hero h1 .hero-gold {
  color: #ffc329;
}

.hero .primary-cta {
  background: linear-gradient(180deg, #ffd24a 0%, #f5b51d 100%);
  box-shadow: 0 16px 34px rgba(245, 181, 29, .24);
}

.applied-companies {
  background: #f8fbff;
  padding-top: 30px;
  padding-bottom: 34px;
}

.applied-companies p {
  color: #526273;
}

.applied-logo-marquee {
  margin-top: 20px;
}

.applied-logo-card {
  width: clamp(150px, 18vw, 220px);
  height: 82px;
  padding: 14px 18px;
  border: 1px solid rgba(8, 17, 26, .08);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(8, 17, 26, .06);
}

.applied-logo-card img {
  max-height: 56px;
}

.google-badge svg {
  display: none;
}

.google-badge {
  background: #fff url("./assets/logogoogle.png") center / 23px auto no-repeat;
}

.bridge-section {
  background:
    radial-gradient(circle at 78% 0%, rgba(88, 189, 219, .10), transparent 28%),
    linear-gradient(180deg, #071226 0%, #050b15 100%);
}

.results-cards {
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .10);
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.result-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.result-card:last-of-type {
  border-bottom: 0;
}

.result-number {
  color: #ffc329;
  font-size: clamp(42px, 8vw, 72px);
  line-height: .9;
}

.result-title {
  color: #ffffff;
  font-size: 16px;
}

.sector-split-list {
  gap: 14px;
}

.sector-split-item {
  border-radius: 18px;
}

.sector-split-trigger {
  min-height: 88px;
  padding: 18px;
  gap: 16px;
}

.sector-icon-box {
  width: 52px;
  height: 52px;
}

.sector-trigger-copy strong {
  font-size: 24px;
  line-height: 1.05;
}

.sector-trigger-copy small {
  max-width: 100%;
  color: rgba(219, 229, 255, .68);
  font-size: 12px;
  line-height: 1.35;
}

.sector-split-content {
  padding-left: 86px;
}

.final-guarantee img,
.final-guarantee picture img {
  width: min(230px, 54vw);
  margin-bottom: 34px;
}

.case-youtube {
  display: block;
  width: 100%;
  min-height: 0;
  border: 0;
  aspect-ratio: 9 / 16;
}

@media (max-width: 760px) {
  .site-header {
    min-height: 58px;
  }

  main#top {
    padding-top: 58px;
  }

  .hero {
    padding: 34px 18px 38px;
  }

  .hero-grid {
    gap: 18px;
  }

  .hero h1 {
    width: min(100%, 310px);
    max-width: 310px;
    font-size: clamp(32px, 8.8vw, 37px);
    line-height: 1.02;
    text-align: center;
  }

  .hero-copyblock > p {
    width: min(100%, 250px);
    max-width: 250px;
    margin-top: 14px;
    font-size: 13.5px;
    line-height: 1.45;
  }

  .hero .hero-copyblock > p {
    width: 250px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-points {
    display: none;
  }

  .hero-vsl-col {
    gap: 14px;
  }

  .hero-actions {
    order: 1;
    width: min(100%, 304px);
    max-width: 304px;
  }

  .hero .primary-cta {
    width: 100%;
    min-height: 54px;
    font-size: 13.5px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .vsl {
    order: 2;
    border-radius: 16px;
  }

  .hero-result {
    order: 3;
    max-width: 320px;
    font-size: 11px;
  }

  .applied-companies {
    padding: 26px 0 30px;
  }

  .applied-companies p {
    padding-inline: 18px;
    font-size: 10.5px;
    letter-spacing: .18em;
  }

  .applied-logo-card {
    width: 145px;
    height: 70px;
  }

  .section-heading,
  .bridge-copy,
  .mobile-report-copy,
  .case-content,
  .sector-split-copy,
  .final-heading {
    text-align: center;
  }

  .section-heading h2,
  .bridge-copy h2,
  .mobile-report-copy h2,
  .case-content h2,
  .sector-split-copy h2 {
    font-size: clamp(30px, 8.7vw, 40px);
    line-height: 1.08;
  }

  .problem-section .pain-list li {
    border-radius: 14px;
    padding: 14px 14px 14px 42px;
    background: rgba(255, 255, 255, .045);
  }

  .problem-section .pain-list li::before {
    top: 18px;
    left: 18px;
  }

  .results-cards {
    width: min(100%, 360px);
  }

  .result-card {
    text-align: center;
  }

  .sector-split-list {
    gap: 12px;
  }

  .sector-split-trigger {
    min-height: 82px;
    grid-template-columns: 46px minmax(0, 1fr) 30px;
    padding: 16px;
  }

  .sector-icon-box {
    width: 46px;
    height: 46px;
  }

  .sector-trigger-copy strong {
    font-size: 21px;
  }

  .sector-trigger-copy small {
    font-size: 11.5px;
  }

  .sector-split-content {
    padding: 0 16px 16px 78px;
  }

  .final-guarantee img,
  .final-guarantee picture img {
    width: min(210px, 58vw);
  }

}

.nav {
  display: none;
}

.site-header {
  justify-content: space-between;
}

.section-label {
  border: 1px solid rgba(123, 208, 255, .18);
  border-radius: 999px;
  background: rgba(123, 208, 255, .08);
  color: #7bd0ff;
  letter-spacing: .14em;
}

.problem-section .section-label--danger {
  border-color: rgba(239, 81, 68, .22);
  background: rgba(239, 81, 68, .08);
  color: #ef5144;
}

.problem-section .pain-grid {
  width: min(100%, 940px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: end;
  gap: 30px;
}

.problem-section .pain-list {
  display: grid;
  gap: 14px;
}

.problem-section .pain-list li {
  margin: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
}

.problem-chart {
  margin: 0;
  padding: 26px 24px 22px;
  border: 1px solid rgba(239, 81, 68, .16);
  border-radius: 18px;
  background: rgba(7, 18, 32, .76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.problem-chart-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.problem-chart-head span {
  color: rgba(255,255,255,.74);
}

.problem-chart-head strong {
  color: #ef5144;
}

.problem-bars {
  height: 150px;
  display: flex;
  align-items: end;
  gap: 14px;
  padding: 26px 6px 0;
}

.problem-bar {
  flex: 1;
  height: var(--h);
  min-height: 22px;
  border-radius: 4px 4px 0 0;
  background: rgba(239, 81, 68, .48);
}

.problem-bar--ads {
  background: rgba(239, 81, 68, .64);
}

.problem-bar--critical {
  background: #ef5144;
}

.problem-chart figcaption {
  margin-top: 12px;
  color: rgba(239, 81, 68, .78);
  font-size: 10px;
  font-weight: 850;
  text-align: center;
}

.bridge-copy p {
  max-width: 420px;
  margin-inline: auto;
}

.results-cards {
  width: min(100%, 430px);
  border: 0;
  gap: 16px;
}

.result-card {
  padding: 25px 22px;
  border: 1px solid rgba(123, 208, 255, .12);
  border-radius: 14px;
  background: rgba(13, 24, 38, .86);
  text-align: center;
}

.result-number {
  color: #7bd0ff;
  letter-spacing: 0;
}

.result-card--gold .result-number {
  color: #ffc329;
}

.result-card--cyan .result-number {
  color: #7bd0ff;
}

.result-title {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.final-guarantee .section-label--guarantee {
  justify-self: center;
  margin-bottom: 0;
  color: #ffc329;
  border-color: rgba(251, 195, 41, .22);
  background: rgba(251, 195, 41, .10);
}

.final-guarantee h2 {
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .problem-section .pain-grid {
    grid-template-columns: 1fr;
    width: min(100%, 390px);
  }

  .problem-chart {
    padding: 22px 18px 20px;
  }

  .problem-bars {
    height: 128px;
  }

}

@media (max-width: 760px) {
  :root {
    --mobile-gutter: clamp(16px, 5vw, 22px);
    --mobile-width: min(100%, 360px);
  }

  body {
    font-size: 14px;
    background: #050b15;
  }

  .site-header {
    min-height: 56px;
    padding: 9px var(--mobile-gutter);
    gap: 12px;
    background: rgba(4, 10, 20, .94);
  }

  .brand img {
    width: 82px;
  }

  .header-cta {
    max-width: 184px;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    font-size: 10px;
    line-height: 1.1;
    letter-spacing: .04em;
    white-space: normal;
    text-align: center;
  }

  main#top {
    padding-top: 56px;
  }

  .hero,
  .problem-section,
  .testimonials-section,
  .bridge-section,
  .mobile-report-section,
  #sistema.system-section,
  .success-case-section,
  .contrast-section,
  .sector-section,
  .qualification-pair,
  .final-guarantee {
    padding-left: var(--mobile-gutter);
    padding-right: var(--mobile-gutter);
  }

  .hero {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .hero-grid,
  .hero-copyblock,
  .hero-vsl-col,
  .section-heading,
  .bridge-copy,
  .mobile-report-copy,
  .case-content,
  .sector-split-copy,
  .final-guarantee-inner {
    width: var(--mobile-width);
    max-width: var(--mobile-width);
    margin-left: auto;
    margin-right: auto;
  }

  .hero h1 {
    width: min(100%, 320px);
    max-width: 320px;
    font-size: clamp(32px, 9.4vw, 38px);
    line-height: 1.02;
    font-weight: 900;
    text-transform: none;
  }

  .hero-copyblock > p {
    width: min(100%, 320px);
    max-width: 320px;
    margin-top: 15px;
    font-size: 13.5px;
    line-height: 1.48;
    font-weight: 650;
    color: rgba(232, 240, 255, .78);
  }

  .hero-vsl-col {
    gap: 13px;
  }

  .vsl {
    order: 1;
    width: 100%;
    margin-top: 0;
    border-radius: 15px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .32);
  }

  .hero-result {
    order: 2;
    width: 100%;
    max-width: 100%;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 11.5px;
    line-height: 1.35;
  }

  .hero-actions {
    order: 3;
    width: 100%;
    max-width: 100%;
    gap: 9px;
  }

  .primary-cta,
  .secondary-cta,
  .subtle-link-btn {
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 12.5px;
    line-height: 1.15;
    letter-spacing: .02em;
    text-align: center;
    white-space: normal;
  }

  .hero small {
    max-width: 290px;
    font-size: 11px;
    line-height: 1.35;
  }

  .applied-companies {
    padding: 24px 0 28px;
  }

  .applied-companies p {
    max-width: 280px;
    margin: 0 auto;
    letter-spacing: .12em;
    line-height: 1.3;
  }

  .applied-logo-marquee {
    margin-top: 18px;
  }

  .applied-logo-track {
    --applied-logo-gap: 14px;
  }

  .applied-logo-card {
    width: 132px;
    height: 64px;
    padding: 12px;
    border-radius: 12px;
  }

  .applied-logo-card img {
    max-height: 42px;
  }

  .section-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 26px;
    padding: 6px 11px;
    font-size: 9px;
    line-height: 1.1;
    letter-spacing: .09em;
    white-space: normal;
    text-align: center;
  }

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

  .section-heading h2,
  .bridge-copy h2,
  .mobile-report-copy h2,
  .case-content h2,
  .sector-split-copy h2,
  .final-guarantee h2 {
    font-size: clamp(30px, 8.8vw, 38px);
    line-height: 1.04;
    font-weight: 900;
    text-align: center;
  }

  .problem-section,
  .bridge-section,
  #sistema.system-section,
  .success-case-section,
  .contrast-section,
  .sector-section,
  .final-guarantee {
    padding-top: 48px;
    padding-bottom: 52px;
  }

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

  .problem-section h2,
  .problem-section .section-heading h2 {
    max-width: 330px;
    margin-inline: auto;
    text-align: center;
  }

  .problem-section .pain-grid {
    display: grid;
    width: var(--mobile-width);
    max-width: var(--mobile-width);
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .problem-section .pain-list {
    width: 100%;
    order: initial;
    gap: 10px;
  }

  .problem-section .pain-list li {
    padding: 14px 14px 14px 42px;
    border: 1px solid rgba(255, 255, 255, .065);
    border-radius: 13px;
    font-size: 12.5px;
    line-height: 1.42;
    font-weight: 700;
    color: rgba(238, 244, 255, .80);
  }

  .problem-section .pain-list li::before {
    top: 18px;
    left: 18px;
    width: 8px;
    height: 8px;
  }

  .problem-chart {
    order: initial;
    width: 100%;
    margin-top: 0;
    padding: 20px 18px 17px;
    border-radius: 15px;
  }

  .problem-chart-head {
    padding-bottom: 14px;
    font-size: 10px;
  }

  .problem-bars {
    height: 112px;
    gap: 9px;
    padding-top: 22px;
  }

  .problem-section .section-cta {
    width: var(--mobile-width);
    max-width: var(--mobile-width);
    margin-top: 18px;
  }

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

  .testimonials-slider {
    width: 100%;
    padding: 0;
  }

  .testimonials-grid {
    gap: 14px;
    padding-left: max(var(--mobile-gutter), calc((100vw - 360px) / 2));
    padding-right: max(var(--mobile-gutter), calc((100vw - 360px) / 2));
    scroll-padding-left: max(var(--mobile-gutter), calc((100vw - 360px) / 2));
  }

  .testimonial-card {
    width: min(82vw, 320px);
    padding: 28px 22px;
    border-radius: 15px;
  }

  .testimonial-card p {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .bridge-copy p,
  .mobile-report-copy p,
  .case-content p,
  .sector-split-copy p,
  .final-guarantee p {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13.5px;
    line-height: 1.52;
    text-align: center;
  }

  .results-cards {
    width: var(--mobile-width);
    max-width: var(--mobile-width);
    gap: 10px;
    border: 0;
  }

  .result-card {
    min-height: 0;
    padding: 22px 18px;
    border: 1px solid rgba(123, 208, 255, .13);
    border-radius: 14px;
    background: rgba(9, 20, 35, .78);
  }

  .result-number {
    font-size: clamp(42px, 14vw, 56px);
  }

  .result-title {
    max-width: 240px;
    margin-inline: auto;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: .06em;
  }

  .results-cards-footer {
    width: var(--mobile-width);
    max-width: var(--mobile-width);
  }

  .case-container,
  .contrast-grid,
  .sector-split,
  .sector-split-inner,
  .qualification-pair {
    width: var(--mobile-width);
    max-width: var(--mobile-width);
    margin-left: auto;
    margin-right: auto;
  }

  .case-container {
    gap: 22px;
  }

  .case-metrics {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .metric-box {
    padding: 17px 16px;
    border-radius: 14px;
  }

  .case-video-wrapper {
    width: min(100%, 286px);
    margin-inline: auto;
    border-radius: 18px;
  }

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

  .contrast-panel {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .contrast-panel h3 {
    font-size: 22px;
    line-height: 1.08;
    text-align: center;
  }

  .contrast-panel li {
    padding: 13px 0 13px 30px;
    font-size: 12.5px;
    line-height: 1.45;
  }

  .sector-split-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sector-split-copy .primary-cta {
    margin-top: 18px;
  }

  .sector-split-list {
    width: 100%;
    gap: 10px;
  }

  .sector-split-item {
    border-radius: 15px;
  }

  .sector-split-trigger {
    min-height: 76px;
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    gap: 12px;
    padding: 14px;
  }

  .sector-icon-box {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .sector-symbol {
    font-size: 24px;
  }

  .sector-trigger-copy strong {
    font-size: 18px;
    line-height: 1.08;
  }

  .sector-trigger-copy small {
    font-size: 11px;
    line-height: 1.35;
  }

  .sector-split-content {
    padding: 0 14px 15px 68px;
  }

  .sector-split-content p {
    font-size: 12.5px;
    line-height: 1.45;
  }

  .qualification-pair {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .qualification-pair .final-filter,
  .qualification-pair .final-qualify {
    padding: 0;
    border-radius: 0;
  }

  .qualification-pair .final-heading {
    margin-bottom: 18px;
  }

  .qualification-pair .final-filter-list,
  .qualification-pair .final-qualify-list {
    gap: 10px;
  }

  .qualification-pair li {
    padding: 0 0 0 32px;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.38;
  }

  .qualification-pair li::before {
    left: 0;
    top: 1px;
  }

  .final-guarantee-inner {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .final-guarantee img,
  .final-guarantee picture img {
    width: min(174px, 48vw);
    margin-bottom: 24px;
  }

  .final-guarantee h2 {
    max-width: 330px;
    margin-top: 12px;
    text-transform: uppercase;
  }

  .final-guarantee p {
    margin-top: 18px;
    margin-bottom: 24px;
  }

  .final-guarantee small {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10.8px;
    line-height: 1.42;
    text-align: center;
  }

  .lead-modal {
    width: min(92vw, 390px);
    max-height: calc(100dvh - 20px);
    border-radius: 18px;
  }

  .modal-card {
    padding: 22px 16px 18px;
    border-radius: 18px;
  }

  .modal-card h2 {
    max-width: calc(100% - 42px);
    font-size: 23px;
    line-height: 1.08;
  }

  .modal-card p,
  .modal-card label,
  .modal-note,
  .field-help {
    font-size: 12.5px;
    line-height: 1.45;
  }

  .modal-card input,
  .modal-card select {
    min-height: 48px;
    border-radius: 12px;
    font-size: 14px;
  }

  .modal-actions {
    gap: 9px;
  }

  .footer {
    padding: 28px var(--mobile-gutter);
  }

}

@media (max-width: 380px) {
  .header-cta {
    max-width: 166px;
    padding-inline: 11px;
    font-size: 9.5px;
  }

  .hero h1 {
    width: min(100%, 320px);
    max-width: 320px;
    font-size: 31px;
  }

  .hero-copyblock > p {
    max-width: 270px;
  }

  .section-heading h2,
  .bridge-copy h2,
  .mobile-report-copy h2,
  .case-content h2,
  .sector-split-copy h2,
  .final-guarantee h2 {
    font-size: 29px;
  }

  .testimonial-card {
    width: 82vw;
  }

  .sector-split-trigger {
    grid-template-columns: 38px minmax(0, 1fr) 22px;
    padding: 13px;
  }

  .sector-icon-box {
    width: 38px;
    height: 38px;
  }

  .sector-split-content {
    padding-left: 63px;
  }

}

#sistema.system-section {
  padding: 64px 18px 72px;
  background:
    linear-gradient(rgba(88, 189, 219, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 189, 219, .03) 1px, transparent 1px),
    radial-gradient(circle at 50% 12%, rgba(88, 189, 219, .09), transparent 24rem),
    #07131f;
  background-size: 30px 30px, 30px 30px, auto, auto;
}

#sistema .section-heading {
  width: min(100%, 360px);
  text-align: left;
}

#sistema .section-label {
  display: none;
}

#sistema .section-heading h2 {
  max-width: 320px;
  margin: 0;
  color: #f7fbff;
  font-family: var(--display);
  font-size: clamp(26px, 7.2vw, 34px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: 0;
  text-transform: uppercase;
}

#sistema .section-heading h2::after {
  content: "";
  display: block;
  width: 136px;
  height: 3px;
  margin-top: 10px;
  background: var(--secondary-strong);
  box-shadow: 0 0 16px rgba(88, 189, 219, .32);
}

#sistema .section-heading p {
  max-width: 320px;
  margin: 22px 0 0;
  color: rgba(219, 229, 255, .80);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

#sistema .section-cta {
  margin-top: 34px;
}

@media (min-width: 761px) {
  #sistema .section-heading {
    width: min(100%, 420px);
  }

}

@media (max-width: 380px) {
  #sistema .section-heading {
    width: min(100%, 330px);
  }

}

#sistema.system-section {
  padding-top: 68px;
  padding-bottom: 78px;
  background:
    linear-gradient(rgba(88, 189, 219, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 189, 219, .024) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(88, 189, 219, .075), transparent 26rem),
    #07131f;
  background-size: 32px 32px, 32px 32px, auto, auto;
}

#sistema .section-heading {
  width: min(100%, 365px);
}

#sistema .section-heading h2 {
  max-width: 330px;
  font-size: clamp(27px, 7vw, 35px);
  line-height: 1;
  text-shadow: none;
}

#sistema .section-heading p {
  max-width: 330px;
  color: rgba(226, 235, 255, .78);
  font-size: 13px;
  font-weight: 750;
}

@media (max-width: 380px) {
  #sistema .section-heading {
    width: min(100%, 330px);
  }

}

#sistema.system-section {
  width: min(100%, 448px);
  min-height: auto;
  margin: 0 auto;
  padding: 56px 24px 64px;
  color: #ffffff;
  background: #0a0e14;
  font-family: "Inter", Arial, sans-serif;
}

#sistema .section-heading {
  width: 100%;
  margin: 0 0 40px;
  text-align: center;
}

#sistema .section-label {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #3abef9;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1;
  text-transform: uppercase;
}

#sistema .section-heading h2 {
  max-width: 360px;
  margin: 10px auto 0;
  color: #ffffff;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

#sistema .section-heading h2::after {
  content: none;
}

#sistema .section-heading h2 span {
  color: #3abef9;
  border-bottom: 4px solid #facc15;
}

#sistema .section-heading p {
  max-width: 350px;
  margin: 16px auto 0;
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.62;
  text-align: center;
}

@media (max-width: 380px) {
  #sistema.system-section {
    padding-left: 18px;
    padding-right: 18px;
  }

}

main #sistema.system-section {
  width: min(100%, 448px);
  margin: 0 auto;
  padding: 52px 24px 58px;
  background: #0a0e14;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

main #sistema .section-heading {
  width: 100%;
  margin: 0 0 42px;
  text-align: center;
}

main #sistema .section-label {
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  color: #3abef9;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1;
}

main #sistema .section-heading h2 {
  max-width: 360px;
  margin: 10px auto 0;
  color: #ffffff;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

main #sistema .section-heading h2::after {
  content: none;
}

main #sistema .section-heading h2 span {
  color: #3abef9;
  border-bottom: 4px solid #facc15;
}

main #sistema .section-heading p {
  max-width: 350px;
  margin: 16px auto 0;
  color: #a7b0be;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

main #sistema .section-cta {
  margin-top: 28px;
}

@media (max-width: 380px) {
  main #sistema.system-section {
    padding-left: 18px;
    padding-right: 18px;
  }

}

main #sistema.system-section {
  width: 100%;
  max-width: none;
  padding: clamp(64px, 8vw, 96px) 20px;
  background: #050b15;
}

main #sistema .section-heading,
main #sistema .section-cta {
  width: min(100%, 1060px);
  margin-left: auto;
  margin-right: auto;
}

.case-metrics {
  max-width: 520px;
}

.metric-box {
  display: grid;
  grid-template-columns: minmax(92px, max-content) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 104px;
  padding: 20px 22px;
  border-left-width: 3px;
  border-radius: 14px;
}

.metric-box strong {
  font-size: clamp(34px, 4vw, 46px);
  letter-spacing: 0;
}

.metric-box p {
  margin: 0;
  color: rgba(219, 229, 255, .78);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .08em;
  text-align: left;
}

@media (max-width: 760px) {
  main #sistema.system-section {
    padding: 58px 24px 62px;
  }

  .case-metrics {
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    max-width: 100%;
  }

  .metric-box {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 98px;
    padding: 18px 20px;
  }

}

@media (max-width: 380px) {
  main #sistema.system-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .metric-box {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 18px;
  }

}

.section-label,
.section-heading .section-label,
.bridge-copy .section-label,
.mobile-report-copy .section-label,
.sector-split-copy .section-label,
.case-content .section-label,
.final-heading .section-label,
.final-guarantee-inner .section-label {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  padding: 0 14px;
  border: 1px solid rgba(88, 189, 219, .24);
  border-radius: 999px;
  color: #72d2ff;
  background: rgba(88, 189, 219, .10);
  font-family: "Inter", Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.section-heading,
.bridge-copy,
.mobile-report-copy,
.case-content {
  text-align: center;
}

.section-heading h2,
.bridge-copy h2,
.mobile-report-copy h2,
.case-content h2,
.sector-split-copy h2,
.final-guarantee h2,
main #sistema .section-heading h2 {
  color: #ffffff;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

.section-heading p,
.bridge-copy p,
.mobile-report-copy p,
.case-content > p {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}

.result-title,
.problem-chart-head,
.testimonial-author strong {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.google-badge {
  display: none;
}

.testimonial-card {
  padding-top: 32px;
}

.problem-chart-head strong {
  color: #ff4d45;
}

.problem-bar--critical::after {
  color: #ff5a52;
}

@media (max-width: 760px) {
  .section-label,
  .section-heading .section-label,
  .bridge-copy .section-label,
  .mobile-report-copy .section-label,
  .sector-split-copy .section-label,
  .case-content .section-label,
  .final-heading .section-label,
  .final-guarantee-inner .section-label {
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading h2,
  .bridge-copy h2,
  .mobile-report-copy h2,
  .case-content h2,
  .sector-split-copy h2,
  .final-guarantee h2,
  main #sistema .section-heading h2 {
    font-size: clamp(31px, 8.8vw, 40px);
  }

}

main #sistema.system-section {
  position: relative;
  padding: clamp(68px, 8vw, 104px) 20px;
  background:
    linear-gradient(rgba(88, 189, 219, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 189, 219, .035) 1px, transparent 1px),
    radial-gradient(circle at 16% 18%, rgba(239, 189, 83, .13), transparent 28rem),
    radial-gradient(circle at 88% 28%, rgba(88, 189, 219, .13), transparent 30rem),
    #050b15;
  background-size: 32px 32px, 32px 32px, auto, auto, auto;
}

main #sistema .section-heading,
main #sistema .install-system,
main #sistema .section-cta {
  width: min(100%, 1080px);
  margin-left: auto;
  margin-right: auto;
}

main #sistema .section-heading {
  margin-bottom: 38px;
}

main #sistema .section-heading h2 {
  max-width: 780px;
}

main #sistema .section-heading p {
  max-width: 620px;
  color: rgba(219, 229, 255, .76);
}

main #sistema .install-system {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  gap: 22px;
  align-items: stretch;
}

main #sistema .install-weeks {
  display: grid;
  gap: 14px;
}

main #sistema .install-week {
  position: relative;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  min-height: 164px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-left: 3px solid #facc15;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(239, 189, 83, .075), transparent 42%),
    rgba(11, 17, 27, .94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
  overflow: hidden;
}

main #sistema .install-week:nth-child(2) {
  border-left-color: #58bddb;
  background:
    linear-gradient(135deg, rgba(88, 189, 219, .09), transparent 42%),
    rgba(11, 17, 27, .94);
}

main #sistema .install-week-accent {
  border-color: rgba(250, 204, 21, .24);
  border-left-color: #facc15;
  background:
    radial-gradient(circle at 94% 0%, rgba(250, 204, 21, .16), transparent 34%),
    linear-gradient(135deg, rgba(88, 189, 219, .06), transparent 46%),
    rgba(12, 18, 27, .98);
}

main #sistema .install-week-marker {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 24px;
  color: #facc15;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
}

main #sistema .install-week:nth-child(2) .install-week-marker {
  color: #58bddb;
}

main #sistema .install-week-copy {
  position: relative;
  padding: 22px 24px 22px 0;
}

main #sistema .install-week-copy > .material-symbols-outlined {
  position: absolute;
  right: 18px;
  top: 18px;
  color: rgba(219, 229, 255, .18);
  font-size: 42px;
  line-height: 1;
}

main #sistema .install-week h3 {
  max-width: 390px;
  margin: 0 0 10px;
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .02em;
  text-transform: uppercase;
}

main #sistema .install-week p {
  max-width: 470px;
  margin: 0 0 14px;
  color: rgba(219, 229, 255, .74);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.55;
}

main #sistema .install-week ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

main #sistema .install-week li {
  position: relative;
  padding-left: 18px;
  color: rgba(246, 250, 255, .86);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 760;
  line-height: 1.35;
}

main #sistema .install-week li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #facc15;
  box-shadow: 0 0 12px rgba(250, 204, 21, .35);
}

main #sistema .install-week:nth-child(2) li::before {
  background: #58bddb;
  box-shadow: 0 0 12px rgba(88, 189, 219, .35);
}

main #sistema .install-map {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(88, 189, 219, .22);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 38%, rgba(88, 189, 219, .14), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025)),
    rgba(8, 18, 28, .92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 24px 70px rgba(0, 0, 0, .20);
  overflow: hidden;
}

main #sistema .install-map::before,
main #sistema .install-map::after {
  content: "";
  position: absolute;
  inset: 50% 32px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(88, 189, 219, .55), transparent);
}

main #sistema .install-map::after {
  inset: 32px auto 32px 50%;
  width: 1px;
  height: auto;
  background: linear-gradient(180deg, transparent, rgba(250, 204, 21, .46), transparent);
}

main #sistema .install-map-core {
  position: relative;
  z-index: 2;
  width: min(100%, 250px);
  margin: 0 auto 24px;
  padding: 22px 20px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(250, 204, 21, .34);
  border-radius: 16px;
  background: rgba(9, 15, 23, .96);
  box-shadow: 0 0 0 6px rgba(250, 204, 21, .045), 0 18px 38px rgba(0, 0, 0, .28);
}

main #sistema .install-map-core .material-symbols-outlined {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 12px;
  color: #07101a;
  background: #facc15;
  font-size: 28px;
}

main #sistema .install-map-core strong {
  color: #ffffff;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

main #sistema .install-map-core small {
  max-width: 180px;
  margin-top: 8px;
  color: rgba(219, 229, 255, .66);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 760px) {
  main #sistema .install-week-copy > .material-symbols-outlined {
    top: auto;
    bottom: 18px;
  }

  main #sistema .install-map::after,
  main #sistema .install-map-grid::after {
    display: none;
  }

  main #sistema .install-map-core .material-symbols-outlined {
    order: 3;
    margin-top: 14px;
    margin-bottom: 0;
  }

  main #sistema .install-map-core strong {
    order: 1;
  }

  main #sistema .install-map-core small {
    order: 2;
  }
}

main #sistema .install-map-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

main #sistema .install-node {
  min-height: 78px;
  padding: 15px 14px;
  display: grid;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 12px;
  background: rgba(255, 255, 255, .045);
}

main #sistema .install-node span {
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

main #sistema .install-node small {
  margin-top: 5px;
  color: rgba(219, 229, 255, .62);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
}

main #sistema .install-node-gold {
  border-color: rgba(250, 204, 21, .30);
  background: rgba(250, 204, 21, .08);
}

main #sistema .install-node-green {
  border-color: rgba(34, 197, 94, .30);
  background: rgba(34, 197, 94, .08);
}

@media (max-width: 900px) {
  main #sistema .install-system {
    grid-template-columns: 1fr;
  }

  main #sistema .install-map {
    min-height: 460px;
  }

}

@media (max-width: 620px) {
  main #sistema.system-section {
    padding: 58px 18px 64px;
  }

  main #sistema .install-week {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  main #sistema .install-week-marker {
    justify-content: flex-start;
    padding: 20px 20px 0;
  }

  main #sistema .install-week-copy {
    padding: 14px 20px 22px;
  }

  main #sistema .install-week-copy > .material-symbols-outlined {
    top: auto;
    bottom: 18px;
    right: 18px;
    font-size: 34px;
  }

  main #sistema .install-map {
    min-height: 0;
    padding: 22px 18px;
  }

  main #sistema .install-map-core {
    width: 100%;
  }

  main #sistema .install-map-grid {
    grid-template-columns: 1fr;
  }

}

.section-label,
.section-heading .section-label,
.bridge-copy .section-label,
.mobile-report-copy .section-label,
.sector-split-copy .section-label,
.case-content .section-label,
.final-heading .section-label,
.final-guarantee-inner .section-label {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  min-height: 0;
  margin-bottom: 12px;
  color: #72d2ff;
  font-size: 11px;
  letter-spacing: .10em;
}

.section-label--danger,
.problem-section .section-label--danger {
  color: #ef5144;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  min-height: 0;
}

.case-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
  max-width: 480px;
}

.metric-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  padding: 24px 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-left: 4px solid #efbd53;
  border-radius: 14px;
}

.metric-box strong {
  display: block;
  font-size: clamp(38px, 5vw, 52px);
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-weight: 900;
  color: #efbd53;
  line-height: 1;
  letter-spacing: -0.02em;
}

.metric-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: left;
}

.case-video-wrapper .case-video-intro {
  margin: 0 0 10px 0;
  padding: 0 4px;
  color: #ffe8b8;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
}

.case-content .case-video-intro {
  display: none;
}

.case-container {
  gap: clamp(24px, 4vw, 40px);
}

@media (max-width: 760px) {
  .case-metrics {
    gap: 12px;
    max-width: 100%;
  }

  .metric-box {
    padding: 20px 18px;
  }

  .metric-box strong {
    font-size: clamp(32px, 8vw, 42px);
  }

  .case-video-wrapper .case-video-intro {
    font-size: 12px;
    margin-bottom: 8px;
  }

}

.sector-trigger-copy small {
  display: none;
}

.sector-split-trigger {
  align-items: center;
}

.sector-trigger-copy strong {
  font-size: 15px;
}

.vsl {
  max-width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 240px;
}

.vsl-screen {
  min-height: 240px;
}

.vsl-iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 760px) {
  .hero-vsl-col {
    width: 100%;
    padding: 0;
  }

  .vsl {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 220px;
    border-radius: 14px;
  }

  .vsl-screen {
    min-height: 220px;
  }

  .hero {
    padding-left: 12px;
    padding-right: 12px;
  }

}

@media (max-width: 400px) {
  .vsl {
    min-height: 200px;
  }

  .vsl-screen {
    min-height: 200px;
  }

}

.primary-cta {
  font-size: 16px;
}

.header-cta {
  font-size: 14px;
}

.secondary-cta {
  font-size: 14px;
}

.header-cta::before,
.primary-cta::before {
  animation: btn-shimmer 3.5s ease-in-out infinite;
}

@keyframes btn-shimmer {0%, 100% {
    left: -100%;
  }
  25% {
    left: 150%;
  }
  30% {
    left: 150%;
  }
}

.header-cta:hover::before,
.primary-cta:hover::before {
  animation: btn-shimmer-hover 0.5s ease-in-out;
}

@keyframes btn-shimmer-hover {0% {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}

.section-heading h2,
.bridge-copy h2,
.mobile-report-copy h2,
.case-content h2,
.sector-split-copy h2,
.final-guarantee h2,
.testimonials-section .section-heading h2,
.problem-section h2,
main #sistema .section-heading h2 {
  font-size: clamp(42px, 8vw, 56px);
}

#sistema .section-heading h2::after,
main #sistema .section-heading h2::after {
  width: clamp(160px, 14vw, 220px);
}

@media (max-width: 760px) {
  .primary-cta {
    font-size: 15px;
  }

  .header-cta {
    font-size: 12px;
    padding: 0 12px;
  }

  .secondary-cta {
    font-size: 13px;
  }

}

@media (max-width: 400px) {
  .primary-cta {
    font-size: 14px;
  }

  .header-cta {
    font-size: 11px;
  }

}

#sistema .section-heading h2 span,
main #sistema .section-heading h2 span {
  color: inherit;
  border-bottom: 0;
}

#sistema .section-heading h2 .h-cyan,
main #sistema .section-heading h2 .h-cyan {
  color: #3abef9;
  border-bottom: 0;
}

#sistema .section-heading h2 .h-gold-line,
main #sistema .section-heading h2 .h-gold-line {
  color: #ffffff;
  border-bottom: 4px solid #facc15;
  display: inline;
}

.section-label,
.section-heading .section-label,
.bridge-copy .section-label,
.mobile-report-copy .section-label,
.sector-split-copy .section-label,
.case-content .section-label,
.final-heading .section-label,
.final-guarantee-inner .section-label,
.section-label--danger,
.problem-section .section-label--danger,
.testimonials-section .section-label,
.system-section .section-label,
.sector-section .section-label,
.final-filter .section-label,
.final-qualify .section-label,
.final-guarantee .section-label--guarantee,
.qualification-pair .section-label,
#sistema .section-label,
main #sistema .section-label {
  display: inline-block;
  width: fit-content;
  min-height: 0;
  margin: 0 auto 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .10em;
  text-align: center;
  text-transform: uppercase;
}

.qualification-pair .section-label,
.final-filter .section-label,
.final-qualify .section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.section-label,
.section-heading .section-label,
.bridge-copy .section-label,
.mobile-report-copy .section-label,
.sector-split-copy .section-label,
.case-content .section-label,
.final-heading .section-label,
.testimonials-section .section-label,
.system-section .section-label,
.sector-section .section-label,
.qualification-pair .section-label,
#sistema .section-label,
main #sistema .section-label {
  color: #72d2ff;
}

.section-label--danger,
.problem-section .section-label--danger {
  color: #ef5144;
}

.final-filter .section-label,
.qualification-pair .final-filter .section-label {
  color: #ef5144;
}

.final-guarantee .section-label--guarantee {
  color: #ffc329;
}

.final-qualify .section-label {
  color: #72d2ff;
}

.subtle-link-btn,
.problem-section .subtle-link-btn,
.qualification-pair .subtle-link-btn {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  min-height: 0;
  margin: 0;
  padding: 6px 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(200, 200, 210, 0.55);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .02em;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: rgba(200, 200, 210, 0.22);
  text-transform: none;
  cursor: pointer;
  box-shadow: none;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
  white-space: normal;
}

.subtle-link-btn:hover,
.problem-section .subtle-link-btn:hover,
.qualification-pair .subtle-link-btn:hover {
  color: rgba(255, 255, 255, 0.78);
  text-decoration-color: rgba(255, 255, 255, 0.45);
  transform: none;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.sector-split-content p,
main .sector-split-content p,
.sector-split-item .sector-split-content p,
.sector-section .sector-split-content p {
  border-left: 0;
  border-image: none;
  position: relative;
  padding: 0 0 0 16px;
}

.sector-split-content p::before,
main .sector-split-content p::before,
.sector-split-item .sector-split-content p::before,
.sector-section .sector-split-content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  border-radius: 1px;
  background: linear-gradient(
    180deg,
    rgba(251, 191, 36, 0.28) 0%,
    rgba(251, 191, 36, 0.12) 40%,
    rgba(251, 191, 36, 0.04) 70%,
    transparent 100%
  );
}

@media (min-width: 761px) {
  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 1fr);
    gap: clamp(32px, 5vw, 56px);
    align-items: center;
    width: min(100%, 1140px);
  }

  .hero-copyblock {
    max-width: 100%;
    margin: 0;
    text-align: left;
  }

  .hero h1 {
    max-width: 100%;
    margin: 0;
    text-align: left;
    font-size: clamp(42px, 5.5vw, 64px);
  }

  .hero-copyblock > p {
    max-width: 480px;
    margin: 18px 0 0;
    text-align: left;
  }

  .hero-points {
    max-width: 100%;
    justify-content: flex-start;
  }

  .hero-vsl-col {
    width: 100%;
    margin: 0;
  }

  .hero-result {
    order: 1;
  }

  .vsl {
    order: 2;
  }

  .hero-actions {
    order: 3;
    width: 100%;
  }

  .results-cards {
    width: min(100%, 920px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .result-card {
    text-align: center;
  }

  .results-cards-footer {
    grid-column: 1 / -1;
    margin-top: 8px;
    text-align: center;
  }

  .results-cards-cta {
    grid-column: 1 / -1;
  }

  .mobile-report-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
    gap: clamp(40px, 6vw, 64px);
    align-items: center;
    width: min(100%, 1100px);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .mobile-report-copy {
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .mobile-report-copy p {
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-report-visual {
    width: 100%;
    margin: 0;
  }

  .hero {
    padding-top: clamp(48px, 6vw, 80px);
    padding-bottom: clamp(48px, 6vw, 80px);
  }

  .problem-section {
    padding-top: clamp(72px, 8vw, 100px);
    padding-bottom: clamp(72px, 8vw, 100px);
  }

  .testimonials-section {
    padding-top: clamp(72px, 8vw, 100px);
    padding-bottom: clamp(72px, 8vw, 100px);
  }

  .bridge-section {
    padding-top: clamp(72px, 8vw, 100px);
    padding-bottom: clamp(72px, 8vw, 100px);
  }

  .mobile-report-section {
    padding-top: clamp(72px, 8vw, 100px);
    padding-bottom: clamp(72px, 8vw, 100px);
  }

  .success-case-section {
    padding-top: clamp(72px, 8vw, 100px);
    padding-bottom: clamp(72px, 8vw, 100px);
  }

  .contrast-section {
    padding-top: clamp(72px, 8vw, 100px);
    padding-bottom: clamp(72px, 8vw, 100px);
  }

  .sector-section {
    padding-top: clamp(72px, 8vw, 100px);
    padding-bottom: clamp(72px, 8vw, 100px);
  }

  .qualification-pair {
    padding-top: clamp(72px, 8vw, 100px);
    padding-bottom: clamp(72px, 8vw, 100px);
  }

  .final-guarantee {
    margin-bottom: clamp(72px, 8vw, 100px);
    width: min(100% - 32px, 896px);
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(251, 191, 36, .3);
    border-radius: 24px;
  }

  main#top {
    padding-bottom: 0;
  }

  .final-guarantee h2 {
    text-align: center;
  }

  .section-heading {
    width: min(100%, 760px);
  }

  .case-container {
    gap: clamp(40px, 6vw, 64px);
  }

  .install-system {
    display: grid;
  }

  .qualification-pair .final-filter .subtle-link-btn {
    display: block;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }

}

main #sistema .social-proof-block {
  grid-column: 1 / -1;
  margin: 38px 0 44px;
}

@media (min-width: 901px) {
  main #sistema .install-system {
    align-items: center;
  }

  main #sistema .install-weeks {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    width: 100%;
  }

  main #sistema .install-map {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: stretch;
    width: 100%;
  }

  main #sistema .social-proof-block {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    width: min(100%, 780px);
    margin: 38px auto 44px;
  }

}

.social-proof-container {
  width: min(100%, 780px);
  margin: 0 auto;
  text-align: center;
}

.social-proof-copy h2 {
  margin: 0 0 32px;
  color: #ffffff;
  font-family: var(--display);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: none;
}

.social-proof-carousel {
  position: relative;
  width: min(100%, 620px);
  margin: 0 auto;
  padding-bottom: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-padding: 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(88, 189, 219, 0.55) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.social-proof-carousel::-webkit-scrollbar {
  height: 6px;
}

.social-proof-carousel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.social-proof-carousel::-webkit-scrollbar-thumb {
  background: rgba(88, 189, 219, 0.55);
  border-radius: 999px;
}

.social-proof-track {
  display: flex;
  gap: 18px;
  min-width: 100%;
}

.social-proof-slide {
  flex: 0 0 100%;
  margin: 0;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.social-proof-slide img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: min(100%, 380px);
  max-height: 600px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.32),
    0 0 24px rgba(88, 189, 219, 0.08);
}

.social-proof-slide figcaption {
  margin-top: 12px;
  color: rgba(219, 229, 255, 0.48);
  font-family: var(--body);
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.social-proof-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.social-proof-dot {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s;
  padding: 0;
}

.social-proof-dot.active {
  background: var(--cyan);
  border-color: var(--cyan);
}

@media (max-width: 900px) {
  main #sistema .social-proof-block {
    grid-column: 1;
    margin: 32px 0 36px;
  }

  .social-proof-container {
    width: min(100%, 420px);
  }

  .social-proof-copy h2 {
    font-size: clamp(28px, 7vw, 38px);
    margin-bottom: 24px;
  }

  .social-proof-carousel {
    width: min(100%, 400px);
  }

}

@media (max-width: 760px) {
  main #sistema .install-system {
    display: grid;
  }

  main #sistema .social-proof-block {
    margin: 30px auto 36px;
  }
}

@media (min-width: 761px) {
  main .sector-split-copy h2 {
    text-align: left;
  }
}

@media (max-width: 760px) {
  main .hero-copyblock h1 {
    width: min(100%, 360px);
    max-width: 360px;
  }

  main .hero .hero-copyblock > p {
    width: min(calc(100vw - 24px), 390px);
    max-width: none;
  }

  main .testimonials-section .section-label {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  main .contrast-section > .section-heading .section-label {
    display: flex;
    width: fit-content;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: center;
  }

  main .qualification-pair .final-filter .subtle-link-btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }

  main .problem-section h2 {
    width: min(100%, 320px);
    max-width: 320px;
    font-size: clamp(24px, 6.8vw, 28px);
    line-height: 1.12;
  }

  main .case-content h2 {
    font-size: clamp(26px, 7vw, 32px);
    line-height: 1.08;
  }

  main .sector-split-copy h2 {
    font-size: clamp(26px, 7vw, 32px);
    line-height: 1.08;
  }

  main .section-heading h2,
  main .bridge-copy h2,
  main .mobile-report-copy h2,
  main .case-content h2,
  main .sector-split-copy h2,
  main .final-guarantee h2,
  main .testimonials-section .section-heading h2,
  main .contrast-section > .section-heading h2,
  main .problem-section h2,
  main #sistema .section-heading h2,
  main section h2 {
    font-size: 28px;
  }
}

@media (min-width: 761px) {
  main .bridge-copy {
    width: min(100%, 960px);
    max-width: none;
  }

  main .bridge-copy h2 {
    max-width: none;
    white-space: nowrap;
  }

  main .mobile-report-copy .section-label {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: center;
  }

  main #sistema .section-cta {
    width: fit-content;
    max-width: 100%;
  }

  main #sistema .section-cta .primary-cta {
    width: auto;
    max-width: 100%;
  }

  main .case-metrics {
    margin-left: auto;
    margin-right: auto;
  }

  main .metric-box {
    align-items: center;
    text-align: center;
  }

  main .metric-box p {
    text-align: center;
  }

  main .case-final-cta {
    grid-column: 1 / -1;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  main .case-final-cta .primary-cta {
    width: auto;
    max-width: 100%;
  }
}

.legal-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 140px 24px 80px;
  color: #eef3ff;
}

.legal-title {
  margin: 8px 0 32px;
  color: #ffffff;
  font-family: var(--display);
  font-size: clamp(32px, 4.5vw, 48px);
}

.legal-section-title {
  margin: 32px 0 12px;
  color: #ffffff;
  font-size: 20px;
}

.legal-copy {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.7;
}

.legal-copy--tight {
  margin-bottom: 12px;
}

.legal-list {
  margin-bottom: 20px;
  padding-left: 20px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.8;
}

.legal-list--terms {
  padding-left: 24px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.7;
}

.legal-list-item {
  margin-bottom: 10px;
}

.legal-strong {
  color: #ffffff;
}

.legal-updated {
  margin-top: 48px;
  color: rgba(255, 255, 255, .52);
  font-size: 13px;
}

.legal-back-wrap {
  margin-top: 32px;
}

.legal-back-link {
  color: var(--primary-strong);
  font-weight: 700;
}
