.gotc-cf {
    --cf-ink: #0b1420;
    --cf-navy: #111c2b;
    --cf-gold: #d3a946;
    --cf-gold-light: #f0d27c;
    --cf-paper: #f8f5ee;
    margin: clamp(38px, 7vw, 78px) auto;
    padding: clamp(26px, 5vw, 54px);
    border: 1px solid rgba(211, 169, 70, .55);
    border-radius: 16px;
    background: linear-gradient(145deg, #111c2b 0%, #0b111a 100%);
    color: #dcd6cb;
    box-shadow: 0 22px 60px rgba(2, 8, 15, .24);
}

.gotc-cf *, .gotc-cf *::before, .gotc-cf *::after { box-sizing: border-box; }
.gotc-cf__hero {
    display: flex;
    align-items: center;
    min-height: clamp(430px, 48vw, 590px);
    margin: calc(clamp(26px, 5vw, 54px) * -1) calc(clamp(26px, 5vw, 54px) * -1) 32px;
    padding: clamp(28px, 6vw, 62px);
    border-radius: 15px 15px 0 0;
    background-image: linear-gradient(90deg, rgba(4, 16, 29, .98) 0%, rgba(4, 16, 29, .86) 35%, rgba(4, 16, 29, .25) 68%, rgba(4, 16, 29, .08) 100%), url('church-finder-hero-v1.webp');
    background-position: center;
    background-size: cover;
}
.gotc-cf__intro { max-width: 650px; }
.gotc-cf__eyebrow, .gotc-cf-card__label {
    margin: 0 0 8px;
    color: var(--cf-gold-light);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.gotc-cf h2 { margin: 0 0 14px; color: #fff; font-size: clamp(2rem, 5vw, 3.35rem); line-height: 1.05; }
.gotc-cf h3 { color: #fff; }
.gotc-cf__disclaimer { margin: 20px 0 0; padding: 16px 18px; border-left: 3px solid var(--cf-gold); background: rgba(0, 0, 0, .22); }
.gotc-cf__disclaimer strong { color: #fff; }
.gotc-cf__form { margin-top: 28px; }
.gotc-cf__fields { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(220px, .8fr); gap: 16px; }
.gotc-cf label { color: #fff; font-weight: 750; }
.gotc-cf label span { color: #bdb6aa; font-size: .88em; font-weight: 500; }
.gotc-cf input, .gotc-cf select {
    display: block;
    width: 100%;
    min-height: 52px;
    margin-top: 8px;
    padding: 12px 14px;
    border: 1px solid #aa8b47;
    border-radius: 8px;
    background: #fff;
    color: var(--cf-ink);
    font: inherit;
}
.gotc-cf button {
    min-width: 220px;
    min-height: 52px;
    margin-top: 18px;
    padding: 12px 24px;
    border: 0;
    border-radius: 8px;
    background: var(--cf-gold);
    color: #08111d;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}
.gotc-cf button:hover { background: var(--cf-gold-light); }
.gotc-cf button:disabled { cursor: wait; opacity: .72; }
.gotc-cf :focus-visible { outline: 3px solid var(--cf-gold-light); outline-offset: 3px; }
.gotc-cf__status { min-height: 26px; margin: 22px 0 12px; font-weight: 750; }
.gotc-cf__status a { color: var(--cf-gold-light); text-underline-offset: 4px; }
.gotc-cf__results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.gotc-cf-card {
    padding: 22px;
    border: 1px solid rgba(211, 169, 70, .3);
    border-radius: 10px;
    background: rgba(255, 255, 255, .055);
}
.gotc-cf-card h3 { margin: 0 0 8px; font-size: 1.25rem; line-height: 1.25; }
.gotc-cf-card__address { margin: 0 0 18px; }
.gotc-cf-card a { color: var(--cf-gold-light); font-weight: 800; text-underline-offset: 4px; }
.gotc-cf__attribution { grid-column: 1 / -1; margin: 4px 0 0; color: #bdb6aa; font-size: .85rem; }
.gotc-cf__guidance { margin-top: 32px; padding-top: 26px; border-top: 1px solid rgba(211, 169, 70, .28); }
.gotc-cf__guidance h3 { margin: 0 0 12px; }
.gotc-cf__guidance ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 26px; margin: 0; padding-left: 22px; }
.gotc-cf__note { margin: 22px 0 0; padding: 16px; border-left: 3px solid var(--cf-gold); background: rgba(0, 0, 0, .2); }

@media (max-width: 760px) {
    .gotc-cf__hero {
        min-height: auto;
        padding-top: 245px;
        background-image: linear-gradient(180deg, rgba(4, 16, 29, .05) 0%, rgba(4, 16, 29, .78) 32%, rgba(4, 16, 29, .98) 58%), url('church-finder-hero-v1.webp');
        background-position: 68% center;
    }
    .gotc-cf__fields, .gotc-cf__results, .gotc-cf__guidance ul { grid-template-columns: 1fr; }
    .gotc-cf button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .gotc-cf *, .gotc-cf *::before, .gotc-cf *::after { scroll-behavior: auto !important; transition: none !important; }
}
