:root {
    --navy: #071426;
    --navy-soft: #0c2039;
    --blue: #2864ee;
    --cyan: #57dff2;
    --green: #24c875;
    --ink: #0f1b2d;
    --muted: #66758a;
    --line: #dfe7f1;
    --surface: #f4f7fb;
    --white: #fff;
    --shadow: 0 24px 70px rgba(10, 35, 73, .12);
}

* { 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; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; background: white; color: var(--navy); border-radius: 8px; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(213,224,237,.85); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); font-size: 1.08rem; font-weight: 800; letter-spacing: -.04em; }
.brand > span:last-child > span { color: var(--blue); }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--cyan); background: var(--navy); border: 1px solid #29415f; border-radius: 11px; font-size: .78rem; letter-spacing: -.08em; box-shadow: 0 7px 16px rgba(7,20,38,.2); }
.navigation { display: flex; align-items: center; gap: 26px; font-size: .92rem; font-weight: 650; }
.navigation a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 11px 18px; color: white; background: var(--navy); border-radius: 10px; }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--navy); }

.hero { position: relative; min-height: 670px; display: grid; align-items: center; overflow: hidden; color: white; background: linear-gradient(122deg, #061324 0%, #091a31 53%, #123766 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(95,220,244,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(95,220,244,.25) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(90deg, transparent, black); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(12px); pointer-events: none; }
.hero-glow-one { width: 460px; height: 460px; right: -130px; top: -170px; background: rgba(26,126,255,.18); }
.hero-glow-two { width: 330px; height: 330px; left: 44%; bottom: -230px; background: rgba(65,226,247,.09); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 75px; padding-block: 88px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--cyan); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 9px; padding: 7px 13px; border: 1px solid rgba(87,223,242,.36); border-radius: 999px; background: rgba(20,73,104,.35); }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(87,223,242,.12); }
.hero h1 { max-width: 730px; margin: 0; font-size: clamp(2.8rem, 5.5vw, 5rem); font-weight: 590; line-height: 1.02; letter-spacing: -.065em; }
.hero-intro { max-width: 660px; margin: 28px 0 0; color: #d9e6f5; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 21px; border-radius: 10px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 11px 28px rgba(40,100,238,.25); }
.button-primary:hover { background: #1755df; }
.button-secondary { color: var(--navy); background: white; }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; padding: 0; margin: 30px 0 0; list-style: none; color: #d8e5f6; font-size: .9rem; }
.hero-points span { display: inline-grid; width: 19px; height: 19px; margin-right: 6px; place-items: center; color: var(--navy); background: var(--cyan); border-radius: 50%; font-size: .72rem; font-weight: 900; }

.hero-console { transform: perspective(1000px) rotateY(-4deg) rotateZ(1deg); border: 1px solid rgba(144,185,230,.32); border-radius: 24px; background: rgba(35,61,93,.72); box-shadow: 0 36px 80px rgba(0,0,0,.32); }
.console-bar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 17px; color: #8190a5; background: #f8fafc; border-radius: 20px 20px 0 0; font-size: .7rem; }
.console-bar i { width: 8px; height: 8px; border-radius: 50%; background: #cbd5e1; }
.console-bar span { margin-left: auto; margin-right: auto; }
.console-body { padding: 27px; color: var(--ink); background: white; border-radius: 0 0 20px 20px; }
.console-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.console-heading div { display: grid; }
.console-heading small { color: var(--blue); font-size: .63rem; font-weight: 800; letter-spacing: .13em; }
.console-heading strong { font-size: 1.05rem; }
.status { padding: 7px 9px; color: #0b8248; background: #ddf9e9; border-radius: 999px; font-size: .68rem; font-weight: 800; }
.status i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; background: var(--green); border-radius: 50%; }
.console-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 23px 0 15px; }
.console-stats div { display: grid; padding: 15px 12px; border: 1px solid var(--line); border-radius: 12px; background: #f8fafc; }
.console-stats strong { color: var(--navy); font-size: 1.15rem; }
.console-stats span { color: var(--muted); font-size: .62rem; }
.console-list { padding: 5px 15px; border: 1px solid var(--line); border-radius: 13px; }
.console-list p { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; margin: 0; padding: 11px 0; border-bottom: 1px solid #edf1f6; font-size: .68rem; }
.console-list p:last-child { border: 0; }
.console-list b { color: var(--muted); font-size: .62rem; }
.dot { width: 7px; height: 7px; border-radius: 50%; }.dot.blue { background: var(--blue); }.dot.cyan { background: var(--cyan); }.dot.green { background: var(--green); }

.section { padding: 110px 0; }
.projects { background: var(--surface); }
.section-heading { display: grid; grid-template-columns: 1fr .85fr; align-items: end; gap: 50px; margin-bottom: 46px; }
.section-heading h2, .about h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.08; letter-spacing: -.05em; }
.section-heading > p { max-width: 570px; margin: 0; color: var(--muted); }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.project-card { display: grid; grid-template-columns: 86px 1fr; gap: 22px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 14px 45px rgba(25,52,89,.055); transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.project-featured { grid-column: 1 / -1; grid-template-columns: .92fr 1.08fr; min-height: 390px; padding: 0; overflow: hidden; }
.project-featured .project-content { align-self: center; padding: 42px; }
.project-visual { position: relative; min-height: 390px; overflow: hidden; background: linear-gradient(145deg, #071426, #10376a); }
.project-visual::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(92,225,242,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(92,225,242,.3) 1px, transparent 1px); background-size: 42px 42px; }
.mini-brand { position: absolute; top: 34px; left: 35px; color: white; font-size: 1.05rem; font-weight: 800; }
.mini-brand::before { content: ""; display: inline-block; width: 12px; height: 12px; margin-right: 8px; border: 3px solid var(--cyan); border-radius: 4px; vertical-align: -1px; }
.dashboard-card { position: absolute; width: 77%; right: -5%; bottom: 34px; padding: 23px; color: var(--navy); background: white; border: 9px solid rgba(73,98,129,.68); border-radius: 19px; transform: rotate(2deg); box-shadow: 0 25px 55px rgba(0,0,0,.28); }
.dashboard-card > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; }
.dashboard-card span { display: grid; padding: 12px; color: var(--muted); background: #f6f8fb; border: 1px solid var(--line); border-radius: 10px; font-size: .62rem; }
.dashboard-card b { color: var(--navy); font-size: 1.05rem; }
.project-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 18px; font-size: 1.9rem; font-weight: 800; }
.project-icon.mood { color: #de3b87; background: #fff0f7; }.project-icon.channels { color: #2265ed; background: #edf3ff; }.project-icon.onboarding { color: #8556dc; background: #f4efff; }.project-icon.crm { color: #008f75; background: #eafaf6; }
.project-type { margin: 0 0 5px; color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-content h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.52rem; letter-spacing: -.035em; }
.project-content > p:not(.project-type) { margin: 0; color: var(--muted); font-size: .94rem; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 18px 0; list-style: none; }
.tags li, .project-state { padding: 5px 9px; color: #496077; background: #f0f4f8; border-radius: 7px; font-size: .68rem; font-weight: 700; }
.text-link { color: var(--blue); font-size: .86rem; font-weight: 800; }
.text-link:hover { text-decoration: underline; }
.text-link.is-disabled { color: #8491a2; cursor: default; text-decoration: none; }

.ecosystem { background: white; }
.link-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.link-card { display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 22px; padding: 32px; border: 1px solid var(--line); border-radius: 20px; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.link-card:hover { transform: translateY(-3px); border-color: #b5c9e7; box-shadow: var(--shadow); }
.link-number { color: var(--cyan); font-size: .77rem; font-weight: 800; }
.link-card small { color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.link-card h3 { margin: 5px 0 9px; font-size: 1.35rem; }
.link-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.link-card > b { color: var(--blue); font-size: 1.3rem; }

.about { color: white; background: var(--navy); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.about h2 { color: white; }
.about-text { color: #cad8e8; }
.about-text p { margin-top: 0; }
.about-text .button { margin-top: 16px; }

.site-footer { padding: 60px 0 28px; color: #aab9ca; background: #04101e; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; }
.footer-brand { color: white; }
.footer-inner > div > p { margin: 15px 0 0; font-size: .85rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; color: white; font-size: .88rem; }
.footer-links a:hover { color: var(--cyan); }
.copyright { grid-column: 1 / -1; padding-top: 25px; margin: 12px 0 0; border-top: 1px solid rgba(183,202,223,.15); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 920px) {
    .menu-toggle { display: block; }
    .navigation { position: absolute; top: 76px; right: 20px; left: 20px; display: none; align-items: stretch; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
    .navigation.is-open { display: grid; }
    .navigation a { padding: 8px; }
    .nav-cta { text-align: center; }
    .hero-grid, .section-heading, .about-grid { grid-template-columns: 1fr; }
    .hero-grid { gap: 60px; }
    .hero-console { width: min(600px, 100%); margin: auto; transform: none; }
    .section-heading { gap: 18px; }
    .project-grid, .link-grid { grid-template-columns: 1fr; }
    .project-featured { grid-template-columns: 1fr; }
    .about-grid { gap: 35px; }
}
@media (max-width: 620px) {
    .container { width: min(100% - 28px, 1160px); }
    .header-inner { min-height: 68px; }
    .navigation { top: 68px; }
    .hero { min-height: auto; }
    .hero-grid { padding-block: 65px; }
    .hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
    .hero-intro { font-size: 1rem; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-points { display: grid; gap: 10px; }
    .hero-console { display: none; }
    .section { padding: 78px 0; }
    .project-card { grid-template-columns: 1fr; padding: 24px; }
    .project-featured { padding: 0; }
    .project-featured .project-content { padding: 28px 24px; }
    .project-visual { min-height: 285px; }
    .dashboard-card { width: 90%; }
    .link-card { grid-template-columns: auto 1fr; padding: 24px; }
    .link-card > b { display: none; }
    .footer-inner { grid-template-columns: 1fr; }
    .copyright { grid-column: 1; }
}
