:root {
    --ink: #17313a;
    --ink-soft: #556b72;
    --deep: #0f4247;
    --teal: #0e7c7b;
    --sage: #8fb5a5;
    --mist: #e9f3ef;
    --paper: #f7fbf8;
    --cream: #fff8ec;
    --clay: #c86b54;
    --gold: #d7a94b;
    --white: #ffffff;
    --line: rgba(23, 49, 58, .14);
    --shadow: 0 18px 50px rgba(15, 66, 71, .14);
    --radius: 8px;
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    font-family: "Manrope", Arial, sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.65;
    overflow-x: hidden;
}

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

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

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

.container {
    width: min(1160px, calc(100% - 36px));
    margin: 0 auto;
}

.skip-link {
    position: absolute;
    top: -80px;
    left: 16px;
    z-index: 200;
    padding: 10px 14px;
    border-radius: var(--radius);
    background: var(--ink);
    color: var(--white);
    font-weight: 800;
}

.skip-link:focus {
    top: 16px;
}

.topbar {
    background: var(--deep);
    color: var(--white);
    font-size: .92rem;
}

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

.topbar span,
.topbar a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.topbar a {
    color: #c8f3e2;
    font-weight: 800;
}

.topbar svg,
.btn svg,
.specialty-card svg,
.approach-list svg,
.side-panel svg,
.reason-grid svg,
.whatsapp-float svg {
    width: 1.1em;
    height: 1.1em;
    stroke-width: 2;
    flex: 0 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: rgba(247, 251, 248, .94);
    border-bottom: 1px solid rgba(23, 49, 58, .08);
    backdrop-filter: blur(14px);
}

.nav {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 250px;
}

.brand-mark {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--teal), var(--deep));
    color: var(--white);
    font-weight: 900;
    box-shadow: inset 0 -8px 0 rgba(0, 0, 0, .08);
}

.brand-copy strong {
    display: block;
    color: var(--deep);
    line-height: 1.12;
    font-size: 1rem;
}

.brand-copy small {
    display: block;
    color: var(--ink-soft);
    font-size: .76rem;
    font-weight: 800;
}

.menu {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    font-weight: 800;
    font-size: .92rem;
}

.menu a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: var(--radius);
    color: var(--ink);
}

.menu a:hover {
    background: rgba(14, 124, 123, .08);
    color: var(--teal);
}

.menu .nav-cta {
    background: var(--teal);
    color: var(--white);
    padding-inline: 18px;
    box-shadow: 0 10px 22px rgba(14, 124, 123, .24);
}

.menu .nav-cta:hover {
    background: var(--deep);
    color: var(--white);
}

.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    color: var(--deep);
    align-items: center;
    justify-content: center;
}

.menu-toggle svg {
    width: 24px;
    height: 24px;
}

.menu-close,
.menu-toggle[aria-expanded="true"] .menu-open {
    display: none;
}

.menu-toggle[aria-expanded="true"] .menu-close {
    display: block;
}

.hero {
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: var(--white);
    padding: 130px 0 74px;
}

.hero > img,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(10, 38, 42, .92) 0%, rgba(10, 38, 42, .72) 42%, rgba(10, 38, 42, .20) 100%),
        linear-gradient(180deg, rgba(10, 38, 42, .20), rgba(10, 38, 42, .72));
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 740px;
    margin-left: calc((100% - min(1160px, calc(100% - 36px))) / 2);
    margin-right: auto;
}

.eyebrow,
.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--clay);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .76rem;
}

.section-tag.light,
.contact-section .section-tag {
    color: #bdebdc;
}

.hero h1,
.section-header h2,
.approach-layout h2,
.faq-layout h2,
.contact-copy h2 {
    font-family: "Lora", Georgia, serif;
    letter-spacing: 0;
    line-height: 1.06;
}

.hero h1 {
    margin-top: 14px;
    max-width: 720px;
    font-size: 4.6rem;
}

.hero-lead {
    max-width: 640px;
    margin-top: 18px;
    color: rgba(255, 255, 255, .9);
    font-size: 1.18rem;
    font-weight: 600;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: var(--radius);
    padding: 13px 22px;
    cursor: pointer;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

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

.btn-primary {
    background: var(--clay);
    color: var(--white);
    box-shadow: 0 16px 30px rgba(200, 107, 84, .30);
}

.btn-primary:hover {
    background: #a94f3e;
}

.btn-secondary {
    color: var(--deep);
    background: #d9f1e7;
}

.btn-secondary:hover {
    background: var(--white);
}

.hero-points {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-points span {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    padding: 7px 13px;
    color: rgba(255, 255, 255, .92);
    font-weight: 800;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
}

.intro-band {
    background: var(--deep);
    color: var(--white);
}

.intro-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .14);
}

.intro-grid article {
    padding: 34px;
    background: var(--deep);
}

.intro-grid span {
    display: inline-flex;
    color: #d9f1e7;
    font-weight: 900;
    margin-bottom: 12px;
}

.intro-grid h2 {
    font-size: 1.1rem;
    color: var(--white);
    margin-bottom: 8px;
}

.intro-grid p {
    color: rgba(255, 255, 255, .78);
}

.section {
    padding: 92px 0;
}

.section-header {
    max-width: 760px;
    margin-bottom: 34px;
}

.section-header h2,
.approach-layout h2,
.faq-layout h2,
.contact-copy h2 {
    margin-top: 10px;
    color: var(--deep);
    font-size: 3rem;
}

.section-header p,
.lead,
.contact-copy p {
    margin-top: 14px;
    color: var(--ink-soft);
    font-size: 1.06rem;
}

.specialty-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.specialty-card {
    display: block;
    min-height: 254px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 0 12px 28px rgba(15, 66, 71, .06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.specialty-card:hover {
    transform: translateY(-2px);
    border-color: rgba(14, 124, 123, .28);
    box-shadow: 0 16px 34px rgba(15, 66, 71, .10);
}

.specialty-card svg {
    width: 34px;
    height: 34px;
    color: var(--teal);
    margin-bottom: 20px;
}

.specialty-card h3 {
    color: var(--deep);
    font-size: 1.18rem;
    margin-bottom: 10px;
}

.specialty-card p {
    color: var(--ink-soft);
}

.specialty-card.featured {
    background: linear-gradient(135deg, #fff8ec 0%, #e9f3ef 100%);
    border-color: rgba(200, 107, 84, .25);
}

.specialty-card.featured svg {
    color: var(--clay);
}

.soft-section {
    background: var(--mist);
}

.approach-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .72fr);
    gap: 34px;
    align-items: start;
}

.approach-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.approach-list div {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border-left: 4px solid var(--teal);
    background: var(--white);
    border-radius: var(--radius);
}

.approach-list svg {
    width: 24px;
    height: 24px;
    color: var(--teal);
    margin-top: 3px;
}

.side-panel {
    padding: 30px;
    border-radius: var(--radius);
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.side-panel h3 {
    color: var(--deep);
    font-size: 1.35rem;
    margin-bottom: 18px;
}

.side-panel ul {
    display: grid;
    gap: 14px;
    list-style: none;
}

.side-panel li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ink-soft);
    font-weight: 800;
}

.side-panel svg {
    color: var(--clay);
}

.contact-copy h2 {
    color: var(--white);
}

.contact-copy p {
    color: rgba(255, 255, 255, .82);
}

.christian-page {
    --ink: #352a2d;
    --ink-soft: #6b5b54;
    --deep: #4d2f3d;
    --teal: #6f7f52;
    --sage: #b8b184;
    --mist: #f5efe4;
    --paper: #fffaf4;
    --cream: #fff1dd;
    --clay: #b86442;
    --gold: #d1a14d;
    --line: rgba(77, 47, 61, .16);
    --shadow: 0 18px 50px rgba(77, 47, 61, .14);
}

body.christian-page {
    background: var(--paper);
}

.christian-page .topbar {
    background: #4d2f3d;
}

.christian-page .topbar a,
.christian-page .footer a {
    color: #ffe2ad;
}

.christian-page .site-header {
    background: rgba(255, 250, 244, .94);
}

.christian-page .brand-mark {
    background: linear-gradient(135deg, var(--clay), var(--deep));
}

.christian-page .menu a:hover {
    background: rgba(184, 100, 66, .10);
    color: var(--clay);
}

.christian-page .menu .nav-cta,
.christian-page .btn-form {
    background: var(--deep);
    box-shadow: 0 10px 22px rgba(77, 47, 61, .24);
}

.christian-page .menu .nav-cta:hover,
.christian-page .btn-form:hover {
    background: var(--clay);
}

.christian-page .btn-primary {
    background: var(--clay);
    box-shadow: 0 16px 30px rgba(184, 100, 66, .28);
}

.christian-page .btn-primary:hover {
    background: #9f5438;
}

.christian-page .btn-secondary {
    color: var(--deep);
    background: #fff0d3;
}

.christian-page .btn-secondary:hover {
    background: var(--white);
}

.christian-page .hero-overlay {
    background:
        linear-gradient(90deg, rgba(77, 47, 61, .92) 0%, rgba(77, 47, 61, .70) 42%, rgba(77, 47, 61, .16) 100%),
        linear-gradient(180deg, rgba(184, 100, 66, .16), rgba(77, 47, 61, .76));
}

.christian-page .intro-band,
.christian-page .intro-grid article,
.christian-page .contact-section {
    background: var(--deep);
}

.christian-page .intro-grid {
    background: rgba(255, 226, 173, .18);
}

.christian-page .intro-grid span {
    color: #ffe2ad;
}

.christian-page .soft-section,
.christian-page .coverage-section {
    background: var(--mist);
}

.christian-page .faq-section {
    background: var(--cream);
}

.christian-page .specialty-card.featured {
    background: linear-gradient(135deg, #fff3df 0%, #eef0df 100%);
    border-color: rgba(184, 100, 66, .24);
}

.christian-page .specialty-card svg,
.christian-page .approach-list svg,
.christian-page .reason-grid svg {
    color: var(--clay);
}

.christian-page .approach-list div {
    border-left-color: var(--clay);
}

.christian-page .side-panel svg {
    color: var(--teal);
}

.christian-page .coverage-list a:hover,
.christian-page .nearby-grid a:hover,
.christian-page .commune-list a:hover {
    border-color: rgba(184, 100, 66, .30);
    box-shadow: 0 12px 24px rgba(77, 47, 61, .08);
}

.christian-page .local-intent-grid article,
.christian-page .commune-region {
    background: #fffdf8;
}

.christian-page .contact-form input:focus,
.christian-page .contact-form select:focus,
.christian-page .contact-form textarea:focus {
    border-color: var(--clay);
    box-shadow: 0 0 0 4px rgba(184, 100, 66, .12);
}

.christian-page .footer {
    background: #2c1f28;
}

.reason-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.reason-grid div {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    color: var(--ink-soft);
    font-weight: 700;
}

.reason-grid svg {
    width: 22px;
    height: 22px;
    color: var(--teal);
    margin-top: 3px;
}

.service-details {
    background: var(--white);
}

.service-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.service-detail-grid article {
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
}

.service-detail-grid h3 {
    margin-bottom: 10px;
    color: var(--deep);
    font-size: 1.2rem;
}

.service-detail-grid p {
    color: var(--ink-soft);
}

.coverage-section {
    background: var(--mist);
}

.coverage-layout {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
    gap: 34px;
    align-items: start;
}

.coverage-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.coverage-list span {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 12px 14px;
    background: var(--white);
    color: var(--deep);
    font-weight: 900;
}

.section-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.coverage-list a,
.nearby-grid a,
.commune-list a {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 12px 14px;
    background: var(--white);
    color: var(--deep);
    font-weight: 900;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.coverage-list a:hover,
.nearby-grid a:hover,
.commune-list a:hover {
    transform: translateY(-1px);
    border-color: rgba(14, 124, 123, .28);
    box-shadow: 0 12px 24px rgba(15, 66, 71, .08);
}

.nearby-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.local-intent-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.local-intent-grid article {
    min-height: 112px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    color: var(--ink-soft);
    font-weight: 800;
}

.directory-hero h1 {
    margin-top: 10px;
    color: var(--deep);
    font-family: "Lora", Georgia, serif;
    font-size: 3rem;
    line-height: 1.06;
}

.commune-directory {
    display: grid;
    gap: 28px;
}

.commune-region {
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
}

.commune-region h2 {
    margin-bottom: 16px;
    color: var(--deep);
    font-size: 1.3rem;
}

.commune-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.local-page .side-panel li {
    align-items: flex-start;
}

.faq-section {
    background: var(--cream);
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
    gap: 36px;
}

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

.faq-list details {
    border: 1px solid rgba(23, 49, 58, .12);
    border-radius: var(--radius);
    background: var(--white);
    overflow: hidden;
}

.faq-list summary {
    cursor: pointer;
    padding: 20px 22px;
    color: var(--deep);
    font-weight: 900;
}

.faq-list p {
    padding: 0 22px 20px;
    color: var(--ink-soft);
}

.contact-section {
    padding: 92px 0;
    color: var(--white);
    background: var(--deep);
}

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

.contact-form {
    display: grid;
    gap: 12px;
    padding: 28px;
    border-radius: var(--radius);
    background: var(--white);
    color: var(--ink);
    box-shadow: var(--shadow);
}

.contact-form label {
    font-weight: 900;
    color: var(--deep);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fbfdfc;
    color: var(--ink);
    padding: 13px 14px;
    outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 4px rgba(14, 124, 123, .12);
}

.btn-form {
    margin-top: 8px;
    background: var(--teal);
    color: var(--white);
}

.btn-form:hover {
    background: var(--deep);
}

.footer {
    background: #092c30;
    color: rgba(255, 255, 255, .78);
}

.footer-inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.footer a {
    color: #c8f3e2;
    font-weight: 900;
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    color: var(--white);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
}

.whatsapp-float svg {
    width: 29px;
    height: 29px;
}

@media (max-width: 980px) {
    .topbar-inner {
        justify-content: center;
        flex-wrap: wrap;
        padding: 8px 0;
    }

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

    .menu {
        position: fixed;
        left: 18px;
        right: 18px;
        top: 126px;
        display: none;
        padding: 16px;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        background: var(--white);
        box-shadow: var(--shadow);
    }

    .menu-open .menu {
        display: grid;
    }

    .menu a {
        width: 100%;
        justify-content: center;
    }

    .hero h1 {
        font-size: 3.55rem;
    }

    .intro-grid,
    .specialty-grid,
    .approach-layout,
    .service-detail-grid,
    .coverage-layout,
    .nearby-grid,
    .local-intent-grid,
    .faq-layout,
    .contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .container {
        width: min(100% - 28px, 1160px);
    }

    .brand {
        min-width: auto;
    }

    .brand-copy strong {
        font-size: .94rem;
    }

    .topbar {
        font-size: .82rem;
    }

    .topbar-inner {
        gap: 7px;
    }

    .hero {
        min-height: 80vh;
        padding: 104px 0 54px;
    }

    .hero-overlay {
        background:
            linear-gradient(90deg, rgba(10, 38, 42, .92), rgba(10, 38, 42, .66)),
            linear-gradient(180deg, rgba(10, 38, 42, .22), rgba(10, 38, 42, .82));
    }

    .hero-content {
        margin-left: auto;
    }

    .hero h1 {
        font-size: 2.55rem;
    }

    .hero-lead {
        font-size: 1rem;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .btn {
        width: 100%;
        min-height: 54px;
    }

    .hero-points {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-points span {
        width: 100%;
        justify-content: center;
    }

    .section,
    .contact-section {
        padding: 66px 0;
    }

    .section-header h2,
    .approach-layout h2,
    .faq-layout h2,
    .contact-copy h2 {
        font-size: 2.15rem;
    }

    .intro-grid article,
    .specialty-card,
    .side-panel,
    .contact-form {
        padding: 22px;
    }

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

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

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

    .footer-inner {
        padding: 22px 0;
        align-items: flex-start;
        flex-direction: column;
    }
}
