/* ============================================================
   Obsigen AI — Premium Corporate Design System
   Modern, elegant, professional — European enterprise AI
   ============================================================ */

/* ---------- Google Font Import ---------- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap');

/* ---------- Design Tokens ---------- */
:root {
    --obsigen-50:  #f5f3ff;
    --obsigen-100: #ede9fe;
    --obsigen-200: #ddd6fe;
    --obsigen-300: #c4b5fd;
    --obsigen-400: #a78bfa;
    --obsigen-500: #8b5cf6;
    --obsigen-600: #7c3aed;
    --obsigen-700: #6d28d9;
    --obsigen-800: #5b21b6;
    --obsigen-900: #4c1d95;
    --obsigen-950: #1e1b4b;

    --blue-500: #3b82f6;
    --cyan-500: #06b6d4;
    --emerald-500: #10b981;
    --amber-500: #f59e0b;
    --rose-500: #f43f5e;
    --teal-500: #14b8a6;

    --gray-50:  #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;
    --gray-950: #020617;

    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;

    --shadow-sm:  0 1px 2px rgba(0,0,0,0.05);
    --shadow-md:  0 4px 16px rgba(0,0,0,0.06);
    --shadow-lg:  0 10px 40px rgba(0,0,0,0.08);
    --shadow-xl:  0 20px 60px rgba(0,0,0,0.10);
    --shadow-glow: 0 0 60px rgba(124,58,237,0.15);

    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-mono: 'JetBrains Mono', 'Fira Code', monospace;

    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Nav Dropdown Override ---------- */
@media (min-width: 992px) {
    .header .header-menu .nav .nav-item .nav-dropdown {
        width: 310px;
    }
}

/* ---------- Language Switcher ---------- */
.lang-switcher-wrap {
    position: relative;
    display: inline-block;
    margin-left: 8px;
}
.lang-switcher-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    color: inherit;
    transition: var(--transition);
    cursor: pointer;
}
.lang-switcher-toggle:hover {
    background: rgba(124,58,237,0.08);
}
.lang-flag { font-size: 16px; line-height: 1; }
.lang-code { font-size: 12px; letter-spacing: 0.04em; }
.lang-switcher-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    min-width: 150px;
    padding: 6px 0;
    margin: 0;
    z-index: 9999;
    list-style: none;
}
.lang-switcher-dropdown.open {
    display: block;
}
.lang-switcher-dropdown li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--gray-700) !important;
    text-decoration: none !important;
    transition: var(--transition);
    white-space: nowrap;
}
.lang-switcher-dropdown li a:hover {
    background: var(--obsigen-50);
    color: var(--obsigen-700) !important;
}

/* ---------- Global Overrides ---------- */
body {
    font-family: var(--font-sans) !important;
    color: var(--gray-800);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.01em;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-sans) !important;
    font-weight: 700;
    color: var(--gray-900);
    letter-spacing: -0.025em;
}
h1 { font-weight: 800; }
h2 { font-size: 2.25rem; line-height: 1.2; }
p { line-height: 1.7; }
code, .code { font-family: var(--font-mono); }

a { transition: color var(--transition), opacity var(--transition); }

/* ---------- Brand Colors ---------- */
.bg-obsigen-gradient {
    background: linear-gradient(160deg, var(--obsigen-950) 0%, var(--obsigen-900) 40%, var(--obsigen-700) 75%, var(--obsigen-500) 100%);
}
.bg-obsigen-dark {
    background: var(--gray-950);
}
.text-obsigen {
    color: var(--obsigen-600);
}
.text-obsigen-light {
    color: var(--obsigen-400);
}

/* ---------- Hero ---------- */
.obsigen-hero {
    background: var(--gray-950);
    min-height: 700px;
    padding-top: 120px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
/* Video background */
.obsigen-hero .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    opacity: 0.80;
    z-index: 0;
}
.obsigen-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2,6,23,0.7) 0%, rgba(2,6,23,0.4) 40%, rgba(2,6,23,0.6) 100%),
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(124,58,237,0.25) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 80% 80%, rgba(59,130,246,0.10) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}
.obsigen-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(124,58,237,0.4), transparent);
    z-index: 2;
}
/* Subtle grid pattern overlay */
.obsigen-hero .hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}
/* Subpage hero background image */
.obsigen-hero .hero-bg {
    position: absolute;
    inset: 0;
    background: url('/assets/obsigen-img6.jpg') center/cover no-repeat;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}

/* Homepage hero — full viewport */
.obsigen-hero.hero-home {
    min-height: 100vh;
}

/* ========== Ecosystem Orbit Section ========== */
.ecosystem-section {
    background: linear-gradient(180deg, var(--gray-950) 0%, #0c0320 50%, var(--gray-950) 100%);
    position: relative;
    overflow: hidden;
}
.ecosystem-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(124,58,237,0.07) 0%, transparent 70%);
    pointer-events: none;
}

/* Orbit container */
.eco-orbit {
    position: relative;
    width: 100%;
    max-width: 680px;
    aspect-ratio: 1;
    margin: 0 auto;
}

/* Animated dashed ring */
.eco-ring {
    position: absolute;
    inset: 16%;
    border: 1.5px dashed rgba(124,58,237,0.2);
    border-radius: 50%;
    animation: ecoSpin 90s linear infinite;
}
.eco-ring-inner {
    position: absolute;
    inset: 30%;
    border: 1px dashed rgba(124,58,237,0.1);
    border-radius: 50%;
    animation: ecoSpin 60s linear infinite reverse;
}
@keyframes ecoSpin {
    to { transform: rotate(360deg); }
}

/* Central hub */
.eco-hub {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 110px; height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124,58,237,0.25) 0%, rgba(124,58,237,0.05) 70%);
    border: 1.5px solid rgba(124,58,237,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.eco-hub::before {
    content: '';
    position: absolute;
    inset: -24px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124,58,237,0.12) 0%, transparent 70%);
    animation: ecoPulse 3s ease-in-out infinite;
    pointer-events: none;
}
@keyframes ecoPulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 1; }
}
.eco-hub img {
    max-height: 26px;
    position: relative;
    z-index: 1;
    filter: brightness(1.2);
}

/* SVG connection lines */
.eco-lines {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
.eco-lines line {
    stroke: rgba(124,58,237,0.18);
    stroke-width: 1;
    stroke-dasharray: 6 4;
    animation: ecoDash 3s linear infinite;
}
@keyframes ecoDash {
    to { stroke-dashoffset: -30; }
}

/* Traveling dots on lines */
.eco-dot {
    r: 2.5;
    fill: var(--obsigen-400);
    opacity: 0;
    animation: ecoDotTravel 4s ease-in-out infinite;
}
.eco-dot:nth-child(2) { animation-delay: 0.7s; }
.eco-dot:nth-child(3) { animation-delay: 1.4s; }
.eco-dot:nth-child(4) { animation-delay: 2.1s; }
.eco-dot:nth-child(5) { animation-delay: 2.8s; }
.eco-dot:nth-child(6) { animation-delay: 3.5s; }
@keyframes ecoDotTravel {
    0%   { opacity: 0; offset-distance: 0%; }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { opacity: 0; offset-distance: 100%; }
}

/* Orbit nodes */
.eco-node {
    position: absolute;
    width: 140px;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 4;
    opacity: 0;
    animation: ecoNodeIn 0.6s ease forwards;
}
.eco-node:nth-child(5)  { top: 4%;   left: 50%;  animation-delay: 0.1s; }
.eco-node:nth-child(6)  { top: 27%;  left: 93%;  animation-delay: 0.2s; }
.eco-node:nth-child(7)  { top: 73%;  left: 93%;  animation-delay: 0.3s; }
.eco-node:nth-child(8)  { top: 96%;  left: 50%;  animation-delay: 0.4s; }
.eco-node:nth-child(9)  { top: 73%;  left: 7%;   animation-delay: 0.5s; }
.eco-node:nth-child(10) { top: 27%;  left: 7%;   animation-delay: 0.6s; }
@keyframes ecoNodeIn {
    from { opacity: 0; transform: translate(-50%, -50%) scale(0.7); }
    to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.eco-node-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: rgba(124,58,237,0.1);
    border: 1px solid rgba(124,58,237,0.2);
    color: var(--obsigen-400);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    transition: all 0.35s ease;
    backdrop-filter: blur(8px);
}
.eco-node:hover .eco-node-icon {
    background: rgba(124,58,237,0.25);
    border-color: rgba(124,58,237,0.45);
    transform: scale(1.12);
    box-shadow: 0 0 24px rgba(124,58,237,0.25);
}
.eco-node h6 {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
    letter-spacing: 0;
}
.eco-node p {
    color: var(--gray-400);
    font-size: 11px;
    line-height: 1.45;
    margin: 0;
}

/* Mobile: grid fallback */
@media (max-width: 991px) {
    .eco-orbit {
        aspect-ratio: auto;
        max-width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
        padding: 1rem 0;
    }
    .eco-ring, .eco-ring-inner, .eco-lines { display: none; }
    .eco-hub {
        position: relative;
        top: auto; left: auto;
        transform: none;
        grid-column: 1 / -1;
        margin: 0 auto 0.5rem;
    }
    .eco-node {
        position: relative;
        top: auto !important;
        left: auto !important;
        transform: none;
        width: auto;
        opacity: 1;
        animation: none;
    }
    .eco-node-icon {
        margin: 0 auto 8px;
    }
    @keyframes ecoNodeIn {
        from { opacity: 1; transform: none; }
        to   { opacity: 1; transform: none; }
    }
}
@media (max-width: 575px) {
    .eco-orbit {
        gap: 1rem;
    }
    .eco-node h6 { font-size: 11px; }
    .eco-node p { font-size: 10px; }
    .eco-node-icon { width: 44px; height: 44px; font-size: 18px; }
}

/* ---------- Section Label / Tag ---------- */
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--obsigen-50);
    color: var(--obsigen-700);
    border: 1px solid var(--obsigen-100);
    border-radius: var(--radius-full);
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.section-label::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--obsigen-600);
}

/* ---------- Cards ---------- */
.obsigen-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), box-shadow var(--transition);
    border: 1px solid var(--gray-100);
    height: 100%;
}
.obsigen-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--obsigen-100);
}
.obsigen-card .card-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 1.25rem;
}
.obsigen-card .card-icon.purple { background: var(--obsigen-50);  color: var(--obsigen-600); }
.obsigen-card .card-icon.blue   { background: #eff6ff;           color: var(--blue-500); }
.obsigen-card .card-icon.green  { background: #ecfdf5;           color: var(--emerald-500); }
.obsigen-card .card-icon.amber  { background: #fffbeb;           color: var(--amber-500); }
.obsigen-card .card-icon.red    { background: #fff1f2;           color: var(--rose-500); }
.obsigen-card .card-icon.teal   { background: #f0fdfa;           color: var(--teal-500); }
.obsigen-card h5 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.obsigen-card p {
    font-size: 0.9rem;
    color: var(--gray-500);
    line-height: 1.6;
}

/* ---------- Buttons ---------- */
.btn-obsigen {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--obsigen-600);
    color: #fff;
    border: none;
    padding: 13px 28px;
    border-radius: var(--radius-md);
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.01em;
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none;
}
.btn-obsigen:hover {
    background: var(--obsigen-700);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(124,58,237,0.25);
}

.btn-obsigen-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--obsigen-600);
    border: 1.5px solid var(--obsigen-200);
    padding: 12px 26px;
    border-radius: var(--radius-md);
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none;
}
.btn-obsigen-outline:hover {
    background: var(--obsigen-600);
    border-color: var(--obsigen-600);
    color: #fff;
}

.btn-obsigen-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--gray-900);
    border: none;
    padding: 13px 28px;
    border-radius: var(--radius-md);
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none;
}
.btn-obsigen-white:hover {
    background: var(--gray-50);
    color: var(--obsigen-700);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(255,255,255,0.15);
}

/* Ghost button on dark */
.btn-obsigen-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: rgba(255,255,255,0.8);
    border: 1.5px solid rgba(255,255,255,0.2);
    padding: 12px 26px;
    border-radius: var(--radius-md);
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none;
}
.btn-obsigen-ghost:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.4);
    color: #fff;
}

/* ---------- Pricing ---------- */
.pricing-card {
    background: #fff;
    border-radius: var(--radius-xl);
    padding: 2.5rem 2rem;
    box-shadow: var(--shadow-sm);
    border: 1.5px solid var(--gray-100);
    transition: all var(--transition);
    position: relative;
    height: 100%;
}
.pricing-card:hover {
    box-shadow: var(--shadow-lg);
}
.pricing-card.featured {
    border-color: var(--obsigen-600);
    box-shadow: var(--shadow-lg), var(--shadow-glow);
}
.pricing-card.featured::before {
    content: 'Most Popular';
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--obsigen-600);
    color: #fff;
    padding: 5px 20px;
    border-radius: var(--radius-full);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.pricing-price {
    font-size: 3rem;
    font-weight: 800;
    color: var(--gray-900);
    line-height: 1;
    letter-spacing: -0.03em;
}
.pricing-price .currency { font-size: 1.5rem; vertical-align: super; }
.pricing-price .period { font-size: 0.875rem; font-weight: 400; color: var(--gray-400); }

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}
.pricing-features li {
    padding: 10px 0;
    border-bottom: 1px solid var(--gray-50);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gray-700);
}
.pricing-features li i { color: var(--obsigen-600); font-size: 13px; flex-shrink: 0; }
.pricing-features li.disabled { color: var(--gray-300); }
.pricing-features li.disabled i { color: var(--gray-200); }

/* ---------- FAQ ---------- */
.faq-item {
    background: #fff;
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-100);
    margin-bottom: 10px;
    overflow: hidden;
    transition: border-color var(--transition);
}
.faq-item:hover { border-color: var(--obsigen-100); }
.faq-item.active { border-color: var(--obsigen-200); }
.faq-question {
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: var(--gray-800);
    transition: color var(--transition);
    user-select: none;
}
.faq-question:hover { color: var(--obsigen-700); }
.faq-question i {
    transition: transform 0.3s ease;
    color: var(--gray-400);
    font-size: 14px;
}
.faq-item.active .faq-question i {
    transform: rotate(180deg);
    color: var(--obsigen-600);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 1.5rem;
    color: var(--gray-600);
    font-size: 14px;
    line-height: 1.7;
}
.faq-item.active .faq-answer {
    max-height: 600px;
    padding: 0 1.5rem 1.25rem;
}

/* ---------- Tables ---------- */
.obsigen-table {
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--gray-100);
}
.obsigen-table thead th {
    background: var(--gray-900);
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 14px 20px;
    font-size: 13px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.obsigen-table tbody td {
    padding: 13px 20px;
    border-color: var(--gray-50);
    font-size: 14px;
    color: var(--gray-600);
}
.obsigen-table tbody td strong { color: var(--gray-800); }
.obsigen-table tbody tr:hover { background: var(--gray-50); }
.obsigen-table code {
    background: var(--gray-50);
    color: var(--obsigen-700);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-family: var(--font-mono);
}

/* ---------- Strategy Badges ---------- */
.strategy-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: var(--radius-sm);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.strategy-badge.fast   { background: #dbeafe; color: #1d4ed8; }
.strategy-badge.react  { background: #d1fae5; color: #065f46; }
.strategy-badge.master { background: #fef3c7; color: #92400e; }
.strategy-badge.swarm  { background: var(--obsigen-100); color: var(--obsigen-800); }
.strategy-badge.hybrid { background: #fce7f3; color: #9d174d; }
.strategy-badge.light  { background: var(--gray-100); color: var(--gray-600); }

/* ---------- Flow Steps ---------- */
.flow-step {
    text-align: center;
    position: relative;
}
.flow-step .step-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--gray-900);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}
.flow-connector {
    position: absolute;
    top: 22px;
    left: calc(50% + 28px);
    width: calc(100% - 56px);
    height: 1px;
    background: var(--gray-200);
}

/* ---------- Dark Sections ---------- */
.section-dark {
    background: var(--gray-950);
    color: var(--gray-300);
}
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark .section-label {
    background: rgba(139,92,246,0.1);
    border-color: rgba(139,92,246,0.15);
    color: var(--obsigen-300);
}
.section-dark .section-label::before { background: var(--obsigen-400); }

/* ---------- Example Prompt Boxes ---------- */
.prompt-box {
    background: var(--gray-50);
    border-radius: var(--radius-lg);
    padding: 2rem;
    border: 1px solid var(--gray-100);
}
.prompt-box .prompt-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--gray-400);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 6px;
}
.prompt-box .prompt-text {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 1.25rem;
    font-style: italic;
    color: var(--gray-700);
    border-left: 3px solid var(--obsigen-600);
    font-size: 14px;
    line-height: 1.7;
}
.prompt-box .prompt-note {
    margin-top: 1rem;
    font-size: 13px;
    color: var(--gray-500);
}

/* ---------- Info Box ---------- */
.info-box {
    background: var(--obsigen-50);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    border: 1px solid var(--obsigen-100);
}
.info-box h6 { font-size: 14px; color: var(--gray-900); }

/* ---------- CTA Sections ---------- */
.cta-section {
    background: var(--gray-950);
    position: relative;
    overflow: hidden;
}
.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 80% at 50% 100%, rgba(124,58,237,0.12) 0%, transparent 60%);
    pointer-events: none;
}
.cta-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(124,58,237,0.3), transparent);
}

/* ---------- Logo Sizing ---------- */
.header-logo .logo-dark,
.header-logo .logo-light {
    max-height: 34px;
    width: auto;
}

/* ---------- Header Refinements ---------- */
.header .nav-link {
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

/* ---------- Stat Counters ---------- */
.stat-item {
    text-align: center;
}
.stat-item .stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    background: linear-gradient(135deg, var(--obsigen-400), var(--blue-500));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.stat-item .stat-label {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* ---------- Light section BG ---------- */
.section-light {
    background: var(--gray-50);
}

/* ---------- Contact Card ---------- */
.contact-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    border: 1px solid var(--gray-100);
    transition: border-color var(--transition);
    margin-bottom: 1rem;
}
.contact-card:hover { border-color: var(--obsigen-200); }

/* ---------- Badge ---------- */
.badge-eea {
    background: #ecfdf5;
    color: #065f46;
    padding: 4px 10px;
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 600;
}

/* ---------- Cookie Consent (GDPR / ePrivacy / AI Act) ---------- */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: var(--gray-950);
    border-top: 1px solid rgba(124,58,237,0.25);
    padding: 1.5rem 0;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    max-height: 90vh;
    overflow-y: auto;
}
.cookie-consent.show { transform: translateY(0); }
.cookie-consent p,
.cookie-consent .cc-desc {
    color: rgba(255,255,255,0.55);
    font-size: 13px;
    margin: 0;
    line-height: 1.65;
}
.cookie-consent a { color: var(--obsigen-400); text-decoration: underline; }
.cookie-consent h6 {
    color: rgba(255,255,255,0.9);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 0.5rem;
}

/* Category rows */
.cc-categories { margin-top: 1.25rem; }
.cc-category {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.cc-category:last-child { border-bottom: 1px solid rgba(255,255,255,0.06); }
.cc-cat-info { flex: 1; }
.cc-cat-name {
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cc-cat-desc {
    color: rgba(255,255,255,0.4);
    font-size: 12px;
    line-height: 1.5;
}
.cc-cat-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 2px 7px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
}
.cc-cat-badge.always { background: rgba(16,185,129,0.15); color: #10b981; }
.cc-cat-badge.ai { background: rgba(124,58,237,0.15); color: var(--obsigen-400); }

/* Toggle switch */
.cc-toggle { position: relative; width: 40px; height: 22px; flex-shrink: 0; margin-top: 2px; }
.cc-toggle input { opacity: 0; width: 0; height: 0; }
.cc-toggle .slider {
    position: absolute; cursor: pointer; inset: 0;
    background: rgba(255,255,255,0.12);
    border-radius: 22px;
    transition: background 0.25s;
}
.cc-toggle .slider::before {
    content: '';
    position: absolute;
    height: 16px; width: 16px;
    left: 3px; bottom: 3px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    transition: transform 0.25s, background 0.25s;
}
.cc-toggle input:checked + .slider { background: var(--obsigen-600); }
.cc-toggle input:checked + .slider::before { transform: translateX(18px); background: #fff; }
.cc-toggle input:disabled + .slider { opacity: 0.5; cursor: default; }

/* Preferences panel (hidden by default) */
.cc-preferences { display: none; }
.cc-preferences.open { display: block; }

/* Buttons */
.cc-buttons { display: flex; gap: 8px; flex-wrap: wrap; }
.btn-cc {
    border: none; border-radius: var(--radius-md);
    padding: 9px 22px; font-size: 13px; font-weight: 600;
    cursor: pointer; transition: all 0.2s; white-space: nowrap;
}
.btn-cc-accept { background: var(--obsigen-600); color: #fff; }
.btn-cc-accept:hover { background: var(--obsigen-700); }
.btn-cc-reject {
    background: transparent; color: rgba(255,255,255,0.45);
    border: 1px solid rgba(255,255,255,0.15) !important;
}
.btn-cc-reject:hover { color: rgba(255,255,255,0.7); border-color: rgba(255,255,255,0.3) !important; }
.btn-cc-save { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.7); }
.btn-cc-save:hover { background: rgba(255,255,255,0.14); }
.btn-cc-prefs {
    background: transparent; color: var(--obsigen-400);
    padding: 9px 0; text-decoration: underline; font-weight: 500;
}
.btn-cc-prefs:hover { color: var(--obsigen-300); }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    h2 { font-size: 1.75rem; }
    .obsigen-hero { min-height: 480px; }
    .obsigen-hero.hero-home { min-height: 100vh; }
}
@media (max-width: 767px) {
    h2 { font-size: 1.5rem; }
    .obsigen-hero { min-height: 400px; }
    .obsigen-hero.hero-home { min-height: 100vh; }
    .flow-connector { display: none; }
    .pricing-price { font-size: 2.5rem; }
    .obsigen-card { padding: 1.5rem; }
    .btn-obsigen, .btn-obsigen-white, .btn-obsigen-outline, .btn-obsigen-ghost {
        padding: 11px 22px;
        font-size: 13px;
    }
}
