:root {
    --color-deep-green: #0f2f1f;
    --color-heading: #173626;
    --color-accent: #69b85c;
    --color-accent-dark: #4d9943;
    --color-cta: #c93a12;
    --color-cta-dark: #a82e0d;
    --color-bg: #fff;
    --color-card: #edf2ee;
    --color-border: #cfd6cf;
    --color-text: #243128;
    --color-muted: #617064;
    --color-white: #ffffff;
    --color-danger-dot: #cf4a23;
    --shadow-soft: 0 18px 40px rgba(16, 42, 28, 0.08);
    --radius-lg: 2rem;
    --radius-xl: 2.5rem;
    --radius-pill: 999px;
    --space-section: clamp(4.5rem, 8vw, 7rem);
    --space-card: clamp(1.5rem, 2vw, 2rem);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: var(--color-text);
    background: var(--color-bg);
    line-height: 1.65;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

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

a:hover {
    color: inherit;
}

.container-fluid {
    padding: 0;
}

.widget-span {
    min-height: unset !important;
}

.container {
    max-width: 1280px;
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 2000;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    background: var(--color-white);
    color: var(--color-heading);
}

.site-header {
    position: relative;
}

.main-navbar {
    position: absolute;
    inset: 0 0 auto;
    z-index: 10;
    padding: 1rem 0;
}

.main-navbar.is-scrolled {
    position: fixed;
    background: rgba(15, 47, 31, 0.94);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.navbar-brand img,
.footer-logo img {
    width: 180px;
    height: auto;
}

.navbar-nav {
    gap: 1.7rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.92);
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.35rem 0;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-link .caret {
    color: #6cb55f;
    font-size: 0.58rem;
    transform: translateY(1px);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: var(--color-white);
}

.navbar-toggler {
    border: 0;
    box-shadow: none;
}

.hero-guide {
    position: relative;
    min-height: 813px;
    background: url(../img/hero-background-flip.png);
    background-repeat: no-repeat;
    color: var(--color-white);
    overflow: hidden;
    background-position: center left;
    background-size: 150%;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(6, 18, 12, 0.86) 0%, rgb(7 21 15 / 60%) 39%, rgb(7 21 15 / 20%) 60%, rgba(0, 0, 0, 0) 100%)
}

.hero-guide-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    gap: 2rem;
    align-items: end;
    min-height: 813px;
    padding-top: 8rem;
}

.hero-copy {
    max-width: 648px;
    padding-top: 1.8rem;
    align-self: start;
}

.hero-copy h1,
.section-title {
    margin: 0 0 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--color-heading);
}

.hero-copy h1 {
    color: var(--color-white);
    font-size: clamp(2.2rem, 4.35vw, 3.4rem);
    line-height: 1.15;
    max-width: 39rem;
}

.hero-title-strong {
    font-weight: 700;
}

.hero-title-regular {
    font-weight: 400;
}


.hero-copy p {
    max-width: 580px;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
}

.hero-copy p.hero-lead {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.hero-figure {
    display: flex;
    justify-content: end;
    align-items: end;
}

.hero-figure img {
    max-height: 720px;
    width: min(100%, 640px);
    object-fit: contain;
}

.btn {
    border-radius: var(--radius-pill);
    font-weight: 700;
    padding: 0.95rem 1.5rem;
    border-width: 2px;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.btn:focus {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(15, 47, 31, 0.14);
}

.btn-cta-primary {
    background: var(--color-cta);
    border-color: var(--color-cta);
    color: var(--color-white);
}

.btn-cta-gradient {
    background: linear-gradient(90deg, #9d2103 0%, #ca2c06 100%);
    border: 3px solid #df585d;
    color: var(--color-white);
}

.btn-cta-gradient:hover,
.btn-cta-gradient:focus {
    background: linear-gradient(90deg, #8e1d03 0%, #b92807 100%);
    border-color: #d84f52;
    color: var(--color-white);
}

.btn-cta-green {
    background: linear-gradient(90deg, #407e43 0%, #6cb55f 100%);
    border: 3px solid #b7dab1;
    color: var(--color-white);
}

.btn-cta-green:hover,
.btn-cta-green:focus {
    background: linear-gradient(90deg, #3a723d 0%, #5ca44f 100%);
    border-color: #a5ce9e;
    color: var(--color-white);
}

.btn-nav-cta {
    min-height: 48px;
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.45;
    padding: 0.55rem 1.5rem;
}

.btn-hero-primary,
.btn-hero-secondary {
    min-height: 52px;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
    padding: 0.6rem 1.5rem;
}

.btn-cta-primary:hover,
.btn-cta-primary:focus {
    background: var(--color-cta-dark);
    border-color: var(--color-cta-dark);
    color: var(--color-white);
}

.btn-phone-outline {
    background: transparent;
    border-color: currentColor;
    color: var(--color-cta);
}

.btn-phone-outline:hover,
.btn-phone-outline:focus {
    background: rgba(201, 58, 18, 0.08);
    color: var(--color-cta-dark);
}

.trust-band {
    background: #132717;
    color: var(--color-white);
    padding: 3rem 0;
}

.trust-grid {
    justify-content: center;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.trust-figure {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6cb55f;
    height: 38px;
}

.trust-metric {
    font-family: "Plus Jakarta Sans", "Montserrat", sans-serif;
    font-size: clamp(2.15rem, 2.9vw, 2.9rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.trust-title {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.55;
    color: var(--color-white);
    max-width: 14rem;
}

.guide-section {
    padding: var(--space-section) 0;
}

.guide-section-dark,
.guide-section-light {
    background: var(--color-bg);
}

.section-heading {
    margin-bottom: 2rem;
}

.section-title {
    font-size: clamp(2rem, 2.5vw, 3rem);
}

.section-intro,
.section-copy,
.section-support,
.comparison-note,
.section-text {
    color: var(--color-muted);
    font-size: 1.05rem;
}

.section-kicker,
.step-label {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.step-label,
.text-accent {
    color: var(--color-accent);
}

.narrow {
    max-width: 760px;
}

.prevent-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem 2.25rem;
    margin-top: 1.5rem;
}

.prevent-item {
    display: grid;
    justify-items: center;
    gap: 0.65rem;
    max-width: 180px;
    color: var(--color-muted);
    text-align: center;
    font-size: 0.95rem;
}

.prevent-icon {
    width: 40px;
}


.info-card,
.testimonial-card,
.resource-card {
    height: 100%;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--color-card);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.info-card-body,
.testimonial-card,
.resource-card {
    padding: var(--space-card);
}

.image-shell {
    min-height: 210px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(225, 233, 227, 0.94));
    border-bottom: 1px solid rgba(207, 214, 207, 0.75);
}

.info-card h3,
.comparison-copy h3,
.split-copy h3,
.consultation-form-panel h3,
.resource-card h3,
.testimonial-card h3,
.assessment-note h3 {
    margin: 0 0 0.9rem;
    color: var(--color-heading);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.bullet-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bullet-list.no-card {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .bullet-list.no-card {
        padding-left: 1.6rem;
    }
}

.bullet-list li {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 0.85rem;
}

.bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    background: var(--color-accent);
}

.bullet-list-negative li::before {
    background: var(--color-danger-dot);
}

#step-1 .info-card {
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    box-shadow: none;
    min-height: 512px;
    padding: 12px;
}

#step-1 .image-shell {
    min-height: 175px;
    height: 175px;
    border-radius: 24px;
    overflow: hidden;
    border-bottom: 0;
    background: transparent;
}

#step-1 .image-shell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#step-1 .info-card-body {
    padding: 24px 20px 20px;
}

#step-1 .info-card h3 {
    margin-bottom: 16px;
    color: #2f3532;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

#step-1 .bullet-list li {
    margin-bottom: 14px;
    padding-left: 20px;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

#step-1 .bullet-list li::before {
    top: 5px;
    width: 10px;
    height: 10px;
    background: #6cb55f;
}

.text-link,
.resource-link {
    color: var(--color-cta);
    font-weight: 700;
}

.text-link:hover,
.resource-link:hover {
    color: var(--color-cta-dark);
}

#step-3 .section-title,
#step-5 .section-title,
#step-6 .section-title,
#step-8 .section-title,
#resources .section-title,
#testimonials .section-title {
    color: #182f22;
    line-height: 1.2;
}

#step-4 .section-title,
#final-decision .section-title,
#step-2 .section-title {
    color: #0a1013;
    line-height: 1.2;
}

#step-4 .step-label,
#step-5 .step-label,
#step-6 .step-label,
#step-8 .step-label,
#step-2 .step-label {
    margin-bottom: 4px;
    color: #6cb55f;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

#step-2 .comparison-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1.25rem, 3vw, 2.625rem);
    align-items: center;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

#step-2 .comparison-visual {
    border-radius: 42px;
    overflow: hidden;
}

#step-2 .comparison-visual img {
    width: 100%;
    height: clamp(420px, 52vw, 616px);
    object-fit: cover;
}

#step-2 .comparison-copy {
    padding: 10px 0;
    color: #2f3532;
}

#step-2 .comparison-copy h2 {
    margin-bottom: 24px;
}

#step-2 .comparison-copy h3 {
    margin-bottom: 16px;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

#step-2 .comparison-copy .row {
    --bs-gutter-x: clamp(1rem, 2.6vw, 3.125rem);
    --bs-gutter-y: 16px;
    margin-bottom: 24px;
}

#step-2 .comparison-copy .bullet-list li {
    margin-bottom: 16px;
    padding-left: 22px;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

#step-2 .comparison-copy .bullet-list li::before {
    top: 5px;
    width: 10px;
    height: 10px;
}

#step-2 .comparison-note {
    margin-top: 0;
    margin-bottom: 24px;
    max-width: 637px;
}

#step-2 .btn-step2-cta {
    min-height: 48px;
    padding: 11px 24px;
    border-width: 3px;
    border-color: #df585d;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    width: fit-content;
}

#step-3 {
    padding-top: 4.9rem;
}

#step-3 .step-3-heading {
    margin-bottom: 2.65rem;
}

#step-3 .step-label {
    margin-bottom: 4px;
    color: #6cb55f;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}

#step-3 .step-3-heading h2 {
    margin-bottom: 0.55rem;
}

#step-3 .step-3-heading .section-intro {
    max-width: 690px;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

#step-3 .row {
    --bs-gutter-x: 1.78rem;
    --bs-gutter-y: 1.78rem;
}

#step-3 .tech-card {
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    box-shadow: none;
    min-height: 455px;
    padding: 12px;
}

#step-3 .tech-media {
    min-height: 177px;
    height: 177px;
    border-radius: 24px;
    border-bottom: 0;
    background: #ffffff;
}

#step-3 .tech-card-body {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 24px 12px 12px;
}

#step-3 .tech-card-body h3 {
    margin: 0;
    color: #182f22;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    height: 50px;
}

#step-3 .tech-card-body p {
    margin: 0;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    justify-content: flex-start;
    height: 80px;
}

#step-3 .tech-link {
    margin-top: auto;
    color: #d71920;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    text-decoration: underline;
    text-underline-offset: 2px;
}

#step-3 .tech-link:hover,
#step-3 .tech-link:focus {
    color: #b91117;
}

#step-4 {
    padding-top: 4.75rem;
}

#step-4 .section-heading {
    margin-bottom: 42px;
}

#step-4 .section-title {
    margin-bottom: 16px;
}

#step-2 .comparison-note,
#step-4 .section-intro,
#step-4 .section-copy,
#step-4 .section-support,
#step-5 .step-5-intro,
#step-5 .step-5-card .bullet-list li,
#step-5 .step-5-assessment p,
#step-6 .section-intro,
#step-6 .step-6-card p,
#step-6 .step-6-card .bullet-list li,
#step-8 .section-intro,
#step-8 .step-8-card .bullet-list li,
#step-8 .step-8-support,
#resources .section-heading .section-intro,
#resources .resource-card p {
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

#step-4 .section-intro,
#step-4 .section-copy,
#step-4 .section-support {
    margin-bottom: 0;
}

#step-4 .section-intro,
#step-4 .section-copy {
    max-width: 732px;
}

#step-4 .section-copy {
    margin-top: 24px;
}

#step-4 .comparison-columns {
    margin-bottom: 42px;
}

#step-4 .comparison-column h3 {
    margin-bottom: 16px;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

#step-4 .comparison-column .bullet-list li {
    margin-bottom: 16px;
    padding-left: 22px;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

#step-4 .comparison-column .bullet-list li::before {
    top: 5px;
    width: 10px;
    height: 10px;
}

#step-4 .bullet-list-negative li::before {
    background: #ac442b;
}

#step-4 .section-support {
    max-width: 760px;
    margin-bottom: 42px;
}

#step-4 .btn-step4-cta {
    min-height: 48px;
    padding: 11px 24px;
    border-width: 3px;
    border-color: #df585d;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

#step-5 {
    padding-top: clamp(4rem, 7vw, 5.5rem);
}

#step-5 .step-5-heading {
    margin-bottom: 1.5rem;
}

#step-5 .section-title {
    margin-bottom: 8px;
}

#step-5 .step-5-warning {
    margin-bottom: 4px;
    color: #ac442b;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
    text-transform: none;
}

#step-5 .step-5-intro {
    max-width: 690px;
}

#step-5 .step-5-factors {
    margin-bottom: 24px;
    color: #6cb55f;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
    text-transform: none;
}

#step-5 .step-5-grid {
    --bs-gutter-x: 1.8rem;
}

#step-5 .step-5-card {
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    box-shadow: none;
    min-height: 438px;
    padding: 12px;
}

#step-5 .step-5-card .image-shell {
    min-height: 177px;
    height: 177px;
    border: 0;
    border-radius: 24px;
    background: #ffffff;
}

#step-5 .step-5-card-body {
    padding: 24px 32px 8px;
}

#step-5 .step-5-card h3 {
    margin-bottom: 16px;
    color: #182f22;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

#step-5 .step-5-card .bullet-list li {
    margin-bottom: 16px;
    padding-left: 22px;
}

#step-5 .step-5-card .bullet-list li::before {
    top: 5px;
    width: 10px;
    height: 10px;
    background: #6cb55f;
}

#step-5 .step-5-assessment {
    margin-top: 24px;
}

#step-5 .step-5-assessment h3 {
    margin-bottom: 4px;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

#step-5 .step-5-assessment p {
    max-width: 690px;
}

#step-6 {
    padding-top: clamp(4rem, 7vw, 5.5rem);
}

#step-6 .step-6-heading {
    margin-bottom: 24px;
}

#step-6 .section-title {
    margin-bottom: 8px;
}

#step-6 .section-intro {
    max-width: 764px;
}

#step-6 .step-6-grid {
    --bs-gutter-x: 1.5rem;
}

#step-6 .step-6-card {
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    box-shadow: none;
    min-height: 497px;
    padding: 48px;
}

#step-6 .step-6-card .icon-circle {
    width: 42px;
    height: 42px;
    margin: 0 0 16px;
}

#step-6 .step-6-card .info-card-body {
    padding: 0;
}

#step-6 .step-6-card h3 {
    margin-bottom: 16px;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

#step-6 .step-6-grid > div:nth-child(2) .step-6-card h3 {
    max-width: 270px;
}

#step-6 .step-6-card p,
#step-6 .step-6-card .bullet-list li {
    margin-bottom: 16px;
}

#step-6 .step-6-card .bullet-list li {
    padding-left: 22px;
}

#step-6 .step-6-card .bullet-list li::before {
    top: 5px;
    width: 10px;
    height: 10px;
    background: #6cb55f;
}

#step-6 .step-6-card .bullet-list li:last-child,
#step-6 .step-6-card p:last-child {
    margin-bottom: 0;
}

#step-8 {
    padding-top: clamp(4rem, 7vw, 5.5rem);
}

#step-8 .step-8-heading {
    margin-bottom: 42px;
}

#step-8 .section-title {
    margin-bottom: 8px;
}

#step-8 .section-intro {
    max-width: 610px;
}

#step-8 .step-8-grid {
    --bs-gutter-x: 1.5rem;
}

#step-8 .step-8-card {
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 24px;
    background: #eef2f0;
    box-shadow: none;
    min-height: 301px;
    padding: 42px;
}

#step-8 .step-8-card .icon-circle {
    width: 42px;
    height: 42px;
    margin: 0 0 16px;
}

#step-8 .step-8-card .info-card-body {
    padding: 0;
}

#step-8 .step-8-card h3 {
    margin-bottom: 16px;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

#step-8 .step-8-card .bullet-list li {
    margin-bottom: 16px;
    padding-left: 22px;
}

#step-8 .step-8-card .bullet-list li::before {
    top: 5px;
    width: 10px;
    height: 10px;
    background: #6cb55f;
}

#step-8 .step-8-support {
    max-width: 624px;
    margin-top: 42px;
    margin-bottom: 0;
}

.comparison-columns {
    margin-bottom: 2rem;
}

.comparison-column h3 {
    margin-bottom: 1.25rem;
}

.info-card-large {
    padding-top: 2rem;
}

.icon-circle {
    display: grid;
    place-items: center;
    height: 40px;
    margin-left: var(--space-card);
    margin-bottom: 1rem;
    color: var(--color-accent);
    font-size: 2rem;
    font-weight: 700;
}

.assessment-note {
    margin-top: 3rem;
}

.btn-step7-cta {
    min-height: 48px;
    padding: 11px 24px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 4vw, 3.5rem);
}

.split-section-alt {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.split-copy {
    align-self: center;
}

.split-media {
    min-height: 560px;
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.split-media-gradient {
    display: grid;
    place-items: center;
    padding: 2rem;
}

#final-decision {
    padding-top: 4.5rem;
}

#final-decision .final-decision-heading {
    margin-bottom: 2.4rem;
}

#final-decision .section-title {
    margin-bottom: 0;
}

#final-decision .final-decision-grid {
    align-items: stretch;
}

#final-decision .final-decision-panel {
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 24px;
    background: #eef2f0;
    padding: 40px;
}

#final-decision .final-decision-panel h3 {
    margin: 0 0 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

#final-decision .final-decision-panel-primary h3 {
    color: #6cb55f;
}

#final-decision .final-decision-panel-warning h3 {
    color: #d71920;
}

#final-decision .final-factor-columns {
    --bs-gutter-x: 1rem;
}

#final-decision .final-factor-list,
#final-decision .final-warning-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#final-decision .final-factor-list li,
#final-decision .final-warning-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 18px;
}

#final-decision .final-factor-list li:last-child,
#final-decision .final-warning-list li:last-child {
    margin-bottom: 0;
}

#final-decision .final-factor-list li::before,
#final-decision .final-warning-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.63em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#final-decision .final-factor-list li::before {
    background: #6cb55f;
}

#final-decision .final-warning-list li::before {
    background: #d71920;
}

#final-decision .final-factor-list strong {
    display: block;
    margin: 0;
    color: #182f22;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

#final-decision .final-factor-list span,
#final-decision .final-warning-list li {
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

#final-decision .final-factor-list span {
    display: block;
    margin-top: 2px;
}

.stats-band-large h2 {
    color: var(--color-heading);
}

.stats-band-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(2rem, 5vw, 4.45rem);
    padding: 3rem;
    border-radius: 4rem;
    background: #132717;
    color: var(--color-white);
}

.stat-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    max-width: 9.5rem;
}

.stat-item strong {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(2rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #67af5c;
}

.stat-item span {
    display: block;
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
}

.testimonial-card {
    padding: 2rem;
}

#testimonials .section-heading {
    margin-bottom: 2.5rem;
}

#testimonials .section-title {
    margin-bottom: 0;
}

#testimonials .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    max-width: 1088px;
    margin-left: auto;
    margin-right: auto;
}

#testimonials .testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 280px;
    padding: 32px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    box-shadow: none;
}

.testimonial-avatar {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    border-radius: 50%;
    background: var(--color-heading);
    color: var(--color-white);
    font-size: 0.9rem;
    font-weight: 700;
    overflow: hidden;
}

#testimonials .testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#testimonials .testimonial-card h3 {
    margin: 0;
    color: #1f2937;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.testimonial-location {
    margin: -2px 0 0;
    color: #6cb55f;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

#testimonials .testimonial-location + p {
    margin: 0;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.resource-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#resources .section-heading {
    margin-bottom: 2.6rem;
}

#resources .section-title {
    margin-bottom: 0.5rem;
}

#resources .row {
    --bs-gutter-x: 1.78rem;
    --bs-gutter-y: 1.5rem;
}

#resources .resource-card {
    gap: 0;
    min-height: 430px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    box-shadow: none;
    padding: 12px 12px 36px;
}

.resource-card .image-shell {
    min-height: 150px;
    border-radius: 1.5rem;
    border: 1px solid rgba(207, 214, 207, 0.7);
}

#resources .resource-card .image-shell {
    min-height: 177px;
    height: 177px;
    border: 0;
    border-radius: 24px;
    background: #ffffff;
}

#resources .resource-card h3,
#resources .resource-card p,
#resources .resource-card .resource-link {
    margin-left: 12px;
    margin-right: 12px;
}

#resources .resource-card h3 {
    margin-top: 32px;
    margin-bottom: 24px;
    color: #182f22;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

#resources .resource-card p {
    margin-top: 0;
    margin-bottom: 24px;
}

#resources .resource-card .resource-link {
    margin-top: auto;
    color: #6cb55f;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.015em;
    text-decoration: underline;
    text-underline-offset: 2px;
}

#resources .resource-card .resource-link:hover,
#resources .resource-card .resource-link:focus {
    color: #5aa94f;
}

.consultation-section {
    padding-top: 2rem;
}

.consultation-shell {
    display: grid;
    grid-template-columns: minmax(0, 544px) minmax(0, 1fr);
    align-items: center;
    gap: 52px;
    padding: 12px 12px 12px 48px;
    border-radius: 64px;
    background: linear-gradient(52deg, #9d2103 12.3%, #ca2c06 104.6%);
}

.consultation-copy {
    color: var(--color-white);
    padding: 0;
}

.consultation-copy h2,
.consultation-copy h3 {
    color: var(--color-white);
}

#consultation .consultation-copy h2 {
    margin-bottom: 16px;
    max-width: 365px;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2rem, 2.5vw, 3rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

#consultation .consultation-copy p {
    margin-bottom: 24px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

#consultation .consultation-copy h3 {
    margin-bottom: 16px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.02em;
}

#consultation .consultation-copy .bullet-list li {
    margin-bottom: 16px;
    padding-left: 22px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.consultation-copy .bullet-list li::before {
    top: 5px;
    width: 10px;
    height: 10px;
    background: #9ff490;
}

.consultation-form-panel {
    padding: 44px;
    border-radius: 52px;
    background: #f6f6f6;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.03), 0 12px 16px -4px rgba(0, 0, 0, 0.08);
}

#consultation .consultation-form-panel h3 {
    margin-bottom: 24px;
    color: #182f22;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.03em;
}

#consultation-form .row {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 14px;
}

.form-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-heading);
}

.form-control {
    border-radius: 10px;
    border: 2px solid #d3d3d3;
    padding: 0.65rem 11px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    min-height: 48px;
}

#consultation textarea.form-control {
    min-height: 154px;
    padding-top: 12px;
}

.form-control::placeholder {
    color: #afafaf;
    opacity: 1;
}

.form-control:focus {
    border-color: #c2c2c2;
    box-shadow: none;
}

.is-invalid {
    border-color: rgba(201, 58, 18, 0.6) !important;
}

.form-message {
    display: none;
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    font-weight: 500;
}

.form-message.is-success {
    display: block;
    background: rgba(105, 184, 92, 0.14);
    color: #2f6d28;
}

.form-message.is-error {
    display: block;
    background: rgba(201, 58, 18, 0.1);
    color: #84240c;
}

.form-reassurance {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0.75rem 1rem;
    margin: 1.4rem 0 0;
    color: #04170d;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.form-reassurance span {
    white-space: nowrap;
}

.form-reassurance b {
    margin-right: 4px;
    color: #6cb55f;
    font-weight: 700;
}

.or-divider {
    position: relative;
    margin: 0.25rem 0;
    text-align: center;
    color: #04170d;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.or-divider::before,
.or-divider::after {
    content: none;
}

.or-divider::before {
    left: 0;
}

.or-divider::after {
    right: 0;
}

#consultation .btn-cta-primary {
    min-height: 48px;
    margin-top: 16px !important;
    border: 3px solid #df585d;
    border-radius: 444px;
    background: linear-gradient(90deg, #9d2103 0%, #ca2c06 100%);
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

#consultation .btn-cta-primary:hover,
#consultation .btn-cta-primary:focus {
    background: linear-gradient(90deg, #8f1d03 0%, #b92807 100%);
    border-color: #d84f52;
}

#consultation .btn-phone-outline {
    min-height: 48px;
    border: 2.8px solid #d71920;
    border-radius: 410px;
    color: #d71920;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    background: #ffffff;
}

#consultation .btn-phone-outline:hover,
#consultation .btn-phone-outline:focus {
    color: #c4141b;
    border-color: #c4141b;
    background: #fff8f8;
}

.site-footer {
    margin: 0;
    padding: 12px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 64px 64px 0 0;
    background: #132717;
    color: #d9efde;
}

.site-footer .container {
    max-width: 1280px;
    padding: 15px;
}

.footer-top {
    align-items: start;
    justify-content: space-between;
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 1rem;
    margin-bottom: 1.2rem;
}

.site-footer h2 {
    margin-bottom: 0.65rem;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    line-height: 1.6;
    color: #6cb55f;
}

.site-footer address {
    margin-top: 0.95rem;
    font-style: normal;
    color: #d9efde;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li + li {
    margin-top: 0.25rem;
}

.footer-links a {
    display: inline-block;
    padding: 8px 0;
    color: #d9efde;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.footer-links a:hover,
.footer-legal a:hover {
    color: #ffffff;
}

.social-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.15rem;
    color: #6cb55f;
}

.social-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #6cb55f;
    font-size: 22px;
}

.social-row a:hover,
.social-row a:focus {
    color: #85cd78;
}

.footer-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 24px;
    border: 3px solid #6cb55f;
    border-radius: 444px;
    color: #6cb55f;
    background: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    white-space: nowrap;
}

.footer-phone img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.footer-phone:hover,
.footer-phone:focus {
    color: #85cd78;
    border-color: #85cd78;
    background: rgba(108, 181, 95, 0.07);
}

.footer-bottom {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 2rem;
    padding-top: 0.8rem;
    margin-top: 0;
    border-top: 0;
}

.footer-bottom p {
    margin: 0;
    color: #d9efde;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-legal a {
    color: #6cb55f;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 1199.98px) {
    .hero-guide {
        background-size: cover;
        background-position: 58% center;
    }

    #step-2 .comparison-panel {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        align-items: start;
    }

    #step-2 .comparison-visual {
        order: 1;
    }

    #step-2 .comparison-copy {
        order: 2;
    }

    #step-2 .comparison-visual img {
        height: clamp(360px, 44vw, 520px);
    }

    #step-2 .comparison-copy h2 {
        font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    }

    .stats-band-inner {
        flex-wrap: wrap;
    }
}

@media (max-width: 991.98px) {
    .main-navbar {
        position: fixed;
        background: rgba(15, 47, 31, 0.88);
        backdrop-filter: blur(10px);
    }

    .main-navbar .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 1.5rem;
        background: rgba(12, 36, 24, 0.96);
    }

    .navbar-nav {
        gap: 0.4rem;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 0.55rem 0;
    }

    .hero-guide {
        min-height: auto;
        background-size: cover;
        background-position: 62% center;
    }

    .hero-guide-inner,
    .comparison-panel,
    .split-section,
    .consultation-shell {
        grid-template-columns: 1fr;
    }

    .hero-guide-inner {
        padding-top: 8rem;
        align-items: start;
    }

    .hero-copy {
        padding: 1rem 0;
    }

    .hero-lead {
        font-size: clamp(1.5rem, 4vw, 1.95rem);
    }

    .hero-figure {
        justify-content: center;
    }

    .hero-figure img {
        max-height: 680px;
    }

    #step-2 .comparison-panel {
        gap: 1.5rem;
    }

    #step-2 .comparison-copy {
        padding: 0;
    }

    #step-2 .comparison-copy h2 br {
        display: none;
    }

    #step-2 .comparison-visual img,
    .split-media {
        min-height: 380px;
    }

    #step-2 .comparison-visual img {
        height: 380px;
    }

    #step-2 .btn-step2-cta {
        width: 100%;
    }

    #step-4 .step-label {
        font-size: 18px;
    }

    #step-4 .comparison-columns {
        margin-bottom: 32px;
    }

    #step-4 .btn-step4-cta {
        width: 100%;
    }

    #final-decision .final-decision-panel {
        padding: 28px;
    }

    #final-decision .final-factor-columns {
        --bs-gutter-y: 0.75rem;
    }

    #final-decision .final-decision-panel h3 {
        font-size: 20px;
    }

    #step-5 .step-5-card {
        min-height: auto;
    }

    #step-5 .step-5-card h3,
    #step-5 .step-5-assessment h3 {
        font-size: 20px;
    }

    #step-6 .step-label {
        font-size: 18px;
    }

    #step-6 .step-6-card {
        min-height: auto;
    }

    #step-8 .step-label {
        font-size: 18px;
    }

    #step-8 .step-8-grid {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    #step-8 .step-8-card {
        min-height: auto;
    }

    #resources .resource-card {
        min-height: auto;
    }

    .site-footer {
        border-radius: 44px 44px 0 0;
    }

    .footer-top {
        --bs-gutter-x: 1.25rem;
        --bs-gutter-y: 1.5rem;
    }

    .footer-bottom {
        flex-wrap: wrap;
        gap: 1rem 1.5rem;
    }

    .footer-legal {
        justify-content: center;
        gap: 1.25rem;
    }

    #consultation .consultation-shell {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px;
        border-radius: 40px;
    }

    #consultation .consultation-form-panel {
        padding: 28px;
        border-radius: 36px;
    }
}

@media (max-width: 767.98px) {
    .hero-guide {
        background-position: 68% top;
    }

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

    #step-3 .tech-card {
        min-height: auto;
    }

    .hero-copy h1,
    .section-title {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    .hero-actions,
    .form-reassurance,
    .footer-bottom,
    .footer-legal {
        align-items: stretch;
    }

    .hero-actions .btn,
    .navbar-cta .btn,
    .split-copy .btn {
        width: 100%;
    }

    #step-2 .comparison-visual {
        border-radius: 28px;
    }

    #step-2 .comparison-copy .row {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 0.5rem;
    }

    #step-2 .comparison-copy h2 {
        margin-bottom: 16px;
    }

    #step-2 .comparison-copy .bullet-list li {
        margin-bottom: 12px;
    }

    #step-2 .comparison-note {
        margin-bottom: 18px;
    }

    .hero-copy h1 {
        max-width: 100%;
    }

    .hero-lead {
        max-width: 100%;
    }

    .trust-grid {
        --bs-gutter-y: 1rem;
        gap: 1.75rem;
    }

    .stats-band-inner {
        justify-content: center;
        padding: 2.2rem 1.5rem;
        border-radius: 2.25rem;
        gap: 1.5rem;
    }

    .stat-item {
        flex: 1 1 140px;
        max-width: 180px;
    }

    .trust-band {
        padding: 2.5rem 0;
    }

    .trust-title {
        max-width: 16rem;
    }

    .consultation-form-panel,
    .consultation-copy {
        padding: 1.5rem;
    }

    #consultation .consultation-shell {
        padding: 16px;
        border-radius: 32px;
    }

    #consultation .consultation-copy {
        padding: 8px;
    }

    #consultation .consultation-copy h2 {
        max-width: 100%;
    }

    #consultation .consultation-form-panel {
        padding: 20px;
        border-radius: 28px;
    }

    #consultation .form-reassurance {
        align-items: flex-start;
    }

    #consultation .form-reassurance span {
        white-space: normal;
    }

    .site-footer {
        border-radius: 28px 28px 0 0;
        padding: 10px;
    }

    .site-footer .container {
        padding: 10px;
    }

    .footer-top {
        text-align: center;
    }

    .footer-logo {
        display: inline-block;
    }

    .social-row {
        justify-content: center;
    }

    .footer-phone {
        width: 100%;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-legal {
        justify-content: center;
    }

    #final-decision .final-decision-heading {
        margin-bottom: 1.6rem;
    }

    #final-decision .final-decision-panel {
        padding: 22px;
    }

    #step-5 .step-5-factors {
        font-size: 22px;
    }

    #step-5 .step-5-card-body {
        padding: 24px 20px 6px;
    }

    #step-5 .step-5-card h3,
    #step-5 .step-5-assessment h3 {
        font-size: 20px;
    }

    #step-6 .step-6-card {
        padding: 32px 24px;
    }

    #step-8 .step-8-card {
        padding: 32px 24px;
    }

    #resources .section-heading {
        margin-bottom: 1.8rem;
    }

    #resources .resource-card {
        padding: 12px 12px 24px;
    }

    #resources .resource-card h3 {
        margin-top: 24px;
        margin-bottom: 16px;
    }

    #resources .resource-card p {
        margin-bottom: 18px;
    }

    #testimonials .testimonial-card {
        min-height: auto;
        padding: 24px;
    }

    #testimonials .section-heading {
        margin-bottom: 1.75rem;
    }
}

@media (max-width: 575.98px) {
    .hero-guide {
        background-position: 72% top;
    }

    #step-2 .comparison-visual {
        border-radius: 20px;
    }

    #step-2 .comparison-visual img {
        height: 280px;
        min-height: 280px;
    }

    #step-2 .comparison-copy h2 {
        font-size: clamp(1.7rem, 8.4vw, 2.1rem);
    }

    #step-2 .comparison-copy .row {
        --bs-gutter-x: 0;
    }
}
