:root {
    --ink: #172023;
    --muted: #5d696e;
    --line: #dce3df;
    --paper: #ffffff;
    --soft: #f4f7f4;
    --teal: #123b3f;
    --teal-2: #1f5f62;
    --amber: #f0b24a;
    --rust: #a94d30;
    --focus: #f7c85f;
    --shadow: 0 18px 50px rgba(18, 59, 63, 0.14);
    --radius: 8px;
    --container: min(1120px, calc(100vw - 40px));
}

* {
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
}

body.modal-open {
    overflow: hidden;
}

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

a {
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

:focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: 3px;
}

.container {
    width: var(--container);
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    transform: translateY(-150%);
    padding: 10px 14px;
    color: var(--ink);
    background: var(--amber);
    border-radius: var(--radius);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(220, 227, 223, 0.9);
    backdrop-filter: blur(16px);
}

.header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    min-height: 76px;
    gap: 24px;
}

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--teal);
    text-decoration: none;
    font-weight: 800;
}

.brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--teal);
    background: var(--amber);
    border: 3px solid var(--teal);
    border-radius: var(--radius);
    font-weight: 900;
}

.brand-text {
    max-width: 230px;
    font-size: 0.95rem;
    line-height: 1.15;
}

.site-nav {
    display: flex;
    justify-content: center;
    gap: 6px;
}

.site-nav a {
    padding: 10px 12px;
    border-radius: var(--radius);
    color: var(--muted);
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 700;
}

.site-nav a:hover,
.site-nav a.is-active {
    color: var(--teal);
    background: var(--soft);
}

.header-action,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.header-action,
.btn-primary {
    color: #102024;
    background: var(--amber);
}

.header-action:hover,
.btn-primary:hover {
    transform: translateY(-1px);
    background: #ffd176;
}

.btn-secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(18, 59, 63, 0.62);
}

.btn-secondary:hover {
    background: rgba(18, 59, 63, 0.9);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
}

.menu-toggle span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: var(--teal);
}

.hero {
    position: relative;
    min-height: calc(100vh - 76px);
    display: grid;
    align-items: center;
    isolation: isolate;
    color: #ffffff;
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center right;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(12, 30, 34, 0.92) 0%, rgba(12, 30, 34, 0.72) 45%, rgba(12, 30, 34, 0.2) 100%);
}

.hero-content {
    padding-block: 80px;
}

.hero h1,
.page-hero h1 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(2.3rem, 6vw, 5rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.hero p:not(.eyebrow),
.page-hero p:not(.eyebrow) {
    max-width: 680px;
    margin: 22px 0 0;
    font-size: 1.12rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--rust);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero .eyebrow {
    color: var(--amber);
}

.section {
    padding-block: 86px;
}

.intro-band,
.process-band,
.faq-section {
    background: var(--soft);
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    align-items: center;
    gap: 56px;
}

.split.reverse {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
}

.section-copy h2,
.section-head h2,
.coverage h2,
.cta-inner h2 {
    margin: 0;
    color: var(--teal);
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.05;
    letter-spacing: 0;
}

.section-copy p,
.coverage p,
.cta-inner p {
    color: var(--muted);
    font-size: 1.02rem;
}

.media-frame {
    margin: 0;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    background: var(--line);
}

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

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.text-link,
.service-card a {
    color: var(--teal);
    font-weight: 900;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

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

.service-card,
.contact-note,
.service-detail,
.faq-list details {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
}

.service-card {
    min-height: 254px;
    display: flex;
    flex-direction: column;
    padding: 22px;
}

.service-card span {
    color: var(--rust);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.service-card h3 {
    margin: 14px 0 10px;
    color: var(--teal);
    font-size: 1.18rem;
    line-height: 1.2;
}

.service-card p {
    flex: 1;
    margin: 0 0 18px;
    color: var(--muted);
}

.steps {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.steps article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start;
    padding: 18px;
    border-left: 4px solid var(--amber);
    background: #ffffff;
    border-radius: var(--radius);
}

.steps span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #ffffff;
    background: var(--teal);
    border-radius: 50%;
    font-weight: 900;
}

.steps h3 {
    margin: 0 0 4px;
    color: var(--teal);
}

.steps p {
    margin: 0;
    color: var(--muted);
}

.coverage {
    color: #ffffff;
    background: var(--teal);
}

.coverage .eyebrow,
.coverage h2,
.coverage p {
    color: #ffffff;
}

.coverage-inner {
    max-width: 820px;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-list.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-list details {
    padding: 18px 20px;
}

.faq-list summary {
    cursor: pointer;
    color: var(--teal);
    font-weight: 900;
}

.faq-list p {
    margin: 12px 0 0;
    color: var(--muted);
}

.contact-section {
    background: #ffffff;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
    gap: 46px;
    align-items: start;
}

.contact-list {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.contact-list div {
    padding: 16px;
    border-left: 4px solid var(--amber);
    background: var(--soft);
    border-radius: var(--radius);
}

.contact-list strong,
.contact-list span,
.contact-list a {
    display: block;
}

.contact-list strong {
    color: var(--teal);
}

.contact-list span,
.contact-list a {
    color: var(--muted);
    overflow-wrap: anywhere;
}

.contact-form {
    display: grid;
    gap: 15px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.contact-form label {
    display: grid;
    gap: 7px;
    color: var(--teal);
    font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    min-height: 44px;
    padding: 11px 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--ink);
    background: #ffffff;
}

.contact-form textarea {
    resize: vertical;
}

.check-field {
    grid-template-columns: 20px 1fr;
    align-items: start;
    color: var(--muted);
    font-weight: 600;
}

.check-field input {
    min-height: 20px;
    margin-top: 4px;
}

.honeypot {
    position: absolute;
    left: -9999px;
}

.form-status {
    margin: 0;
    padding: 12px;
    border-radius: var(--radius);
    font-weight: 800;
}

.form-status.success {
    color: #0d4f32;
    background: #dff3e8;
}

.form-status.error {
    color: #842b19;
    background: #ffe5dc;
}

.contact-note {
    padding: 24px;
    background: var(--soft);
}

.contact-note h3 {
    margin: 0 0 10px;
    color: var(--teal);
}

.contact-note p {
    margin: 0;
    color: var(--muted);
}

.page-hero {
    padding-block: 72px;
    background: linear-gradient(180deg, #f6f8f6 0%, #ffffff 100%);
}

.page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
    gap: 48px;
    align-items: center;
}

.breadcrumbs {
    display: flex;
    gap: 8px;
    margin-bottom: 26px;
    color: var(--muted);
    font-size: 0.94rem;
}

.breadcrumbs a {
    color: var(--teal);
    font-weight: 800;
}

.page-hero h1 {
    color: var(--teal);
}

.page-hero p:not(.eyebrow) {
    color: var(--muted);
}

.category-block {
    margin-top: 34px;
}

.category-block > h3 {
    margin: 0 0 14px;
    color: var(--rust);
    font-size: 1.02rem;
    text-transform: uppercase;
}

.service-list {
    display: grid;
    gap: 14px;
}

.service-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    gap: 24px;
    padding: 22px;
}

.service-detail h4 {
    margin: 0 0 8px;
    color: var(--teal);
    font-size: 1.24rem;
}

.service-detail p {
    margin: 0;
    color: var(--muted);
}

.scope {
    padding-left: 20px;
    border-left: 3px solid var(--amber);
}

.scope strong {
    display: block;
    margin-bottom: 6px;
    color: var(--teal);
}

.cta-band {
    color: #ffffff;
    background: var(--teal);
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.cta-band .eyebrow,
.cta-band h2,
.cta-band p {
    color: #ffffff;
}

.site-footer {
    padding-block: 48px 22px;
    color: #dbe5e2;
    background: #102529;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 0.7fr 0.8fr;
    gap: 38px;
}

.footer-brand {
    color: #ffffff;
    font-size: 1.1rem;
}

.site-footer p {
    max-width: 580px;
    color: #b6c5c1;
}

.site-footer h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 1rem;
}

.site-footer a,
.site-footer button {
    display: block;
    margin: 8px 0;
    padding: 0;
    border: 0;
    color: #dbe5e2;
    background: transparent;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.site-footer a:hover,
.site-footer button:hover {
    color: var(--amber);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: #9fb0ac;
    font-size: 0.9rem;
}

.muted {
    color: #9fb0ac;
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 40;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: #ffffff;
    background: #1b8754;
    border-radius: 50%;
    box-shadow: var(--shadow);
    font-weight: 900;
    text-decoration: none;
}

.modal-layer {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(7, 18, 20, 0.72);
}

.legal-modal {
    width: min(680px, 100%);
}

.modal-panel {
    position: relative;
    max-height: min(78vh, 720px);
    overflow: auto;
    padding: 34px;
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.modal-panel h2 {
    margin: 0 0 16px;
    color: var(--teal);
}

.modal-panel p {
    color: var(--muted);
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 980px) {
    .header-inner {
        grid-template-columns: 1fr auto;
    }

    .menu-toggle {
        display: block;
        order: 3;
    }

    .header-action {
        display: none;
    }

    .site-nav {
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        padding: 12px 20px 18px;
        border-bottom: 1px solid var(--line);
        background: #ffffff;
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 13px 12px;
    }

    .card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .split,
    .split.reverse,
    .page-hero-grid,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .faq-list.two-col {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    :root {
        --container: min(100vw - 28px, 1120px);
    }

    .brand-text {
        max-width: 190px;
        font-size: 0.86rem;
    }

    .hero {
        min-height: 680px;
        background-position: 64% center;
    }

    .hero-overlay {
        background: rgba(12, 30, 34, 0.82);
    }

    .hero h1,
    .page-hero h1 {
        font-size: 2.35rem;
    }

    .section {
        padding-block: 58px;
    }

    .section-head,
    .cta-inner,
    .footer-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .card-grid {
        grid-template-columns: 1fr;
    }

    .service-detail {
        grid-template-columns: 1fr;
    }

    .scope {
        padding-left: 0;
        padding-top: 14px;
        border-left: 0;
        border-top: 3px solid var(--amber);
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
}
