:root {
    --gold: #c8a13a;
    --gold-dark: #8a691d;
    --gold-soft: #f2e3b1;
    --green: #2f5d43;
    --green-dark: #14251b;
    --cream: #f7f1e5;
    --stone: #eef0ed;
    --ink: #1d2320;
    --muted: #68736d;
    --white: #ffffff;
    --blue: #2f6f9f;
    --shadow-sm: 0 8px 18px rgba(20, 37, 27, .08);
    --shadow-md: 0 18px 42px rgba(20, 37, 27, .14);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--ink);
    background: var(--white);
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.65;
}

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

.section-padding {
    padding: 88px 0;
}

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

.section-heading {
    max-width: 720px;
    margin: 0 auto 44px;
    text-align: center;
}

.section-heading span,
.hero-kicker,
.trust-copy span,
.inquiry-intro span {
    color: var(--gold-dark);
    display: inline-block;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.section-heading h2,
.trust-copy h2,
.inquiry-intro h2 {
    color: var(--green-dark);
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    margin-bottom: 18px;
}

.section-heading p,
.trust-copy p,
.inquiry-intro p {
    color: var(--muted);
    font-size: 1.08rem;
    margin: 0;
}

.section-heading.light span,
.section-heading.light h2,
.section-heading.light p {
    color: var(--white);
}

.navbar {
    background: rgba(255, 255, 255, .96) !important;
    border-bottom: 1px solid rgba(20, 37, 27, .08);
    backdrop-filter: blur(10px);
}

.navbar-brand {
    color: var(--green-dark);
    font-weight: 800;
}

.navbar-brand span {
    font-size: 1rem;
    line-height: 1.2;
}

.nav-link {
    color: var(--green-dark) !important;
    font-weight: 700;
}

.nav-link:hover {
    color: var(--gold-dark) !important;
}

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

.btn-gold {
    background: var(--gold);
    border: 1px solid var(--gold);
    box-shadow: 0 12px 24px rgba(200, 161, 58, .28);
    color: var(--green-dark);
    padding: 13px 24px;
}

.btn-gold:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    color: var(--white);
}

.btn-ghost {
    border: 1px solid rgba(255, 255, 255, .65);
    color: var(--white);
    padding: 13px 24px;
}

.btn-ghost:hover {
    background: var(--white);
    color: var(--green-dark);
}

.hero-section {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(12, 24, 17, .88) 0%, rgba(12, 24, 17, .64) 45%, rgba(12, 24, 17, .18) 100%),
        url("../images/trust-bg.png");
    background-position: center;
    background-size: cover;
    display: flex;
    min-height: 86vh;
    padding: 118px 0 86px;
}

.hero-copy {
    color: var(--white);
    max-width: 760px;
}

.hero-kicker {
    color: var(--gold-soft);
}

.hero-copy h1 {
    font-size: clamp(3rem, 7vw, 6.4rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: .98;
    margin-bottom: 22px;
}

.hero-lead {
    color: rgba(255, 255, 255, .9);
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    max-width: 650px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 34px 0 28px;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-points span {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    color: var(--white);
    display: inline-flex;
    gap: 8px;
    padding: 10px 12px;
}

.hero-points i {
    color: var(--gold-soft);
}

.proof-strip {
    background: var(--green-dark);
    color: var(--white);
    padding: 28px 0;
}

.proof-strip strong,
.proof-strip span {
    display: block;
}

.proof-strip strong {
    color: var(--gold-soft);
    font-size: 1.25rem;
}

.proof-strip span {
    color: rgba(255, 255, 255, .72);
}

.benefit-card,
.option-card,
.inquiry-box {
    background: var(--white);
    border: 1px solid rgba(20, 37, 27, .08);
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    height: 100%;
}

.benefit-card {
    padding: 32px;
}

.benefit-card i {
    align-items: center;
    background: var(--cream);
    border-radius: 8px;
    color: var(--gold-dark);
    display: inline-flex;
    font-size: 1.75rem;
    height: 58px;
    justify-content: center;
    margin-bottom: 22px;
    width: 58px;
}

.benefit-card h3,
.option-card h3,
.feature-list h3 {
    color: var(--green-dark);
    font-size: 1.22rem;
    font-weight: 800;
    letter-spacing: 0;
}

.benefit-card p,
.option-card p,
.feature-list p {
    color: var(--muted);
    margin-bottom: 0;
}

.image-split {
    background: linear-gradient(180deg, var(--white) 0%, var(--stone) 100%);
}

.image-split img {
    border-radius: 8px;
    box-shadow: var(--shadow-md);
    width: 100%;
}

.feature-list {
    display: grid;
    gap: 20px;
    margin-top: 28px;
}

.feature-list > div {
    display: grid;
    gap: 16px;
    grid-template-columns: 46px 1fr;
}

.feature-list i {
    align-items: center;
    background: var(--green);
    border-radius: 8px;
    color: var(--white);
    display: flex;
    font-size: 1.25rem;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.masterplan-section {
    background: var(--green-dark);
    padding: 86px 0;
}

.masterplan-image {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    box-shadow: 0 24px 54px rgba(0, 0, 0, .28);
    width: 100%;
}

.option-card {
    padding: 34px;
    position: relative;
}

.option-card.highlighted {
    border-color: rgba(200, 161, 58, .55);
    box-shadow: var(--shadow-md);
}

.option-card a {
    color: var(--blue);
    display: inline-block;
    font-weight: 800;
    margin-top: 20px;
    text-decoration: none;
}

.tag {
    background: var(--gold-soft);
    border-radius: 8px;
    color: var(--green-dark);
    display: inline-block;
    font-size: .78rem;
    font-weight: 800;
    margin-bottom: 14px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.trust-section {
    background:
        linear-gradient(90deg, rgba(20, 37, 27, .92), rgba(20, 37, 27, .68)),
        url("../images/hero-bg.png");
    background-position: center;
    background-size: cover;
    padding: 110px 0;
}

.trust-copy {
    max-width: 690px;
}

.trust-copy span,
.trust-copy h2,
.trust-copy p {
    color: var(--white);
}

.trust-copy p {
    color: rgba(255, 255, 255, .82);
    margin-bottom: 28px;
}

.faq-accordion {
    margin: 0 auto;
    max-width: 900px;
}

.accordion-item {
    border: 1px solid rgba(20, 37, 27, .08);
    border-radius: 8px !important;
    box-shadow: var(--shadow-sm);
    margin-bottom: 14px;
    overflow: hidden;
}

.accordion-button {
    color: var(--green-dark);
    font-weight: 800;
    padding: 20px 22px;
}

.accordion-button:not(.collapsed) {
    background: var(--cream);
    color: var(--green-dark);
}

.inquiry-section {
    background: var(--stone);
}

.inquiry-intro {
    position: sticky;
    top: 100px;
}

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

.contact-list a {
    align-items: center;
    background: var(--white);
    border: 1px solid rgba(20, 37, 27, .08);
    border-radius: 8px;
    color: var(--green-dark);
    display: flex;
    font-weight: 800;
    gap: 12px;
    padding: 14px 16px;
    text-decoration: none;
}

.contact-list i {
    color: var(--gold-dark);
}

.inquiry-box {
    box-shadow: var(--shadow-md);
    padding: 34px;
}

.form-label {
    color: var(--green-dark);
    font-weight: 800;
}

.form-label span {
    color: var(--muted);
    font-weight: 600;
}

.form-control {
    border: 1px solid #cfd8d2;
    border-radius: 8px;
    min-height: 50px;
    padding: 12px 14px;
}

.form-control:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 .2rem rgba(200, 161, 58, .18);
}

.privacy-note {
    color: var(--muted);
    font-size: .92rem;
    margin: 18px 0;
    text-align: center;
}

.contact-banner {
    background: var(--gold);
    color: var(--green-dark);
    padding: 72px 0;
}

.contact-banner h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: 0;
}

.contact-banner p {
    font-size: 1.12rem;
    margin: 0 auto 26px;
    max-width: 720px;
}

.footer-section {
    background: var(--green-dark);
    color: rgba(255, 255, 255, .86);
}

.footer-section h4,
.footer-section h5 {
    color: var(--gold-soft);
}

.footer-divider {
    border-color: rgba(255, 255, 255, .16);
}

.floating-cta {
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: fixed;
    right: 20px;
    z-index: 999;
}

.floating-btn {
    align-items: center;
    border-radius: 50%;
    box-shadow: var(--shadow-md);
    color: var(--white);
    display: flex;
    font-size: 1.35rem;
    height: 56px;
    justify-content: center;
    text-decoration: none;
    width: 56px;
}

.floating-btn:hover {
    color: var(--white);
}

.messenger-btn {
    background: #0a7cff;
}

.call-btn {
    background: var(--green);
}

@media (max-width: 991px) {
    .section-padding {
        padding: 68px 0;
    }

    .hero-section {
        min-height: auto;
        padding: 112px 0 70px;
    }

    .inquiry-intro {
        position: static;
    }

    .navbar-brand img {
        height: 42px;
    }

    .navbar-brand span {
        font-size: .88rem;
    }
}

@media (max-width: 767px) {
    .hero-section {
        background:
            linear-gradient(rgba(12, 24, 17, .82), rgba(12, 24, 17, .82)),
            url("../images/trust-bg.png");
        background-position: center;
        background-size: cover;
    }

    .hero-actions,
    .hero-actions .btn,
    .contact-banner .btn {
        width: 100%;
    }

    .hero-points {
        display: grid;
    }

    .benefit-card,
    .option-card,
    .inquiry-box {
        padding: 24px;
    }

    .feature-list > div {
        grid-template-columns: 40px 1fr;
    }

    .feature-list i {
        height: 40px;
        width: 40px;
    }
}

@media (max-width: 575px) {
    .floating-cta {
        bottom: 14px;
        right: 14px;
    }

    .floating-btn {
        height: 50px;
        width: 50px;
    }
}
