
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;700;900&family=Jost:wght@100;200;300;400;500;600;700&display=swap');
/* =====================
   SITE WRAPPER
   ===================== */
.site-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    background: inherit;
    box-sizing: border-box;
    width: 100%;
}

/* Ensure about-section is centered and matches site max-width */
.about-section {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

/* =====================
   RESET & GLOBAL
   ===================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* Keeps anchored sections visible below the sticky header */
[id] {
    scroll-margin-top: 110px;
}

body {
    font-family: 'Jost', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #F7F5F1;
}

/* =====================
   HEADER
   ===================== */
header {
    background-color: #F7F5F1;
    padding: 1rem 100px;
    border-bottom: 2px solid #D9D9D9;
    position: sticky;
    top: 0;
    z-index: 100;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

/* Logo */
.logo-section {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.logo-home-link {
    text-decoration: none;
    color: inherit;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.inkwell {
    font-family: 'Jost', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 0.10em;
    color: #0A3B60;
}

.bookkeeping {
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    color: #626262;
}

/* Navigation */
nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

nav a {
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

nav a:hover {
    color: #0A3B60;
}

.consultation-btn {
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #E7F0FB;
    background-color: #0A3B60;
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    display: inline-block;
    white-space: nowrap;
}

.consultation-btn:hover {
    background-color: #072a45;
}

/* Hamburger toggle — hidden on desktop */
.nav-toggle {
    display: none;
}

/* =====================
   DIVIDER
   ===================== */
.solid-divider {
    border-bottom: 2px solid #D9D9D9;
    margin-top: 3rem;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.limited-offer-divider {
    margin: 3rem 6.25rem 0;
}

/* =====================
   HERO
   ===================== */
.eyebrow-section {
    padding: 6rem 0 0 100px;
}

.eyebrow {
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    color: #626262;
    margin: 0;
    text-align: left;
}

.hero-section {
    padding: 1rem 0 2rem 100px;
}

.hero-text {
    font-family: 'Bitter', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    color: #000000;
    margin: 0;
    text-align: left;
    line-height: 1.2;
}

.description-section {
    padding: 0rem 0 2rem 100px;
    text-align: left;
}

.description {
    font-family: 'Jost', sans-serif;
    font-size: 1.25rem;
    font-weight: 350;
    color: #626262;
    margin: 0;
    text-align: left;
}

.hero-consultation-btn {
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #E7F0FB;
    background-color: #0A3B60;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    display: inline-block;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.hero-consultation-btn:hover {
    background-color: #072a45;
}

.disclaimer {
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    font-style: italic;
    color: #626262;
    margin: 0.75rem 0 0 0;
    text-align: left;
}

.early-offer-section {
    padding: 0 100px 2rem;
}

.early-offer-card {
    max-width: 900px;
    border: 1px solid #b8cadb;
    background-color: #E7F0FB;
    border-radius: 12px;
    padding: 1.35rem 1.5rem;
}

.early-offer-eyebrow {
    font-family: 'Jost', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #0A3B60;
    margin: 0 0 0.25rem 0;
}

.early-offer-title {
    font-family: 'Bitter', serif;
    font-size: 1.45rem;
    line-height: 1.3;
    color: #0A3B60;
    margin: 0 0 0.4rem 0;
}

.early-offer-text {
    font-family: 'Jost', sans-serif;
    font-size: 0.98rem;
    font-weight: 300;
    line-height: 1.6;
    color: #2f4d67;
    margin: 0 0 0.95rem 0;
}

.early-offer-btn {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #E7F0FB;
    background-color: #0A3B60;
    padding: 0.5rem 0.9rem;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.early-offer-btn:hover {
    background-color: #072a45;
}

/* =====================
   TRUST STRIP
   ===================== */
.trust-strip {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 1.5rem 100px;
    flex-wrap: wrap;
}

.trust-label {
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #999;
    white-space: nowrap;
}

.trust-logos {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
    align-items: center;
}

.trust-logo {
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #BDBDBD;
    letter-spacing: 0.05em;
}

/* =====================
   SERVICES
   ===================== */
.services-eyebrow-section {
    padding: 4rem 0 0 0;
    text-align: center;
}

.services-eyebrow {
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    color: #626262;
    margin: 0;
    text-align: center;
}

.services-title {
    font-family: 'Bitter', serif;
    font-size: 3.5rem;
    color: #000000;
    font-weight: 700;
    margin: 0.5rem 0 0 0;
    text-align: center;
}

main {
    padding: 0 100px;
}

.services-boxes-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 2rem;
}

.service-box {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-box:first-child {
    border-radius: 12px 0 0 12px;
}

.service-box:last-child {
    border-radius: 0 12px 12px 0;
}

.service-box-title {
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.5rem;
}

.service-box-text {
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: #626262;
    line-height: 1.6;
    margin: 0;
}

.services-footnotes {
    text-align: left;
    padding: 1.5rem 0 0;
}

.services-footnote {
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    font-style: italic;
    color: #999;
    margin: 0.25rem 0;
}

/* =====================
   HOW IT WORKS
   ===================== */
.how-it-works-section {
    padding: 4rem 100px 3rem;
}

.how-it-works-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.how-title {
    font-family: 'Bitter', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin: 0.5rem 0 2rem 0;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-bottom: 2.5rem;
}

.step-card {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    padding: 2rem 1.75rem;
}

.step-card:first-child {
    border-radius: 12px 0 0 12px;
}

.step-card:last-child {
    border-radius: 0 12px 12px 0;
}

.step-num {
    font-family: 'Bitter', serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #D9D9D9;
    line-height: 1;
    margin-bottom: 1rem;
}

.step-card-title {
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.5rem;
}

.step-card-text {
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: #626262;
    line-height: 1.6;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.benefit-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.check-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d4e8d8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.check-circle svg {
    width: 10px;
    height: 10px;
}

.benefit-text {
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #626262;
    line-height: 1.5;
}

/* =====================
   ABOUT
   ===================== */
.about-section {
    padding: 4rem 100px;
    text-align: left;
}

.about-container {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    max-width: 1100px;
}

.about-text {
    padding: 0.75rem 0;
}

.about-image {
    width: 18rem;
    height: 18rem;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}

.about-eyebrow {
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    color: #626262;
    margin: 0 0 0.5rem 0;
}

.about-title {
    font-family: 'Bitter', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 1.25rem 0;
}

.about-description {
    font-family: 'Jost', sans-serif;
    font-size: 1.05rem;
    font-weight: 300;
    color: #626262;
    line-height: 1.75;
}

.software-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.software-tag {
    display: inline-flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    padding: 0.3rem 0.75rem;
    border-radius: 8px;
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: #626262;
}

/* =====================
   TESTIMONIALS
   ===================== */
.testimonials-section {
    padding: 4rem 100px;
}

.testimonials-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.section-title {
    font-family: 'Bitter', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    margin: 0.5rem 0 2rem 0;
    text-align: center;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.testimonial-card {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
}

.quote-mark {
    font-family: 'Bitter', serif;
    font-size: 3rem;
    color: #D9D9D9;
    line-height: 0.8;
    margin-bottom: 1rem;
}

.testimonial-quote {
    font-family: 'Bitter', serif;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.65;
    color: #333;
    margin-bottom: 1.5rem;
    flex: 1;
}

.testimonial-author-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
}

.initials-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E7F0FB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Jost', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #0A3B60;
    flex-shrink: 0;
}

.testimonial-author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
}

.author-detail {
    font-family: 'Jost', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    color: #999;
}

/* =====================
   PRICING
   ===================== */
.pricing-section {
    padding: 4rem 100px;
}

.pricing-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1100px;
    margin: 0 auto;
    align-items: start;
}

.pricing-subtext {
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #626262;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.pricing-box {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding: 2rem 1.75rem;
}

.pricing-plan-label {
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #626262;
    margin-bottom: 0.5rem;
}

.price-amount {
    font-family: 'Bitter', serif;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    color: #0A3B60;
    margin: 0.5rem 0 0.25rem;
}

.price-period {
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: #999;
    margin-bottom: 1.5rem;
}

.price-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 1.75rem;
}

.price-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: #333;
}

.pricing-cta-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #E7F0FB;
    background-color: #0A3B60;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-bottom: 1rem;
}

.pricing-cta-btn:hover {
    background-color: #072a45;
}

.pricing-note {
    font-family: 'Jost', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    font-style: italic;
    color: #999;
    text-align: center;
}

/* Add-ons */
.addon-list {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-top: 1.25rem;
}

.addon-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 0.75rem;
    gap: 1rem;
}

.addon-name {
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.2rem;
}

.addon-desc {
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    color: #999;
    line-height: 1.4;
}

.addon-tag {
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #0A3B60;
    background-color: #E7F0FB;
    padding: 0.25rem 0.65rem;
    border-radius: 6px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* =====================
   RESOURCES
   ===================== */
.resources-section {
    padding: 4rem 100px;
}

.resources-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
    text-align: left;
}

.resource-card {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.resource-thumb {
    height: 80px;
    background-color: #F7F5F1;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
}

.resource-icon {
    font-size: 2rem;
    opacity: 0.7;
}

.resource-tag {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    margin-bottom: 0.65rem;
    background-color: #d4e8d8;
    color: #2a7a3a;
}

.resource-card-title {
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.resource-card-text {
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    color: #999;
    line-height: 1.5;
    flex: 1;
}

.resource-link {
    display: inline-block;
    margin-top: 1rem;
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #0A3B60;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.resource-link:hover {
    opacity: 0.7;
}

/* =====================
   CONTACT / CTA BAND
   ===================== */
.contact-section {
    padding: 4rem 100px;
}

.cta-band {
    background-color: #0A3B60;
    border-radius: 16px;
    padding: 4rem 3rem;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.cta-eyebrow {
    font-family: 'Jost', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.10em;
    color: #8aaac8;
    margin-bottom: 0.75rem;
}

.cta-title {
    font-family: 'Bitter', serif;
    font-size: 2.75rem;
    font-weight: 700;
    color: #E7F0FB;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.cta-subtext {
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #8aaac8;
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto 2rem;
}

.cta-offer {
    max-width: 620px;
    margin: 0 auto 1.5rem;
    border: 1px solid #8aaac8;
    background-color: #0c456f;
    border-radius: 12px;
    padding: 1rem 1.1rem;
    text-align: left;
}

.cta-offer-title {
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #E7F0FB;
    margin: 0 0 0.35rem 0;
}

.cta-offer-text {
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: #c8ddf5;
    line-height: 1.55;
    margin: 0;
}

.cta-btn {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #0A3B60;
    background-color: #E7F0FB;
    padding: 0.85rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-bottom: 1.25rem;
}

.cta-btn:hover {
    background-color: #c8ddf5;
}

.cta-note {
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    color: #8aaac8;
    margin-top: 1rem;
}

.cta-email-link {
    color: #E7F0FB;
    text-decoration: none;
    font-weight: 400;
}

.cta-email-link:hover {
    text-decoration: underline;
}

/* =====================
   FOOTER
   ===================== */
.site-footer {
    border-top: 2px solid #D9D9D9;
    padding: 2rem 100px 2.5rem;
    background-color: #F7F5F1;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.footer-logo-section {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.footer-links {
    display: flex;
    gap: 1.75rem;
    flex-wrap: wrap;
}

.footer-links a {
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    color: #626262;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #0A3B60;
}

.footer-copy {
    font-family: 'Jost', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    color: #999;
}

/* =====================
   MOBILE — ≤ 768px
   ===================== */
@media (max-width: 768px) {

    /* --- HEADER / NAV --- */
    header {
        padding: 0.85rem 1.25rem;
    }

    .container {
        position: relative;
    }

    /* Hamburger button */
    .nav-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.35rem;
        z-index: 200;
    }

    .nav-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        background-color: #0A3B60;
        border-radius: 2px;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    /* Dropdown nav — hidden by default on mobile */
    nav {
        position: absolute;
        top: calc(100% + 0.85rem);
        left: -1.25rem;
        right: -1.25rem;
        background-color: #F7F5F1;
        border-top: 2px solid #D9D9D9;
        border-bottom: 2px solid #D9D9D9;
        flex-direction: column;
        align-items: stretch;
        padding: 0.5rem 1.25rem 1.25rem;
        gap: 0;
        display: none;
        z-index: 150;
    }

    nav.nav-open {
        display: flex;
    }

    nav ul {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    nav ul li {
        border-bottom: 1px solid #E8E8E8;
    }

    nav ul li:last-child {
        border-bottom: none;
    }

    nav ul li a {
        display: block;
        padding: 0.85rem 0;
        font-size: 1rem;
    }

    .consultation-btn {
        margin-top: 1rem;
        text-align: center;
        display: block;
    }

    /* --- HERO --- */
    .eyebrow-section {
        padding: 3rem 1.25rem 0;
    }

    .hero-section {
        padding: 0.75rem 1.25rem 1.25rem;
    }

    .hero-text {
        font-size: 2.5rem;
    }

    .description-section {
        padding: 0 1.25rem 2rem;
    }

    .early-offer-section {
        padding: 0 1.25rem 1.5rem;
    }

    .early-offer-card {
        padding: 1rem;
    }

    .early-offer-title {
        font-size: 1.25rem;
    }

    .early-offer-text {
        font-size: 0.95rem;
    }

    .description {
        font-size: 1rem;
    }

    .description br {
        display: none;
    }

    /* --- TRUST STRIP --- */
    .trust-strip {
        padding: 1.25rem 1.25rem;
        gap: 1rem;
    }

    /* --- SERVICES --- */
    .services-eyebrow-section {
        padding: 3rem 1.25rem 0;
    }

    .services-title {
        font-size: 2.25rem;
    }

    main {
        padding: 0 1.25rem;
    }

    .services-boxes-container {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .service-box:first-child {
        border-radius: 12px 12px 0 0;
    }

    .service-box:last-child {
        border-radius: 0 0 12px 12px;
    }

    /* --- HOW IT WORKS --- */
    .how-it-works-section {
        padding: 3rem 1.25rem;
    }

    .how-title {
        font-size: 2rem;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .step-card:first-child {
        border-radius: 12px 12px 0 0;
    }

    .step-card:last-child {
        border-radius: 0 0 12px 12px;
    }

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

    /* --- ABOUT --- */
    .about-section {
        padding: 3rem 1.25rem;
    }

    .about-container {
        flex-direction: column;
        gap: 1.75rem;
    }

    .about-text {
        padding: 0;
    }

    .about-image {
        width: 100%;
        height: 18rem;
    }

    .about-title {
        font-size: 2.25rem;
    }

    /* --- TESTIMONIALS --- */
    .testimonials-section {
        padding: 3rem 1.25rem;
    }

    .section-title {
        font-size: 2.25rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    /* --- PRICING --- */
    .pricing-section {
        padding: 3rem 1.25rem;
    }

    .pricing-inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    /* --- RESOURCES --- */
    .resources-section {
        padding: 3rem 1.25rem;
    }

    .resource-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    /* --- CONTACT --- */
    .contact-section {
        padding: 3rem 1.25rem;
    }

    .cta-band {
        padding: 2.5rem 1.5rem;
    }

    .cta-offer {
        padding: 0.9rem;
    }

    .cta-title {
        font-size: 2rem;
    }

    /* --- FOOTER --- */
    .site-footer {
        padding: 2rem 1.25rem 2.5rem;
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }

    .footer-links {
        gap: 1rem;
    }

    /* --- DIVIDER spacing --- */
    .solid-divider {
        margin: 2rem 0 0 0;
    }

    .limited-offer-divider {
        margin: 2rem 1.25rem 0;
    }
}
