/* Aurora marketing design system — shared by index, pricing, contact (and future marketing pages) */

:root {
    --hdl2-navy: #0F172A;
    --hdl2-navy-deep: #0b1120;
    --hdl2-gold: #C6A15B;
    --hdl2-gold-soft: #d9c39a;
    --hdl2-ink: #0F172A;
    --hdl2-muted: #64748B;
    --hdl2-muted-dark: #a9b6cc;
    --hdl2-line: #E2E8F0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;
    background: #fff;
    color: var(--hdl2-ink);
    -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
.hdl2-inner { max-width: 1240px; margin: 0 auto; padding-left: 40px; padding-right: 40px; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
}

/* ---------- nav ---------- */
.hdl2-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 22px;
    padding-bottom: 22px;
}
.hdl2-nav-logo img { height: 30px; width: auto; display: block; }
.hdl2-nav-right { display: flex; align-items: center; gap: 30px; }
.hdl2-nav-links { display: flex; gap: 26px; font-size: 15px; font-weight: 600; color: #cbd5e1; }
.hdl2-nav-links a { color: #cbd5e1; transition: color .15s ease; }
.hdl2-nav-links a:hover { color: #fff; }
.hdl2-nav-ctas { display: flex; gap: 12px; align-items: center; }
.hdl2-btn-ghost {
    padding: 10px 18px;
    border-radius: 9px;
    border: 1px solid rgba(255,255,255,.22);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
}
.hdl2-btn-ghost:hover { border-color: rgba(255,255,255,.45); }
.hdl2-btn-gold {
    padding: 10px 18px;
    border-radius: 9px;
    background: var(--hdl2-gold);
    color: var(--hdl2-navy);
    font-weight: 800;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 8px 22px -6px rgba(198,161,91,.6);
}
.hdl2-btn-gold:hover { filter: brightness(1.06); }
.hdl2-nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 40px;
    padding: 8px 10px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 9px;
    cursor: pointer;
}
.hdl2-nav-toggle span { display: block; height: 2px; border-radius: 2px; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.hdl2-nav.is-open .hdl2-nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hdl2-nav.is-open .hdl2-nav-toggle span:nth-child(2) { opacity: 0; }
.hdl2-nav.is-open .hdl2-nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- sample-page top nav (mirrors the home-page hero nav) ---------- */
.hdl-sample-topnav { background: var(--hdl2-navy); }
.hdl-sample-topnav .hdl2-nav { padding-top: 16px; padding-bottom: 16px; }

/* ---------- hero badge / eyebrow ---------- */
.hdl2-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(198,161,91,.14);
    border: 1px solid rgba(198,161,91,.4);
    color: var(--hdl2-gold);
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* ---------- CTA card shared pieces ---------- */
.hdl2-cta-card h2 { margin: 0; font-size: clamp(28px, 3vw, 38px); line-height: 1.1; letter-spacing: -.02em; color: #fff; }
.hdl2-cta-gold {
    padding: 15px 28px;
    border-radius: 12px;
    background: var(--hdl2-gold);
    color: var(--hdl2-navy);
    font-weight: 800;
    font-size: 16px;
    box-shadow: 0 14px 30px -8px rgba(198,161,91,.6);
}
.hdl2-cta-gold:hover { filter: brightness(1.06); }
.hdl2-cta-glass {
    padding: 15px 26px;
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.hdl2-cta-glass:hover { border-color: rgba(255,255,255,.42); }

/* ---------- footer ---------- */
.hdl2-footer {
    background: var(--hdl2-navy-deep);
    color: #94a3b8;
    padding: 40px;
    text-align: center;
    font-size: 14px;
}
.hdl2-footer img { height: 26px; opacity: .85; margin-bottom: 14px; }
.hdl2-footer-links { margin-top: 14px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 22px; font-weight: 600; }
.hdl2-footer-links a { color: #cbd5e1; }
.hdl2-footer-links a:hover { color: #fff; }

/* ---------- consent banner button fallback (style.css not loaded on marketing pages) ---------- */
.hdl-consent .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border-radius: 9px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: var(--hdl2-ink);
}
.hdl-consent .btn-primary { background: var(--hdl2-navy); border-color: var(--hdl2-navy); color: #fff; }

/* ---------- responsive (shared nav + shell) ---------- */
@media (max-width: 1100px) {
    .hdl2-nav-links { gap: 18px; }
    .hdl2-nav-right { gap: 18px; }
}
@media (max-width: 760px) {
    .hdl2-nav-toggle { display: flex; }
    .hdl2-nav-links {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 20px;
        right: 20px;
        z-index: 40;
        flex-direction: column;
        gap: 4px;
        background: #101a30;
        border: 1px solid rgba(255,255,255,.14);
        border-radius: 14px;
        padding: 12px;
        box-shadow: 0 26px 50px -18px rgba(0,0,0,.65);
    }
    .hdl2-nav.is-open .hdl2-nav-links { display: flex; }
    .hdl2-nav-links a { padding: 11px 12px; border-radius: 9px; }
    .hdl2-nav-links a:hover { background: rgba(255,255,255,.06); }
    .hdl2-nav-right { gap: 12px; }
    .hdl2-btn-ghost, .hdl2-btn-gold { padding: 9px 14px; font-size: 13.5px; }
    .hdl2-inner { padding-left: 20px; padding-right: 20px; }
}
