﻿:root {
    --bg: #f4f8fb;
    --surface: #ffffff;
    --surface-alt: #eaf2f8;
    --text: #1b2a35;
    --muted: #4f6577;
    --brand: #005f8f;
    --brand-dark: #003e64;
    --accent: #db4f3f;
    --line: #d7e3ee;
    --shadow: 0 18px 45px rgba(0, 50, 80, 0.12);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--text);
    background: radial-gradient(circle at top right, #d8eaf6 0, #f7fbff 30%, var(--bg) 70%);
    line-height: 1.55;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1140px, 92vw);
    margin: 0 auto;
}

.topbar {
    background: var(--brand-dark);
    color: #d7e8f5;
    font-size: 0.95rem;
}

.topbar-inner {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.topbar-links {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.topbar a:hover {
    color: #ffffff;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
}

.nav-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-weight: 800;
    color: var(--brand-dark);
    letter-spacing: 0.2px;
}

.brand img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(0, 70, 130, 0.18);
}

.menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.menu a {
    padding: 0.4rem 0.25rem;
    color: var(--muted);
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: 0.2s ease;
}

.menu a:hover,
.menu a.active {
    color: var(--brand-dark);
    border-color: var(--brand);
}

.menu-toggle {
    display: none;
    border: 1px solid var(--line);
    padding: 0.4rem 0.75rem;
    border-radius: 10px;
    background: #fff;
    color: var(--brand-dark);
    font-weight: 700;
}

.btn {
    display: inline-block;
    border-radius: 999px;
    padding: 0.7rem 1.3rem;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: linear-gradient(120deg, var(--brand), var(--brand-dark));
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 79, 130, 0.25);
}

.btn-outline {
    border: 1px solid #9fb7ca;
    color: var(--brand-dark);
    background: #fff;
}

.btn-accent {
    background: linear-gradient(130deg, var(--accent), #b72c25);
    color: #fff;
    box-shadow: 0 10px 24px rgba(183, 44, 37, 0.24);
}

.hero {
    padding: 4.6rem 0 3.7rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    align-items: stretch;
}

.kicker {
    color: var(--brand);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 0.8rem;
    font-weight: 800;
    margin-bottom: 0.6rem;
}

h1,
h2,
h3 {
    font-family: "DM Serif Display", serif;
    line-height: 1.1;
    letter-spacing: 0.2px;
}

h1 {
    font-size: clamp(2rem, 5vw, 3.6rem);
}

h2 {
    font-size: clamp(1.6rem, 3.6vw, 2.6rem);
}

h3 {
    font-size: 1.35rem;
}

.hero-text {
    margin-top: 1rem;
    max-width: 60ch;
    color: var(--muted);
}

.hero-actions {
    margin-top: 1.5rem;
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.hero-points {
    margin-top: 1.3rem;
    display: grid;
    gap: 0.7rem;
}

.hero-points article {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 0.75rem 0.9rem;
}

.hero-points h3 {
    font-family: "Barlow", sans-serif;
    font-size: 1.02rem;
    line-height: 1.2;
}

.hero-points p {
    margin-top: 0.3rem;
    color: var(--muted);
    font-size: 0.96rem;
}

.hero-points a {
    color: var(--brand-dark);
    font-weight: 700;
    text-decoration: underline;
}

.hero-card,
.info-card,
.checklist-card,
.callout,
.panel {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
}

.hero-card {
    padding: 1.4rem;
    background: linear-gradient(140deg, #ffffff 0%, #edf5fb 100%);
}

.hero-brand {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #ffffff 0%, #ecf6ff 46%, #fff5f0 100%);
}

.hero-brand::before,
.hero-brand::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    z-index: 0;
}

.hero-brand::before {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(0, 95, 143, 0.22) 0%, rgba(0, 95, 143, 0) 72%);
    top: -35px;
    right: -45px;
}

.hero-brand::after {
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(219, 79, 63, 0.22) 0%, rgba(219, 79, 63, 0) 72%);
    left: -65px;
    bottom: -80px;
}

.hero-brand > * {
    position: relative;
    z-index: 1;
}

.logo-stage {
    margin: 0.2rem 0 1rem;
    border-radius: 18px;
    padding: 0.85rem;
    background: linear-gradient(135deg, #0a6090, #22a4d8 45%, #ef6e45);
    box-shadow: 0 14px 30px rgba(12, 88, 131, 0.35);
}

.logo-stage img {
    width: 100%;
    height: clamp(220px, 32vw, 360px);
    object-fit: contain;
    object-position: center;
    border-radius: 12px;
    background: #ffffff;
    padding: 0.7rem;
}

.hero-card ul,
.checklist-card ul {
    margin: 0.9rem 0 1.1rem 1.1rem;
}

.hero-card li,
.checklist-card li {
    margin: 0.5rem 0;
}

.contact-stack {
    display: grid;
    gap: 0.45rem;
}

.contact-stack a {
    color: var(--brand-dark);
    font-weight: 600;
}

.section {
    padding: 3.5rem 0;
}

.section-soft {
    background: linear-gradient(170deg, #eaf3fa 0%, #f8fcff 100%);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.section-head {
    margin-bottom: 1.3rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.info-card {
    padding: 1.25rem;
}

.info-card p {
    color: var(--muted);
    margin-top: 0.7rem;
}

.split {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.2rem;
    align-items: start;
}

.split p {
    color: var(--muted);
    margin-top: 1rem;
}

.checklist-card {
    padding: 1.25rem;
    background: #f9fcff;
}

.link-arrow {
    margin-top: 1rem;
    display: inline-block;
    font-weight: 700;
    color: var(--brand-dark);
}

.callout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.4rem;
}

.panel {
    padding: 1.2rem;
}

.list-grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.list-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 0.9rem;
}

.list-item p {
    margin-top: 0.4rem;
    color: var(--muted);
}

.text-block p {
    margin-top: 0.9rem;
    color: var(--muted);
}

.transparency-intro {
    max-width: 860px;
}

.doc-groups {
    display: grid;
    gap: 1rem;
}

.doc-group {
    padding: 1rem;
}

.doc-group h2 {
    font-size: clamp(1.3rem, 2.2vw, 1.9rem);
    margin-bottom: 0.75rem;
}

.doc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 12px;
    padding: 0.75rem 0.9rem;
    margin-top: 0.6rem;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.doc-item span {
    color: var(--muted);
    font-weight: 600;
}

.doc-item strong {
    color: var(--brand-dark);
    font-size: 0.92rem;
    white-space: nowrap;
}

.doc-item:hover {
    border-color: #9eb6ca;
    transform: translateY(-1px);
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 1rem;
}

.contact-card {
    padding: 1.2rem;
}

.contact-card p {
    margin-top: 0.6rem;
    color: var(--muted);
}

.contact-card strong {
    color: var(--brand-dark);
}

.contact-link {
    color: var(--brand-dark);
    font-weight: 600;
}

.contact-link:hover {
    text-decoration: underline;
}

.contact-cta {
    display: inline-block;
    font-weight: 700;
    border-radius: 12px;
    padding: 0.62rem 0.85rem;
}

.contact-cta.whatsapp {
    background: linear-gradient(135deg, #1ea95a, #148b47);
    color: #fff;
    box-shadow: 0 8px 20px rgba(20, 139, 71, 0.25);
}

.contact-cta.whatsapp:hover {
    transform: translateY(-1px);
}

.map-wrap {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--line);
    min-height: 380px;
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 380px;
    border: 0;
}

.map-actions {
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.footer {
    margin-top: 2rem;
    background: #0e2536;
    color: #d2e4f2;
    padding: 2.3rem 0 1.2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.footer h3 {
    font-size: 1.2rem;
    color: #fff;
}

.footer p {
    margin-top: 0.55rem;
}

.footer a:hover {
    color: #fff;
}

.footer-bottom {
    margin-top: 1.5rem;
    border-top: 1px solid rgba(164, 198, 222, 0.3);
    padding-top: 1rem;
    color: #b8d0e4;
    font-size: 0.95rem;
}

.backtop {
    position: fixed;
    right: 1.1rem;
    bottom: 1.1rem;
    border: none;
    background: var(--brand-dark);
    color: #fff;
    border-radius: 999px;
    padding: 0.65rem 0.95rem;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: 0.2s ease;
}

.backtop.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

@media (max-width: 980px) {
    .hero-grid,
    .split,
    .grid-3,
    .contact-grid,
    .footer-grid,
    .list-grid {
        grid-template-columns: 1fr;
    }

    .callout {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar {
        position: relative;
    }

    .menu-toggle {
        display: inline-block;
    }

    .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid var(--line);
        padding: 1rem 4vw;
        flex-direction: column;
        align-items: flex-start;
    }

    .menu.open {
        display: flex;
    }

    .topbar-inner,
    .topbar-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
        padding: 0.4rem 0;
    }
}
