:root {
  --bg: #07050d;
  --bg-deep: #050309;
  --surface: #0d0a15;
  --surface-2: #120d1e;
  --surface-3: #181024;
  --text: #f8f6ff;
  --muted: #a49caf;
  --muted-2: #746d80;
  --primary: #8b4de8;
  --primary-strong: #6c29c8;
  --brand: #511b98;
  --accent: #a778f2;
  --blue: #4f8cff;
  --green: #3ed598;
  --red: #f26b83;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);
  --radius: 24px;
  --container: 1180px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -60px; background: white; color: #111; padding: 12px 18px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 78px;
  border-bottom: 1px solid transparent;
  transition: background .25s, border-color .25s, height .25s;
}
.site-header.scrolled { height: 70px; background: rgba(7, 5, 13, .88); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; min-width: 140px; }
.brand img { width: 128px; height: 58px; object-fit: contain; object-position: center; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { color: #aaa2b7; font-size: 14px; font-weight: 550; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, border-color .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid rgba(167, 120, 242, .45); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 0 17px; font-size: 13px; background: rgba(139, 77, 232, .12); border-color: rgba(139, 77, 232, .35); }
.button-small:hover { background: rgba(139, 77, 232, .23); border-color: var(--primary); }
.button-primary { background: linear-gradient(135deg, #9b60f1, #6622bd); box-shadow: 0 14px 38px rgba(108, 41, 200, .34), inset 0 1px 0 rgba(255,255,255,.22); }
.button-primary:hover { box-shadow: 0 18px 48px rgba(108, 41, 200, .48), inset 0 1px 0 rgba(255,255,255,.22); }
.button-secondary { background: rgba(255, 255, 255, .045); border-color: var(--line-strong); color: #e6e0ef; }
.button-secondary:hover { background: rgba(255, 255, 255, .08); border-color: rgba(255,255,255,.28); }
.button-secondary svg { width: 19px; fill: currentColor; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: rgba(255,255,255,.04); border-radius: 10px; align-items: center; justify-content: center; flex-direction: column; gap: 6px; color: white; }
.menu-toggle span { width: 19px; height: 1.5px; background: currentColor; transition: transform .25s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.7px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { min-height: 100vh; position: relative; padding: 150px 0 30px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: radial-gradient(circle at 75% 25%, rgba(81, 27, 152, .18), transparent 33%), linear-gradient(180deg, #08050e 0%, #08060e 80%, #090610 100%); }
.hero-grid, .cta-grid { position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .18; pointer-events: none; }
.hero-glow-one { width: 460px; height: 460px; background: #7430d1; top: 6%; right: -120px; }
.hero-glow-two { width: 340px; height: 340px; background: #296be9; bottom: 4%; left: -220px; opacity: .09; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #b990f2; text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 800; }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 18px var(--primary); }
.hero h1 { margin: 24px 0 24px; max-width: 760px; font-size: clamp(3rem, 5.1vw, 5.4rem); line-height: .99; letter-spacing: -.065em; font-weight: 780; }
.hero h1 span, h2 span { color: #a679ef; }
.hero-lead { max-width: 680px; margin: 0 0 12px; color: #bdb5c9; font-size: clamp(1.07rem, 1.5vw, 1.27rem); line-height: 1.65; }
.hero-result { color: #f4effb; font-weight: 650; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-note { display: flex; align-items: flex-start; gap: 10px; max-width: 610px; margin: 24px 0 0; color: #7e768a; font-size: 13px; line-height: 1.5; }
.hero-note span { color: var(--accent); }

.hero-system { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; }
.system-orbit { position: absolute; border: 1px solid rgba(151, 90, 238, .14); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; animation: spin 26s linear infinite; }
.orbit-two { width: 330px; height: 330px; border-style: dashed; animation: spin 22s linear infinite reverse; }
.orbit-one::after, .orbit-two::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #9661e6; box-shadow: 0 0 20px #9661e6; top: 34px; left: 80px; }
.system-card { background: linear-gradient(150deg, rgba(25, 17, 38, .95), rgba(12, 9, 20, .93)); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 35px 90px rgba(0,0,0,.55), 0 0 70px rgba(89,31,164,.12), inset 0 1px 0 rgba(255,255,255,.07); backdrop-filter: blur(18px); }
.system-main { position: relative; z-index: 2; width: 390px; padding: 24px; border-radius: 24px; transform: perspective(900px) rotateY(-5deg) rotateX(2deg); }
.system-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.card-kicker { display: block; color: #6e6679; letter-spacing: .13em; font-size: 9px; margin-bottom: 5px; }
.system-card-top strong { font-size: 19px; letter-spacing: -.02em; }
.live-badge { padding: 6px 9px; border-radius: 20px; color: #96e4c5; background: rgba(62,213,152,.08); border: 1px solid rgba(62,213,152,.18); font-size: 10px; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.live-badge i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); }
.flow-map { padding: 22px 0 18px; }
.flow-node { display: flex; align-items: center; gap: 13px; padding: 13px; border: 1px solid rgba(255,255,255,.07); border-radius: 13px; background: rgba(255,255,255,.025); }
.flow-node.active { border-color: rgba(142,78,233,.3); background: rgba(111,42,197,.11); }
.flow-node > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: rgba(142,78,233,.14); color: #b88bea; font-size: 10px; font-weight: 800; }
.flow-node small { display: block; color: #726b7c; letter-spacing: .12em; font-size: 8px; }
.flow-node strong { display: block; margin-top: 1px; font-size: 12px; font-weight: 650; }
.flow-line { height: 25px; margin-left: 29px; border-left: 1px dashed rgba(163,119,235,.35); position: relative; }
.flow-line i { position: absolute; width: 4px; height: 4px; border-radius: 50%; left: -2.5px; background: var(--accent); animation: flowDot 2.3s ease-in-out infinite; }
.system-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; padding-top: 16px; border-top: 1px solid var(--line); }
.system-footer span { display: block; color: #706a79; font-size: 9px; }
.system-footer strong { display: block; margin-top: 2px; font-size: 11px; }
.pulse-bars { display: flex; align-items: flex-end; gap: 3px; height: 25px; }
.pulse-bars i { width: 4px; background: linear-gradient(#a56fee, #5920a7); border-radius: 3px; animation: barPulse 1.7s ease-in-out infinite; }
.pulse-bars i:nth-child(1) { height: 8px; }.pulse-bars i:nth-child(2) { height: 15px; animation-delay: -.3s; }.pulse-bars i:nth-child(3) { height: 11px; animation-delay: -.6s; }.pulse-bars i:nth-child(4) { height: 22px; animation-delay: -.9s; }.pulse-bars i:nth-child(5) { height: 17px; animation-delay: -1.2s; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 13px; background: rgba(16, 11, 26, .93); border: 1px solid var(--line-strong); box-shadow: 0 18px 50px rgba(0,0,0,.42); backdrop-filter: blur(12px); animation: float 5s ease-in-out infinite; }
.float-card-top { top: 64px; right: -4px; }.float-card-bottom { bottom: 68px; left: -20px; animation-delay: -2.5s; }
.float-icon { width: 30px; height: 30px; display: grid; place-items: center; background: rgba(139,77,232,.15); color: #b78eea; border-radius: 9px; }
.float-card small { display: block; color: #70687b; letter-spacing: .12em; font-size: 7px; }.float-card strong { font-size: 10px; }
.hero-proofbar { position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 70px; padding-top: 26px; border-top: 1px solid var(--line); color: #777080; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.hero-proofbar i { width: 3px; height: 3px; border-radius: 50%; background: #6b2eb7; }

.section { padding: 120px 0; position: relative; }
.section-heading { max-width: 800px; margin-bottom: 58px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2, .split-copy h2, .process-intro h2, .fit-card h2, .faq-intro h2, .final-cta h2 { margin: 18px 0 20px; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.05em; }
.section-heading p, .split-copy > p, .process-intro > p, .faq-intro > p { color: var(--muted); font-size: 18px; }
.problem-section { background: #09070f; border-top: 1px solid rgba(255,255,255,.04); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem-card { min-height: 240px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s; }
.problem-card:hover { background: rgba(255,255,255,.025); }
.problem-number { display: block; color: #6d6577; font-size: 11px; letter-spacing: .1em; }
.problem-card h3 { margin: 38px 0 12px; font-size: 20px; letter-spacing: -.02em; }
.problem-card p { margin: 0; color: #918999; font-size: 15px; }
.insight-strip { margin-top: 34px; padding: 24px 28px; border: 1px solid rgba(139,77,232,.22); border-radius: 16px; background: linear-gradient(90deg, rgba(97,31,171,.13), rgba(97,31,171,.03)); display: flex; align-items: center; gap: 17px; }
.insight-strip p { margin: 0; color: #a89faf; }
.insight-strip strong { color: #f7f3fa; }
.insight-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; flex: 0 0 auto; background: rgba(139,77,232,.16); color: #bb91f2; font-weight: 800; }

.root-section { background: linear-gradient(180deg, #08060e, #0b0712); }
.split-layout { display: grid; grid-template-columns: 1fr .82fr; gap: 95px; align-items: center; }
.split-copy > p { margin: 0 0 18px; }
.check-list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 34px; color: #d2cadc; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(139,77,232,.13); color: #b589ee; font-size: 11px; font-weight: 800; }
.muted-list li { color: #a69eaf; }
.leak-visual { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(21,14,32,.92), rgba(11,8,18,.96)); box-shadow: var(--shadow); }
.leak-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; margin-bottom: 25px; border-bottom: 1px solid var(--line); }
.leak-header span { font-size: 11px; letter-spacing: .14em; font-weight: 800; color: #b893ed; }.leak-header small { color: #746d80; }
.leak-row { display: grid; grid-template-columns: 34px 1fr 145px; gap: 12px; align-items: center; margin: 22px 0; }
.leak-row > span { color: #a69daf; font-size: 11px; font-weight: 700; }.leak-row small { color: #877f90; font-size: 11px; }
.leak-bar { height: 8px; background: rgba(255,255,255,.05); border-radius: 8px; overflow: hidden; }
.leak-bar i { display: block; width: var(--width); height: 100%; border-radius: inherit; background: linear-gradient(90deg, #8b4de8, #5f289f); }
.leak-bar.danger i { background: linear-gradient(90deg, #8b4de8, #d0527a); }
.leak-warning { margin-top: 25px; padding: 14px; text-align: center; background: rgba(242,107,131,.06); border: 1px solid rgba(242,107,131,.12); border-radius: 11px; color: #ac8e99; font-size: 12px; }
.leak-warning span { color: var(--red); margin-right: 8px; }

.solution-section { background: #08050e; overflow: hidden; }
.solution-section::before { content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; background: rgba(91,28,161,.09); filter: blur(100px); left: 50%; top: 42%; transform: translate(-50%,-50%); }
.pillars-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar-card { min-height: 510px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(155deg, rgba(20,14,31,.9), rgba(10,7,16,.9)); display: flex; flex-direction: column; transition: transform .3s, border-color .3s; }
.pillar-card:hover { transform: translateY(-7px); border-color: rgba(147,84,234,.32); }
.pillar-card.featured { border-color: rgba(139,77,232,.35); background: linear-gradient(155deg, rgba(55,25,91,.55), rgba(15,9,24,.95)); box-shadow: 0 25px 70px rgba(72,21,133,.2); }
.pillar-index { align-self: flex-end; color: #665f71; font-size: 11px; }
.pillar-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 20px 0 30px; border-radius: 14px; background: rgba(138,76,230,.13); border: 1px solid rgba(139,77,232,.2); color: #bb91ef; font-size: 22px; }
.pillar-card h3 { margin: 0 0 18px; font-size: 25px; line-height: 1.25; letter-spacing: -.035em; }
.pillar-card > p { margin: 0; color: #978e9f; font-size: 15px; }
.pillar-card ul { list-style: none; margin: auto 0 0; padding: 24px 0 0; display: grid; gap: 11px; border-top: 1px solid var(--line); }
.pillar-card li { color: #c2bacb; font-size: 13px; }.pillar-card li::before { content: "+"; color: #9f68e8; margin-right: 9px; }

.transformation-section { background: #0b0811; }
.comparison { display: grid; grid-template-columns: 1fr 64px 1fr; align-items: stretch; }
.comparison-column { padding: 38px; border: 1px solid var(--line); border-radius: 20px; }
.comparison-column.before { background: rgba(255,255,255,.018); }
.comparison-column.after { background: linear-gradient(145deg, rgba(72,28,126,.23), rgba(16,10,25,.9)); border-color: rgba(139,77,232,.25); }
.comparison-title { display: flex; align-items: center; gap: 15px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.comparison-title > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: #987d86; background: rgba(242,107,131,.08); }
.after .comparison-title > span { color: #b68eea; background: rgba(139,77,232,.14); }
.comparison-title small { display: block; color: #6f6879; font-size: 9px; letter-spacing: .12em; }.comparison-title strong { display: block; font-size: 18px; }
.comparison-column ul { list-style: none; margin: 25px 0 0; padding: 0; display: grid; gap: 16px; }
.comparison-column li { color: #928a9b; padding-left: 25px; position: relative; }.comparison-column li::before { content: "—"; position: absolute; left: 0; color: #5d5667; }
.comparison-column.after li { color: #d0c7db; }.comparison-column.after li::before { content: "✓"; color: #9e65e6; }
.comparison-divider { display: grid; place-items: center; }
.comparison-divider span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #130d1d; border: 1px solid var(--line-strong); color: #9f66e6; }

.ecosystem-section { background: linear-gradient(180deg, #08050e, #0b0712); }
.ecosystem-flow { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr 34px 1fr; align-items: center; }
.ecosystem-flow article { min-height: 215px; padding: 24px 20px; border: 1px solid var(--line); background: rgba(255,255,255,.02); }
.ecosystem-flow article:first-child { border-radius: 18px 0 0 18px; }.ecosystem-flow article:last-child { border-radius: 0 18px 18px 0; border-color: rgba(139,77,232,.25); background: rgba(82,28,145,.1); }
.ecosystem-flow article > span { color: #9361da; font-size: 10px; letter-spacing: .1em; }.ecosystem-flow strong { display: block; margin: 32px 0 10px; line-height: 1.25; }.ecosystem-flow p { margin: 0; color: #857d8e; font-size: 12px; }
.ecosystem-flow > i { text-align: center; color: #5e536d; font-style: normal; }
.ecosystem-caption { margin-top: 35px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; color: #aaa1b5; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.ecosystem-caption i { color: #6e2fbb; font-style: normal; }

.process-section { background: #09060f; }
.process-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 105px; align-items: start; }
.process-intro { position: sticky; top: 130px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; color: #b587f0; font-weight: 700; border-bottom: 1px solid rgba(181,135,240,.3); padding-bottom: 4px; }
.process-steps { border-top: 1px solid var(--line); }
.process-step { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 34px 8px; border-bottom: 1px solid var(--line); }
.process-step > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: rgba(139,77,232,.1); border: 1px solid rgba(139,77,232,.2); color: #a36ee6; font-size: 11px; font-weight: 800; }
.process-step small { color: #8564b0; font-size: 9px; letter-spacing: .13em; font-weight: 800; }.process-step h3 { margin: 8px 0 8px; font-size: 21px; }.process-step p { margin: 0; color: #8f8799; }

.cases-section { background: #0b0811; }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case-card { min-height: 420px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(160deg, rgba(22,15,33,.78), rgba(10,7,16,.92)); display: flex; flex-direction: column; }
.case-top { display: flex; align-items: center; justify-content: space-between; }
.case-top > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; color: #c39bf3; background: rgba(139,77,232,.13); border: 1px solid rgba(139,77,232,.2); font-size: 11px; font-weight: 800; }
.case-top small { color: #6f6879; letter-spacing: .12em; font-size: 8px; }
.case-card h3 { margin: 48px 0 16px; font-size: 24px; line-height: 1.25; letter-spacing: -.03em; }
.case-card p { margin: 0; color: #948b9d; font-size: 14px; }
.case-tags { margin-top: auto; padding-top: 25px; display: flex; flex-wrap: wrap; gap: 7px; border-top: 1px solid var(--line); }
.case-tags span { padding: 6px 9px; border-radius: 20px; border: 1px solid var(--line); color: #978da2; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.fit-section { background: #08050e; }
.fit-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; }
.fit-card { padding: 44px; border: 1px solid var(--line); border-radius: 24px; }
.fit-card.positive { background: linear-gradient(145deg, rgba(67,26,117,.22), rgba(14,9,22,.9)); border-color: rgba(139,77,232,.24); }
.fit-card.negative { background: rgba(255,255,255,.018); }
.fit-card h2 { font-size: clamp(2.1rem, 3.3vw, 3.3rem); }.fit-card h3 { margin: 20px 0; font-size: 29px; line-height: 1.2; letter-spacing: -.035em; }
.fit-card.negative > p { color: #91899a; }.fit-quote { margin-top: 35px; padding: 20px; border-left: 2px solid #6e2aba; color: #b7aebe; background: rgba(255,255,255,.018); font-style: italic; }

.faq-section { background: #0a0710; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 24px 0; color: white; background: none; border: 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; text-align: left; cursor: pointer; }
.faq-item button span { font-size: 17px; font-weight: 650; }.faq-item button i { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.04); border: 1px solid var(--line); color: #aa7ee7; font-style: normal; transition: transform .25s; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s ease; }.faq-answer p { overflow: hidden; margin: 0; color: #92899d; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }.faq-item.open .faq-answer p { padding: 0 55px 24px 0; }.faq-item.open button i { transform: rotate(45deg); }

.final-cta { position: relative; overflow: hidden; padding: 135px 0; text-align: center; background: radial-gradient(circle at 50% 35%, rgba(98,32,178,.28), transparent 42%), #08050e; border-top: 1px solid rgba(139,77,232,.14); }
.final-cta::after { content: ""; position: absolute; width: 500px; height: 250px; left: 50%; bottom: -210px; transform: translateX(-50%); background: #7c34db; filter: blur(100px); opacity: .3; }
.final-cta-inner { position: relative; z-index: 2; max-width: 900px; }
.final-cta h2 { font-size: clamp(2.7rem, 5vw, 5rem); }.final-cta p { max-width: 750px; margin: 0 auto; color: #aaa1b5; font-size: 18px; }.final-cta .hero-actions { justify-content: center; }

.site-footer { padding: 65px 0 25px; background: #050309; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.7fr .65fr .8fr; gap: 70px; }
.footer-brand p { max-width: 440px; margin: 18px 0 0; color: #777080; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-links strong { margin-bottom: 7px; font-size: 13px; }.footer-links a, .footer-links span { color: #7f7789; font-size: 13px; }.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: #5e5768; font-size: 11px; }
.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 14px 35px rgba(37,211,102,.28); transition: transform .2s; }.floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); }.floating-whatsapp svg { width: 27px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes flowDot { 0% { top: 0; opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { top: 22px; opacity: 0; } }
@keyframes barPulse { 0%,100% { opacity: .45; transform: scaleY(.7); transform-origin: bottom; } 50% { opacity: 1; transform: scaleY(1); } }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero-layout { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { text-align: center; max-width: 820px; margin: 0 auto; }
  .hero h1 { margin-left: auto; margin-right: auto; }
  .hero-lead, .hero-note { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-system { min-height: 500px; max-width: 620px; width: 100%; margin: 0 auto; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .pillars-grid, .cases-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: auto; }
  .pillar-card ul { margin-top: 35px; }
  .case-card { min-height: 330px; }
  .ecosystem-flow { grid-template-columns: 1fr 22px 1fr 22px 1fr; row-gap: 20px; }
  .ecosystem-flow article:nth-of-type(4), .ecosystem-flow article:nth-of-type(5) { grid-row: 2; }
  .ecosystem-flow > i:nth-of-type(4) { grid-row: 2; }
  .ecosystem-flow article:first-child, .ecosystem-flow article:last-child { border-radius: 18px; }
}

@media (max-width: 820px) {
  .section { padding: 90px 0; }
  .header-cta { display: none; }
  .menu-toggle { display: flex; }
  .mobile-nav { position: fixed; inset: 70px 0 auto; display: flex; flex-direction: column; gap: 4px; padding: 20px; background: rgba(7,5,13,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .3s, opacity .3s; }
  .mobile-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-nav > a:not(.button) { padding: 14px 6px; color: #b9b1c3; border-bottom: 1px solid var(--line); }
  .mobile-nav .button { margin-top: 12px; background: linear-gradient(135deg, #9b60f1, #6622bd); }
  .split-layout, .process-layout, .fit-grid, .faq-layout { grid-template-columns: 1fr; gap: 55px; }
  .process-intro, .faq-intro { position: static; }
  .comparison { grid-template-columns: 1fr; gap: 14px; }.comparison-divider { height: 40px; }.comparison-divider span { transform: rotate(90deg); }
  .ecosystem-flow { grid-template-columns: 1fr; }
  .ecosystem-flow > i { transform: rotate(90deg); }
  .ecosystem-flow article:nth-of-type(4), .ecosystem-flow article:nth-of-type(5), .ecosystem-flow > i:nth-of-type(4) { grid-row: auto; }
  .ecosystem-flow article { min-height: auto; border-radius: 16px !important; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .brand img { width: 112px; height: 50px; }
  .hero { padding-top: 120px; min-height: auto; }
  .hero h1 { font-size: clamp(2.6rem, 13vw, 4.2rem); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }.hero-actions .button { width: 100%; }
  .hero-system { min-height: 430px; transform: scale(.87); margin: -25px auto; }
  .system-main { width: min(390px, 100%); }.float-card-top { right: -20px; }.float-card-bottom { left: -22px; }
  .hero-proofbar { gap: 12px 15px; }.hero-proofbar i { display: none; }
  .section-heading h2, .split-copy h2, .process-intro h2, .fit-card h2, .faq-intro h2 { font-size: 2.25rem; }
  .section-heading p, .split-copy > p, .process-intro > p, .faq-intro > p { font-size: 16px; }
  .problem-grid { grid-template-columns: 1fr; }.problem-card { min-height: 215px; padding: 28px; }.problem-card h3 { margin-top: 28px; }
  .insight-strip { align-items: flex-start; padding: 20px; }
  .leak-visual { padding: 22px 18px; }.leak-row { grid-template-columns: 28px 1fr; }.leak-row small { grid-column: 2; }
  .pillar-card, .comparison-column, .fit-card { padding: 28px 24px; }
  .comparison-title { align-items: flex-start; }.comparison-title strong { font-size: 16px; }
  .ecosystem-caption { gap: 7px; font-size: 9px; }
  .process-step { grid-template-columns: 52px 1fr; gap: 12px; padding: 28px 0; }
  .case-card { padding: 25px; }.case-card h3 { margin-top: 35px; }
  .faq-item button span { font-size: 15px; }.faq-item.open .faq-answer p { padding-right: 0; }
  .final-cta { padding: 100px 0; }.final-cta h2 { font-size: 2.65rem; }.final-cta p { font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.footer-bottom { flex-direction: column; }
  .floating-whatsapp { width: 50px; height: 50px; right: 15px; bottom: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
