/* ============================================
   PRODUCT HERO ALTERNATE (Split Layout)
   ============================================ */
.product-hero-alt {
    position: relative;
    padding: 90px 0 70px;
    min-height: 58vh;
    display: flex;
    align-items: center;
    color: #ffffff;
    overflow: hidden;
}

.product-hero-alt .hero-bg-layer {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1100px 600px at 85% 35%, rgba(59,130,246,0.15) 0%, rgba(59,130,246,0) 60%),
        radial-gradient(900px 520px at 15% 70%, rgba(96,165,250,0.14) 0%, rgba(96,165,250,0) 65%),
        linear-gradient(135deg, #93c5fd 0%, #3b82f6 55%, #60a5fa 100%);
    background-blend-mode: screen, screen, normal;
    filter: saturate(1.05);
    z-index: 0;
}

.product-hero-alt::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0.4));
    mix-blend-mode: multiply;
    pointer-events: none;
}

.product-hero-alt .container { position: relative; z-index: 2; }

.hero-flex { display: flex; flex-wrap: wrap; gap: 46px; align-items: stretch; justify-content: space-between; }

.hero-panel {
    background: linear-gradient(135deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.06) 100%);
    -webkit-backdrop-filter: blur(18px);
            backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 28px;
    position: relative;
    box-shadow: 0 18px 54px rgba(0,0,0,0.25);
    overflow: hidden;
    flex: 1 1 460px;
    display: flex;
}

.hero-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(255,255,255,0.35), rgba(255,255,255,0));
    opacity: .18;
    pointer-events: none;
}

.hero-panel-inner { padding: 42px 44px 40px; display: flex; flex-direction: column; gap: 20px; }

.hero-chip {
    display: inline-flex; align-items: center; gap:8px;
    padding: 8px 18px;
    font-size: 12px; font-weight:700; letter-spacing:1px; text-transform:uppercase;
    background: rgba(255,255,255,0.18);
    border:1px solid rgba(255,255,255,0.38);
    border-radius: 999px;
}

.product-hero-alt h1 { font-size: 52px; font-weight: 800; line-height:1.05; margin: 4px 0 8px; }
.product-hero-alt .hero-lead { font-size:17px; line-height:1.55; max-width: 640px; color: rgba(255,255,255,0.92); }

.hero-points { display: flex; flex-wrap: wrap; gap: 14px 24px; margin: 4px 0 6px; }
.hero-points li { display: inline-flex; align-items: center; gap:8px; font-size:13px; font-weight:600; letter-spacing:.3px; }
.hero-points i { font-size:14px; color:#ffffff; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 6px; }

/* Showcase Panel */
.showcase-panel { flex: 0 1 380px; padding: 34px 36px 32px; flex-direction: column; justify-content: space-between; }
.showcase-grid { display: grid; grid-template-columns: repeat(2, minmax(140px,1fr)); gap: 18px; }
.showcase-item { position: relative; background: rgba(255,255,255,0.12); border:1px solid rgba(255,255,255,0.28); border-radius: 18px; padding: 18px 16px 16px; display:flex; flex-direction:column; gap:10px; overflow:hidden; transition: var(--transition-normal); }
.showcase-item::after { content:''; position:absolute; inset:0; background: linear-gradient(135deg, rgba(255,255,255,0.35), rgba(255,255,255,0)); opacity:0; transition: var(--transition-normal); }
.showcase-item:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(0,0,0,0.28); }
.showcase-item:hover::after { opacity:.35; }
.showcase-item span { font-size:13px; font-weight:600; letter-spacing:.4px; color:#ffffff; }
.sc-icon { width:46px; height:46px; display:flex; align-items:center; justify-content:center; border-radius:14px; background: linear-gradient(135deg, #3b82f6,#60a5fa); color:#ffffff; font-size:20px; box-shadow:0 6px 18px rgba(59,130,246,0.35); }

.hero-mini-metrics { display:flex; gap: 26px; margin-top: 34px; flex-wrap:wrap; }
.metric { display:flex; flex-direction:column; gap:4px; }
.met-value { font-size:34px; font-weight:800; line-height:1; }
.met-label { font-size:12px; font-weight:600; letter-spacing:1px; text-transform:uppercase; color: rgba(255,255,255,0.85); }

@media (max-width: 1100px){ .hero-flex { gap:38px; } .product-hero-alt h1{ font-size:48px; } }
@media (max-width: 968px){ .hero-flex { flex-direction:column; } .showcase-panel { flex:1 1 auto; } .hero-panel { flex:1 1 auto; } .hero-mini-metrics { justify-content:center; } .product-hero-alt h1{ font-size:46px; text-align:center; } .product-hero-alt .hero-lead, .hero-points{ text-align:center; justify-content:center; } .hero-actions{ justify-content:center; } .hero-chip{ margin-left:auto; margin-right:auto; } }
@media (max-width: 600px){ .product-hero-alt{ padding:70px 0 60px; min-height:62vh; } .product-hero-alt h1{ font-size:38px; } .hero-panel-inner{ padding:34px 32px 32px; } .showcase-grid{ gap:14px; } .sc-icon{ width:42px; height:42px; font-size:18px; } .met-value{ font-size:30px; } }
/* ============================================
   Raytrix Scripts - MAIN STYLESHEET
   Professional Green & White Theme
   ============================================ */

/* ============================================
   VARIABLES & RESET
   ============================================ */
:root {
    /* Colors */
    --primary-color: #3b82f6;
    --primary-dark: #60a5fa;
    --primary-light: #93c5fd;
    --primary-glow: rgba(59, 130, 246, 0.3);
    
    --secondary-color: #1f2937;
    --secondary-light: #374151;
    
    --white: #ffffff;
    --off-white: #f9fafb;
    --light-gray: #f3f4f6;
    --gray: #9ca3af;
    --dark-gray: #4b5563;
    
    --success: #3b82f6;
    --warning: #f59e0b;
    --error: #ef4444;
    
    /* Gradients */
    --gradient-primary: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    --gradient-overlay: linear-gradient(135deg, rgba(59, 130, 246, 0.9) 0%, rgba(96, 165, 250, 0.95) 100%);
    --gradient-light: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
    
    /* Typography */
    --font-primary: 'Poppins', sans-serif;
    --font-size-base: 16px;
    
    /* Spacing */
    --container-width: 1200px;
    --section-padding: 100px 0;
    --section-padding-mobile: 60px 0;
    
    /* Shadows */
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.15);
    --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.2);
    --shadow-blue: 0 8px 32px rgba(59, 130, 246, 0.3);
    
    /* Border Radius */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    
    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
}

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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--font-primary);
    font-size: var(--font-size-base);
    line-height: 1.6;
    color: var(--secondary-color);
    background-color: var(--white);
    overflow-x: hidden;
}

/* Background Pattern */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(59, 130, 246, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 40% 60%, rgba(59, 130, 246, 0.02) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-normal);
}

ul {
    list-style: none;
}

/* ============================================
   CONTAINER
   ============================================ */
.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   NAVIGATION
   ============================================ */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: transparent;
    z-index: 1000;
    transition: var(--transition-normal);
}

.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-sm);
    padding: 15px 0;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.logo:hover {
    transform: translateY(-2px);
}

.logo:hover img {
    transform: rotate(-5deg) scale(1.08);
    filter: drop-shadow(0 4px 12px rgba(59,130,246,0.45));
}

.navbar:not(.scrolled) .logo:hover {
    color: #ffffff;
    text-shadow: 0 0 12px rgba(255,255,255,0.6);
}

.navbar.scrolled .logo {
    color: var(--secondary-color);
}

.navbar.scrolled .logo:hover {
    color: var(--primary-color);
}

.logo img {
    height: 40px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
}

.navbar.scrolled .logo img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 36px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-link {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    position: relative;
    padding: 6px 0;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.navbar.scrolled .nav-link {
    color: #334155;
}

/* Underline: white on dark hero, blue on white scrolled navbar */
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 2px;
    transition: width 0.25s ease;
}

.navbar.scrolled .nav-link::after {
    background: #3b82f6;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

/* Ensure active underline persists in both states */
.navbar:not(.scrolled) .nav-link.active::after {
    width: 100%;
    background: rgba(255, 255, 255, 0.92);
}

.navbar.scrolled .nav-link.active::after {
    width: 100%;
    background: #3b82f6;
}

.nav-link:hover,
.nav-link.active {
    color: #ffffff;
}

.navbar.scrolled .nav-link:hover,
.navbar.scrolled .nav-link.active {
    color: #3b82f6;
}

/* ─── CTA Button in Navbar ─────────────────────── */
.nav-cta-btn {
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.90);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.15px;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nav-cta-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.40);
    color: #ffffff;
}

.navbar.scrolled .nav-cta-btn {
    background: transparent;
    border-color: #3b82f6;
    color: #3b82f6;
}

.navbar.scrolled .nav-cta-btn:hover {
    background: #3b82f6;
    color: #ffffff;
}

/* Screen reader only text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 1001;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.hamburger:hover {
    background: rgba(255, 255, 255, 0.1);
}

.navbar.scrolled .hamburger:hover {
    background: rgba(59, 130, 246, 0.1);
}

.hamburger span {
    width: 28px;
    height: 3px;
    background-color: var(--white);
    border-radius: 3px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.2s ease;
    will-change: transform, opacity;
}

.navbar.scrolled .hamburger span {
    background-color: var(--secondary-color);
}

.page-section {
    padding: 60px 0;
}

.page-section .section-title {
    font-size: 36px;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--white);
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-overlay);
}

.hero-content {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.hero-title {
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hero-subtitle {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.95);
}

.hero-description {
    font-size: 18px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* New refined hero elements */
.hero-badge {
    display: inline-block;
    padding: 10px 22px;
    background: rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: var(--radius-lg);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 auto 24px;
    color: var(--white);
    position: relative;
}

.hero-badge::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255,255,255,0.35), rgba(255,255,255,0));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.hero-title {
    font-size: 72px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.05;
}

.hero-tagline {
    font-size: 22px;
    font-weight: 600;
    color: rgba(255,255,255,0.95);
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.25;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.hero-value {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255,255,255,0.9);
    max-width: 760px;
    margin: 12px auto 50px;
}
/* Removed obsolete carousel/rotate styles */

.hero-rotate-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .8s var(--transition-normal), transform .8s var(--transition-normal);
    font-weight: 600;
    background: linear-gradient(135deg, #ffffff 0%, #dbeafe 35%, #3b82f6 100%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    letter-spacing: .5px;
}

.hero-rotate-item.active {
    opacity: 1;
    transform: translateY(0);
}

/* Highlight styles */
.hero-highlight {
    /* Use white for strong contrast on green overlay */
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.hero-highlight::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 3px;
    /* High-contrast underline in white for visibility */
    background: linear-gradient(90deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    transition: width .5s ease;
}

.hero-highlight:hover::after {
    width: 100%;
}

.hero-highlight-alt {
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(59,130,246,0.35) 100%);
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    line-height: 1.1;
    box-shadow: 0 4px 14px rgba(59, 130, 246,0.25);
}

.hero-highlight-alt::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255,255,255,0.7), rgba(255,255,255,0));
    opacity: .2;
    pointer-events: none;
}

@media (max-width: 768px) {
    .hero-highlight-alt { padding: 3px 8px; }
}

@media (max-width: 1200px) {
    .hero-title { font-size: 56px; }
    .hero-tagline { font-size: 20px; }
    .hero-value { font-size: 16px; max-width: 640px; }
}

@media (max-width: 768px) {
    .hero-title { font-size: 44px; }
    .hero-tagline { font-size: 18px; }
    .hero-value { font-size: 15px; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 34px; }
    .hero-tagline { font-size: 16px; }
    .hero-value { font-size: 14px; }
    .hero-badge { font-size: 11px; padding: 8px 16px; margin-bottom: 18px; }
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Text Reveal Animation */
.text-reveal {
    opacity: 0;
    transform: translateY(30px);
    animation: revealText 0.8s ease forwards;
}

.text-reveal.delay-1 { animation-delay: 0.2s; }
.text-reveal.delay-2 { animation-delay: 0.4s; }
.text-reveal.delay-3 { animation-delay: 0.6s; }
.text-reveal.delay-4 { animation-delay: 0.8s; }

@keyframes revealText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

.mouse {
    width: 28px;
    height: 45px;
    border: 2px solid var(--white);
    border-radius: 15px;
    position: relative;
}

.mouse::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    background-color: var(--white);
    border-radius: 2px;
    animation: mouseScroll 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

@keyframes mouseScroll {
    0% { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(15px); }
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    cursor: pointer;
    border: none;
    transition: var(--transition-normal);
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--white);
    box-shadow: var(--shadow-blue);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(59, 130, 246, 0.4);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
}

.btn-large {
    padding: 18px 40px;
    font-size: 18px;
}

.btn-lg {
    padding: 16px 36px;
    font-size: 17px;
    font-weight: 700;
}

/* ============================================
   SECTIONS
   ============================================ */
section {
    padding: var(--section-padding);
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-label {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(96, 165, 250, 0.1) 100%);
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: var(--radius-lg);
    margin-bottom: 16px;
}

.section-title {
    font-size: 48px;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 16px;
    line-height: 1.2;
}

.section-description {
    font-size: 18px;
    color: var(--dark-gray);
    max-width: 600px;
    margin: 0 auto;
}

/* ============================================
   SERVICES SECTION
   ============================================ */
.services {
    position: relative;
    background: linear-gradient(135deg, #dbeafe 0%, #ffffff 60%)
        , radial-gradient(circle at 85% 15%, rgba(59,130,246,0.12) 0%, transparent 55%)
        , radial-gradient(circle at 10% 80%, rgba(96,165,250,0.10) 0%, transparent 60%);
    background-blend-mode: normal, screen, screen;
    overflow: hidden;
}

.services::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 30% 40%, rgba(59,130,246,0.15) 0%, rgba(59,130,246,0.0) 60%);
    filter: blur(60px);
    opacity: 0.22;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

.service-card {
    background: var(--white);
    padding: 32px;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(59, 130, 246,0.08);
    display: flex;
    flex-direction: column;
}

.service-card::before {
    /* Disabled decorative top bar to keep hover visually identical */
    content: none;
}

/* Keep hover identical – no extra bar reveal */
.service-card:hover::before { content: none; }

/* Professional hover: elegant lift with enhanced shadow - clean & modern */
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 0 0 2px rgba(59, 130, 246, 0.15),
        0 20px 48px rgba(59, 130, 246, 0.18), 
        0 8px 16px rgba(0, 0, 0, 0.08);
    border-color: rgba(59, 130, 246, 0.12);
    background: linear-gradient(to bottom, #ffffff 0%, rgba(59, 130, 246, 0.015) 100%);
}

.service-card.featured {
    background: var(--gradient-primary);
    color: var(--white);
    border: 1px solid rgba(255,255,255,0.3);
}

/* Featured: stronger hover with premium glow effect - subtle & elegant */
.service-card.featured:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 0 0 2px rgba(255, 255, 255, 0.25),
        0 24px 60px rgba(59, 130, 246, 0.5), 
        0 12px 24px rgba(0, 0, 0, 0.12);
    border-color: rgba(255, 255, 255, 0.45);
    filter: brightness(1.04) saturate(1.05);
}

.featured-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 6px 16px;
    border-radius: var(--radius-lg);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(96, 165, 250, 0.1) 100%);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
    color: var(--primary-color);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card.featured .service-icon {
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
}

/* Icon subtle glow on card hover - no scale, clean & professional */
.service-card:hover .service-icon { 
    box-shadow: 0 6px 18px rgba(59, 130, 246, 0.25);
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(96, 165, 250, 0.15) 100%);
    color: var(--primary-dark);
}

.service-card.featured:hover .service-icon {
    box-shadow: 0 6px 18px rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.28);
}

.service-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.service-card:hover h3 {
    color: var(--primary-color);
    transform: translateY(-1px);
}

.service-card.featured:hover h3 {
    color: var(--white);
    transform: translateY(-1px);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.service-card p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.service-card:hover p {
    opacity: 1;
}

.service-features {
    margin-bottom: 20px;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 13px;
}

.service-features i {
    color: var(--primary-color);
    font-size: 12px;
}

.service-card.featured .service-features i {
    color: var(--white);
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-weight: 600;
    transition: var(--transition-normal);
    position: relative;
}

.service-card.featured .service-link {
    color: var(--white);
}

/* Keep link layout stable; tint slightly on hover */
.service-link:hover { gap: 8px; color: var(--primary-dark); text-decoration: none; }

.service-link i {
    transition: var(--transition-normal);
}

/* Service CTA buttons */
.service-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(59,130,246,0.10) 0%, rgba(96,165,250,0.10) 100%);
    color: var(--primary-dark);
    border: 1px solid rgba(59,130,246,0.25);
    box-shadow: 0 4px 14px rgba(59,130,246,0.12);
    margin-top: auto;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.service-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 60%);
    opacity: 0;
    transition: var(--transition-normal);
}

.service-cta:hover {
    transform: translateY(-1px);
    background: var(--gradient-primary);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.35);
}

.service-cta:hover::before {
    opacity: 0.25;
}

.service-card.featured .service-cta {
    background: rgba(255,255,255,0.15);
    color: #fff;
    border-color: rgba(255,255,255,0.4);
}

.service-card.featured .service-cta:hover {
    transform: translateY(-1px);
    background: #fff;
    color: var(--primary-dark);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
    .service-cta { width: 100%; justify-content: center; }
}

/* Meta badges inside product card */
@media (max-width: 768px) {
    .service-card { padding: 32px; }
}

/* ============================================
   FEATURES SECTION
   ============================================ */
.features {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.features::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59,130,246,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.features::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246,0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.features .container {
    position: relative;
    z-index: 1;
}

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

.feature-item {
    background: linear-gradient(145deg, #ffffff 0%, #fefefe 100%);
    padding: 40px 32px;
    border-radius: 20px;
    box-shadow: 
        0 4px 20px rgba(15,23,42,0.08),
        0 1px 3px rgba(15,23,42,0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(226,232,240,0.8);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    cursor: pointer;
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        var(--primary-color) 0%, 
        #3b82f6 50%, 
        #60a5fa 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(59,130,246,0.03) 0%, 
        rgba(37,99,235,0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    border-radius: 20px;
}

.feature-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(37,99,235,0.15),
        0 8px 16px rgba(37,99,235,0.1),
        inset 0 1px 0 rgba(255,255,255,0.9);
    border-color: rgba(59,130,246,0.3);
}

.feature-item:hover::before {
    transform: scaleX(1);
}

.feature-item:hover::after {
    opacity: 1;
}

/* Icon Container - Modern gradient design */
.feature-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, 
        rgba(59,130,246,0.15) 0%, 
        rgba(37,99,235,0.1) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 32px;
    color: var(--primary-color);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    position: relative;
    box-shadow: 
        0 4px 14px rgba(59,130,246,0.2),
        inset 0 1px 0 rgba(255,255,255,0.5);
}

.feature-icon::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, 
        rgba(59,130,246,0.5) 0%, 
        rgba(96,165,250,0.3) 100%);
    border-radius: 18px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    filter: blur(8px);
}

.feature-icon i {
    font-size: 32px;
    line-height: 1;
    display: block;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item:hover .feature-icon {
    background: linear-gradient(135deg, 
        rgba(59,130,246,0.25) 0%, 
        rgba(37,99,235,0.2) 100%);
    transform: translateY(-4px) rotate(5deg);
    box-shadow: 
        0 8px 24px rgba(59,130,246,0.3),
        inset 0 1px 0 rgba(255,255,255,0.6);
}

.feature-item:hover .feature-icon::before {
    opacity: 1;
}

.feature-item:hover .feature-icon i {
    transform: scale(1.1);
    color: #3b82f6;
}

/* Text styling */
.feature-item h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 16px;
    padding-bottom: 16px;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: -0.5px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, 
        rgba(59,130,246,0.2) 0%, 
        rgba(59,130,246,0.1) 50%, 
        transparent 100%) 1;
}

.feature-item h3::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        var(--primary-color) 0%, 
        #3b82f6 100%);
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item:hover h3 {
    color: var(--primary-color);
    transform: translateX(2px);
    border-image: linear-gradient(90deg, 
        rgba(59,130,246,0.4) 0%, 
        rgba(59,130,246,0.2) 50%, 
        transparent 100%) 1;
}

.feature-item:hover h3::after {
    width: 60px;
}

.feature-item p {
    font-size: 15px;
    color: #475569;
    line-height: 1.75;
    margin: 0;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 0.2px;
    text-align: left;
}

.feature-item:hover p {
    color: #1e293b;
    letter-spacing: 0.3px;
}

@media (max-width: 1024px) {
    .features {
        padding: 80px 0;
    }
    .features-grid {
        gap: 24px;
        margin-top: 50px;
    }
    .feature-item {
        padding: 36px 28px;
    }
}

@media (max-width: 768px) {
    .features {
        padding: 70px 0;
    }
    .features::before,
    .features::after {
        opacity: 0.5;
    }
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        margin-top: 40px;
    }
    .feature-item {
        padding: 32px 24px;
    }
    .feature-item:hover {
        transform: translateY(-6px) scale(1.01);
    }
    .feature-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 20px;
    }
    .feature-icon i {
        font-size: 28px;
    }
    .feature-item h3 {
        font-size: 18px;
    }
    .feature-item p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .features {
        padding: 60px 0;
    }
    .features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .feature-item {
        padding: 28px 20px;
        border-radius: 16px;
    }
    .feature-item:hover {
        transform: translateY(-4px) scale(1);
    }
    .feature-icon {
        width: 60px;
        height: 60px;
        border-radius: 14px;
    }
    .feature-icon i {
        font-size: 26px;
    }
}

/* ============================================
   PROCESS SECTION
   ============================================ */
/* =====================
   PROCESS (Hoe het werkt)
   ===================== */
.process {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 50%, #e0f2fe 100%);
    overflow: hidden;
    padding-bottom: 100px;
}

.process::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: 
        radial-gradient(circle at 25% 30%, rgba(59, 130, 246, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 75% 70%, rgba(96, 165, 250, 0.06) 0%, transparent 50%);
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.process-step {
    text-align: center;
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(59, 130, 246, 0.12);
    border-radius: 24px;
    padding: 40px 28px 36px;
    box-shadow: 
        0 4px 16px rgba(59, 130, 246, 0.08),
        0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.process-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa, #93c5fd);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.process-step:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 0 0 2px rgba(59, 130, 246, 0.1),
        0 20px 40px rgba(59, 130, 246, 0.15),
        0 8px 16px rgba(0, 0, 0, 0.08);
    border-color: rgba(59, 130, 246, 0.25);
}

.process-step:hover::before {
    opacity: 1;
}

.step-number {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    box-shadow: 
        0 8px 24px rgba(59, 130, 246, 0.3),
        0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 4px solid rgba(255, 255, 255, 0.9);
}

.step-number::after {
    content: '';
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(96, 165, 250, 0.3));
    opacity: 0;
    filter: blur(16px);
    z-index: -1;
    transition: opacity 0.4s ease;
}

.process-step:hover .step-number {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 
        0 12px 32px rgba(59, 130, 246, 0.4),
        0 6px 16px rgba(0, 0, 0, 0.15);
}

.process-step:hover .step-number::after {
    opacity: 0.6;
}

.step-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--secondary-color);
    transition: color 0.3s ease;
}

.process-step:hover .step-content h3 {
    color: var(--primary-color);
}

.step-content p {
    font-size: 15px;
    color: var(--dark-gray);
    line-height: 1.7;
    transition: opacity 0.3s ease;
}

.process-step:hover .step-content p {
    opacity: 1;
}

/* Horizontal connector line for desktops */
@media (min-width: 992px) {
    .process-timeline::before {
        content: '';
        position: absolute;
        left: 8%;
        right: 8%;
        top: 93px;
        height: 3px;
        background: linear-gradient(
            90deg, 
            transparent 0%,
            rgba(59, 130, 246, 0.15) 10%,
            rgba(59, 130, 246, 0.3) 50%,
            rgba(59, 130, 246, 0.15) 90%,
            transparent 100%
        );
        border-radius: 2px;
        pointer-events: none;
        z-index: 0;
    }
}

/* Vertical connectors for mobile stacking */
@media (max-width: 991.98px) {
    .process-step:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -26px;
        width: 3px;
        height: 52px;
        background: linear-gradient(
            180deg,
            rgba(59, 130, 246, 0.3) 0%,
            rgba(96, 165, 250, 0.3) 100%
        );
        border-radius: 2px;
        z-index: -1;
    }
}

/* ============================================
   STATS SECTION
   ============================================ */
/* =====================
   STATS (Kerncijfers)
   ===================== */
.stats {
    position: relative;
    padding: 130px 0;
    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 50%, #f0f9ff 100%);
    overflow: hidden;
}

/* Modern decorative elements */
.stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 15% 20%, rgba(59, 130, 246, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 85% 80%, rgba(96, 165, 250, 0.06) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.stats::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.04) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.stats-header {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

.stats-header .section-label {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(96, 165, 250, 0.1) 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    color: var(--primary-color);
    backdrop-filter: blur(10px);
}

.stats-header .section-title {
    color: var(--secondary-color);
}

.stats-header .section-description {
    color: var(--dark-gray);
}

.stats-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 36px;
}

.stat-item {
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 32px;
    padding: 50px 40px 46px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.12),
        0 4px 16px rgba(0, 0, 0, 0.08),
        inset 0 1px 2px rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: visible;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(59, 130, 246, 0.3));
    border-radius: 32px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.stat-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
    border-radius: 32px;
    pointer-events: none;
}

.stat-item:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 
        0 24px 60px rgba(0, 0, 0, 0.2),
        0 12px 32px rgba(59, 130, 246, 0.3),
        inset 0 1px 2px rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0.8);
}

.stat-item:hover::before {
    opacity: 1;
}

.stat-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 28px;
    box-shadow: 
        0 8px 24px rgba(59, 130, 246, 0.4),
        0 4px 12px rgba(0, 0, 0, 0.15),
        inset 0 1px 2px rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.stat-icon::after {
    content: '';
    position: absolute;
    inset: -8px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(96, 165, 250, 0.3));
    border-radius: 32px;
    filter: blur(16px);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.stat-icon i {
    font-size: 48px;
    color: #ffffff;
    transition: all 0.3s ease;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.stat-item:hover .stat-icon {
    transform: scale(1.12) rotate(-5deg);
    box-shadow: 
        0 12px 36px rgba(59, 130, 246, 0.5),
        0 6px 18px rgba(0, 0, 0, 0.2),
        inset 0 1px 2px rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 1);
}

.stat-item:hover .stat-icon::after {
    opacity: 0.8;
}

.stat-item:hover .stat-icon i {
    transform: scale(1.1);
}

.stat-number {
    font-size: 72px;
    font-weight: 900;
    margin-bottom: 14px;
    display: block;
    line-height: 1.0;
    color: var(--secondary-color);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.stat-number::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    opacity: 0;
    transition: all 0.4s ease;
}

.stat-item:hover .stat-number {
    transform: scale(1.08);
    color: var(--primary-color);
}

.stat-item:hover .stat-number::after {
    opacity: 1;
    width: 80px;
}

.stat-label {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--dark-gray);
    transition: all 0.3s ease;
    margin-top: 8px;
}

.stat-item:hover .stat-label {
    color: var(--primary-color);
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .stats { padding: 90px 0; }
    .stats-header { margin-bottom: 50px; }
    .stats-grid { gap: 28px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
    .stat-item { padding: 40px 32px; }
    .stat-icon { width: 80px; height: 80px; margin-bottom: 24px; }
    .stat-icon i { font-size: 38px; }
    .stat-number { font-size: 58px; }
    .stat-label { font-size: 13px; }
}

@media (max-width: 480px) {
    .stats { padding: 70px 0; }
    .stats-grid { grid-template-columns: 1fr; gap: 24px; }
    .stat-item { padding: 36px 28px; }
    .stat-icon { width: 70px; height: 70px; }
    .stat-number { font-size: 52px; }
}
    .stat-item { padding: 32px 24px; }
    .stat-icon { width: 65px; height: 65px; }
    .stat-icon i { font-size: 30px; }
    .stat-number { font-size: 48px; }
    .stat-label { font-size: 13px; }
}

/* ============================================
   CTA SECTION
   ============================================ */
/* =====================
   CTA (Call to Action)
   ===================== */
.cta {
    position: relative;
    padding: 140px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    overflow: hidden;
    background:
        linear-gradient(135deg, #3b82f6 0%, #60a5fa 50%, #93c5fd 100%);
}

/* Modern decorative overlay */
.cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.3) 0%, transparent 60%);
    z-index: 0;
}

.cta::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.15));
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 0;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 50px;
    text-align: center;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 28px;
    color: #ffffff;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.cta-badge:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cta-content h2 {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.15;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.cta-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 40px;
    line-height: 1.7;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 42px;
}

/* Modern primary button */
.cta .btn-primary {
    background: #ffffff;
    color: var(--primary-color);
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    padding: 16px 36px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.cta .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.3), rgba(255,255,255,0));
    transition: left 0.5s ease;
}

.cta .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    background: #f0f9ff;
}

.cta .btn-primary:hover::before {
    left: 100%;
}

/* Secondary outline button */
.btn-outline-white {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    font-weight: 700;
    padding: 16px 36px;
    transition: all 0.3s ease;
}

.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Feature pills */
.cta-points {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    flex-wrap: wrap;
}

.cta-points li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.3px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.cta-points li:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cta-points i {
    font-size: 16px;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .cta {
        padding: 100px 0;
    }
    .cta-content {
        padding: 0 40px;
    }
    .cta-content h2 {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .cta {
        padding: 80px 0;
    }
    .cta-content {
        padding: 0 30px;
    }
    .cta-content h2 {
        font-size: 40px;
    }
    .cta-content p {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .cta-actions {
        gap: 12px;
        margin-bottom: 32px;
        flex-direction: column;
    }
    .cta .btn-primary,
    .btn-outline-white {
        width: 100%;
    }
    .cta-points {
        gap: 12px;
        font-size: 13px;
    }
    .cta-points li {
        padding: 8px 16px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .cta {
        padding: 70px 0;
    }
    .cta-content {
        padding: 0 20px;
    }
    .cta-content h2 {
        font-size: 32px;
    }
    .cta-content p {
        font-size: 15px;
    }
    .cta-badge {
        font-size: 10px;
        padding: 8px 16px;
    }
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    position: relative;
    background:
        linear-gradient(180deg, #111827 0%, #1f2937 62%, #0f172a 100%),
        radial-gradient(900px 500px at 85% 10%, rgba(59, 130, 246,0.10) 0%, rgba(59, 130, 246,0) 60%),
        radial-gradient(800px 480px at 12% 90%, rgba(96, 165, 250,0.10) 0%, rgba(96, 165, 250,0) 60%);
    background-blend-mode: normal, screen, screen;
    color: rgba(255, 255, 255, 0.86);
    padding: 56px 0 0;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0.22), rgba(255,255,255,0));
    opacity: 0.5;
}

.footer-content {
    display: grid;
    grid-template-columns: minmax(220px, 1.2fr) repeat(2, minmax(180px, 1fr));
    gap: 20px;
    margin-bottom: 28px;
    align-items: start;
}

@media (max-width: 1100px) {
    .footer-content {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    }
}

.footer-brand {
    background: linear-gradient(145deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 14px 38px rgba(0,0,0,0.2);
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 6px;
}

.footer-logo img { height: 34px; width: auto; }

.footer-brand-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-brand-text .brand-name { font-weight: 800; letter-spacing: .3px; }
.footer-brand-text .brand-tagline { font-size: 13px; color: rgba(255,255,255,0.7); }

.footer-description {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.badge-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.06) 100%);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    padding: 5px 9px;
}

.badge-chip i { color: var(--success); }

.footer-social {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.social-link {
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        transition: var(--transition-normal);
        border: 1px solid rgba(255,255,255,0.18);
    }

    .social-link:hover {
        background: var(--primary-color);
        color: var(--white);
        transform: translateY(-3px);
        box-shadow: 0 10px 26px rgba(16,185,129,0.35);
    }

.footer-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 8px;
    margin: 8px 0 4px;
}

.metric-pill {
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.16);
}

.metric-value { font-size: 16px; font-weight: 800; color: #ffffff; }
.metric-label { font-size: 10px; color: rgba(255,255,255,0.72); letter-spacing: .2px; }

.footer-section h4 {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: .6px;
    text-transform: uppercase;
    position: relative;
}

.footer-section h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 46px;
    height: 2px;
    background: var(--gradient-primary);
    border-radius: 999px;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 12px;
}

/* Elegant bullets for footer navigation lists */
.footer-links li {
    position: relative;
    padding-left: 14px;
}

.footer-links li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 0 0 2px rgba(16,185,129,0.15);
}

.footer-links a,
.footer-contact a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    transition: var(--transition-normal);
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #ffffff;
    padding-left: 6px;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    position: relative;
}

.footer-contact i {
        width: 28px;
        height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--gradient-primary);
        color: #ffffff;
        box-shadow: 0 4px 12px rgba(16,185,129,0.28);
    }

.footer-cta {
    height: 100%;
}

.footer-cta-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 14px 38px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-cta-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.86);
    padding: 5px 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.04) 100%);
    border: 1px solid rgba(255,255,255,0.12);
    width: fit-content;
}

.footer-cta p { font-size: 14px; color: rgba(255,255,255,0.82); }

.footer-cta-actions {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.footer-cta .btn-secondary {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.28);
    color: rgba(255,255,255,0.9);
}

/* Copy link button next to contact link */
.copy-link {
/* removed copy button/toast */
    width: 32px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-normal);
}

.copy-link:hover { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.38); transform: translateY(-1px); }
.copy-link i { font-size: 13px; }

.copy-toast {
    position: absolute;
    bottom: 110%;
    left: 36px;
    transform: translateX(-50%);
    background: #111827;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(0,0,0,0.28);
    opacity: 0;
    animation: toastIn .2s ease forwards, toastOut .2s ease 1s forwards;
    pointer-events: none;
}

@keyframes toastIn { from { opacity: 0; transform: translateX(-50%) translateY(8px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }
@keyframes toastOut { to { opacity: 0; } }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 0;
    text-align: center;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-bottom a { color: rgba(255,255,255,0.72); transition: var(--transition-normal); }
.footer-bottom a:hover { color: #ffffff; }

.footer-bottom-links { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.footer-bottom-left { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,0.78); }
.footer-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.35); display: inline-block; }

@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        justify-content: center;
        gap: 12px;
    }
    .footer-bottom-left {
        justify-content: center;
    }
    .footer-bottom-links {
        justify-content: center;
    }
}

/* ============================================
   SCROLL TO TOP BUTTON
   ============================================ */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    color: var(--white);
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-normal);
    box-shadow: var(--shadow-green);
    z-index: 999;
}

.scroll-top.visible {
    opacity: 1;
}
@media (max-width: 1200px) {
    .hamburger {
        display: flex;
    }

    .nav-cta-btn {
        display: none;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        left: unset;
        transform: none;
        width: 320px;
        height: 100vh;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 250, 251, 0.98) 100%);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        flex-direction: column;
        align-items: stretch;
        padding: 100px 32px 40px;
        gap: 8px;
        transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: -8px 0 32px rgba(0, 0, 0, 0.15);
        overflow-y: auto;
        will-change: right;
        transform: translateZ(0);
    }
    
    .nav-menu.active {
        right: 0;
    }
    
    .nav-link {
        color: var(--secondary-color);
        font-size: 17px;
        font-weight: 600;
        padding: 16px 20px;
        border-radius: 12px;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }
    
    .nav-link::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: var(--gradient-primary);
        transform: scaleY(0);
        transition: transform 0.3s ease;
    }
    
    .nav-link:hover,
    .nav-link.active {
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, rgba(59, 130, 246, 0.05) 100%);
        color: var(--primary-color);
        transform: translateX(4px);
    }
    
    .nav-link:hover::before,
    .nav-link.active::before {
        transform: scaleY(1);
    }
    
    .nav-link::after {
        display: none;
    }
    
    .nav-cta-btn {
        margin-top: 16px;
        justify-content: center;
        padding: 16px 24px;
        font-size: 15px;
        border-radius: 8px;
    }
    
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
        background-color: var(--primary-color);
    }
    
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(8px, -8px);
        background-color: var(--primary-color);
    }
}

@media (max-width: 768px) {
    :root {
        --section-padding: 60px 0;
    }
    
    .hero-title {
        font-size: 42px;
    }
    
    .hero-subtitle {
        font-size: 22px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    .section-title {
        font-size: 36px;
    }
    
    .section-description {
        font-size: 16px;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .services-grid,
    .features-grid,
    .process-timeline {
        grid-template-columns: 1fr;
    }
    
    .service-card.featured {
        transform: scale(1);
    }
    
    .service-card.featured:hover {
        transform: translateY(-8px);
    }
    
    .stat-number {
        font-size: 42px;
    }
    
    .cta-content h2 {
        font-size: 36px;
    }
    
    .cta-content p {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .btn-large {
        padding: 14px 28px;
        font-size: 16px;
    }
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ============================================
   PRODUCT PAGE EXTENSIONS
   ============================================ */
.product-card .product-meta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.product-card .badge-chip {
    background: linear-gradient(135deg, rgba(59, 130, 246,0.12) 0%, rgba(96, 165, 250,0.10) 100%);
    border: 1px solid rgba(59, 130, 246,0.28);
    box-shadow: 0 4px 12px rgba(59, 130, 246,0.12);
}

.product-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.price-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(59, 130, 246,0.16) 0%, rgba(96, 165, 250,0.20) 100%);
    color: var(--primary-dark);
    border: 1px solid rgba(59, 130, 246,0.30);
    box-shadow: 0 4px 14px rgba(59, 130, 246,0.18);
}

.price-tag.alt {
    background: rgba(255,255,255,0.25);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.42);
}

@media (max-width: 768px) {
    .product-footer { flex-direction: column; align-items: stretch; }
    .price-tag { width: 100%; justify-content: center; }
}

/* ============================================
   NEW PRODUCTS SECTION (Redesigned)
   ============================================ */
.products {
    position: relative;
    background:
        linear-gradient(140deg, #ffffff 0%, #dbeafe 60%, #dbeafe 100%),
        radial-gradient(circle at 82% 18%, rgba(59, 130, 246,0.10) 0%, transparent 58%),
        radial-gradient(circle at 12% 85%, rgba(96, 165, 250,0.10) 0%, transparent 62%);
    background-blend-mode: normal, screen, screen;
    overflow: hidden;
    padding-top: 60px;
}

.products-header { text-align: center; margin-bottom: 50px; }

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Compact variant voor server cards */
.product-card-compact {
    --card-accent: #3b82f6;
    --card-accent-strong: #60a5fa;
    --card-accent-soft: rgba(59, 130, 246,0.08);
    --card-ring: rgba(59, 130, 246,0.16);
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(.16,.84,.44,1);
    cursor: pointer;
    min-height: auto;
}

.product-card-compact[data-accent="sky"] {
    --card-accent: #0ea5e9;
    --card-accent-strong: #0369a1;
    --card-accent-soft: rgba(14,165,233,0.10);
    --card-ring: rgba(14,165,233,0.18);
}

.product-card-compact[data-accent="mint"] {
    --card-accent: #22c55e;
    --card-accent-strong: #16a34a;
    --card-accent-soft: rgba(34,197,94,0.12);
    --card-ring: rgba(34,197,94,0.20);
}

.product-card-compact:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.15);
    border-color: var(--card-ring);
}

.product-card-compact .product-media {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--card-accent-soft), rgba(0,0,0,0.02));
}

.product-card-compact .product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-card-compact:hover .product-media img {
    transform: scale(1.08);
}

.product-card-compact .media-tag {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 8px 16px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    color: var(--card-accent-strong);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.product-card-compact .corner-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 8px 14px;
    background: linear-gradient(135deg, var(--card-accent), var(--card-accent-strong));
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.product-card-compact .product-body {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 12px;
    flex: 1;
    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
}

.product-card-compact .product-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    line-height: 1.3;
}

.product-card-compact .product-text {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
    flex-grow: 1;
}

.product-card-compact .product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.product-card-compact .product-price {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    background: linear-gradient(135deg, var(--card-accent-soft), rgba(255,255,255,0.5));
    color: var(--card-accent-strong);
    font-size: 20px;
    font-weight: 800;
    border-radius: 12px;
    border: 1px solid var(--card-ring);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.product-card-compact .btn-buy {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: linear-gradient(135deg, var(--card-accent), var(--card-accent-strong));
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px color-mix(in srgb, var(--card-accent-strong) 35%, transparent);
}

.product-card-compact .btn-buy:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px color-mix(in srgb, var(--card-accent-strong) 45%, transparent);
}

.product-card-compact .btn-buy i {
    transition: transform 0.3s ease;
}

.product-card-compact .btn-buy:hover i {
    transform: translateX(3px);
}

/* ===== Product Card Pro (Refined) ===== */
.product-card-pro {
    --card-accent: #3b82f6;
    --card-accent-strong: #60a5fa;
    --card-accent-soft: rgba(59, 130, 246,0.08);
    --card-ring: rgba(59, 130, 246,0.16);
    --card-ink: var(--secondary-color);
    display: flex;
    flex-direction: column;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(59, 130, 246,0.02) 100%);
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 22px rgba(0,0,0,0.06);
    border: 1px solid var(--card-ring);
    transition: transform .55s cubic-bezier(.16,.84,.44,1), box-shadow .55s ease, border-color .45s ease, background .45s ease;
    isolation: isolate;
}
.product-card-pro[data-accent="sky"] {
    --card-accent: #0ea5e9;
    --card-accent-strong: #0369a1;
    --card-accent-soft: rgba(14,165,233,0.10);
    --card-ring: rgba(14,165,233,0.24);
}
.product-card-pro[data-accent="mint"] {
    --card-accent: #22c55e;
    --card-accent-strong: #16a34a;
    --card-accent-soft: rgba(34,197,94,0.12);
    --card-ring: rgba(34,197,94,0.26);
}

.product-card-pro.highlight { background: var(--gradient-primary); color: #ffffff; border: 1px solid rgba(255,255,255,0.35); }
/* Remove old highlight fill style; use subtle featured style */
.product-card-pro.highlight { background: #ffffff; color: inherit; }
.product-card-pro.featured { position: relative; }
.product-card-pro.featured::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(59, 130, 246,0.55), rgba(96, 165, 250,0.55));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    opacity: .85;
}
.product-card-pro.featured { border: 1px solid rgba(59, 130, 246,0.35); box-shadow: 0 14px 42px rgba(59, 130, 246,0.20); }
.product-card-pro.featured .corner-badge { background: linear-gradient(135deg,#3b82f6,#60a5fa); color:#fff; }
.product-card-pro.featured .product-price { background: linear-gradient(135deg, rgba(59, 130, 246,0.22), rgba(96, 165, 250,0.28)); color:#fff; border-color: rgba(255,255,255,0.28); }
.product-card-pro.featured .btn-buy { background: linear-gradient(135deg, rgba(59, 130, 246,0.18), rgba(96, 165, 250,0.18)); color:#ffffff; border-color: rgba(255,255,255,0.4); }
.product-card-pro.featured .btn-buy:hover { background:#ffffff; color: var(--primary-dark); }

/* Layered interactive hover */
.product-card-pro::before {
    content:''; position:absolute; inset:0; border-radius:inherit; pointer-events:none;
    background: linear-gradient(135deg, var(--card-accent-soft), rgba(0,0,0,0.02));
    opacity:0; transition: opacity .6s ease;
}
.product-card-pro::after {
    content:''; position:absolute; inset:0; border-radius:inherit; pointer-events:none;
    background: radial-gradient(circle at 30% 25%, color-mix(in srgb, var(--card-accent) 30%, transparent), transparent 60%);
    mix-blend-mode: multiply; opacity:0; transform: scale(1.2); transition: opacity .6s ease, transform .6s ease;
}
.product-card-pro:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 50px rgba(0,0,0,0.16), 0 8px 30px rgba(59, 130, 246,0.18);
    border-color: var(--card-ring);
}
.product-card-pro:hover::before { opacity:1; }
.product-card-pro:hover::after { opacity:.55; transform: scale(1); }

/* Accent variants */

.product-media {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease, filter .8s ease;
}

.product-card-pro:hover .product-media img { transform: scale(1.08); }

.media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.15));
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-pro:hover .media-overlay {
    opacity: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.55));
}

.view-screenshots {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.product-card-pro:hover .view-screenshots {
    opacity: 1;
    transform: translateY(0);
}

.view-screenshots i {
    font-size: 32px;
    color: #93c5fd;
}

.view-screenshots span {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: 0.5px;
}

.media-tag {
    position: absolute;
    left: 20px;
    bottom: 16px;
    padding: 8px 16px;
    background: rgba(255,255,255,0.18);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255,255,255,0.35);
}

.corner-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 8px 14px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--card-accent) 18%, #ffffff), #ffffff);
    color: var(--card-accent-strong);
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
    box-shadow: 0 8px 24px color-mix(in srgb, var(--card-accent-strong) 18%, rgba(0,0,0,0.14));
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.product-body {
    display: flex;
    flex-direction: column;
    padding: 30px 32px 32px;
    gap: 18px;
    flex: 1;
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--card-accent) 6%, #ffffff) 100%);
    border-top: 1px solid color-mix(in srgb, var(--card-ring) 60%, transparent);
}

.product-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.product-badges .badge-chip {
    background: linear-gradient(135deg, var(--card-accent-soft), rgba(255,255,255,0.9));
    border: 1px solid var(--card-ring);
    color: var(--card-accent-strong);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.product-badges .badge-chip i { color: var(--card-accent-strong); }

.product-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--secondary-color);
}

.product-text {
    font-size: 15px;
    line-height: 1.6;
    color: var(--dark-gray);
}

.product-features { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 8px 14px; margin: 0; padding: 0; flex-grow: 1; }
.product-features li { font-size: 13px; display: flex; gap: 8px; align-items: flex-start; }
.product-features i { color: var(--primary-color); font-size: 12px; margin-top: 3px; }
.highlight .product-features i { color: #ffffff; }
.highlight .product-features li { color: rgba(255,255,255,0.92); }
.feature-list-pro { gap: 12px; }
.feature-list-pro li {
    padding: 10px 12px;
    border: 1px solid var(--card-ring);
    background: linear-gradient(135deg, var(--card-accent-soft), rgba(255,255,255,0.92));
    border-radius: 14px;
    align-items: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}
.feature-list-pro i {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--card-accent), var(--card-accent-strong));
    color: #ffffff;
    font-size: 11px;
    margin: 0;
    box-shadow: 0 4px 12px color-mix(in srgb, var(--card-accent-strong) 30%, transparent);
}
.feature-list-pro span { color: var(--secondary-color); font-weight: 600; font-size: 13px; line-height: 1.45; }
/* Compact Product Hero Overrides */
.product-hero { min-height: 55vh; display:flex; align-items:center; }
.product-hero .hero-title { font-size: 46px; margin-bottom: 10px; }
.product-hero .hero-badge { margin-bottom: 18px; }
.product-hero .hero-value { margin: 10px 0 26px; max-width: 600px; }
.hero-content-inline { display: flex; flex-wrap: wrap; gap: 50px; align-items: flex-start; justify-content: space-between; }
.hero-text-block { flex: 1 1 420px; text-align: left; }
.hero-subline { font-size: 18px; font-weight:600; color: rgba(255,255,255,0.92); margin-bottom: 12px; }
.hero-mini-stats { display:flex; gap:26px; flex: 0 1 300px; align-items: flex-start; }
.mini-stat { display:flex; flex-direction:column; gap:4px; }
.ms-value { font-size:30px; font-weight:700; line-height:1; color:#ffffff; }
.ms-label { font-size:12px; letter-spacing:1px; text-transform:uppercase; font-weight:600; color:rgba(255,255,255,0.85); }
@media (max-width: 968px){ .hero-content-inline{ flex-direction:column; gap:32px; } .hero-text-block{text-align:center;} .hero-mini-stats{ justify-content:center; } }
@media (max-width: 600px){ .product-hero{ min-height: 58vh; } .product-hero .hero-title{ font-size:38px; } }

.product-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-top: auto; }

.product-price {
    background: linear-gradient(135deg, color-mix(in srgb, var(--card-accent) 22%, #ffffff), color-mix(in srgb, var(--card-accent-strong) 26%, #ffffff));
    color: var(--card-accent-strong);
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .6px;
    border-radius: 14px;
    border: 1px solid var(--card-ring);
    box-shadow: 0 4px 14px color-mix(in srgb, var(--card-accent-strong) 22%, transparent);
    position: relative;
    overflow: hidden;
}
.product-price::after { content:''; position:absolute; top:0; left:0; width:0; height:100%; background: linear-gradient(90deg, rgba(255,255,255,0.55), rgba(255,255,255,0)); transition: width .6s ease; }
.product-card-pro:hover .product-price::after { width:100%; }

.product-price.premium { background: rgba(255,255,255,0.22); color: #ffffff; border: 1px solid rgba(255,255,255,0.45); box-shadow: 0 6px 18px rgba(255,255,255,0.35); }
.highlight .product-price { background: rgba(255,255,255,0.22); color: #ffffff; border-color: rgba(255,255,255,0.45); }

.btn-buy {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, var(--card-accent-soft), color-mix(in srgb, var(--card-accent-strong) 24%, #ffffff));
    color: var(--card-accent-strong);
    border: 1px solid var(--card-ring);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background .45s ease, color .45s ease, box-shadow .45s ease, transform .45s ease;
    box-shadow: 0 4px 14px color-mix(in srgb, var(--card-accent) 24%, transparent);
}

.btn-buy::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.5), rgba(255,255,255,0)); opacity: 0; transition: var(--transition-normal); }
.btn-buy:hover { background: linear-gradient(135deg, var(--card-accent-strong), var(--card-accent)); color: #ffffff; border-color: transparent; box-shadow: 0 14px 44px color-mix(in srgb, var(--card-accent-strong) 40%, transparent); transform: translateY(-3px); }
.btn-buy:active { transform: translateY(0); box-shadow: 0 6px 18px color-mix(in srgb, var(--card-accent-strong) 26%, transparent); }
.btn-buy:focus-visible { outline: 3px solid color-mix(in srgb, var(--card-accent) 55%, transparent); outline-offset: 3px; }
.btn-buy:hover::before { opacity: .25; }
.highlight .btn-buy { background: rgba(255,255,255,0.18); color: #ffffff; border-color: rgba(255,255,255,0.35); }
.highlight .btn-buy:hover { background: #ffffff; color: var(--primary-dark); box-shadow: 0 12px 40px rgba(255,255,255,0.40); }

@media (max-width: 768px) {
    .product-card-pro { border-radius: 22px; }
    .product-body { padding: 26px 26px 30px; }
    .product-grid { gap: 20px; }
    .product-title { font-size: 22px; }
    .product-media { height: 180px; }
    .product-features { grid-template-columns: 1fr 1fr; }
    .product-meta { flex-direction: column; align-items: stretch; }
    .btn-buy, .product-price { width: 100%; justify-content: center; }
    .media-overlay { opacity: 1; background: rgba(0,0,0,0.4); }
    .view-screenshots { opacity: 1; transform: translateY(0); padding: 12px 16px; background: rgba(255, 255, 255, 0.92); border-radius: 12px; }
    .view-screenshots i { font-size: 24px; }
    .view-screenshots span { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    .product-card-pro, .product-media img, .btn-buy, .product-price::after { transition: none !important; }
    .product-card-pro:hover { transform:none; box-shadow: 0 6px 22px rgba(0,0,0,0.06); }
}

@media (max-width: 480px) {
    .product-features { grid-template-columns: 1fr; }
    .product-media { height: 160px; }
    .product-grid { grid-template-columns: 1fr; }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Scroll Animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
    WEBSITES PAGE
    ============================================ */
.websites-section {
    padding: 96px 0 86px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(1200px 720px at 80% 10%, rgba(59,130,246,0.10), transparent 60%),
        radial-gradient(900px 600px at 12% 80%, rgba(59, 130, 246,0.10), transparent 58%),
        linear-gradient(145deg, #f8fafc 0%, #e5edff 52%, #f0f6ff 100%);
}

.websites-section .section-title { color: #1f2937; }
.websites-section .container { position: relative; z-index: 1; }

.websites-section::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0));
    z-index: 0;
}

.approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 48px;
    position: relative;
    z-index: 1;
}

.benefit-card {
    padding: 0;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(59, 130, 246, 0.12);
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.2);
}

.benefit-card:hover::before {
    opacity: 1;
}

.benefit-icon {
    width: 72px;
    height: 72px;
    margin: 32px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    color: #ffffff;
    font-size: 32px;
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.25);
    transition: all 0.3s ease;
    position: relative;
    flex-shrink: 0;
}

.benefit-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
    opacity: 0.3;
}

.benefit-card:hover .benefit-icon {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(59, 130, 246, 0.3);
}

.benefit-card h3 {
    margin: 0 0 12px 0;
    padding: 0 28px;
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    text-align: center;
    line-height: 1.3;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-intro {
    margin: 0 0 20px 0;
    padding: 0 28px;
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    text-align: center;
    line-height: 1.6;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 28px 20px;
    padding: 20px 0;
    border-top: 1px solid rgba(59, 130, 246, 0.1);
    border-bottom: 1px solid rgba(59, 130, 246, 0.1);
}

.benefit-stats .stat-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(59, 130, 246, 0.04);
    border: 1px solid rgba(59, 130, 246, 0.1);
    border-radius: 12px;
    padding: 16px 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.benefit-stats .stat-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.benefit-stats .stat-item:hover {
    transform: translateY(-2px);
    background: rgba(59, 130, 246, 0.08);
    border-color: rgba(59, 130, 246, 0.2);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.benefit-stats .stat-item:hover::before {
    opacity: 1;
}

.benefit-stats .stat-number {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #3b82f6;
    line-height: 1.1;
    margin-bottom: 4px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.benefit-stats .stat-item:hover .stat-number {
    transform: scale(1.08);
    color: #2563eb;
}

.benefit-stats .stat-label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.benefit-stats .stat-item:hover .stat-label {
    color: #6b7280;
}

.benefit-list {
    list-style: none;
    padding: 0 28px 32px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 132px;
}

.benefit-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #4b5563;
    line-height: 1.5;
    transition: color 0.2s ease;
}

.benefit-list li::before {
    content: '✓';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #60a5fa);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}

.benefit-list li:hover {
    color: #1f2937;
}

/* Theme variants */
.benefit-card[data-theme="blue"] .benefit-icon {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.25);
}

.benefit-card[data-theme="blue"]:hover .benefit-icon {
    box-shadow: 0 12px 32px rgba(59, 130, 246, 0.3);
}

.benefit-card[data-theme="blue"]::before {
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
}

.benefit-card[data-theme="blue"] .stat-number {
    color: #3b82f6;
}

.benefit-card[data-theme="blue"] .benefit-stats {
    border-top-color: rgba(59, 130, 246, 0.1);
    border-bottom-color: rgba(59, 130, 246, 0.1);
}

.benefit-card[data-theme="blue"] .benefit-stats .stat-item {
    background: rgba(59, 130, 246, 0.04);
    border-color: rgba(59, 130, 246, 0.1);
}

.benefit-card[data-theme="blue"] .benefit-stats .stat-item:hover {
    background: rgba(59, 130, 246, 0.08);
    border-color: rgba(59, 130, 246, 0.2);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.benefit-card[data-theme="blue"] .benefit-stats .stat-item:hover .stat-number {
    color: #2563eb;
}

.benefit-card[data-theme="blue"] .benefit-list li::before {
    background: linear-gradient(135deg, #3b82f6, #60a5fa);
}

.benefit-card[data-theme="purple"] .benefit-icon {
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.25);
}

.benefit-card[data-theme="purple"]:hover .benefit-icon {
    box-shadow: 0 12px 32px rgba(139, 92, 246, 0.3);
}

.benefit-card[data-theme="purple"]::before {
    background: linear-gradient(90deg, #8b5cf6, #a78bfa);
}

.benefit-card[data-theme="purple"] .stat-number {
    color: #8b5cf6;
}

.benefit-card[data-theme="purple"] .benefit-stats {
    border-top-color: rgba(139, 92, 246, 0.1);
    border-bottom-color: rgba(139, 92, 246, 0.1);
}

.benefit-card[data-theme="purple"] .benefit-stats .stat-item {
    background: rgba(139, 92, 246, 0.04);
    border-color: rgba(139, 92, 246, 0.1);
}

.benefit-card[data-theme="purple"] .benefit-stats .stat-item:hover {
    background: rgba(139, 92, 246, 0.08);
    border-color: rgba(139, 92, 246, 0.2);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.15);
}

.benefit-card[data-theme="purple"] .benefit-stats .stat-item:hover .stat-number {
    color: #7c3aed;
}

.benefit-card[data-theme="purple"] .benefit-list li::before {
    background: linear-gradient(135deg, #8b5cf6, #a78bfa);
}

.benefit-card[data-theme="teal"] .benefit-icon {
    background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%);
    box-shadow: 0 8px 24px rgba(6, 182, 212, 0.25);
}

.benefit-card[data-theme="teal"]:hover .benefit-icon {
    box-shadow: 0 12px 32px rgba(6, 182, 212, 0.3);
}

.benefit-card[data-theme="teal"]::before {
    background: linear-gradient(90deg, #06b6d4, #22d3ee);
}

.benefit-card[data-theme="teal"] .stat-number {
    color: #06b6d4;
}

.benefit-card[data-theme="teal"] .benefit-stats {
    border-top-color: rgba(6, 182, 212, 0.1);
    border-bottom-color: rgba(6, 182, 212, 0.1);
}

.benefit-card[data-theme="teal"] .benefit-stats .stat-item {
    background: rgba(6, 182, 212, 0.04);
    border-color: rgba(6, 182, 212, 0.1);
}

.benefit-card[data-theme="teal"] .benefit-stats .stat-item:hover {
    background: rgba(6, 182, 212, 0.08);
    border-color: rgba(6, 182, 212, 0.2);
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.15);
}

.benefit-card[data-theme="teal"] .benefit-stats .stat-item:hover .stat-number {
    color: #0891b2;
}

.benefit-card[data-theme="teal"] .benefit-list li::before {
    background: linear-gradient(135deg, #06b6d4, #22d3ee);
}

.approach-card[data-theme="green"] .approach-icon {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
}

.approach-card[data-theme="orange"] .approach-icon {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
}

.approach-ribbon {
    margin-top: 64px;
    padding: 0;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(59, 130, 246, 0.12);
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.08);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0;
    position: relative;
    overflow: hidden;
}

.approach-ribbon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 50%, #06b6d4 100%);
    border-radius: 24px 24px 0 0;
}

.ribbon-step { 
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.01) 0%, rgba(255, 255, 255, 0) 100%);
}

.ribbon-step:not(:last-child) {
    border-right: 1px solid rgba(59, 130, 246, 0.08);
}

.ribbon-step:hover {
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.04) 0%, rgba(59, 130, 246, 0.02) 100%);
}

.ribbon-step::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #3b82f6 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.ribbon-step:hover::after {
    opacity: 1;
}

.ribbon-dot { 
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 18px;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    box-shadow: 0 12px 32px rgba(59, 130, 246, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 28px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ribbon-dot::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
    opacity: 0.5;
}

.ribbon-step:hover .ribbon-dot {
    transform: translateY(-8px) scale(1.08);
    box-shadow: 0 20px 48px rgba(59, 130, 246, 0.35);
}

.ribbon-step:nth-child(2) .ribbon-dot {
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
    box-shadow: 0 12px 32px rgba(139, 92, 246, 0.25);
}

.ribbon-step:nth-child(2):hover .ribbon-dot {
    box-shadow: 0 20px 48px rgba(139, 92, 246, 0.35);
}

.ribbon-step:nth-child(3) .ribbon-dot {
    background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%);
    box-shadow: 0 12px 32px rgba(6, 182, 212, 0.25);
}

.ribbon-step:nth-child(3):hover .ribbon-dot {
    box-shadow: 0 20px 48px rgba(6, 182, 212, 0.35);
}

.ribbon-step h4 { 
    margin: 0 0 10px; 
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.ribbon-step:hover h4 {
    color: #3b82f6;
}

.ribbon-step p { 
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
    max-width: 320px;
}

.roleplay-band {
    background: linear-gradient(135deg, #0f172a 0%, #111827 60%, #1f2937 100%);
    color: #ffffff;
    padding: 90px 0 86px;
    position: relative;
    overflow: hidden;
}

.roleplay-band::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 20%, rgba(14,165,233,0.18), transparent 50%),
                radial-gradient(circle at 82% 70%, rgba(59, 130, 246,0.22), transparent 60%);
    pointer-events: none;
}

.roleplay-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: center;
}

.roleplay-copy .section-title { color: #ffffff; }
.roleplay-copy .section-description { color: rgba(255,255,255,0.86); }

.roleplay-points {
    list-style: none;
    padding: 0;
    margin: 20px 0 26px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
    gap: 12px 18px;
}

.roleplay-points li { display: flex; align-items: center; gap: 10px; font-weight: 600; color: #ffffff; }
.roleplay-points i { color: #38bdf8; }

.roleplay-lines {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 18px;
    padding: 22px 22px 18px;
    display: grid;
    gap: 14px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.roleplay-lines::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(56,189,248,0.12), rgba(59, 130, 246,0.12));
    opacity: 0.6;
    pointer-events: none;
}

.line-row { display: flex; flex-direction: column; gap: 4px; position: relative; padding-left: 12px; }
.line-row::before { content: ''; position: absolute; left: 0; top: 6px; bottom: 6px; width: 3px; background: linear-gradient(180deg, #38bdf8, #3b82f6); border-radius: 6px; }
.line-label { font-weight: 700; letter-spacing: .4px; color: #ffffff; }
.line-row p { color: rgba(255,255,255,0.85); margin: 0; }

.web-process { padding: 86px 0 80px; }

.process-flow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
    gap: 18px;
    margin-top: 28px;
}

.flow-step {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px 16px;
    border-bottom: 1px dashed rgba(59, 130, 246,0.25);
}

.flow-step:last-child { border-bottom: none; }

.step-index {
    font-weight: 800;
    color: var(--primary-color);
    font-size: 18px;
    min-width: 32px;
}

.flow-step h3 { margin-bottom: 6px; font-size: 18px; }
.flow-step p { margin: 0; color: var(--dark-gray); }
/* ============================================
   SOLUTIONS SECTION
   ============================================ */
.websites-band {
    background:
        radial-gradient(1100px 700px at 85% 25%, rgba(59, 130, 246,0.12), transparent 60%),
        radial-gradient(900px 600px at 15% 75%, rgba(14,165,233,0.12), transparent 62%),
        linear-gradient(140deg, #ffffff 0%, #eaf2ff 50%, #dbeafe 100%);
    padding: 96px 0 88px;
    position: relative;
    overflow: hidden;
}

.websites-band .container { position: relative; z-index: 1; }
.websites-band .section-title { color: #1f2937; }

.websites-band::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0));
    pointer-events: none;
    z-index: 0;
}

.feature-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin: 36px auto;
    max-width: 1000px;
}

.feature-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(59, 130, 246,0.1);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14.5px;
    font-weight: 600;
    color: #1f2937;
    position: relative;
    overflow: hidden;
}

.feature-chip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246,0.04) 0%, rgba(59,130,246,0.03) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-chip:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(59, 130, 246,0.15);
    border-color: rgba(59, 130, 246,0.2);
}

.feature-chip:hover::before {
    opacity: 1;
}

.feature-chip i { 
    color: #3b82f6;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.info-lines {
    margin-top: 24px;
    display: grid;
    gap: 14px;
}

.info-blocks { 
    margin-top: 48px; 
    display: grid; 
    gap: 28px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.info-block {
    position: relative;
    padding: 0;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(59, 130, 246,0.08);
    box-shadow: 
        0 4px 24px rgba(59, 130, 246,0.06),
        0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.info-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #3b82f6 0%, #3b82f6 50%, #3b82f6 100%);
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.info-block::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: 
        radial-gradient(circle at 10% 10%, rgba(59, 130, 246,0.03), transparent 40%),
        radial-gradient(circle at 90% 90%, rgba(59,130,246,0.03), transparent 40%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.info-block:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 20px 60px rgba(59, 130, 246,0.15),
        0 8px 24px rgba(0,0,0,0.08);
    border-color: rgba(59, 130, 246,0.15);
}

.info-block:hover::before { 
    opacity: 1; 
    animation: shimmer 2s infinite;
}

.info-block:hover::after { 
    opacity: 1; 
}

@keyframes shimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.info-head { 
    display: flex; 
    align-items: flex-start; 
    gap: 20px; 
    padding: 32px 32px 20px;
    background: linear-gradient(135deg, rgba(59, 130, 246,0.02) 0%, rgba(59,130,246,0.01) 100%);
    border-bottom: 1px solid rgba(59, 130, 246,0.06);
}

.info-head > div {
    flex: 1;
}

.info-head h3 { 
    margin: 0 0 8px; 
    font-size: 22px; 
    font-weight: 700;
    color: #1f2937; 
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.info-head p { 
    margin: 0; 
    color: #6b7280;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.info-icon-duo { display: inline-flex; gap: 12px; }

.info-icon { 
    width: 56px; 
    height: 56px; 
    min-width: 56px;
    border-radius: 16px; 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    background: linear-gradient(135deg, #3b82f6 0%, #3b82f6 100%);
    color: #ffffff; 
    font-size: 24px;
    box-shadow: 
        0 8px 24px rgba(59, 130, 246,0.20),
        inset 0 1px 0 rgba(255,255,255,0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.info-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.info-block:hover .info-icon { 
    transform: translateY(-4px) scale(1.05);
    box-shadow: 
        0 16px 40px rgba(59, 130, 246,0.30),
        inset 0 1px 0 rgba(255,255,255,0.3);
}

.info-block:hover .info-icon::before {
    opacity: 1;
}

.info-text { 
    color: #4b5563;
    font-size: 15.5px;
    line-height: 1.7;
    margin: 0;
    padding: 20px 32px 32px;
    font-weight: 400;
}

.info-text strong {
    color: #1f2937;
    font-weight: 600;
}

.info-points { 
    list-style: none; 
    padding: 0 32px 32px; 
    margin: 0; 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); 
    gap: 14px 20px; 
}

.info-points li { 
    display: flex; 
    align-items: center; 
    gap: 12px; 
    font-size: 15px;
    color: #4b5563;
    padding: 12px 16px;
    background: rgba(59, 130, 246,0.02);
    border-radius: 10px;
    border: 1px solid rgba(59, 130, 246,0.06);
    transition: all 0.3s ease;
}

.info-points li:hover {
    background: rgba(59, 130, 246,0.04);
    border-color: rgba(59, 130, 246,0.12);
    transform: translateX(4px);
}

.info-points i { 
    color: #3b82f6;
    font-size: 16px;
    min-width: 16px;
}

.info-block:hover .info-points i { 
    color: #3b82f6;
}

/* Accent variants for info blocks */
.info-block[data-accent="blue"] .info-icon { 
    background: linear-gradient(135deg, #3b82f6 0%, #3b82f6 100%);
}
.info-block[data-accent="teal"] .info-icon { 
    background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%);
}
.info-block[data-accent="purple"] .info-icon { 
    background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
}
.info-block[data-accent="green"] .info-icon { 
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
}
.info-block[data-accent="orange"] .info-icon { 
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
}
.info-block[data-accent="red"] .info-icon { 
    background: linear-gradient(135deg, #ef4444 0%, #f87171 100%);
}

/* Website Types Grid - Clean Design */
.website-types-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 56px;
}

.website-type-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 36px 32px 32px;
    border: 1px solid rgba(59, 130, 246,0.08);
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.website-type-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6 0%, #3b82f6 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.website-type-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(59, 130, 246,0.12);
    border-color: rgba(59, 130, 246,0.15);
}

.website-type-card:hover::before {
    opacity: 1;
}

.type-card-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(59, 130, 246,0.08);
}

.type-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #3b82f6 0%, #3b82f6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 28px;
    box-shadow: 
        0 8px 24px rgba(59, 130, 246,0.25),
        inset 0 1px 0 rgba(255,255,255,0.2);
    transition: all 0.4s ease;
}

.website-type-card:hover .type-icon {
    transform: scale(1.08) translateY(-2px);
    box-shadow: 
        0 12px 32px rgba(59, 130, 246,0.35),
        inset 0 1px 0 rgba(255,255,255,0.3);
}

.type-header-content h3 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.type-subtitle {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.type-description {
    margin: 0 0 24px;
    font-size: 15.5px;
    line-height: 1.7;
    color: #4b5563;
}

.type-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: linear-gradient(135deg, rgba(59, 130, 246,0.03) 0%, rgba(59,130,246,0.02) 100%);
    border-radius: 10px;
    border: 1px solid rgba(59, 130, 246,0.08);
    transition: all 0.3s ease;
    font-size: 14.5px;
    font-weight: 600;
    color: #1f2937;
}

.feature-item:hover {
    background: linear-gradient(135deg, rgba(59, 130, 246,0.06) 0%, rgba(59,130,246,0.04) 100%);
    border-color: rgba(59, 130, 246,0.15);
    transform: translateX(3px);
}

.feature-item i {
    color: #3b82f6;
    font-size: 32px;
    min-width: 16px;
}

/* Theme variants */
.website-type-card[data-type="roleplay"] .type-icon {
    background: linear-gradient(135deg, #3b82f6 0%, #3b82f6 100%);
}

.website-type-card[data-type="product"] .type-icon {
    background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
}

.website-type-card[data-type="community"] .type-icon {
    background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%);
}

.website-type-card[data-type="business"] .type-icon {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
}

.websites-cta { 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    justify-content: center; 
    margin-top: 64px;
    padding: 48px 32px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(59, 130, 246,0.03) 0%, rgba(59,130,246,0.02) 100%);
    border: 1px solid rgba(59, 130, 246,0.08);
}

.cta-subtext {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 1024px) {
    .website-types-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 768px) {
    .feature-chip { padding: 10px 14px; }
    .info-blocks { 
        gap: 24px; 
        margin-top: 36px;
    }
    .info-block { 
        border-radius: 20px;
    }
    .info-head { 
        padding: 24px 24px 16px;
        gap: 16px;
    }
    .info-head h3 { 
        font-size: 19px; 
    }
    .info-head p { 
        font-size: 14px; 
    }
    .info-icon { 
        width: 50px; 
        height: 50px;
        min-width: 50px;
        font-size: 22px;
    }
    .info-text { 
        padding: 16px 24px 24px;
        font-size: 15px;
    }
    .info-points { 
        grid-template-columns: 1fr;
        padding: 0 24px 24px;
        gap: 12px;
    }
    .info-points li {
        padding: 10px 14px;
        font-size: 14px;
    }

    .website-types-grid {
        margin-top: 40px;
        gap: 24px;
    }

    .website-type-card {
        padding: 28px 24px 24px;
    }

    .type-card-header {
        gap: 14px;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .type-icon {
        width: 56px;
        height: 56px;
        min-width: 56px;
        font-size: 24px;
    }

    .type-header-content h3 {
        font-size: 20px;
    }

    .type-subtitle {
        font-size: 13px;
    }

    .type-description {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .type-features {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .feature-item {
        padding: 10px 14px;
        font-size: 14px;
    }

    .feature-item i {
        font-size: 15px;
    }
}
.solutions-band {
    background:
        radial-gradient(1100px 700px at 85% 25%, rgba(59, 130, 246,0.12), transparent 60%),
        radial-gradient(900px 600px at 15% 75%, rgba(14,165,233,0.12), transparent 62%),
        linear-gradient(140deg, #ffffff 0%, #eaf2ff 50%, #dbeafe 100%);
    padding: 96px 0 88px;
    position: relative;
    overflow: hidden;
}

.solutions-band .section-title { color: #1f2937; }
.solutions-band .container { position: relative; z-index: 1; }

.solutions-band::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0));
    pointer-events: none;
    z-index: 0;
}

.solution-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.solution-item {
    position: relative;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(59, 130, 246,0.10);
    border-radius: 18px;
    padding: 22px 26px 20px 32px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .4s ease, border-color .35s ease;
}

.solution-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: var(--gradient-primary);
    opacity: .9;
}

.solution-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 48px rgba(59, 130, 246,0.18);
    border-color: rgba(59, 130, 246,0.22);
}

.solution-head { display: flex; align-items: center; gap: 14px; }
.solution-head h3 { font-size: 20px; margin: 0 0 6px; }
.solution-head p { margin: 0; color: var(--dark-gray); }

.solution-icon {
    width: 48px; height: 48px; display:inline-flex; align-items:center; justify-content:center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(59, 130, 246,0.14), rgba(59,130,246,0.16));
    color: var(--primary-dark);
    box-shadow: 0 8px 20px rgba(59, 130, 246,0.18);
    transition: transform .35s ease, box-shadow .35s ease;
}
.solution-item:hover .solution-icon { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(59, 130, 246,0.25); }

.solution-points { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 10px 18px; margin-top: 14px; list-style: none; padding: 0; }
@media (max-width: 1024px) {
    .approach-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 40px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .approach-grid {
        grid-template-columns: 1fr;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .benefit-card {
        padding: 36px 28px 32px;
        border-radius: 20px;
    }

    .benefit-icon {
        width: 72px;
        height: 72px;
        font-size: 32px;
        margin-bottom: 20px;
    }

    .benefit-card h3 {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .benefit-intro {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .benefit-stats {
        gap: 12px;
        margin-bottom: 24px;
        padding: 16px 0;
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-label {
        font-size: 12px;
    }

    .benefit-list {
        gap: 10px;
    }

    .benefit-list li {
        font-size: 14px;
    }

    .approach-ribbon {
        margin-top: 48px;
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .ribbon-step {
        padding: 36px 28px;
    }

    .ribbon-step:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(59, 130, 246, 0.08);
    }

    .ribbon-dot {
        width: 64px;
        height: 64px;
        min-width: 64px;
        font-size: 26px;
    }

    .ribbon-step h4 {
        font-size: 18px;
    }

    .ribbon-step p {
        font-size: 14px;
    }
}
    }

    .approach-ribbon {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 48px;
        padding: 32px 28px;
    }

    .ribbon-step::after {
        display: none;
    }

    .ribbon-dot {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 18px;
    }

    .ribbon-step h4 {
        font-size: 17px;
    }

    .ribbon-step p {
        font-size: 14px;
    }

    .feature-chips {
        gap: 10px;
        margin: 28px auto;
    }

    .feature-chip {
        padding: 10px 16px;
        font-size: 13.5px;
    }

    .feature-chip i {
        font-size: 14px;
    }

    .websites-cta {
        margin-top: 48px;
        padding: 36px 24px;
        border-radius: 20px;
    }

    .cta-subtext {
        font-size: 14px;
    }
}

/* ============================================
   ADMIN PANEL STYLES
   ============================================ */

.admin-login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.admin-login-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.login-box {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    border-radius: var(--radius-xl);
    padding: 50px 40px;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.login-header {
    text-align: center;
    margin-bottom: 40px;
}

.login-logo {
    width: 70px;
    height: 70px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, var(--primary-color), #0ea5e9);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: white;
    box-shadow: var(--shadow-blue);
}

.login-header h1 {
    font-size: 28px;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 8px;
}

.login-header p {
    color: var(--gray);
    font-size: 14px;
}

.admin-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group-login {
    position: relative;
}

.form-group-login input {
    width: 100%;
    padding: 14px 16px 14px 44px;
    border: 2px solid #e5e7eb;
    border-radius: var(--radius-md);
    font-size: 15px;
    font-family: var(--font-primary);
    transition: var(--transition-normal);
}

.form-group-login input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.form-group-login i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray);
    font-size: 16px;
}

.btn-login {
    padding: 14px 24px;
    background: linear-gradient(135deg, var(--primary-color), #0ea5e9);
    color: white;
    border: none;
    border-radius: var(--radius-md);
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: var(--transition-normal);
    box-shadow: var(--shadow-blue);
    font-family: var(--font-primary);
}

.btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(59, 130, 246, 0.4);
}

.login-error {
    padding: 12px 16px;
    background: #fee2e2;
    border: 1px solid #fca5a5;
    border-radius: var(--radius-sm);
    color: #991b1b;
    font-size: 14px;
    text-align: center;
    display: none;
    animation: shake 0.3s ease;
}

.login-error.show {
    display: block;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Admin Dashboard */

.admin-wrapper {
    display: flex;
    min-height: 100vh;
}

.admin-sidebar {
    width: 280px;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    padding: 30px 0;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.sidebar-logo {
    padding: 0 24px 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.sidebar-logo i {
    font-size: 24px;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 16px;
    height: calc(100vh - 180px);
    max-height: calc(100vh - 180px);
    overflow: hidden;
}

.sidebar-nav-item {
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: var(--transition-normal);
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-family: var(--font-primary);
}

.sidebar-nav-item:hover {
    background: rgba(255, 255, 255, 0.15);
    color: white;
}

.sidebar-nav-item.active {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    border-left: 4px solid white;
    padding-left: 12px;
}

.sidebar-nav-item i {
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.sidebar-spacer {
    flex: 1;
}

.sidebar-bottom-btn {
    padding: 12px 16px;
    color: white;
    border: none;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: var(--transition-normal);
    font-family: var(--font-primary);
    width: 100%;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-bottom-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

.sidebar-home-btn {
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 6px;
}

.sidebar-home-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-logout-btn {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    border: none;
    margin-bottom: 12px;
}

.sidebar-logout-btn:hover {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.sidebar-logout-btn i {
    font-size: 16px;
}

/* Admin Main Content */

.admin-main {
    flex: 1;
    margin-left: 280px;
    background: var(--light-gray);
    min-height: 100vh;
}

.admin-header {
    background: white;
    padding: 20px 40px;
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e7eb;
}

.admin-header-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--secondary-color);
}

.admin-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-logout {
    padding: 10px 16px;
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition-normal);
    font-family: var(--font-primary);
}

.btn-logout:hover {
    background: #fecaca;
}

.admin-content {
    padding: 40px;
}

.admin-section {
    display: none;
    animation: fadeIn 0.3s ease;
}

.admin-section.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.section-title-admin {
    font-size: 32px;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 8px;
}

.section-desc-admin {
    color: var(--gray);
    font-size: 15px;
    margin-bottom: 32px;
}

/* Dashboard Grid */

.admin-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.stat-card {
    background: white;
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-sm);
    border: 1px solid #e5e7eb;
    transition: var(--transition-normal);
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-light);
}

.stat-card-icon {
    width: 56px;
    height: 56px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 16px;
    background: linear-gradient(135deg, var(--primary-color), #0ea5e9);
    color: white;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.stat-card.stat-revenue .stat-card-icon {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.stat-card.stat-pending .stat-card-icon {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.stat-card.stat-notes .stat-card-icon {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.stat-value {
    font-size: 32px;
    font-weight: 800;
    color: var(--secondary-color);
    line-height: 1;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 14px;
    color: var(--gray);
    font-weight: 500;
}

/* Dashboard Overview */

.dashboard-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
}

.overview-card {
    background: white;
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-sm);
    border: 1px solid #e5e7eb;
}

.overview-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.overview-item {
    padding: 14px 12px;
    background: var(--light-gray);
    border-radius: var(--radius-md);
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition-normal);
}

.overview-item:hover {
    background: #ececf1;
}

.overview-item-value {
    font-weight: 700;
    color: #10b981;
}

.empty-state {
    text-align: center;
    padding: 40px 20px;
    color: var(--gray);
}

.empty-state i {
    font-size: 48px;
    color: #d1d5db;
    margin-bottom: 12px;
    display: block;
}

/* Customer/Notes/Goals Grids */

.admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

.card-item {
    background: white;
    border-radius: var(--radius-lg);
    padding: 24px;
    box-shadow: var(--shadow-sm);
    border: 1px solid #e5e7eb;
    transition: var(--transition-normal);
}

.card-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 12px;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary-color);
}

.card-actions {
    display: flex;
    gap: 8px;
}

.btn-icon {
    width: 32px;
    height: 32px;
    border: 1px solid #e5e7eb;
    background: white;
    border-radius: var(--radius-sm);
    color: var(--secondary-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-normal);
    font-size: 14px;
    font-family: var(--font-primary);
}

.btn-icon:hover {
    background: var(--light-gray);
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-icon.danger {
    color: #ef4444;
}

.btn-icon.danger:hover {
    background: #fee2e2;
    border-color: #fca5a5;
}

.card-body {
    border-top: 1px solid #e5e7eb;
    padding-top: 16px;
    margin-top: 16px;
}

.card-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
}

.card-label {
    color: var(--gray);
    font-weight: 500;
}

.card-value {
    color: var(--secondary-color);
    font-weight: 600;
}

.badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.badge-pending {
    background: #fef3c7;
    color: #92400e;
}

.badge-completed {
    background: #dbeafe;
    color: #3b82f6;
}

.badge-paid {
    background: #dcfce7;
    color: #15803d;
}

.badge-link {
    background: #f3e8ff;
    color: #6b21a8;
}

.badge-note {
    background: #e0e7ff;
    color: #3730a3;
}

.progress-container {
    margin: 16px 0;
}

.progress-bar-label {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--secondary-color);
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), #0ea5e9);
    border-radius: 4px;
    transition: width 0.5s ease;
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.4);
}

/* Modals */

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal.active {
    display: flex;
    animation: fadeIn 0.2s ease;
}

.modal-content {
    background: white;
    border-radius: var(--radius-lg);
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s ease;
}

.modal-header {
    padding: 28px 32px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-color);
}

.modal-close {
    width: 36px;
    height: 36px;
    background: var(--light-gray);
    border: none;
    border-radius: var(--radius-md);
    color: var(--secondary-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-normal);
    font-family: var(--font-primary);
    font-size: 18px;
}

.modal-close:hover {
    background: #e5e7eb;
}

.modal-body {
    padding: 28px 32px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.form-group-admin {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group-admin label {
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group-admin input,
.form-group-admin textarea,
.form-group-admin select {
    padding: 12px 14px;
    border: 2px solid #e5e7eb;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-family: var(--font-primary);
    transition: var(--transition-normal);
}

.form-group-admin input:focus,
.form-group-admin textarea:focus,
.form-group-admin select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.form-group-admin textarea {
    resize: vertical;
    min-height: 100px;
}

.modal-footer {
    padding: 20px 32px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.btn-cancel {
    padding: 12px 24px;
    background: var(--light-gray);
    color: var(--secondary-color);
    border: none;
    border-radius: var(--radius-md);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-normal);
    font-family: var(--font-primary);
}

.btn-cancel:hover {
    background: #e5e7eb;
}

.btn-submit {
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary-color), #0ea5e9);
    color: white;
    border: none;
    border-radius: var(--radius-md);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-normal);
    box-shadow: var(--shadow-blue);
    font-family: var(--font-primary);
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}

/* Buttons */

.btn-add {
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary-color), #0ea5e9);
    color: white;
    border: none;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition-normal);
    box-shadow: var(--shadow-blue);
    font-family: var(--font-primary);
    margin-bottom: 24px;
}

.btn-add:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}

/* Responsive */

@media (max-width: 1024px) {
    .admin-sidebar {
        width: 240px;
    }

    .admin-main {
        margin-left: 240px;
    }

    .admin-content {
        padding: 30px;
    }

    .admin-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .admin-wrapper {
        flex-direction: column;
    }

    .admin-sidebar {
        width: 100%;
        height: auto;
        position: relative;
        padding: 16px 0;
        display: flex;
        flex-direction: column;
    }

    .sidebar-nav {
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding: 0 12px;
        flex: 1;
    }

    .sidebar-nav-item {
        padding: 12px 16px;
        font-size: 14px;
        width: 100%;
    }

    .sidebar-spacer {
        flex: 1;
    }

    .sidebar-bottom-btn {
        width: calc(100% - 24px);
        margin-left: 12px;
        margin-right: 12px;
    }

    .sidebar-home-btn {
        margin-top: auto;
        margin-bottom: 8px;
    }

    .sidebar-logout-btn {
        margin-bottom: 12px;
    }

    .admin-main {
        margin-left: 0;
    }

    .admin-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 16px 20px;
    }

    .admin-content {
        padding: 20px;
    }

    .admin-stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .admin-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .section-title-admin {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .login-box {
        padding: 32px 20px;
    }

    .admin-content {
        padding: 16px;
    }

    .stat-card {
        padding: 16px;
    }

    .modal-content {
        border-radius: 12px;
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 16px;
    }

    .btn-add {
        width: 100%;
        justify-content: center;
    }

    .section-title-admin {
        font-size: 20px;
    }
}

/* ============================================
   TASK/TODO KANBAN BOARD
   ============================================ */

.kanban-board {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.kanban-column {
    background: white;
    border-radius: var(--radius-lg);
    border: 1px solid #e5e7eb;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.kanban-header {
    padding: 16px 20px;
    background: linear-gradient(135deg, var(--primary-color), #0ea5e9);
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.kanban-header i {
    font-size: 18px;
}

.kanban-count {
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
}

.kanban-tasks {
    padding: 12px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: var(--light-gray);
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.kanban-tasks.drag-over {
    background: rgba(59, 130, 246, 0.1);
}

.task-card {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: var(--radius-md);
    padding: 14px 16px;
    cursor: move;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
}

.task-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.task-card.dragging {
    opacity: 0.6;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.task-title {
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 15px;
    line-height: 1.4;
}

.task-priority {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

.task-priority i {
    font-size: 11px;
}

.task-action-btn {
    width: 28px;
    height: 28px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    color: #6b7280;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.2s ease;
    font-family: var(--font-primary);
}

.task-action-btn:hover {
    background: #e5e7eb;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.task-action-btn.task-delete-btn:hover {
    background: #fee2e2;
    color: #991b1b;
    border-color: #fca5a5;
}

/* Server Links Section */

.server-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 32px;
    margin-bottom: 40px;
}

.server-link-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.server-link-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: transparent;
}

.server-card-header {
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative;
    overflow: hidden;
}

.server-card-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 70%);
    animation: shimmer 3s infinite;
}

.server-card-icon-large {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 40px;
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.server-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.server-card-badge {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
}

.server-card-content {
    padding: 28px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.server-link-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-color);
    margin: 0;
    letter-spacing: -0.5px;
}

.server-info-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.server-info-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    background: #f9fafb;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}

.server-info-label {
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.server-info-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.server-info-value {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    font-weight: 500;
    word-break: break-all;
    position: relative;
    flex: 1;
    min-height: 40px;
}

.link-text {
    color: #3b82f6;
    text-decoration: none;
    font-family: 'Courier New', monospace;
    font-size: 13px;
}

.link-hidden,
.password-hidden {
    color: #9ca3af;
    font-weight: 600;
    letter-spacing: 2px;
}

.server-mini-btn {
    background: var(--server-color, #3b82f6);
    color: white;
    border: none;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.server-mini-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0.9;
}

.server-mini-btn:active {
    transform: translateY(0);
}

@keyframes shimmer {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
    flex-wrap: wrap;
}

.btn-small {
    flex: 1;
    min-width: 80px;
    padding: 8px 12px;
    background: linear-gradient(135deg, var(--primary-color), #0ea5e9);
    color: white;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: var(--transition-normal);
    font-family: var(--font-primary);
}

.btn-small:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.server-link-btn {
    flex: 1;
    min-width: 80px;
    padding: 8px 12px;
    background: linear-gradient(135deg, var(--primary-color), #0ea5e9);
    color: white;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: var(--transition-normal);
    font-family: var(--font-primary);
}

.server-link-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* Server Editor Modal */

.server-editor-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.2s ease;
}

.server-editor-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.server-editor-box {
    position: relative;
    z-index: 2001;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 500px;
    animation: slideUp 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.server-editor-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e5e7eb;
}

.server-editor-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary-color);
}

.server-editor-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #9ca3af;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.server-editor-close:hover {
    background: #f3f4f6;
    color: var(--secondary-color);
}

.server-editor-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.server-editor-label {
    font-size: 13px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.server-editor-input {
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 15px;
    font-family: var(--font-primary);
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.server-editor-input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.server-editor-footer {
    display: flex;
    gap: 12px;
    padding: 20px 24px;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
    border-radius: 0 0 16px 16px;
}

.server-editor-btn {
    flex: 1;
    padding: 12px 16px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: var(--font-primary);
}

.server-editor-btn-cancel {
    background: #e5e7eb;
    color: #374151;
}

.server-editor-btn-cancel:hover {
    background: #d1d5db;
}

.server-editor-btn-save {
    background: linear-gradient(135deg, var(--primary-color), #0ea5e9);
    color: white;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.server-editor-btn-save:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Drag and drop styles */

.draggable {
    cursor: move;
}

/* Hamburger Menu Button */
.sidebar-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--secondary-color);
    cursor: pointer;
    padding: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 44px;
    height: 44px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sidebar-toggle:hover {
    background: #f3f4f6;
    color: var(--primary-color);
    transform: scale(1.05);
}

.sidebar-toggle:active {
    background: #e5e7eb;
    transform: scale(0.95);
}

@media (max-width: 768px) {
    /* Show hamburger menu on mobile */
    .sidebar-toggle {
        display: flex !important;
    }

    /* Mobile Sidebar Styling */
    .admin-wrapper {
        flex-direction: column;
        position: relative;
    }

    .admin-sidebar {
        position: fixed;
        left: -280px;
        top: 0;
        width: 280px;
        height: 100vh;
        background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-dark) 100%);
        z-index: 999;
        transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 2px 0 12px rgba(0, 0, 0, 0.15);
        overflow-y: auto;
        padding-top: 20px;
        color: white;
    }

    .admin-sidebar.active {
        left: 0;
        box-shadow: 2px 0 20px rgba(0, 0, 0, 0.25);
    }

    .sidebar-logo {
        padding: 0 16px 20px;
        margin-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .sidebar-nav {
        flex-direction: column;
        gap: 4px;
        padding: 0 12px;
        height: auto;
        max-height: none;
    }

    .sidebar-nav-item {
        padding: 12px 16px;
        font-size: 14px;
        width: 100%;
    }

    .sidebar-spacer {
        display: none;
    }

    .sidebar-bottom-btn {
        width: calc(100% - 24px);
        margin-left: 12px;
        margin-right: 12px;
    }

    .sidebar-home-btn {
        margin-bottom: 6px;
    }

    .sidebar-logout-btn {
        margin-bottom: 10px;
    }

    .admin-main {
        width: 100%;
        z-index: 1;
        position: relative;
    }

    .admin-header {
        position: relative;
        z-index: 10;
    }

    /* Backdrop when sidebar is open */
    .admin-wrapper.sidebar-open::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 998;
        backdrop-filter: blur(2px);
    }

    /* Rest of mobile styles */
    .kanban-board {
        grid-template-columns: 1fr;
    }

    .kanban-tasks {
        min-height: 250px;
    }

    .server-links-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .server-card-header {
        padding: 32px 20px;
    }

    .server-card-icon-large {
        width: 70px;
        height: 70px;
        font-size: 32px;
    }

    .server-card-content {
        padding: 20px;
    }

    .server-link-title {
        font-size: 18px;
    }

    .server-info-item {
        padding: 10px;
    }

    .server-info-row {
        gap: 6px;
    }

    .server-info-label {
        font-size: 11px;
    }

    .server-mini-btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .server-editor-box {
        width: 95%;
        max-width: 100%;
    }

    .server-editor-header {
        padding: 16px;
    }

    .server-editor-body {
        padding: 16px;
    }

    .server-editor-footer {
        padding: 12px 16px;
    }

    .server-editor-input {
        font-size: 16px;
    }

    .admin-header {
        flex-wrap: wrap;
        gap: 12px;
        padding: 12px 16px;
    }

    .admin-header-title {
        font-size: 20px;
    }

    .admin-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .stat-card {
        padding: 16px;
    }

    .stat-value {
        font-size: 20px;
    }

    .stat-label {
        font-size: 11px;
    }

    .admin-grid {
        grid-template-columns: 1fr;
    }

    .card-item {
        padding: 16px;
    }

    .section-title-admin {
        font-size: 20px;
    }

    .btn-add {
        width: 100%;
        justify-content: center;
    }

    .modal-content {
        width: 95vw;
        max-height: 90vh;
    }

    .form-row {
        flex-direction: column;
    }

    .form-group-admin {
        width: 100%;
    }

    .dashboard-overview {
        grid-template-columns: 1fr;
    }

    .overview-card {
        padding: 16px;
    }
}

/* ============================================================================
   HOMEPAGE V2 — NEW DESIGN SYSTEM
   All classes used by the redesigned index.html
   ============================================================================ */

/* --------------------------------
   SHARED UTILITIES
   -------------------------------- */
.label-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--primary-color);
    background: rgba(59,130,246,0.08);
    border: 1px solid rgba(59,130,246,0.18);
    border-radius: 999px;
    padding: 6px 16px;
    margin-bottom: 20px;
}

.label-tag-light {
    color: rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.22);
}

/* --------------------------------
   HERO V2
   -------------------------------- */
.hero-v2 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    padding: 120px 0 80px;
}

.hero-v2-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-v2-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-v2-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(10,15,30,0.92) 0%,
        rgba(15,23,42,0.85) 35%,
        rgba(30,58,138,0.7) 65%,
        rgba(59,130,246,0.45) 100%
    );
}

.hero-v2-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(100px);
}

.glow-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59,130,246,0.28) 0%, transparent 70%);
    top: -100px;
    right: -100px;
}

.glow-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(96,165,250,0.2) 0%, transparent 70%);
    bottom: -60px;
    left: 10%;
}

.hero-v2-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 660px;
    gap: 48px;
    align-items: center;
}

.hero-v2-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-bottom: 24px;
}

.kicker-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.3);
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 3px rgba(59,130,246,0.3); }
    50%       { box-shadow: 0 0 0 6px rgba(59,130,246,0.1); }
}

.hero-v2-title {
    font-size: 68px;
    font-weight: 800;
    line-height: 1.05;
    margin: 0 0 28px;
    letter-spacing: -1px;
}

.hero-v2-accent {
    background: linear-gradient(90deg, #60a5fa, #93c5fd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-v2-desc {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.8);
    max-width: 520px;
    margin-bottom: 40px;
}

.hero-v2-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

/* ── Hero Reviews ── */
.hero-reviews {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 18px 0 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.hero-reviews-count {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    font-weight: 400;
    padding-right: 16px;
}

.hero-reviews-count strong {
    color: rgba(255,255,255,0.78);
    font-weight: 700;
}

.hero-reviews-link {
    font-size: 12px;
    color: rgba(255,255,255,0.28);
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s ease;
    border-left: 1px solid rgba(255,255,255,0.09);
    padding-left: 16px;
}

.hero-reviews-link i {
    font-size: 9px;
}

.hero-reviews-link:hover {
    color: rgba(255,255,255,0.65);
}

/* Solid blue CTA */
.btn-solid {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #3b82f6, #60a5fa);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 28px rgba(59,130,246,0.4);
}

.btn-solid:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(59,130,246,0.55);
    color: #fff;
}

/* Ghost button (white border, used on hero) */
.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: transparent;
    color: rgba(255,255,255,0.88);
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    border: 1.5px solid rgba(255,255,255,0.3);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.btn-ghost:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.55);
    color: #fff;
    transform: translateY(-2px);
}

/* Hero meta stats */
.hero-v2-meta {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.hero-v2-stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hero-v2-stat strong {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.hero-v2-stat span {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.hero-v2-divider {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.15);
}

/* Hero right: floating cards */
.hero-v2-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-right: 0;
}

/* ── Store Video Showcase ─────────────────────────────────── */
.hero-store-video-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #0d1117;
    border: 1px solid rgba(59,130,246,0.35);
    box-shadow:
        0 0 0 1px rgba(59,130,246,0.08),
        0 8px 40px rgba(59,130,246,0.20),
        0 32px 80px rgba(0,0,0,0.55);
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.hero-store-video-wrap:hover {
    transform: translateY(-4px);
    box-shadow:
        0 0 0 1px rgba(59,130,246,0.15),
        0 12px 56px rgba(59,130,246,0.30),
        0 40px 96px rgba(0,0,0,0.6);
}

.hero-store-video-titlebar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    user-select: none;
}

.hero-store-dots {
    display: flex;
    gap: 6px;
    flex-shrink: 0;
}

.hero-store-video-title {
    flex: 1;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.4px;
}

.hero-store-video-title i {
    color: #3b82f6;
    margin-right: 5px;
}

.hero-store-video-live {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #3b82f6;
    flex-shrink: 0;
}

.hero-store-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3b82f6;
    animation: storelivepulse 2s ease-in-out infinite;
}

@keyframes storelivepulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.4; transform: scale(0.75); }
}

.hero-store-video-inner {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.hero-store-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: all;
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
}

.hero-store-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
/* ─────────────────────────────────────────────────────────── */

.hero-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 20px;
    padding: 22px 24px;
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.25);
}

.hc-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin-bottom: 8px;
}

.hc-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}

.hc-sub {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 16px;
}

.hc-progress {
    height: 4px;
    background: rgba(255,255,255,0.12);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 12px;
}

.hcp-bar {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    border-radius: 999px;
    transition: width 1.2s ease;
}

.hc-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

.hc-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #4ade80;
    letter-spacing: 1px;
}

.hc-status::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #4ade80;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(74,222,128,0.25);
    animation: pulse-dot 2s infinite;
}

/* Small card row */
.hero-card-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.hc-sm {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
}

.hc-sm-icon {
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
}

.hc-sm-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}

.hc-sm-sub {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
}

/* Notification card */
.hc-notification {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.75);
    border-radius: 14px;
}

.hcn-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3b82f6;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.25);
    animation: pulse-dot 2s infinite;
}

/* Hero scroll indicator */
.hero-v2-scroll {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 2;
}

.scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
    animation: scroll-fade 1.5s ease-in-out infinite;
}

@keyframes scroll-fade {
    0%, 100% { opacity: 0.3; transform: scaleY(0.6); transform-origin: top; }
    50%       { opacity: 1;   transform: scaleY(1);   transform-origin: top; }
}

.hero-v2-scroll span {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    font-weight: 600;
}

/* --------------------------------
   HERO V2 RESPONSIVE
   -------------------------------- */
@media (max-width: 1100px) {
    .hero-v2-inner { grid-template-columns: 1fr; gap: 48px; }
    .hero-v2-right { max-width: 660px; }
    .hero-v2-title { font-size: 56px; }
}

@media (max-width: 768px) {
    .hero-v2 { padding: 100px 0 60px; min-height: auto; }
    .hero-v2-title { font-size: 42px; letter-spacing: -0.5px; }
    .hero-v2-desc { font-size: 15px; }
    .hero-v2-right { display: none; }
    .hero-v2-meta { gap: 20px; }
    .hero-v2-stat strong { font-size: 22px; }
    .hero-reviews-count { font-size: 12px; }
    .hero-reviews-link { font-size: 11px; }
    .hero-v2-scroll { display: none; }
}

@media (max-width: 480px) {
    .hero-v2-title { font-size: 34px; }
    .hero-v2-actions { flex-direction: column; gap: 12px; }
    .btn-solid, .btn-ghost { width: 100%; justify-content: center; }
}

/* --------------------------------
   RIBBON
   -------------------------------- */
.ribbon {
    overflow: hidden;
    background: #f0f7ff;
    border-top: 1px solid rgba(59,130,246,0.1);
    border-bottom: 1px solid rgba(59,130,246,0.1);
    padding: 0;
}

.ribbon-track {
    display: flex;
    align-items: center;
    gap: 0;
    white-space: nowrap;
    animation: ribbon-scroll 28s linear infinite;
    width: max-content;
    padding: 16px 0;
}

.ribbon-track span {
    padding: 0 24px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--primary-color);
    opacity: 0.7;
}

.ribbon-sep {
    color: rgba(59,130,246,0.3) !important;
    padding: 0 4px !important;
    opacity: 1 !important;
}

@keyframes ribbon-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* --------------------------------
   DIENSTEN — BENTO GRID
   -------------------------------- */
.diensten {
    padding: 110px 0;
    background: #eef2ff;
    position: relative;
    overflow: hidden;
}

.diensten::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(59,130,246,0.12) 1.5px, transparent 1.5px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 0;
}

.diensten::after {
    content: '';
    position: absolute;
    top: -220px;
    right: -180px;
    width: 720px;
    height: 720px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59,130,246,0.10) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

.diensten-blob {
    position: absolute;
    bottom: -120px;
    left: -100px;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99,102,241,0.08) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

.diensten > .container {
    position: relative;
    z-index: 1;
}

.diensten-header {
    margin-bottom: 56px;
}

.diensten-header h2 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--secondary-color);
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}

.diensten-header p {
    font-size: 17px;
    color: var(--dark-gray);
    max-width: 500px;
    line-height: 1.6;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
}

/* Large card: Servers — spans 7 cols */
.bc-large {
    grid-column: span 7;
}

/* Medium cards: span 5 cols */
.bc-medium {
    grid-column: span 5;
}

/* Wide: Websites — mirrors large card on row 2 */
.bc-wide {
    grid-column: span 7;
}

.bento-card {
    display: flex;
    flex-direction: column;
    padding: 36px 38px;
    border-radius: 20px;
    border: 1px solid rgba(203,213,225,0.7);
    background: linear-gradient(145deg, #ffffff 0%, #f7f9ff 100%);
    text-decoration: none;
    color: var(--secondary-color);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04), 0 4px 20px rgba(59,130,246,0.06);
}

.bento-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(59,130,246,0.04) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.bento-card:hover {
    border-color: rgba(59,130,246,0.22);
    box-shadow: 0 24px 64px rgba(59,130,246,0.12), 0 4px 12px rgba(0,0,0,0.06);
    transform: translateY(-4px);
    color: var(--secondary-color);
}

.bento-card:hover::before {
    opacity: 1;
}

/* Blue featured card */
.bc-blue {
    background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 55%, #3b82f6 100%);
    color: #fff;
    border-color: transparent;
}

.bc-blue:hover {
    color: #fff;
    box-shadow: 0 28px 72px rgba(29,78,216,0.45), 0 4px 12px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.15);
}

.bc-blue::before {
    background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, transparent 60%);
}

.bc-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 14px;
    opacity: 0.7;
}

.bc-blue .bc-eyebrow {
    color: rgba(255,255,255,0.6);
}

.bc-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(59,130,246,0.09);
    border: 1px solid rgba(59,130,246,0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 18px;
    color: var(--primary-color);
    flex-shrink: 0;
}

.bc-blue .bc-icon {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.28);
    color: rgba(255,255,255,0.92);
}

.bento-card h3 {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 12px;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.bc-large h3 {
    font-size: 34px;
    margin-bottom: 16px;
}

.bento-card p {
    font-size: 15px;
    line-height: 1.65;
    color: var(--dark-gray);
    margin-bottom: 24px;
}

.bc-blue p {
    color: rgba(255,255,255,0.75);
}

.bc-list {
    list-style: none;
    margin: 0 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
}

.bc-list li {
    font-size: 13.5px;
    font-weight: 500;
    color: var(--dark-gray);
    padding-left: 15px;
    position: relative;
    line-height: 1.5;
}

.bc-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary-color);
    opacity: 0.65;
}

.bc-blue .bc-list li {
    color: rgba(255,255,255,0.82);
}

.bc-blue .bc-list li::before {
    background: rgba(255,255,255,0.65);
    opacity: 1;
}

.bc-footer {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(226,232,240,0.7);
}

.bc-blue .bc-footer {
    border-top-color: rgba(255,255,255,0.15);
}

.bc-link {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.3px;
    transition: gap 0.3s ease;
}

.bc-blue .bc-link {
    color: rgba(255,255,255,0.85);
}

.bento-card:hover .bc-link {
    color: var(--primary-dark);
}

.bc-blue:hover .bc-link {
    color: #fff;
}

.bc-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.bento-card:hover .bc-arrow {
    transform: translateX(6px);
}

.bc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: auto;
}

.bc-tags span {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(59,130,246,0.07);
    border: 1px solid rgba(59,130,246,0.14);
    color: var(--primary-color);
    letter-spacing: 0.3px;
    transition: all 0.25s ease;
}

.bento-card:hover .bc-tags span {
    background: rgba(59,130,246,0.12);
    border-color: rgba(59,130,246,0.25);
}

/* Bento responsive */
@media (max-width: 1024px) {
    .bc-large { grid-column: span 12; grid-row: span 1; }
    .bc-medium { grid-column: span 6; }
    .bc-wide { grid-column: span 12; }
    .bc-large h3 { font-size: 28px; }
}

@media (max-width: 640px) {
    .bento-card { padding: 26px 22px; }
    .bc-medium { grid-column: span 12; }
    .bc-wide { grid-column: span 12; }
    .bc-large h3 { font-size: 24px; }
    .bento-card h3 { font-size: 22px; }
    .diensten-header h2 { font-size: 36px; }
    .bc-icon { width: 40px; height: 40px; font-size: 16px; }
}

/* --------------------------------
   WAAROM RAYTRIX
   -------------------------------- */
.waarom {
    padding: 110px 0;
    background: linear-gradient(160deg, #f8faff 0%, #ffffff 45%, #f5f7ff 100%);
    position: relative;
    overflow: hidden;
}

/* soft ambient glow top-right */
.waarom::before {
    content: '';
    position: absolute;
    top: -160px;
    right: -140px;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59,130,246,0.09) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

/* second glow bottom-left */
.waarom::after {
    content: '';
    position: absolute;
    bottom: -120px;
    left: -80px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99,102,241,0.07) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

.waarom > .container {
    position: relative;
    z-index: 1;
}

.waarom-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: end;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(15,23,42,0.08);
}

.waarom-head h2 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.05;
    color: var(--secondary-color);
    margin: 16px 0 0;
    letter-spacing: -0.5px;
}

.waarom-head-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
}

.waarom-head-right p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--dark-gray);
    margin: 0;
}

.waarom-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 64px;
    margin-top: 8px;
}

.wl-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 34px 0 30px;
    border-top: 1px solid rgba(15,23,42,0.09);
    transition: padding-left 0.35s cubic-bezier(0.4,0,0.2,1);
}

/* sliding blue accent line */
.wl-item::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    height: 2px;
    width: 0;
    background: var(--primary-color);
    border-radius: 2px;
    transition: width 0.4s cubic-bezier(0.4,0,0.2,1);
}

.wl-item:hover::before {
    width: 48px;
}

.wl-item:hover {
    padding-left: 4px;
}

.wl-num {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: var(--primary-color);
    opacity: 0.45;
    font-variant-numeric: tabular-nums;
    text-transform: uppercase;
}

.wl-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 1.3;
    letter-spacing: -0.1px;
    transition: color 0.25s ease;
}

.wl-item:hover .wl-title {
    color: var(--primary-color);
}

.wl-desc {
    font-size: 14px;
    line-height: 1.72;
    color: var(--dark-gray);
    margin: 0;
    max-width: 380px;
}

@media (max-width: 960px) {
    .waarom-head {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .waarom-head h2 { font-size: 38px; }
    .waarom-list { grid-template-columns: 1fr 1fr; gap: 0 40px; }
}

@media (max-width: 640px) {
    .waarom-head h2 { font-size: 32px; }
    .waarom-list { grid-template-columns: 1fr; }
    .wl-item { padding: 24px 0; }
    .wl-desc { max-width: 100%; }
}

/* --------------------------------
   PROCESS V2
   -------------------------------- */
.process-v2 {
    padding: 110px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* soft top-center glow */
.process-v2::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 560px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(59,130,246,0.08) 0%, transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.process-v2 > .container {
    position: relative;
    z-index: 1;
}

.process-v2-header {
    max-width: 560px;
    margin-bottom: 72px;
}

.process-v2-header h2 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--secondary-color);
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}

.process-v2-header p {
    font-size: 17px;
    color: var(--dark-gray);
    line-height: 1.6;
}

.pv2-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.pv2-step {
    padding: 36px 32px 34px;
    border: 1px solid rgba(15,23,42,0.085);
    border-radius: 16px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    transition: border-color 0.5s ease, box-shadow 0.5s ease;
}

/* full-bleed bottom bar that rises on hover */
.pv2-step::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(to top, rgba(59,130,246,0.055), transparent);
    transition: height 0.55s ease;
    pointer-events: none;
    z-index: 0;
}

/* thin top accent line — always visible, brightens on hover */
.pv2-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), rgba(99,102,241,0.6));
    opacity: 0.18;
    border-radius: 16px 16px 0 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.pv2-step:hover::before {
    opacity: 1;
}

.pv2-step:hover::after {
    height: 120px;
}

.pv2-step:hover {
    border-color: rgba(59,130,246,0.22);
    box-shadow: 0 8px 40px rgba(59,130,246,0.09);
}

.pv2-step > * {
    position: relative;
    z-index: 1;
}

.pv2-num {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    color: var(--primary-color);
    opacity: 0.4;
    margin-bottom: 20px;
    font-variant-numeric: tabular-nums;
    transition: opacity 0.4s ease;
}

.pv2-step:hover .pv2-num {
    opacity: 0.7;
}

.pv2-step h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--secondary-color);
    margin: 0 0 14px;
    line-height: 1.3;
    letter-spacing: -0.1px;
}

.pv2-step p {
    font-size: 14px;
    line-height: 1.72;
    color: var(--dark-gray);
    margin: 0;
}

@media (max-width: 960px) {
    .process-v2-header h2 { font-size: 38px; }
    .pv2-track { grid-template-columns: 1fr 1fr; gap: 16px; }
}

@media (max-width: 560px) {
    .process-v2-header h2 { font-size: 32px; }
    .pv2-track { grid-template-columns: 1fr; gap: 12px; }
}

/* --------------------------------
   STATS V2
   -------------------------------- */
.stats-v2 {
    padding: 80px 0;
    background: #0b0f1e;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.055);
    border-bottom: 1px solid rgba(255,255,255,0.055);
}

.stats-v2::before {
    content: '';
    position: absolute;
    top: -160px;
    left: -80px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(59,130,246,0.1) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

.stats-v2::after {
    content: '';
    position: absolute;
    bottom: -140px;
    right: -60px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(99,102,241,0.07) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

.stats-v2 > .container {
    position: relative;
    z-index: 1;
}

/* Two-column inner layout */
.sv2-inner {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 72px;
    align-items: center;
}

.sv2-left {
    padding-right: 48px;
    border-right: 1px solid rgba(255,255,255,0.07);
}

.sv2-left .label-tag {
    display: block;
    margin-bottom: 16px;
}

.sv2-left h2 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.22;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.4px;
}

/* Stats grid */
.stats-v2-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.sv2-item {
    padding: 0 32px;
    border-left: 1px solid rgba(255,255,255,0.07);
    text-align: left;
}

.sv2-item:first-child {
    border-left: none;
    padding-left: 0;
}

.sv2-numwrap {
    display: flex;
    align-items: baseline;
    line-height: 1;
    margin-bottom: 10px;
}

.sv2-number {
    font-size: 46px;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    color: #ffffff;
}

.sv2-suffix {
    font-size: 20px;
    font-weight: 800;
    color: #3b82f6;
    letter-spacing: -0.3px;
    margin-left: 3px;
    align-self: flex-start;
    padding-top: 8px;
}

.sv2-label {
    font-size: 10.5px;
    font-weight: 700;
    color: rgba(148,163,184,0.6);
    letter-spacing: 1.3px;
    text-transform: uppercase;
    line-height: 1.5;
}

.sv2-number[data-target] { cursor: default; }

@media (max-width: 1024px) {
    .sv2-inner { grid-template-columns: 220px 1fr; gap: 52px; }
}

@media (max-width: 860px) {
    .sv2-inner { grid-template-columns: 1fr; gap: 36px; }
    .sv2-left { border-right: none; padding-right: 0; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.07); }
    .sv2-left h2 { font-size: 24px; }
    .stats-v2-grid { grid-template-columns: 1fr 1fr; }
    .sv2-item { padding: 28px 28px !important; border-left: 1px solid rgba(255,255,255,0.07) !important; border-bottom: 1px solid rgba(255,255,255,0.07); }
    .sv2-item:nth-child(odd) { border-left: none !important; padding-left: 0 !important; }
    .sv2-item:nth-child(3), .sv2-item:nth-child(4) { border-bottom: none; }
    .sv2-number { font-size: 40px; }
    .sv2-suffix { font-size: 18px; padding-top: 7px; }
}

@media (max-width: 480px) {
    .stats-v2 { padding: 60px 0; }
    .sv2-number { font-size: 34px; letter-spacing: -1.5px; }
    .sv2-suffix { font-size: 15px; padding-top: 5px; }
}

/* --------------------------------
   FOOTER V2
   -------------------------------- */
.footer-v2 {
    background: #0f172a;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 80px 0 0;
    color: rgba(255,255,255,0.55);
    font-size: 14px;
}

.footer-v2-top {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.fv2-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin-bottom: 20px;
}

.fv2-logo img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
}

.fv2-logo span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.footer-v2-brand p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.4);
    margin-bottom: 24px;
    max-width: 280px;
}

.fv2-discord {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 20px;
    background: rgba(88,101,242,0.15);
    border: 1px solid rgba(88,101,242,0.3);
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fv2-discord:hover {
    background: rgba(88,101,242,0.28);
    border-color: rgba(88,101,242,0.55);
    color: #fff;
    transform: translateY(-2px);
}

.footer-v2-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.fv2-col h5 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 18px;
}

.fv2-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.fv2-col ul li a {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 400;
}

.fv2-col ul li a:hover {
    color: #fff;
}

.footer-v2-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-v2-bottom span {
    font-size: 12px;
    color: rgba(255,255,255,0.25);
    font-weight: 400;
}

@media (max-width: 960px) {
    .footer-v2-top { grid-template-columns: 1fr; gap: 48px; }
    .footer-v2-brand p { max-width: 100%; }
    .footer-v2-cols { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
    .footer-v2 { padding-top: 60px; }
    .footer-v2-cols { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .footer-v2-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
}

@media (max-width: 420px) {
    .footer-v2-cols { grid-template-columns: 1fr; }
}

/* --------------------------------
   STATS V2 counter hook
   (js/main.js targets data-target on
    elements with class stat-number OR sv2-number)
   -------------------------------- */
.sv2-number {
    transition: none;
    /* preserve gradient fill when JS swaps textContent */
    will-change: contents;
}

/* ============================================================================
   CODE EDITOR — Hero Visual (right column)
   ============================================================================ */

/* Line animations — each line slides in with staggered delay */
@keyframes ce-line-in {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Cursor blink */
@keyframes ce-cursor-blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0; }
}

/* Terminal lines fade-slide in */
@keyframes ct-in {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Outer wrapper */
.code-editor {
    background: #0f1419;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.07);
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.02),
        0 4px 6px rgba(0,0,0,0.15),
        0 20px 60px rgba(0,0,0,0.5),
        0 0 120px rgba(59,130,246,0.06);
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    font-size: 13px;
    line-height: 1.65;
    width: 100%;
    max-width: 680px;
    position: relative;
    margin-left: 100px;
}

/* Subtle top glow */
.code-editor::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59,130,246,0.4), transparent);
    z-index: 5;
}

/* ── Title bar ── */
.ce-titlebar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 14px;
    background: #1a1f26;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.ce-dots {
    display: flex;
    gap: 7px;
    flex-shrink: 0;
}

.ce-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: block;
}

.ce-dot-r { background: #ff5f57; }
.ce-dot-y { background: #febc2e; }
.ce-dot-g { background: #28c840; }

.ce-tabs {
    display: flex;
    gap: 2px;
    flex: 1;
    overflow: hidden;
}

.ce-tab {
    padding: 5px 14px;
    font-size: 12px;
    border-radius: 6px 6px 0 0;
    color: rgba(255,255,255,0.35);
    font-family: var(--font-primary);
    white-space: nowrap;
    letter-spacing: 0.2px;
    cursor: default;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ce-tab-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #51a8ff;
    border-radius: 3px;
    flex-shrink: 0;
}

.ce-tab--active {
    background: #0f1419;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

.ce-titlebar-actions {
    display: flex;
    gap: 0;
    margin-left: auto;
}

.ce-action {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: rgba(255,255,255,0.25);
    cursor: default;
    border-radius: 4px;
    transition: background 0.15s;
}

.ce-action:hover {
    background: rgba(255,255,255,0.06);
}

.ce-action-close:hover {
    background: #e81123;
    color: #fff;
}

/* ── Editor middle layout ── */
.ce-middle {
    display: flex;
    overflow: hidden;
}

/* ── Content wrapper ── */
.ce-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
}

/* ── Breadcrumb ── */
.ce-breadcrumb {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 14px;
    font-size: 11px;
    color: rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.01);
    border-bottom: 1px solid rgba(255,255,255,0.04);
    font-family: var(--font-primary);
    flex-shrink: 0;
}

.ce-breadcrumb i {
    font-size: 7px;
    color: rgba(255,255,255,0.13);
}

.ce-bc-active {
    color: rgba(255,255,255,0.48);
}

/* ── Code body ── */
.ce-body {
    display: flex;
    overflow: hidden;
    padding: 8px 0;
}

.ce-gutter {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 14px 0 16px;
    gap: 0;
    min-width: 44px;
    border-right: 1px solid rgba(255,255,255,0.05);
    user-select: none;
}

.ce-gutter span {
    font-size: 12px;
    line-height: 1.65;
    color: rgba(255,255,255,0.14);
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    display: block;
    min-height: 1.65em;
}

.ce-lines {
    flex: 1;
    padding: 0 20px 0 16px;
    overflow: hidden;
}

.ce-line {
    display: block;
    min-height: 1.65em;
    white-space: pre;
    opacity: 0;
    animation: ce-line-in 0.4s ease forwards;
}

.ce-empty {
    animation: ce-line-in 0.2s ease forwards;
}

/* Staggered delays for each line */
.ce-line:nth-child(1)  { animation-delay: 0.2s; }
.ce-line:nth-child(2)  { animation-delay: 0.45s; }
.ce-line:nth-child(3)  { animation-delay: 0.65s; }
.ce-line:nth-child(4)  { animation-delay: 0.85s; }
.ce-line:nth-child(5)  { animation-delay: 1.0s; }
.ce-line:nth-child(6)  { animation-delay: 1.15s; }
.ce-line:nth-child(7)  { animation-delay: 1.3s; }
.ce-line:nth-child(8)  { animation-delay: 1.45s; }
.ce-line:nth-child(9)  { animation-delay: 1.6s; }
.ce-line:nth-child(10) { animation-delay: 1.75s; }
.ce-line:nth-child(11) { animation-delay: 1.9s; }
.ce-line:nth-child(12) { animation-delay: 2.05s; }
.ce-line:nth-child(13) { animation-delay: 2.2s; }
.ce-line:nth-child(14) { animation-delay: 2.35s; }
.ce-line:nth-child(15) { animation-delay: 2.5s; }
.ce-line:nth-child(16) { animation-delay: 2.65s; }
.ce-line:nth-child(17) { animation-delay: 2.8s; }
.ce-line:nth-child(18) { animation-delay: 2.95s; }
.ce-line:nth-child(19) { animation-delay: 3.1s; }
.ce-line:nth-child(20) { animation-delay: 3.25s; }

/* Active cursor line highlight */
.ce-cursor-line {
    background: rgba(130,170,255,0.04);
    border-left: 2px solid rgba(130,170,255,0.35);
    padding-left: calc(16px - 2px);
    margin-left: -16px;
    padding-right: 20px;
}

/* Blinking cursor */
.ce-cursor {
    display: inline-block;
    width: 2px;
    height: 1.1em;
    background: #c792ea;
    vertical-align: text-bottom;
    margin-left: 1px;
    border-radius: 1px;
    animation: ce-cursor-blink 1s step-end infinite;
    opacity: 0; /* hidden until parent line animates in */
}

.ce-cursor-line.ce-line .ce-cursor {
    animation-delay: 2.05s;
    animation: ce-line-in 0.01s ease 2.05s forwards, ce-cursor-blink 1s step-end 2.05s infinite;
}

/* Indent helper */
.ce-indent {
    display: inline-block;
    width: 2ch;
}

/* Syntax highlight tokens */
.c-comment { color: #546e7a; font-style: italic; }
.c-kw      { color: #c792ea; font-weight: 600; }
.c-var     { color: #82aaff; }
.c-prop    { color: #f78c6c; }
.c-str     { color: #c3e88d; }
.c-num     { color: #f78c6c; }
.c-fn      { color: #82aaff; }
.c-op      { color: rgba(255,255,255,0.4); }

/* ── Terminal panel ── */
.ce-terminal {
    background: #0a0e14;
    border-top: 1px solid rgba(255,255,255,0.05);
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    font-size: 12px;
    display: flex;
    flex-direction: column;
}

.ce-term-header {
    display: flex;
    gap: 0;
    padding: 0 16px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.ce-term-tab {
    padding: 7px 14px;
    font-size: 11px;
    color: rgba(255,255,255,0.25);
    font-family: var(--font-primary);
    font-weight: 500;
    cursor: default;
    letter-spacing: 0.2px;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

.ce-term-tab.active {
    color: rgba(255,255,255,0.7);
    border-bottom-color: rgba(59,130,246,0.6);
}

.ce-term-body {
    padding: 7px 16px 9px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ce-term-line {
    opacity: 0;
    animation: ct-in 0.35s ease forwards;
    white-space: nowrap;
    color: rgba(255,255,255,0.5);
    line-height: 1.7;
}

.ct-1  { animation-delay: 2.2s; }
.ct-2  { animation-delay: 2.55s; }
.ct-3  { animation-delay: 2.85s; }

.ct-prompt { color: #c792ea; margin-right: 8px; font-weight: 600; }
.ct-flag   { color: #c3e88d; }
.ct-val    { color: #82aaff; }
.ct-ok     { color: #c3e88d; margin-right: 8px; }
.ct-num    { color: #f78c6c; }
.ct-dim    { color: rgba(255,255,255,0.25); }
.ct-live   { color: #c3e88d; margin-right: 8px;
             animation: pulse-dot 2s infinite; }

/* ── Status bar ── */
.ce-statusbar {
    display: flex;
    align-items: center;
    gap: 0;
    background: #181d25;
    padding: 5px 14px;
    border-top: 1px solid rgba(255,255,255,0.04);
}

.ce-sb-item {
    font-size: 11px;
    color: rgba(255,255,255,0.35);
    font-family: var(--font-primary);
    font-weight: 500;
    padding: 0 10px 0 0;
    margin-right: 10px;
    border-right: 1px solid rgba(255,255,255,0.06);
    white-space: nowrap;
}

.ce-sb-item:last-child {
    border-right: none;
    margin-left: auto;
    padding-right: 0;
    margin-right: 0;
}

.ce-sb-active {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.6);
    font-weight: 600;
}

.ce-sb-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c3e88d;
    flex-shrink: 0;
    animation: pulse-dot 2s infinite;
}

/* Responsive: hide editor on small screens */
@media (max-width: 1100px) {
    .code-editor { max-width: 600px; font-size: 12px; }
}

@media (max-width: 768px) {
    .hero-v2-right { display: none; }
}
