:root {
    color-scheme: light;
    --brand-blue: #2A5581;
    --brand-blue-dark: #18395c;
    --brand-blue-soft: #e3edf7;
    --accent-green: #18a86b;
    --accent-green-dark: #0e8755;
    --ink: #142033;
    --muted: #627185;
    --surface: #ffffff;
    --line: #d7e2ee;
    --page: #eef4fa;
    --font-sans: "Lato", Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    font-family: var(--font-sans);
    background: var(--page);
    color: var(--ink);
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    font-family: var(--font-sans);
    background:
        radial-gradient(circle at 10% 14%, rgba(42, 85, 129, 0.28) 0, rgba(42, 85, 129, 0.12) 20%, transparent 38%),
        radial-gradient(circle at 88% 4%, rgba(17, 55, 94, 0.26) 0, rgba(17, 55, 94, 0.1) 24%, transparent 42%),
        radial-gradient(circle at 72% 48%, rgba(87, 135, 180, 0.16) 0, rgba(87, 135, 180, 0.06) 22%, transparent 40%),
        linear-gradient(180deg, #f7fbff 0%, #e9f1f9 42%, #dce9f5 100%);
    color: var(--ink);
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.page-shell {
    min-height: 100vh;
    padding: 24px 0 72px;
    isolation: isolate;
}

.bg-circle {
    position: absolute;
    z-index: -1;
    display: block;
    border-radius: 999px;
    filter: blur(4px);
    opacity: 0.9;
    pointer-events: none;
}

.bg-circle-one {
    top: 96px;
    left: -140px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(42, 85, 129, 0.34) 0%, rgba(42, 85, 129, 0.12) 52%, transparent 72%);
}

.bg-circle-two {
    top: 38px;
    right: -170px;
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, rgba(24, 57, 92, 0.34) 0%, rgba(24, 57, 92, 0.12) 52%, transparent 72%);
}

.bg-circle-three {
    bottom: 220px;
    left: 52%;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(87, 135, 180, 0.28) 0%, rgba(87, 135, 180, 0.1) 50%, transparent 72%);
}

.site-header {
    position: relative;
    z-index: 2;
    padding: 8px 0 40px;
}

.site-brand {
    width: min(48vw, 240px);
}

.brand-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 8px;
    outline: 0;
}

.brand-link:focus-visible,
.btn:focus-visible {
    box-shadow: 0 0 0 4px rgba(45, 91, 136, 0.22);
}

.hero-section {
    position: relative;
    z-index: 1;
    min-height: 620px;
    padding: 34px 0 86px;
}

.section-kicker {
    margin: 0 0 12px;
    color: var(--accent-green-dark);
    font-size: 0.875rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-section h1,
.section-heading h2,
.process-section h2,
.cta-panel h2 {
    margin: 0;
    color: var(--ink);
    font-weight: 800;
}

.hero-section h1 {
    max-width: 760px;
    font-size: 3.5rem;
    line-height: 1.04;
}

.hero-copy,
.section-copy,
.section-heading p,
.cta-panel p {
    color: var(--muted);
    font-size: 1.125rem;
    line-height: 1.7;
}

.hero-copy {
    max-width: 650px;
    margin: 22px 0 0;
}

.hero-actions {
    margin-top: 32px;
}

.btn {
    border-radius: 8px;
    font-weight: 700;
}

.btn-whatsapp {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: var(--accent-green);
    --bs-btn-border-color: var(--accent-green);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: var(--accent-green-dark);
    --bs-btn-hover-border-color: var(--accent-green-dark);
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: var(--accent-green-dark);
    --bs-btn-active-border-color: var(--accent-green-dark);
}

.btn-outline-primary {
    --bs-btn-color: var(--brand-blue-dark);
    --bs-btn-border-color: rgba(45, 91, 136, 0.38);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: var(--brand-blue);
    --bs-btn-hover-border-color: var(--brand-blue);
    background: rgba(255, 255, 255, 0.72);
}

.hero-points {
    max-width: 620px;
    margin-top: 36px;
}

.hero-points > div {
    min-height: 94px;
    padding: 18px;
    border: 1px solid rgba(45, 91, 136, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 36px rgba(20, 32, 51, 0.06);
}

.hero-points strong,
.process-list strong {
    display: block;
    color: var(--ink);
    font-size: 1.05rem;
}

.hero-points span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.45;
}

.hero-media {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    background: var(--brand-blue-dark);
    box-shadow: 0 28px 70px rgba(20, 32, 51, 0.2);
}

.hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 24% 18%, rgba(24, 168, 107, 0.18), transparent 34%);
    pointer-events: none;
}

.hero-media img {
    width: 100%;
    aspect-ratio: 7 / 4;
    object-fit: cover;
}

.section-band,
.process-section,
.cta-section {
    position: relative;
    z-index: 1;
}

.section-band {
    padding: 86px 0;
    background:
        radial-gradient(circle at 92% 18%, rgba(42, 85, 129, 0.16), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
}

.section-heading {
    margin-bottom: 34px;
}

.section-heading h2,
.process-section h2,
.cta-panel h2 {
    font-size: 2.35rem;
    line-height: 1.14;
}

.section-heading p,
.cta-panel p {
    margin: 0;
}

.service-card {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: 0 18px 40px rgba(20, 32, 51, 0.06);
}

.service-card span,
.process-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: var(--brand-blue-soft);
    color: var(--brand-blue-dark);
    font-weight: 800;
}

.service-card h3 {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: 1.25rem;
    font-weight: 800;
}

.service-card p,
.process-list p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.process-section {
    padding: 86px 0;
}

.section-copy {
    margin: 18px 0 28px;
}

.process-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.process-list > div {
    min-height: 210px;
    padding: 24px;
    border: 1px solid rgba(45, 91, 136, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(18px);
}

.process-list span {
    margin-bottom: 18px;
    background: rgba(24, 168, 107, 0.12);
    color: var(--accent-green-dark);
}

.process-list p {
    margin-top: 8px;
}

.cta-section {
    padding: 0 0 10px;
}

.cta-panel {
    overflow: hidden;
    padding: 40px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 88% 12%, rgba(96, 149, 199, 0.32), transparent 28%),
        radial-gradient(circle at 10% 80%, rgba(42, 85, 129, 0.36), transparent 34%),
        var(--brand-blue-dark);
    box-shadow: 0 28px 70px rgba(20, 32, 51, 0.18);
}

.cta-panel .section-kicker,
.cta-panel h2,
.cta-panel p {
    color: #ffffff;
}

.cta-panel p {
    max-width: 760px;
    opacity: 0.82;
}

.error-section {
    min-height: 520px;
    padding: 80px 0;
}

.error-section h1 {
    margin: 0;
    color: var(--ink);
    font-size: 3rem;
    font-weight: 800;
}

.error-section p:not(.section-kicker) {
    max-width: 560px;
    margin: 18px auto 28px;
    color: var(--muted);
    font-size: 1.125rem;
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .hero-section {
        min-height: auto;
        padding: 24px 0 68px;
    }

    .hero-section h1 {
        font-size: 2.7rem;
    }

    .section-band,
    .process-section {
        padding: 68px 0;
    }
}

@media (max-width: 767.98px) {
    .page-shell {
        padding-top: 18px;
    }

    .site-header {
        padding-bottom: 28px;
    }

    .site-brand {
        width: min(68vw, 260px);
    }

    .hero-section h1,
    .section-heading h2,
    .process-section h2,
    .cta-panel h2,
    .error-section h1 {
        font-size: 2.1rem;
    }

    .hero-copy,
    .section-copy,
    .section-heading p,
    .cta-panel p {
        font-size: 1rem;
    }

    .hero-points > div {
        min-height: 86px;
        padding: 16px;
    }

    .process-list {
        grid-template-columns: 1fr;
    }

    .process-list > div {
        min-height: auto;
    }

    .cta-panel {
        padding: 30px 22px;
    }
}

@media (max-width: 575.98px) {
    .hero-actions .btn,
    .cta-panel .btn {
        width: 100%;
    }

    .bg-circle-one {
        left: -210px;
    }

    .bg-circle-two {
        right: -260px;
    }
}
