:root {
    --navy: #092747;
    --blue: #1269a8;
    --gold: #f3a421;
    --green: #25d366;
    --ink: #142235;
    --muted: #5f6f82;
    --line: #dbe6ef;
    --sky: #eaf5fb;
    --white: #ffffff;
    --shadow: 0 18px 48px rgba(9, 39, 71, .14);
    --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: var(--ink);
    background: #f7fbff;
    line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(219,230,239,.8);
}
.header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); }
.brand-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: var(--radius);
    color: #fff;
    background: linear-gradient(135deg, var(--navy), var(--blue));
    font-weight: 800;
}
.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); font-weight: 700; }
.nav { display: none; gap: 4px; align-items: center; }
.nav a { padding: 10px 12px; border-radius: var(--radius); color: var(--navy); font-weight: 800; font-size: .92rem; }
.nav a:hover { background: var(--sky); }
.nav-admin { background: #fff3d3; color: #7a4d00 !important; }
.btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: var(--radius);
    padding: 12px 17px;
    border: 1px solid transparent;
    font-weight: 800;
    line-height: 1.2;
}
.btn-whatsapp, .btn-primary { color: #fff; background: linear-gradient(135deg, var(--green), #159b4d); }
.btn-secondary { color: var(--navy); background: #fff; border-color: var(--line); }
.btn-light { color: var(--navy); background: #fff; }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.48); }
.hero {
    min-height: calc(100vh - 76px);
    display: flex;
    align-items: center;
    padding: 64px 0;
    background: radial-gradient(circle at top left, rgba(18,105,168,.14), transparent 32%), linear-gradient(135deg, #f9fcff, #eaf5fb 48%, #fff);
}
.hero-grid { display: grid; gap: 34px; align-items: center; }
.badge, .eyebrow {
    display: inline-flex;
    width: fit-content;
    gap: 8px;
    align-items: center;
    border: 1px solid #ffe0a1;
    border-radius: 999px;
    padding: 8px 12px;
    color: #784a00;
    background: #fff3d3;
    font-size: .82rem;
    font-weight: 800;
}
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 20px 0 14px; color: var(--navy); font-size: clamp(2.35rem, 9vw, 4.75rem); line-height: 1.02; }
h2 { color: var(--navy); font-size: clamp(1.9rem, 7vw, 3rem); line-height: 1.1; margin-bottom: 14px; }
h3 { color: var(--navy); font-size: 1.15rem; margin-bottom: 10px; }
.subtitle { color: var(--blue); font-size: clamp(1.1rem, 4vw, 1.45rem); font-weight: 800; }
.hero-copy p, .section-title p, .split p, .final-cta p { color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-card {
    position: relative;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}
.hero-card img { border-radius: var(--radius); }
.status-box {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    padding: 14px;
    border-radius: var(--radius);
    color: #fff;
    background: rgba(9,39,71,.92);
}
.section { padding: 86px 0; background: #eef7fc; }
.section.white { background: #fff; }
.section-title { max-width: 740px; margin-bottom: 28px; }
.progress-card, .feature-grid article, .contact-card, .highlights {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 12px 34px rgba(9,39,71,.08);
}
.progress-card { padding: 20px; margin-bottom: 20px; }
.progress-card span { color: var(--muted); margin-left: 8px; }
.progress { height: 10px; margin-top: 14px; overflow: hidden; border-radius: 999px; background: #d8e8f3; }
.progress span { width: 45%; height: 100%; display: block; margin: 0; background: linear-gradient(90deg, var(--gold), var(--blue), var(--gold)); animation: move 2.4s ease-in-out infinite; }
.feature-grid, .contact-grid { display: grid; gap: 16px; }
.feature-grid article, .contact-card { padding: 22px; }
.feature-grid i, .contact-card > i { color: var(--gold); font-size: 1.55rem; margin-bottom: 15px; }
.contact-card { display: flex; flex-direction: column; }
.contact-card.featured { border-color: rgba(243,164,33,.55); }
.contact-card p { color: var(--muted); }
.contact-card strong { color: var(--blue); margin-bottom: 8px; }
.phone { color: var(--navy); font-weight: 800; margin: 14px 0; }
.btn-card { margin-top: auto; color: #fff; background: var(--navy); }
.split { display: grid; gap: 24px; align-items: center; }
.highlights { display: grid; gap: 12px; padding: 22px; }
.highlights span { color: var(--navy); font-weight: 800; }
.highlights i { color: var(--green); margin-right: 8px; }
.final-cta { padding: 74px 0; color: #fff; background: linear-gradient(135deg, rgba(9,39,71,.98), rgba(18,105,168,.94)); }
.final-cta h2, .final-cta p { color: #fff; }
.final-cta p { max-width: 690px; opacity: .86; }
.footer { padding: 34px 0 22px; color: #d9e8f3; background: #061d35; }
.footer-grid { display: grid; gap: 20px; }
.footer strong, .footer span, .footer a { display: block; }
.footer a:hover { color: #ffd36a; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: #acc7dc; font-size: .88rem; }
.float-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 30;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: var(--green);
    font-size: 1.8rem;
    box-shadow: 0 12px 28px rgba(9,39,71,.22);
    animation: pulse 2s infinite;
}
.float-whatsapp span {
    position: absolute;
    right: 68px;
    width: max-content;
    padding: 7px 10px;
    border-radius: var(--radius);
    color: #fff;
    background: var(--navy);
    font-size: .82rem;
    font-weight: 800;
    opacity: 0;
}
.float-whatsapp:hover span { opacity: 1; }
@keyframes pulse { 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } }
@keyframes move { 0% { transform: translateX(-30%); } 50% { transform: translateX(95%); } 100% { transform: translateX(-30%); } }
@media (min-width: 800px) {
    .nav { display: flex; }
    .hero-grid { grid-template-columns: 1.05fr .95fr; }
    .feature-grid, .contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .split, .footer-grid { grid-template-columns: 1.1fr .9fr; }
}
@media (max-width: 560px) {
    .header-inner { min-height: auto; padding: 14px 0; flex-wrap: wrap; }
    .btn-whatsapp { width: 100%; }
    .actions .btn { width: 100%; }
    .status-box { position: static; margin-top: 10px; }
    .float-whatsapp span { display: none; }
}
