/* ═══════════════════════════════════════════════ */
/* WALLET CHECKER — DESIGN SYSTEM                  */
/* Palette: green #22c55e → emerald #10b981        */
/* ═══════════════════════════════════════════════ */

:root {
    --bg: #050508;
    --bg2: #0a0a10;
    --surface: #0d0d14;
    --card: rgba(255,255,255,0.025);
    --card-h: rgba(255,255,255,0.045);
    --border: rgba(255,255,255,0.06);
    --border-h: rgba(255,255,255,0.12);
    --t1: #f0f0f5;
    --t2: #8a8aa0;
    --t3: #55556a;
    --accent: #22c55e;
    --accent2: #10b981;
    --grad: linear-gradient(135deg, #22c55e, #10b981);
    --font: 'Inter', -apple-system, sans-serif;
    --mono: 'JetBrains Mono', monospace;
    --ease: cubic-bezier(0.16, 1, 0.3, 1);
    --max-w: 1140px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body { font-family: var(--font); background: var(--bg); color: var(--t2); line-height: 1.7; overflow-x: hidden; -webkit-text-size-adjust: 100%; }
::selection { background: rgba(34,197,94,0.15); color: var(--t1); }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { background: none; border: none; cursor: pointer; font-family: inherit; color: inherit; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 clamp(20px,4vw,40px); }

/* ── TYPO ── */
.grad-text { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.tag { display: inline-block; font-family: var(--mono); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); background: rgba(34,197,94,0.08); border: 1px solid rgba(34,197,94,0.1); padding: 5px 14px; border-radius: 100px; margin-bottom: 16px; }
.title-lg { font-size: clamp(2rem,4.5vw,3.2rem); font-weight: 700; color: var(--t1); line-height: 1.15; letter-spacing: -0.03em; margin-bottom: 16px; }
.subtitle { font-size: clamp(0.95rem,1.4vw,1.1rem); color: var(--t2); max-width: 520px; }
.section-head { text-align: center; max-width: 600px; margin: 0 auto clamp(48px,7vw,80px); }
.section-head .subtitle { margin: 0 auto; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 12px; font-size: 0.9375rem; font-weight: 500; transition: all 0.35s var(--ease); white-space: nowrap; }
.btn--primary { background: var(--grad); color: #fff; }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(34,197,94,0.25); }
.btn--glass { color: var(--t2); border: 1px solid var(--border); background: var(--card); backdrop-filter: blur(12px); }
.btn--glass:hover { border-color: var(--border-h); color: var(--t1); transform: translateY(-2px); }
.btn--lg { padding: 16px 32px; font-size: 1rem; border-radius: 14px; }

/* ── NAV ── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 16px 0; transition: all 0.4s var(--ease); }
.nav.scrolled { background: rgba(5,5,8,0.82); backdrop-filter: blur(20px) saturate(1.4); -webkit-backdrop-filter: blur(20px) saturate(1.4); border-bottom: 1px solid var(--border); padding: 10px 0; }
.nav__container { max-width: var(--max-w); margin: 0 auto; padding: 0 clamp(20px,4vw,40px); display: flex; align-items: center; justify-content: space-between; }
.nav__logo { display: flex; align-items: center; gap: 10px; font-size: 1.1rem; font-weight: 700; color: var(--t1); letter-spacing: -0.02em; }
.nav__logo-hex { width: 30px; height: 30px; }
.nav__logo-sub { font-weight: 400; color: var(--t3); font-size: 0.85rem; }
.nav__links { display: flex; gap: 28px; }
.nav__link { font-size: 0.875rem; color: var(--t2); transition: color 0.3s; position: relative; }
.nav__link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--grad); transition: width 0.3s var(--ease); }
.nav__link:hover { color: var(--t1); }
.nav__link:hover::after { width: 100%; }
.nav__cta { font-size: 0.85rem; font-weight: 500; padding: 9px 22px; border-radius: 10px; background: var(--grad); color: #fff; transition: all 0.3s var(--ease); }
.nav__cta:hover { box-shadow: 0 4px 20px rgba(34,197,94,0.3); transform: translateY(-1px); }
.nav__toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; z-index: 1001; }
.nav__toggle span { display: block; width: 22px; height: 2px; background: var(--t1); border-radius: 2px; transition: all 0.3s var(--ease); }

/* ── HERO ── */
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 120px 20px 80px; }
.hero__bg { position: absolute; inset: 0; }
#heroCanvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.4; }
.hero__grid-overlay { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.012) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.012) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(ellipse 55% 50% at 50% 50%, black, transparent); -webkit-mask-image: radial-gradient(ellipse 55% 50% at 50% 50%, black, transparent); }
.hero__orb { position: absolute; border-radius: 50%; filter: blur(120px); animation: orb 22s ease-in-out infinite; }
.hero__orb--1 { width: 480px; height: 480px; background: rgba(34,197,94,0.06); top: 8%; left: 18%; }
.hero__orb--2 { width: 380px; height: 380px; background: rgba(16,185,129,0.06); bottom: 12%; right: 14%; animation-delay: -8s; }
@keyframes orb { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(25px,-35px) scale(1.04); } 66% { transform: translate(-20px,18px) scale(0.96); } }

.hero__content { position: relative; z-index: 1; text-align: left; max-width: 760px; }
.hero__badge { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.06em; color: var(--accent); background: rgba(34,197,94,0.08); border: 1px solid rgba(34,197,94,0.1); padding: 7px 18px; border-radius: 100px; margin-bottom: 28px; }
.hero__badge-dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(34,197,94,0.4); } 50% { opacity: .7; box-shadow: 0 0 0 7px rgba(34,197,94,0); } }
.hero__title { font-size: clamp(2.4rem,5.5vw,4.2rem); font-weight: 800; color: var(--t1); line-height: 1.1; letter-spacing: -0.04em; margin-bottom: 20px; }
.hero__sub { font-size: clamp(1rem,1.6vw,1.15rem); color: var(--t2); max-width: 560px; margin: 0 0 36px; }
.hero__actions { display: flex; align-items: center; justify-content: flex-start; gap: 14px; flex-wrap: wrap; }
.hero__mouse { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); width: 20px; height: 32px; border: 1.5px solid var(--border-h); border-radius: 12px; display: flex; justify-content: center; padding-top: 6px; }
.hero__mouse-dot { width: 3px; height: 8px; background: var(--accent); border-radius: 3px; animation: mdot 2s ease-in-out infinite; }
@keyframes mdot { 0%,100% { opacity: 1; transform: translateY(0); } 50% { opacity: .3; transform: translateY(8px); } }

/* ── ABOUT ── */
.about { padding: clamp(80px,12vw,160px) 0; }
.about__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(40px,6vw,80px); align-items: center; }
.about__visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 320px; }

.about__scanner { position: relative; width: 240px; height: 240px; display: flex; align-items: center; justify-content: center; }
.scanner__ring { position: absolute; border-radius: 50%; border: 1px solid rgba(34,197,94,0.1); }
.scanner__ring--1 { width: 100%; height: 100%; animation: scanRing 4s ease-in-out infinite; }
.scanner__ring--2 { width: 70%; height: 70%; animation: scanRing 4s ease-in-out infinite -1.3s; }
.scanner__ring--3 { width: 40%; height: 40%; animation: scanRing 4s ease-in-out infinite -2.6s; }
@keyframes scanRing { 0%,100% { opacity: 0.3; transform: scale(1); } 50% { opacity: 0.6; transform: scale(1.05); } }
.scanner__center { width: 64px; height: 64px; position: relative; z-index: 1; }
.scanner__center svg { width: 100%; height: 100%; }

.about__content .tag { margin-bottom: 12px; }
.about__content p { font-size: 0.95rem; margin-bottom: 16px; line-height: 1.8; }
.about__content p strong { color: var(--t1); font-weight: 600; }
.about__points { display: flex; flex-direction: column; gap: 16px; margin-top: 24px; }
.about__point { display: flex; align-items: flex-start; gap: 14px; }
.about__point-icon { width: 36px; height: 36px; min-width: 36px; color: var(--accent); opacity: 0.7; }
.about__point-icon svg { width: 100%; height: 100%; }
.about__point strong { display: block; font-size: 0.9rem; color: var(--t1); margin-bottom: 2px; }
.about__point span { font-size: 0.8rem; color: var(--t3); }

/* ── HOW IT WORKS ── */
.how { padding: clamp(80px,12vw,160px) 0; background: var(--bg2); }
.steps { max-width: 640px; margin: 0 auto; }
.step { display: flex; gap: 24px; align-items: flex-start; }
.step__num { font-family: var(--mono); font-size: 1.4rem; font-weight: 700; color: var(--accent); opacity: 0.4; min-width: 48px; padding-top: 2px; }
.step__content h3 { font-size: 1.1rem; font-weight: 600; color: var(--t1); margin-bottom: 8px; }
.step__content p { font-size: 0.88rem; line-height: 1.75; }
.step__connector { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(34,197,94,0.2), rgba(34,197,94,0.05)); margin-left: 23px; }

/* ── CAPABILITIES ── */
.capabilities { padding: clamp(80px,12vw,160px) 0; }
.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cap-card { background: var(--card); border: 1px solid var(--border); border-radius: 18px; padding: 32px 26px; transition: all 0.35s var(--ease); }
.cap-card:hover { border-color: var(--border-h); background: var(--card-h); transform: translateY(-3px); }
.cap-card__icon { width: 48px; height: 48px; color: var(--accent); opacity: 0.65; margin-bottom: 18px; }
.cap-card__icon svg { width: 100%; height: 100%; }
.cap-card h3 { font-size: 1.05rem; font-weight: 600; color: var(--t1); margin-bottom: 10px; }
.cap-card p { font-size: 0.85rem; line-height: 1.75; }

/* ── WHO ── */
.who { padding: clamp(80px,12vw,160px) 0; background: var(--bg2); }
.who-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.who-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 32px 28px; transition: all 0.3s var(--ease); }
.who-card:hover { border-color: var(--border-h); background: var(--card-h); }
.who-card__num { font-family: var(--mono); font-size: 0.7rem; font-weight: 600; color: var(--accent); opacity: 0.5; margin-bottom: 14px; }
.who-card h3 { font-size: 1.05rem; font-weight: 600; color: var(--t1); margin-bottom: 8px; }
.who-card p { font-size: 0.85rem; line-height: 1.7; }

/* ── STATS ── */
.stats { padding: 48px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg2); }
.stats__bar { display: flex; align-items: center; justify-content: center; gap: clamp(20px,4vw,48px); flex-wrap: wrap; }
.stats__item { text-align: center; padding: 6px 0; }
.stats__num { display: block; font-family: var(--mono); font-size: clamp(1.4rem,2.8vw,2rem); font-weight: 700; color: var(--t1); letter-spacing: -0.02em; }
.stats__label { font-size: 0.78rem; color: var(--t3); }
.stats__sep { width: 1px; height: 36px; background: var(--border); }

/* ── CTA ── */
.cta { padding: clamp(80px,12vw,160px) 0; }
.cta__box { position: relative; text-align: center; background: var(--card); border: 1px solid var(--border); border-radius: 28px; padding: clamp(48px,8vw,80px) clamp(24px,5vw,60px); overflow: hidden; }
.cta__orb { position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(34,197,94,0.06), transparent 70%); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.cta__box .title-lg { position: relative; z-index: 1; }
.cta__box .subtitle { position: relative; z-index: 1; max-width: 480px; margin: 0 auto 32px; }
.cta__btns { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ── FOOTER ── */
.footer { padding: 48px 0 28px; border-top: 1px solid var(--border); background: var(--bg2); }
.footer__top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer__brand p { font-size: 0.85rem; color: var(--t3); max-width: 280px; margin-top: 12px; line-height: 1.7; }
.footer__col h4 { font-size: 0.78rem; font-weight: 600; color: var(--t1); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 14px; }
.footer__col a { display: block; font-size: 0.85rem; color: var(--t3); padding: 3px 0; transition: color 0.3s; }
.footer__col a:hover { color: var(--t2); }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--border); font-size: 0.78rem; color: var(--t3); }
.footer__social { display: flex; gap: 14px; }
.footer__social a { color: var(--t3); transition: color 0.3s; }
.footer__social a:hover { color: var(--t1); }

/* ── HERO ILLUSTRATION ── */
.hero__inner { position: relative; z-index: 1; display: flex; align-items: center; gap: clamp(40px,6vw,80px); max-width: 1140px; width: 100%; padding: 0 clamp(20px,4vw,40px); }
.hero__content { flex: 1; min-width: 0; }
.hero__illustration { flex: 0 0 400px; max-width: 400px; }
.hero__illustration svg { width: 100%; height: auto; filter: drop-shadow(0 0 40px rgba(34,197,94,0.05)); }

.hero-float { animation: heroFloat 6s ease-in-out infinite; }
.hero-float--1 { animation-delay: 0s; }
.hero-float--2 { animation-delay: -1.5s; }
.hero-float--3 { animation-delay: -3s; }
@keyframes heroFloat {
    0%,100% { transform: translate(0, 0); }
    25% { transform: translate(3px, -8px); }
    50% { transform: translate(-2px, -4px); }
    75% { transform: translate(4px, -10px); }
}

.hero-pulse-ring { animation: heroPulse 4s ease-in-out infinite; }
@keyframes heroPulse {
    0%,100% { opacity: 0.06; }
    50% { opacity: 0.02; }
}

/* ── SECTION ART ── */
.section-art { padding: 0; overflow: hidden; }
.section-art svg { width: 100%; height: auto; display: block; }
.section-art--analysis { padding: clamp(20px,4vw,48px) clamp(20px,4vw,40px); max-width: 1140px; margin: 0 auto; }
.section-art--who { max-width: 800px; margin: 0 auto clamp(32px,5vw,48px); }
.section-art--who svg { width: 100%; height: auto; display: block; }

/* ── ANIMATIONS ── */
.anim { opacity: 0; transform: translateY(20px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.anim.v { opacity: 1; transform: translateY(0); }
.anim:nth-child(2) { transition-delay: 0.07s; }
.anim:nth-child(3) { transition-delay: 0.14s; }
.anim:nth-child(4) { transition-delay: 0.21s; }
.anim:nth-child(5) { transition-delay: 0.28s; }
.anim:nth-child(6) { transition-delay: 0.35s; }

/* ── SVG ANIMATIONS ── */
.svg-draw {
    stroke-dasharray: var(--len, 60);
    stroke-dashoffset: var(--len, 60);
}
.anim.v .svg-draw {
    animation: svgDraw 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 0.3s;
}
@keyframes svgDraw { to { stroke-dashoffset: 0; } }

.svg-pop { opacity: 0; transform-origin: center; }
.anim.v .svg-pop {
    animation: svgPop 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 0.8s;
}
@keyframes svgPop { to { opacity: 1; } }

.svg-blink { animation: svgBlink 2s ease-in-out infinite; }
@keyframes svgBlink { 0%,100% { opacity: 1; } 50% { opacity: 0.2; } }

@keyframes iconFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }

.cap-card__icon { animation: iconFloat 5s ease-in-out infinite; }

.who-card__icon { width: 32px; height: 32px; color: var(--green, #22c55e); opacity: 0.6; margin-bottom: 10px; animation: iconFloat 5s ease-in-out infinite; }
.who-card__icon svg { width: 100%; height: 100%; }
.who-card:hover .who-card__icon { opacity: 0.9; }

.step__icon { width: 40px; height: 40px; color: var(--green, #22c55e); margin-bottom: 8px; animation: iconFloat 4s ease-in-out infinite; }
.step__icon svg { width: 100%; height: 100%; }

/* ═══════════════════════════════════════════════ */
/* WEB3 / FUTURISTIC ENHANCEMENTS                 */
/* ═══════════════════════════════════════════════ */

/* ── Animated gradient text ── */
.grad-text {
    background-size: 200% 100%;
    animation: gradientFlow 4s linear infinite;
}
@keyframes gradientFlow {
    0% { background-position: 0% 0; }
    100% { background-position: 200% 0; }
}

/* ── Card hover glow effects ── */
.cap-card:hover,
.who-card:hover {
    border-color: rgba(34,197,94,0.3);
    box-shadow: 0 0 30px rgba(34,197,94,0.08), 0 8px 32px rgba(0,0,0,0.3);
}

/* ── Button shimmer effect ── */
.btn {
    position: relative;
    overflow: hidden;
}
.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.5s ease;
}
.btn:hover::before {
    left: 100%;
}

/* ── Smooth card transitions ── */
.cap-card,
.who-card,
[class*="-card"] {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* ── GPU acceleration for animated elements ── */
.hero__illustration,
.section-art svg,
.hero__orb--1,
.hero__orb--2 {
    will-change: transform;
    transform: translateZ(0);
}

/* ── Accessibility: reduced motion ── */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ── RESPONSIVE ── */

/* --- Tablet landscape / small desktop (<=1024px) --- */
@media (max-width: 1024px) {
    .hero__inner { flex-direction: column; text-align: center; }
    .hero__illustration { flex: 0 0 auto; max-width: 340px; }
    .hero__content { text-align: center; max-width: 760px; }
    .hero__sub { margin: 0 auto 36px; }
    .hero__actions { justify-content: center; }
    .section-art--analysis svg { max-height: 140px; }
    .about__grid { grid-template-columns: 1fr; }
    .about__visual { display: none; }
    .cap-grid { grid-template-columns: repeat(2, 1fr); }
    .footer__top { grid-template-columns: 1fr 1fr; }
}

/* --- Tablet portrait / large phone (<=768px) --- */
@media (max-width: 768px) {
    /* Nav – hamburger menu */
    .nav__links {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(5,5,8,0.95);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 28px;
        z-index: 999;
    }
    .nav__links.open { display: flex; }
    .nav__links .nav__link {
        font-size: 1.2rem;
        padding: 10px 20px; /* larger tap target */
    }
    .nav__cta { display: none; }
    .nav__toggle {
        display: flex;
        min-width: 44px;
        min-height: 44px;
        align-items: center;
        justify-content: center;
    }
    .nav__toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
    .nav__toggle.open span:nth-child(2) { opacity: 0; }
    .nav__toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

    /* Hero */
    .hero { padding: 100px 16px 60px; min-height: auto; }
    .hero__inner { gap: 32px; padding: 0 4px; }
    .hero__illustration { max-width: 260px; margin: 0 auto; }
    .hero__title { font-size: clamp(1.8rem,6vw,2.6rem); }
    .hero__sub { font-size: 0.95rem; }
    .hero__badge { font-size: 0.68rem; padding: 6px 14px; margin-bottom: 20px; }
    .hero__mouse { display: none; }
    .hero__orb--1 { width: 280px; height: 280px; }
    .hero__orb--2 { width: 220px; height: 220px; }

    /* Section art & dividers */
    .section-art--analysis { display: none; }
    .section-art svg { max-height: 60px; }
    .section-art--who { display: none; }

    /* Steps – stack better */
    .steps { max-width: 100%; }
    .step { gap: 16px; }
    .step__num { min-width: 36px; font-size: 1.2rem; }
    .step__connector { margin-left: 17px; height: 28px; }
    .step__content h3 { font-size: 1rem; }
    .step__content p { font-size: 0.85rem; }

    /* Capabilities */
    .cap-grid { grid-template-columns: 1fr; gap: 14px; }
    .cap-card { padding: 24px 20px; border-radius: 14px; }
    .cap-card__icon { width: 40px; height: 40px; margin-bottom: 14px; }
    .cap-card h3 { font-size: 0.95rem; }
    .cap-card p { font-size: 0.82rem; }

    /* Who grid – 2 columns on tablet */
    .who-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .who-card { padding: 24px 20px; border-radius: 14px; }
    .who-card h3 { font-size: 0.95rem; }
    .who-card p { font-size: 0.82rem; }

    /* Stats */
    .stats__bar { gap: 16px; }
    .stats__sep { display: none; }
    .stats__item { flex: 0 0 auto; min-width: 80px; }
    .stats__num { font-size: clamp(1.2rem,4vw,1.6rem); }

    /* CTA */
    .cta__box { padding: clamp(36px,6vw,60px) clamp(20px,4vw,40px); border-radius: 20px; }

    /* Footer */
    .footer__top { grid-template-columns: 1fr; gap: 28px; }
    .footer__bottom { flex-direction: column; gap: 12px; text-align: center; }
    .footer__brand p { max-width: 100%; }
    .footer__col a { padding: 5px 0; min-height: 44px; display: flex; align-items: center; }
    .footer__social a {
        min-width: 44px;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* Typography adjustments */
    .title-lg { font-size: clamp(1.7rem,5vw,2.4rem); }
    .subtitle { font-size: clamp(0.88rem,2vw,1rem); }
    .section-head { margin-bottom: clamp(36px,5vw,56px); }

    /* Ensure tap targets are at least 44px */
    .btn { min-height: 44px; padding: 12px 24px; }
    .btn--lg { min-height: 48px; }

    /* Global overflow prevention */
    .hero__bg { overflow: hidden; }
}

/* --- Small phone (<=480px) --- */
@media (max-width: 480px) {
    /* Hero – hide illustration, full-width buttons */
    .hero__illustration { max-width: 200px; opacity: 0.85; }
    .hero { padding: 90px 14px 48px; }
    .hero__inner { padding: 0; }
    .hero__title { font-size: clamp(1.6rem,7vw,2.2rem); }
    .hero__badge { font-size: 0.65rem; padding: 6px 14px; margin-bottom: 20px; }
    .hero__sub { font-size: 0.9rem; margin-bottom: 28px; }
    .hero__actions { flex-direction: column; width: 100%; }
    .hero__actions .btn { width: 100%; justify-content: center; }

    /* CTA buttons stack */
    .cta__btns { flex-direction: column; width: 100%; }
    .cta__btns .btn { width: 100%; justify-content: center; }
    .cta__box { border-radius: 16px; padding: 32px 18px; }
    .cta__box .title-lg { font-size: clamp(1.5rem,6vw,1.9rem); }

    /* Steps – tighter layout */
    .step { gap: 12px; }
    .step__num { min-width: 30px; font-size: 1rem; }
    .step__icon { width: 32px; height: 32px; }
    .step__connector { margin-left: 14px; height: 24px; }

    /* Who grid – single column on very small */
    .who-grid { grid-template-columns: 1fr; }
    .who-card { padding: 20px 16px; }

    /* Capabilities – tighter padding */
    .cap-card { padding: 20px 16px; }

    /* Stats – more compact */
    .stats { padding: 32px 0; }
    .stats__bar { gap: 12px; justify-content: space-around; }
    .stats__item { min-width: 60px; }
    .stats__num { font-size: 1.15rem; }
    .stats__label { font-size: 0.7rem; }

    /* Footer tighter */
    .footer { padding: 36px 0 20px; }
    .footer__top { gap: 24px; margin-bottom: 28px; }
    .footer__col h4 { font-size: 0.72rem; margin-bottom: 10px; }
    .footer__col a { font-size: 0.82rem; padding: 4px 0; }

    /* Section dividers smaller */
    .section-art svg { max-height: 40px; }

    /* Nav logo – hide subtitle on very small screens */
    .nav__logo-sub { display: none; }
    .nav__logo { font-size: 0.95rem; }

    /* About section points tighter */
    .about__points { gap: 12px; }
    .about__point-icon { width: 30px; height: 30px; min-width: 30px; }
    .about__content p { font-size: 0.88rem; }

    /* General padding refinement */
    .about { padding: clamp(60px,10vw,100px) 0; }
    .how { padding: clamp(60px,10vw,100px) 0; }
    .capabilities { padding: clamp(60px,10vw,100px) 0; }
    .who { padding: clamp(60px,10vw,100px) 0; }
    .cta { padding: clamp(60px,10vw,100px) 0; }
}

/* --- Very small phone (<=360px) --- */
@media (max-width: 360px) {
    .hero__title { font-size: 1.5rem; }
    .title-lg { font-size: 1.4rem; }
    .container { padding: 0 14px; }
    .nav__container { padding: 0 14px; }
    .hero__inner { padding: 0 4px; }
    .cap-card { padding: 18px 14px; }
    .who-card { padding: 18px 14px; }
    .stats__bar { gap: 8px; }
    .stats__num { font-size: 1rem; }
    .btn { font-size: 0.875rem; padding: 11px 20px; }
    .btn--lg { padding: 13px 24px; font-size: 0.9375rem; }
}
