/* =============================================
   HOME.CSS — Premium Landing Page
   ============================================= */

/* ── Reset & Base ── */
.hw, .hw * { box-sizing: border-box; }
.hw {
    min-height: 100vh;
    background: #05050d;
    color: #fff;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow-x: hidden;
}

/* ── Background Image (from admin) ── */
.hw-bg-img {
    position: fixed; inset: 0; z-index: 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0.08;
    filter: blur(4px) saturate(1.5);
    transform: scale(1.06);
    pointer-events: none;
}
.hw-bg-img::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(5,5,13,0.4) 0%, rgba(5,5,13,0.7) 60%, #05050d 100%);
}

/* ── Mesh gradient bg ── */
.hw-bg-mesh {
    position: fixed; inset: 0; z-index: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 80% 60% at 10% 0%, rgba(20,184,166,0.13) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 90% 20%, rgba(99,102,241,0.09) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 50% 80%, rgba(139,92,246,0.06) 0%, transparent 60%);
}

/* ── Floating orbs ── */
.hw-orb { position: fixed; border-radius: 50%; filter: blur(90px); pointer-events: none; z-index: 0; animation: hwFloat 22s ease-in-out infinite; }
.hw-orb-1 { width: 700px; height: 700px; background: radial-gradient(circle, rgba(20,184,166,0.16), transparent 70%); top: -250px; left: -200px; animation-duration: 20s; }
.hw-orb-2 { width: 550px; height: 550px; background: radial-gradient(circle, rgba(99,102,241,0.12), transparent 70%); bottom: 5%; right: -150px; animation-duration: 26s; animation-direction: reverse; }
.hw-orb-3 { width: 450px; height: 450px; background: radial-gradient(circle, rgba(236,72,153,0.07), transparent 70%); top: 45%; left: 40%; animation-duration: 32s; }
@keyframes hwFloat {
    0%,100% { transform: translate(0,0) scale(1); }
    33%      { transform: translate(25px,-35px) scale(1.04); }
    66%      { transform: translate(-20px,25px) scale(0.96); }
}

/* ── Page wrapper (above bg) ── */
.hw-page { position: relative; z-index: 1; }

/* ── Container ── */
.hw-container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

/* ──────────────────────────────────────────────
   NAVBAR
   ────────────────────────────────────────────── */
.hw-nav {
    position: sticky; top: 0; z-index: 1000;
    background: rgba(5,5,13,0.6);
    backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: background 0.3s, box-shadow 0.3s;
}
.hw-nav.scrolled {
    background: rgba(5,5,13,0.88);
    box-shadow: 0 4px 30px rgba(0,0,0,0.4);
    border-bottom-color: rgba(20,184,166,0.2);
}
.hw-nav-inner {
    max-width: 1200px; margin: 0 auto;
    padding: 0.875rem 2rem;
    display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.hw-brand {
    display: flex; align-items: center; gap: 0.75rem;
    font-size: 1.2rem; font-weight: 800; color: #fff;
    text-decoration: none; letter-spacing: -0.02em; flex-shrink: 0;
}
.hw-brand:hover { opacity: 0.85; color: #fff; }
.hw-brand-logo { height: 36px; width: auto; border-radius: 8px; object-fit: contain; }
.hw-brand-icon {
    width: 36px; height: 36px; border-radius: 9px;
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1rem;
    box-shadow: 0 0 16px rgba(20,184,166,0.4);
}
.hw-brand-name { font-weight: 800; letter-spacing: -0.02em; }
.hw-nav-links { display: flex; align-items: center; gap: 0.5rem; flex: 1; justify-content: center; }
.hw-nav-links a {
    color: rgba(255,255,255,0.6); font-weight: 500; font-size: 0.9rem;
    padding: 0.45rem 1rem; border-radius: 8px; text-decoration: none;
    transition: 0.2s; letter-spacing: 0.01em;
}
.hw-nav-links a:hover { color: #fff; background: rgba(255,255,255,0.06); }
.hw-nav-actions { display: flex; align-items: center; gap: 0.625rem; flex-shrink: 0; }

/* Buttons */
.hw-btn-ghost {
    color: rgba(255,255,255,0.7); font-weight: 600; font-size: 0.875rem;
    padding: 0.5rem 1rem; border-radius: 8px; text-decoration: none; transition: 0.2s;
}
.hw-btn-ghost:hover { background: rgba(255,255,255,0.07); color: #fff; }
.hw-btn-primary {
    background: #14b8a6; color: #fff; font-weight: 700; font-size: 0.875rem;
    padding: 0.55rem 1.4rem; border-radius: 8px; text-decoration: none;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 20px rgba(20,184,166,0.3), 0 2px 8px rgba(0,0,0,0.2);
    transition: 0.25s;
}
.hw-btn-primary:hover { background: #0d9488; color: #fff; transform: translateY(-1px); box-shadow: 0 0 28px rgba(20,184,166,0.5); }

/* Hamburger */
.hw-hamburger {
    display: none; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px; width: 40px; height: 40px; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.8); font-size: 1.3rem; cursor: pointer; transition: 0.2s;
}
.hw-hamburger:hover { background: rgba(255,255,255,0.1); color: #fff; }

/* ──────────────────────────────────────────────
   MOBILE MENU
   ────────────────────────────────────────────── */
.hw-mobile-overlay {
    display: none; position: fixed; inset: 0; z-index: 9999;
    background: rgba(0,0,0,0.65); backdrop-filter: blur(8px);
}
.hw-mobile-overlay.open { display: block; }
.hw-mobile-panel {
    position: absolute; top: 0; left: 0; right: 0;
    background: #0c0c14; border-bottom: 1px solid rgba(20,184,166,0.2);
    padding: 1.25rem 1.5rem 2rem;
    transform: translateY(-100%); transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}
.hw-mobile-overlay.open .hw-mobile-panel { transform: translateY(0); }
.hw-mobile-head {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 1.5rem; padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hw-mobile-close {
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px; width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.7); font-size: 1.1rem; cursor: pointer; transition: 0.2s;
}
.hw-mobile-close:hover { background: rgba(255,255,255,0.1); color: #fff; }
.hw-mobile-links { display: flex; flex-direction: column; gap: 0.25rem; margin-bottom: 1.5rem; }
.hw-mobile-links a {
    display: flex; align-items: center; gap: 0.875rem;
    padding: 0.85rem 1rem; color: rgba(255,255,255,0.75);
    font-size: 1rem; font-weight: 500; border-radius: 10px;
    text-decoration: none; transition: 0.2s;
}
.hw-mobile-links a:hover { background: rgba(20,184,166,0.08); color: #2dd4bf; }
.hw-mobile-links a i { font-size: 1.1rem; color: #14b8a6; width: 22px; text-align: center; }
.hw-mobile-cta { display: flex; flex-direction: column; gap: 0.5rem; }

/* ──────────────────────────────────────────────
   FADE-UP ANIMATION
   ────────────────────────────────────────────── */
.fade-up {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.65s cubic-bezier(0.4,0,0.2,1) var(--d,0s),
                transform 0.65s cubic-bezier(0.4,0,0.2,1) var(--d,0s);
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ──────────────────────────────────────────────
   HERO
   ────────────────────────────────────────────── */
.hw-hero {
    padding: 7rem 0 6rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Large centered glow */
.hw-hero-glow {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -60%);
    width: 900px; height: 600px;
    background: radial-gradient(ellipse, rgba(20,184,166,0.13) 0%, rgba(99,102,241,0.06) 45%, transparent 70%);
    pointer-events: none; z-index: 0;
}

/* Grid lines background */
.hw-grid-lines {
    position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 80%);
}

.hw-hero-inner { position: relative; z-index: 1; }

/* Pill / badge */
.hw-hero-pill {
    display: inline-flex; align-items: center; gap: 0.6rem;
    background: rgba(20,184,166,0.08);
    border: 1px solid rgba(20,184,166,0.25);
    padding: 0.45rem 1.2rem; border-radius: 50px;
    font-size: 0.78rem; font-weight: 700; color: #2dd4bf;
    text-transform: uppercase; letter-spacing: 0.07em;
    margin-bottom: 2rem;
    box-shadow: 0 0 20px rgba(20,184,166,0.12);
}
.hw-pill-dot {
    width: 7px; height: 7px; border-radius: 50%; background: #14b8a6;
    box-shadow: 0 0 8px rgba(20,184,166,0.8);
    animation: hwPulse 2s ease-in-out infinite;
}
@keyframes hwPulse { 0%,100%{ box-shadow:0 0 6px rgba(20,184,166,0.8); } 50%{ box-shadow:0 0 14px rgba(20,184,166,1); } }

/* Headline */
.hw-hero-title {
    font-size: clamp(2.75rem, 6vw, 4.5rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -0.045em;
    margin-bottom: 1.75rem;
    text-shadow: 0 4px 40px rgba(0,0,0,0.4);
}
.hw-gradient-text {
    background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 40%, #6366f1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Description */
.hw-hero-desc {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: rgba(255,255,255,0.6);
    max-width: 640px; margin: 0 auto 2.75rem;
    line-height: 1.8; font-weight: 400;
}

/* CTA buttons */
.hw-hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3rem; }

.hw-btn-cta {
    display: inline-flex; align-items: center; gap: 0.6rem;
    padding: 0.9rem 2rem; border-radius: 50px;
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    color: #fff; font-weight: 700; font-size: 1rem;
    text-decoration: none; transition: 0.3s;
    box-shadow: 0 4px 24px rgba(20,184,166,0.4), 0 1px 0 rgba(255,255,255,0.15) inset;
    position: relative; overflow: hidden;
}
.hw-btn-cta::before {
    content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
    transition: left 0.5s;
}
.hw-btn-cta:hover::before { left: 100%; }
.hw-btn-cta:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(20,184,166,0.55); color: #fff; }
.hw-btn-cta:active { transform: translateY(0) scale(0.98); }

.hw-btn-outline {
    display: inline-flex; align-items: center; gap: 0.6rem;
    padding: 0.875rem 1.875rem; border-radius: 50px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.85); font-weight: 600; font-size: 1rem;
    text-decoration: none; transition: 0.3s;
}
.hw-btn-outline:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.3); color: #fff; transform: translateY(-2px); }

/* Trust line */
.hw-trust { display: flex; align-items: center; gap: 0.875rem; justify-content: center; color: rgba(255,255,255,0.55); font-size: 0.875rem; }
.hw-trust strong { color: #fff; }
.hw-trust-avatars { display: flex; }
.hw-avatar {
    width: 30px; height: 30px; border-radius: 50%;
    background: linear-gradient(135deg, #14b8a6, #6366f1);
    border: 2px solid #05050d;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.7rem; font-weight: 700; color: #fff;
    margin-left: -8px; flex-shrink: 0;
}
.hw-avatar:first-child { margin-left: 0; }

/* ──────────────────────────────────────────────
   STATS BAR
   ────────────────────────────────────────────── */
.hw-stats-bar {
    padding: 2.5rem 0;
    border-top:    1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    background: rgba(255,255,255,0.015);
}
.hw-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.hw-stat-item { text-align: center; padding: 1.25rem; }
.hw-stat-icon { font-size: 1.4rem; color: #14b8a6; opacity: 0.8; margin-bottom: 0.5rem; display: block; }
.hw-stat-num  { font-size: 2rem; font-weight: 900; color: #fff; letter-spacing: -0.03em; line-height: 1; margin-bottom: 0.3rem; }
.hw-stat-lbl  { font-size: 0.8rem; color: rgba(255,255,255,0.5); font-weight: 500; text-transform: uppercase; letter-spacing: 0.07em; }

/* ──────────────────────────────────────────────
   SECTIONS
   ────────────────────────────────────────────── */
.hw-section { padding: 6rem 0; }
.hw-section-dark { background: rgba(0,0,0,0.15); }

.hw-section-head { text-align: center; margin-bottom: 4rem; max-width: 680px; margin-left: auto; margin-right: auto; }
.hw-section-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(20,184,166,0.08); border: 1px solid rgba(20,184,166,0.2);
    padding: 0.4rem 1rem; border-radius: 50px;
    font-size: 0.75rem; font-weight: 700; color: #14b8a6;
    text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 1.25rem;
}
.hw-section-title { font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 900; color: #fff; margin-bottom: 1rem; letter-spacing: -0.03em; line-height: 1.15; }
.hw-section-sub   { font-size: 1.0625rem; color: rgba(255,255,255,0.55); line-height: 1.75; font-weight: 400; }

/* ──────────────────────────────────────────────
   FEATURES
   ────────────────────────────────────────────── */
.hw-features-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.hw-feat-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 24px; padding: 2rem;
    position: relative; overflow: hidden;
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.hw-feat-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(20,184,166,0.3), transparent);
    opacity: 0; transition: opacity 0.3s;
}
.hw-feat-card:hover { border-color: rgba(255,255,255,0.14); transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.hw-feat-card:hover::before { opacity: 1; }
.hw-feat-icon-wrap {
    width: 52px; height: 52px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; margin-bottom: 1.25rem;
}
.hw-feat-title { font-size: 1.15rem; font-weight: 800; color: #fff; margin: 0 0 0.75rem; }
.hw-feat-desc  { font-size: 0.9rem; color: rgba(255,255,255,0.55); line-height: 1.65; margin: 0 0 1.25rem; }
.hw-feat-list  { list-style: none; padding: 0; margin: 0; }
.hw-feat-list li { display: flex; align-items: center; gap: 0.65rem; padding: 0.3rem 0; font-size: 0.875rem; color: rgba(255,255,255,0.65); }

/* ──────────────────────────────────────────────
   PRICING
   ────────────────────────────────────────────── */
.hw-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.hw-empty-plans { text-align: center; color: rgba(255,255,255,0.5); grid-column: 1/-1; }

.hw-plan-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px; padding: 2rem;
    position: relative; overflow: hidden;
    display: flex; flex-direction: column;
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.hw-plan-card:hover { border-color: rgba(255,255,255,0.16); transform: translateY(-5px); box-shadow: 0 24px 50px rgba(0,0,0,0.3); }

.hw-plan-featured {
    border-color: rgba(20,184,166,0.35);
    background: rgba(20,184,166,0.05);
    box-shadow: 0 0 0 1px rgba(20,184,166,0.15), 0 20px 50px rgba(0,0,0,0.25);
}
.hw-plan-featured:hover { border-color: rgba(20,184,166,0.6); }

.hw-plan-popular {
    position: absolute; top: 1.25rem; right: 1.25rem;
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    color: #fff; font-size: 0.72rem; font-weight: 800;
    padding: 0.3rem 0.8rem; border-radius: 20px;
    text-transform: uppercase; letter-spacing: 0.06em;
}
.hw-plan-name { font-size: 1rem; font-weight: 700; color: rgba(255,255,255,0.75); margin-bottom: 1.25rem; text-transform: uppercase; letter-spacing: 0.05em; }
.hw-plan-price { display: flex; align-items: flex-start; gap: 0.25rem; margin-bottom: 0.5rem; }
.hw-plan-currency { font-size: 1.5rem; font-weight: 700; color: rgba(255,255,255,0.7); margin-top: 0.6rem; }
.hw-plan-amt { font-size: 3.25rem; font-weight: 900; color: #fff; letter-spacing: -0.04em; line-height: 1; }
.hw-plan-dur { font-size: 0.82rem; color: rgba(255,255,255,0.45); margin-bottom: 1.75rem; display: flex; align-items: center; gap: 0.4rem; }

.hw-plan-features { list-style: none; padding: 0; margin: 0 0 2rem; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 1.5rem; flex: 1; }
.hw-plan-features li { display: flex; align-items: center; gap: 0.65rem; padding: 0.45rem 0; font-size: 0.9rem; color: rgba(255,255,255,0.7); border-bottom: 1px solid rgba(255,255,255,0.03); }
.hw-plan-features li:last-child { border-bottom: none; }
.hw-plan-features li i { color: #14b8a6; font-size: 0.85rem; flex-shrink: 0; }

.hw-btn-plan {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.8rem 1.5rem; border-radius: 12px;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
    color: #fff; font-weight: 700; font-size: 0.9rem;
    text-decoration: none; transition: 0.2s; cursor: pointer;
}
.hw-btn-plan:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.22); color: #fff; }

/* ──────────────────────────────────────────────
   TESTIMONIALS
   ────────────────────────────────────────────── */
.hw-testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.hw-review-card {
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07);
    border-radius: 24px; padding: 2rem;
    transition: border-color 0.3s, transform 0.3s;
}
.hw-review-card:hover { border-color: rgba(255,255,255,0.14); transform: translateY(-4px); }
.hw-review-stars { display: flex; gap: 0.25rem; margin-bottom: 1.25rem; }
.hw-review-stars i { color: #f59e0b; font-size: 0.9rem; }
.hw-review-text { font-size: 0.9375rem; color: rgba(255,255,255,0.7); line-height: 1.7; margin: 0 0 1.5rem; font-style: italic; }
.hw-reviewer { display: flex; align-items: center; gap: 0.875rem; }
.hw-reviewer-av {
    width: 42px; height: 42px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 1rem; flex-shrink: 0;
}
.hw-reviewer-name { font-weight: 700; color: #fff; font-size: 0.9rem; }
.hw-reviewer-role { font-size: 0.78rem; color: rgba(255,255,255,0.45); margin-top: 1px; }

/* ──────────────────────────────────────────────
   CTA
   ────────────────────────────────────────────── */
.hw-cta-section { padding: 6rem 0; }
.hw-cta-card {
    background: rgba(20,184,166,0.04);
    border: 1px solid rgba(20,184,166,0.2);
    border-radius: 32px; padding: 5rem 3rem;
    text-align: center; position: relative; overflow: hidden;
    box-shadow: 0 0 80px rgba(20,184,166,0.08);
}
.hw-cta-glow {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-55%);
    width: 700px; height: 400px;
    background: radial-gradient(ellipse, rgba(20,184,166,0.15) 0%, transparent 65%);
    pointer-events: none;
}
.hw-cta-title { font-size: clamp(1.75rem, 4vw, 3rem); font-weight: 900; color: #fff; margin: 0 auto 1.25rem; letter-spacing: -0.03em; line-height: 1.15; position: relative; z-index: 1; }
.hw-cta-sub   { font-size: 1.0625rem; color: rgba(255,255,255,0.55); max-width: 540px; margin: 0 auto 2.5rem; line-height: 1.7; position: relative; z-index: 1; }
.hw-cta-btns  { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* ──────────────────────────────────────────────
   FOOTER
   ────────────────────────────────────────────── */
.hw-footer {
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    background: rgba(0,0,0,0.2);
}
.hw-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.hw-footer-logo { display: flex; align-items: center; gap: 0.65rem; margin-bottom: 0.875rem; font-size: 1.1rem; font-weight: 800; color: #fff; }
.hw-footer-icon { width: 36px; height: 36px; border-radius: 9px; background: linear-gradient(135deg,#14b8a6,#0d9488); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1rem; }
.hw-footer-brand p { font-size: 0.9rem; color: rgba(255,255,255,0.45); line-height: 1.65; margin: 0; }
.hw-footer-col h6 { font-size: 0.8125rem; font-weight: 700; color: rgba(255,255,255,0.8); margin: 0 0 1.25rem; text-transform: uppercase; letter-spacing: 0.08em; }
.hw-footer-col ul { list-style: none; padding: 0; margin: 0; }
.hw-footer-col li { margin-bottom: 0.625rem; }
.hw-footer-col a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.9rem; transition: 0.2s; }
.hw-footer-col a:hover { color: #fff; }
.hw-footer-bottom {
    padding-top: 1.75rem; border-top: 1px solid rgba(255,255,255,0.05);
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
}
.hw-footer-bottom p { margin: 0; font-size: 0.875rem; color: rgba(255,255,255,0.35); }
.hw-footer-socials { display: flex; gap: 0.625rem; }
.hw-footer-socials a {
    width: 38px; height: 38px; border-radius: 10px;
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.55); text-decoration: none; transition: 0.2s; font-size: 0.9rem;
}
.hw-footer-socials a:hover { background: rgba(255,255,255,0.12); color: #fff; transform: translateY(-2px); }

/* ──────────────────────────────────────────────
   RESPONSIVE
   ────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .hw-hero { padding: 5.5rem 0 5rem; }
    .hw-features-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
    .hw-footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .hw-testi-grid  { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .hw-container   { padding: 0 1.25rem; }
    .hw-hero        { padding: 4.5rem 0 4rem; }
    .hw-nav-links   { display: none; }
    .hw-btn-ghost   { display: none; }
    .hw-btn-primary { display: none; }
    .hw-hamburger   { display: flex; }
    .hw-hero-btns   { flex-direction: column; align-items: stretch; }
    .hw-btn-cta, .hw-btn-outline { width: 100%; justify-content: center; }
    .hw-stats-grid  { grid-template-columns: repeat(2,1fr); }
    .hw-pricing-grid { grid-template-columns: 1fr; }
    .hw-features-grid { grid-template-columns: 1fr; }
    .hw-cta-card    { padding: 3rem 1.5rem; }
    .hw-section     { padding: 4.5rem 0; }
    .hw-orb-1 { width: 400px; height: 400px; }
    .hw-orb-2 { width: 300px; height: 300px; }
    .hw-orb-3 { display: none; }
}
@media (max-width: 576px) {
    .hw-hero-title  { font-size: 2.25rem; }
    .hw-stats-grid  { grid-template-columns: 1fr 1fr; }
    .hw-footer-grid { grid-template-columns: 1fr; }
    .hw-footer-bottom { flex-direction: column; text-align: center; }
    .hw-section     { padding: 4rem 0; }
    .hw-feat-card, .hw-plan-card, .hw-review-card { padding: 1.5rem; }
}
