:root {
    color-scheme: dark;
    --bg: #09071d;
    --bg-deep: #050411;
    --surface: rgba(255, 255, 255, 0.065);
    --surface-strong: #17132f;
    --line: rgba(255, 255, 255, 0.11);
    --text: #f8f7ff;
    --muted: #aaa6c4;
    --violet: #9d63ff;
    --purple: #6e46ef;
    --blue: #5389ff;
    --coral: #ff7188;
    --green: #46d79b;
    --yellow: #f7bf58;
    --max: 1180px;
    --radius: 28px;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); line-height: 1.65; overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.ambient {
    position: fixed; inset: 0; pointer-events: none; z-index: -2;
    background:
        radial-gradient(circle at 78% 8%, rgba(146, 71, 255, .24), transparent 31rem),
        radial-gradient(circle at 6% 30%, rgba(56, 103, 255, .13), transparent 28rem),
        linear-gradient(180deg, #0c0824 0%, var(--bg) 40%, var(--bg-deep) 100%);
}
.ambient::after {
    content: ""; position: absolute; inset: 0; opacity: .16;
    background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 65%);
}

.site-header {
    width: min(calc(100% - 32px), var(--max)); height: 70px; margin: 18px auto 0; padding: 0 18px;
    display: flex; align-items: center; justify-content: space-between; position: sticky; top: 14px; z-index: 20;
    background: rgba(12, 9, 36, .78); border: 1px solid var(--line); border-radius: 22px;
    backdrop-filter: blur(22px) saturate(140%); box-shadow: 0 18px 50px rgba(0,0,0,.24);
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 1.15rem; font-weight: 800; letter-spacing: -.03em; }
.brand img { border-radius: 12px; box-shadow: 0 8px 24px rgba(121, 68, 255, .35); }
.site-header nav { display: flex; gap: 30px; }
.site-header nav a, .footer-links a { color: var(--muted); text-decoration: none; font-size: .9rem; font-weight: 650; transition: color .2s ease; }
.site-header nav a:hover, .footer-links a:hover { color: var(--text); }
.nav-cta { text-decoration: none; padding: 10px 16px; background: rgba(157,99,255,.14); border: 1px solid rgba(157,99,255,.35); border-radius: 12px; color: #dcd0ff; font-size: .88rem; font-weight: 750; }

.section-shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.hero { min-height: 780px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 48px; padding-block: 88px 92px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 9px; color: #bba6ff; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--coral)); border-radius: 4px; }
.hero h1 { margin: 0; font-size: clamp(3.3rem, 6vw, 6.15rem); line-height: .94; letter-spacing: -.072em; font-weight: 850; }
.hero h1 em { font-style: normal; background: linear-gradient(105deg, #a9c8ff 0%, #b774ff 48%, #ff7e9f 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lede { max-width: 620px; margin: 30px 0; color: #c4c0d5; font-size: clamp(1.04rem, 1.5vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { min-width: 174px; min-height: 58px; padding: 10px 19px; border-radius: 17px; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; border: 1px solid var(--line); font-weight: 760; line-height: 1.1; }
.button small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.68); font-size: .67rem; font-weight: 650; }
.button-icon { font-size: 1.3rem; display: inline-flex; align-items: center; }
.button-icon svg { display: block; width: 20px; height: 24px; }
.button-primary { background: linear-gradient(135deg, #7349f2, #9b55f5 64%, #cc60d1); box-shadow: 0 15px 38px rgba(112, 61, 232, .32); transition: transform .2s ease, box-shadow .2s ease; }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 48px rgba(112, 61, 232, .42); }
.button-secondary { background: rgba(255,255,255,.055); color: #d5d1e4; }
.availability { margin: 16px 0 0; color: #7f7a9a; font-size: .78rem; }

.hero-visual { position: relative; min-height: 640px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(149,78,255,.27), rgba(74,38,180,.08) 46%, transparent 70%); filter: blur(2px); }
.orbit { position: absolute; border: 1px solid rgba(170,144,255,.14); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 620px; height: 620px; border-style: dashed; opacity: .65; }
.phone { width: 340px; height: 648px; padding: 12px; position: relative; z-index: 3; overflow: hidden; border-radius: 48px; background: #f9f9fc; color: #222236; border: 8px solid #161227; box-shadow: 0 50px 100px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.22) inset; transform: rotate(2deg); }
.phone::before { content: ""; position: absolute; width: 108px; height: 25px; border-radius: 0 0 18px 18px; background: #161227; left: 50%; top: 0; transform: translateX(-50%); z-index: 5; }
.phone-bar { height: 30px; padding: 2px 14px 0; display: flex; justify-content: space-between; align-items: center; font-size: .66rem; font-weight: 800; }
.app-topbar { margin-inline: -2px; min-height: 72px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #e7e6ed; }
.app-topbar img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.app-topbar div { min-width: 0; flex: 1; }
.app-topbar strong, .app-topbar small { display: block; white-space: nowrap; }
.app-topbar strong { font-size: .86rem; }
.app-topbar small { color: #747183; font-size: .61rem; }
.app-topbar i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: #22b573; }
.app-topbar button { width: 36px; height: 36px; border: 0; border-radius: 12px; background: #ebe7fb; color: #6447c8; }
.chat-date { margin: 16px 0 12px; text-align: center; color: #9995a4; font-size: .62rem; }
.message { max-width: 80%; margin: 0 0 11px; padding: 10px 12px 7px; border-radius: 6px 17px 17px 17px; background: #fff; box-shadow: 0 3px 14px rgba(31,28,50,.07); font-size: .75rem; line-height: 1.45; }
.message .sender { display: block; margin-bottom: 2px; color: #6847cc; font-weight: 800; font-size: .64rem; }
.message time { display: block; margin-top: 5px; text-align: right; color: #9c98a7; font-size: .54rem; }
.message.outgoing { margin-left: auto; border-radius: 17px 6px 17px 17px; background: #e8e3ff; }
.message.short { max-width: 77%; }
.reaction { width: max-content; margin: -18px 5px 12px auto; padding: 4px 7px; border: 2px solid #f9f9fc; border-radius: 10px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.12); font-size: .63rem; }
.typing { display: flex; gap: 3px; width: max-content; padding: 9px 11px; border-radius: 15px; background: #fff; }
.typing span { width: 5px; height: 5px; border-radius: 50%; background: #9d98ac; animation: typing 1s infinite ease-in-out; }
.typing span:nth-child(2) { animation-delay: .14s; } .typing span:nth-child(3) { animation-delay: .28s; }
.composer { position: absolute; bottom: 20px; left: 18px; right: 18px; height: 46px; padding-left: 13px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #dcdae4; border-radius: 14px; color: #a19da9; font-size: .68rem; }
.composer button { width: 32px; height: 32px; margin-right: 6px; border: 0; border-radius: 10px; background: #6e4bd8; color: white; font-weight: 900; }
.portrait-chip { position: absolute; z-index: 4; width: 70px; height: 70px; padding: 4px; border-radius: 22px; background: rgba(20,16,54,.88); border: 1px solid rgba(255,255,255,.2); box-shadow: 0 18px 35px rgba(0,0,0,.35); }
.portrait-chip img { width: 100%; height: 100%; border-radius: 18px; object-fit: cover; }
.portrait-chip span { position: absolute; right: 1px; bottom: 1px; width: 14px; height: 14px; border: 3px solid #151031; border-radius: 50%; background: var(--green); }
.chip-one { left: 4%; top: 18%; transform: rotate(-8deg); }
.chip-two { right: 3%; top: 25%; transform: rotate(9deg); }
.floating-card { position: absolute; z-index: 5; min-width: 228px; padding: 13px 15px; display: flex; align-items: center; gap: 11px; background: rgba(24,18,57,.9); border: 1px solid rgba(255,255,255,.14); border-radius: 17px; backdrop-filter: blur(18px); box-shadow: 0 18px 42px rgba(0,0,0,.34); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: #9f99bb; font-size: .62rem; }
.floating-card strong { font-size: .76rem; }
.floating-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(151,92,255,.18); color: #bd93ff; }
.meeting-card { right: -2%; bottom: 20%; } .reputation-card { left: -1%; bottom: 7%; }
.live-dot { width: 8px; height: 8px; margin-left: auto; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255,113,136,.12); }

.signal-strip { max-width: var(--max); margin: 0 auto; min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.signal-strip div { padding: 24px 22px; display: flex; align-items: baseline; justify-content: center; gap: 9px; border-right: 1px solid var(--line); }
.signal-strip div:last-child { border: 0; }
.signal-strip strong { font-size: 1.5rem; } .signal-strip span { color: var(--muted); font-size: .8rem; }

.intro { padding-block: 135px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.section-heading h2 { max-width: 850px; margin: 0; font-size: clamp(2.35rem, 5vw, 4.5rem); line-height: 1.03; letter-spacing: -.055em; }
.section-heading > p:not(.eyebrow) { max-width: 670px; margin: 22px auto 0; color: var(--muted); }
.section-heading.centered { text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.intro-copy { color: #bbb7cb; font-size: 1.08rem; }
.intro-copy p { margin: 0 0 25px; }

.coworkers { padding-bottom: 140px; }
.people-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.person-card { min-height: 390px; position: relative; overflow: hidden; border-radius: 26px; border: 1px solid var(--line); background: var(--surface-strong); }
.person-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); transition: transform .4s ease, filter .4s ease; }
.person-card:hover img { transform: scale(1.035); filter: saturate(1); }
.person-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(7,5,20,.94)); }
.person-overlay { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 58px; display: flex; align-items: center; gap: 9px; }
.person-overlay h3, .person-overlay p { margin: 0; }
.person-overlay h3 { font-size: 1rem; } .person-overlay p { color: #b6b1c7; font-size: .7rem; }
.presence { width: 9px; height: 9px; border-radius: 50%; box-shadow: 0 0 0 4px rgba(0,0,0,.28); }
.available { background: var(--green); } .busy { background: var(--coral); } .dnd { background: #ef3b62; } .away { background: var(--yellow); }
.person-card blockquote { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 11px; margin: 0; color: #a8a4b8; font-size: .66rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.features-wrap { padding-block: 130px; background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.012)); border-block: 1px solid rgba(255,255,255,.06); }
.feature-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-grid article { min-height: 315px; padding: 27px; position: relative; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.03)); border: 1px solid var(--line); border-radius: 24px; }
.feature-grid article:hover { border-color: rgba(160,111,255,.35); }
.feature-number { position: absolute; right: 23px; top: 21px; color: #67627f; font-size: .7rem; font-weight: 800; }
.feature-icon { width: 48px; height: 48px; margin-bottom: 45px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, rgba(113,75,239,.28), rgba(255,112,154,.11)); color: #c9b2ff; font-size: 1.25rem; }
.feature-grid h3 { margin: 0 0 12px; font-size: 1.2rem; }
.feature-grid p { margin: 0; color: var(--muted); font-size: .87rem; }

.org-section { padding-block: 145px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.org-copy h2 { margin: 0; font-size: clamp(2.35rem, 4.5vw, 4.2rem); line-height: 1.03; letter-spacing: -.052em; }
.org-copy > p:not(.eyebrow), .org-copy li { color: var(--muted); }
.org-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.org-copy li { margin: 13px 0; padding-left: 24px; position: relative; font-size: .9rem; }
.org-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.org-demo { min-height: 500px; padding: 40px 30px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 32px; background: radial-gradient(circle at 50% 50%, rgba(113,69,223,.17), transparent 62%), rgba(255,255,255,.025); }
.org-node { min-width: 275px; min-height: 72px; padding: 11px 14px; position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #1a1535; box-shadow: 0 14px 28px rgba(0,0,0,.2); }
.org-node img, .you-avatar { width: 46px; height: 46px; border-radius: 14px; object-fit: cover; }
.you-avatar { display: grid; place-items: center; background: linear-gradient(135deg, #6248df, #a759ec); color: white; font-size: .75rem; font-weight: 850; }
.org-node strong, .org-node small { display: block; }
.org-node strong { font-size: .82rem; } .org-node small { color: #9690ac; font-size: .65rem; }
.org-node b { margin-left: auto; padding: 4px 6px; border-radius: 6px; background: rgba(94,210,157,.13); color: #71e3b2; font-size: .53rem; letter-spacing: .08em; }
.user-node { border-color: rgba(117,218,173,.42); }
.org-line { position: relative; z-index: 1; background: rgba(166,144,225,.33); }
.vertical-one, .vertical-two { width: 1px; height: 46px; }
.horizontal { width: 280px; height: 1px; }
.org-reports { width: 100%; margin-top: 20px; display: flex; justify-content: center; gap: 14px; }
.org-node.mini { min-width: 0; width: 47%; padding: 9px; }
.org-node.mini img { width: 38px; height: 38px; }

.roles { padding-bottom: 145px; }
.role-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.role-grid article { min-height: 280px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 23px; background: rgba(255,255,255,.035); }
.role-grid article > span { color: #746f89; font-size: .7rem; font-weight: 850; }
.role-grid h3 { margin: 50px 0 12px; font-size: 1.25rem; }
.role-grid p { margin: 0 0 24px; color: var(--muted); font-size: .82rem; }
.role-grid small { margin-top: auto; color: #8f88a9; font-size: .66rem; }
.role-grid .role-active { background: linear-gradient(145deg, rgba(104,70,224,.28), rgba(177,78,210,.1)); border-color: rgba(155,111,255,.45); transform: translateY(-8px); box-shadow: 0 25px 55px rgba(61,34,137,.22); }

.day-section { padding-block: 130px; border-block: 1px solid rgba(255,255,255,.06); background: linear-gradient(110deg, rgba(64,43,137,.12), rgba(255,255,255,.02)); }
.day-inner { display: grid; grid-template-columns: 1fr .88fr; gap: 90px; align-items: center; }
.timeline { margin: 0; padding: 14px 0; list-style: none; }
.timeline li { min-height: 94px; display: grid; grid-template-columns: 60px 16px 1fr; gap: 14px; position: relative; }
.timeline li::after { content: ""; width: 1px; position: absolute; left: 81px; top: 34px; bottom: -2px; background: var(--line); }
.timeline li:last-child::after { display: none; }
.timeline time { padding-top: 3px; color: #77728d; font-size: .7rem; font-weight: 750; }
.timeline-dot { width: 11px; height: 11px; margin-top: 4px; position: relative; z-index: 2; border-radius: 50%; box-shadow: 0 0 0 5px var(--bg); }
.timeline-dot.green { background: var(--green); } .timeline-dot.red { background: var(--coral); } .timeline-dot.yellow { background: var(--yellow); } .timeline-dot.purple { background: var(--violet); }
.timeline strong { font-size: .9rem; } .timeline p { margin: 4px 0 0; color: var(--muted); font-size: .72rem; }

.faq { padding-block: 140px; }
.faq-grid { max-width: 900px; margin: 58px auto 0; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 24px 4px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; list-style: none; font-size: 1rem; font-weight: 720; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: #a798cc; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 760px; margin: -4px 0 24px; color: var(--muted); font-size: .9rem; }

.final-cta { margin-bottom: 120px; padding: 80px 28px; text-align: center; border: 1px solid rgba(156,100,255,.27); border-radius: 38px; background: radial-gradient(circle at 50% 0, rgba(150,78,255,.23), transparent 55%), rgba(255,255,255,.025); box-shadow: 0 35px 90px rgba(0,0,0,.2); }
.final-cta > img { margin: 0 auto 28px; border-radius: 29px; box-shadow: 0 20px 50px rgba(110,70,239,.35); }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 1; letter-spacing: -.055em; }
.final-cta > p:not(.eyebrow) { max-width: 600px; margin: 22px auto 30px; color: var(--muted); }
.centered-actions { justify-content: center; }

footer { padding: 55px 24px 30px; border-top: 1px solid var(--line); background: rgba(0,0,0,.18); }
.footer-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.footer-inner > p { margin: 0; color: var(--muted); font-size: .78rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.copyright { max-width: var(--max); margin: 34px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.06); color: #69647b; font-size: .68rem; text-align: center; }

@keyframes typing { 0%, 70%, 100% { transform: translateY(0); opacity: .45; } 35% { transform: translateY(-3px); opacity: 1; } }

@media (max-width: 1050px) {
    .site-header nav { display: none; }
    .hero { grid-template-columns: 1fr; padding-top: 80px; text-align: center; }
    .hero-copy .eyebrow, .hero-actions { justify-content: center; }
    .hero-lede { margin-inline: auto; }
    .hero-visual { margin-top: 15px; }
    .intro, .org-section, .day-inner { grid-template-columns: 1fr; gap: 55px; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .people-grid, .role-grid { grid-template-columns: repeat(2, 1fr); }
    .person-card { min-height: 520px; }
    .footer-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (max-width: 680px) {
    .site-header { height: 62px; margin-top: 10px; top: 8px; }
    .brand img { width: 38px; height: 38px; }
    .nav-cta { padding: 8px 11px; font-size: .76rem; }
    .hero { min-height: auto; padding-block: 70px 60px; }
    .hero h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
    .hero-visual { min-height: 610px; transform: scale(.9); margin-inline: -30px; }
    .phone { width: 325px; }
    .orbit-two { width: 520px; height: 520px; }
    .meeting-card { right: 0; } .reputation-card { left: 0; }
    .signal-strip { grid-template-columns: repeat(2, 1fr); }
    .signal-strip div:nth-child(2) { border-right: 0; } .signal-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .intro, .features-wrap, .org-section, .day-section, .faq { padding-block: 90px; }
    .coworkers, .roles { padding-bottom: 95px; }
    .people-grid, .role-grid, .feature-grid { grid-template-columns: 1fr; }
    .person-card { min-height: 470px; }
    .role-grid .role-active { transform: none; }
    .org-demo { min-height: 520px; padding-inline: 13px; }
    .org-node { min-width: 250px; }
    .org-reports { gap: 8px; }
    .org-node.mini { flex-direction: column; text-align: center; }
    .org-node.mini small { white-space: nowrap; }
    .final-cta { margin-bottom: 75px; padding-block: 60px; }
    .button { min-width: 165px; }
}

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