/* --- LOCAL FONTS --- */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('fonts/manrope-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('fonts/manrope-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('fonts/playfair-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('fonts/playfair-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== VEROBOTS "ILLUMINATED CORPORATE" REDESIGN (v3) ===== */
/* Theme: Deep Charcoal (Not Black) + Platinum + Gold Accent */

:root {
    /* --- ILLUMINATED PALETTE --- */
    --bg-body: #0B0F19;
    /* Deep Slate/Charcoal */
    --bg-surface: #131825;
    /* Slightly lighter panel */
    --bg-glass: rgba(19, 24, 37, 0.7);
    --gold: #C8A47E;
    /* Primary Premium Accent */
    --gold-hover: #AB8860;
    --platinum: #E2E8F0;
    /* Secondary Technical Accent */
    --platinum-dim: #94A3B8;
    --blue-tech: #3B82F6;
    /* Subtle Tech Blue */
    --hazard: #b790e4;
    /* Negative states */

    /* Text */
    --text-primary: #FFFFFF;
    --text-secondary: #CBD5E1;
    --text-muted: #64748B;

    /* Borders & Glows */
    --border-subtle: rgba(226, 232, 240, 0.08);
    --border-highlight: rgba(200, 164, 126, 0.4);
    --glow-gold: 0 0 20px rgba(200, 164, 126, 0.15);
    --shadow-card: 0 10px 40px -10px rgba(0, 0, 0, 0.5);

    /* Layout */
    --container: 1240px;
    --header-h: 80px;
    --radius-l: 12px;
    --radius-m: 8px;
}

/* --- RESET & BASE --- */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-body);
    color: var(--text-primary);
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    background-image: radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.08) 0%, transparent 60%);
    background-repeat: no-repeat;
}

/* Typography */
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.8;
}

.text-gold {
    color: var(--gold);
}

.text-platinum {
    color: var(--platinum);
}

.text-muted {
    color: var(--text-muted);
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: var(--radius-m);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    gap: 10px;
}

.btn-primary {
    background: var(--gold);
    color: #000;
    border: 1px solid var(--gold);
    box-shadow: 0 2px 5px rgba(200, 164, 126, 0.3);
}

.btn-primary:hover {
    background: var(--gold-hover);
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: var(--hazard);
    border: 1px solid var(--hazard);
}

.btn-secondary:hover {
    background: rgba(135, 105, 205, 0.1);
    transform: translateY(-2px);
}

/* Hero Buttons Container */
.hero-buttons {
    display: flex;
    gap: 16px;
    margin-top: 30px;
    flex-wrap: wrap;
}

/* Hero Primary Button - Gold background with dark gold border */
.btn-hero-primary {
    background: var(--gold);
    color: #000;
    border: 2px solid #8B7355;
    box-shadow: 0 2px 8px rgba(200, 164, 126, 0.15);
}

.btn-hero-primary:hover {
    background: var(--gold-hover);
    border-color: #6B5344;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(200, 164, 126, 0.25);
}

/* Hero Secondary Button - Dark background with gold border and text */
.btn-hero-secondary {
    background: var(--bg-surface);
    color: var(--gold);
    border: 2px solid var(--gold);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.btn-hero-secondary:hover {
    background: rgba(200, 164, 126, 0.1);
    color: var(--gold);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(200, 164, 126, 0.3);
}

.btn-auth {
    position: relative;
    background: var(--gold);
    color: #000;
    border: 2px solid transparent;
    padding: 12px 24px;
    font-size: 0.85rem;
    border-radius: var(--radius-m);
    box-shadow: 0 2px 10px rgba(200, 164, 126, 0.4);
    background-clip: padding-box;
}

/* Animated border wrapper */
.btn-auth::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: calc(var(--radius-m) + 2px);
    padding: 2px;
    background: linear-gradient(90deg,
            #6d28d9,
            #8b5cf6,
            #ffffff,
            #c4b5fd,
            #6d28d9,
            #8b5cf6,
            #ffffff,
            #c4b5fd,
            #6d28d9);
    background-size: 300% 100%;
    animation: flowBorder 8s linear infinite;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

@keyframes flowBorder {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

.btn-auth:hover {
    background: var(--gold-hover);
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.5), 0 4px 15px rgba(200, 164, 126, 0.5);
}

.btn-auth:hover::before {
    animation: flowBorder 4s linear infinite;
}

/* Container & Sections */
.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
}

section {
    padding: 100px 0;
    position: relative;
    border-bottom: 1px solid var(--border-subtle);
}

.section-title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 1.2rem;
    text-align: center;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto 60px;
}

/* HEADER */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-h);
    background: var(--bg-body);
    backdrop-filter: blur(12px);
    z-index: 1000;
    border-bottom: 1px solid var(--border-subtle);
    display: flex;
    align-items: center;
    transition: background 0.3s, box-shadow 0.3s;
}

.header.scrolled {
    background: rgba(11, 15, 25, 0.95);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.nav-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 45px;
    width: auto;
    display: block;
}

.nav-links {
    display: flex;
    gap: 24px;
    list-style: none;
    margin-left: 30px;
}

.nav-links>li {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-links a {
    color: var(--text-secondary);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 10px 0;
}

.nav-links a:hover {
    color: var(--gold);
}

/* Dropdown logic */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-m);
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    padding: 10px 0;
    list-style: none;
    box-shadow: var(--shadow-card);
    z-index: 1001;
}

.nav-links li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    font-size: 0.8rem;
    color: var(--text-secondary);
    text-transform: uppercase;
}

.dropdown-menu li a:hover {
    background: rgba(200, 164, 126, 0.1);
    color: var(--gold);
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
    font-size: 0.8rem;
    opacity: 0.6;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}

.lang-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 15px;
    font-size: 0.8rem;
    font-weight: 700;
}

.lang-switcher a {
    text-decoration: none;
    color: var(--text-muted);
    transition: all 0.3s ease;
}

.lang-switcher a:hover {
    color: var(--gold);
}

.lang-switcher a.active {
    color: var(--gold);
    pointer-events: none;
}

.lang-switcher span {
    color: var(--border-subtle);
    font-weight: 300;
}

/* HERO SECTION */
.hero {
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    background-color: var(--bg-body);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.hero-h1 {
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #FFFFFF 0%, #cbd5e1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-sub {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 30px;
    /* Reduced to make space for features */
    max-width: 500px;
    line-height: 1.6;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
    margin-bottom: 40px;
    max-width: 500px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
}

.feature-item i {
    color: var(--gold);
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.hero-micro {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-top: 20px;
}

.trust-row {
    margin-top: 40px;
    display: flex;
    gap: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--border-subtle);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.trust-item i {
    color: var(--platinum-dim);
}

/* HERO VISUAL MOCK */
.hero-visual-frame {
    position: relative;
    height: 600px;
    background: radial-gradient(circle at center, rgba(200, 164, 126, 0.08), transparent 70%);
    border-radius: var(--radius-l);
    border: 1px solid var(--border-subtle);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-bubble-mock {
    position: absolute;
    background: rgba(19, 24, 37, 0.95);
    border: 1px solid var(--border-subtle);
    padding: 16px 24px;
    border-radius: 20px;
    font-size: 0.9rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    z-index: 3;
    backdrop-filter: blur(10px);
}

.bubble-left {
    bottom: 25%;
    left: -30px;
    border-left: 3px solid var(--gold);
}

.bubble-right {
    top: 25%;
    right: -30px;
    border-right: 3px solid var(--blue-tech);
}

/* === ENHANCED HERO STYLES === */
/* Animated background layers */
.hero::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(200, 164, 126, 0.12) 0%, transparent 70%);
    animation: heroGlow1 6s ease-in-out infinite;
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 10%;
    right: 15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
    animation: heroGlow2 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes heroGlow1 {

    0%,
    100% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.15);
    }
}

@keyframes heroGlow2 {

    0%,
    100% {
        opacity: 0.4;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

.hero-grid {
    position: relative;
    z-index: 1;
}

/* Enhanced Title */
.hero-h1-line1 {
    display: block;
    background: linear-gradient(135deg, #FFFFFF 0%, var(--platinum) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-h1-line2 {
    display: block;
    background: linear-gradient(135deg, var(--gold) 0%, #E8D5C4 50%, var(--gold) 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: heroGradient 4s ease-in-out infinite;
}

@keyframes heroGradient {

    0%,
    100% {
        background-position: 0% center;
    }

    50% {
        background-position: 100% center;
    }
}

/* Feature Pills */
.hero-features-enhanced {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.feature-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(200, 164, 126, 0.15) 0%, rgba(200, 164, 126, 0.05) 100%);
    border: 1px solid var(--border-highlight);
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-primary);
    transition: all 0.3s ease;
    animation: featureFadeIn 0.5s ease-out both;
}

.feature-pill:nth-child(1) {
    animation-delay: 0.1s;
}

.feature-pill:nth-child(2) {
    animation-delay: 0.2s;
}

.feature-pill:nth-child(3) {
    animation-delay: 0.3s;
}

.feature-pill:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes featureFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-pill:hover {
    background: linear-gradient(135deg, rgba(200, 164, 126, 0.25) 0%, rgba(200, 164, 126, 0.1) 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.feature-pill i {
    color: var(--gold);
    font-size: 1rem;
}

/* Tagline */
.hero-tagline {
    font-size: 1.4rem;
    color: var(--text-secondary);
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 1.5;
}

.hero-tagline strong {
    color: var(--platinum);
}

/* Enhanced Trust Row */
.trust-row-enhanced {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 30px;
    border-top: 1px solid var(--border-subtle);
}

.trust-label {
    color: var(--gold);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-right: 16px;
    border-right: 1px solid var(--border-subtle);
    display: flex;
    align-items: center;
}

.trust-item-enhanced {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
}

.trust-item-enhanced:hover {
    color: var(--gold);
}

.trust-item-enhanced i {
    color: var(--platinum-dim);
    font-size: 0.9rem;
}

/* Enhanced Visual Frame */
.hero-visual-enhanced {
    position: relative;
    height: 550px;
    background: linear-gradient(145deg, var(--bg-surface) 0%, rgba(19, 24, 37, 0.6) 100%);
    border-radius: var(--radius-l);
    border: 1px solid var(--border-subtle);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Animated grid background */
.hero-visual-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(200, 164, 126, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 164, 126, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 40px 40px;
    }
}

/* Central icon glow */
.hero-central-icon {
    position: relative;
    z-index: 2;
}

.hero-central-icon i {
    font-size: 120px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-hover) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 30px rgba(200, 164, 126, 0.4));
    animation: iconPulse 3s ease-in-out infinite;
}

@keyframes iconPulse {

    0%,
    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 30px rgba(200, 164, 126, 0.4));
    }

    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 50px rgba(200, 164, 126, 0.6));
    }
}

/* Enhanced Chat Bubbles */
.bubble-left {
    animation: floatLeft 5s ease-in-out infinite;
}

.bubble-right {
    animation: floatRight 6s ease-in-out infinite;
}

@keyframes floatLeft {

    0%,
    100% {
        transform: translateY(0) rotate(-1deg);
    }

    50% {
        transform: translateY(-15px) rotate(1deg);
    }
}

@keyframes floatRight {

    0%,
    100% {
        transform: translateY(0) rotate(1deg);
    }

    50% {
        transform: translateY(-20px) rotate(-1deg);
    }
}

/* Floating particles */
.hero-particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%;
    opacity: 0.4;
    animation: particleFloat 8s ease-in-out infinite;
}

.hero-particle:nth-child(1) {
    top: 20%;
    left: 20%;
    animation-delay: 0s;
}

.hero-particle:nth-child(2) {
    top: 60%;
    left: 70%;
    animation-delay: 2s;
}

.hero-particle:nth-child(3) {
    top: 80%;
    left: 30%;
    animation-delay: 4s;
}

.hero-particle:nth-child(4) {
    top: 30%;
    left: 80%;
    animation-delay: 1s;
}

@keyframes particleFloat {

    0%,
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.4;
    }

    50% {
        transform: translateY(-30px) scale(1.5);
        opacity: 0.8;
    }
}

/* Hero Responsive */
@media (max-width: 992px) {
    .hero-grid {
        text-align: center;
    }

    .hero-h1 {
        font-size: 2.5rem;
    }

    .hero-features-enhanced {
        justify-content: center;
    }

    .trust-row-enhanced {
        justify-content: center;
    }

    .hero-visual-enhanced {
        height: 500px;
        margin-top: 40px;
    }

    .bubble-left {
        left: 10px;
    }

    .bubble-right {
        right: 10px;
    }
}

@media (max-width: 768px) {
    .hero-h1 {
        font-size: 2.5rem;
    }

    .hero-tagline {
        font-size: 1.2rem;
    }

    .feature-pill {
        padding: 10px 16px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .hero-h1 {
        font-size: 2rem;
    }

    .hero-visual-enhanced {
        height: auto;
        min-height: 500px;
    }

    .hero-central-icon i {
        font-size: 80px;
    }
}

/* COMPARISON (Benefits) */
.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 60px;
}

.panel {
    background: var(--bg-surface);
    border-radius: var(--radius-l);
    padding: 40px;
    border: 1px solid var(--border-subtle);
}

.panel-bad {
    border-top: 4px solid var(--hazard);
}

.panel-good {
    border-top: 4px solid var(--gold);
    background: linear-gradient(180deg, rgba(200, 164, 126, 0.05) 0%, var(--bg-surface) 100%);
}

.panel h3 {
    font-size: 1.8rem;
    margin-bottom: 24px;
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.icon-bad {
    color: var(--hazard);
}

.icon-good {
    color: var(--gold);
}

.closing-line {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 60px 0 30px;
    color: var(--text-primary);
}

/* SCENARIO SELECTOR */
.scenario-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.scenario-card {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-l);
    padding: 30px;
    transition: 0.3s;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}

.scenario-card:hover {
    border-color: var(--gold);
    transform: translateY(-5px);
    box-shadow: var(--shadow-card);
}

.card-label {
    font-size: 0.8rem;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.card-title {
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: var(--text-primary);
}

.card-bullets {
    list-style: none;
    margin-bottom: 20px;
}

.card-bullets li {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 8px;
    padding-left: 14px;
    position: relative;
}

.card-bullets li::before {
    content: "•";
    color: var(--platinum-dim);
    position: absolute;
    left: 0;
}

.chip-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.chip {
    font-size: 0.75rem;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    color: var(--text-secondary);
}

/* --- CATERGORY SECTIONS (Alternating) --- */
.category-section {
    padding: 100px 0;
}

.category-section:nth-of-type(even) {
    background: rgba(255, 255, 255, 0.02);
}

.category-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Flip order for even sections visual rhythm */
.category-section:nth-of-type(even) .category-grid {
    direction: rtl;
}

.category-section:nth-of-type(even) .category-text {
    direction: ltr;
}

.category-section:nth-of-type(even) .category-visual {
    direction: ltr;
}

.sub-block {
    margin-bottom: 24px;
}

.sub-label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.label-problem {
    color: var(--hazard);
}

.label-need {
    color: var(--platinum);
}

.label-solution {
    color: var(--gold);
}

.sub-text {
    font-size: 1.1rem;
    color: var(--text-secondary);
}

.category-visual {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-l);
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --- PRICING SECTION --- */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
}

.pricing-card {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-l);
    padding: 30px;
    text-align: center;
    transition: 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;
}

.pricing-card.popular {
    border-color: var(--gold);
    box-shadow: var(--glow-gold);
    transform: scale(1.05);
    z-index: 2;
}

.badge-pop {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
}

.price-title {
    font-size: 1.2rem;
    margin-bottom: 16px;
    color: var(--text-primary);
}

.price-amount {
    font-size: 2rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 24px;
    display: block;
}

.pricing-features {
    list-style: none;
    text-align: left;
    margin-bottom: 30px;
    flex-grow: 1;
}

.pricing-features li {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 12px;
    display: flex;
    gap: 8px;
}

.pricing-features li i {
    color: var(--gold);
}

/* --- FOOTER --- */
.footer {
    background: var(--bg-body);
    padding: 80px 0 40px;
    border-top: 1px solid var(--border-subtle);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.footer-col h4 {
    font-size: 0.9rem;
    color: var(--gold);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.3s;
}

.footer-links a:hover {
    color: var(--text-primary);
}

.footer-contact p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.footer-bottom {
    padding-top: 40px;
    border-top: 1px solid var(--border-subtle);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.legal-banners {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.legal-banners img {
    height: 40px;
    opacity: 0.6;
    transition: 0.3s;
    filter: grayscale(1);
}

.legal-banners img:hover {
    opacity: 1;
    filter: grayscale(0);
}

/* --- ANIMATIONS --- */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .header {
        padding: 0 20px;
    }

    .nav-links {
        display: none;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-sub {
        margin: 0 auto 30px;
    }

    .hero-h1 {
        font-size: 2.5rem;
    }

    .trust-row {
        justify-content: center;
        flex-wrap: wrap;
    }

    .comparison-grid {
        grid-template-columns: 1fr;
    }

    .scenario-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }

    .category-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .category-section:nth-of-type(even) .category-grid {
        direction: ltr;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 40px auto;
    }
}

@media (max-width: 600px) {
    .pricing-card.popular {
        transform: scale(1);
    }

    /* Disable scale on mobile */
    .cta-row {
        justify-content: center;
    }
}

/* FINAL MOBILE FIXES */
@media (max-width: 600px) {
    .logo img {
        height: 32px !important;
    }

    .btn-auth {
        padding: 8px 12px !important;
        font-size: 0.7rem !important;
    }

    .hero-h1 {
        font-size: 2.1rem !important;
    }

    .trust-row {
        gap: 10px !important;
        flex-wrap: wrap !important;
    }

    .trust-item {
        padding: 4px 8px !important;
    }
}

/* FOOTER MOBILE FIX */
@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        text-align: center !important;
    }

    .footer-contact {
        align-items: center !important;
        display: flex !important;
        flex-direction: column !important;
    }
}

/* --- MOBILE HEADER REDESIGN (Tiered) --- */
.nav-right-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-grow: 1;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.6rem;
    cursor: pointer;
    padding: 8px;
}

@media (max-width: 992px) {
    .header {
        height: auto !important;
        padding: 15px 0 !important;
    }

    .nav-container {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    .logo {
        justify-content: center;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding-bottom: 10px;
    }

    .nav-right-wrap {
        justify-content: space-between !important;
        width: 100%;
        flex-grow: 0;
    }

    .menu-toggle {
        display: block !important;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--bg-surface);
        flex-direction: column;
        padding: 20px;
        border-bottom: 1px solid var(--border-subtle);
        z-index: 999;
    }

    .nav-links.active {
        display: flex !important;
    }

    .nav-links li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .nav-links a {
        display: block;
        padding: 15px 0;
        font-size: 1rem;
    }

    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        background: transparent;
        padding-left: 20px;
    }

    .nav-links li.active .dropdown-menu {
        display: block !important;
    }
}

/* ============= NEW PAGE STYLES ============= */

/* Page Hero */
.page-hero {
    padding: 120px 0 60px;
    text-align: center;
    background: linear-gradient(180deg, rgba(138, 43, 226, 0.1) 0%, transparent 100%);
}

.page-title {
    font-size: 3rem;
    margin-bottom: 16px;
}

.page-subtitle {
    font-size: 1.2rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-block;
    background: var(--gold);
    color: var(--bg-body);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-badge.enterprise {
    background: linear-gradient(135deg, #7c3aed, var(--gold));
    color: white;
}

/* Solutions Grid */
.solutions-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.solution-card {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-l);
    padding: 40px 30px;
    position: relative;
    transition: all 0.3s;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card);
}

.solution-card.featured {
    border-color: var(--gold);
}

.solution-icon {
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 20px;
}

.solution-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--gold);
    color: var(--bg-body);
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.solution-badge.enterprise {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: white;
}

.solution-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.solution-features li {
    padding: 8px 0;
    color: var(--text-secondary);
}

.solution-features li i {
    color: var(--gold);
    margin-right: 10px;
}

/* Coming Soon */
.coming-soon-section {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.1) 0%, transparent 100%);
}

.coming-soon-card {
    display: flex;
    align-items: center;
    gap: 30px;
    background: var(--bg-surface);
    border: 2px solid #25d366;
    border-radius: var(--radius-l);
    padding: 40px;
}

.coming-soon-icon {
    font-size: 4rem;
    color: #25d366;
}

/* Enterprise Features */
.enterprise-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.feature-card {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-m);
    padding: 30px;
    text-align: center;
}

.feature-icon {
    font-size: 2rem;
    color: var(--gold);
    margin-bottom: 15px;
}

/* Enterprise Pricing */
.pricing-enterprise {
    background: var(--bg-surface);
}

.enterprise-pricing-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.price-range {
    margin: 30px 0;
}

.price-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-subtle);
}

.price-item .label {
    color: var(--text-muted);
}

.price-item .value {
    font-weight: 600;
    color: var(--gold);
}

.pricing-cta {
    background: rgba(138, 43, 226, 0.1);
    padding: 40px;
    border-radius: var(--radius-l);
    text-align: center;
}

/* Use Cases */
.cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.case-item {
    text-align: center;
    padding: 30px;
    background: var(--bg-surface);
    border-radius: var(--radius-m);
}

.case-item i {
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 15px;
    display: block;
}

/* Legal Pages */
.legal-content .container {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 60px;
}

.legal-document {
    max-width: none;
}

.legal-document h2 {
    color: var(--gold);
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid var(--border-subtle);
}

.legal-document h2:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.legal-document h3 {
    margin-top: 25px;
}

.legal-document ul,
.legal-document ol {
    margin: 15px 0;
    padding-left: 25px;
}

.legal-document li {
    margin: 8px 0;
    color: var(--text-secondary);
}

.legal-nav {
    position: sticky;
    top: 100px;
    height: fit-content;
    background: var(--bg-surface);
    padding: 25px;
    border-radius: var(--radius-m);
}

.legal-nav h4 {
    margin-bottom: 15px;
    color: var(--gold);
}

.legal-nav ul {
    list-style: none;
    padding: 0;
}

.legal-nav li {
    margin: 10px 0;
}

.legal-nav a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: 0.3s;
}

.legal-nav a:hover,
.legal-nav a.active {
    color: var(--gold);
}

.highlight-box {
    background: rgba(138, 43, 226, 0.1);
    padding: 20px;
    border-radius: var(--radius-m);
    margin: 20px 0;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.pricing-table th,
.pricing-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid var(--border-subtle);
}

.pricing-table th {
    color: var(--gold);
}

/* Legal Hub */
.legal-hub .hub-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.legal-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.legal-card {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-m);
    padding: 30px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
}

.legal-card:hover {
    transform: translateY(-3px);
    border-color: var(--gold);
}

.legal-card.featured {
    border-color: var(--gold);
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.05), transparent);
}

.legal-card-icon {
    font-size: 2rem;
    color: var(--gold);
    margin-bottom: 15px;
}

.legal-card h3 {
    margin-bottom: 10px;
}

.legal-card p {
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.card-link {
    display: inline-block;
    margin-top: 15px;
    color: var(--gold);
    font-weight: 600;
    font-size: 0.9rem;
}

.compliance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.compliance-item i {
    font-size: 2rem;
    color: var(--gold);
    margin-bottom: 15px;
    display: block;
}

/* FAQ Page */
.faq-page {
    padding-bottom: 80px;
}

.faq-category {
    margin-bottom: 50px;
}

.faq-category h2 {
    color: var(--gold);
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-subtle);
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-m);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: var(--text-primary);
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
}

.faq-question i {
    transition: transform 0.3s;
    color: var(--gold);
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p,
.faq-answer ul {
    padding: 0 25px 20px;
    color: var(--text-secondary);
}

.faq-answer ul {
    padding-left: 45px;
}

.faq-cta {
    text-align: center;
    background: var(--bg-surface);
    padding: 50px;
    border-radius: var(--radius-l);
    margin-top: 50px;
}

/* About Page */
.about-story {
    padding: 80px 0;
}

.story-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.story-content p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mission-card {
    background: var(--bg-surface);
    padding: 40px 30px;
    border-radius: var(--radius-l);
    text-align: center;
}

.mission-icon {
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 20px;
}

.unique-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.unique-item {
    padding: 30px;
}

.unique-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--gold);
    opacity: 0.3;
    margin-bottom: 10px;
}

/* Testimonials */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background: var(--bg-surface);
    padding: 30px;
    border-radius: var(--radius-l);
    border-left: 3px solid var(--gold);
}

.testimonial-stars {
    color: var(--gold);
    margin-bottom: 15px;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 20px;
    color: var(--text-secondary);
}

.author-name {
    display: block;
    font-weight: 600;
}

.author-role {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Changelog */
.changelog-entry {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-l);
    padding: 30px;
    margin-bottom: 30px;
}

.changelog-entry.latest {
    border-color: var(--gold);
}

.changelog-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.version-badge {
    background: var(--gold);
    color: var(--bg-body);
    padding: 4px 14px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.version-badge.upcoming {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
}

.version-date {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.version-tag {
    background: rgba(138, 43, 226, 0.2);
    color: var(--hazard);
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
}

.changelog-content h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.changelog-content ul {
    list-style: disc;
    padding-left: 25px;
    margin: 10px 0;
    color: var(--text-secondary);
}

.changelog-coming-soon {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.1) 0%, transparent 100%);
    border: 2px dashed #25d366;
}

/* GDPR Rights */
.rights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 40px 0;
}

.right-card {
    background: var(--bg-surface);
    padding: 25px;
    border-radius: var(--radius-m);
    text-align: center;
}

.right-card i {
    font-size: 2rem;
    color: var(--gold);
    margin-bottom: 15px;
    display: block;
}

.gdpr-cta {
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.1), transparent);
    padding: 40px;
    border-radius: var(--radius-l);
    text-align: center;
    margin: 40px 0;
}

/* Steps */
.steps-list {
    margin: 30px 0;
}

.step-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.step-number {
    width: 40px;
    height: 40px;
    background: var(--gold);
    color: var(--bg-body);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.step-text h4 {
    margin-bottom: 5px;
}

.step-text p {
    color: var(--text-secondary);
}

/* Details Grid */
.details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.feature-highlight {
    background: var(--bg-surface);
    padding: 25px;
    border-radius: var(--radius-m);
    margin-bottom: 20px;
}

.feature-highlight i {
    font-size: 1.5rem;
    color: var(--gold);
    margin-bottom: 10px;
    display: block;
}

/* Pricing Page specific */
.pricing-highlight {
    text-align: center;
    margin: 40px 0;
}

.price-box {
    background: var(--bg-surface);
    display: inline-block;
    padding: 30px 50px;
    border-radius: var(--radius-l);
    border: 2px solid var(--gold);
}

.price-box .from {
    display: block;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.price-box .amount {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--gold);
}

.price-box .period {
    color: var(--text-muted);
}

.benefits-box {
    background: var(--bg-surface);
    padding: 30px;
    border-radius: var(--radius-l);
}

.benefits-box ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.benefits-box li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-subtle);
}

.benefits-box li i {
    color: var(--gold);
    margin-right: 10px;
}

/* Use Cases List */
.use-cases-list {
    margin: 30px 0;
}

.use-case-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    background: var(--bg-surface);
    border-radius: var(--radius-m);
}

.use-case-item i {
    font-size: 2rem;
    color: var(--gold);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.15), transparent);
    text-align: center;
    padding: 80px 20px;
}

.cta-section h2 {
    margin-bottom: 15px;
}

.cta-section p {
    color: var(--text-secondary);
    margin-bottom: 30px;
}

.btn-large {
    padding: 16px 40px;
    font-size: 1.1rem;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive for new pages */
@media (max-width: 992px) {
    .legal-content .container {
        grid-template-columns: 1fr;
    }

    .legal-nav {
        position: static;
        margin-top: 40px;
    }

    .enterprise-pricing-card {
        grid-template-columns: 1fr;
    }

    .details-grid {
        grid-template-columns: 1fr;
    }

    .mission-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .unique-grid {
        grid-template-columns: 1fr;
    }

    .compliance-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .page-title {
        font-size: 2rem;
    }

    .coming-soon-card {
        flex-direction: column;
        text-align: center;
    }

    .compliance-grid,
    .rights-grid {
        grid-template-columns: 1fr;
    }
}

/* === COMING SOON SECTION === */
.coming-soon-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg,
            rgba(200, 164, 126, 0.03) 0%,
            var(--bg-body) 30%,
            var(--bg-body) 70%,
            rgba(200, 164, 126, 0.03) 100%);
}

.coming-soon-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(200, 164, 126, 0.08) 0%, transparent 70%);
    animation: pulseGlowComing 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes pulseGlowComing {

    0%,
    100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.coming-soon-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(200, 164, 126, 0.2) 0%, rgba(200, 164, 126, 0.05) 100%);
    border: 1px solid var(--gold);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gold);
    margin-bottom: 30px;
    animation: shimmerComing 3s ease-in-out infinite;
}

@keyframes shimmerComing {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(200, 164, 126, 0.2);
    }

    50% {
        box-shadow: 0 0 40px rgba(200, 164, 126, 0.4);
    }
}

.coming-soon-badge i {
    font-size: 1rem;
}

.coming-soon-header {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.coming-soon-title {
    font-size: 3.5rem;
    background: linear-gradient(135deg, var(--gold) 0%, #E8D5C4 50%, var(--gold) 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShiftComing 4s ease-in-out infinite;
    margin-bottom: 20px;
}

@keyframes gradientShiftComing {

    0%,
    100% {
        background-position: 0% center;
    }

    50% {
        background-position: 100% center;
    }
}

.coming-soon-subtitle {
    font-size: 1.3rem;
    color: var(--text-secondary);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.coming-soon-subtitle strong {
    color: var(--gold);
    font-weight: 700;
}

.features-grid-coming {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.feature-card-coming {
    background: linear-gradient(145deg, var(--bg-surface) 0%, rgba(19, 24, 37, 0.8) 100%);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-l);
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card-coming::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), var(--gold-hover));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.feature-card-coming:hover {
    transform: translateY(-10px);
    border-color: var(--border-highlight);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), var(--glow-gold);
}

.feature-card-coming:hover::before {
    transform: scaleX(1);
}

.feature-icon-coming {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, rgba(200, 164, 126, 0.15) 0%, rgba(200, 164, 126, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--border-highlight);
    transition: all 0.4s ease;
}

.feature-card-coming:hover .feature-icon-coming {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(200, 164, 126, 0.25) 0%, rgba(200, 164, 126, 0.1) 100%);
}

.feature-icon-coming i {
    font-size: 2rem;
    color: var(--gold);
}

.feature-title-coming {
    font-size: 1.4rem;
    color: var(--text-primary);
    margin-bottom: 16px;
    font-family: 'Playfair Display', serif;
}

.feature-desc-coming {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.7;
}

.coming-soon-note {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-left: 4px solid var(--gold);
    border-radius: var(--radius-m);
    padding: 30px 40px;
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.note-header-coming {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.note-header-coming i {
    color: var(--gold);
    font-size: 1.2rem;
}

.note-header-coming span {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--gold);
}

.note-content-coming {
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.8;
}

.note-content-coming p {
    margin-bottom: 12px;
}

.note-content-coming p:last-child {
    margin-bottom: 0;
}

.highlight-text-coming {
    color: var(--platinum);
    font-weight: 600;
}

.coming-soon-cta {
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.cta-text-coming {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 20px;
}

/* Coming Soon Responsive */
@media (max-width: 992px) {
    .features-grid-coming {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .coming-soon-title {
        font-size: 2.5rem;
    }

    .coming-soon-subtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .coming-soon-section {
        padding: 80px 0;
    }

    .coming-soon-title {
        font-size: 2rem;
    }

    .coming-soon-note {
        padding: 24px;
    }

    .feature-card-coming {
        padding: 30px 24px;
    }
}

@media (max-width: 480px) {
    .coming-soon-badge {
        font-size: 0.75rem;
        padding: 8px 18px;
    }

    .coming-soon-title {
        font-size: 1.75rem;
    }

    .feature-icon-coming {
        width: 60px;
        height: 60px;
    }

    .feature-icon-coming i {
        font-size: 1.5rem;
    }
}

/* Price Period (smaller text for /luna) */
.price-period {
    font-size: 0.45em;
    font-weight: 400;
    color: var(--text-muted);
    vertical-align: super;
    margin-left: 2px;
}

/* === WHY VEROBOTS SECTION === */
.why-verobots-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-color: var(--bg-body);
}

.why-verobots-section::before {
    content: '';
    position: absolute;
    top: 30%;
    right: 10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(200, 164, 126, 0.08) 0%, transparent 70%);
    animation: whyGlow 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes whyGlow {

    0%,
    100% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

.why-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.why-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(200, 164, 126, 0.2) 0%, rgba(200, 164, 126, 0.05) 100%);
    border: 1px solid var(--gold);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gold);
    margin-bottom: 24px;
}

.why-badge i {
    font-size: 1rem;
}

.why-title {
    font-size: 3rem;
    background: linear-gradient(135deg, var(--gold) 0%, #E8D5C4 50%, var(--gold) 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShiftComing 4s ease-in-out infinite;
    margin-bottom: 20px;
}

.why-subtitle {
    font-size: 1.2rem;
    color: var(--text-secondary);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.why-subtitle strong {
    color: var(--gold);
}

/* Why Grid */
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.why-card {
    background: linear-gradient(145deg, var(--bg-surface) 0%, rgba(19, 24, 37, 0.8) 100%);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-l);
    padding: 32px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-hover));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.why-card:hover {
    transform: translateY(-8px);
    border-color: var(--border-highlight);
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.5), var(--glow-gold);
}

.why-card:hover::before {
    transform: scaleX(1);
}

.why-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(200, 164, 126, 0.15) 0%, rgba(200, 164, 126, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--border-highlight);
    transition: all 0.4s ease;
}

.why-card:hover .why-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, rgba(200, 164, 126, 0.25) 0%, rgba(200, 164, 126, 0.1) 100%);
}

.why-icon i {
    font-size: 1.5rem;
    color: var(--gold);
}

.why-card-title {
    font-size: 1.2rem;
    color: var(--text-primary);
    margin-bottom: 12px;
    font-family: 'Playfair Display', serif;
}

.why-card-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* Mission & Vision */
.mission-vision-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.mission-box,
.vision-box {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-l);
    padding: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.mission-box {
    border-left: 4px solid var(--gold);
}

.vision-box {
    border-left: 4px solid var(--blue-tech);
}

.mv-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(200, 164, 126, 0.15) 0%, rgba(200, 164, 126, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-box .mv-icon {
    background: linear-gradient(135deg, rgba(200, 164, 126, 0.2) 0%, rgba(200, 164, 126, 0.05) 100%);
}

.vision-box .mv-icon {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(59, 130, 246, 0.05) 100%);
}

.mission-box .mv-icon i {
    color: var(--gold);
    font-size: 1.4rem;
}

.vision-box .mv-icon i {
    color: var(--blue-tech);
    font-size: 1.4rem;
}

.mv-title {
    font-size: 1.3rem;
    color: var(--text-primary);
    margin-bottom: 16px;
    font-family: 'Playfair Display', serif;
}

.mv-text {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

.mv-text strong {
    color: var(--platinum);
}

/* Values Strip */
.values-strip {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 30px 0;
    border-top: 1px solid var(--border-subtle);
    position: relative;
    z-index: 1;
}

.value-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.value-item:hover {
    color: var(--gold);
}

.value-item i {
    color: var(--gold);
    font-size: 1.1rem;
}

/* Why Verobots Responsive */
@media (max-width: 992px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mission-vision-row {
        grid-template-columns: 1fr;
    }

    .why-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .why-verobots-section {
        padding: 80px 0;
    }

    .why-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .why-title {
        font-size: 2rem;
    }

    .values-strip {
        gap: 24px;
    }
}

@media (max-width: 480px) {
    .why-badge {
        font-size: 0.75rem;
        padding: 8px 18px;
    }

    .why-card {
        padding: 24px 20px;
    }

    .mission-box,
    .vision-box {
        padding: 30px 24px;
    }
}

/* === COMPANY HIGHLIGHT SECTION === */
.company-highlight {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--bg-body) 0%, var(--bg-surface) 50%, var(--bg-body) 100%);
}

.company-highlight::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(200, 164, 126, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

/* Hero Message */
.company-hero-message {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.skip-tech-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: var(--blue-tech);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}

.company-main-headline {
    font-size: 2.8rem;
    line-height: 1.3;
    color: var(--text-primary);
    margin-bottom: 24px;
}

.company-main-headline .highlight-gold {
    color: var(--gold);
    display: block;
}

.company-intro {
    font-size: 1.15rem;
    color: var(--text-secondary);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.company-intro strong {
    color: var(--platinum);
}

/* Solution Box */
.company-solution-box {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    background: var(--bg-surface);
    border: 1px solid var(--border-highlight);
    border-left: 4px solid var(--gold);
    border-radius: var(--radius-l);
    padding: 40px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.solution-icon {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(200, 164, 126, 0.2) 0%, rgba(200, 164, 126, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-icon i {
    font-size: 1.8rem;
    color: var(--gold);
}

.solution-title {
    font-size: 1.5rem;
    color: var(--text-primary);
    margin-bottom: 12px;
    font-family: 'Playfair Display', serif;
}

.solution-text {
    font-size: 1.05rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

.solution-text strong {
    color: var(--gold);
}

/* Results Grid */
.company-results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.result-card {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-l);
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.result-card:hover {
    border-color: var(--border-highlight);
    transform: translateY(-5px);
    box-shadow: var(--glow-gold);
}

.result-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, rgba(200, 164, 126, 0.15) 0%, rgba(200, 164, 126, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result-icon i {
    font-size: 1.3rem;
    color: var(--gold);
}

.result-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--gold);
    margin-bottom: 4px;
    font-family: 'Playfair Display', serif;
}

.result-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.result-desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* CTA Section */
.company-cta-section {
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, rgba(200, 164, 126, 0.08) 0%, rgba(200, 164, 126, 0.02) 100%);
    border: 1px solid var(--border-highlight);
    border-radius: var(--radius-l);
    position: relative;
    z-index: 1;
}

.cta-intro {
    font-size: 1.3rem;
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: 24px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.btn-large {
    padding: 16px 32px !important;
    font-size: 1rem !important;
}

.btn-large i {
    margin-right: 10px;
}

.cta-alternative {
    font-size: 0.95rem;
    color: var(--text-muted);
}

.cta-alternative strong {
    color: var(--gold);
}

/* Company Responsive */
@media (max-width: 992px) {
    .company-main-headline {
        font-size: 2.2rem;
    }

    .company-solution-box {
        flex-direction: column;
        text-align: center;
    }

    .solution-icon {
        margin: 0 auto;
    }

    .company-results-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .company-highlight {
        padding: 80px 0;
    }

    .company-main-headline {
        font-size: 1.8rem;
    }

    .company-solution-box {
        padding: 30px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .company-main-headline {
        font-size: 1.5rem;
    }

    .skip-tech-badge {
        font-size: 0.7rem;
        padding: 6px 14px;
    }

    .result-number {
        font-size: 2rem;
    }
}

/* === PROBLEMS SOLVED SECTION === */
.problems-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-color: var(--bg-body);
}

.problems-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(200, 164, 126, 0.04) 0%, transparent 60%);
    pointer-events: none;
}

.problems-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.problems-title {
    font-size: 2.8rem;
    color: var(--text-primary);
    margin-bottom: 16px;
}

.problems-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
}

.problems-subtitle strong {
    color: var(--gold);
}

/* Problems Grid */
.problems-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

/* Problem Card */
.problem-card {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-l);
    padding: 28px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.problem-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-hover));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.problem-card:hover {
    transform: translateY(-6px);
    border-color: var(--border-highlight);
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.5), var(--glow-gold);
}

.problem-card:hover::before {
    transform: scaleX(1);
}

/* Card Header */
.card-header-prob {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.card-icon-prob {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(200, 164, 126, 0.2) 0%, rgba(200, 164, 126, 0.05) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.card-icon-prob i {
    font-size: 1.3rem;
    color: var(--gold);
}

.card-title-prob {
    font-size: 1.2rem;
    color: var(--text-primary);
    font-family: 'Playfair Display', serif;
    flex: 1;
}

.card-tag {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 4px 10px;
    border-radius: 20px;
}

.card-tag.standard {
    background: rgba(59, 130, 246, 0.15);
    color: var(--blue-tech);
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.card-tag.custom {
    background: rgba(200, 164, 126, 0.15);
    color: var(--gold);
    border: 1px solid var(--border-highlight);
}

/* Problem List */
.problem-list {
    list-style: none;
    margin-bottom: 24px;
    flex: 1;
}

.problem-list li {
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-subtle);
}

.problem-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.problem-list li strong {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-primary);
    font-size: 0.95rem;
    margin-bottom: 6px;
}

.problem-list li strong::before {
    content: '✓';
    color: var(--gold);
    font-size: 0.8rem;
}

.problem-list li span,
.problem-list li em {
    display: block;
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.5;
    padding-left: 20px;
}

.problem-list li em {
    color: var(--gold);
    font-style: normal;
}


/* Card Result */
.card-result {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(200, 164, 126, 0.08);
    border-left: 3px solid var(--gold);
    padding: 12px 16px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
    font-size: 0.85rem;
    color: var(--platinum);
    font-weight: 500;
}

.card-result i {
    color: var(--gold);
}

/* Card CTA */
.card-cta {
    width: 100%;
    justify-content: center;
    gap: 8px;
}

.card-cta i {
    font-size: 0.8rem;
}

/* Bottom Note */
.problems-bottom-note {
    text-align: center;
    padding: 20px 30px;
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-l);
    position: relative;
    z-index: 1;
}

.problems-bottom-note p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.problems-bottom-note i {
    color: var(--blue-tech);
}

.problems-bottom-note strong {
    color: var(--text-primary);
    margin: 0 4px;
}

/* Problems Responsive */
@media (max-width: 1200px) {
    .problems-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .problems-section {
        padding: 80px 0;
    }

    .problems-title {
        font-size: 2.2rem;
    }

    .problems-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .problem-card {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .problems-title {
        font-size: 1.8rem;
    }

    .card-header-prob {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-tag {
        margin-top: 8px;
    }

    .problems-bottom-note p {
        flex-direction: column;
        text-align: center;
    }
}