:root {
  --blue: #135cff;
  --blue-dark: #0b46d5;
  --navy: #071124;
  --ink: #10141b;
  --muted: #5f6876;
  --line: #dfe3ea;
  --soft: #f4f7fb;
  --white: #ffffff;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(16,20,27,.09); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { display: block; width: auto; object-fit: contain; }
.brand-logo-header { height: 48px; max-width: 205px; }
.brand-logo-footer { height: 52px; max-width: 220px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--blue); color: white; font-size: .9rem; font-weight: 900; letter-spacing: -.05em; }
.brand-name { font-weight: 850; line-height: 1.05; letter-spacing: -.035em; }
.brand-name small { display: block; margin-top: 5px; color: var(--muted); font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .88rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { padding-block: 10px; border-bottom: 2px solid transparent; }
.main-nav > a:not(.nav-cta):hover { color: var(--blue); border-color: var(--blue); }
.nav-cta { padding: 12px 18px; background: var(--ink); color: white; }
.nav-cta:hover { background: var(--blue); }
.menu-toggle { display: none; width: 46px; height: 42px; border: 0; background: var(--ink); padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: white; margin: 4px 0; }
.hero { padding: 88px 0 72px; overflow: hidden; background-image: linear-gradient(#edf0f5 1px, transparent 1px), linear-gradient(90deg, #edf0f5 1px, transparent 1px); background-size: 64px 64px; background-position: center top; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: var(--blue); font-size: .75rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 750px; margin-bottom: 26px; font-size: clamp(3.05rem, 6vw, 5.45rem); line-height: .94; letter-spacing: -.067em; font-weight: 900; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-text { max-width: 660px; margin-bottom: 34px; color: #46505f; font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 14px 20px; font-size: .92rem; line-height: 1.2; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; box-shadow: 8px 8px 0 var(--navy); }
.button-primary:hover { background: var(--blue-dark); }
.text-link { padding: 12px 0; border-bottom: 1px solid var(--ink); font-weight: 800; }
.hero-proof { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 44px; }
.hero-proof span { padding: 8px 12px; border: 1px solid #cfd6e2; background: rgba(255,255,255,.72); font-size: .76rem; font-weight: 800; }
.performance-card { position: relative; background: var(--navy); color: white; padding: 30px; box-shadow: 20px 20px 0 var(--blue); }
.performance-card::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.card-top { position: relative; display: flex; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.16); }
.card-top small { display: block; color: #91a0b9; font-size: .64rem; letter-spacing: .14em; font-weight: 800; }
.card-top strong { display: block; margin-top: 6px; font-size: .98rem; }
.live-dot { align-self: start; color: #70ffb4; font-size: .62rem; font-weight: 900; letter-spacing: .11em; }
.live-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: #70ffb4; border-radius: 50%; }
.metric-main { position: relative; padding: 42px 0 32px; overflow: hidden; }
.metric-main span { color: #9facbf; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.metric-main strong { display: block; margin-top: 4px; font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1; letter-spacing: -.05em; }
.trend-line { height: 90px; display: flex; align-items: end; gap: 8px; margin-top: 32px; border-bottom: 1px solid rgba(255,255,255,.14); }
.trend-line i { flex: 1; display: block; background: linear-gradient(180deg, #4c83ff, #175cff); }
.trend-line i:nth-child(1){height:31%}.trend-line i:nth-child(2){height:43%}.trend-line i:nth-child(3){height:38%}.trend-line i:nth-child(4){height:58%}.trend-line i:nth-child(5){height:67%}.trend-line i:nth-child(6){height:91%}
.metrics-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.metrics-grid > div { padding: 17px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.metrics-grid small, .metrics-grid span { display: block; color: #8491a5; font-size: .67rem; }
.metrics-grid strong { font-size: 1.2rem; letter-spacing: .04em; }
.card-note { position: relative; margin: 22px 0 0; color: #aab4c5; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.card-note span { color: var(--blue); margin: 0 4px; }
.signal-strip { background: var(--blue); color: white; overflow: hidden; }
.signal-strip .container { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.signal-strip i { width: 5px; height: 5px; background: white; border-radius: 50%; opacity: .55; }
.section { padding: 118px 0; }
.section-dark { background: var(--navy); color: white; }
.eyebrow-light { color: #78a0ff; }
.section-heading { max-width: 850px; margin-bottom: 64px; }
.section-heading h2, .statement h2, .about-copy h2, .final-cta h2 { margin-bottom: 24px; font-size: clamp(2.35rem, 5vw, 4.25rem); line-height: 1.03; letter-spacing: -.055em; font-weight: 900; }
.section-heading > p:last-child { max-width: 660px; color: #aab3c1; font-size: 1.12rem; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.16); }
.process-card { min-height: 280px; padding: 28px 24px 28px 0; border-right: 1px solid rgba(255,255,255,.16); }
.process-card + .process-card { padding-left: 24px; }
.process-card:last-child { border-right: 0; }
.process-card > span { color: var(--blue); font-size: .75rem; font-weight: 900; }
.process-card h3 { margin: 74px 0 12px; font-size: 1.42rem; }
.process-card p { margin-bottom: 0; color: #9ca7b9; font-size: .92rem; }
.platforms { background: white; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.split-heading > div h2 { margin-bottom: 0; max-width: 680px; }
.split-heading > p { margin-bottom: 8px; color: var(--muted) !important; }
.platform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.platform-card { position: relative; min-height: 490px; padding: 44px; border: 1px solid var(--line); overflow: hidden; }
.platform-card:hover { border-color: var(--blue); }
.platform-icon { width: 56px; height: 56px; display: grid; place-items: center; background: var(--soft); font-size: 1.25rem; font-weight: 950; }
.platform-number { position: absolute; right: 34px; top: 30px; color: #c7ced8; font-size: 4.7rem; line-height: 1; font-weight: 900; letter-spacing: -.08em; }
.platform-card h3 { margin: 80px 0 12px; font-size: 2.1rem; letter-spacing: -.04em; }
.platform-card p { max-width: 510px; color: var(--muted); }
.platform-card ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 25px 0 0; margin: 30px 0 0; border-top: 1px solid var(--line); }
.platform-card li { font-size: .86rem; font-weight: 760; }
.platform-card li::before { content: "↗"; margin-right: 8px; color: var(--blue); }
.meta { background: var(--soft); }
.investment { padding: 100px 0; background: var(--blue); color: white; }
.investment-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: center; }
.statement-kicker { display: inline-block; margin-bottom: 22px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.5); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.statement h2 { margin-bottom: 0; }
.investment-copy p { color: #dce6ff; font-size: 1.04rem; }
.button-dark { margin-top: 18px; background: var(--navy); color: white; }
.about { background: var(--soft); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: stretch; }
.about-visual { min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; background: var(--navy); color: white; padding: 44px; box-shadow: -18px 18px 0 var(--blue); }
.experience-number strong { display: block; font-size: clamp(5.5rem, 11vw, 9rem); line-height: .85; letter-spacing: -.09em; color: var(--blue); }
.experience-number span { display: block; max-width: 250px; margin-top: 24px; font-size: 1.15rem; line-height: 1.4; font-weight: 750; }
.about-photo { width: 172px; height: 172px; margin: 28px 0 28px auto; border: 5px solid rgba(255,255,255,.12); border-radius: 50%; object-fit: cover; opacity: .88; filter: grayscale(.18); }
.data-tag { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); color: #9da9bd; font-size: .72rem; letter-spacing: .12em; line-height: 1.7; }
.about-copy { align-self: center; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.signature { margin-top: 38px; font-family: Georgia, serif; font-size: 1.7rem; font-style: italic; }
.signature span { display: block; margin-top: 6px; color: var(--muted); font-family: Inter, sans-serif; font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; font-style: normal; font-weight: 800; }
.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.faq .section-heading { position: sticky; top: 130px; align-self: start; }
.faq .section-heading h2 { font-size: clamp(2.4rem, 4vw, 3.65rem); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font-weight: 850; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--blue); font-size: 1.6rem; font-weight: 400; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 680px; padding: 0 48px 25px 0; margin-bottom: 0; color: var(--muted); }
.final-cta { padding: 100px 0; background: var(--navy); color: white; }
.final-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: end; }
.final-cta h2 { max-width: 760px; margin-bottom: 0; }
.final-grid > div:last-child p { color: #aab4c4; }
.button-white { margin-top: 14px; background: white; color: var(--navy); }
.site-footer { padding: 52px 0; border-top: 1px solid #202b3d; background: var(--navy); color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; }
.brand-footer .brand-name small { color: #8f9caf; }
.footer-grid > p { margin: 0; color: #8996aa; font-size: .84rem; }
.footer-grid > div { display: flex; gap: 20px; font-size: .8rem; font-weight: 800; }
.footer-grid > div a:hover { color: #78a0ff; }
.footer-grid > small { grid-column: 1 / -1; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.1); color: #748197; font-size: .7rem; }
.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 40; width: 54px; height: 54px; display: grid; place-items: center; background: #1fc769; color: #072613; border-radius: 50%; box-shadow: 0 12px 35px rgba(0,0,0,.22); font-size: .75rem; font-weight: 950; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 24px 24px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 16px 35px rgba(20,30,50,.1); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 0 !important; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero-grid, .investment-grid, .about-grid, .faq-grid, .final-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero { padding-top: 68px; }
  .performance-card { max-width: 620px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-card:nth-child(2) { border-right: 0; }
  .process-card:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.16); }
  .process-card:nth-child(3) { padding-left: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .platform-card { min-height: 440px; }
  .faq .section-heading { position: static; }
}
@media (max-width: 700px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .nav-wrap { min-height: 72px; }
  .main-nav { top: 72px; }
  .brand-logo-header { height: 40px; max-width: 164px; }
  .hero { padding: 54px 0 56px; background-size: 42px 42px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.1rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .performance-card { padding: 22px; box-shadow: 10px 10px 0 var(--blue); }
  .card-top { flex-direction: column; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 44px; }
  .section-heading h2, .statement h2, .about-copy h2, .final-cta h2 { font-size: clamp(2.15rem, 11vw, 3.15rem); }
  .signal-strip .container { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .signal-strip span:nth-of-type(n+3), .signal-strip i:nth-of-type(n+2) { display: none; }
  .process-grid, .platform-grid { grid-template-columns: 1fr; }
  .process-card, .process-card + .process-card { min-height: 220px; padding: 26px 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .process-card h3 { margin-top: 50px; }
  .platform-card { min-height: auto; padding: 28px; }
  .platform-number { right: 24px; font-size: 3.8rem; }
  .platform-card h3 { margin-top: 60px; }
  .platform-card ul { grid-template-columns: 1fr; }
  .investment { padding: 78px 0; }
  .about-visual { min-height: 430px; padding: 30px; box-shadow: -10px 10px 0 var(--blue); }
  .about-photo { width: 144px; height: 144px; margin-block: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > small { grid-column: 1; }
  .floating-whatsapp { right: 16px; bottom: 16px; }
}
