.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    height: var(--header-height);
    border-bottom: 1px solid transparent;
    transition: background var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.site-header.is-scrolled { background: rgba(3, 20, 38, 0.97); border-color: var(--reinvent-border-light); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); backdrop-filter: blur(12px); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; gap: 32px; }
.brand { flex: 0 0 auto; }
.brand img { width: 177px; height: auto; }
.main-navigation { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.main-navigation ul { list-style: none; display: flex; align-items: center; gap: clamp(12px, 1.45vw, 24px); padding: 0; margin: 0; }
.main-navigation ul a { color: rgba(255,255,255,.86); font-size: .84rem; font-weight: 700; white-space: nowrap; position: relative; }
.main-navigation ul a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--reinvent-yellow); transition: width var(--transition); }
.main-navigation ul a:hover::after, .main-navigation ul a:focus-visible::after { width: 100%; }
.main-navigation ul a[aria-current="page"] { color: white; }
.main-navigation ul a[aria-current="page"]::after { width: 100%; }
.menu-toggle { display: none; border: 0; background: transparent; width: 48px; height: 48px; padding: 12px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: white; margin: 5px 0; transition: transform var(--transition), opacity var(--transition); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 22px; border-radius: 9px; border: 1px solid transparent; font-weight: 800; line-height: 1.1; transition: transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition); }
.button:hover { transform: translateY(-2px); }
.button--large { min-height: 56px; padding-inline: 28px; }
.button--brand { color: var(--reinvent-navy-deep); background: linear-gradient(135deg, var(--reinvent-yellow), #e2b14a); box-shadow: 0 12px 30px rgba(255, 197, 40, 0.22); }
.button--brand:hover { box-shadow: 0 16px 36px rgba(255, 197, 40, 0.32); }
.button--ghost-light { color: white; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.03); }
.button--ghost-light:hover { background: rgba(255,255,255,.1); border-color: white; }
.button--dark { color: white; background: var(--reinvent-navy); }
.header-cta { min-height: 44px; padding: 11px 18px; font-size: .82rem; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #9b741f; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
.eyebrow--light { color: var(--reinvent-yellow); }
.section-heading { max-width: 700px; margin-bottom: 52px; }
.section-heading--center { text-align: center; margin-inline: auto; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading p { font-size: 1.05rem; max-width: 620px; }
.section-heading--center p { margin-inline: auto; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--reinvent-navy); font-weight: 800; border-bottom: 1px solid rgba(6,27,51,.28); padding-bottom: 4px; }
.benefit-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.benefit-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--reinvent-text); font-size: .94rem; }
.benefit-list li span { color: #b98b25; font-weight: 900; }
.benefit-list--large { gap: 14px; margin: 28px 0 34px; }
.benefit-list--large li { font-size: 1rem; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 900; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 999px; background: #1fba63; color: white; font-weight: 800; box-shadow: 0 16px 42px rgba(0,0,0,.22); }
.whatsapp-float svg { width: 23px; height: 23px; fill: currentColor; }
.site-footer { background: var(--reinvent-navy-deep); color: white; padding: 78px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 48px; }
.footer-brand img { width: 180px; height: auto; margin-bottom: 24px; }
.footer-brand p, .footer-contact, .footer-pending { color: rgba(255,255,255,.62); font-size: .92rem; }
.footer-heading { font-size: .9rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 22px; color: white; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.footer-links a, .footer-contact a, .footer-contact span { color: rgba(255,255,255,.7); font-size: .9rem; }
.footer-links a:hover, .footer-contact a:hover { color: var(--reinvent-yellow); }
.footer-contact { display: grid; gap: 9px; font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p, .footer-bottom span, .footer-bottom a { margin: 0; color: rgba(255,255,255,.46); font-size: .77rem; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-pending code { color: var(--reinvent-yellow); }
.social-links { display: flex; gap: 12px; }
.social-links a { color: var(--reinvent-yellow); font-weight: 700; font-size: .84rem; }

.footer-contact-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: var(--reinvent-yellow);
    font-size: .86rem;
    font-weight: 800;
}
.contact-float {
    background: linear-gradient(135deg, var(--reinvent-blue), #066f9b);
}
.contact-float svg {
    fill: none;
    stroke: currentColor;
}

.footer-contact a.footer-contact-cta {
    color: var(--reinvent-yellow);
}
