/* ============================================
   Embellis Analytics — Premium Dark AI Theme
   ============================================ */

:root {
    --bg: #060a14;
    --bg-2: #0a1120;
    --surface: #0e1729;
    --surface-2: #131f38;
    --border: rgba(255, 255, 255, 0.08);
    --border-strong: rgba(255, 255, 255, 0.14);
    --cyan: #22d3ee;
    --cyan-bright: #4fe3f5;
    --blue: #3b82f6;
    --indigo: #6366f1;
    --text: #f1f5f9;
    --text-muted: #94a3b8;
    --text-dim: #64748b;
    --glow-cyan: rgba(34, 211, 238, 0.5);
    --grad-text: linear-gradient(120deg, #22d3ee 0%, #6366f1 100%);
    --grad-accent: linear-gradient(120deg, #22d3ee 0%, #3b82f6 100%);
    --radius: 14px;
    --radius-lg: 22px;
    --nav-h: 96px;
    --font-display: 'Space Grotesk', sans-serif;
    --font-body: 'Inter', sans-serif;
    --maxw: 1200px;
}

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

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

a { color: inherit; text-decoration: none; }

/* ---------- Navbar ---------- */
.navbar {
    position: fixed; top: 0; width: 100%;
    min-height: var(--nav-h);
    z-index: 1000;
    background: rgba(6, 10, 20, 0.6);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}
.navbar.scrolled {
    background: rgba(6, 10, 20, 0.85);
    border-bottom-color: var(--border);
    min-height: 76px;
}
.nav-wrapper {
    display: flex; align-items: center; justify-content: space-between;
    min-height: var(--nav-h); padding: 8px 0;
    transition: min-height 0.3s ease;
}
.navbar.scrolled .nav-wrapper { min-height: 76px; }
.logo { display: flex; align-items: center; flex-shrink: 0; line-height: 0; }
.logo-img {
    height: 76px; width: auto; object-fit: contain; display: block;
    transition: height 0.3s ease;
}
.navbar.scrolled .logo-img { height: 58px; }

.nav-menu { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-link {
    font-size: 0.92rem; font-weight: 500; color: var(--text-muted);
    transition: color 0.2s ease; position: relative;
}
.nav-link:hover { color: var(--text); }
.nav-cta {
    padding: 0.6rem 1.3rem; border-radius: 10px;
    background: var(--grad-accent); color: #04121c !important; font-weight: 600;
    box-shadow: 0 6px 20px rgba(34, 211, 238, 0.25);
}
.nav-cta:hover { color: #04121c !important; transform: translateY(-1px); }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.hamburger span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s ease; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.85rem 1.6rem; border-radius: 12px;
    font-weight: 600; font-size: 0.92rem; cursor: pointer; border: none;
    font-family: var(--font-body); transition: all 0.25s ease;
}
.btn-primary { background: var(--grad-accent); color: #04121c; box-shadow: 0 8px 28px rgba(34, 211, 238, 0.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(34, 211, 238, 0.45); }
.btn-ghost { background: rgba(255, 255, 255, 0.05); color: var(--text); border: 1px solid var(--border-strong); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.1); }
.btn-lg { padding: 1rem 2rem; font-size: 1rem; }
.btn-full { width: 100%; justify-content: center; }

/* ---------- Hero ---------- */
.hero {
    position: relative; min-height: 100vh; display: flex; align-items: center;
    padding: calc(var(--nav-h) + 2rem) 0 4rem; overflow: hidden;
}
.hero .container { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: center; position: relative; z-index: 2; }
.hero-bg { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero-grid {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 40%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 40%, transparent 100%);
}
.aurora { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.5; }
.aurora-1 { width: 460px; height: 460px; background: #22d3ee; top: -120px; left: -80px; animation: drift 18s ease-in-out infinite; }
.aurora-2 { width: 420px; height: 420px; background: #6366f1; top: 20%; right: -100px; animation: drift 22s ease-in-out infinite reverse; }
.aurora-3 { width: 360px; height: 360px; background: #3b82f6; bottom: -140px; left: 30%; animation: drift 20s ease-in-out infinite; }
@keyframes drift { 0%,100% { transform: translate(0,0); } 50% { transform: translate(40px, -30px); } }

.hero-pill {
    display: inline-flex; align-items: center; gap: 0.6rem;
    padding: 0.45rem 0.9rem 0.45rem 0.5rem; border-radius: 100px;
    background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border-strong);
    font-size: 0.82rem; color: var(--text-muted); margin-bottom: 1.6rem;
    transition: all 0.25s ease;
}
.hero-pill:hover { border-color: var(--cyan); color: var(--text); }
.pill-tag { background: var(--grad-accent); color: #04121c; font-weight: 700; font-size: 0.68rem; padding: 0.15rem 0.55rem; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.03em; }

.hero-title { font-family: var(--font-display); font-size: 3.7rem; font-weight: 700; line-height: 1.07; letter-spacing: -0.02em; margin-bottom: 1.4rem; }
.gradient-text { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-subtitle { font-size: 1.12rem; color: var(--text-muted); max-width: 540px; margin-bottom: 2rem; }
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero-trust { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; font-size: 0.82rem; color: var(--text-dim); }
.trust-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.trust-tags span { padding: 0.3rem 0.8rem; border: 1px solid var(--border); border-radius: 100px; color: var(--text-muted); font-weight: 500; }

/* Hero visual */
.hero-visual { position: relative; height: 460px; display: flex; align-items: center; justify-content: center; }
.orb-wrap { position: relative; width: 280px; height: 280px; display: flex; align-items: center; justify-content: center; }
.orb {
    position: absolute; width: 200px; height: 200px; border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #4fe3f5, #3b82f6 55%, #1e1b4b 100%);
    box-shadow: 0 0 80px rgba(34, 211, 238, 0.5), inset 0 0 60px rgba(0,0,0,0.4);
    animation: pulse-orb 4s ease-in-out infinite;
}
@keyframes pulse-orb { 0%,100% { transform: scale(1); } 50% { transform: scale(1.05); } }
.orb-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(34, 211, 238, 0.25); }
.orb-ring-1 { width: 280px; height: 280px; animation: spin 14s linear infinite; border-top-color: var(--cyan); }
.orb-ring-2 { width: 240px; height: 240px; animation: spin 10s linear infinite reverse; border-left-color: var(--indigo); }
@keyframes spin { to { transform: rotate(360deg); } }
.orb-core { position: relative; z-index: 2; font-family: var(--font-display); font-weight: 700; font-size: 1.6rem; color: #fff; letter-spacing: 0.05em; text-shadow: 0 2px 10px rgba(0,0,0,0.4); }

.float-card {
    position: absolute; display: flex; align-items: center; gap: 0.7rem;
    background: rgba(14, 23, 41, 0.8); backdrop-filter: blur(12px);
    border: 1px solid var(--border-strong); border-radius: 14px; padding: 0.8rem 1rem;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
    animation: floaty 5s ease-in-out infinite;
}
.float-card-1 { top: 30px; left: -10px; animation-delay: 0s; }
.float-card-2 { bottom: 60px; right: -20px; animation-delay: 1.2s; }
.float-card-3 { bottom: 0; left: 30px; flex-direction: column; align-items: flex-start; gap: 0.5rem; animation-delay: 2s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.fc-icon { width: 38px; height: 38px; border-radius: 10px; background: rgba(34, 211, 238, 0.12); color: var(--cyan); display: flex; align-items: center; justify-content: center; }
.fc-icon.green { background: rgba(34, 197, 94, 0.12); color: #4ade80; }
.fc-icon svg { width: 20px; height: 20px; }
.fc-label { display: block; font-size: 0.68rem; color: var(--text-dim); }
.fc-value { display: block; font-size: 0.92rem; font-weight: 600; color: var(--text); }
.fc-spark { display: flex; align-items: flex-end; gap: 4px; height: 36px; }
.fc-spark span { width: 8px; height: var(--h); background: var(--grad-accent); border-radius: 3px; }

/* ---------- Marquee ---------- */
.marquee-section { padding: 3rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-2); }
.marquee-heading { text-align: center; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--text-dim); margin-bottom: 1.6rem; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; align-items: center; gap: 1.5rem; white-space: nowrap; width: max-content; animation: scroll-x 28s linear infinite; }
.marquee-track span { font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; color: var(--text-muted); }
.marquee-track .dot { color: var(--cyan); }
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
section { padding: 6.5rem 0; }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 3.5rem; }
.section-tag {
    display: inline-block; padding: 0.35rem 1rem; border-radius: 100px;
    background: rgba(34, 211, 238, 0.08); border: 1px solid rgba(34, 211, 238, 0.2);
    color: var(--cyan); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.05em;
    text-transform: uppercase; margin-bottom: 1rem;
}
.section-title { font-family: var(--font-display); font-size: 2.5rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 0.85rem; }
.section-subtitle { font-size: 1.05rem; color: var(--text-muted); }

/* ---------- Bento ---------- */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 1.2rem; }
.bento-card {
    background: linear-gradient(160deg, var(--surface), var(--bg-2));
    border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 2rem; position: relative; overflow: hidden; transition: all 0.3s ease;
    display: flex; flex-direction: column;
}
.bento-card::after {
    content: ''; position: absolute; inset: 0; border-radius: var(--radius-lg);
    background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 0%), rgba(34,211,238,0.1), transparent 40%);
    opacity: 0; transition: opacity 0.3s ease; pointer-events: none;
}
.bento-card:hover { border-color: rgba(34, 211, 238, 0.3); transform: translateY(-4px); }
.bento-card:hover::after { opacity: 1; }
.bento-icon {
    width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
    background: rgba(34, 211, 238, 0.1); color: var(--cyan); margin-bottom: 1.3rem;
    border: 1px solid rgba(34, 211, 238, 0.2);
}
.bento-icon svg { width: 26px; height: 26px; }
.bento-card h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; margin-bottom: 0.7rem; }
.bento-card p { color: var(--text-muted); font-size: 0.95rem; }
.bento-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.3rem; }
.bento-tags span { font-size: 0.75rem; padding: 0.3rem 0.7rem; border-radius: 8px; background: rgba(255,255,255,0.04); border: 1px solid var(--border); color: var(--text-muted); }

/* ---------- Products ---------- */
.products { background: var(--bg-2); }
.product-card {
    display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 2.5rem; align-items: center;
    background: linear-gradient(160deg, var(--surface), var(--bg));
    border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 3rem; overflow: hidden;
}
.product-media { display: flex; align-items: center; justify-content: center; }
.product-logo-ring {
    width: 220px; height: 220px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    background: radial-gradient(circle at 50% 40%, rgba(34,211,238,0.15), transparent 70%);
    border: 1px solid var(--border-strong); position: relative;
}
.product-logo-ring::before { content: ''; position: absolute; inset: -1px; border-radius: 50%; border: 1px dashed rgba(34,211,238,0.25); animation: spin 22s linear infinite; }
.product-logo { width: 150px; height: 150px; object-fit: contain; background: #fff; border-radius: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.35); }
.product-status { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; color: #4ade80; font-weight: 500; margin-bottom: 0.8rem; }
.product-status.soon { color: #fbbf24; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 8px #4ade80; animation: pulse-orb 2s infinite; }
.status-dot.soon { background: #fbbf24; box-shadow: 0 0 8px #fbbf24; }
.product-body h3 { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; margin-bottom: 0.2rem; }
.product-lead { color: var(--cyan); font-weight: 600; margin-bottom: 1rem; }
.product-desc { color: var(--text-muted); margin-bottom: 1.6rem; max-width: 520px; }
.product-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; margin-bottom: 1.2rem; }
.product-feats div { display: flex; align-items: center; gap: 0.6rem; font-size: 0.9rem; color: var(--text); font-weight: 500; }
.product-feats svg { width: 18px; height: 18px; color: var(--cyan); flex-shrink: 0; }
.product-note { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 0.5rem; }
.product-note strong { color: var(--text); }
.product-disclaimer { font-size: 0.78rem; color: var(--text-dim); margin-bottom: 1.4rem; max-width: 520px; }
.product-cta { display: flex; gap: 1rem; flex-wrap: wrap; }
.coming-soon-btn {
    display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.7rem 1.3rem; border-radius: 12px;
    background: rgba(255,255,255,0.03); border: 1px dashed var(--border-strong);
    font-weight: 600; font-size: 0.88rem; color: var(--text-muted); cursor: default;
}
.store-btn { display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.7rem 1.3rem; border-radius: 12px; background: rgba(255,255,255,0.05); border: 1px solid var(--border-strong); font-weight: 600; font-size: 0.88rem; transition: all 0.25s ease; }
.store-btn svg { width: 18px; height: 18px; }
.store-btn:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); border-color: var(--cyan); }

/* ---------- Solutions ---------- */
.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.solution-card {
    background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 1.8rem; transition: all 0.3s ease;
}
.solution-card:hover { border-color: rgba(34, 211, 238, 0.3); transform: translateY(-4px); background: var(--surface-2); }
.solution-icon { width: 46px; height: 46px; border-radius: 12px; background: rgba(34,211,238,0.1); color: var(--cyan); display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; }
.solution-icon svg { width: 22px; height: 22px; }
.solution-card h3 { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; margin-bottom: 0.5rem; }
.solution-card p { color: var(--text-muted); font-size: 0.92rem; }

/* ---------- Process ---------- */
.process { background: var(--bg-2); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.process-step { padding: 2rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); position: relative; transition: all 0.3s ease; }
.process-step:hover { border-color: rgba(34,211,238,0.3); }
.step-num { font-family: var(--font-display); font-size: 2.4rem; font-weight: 700; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: block; margin-bottom: 0.6rem; }
.process-step h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; margin-bottom: 0.5rem; }
.process-step p { color: var(--text-muted); font-size: 0.9rem; }

/* ---------- Testimonials ---------- */
.testimonials { background: var(--bg-2); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.testimonial-card {
    display: flex; flex-direction: column; gap: 1.1rem;
    background: linear-gradient(160deg, var(--surface), var(--bg-2));
    border: 1px solid var(--border); border-radius: var(--radius); padding: 1.8rem; transition: all 0.3s ease;
}
.testimonial-card:hover { border-color: rgba(34,211,238,0.3); transform: translateY(-4px); }
.t-stars { color: #f5b301; font-size: 0.95rem; letter-spacing: 2px; }
.testimonial-card blockquote { color: var(--text); font-size: 0.95rem; line-height: 1.7; flex-grow: 1; }
.testimonial-card figcaption { display: flex; align-items: center; gap: 0.8rem; }
.t-avatar {
    width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 700; font-size: 0.82rem; color: #04121c; background: var(--grad-accent);
}
.t-meta { display: flex; flex-direction: column; line-height: 1.3; }
.t-meta strong { font-size: 0.92rem; }
.t-meta span { color: var(--text-dim); font-size: 0.82rem; }

/* ---------- About ---------- */
.about-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3.5rem; align-items: center; }
.about-text .section-title, .about-text .section-tag { text-align: left; }
.about-text p { color: var(--text-muted); margin-bottom: 1rem; }
.about-points { display: flex; flex-direction: column; gap: 0.7rem; margin-top: 1.5rem; }
.about-points div { display: flex; align-items: center; gap: 0.7rem; font-weight: 500; }
.about-points svg { width: 20px; height: 20px; color: var(--cyan); padding: 3px; background: rgba(34,211,238,0.1); border-radius: 6px; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.stat { background: linear-gradient(160deg, var(--surface), var(--bg-2)); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.8rem; text-align: center; }
.stat-num { font-family: var(--font-display); font-size: 2.6rem; font-weight: 700; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.stat-label { display: block; color: var(--text-muted); font-size: 0.85rem; margin-top: 0.6rem; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.8rem; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); overflow: hidden; transition: border-color 0.25s ease; }
.faq-item.open { border-color: rgba(34,211,238,0.3); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.3rem 1.5rem; background: none; border: none; color: var(--text); font-family: var(--font-body); font-size: 1rem; font-weight: 600; text-align: left; cursor: pointer; }
.faq-icon { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; background: var(--cyan); border-radius: 2px; transition: transform 0.3s ease; }
.faq-icon::before { top: 8px; left: 0; width: 18px; height: 2px; }
.faq-icon::after { top: 0; left: 8px; width: 2px; height: 18px; }
.faq-item.open .faq-icon::after { transform: scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a p { padding: 0 1.5rem 1.3rem; color: var(--text-muted); font-size: 0.95rem; }

/* ---------- CTA ---------- */
.cta-card {
    position: relative; text-align: center; padding: 4.5rem 2rem; border-radius: var(--radius-lg);
    background: linear-gradient(160deg, var(--surface-2), var(--bg-2));
    border: 1px solid var(--border-strong); overflow: hidden;
}
.cta-glow { position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 500px; height: 400px; background: radial-gradient(circle, rgba(34,211,238,0.2), transparent 65%); pointer-events: none; }
.cta-card h2 { font-family: var(--font-display); font-size: 2.4rem; font-weight: 700; margin-bottom: 0.7rem; position: relative; }
.cta-card p { color: var(--text-muted); font-size: 1.1rem; margin-bottom: 2rem; position: relative; }
.cta-card .btn { position: relative; }

/* ---------- Contact ---------- */
.contact { background: var(--bg-2); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; }
.contact-left .section-title, .contact-left .section-tag { text-align: left; }
.contact-left > p { color: var(--text-muted); margin-bottom: 2rem; }
.contact-methods { display: flex; flex-direction: column; gap: 1rem; }
.contact-method { display: flex; align-items: center; gap: 1rem; padding: 1rem; border: 1px solid var(--border); border-radius: var(--radius); transition: all 0.25s ease; }
.contact-method:hover { border-color: rgba(34,211,238,0.3); background: var(--surface); }
.cm-icon { width: 44px; height: 44px; border-radius: 11px; background: rgba(34,211,238,0.1); color: var(--cyan); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cm-icon svg { width: 20px; height: 20px; }
.cm-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-dim); }
.cm-value { display: block; font-weight: 500; color: var(--text); }
.contact-form { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--text-muted); margin-bottom: 0.4rem; }
.form-group input, .form-group textarea {
    width: 100%; padding: 0.8rem 1rem; border-radius: 10px; border: 1px solid var(--border-strong);
    background: var(--bg); color: var(--text); font-family: var(--font-body); font-size: 0.92rem; transition: all 0.2s ease;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-dim); }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(34,211,238,0.12); }
.form-group textarea { resize: vertical; }
.hidden-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ---------- Footer ---------- */
.footer { background: var(--bg); border-top: 1px solid var(--border); padding: 4rem 0 2rem; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 3rem; }
.footer-logo { height: 88px; width: auto; object-fit: contain; margin-bottom: 1rem; display: block; }
.footer-desc { color: var(--text-muted); font-size: 0.9rem; max-width: 320px; }
.footer-col h4 { font-family: var(--font-display); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-dim); margin-bottom: 1rem; }
.footer-col a { display: block; color: var(--text-muted); font-size: 0.9rem; padding: 0.3rem 0; transition: color 0.2s ease; }
.footer-col a:hover { color: var(--cyan); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 2rem; border-top: 1px solid var(--border); }
.footer-bottom p { font-size: 0.82rem; color: var(--text-dim); }
.footer-tag { font-family: var(--font-display); color: var(--cyan) !important; letter-spacing: 0.1em; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .hero .container { grid-template-columns: 1fr; }
    .hero-visual { display: none; }
    .bento { grid-template-columns: repeat(2, 1fr); }
    .solutions-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonial-grid { grid-template-columns: 1fr; }
    .product-card { grid-template-columns: 1fr; }
    .about-inner, .contact-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    :root { --nav-h: 80px; }
    .hamburger { display: flex; }
    .nav-menu {
        position: fixed; top: var(--nav-h); left: -100%; width: 100%;
        flex-direction: column; align-items: flex-start; gap: 1.2rem;
        background: var(--bg-2); padding: 2rem; border-bottom: 1px solid var(--border);
        transition: left 0.3s ease;
    }
    .nav-menu.active { left: 0; }
    .logo-img { height: 58px; }
    .navbar.scrolled .logo-img { height: 50px; }
    .hero-title { font-size: 2.6rem; }
    .section-title { font-size: 2rem; }
    .bento, .solutions-grid, .process-grid { grid-template-columns: 1fr; }
    .product-card { padding: 2rem 1.5rem; }
    .product-feats { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .footer-top { grid-template-columns: 1fr; text-align: left; }
    .footer-bottom { flex-direction: column; gap: 0.6rem; text-align: center; }
    .cta-card h2 { font-size: 1.8rem; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 2.1rem; }
    .hero-buttons { flex-direction: column; }
    .hero-buttons .btn { width: 100%; justify-content: center; }
    .logo-img { height: 50px; }
    .product-cta { flex-direction: column; }
    .store-btn { justify-content: center; }
}
