/* CyberSE.AI professional slate interface */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --bg-dark: #dfe7ef;
    --bg-card: #f8fafc;
    --surface-muted: #e6edf4;
    --border-color: #cbd6e2;
    --border-hover: #6f94b4;

    --text-primary: #102033;
    --text-secondary: #42566d;
    --text-muted: #718196;

    --primary: #175cd3;
    --primary-glow: rgba(23, 92, 211, 0.14);
    --secondary: #0f8f8c;
    --secondary-glow: rgba(15, 143, 140, 0.16);
    --accent: #b45309;

    --success: #16803c;
    --warning: #b86b00;
    --danger: #c93535;

    --font-heading: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --transition-smooth: all 0.18s ease;
    --shadow-sm: 0 1px 2px rgba(16, 32, 51, 0.06);
    --shadow-md: 0 10px 30px rgba(16, 32, 51, 0.08);
    --page-gradient-start: #e7eef5;
    --page-gradient-mid: #dbe5ee;
    --page-gradient-end: #d2dee9;
    --header-bg: rgba(248, 250, 252, 0.94);
    --logo-bg: #f3f6f8;
    --logo-red: #c81e1e;
}

body[data-theme="midnight"] {
    --bg-dark: #111827;
    --bg-card: #1f2937;
    --surface-muted: #293548;
    --border-color: #334155;
    --border-hover: #60a5fa;
    --text-primary: #f8fafc;
    --text-secondary: #cbd5e1;
    --text-muted: #94a3b8;
    --primary: #60a5fa;
    --primary-glow: rgba(96, 165, 250, 0.2);
    --secondary: #2dd4bf;
    --secondary-glow: rgba(45, 212, 191, 0.16);
    --accent: #f87171;
    --page-gradient-start: #0f172a;
    --page-gradient-mid: #111827;
    --page-gradient-end: #1e293b;
    --header-bg: rgba(15, 23, 42, 0.9);
    --logo-bg: #f8fafc;
}

body[data-theme="graphite"] {
    --bg-dark: #e5e7eb;
    --bg-card: #ffffff;
    --surface-muted: #f3f4f6;
    --border-color: #d1d5db;
    --border-hover: #6b7280;
    --text-primary: #111827;
    --text-secondary: #374151;
    --text-muted: #6b7280;
    --primary: #374151;
    --primary-glow: rgba(55, 65, 81, 0.14);
    --secondary: #0f766e;
    --secondary-glow: rgba(15, 118, 110, 0.15);
    --accent: #b91c1c;
    --page-gradient-start: #f3f4f6;
    --page-gradient-mid: #e5e7eb;
    --page-gradient-end: #d1d5db;
}

body[data-theme="executive"] {
    --bg-dark: #eef2f7;
    --bg-card: #ffffff;
    --surface-muted: #e8eef7;
    --border-color: #d3dce8;
    --border-hover: #7a92b6;
    --text-primary: #172033;
    --text-secondary: #475569;
    --text-muted: #64748b;
    --primary: #1d4ed8;
    --primary-glow: rgba(29, 78, 216, 0.14);
    --secondary: #475569;
    --secondary-glow: rgba(71, 85, 105, 0.14);
    --accent: #dc2626;
    --page-gradient-start: #f8fafc;
    --page-gradient-mid: #eef2f7;
    --page-gradient-end: #e2e8f0;
}

body[data-theme="signal"] {
    --bg-dark: #dbeafe;
    --bg-card: #f8fafc;
    --surface-muted: #e0f2fe;
    --border-color: #bfd7ee;
    --border-hover: #6366f1;
    --text-primary: #14213d;
    --text-secondary: #334155;
    --text-muted: #64748b;
    --primary: #4338ca;
    --primary-glow: rgba(67, 56, 202, 0.15);
    --secondary: #0d9488;
    --secondary-glow: rgba(13, 148, 136, 0.16);
    --accent: #f97316;
    --page-gradient-start: #eff6ff;
    --page-gradient-mid: #dbeafe;
    --page-gradient-end: #ccfbf1;
}

body[data-theme="neon"] {
    --bg-dark: #050816;
    --bg-card: #111827;
    --surface-muted: #172033;
    --border-color: #263244;
    --border-hover: #06b6d4;
    --text-primary: #f8fafc;
    --text-secondary: #cbd5e1;
    --text-muted: #94a3b8;
    --primary: #06b6d4;
    --primary-glow: rgba(6, 182, 212, 0.22);
    --secondary: #ec4899;
    --secondary-glow: rgba(236, 72, 153, 0.18);
    --accent: #a3e635;
    --page-gradient-start: #050816;
    --page-gradient-mid: #111827;
    --page-gradient-end: #1e1b4b;
    --header-bg: rgba(5, 8, 22, 0.92);
    --logo-bg: #f8fafc;
}

body[data-theme="sunset"] {
    --bg-dark: #fff1f2;
    --bg-card: #ffffff;
    --surface-muted: #ffedd5;
    --border-color: #fed7aa;
    --border-hover: #f97316;
    --text-primary: #2e1065;
    --text-secondary: #5b476d;
    --text-muted: #8a728b;
    --primary: #7c3aed;
    --primary-glow: rgba(124, 58, 237, 0.16);
    --secondary: #f97316;
    --secondary-glow: rgba(249, 115, 22, 0.16);
    --accent: #e11d48;
    --page-gradient-start: #fff7ed;
    --page-gradient-mid: #ffe4e6;
    --page-gradient-end: #ede9fe;
}

body[data-theme="matrix"] {
    --bg-dark: #03150f;
    --bg-card: #0b2118;
    --surface-muted: #123524;
    --border-color: #1f5138;
    --border-hover: #22c55e;
    --text-primary: #ecfdf5;
    --text-secondary: #bbf7d0;
    --text-muted: #86efac;
    --primary: #22c55e;
    --primary-glow: rgba(34, 197, 94, 0.18);
    --secondary: #84cc16;
    --secondary-glow: rgba(132, 204, 22, 0.16);
    --accent: #38bdf8;
    --page-gradient-start: #03150f;
    --page-gradient-mid: #082016;
    --page-gradient-end: #102a1c;
    --header-bg: rgba(3, 21, 15, 0.93);
    --logo-bg: #ecfdf5;
}

body[data-theme="aurora"] {
    --bg-dark: #ecfeff;
    --bg-card: #ffffff;
    --surface-muted: #e0f2fe;
    --border-color: #bae6fd;
    --border-hover: #8b5cf6;
    --text-primary: #172554;
    --text-secondary: #334155;
    --text-muted: #64748b;
    --primary: #2563eb;
    --primary-glow: rgba(37, 99, 235, 0.15);
    --secondary: #10b981;
    --secondary-glow: rgba(16, 185, 129, 0.16);
    --accent: #8b5cf6;
    --page-gradient-start: #f0f9ff;
    --page-gradient-mid: #ecfeff;
    --page-gradient-end: #f5f3ff;
}

body[data-theme="plum"] {
    --bg-dark: #1f102a;
    --bg-card: #2b1838;
    --surface-muted: #3b214d;
    --border-color: #5b3670;
    --border-hover: #d946ef;
    --text-primary: #fdf4ff;
    --text-secondary: #f5d0fe;
    --text-muted: #d8b4fe;
    --primary: #d946ef;
    --primary-glow: rgba(217, 70, 239, 0.2);
    --secondary: #f43f5e;
    --secondary-glow: rgba(244, 63, 94, 0.18);
    --accent: #facc15;
    --page-gradient-start: #1f102a;
    --page-gradient-mid: #2b1838;
    --page-gradient-end: #3b1f2f;
    --header-bg: rgba(31, 16, 42, 0.92);
    --logo-bg: #fdf4ff;
}

body[data-theme="volt"] {
    --bg-dark: #f7fee7;
    --bg-card: #ffffff;
    --surface-muted: #ecfccb;
    --border-color: #d9f99d;
    --border-hover: #65a30d;
    --text-primary: #172033;
    --text-secondary: #3f4d2f;
    --text-muted: #69735a;
    --primary: #1d4ed8;
    --primary-glow: rgba(29, 78, 216, 0.14);
    --secondary: #65a30d;
    --secondary-glow: rgba(101, 163, 13, 0.16);
    --accent: #ea580c;
    --page-gradient-start: #f7fee7;
    --page-gradient-mid: #ecfccb;
    --page-gradient-end: #dbeafe;
}

body[data-theme="midnight"] header,
body[data-theme="neon"] header,
body[data-theme="matrix"] header,
body[data-theme="plum"] header,
body[data-theme="midnight"] footer,
body[data-theme="neon"] footer,
body[data-theme="matrix"] footer,
body[data-theme="plum"] footer,
body[data-theme="midnight"] .admin-sidebar {
    background: rgba(15, 23, 42, 0.94);
}

body[data-theme="midnight"] .offering-card,
body[data-theme="neon"] .offering-card,
body[data-theme="matrix"] .offering-card,
body[data-theme="plum"] .offering-card,
body[data-theme="midnight"] .process-copy,
body[data-theme="neon"] .process-copy,
body[data-theme="matrix"] .process-copy,
body[data-theme="plum"] .process-copy,
body[data-theme="midnight"] .process-rail div,
body[data-theme="neon"] .process-rail div,
body[data-theme="matrix"] .process-rail div,
body[data-theme="plum"] .process-rail div,
body[data-theme="midnight"] .method-card,
body[data-theme="neon"] .method-card,
body[data-theme="matrix"] .method-card,
body[data-theme="plum"] .method-card,
body[data-theme="midnight"] .tool-card,
body[data-theme="neon"] .tool-card,
body[data-theme="matrix"] .tool-card,
body[data-theme="plum"] .tool-card,
body[data-theme="midnight"] .glass-card,
body[data-theme="neon"] .glass-card,
body[data-theme="matrix"] .glass-card,
body[data-theme="plum"] .glass-card,
body[data-theme="midnight"] .sidebar-panel,
body[data-theme="neon"] .sidebar-panel,
body[data-theme="matrix"] .sidebar-panel,
body[data-theme="plum"] .sidebar-panel,
body[data-theme="midnight"] .content-card,
body[data-theme="neon"] .content-card,
body[data-theme="matrix"] .content-card,
body[data-theme="plum"] .content-card,
body[data-theme="midnight"] .findings-table,
body[data-theme="neon"] .findings-table,
body[data-theme="matrix"] .findings-table,
body[data-theme="plum"] .findings-table,
body[data-theme="midnight"] .proof-metric,
body[data-theme="neon"] .proof-metric,
body[data-theme="matrix"] .proof-metric,
body[data-theme="plum"] .proof-metric,
body[data-theme="midnight"] .secondary-service-list a,
body[data-theme="neon"] .secondary-service-list a,
body[data-theme="matrix"] .secondary-service-list a,
body[data-theme="plum"] .secondary-service-list a,
body[data-theme="midnight"] .briefing-article,
body[data-theme="neon"] .briefing-article,
body[data-theme="matrix"] .briefing-article,
body[data-theme="plum"] .briefing-article,
body[data-theme="midnight"] .admin-content table,
body[data-theme="neon"] .admin-content table,
body[data-theme="matrix"] .admin-content table,
body[data-theme="plum"] .admin-content table,
body[data-theme="midnight"] .palette-option {
    background: var(--bg-card);
}

body[data-theme="midnight"] .offering-image,
body[data-theme="midnight"] .page-visual-card,
body[data-theme="midnight"] .hero-video-card {
    border-color: #475569;
}

body[data-theme="midnight"] .btn-secondary,
body[data-theme="midnight"] .form-control,
body[data-theme="midnight"] .filter-chip,
body[data-theme="midnight"] .assessment-value-row span,
body[data-theme="midnight"] .check-grid label,
body[data-theme="midnight"] .assessment-section label {
    background: #111827;
    color: var(--text-secondary);
}

body[data-theme="midnight"] .nav-links,
body[data-theme="neon"] .nav-links,
body[data-theme="matrix"] .nav-links,
body[data-theme="plum"] .nav-links {
    background: rgba(15, 23, 42, 0.98);
}

body[data-theme="midnight"] .btn-secondary,
body[data-theme="neon"] .btn-secondary,
body[data-theme="matrix"] .btn-secondary,
body[data-theme="plum"] .btn-secondary,
body[data-theme="midnight"] .form-control,
body[data-theme="neon"] .form-control,
body[data-theme="matrix"] .form-control,
body[data-theme="plum"] .form-control,
body[data-theme="midnight"] .filter-chip,
body[data-theme="neon"] .filter-chip,
body[data-theme="matrix"] .filter-chip,
body[data-theme="plum"] .filter-chip,
body[data-theme="midnight"] .assessment-value-row span,
body[data-theme="neon"] .assessment-value-row span,
body[data-theme="matrix"] .assessment-value-row span,
body[data-theme="plum"] .assessment-value-row span,
body[data-theme="midnight"] .check-grid label,
body[data-theme="neon"] .check-grid label,
body[data-theme="matrix"] .check-grid label,
body[data-theme="plum"] .check-grid label,
body[data-theme="midnight"] .assessment-section label,
body[data-theme="neon"] .assessment-section label,
body[data-theme="matrix"] .assessment-section label,
body[data-theme="plum"] .assessment-section label {
    background: var(--page-gradient-start);
    color: var(--text-secondary);
}

body[data-theme="midnight"] .ai-companion-card,
body[data-theme="neon"] .ai-companion-card,
body[data-theme="matrix"] .ai-companion-card,
body[data-theme="plum"] .ai-companion-card {
    background: #162033;
    border-color: #334155;
}

body[data-theme="midnight"] .ai-companion-header,
body[data-theme="neon"] .ai-companion-header,
body[data-theme="matrix"] .ai-companion-header,
body[data-theme="plum"] .ai-companion-header,
body[data-theme="midnight"] .ai-companion-response,
body[data-theme="neon"] .ai-companion-response,
body[data-theme="matrix"] .ai-companion-response,
body[data-theme="plum"] .ai-companion-response,
body[data-theme="midnight"] .ai-sample-grid button,
body[data-theme="neon"] .ai-sample-grid button,
body[data-theme="matrix"] .ai-sample-grid button,
body[data-theme="plum"] .ai-sample-grid button {
    background: #1f2937;
    color: #e5edf7;
}

body[data-theme="midnight"] .ai-companion-demo,
body[data-theme="neon"] .ai-companion-demo,
body[data-theme="matrix"] .ai-companion-demo,
body[data-theme="plum"] .ai-companion-demo,
body[data-theme="midnight"] .ai-companion-input,
body[data-theme="neon"] .ai-companion-input,
body[data-theme="matrix"] .ai-companion-input,
body[data-theme="plum"] .ai-companion-input {
    background: #111827;
    color: #e5edf7;
    border-color: #334155;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background:
        linear-gradient(180deg, var(--page-gradient-start) 0%, var(--page-gradient-mid) 46%, var(--page-gradient-end) 100%);
    color: var(--text-primary);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.16;
    margin-bottom: 0.5em;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: var(--transition-smooth);
}

a:hover {
    color: var(--secondary);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

header {
    background: var(--header-bg);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: var(--shadow-sm);
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 76px;
    gap: 24px;
    position: relative;
}

.logo {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 800;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.logo-mark {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    padding: 8px 12px;
    border-radius: 8px;
    background: var(--logo-bg);
    border: 1px solid var(--border-color);
    box-shadow: 0 8px 18px rgba(180, 83, 9, 0.10);
    line-height: 1;
}

.logo-cyber {
    color: var(--text-primary);
}

.logo-se,
.logo-dot,
.logo-ai {
    color: var(--logo-red);
}

.nav-links {
    display: flex;
    gap: 24px;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.nav-links a {
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 600;
}

.nav-links a:hover, .nav-links a.active {
    color: var(--primary);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    touch-action: manipulation;
}

.nav-toggle span {
    width: 18px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 999px;
    transition: var(--transition-smooth);
}

.nav-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.nav-more {
    position: relative;
}

.nav-more button {
    background: transparent;
    border: 0;
    color: var(--text-secondary);
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    padding: 8px 0;
}

.nav-more button:hover,
.nav-more button.active {
    color: var(--primary);
}

.nav-more-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    min-width: 210px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    box-shadow: var(--shadow-md);
    padding: 8px;
    display: none;
    z-index: 120;
}

.nav-more:hover .nav-more-menu,
.nav-more:focus-within .nav-more-menu {
    display: grid;
}

.nav-more-menu a {
    padding: 10px 12px;
    border-radius: 6px;
    color: var(--text-secondary);
    white-space: nowrap;
}

.nav-more-menu a:hover {
    background: var(--surface-muted);
    color: var(--primary);
}

.glass-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 32px;
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.glass-card:hover {
    border-color: var(--border-hover);
    box-shadow: var(--shadow-md);
}

.hero-section,
.home-hero {
    padding: 96px 0 64px;
    text-align: center;
    position: relative;
}

.home-hero {
    max-width: 1040px;
    margin: 0 auto;
}

.commercial-hero {
    max-width: 1180px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) 430px;
    align-items: center;
    gap: 46px;
    text-align: left;
}

.commercial-hero .hero-subtitle {
    margin-left: 0;
    margin-right: 0;
}

.commercial-hero .hero-cta-row {
    justify-content: flex-start;
}

.hero-visual {
    min-height: 360px;
    border: 1px solid #cbd6e2;
    border-radius: 12px;
    background:
        radial-gradient(circle at 50% 44%, rgba(23, 92, 211, 0.16), transparent 31%),
        linear-gradient(145deg, #f8fafc, #dce7f0);
    position: relative;
    box-shadow: var(--shadow-md);
    overflow: hidden;
}

.hero-image-card {
    display: block;
    min-height: 0;
    background: #f8fafc;
}

.hero-image-card::before,
.hero-image-card::after {
    display: none;
}

.hero-image-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.hero-video-card {
    display: block;
    border: 1px solid #cbd6e2;
    border-radius: 14px;
    background: #102033;
    box-shadow: var(--shadow-md);
    overflow: hidden;
}

.hero-video-card video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.hero-motion-card {
    min-height: 380px;
    border: 1px solid #cbd6e2;
    border-radius: 14px;
    background:
        radial-gradient(circle at 50% 42%, rgba(23, 92, 211, 0.26), transparent 28%),
        radial-gradient(circle at 18% 22%, rgba(15, 143, 140, 0.18), transparent 24%),
        radial-gradient(circle at 82% 72%, rgba(200, 30, 30, 0.14), transparent 22%),
        linear-gradient(145deg, #f8fafc 0%, #dfe9f2 45%, #cbd9e6 100%);
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}

.hero-motion-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(16, 32, 51, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 32, 51, 0.08) 1px, transparent 1px);
    background-size: 38px 38px;
    opacity: 0.32;
}

.motion-orbit {
    position: absolute;
    border: 1px solid rgba(23, 92, 211, 0.26);
    border-radius: 999px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.motion-orbit-one {
    width: 300px;
    height: 190px;
    animation: orbitPulse 5.5s ease-in-out infinite;
}

.motion-orbit-two {
    width: 220px;
    height: 300px;
    border-color: rgba(15, 143, 140, 0.24);
    animation: orbitPulse 6.5s ease-in-out infinite reverse;
}

.motion-core {
    position: absolute;
    width: 118px;
    height: 118px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    background: rgba(16, 32, 51, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: 0 0 36px rgba(23, 92, 211, 0.42);
}

.motion-core span {
    position: absolute;
    inset: 26px;
    border-radius: 18px;
    border: 1px solid rgba(15, 143, 140, 0.65);
    background: radial-gradient(circle, rgba(15, 143, 140, 0.64), rgba(23, 92, 211, 0.2));
    animation: coreGlow 3.2s ease-in-out infinite;
}

.motion-panel {
    position: absolute;
    width: 126px;
    padding: 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(203, 214, 226, 0.88);
    box-shadow: 0 14px 34px rgba(16, 32, 51, 0.12);
}

.motion-panel b {
    display: block;
    color: var(--text-primary);
    font-size: 12px;
    margin-bottom: 9px;
}

.motion-panel i {
    display: block;
    height: 6px;
    border-radius: 999px;
    background: rgba(23, 92, 211, 0.34);
    margin: 7px 0;
}

.motion-panel i:nth-child(3) {
    width: 74%;
    background: rgba(15, 143, 140, 0.42);
}

.motion-panel i:nth-child(4) {
    width: 46%;
    background: rgba(200, 30, 30, 0.32);
}

.motion-panel-model {
    left: 36px;
    top: 46px;
    animation: floatPanel 5.6s ease-in-out infinite;
}

.motion-panel-tools {
    right: 32px;
    top: 72px;
    animation: floatPanel 6s ease-in-out infinite reverse;
}

.motion-panel-data {
    left: 50px;
    bottom: 58px;
    animation: floatPanel 6.2s ease-in-out infinite;
}

.motion-panel-control {
    right: 42px;
    bottom: 50px;
    animation: floatPanel 5.8s ease-in-out infinite reverse;
}

.motion-alert {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c81e1e;
    box-shadow: 0 0 0 8px rgba(200, 30, 30, 0.12), 0 0 18px rgba(200, 30, 30, 0.4);
    animation: alertPulse 2s ease-in-out infinite;
}

.motion-alert-one {
    left: 47%;
    top: 18%;
}

.motion-alert-two {
    right: 22%;
    bottom: 28%;
    animation-delay: 0.8s;
}

@keyframes orbitPulse {
    0%, 100% { opacity: 0.55; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.045); }
}

@keyframes coreGlow {
    0%, 100% { transform: scale(0.94); opacity: 0.72; }
    50% { transform: scale(1.05); opacity: 1; }
}

@keyframes floatPanel {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes alertPulse {
    0%, 100% { transform: scale(0.88); opacity: 0.7; }
    50% { transform: scale(1.08); opacity: 1; }
}

.hero-visual::before,
.hero-visual::after {
    content: "";
    position: absolute;
    inset: 76px;
    border: 1px solid rgba(23, 92, 211, 0.22);
    border-radius: 999px;
}

.hero-visual::after {
    inset: 122px;
    border-color: rgba(180, 83, 9, 0.24);
}

.agent-node {
    position: absolute;
    background: #ffffff;
    border: 1px solid #cbd6e2;
    border-radius: 8px;
    padding: 10px 13px;
    font-size: 12px;
    font-weight: 800;
    color: var(--text-primary);
    box-shadow: 0 12px 24px rgba(16, 32, 51, 0.09);
}

.node-core {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #102033;
    color: #ffffff;
}

.node-tool {
    left: 38px;
    top: 88px;
}

.node-data {
    right: 38px;
    top: 88px;
}

.node-model {
    left: 58px;
    bottom: 72px;
}

.node-guard {
    right: 50px;
    bottom: 64px;
    border-color: #f3b1b1;
    color: #a81830;
}

.hero-tag {
    background: #e9f2ff;
    border: 1px solid #bfd8ff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
}

.pulse-glow {
    width: 8px;
    height: 8px;
    background-color: var(--success);
    border-radius: 50%;
}

.hero-title {
    font-size: 54px;
    font-weight: 800;
    margin-bottom: 22px;
    color: var(--text-primary);
}

.hero-subtitle {
    font-size: 19px;
    color: var(--text-secondary);
    max-width: 820px;
    margin: 0 auto 36px;
}

.hero-cta-row {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-signal-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: -14px auto 28px;
    color: var(--text-muted);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
}

.hero-signal-row span {
    background: #ffffff;
    border: 1px solid #e2dfd4;
    border-radius: 5px;
    padding: 5px 9px;
}

.offerings-first {
    margin-top: 18px;
}

.compact-header {
    align-items: center;
}

.offering-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.offering-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 24px;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.offering-card h2,
.offering-card h3 {
    font-size: 23px;
    margin-top: 12px;
}

.offering-card p {
    color: var(--text-secondary);
    font-size: 14.5px;
    margin: 4px 0 18px;
}

.offering-card ul {
    list-style: none;
    display: grid;
    gap: 8px;
    margin-bottom: 22px;
}

.offering-card li {
    color: var(--text-secondary);
    font-size: 13px;
    padding-left: 17px;
    position: relative;
}

.offering-card li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--secondary);
    position: absolute;
    left: 0;
    top: 8px;
}

.offering-card .btn {
    margin-top: auto;
}

.offering-fit {
    display: grid;
    gap: 6px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: var(--surface-muted);
    padding: 12px;
    margin: 0 0 18px;
}

.offering-fit span,
.offering-fit strong {
    font-size: 12.5px;
    line-height: 1.4;
}

.offering-fit span {
    color: var(--text-secondary);
}

.offering-fit strong {
    color: var(--accent);
}

.offering-tag {
    color: var(--accent);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.offering-visual {
    height: 120px;
    border-radius: 8px;
    background: #eaf0f6;
    border: 1px solid #d5e0ea;
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
}

.offering-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #d5e0ea;
    background: #eaf0f6;
    margin-bottom: 18px;
}

.page-visual-card {
    display: block;
    width: min(620px, calc(100% - 48px));
    margin: 0 auto 28px;
    border: 1px solid #cbd6e2;
    border-radius: 12px;
    overflow: hidden;
    background: #102033;
    box-shadow: var(--shadow-md);
}

.page-visual-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.ciso-visual {
    width: min(560px, 100%);
}

.offering-visual span {
    position: absolute;
    display: block;
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #cbd6e2;
}

.offering-agent .offering-visual span:nth-child(1) {
    width: 74px;
    height: 42px;
    left: 22px;
    top: 38px;
    background: #102033;
}

.offering-agent .offering-visual span:nth-child(2) {
    width: 54px;
    height: 34px;
    right: 34px;
    top: 20px;
}

.offering-agent .offering-visual span:nth-child(3) {
    width: 70px;
    height: 32px;
    right: 58px;
    bottom: 20px;
    border-color: #f3b1b1;
}

.offering-map .offering-visual span:nth-child(1) {
    width: 38px;
    height: 38px;
    left: 34px;
    top: 42px;
    border-radius: 50%;
}

.offering-map .offering-visual span:nth-child(2) {
    width: 38px;
    height: 38px;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    border-radius: 50%;
}

.offering-map .offering-visual span:nth-child(3) {
    width: 38px;
    height: 38px;
    right: 34px;
    bottom: 26px;
    border-radius: 50%;
}

.offering-redteam .offering-visual {
    background: #f7eee9;
}

.offering-redteam .offering-visual span:nth-child(1) {
    width: 150px;
    height: 12px;
    left: 24px;
    top: 28px;
}

.offering-redteam .offering-visual span:nth-child(2) {
    width: 116px;
    height: 12px;
    left: 24px;
    top: 55px;
}

.offering-redteam .offering-visual span:nth-child(3) {
    width: 54px;
    height: 54px;
    right: 28px;
    bottom: 24px;
    border-color: #f3b1b1;
    background: #ffe8e8;
}

.visual-process-band {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 28px;
    align-items: stretch;
}

.method-band {
    margin-top: 20px;
}

.method-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.method-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 22px;
    box-shadow: var(--shadow-sm);
}

.method-card strong {
    display: block;
    color: var(--text-primary);
    font-size: 16px;
    margin-bottom: 10px;
}

.method-card p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.process-copy {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 28px;
    box-shadow: var(--shadow-sm);
}

.process-copy h2 {
    font-size: 30px;
}

.process-copy p {
    color: var(--text-secondary);
}

.process-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.process-rail div {
    background: #f8fafc;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 20px;
    box-shadow: var(--shadow-sm);
}

.process-rail strong {
    display: block;
    color: var(--accent);
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.process-rail span {
    color: var(--text-secondary);
    font-size: 14px;
}

.compact-tool-card {
    background: #ffffff;
}

.brief-bottom-band {
    margin-top: 20px;
}

.brief-bottom-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: 18px;
}

.brief-feature-card,
.brief-mini-list a {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    box-shadow: var(--shadow-sm);
}

.brief-feature-card {
    padding: 24px;
}

.brief-feature-card > span,
.brief-mini-list span {
    color: var(--text-muted);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
}

.brief-feature-card h3 {
    font-size: 23px;
    margin-top: 12px;
}

.brief-feature-card p {
    color: var(--text-secondary);
    font-size: 14px;
}

.brief-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.brief-actions a {
    font-weight: 800;
}

.brief-mini-list {
    display: grid;
    gap: 10px;
}

.brief-mini-list a {
    display: block;
    padding: 16px;
}

.brief-mini-list strong {
    display: block;
    margin-top: 7px;
    color: var(--text-primary);
    font-size: 14px;
    line-height: 1.35;
}

.services-hero {
    max-width: 860px;
    margin: 74px auto 44px;
    text-align: center;
    padding: 0 24px;
}

.services-hero h1 {
    font-size: 46px;
}

.services-hero p {
    color: var(--text-secondary);
    font-size: 17px;
}

.service-page-offerings {
    align-items: stretch;
}

.offering-actions {
    display: grid;
    gap: 10px;
    margin-top: auto;
}

.text-link {
    justify-self: center;
    color: var(--primary);
    font-weight: 800;
    font-size: 13px;
}

.text-link:hover {
    color: var(--secondary);
}

.secondary-services {
    margin-bottom: 44px;
}

.secondary-service-list {
    display: grid;
    gap: 12px;
}

.secondary-service-list a {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 18px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 18px;
    box-shadow: var(--shadow-sm);
}

.secondary-service-list strong {
    color: var(--text-primary);
}

.secondary-service-list span {
    color: var(--text-secondary);
    font-size: 14px;
}

.service-detail-shell {
    max-width: 1180px;
    margin: 0 auto 72px;
    padding: 58px 24px 0;
}

.service-detail-hero {
    max-width: 860px;
    margin-bottom: 36px;
}

.breadcrumb-link {
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 800;
}

.service-detail-hero h1 {
    font-size: 44px;
    margin-top: 16px;
}

.service-detail-hero p {
    color: var(--secondary);
    font-size: 18px;
    max-width: 800px;
    line-height: 1.5;
    margin-top: 8px;
}

.service-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 32px;
    align-items: start;
}

.service-method-card,
.service-proof-panel {
    padding: 32px;
}

.service-method-card h3,
.service-proof-panel h3 {
    color: var(--text-primary);
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.service-method-card h4 {
    margin: 24px 0 8px;
    font-size: 16px;
    color: var(--secondary);
}

.tag-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 8px 0 20px;
}

.service-list {
    margin-bottom: 24px;
}

.service-deliverables {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
    font-size: 14px;
    color: var(--text-secondary);
}

.full-width {
    width: 100%;
}

.service-proof-panel > p {
    color: var(--text-muted);
    font-size: 13.5px;
    margin-bottom: 24px;
    line-height: 1.5;
}

.service-news-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.service-news-card {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.42);
}

.service-news-card > span {
    display: block;
    font-size: 11px;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.service-news-card h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 4px 0;
}

.service-news-card p {
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 10px;
}

.service-news-card .score-tag {
    font-size: 10px;
    padding: 2px 6px;
}

.empty-note {
    color: var(--text-muted);
    font-style: italic;
    font-size: 13px;
}

.proof-strip {
    max-width: 1180px;
    margin: 0 auto 72px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.proof-strip div {
    background: #ffffff;
    border: 1px solid #e2dfd4;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 1px 0 rgba(11, 27, 58, 0.04), 0 8px 24px -18px rgba(11, 27, 58, 0.18);
}

.proof-strip strong {
    display: block;
    color: var(--text-primary);
    font-size: 13px;
    margin-bottom: 6px;
}

.proof-strip span {
    color: var(--text-muted);
    font-size: 12.5px;
    line-height: 1.45;
}

.home-band {
    max-width: 1180px;
    margin: 0 auto 80px;
    padding: 0 24px;
}

.trust-proof-band {
    max-width: 1180px;
    margin: -28px auto 66px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.proof-metric {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 18px;
    box-shadow: var(--shadow-sm);
}

.proof-metric strong {
    display: block;
    color: var(--text-primary);
    font-size: 18px;
    margin-bottom: 4px;
}

.proof-metric span {
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.45;
}

.findings-band {
    margin-bottom: 72px;
}

.decision-band {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: 22px;
    align-items: start;
}

.decision-panel {
    min-height: 100%;
}

.decision-panel-header {
    margin-bottom: 18px;
}

.decision-panel-header h2 {
    font-size: 28px;
    margin-top: 6px;
}

.decision-panel-header p {
    color: var(--text-secondary);
    max-width: 620px;
}

.decision-tool-list {
    display: grid;
    gap: 14px;
}

.decision-tool-list .tool-card {
    background: #ffffff;
}

.decision-tool-list .tool-card p {
    margin-bottom: 16px;
}

.findings-table {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.findings-table > div {
    display: grid;
    grid-template-columns: minmax(160px, 0.8fr) 112px minmax(0, 1.15fr);
    gap: 12px;
    align-items: center;
    padding: 16px 18px;
    border-bottom: 1px solid var(--border-color);
}

.findings-table > div:last-child {
    border-bottom: 0;
}

.findings-table strong {
    color: var(--text-primary);
}

.findings-table em {
    color: var(--text-secondary);
    font-style: normal;
    font-size: 14px;
}

.band-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 24px;
}

.band-header h2 {
    font-size: 34px;
    margin-top: 6px;
}

.band-header p {
    color: var(--text-secondary);
    max-width: 720px;
}

.lead-threat {
    background: #ffffff;
    border: 1px solid #e2dfd4;
    border-radius: 6px;
    padding: 22px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 24px;
    align-items: center;
    box-shadow: 0 1px 0 rgba(11, 27, 58, 0.04), 0 8px 24px -16px rgba(11, 27, 58, 0.18);
    margin-bottom: 16px;
}

.lead-threat h3 {
    font-size: 24px;
    margin-top: 10px;
}

.lead-threat p {
    color: var(--text-secondary);
    font-size: 14.5px;
}

.lead-threat-action {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.lead-threat-action span {
    color: var(--text-muted);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
}

.threat-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 16px;
}

.threat-card,
.tool-card {
    background: #faf7f2;
    border: 1px solid #e2dfd4;
    border-radius: 6px;
    padding: 18px;
    box-shadow: 0 1px 0 rgba(11, 27, 58, 0.04), 0 8px 24px -18px rgba(11, 27, 58, 0.18);
}

.threat-card-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--text-muted);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 11.5px;
    margin-bottom: 10px;
}

.threat-card h3 {
    font-size: 18px;
    line-height: 1.3;
}

.threat-card-body {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 14px;
}

.threat-card-body section {
    background: #ffffff;
    border: 1px solid #e2dfd4;
    border-radius: 5px;
    padding: 10px;
}

.threat-card-body strong,
.threat-next-step span {
    display: block;
    color: var(--text-primary);
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.threat-card-body p {
    color: var(--text-secondary);
    font-size: 13px;
}

.threat-next-step {
    margin-top: 14px;
    border-top: 1px solid #e2dfd4;
    padding-top: 12px;
}

.threat-next-step a {
    font-weight: 800;
    color: var(--primary);
}

.service-summary-card h3,
.tool-card h3 {
    font-size: 20px;
}

.service-summary-card p,
.tool-card p {
    color: var(--text-secondary);
    font-size: 14px;
    margin: 12px 0 20px;
}

.service-summary-card .btn,
.tool-card .btn {
    width: 100%;
}

.tools-band {
    margin-bottom: 44px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 28px;
    margin-top: 40px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: var(--transition-smooth);
    gap: 8px;
    min-height: 40px;
}

.btn-primary {
    background: var(--primary);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(23, 92, 211, 0.18);
}

.btn-primary:hover {
    background: #124aa8;
    color: #ffffff;
    transform: translateY(-1px);
}

.btn-secondary {
    background: #ffffff;
    border: 1px solid var(--border-color);
    color: var(--text-primary);
}

.btn-secondary:hover {
    background: var(--surface-muted);
    border-color: var(--border-hover);
    color: var(--primary);
}

.daily-risk-card {
    background: var(--bg-card);
}

.badge {
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.badge-risk {
    background: #fff4e6;
    border: 1px solid #ffd49a;
    color: var(--accent);
}

.badge-info {
    background: #e8f7f6;
    border: 1px solid #b9e3df;
    color: var(--secondary);
}

.threat-score {
    display: flex;
    gap: 10px;
    margin: 16px 0;
    font-size: 13px;
    color: var(--text-secondary);
    flex-wrap: wrap;
}

.score-tag {
    background: #eaf0f6;
    padding: 5px 9px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
}

.score-danger {
    color: var(--danger);
}

.score-warning {
    color: var(--warning);
}

.score-tag.severity-critical {
    background: #ffe8e8;
    border-color: #f3b1b1;
    color: #a81830;
}

.score-tag.severity-high {
    background: #fff0df;
    border-color: #f2c38d;
    color: #9a4a00;
}

.score-tag.severity-medium {
    background: #fff8dc;
    border-color: #ead58a;
    color: #7c6500;
}

.score-tag.severity-informational {
    background: #e8f7f6;
    border-color: #b9e3df;
    color: #0f766e;
}

.severity-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.severity-critical {
    background: #ffe8e8;
    border: 1px solid #f3b1b1;
    color: #a81830;
}

.severity-high {
    background: #fff0df;
    border: 1px solid #f2c38d;
    color: #9a4a00;
}

.severity-medium {
    background: #fff8dc;
    border: 1px solid #ead58a;
    color: #7c6500;
}

.severity-informational {
    background: #e8f7f6;
    border: 1px solid #b9e3df;
    color: #0f766e;
}

.briefing-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 36px;
    padding: 64px 0;
}

.intelligence-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 24px 20px;
}

.intel-hero {
    max-width: 880px;
    margin: 0 auto 28px;
    text-align: center;
}

.intel-hero h1 {
    font-size: 44px;
    margin: 8px 0 14px;
}

.intel-hero p {
    color: var(--text-secondary);
    font-size: 16px;
}

.intel-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 24px;
    color: var(--text-muted);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
}

.intel-meta span,
.industry-tags span {
    background: #f7f6f2;
    border: 1px solid #e2dfd4;
    border-radius: 5px;
    padding: 4px 8px;
}

.executive-panel {
    background: #ffffff;
    border: 1px solid #e2dfd4;
    border-radius: 6px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 0 0 22px;
    box-shadow: 0 1px 0 rgba(11, 27, 58, 0.04), 0 8px 24px -16px rgba(11, 27, 58, 0.18);
}

.executive-panel div {
    padding: 16px;
    border-right: 1px solid #e2dfd4;
}

.executive-panel div:last-child {
    border-right: 0;
}

.executive-panel span {
    display: block;
    color: var(--text-muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}

.executive-panel strong {
    color: var(--text-primary);
    font-size: 13px;
    line-height: 1.4;
}

.intel-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
}

.intel-article {
    max-width: 800px;
    width: 100%;
}

.intel-sidebar {
    position: sticky;
    top: 100px;
}

.content-card {
    background: #ffffff;
    border: 1px solid #e2dfd4;
    border-radius: 6px;
    padding: 24px;
    margin-bottom: 16px;
    box-shadow: 0 1px 0 rgba(11, 27, 58, 0.04), 0 8px 24px -18px rgba(11, 27, 58, 0.18);
}

.content-card h2 {
    font-size: 24px;
    margin-bottom: 12px;
}

.content-card p,
.rendered-markdown p {
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.7;
}

.rendered-markdown h2,
.rendered-markdown h3,
.rendered-markdown h4 {
    margin: 18px 0 10px;
}

.rendered-markdown ul,
.rendered-markdown ol,
.action-list {
    margin: 12px 0 0 20px;
    color: var(--text-secondary);
}

.rendered-markdown li,
.action-list li {
    margin-bottom: 8px;
}

.rendered-markdown blockquote {
    border-left: 3px solid #e2dfd4;
    padding: 10px 14px;
    background: #faf7f2;
    color: var(--text-secondary);
    border-radius: 4px;
}

.rendered-markdown pre {
    background: #102033;
    color: #f8fafc;
    padding: 14px;
    border-radius: 6px;
    overflow-x: auto;
}

.rendered-markdown code {
    background: #f7f6f2;
    border: 1px solid #e2dfd4;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 0.92em;
}

.rendered-markdown pre code {
    background: transparent;
    border: 0;
    padding: 0;
}

.industry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
    color: var(--text-secondary);
    font-size: 12px;
}

.service-map-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 10px;
}

.service-map-card {
    background: #faf7f2;
    border: 1px solid #e2dfd4;
    border-radius: 6px;
    padding: 14px;
    color: var(--text-primary);
}

.service-map-card strong,
.service-map-card span {
    display: block;
}

.service-map-card span {
    color: var(--text-muted);
    font-size: 12px;
    margin-top: 4px;
}

.source-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-bar {
    margin-bottom: 28px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 22px;
}

.filter-chip-row {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid var(--border-color);
    background: #ffffff;
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.filter-chip:hover,
.filter-chip.active {
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
}

.briefing-article {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 42px;
    box-shadow: var(--shadow-sm);
}

.briefing-meta {
    display: flex;
    gap: 18px;
    color: var(--text-muted);
    font-size: 14px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 16px;
    flex-wrap: wrap;
}

.section-title {
    margin: 32px 0 16px;
    color: var(--text-primary);
    font-size: 24px;
}

.mitigation-list {
    list-style: none;
    margin-top: 16px;
}

.mitigation-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: var(--text-secondary);
}

.mitigation-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--secondary);
    font-weight: 800;
}

.sidebar-panel {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 28px;
    height: fit-content;
    box-shadow: var(--shadow-sm);
}

.sidebar-title {
    font-size: 18px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.archive-list {
    list-style: none;
}

.archive-list li {
    margin-bottom: 14px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 12px;
}

.archive-list li a {
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 600;
}

.archive-list li a:hover {
    color: var(--primary);
}

.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 46px;
    flex-wrap: wrap;
}

.trust-badge {
    background: #f8fafc;
    border: 1px solid var(--border-color);
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 8px;
}

.trust-badge span {
    color: var(--secondary);
}

.form-group {
    margin-bottom: 22px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-secondary);
}

.form-control {
    width: 100%;
    background: #fbfcfd;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 12px 14px;
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 15px;
    transition: var(--transition-smooth);
}

.form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px var(--primary-glow);
}

.assessment-value-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.assessment-value-row span {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 800;
    padding: 6px 10px;
}

.assessment-start-preview {
    margin-top: 22px;
    padding: 16px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: var(--surface-muted);
}

.assessment-start-preview div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
}

.assessment-start-preview span {
    color: var(--primary);
    font-size: 24px;
    font-weight: 800;
}

.assessment-start-preview strong {
    color: var(--text-secondary);
    font-size: 13px;
}

.preview-progress-track {
    height: 8px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    overflow: hidden;
    margin: 14px 0;
}

.preview-progress-track span {
    display: block;
    height: 100%;
    background: var(--primary);
}

.assessment-start-preview ul {
    list-style: none;
    display: grid;
    gap: 7px;
}

.assessment-start-preview li {
    color: var(--text-secondary);
    font-size: 13px;
}

.policy-builder {
    max-width: 980px;
    margin: 0 auto;
}

.policy-section {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.34);
    padding: 22px;
    margin-bottom: 22px;
}

.policy-section h2 {
    font-size: 17px;
    margin-bottom: 18px;
    color: var(--text-primary);
}

.form-grid {
    display: grid;
    gap: 18px;
}

.form-grid.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
    margin-bottom: 18px;
}

.check-grid label {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 10px 12px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: #fbfcfd;
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.check-grid input {
    margin-top: 2px;
    accent-color: var(--primary);
}

.ai-companion-card {
    background-color: #f1f6fa;
    padding: 28px;
    border-radius: 16px;
    border: 1px solid #dbe5ec;
    max-width: 1100px;
    margin: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ai-companion-header {
    background-color: #e0ebf3;
    padding: 18px 25px;
    border-radius: 12px;
    font-size: 24px;
    color: #2a3d55;
    text-align: center;
    font-weight: 700;
}

.ai-companion-response {
    margin-top: 18px;
    background-color: #e9f1f7;
    padding: 20px;
    border-radius: 12px;
    color: #2a3d55;
    font-size: 15px;
    line-height: 1.6;
    min-height: 92px;
}

.ai-companion-demo {
    margin-top: 16px;
    background: #ffffff;
    border: 1px solid #dbe5ec;
    border-radius: 12px;
    padding: 16px;
    color: #2a3d55;
}

.ai-companion-demo strong {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.ai-companion-demo p {
    color: #2a3d55;
    font-size: 13.5px;
    margin-top: 6px;
}

.ai-companion-demo span {
    font-weight: 800;
}

.ai-sample-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ai-sample-grid button {
    background-color: #dbe5ec;
    color: #2a3d55;
    border: 0;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    font-family: var(--font-body);
    transition: var(--transition-smooth);
}

.ai-sample-grid button:hover {
    background-color: #cad9e4;
}

.ai-companion-input {
    width: 100%;
    min-height: 112px;
    margin-top: 18px;
    padding: 16px;
    font-size: 16px;
    border: 1px solid #b5c8d8;
    border-radius: 12px;
    resize: vertical;
    background-color: #ffffff;
    color: #333333;
    font-family: var(--font-body);
}

.ai-companion-input:focus {
    outline: none;
    border-color: #2a3d55;
    box-shadow: 0 0 0 4px rgba(42, 61, 85, 0.12);
}

.ai-companion-submit {
    margin-top: 18px;
    background-color: #2a3d55;
    color: #ffffff;
    padding: 16px 36px;
    font-size: 16px;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    font-family: var(--font-body);
    font-weight: 700;
}

.ai-companion-submit:hover {
    background-color: #1c2b3f;
}

.ai-companion-sources {
    margin-top: 15px;
    padding: 12px;
    background-color: #fffbe6;
    border: 1px solid #efe1a5;
    border-radius: 8px;
}

.floating-ciso {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 150;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 16px;
    border-radius: 999px;
    background: var(--primary);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 14px 36px rgba(16, 32, 51, 0.22);
}

.floating-ciso:hover {
    background: var(--secondary);
    color: #ffffff;
    transform: translateY(-1px);
}

.palette-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.palette-option {
    display: grid;
    gap: 8px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: #ffffff;
    padding: 14px;
    cursor: pointer;
}

.palette-option.selected,
.palette-option:has(input:checked) {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px var(--primary-glow);
}

.palette-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.palette-card-title {
    color: var(--text-primary);
    font-weight: 800;
    font-size: 14px;
}

.palette-card-description {
    color: var(--text-muted);
    font-size: 12.5px;
    line-height: 1.4;
}

.palette-swatches {
    display: flex;
    gap: 5px;
    margin-top: 4px;
}

.palette-swatches i {
    width: 28px;
    height: 22px;
    border-radius: 5px;
    border: 1px solid rgba(16, 32, 51, 0.16);
}

.admin-shell {
    display: grid;
    grid-template-columns: 248px 1fr;
    min-height: 100vh;
    background: #dfe7ef;
}

.admin-sidebar {
    background: #f8fafc;
    border-right: 1px solid var(--border-color);
    padding: 30px 16px;
}

.admin-menu {
    list-style: none;
    margin-top: 36px;
}

.admin-menu li {
    margin-bottom: 8px;
}

.admin-menu a {
    display: block;
    padding: 11px 14px;
    border-radius: 8px;
    color: var(--text-secondary);
    font-weight: 700;
}

.admin-menu a:hover, .admin-menu a.active {
    background: #edf4ff;
    color: var(--primary);
}

.admin-content {
    padding: 42px;
    overflow-y: auto;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    margin-top: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
    text-align: left;
}

th, td {
    padding: 14px;
    border-bottom: 1px solid var(--border-color);
}

th {
    font-family: var(--font-heading);
    color: var(--text-secondary);
    font-weight: 800;
    font-size: 13px;
}

tr:hover td {
    background: #edf4fa;
}

.alert {
    padding: 14px 18px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-weight: 700;
}

.alert-success {
    background: #e9f8ef;
    border: 1px solid #b8e5c7;
    color: var(--success);
}

.alert-danger {
    background: #fff0f0;
    border: 1px solid #f1bbbb;
    color: var(--danger);
}

.alert-info {
    background: #e8f7f6;
    border: 1px solid #b9e3df;
    color: var(--secondary);
}

.alert-warning {
    background: #fff7e8;
    border: 1px solid #ffdca8;
    color: var(--warning);
}

.morning-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 36px 24px 20px;
}

.morning-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 24px;
}

.morning-title {
    font-size: 48px;
    margin: 4px 0 10px;
}

.morning-title span {
    color: #8b8678;
}

.morning-sub {
    color: var(--text-secondary);
    max-width: 820px;
    font-size: 15.5px;
}

.morning-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
    color: var(--text-muted);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
}

.morning-meta span {
    background: #f7f6f2;
    border: 1px solid #e2dfd4;
    border-radius: 5px;
    padding: 4px 8px;
}

.morning-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.morning-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
}

.morning-main {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.morning-section,
.morning-side-card {
    background: #ffffff;
    border: 1px solid #e2dfd4;
    border-radius: 6px;
    box-shadow: 0 1px 0 rgba(11, 27, 58, 0.04), 0 8px 24px -16px rgba(11, 27, 58, 0.18);
}

.morning-section {
    padding: 18px;
}

.morning-section-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #e2dfd4;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.morning-section-head h2 {
    font-size: 18px;
    color: var(--text-primary);
    margin: 8px 0 0;
    max-width: 780px;
}

.morning-count {
    color: var(--text-muted);
    font-size: 12px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    white-space: nowrap;
}

.morning-pill {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 4px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.morning-pill-model { background: rgba(201, 162, 39, 0.13); color: #8a6a08; }
.morning-pill-expert { background: rgba(122, 77, 199, 0.12); color: #5e36b8; }
.morning-pill-security { background: rgba(197, 48, 48, 0.12); color: #9b1830; }
.morning-pill-owasp { background: rgba(44, 122, 123, 0.12); color: #1f5d5e; }
.morning-pill-builder { background: rgba(47, 133, 90, 0.12); color: #0a7a56; }

.morning-card-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.morning-card {
    background: #faf7f2;
    border: 1px solid #e2dfd4;
    border-radius: 6px;
    padding: 18px;
}

.morning-card-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}

.morning-card h3 {
    font-size: 18px;
    line-height: 1.3;
    color: var(--text-primary);
    margin: 0;
}

.morning-card-top a {
    color: var(--text-muted);
    border: 1px solid #e2dfd4;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.morning-card p {
    color: var(--text-secondary);
    margin-top: 10px;
    font-size: 14.5px;
}

.morning-why {
    background: #ffffff;
    border: 1px solid #e2dfd4;
    border-radius: 5px;
    margin-top: 14px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: var(--text-secondary);
    font-size: 13px;
}

.morning-why strong {
    color: var(--text-primary);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.morning-source {
    margin-top: 12px;
    color: var(--text-muted);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
}

.morning-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 100px;
}

.morning-side-card {
    padding: 18px;
}

.morning-side-card h3 {
    font-size: 16px;
    border-bottom: 1px solid #e2dfd4;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.morning-watchlist {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.morning-watchlist span {
    background: #f7f6f2;
    border: 1px solid #e2dfd4;
    border-radius: 4px;
    padding: 3px 7px;
    color: var(--text-secondary);
    font-size: 12px;
}

footer {
    border-top: 1px solid var(--border-color);
    padding: 56px 0;
    margin-top: 80px;
    background: #f8fafc;
    color: var(--text-muted);
    font-size: 14px;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 32px;
}

@media (max-width: 992px) {
    .briefing-layout,
    .grid-2,
    .morning-layout,
    .commercial-hero,
    .visual-process-band,
    .method-grid,
    .brief-bottom-grid,
    .service-detail-layout {
        grid-template-columns: 1fr;
    }
    .commercial-hero {
        text-align: center;
    }
    .commercial-hero .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    .commercial-hero .hero-cta-row {
        justify-content: center;
    }
    .hero-visual {
        max-width: 520px;
        width: 100%;
        margin: 0 auto;
    }
    .offering-grid {
        grid-template-columns: 1fr;
    }
    .proof-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .trust-proof-band {
        grid-template-columns: 1fr;
        margin-top: -10px;
    }
    .findings-table > div {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .decision-band {
        grid-template-columns: 1fr;
    }
    .lead-threat {
        grid-template-columns: 1fr;
    }
    .executive-panel {
        grid-template-columns: 1fr 1fr;
    }
    .executive-panel div {
        border-right: 0;
        border-bottom: 1px solid #e2dfd4;
    }
    .intel-layout {
        grid-template-columns: 1fr;
    }
    .intel-sidebar {
        position: static;
    }
    .intel-article {
        max-width: 100%;
    }
    .form-grid.two-col,
    .check-grid {
        grid-template-columns: 1fr;
    }
    .morning-sidebar {
        position: static;
    }
    .hero-title {
        font-size: 40px;
    }
    .admin-shell {
        grid-template-columns: 1fr;
    }
    .admin-sidebar {
        border-right: 0;
        border-bottom: 1px solid var(--border-color);
    }
    .secondary-service-list a {
        grid-template-columns: 1fr;
    }
    .service-detail-hero {
        max-width: 100%;
    }
}

@media (max-width: 980px) {
    .nav-wrapper {
        min-height: 68px;
        padding: 12px 24px;
    }
    .nav-toggle {
        display: inline-flex;
        margin-left: auto;
    }
    .nav-links {
        position: absolute;
        left: 24px;
        right: 24px;
        top: calc(100% + 8px);
        display: none;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 6px;
        background: rgba(248, 250, 252, 0.98);
        border: 1px solid var(--border-color);
        border-radius: 10px;
        box-shadow: var(--shadow-md);
        padding: 12px;
        z-index: 140;
    }
    .nav-links.is-open {
        display: flex;
    }
    .nav-links li,
    .nav-links a,
    .nav-more button {
        width: 100%;
        text-align: left;
    }
    .nav-links .btn-nav {
        justify-content: flex-start;
    }
    .nav-more {
        width: 100%;
    }
    .nav-more-menu {
        position: static;
        display: grid;
        margin-top: 6px;
        box-shadow: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 70px 0 44px;
    }
    .hero-title {
        font-size: 34px;
    }
    .filter-bar {
        overflow: hidden;
    }
    .filter-chip-row {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
    }
    .floating-ciso {
        right: 14px;
        bottom: 14px;
    }
    .ai-companion-card {
        padding: 18px;
    }
    .ai-companion-header {
        font-size: 20px;
    }
    .hero-visual {
        min-height: 300px;
    }
    .process-rail {
        grid-template-columns: 1fr;
    }
    .services-hero h1 {
        font-size: 34px;
    }
    .service-detail-shell {
        padding-top: 36px;
    }
    .service-detail-hero h1 {
        font-size: 34px;
    }
    .service-method-card,
    .service-proof-panel {
        padding: 22px;
    }
    .proof-strip {
        grid-template-columns: 1fr;
    }
    .executive-panel {
        grid-template-columns: 1fr;
    }
    .band-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .band-header h2 {
        font-size: 28px;
    }
    .morning-header {
        flex-direction: column;
    }
    .morning-title {
        font-size: 38px;
    }
    .footer-wrapper {
        flex-direction: column;
    }
}
