/* Netblinks go-to-market website prototype */
:root {
  --bg: #0b090a;
  --bg-deep: #050404;
  --surface: #171011;
  --surface-2: #211517;
  --surface-3: #2a181b;
  --text: #f8f5f5;
  --muted: #b9acad;
  --muted-2: #817276;
  --line: rgba(255,255,255,.10);
  --line-strong: rgba(255,255,255,.17);
  --violet: #8e101d;
  --violet-2: #d05a64;
  --cyan: #ef9aa2;
  --green: #3ee29a;
  --amber: #f8c365;
  --danger: #ff7a91;
  --shadow: 0 30px 80px rgba(0,0,0,.38);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
p { margin: 0; color: var(--muted); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
ul { margin: 0; padding: 0; list-style: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; position: relative; }
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 9999;
  background: white; color: #111; padding: 12px 16px; border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.announcement {
  min-height: 38px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: #080607;
  color: #d8ccce;
  font-size: 12px;
}
.announcement-inner { display: flex; align-items: center; justify-content: center; gap: 10px; }
.announcement a { color: #f0a1a8; font-weight: 650; margin-left: 8px; }
.status-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--green); box-shadow: 0 0 0 5px rgba(62,226,154,.08); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(11,9,10,.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav-shell { height: 74px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; border-radius: 4px; overflow: hidden; }
.brand-logo { width: 172px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 24px; }
.desktop-nav a, .text-link {
  color: #c6b9bb; font-size: 13px; font-weight: 600; transition: color .2s ease;
}
.desktop-nav a:hover, .text-link:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.menu-button { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; }
.menu-button span { display: block; width: 23px; height: 2px; margin: 5px 0; background: white; border-radius: 2px; transition: .2s ease; }
.mobile-menu { display: none; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 11px; border: 1px solid transparent;
  padding: 12px 18px; font-size: 13px; font-weight: 750;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
  cursor: pointer;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--violet), #a71524 56%, #c73643);
  box-shadow: 0 14px 34px rgba(142,16,29,.28), inset 0 1px rgba(255,255,255,.22);
}
.button-primary:hover { box-shadow: 0 18px 42px rgba(142,16,29,.38), inset 0 1px rgba(255,255,255,.24); }
.button-secondary {
  color: #f0e8e9;
  background: rgba(255,255,255,.045);
  border-color: var(--line-strong);
}
.button-secondary:hover { background: rgba(255,255,255,.075); border-color: rgba(255,255,255,.28); }
.button-small { padding: 10px 16px; }
.button-large { padding: 14px 21px; min-height: 52px; border-radius: 13px; font-size: 14px; }
.play-icon {
  display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(255,255,255,.1); font-size: 9px;
}

.hero {
  position: relative;
  padding: 112px 0 64px;
  min-height: 890px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(142,16,29,.11), transparent 34%),
    linear-gradient(180deg, #0d090a 0%, #100a0b 65%, #120b0d 100%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 76%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .28; }
.hero-glow-one { width: 420px; height: 420px; background: #780710; top: 130px; left: -210px; }
.hero-glow-two { width: 360px; height: 360px; background: #9b1925; top: 180px; right: -130px; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .98fr 1.22fr; gap: 62px; align-items: center; }
.hero-copy { padding-top: 2px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 12px; border: 1px solid rgba(208,90,100,.28);
  border-radius: 999px; color: #f2c3c7; background: rgba(142,16,29,.08);
  font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase;
}
.eyebrow-icon { color: var(--cyan); }
.hero h1 { margin-top: 24px; font-size: clamp(49px, 5.15vw, 72px); max-width: 760px; }
.hero h1 span {
  color: transparent;
  background: linear-gradient(100deg, #e67a84 0%, #f3b0b6 58%, #fff7f7 100%);
  background-clip: text; -webkit-background-clip: text;
}
.hero-description { margin-top: 26px; font-size: 18px; line-height: 1.7; max-width: 620px; color: #c3b8ba; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-proof { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 18px; margin-top: 30px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; color: #bcaeb1; font-size: 11px; font-weight: 650; }
.hero-proof i { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: rgba(62,226,154,.09); color: var(--green); font-size: 9px; font-style: normal; }

.product-stage { position: relative; min-width: 0; padding: 38px 0 54px 22px; }
.stage-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(142,16,29,.16); pointer-events: none; }
.stage-orbit-one { width: 700px; height: 700px; left: 38px; top: -25px; }
.stage-orbit-two { width: 520px; height: 520px; left: 128px; top: 65px; }
.tour-shell {
  position: relative; z-index: 2; width: 680px; max-width: 100%;
  border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
  background: #171011;
  box-shadow: 0 46px 100px rgba(0,0,0,.52), 0 0 0 1px rgba(142,16,29,.12), 0 0 90px rgba(122,7,17,.16);
}
.window-topbar {
  height: 46px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 14px; background: #1b1113; border-bottom: 1px solid rgba(255,255,255,.08);
}
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: #504446; }
.window-dots span:first-child { background: #8e101d; }
.window-title { display: flex; align-items: center; gap: 7px; color: #aa999c; font-size: 9px; font-weight: 700; letter-spacing: .05em; }
.secure-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px rgba(62,226,154,.6); }
.tour-duration { color: #a08f92; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.tour-media {
  position: relative; overflow: hidden; aspect-ratio: 900 / 655;
  background: radial-gradient(circle at 50% 50%, #211517, #080607 72%);
}
.product-tour-video {
  display: block; width: 100%; height: 100%; object-fit: contain; object-position: center;
  background: #080607; cursor: pointer;
}
.tour-media:fullscreen, .tour-media:-webkit-full-screen {
  width: 100vw; height: 100vh; aspect-ratio: auto; background: #050404;
}
.tour-media:fullscreen .product-tour-video, .tour-media:-webkit-full-screen .product-tour-video {
  width: 100%; height: 100%; object-fit: contain;
}
.product-tour-video:focus-visible { outline: 3px solid var(--cyan); outline-offset: -5px; }
.tour-play-hint {
  position: absolute; left: 50%; top: 50%; display: grid; place-items: center; gap: 8px;
  transform: translate(-50%, -46%) scale(.92); opacity: 0; pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.tour-media.is-paused .tour-play-hint { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.tour-play-hint > span {
  width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.48); background: rgba(11,9,10,.82); backdrop-filter: blur(12px);
  box-shadow: 0 12px 35px rgba(0,0,0,.3);
}
.tour-play-hint > span::before { content: ""; margin-left: 4px; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 15px solid white; }
.tour-play-hint small { padding: 5px 8px; border-radius: 999px; background: rgba(11,9,10,.76); color: white; font-size: 8px; font-weight: 750; letter-spacing: .04em; }
.tour-status {
  position: absolute; top: 12px; left: 12px; display: flex; align-items: center; gap: 7px;
  padding: 7px 10px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px;
  background: rgba(11,9,10,.78); backdrop-filter: blur(12px); color: #f5eeee;
  font-size: 8px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase;
}
.tour-status span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px rgba(62,226,154,.7); }
.tour-controls { position: absolute; right: 12px; bottom: 12px; display: flex; gap: 8px; }
.tour-control {
  width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34);
  border-radius: 11px; background: rgba(11,9,10,.82); color: white; cursor: pointer; backdrop-filter: blur(12px);
}
.tour-control:hover { background: rgba(45,25,28,.94); }
.tour-control:focus-visible, .tour-chapter:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.fullscreen-icon { display: block; font-size: 19px; line-height: 1; transition: transform .2s ease; }
.tour-fullscreen.is-fullscreen .fullscreen-icon { transform: rotate(180deg); }
.tour-progress { height: 3px; background: rgba(255,255,255,.07); }
.tour-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--violet), var(--cyan)); transition: width .15s linear; }
.tour-guide { padding: 20px; background: linear-gradient(145deg, #1b1113, #130c0e); }
.tour-guide-copy { display: grid; grid-template-columns: 1fr 1.65fr; gap: 10px 22px; align-items: end; }
.tour-kicker { color: #de7580; font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.tour-guide-copy h3 { grid-column: 1; font-size: 21px; }
.tour-guide-copy p { grid-column: 2; grid-row: 1 / 3; font-size: 10px; line-height: 1.6; }
.tour-chapters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 17px; }
.tour-chapter {
  min-width: 0; padding: 10px; border: 1px solid rgba(255,255,255,.075); border-radius: 10px;
  background: rgba(255,255,255,.025); color: #8e7d80; text-align: left; cursor: pointer;
}
.tour-chapter:hover { border-color: rgba(142,16,29,.3); color: #d8ccce; }
.tour-chapter.active { border-color: rgba(142,16,29,.48); background: rgba(142,16,29,.11); color: white; }
.tour-chapter strong, .tour-chapter small { display: block; }
.tour-chapter strong { font-size: 10px; }
.tour-chapter small { margin-top: 2px; overflow: hidden; color: #817175; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }

.trust-row {
  position: relative; z-index: 2; margin-top: 56px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.07);
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
}
.trust-label { color: #817276; font-size: 10px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.database-list { display: flex; align-items: center; gap: 29px; flex-wrap: wrap; }
.database-list span { display: flex; align-items: center; gap: 8px; color: #a69598; font-size: 11px; font-weight: 650; }
.database-list svg { width: 18px; height: 18px; fill: none; stroke: #8a787c; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.database-list small { max-width: 410px; color: #736368; font-size: 10px; line-height: 1.5; }

.section-label { display: block; color: #d45d68; font-size: 10px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.section-intro { max-width: 820px; margin: 0 auto 58px; }
.section-intro.centered { text-align: center; }
.section-intro h2, .section-heading-row h2, .security-copy h2, .contact-copy h2 {
  margin-top: 16px; font-size: clamp(36px, 4.5vw, 58px);
}
.section-intro h2 span, .security-copy h2 span {
  color: transparent; background: linear-gradient(100deg, #e27780, #f5b1b7); background-clip: text; -webkit-background-clip: text;
}
.section-intro > p { margin: 22px auto 0; max-width: 690px; font-size: 16px; line-height: 1.7; }
.section-heading-row { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.section-heading-row > p { font-size: 15px; line-height: 1.75; padding-bottom: 5px; }

.problem-section { background: #100a0b; }
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.problem-card {
  position: relative; overflow: hidden; min-height: 300px; padding: 30px;
  border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-md);
  background: linear-gradient(145deg, #1b1113, #130c0e);
  transition: transform .25s ease, border-color .25s ease;
}
.problem-card:hover { transform: translateY(-6px); border-color: rgba(180,42,55,.28); }
.problem-card.featured { background: radial-gradient(circle at 85% 15%, rgba(142,16,29,.24), transparent 38%), linear-gradient(145deg, #211416, #130c0e); }
.problem-icon { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 24px; background: rgba(142,16,29,.08); }
.problem-icon svg { width: 55px; fill: none; stroke: #d05a64; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.problem-card h3 { margin-top: 34px; font-size: 23px; }
.problem-card p { margin-top: 14px; font-size: 14px; line-height: 1.75; }

.platform-section { background: var(--bg); }
.platform-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card {
  min-height: 385px; padding: 30px; border-radius: var(--radius-md);
  border: 1px solid rgba(255,255,255,.085); background: linear-gradient(145deg, #1d1214, #130c0e);
  overflow: hidden; position: relative;
}
.feature-large { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; min-height: 485px; align-items: center; }
.feature-wide { grid-column: 1 / -1; min-height: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; }
.feature-tag { color: #d45d68; font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.feature-card h3 { margin-top: 16px; font-size: 30px; max-width: 500px; }
.feature-card p { margin-top: 15px; font-size: 14px; line-height: 1.75; }
.check-list { margin-top: 24px; display: grid; gap: 12px; }
.check-list li { color: #d6cacc; font-size: 13px; }
.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 10px; border-radius: 50%; background: rgba(62,226,154,.1); color: var(--green); font-size: 10px; font-weight: 900; }
.conversation-visual { align-self: stretch; background: #130c0e; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 16px; box-shadow: inset 0 0 60px rgba(142,16,29,.06); }
.conversation-top { display: flex; align-items: center; gap: 8px; color: #a99a9d; font-size: 10px; border-bottom: 1px solid rgba(255,255,255,.07); padding-bottom: 13px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.conversation-model { margin-left: auto; padding: 4px 7px; border-radius: 999px; background: rgba(142,16,29,.1); color: #de7881; font-size: 8px; }
.chat-bubble { max-width: 79%; padding: 13px 14px; border-radius: 13px; margin-top: 17px; font-size: 11px; line-height: 1.55; }
.user-bubble { margin-left: auto; background: linear-gradient(135deg, #8e101d, #b22131); color: white; border-bottom-right-radius: 4px; }
.thinking-row { display: flex; align-items: center; gap: 5px; color: #7f6e72; font-size: 9px; margin: 15px 5px; }
.thinking-row span { width: 4px; height: 4px; border-radius: 50%; background: #d45d68; animation: pulse 1.4s infinite; }
.thinking-row span:nth-child(2) { animation-delay: .18s; }
.thinking-row span:nth-child(3) { animation-delay: .36s; margin-right: 4px; }
.answer-panel { padding: 14px; border-radius: 13px; border: 1px solid rgba(142,16,29,.17); background: rgba(142,16,29,.055); }
.answer-heading { display: flex; gap: 8px; color: #f0e9ea; font-size: 11px; font-weight: 750; }
.answer-heading span { color: #e27780; }
.answer-row { display: grid; grid-template-columns: 1.35fr .8fr .7fr; gap: 8px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 9px; }
.answer-row strong { color: #ddd1d3; }
.answer-row span { color: var(--green); }
.answer-row em { color: #f07a86; font-style: normal; text-align: right; }
.answer-panel p { margin-top: 12px; font-size: 9px; color: #948387; }
.feature-icon, .deployment-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: rgba(142,16,29,.1); margin-bottom: 28px; }
.feature-icon svg, .deployment-icon svg { width: 25px; fill: none; stroke: #dc717a; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.micro-chart { height: 96px; margin-top: 38px; display: flex; align-items: end; gap: 10px; padding: 0 15px 8px; border-bottom: 1px solid rgba(255,255,255,.08); }
.micro-chart span { flex: 1; min-width: 16px; background: linear-gradient(180deg, #991724, #d54c59); border-radius: 6px 6px 2px 2px; opacity: .85; }
.dashboard-mini { margin-top: 34px; height: 104px; display: grid; grid-template-columns: 1fr 1fr 1.4fr; grid-template-rows: 1fr 1fr; gap: 7px; }
.dashboard-mini span { border-radius: 8px; background: linear-gradient(135deg, rgba(142,16,29,.18), rgba(239,154,162,.06)); border: 1px solid rgba(255,255,255,.07); }
.dashboard-mini span:nth-child(3) { grid-row: 1 / 3; grid-column: 3; }
.dashboard-mini span:nth-child(4) { grid-column: 1 / 3; }
.monitor-builder { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.monitor-builder > div { min-height: 112px; padding: 18px; border: 1px solid rgba(255,255,255,.075); border-radius: 14px; background: #160e10; }
.monitor-builder strong { display: block; color: #e0d5d7; font-size: 12px; }
.monitor-builder small { display: block; margin-top: 4px; color: #78686b; font-size: 9px; }
.pillar-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-md); background: rgba(255,255,255,.08); }
.pillar-rail article { min-height: 155px; padding: 22px; background: #130c0e; }
.pillar-rail strong { display: block; font-size: 14px; }
.pillar-rail p { margin-top: 8px; font-size: 11px; }
.positioning-statement { margin-top: 18px; padding: 34px 42px; border-radius: var(--radius-md); text-align: center; border: 1px solid rgba(208,90,100,.18); background: radial-gradient(circle at 50% 0%, rgba(142,16,29,.18), transparent 65%), #130c0e; }
.positioning-statement span { color: #d45d68; font-size: 8px; font-weight: 850; letter-spacing: .16em; }
.positioning-statement p { max-width: 880px; margin: 11px auto 0; color: #eee6e7; font-size: clamp(20px, 2.5vw, 30px); line-height: 1.35; letter-spacing: -.025em; }
.positioning-statement > small { display: block; max-width: 820px; margin: 15px auto 0; color: #a9999c; font-size: 12px; line-height: 1.75; }
.guardrail-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 10px; align-items: center; }
.guardrail-flow > div { min-height: 130px; padding: 18px; border: 1px solid rgba(255,255,255,.075); border-radius: 14px; background: #160e10; }
.flow-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; background: rgba(142,16,29,.1); color: #dd727c; font-size: 12px; font-weight: 800; }
.guardrail-flow small { display: block; color: #78686b; margin-top: 20px; font-size: 7px; font-weight: 850; letter-spacing: .13em; }
.guardrail-flow strong { display: block; margin-top: 4px; color: #e0d5d7; font-size: 10px; }
.flow-arrow { color: #66575a; }

.how-section { background: linear-gradient(180deg, #100a0b, #100a0b); }
.steps-shell { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.steps-line { position: absolute; top: 61px; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, rgba(142,16,29,.4), rgba(239,154,162,.25), transparent); }
.step-card { position: relative; z-index: 2; min-height: 280px; padding: 24px 20px; text-align: center; border: 1px solid rgba(255,255,255,.075); border-radius: 18px; background: rgba(23,16,17,.7); }
.step-icon { width: 68px; height: 68px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 20px; border: 1px solid rgba(142,16,29,.22); background: #1d1214; box-shadow: 0 14px 38px rgba(0,0,0,.22); }
.step-icon svg { width: 32px; fill: none; stroke: #d86b75; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.step-card h3 { font-size: 19px; }
.step-card p { max-width: 245px; margin: 12px auto 0; font-size: 12px; line-height: 1.7; }
.workflow-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 25px; }
.workflow-actions span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; background: rgba(255,255,255,.025); color: #a8989b; font-size: 10px; }

.systems-section { background: #100a0b; }
.systems-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; padding: 48px; border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius-lg); background: radial-gradient(circle at 100% 0%, rgba(142,16,29,.16), transparent 42%), linear-gradient(145deg, #1d1214, #130c0e); }
.systems-copy h2 { margin-top: 16px; font-size: clamp(36px, 4.3vw, 54px); }
.systems-copy > p { margin-top: 20px; font-size: 14px; line-height: 1.75; }
.system-assurances { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 25px; }
.system-assurances span { color: #cbbdc0; font-size: 10px; }
.system-assurances span::first-letter { color: var(--green); }
.supported-databases { display: grid; gap: 12px; }
.database-card { display: grid; grid-template-columns: 58px 1fr; gap: 16px; align-items: center; min-height: 135px; padding: 20px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: rgba(11,9,10,.7); }
.database-card > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: rgba(142,16,29,.12); color: #e77f88; font-size: 12px; font-weight: 850; }
.database-card small { display: block; color: #8c7a7e; font-size: 7px; font-weight: 850; letter-spacing: .13em; }
.database-card strong { display: block; margin-top: 4px; font-size: 19px; }
.database-card p { margin-top: 5px; font-size: 10px; }
.support-note { text-align: center; color: #77666a; font-size: 9px; }

.teams-section { background: #0e090a; }
.role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.role-card { min-height: 225px; padding: 27px; border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-md); background: linear-gradient(145deg, #1b1113, #130c0e); transition: transform .25s ease, border-color .25s ease; }
.role-card:hover { transform: translateY(-5px); border-color: rgba(208,90,100,.28); }
.role-card > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(142,16,29,.11); color: #dd727c; font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.role-card h3 { margin-top: 30px; font-size: 20px; }
.role-card p { margin-top: 11px; font-size: 12px; line-height: 1.7; }

.industries-section { background: #100a0b; }
.industry-explorer { border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius-lg); background: linear-gradient(145deg, #1b1113, #120b0d); overflow: hidden; }
.industry-tabs { display: flex; border-bottom: 1px solid rgba(255,255,255,.08); overflow-x: auto; }
.industry-tab {
  flex: 1; min-width: 140px; padding: 19px 18px; border: 0; border-right: 1px solid rgba(255,255,255,.06);
  background: transparent; color: #8f7e82; font-size: 12px; font-weight: 700; cursor: pointer; position: relative;
}
.industry-tab::after { content: ""; position: absolute; height: 2px; left: 18px; right: 18px; bottom: -1px; background: transparent; }
.industry-tab.active { color: white; background: rgba(142,16,29,.055); }
.industry-tab.active::after { background: linear-gradient(90deg, var(--violet), var(--cyan)); }
.industry-panel { min-height: 520px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 42px; align-items: center; padding: 50px; }
.industry-kicker { color: #cf5661; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.industry-copy h3 { margin-top: 16px; font-size: 34px; }
.industry-copy > p { margin-top: 18px; font-size: 14px; line-height: 1.75; }
.industry-question-label { margin-top: 26px; color: #918085; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.industry-questions { margin-top: 13px; display: grid; gap: 10px; }
.industry-questions li { color: #d2c5c7; font-size: 12px; }
.industry-questions li::before { content: "→"; color: #d9656f; margin-right: 9px; }
.inline-link { display: inline-flex; gap: 9px; margin-top: 28px; color: #e67a84; font-size: 12px; font-weight: 750; }
.industry-dashboard { min-width: 0; padding: 20px; border-radius: 18px; background: #130c0e; border: 1px solid rgba(255,255,255,.09); box-shadow: 0 25px 55px rgba(0,0,0,.25); }
.industry-card-top { display: flex; justify-content: space-between; align-items: center; color: #ddd1d3; font-size: 11px; font-weight: 750; }
.industry-card-top small { color: var(--green); font-size: 7px; letter-spacing: .13em; }
.industry-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 15px; }
.industry-metrics > div { padding: 13px; background: #1e1315; border-radius: 10px; border: 1px solid rgba(255,255,255,.06); }
.industry-metrics small, .industry-metrics strong, .industry-metrics span { display: block; }
.industry-metrics small { color: #87767a; font-size: 7px; }
.industry-metrics strong { margin-top: 5px; font-size: 18px; }
.industry-metrics span { color: var(--green); font-size: 7px; margin-top: 2px; }
.industry-metrics .down { color: var(--cyan); }
.industry-visual-row { display: grid; grid-template-columns: .65fr 1.35fr; gap: 12px; margin-top: 12px; }
.donut-wrap, .route-bars { min-height: 190px; background: #1e1315; border-radius: 12px; border: 1px solid rgba(255,255,255,.06); }
.donut-wrap { display: grid; place-items: center; }
.donut { --donut-progress: 94.8%; width: 125px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(#961522 0 67%, #d04b57 67% var(--donut-progress), #312023 var(--donut-progress)); position: relative; }
.donut::before { content: ""; position: absolute; width: 82px; aspect-ratio: 1; border-radius: 50%; background: #1e1315; }
.donut > div { position: relative; z-index: 2; text-align: center; }
.donut strong { display: block; font-size: 24px; }
.donut small { color: #817175; font-size: 7px; }
.route-bars { padding: 22px 16px; display: grid; gap: 15px; }
.route-bars > div { display: grid; grid-template-columns: 45px 1fr 22px; gap: 9px; align-items: center; }
.route-bars span, .route-bars strong { color: #8b797e; font-size: 8px; font-weight: 650; }
.route-bars i { display: block; height: 6px; border-radius: 99px; background: linear-gradient(90deg, #9f1826 var(--bar), #2b1b1e var(--bar)); }
.industry-insight { margin-top: 12px; display: flex; gap: 10px; align-items: center; padding: 12px; border-radius: 10px; background: rgba(142,16,29,.07); border: 1px solid rgba(142,16,29,.13); }
.industry-insight span { color: #de747e; }
.industry-insight p { color: #b5a5a8; font-size: 9px; }
.additional-industries { display: flex; justify-content: space-between; gap: 35px; align-items: center; margin-top: 18px; padding: 25px 28px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: #150d0f; }
.additional-industries > div { max-width: 650px; }
.additional-industries span { color: #d45d68; font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.additional-industries p { margin-top: 7px; font-size: 11px; }
.additional-industries ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.additional-industries li { padding: 9px 13px; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; color: #c6b9bb; font-size: 10px; }

.security-section { overflow: hidden; background: #100a0b; }
.security-grid-bg { position: absolute; inset: 0; background-image: radial-gradient(rgba(142,16,29,.1) 1px, transparent 1px); background-size: 28px 28px; mask-image: radial-gradient(circle at 76% 50%, black, transparent 48%); }
.security-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.security-copy > p { margin-top: 22px; font-size: 15px; line-height: 1.75; max-width: 560px; }
.security-list { display: grid; gap: 22px; margin: 34px 0; }
.security-list article { display: flex; gap: 14px; }
.security-check { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 8px; background: rgba(62,226,154,.09); color: var(--green); font-weight: 900; font-size: 11px; }
.security-list h3 { font-size: 14px; letter-spacing: -.01em; }
.security-list p { margin-top: 5px; font-size: 12px; line-height: 1.6; }
.security-visual { min-height: 520px; display: grid; place-items: center; position: relative; }
.security-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(142,16,29,.15); }
.ring-one { width: 450px; height: 450px; }
.ring-two { width: 330px; height: 330px; }
.ring-three { width: 220px; height: 220px; border-style: dashed; animation: spin 30s linear infinite; }
.security-core { width: 155px; height: 155px; display: grid; place-items: center; align-content: center; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #4d2228, #211215 65%); border: 1px solid rgba(208,90,100,.3); box-shadow: 0 0 70px rgba(142,16,29,.23); text-align: center; }
.security-core svg { width: 48px; fill: none; stroke: #dc737c; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.security-core strong { margin-top: 9px; font-size: 13px; line-height: 1.2; }
.security-node { position: absolute; width: 94px; padding: 11px; border-radius: 13px; text-align: center; background: rgba(23,16,17,.9); border: 1px solid rgba(255,255,255,.1); box-shadow: 0 12px 35px rgba(0,0,0,.24); }
.security-node p { color: #d7cbcd; font-size: 10px; font-weight: 700; }
.node-one { top: 25px; left: 50%; transform: translateX(-50%); }
.node-two { right: 10px; top: 50%; transform: translateY(-50%); }
.node-three { bottom: 25px; left: 50%; transform: translateX(-50%); }
.node-four { left: 10px; top: 50%; transform: translateY(-50%); }

.deployment-section { background: #0e090a; }
.deployment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.deployment-card { position: relative; min-height: 430px; padding: 30px; border-radius: var(--radius-md); background: linear-gradient(145deg, #1c1214, #130c0e); border: 1px solid rgba(255,255,255,.085); }
.deployment-card.preferred { border-color: rgba(142,16,29,.35); box-shadow: 0 25px 65px rgba(142,16,29,.12); }
.preferred-badge { position: absolute; top: 18px; right: 18px; padding: 5px 8px; border-radius: 999px; background: rgba(142,16,29,.12); color: #dd727c; font-size: 7px; font-weight: 850; letter-spacing: .13em; }
.deployment-label { color: #857478; font-size: 8px; font-weight: 850; letter-spacing: .13em; }
.deployment-card h3 { margin-top: 12px; font-size: 30px; }
.deployment-card > p { margin-top: 15px; font-size: 13px; line-height: 1.7; min-height: 70px; }
.deployment-card ul { margin-top: 27px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.07); display: grid; gap: 13px; }
.deployment-card li { color: #c1b4b7; font-size: 12px; }
.deployment-card li::before { content: "✓"; color: var(--green); margin-right: 9px; }
.deployment-note { margin-top: 24px; text-align: center; font-size: 10px; color: #7c6c70; }

.contact-section { overflow: hidden; background: #100a0b; }
.contact-glow { position: absolute; width: 540px; height: 540px; border-radius: 50%; filter: blur(120px); background: #780710; opacity: .13; left: -220px; bottom: -240px; }
.contact-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.contact-copy p { margin-top: 22px; font-size: 15px; line-height: 1.75; }
.contact-points { display: grid; gap: 11px; margin-top: 28px; }
.contact-points span { color: #d0c3c5; font-size: 12px; }
.contact-points span::first-letter { color: var(--green); }
.demo-form { padding: 30px; border-radius: var(--radius-lg); border: 1px solid rgba(255,255,255,.1); background: linear-gradient(145deg, #1d1214, #130c0e); box-shadow: var(--shadow); }
.form-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.form-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: #de7a83; background: rgba(142,16,29,.1); }
.form-heading small { color: #c94b57; font-size: 7px; font-weight: 850; letter-spacing: .14em; }
.form-heading h3 { margin-top: 3px; font-size: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.demo-form label { display: block; margin-bottom: 15px; }
.demo-form label > span { display: block; margin-bottom: 7px; color: #b8a8ab; font-size: 10px; font-weight: 650; }
.demo-form input, .demo-form select, .demo-form textarea {
  width: 100%; border: 1px solid rgba(255,255,255,.1); border-radius: 10px;
  background: #130c0e; color: #f0e8e9; padding: 12px 13px; outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.demo-form input::placeholder, .demo-form textarea::placeholder { color: #6d5e62; }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: rgba(142,16,29,.6); box-shadow: 0 0 0 4px rgba(142,16,29,.08); }
.demo-form textarea { resize: vertical; min-height: 100px; }
.form-submit { width: 100%; }
.form-note { margin-top: 12px; text-align: center; color: #7f6f73; font-size: 9px; }
.form-success { display: none; margin-top: 14px; padding: 12px; border-radius: 10px; background: rgba(62,226,154,.08); border: 1px solid rgba(62,226,154,.16); color: #85e8b9; font-size: 11px; }

.site-footer { padding: 70px 0 26px; background: #060405; border-top: 1px solid rgba(255,255,255,.06); }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, .65fr); gap: 50px; }
.footer-brand p { margin-top: 18px; max-width: 300px; font-size: 12px; line-height: 1.65; }
.footer-location { margin-top: 22px; color: #76666a; font-size: 9px; letter-spacing: .07em; }
.social-block { margin-top: 22px; }
.social-block > span { display: block; color: #76666a; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.social-links { display: flex; gap: 8px; margin-top: 10px; }
.social-link {
  width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.09);
  border-radius: 10px; background: rgba(255,255,255,.025); color: #9b898d;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.social-link:not([aria-disabled="true"]):hover { color: white; border-color: rgba(208,90,100,.35); background: rgba(142,16,29,.12); transform: translateY(-2px); }
.social-link[aria-disabled="true"] { opacity: .72; cursor: default; pointer-events: none; }
.social-mark { position: relative; display: grid; place-items: center; color: currentColor; }
.social-facebook { width: 19px; height: 19px; border-radius: 50%; background: currentColor; }
.social-facebook::before { content: "f"; margin: 3px 0 0 -1px; color: #080607; font-family: Arial, sans-serif; font-size: 16px; font-weight: 800; line-height: 1; }
.social-linkedin { width: 19px; height: 19px; border-radius: 3px; background: currentColor; font-size: 0; }
.social-linkedin::before { content: "in"; color: #080607; font-size: 12px; font-weight: 900; line-height: 1; letter-spacing: -.04em; }
.social-instagram { width: 19px; height: 19px; border: 2px solid currentColor; border-radius: 6px; }
.social-instagram::before { content: ""; width: 6px; height: 6px; border: 2px solid currentColor; border-radius: 50%; }
.social-instagram::after { content: ""; position: absolute; width: 3px; height: 3px; right: 2px; top: 2px; border-radius: 50%; background: currentColor; }
.social-x { font-size: 16px; font-weight: 650; line-height: 1; }
.social-youtube { width: 21px; height: 15px; border-radius: 5px; background: currentColor; }
.social-youtube::before { content: ""; margin-left: 2px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid #080607; }
.footer-column { display: grid; align-content: start; gap: 11px; }
.footer-column strong { margin-bottom: 5px; font-size: 11px; }
.footer-column a { color: #87767a; font-size: 10px; transition: color .2s ease; }
.footer-column a:hover { color: #ddd2d4; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.06); color: #6f5f63; font-size: 9px; }
.footer-bottom div { display: flex; gap: 20px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-small { transition-delay: .08s; }
.reveal-delay { transition-delay: .16s; }

@keyframes pulse {
  0%, 100% { opacity: .35; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-2px); }
}
@keyframes spin { to { transform: rotate(360deg); } }

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

@media (max-width: 1100px) {
  .hero { padding-top: 90px; }
  .hero-layout { grid-template-columns: 1fr; gap: 18px; }
  .hero-copy { max-width: 760px; text-align: center; margin: 0 auto; }
  .hero-description { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .product-stage { width: min(100%, 780px); margin: 0 auto; padding-left: 0; }
  .tour-shell { margin: 0 auto; }
  .section-heading-row { gap: 35px; }
  .industry-panel { padding: 38px; }
  .security-layout, .contact-layout { gap: 45px; }
}

@media (max-width: 1020px) {
  .desktop-nav, .desktop-only { display: none; }
  .menu-button { display: block; }
  .mobile-menu {
    display: grid; position: fixed; left: 20px; right: 20px; top: 122px;
    padding: 20px; gap: 5px; border-radius: 18px; border: 1px solid rgba(255,255,255,.12);
    background: rgba(18,11,13,.97); box-shadow: var(--shadow); transform: translateY(-14px); opacity: 0; pointer-events: none;
    transition: .2s ease;
  }
  .mobile-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-menu a:not(.button) { padding: 12px; color: #d2c5c7; font-size: 13px; }
  .deployment-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 290px; }
  .feature-large, .feature-wide { grid-template-columns: 1fr; }
  .feature-large { min-height: auto; }
  .steps-shell { grid-template-columns: 1fr 1fr; gap: 40px 18px; }
  .steps-line { display: none; }
  .industry-panel { grid-template-columns: 1fr; }
  .security-layout, .contact-layout, .systems-shell { grid-template-columns: 1fr; }
  .pillar-rail { grid-template-columns: 1fr 1fr; }
  .role-grid { grid-template-columns: 1fr 1fr; }
  .security-copy { max-width: 690px; }
  .security-visual { min-height: 500px; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-column:last-child { display: none; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 86px 0; }
  .announcement { display: none; }
  .site-header { top: 0; }
  .nav-shell { height: 68px; }
  .mobile-menu { top: 76px; left: 14px; right: 14px; }
  .hero { padding-top: 72px; min-height: auto; }
  .hero h1 { font-size: 48px; }
  .hero-description { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { text-align: left; }
  .product-stage { padding-top: 28px; padding-bottom: 24px; }
  .tour-shell { border-radius: 15px; }
  .window-title { display: none; }
  .tour-guide-copy { grid-template-columns: 1fr; }
  .tour-guide-copy h3, .tour-guide-copy p { grid-column: 1; grid-row: auto; }
  .tour-guide-copy p { font-size: 11px; }
  .tour-chapters { grid-template-columns: 1fr 1fr; }
  .trust-row { align-items: flex-start; flex-direction: column; }
  .database-list { gap: 15px 22px; }
  .section-heading-row { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .section-heading-row h2, .section-intro h2, .security-copy h2, .contact-copy h2 { font-size: 38px; }
  .problem-grid, .platform-grid { grid-template-columns: 1fr; }
  .feature-large, .feature-wide { grid-column: auto; padding: 23px; }
  .feature-card { padding: 23px; min-height: auto; }
  .feature-card h3 { font-size: 26px; }
  .conversation-visual { margin-top: 15px; }
  .guardrail-flow { grid-template-columns: 1fr; }
  .monitor-builder, .pillar-rail, .role-grid { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); text-align: center; }
  .steps-shell { grid-template-columns: 1fr; }
  .industry-tabs { justify-content: flex-start; }
  .industry-panel { padding: 25px 20px; }
  .industry-copy h3 { font-size: 28px; }
  .industry-metrics { grid-template-columns: 1fr 1fr; }
  .industry-metrics > div:nth-child(3) { grid-column: 1 / -1; }
  .industry-visual-row { grid-template-columns: 1fr; }
  .additional-industries { align-items: flex-start; flex-direction: column; }
  .additional-industries ul { justify-content: flex-start; }
  .donut-wrap { min-height: 165px; }
  .security-visual { min-height: 390px; transform: scale(.8); margin: -35px 0; }
  .ring-one { width: 390px; height: 390px; }
  .ring-two { width: 290px; height: 290px; }
  .ring-three { width: 190px; height: 190px; }
  .deployment-card { min-height: auto; }
  .systems-shell { padding: 28px 22px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .demo-form { padding: 23px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 42px; }
  .brand-logo { width: 148px; }
  .tour-guide { padding: 16px; }
  .tour-status { display: none; }
  .industry-dashboard { padding: 13px; }
  .industry-metrics strong { font-size: 16px; }
}
