/* =============================================================
   AUTOMATIQUO — THEME LIGHT (default)
   Design system + light mode CSS custom properties
   ============================================================= */

html { scroll-behavior: smooth; }

/* ── Custom Properties (light mode defaults) ── */
:root {
    --aq-bg-base: #ffffff;
    --aq-bg-alt: #f7f8fb;
    --aq-surface: #ffffff;
    --aq-surface-elevated: #ffffff;
    --aq-surface-subtle: #f4f6f9;
    --aq-border-soft: rgba(15, 23, 42, 0.08);
    --aq-border-strong: rgba(201, 162, 58, 0.32);
    --aq-text-strong: #0f172a;
    --aq-text-body: #334155;
    --aq-text-muted: #64748b;
    --aq-text-faint: #94a3b8;
    --aq-accent: #c9a23a;
    --aq-accent-soft: #a8851d;
    --aq-success-soft: #047857;
    --aq-danger-soft: #b91c1c;
}

/* ── Base ── */
body.home {
    background: var(--aq-bg-base) !important;
    color: var(--aq-text-body);
}

/* ── Section heading size ── */
.aq-h2 {
    font-size: clamp(34px, 4.5vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.035em;
    font-weight: 800;
}

/* ── Hero ── */
.aq-hero {
    background: linear-gradient(165deg, #0b1220 0%, #132032 52%, #101827 100%);
}

.aq-hero-inner {
    min-height: 660px;
    padding-left: clamp(32px, 4.5vw, 72px);
    padding-right: clamp(32px, 4.5vw, 72px);
    padding-top: 142px;
    padding-bottom: 78px;
    display: flex;
    align-items: stretch;
}

.aq-hero-layout {
    display: grid;
    gap: clamp(44px, 6vw, 96px);
    width: 100%;
    align-content: center;
}

.aq-hero-layout--single {
    max-width: none;
}

.aq-hero-form { width: 100%; }
.aq-hero-eyebrow { margin-bottom: 28px; }
.aq-hero-copy { margin-bottom: 34px; }

@media (min-width: 1024px) {
    .aq-hero-layout {
        grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
        align-items: center;
    }
    .aq-hero-layout--single {
        grid-template-columns: minmax(0, 560px) minmax(340px, 430px);
        justify-content: space-between;
    }
    .aq-hero-form {
        justify-self: start;
        max-width: 540px;
    }
}

@media (max-width: 1023px) {
    .aq-hero-inner {
        min-height: auto;
        padding-left: clamp(28px, 6vw, 56px);
        padding-right: clamp(28px, 6vw, 56px);
        padding-top: 116px;
        padding-bottom: 48px;
    }
    .aq-hero-layout { gap: 36px; }
}

/* ── Hero Preview Card ── */
.aq-hero-preview {
    position: relative;
    width: min(100%, 430px);
    justify-self: end;
    transform: translateY(12px);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(17, 24, 39, 0.96), rgba(10, 15, 27, 0.96));
    border: 1px solid rgba(245, 213, 118, 0.24);
    box-shadow: 0 22px 64px rgba(0, 0, 0, 0.34), 0 0 38px rgba(201, 162, 39, 0.14);
    padding: 24px;
    overflow: hidden;
}

.aq-hero-preview::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 72% 18%, rgba(244, 212, 106, 0.18), transparent 34%);
    pointer-events: none;
}

.aq-hero-preview-window {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.3);
}

.aq-hero-preview-window::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 18px;
    z-index: 2;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.9), rgba(226, 232, 240, 0.84));
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
}

.aq-hero-preview-window::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 9px;
    z-index: 3;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: #ef4444;
    box-shadow: 8px 0 0 #f59e0b, 16px 0 0 #22c55e;
}

.aq-hero-preview-window img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Trust strip ── */
.aq-hero-trust {
    position: relative;
    z-index: 20;
    background: rgba(11, 18, 32, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.aq-hero-trust h3 { color: rgba(255, 255, 255, 0.94); }
.aq-hero-trust p  { color: rgba(226, 232, 240, 0.66); }

.aq-trust-icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border-radius: 999px;
    color: #f4d46a;
    background: rgba(244, 212, 106, 0.08);
    border: 1px solid rgba(244, 212, 106, 0.18);
    filter: drop-shadow(0 0 12px rgba(244, 212, 106, 0.16));
}

/* ── Hero title ── */
.aq-hero-title {
    max-width: 620px;
    font-size: clamp(52px, 4.4vw, 64px);
    line-height: 1.0;
    letter-spacing: -0.01em;
    font-weight: 800;
}

.aq-hero-title-line { display: block; }

@media (max-width: 1023px) {
    .aq-hero-preview { justify-self: start; max-width: 440px; }
    .aq-hero-title   { max-width: 100%; font-size: clamp(42px, 5.5vw, 56px); }
}

@media (max-width: 767px) {
    .aq-hero-inner { padding-top: 104px; padding-bottom: 42px; }
    .aq-hero-title { font-size: clamp(38px, 9vw, 48px); line-height: 1.05; }
}

/* ── Site header ── */
.aq-site-header { isolation: isolate; }

.aq-site-header::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 116px;
    z-index: -1;
    pointer-events: none;
    background: none;
}

.aq-header-inner {
    height: 104px;
    padding-left: clamp(32px, 4.5vw, 72px);
    padding-right: clamp(32px, 4.5vw, 72px);
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.aq-brand-link,
.aq-main-nav a { text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5); }

.aq-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.aq-brand-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
}

.aq-brand-name {
    font-size: clamp(28px, 2.1vw, 34px);
    font-weight: 700;
    line-height: 1;
    text-shadow: none;
    filter: drop-shadow(0 3px 12px rgba(244, 212, 106, 0.22));
}

.aq-main-nav {
    gap: clamp(22px, 2vw, 34px);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.aq-main-nav a {
    position: relative;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.9);
    transition: color 180ms ease, transform 180ms ease;
}

.aq-main-nav a:not(.aq-nav-cta)::after {
    content: "";
    position: absolute;
    left: 0; right: 0;
    bottom: -10px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #c9a23a, #f5e0a0);
    opacity: 0;
    transform: scaleX(0.45);
    transition: opacity 180ms ease, transform 180ms ease;
}

.aq-main-nav a:hover,
.aq-main-nav a:focus-visible { color: #fff; }

.aq-main-nav a:not(.aq-nav-cta):hover::after,
.aq-main-nav a:not(.aq-nav-cta):focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
}

.aq-nav-meta {
    display: none;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 12px;
    font-weight: 700;
}

.aq-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 999px;
    color: #fff !important;
}

@media (max-width: 1180px) {
    .aq-main-nav { gap: 16px; font-size: 13px; }
}

@media (min-width: 1280px) { .aq-nav-phone { display: inline; } }
@media (min-width: 1536px) { .aq-nav-email { display: inline; } }

/* ── Mobile menu ── */
.aq-mobile-menu {
    margin: 0 24px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
    border: 1px solid var(--aq-border-soft);
}

.aq-mobile-menu a { padding: 8px 4px; }

.aq-mobile-menu,
.aq-mobile-menu a { color: var(--aq-text-body); }

.aq-mobile-menu a:hover { color: var(--aq-text-strong); }

/* ── Pricing layout ── */
.pricing-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 24px 80px;
}

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

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.pricing-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.98));
    border: 1px solid var(--aq-border-soft);
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
}

.pricing-card.recommended {
    border: 2px solid var(--aq-accent);
    transform: translateY(-8px);
    box-shadow: 0 20px 42px rgba(201, 162, 39, 0.12);
}

.pricing-card button,
.pricing-card a { margin-top: auto; width: 100%; }

@media (max-width: 900px) {
    .pricing-grid { grid-template-columns: 1fr; }
    .pricing-card.recommended { transform: none; }
}

/* ── Section backgrounds ── */
.aq-section-dark     { background: var(--aq-bg-base); }
.aq-section-dark-alt { background: var(--aq-bg-alt); }

/* ── Text colours ── */
.aq-heading-dark  { color: var(--aq-text-strong) !important; }
.aq-copy-dark     { color: var(--aq-text-muted) !important; }
.aq-copy-muted    { color: var(--aq-text-muted) !important; }
.aq-copy-soft     { color: var(--aq-text-body) !important; }

/* ── Cards ── */
.aq-card.aq-card-dark,
.aq-card-dark {
    background: var(--aq-surface) !important;
    border-color: var(--aq-border-soft) !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08) !important;
}

.aq-card-dark.group:hover {
    border-color: var(--aq-border-strong);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
    transform: translateY(-3px);
    transition: transform 350ms cubic-bezier(0.16, 1, 0.3, 1), border-color 350ms ease, box-shadow 350ms ease;
}

.aq-card-title-dark { color: var(--aq-text-strong) !important; }
.aq-card-copy-dark  { color: var(--aq-text-muted) !important; }

.aq-card {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1);
}

.aq-card.group:hover {
    border-color: #d1d5db;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
    transform: translateY(-3px);
}

/* ── Form panel ── */
.aq-form-panel-dark {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.98));
    border: 1px solid var(--aq-border-soft);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    color: var(--aq-text-body);
    backdrop-filter: blur(18px);
}

.aq-form-panel-dark label { color: var(--aq-text-body) !important; }

.aq-form-panel-dark .aq-input {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.12);
    color: var(--aq-text-strong);
}

.aq-form-panel-dark .aq-input::placeholder { color: var(--aq-text-faint); }

.aq-form-panel-dark .aq-input:focus {
    border-color: var(--aq-accent);
    box-shadow: 0 0 0 4px rgba(184, 148, 31, 0.12);
}

/* ── Inputs ── */
.aq-input {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    padding: 13px 16px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 15px;
    color: #0f172a;
    transition: all 250ms ease;
}

.aq-input:focus {
    outline: none;
    border-color: #c9a23a;
    box-shadow: 0 0 0 4px rgba(184, 148, 31, 0.08);
}

.aq-input::placeholder { color: var(--aq-text-faint); }

/* ── Icon styles ── */
.aq-icon-dark {
    background: var(--aq-surface-subtle) !important;
    color: var(--aq-text-muted) !important;
    border: 1px solid var(--aq-border-soft);
    box-shadow: none;
}

.aq-icon-tile {
    background: var(--aq-surface-subtle) !important;
    color: var(--aq-text-strong) !important;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.aq-icon-tile:hover,
.group:hover .aq-icon-tile {
    background: #b9901f !important;
    border-color: rgba(201, 162, 58, 0.38);
    box-shadow: 0 18px 30px rgba(201, 162, 58, 0.18);
    color: #ffffff !important;
}

.aq-step-badge { ring-color: rgba(255, 255, 255, 1) !important; }

/* ── Chip / badge components ── */
.aq-pill-dark {
    background: rgba(201, 162, 39, 0.1) !important;
    color: var(--aq-accent-soft) !important;
    border: 1px solid rgba(201, 162, 39, 0.18) !important;
}

.aq-gold-chip {
    background: rgba(201, 162, 39, 0.1) !important;
    color: var(--aq-accent-soft) !important;
    border: 1px solid rgba(201, 162, 39, 0.16) !important;
}

.aq-danger-chip {
    background: rgba(248, 113, 113, 0.08) !important;
    color: var(--aq-danger-soft) !important;
    border: 1px solid rgba(248, 113, 113, 0.14) !important;
}

/* ── Check circles ── */
.aq-check-dark-emerald {
    background: rgba(16, 185, 129, 0.1) !important;
    color: var(--aq-success-soft) !important;
    border: 1px solid rgba(16, 185, 129, 0.18) !important;
}

.aq-check-dark-amber {
    background: rgba(201, 162, 39, 0.1) !important;
    color: var(--aq-accent-soft) !important;
    border: 1px solid rgba(201, 162, 39, 0.18) !important;
}

/* ── Alerts ── */
.aq-alert-dark-success {
    background: rgba(16, 185, 129, 0.1) !important;
    color: #065f46 !important;
    border: 1px solid rgba(16, 185, 129, 0.18) !important;
}

.aq-alert-dark-warning {
    background: rgba(245, 158, 11, 0.1) !important;
    color: #92400e !important;
    border: 1px solid rgba(245, 158, 11, 0.18) !important;
}

.aq-alert-dark-error {
    background: rgba(239, 68, 68, 0.08) !important;
    color: #991b1b !important;
    border: 1px solid rgba(239, 68, 68, 0.16) !important;
}

/* ── Dividers ── */
.aq-divider-dark  { background: var(--aq-border-soft) !important; }
.aq-divider-line  { border-color: var(--aq-border-soft) !important; }

/* ── Surfaces ── */
.aq-surface-subtle { background: var(--aq-surface-subtle) !important; }

.aq-surface-card {
    background: var(--aq-surface) !important;
    border: 1px solid var(--aq-border-soft) !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08) !important;
}

/* ── Gradient text ── */
.aq-text-gradient {
    background: linear-gradient(135deg, #f4d46a 0%, #fff1b8 46%, #e0b53a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 10px rgba(224, 181, 58, 0.18));
}

.aq-highlight {
    background: linear-gradient(135deg, #c9a23a, #e2c66d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── Overline label ── */
.aq-overline {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #b8941f;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.aq-overline::before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, #c9a23a, #e2c66d);
    border-radius: 2px;
}

/* ── Primary button ── */
.aq-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 12px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #c9a23a 0%, #a8851d 100%);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 0 0 1px rgba(201,162,58,0.3), inset 0 1px 0 rgba(255,255,255,0.15);
    transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.aq-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(184,148,31,0.35), 0 0 0 1px rgba(201,162,58,0.4), inset 0 1px 0 rgba(255,255,255,0.15);
}

.aq-btn-primary:active { transform: translateY(0); }

.aq-btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    transform: skewX(-20deg);
    transition: none;
}

.aq-btn-primary:hover::before {
    left: 125%;
    transition: left 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── Ghost button ── */
.aq-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 12px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    border: 1px solid rgba(255,255,255,0.12);
    transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.aq-btn-ghost:hover {
    color: #fff;
    border-color: rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.05);
    transform: translateY(-1px);
}

/* ── Pulse dot ── */
.aq-pulse { animation: aqPulse 2.5s ease-in-out infinite; }

@keyframes aqPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.5); }
    50%       { box-shadow: 0 0 0 8px rgba(52, 211, 153, 0); }
}

/* ── Floating orb ── */
.aq-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    animation: aqFloat 8s ease-in-out infinite;
}

.aq-orb-2 { animation-delay: -4s; animation-duration: 10s; }

@keyframes aqFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33%       { transform: translate(30px, -20px) scale(1.05); }
    66%       { transform: translate(-20px, 15px) scale(0.95); }
}

/* ── Scroll-reveal ── */
.aq-out {
    opacity: 0;
    transform: translateY(28px);
}

.aq-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.aq-scale-out {
    opacity: 0;
    transform: translateY(24px) scale(0.97);
}

.aq-scale-in {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── Animated gradient line ── */
.aq-gradient-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2c66d40, #6366f120, transparent);
    background-size: 200% 100%;
    animation: aqShimmer 4s ease-in-out infinite;
}

@keyframes aqShimmer {
    0%   { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* ── Stat glow ── */
.aq-stat-glow { text-shadow: 0 0 40px rgba(184,148,31,0.15); }

/* ── Carousel buttons ── */
.aq-carousel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    color: var(--aq-text-muted);
    background: #ffffff;
    border: 1px solid var(--aq-border-soft);
    transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.aq-carousel-btn:hover {
    color: var(--aq-accent);
    border-color: rgba(230,168,23,0.32);
    background: rgba(230,168,23,0.08);
}

/* ── Theme toggle button ── */
.aq-theme-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    flex-shrink: 0;
    transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.aq-theme-btn:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
    transform: translateY(-1px);
}

/* Icon visibility: moon shown in light mode, sun shown in dark mode */
.aq-theme-icon-sun  { display: none; }
.aq-theme-icon-moon { display: block; }

/* ── Scrollbar ── */
::-webkit-scrollbar       { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #c9a23a; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #a8851d; }

/* ── Noise texture overlay ── */
body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
    opacity: 0.03;
    background-image: 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.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px 200px;
}

/* ── Staggered hero entry animations ── */
@keyframes aqHeroIn {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
}

.aq-hero .aq-hero-eyebrow {
    animation: aqHeroIn 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 0s;
}

.aq-hero .aq-hero-title {
    animation: aqHeroIn 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 0.18s;
}

.aq-hero .aq-hero-copy {
    animation: aqHeroIn 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 0.34s;
}

/* ── Enhanced hero title gradient glow ── */
.aq-hero-title .aq-text-gradient {
    filter: drop-shadow(0 2px 18px rgba(244, 212, 106, 0.36)) drop-shadow(0 0 56px rgba(201, 162, 39, 0.18));
}
