/* Bocify Organizaciones — static landing */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/poppins-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/poppins-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/poppins-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/poppins-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/fonts/poppins-800.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/fonts/poppins-800-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #0e0919;
  --bg-deep: #0a0612;
  --surface: #181026;
  --surface-raised: #211632;
  --purple: #2c1a4d;
  --purple-deep: #201238;
  --primary: #8b5cf6;
  --primary-dark: #7c3aed;
  --primary-soft: #b69bf9;
  --cream: #f4f0e8;
  --white: #fff;
  --ink: #171020;
  --text: #eee9f7;
  --muted: #aaa1bd;
  --muted-dark: #62596d;
  --line: rgba(255,255,255,.11);
  --line-dark: rgba(23,16,32,.13);
  --success: #8ed9b0;
  --font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1200px;
  --radius: 14px;
  --shadow: 0 24px 70px rgba(5,2,12,.38);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--bg); }
[id] { scroll-margin-top: 88px; }
body { min-width: 320px; font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 48px)); 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; }
.skip-link { position: fixed; left: 16px; top: 12px; transform: translateY(-150%); background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 6px; z-index: 1000; font-weight: 700; text-decoration: none; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #d7c8ff; outline-offset: 3px; }

/* Header */
.site-header { position: absolute; inset: 0 0 auto; z-index: 100; transition: background .25s, box-shadow .25s, transform .3s; }
.site-header.is-fixed { position: fixed; background: rgba(14,9,25,.94); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 132px; height: 30px; object-fit: contain; }
.brand-divider { width: 1px; height: 24px; background: rgba(255,255,255,.28); }
.brand-product { font-size: 13px; font-weight: 600; letter-spacing: .02em; color: #d7cfea; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a:not(.button) { font-size: 13px; font-weight: 600; color: #cfc7df; text-decoration: none; transition: color .2s; }
.primary-nav > a:not(.button):hover { color: var(--white); }
.menu-button { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 10px; color: var(--white); background: var(--surface); cursor: pointer; }
.menu-line { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] .menu-line--one { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-line--two { opacity: 0; }
.menu-button[aria-expanded="true"] .menu-line--three { transform: translateY(-6px) rotate(-45deg); }

/* Global typography and buttons */
.section-dark { background: var(--bg); }
.section-purple { background: var(--purple); }
.section-light { background: #f8f6f1; color: var(--ink); }
.section-cream { background: var(--cream); color: var(--ink); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--primary-soft); font-size: 11px; line-height: 1.2; text-transform: uppercase; letter-spacing: .18em; font-weight: 800; }
.eyebrow::before { content: ""; width: 23px; height: 2px; background: currentColor; }
.eyebrow--dark { color: var(--primary-dark); }
h1, h2, h3 { text-wrap: balance; }
h1 { max-width: 650px; font-size: clamp(50px,5vw,70px); line-height: 1.02; letter-spacing: -.045em; }
h2 { font-size: clamp(32px, 4vw, 54px); line-height: 1.12; letter-spacing: -.038em; }
h1 em, h2 em { display: inline; color: var(--primary-soft); font-style: italic; font-weight: 800; }
h1 em { white-space: nowrap; }
.marker { position: relative; display: inline-block; z-index: 0; }
.marker::after { content: ""; position: absolute; z-index: -1; left: -.08em; right: -.08em; bottom: .06em; height: .35em; background: #c6b1ff; transform: skew(-7deg); opacity: .58; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 13px 22px; border: 0; border-radius: 8px; background: var(--primary-dark); color: var(--white); font-weight: 700; font-size: 14px; line-height: 1.25; text-decoration: none; box-shadow: 0 8px 24px rgba(124,58,237,.25); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--primary); box-shadow: 0 12px 28px rgba(124,58,237,.38); }
.button--small { min-height: 42px; padding: 10px 18px; font-size: 12px; }
.button--primary { min-height: 54px; padding: 16px 24px; }
.button--primary span { color: #e4dbfc; font-weight: 500; }
.button--large { min-height: 60px; padding-inline: 30px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: var(--white); text-underline-offset: 5px; font-size: 14px; font-weight: 600; }
.text-link span { color: var(--primary-soft); font-size: 20px; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 150px 0 96px; min-height: 760px; }
.hero::after { content: ""; position: absolute; left: -5%; right: -5%; bottom: -76px; height: 120px; background: var(--surface); transform: rotate(-2.2deg); transform-origin: center; }
.hero-glow { position: absolute; width: 700px; height: 700px; right: -240px; top: -220px; background: radial-gradient(circle, rgba(124,58,237,.19), transparent 66%); pointer-events: none; }
.hero-layout { display: grid; grid-template-columns: minmax(0, .86fr) minmax(510px, 1.14fr); align-items: center; gap: 54px; min-width: 0; }
.hero-copy { position: relative; z-index: 2; min-width: 0; padding-bottom: 38px; }
.hero-copy h1 { max-width: 670px; }
.hero-lead { max-width: 600px; margin: 28px 0 32px; color: #b9b1c8; font-size: clamp(16px, 1.45vw, 19px); font-weight: 500; text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.hero-note { display: flex; gap: 9px; align-items: center; margin-top: 24px; color: #88809b; font-size: 12px; }
.hero-note span { color: var(--primary-soft); }
.hero-product { position: relative; min-width: 0; min-height: 535px; display: flex; align-items: center; z-index: 1; }
.sound-orbit { position: absolute; border: 1px solid rgba(139,92,246,.18); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 540px; height: 540px; left: 45px; top: 2px; }
.orbit-two { width: 690px; height: 690px; left: -30px; top: -74px; border-color: rgba(139,92,246,.08); }
.dashboard-window { position: relative; width: 100%; max-width: 630px; margin-left: auto; overflow: hidden; background: #f6f5f9; color: #211a2e; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; box-shadow: 0 40px 90px rgba(0,0,0,.52), 0 0 0 1px rgba(139,92,246,.08); transform: perspective(1100px) rotateY(-3deg) rotateX(1deg); }
.window-bar { height: 44px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; background: #1c132b; color: #aea5bd; font-size: 9px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #4c415a; }
.avatar { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--primary-dark); color: var(--white); font-size: 7px; font-weight: 700; }
.dashboard-body { min-height: 405px; display: grid; grid-template-columns: 44px 1fr; }
.dash-sidebar { padding: 13px 9px; display: flex; flex-direction: column; align-items: center; gap: 23px; background: #211630; }
.side-logo, .notify-logo { display: grid; place-items: center; border-radius: 7px; background: var(--primary); color: var(--white); font-size: 18px; font-weight: 800; }
.side-logo { width: 26px; height: 26px; margin-bottom: 9px; }
.dash-sidebar i { width: 15px; height: 15px; border: 1px solid #62566e; border-radius: 4px; }
.dash-sidebar i.active { background: var(--primary); border-color: var(--primary); box-shadow: inset 0 0 0 4px #211630; }
.dash-main { padding: 24px 27px 19px; }
.dash-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 16px; }
.dash-heading div { display: flex; flex-direction: column; }
.dash-heading small, .panel-label { color: #81788b; font-size: 8px; font-weight: 600; }
.dash-heading strong { font-size: 17px; }
.status-pill { padding: 5px 9px; border-radius: 20px; color: #317653; background: #d9f3e5; font-size: 7px; font-weight: 700; }
.audio-card { display: flex; gap: 14px; align-items: center; min-height: 85px; padding: 15px 17px; border-radius: 10px; color: var(--white); background: linear-gradient(110deg,#291741,#432371); box-shadow: 0 10px 23px rgba(33,17,55,.17); }
.play-button { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--primary-dark); }
.audio-info { flex: 1; min-width: 0; }
.audio-info strong { display: block; font-size: 10px; }
.audio-info small { color: #c5b8db; font-size: 7px; }
.waveform { height: 24px; display: flex; align-items: center; gap: 3px; margin: 5px 0 1px; overflow: hidden; }
.waveform i { width: 3px; height: var(--h, 55%); border-radius: 2px; background: #bda7eb; animation: waveform 1s ease-in-out infinite alternate; transform-origin: center; }
.waveform i:nth-child(3n) { --h: 90%; animation-delay: -.4s; }
.waveform i:nth-child(3n+1) { --h: 38%; animation-delay: -.7s; }
.waveform i:nth-child(4n) { --h: 70%; animation-delay: -.2s; }
.dash-row { display: grid; grid-template-columns: 1fr 116px; gap: 12px; margin-top: 12px; }
.audience-panel, .metric-panel { min-height: 98px; padding: 11px 13px; border: 1px solid #e1dde7; border-radius: 9px; background: var(--white); }
.audience-avatars { display: flex; margin: 9px 0; }
.audience-avatars i { width: 25px; height: 25px; display: grid; place-items: center; margin-right: -5px; border: 2px solid var(--white); border-radius: 50%; background: #ddd4eb; color: #594d66; font-size: 6px; font-style: normal; font-weight: 700; }
.audience-avatars i:last-child { background: var(--primary-dark); color: white; }
.segment-chips { display: flex; gap: 5px; }
.segment-chips span { padding: 3px 6px; border-radius: 9px; background: #f0edf4; color: #6a6075; font-size: 6px; }
.metric-panel { display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 5px; }
.metric-panel .panel-label { grid-column: 1/-1; }
.donut { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--primary-dark) 0 77%, #e9e3ef 77%); position: relative; }
.donut::after { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: var(--white); }
.donut span { position: relative; z-index: 1; font-size: 8px; font-weight: 800; }
.metric-panel > small { font-size: 6px; color: #7d7487; }
.mini-funnel { margin-top: 11px; display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.mini-funnel > div { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px; color: #777080; font-size: 6px; }
.mini-funnel b { grid-column: 1/-1; height: 4px; border-radius: 3px; background: linear-gradient(to right,var(--primary-dark) var(--w),#e8e4ec var(--w)); }
.notification-card { position: absolute; right: -24px; bottom: 16px; width: 250px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 10px; padding: 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; background: rgba(32,22,48,.96); box-shadow: var(--shadow); }
.notify-logo { width: 36px; height: 36px; }
.notification-card div { display: flex; flex-direction: column; }
.notification-card strong { font-size: 9px; }
.notification-card small, .notify-time { color: var(--muted); font-size: 7px; }

/* Promise */
.promise-strip { position: relative; z-index: 2; padding: 50px 0 54px; background: var(--surface); }
.promise-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.promise-item { display: grid; grid-template-columns: 44px 1fr; gap: 17px; padding: 10px 36px; border-right: 1px solid var(--line); }
.promise-item:first-child { padding-left: 0; }
.promise-item:last-child { border: 0; padding-right: 0; }
.promise-number { color: var(--primary-soft); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.promise-item h2 { margin-bottom: 6px; font-size: 15px; letter-spacing: -.01em; }
.promise-item p { color: var(--muted); font-size: 12px; text-wrap: pretty; }

/* Noise comparison */
.noise-section { padding: 130px 0 145px; }
.split-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.section-intro h2 { max-width: 560px; }
.section-intro > p:last-child { max-width: 590px; margin-top: 25px; color: var(--muted-dark); font-size: 16px; }
.comparison { display: grid; grid-template-columns: 1fr 42px 1fr; align-items: stretch; border: 1px solid var(--line-dark); border-radius: var(--radius); background: var(--white); box-shadow: 0 24px 60px rgba(42,28,53,.12); overflow: hidden; }
.comparison-side { padding: 34px 27px; }
.comparison-before { background: #f2eef0; }
.comparison-after { background: #fff; }
.comparison-label { display: inline-block; margin-bottom: 25px; color: #867c8d; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.comparison-after .comparison-label { color: var(--primary-dark); }
.comparison ul { display: flex; flex-direction: column; gap: 18px; list-style: none; }
.comparison li { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; }
.comparison li span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #e6dfe3; color: #8c7e86; }
.comparison-after li span { background: #e8defb; color: var(--primary-dark); }
.comparison-divider { position: relative; display: grid; place-items: center; background: linear-gradient(90deg,#f2eef0 50%,#fff 50%); }
.comparison-divider::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: #dfd9e3; }
.comparison-divider span { position: relative; z-index: 1; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--primary-dark); color: white; }

/* Workflow */
.workflow-section { position: relative; padding: 138px 0 155px; overflow: hidden; }
.workflow-section::before { content: ""; position: absolute; width: 600px; height: 600px; left: -280px; bottom: -320px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.018),0 0 0 160px rgba(255,255,255,.012); }
.section-heading--center { max-width: 800px; margin: 0 auto 72px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.workflow-list { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 42px; list-style: none; }
.workflow-list::before { content: ""; position: absolute; top: 110px; left: 11%; right: 11%; height: 1px; background: linear-gradient(90deg, transparent,rgba(255,255,255,.3) 10%,rgba(255,255,255,.3) 90%,transparent); }
.workflow-step { position: relative; text-align: center; }
.step-index { color: #b9a1ea; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.step-visual { position: relative; z-index: 1; width: 108px; height: 108px; margin: 19px auto 25px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 9px var(--purple); }
.workflow-step h3 { margin-bottom: 10px; font-size: 20px; }
.workflow-step p { color: #c4b9d3; font-size: 13px; text-wrap: pretty; }
.visual-document { flex-direction: column; align-items: flex-start; padding: 31px; gap: 6px; }
.visual-document i { width: 42px; height: 3px; border-radius: 2px; background: #c7b7eb; }
.visual-document i:nth-child(2) { width: 30px; }
.visual-document span { position: absolute; right: 24px; bottom: 21px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--primary); }
.visual-wave { gap: 5px; }
.visual-wave i { width: 5px; height: 38px; border-radius: 3px; background: #c7b7eb; }
.visual-wave i:nth-child(2),.visual-wave i:nth-child(4) { height: 64px; }
.visual-wave i:nth-child(3) { height: 48px; }
.visual-send span { font-size: 45px; color: #c7b7eb; transform: rotate(2deg); }
.visual-send i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); }
.visual-send i:nth-child(2) { left: 22px; bottom: 25px; }.visual-send i:nth-child(3) { right: 21px; top: 25px; }
.visual-chart { align-items: end; gap: 5px; padding-bottom: 29px; }
.visual-chart i { width: 8px; height: 22px; background: #c7b7eb; border-radius: 3px 3px 0 0; }.visual-chart i:nth-child(2){height:38px}.visual-chart i:nth-child(3){height:52px}.visual-chart i:nth-child(4){height:66px;background:var(--primary)}

/* Admin */
.control-section { padding: 150px 0; overflow: hidden; }
.product-split { display: grid; grid-template-columns: .76fr 1.24fr; gap: 88px; align-items: center; }
.product-copy h2 { max-width: 600px; }
.product-copy > p:not(.eyebrow) { max-width: 555px; margin: 25px 0 30px; color: var(--muted); font-size: 15px; }
.section-light .product-copy > p:not(.eyebrow) { color: var(--muted-dark); }
.check-list { display: flex; flex-direction: column; gap: 14px; list-style: none; }
.check-list li { position: relative; padding-left: 29px; color: #d0c8dc; font-size: 13px; font-weight: 500; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: var(--primary-soft); background: rgba(139,92,246,.14); font-size: 10px; }
.admin-preview { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: #f8f7fa; color: #211a2c; box-shadow: var(--shadow); }
.preview-top { height: 70px; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; background: #211630; color: var(--white); }
.preview-top strong { display: flex; flex-direction: column; font-size: 15px; }.preview-top strong small { color: #9d91a9; font-size: 6px; font-weight: 500; }.preview-top span { padding: 8px 12px; border-radius: 6px; background: var(--primary-dark); font-size: 8px; font-weight: 700; }
.preview-filter { min-height: 52px; padding: 12px 24px; display: flex; align-items: center; gap: 20px; border-bottom: 1px solid #e5e1e9; font-size: 8px; font-weight: 600; }
.preview-filter span:first-child { color: var(--primary-dark); }.preview-filter i { margin-left: auto; min-width: 104px; padding: 7px 10px; border: 1px solid #e2dee6; border-radius: 5px; color: #998fa2; font-style: normal; font-weight: 400; }
.communication-row { min-height: 76px; padding: 0 24px; display: grid; grid-template-columns: 2fr 1fr .85fr .45fr; gap: 13px; align-items: center; border-bottom: 1px solid #e9e5ed; font-size: 8px; }
.communication-row > span:first-child { display: grid; grid-template-columns: 29px 1fr; column-gap: 9px; align-items: center; }
.communication-row > span:first-child small { grid-column: 2; color: #948a9d; font-size: 6px; }
.communication-row b { font-size: 9px; }
.row-head { min-height: 36px; color: #8c8296; font-size: 7px; text-transform: uppercase; letter-spacing: .07em; }
.row-head > span:first-child { display: block; }
.row-play { grid-row: 1/3; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 7px; background: #e8defa; color: var(--primary-dark); font-size: 8px; font-style: normal; }
.tag { display: inline-block; padding: 4px 8px; border-radius: 12px; font-size: 6px; font-style: normal; }.tag-green { background: #def2e6; color: #317653; }.tag-gray { background: #ebe8ed; color: #746b7c; }
.preview-bottom { min-height: 47px; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; color: #8e8498; font-size: 7px; }.preview-link { color: var(--primary-dark); font-size: 7px; font-weight: 700; }

/* Member */
.member-section { padding: 145px 0; overflow: hidden; }
.product-split--reverse { grid-template-columns: 1.05fr .95fr; }
.phone-stage { position: relative; min-height: 590px; display: grid; place-items: center; }
.phone-orbit { position: absolute; width: 510px; height: 510px; border: 1px solid #d8cfe5; border-radius: 50%; box-shadow: 0 0 0 55px rgba(139,92,246,.035); }
.phone { position: relative; width: 245px; height: 510px; z-index: 1; padding: 27px 20px; border: 7px solid #1a1126; border-radius: 38px; color: #f5f1fb; background: #171020; box-shadow: 0 32px 70px rgba(40,21,61,.3); }
.phone-speaker { width: 65px; height: 5px; margin: -13px auto 18px; border-radius: 4px; background: #362843; }
.phone-brand { display: flex; align-items: center; gap: 8px; }
.phone-brand span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 6px; color: white; background: var(--primary-dark); font-weight: 800; }
.phone-brand small { color: #a89db3; font-size: 7px; }
.phone-kicker { margin: 27px 0 10px; color: #8d8199; font-size: 6px; letter-spacing: .12em; font-weight: 700; }
.phone-cover { position: relative; height: 185px; padding: 21px; overflow: hidden; border-radius: 13px; background: linear-gradient(145deg,#7741dd,#321756 75%); box-shadow: 0 15px 34px rgba(0,0,0,.3); }
.phone-cover::after { content: ""; position: absolute; width: 180px; height: 180px; right: -95px; bottom: -100px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 25px rgba(255,255,255,.035),0 0 0 50px rgba(255,255,255,.025); }
.cover-mark { display: block; margin-bottom: 39px; font-size: 21px; font-weight: 800; }
.phone-cover i { display: block; color: #d8c6f7; font-size: 5px; letter-spacing: .14em; font-style: normal; }
.phone-cover strong { display: block; font-size: 18px; line-height: 1.1; }
.phone-title { display: block; margin-top: 17px; font-size: 11px; }.phone-meta { color: #8f849a; font-size: 7px; }
.phone-progress { height: 3px; margin: 19px 0 20px; border-radius: 3px; background: #42364c; }.phone-progress i { display: block; width: 43%; height: 100%; background: var(--primary-soft); }
.phone-controls { display: flex; justify-content: center; align-items: center; gap: 27px; }.phone-controls span { position: relative; color: #b8acbf; font-size: 20px; }.phone-controls span small { position: absolute; inset: 8px 0 auto; text-align: center; font-size: 5px; }.phone-controls b { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 50%; background: var(--primary-dark); font-size: 13px; }
.moment { position: absolute; z-index: 2; padding: 10px 16px; border-radius: 30px; color: var(--primary-dark); background: var(--white); border: 1px solid #e0d9e8; box-shadow: 0 10px 25px rgba(40,20,55,.1); font-size: 9px; font-weight: 700; }.moment-one { left: 8%; top: 25%; }.moment-two { right: 5%; bottom: 27%; }
.listening-moments { display: flex; flex-wrap: wrap; gap: 9px; }
.listening-moments li { padding: 9px 14px; border: 1px solid #d4ccd9; border-radius: 25px; color: #665b70; background: #fff; font-size: 10px; font-weight: 600; list-style: none; }

/* Capabilities */
.capabilities-section { padding: 135px 0; }
.capability-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: 110px; align-items: center; margin-top: 70px; }
.capability-feature { min-height: 330px; padding: 47px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: var(--radius); color: var(--white); background: var(--purple-deep); box-shadow: 0 24px 55px rgba(44,26,77,.17); }
.capability-symbol { margin-bottom: auto; color: var(--primary-soft); font-size: 62px; line-height: 1; }
.capability-feature h3 { font-size: 24px; }.capability-feature p { margin-top: 12px; color: #c0b5cc; font-size: 13px; }
.capability-list { border-top: 1px solid var(--line-dark); }
.capability-list > div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 35px; padding: 22px 4px; border-bottom: 1px solid var(--line-dark); }
.capability-list span { font-size: 14px; font-weight: 700; }.capability-list p { color: var(--muted-dark); font-size: 12px; }

/* Use cases */
.use-cases { padding: 145px 0; }
.use-heading { display: grid; grid-template-columns: 1fr .58fr; gap: 90px; align-items: end; margin-bottom: 72px; }
.use-heading > p { max-width: 430px; padding-bottom: 8px; color: var(--muted); font-size: 14px; }
.use-case-list { border-top: 1px solid var(--line); }
.use-case { min-height: 104px; display: grid; grid-template-columns: 70px 1fr 48px; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.use-case:hover { padding-inline: 18px; background: rgba(139,92,246,.055); }
.use-index { color: var(--primary-soft); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.use-case > div { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 50px; }
.use-case h3 { font-size: 18px; }.use-case p { color: var(--muted); font-size: 12px; }
.use-arrow { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--primary-soft); }

/* Analytics */
.analytics-section { padding: 145px 0; }
.analytics-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: center; }
.analytics-copy > p:not(.eyebrow):not(.privacy-note) { max-width: 520px; margin-top: 24px; color: var(--muted-dark); font-size: 15px; }
.privacy-note { max-width: 480px; display: flex; gap: 12px; margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: #746a7d; font-size: 11px; }.privacy-note span { color: var(--primary-dark); font-size: 18px; }
.funnel-card { padding: 30px 32px 24px; border: 1px solid #e2dde6; border-radius: var(--radius); background: var(--white); box-shadow: 0 25px 60px rgba(43,25,58,.12); }
.funnel-head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 22px; border-bottom: 1px solid #e9e5ec; }.funnel-head div { display: flex; flex-direction: column; }.funnel-head small { color: #8c8294; font-size: 8px; }.funnel-head strong { font-size: 14px; }.funnel-head > span { color: #8a7f92; font-size: 7px; }
.funnel-row { display: grid; grid-template-columns: 130px 1fr 27px; gap: 12px; align-items: center; padding: 13px 0; font-size: 8px; }.funnel-row > div { height: 8px; border-radius: 5px; background: #ece7f0; overflow: hidden; }.funnel-row i { display: block; width: var(--w); height: 100%; background: var(--primary-dark); border-radius: inherit; }.funnel-row b { font-size: 10px; text-align: right; }.funnel-pending i { background: #c7bbc9; }
.funnel-action { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; padding: 14px 16px; border-radius: 8px; background: #f0eafa; font-size: 8px; }.reminder-chip { padding: 7px 10px; border-radius: 5px; background: var(--primary-dark); color: white; font-size: 7px; font-weight: 700; }

/* Roadmap */
.roadmap-section { padding: 140px 0; }
.roadmap-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.roadmap-heading { position: sticky; top: 120px; }.roadmap-heading > p:last-child { max-width: 430px; margin-top: 24px; color: #c2b6d0; font-size: 14px; }
.roadmap-items { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.roadmap-items article { min-height: 220px; padding: 32px; background: var(--purple); }
.roadmap-items span { display: inline-block; margin-bottom: 52px; padding: 5px 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; color: var(--primary-soft); font-size: 7px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.roadmap-items h3 { margin-bottom: 11px; font-size: 16px; }.roadmap-items p { color: #c2b7ce; font-size: 11px; }

/* FAQ */
.faq-section { padding: 140px 0; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 105px; align-items: start; }
.faq-list { border-top: 1px solid var(--line-dark); }
details { border-bottom: 1px solid var(--line-dark); }
summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; cursor: pointer; font-size: 14px; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary span { width: 29px; height: 29px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #cbc2d0; border-radius: 50%; color: var(--primary-dark); transition: transform .2s, background .2s; }
details[open] summary span { transform: rotate(45deg); background: #e6dcfa; }
details p { max-width: 650px; padding: 0 54px 24px 0; color: var(--muted-dark); font-size: 12px; }

/* Final CTA and footer */
.final-cta { position: relative; padding: 150px 0; overflow: hidden; text-align: center; }
.cta-content { position: relative; z-index: 1; max-width: 850px; }
.cta-content .eyebrow { justify-content: center; }.cta-content h2 { margin-bottom: 24px; }.cta-content > p:not(.eyebrow) { max-width: 680px; margin: 0 auto 32px; color: var(--muted); font-size: 15px; }.cta-content > small { display: block; margin-top: 18px; color: #83798f; font-size: 10px; }
.cta-rings i { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(139,92,246,.11); border-radius: 50%; transform: translate(-50%,-50%); }.cta-rings i:nth-child(1){width:620px;height:620px}.cta-rings i:nth-child(2){width:880px;height:880px}.cta-rings i:nth-child(3){width:1140px;height:1140px}
.site-footer { padding: 70px 0 28px; background: #09060e; }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; gap: 105px; padding-bottom: 55px; }.footer-main > div:first-child p { max-width: 300px; margin-top: 20px; color: #aaa1b5; font-size: 12px; }
.footer-links { min-width: 130px; display: flex; flex-direction: column; gap: 11px; }.footer-links strong { margin-bottom: 5px; color: #c8c0d0; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }.footer-links a { color: #aaa1b5; font-size: 12px; text-decoration: none; }.footer-links a:hover { color: var(--white); }
.footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #aaa1b5; font-size: 11px; }.footer-bottom span:last-child span { color: var(--primary-soft); }

/* Reveal and motion */
.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease var(--delay,0ms),transform .7s ease var(--delay,0ms); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }
@keyframes waveform { from { transform: scaleY(.45); } to { transform: scaleY(1); } }
.notification-card { animation: float 3.8s ease-in-out infinite alternate; }
@keyframes float { to { transform: translateY(-8px); } }

/* Responsive */
@media (max-width: 1080px) {
  .primary-nav { gap: 17px; }.primary-nav > a:not(.button) { font-size: 11px; }
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 25px; }.dashboard-window { transform: none; }.notification-card { right: -6px; }
  .split-layout,.product-split,.analytics-layout { gap: 55px; }.capability-layout,.roadmap-layout,.faq-layout { gap: 60px; }
}
@media (max-width: 900px) {
  .container { width: min(var(--container),calc(100% - 36px)); }
  .nav-shell { flex-wrap: wrap; padding-block: 12px; }
  .primary-nav { width: 100%; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .primary-nav > a:not(.button) { min-height: 40px; display: flex; align-items: center; justify-content: center; font-size: 13px; }.primary-nav .button { grid-column: 1/-1; text-align: center; }
  html:not(.nav-ready) .hero { padding-top: 250px; }
  .nav-ready .nav-shell { flex-wrap: nowrap; padding-block: 0; }
  .nav-ready .menu-button { display: block; }
  .nav-ready .primary-nav { position: absolute; left: 18px; right: 18px; top: 72px; width: auto; display: none; padding: 18px; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 12px; background: #181025; box-shadow: var(--shadow); }
  .nav-ready .primary-nav.is-open { display: flex; }.nav-ready .primary-nav > a:not(.button) { min-height: 48px; justify-content: flex-start; padding: 0 8px; border-bottom: 1px solid var(--line); }.nav-ready .primary-nav .button { grid-column: auto; margin-top: 14px; }
  .hero { padding-top: 130px; }.hero-layout { grid-template-columns: 1fr; }.hero-copy { max-width: 720px; }.hero-product { min-height: 510px; }.dashboard-window { max-width: 680px; margin: 0 auto; }
  .promise-grid { grid-template-columns: 1fr; }.promise-item,.promise-item:first-child,.promise-item:last-child { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }.promise-item:last-child { border: 0; }
  .split-layout,.product-split,.product-split--reverse,.analytics-layout,.capability-layout,.roadmap-layout,.faq-layout { grid-template-columns: 1fr; }
  .noise-section,.control-section,.member-section,.capabilities-section,.use-cases,.analytics-section,.roadmap-section,.faq-section { padding: 105px 0; }
  .workflow-list { grid-template-columns: repeat(2,1fr); gap: 60px 45px; }.workflow-list::before { display: none; }
  .admin-preview { order: 2; }.product-split--reverse .phone-stage { order: 2; }
  .capability-layout { margin-top: 50px; }.capability-feature { min-height: 280px; }
  .use-heading { grid-template-columns: 1fr; gap: 25px; }.use-case > div { grid-template-columns: 1fr 1fr; }
  .roadmap-heading { position: static; }.roadmap-items article { min-height: 190px; }
  .footer-main { gap: 45px; }
}
@media (max-width: 620px) {
  .container { width: min(var(--container),calc(100% - 30px)); }
  .nav-shell { min-height: 72px; }.brand img { width: 105px; height: auto; }.brand-divider { height: 19px; }.brand-product { font-size: 10px; }
  h1 { font-size: clamp(36px,10.5vw,44px); } h2 { font-size: clamp(30px,9vw,42px); }
  .button--primary,.button--large { width: 100%; text-align: center; }.button--primary span,.button--large span { display: none; }
  .hero { min-height: 0; padding: 118px 0 90px; }.hero-layout { min-width: 0; }.hero-copy,.hero-product,.dashboard-window { min-width: 0; width: 100%; }.hero-lead { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }.text-link { justify-content: center; }.hero-product { min-height: 390px; margin-top: 15px; }.orbit-one { width: 360px; height: 360px; left: 0; }.orbit-two { display: none; }.dashboard-body { grid-template-columns: 31px 1fr; min-height: 300px; }.dash-sidebar { padding-inline: 5px; gap: 15px; }.side-logo { width: 21px; height: 21px; }.dash-sidebar i { width: 11px; height: 11px; }.dash-main { padding: 16px 13px; }.dash-heading strong { font-size: 12px; }.audio-card { min-height: 67px; padding: 10px; }.play-button { width: 34px; height: 34px; flex-basis: 34px; }.dash-row { grid-template-columns: 1fr 92px; }.audience-panel,.metric-panel { min-height: 87px; padding: 8px; }.notification-card { width: 205px; bottom: 2px; right: 0; }.window-bar > span { display: none; }
  .comparison { grid-template-columns: 1fr; }.comparison-divider { height: 42px; background: linear-gradient(#f2eef0 50%,#fff 50%); }.comparison-divider::before { left: 0; right: 0; top: 50%; bottom: auto; width: auto; height: 1px; }.comparison-divider span { transform: rotate(90deg); }
  .workflow-section { padding: 100px 0; }.section-heading--center { margin-bottom: 55px; }.workflow-list { grid-template-columns: 1fr; gap: 52px; }.workflow-step p { max-width: 300px; margin: auto; }
  .communication-row { padding: 0 12px; grid-template-columns: 1.6fr .8fr .45fr; }.communication-row > span:nth-child(2) { display: none; }.preview-filter span:nth-child(2),.preview-filter span:nth-child(3) { display: none; }.preview-filter { padding-inline: 14px; }.preview-top { padding-inline: 14px; }
  .phone-stage { min-height: 540px; }.phone-orbit { width: 390px; height: 390px; }.moment-one { left: 0; }.moment-two { right: 0; }
  .capability-feature { padding: 30px; }.capability-list > div { grid-template-columns: 1fr; gap: 7px; }
  .use-case { grid-template-columns: 34px 1fr 30px; gap: 10px; padding: 20px 0; }.use-case > div { grid-template-columns: 1fr; gap: 6px; }.use-case:hover { padding-inline: 6px; }.use-arrow { width: 29px; height: 29px; }.use-case h3 { font-size: 15px; }
  .funnel-card { padding: 22px 17px; }.funnel-row { grid-template-columns: 92px 1fr 24px; }.funnel-action { align-items: flex-start; flex-direction: column; gap: 10px; }
  .roadmap-items { grid-template-columns: 1fr; }.roadmap-items article { min-height: 175px; }.roadmap-items span { margin-bottom: 35px; }
  .faq-layout { gap: 50px; } summary { font-size: 12px; }
  .final-cta { padding: 110px 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }.footer-main > div:first-child { grid-column: 1/-1; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
