/* IAXON — 3D Premium Theme (Teal · Gold · Obsidian) */
:root {
    --bg-deep: #020408;
    --bg-base: #060d14;
    --bg-card: rgba(8, 18, 28, 0.78);
    --border: rgba(255, 255, 255, 0.06);
    --border-accent: rgba(20, 184, 166, 0.4);
    --teal: #14b8a6;
    --teal-light: #2dd4bf;
    --cyan: #22d3ee;
    --gold: #f59e0b;
    --gold-light: #fbbf24;
    --text: #f0fdfa;
    --text-muted: #94a3b8;
    --gradient: linear-gradient(135deg, #14b8a6 0%, #0891b2 50%, #f59e0b 100%);
    --gradient-text: linear-gradient(135deg, #5eead4, #22d3ee 45%, #fcd34d);
    --radius: 1.25rem;
    --glow: 0 0 80px rgba(20, 184, 166, 0.2);
    --glow-gold: 0 0 60px rgba(245, 158, 11, 0.12);
    --perspective: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

.site-body {
    font-family: 'Manrope', system-ui, sans-serif;
    background: var(--bg-deep) !important;
    color: var(--text) !important;
    overflow-x: hidden;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

.site-body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--teal), var(--gold)) !important;
}

/* ── 3D Background ── */
.site-bg {
    position: fixed; inset: 0; z-index: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 80% 50% at 10% -5%, rgba(20,184,166,0.2), transparent 55%),
        radial-gradient(ellipse 50% 40% at 95% 10%, rgba(245,158,11,0.1), transparent 50%),
        radial-gradient(ellipse 40% 30% at 50% 100%, rgba(8,145,178,0.08), transparent 45%),
        var(--bg-deep);
    perspective: var(--perspective);
}
.site-bg::before {
    content: ''; position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(20,184,166,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20,184,166,0.03) 1px, transparent 1px);
    background-size: 80px 80px;
    transform: perspective(800px) rotateX(60deg) scale(2.5);
    transform-origin: center top;
    mask-image: linear-gradient(to bottom, black 0%, transparent 70%);
    opacity: 0.5;
}
.site-noise {
    position: fixed; inset: 0; z-index: 2; pointer-events: none; opacity: 0.03;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
#bgCanvas { position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: 0.6; }
main { position: relative; z-index: 10; }

/* ── Nav ── */
.site-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    padding: 0.875rem 1rem 0; transition: padding 0.35s ease;
}
.site-nav.nav-scrolled { padding-top: 0.5rem; }
.nav-inner {
    max-width: 80rem; margin: 0 auto;
    background: rgba(4, 10, 16, 0.7);
    backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid var(--border);
    border-radius: 9999px;
    padding: 0 0.5rem 0 1rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.04);
    transition: all 0.35s ease;
}
.site-nav.nav-scrolled .nav-inner {
    background: rgba(4, 10, 16, 0.92);
    border-color: rgba(20,184,166,0.25);
    box-shadow: 0 12px 48px rgba(0,0,0,0.4), var(--glow);
}
.nav-link {
    padding: 0.5rem 0.75rem; font-size: 0.8125rem; font-weight: 600;
    color: var(--text-muted); border-radius: 9999px; transition: all 0.22s;
    white-space: nowrap; letter-spacing: 0.01em;
}
.nav-link:hover { color: #fff; background: rgba(20,184,166,0.08); }
.nav-link.active {
    color: #fff; background: rgba(20,184,166,0.18);
    box-shadow: inset 0 0 0 1px rgba(20,184,166,0.35);
}
.logo-mark {
    width: 2.75rem; height: 2.75rem; border-radius: 0.875rem;
    background: var(--gradient);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 28px rgba(20,184,166,0.4), var(--glow-gold);
    position: relative; overflow: hidden;
    transform: translateZ(20px);
}
.logo-mark::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, transparent 40%, rgba(255,255,255,0.2));
}
.logo-mark span {
    font-family: 'Outfit', sans-serif; font-weight: 800; color: #fff;
    font-size: 1.2rem; position: relative; z-index: 1;
}
.logo-mark-sm { width: 2.25rem; height: 2.25rem; }
.logo-mark-sm span { font-size: 1rem; }

/* ── Buttons ── */
.btn-primary {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
    padding: 0.75rem 1.5rem; background: var(--gradient); color: #020408;
    font-family: 'Outfit', sans-serif; font-size: 0.875rem; font-weight: 700;
    border-radius: 9999px; border: none; cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 6px 32px rgba(20,184,166,0.35), 0 0 0 1px rgba(255,255,255,0.1) inset;
    text-decoration: none;
}
.btn-primary:hover {
    transform: translateY(-3px) translateZ(10px);
    box-shadow: 0 12px 40px rgba(20,184,166,0.45), var(--glow-gold);
    color: #020408;
}
.btn-secondary {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
    padding: 0.75rem 1.5rem; background: rgba(255,255,255,0.03);
    color: var(--text); font-family: 'Outfit', sans-serif;
    font-size: 0.875rem; font-weight: 600; border-radius: 9999px;
    border: 1px solid var(--border); backdrop-filter: blur(8px);
    transition: all 0.3s; text-decoration: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.btn-secondary:hover {
    border-color: rgba(20,184,166,0.4); background: rgba(20,184,166,0.08);
    transform: translateY(-3px); color: #fff;
}
.btn-ghost {
    display: inline-flex; align-items: center; gap: 0.35rem;
    font-size: 0.875rem; font-weight: 600; color: var(--teal-light);
    transition: gap 0.25s; text-decoration: none;
}
.btn-ghost:hover { gap: 0.6rem; color: var(--gold-light); }

/* ── Mobile ── */
.mobile-menu {
    position: fixed; inset-y: 0; right: 0; width: min(22rem, 100vw);
    background: rgba(4,10,16,0.97); backdrop-filter: blur(24px);
    border-left: 1px solid var(--border); z-index: 110; padding: 2rem;
    transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}
.mobile-menu.open { transform: translateX(0); }
.mobile-nav-link {
    display: block; padding: 0.875rem 1rem; font-size: 1rem; font-weight: 600;
    color: var(--text-muted); border-radius: 0.75rem; transition: all 0.2s;
    text-decoration: none;
}
.mobile-nav-link:hover { color: #fff; background: rgba(20,184,166,0.12); padding-left: 1.2rem; }
.mobile-overlay {
    position: fixed; inset: 0; background: rgba(2,4,8,0.8);
    backdrop-filter: blur(6px); z-index: 105;
    opacity: 0; pointer-events: none; transition: opacity 0.35s;
}
.mobile-overlay.visible { opacity: 1; pointer-events: auto; }

/* ── Typography ── */
.section-eyebrow {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-family: 'Outfit', sans-serif;
    font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.16em;
    text-transform: uppercase; color: var(--teal-light);
    padding: 0.4rem 0.95rem; margin-bottom: 1rem;
    background: rgba(20,184,166,0.1); border: 1px solid rgba(20,184,166,0.22);
    border-radius: 9999px;
}
.section-eyebrow::before {
    content: ''; width: 6px; height: 6px; border-radius: 50%;
    background: var(--gold); box-shadow: 0 0 10px var(--gold);
}
.page-hero {
    position: relative; padding: 8.5rem 0 4.5rem; overflow: hidden;
}
.page-3d-bg {
    position: absolute; inset: 0; height: 100%; opacity: 0.55; pointer-events: none;
}
.page-hero::before {
    content: ''; position: absolute; top: 10%; left: 50%; transform: translateX(-50%);
    width: 700px; height: 450px;
    background: radial-gradient(circle, rgba(20,184,166,0.12), transparent 70%);
    pointer-events: none;
}
.page-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.35rem, 5.5vw, 3.65rem); font-weight: 800;
    color: #fff; line-height: 1.1; letter-spacing: -0.025em; margin-bottom: 1.1rem;
}
.page-subtitle {
    font-size: 1.1rem; color: var(--text-muted);
    max-width: 38rem; margin: 0 auto; line-height: 1.75;
}
.text-gradient {
    background: var(--gradient-text);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800;
    color: #fff; letter-spacing: -0.02em; margin-bottom: 0.75rem;
}
.section-desc { color: var(--text-muted); font-size: 1.05rem; max-width: 34rem; line-height: 1.7; }
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-header .section-desc { margin: 0 auto; }
.section-premium { padding: 5.5rem 0; position: relative; }
.section-premium-alt {
    background: linear-gradient(180deg, rgba(20,184,166,0.04), transparent);
    border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}

/* ── 3D Cards ── */
.card {
    background: var(--bg-card); backdrop-filter: blur(20px);
    border: 1px solid var(--border); border-radius: var(--radius);
    padding: 1.85rem; position: relative; overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.45s cubic-bezier(0.4,0,0.2,1), border-color 0.4s, box-shadow 0.4s;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.04);
}
.card::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(500px circle at var(--mx,50%) var(--my,50%), rgba(20,184,166,0.1), transparent 42%);
    opacity: 0; transition: opacity 0.35s; pointer-events: none;
}
.card:hover::before { opacity: 1; }
.card:hover {
    border-color: var(--border-accent);
    box-shadow: var(--glow), 0 32px 64px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.06);
}
.card-icon {
    width: 3.2rem; height: 3.2rem; border-radius: 1rem;
    background: linear-gradient(135deg, rgba(20,184,166,0.2), rgba(245,158,11,0.08));
    border: 1px solid rgba(20,184,166,0.25);
    display: flex; align-items: center; justify-content: center;
    color: var(--teal-light); font-size: 1.2rem; margin-bottom: 1.35rem;
    box-shadow: 0 4px 16px rgba(20,184,166,0.15);
}
.card-premium {
    background: linear-gradient(155deg, rgba(8,18,28,0.9), rgba(4,10,16,0.95));
    border-color: rgba(20,184,166,0.12);
}
.card-glow { box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 48px rgba(20,184,166,0.06); }
.card-3d-tilt { transform-style: preserve-3d; will-change: transform; }

/* ── Hero 3D ── */
.hero-section {
    position: relative; min-height: 100vh; display: flex; align-items: center;
    padding: 6.5rem 0 3.5rem; overflow: hidden;
    perspective: var(--perspective);
}
.hero-grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 1fr 1fr; gap: 3rem; } }

.hero-badge {
    display: inline-flex; align-items: center; gap: 0.6rem;
    padding: 0.45rem 1rem 0.45rem 0.8rem;
    background: rgba(20,184,166,0.1); border: 1px solid rgba(20,184,166,0.28);
    border-radius: 9999px; font-size: 0.8125rem; font-weight: 600;
    color: var(--teal-light); margin-bottom: 1.5rem;
}
.hero-badge .dot {
    width: 8px; height: 8px; border-radius: 50%; background: var(--gold);
    box-shadow: 0 0 12px var(--gold); animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.6;transform:scale(.85)} }

.hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 800;
    color: #fff; line-height: 1.06; letter-spacing: -0.03em; margin-bottom: 1.35rem;
}
.hero-lead {
    font-size: 1.1rem; color: var(--text-muted); line-height: 1.75;
    margin-bottom: 1.85rem; max-width: 32rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.hero-tag {
    padding: 0.4rem 0.9rem; background: rgba(255,255,255,0.03);
    border: 1px solid var(--border); border-radius: 9999px;
    font-size: 0.8125rem; font-weight: 600; color: var(--text-muted);
    transition: all 0.22s;
}
.hero-tag:hover { border-color: rgba(20,184,166,0.35); color: #fff; }
.hero-tag i { color: var(--teal-light); margin-right: 0.25rem; }

/* 3D Hero Stage */
.hero-visual { position: relative; min-height: 480px; display: flex; align-items: center; justify-content: center; }
.hero-3d-stage {
    position: relative; width: 100%; max-width: 520px; height: 480px;
    transform-style: preserve-3d;
    animation: stage-float 6s ease-in-out infinite;
}
@keyframes stage-float {
    0%,100%{transform:translateY(0) rotateX(0)} 50%{transform:translateY(-12px) rotateX(2deg)}
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.hero-orb-1 { width: 280px; height: 280px; background: rgba(20,184,166,0.35); top: 5%; left: 0; animation: orb-float 9s ease-in-out infinite; }
.hero-orb-2 { width: 200px; height: 200px; background: rgba(245,158,11,0.2); bottom: 10%; right: 0; animation: orb-float 9s -3s ease-in-out infinite; }
.hero-orb-3 { width: 150px; height: 150px; background: rgba(34,211,238,0.18); top: 45%; left: 40%; animation: orb-float 9s -5s ease-in-out infinite; }
@keyframes orb-float {
    0%,100%{transform:translate(0,0)} 33%{transform:translate(15px,-20px)} 66%{transform:translate(-10px,12px)}
}

.hero-3d-canvas {
    position: absolute; inset: 0; z-index: 5;
    border-radius: 1.5rem;
    background: radial-gradient(ellipse at center, rgba(20,184,166,0.06), transparent 70%);
    border: 1px solid rgba(20,184,166,0.15);
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.03),
        0 40px 80px rgba(0,0,0,0.5),
        var(--glow),
        inset 0 0 60px rgba(20,184,166,0.05);
    overflow: hidden;
}
.hero-3d-canvas canvas { display: block; width: 100% !important; height: 100% !important; }

/* Floating 3D stat pills around hero */
.float-stat {
    position: absolute; z-index: 10;
    padding: 0.75rem 1.1rem;
    background: rgba(4,10,16,0.85);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(20,184,166,0.25);
    border-radius: 1rem;
    box-shadow: 0 12px 32px rgba(0,0,0,0.4), var(--glow);
    animation: float-stat 5s ease-in-out infinite;
    transform-style: preserve-3d;
}
.float-stat-val {
    display: block; font-family: 'Outfit', sans-serif;
    font-size: 1.25rem; font-weight: 800; color: #fff;
    background: var(--gradient-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.float-stat-lbl {
    display: block; font-size: 0.625rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted);
}
.float-stat-1 { top: 8%; right: -5%; animation-delay: 0s; }
.float-stat-2 { bottom: 25%; left: -8%; animation-delay: -1.5s; }
.float-stat-3 { bottom: 8%; right: 5%; animation-delay: -3s; }
@keyframes float-stat {
    0%,100%{transform:translateY(0) translateZ(30px)} 50%{transform:translateY(-10px) translateZ(50px)}
}

/* Stats row */
.stat-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; margin-top: 2.5rem; }
@media (min-width:768px){ .stat-grid{ grid-template-columns:repeat(4,1fr); } }
.stat-item {
    text-align: center; padding: 1.35rem 1rem;
    background: rgba(255,255,255,0.02); border: 1px solid var(--border);
    border-radius: var(--radius);
    transform-style: preserve-3d;
    transition: all 0.35s;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.stat-item:hover {
    border-color: rgba(20,184,166,0.3);
    transform: translateY(-6px) rotateX(4deg);
    box-shadow: var(--glow);
}
.stat-value {
    font-family: 'Outfit', sans-serif; font-size: 2rem; font-weight: 800;
    background: var(--gradient-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.stat-label { font-size: 0.7rem; color: #64748b; margin-top: 0.3rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }

/* Marquee */
.marquee-wrap {
    overflow: hidden; padding: 1.75rem 0;
    border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
    background: rgba(20,184,166,0.02);
    mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
}
.marquee-track { display: flex; gap: 3rem; width: max-content; animation: marquee 28s linear infinite; }
.marquee-item {
    display: flex; align-items: center; gap: 0.65rem;
    font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 600;
    color: #64748b; white-space: nowrap;
}
.marquee-item i { color: var(--teal); font-size: 1.1rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Bento 3D */
.bento-grid { display: grid; gap: 1.15rem; perspective: var(--perspective); }
@media (min-width:768px){
    .bento-grid { grid-template-columns: repeat(3,1fr); }
    .bento-featured { grid-column: span 2; grid-row: span 2; }
}
.bento-item {
    background: var(--bg-card); backdrop-filter: blur(16px);
    border: 1px solid var(--border); border-radius: 1.4rem;
    padding: 1.85rem; min-height: 190px;
    display: flex; flex-direction: column; justify-content: flex-end;
    position: relative; overflow: hidden; text-decoration: none; color: inherit;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
}
.bento-item:hover {
    border-color: var(--border-accent);
    box-shadow: var(--glow), 0 28px 56px rgba(0,0,0,0.35);
}
.bento-icon { font-size: 1.85rem; color: var(--teal-light); margin-bottom: auto; padding-bottom: 1.5rem; position: relative; z-index: 2; }
.bento-item h3 { font-family: 'Outfit', sans-serif; font-size: 1.15rem; font-weight: 700; color: #fff; margin-bottom: 0.45rem; position: relative; z-index: 2; }
.bento-item p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; position: relative; z-index: 2; }
.bento-item .btn-ghost { position: relative; z-index: 2; }

/* Per-card 3D model layer */
.bento-3d {
    position: absolute; inset: 0; z-index: 1;
    pointer-events: none;
    opacity: 0.55;
    transition: opacity 0.4s ease;
    -webkit-mask-image: radial-gradient(120% 90% at 70% 30%, #000 40%, transparent 85%);
    mask-image: radial-gradient(120% 90% at 70% 30%, #000 40%, transparent 85%);
}
.bento-3d canvas { display: block; }
.bento-item:hover .bento-3d { opacity: 0.9; }
.bento-featured .bento-3d { opacity: 0.7; }
.bento-featured:hover .bento-3d { opacity: 1; }
/* Keep text legible over the 3D scene */
.bento-item::after {
    content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: linear-gradient(180deg, transparent 30%, rgba(6,12,20,0.55) 100%);
}

/* Process */
.process-grid { display: grid; gap: 1rem; position: relative; }
@media (min-width:768px){
    .process-grid { grid-template-columns: repeat(4,1fr); }
    .process-grid::before {
        content: ''; position: absolute; top: 2rem; left: 12%; right: 12%; height: 1px;
        background: linear-gradient(90deg, transparent, rgba(20,184,166,0.5), var(--gold), transparent);
    }
}
.process-step { text-align: center; padding: 1.25rem; }
.process-num {
    width: 3.75rem; height: 3.75rem; margin: 0 auto 1.1rem; border-radius: 50%;
    background: linear-gradient(135deg, rgba(20,184,166,0.22), rgba(245,158,11,0.1));
    border: 1px solid rgba(20,184,166,0.35);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Outfit', sans-serif; font-size: 1.1rem; font-weight: 800; color: var(--teal-light);
    box-shadow: 0 0 32px rgba(20,184,166,0.25);
    transform: translateZ(20px);
}
.process-step h4 { font-family: 'Outfit', sans-serif; font-weight: 700; color: #fff; margin-bottom: 0.4rem; }
.process-step p { font-size: 0.8125rem; color: #64748b; line-height: 1.55; }

/* Testimonials */
.testimonial-card {
    background: linear-gradient(150deg, rgba(8,18,28,0.8), rgba(4,10,16,0.92));
    border: 1px solid var(--border); border-radius: 1.4rem; padding: 1.85rem;
    transform-style: preserve-3d;
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    transition: transform 0.4s;
}
.testimonial-card:hover { transform: translateY(-6px) rotateX(3deg); box-shadow: var(--glow); }
.stars { color: var(--gold); font-size: 0.72rem; margin-bottom: 0.65rem; }
.testimonial-text { font-size: 0.975rem; color: var(--text-muted); line-height: 1.72; margin-bottom: 1.35rem; padding-top: 0.5rem; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 0.8rem; }
.testimonial-avatar {
    width: 2.65rem; height: 2.65rem; border-radius: 50%; background: var(--gradient);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.82rem; color: #020408;
}
.testimonial-name { font-weight: 700; color: #fff; font-size: 0.9rem; }
.testimonial-role { font-size: 0.72rem; color: #64748b; }

/* Forms */
.form-label { display: block; font-size: 0.8125rem; font-weight: 600; color: var(--text-muted); margin-bottom: 0.45rem; }
.form-input {
    width: 100%; padding: 0.82rem 1.05rem;
    background: rgba(2,4,8,0.7); border: 1px solid var(--border);
    border-radius: 0.7rem; color: #fff; font-family: 'Manrope', sans-serif; font-size: 0.9375rem;
    transition: border-color 0.22s, box-shadow 0.22s;
}
.form-input:focus { outline: none; border-color: rgba(20,184,166,0.55); box-shadow: 0 0 0 3px rgba(20,184,166,0.12); }
.form-alert { padding: 0.9rem 1.1rem; border-radius: 0.7rem; font-size: 0.875rem; margin-bottom: 1rem; }
.form-alert-success { background: rgba(20,184,166,0.1); border: 1px solid rgba(20,184,166,0.28); color: #5eead4; }
.form-alert-error { background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.28); color: #fca5a5; }
.contact-grid-premium { display: grid; gap: 2rem; }
@media (min-width:1024px){ .contact-grid-premium { grid-template-columns: 1fr 1.15fr; gap: 2.25rem; } }
.contact-info-card {
    background: linear-gradient(160deg, rgba(20,184,166,0.08), rgba(4,10,16,0.7));
    border: 1px solid rgba(20,184,166,0.18); border-radius: 1.4rem; padding: 2.25rem;
    box-shadow: var(--glow);
}

/* Footer */
.site-footer {
    position: relative; z-index: 10; margin-top: 3rem;
    background: linear-gradient(180deg, transparent, rgba(4,10,16,0.97));
    border-top: 1px solid var(--border);
}
.site-footer::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 55%; height: 1px;
    background: linear-gradient(90deg, transparent, var(--teal), var(--gold), transparent);
}
.footer-cta-strip {
    background: linear-gradient(135deg, rgba(20,184,166,0.1), rgba(245,158,11,0.05));
    border-bottom: 1px solid var(--border); padding: 2.75rem 0; text-align: center;
}
.site-footer .max-w-7xl { padding-top: 3.5rem; padding-bottom: 1.75rem; }
.footer-heading { font-family: 'Outfit', sans-serif; font-size: 0.8rem; font-weight: 700; color: #fff; margin-bottom: 1.1rem; text-transform: uppercase; letter-spacing: 0.1em; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links a { font-size: 0.875rem; color: #64748b; text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--teal-light); }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.875rem; color: #64748b; margin-bottom: 0.8rem; }
.footer-contact a { color: #64748b; text-decoration: none; }
.footer-contact a:hover { color: var(--teal-light); }
.footer-contact i { color: var(--teal-light) !important; margin-top: 0.15rem; }
.social-link {
    width: 2.45rem; height: 2.45rem; border-radius: 0.7rem;
    background: rgba(255,255,255,0.03); border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    color: #64748b; transition: all 0.22s; text-decoration: none;
}
.social-link:hover { color: #fff; border-color: rgba(20,184,166,0.4); background: rgba(20,184,166,0.12); transform: translateY(-3px); }
.footer-bottom {
    display: flex; flex-direction: column; align-items: center; gap: 0.65rem;
    padding-top: 1.75rem; margin-top: 1.75rem; border-top: 1px solid var(--border);
    font-size: 0.8125rem; color: #64748b;
}
@media (min-width:768px){ .footer-bottom { flex-direction: row; justify-content: space-between; } }

/* Misc */
.product-badge {
    display: inline-block; padding: 0.28rem 0.65rem;
    font-size: 0.625rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
    border-radius: 9999px; background: rgba(20,184,166,0.14); border: 1px solid rgba(20,184,166,0.25); color: var(--teal-light);
}
.filter-btn {
    padding: 0.52rem 1.3rem; border-radius: 9999px; font-family: 'Outfit', sans-serif;
    font-size: 0.8125rem; font-weight: 600; color: var(--text-muted);
    background: rgba(255,255,255,0.03); border: 1px solid var(--border); cursor: pointer; transition: all 0.22s;
}
.filter-btn.active { background: var(--gradient); border-color: transparent; color: #020408; }
.progress-fill { background: var(--gradient); height: 3px; border-radius: 2px; transition: width 1.1s ease; }
.portfolio-item .card-image {
    height: 11.5rem; background: linear-gradient(135deg, rgba(20,184,166,0.14), rgba(4,10,16,0.85));
    display: flex; align-items: center; justify-content: center;
}
.portfolio-item .card-image i { font-size: 2.75rem; color: rgba(45,212,191,0.35); }
.blog-card { padding: 0 !important; overflow: hidden; }
.blog-card-image { height: 12.5rem; background: linear-gradient(135deg, rgba(20,184,166,0.12), rgba(4,10,16,0.9)); display: flex; align-items: center; justify-content: center; }
.blog-card-body { padding: 1.65rem; }
.blog-meta { font-size: 0.72rem; color: #64748b; }
.team-card { padding: 0 !important; overflow: hidden; }
.team-photo { height: 13.5rem; display: flex; align-items: center; justify-content: center; position: relative; }
.team-avatar {
    width: 4.75rem; height: 4.75rem; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Outfit', sans-serif; font-size: 1.3rem; font-weight: 800; color: #020408;
    border: 3px solid rgba(255,255,255,0.12);
}
.team-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(4,10,16,0.95));
    display: flex; align-items: flex-end; padding: 1.1rem; opacity: 0; transition: opacity 0.32s;
}
.team-card:hover .team-overlay { opacity: 1; }
.team-card-body { padding: 1.35rem; }
.cta-section {
    position: relative; text-align: center; overflow: hidden;
    background: linear-gradient(135deg, rgba(20,184,166,0.1), rgba(245,158,11,0.05));
    border: 1px solid rgba(20,184,166,0.2); border-radius: 1.4rem; padding: 3.5rem 2rem;
    box-shadow: var(--glow);
}
.reveal { opacity: 0; transform: translateY(28px) translateZ(0); transition: all 0.75s cubic-bezier(0.4,0,0.2,1); }
.reveal.active { opacity: 1; transform: translateY(0); }
.stagger > * { opacity: 0; transform: translateY(22px); }
.stagger.active > * {
    animation: stagger-in 0.65s cubic-bezier(0.4,0,0.2,1) forwards;
}
.stagger.active > *:nth-child(1) { animation-delay: 0.05s; }
.stagger.active > *:nth-child(2) { animation-delay: 0.11s; }
.stagger.active > *:nth-child(3) { animation-delay: 0.17s; }
.stagger.active > *:nth-child(4) { animation-delay: 0.23s; }
.stagger.active > *:nth-child(5) { animation-delay: 0.29s; }
.stagger.active > *:nth-child(6) { animation-delay: 0.35s; }
.stagger.active > *:nth-child(7) { animation-delay: 0.41s; }
.stagger.active > *:nth-child(8) { animation-delay: 0.47s; }
.stagger.active > *:nth-child(9) { animation-delay: 0.53s; }
.stagger.active > *:nth-child(10) { animation-delay: 0.59s; }
.stagger.active > *:nth-child(11) { animation-delay: 0.65s; }
.stagger.active > *:nth-child(12) { animation-delay: 0.71s; }
@keyframes stagger-in { to { opacity: 1; transform: translateY(0); } }
.spinner { animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.cursor-glow {
    position: fixed; width: 500px; height: 500px; border-radius: 50%;
    background: radial-gradient(circle, rgba(20,184,166,0.06), transparent 70%);
    pointer-events: none; z-index: 9999; transform: translate(-50%,-50%);
}
::selection { background: rgba(20,184,166,0.35); color: #fff; }
main .py-20, main .py-16 { padding-top: 0 !important; }
main section.py-20, main section.py-16 { padding-top: 3rem !important; padding-bottom: 5rem !important; }

@media (prefers-reduced-motion: reduce) {
    .reveal, .stagger > * { opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important; }
    .marquee-track, .hero-orb, .hero-3d-stage, .float-stat { animation: none !important; }
}

/* ── Home: Why / Industries / Tech / Cases / FAQ / Blog ── */
.why-grid { display: grid; gap: 1.15rem; perspective: var(--perspective); }
@media (min-width:640px){ .why-grid{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:1024px){ .why-grid{ grid-template-columns:repeat(3,1fr); } }
.why-card {
    background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 1.65rem; transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 8px 28px rgba(0,0,0,0.2);
}
.why-card:hover { border-color: var(--border-accent); transform: translateY(-6px) rotateX(3deg); box-shadow: var(--glow); }
.why-icon {
    width: 2.75rem; height: 2.75rem; border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(20,184,166,0.2), rgba(245,158,11,0.1));
    display: flex; align-items: center; justify-content: center;
    color: var(--teal-light); font-size: 1.1rem; margin-bottom: 1rem;
}
.why-card h4 { font-family: 'Outfit', sans-serif; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.why-card p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; }

.industry-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2,1fr); }
@media (min-width:768px){ .industry-grid{ grid-template-columns:repeat(4,1fr); } }
.industry-card {
    background: var(--bg-card); border: 1px solid var(--border); border-radius: 1rem;
    padding: 1.35rem; text-align: center; transform-style: preserve-3d;
    transition: all 0.35s;
}
.industry-card:hover { border-color: rgba(245,158,11,0.35); transform: translateY(-5px) scale(1.02); box-shadow: var(--glow-gold); }
.industry-card i { font-size: 1.5rem; color: var(--teal-light); margin-bottom: 0.65rem; display: block; }
.industry-card h4 { font-family: 'Outfit', sans-serif; font-size: 0.9rem; font-weight: 700; color: #fff; margin-bottom: 0.35rem; }
.industry-card p { font-size: 0.75rem; color: #64748b; line-height: 1.55; }

.tech-stack-grid { display: flex; flex-wrap: wrap; gap: 0.65rem; justify-content: center; }
.tech-badge {
    display: inline-flex; align-items: center; gap: 0.45rem;
    padding: 0.55rem 1rem; background: rgba(255,255,255,0.03);
    border: 1px solid var(--border); border-radius: 9999px;
    font-size: 0.8125rem; font-weight: 600; color: var(--text-muted);
    transition: all 0.25s;
}
.tech-badge:hover { border-color: rgba(20,184,166,0.4); color: #fff; transform: translateY(-2px); }
.tech-badge i { color: var(--teal-light); }
.tech-badge-sm { font-size: 0.7rem; padding: 0.35rem 0.7rem; }

.case-grid { display: grid; gap: 1.15rem; }
@media (min-width:768px){ .case-grid{ grid-template-columns:repeat(3,1fr); } }
.case-card {
    display: block; text-decoration: none; color: inherit;
    background: linear-gradient(155deg, rgba(8,18,28,0.9), rgba(4,10,16,0.95));
    border: 1px solid var(--border); border-radius: 1.25rem; padding: 1.65rem;
    transform-style: preserve-3d; transition: all 0.4s;
    box-shadow: 0 12px 36px rgba(0,0,0,0.25);
}
.case-card:hover { border-color: var(--border-accent); transform: translateY(-8px) rotateX(4deg); box-shadow: var(--glow); }
.case-metric { margin-bottom: 1rem; }
.case-metric-val { font-family: 'Outfit', sans-serif; font-size: 2rem; font-weight: 800; background: var(--gradient-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.case-metric-lbl { display: block; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: #64748b; font-weight: 600; }
.case-card h4 { font-family: 'Outfit', sans-serif; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.case-card p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 1rem; }
.case-tag { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--teal-light); padding: 0.25rem 0.6rem; background: rgba(20,184,166,0.1); border-radius: 9999px; }

.engagement-list { display: flex; flex-direction: column; gap: 1.25rem; }
.engagement-item { display: flex; gap: 1rem; align-items: flex-start; }
.engagement-num {
    font-family: 'Outfit', sans-serif; font-size: 1.25rem; font-weight: 800; color: var(--teal-light);
    min-width: 2.5rem; height: 2.5rem; display: flex; align-items: center; justify-content: center;
    background: rgba(20,184,166,0.1); border-radius: 0.65rem; border: 1px solid rgba(20,184,166,0.25);
}
.engagement-item h4 { font-family: 'Outfit', sans-serif; font-weight: 700; color: #fff; margin-bottom: 0.25rem; }
.engagement-item p { font-size: 0.875rem; color: var(--text-muted); }

.faq-list { display: flex; flex-direction: column; gap: 0.65rem; }
.faq-item {
    background: rgba(255,255,255,0.02); border: 1px solid var(--border);
    border-radius: 0.85rem; overflow: hidden; transition: border-color 0.25s;
}
.faq-item[open] { border-color: rgba(20,184,166,0.3); }
.faq-item summary {
    padding: 1rem 1.15rem; font-family: 'Outfit', sans-serif; font-weight: 600;
    color: #fff; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--teal-light); font-size: 1.25rem; font-weight: 400; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { padding: 0 1.15rem 1rem; font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; }

.blog-preview-grid { display: grid; gap: 1.15rem; }
@media (min-width:768px){ .blog-preview-grid{ grid-template-columns:repeat(3,1fr); } }
.blog-preview-card {
    display: block; text-decoration: none; color: inherit;
    background: var(--bg-card); border: 1px solid var(--border); border-radius: 1.15rem;
    overflow: hidden; transition: all 0.35s; transform-style: preserve-3d;
}
.blog-preview-card:hover { border-color: var(--border-accent); transform: translateY(-6px); box-shadow: var(--glow); }
.blog-preview-img {
    height: 9rem; background: linear-gradient(135deg, rgba(20,184,166,0.15), rgba(4,10,16,0.9));
    display: flex; align-items: center; justify-content: center;
}
.blog-preview-img i { font-size: 2.25rem; color: rgba(45,212,191,0.4); }
.blog-preview-body { padding: 1.35rem; }
.blog-preview-body h4 { font-family: 'Outfit', sans-serif; font-weight: 700; color: #fff; margin: 0.5rem 0; font-size: 0.95rem; line-height: 1.4; }
.blog-preview-body p { font-size: 0.8125rem; color: #64748b; line-height: 1.55; }

/* ── Services: 3D Explorer ── */
.nav-user-menu { position: relative; }
.nav-user-btn { cursor: pointer; background: none; border: none; }
.nav-user-dropdown {
    position: absolute; top: 100%; right: 0; margin-top: 0.5rem;
    background: rgba(4,10,16,0.98); border: 1px solid rgba(20,184,166,0.25);
    border-radius: 0.75rem; padding: 0.5rem; min-width: 10rem; z-index: 120;
    box-shadow: 0 12px 32px rgba(0,0,0,0.4);
}
.nav-user-dropdown.hidden { display: none; }
.nav-user-role { display: block; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--teal-light); padding: 0.35rem 0.65rem; }
.nav-user-dropdown button {
    width: 100%; text-align: left; padding: 0.5rem 0.65rem; background: none; border: none;
    color: #94a3b8; font-size: 0.8125rem; cursor: pointer; border-radius: 0.5rem;
}
.nav-user-dropdown button:hover { background: rgba(239,68,68,0.1); color: #fca5a5; }
.service-tabs { max-height: 420px; overflow-y: auto; }

.service-tab {
    display: flex; align-items: center; gap: 0.75rem;
    padding: 0.85rem 1.1rem; background: rgba(255,255,255,0.02);
    border: 1px solid var(--border); border-radius: 0.85rem;
    font-family: 'Outfit', sans-serif; font-size: 0.875rem; font-weight: 600;
    color: var(--text-muted); cursor: pointer; text-align: left;
    transition: all 0.3s; transform-style: preserve-3d;
}
.service-tab i { width: 1.25rem; color: var(--teal); transition: transform 0.3s; }
.service-tab:hover { border-color: rgba(20,184,166,0.3); color: #fff; transform: translateX(6px); }
.service-tab:hover i { transform: scale(1.2); }
.service-tab.active {
    background: rgba(20,184,166,0.12); border-color: rgba(20,184,166,0.4);
    color: #fff; box-shadow: var(--glow); transform: translateX(8px);
}

.service-3d-wrap {
    position: relative; height: 420px; perspective: var(--perspective);
}
.service-3d-showcase {
    position: relative; z-index: 5; width: 100%; height: 100%;
    border-radius: 1.5rem; overflow: hidden;
    background: radial-gradient(ellipse at center, rgba(20,184,166,0.08), transparent 70%);
    border: 1px solid rgba(20,184,166,0.2);
    box-shadow: 0 40px 80px rgba(0,0,0,0.45), var(--glow), inset 0 0 60px rgba(20,184,166,0.05);
}
.service-3d-showcase canvas { display: block; width: 100% !important; height: 100% !important; }
.service-3d-ring {
    position: absolute; inset: -10px; border-radius: 1.6rem; z-index: 1;
    border: 1px solid rgba(245,158,11,0.15);
    animation: ring-pulse 4s ease-in-out infinite;
    pointer-events: none;
}
@keyframes ring-pulse { 0%,100%{opacity:.4;transform:scale(1)} 50%{opacity:.8;transform:scale(1.02)} }

.service-detail-panel {
    margin-top: 3rem; padding: 2rem;
    background: linear-gradient(155deg, rgba(8,18,28,0.95), rgba(4,10,16,0.98));
    border: 1px solid rgba(20,184,166,0.2); border-radius: 1.4rem;
    box-shadow: var(--glow);
}
.service-detail-panel.service-detail-animate { animation: panel-in 0.5s ease; }
@keyframes panel-in { from{opacity:.6;transform:translateY(12px)} to{opacity:1;transform:translateY(0)} }
.service-detail-header { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.service-detail-header h3 { font-family: 'Outfit', sans-serif; font-size: 1.5rem; font-weight: 800; color: #fff; }
.service-timeline-badge {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.35rem 0.85rem; background: rgba(245,158,11,0.1);
    border: 1px solid rgba(245,158,11,0.25); border-radius: 9999px;
    font-size: 0.75rem; font-weight: 600; color: var(--gold-light);
}
.service-detail-desc { color: var(--text-muted); margin-bottom: 1.5rem; line-height: 1.7; }
.service-detail-grid { display: grid; gap: 1.25rem; }
@media (min-width:768px){ .service-detail-grid{ grid-template-columns:repeat(3,1fr); } }
.service-detail-block h5 {
    font-family: 'Outfit', sans-serif; font-size: 0.8rem; font-weight: 700;
    color: var(--teal-light); text-transform: uppercase; letter-spacing: 0.08em;
    margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.4rem;
}
.service-detail-block ul { list-style: none; padding: 0; margin: 0; }
.service-detail-block ul li {
    font-size: 0.8125rem; color: var(--text-muted); padding: 0.35rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    padding-left: 1rem; position: relative;
}
.service-detail-block ul li::before {
    content: ''; position: absolute; left: 0; top: 0.75rem;
    width: 5px; height: 5px; border-radius: 50%; background: var(--teal);
}
.service-tech-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }

.service-deliverables { list-style: none; padding: 0; margin: 0; }
.service-deliverables li {
    font-size: 0.75rem; color: #64748b; padding: 0.3rem 0 0.3rem 1rem;
    position: relative; border-bottom: 1px solid rgba(255,255,255,0.03);
}
.service-deliverables li::before {
    content: '✓'; position: absolute; left: 0; color: var(--teal-light); font-size: 0.65rem;
}
.service-card-3d { transform-style: preserve-3d; }
.service-card-highlight { border-color: rgba(20,184,166,0.5) !important; box-shadow: var(--glow) !important; }

/* Pipeline 3D */
.pipeline-3d {
    display: flex; flex-direction: column; align-items: center; gap: 0;
    perspective: var(--perspective); padding: 2rem 0;
}
@media (min-width:1024px){
    .pipeline-3d { flex-direction: row; justify-content: center; align-items: flex-start; }
    .pipeline-connector {
        width: 3rem; height: 2px; margin-top: 2rem;
        background: linear-gradient(90deg, var(--teal), var(--gold));
        opacity: 0.3; transition: opacity 0.5s;
    }
    .pipeline-connector.pipeline-active { opacity: 1; }
}
.pipeline-step {
    text-align: center; padding: 1rem; max-width: 160px;
    opacity: 0.4; transform: translateY(20px) rotateX(10deg);
    transition: all 0.6s cubic-bezier(0.4,0,0.2,1);
}
.pipeline-step.pipeline-active { opacity: 1; transform: translateY(0) rotateX(0); }
.pipeline-node {
    width: 3.5rem; height: 3.5rem; margin: 0 auto 0.85rem; border-radius: 50%;
    background: linear-gradient(135deg, rgba(20,184,166,0.25), rgba(245,158,11,0.15));
    border: 2px solid rgba(20,184,166,0.4);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Outfit', sans-serif; font-weight: 800; color: var(--teal-light);
    box-shadow: 0 0 24px rgba(20,184,166,0.2);
    transition: box-shadow 0.5s, transform 0.5s;
}
.pipeline-step.pipeline-active .pipeline-node {
    box-shadow: 0 0 40px rgba(20,184,166,0.4); transform: scale(1.1);
}
.pipeline-step h4 { font-family: 'Outfit', sans-serif; font-weight: 700; color: #fff; font-size: 0.9rem; margin-bottom: 0.3rem; }
.pipeline-step p { font-size: 0.72rem; color: #64748b; }

.engagement-grid { display: grid; gap: 1.15rem; }
@media (min-width:768px){ .engagement-grid{ grid-template-columns:repeat(3,1fr); } }
.engagement-card {
    background: var(--bg-card); border: 1px solid var(--border); border-radius: 1.25rem;
    padding: 1.85rem; transform-style: preserve-3d; transition: all 0.4s;
}
.engagement-card:hover { border-color: var(--border-accent); transform: translateY(-6px) rotateX(3deg); box-shadow: var(--glow); }
.engagement-card-icon {
    width: 3rem; height: 3rem; border-radius: 0.85rem;
    background: linear-gradient(135deg, rgba(20,184,166,0.2), rgba(245,158,11,0.1));
    display: flex; align-items: center; justify-content: center;
    color: var(--teal-light); font-size: 1.15rem; margin-bottom: 1rem;
}
.engagement-card h4 { font-family: 'Outfit', sans-serif; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }

.service-sub-heading {
    font-family: 'Outfit', sans-serif; font-size: 0.9rem; font-weight: 700;
    color: var(--teal-light); margin: 1.75rem 0 1rem;
    display: flex; align-items: center; gap: 0.5rem;
}
.service-sub-grid { display: grid; gap: 0.85rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width:768px){ .service-sub-grid{ grid-template-columns: repeat(3, 1fr); } }
.service-sub-card {
    background: rgba(255,255,255,0.02); border: 1px solid var(--border);
    border-radius: 0.85rem; padding: 1.1rem;
    transition: all 0.3s; transform-style: preserve-3d;
}
.service-sub-card:hover { border-color: rgba(20,184,166,0.35); transform: translateY(-4px); box-shadow: var(--glow); }
.service-sub-icon {
    width: 2.25rem; height: 2.25rem; border-radius: 0.6rem;
    background: rgba(20,184,166,0.12); display: flex; align-items: center; justify-content: center;
    color: var(--teal-light); font-size: 0.9rem; margin-bottom: 0.65rem;
}
.service-sub-card h4 { font-family: 'Outfit', sans-serif; font-size: 0.85rem; font-weight: 700; color: #fff; margin-bottom: 0.3rem; }
.service-sub-card p { font-size: 0.72rem; color: #64748b; line-height: 1.5; }

/* Admin CMS */
.admin-cms-body { background: #020408; color: #f0fdfa; min-height: 100vh; font-family: 'Manrope', sans-serif; }
.admin-cms-login { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 2rem; }
.admin-cms-card { background: rgba(8,18,28,0.9); border: 1px solid rgba(20,184,166,0.2); border-radius: 1.25rem; padding: 2.5rem; max-width: 24rem; width: 100%; box-shadow: 0 0 80px rgba(20,184,166,0.15); }
.admin-cms-layout { display: flex; min-height: 100vh; }
.admin-cms-sidebar { width: 15rem; background: rgba(4,10,16,0.95); border-right: 1px solid rgba(255,255,255,0.06); padding: 1.5rem 1rem; flex-shrink: 0; }
.admin-cms-main { flex: 1; padding: 2rem; overflow-y: auto; }
.admin-cms-nav a { display: flex; align-items: center; gap: 0.6rem; padding: 0.7rem 0.85rem; border-radius: 0.65rem; color: #94a3b8; font-size: 0.875rem; font-weight: 600; text-decoration: none; margin-bottom: 0.25rem; transition: all 0.2s; }
.admin-cms-nav a:hover, .admin-cms-nav a.active { background: rgba(20,184,166,0.12); color: #fff; }
.admin-cms-panel { display: none; }
.admin-cms-panel.active { display: block; }
.admin-field { margin-bottom: 1rem; }
.admin-field label { display: block; font-size: 0.75rem; font-weight: 600; color: #94a3b8; margin-bottom: 0.35rem; text-transform: uppercase; letter-spacing: 0.05em; }
.admin-field input, .admin-field textarea { width: 100%; padding: 0.65rem 0.85rem; background: rgba(2,4,8,0.8); border: 1px solid rgba(255,255,255,0.08); border-radius: 0.6rem; color: #fff; font-size: 0.875rem; }
.admin-field input:focus, .admin-field textarea:focus { outline: none; border-color: rgba(20,184,166,0.5); }
.admin-product-row { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); border-radius: 1rem; padding: 1.25rem; margin-bottom: 1rem; }
.admin-btn-icon { width: 2rem; height: 2rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 0.5rem; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03); color: #94a3b8; cursor: pointer; transition: all 0.2s; }
.admin-btn-icon:hover { color: #fff; border-color: rgba(255,255,255,0.15); }
.admin-btn-delete:hover { color: #fca5a5; border-color: rgba(239,68,68,0.35); background: rgba(239,68,68,0.08); }
.admin-msg-row { padding: 1rem; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 0.875rem; }
.admin-toast { position: fixed; bottom: 1.5rem; right: 1.5rem; padding: 0.85rem 1.25rem; background: rgba(20,184,166,0.15); border: 1px solid rgba(20,184,166,0.4); border-radius: 0.75rem; color: #5eead4; font-size: 0.875rem; z-index: 200; opacity: 0; transition: opacity 0.3s; }
.admin-toast.show { opacity: 1; }

/* Admin media upload */
.admin-media-bar { display: flex; gap: 0.5rem; align-items: center; }
.admin-media-bar input { flex: 1; }
.admin-upload-btn { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.5rem 0.85rem; background: rgba(20,184,166,0.12); border: 1px solid rgba(20,184,166,0.3); border-radius: 0.5rem; color: #5eead4; font-size: 0.8rem; font-weight: 600; cursor: pointer; white-space: nowrap; transition: all 0.2s; }
.admin-upload-btn:hover { background: rgba(20,184,166,0.2); }
.admin-media-thumb { max-width: 12rem; max-height: 6rem; object-fit: cover; border-radius: 0.5rem; margin-top: 0.5rem; border: 1px solid rgba(255,255,255,0.08); }
.admin-blog-content { font-family: ui-monospace, monospace; font-size: 0.8rem; line-height: 1.5; min-height: 14rem; }

/* Product / portfolio media */
.product-card-media, .product-card-media-lg { border-radius: 0.75rem; overflow: hidden; background: rgba(0,0,0,0.3); }
.product-card-media img, .product-card-media-lg img { width: 100%; height: 10rem; object-fit: cover; display: block; }
.product-card-media-lg img { height: 14rem; }
.product-thumb img { width: 100%; height: 5rem; object-fit: cover; border-radius: 0.5rem; }
.product-card-video video, .portfolio-video video { width: 100%; max-height: 12rem; border-radius: 0 0 0.75rem 0.75rem; background: #000; }
.portfolio-item .card-image .card-image-media { width: 100%; height: 100%; object-fit: cover; display: block; }
.portfolio-video { padding: 0 1rem; margin-top: -0.5rem; }
.blog-card-img { width: 100%; height: 100%; object-fit: cover; }

/* Blog post article */
.blog-post-article { padding: 2rem 2.25rem !important; }
.blog-post-cover { margin: -0.5rem -0.5rem 1.5rem; border-radius: 0.75rem; overflow: hidden; }
.blog-post-cover img { width: 100%; max-height: 22rem; object-fit: cover; display: block; }
.blog-post-video { margin-bottom: 1.5rem; border-radius: 0.75rem; overflow: hidden; background: #000; }
.blog-post-video video { width: 100%; max-height: 24rem; display: block; }
.blog-post-content { color: #cbd5e1; line-height: 1.8; font-size: 1.05rem; }
.blog-post-content h2 { font-family: 'Outfit', sans-serif; font-size: 1.5rem; font-weight: 700; color: #fff; margin: 2rem 0 0.75rem; }
.blog-post-content p { margin-bottom: 1.15rem; }
.blog-post-content ul, .blog-post-content ol { margin: 0 0 1.15rem 1.25rem; }
.blog-post-content li { margin-bottom: 0.4rem; }
.blog-post-content blockquote { border-left: 3px solid #14b8a6; padding: 0.75rem 1.25rem; margin: 1.5rem 0; background: rgba(20,184,166,0.06); border-radius: 0 0.5rem 0.5rem 0; color: #e2e8f0; font-style: italic; }
.blog-post-content a { color: #2dd4bf; text-decoration: underline; }
.blog-post-footer { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.06); }
