
:root {
    --brand-primary: #0d6f33;
    --brand-secondary: #d9a441;
    --brand-dark: #0b5427;
    --brand-light: #e4efe7;
    --brand-soft: #eef4ef;
    --brand-text: #173025;
    --brand-muted: #5f7468;
    --brand-border: rgba(13, 111, 51, 0.12);
    --shadow-soft: 0 18px 48px rgba(10, 58, 28, 0.08);
    --radius: 6px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--brand-text);
    background: var(--brand-soft);
}

a {
    color: inherit;
}

.topbar {
    background: var(--brand-dark);
    color: rgba(255,255,255,.95);
    font-size: 12px;
}

.topbar a {
    color: rgba(255,255,255,.95);
    text-decoration: none;
}

.site-header .navbar,
.hero-panel-card,
.pest-card,
.info-card,
.order-card,
.cta-block,
.usp-card,
.mini-stat {
    border: 0;
    box-shadow: var(--shadow-soft);
}

.navbar {
    border-bottom: 1px solid rgba(13, 111, 51, 0.08);
}

.site-logo {
    height: 58px;
    width: auto;
    display: block;
}

.nav-link {
    color: var(--brand-text);
    font-weight: 600;
    padding-left: .85rem !important;
    padding-right: .85rem !important;
}

.nav-link.active,
.nav-link:hover {
    color: var(--brand-primary);
}

.btn-brand {
    background: var(--brand-primary);
    color: #fff;
    border-radius: var(--radius);
    padding: .9rem 1.4rem;
    border: 0;
    font-weight: 700;
}

.btn-brand:hover {
    background: var(--brand-dark);
    color: #fff;
}

.btn-outline-brand {
    border: 1px solid var(--brand-primary);
    color: var(--brand-primary);
    background: transparent;
    border-radius: var(--radius);
    padding: .9rem 1.4rem;
    font-weight: 700;
}

.btn-outline-brand:hover {
    background: var(--brand-primary);
    color: #fff;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0 4rem;
    background:
        radial-gradient(circle at 10% 15%, rgba(47, 143, 76, 0.18), transparent 24%),
        radial-gradient(circle at 100% 0%, rgba(13, 111, 51, 0.1), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f5faf7 100%);
}

.hero::after {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 260px;
    height: 260px;
    background: rgba(13, 111, 51, 0.05);
    border-radius: 50%;
}

.hero-badge,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: var(--brand-light);
    color: var(--brand-primary);
    padding: .6rem 1rem;
    border-radius: var(--radius);
    font-size: .92rem;
    font-weight: 700;
}

.display-title {
    font-size: clamp(2.5rem, 4vw, 4.75rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.lead {
    color: #496257;
    font-size: 1.1rem;
}

.hero-panel {
    position: relative;
}

.hero-panel-card,
.pest-card,
.info-card,
.order-card,
.cta-block,
.usp-card {
    background: #fff;
    border-radius: var(--radius);
}

.feature-inline {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}

.icon-bubble {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: var(--radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-light);
    color: var(--brand-primary);
    font-size: 1.25rem;
}

.hero-stats {
    position: relative;
    z-index: 1;
}

.mini-stat {
    border: 1px solid var(--brand-border);
    border-radius: var(--radius);
    padding: 1rem 1.2rem;
    background: rgba(255, 255, 255, 0.94);
    height: 100%;
}

.muted-label {
    color: var(--brand-muted);
    font-size: .96rem;
}

.usp-strip {
    margin-top: -1rem;
    position: relative;
    z-index: 2;
}

.usp-card {
    padding: 1.15rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .85rem;
    font-weight: 700;
    color: var(--brand-text);
    height: 100%;
}

.usp-card i {
    color: var(--brand-primary);
}

.section-space {
    padding: 5rem 0;
}

.section-intro {
    max-width: 760px;
    margin: 0 auto 1rem;
}

.section-copy {
    color: var(--brand-muted);
    margin-top: 1rem;
}

.pest-card,
.info-card,
.order-card {
    padding: 2rem;
    height: 100%;
}

.soft-bg {
    background: linear-gradient(180deg, rgba(228, 239, 231, 0.72), rgba(238, 244, 239, 1));
}

.timeline-list {
    display: grid;
    gap: 1rem;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #fff;
    border-radius: var(--radius);
    padding: 1.2rem 1.3rem;
    box-shadow: var(--shadow-soft);
}

.timeline-item span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--brand-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex: 0 0 42px;
}

.timeline-item p {
    margin: .3rem 0 0;
    color: var(--brand-muted);
}

.table-lite {
    width: 100%;
}

.table-lite td {
    padding: .85rem 0;
    border-bottom: 1px solid #e8efeb;
    vertical-align: top;
}

.table-lite td:first-child {
    font-weight: 700;
    width: 28%;
}

.price-tag {
    display: inline-block;
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--brand-primary);
}

.cta-block {
    padding: 2.3rem;
    background: linear-gradient(135deg, #ffffff 0%, #edf7f0 100%);
}

.form-control,
.form-select {
    border-radius: var(--radius);
    padding: .85rem 1rem;
    border-color: #d9e8de;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--brand-secondary);
    box-shadow: 0 0 0 .2rem rgba(47, 143, 76, .15);
}

.notice {
    background: #fff7e8;
    border: 1px solid #f4d8a0;
    color: #7a5911;
    border-radius: var(--radius);
    padding: 1rem 1.2rem;
}

.site-footer {
    background: #f0f0f0;
    color: var(--brand-text);
    line-height: 18px;
    border-top: 1px solid rgba(13, 111, 51, 0.08);
}

.site-footer a {
    color: var(--brand-text);
    text-decoration: none;
}

.footer-links li,
.footer-checks li {
    margin-bottom: .65rem;
}

@media (max-width: 1199px) {
    .site-logo {
        height: 52px;
    }
}

@media (max-width: 991px) {
    .hero {
        padding-top: 4.25rem;
    }

    .site-logo {
        height: 48px;
        max-width: 220px;
        object-fit: contain;
    }

    .topbar {
        display: none;
    }
}

@media (max-width: 767px) {
    .display-title {
        font-size: 2.4rem;
    }

    .section-space {
        padding: 4rem 0;
    }

    .cta-block {
        padding: 1.6rem;
    }

    .pest-card,
    .info-card,
    .order-card,
    .hero-panel-card {
        padding: 1.5rem;
    }
}


.table-lite td {
    padding: .65rem 0;
    color: var(--brand-muted);
}

.benefit-list {
    display: grid;
    gap: .95rem;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    color: var(--brand-text);
}

.benefit-item i {
    color: var(--brand-secondary);
    margin-top: .15rem;
}

.review-carousel {
    max-width: 980px;
    margin: 0 auto;
    padding: 1rem 4.5rem 3.25rem;
}

.review-card {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
    padding: 3rem 2rem;
    max-width: 760px;
}

.review-stars {
    color: #f4b400;
    letter-spacing: .15rem;
}

.review-card blockquote {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    line-height: 1.7;
    color: var(--brand-text);
    margin: 0 0 1.25rem;
    font-weight: 600;
}

.review-author {
    font-weight: 800;
    color: var(--brand-primary);
}

.review-meta {
    color: var(--brand-muted);
    margin-top: .35rem;
}

.review-indicators {
    bottom: -6px;
}

.review-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: rgba(13, 111, 51, 0.22);
}

.review-indicators .active {
    background: var(--brand-primary);
}

.review-control {
    width: 52px;
    height: 52px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    box-shadow: var(--shadow-soft);
}

.review-control.carousel-control-prev {
    left: 0;
}

.review-control.carousel-control-next {
    right: 0;
}

.review-control .carousel-control-prev-icon,
.review-control .carousel-control-next-icon {
    filter: invert(29%) sepia(68%) saturate(707%) hue-rotate(93deg) brightness(88%) contrast(92%);
}

@media (max-width: 991.98px) {
    .review-carousel {
        padding-inline: 1rem;
    }

    .review-control {
        display: none;
    }
}


.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: nowrap;
}
.topbar-group {
    display: flex;
    align-items: center;
    gap: 1rem;
    white-space: nowrap;
}
.topbar-group a {
    white-space: nowrap;
}

.navbar {
    backdrop-filter: saturate(180%) blur(12px);
}

.navbar .dropdown-menu {
    border: 1px solid rgba(13, 111, 51, 0.08);
    border-radius: var(--radius);
    padding: .65rem;
    margin-top: .75rem;
    box-shadow: 0 24px 60px rgba(10, 58, 28, 0.10);
}
.navbar .dropdown-item {
    border-radius: 12px;
    color: var(--brand-primary);
    font-weight: 600;
    padding: .7rem .9rem;
}
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background: rgba(13,111,51,0.08);
    color: var(--brand-primary);
}
.navbar .dropdown-item.active {
    background: var(--brand-primary);
    color: #fff;
}

.btn-brand,
.btn-outline-brand,
.btn {
    margin-bottom: 15px;
}
.btn-brand,
.btn-outline-brand {
    box-shadow: 0 10px 24px rgba(13, 111, 51, 0.10);
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}
.btn-brand:hover,
.btn-outline-brand:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(13, 111, 51, 0.14);
}
.btn-outline-brand {
    border-color: rgba(13, 111, 51, 0.18);
    background: #fff;
}

.pest-card,
.order-card {
    display: flex;
    flex-direction: column;
}
.pest-card .btn,
.order-card .btn {
    margin-top: auto;
    align-self: flex-start;
}
.pest-card .muted-label {
    margin-bottom: 1.25rem !important;
}
.order-card .muted-label {
    margin-bottom: 1.5rem !important;
}

.order-card {
    align-items: center;
}
.order-card .btn {
    align-self: center;
}

.site-footer .footer-logo {
    max-width: 150px;
    width: auto;
    height: auto;
    display: block;
}
.footer-title {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--brand-primary);
}
.footer-copy {
    color: #556b5f;
    max-width: 320px;
}
.footer-links li {
    margin-bottom: .55rem;
}
.footer-links a:hover,
.footer-contact a:hover {
    color: var(--brand-primary);
}
.footer-contact {
    display: grid;
    gap: .7rem;
    color: #556b5f;
}
.footer-contact a,
.footer-contact span {
    display: inline-flex;
    align-items: flex-start;
    gap: .55rem;
}
.footer-bottom {
    border-top: 1px solid rgba(13, 111, 51, 0.10);
}
.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.footer-credit {
    font-size: 12px;
    color: #97a39c;
    opacity: .6;
    transition: opacity .2s ease;
    text-align: right;
}
.footer-credit i {
    margin-right: 4px;
    font-size: 11px;
}
.footer-credit a {
    color: inherit;
}
.footer-credit:hover {
    opacity: 1;
}
.review-card {
    border: 1px solid rgba(13,111,51,0.06);
}
.review-stars i {
    color: #f4b400;
}
.review-card blockquote::before,
.review-card blockquote::after {
    content: '"';
    color: rgba(13,111,51,.18);
}
.mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .8rem 1rem;
    background: rgba(240,240,240,.96);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(13, 111, 51, 0.08);
    text-align: center;
    z-index: 1030;
}
.mobile-cta .btn {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .topbar {
        display: none;
    }
    .footer-bottom-inner {
        justify-content: center;
    }
    .footer-credit {
        display: none;
    }
}
@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 5rem;
    }
}


.site-footer p,
.site-footer li,
.site-footer a,
.site-footer span {
    line-height: 18px;
}

.site-footer p,
.site-footer li {
    margin-bottom: 6px;
}

.footer-logo,
.site-footer img {
    display: block;
    max-width: 140px;
    width: auto;
    height: auto;
    margin-bottom: 10px;
}




/* Contact page alignment */
.page-hero {
    position: relative;
    overflow: hidden;
    padding: 4.5rem 0 3rem;
    background: linear-gradient(180deg, #ffffff 0%, #f5faf7 100%);
    border-bottom: 1px solid rgba(13, 111, 51, 0.08);
}

.page-hero-sm {
    padding: 4rem 0 2.6rem;
}

.section-pad {
    padding: 4.5rem 0;
}

.soft-panel {
    background: #fff;
    border: 1px solid rgba(13, 111, 51, 0.08);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
    padding: 2rem;
}

.accent-panel {
    background: linear-gradient(135deg, #ffffff 0%, #edf7f0 100%);
}

.mini-link-card {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    height: 100%;
    padding: 1rem 1.1rem;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(13, 111, 51, 0.08);
    border-radius: var(--radius);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    box-shadow: 0 10px 24px rgba(10, 58, 28, 0.04);
}

.mini-link-card strong {
    color: var(--brand-text);
}

.mini-link-card span {
    color: var(--brand-muted);
    font-size: .95rem;
}

.mini-link-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(10, 58, 28, 0.08);
    border-color: rgba(13, 111, 51, 0.14);
}

/* Replace decorative skew/wave with clean premium section transitions */
.section-angled,
.section-angled.reverse {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(228, 239, 231, 0.84), rgba(238, 244, 239, 1));
    border-top: 1px solid rgba(13, 111, 51, 0.06);
    border-bottom: 1px solid rgba(13, 111, 51, 0.06);
}

.section-angled::before,
.section-angled::after,
.section-angled.reverse::before,
.section-angled.reverse::after {
    content: none !important;
}

@media (max-width: 767px) {
    .page-hero,
    .section-pad {
        padding: 3.5rem 0;
    }

    .soft-panel {
        padding: 1.5rem;
    }
}
