:root {
  --bg: #11121a;
  --bg-deep: #0b0c12;
  --panel: #1b1d29;
  --panel-2: #242735;
  --text: #f6f5fa;
  --muted: #a9acbb;
  --line: rgba(255, 255, 255, 0.11);
  --blue: #1626ff;
  --violet: #7723ee;
  --magenta: #ec16d8;
  --eyebrow-dark: #b59cff;
  --eyebrow-light: #6044d8;
  --gradient: linear-gradient(105deg, var(--blue) 0%, var(--violet) 48%, var(--magenta) 100%);
  --max: 1240px;
  --radius: 26px;
  --hellobar-height: 54px;
  --section-space: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--hellobar-height); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Raleway", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
p { font-size: 16px; line-height: 1.7; }
p strong, li strong { font-weight: 800; }

.hellobar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  height: var(--hellobar-height);
  padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  background: var(--gradient);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hellobar-copy { min-width: 0; display: flex; align-items: center; gap: 7px; }
.hellobar-copy > span { color: #fff; font-size: 12px; font-weight: 900; opacity: .95; }
.hellobar-secondary i { margin-inline: 1px 6px; font-style: normal; }
.hellobar .hellobar-cta { min-height: 38px; padding: 4px 4px 4px 16px; display: inline-flex; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: linear-gradient(110deg, rgba(255,255,255,.1), rgba(255,255,255,.3), rgba(101,40,218,.28), rgba(255,255,255,.1)); background-size: 280% 100%; letter-spacing: .06em; animation: button-gradient-flow 9s ease-in-out infinite; transition: box-shadow .3s ease, filter .3s ease, border-color .3s ease; }
.hellobar .hellobar-cta:hover { border-color: rgba(255,255,255,.9); background-image: linear-gradient(110deg, rgba(255,255,255,.18), rgba(255,255,255,.48), rgba(60,21,153,.42), rgba(255,255,255,.18)); color: #fff; box-shadow: 0 0 24px rgba(255,255,255,.28); filter: brightness(1.12) saturate(1.2); }
.hellobar .hellobar-cta span { width: 28px; height: 28px; display: grid; flex: 0 0 28px; place-items: center; border-radius: 50%; background: rgba(22,10,55,.82); color: #fff; font-size: 15px; line-height: 1; }
.hellobar .hellobar-cta svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
  position: absolute;
  inset: var(--hellobar-height) 0 auto 0;
  z-index: 15;
  margin-top: 0;
  min-height: 86px;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(11,12,18,.52), rgba(11,12,18,.08));
  backdrop-filter: blur(5px);
}
.brand { display: inline-flex; width: auto; align-items: center; gap: 18px; }
.brand img { width: 158px; flex: 0 0 158px; }
.brand span { min-height: 28px; padding-left: 18px; display: inline-flex; align-items: center; border-left: 1px solid rgba(255,255,255,.22); color: #c9cad4; font-size: 11px; font-weight: 700; letter-spacing: .08em; line-height: 1; text-transform: uppercase; white-space: nowrap; transform: translateY(5px); }

.section-shell { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding: var(--section-space) 0; }
.section-shell.light-section { width: 100%; padding-inline: max(28px, calc((100vw - var(--max)) / 2)); }
.section-grid { position: relative; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 88px 88px; }
.section-grid::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 30%, transparent 0, var(--bg) 70%); }
.section-grid > * { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 20px; color: var(--eyebrow-dark); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 26px; height: 1px; margin: 0 9px 3px; background: var(--magenta); }
.gradient-text { color: transparent; background: var(--gradient); background-clip: text; -webkit-background-clip: text; }
.impact-title { font-weight: 800 !important; letter-spacing: -.06em; text-transform: none; }
.light-section { background-color: #f4f3f7; color: #11121a; }
.light-section.section-grid { background-image: linear-gradient(rgba(14,15,22,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(14,15,22,.07) 1px, transparent 1px); }
.light-section.section-grid::after { background: radial-gradient(circle at 50% 30%, transparent 0, #f4f3f7 73%); }
.light-section .eyebrow { color: var(--eyebrow-light); }
.light-section .center-heading > p:last-child { color: #4f5160; }

.hero {
  min-height: 860px;
  margin-top: var(--hellobar-height);
  padding: 146px max(28px, calc((100vw - var(--max)) / 2)) var(--section-space);
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.hero.section-grid::after { z-index: 1; background: linear-gradient(90deg, rgba(11,12,18,.98) 0%, rgba(11,12,18,.91) 36%, rgba(11,12,18,.36) 64%, rgba(11,12,18,.08) 100%), linear-gradient(180deg, rgba(9,10,15,.04), rgba(9,10,15,.24)); }
.hero-copy { position: relative; z-index: 2 !important; width: min(60%, 720px); }
.hero-event-meta { margin-bottom: 48px; display: flex; align-items: center; gap: 28px; }
.hero-event-brand { width: 220px; display: flex; flex: 0 0 220px; flex-direction: column; align-items: center; }
.hero-event-brand span { margin-bottom: -7px; padding-left: .55em; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .55em; }
.hero-event-brand img { width: 220px; }
.hero .hero-date { margin: 0; padding-left: 26px; border-left: 1px solid rgba(255,255,255,.28); color: #fff; font-size: 15px; font-weight: 900; letter-spacing: .16em; line-height: 1.55; text-shadow: 0 2px 18px rgba(0,0,0,.5); }
.hero h1 { max-width: 720px; margin-bottom: 38px; font-size: clamp(52px, 4.1vw, 66px); line-height: .99; font-weight: 800; letter-spacing: -.052em; }
.hero-highlight { color: #8b5cf6; }
.hero-keep { white-space: nowrap; }
.hero-subtitle { position: relative; max-width: 660px; margin: 0; padding-left: 24px; color: #f2f1f7; font-size: clamp(18px, 1.35vw, 21px); font-weight: 650; letter-spacing: -.015em; line-height: 1.58; text-shadow: 0 2px 18px rgba(0,0,0,.42); }
.hero-subtitle::before { content: ""; position: absolute; left: 0; top: .18em; bottom: .18em; width: 3px; border-radius: 999px; background: var(--gradient); }
.hero-actions { width: min(100%, 460px); display: flex; align-items: flex-start; flex-direction: column; gap: 16px; margin-top: 44px; }
.hero-actions .button { width: min(100%, 420px); min-height: 64px; justify-content: space-between; }
.hero-actions .testimonial-seal { margin-top: 18px; }
.cta-microcopy { width: min(100%, 420px); display: block; margin: 12px auto 0; color: #e5e4ed; font-size: 12px; font-weight: 700; letter-spacing: .01em; line-height: 1.4; text-align: center; text-transform: none; }
.hero-actions .cta-microcopy { width: min(100%, 420px); margin: 0; padding: 0; color: #f0eff6; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.section-cta { margin: 58px auto 0; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.section-cta .button { width: min(100%, 420px); justify-content: space-between; }
.section-cta .cta-microcopy { margin-top: 0; }
.light-section .section-cta .cta-microcopy { color: #444653; text-shadow: none; }
.button { width: max-content; max-width: 100%; min-height: 58px; display: inline-flex; align-items: center; justify-content: flex-start; gap: 22px; padding: 7px 7px 7px 25px; border-radius: 999px; background-size: 300% 100%; font-size: 14px; font-weight: 900; letter-spacing: .025em; text-transform: uppercase; animation: button-gradient-flow 9s ease-in-out infinite; transition: box-shadow .32s ease, filter .32s ease, border-color .32s ease; }
.button:hover { transform: none; filter: brightness(1.12) saturate(1.22); }
.button span { width: 44px; height: 44px; display: grid; flex: 0 0 44px; place-items: center; border-radius: 50%; font-size: 18px; font-weight: 500; line-height: 1; transition: transform .2s ease; }
.button span svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.button:hover span { transform: none; }
.button-primary { color: #fff; background-image: linear-gradient(110deg, #1626ff 0%, #7723ee 26%, #ec16d8 52%, #6b35ff 76%, #1626ff 100%); box-shadow: 0 16px 60px rgba(75,35,255,.26); }
.button-primary:hover { background-image: linear-gradient(110deg, #087cff 0%, #6130ff 24%, #ff20d2 52%, #ff4d9d 74%, #087cff 100%); box-shadow: 0 0 36px rgba(205,34,255,.48), 0 18px 70px rgba(42,44,255,.34); }
.button-primary span { background: #fff; color: #151621; }
.button-secondary { border: 1px solid rgba(255,255,255,.24); background-image: linear-gradient(110deg, rgba(255,255,255,.035), rgba(111,48,220,.2), rgba(237,22,216,.13), rgba(255,255,255,.035)); }
.button-secondary:hover { border-color: rgba(190,96,255,.78); background-image: linear-gradient(110deg, rgba(31,38,255,.2), rgba(133,39,239,.38), rgba(255,29,206,.28), rgba(31,38,255,.2)); box-shadow: 0 0 30px rgba(138,51,255,.3); }
.button-secondary span { background: linear-gradient(135deg, var(--violet), var(--magenta)); color: #fff; }
.button-light { color: #151621; background-image: linear-gradient(110deg, #fff 0%, #eae6ff 30%, #fbdfff 55%, #fff 78%, #ece9ff 100%); }
.button-light:hover { background-image: linear-gradient(110deg, #fff 0%, #d8d1ff 28%, #ffcffa 54%, #fff 78%, #dfe5ff 100%); box-shadow: 0 0 34px rgba(255,255,255,.52), 0 18px 55px rgba(74,24,190,.24); }
.button-light span { background: #151621; color: #fff; }
.button-offer { border: 1px solid rgba(230,220,255,.55); color: #fff; background-image: linear-gradient(110deg, rgba(15,13,37,.96) 0%, rgba(48,24,96,.94) 28%, rgba(104,38,157,.9) 52%, rgba(35,25,88,.96) 76%, rgba(15,13,37,.96) 100%); font-size: 17px; box-shadow: 0 18px 48px rgba(18,10,49,.34), inset 0 1px 0 rgba(255,255,255,.12); }
.button-offer:hover { border-color: rgba(255,255,255,.88); background-image: linear-gradient(110deg, rgba(21,22,80,.98) 0%, rgba(94,39,195,.96) 28%, rgba(226,37,202,.92) 52%, rgba(76,55,207,.96) 76%, rgba(21,22,80,.98) 100%); box-shadow: 0 0 32px rgba(238,78,255,.42), 0 20px 58px rgba(25,12,67,.38); }
.button-offer span { background: linear-gradient(135deg, #cab8ff, #f4b9ed); color: #171324; box-shadow: 0 0 18px rgba(238,194,255,.34); }

@keyframes button-gradient-flow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.hero-art { position: absolute !important; inset: 0; z-index: 0 !important; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: right 30%; filter: brightness(1.02) contrast(1.02); }
.hero-person-tag { position: absolute !important; top: 52%; right: max(28px, calc((100vw - var(--max)) / 2)); bottom: auto; z-index: 3 !important; width: 285px; padding: 16px 20px 16px 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; background: rgba(12,13,20,.72); box-shadow: 0 18px 48px rgba(0,0,0,.32); backdrop-filter: blur(14px); transform: translateY(-50%); }
.hero-person-tag::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--gradient); }
.hero-person-tag strong, .hero-person-tag span { display: block; }
.hero-person-tag strong { margin-bottom: 5px; color: #fff; font-size: 17px; font-weight: 800; letter-spacing: -.02em; }
.hero-person-tag span { color: #d8d9e3; font-size: 10px; font-weight: 750; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }

.event-facts { position: relative; z-index: 2; width: 100%; border-block: 1px solid rgba(255,255,255,.1); background: linear-gradient(145deg, #191a27, #101119); box-shadow: 0 22px 70px rgba(0,0,0,.22); }
.event-facts::before { content: ""; position: absolute; inset: 0 0 auto; height: 2px; background: var(--gradient); opacity: .9; }
.event-facts-inner { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.event-fact { position: relative; min-height: 142px; padding: 34px 30px; display: flex; align-items: center; justify-content: center; border-right: 1px solid rgba(255,255,255,.09); text-align: center; }
.event-fact:first-child { border-left: 1px solid rgba(255,255,255,.09); }
.event-fact::after { content: ""; position: absolute; left: 50%; bottom: 20px; width: 28px; height: 2px; border-radius: 99px; background: var(--gradient); opacity: .42; transform: translateX(-50%); }
.event-fact strong { color: #d8d8e2; font-size: 14px; font-weight: 750; letter-spacing: .105em; line-height: 1.5; text-transform: uppercase; text-wrap: balance; }
.event-fact strong span { display: block; background: linear-gradient(90deg, #7b65ff, #dc3ee5); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: 25px; font-weight: 900; letter-spacing: -.025em; line-height: 1.05; }
.event-fact-emphasis { background: radial-gradient(circle at 50% 50%, rgba(121,47,229,.12), transparent 68%); }
.event-fact-emphasis strong { color: #fff; font-weight: 850; }

.expert-wall { width: 100%; padding: var(--section-space) max(28px, calc((100vw - var(--max)) / 2)); overflow: hidden; border-top: 1px solid rgba(255,255,255,.08); background: radial-gradient(circle at 50% 0, rgba(101,43,219,.14), transparent 38%), linear-gradient(145deg, #151620, #0e0f16); }
.expert-wall-heading { width: min(100%, 980px); margin: 0 auto 34px; text-align: center; }
.expert-wall-heading .eyebrow { margin-bottom: 13px; }
.expert-wall-heading h2 { margin: 0; color: #f5f4f8; font-size: clamp(38px, 4.4vw, 62px); font-weight: 800; letter-spacing: -.05em; line-height: 1.02; text-wrap: balance; }
.expert-wall-heading h2 em { background: linear-gradient(90deg, #8260ff, #d839e6); background-clip: text; -webkit-background-clip: text; color: transparent; font-style: italic; font-weight: 800; }
.expert-wall-lead { width: min(100%, 760px); margin: 20px auto 0; color: #b7b9c7; font-size: 18px; line-height: 1.6; text-wrap: pretty; }
.mixed-results-grid { width: min(100%, 1240px); margin: 40px auto 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.mixed-result-card { position: relative; min-height: 250px; padding: 26px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(129,89,238,.3); border-radius: 20px; background: linear-gradient(155deg, #242633, #171922); box-shadow: 0 18px 48px rgba(0,0,0,.18); }
.mixed-result-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--gradient); }
.mixed-result-person { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 14px; }
.mixed-result-avatar { width: 52px; height: 52px; display: block; border: 2px solid rgba(174,105,255,.72); border-radius: 50%; background: #151620; object-fit: cover; box-shadow: 0 8px 24px rgba(0,0,0,.28), 0 0 0 4px rgba(255,255,255,.035); }
.mixed-result-person h3 { margin: 0; display: flex; align-items: center; gap: 6px; color: #fff; font-size: 17px; font-weight: 800; letter-spacing: -.02em; line-height: 1.18; }
.verified-badge { width: 16px; height: 16px; display: inline-grid; flex: 0 0 16px; place-items: center; border-radius: 50%; background: #2498e9; color: #fff; font-size: 10px; font-weight: 900; line-height: 1; box-shadow: 0 3px 10px rgba(36,152,233,.32); }
.mixed-result-person small { display: block; margin-top: 5px; color: #a9aabb; font-size: 9px; font-weight: 850; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.mixed-result-card blockquote,
.mixed-result-card > p { margin: auto 0 0; padding-top: 26px; color: #e7e6ed; font-size: 17px; font-weight: 550; letter-spacing: -.015em; line-height: 1.5; }
.mixed-result-card strong { color: #fff; font-weight: 850; }
.expert-wall > .section-cta { margin-top: 38px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 0; border-inline: 1px solid var(--line); background: var(--line); }
.stats > div { min-height: 190px; padding: 45px; display: flex; flex-direction: column; justify-content: center; background: var(--bg); }
.stats strong { color: transparent; font-size: 52px; font-weight: 800; background: var(--gradient); background-clip: text; -webkit-background-clip: text; }
.stats span { max-width: 240px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.diagnosis { width: 100%; padding-inline: max(28px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr; gap: 56px; text-align: center; }
.diagnosis .section-intro { max-width: 1000px; margin: 0 auto; }
.section-intro h2, .center-heading h2 { margin-inline: auto; margin-bottom: 24px; font-size: clamp(46px, 5vw, 76px); line-height: 1; font-weight: 800; text-wrap: balance; }
.section-intro .lead,
.center-heading > p:not(.eyebrow):not(.pricing-subtitle) { width: min(100%, 760px); margin-inline: auto; color: var(--muted); font-size: 19px; text-align: center; text-wrap: pretty; }
.diagnosis .section-intro .lead { margin-inline: auto; color: #4f5160; }
.dependency-map { position: relative; width: min(100%, 1080px); margin: 10px auto 0; padding: 26px 30px 34px; overflow: hidden; border: 1px solid rgba(111,78,213,.2); border-radius: 28px; background: radial-gradient(circle at 50% 56%, rgba(113,48,226,.1), transparent 32%), linear-gradient(rgba(61,45,110,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(61,45,110,.045) 1px, transparent 1px), linear-gradient(145deg, #fff, #f7f5fc); background-size: auto, 42px 42px, 42px 42px, auto; box-shadow: 0 32px 90px rgba(38,25,86,.12), inset 0 1px 0 rgba(255,255,255,.9); color: #171821; }
.dependency-head { min-height: 46px; padding-bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(47,34,91,.1); }
.dependency-head > small { color: #747684; font-size: 11px; font-weight: 650; letter-spacing: .04em; }
.dependency-status { display: inline-flex; align-items: center; gap: 9px; color: #242532; font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.dependency-status i { width: 8px; height: 8px; border-radius: 50%; background: #ef2ad8; box-shadow: 0 0 0 5px rgba(239,42,216,.1), 0 0 18px rgba(239,42,216,.8); }
.dependency-stage { position: relative; padding-top: 28px; }
.dependency-inputs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.dependency-lane { min-height: 82px; padding: 16px 18px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 4px; border: 1px solid rgba(79,57,143,.14); border-radius: 15px; background: rgba(255,255,255,.82); text-align: center; box-shadow: 0 10px 28px rgba(48,31,104,.055), inset 0 1px 0 rgba(255,255,255,.9); }
.dependency-lane strong { color: #1c1d27; font-size: 15px; font-weight: 800; }
.dependency-lane small { color: #747683; font-size: 11px; }
.dependency-convergence { width: 100%; height: 112px; display: block; overflow: visible; }
.dependency-convergence path { fill: none; stroke: url(#dep-simple-gradient); stroke-width: 1.8; vector-effect: non-scaling-stroke; }
.dependency-convergence circle { fill: #dc21db; filter: drop-shadow(0 0 8px rgba(220,33,219,.8)); }
.dependency-owner { width: min(100%, 430px); margin: -2px auto 0; }
.dependency-owner-core { padding: 24px 28px; display: flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid rgba(239,72,225,.54); border-radius: 20px; background: linear-gradient(135deg, #3020cc 0%, #7925ed 52%, #df18d3 100%); box-shadow: 0 22px 55px rgba(73,27,180,.35); text-align: center; }
.dependency-owner-core small { color: rgba(255,255,255,.78); font-size: 11px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.dependency-owner-core strong { color: #fff; font-size: 31px; font-weight: 900; letter-spacing: .07em; }
.dependency-arrow { height: 62px; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.dependency-arrow i { width: 2px; height: 35px; background: linear-gradient(#c026df, #f02ad8); }
.dependency-arrow i::after { content: ""; width: 9px; height: 9px; display: block; border-right: 2px solid #f02ad8; border-bottom: 2px solid #f02ad8; transform: translate(-4px, 25px) rotate(45deg); }
.dependency-arrow span { margin-top: 4px; color: #767887; font-size: 8px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.dependency-output { width: min(100%, 660px); margin: 0 auto; padding: 22px 28px; border: 1px solid rgba(181,39,213,.25); border-radius: 18px; background: rgba(255,255,255,.84); text-align: center; box-shadow: 0 14px 36px rgba(54,35,111,.07), inset 0 1px 0 rgba(255,255,255,.9); }
.dependency-output strong { display: block; color: #171821; font-size: clamp(22px, 2.4vw, 30px); font-weight: 850; letter-spacing: -.025em; }
.dependency-output p { margin: 7px 0 0; color: #666875; font-size: 13px; line-height: 1.5; }
.diagnosis-context { position: relative; width: min(100%, 1040px); margin: 0 auto; padding: 8px 18px; color: #242530; text-align: left; }
.diagnosis-context-lead { max-width: 930px; margin: 0 auto; color: #3d3f4c; font-size: 19px; font-weight: 520; line-height: 1.65; text-align: center; }
.diagnosis-context .diagnosis-context-title { width: min(100%, 820px); margin: 48px auto 26px; color: #20212b; font-size: clamp(26px, 2.5vw, 36px); font-weight: 800; letter-spacing: -.035em; line-height: 1.14; text-align: center; text-transform: none; text-wrap: balance; }
.diagnosis-context-title span { display: block; margin-top: 5px; background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; }
.diagnosis-context ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 42px; list-style: none; border-top: 1px solid rgba(54,42,99,.1); }
.diagnosis-context li { position: relative; padding: 18px 8px 18px 26px; border-bottom: 1px solid rgba(54,42,99,.1); color: #4d4f5d; font-size: 17px; line-height: 1.55; }
.diagnosis-context li::before { content: ""; position: absolute; left: 2px; top: 28px; width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(135deg, #382cff, #e21ad4); box-shadow: 0 0 0 4px rgba(124,48,232,.08); }
.diagnosis > .section-cta { margin-top: 0; }

.center-heading { width: min(100%, 930px); margin: 0 auto 70px; text-align: center; }
.error-section { position: relative; width: 100%; padding: var(--section-space) 28px; overflow: hidden; border: 0; background: radial-gradient(circle at 82% 16%, rgba(255,255,255,.12), transparent 28%), linear-gradient(115deg, #2532db 0%, #7027df 52%, #c71bc5 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.16), inset 0 -1px 0 rgba(32,8,83,.28); }
.error-section .error-card { width: min(100%, 1040px); margin: 0 auto; text-align: center; }
.error-card > p:first-child { margin: 0; color: rgba(255,255,255,.74); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.error-card h3 { max-width: 930px; margin: 14px auto 0; color: #fff; font-size: clamp(34px, 3.4vw, 50px); font-weight: 800; line-height: 1.04; text-wrap: balance; }
.error-card .error-bridge { max-width: 720px; margin: 18px auto 0; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.55; text-wrap: balance; }
.error-card .error-bridge strong { color: #fff; font-weight: 800; }

.pillars { border-top: 1px solid var(--line); }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; background: transparent; }
.pillar { min-height: 410px; padding: 34px; overflow: hidden; border: 1px solid rgba(126,92,255,.34); border-radius: 18px; background: radial-gradient(circle at 92% 5%, rgba(87,45,214,.16), transparent 35%), linear-gradient(145deg, #1d1f2b 0%, #15161f 72%); box-shadow: 0 20px 55px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.035); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.pillar:hover { transform: translateY(-4px); border-color: rgba(226,24,216,.72); box-shadow: 0 28px 70px rgba(0,0,0,.32), 0 0 38px rgba(105,54,255,.12); }
.pillar > span { display: block; margin: -8px 0 38px; color: transparent; -webkit-text-stroke: 1.5px rgba(201,89,255,.72); font-size: 92px; font-weight: 700; letter-spacing: -.075em; line-height: 1; }
.pillar > p { min-height: 0; margin-bottom: 22px; color: #b6b8c6; font-size: 12px; font-weight: 800; letter-spacing: .1em; line-height: 1.45; text-transform: uppercase; }
.pillar h3 { margin-bottom: 24px; color: #fff; font-size: 32px; font-weight: 800; letter-spacing: -.04em; line-height: 1.08; text-shadow: 0 2px 18px rgba(0,0,0,.3); }
.pillar small { color: var(--muted); font-size: 15px; line-height: 1.65; }
.conclusion-band { width: min(100%, 1060px); margin: 34px auto 0; padding: 34px 52px; border: 1px solid rgba(236,22,216,.58); border-radius: 18px; background: linear-gradient(105deg, rgba(22,38,255,.06), rgba(236,22,216,.07)); color: #f4f3f8; font-size: clamp(20px, 1.8vw, 25px); font-weight: 750; letter-spacing: -.025em; line-height: 1.38; text-align: center; text-wrap: balance; }

.results { padding-top: var(--section-space); }
.results .section-intro { max-width: 1060px; margin-inline: auto; text-align: center; }
.case-feature { position: relative; margin-top: 48px; padding: 28px 32px 32px; overflow: hidden; border: 1px solid rgba(130,84,255,.44); border-radius: 24px 24px 62px 24px; background: radial-gradient(circle at 86% 28%, rgba(196,36,235,.14), transparent 27%), linear-gradient(145deg, #272a39, #171923 74%); box-shadow: 0 28px 76px rgba(0,0,0,.27), inset 0 1px 0 rgba(255,255,255,.05); }
.case-feature::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--gradient); }
.case-header { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.case-kicker { display: grid; grid-template-columns: 66px minmax(0, 1fr); align-items: center; gap: 15px; }
.case-avatar { width: 66px; height: 66px; padding: 3px; border-radius: 50%; background: var(--gradient); box-shadow: 0 12px 28px rgba(0,0,0,.3), 0 0 0 4px rgba(255,255,255,.035); }
.case-avatar img { width: 100%; height: 100%; display: block; border: 3px solid #20222e; border-radius: 50%; object-fit: cover; object-position: 50% 32%; }
.case-profile { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 12px; }
.case-profile > span { color: var(--magenta); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.case-profile .case-handle { color: #8f91a0; font-size: 11px; font-weight: 650; }
.case-profile strong { grid-column: 1 / -1; margin-top: 4px; display: flex; align-items: center; gap: 7px; color: #fff; font-size: 22px; }
.case-profile strong i { width: 18px; height: 18px; display: inline-grid; flex: 0 0 18px; place-items: center; border-radius: 50%; background: #419cf0; color: #fff; font-size: 10px; font-style: normal; line-height: 1; }
.case-numbers { margin-top: 22px; display: grid; grid-template-columns: minmax(0, 1fr) 126px minmax(0, 1fr); align-items: stretch; gap: 14px; }
.case-metric { min-height: 145px; padding: 22px 26px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: rgba(9,10,17,.3); }
.case-metric small { color: #9698a7; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.case-metric span { margin-top: 7px; color: #b9bac6; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.case-metric strong { margin-top: 8px; color: #eeedf4; font-size: clamp(38px, 4vw, 56px); font-weight: 700; letter-spacing: -.055em; line-height: .95; }
.case-after { border-color: rgba(152,76,246,.42); background: radial-gradient(circle at 72% 36%, rgba(124,44,239,.18), transparent 48%), rgba(13,12,28,.58); box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 20px 55px rgba(42,20,103,.15); }
.case-after small { color: #d8c8ff; }
.case-after strong { background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; font-weight: 850; }
.case-progress { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 9px; color: #8f91a1; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.case-progress i { position: relative; width: 64px; height: 2px; background: linear-gradient(90deg, #6350dc, #ec22d6); }
.case-progress i::after { content: ""; position: absolute; right: -1px; top: -4px; width: 9px; height: 9px; border-top: 2px solid #ec22d6; border-right: 2px solid #ec22d6; transform: rotate(45deg); }
.case-progress strong { color: #fff; font-size: 11px; white-space: nowrap; }
.support-cases { margin-top: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.support-cases article { position: relative; min-height: 205px; padding: 28px; overflow: hidden; border: 1px solid rgba(125,85,242,.32); border-radius: 22px 22px 54px 22px; background: radial-gradient(circle at 100% 0, rgba(112,47,225,.16), transparent 42%), linear-gradient(145deg, #232633, #181a24); box-shadow: 0 22px 60px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.035); }
.support-cases article::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--gradient); }
.support-profile { display: flex; align-items: center; gap: 14px; }
.support-avatar { position: relative; width: 58px; height: 58px; flex: 0 0 58px; padding: 2px; border-radius: 50%; background: var(--gradient); }
.support-avatar img { width: 100%; height: 100%; display: block; border: 2px solid #20222e; border-radius: 50%; object-fit: cover; }
.support-avatar i { position: absolute; right: -2px; bottom: 0; width: 18px; height: 18px; display: grid; place-items: center; border: 2px solid #20222e; border-radius: 50%; background: #419cf0; color: #fff; font-size: 9px; font-style: normal; font-weight: 900; }
.support-profile span { display: block; color: #fff; font-size: 15px; font-weight: 850; letter-spacing: -.01em; }
.support-profile small { display: block; margin-top: 3px; color: #999baa; font-size: 11px; font-weight: 650; }
.support-cases strong { display: block; margin: 24px 0 10px; color: transparent; font-size: clamp(30px, 3.2vw, 42px); line-height: 1; background: var(--gradient); background-clip: text; -webkit-background-clip: text; }
.support-cases p { max-width: 440px; margin-bottom: 0; color: #c0c2cf; font-size: 16px; line-height: 1.6; }
.proof-grid { margin-top: 28px; overflow: hidden; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; border: 1px solid rgba(129,89,238,.34); border-radius: 22px; background: rgba(129,89,238,.28); box-shadow: 0 28px 80px rgba(0,0,0,.25); }
.proof-grid article { min-height: 0; padding: 28px 28px 24px; background: linear-gradient(155deg, #242633, #171922); }
.proof-person { display: flex; align-items: center; gap: 14px; }
.proof-person img { width: 66px; height: 66px; flex: 0 0 66px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; object-fit: cover; filter: grayscale(1); }
.proof-person span { color: #c5a7ff; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.proof-person h3 { margin: 5px 0 0; color: #fff; font-size: 16px; font-weight: 800; letter-spacing: -.025em; line-height: 1.15; }
.proof-grid blockquote { margin: 32px 0 0; color: #f1f0f5; font-size: 19px; font-weight: 550; letter-spacing: -.025em; line-height: 1.48; }
.proof-grid blockquote strong { color: #fff; font-weight: 850; }

.results .section-intro { width: min(100%, 900px); }
.results .section-intro .impact-title { max-width: 820px; margin-inline: auto; }
.results .section-intro .impact-title span { display: inline-block; }
.results-lead { width: min(100%, 760px); margin: 24px auto 0; color: #b6b8c5; font-size: 18px; line-height: 1.65; text-align: center; text-wrap: pretty; }
.results-lead strong { color: #fff; font-weight: 820; }
.results-showcase { margin-top: 46px; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr); gap: 20px; }
.result-feature,
.result-card { position: relative; overflow: hidden; border: 1px solid rgba(133,88,249,.38); background: radial-gradient(circle at 88% 10%, rgba(181,38,235,.16), transparent 34%), linear-gradient(145deg, #272a39, #171923 74%); box-shadow: 0 24px 65px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.045); }
.result-feature::before,
.result-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--gradient); }
.result-feature { min-height: 510px; padding: 38px 40px; display: flex; flex-direction: column; border-radius: 26px 26px 76px 26px; }
.result-profile-row { display: flex; align-items: center; gap: 15px; }
.result-avatar { width: 64px; height: 64px; padding: 3px; flex: 0 0 64px; border-radius: 50%; background: var(--gradient); box-shadow: 0 10px 26px rgba(0,0,0,.3); }
.result-avatar img { width: 100%; height: 100%; border: 3px solid #20222e; border-radius: 50%; object-fit: cover; }
.result-profile-meta { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.result-profile-meta > span { color: #caaeff; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.result-profile-meta > strong { margin-top: 4px; display: flex; align-items: center; gap: 7px; color: #fff; font-size: 20px; line-height: 1.15; }
.result-profile-meta > strong i { width: 18px; height: 18px; display: inline-grid; flex: 0 0 18px; place-items: center; border-radius: 50%; background: #419cf0; color: #fff; font-size: 10px; font-style: normal; line-height: 1; }
.result-profile-meta > small { margin-top: 3px; color: #9496a5; font-size: 11px; }
.result-feature-copy { margin-top: auto; padding-top: 48px; display: flex; flex-direction: column; align-items: flex-start; }
.result-feature-copy small { color: #cbb2ff; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.result-feature-copy strong { margin-top: 12px; background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: clamp(64px, 7vw, 96px); font-weight: 880; letter-spacing: -.07em; line-height: .88; }
.result-feature-copy span { margin-top: 12px; color: #f3f2f7; font-size: 22px; font-weight: 800; text-transform: uppercase; }
.result-feature-context { margin-top: 36px; padding-top: 22px; display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 5px 14px; border-top: 1px solid rgba(255,255,255,.11); }
.result-feature-context > span { color: #9294a3; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.result-feature-context p { margin: 0; color: #c7c8d2; font-size: 16px; line-height: 1.3; }
.result-feature-context p strong { color: #fff; font-size: 23px; }
.result-feature-context > small { grid-column: 1 / -1; color: #aeb0bc; font-size: 13px; line-height: 1.5; }
.result-secondary { display: grid; grid-template-rows: 1fr; }
.result-card { min-height: 0; padding: 30px; display: flex; flex-direction: column; border-radius: 22px 22px 56px 22px; }
.result-card .result-avatar { width: 54px; height: 54px; flex-basis: 54px; }
.result-card .result-profile-meta > strong { font-size: 17px; }
.result-card-number { margin-top: auto; padding-top: 24px; }
.result-card-number strong { background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: clamp(31px, 3vw, 40px); font-weight: 860; letter-spacing: -.045em; line-height: 1; }
.result-card-number i { color: #b95bea; font-style: normal; font-weight: 700; }
.result-card > p { margin: 12px 0 0; color: #b8bac6; font-size: 14px; line-height: 1.55; }
.result-testimonials-heading { width: min(100%, 760px); margin: 62px auto 28px; text-align: center; }
.result-testimonials-heading > span { color: #b99cff; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.result-testimonials-heading h3 { margin: 12px 0 0; color: #f4f3f8; font-size: clamp(30px, 3.1vw, 43px); font-weight: 800; line-height: 1.05; text-wrap: balance; }
.results .proof-grid { margin-top: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.results .proof-grid article { min-height: 220px; padding: 30px; border: 1px solid rgba(129,89,238,.28); border-radius: 20px; background: linear-gradient(150deg, #242633, #171922); box-shadow: 0 18px 48px rgba(0,0,0,.18); }
.results .proof-grid blockquote { margin-top: 26px; font-size: 21px; line-height: 1.4; }

.netto { display: grid; grid-template-columns: .9fr 1.1fr; column-gap: 90px; row-gap: 46px; align-items: center; border-top: 1px solid var(--line); }
.netto-visual { position: relative; min-height: 570px; border-radius: var(--radius) var(--radius) 110px var(--radius); overflow: hidden; background: var(--panel); }
.netto-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(31,15,74,.88) 100%); pointer-events: none; }
.netto-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% center; filter: contrast(1.06); }
.netto-visual > span { position: absolute; top: 34px; right: 34px; z-index: 1; padding: 12px 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(10,10,16,.3); backdrop-filter: blur(10px); font-size: 11px; font-weight: 900; letter-spacing: .12em; line-height: 1.45; }
.netto-signature { position: absolute; inset: auto 34px 30px; z-index: 1; text-shadow: 0 2px 18px rgba(0,0,0,.82); }
.netto-signature strong, .netto-signature small { display: block; }
.netto-signature strong { color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .09em; line-height: 1.4; }
.netto-signature strong i { margin-inline: 5px; color: #a47aff; font-style: normal; }
.netto-signature strong b { font-weight: 600; letter-spacing: .02em; }
.netto-signature small { margin-top: 7px; color: #c8b6ff; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.netto-copy h2 { margin-bottom: 30px; font-size: clamp(76px, 9vw, 130px); line-height: .73; font-weight: 800; }
.netto-copy h3 { max-width: 600px; font-size: 28px; font-weight: 800; line-height: 1.2; }
.netto-copy > p { color: var(--muted); font-size: 17px; }
.qualification { width: 100%; padding-inline: max(28px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr; gap: 60px; }
.qualification .section-intro { max-width: 1050px; margin: 0 auto; text-align: center; }
.qualification-columns { width: min(100%, 1080px); margin: 0 auto; }
.qualification-card { position: relative; padding: 48px; overflow: hidden; border: 1px solid rgba(119,35,238,.28); border-radius: 28px 28px 78px 28px; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(245,242,255,.96)); box-shadow: 0 28px 90px rgba(43,30,92,.11); }
.qualification-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--gradient); }
.qualification-card ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; list-style: none; }
.qualification-card li { position: relative; min-height: 86px; padding: 20px 20px 20px 58px; display: flex; align-items: center; border: 1px solid rgba(63,49,116,.1); border-radius: 16px; background: rgba(255,255,255,.78); color: #31333f; font-size: 15px; font-weight: 600; line-height: 1.48; box-shadow: 0 8px 24px rgba(42,31,85,.045); }
.qualification-card li > span, .price-card li > span { min-width: 0; display: block; }
.qualification-card li::before { content: "✓"; position: absolute; left: 18px; top: 50%; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--gradient); color: #fff; font-size: 12px; font-weight: 900; transform: translateY(-50%); }
.qualification > .section-cta { margin-top: 0; }

.live-title { max-width: 920px; margin: 0 auto 24px; color: #fff; font-size: clamp(42px, 4.8vw, 66px); font-weight: 800; letter-spacing: -.055em; line-height: 1; text-align: center; text-wrap: balance; }
.pricing { padding-top: var(--section-space); }
.offer-intro { width: min(100%, 1040px); margin: 0 auto 54px; text-align: center; }
.pricing-callout { margin: 0 auto 20px; color: #d8c8ff; font-size: 14px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.offer-subtitle { width: min(100%, 860px); margin: 0 auto; color: #d8d6e1; font-size: 24px; font-weight: 500; line-height: 1.45; text-align: center; text-wrap: balance; }
.decision-underline, .emphasis-underline { text-decoration-line: underline; text-decoration-color: #a63bff; text-decoration-thickness: .09em; text-underline-offset: .14em; }
.pricing-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: .92fr 1.08fr; gap: 28px; align-items: center; }
.single-offer-grid { max-width: 620px; grid-template-columns: 1fr; }
.price-card { position: relative; padding: 48px; border-radius: var(--radius) var(--radius) 82px var(--radius); }
.price-card > p { font-size: 22px; font-weight: 700; }
.price { display: flex; align-items: flex-start; margin: 34px 0 16px; }
.price-event-brand { width: min(275px, 70%); margin: 0 auto 24px; display: flex; flex-direction: column; align-items: center; }
.price-event-brand span { margin-bottom: -7px; padding-left: .55em; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .55em; }
.price-event-brand img { width: 100%; height: auto; display: block; }
.price-event-date { margin: 0 auto 30px; padding: 17px 22px; display: flex; justify-content: center; align-items: center; gap: 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; background: rgba(13,12,28,.13); text-align: center; }
.price-event-date strong { color: #fff; font-size: 16px; font-weight: 900; letter-spacing: .12em; }
.price-event-date span { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.28); color: #fff; font-size: 16px; font-weight: 900; letter-spacing: .12em; }
.price-anchor { margin-top: 34px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 850; letter-spacing: .14em; text-align: center; }
.price-anchor s { color: #fff; text-decoration-color: rgba(255,255,255,.75); text-decoration-thickness: 2px; }
.single-offer .price { margin-top: 12px; justify-content: center; }
.single-offer .price small { margin-top: 20px; font-size: 25px; }
.single-offer .price strong { font-size: 132px; }
.price small { margin: 14px 8px 0 0; font-size: 20px; }
.price strong { font-size: 88px; line-height: .8; letter-spacing: -.06em; }
.price-card h3 { font-size: 16px; letter-spacing: -.02em; }
.single-offer h3 { text-align: center; letter-spacing: .08em; }
.price-card .button { width: min(100%, 440px); margin-inline: auto; display: flex; justify-content: space-between; }
.price-card > .cta-microcopy { width: min(100%, 440px); }
.price-card ul { margin: 35px 0 38px; padding: 0; list-style: none; }
.price-card li { position: relative; min-height: 54px; padding: 16px 0 16px 44px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 15px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; top: 50%; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #4427ff, #f00cdd); color: #fff; font-size: 15px; font-weight: 900; box-shadow: 0 7px 18px rgba(49,25,207,.28); transform: translateY(-50%); }
.featured { min-height: 665px; background: var(--gradient); box-shadow: 0 45px 120px rgba(69,30,211,.3); }
.single-offer { min-height: 0; padding-top: 42px; }
.standard { min-height: 590px; background: var(--panel-2); border: 1px solid var(--line); }
.testimonial-seal { width: 100%; margin: 4px 0 0; padding: 14px 16px; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 14px; border: 1px solid rgba(151,94,255,.58); border-radius: 16px; background: radial-gradient(circle at 0 50%, rgba(96,45,225,.18), transparent 38%), rgba(20,21,31,.84); box-shadow: 0 18px 48px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.04); backdrop-filter: blur(12px); }
.testimonial-seal img { width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; object-fit: cover; }
.testimonial-seal blockquote { margin: 0 0 5px; color: #fff; font-size: 14px; font-weight: 550; letter-spacing: -.015em; line-height: 1.35; }
.testimonial-seal blockquote strong { color: #bca7ff; font-weight: 900; text-shadow: 0 0 12px rgba(139,92,246,.38); }
.testimonial-seal span { color: #d7d8e1; font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.center-heading .pricing-subtitle { max-width: none; margin: -5px auto 0; color: #f7f4ef; font-size: 19px; line-height: 1.5; }
.pricing-subtitle strong { font-weight: 700; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; column-gap: 100px; row-gap: 36px; }
.faq-heading h2 { font-size: clamp(52px, 6vw, 82px); line-height: .94; text-transform: none; font-weight: 800; letter-spacing: -.045em; }
.faq-heading > p:last-child { max-width: 330px; color: var(--muted); }
.light-section .faq-heading > p:last-child,
.light-section .faq-list details p { color: #555765; }
.faq-list details { border-bottom: 1px solid transparent; border-image: var(--gradient) 1; }
.faq-list summary { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 18px; height: 18px; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; background: var(--magenta); }
.faq-list summary span::before { width: 16px; height: 2px; top: 8px; left: 1px; }
.faq-list summary span::after { width: 2px; height: 16px; top: 1px; left: 8px; transition: transform .2s ease; }
.faq-list details[open] summary span::after { transform: rotate(90deg); }
.faq-list details p { margin: -8px 50px 28px 0; color: var(--muted); font-size: 16px; }
.faq-final-cta { grid-column: 1 / -1; margin-top: 8px; padding-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(30,31,43,.16); }
.faq-final-details { display: flex; flex-direction: column; gap: 7px; }
.faq-final-details strong { color: #11121a; font-size: 22px; font-weight: 850; letter-spacing: -.02em; }
.faq-final-details span { color: #555765; font-size: 15px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.faq-final-details i { margin-inline: 8px; color: #8a36ef; font-style: normal; }
.faq-final-cta .button { width: min(100%, 380px); min-width: 0; flex: 0 0 auto; justify-content: space-between; }

footer { padding: 55px max(28px, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); background: var(--bg-deep); color: var(--muted); font-size: 11px; }
.footer-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 42px; }
.footer-audience, .footer-schedule { margin: 0; color: #f3f2f7; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.footer-audience { justify-self: start; }
.footer-schedule { justify-self: end; white-space: nowrap; }
.footer-schedule i { margin: 0 8px; color: #737583; font-style: normal; font-weight: 500; }
.footer-identities { justify-self: center; display: flex; align-items: center; gap: 28px; }
.footer-brand { width: 145px; display: flex; flex-direction: column; align-items: center; }
.footer-brand span { margin-bottom: -4px; color: #fff; font-size: 7px; font-weight: 900; letter-spacing: .5em; padding-left: .5em; }
.footer-brand img { width: 145px; }
.footer-brand-divider { width: 1px; height: 58px; flex: 0 0 1px; background: rgba(255,255,255,.15); }
.footer-vendas-pro { width: 170px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.footer-vendas-pro img { width: 164px; }
.footer-vendas-pro span { margin-top: 5px; color: #b9bbc7; font-size: 8px; font-weight: 800; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
footer p { margin: 2px 0; line-height: 1.5; }
.footer-bottom { margin-top: 34px; padding-top: 25px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; }
.copyright { margin: 0; }

.qualification-modal { position: fixed; inset: 50% auto auto 50%; width: min(520px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: 0; padding: 0; overflow: auto; border: 1px solid rgba(150,72,255,.34); border-radius: 22px; background: #111; color: #f7f6fb; box-shadow: 0 38px 120px rgba(0,0,0,.7); transform: translate(-50%, -50%); }
.qualification-modal[open] { animation: modal-enter .24s ease-out; }
.qualification-modal::backdrop { background: rgba(5,6,10,.8); backdrop-filter: blur(9px); }
.qualification-progress { position: absolute; inset: 0 auto auto 0; width: 50%; height: 5px; border-radius: 22px 0 0; background: linear-gradient(90deg, #9f48e8, #7134f3); }
.qualification-modal-close { position: absolute; top: 18px; right: 20px; z-index: 2; width: 32px; height: 32px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; color: #85868d; cursor: pointer; font: 700 24px/1 Arial, sans-serif; transition: color .2s ease; }
.qualification-modal-close:hover { color: #fff; }
.qualification-modal-heading { padding: 36px 36px 18px; text-align: left; }
.qualification-modal-heading p { margin: 0 0 13px; color: #a54cff; font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.qualification-modal-heading h2 { margin: 0; color: #fff; font-size: 31px; font-weight: 850; letter-spacing: -.045em; line-height: 1; }
.qualification-modal-heading span { display: block; margin-top: 10px; color: #8d8e94; font-size: 15px; line-height: 1.4; }
.qualification-form { padding: 10px 36px 30px; display: grid; gap: 10px; }
.qualification-form > input { width: 100%; height: 54px; padding: 0 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; outline: none; background: #1a1a1a; color: #fff; font: 550 14px/1 "Raleway", Arial, sans-serif; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.qualification-form > input::placeholder { color: #74757c; font-weight: 500; }
.qualification-form > input:focus { border-color: #a64fff; background: #1d1e23; box-shadow: 0 0 0 2px rgba(166,79,255,.16); }
.qualification-form > input[aria-invalid="true"] { border-color: #ff5fcf; }
.role-field { min-width: 0; margin: 4px 0 0; padding: 0; border: 0; }
.role-field legend { margin-bottom: 9px; color: #a5a6ad; font-size: 12px; font-weight: 650; line-height: 1.35; }
.role-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.role-options label { position: relative; min-width: 0; cursor: pointer; }
.role-options input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.role-options span { min-height: 48px; padding: 8px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: #1a1a1a; color: #a5a6ad; font-size: 12px; font-weight: 700; line-height: 1.2; text-align: center; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.role-options label:hover span { border-color: rgba(166,79,255,.72); color: #fff; }
.role-options input:focus-visible + span { outline: 2px solid #a64fff; outline-offset: 2px; }
.role-options input:checked + span { border-color: #a64fff; background: linear-gradient(135deg, rgba(67,40,255,.3), rgba(232,23,210,.25)); color: #fff; }
.role-field:has(input[aria-invalid="true"]) .role-options span { border-color: rgba(255,95,207,.65); }
.qualification-submit { width: 100%; min-width: 0; min-height: 56px; margin-top: 6px; padding: 8px 18px; justify-content: center; gap: 9px; border: 0; border-radius: 13px; cursor: pointer; font-family: inherit; font-size: 15px; }
.qualification-submit span,
.qualification-submit:hover span { width: auto; height: auto; display: inline; flex: 0 0 auto; border-radius: 0; background: transparent; color: inherit; font-size: 22px; font-weight: 500; transform: none; }
.qualification-submit:disabled { cursor: wait; filter: saturate(.72); opacity: .72; }
body.modal-open { overflow: hidden; }
@keyframes modal-enter { from { opacity: 0; transform: translate(-50%, calc(-50% + 14px)) scale(.985); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }

.toast { position: fixed; left: 50%; bottom: 24px; z-index: 30; padding: 14px 18px; border-radius: 10px; background: #fff; color: #11121a; font-size: 12px; font-weight: 700; box-shadow: 0 16px 50px rgba(0,0,0,.35); transform: translate(-50%, 140%); transition: transform .3s ease; }
.toast.visible { transform: translate(-50%, 0); }
.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { padding-top: 112px; }
  .hero-copy { width: min(72%, 720px); }
  .event-facts-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-fact:nth-child(2) { border-right: 0; }
  .event-fact:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.09); }
  .diagnosis, .qualification, .netto, .faq { grid-template-columns: 1fr; gap: 55px; }
  .faq { row-gap: 32px; }
  .pillar-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mixed-results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  :root { --hellobar-height: 58px; --section-space: 48px; }
  .hellobar { padding: 7px 12px; font-size: 10px; }
  .hellobar-copy { flex: 1 1 auto; flex-direction: column; align-items: flex-start; gap: 2px; }
  .hellobar-copy > span { font-size: clamp(8px, 2.35vw, 10px); letter-spacing: .045em; line-height: 1.2; white-space: nowrap; }
  .hellobar-primary { font-size: clamp(9px, 2.65vw, 11px) !important; }
  .hellobar-secondary i:first-child { display: none; }
  .hellobar-secondary i { margin-inline: 0 4px; }
  .hellobar .hellobar-cta { min-height: 34px; padding: 3px 3px 3px 10px; flex: 0 0 auto; gap: 7px; font-size: 10px; }
  .hellobar .hellobar-cta span { width: 26px; height: 26px; flex-basis: 26px; }
  .site-header { min-height: 70px; padding-inline: 18px; grid-template-columns: 1fr; }
  .brand { justify-self: center; gap: 12px; }
  .brand img { width: 122px; flex-basis: 122px; }
  .brand span { min-height: 22px; padding-left: 12px; font-size: 8px; letter-spacing: .06em; transform: translateY(3px); }
  .section-shell { width: min(100% - 36px, var(--max)); padding: var(--section-space) 0; }
  .section-shell.light-section { width: 100%; padding-inline: 18px; }
  .hero { min-height: 0; padding: 110px 18px var(--section-space); }
  .hero-copy { width: 100%; }
  .hero-event-meta { margin-bottom: 36px; gap: 16px; }
  .hero-event-brand { width: 175px; flex-basis: 175px; }
  .hero-event-brand img { width: 175px; }
  .hero .hero-date { padding-left: 16px; font-size: 11px; letter-spacing: .12em; }
  .hero h1 { margin-bottom: 32px; font-size: 46px; }
  .hero-subtitle { padding-left: 18px; font-size: 18px; line-height: 1.55; }
  .hero-actions { margin-top: 38px; align-items: flex-start; flex-direction: column; }
  .hero-actions small { max-width: none; }
  .hero-art { min-height: 0; }
  .hero-art img { object-position: 67% center; filter: brightness(.78) contrast(1.04); }
  .hero-person-tag { display: none; }
  .event-fact { min-height: 112px; padding: 26px 14px; }
  .event-fact strong { font-size: 11px; letter-spacing: .075em; }
  .event-fact strong span { font-size: 20px; }
  .event-fact::after { bottom: 14px; width: 22px; }
  .expert-wall { padding: var(--section-space) 18px; }
  .expert-wall-heading { margin-bottom: 28px; }
  .expert-wall-heading h2 { font-size: 34px; }
  .expert-wall-lead { margin-top: 18px; font-size: 16px; line-height: 1.55; }
  .mixed-results-grid { margin-top: 30px; grid-template-columns: 1fr; gap: 12px; }
  .mixed-result-card { min-height: 0; padding: 24px; }
  .mixed-result-person { grid-template-columns: 50px 1fr; gap: 13px; }
  .mixed-result-avatar { width: 50px; height: 50px; }
  .mixed-result-card blockquote,
  .mixed-result-card > p { padding-top: 22px; font-size: 17px; }
  .expert-wall > .section-cta { margin-top: 30px; }
  .stats { width: 100%; grid-template-columns: 1fr; }
  .stats > div { min-height: 140px; padding: 30px; }
  .diagnosis, .qualification { padding-inline: 18px; }
  .dependency-map { margin-bottom: 0; padding: 20px 20px 24px; border-radius: 22px; }
  .dependency-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .dependency-head > small { line-height: 1.45; }
  .dependency-stage { padding-top: 24px; }
  .dependency-inputs { grid-template-columns: 1fr 1fr; gap: 8px; }
  .dependency-inputs::after { content: "↓"; grid-column: 1 / -1; margin: 5px 0 -3px; color: #d725dc; font-size: 30px; line-height: 1; text-align: center; }
  .dependency-lane { min-height: 68px; padding: 13px 10px; }
  .dependency-convergence { display: none; }
  .dependency-owner { width: 100%; }
  .dependency-owner-core { padding: 20px 18px; flex-direction: column; gap: 5px; }
  .dependency-owner-core strong { font-size: 29px; }
  .dependency-output { padding: 20px 16px; }
  .diagnosis-context { padding: 2px 4px; }
  .diagnosis-context-lead { font-size: 16px; line-height: 1.6; }
  .diagnosis-context .diagnosis-context-title { margin-top: 36px; margin-bottom: 24px; font-size: 26px; letter-spacing: -.035em; line-height: 1.14; }
  .diagnosis-context-title span { margin-top: 6px; }
  .diagnosis-context ul { grid-template-columns: 1fr; }
  .diagnosis-context li { padding: 16px 2px 16px 24px; font-size: 16px; line-height: 1.55; }
  .diagnosis-context li::before { top: 25px; }
  .section-intro h2, .center-heading h2 { font-size: 43px; }
  .error-section { padding: var(--section-space) 18px; }
  .error-card h3 { font-size: 31px; }
  .error-card .error-bridge { font-size: 15px; }
  .pillar-grid, .support-cases, .qualification-columns, .pricing-grid { grid-template-columns: 1fr; }
  .qualification-card { padding: 34px 22px; border-radius: 22px 22px 54px 22px; }
  .qualification-card ul { grid-template-columns: 1fr; }
  .qualification-card li { min-height: 0; }
  .pillar { min-height: 320px; }
  .conclusion-band { padding: 28px 24px; font-size: 18px; }
  .case-feature { margin-top: 34px; padding: 24px 18px 20px; border-radius: 22px 22px 50px 22px; }
  .case-header { padding-bottom: 20px; }
  .case-kicker { grid-template-columns: 68px minmax(0, 1fr); align-items: center; gap: 14px; }
  .case-avatar { width: 68px; height: 68px; }
  .case-profile { grid-template-columns: 1fr; gap: 2px; }
  .case-profile strong { margin-top: 3px; font-size: 20px; }
  .case-profile .case-handle { grid-row: 2; }
  .case-numbers { margin-top: 18px; grid-template-columns: 1fr; gap: 10px; }
  .case-metric { min-height: 128px; padding: 20px; text-align: center; }
  .case-metric strong { font-size: 44px; }
  .case-progress { padding: 8px 0; flex-direction: row; }
  .case-progress i { width: 54px; }
  .results .section-intro .impact-title { font-size: 48px; }
  .results-lead { margin-top: 20px; font-size: 16px; }
  .results-showcase { margin-top: 34px; grid-template-columns: 1fr; gap: 14px; }
  .result-feature { min-height: 0; padding: 26px 24px 30px; border-radius: 22px 22px 54px 22px; }
  .result-feature-copy { margin-top: 42px; padding-top: 0; }
  .result-feature-copy strong { font-size: 61px; }
  .result-feature-copy span { font-size: 18px; }
  .result-feature-context { margin-top: 28px; grid-template-columns: 1fr; gap: 6px; }
  .result-feature-context p strong { font-size: 21px; }
  .result-secondary { gap: 14px; }
  .result-card { padding: 24px; }
  .result-card-number { margin-top: 36px; }
  .result-card-number strong { font-size: 32px; }
  .result-testimonials-heading { margin: 48px auto 24px; }
  .result-testimonials-heading h3 { font-size: 34px; }
  .support-cases article { min-height: 0; }
  .proof-grid, .results .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article, .results .proof-grid article { min-height: 0; padding: 26px; }
  .proof-grid blockquote, .results .proof-grid blockquote { margin-top: 24px; font-size: 19px; }
  .netto-visual { min-height: 400px; }
  .netto-copy h2 { font-size: 82px; }
  .offer-intro { margin-bottom: 38px; }
  .pricing-callout { margin-bottom: 16px; font-size: 11px; letter-spacing: .13em; }
  .live-title { margin-bottom: 20px; font-size: clamp(38px, 11vw, 52px); }
  .offer-subtitle { font-size: 19px; line-height: 1.5; }
  .price-card { padding: 34px; }
  .featured, .standard { min-height: auto; }
  .testimonial-seal { padding: 12px 14px; grid-template-columns: 48px 1fr; gap: 12px; }
  .testimonial-seal img { width: 48px; height: 48px; }
  .testimonial-seal blockquote { font-size: 13px; }
  .faq-heading h2 { font-size: 54px; }
  .faq-final-cta { padding-top: 26px; flex-direction: column; gap: 20px; text-align: center; }
  .faq-final-details strong { font-size: 21px; }
  .faq-final-details span { font-size: 13px; line-height: 1.5; }
  .faq-final-cta .button { width: min(100%, 380px); }
  .footer-main { grid-template-columns: 1fr; justify-items: center; gap: 28px; text-align: center; }
  .footer-audience, .footer-schedule { justify-self: center; }
  .footer-identities { order: -1; flex-wrap: wrap; }
  .footer-brand-divider { display: none; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
  .footer-links { justify-content: center; }
  .qualification-modal { width: calc(100% - 20px); max-height: calc(100dvh - 20px); border-radius: 20px; }
  .qualification-progress { height: 5px; border-radius: 20px 0 0; }
  .qualification-modal-close { top: 15px; right: 14px; }
  .qualification-modal-heading { padding: 44px 20px 20px; }
  .qualification-modal-heading p { margin-bottom: 18px; font-size: 12px; }
  .qualification-modal-heading h2 { padding-right: 26px; font-size: 31px; }
  .qualification-modal-heading span { margin-top: 11px; font-size: 15px; }
  .qualification-form { padding: 10px 18px 22px; gap: 11px; }
  .qualification-form > input { height: 54px; padding-inline: 15px; font-size: 14px; }
  .role-field legend { font-size: 11px; }
  .role-options { gap: 6px; }
  .role-options span { min-height: 46px; padding-inline: 5px; font-size: 10px; }
  .qualification-submit { min-height: 56px; margin-top: 5px; font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .hellobar .hellobar-cta { animation: none; }
  .dep-line, .dep-pulse { animation: none; }
}
