:root {
    --site-max-width: 1300px;
    --site-content-width: 720px;
    --site-padding: 5%;
    --site-color-border: #d9dee2;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    background: var(--wp--preset--color--base);
    color: var(--wp--preset--color--text);
    margin: 0;
}

a {
    color: inherit;
}

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

.site-width {
    margin: 0 auto;
    max-width: var(--site-max-width);
    padding-left: var(--site-padding);
    padding-right: var(--site-padding);
}

.landing-page-template,
.internal-hero-page-template {
    overflow-x: hidden;
    overflow-x: clip;
    width: 100%;
}

.landing-page-template > .wp-block-group,
.landing-page-template > .wp-block-columns,
.landing-page-template > .wp-block-cover,
.landing-page-template > p,
.landing-page-template > .wp-block-paragraph,
.landing-page-template > .wp-block-heading,
.landing-page-template > .wp-block-list,
.landing-page-template > .wp-block-image,
.landing-page-template > .wp-block-buttons,
.landing-page-template > .wp-block-quote,
.landing-page-template > .wp-block-table,
.landing-page-template > .wp-block-separator {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--site-max-width);
    padding-left: var(--site-padding);
    padding-right: var(--site-padding);
}

[class*="thirty-three-mile-section"] {
    width: 100%;
}

.thirty-three-mile-hero__inner {
    margin: 0 auto;
    max-width: var(--site-max-width);
    padding-left: var(--site-padding);
    padding-right: var(--site-padding);
    position: relative;
    z-index: 1;
}

.site-top-navigation-wrap {
    background: var(--wp--preset--color--secondary);
    color: #ffffff;
}

.site-top-navigation {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    min-height: 48px;
}

.top-navigation {
    width: 100%;
}

.top-navigation .menu {
    justify-content: flex-end;
}

.site-top-navigation-wrap .menu a {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    opacity: 0.88;
    transition: color 0.15s, opacity 0.15s;
}

.site-top-navigation-wrap .menu a:hover,
.site-top-navigation-wrap .menu a:focus-visible {
    color: var(--wp--preset--color--accent);
    opacity: 1;
}

.site-header {
    background: var(--wp--preset--color--base);
    border-bottom: 1px solid var(--site-color-border);
    box-shadow: 0 8px 20px rgba(23, 37, 47, 0.05);
    position: sticky;
    top: 0;
    z-index: 20;
}

.site-header__notice {
    background: var(--wp--preset--color--secondary);
    color: #ffffff;
}

.site-header__notice-inner {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}

.site-header__notice-text {
    margin: 0;
    text-align: center;
}

.site-header__inner {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    min-height: 84px;
    position: relative;
    transition: min-height 0.2s ease;
}

.site-header__actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 1rem;
}

.site-branding {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: 0.875rem;
    min-width: 0;
}

.site-branding__logo img {
    height: auto;
    max-height: 120px;
    transition: max-height 0.2s ease;
    width: auto;
    padding: 10px 0;
}

.site-branding__content {
    display: grid;
    gap: 0.2rem;
}

.site-header--scrolled .site-header__inner {
    min-height: 68px;
}

.site-header--scrolled .site-branding__logo img {
    max-height: 84px;
}

.site-title,
.site-description {
    margin: 0;
}

.site-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
}

.site-title a {
    color: inherit;
    text-decoration: none;
}

.site-description {
    color: var(--wp--preset--color--secondary-light);
    font-size: 0.8rem;
}

.site-header__cta {
    align-items: center;
    background: var(--wp--preset--color--primary);
    border-radius: 6px;
    color: #ffffff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 1;
    padding: 10px 22px;
    text-decoration: none;
    transition: background 0.15s ease;
    white-space: nowrap;
}

.site-header__cta:hover {
    background: var(--wp--preset--color--secondary);
}

.site-header__menu-toggle {
    align-items: center;
    appearance: none;
    background: transparent;
    border: none;
    box-shadow: none;
    color: var(--wp--preset--color--secondary);
    cursor: pointer;
    display: none;
    font-size: 1.25rem;
    height: 44px;
    justify-content: center;
    padding: 0;
    transform: none;
    transition: color 0.2s;
    width: 44px;
}

.site-header__menu-toggle:hover,
.site-header__menu-toggle:focus,
.site-header__menu-toggle:active {
    background: transparent;
    box-shadow: none;
    color: var(--wp--preset--color--accent);
    transform: none;
}

.site-header__mobile-menu {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 100;
}

.site-header__mobile-menu.is-open {
    display: block;
}

.mobile-navigation .menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-navigation .menu a {
    border-bottom: 1px solid var(--site-color-border);
    border-radius: 4px;
    color: var(--wp--preset--color--secondary);
    display: block;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 -0.5rem;
    padding: 0.875rem 0.5rem;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.mobile-navigation .menu li:last-child a {
    border-bottom: none;
}

.mobile-navigation .menu a:hover {
    background: var(--site-color-border);
    color: var(--wp--preset--color--accent);
}

.site-header--minimal .site-header__inner {
    min-height: 80px;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu a {
    color: var(--wp--preset--color--text);
    text-decoration: none;
}

.primary-navigation .menu {
    align-items: center;
    gap: 1rem;
}

.primary-navigation .menu a {
    font-size: 0.875rem;
    font-weight: 600;
    transition: color 0.15s;
}

.primary-navigation .menu a:hover,
.primary-navigation .menu a:focus-visible {
    color: var(--wp--preset--color--primary);
}

.thirty-three-mile-section {
    position: relative;
}

.thirty-three-mile-section--hero {
    align-items: center;
    background: linear-gradient(155deg, var(--wp--preset--color--secondary) 0%, var(--wp--preset--color--gradient-mid) 60%, var(--wp--preset--color--primary) 100%);
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 70px 5% 60px;
    --thirty-three-mile-hero-overlay-color: transparent;
}

.thirty-three-mile-section--hero.alignfull {
    margin-bottom: 0;
    margin-top: 0;
}

.thirty-three-mile-section--hero::before,
.thirty-three-mile-section--hero::after {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    content: '';
    pointer-events: none;
    position: absolute;
}

.thirty-three-mile-section--hero::before {
    height: 320px;
    left: -60px;
    top: -60px;
    width: 320px;
}

.thirty-three-mile-section--hero::after {
    bottom: -80px;
    height: 260px;
    right: -40px;
    width: 260px;
}

.thirty-three-mile-section--hero.thirty-three-mile-hero--has-custom-background {
    background: var(--wp--preset--color--secondary);
}

.thirty-three-mile-section--hero.thirty-three-mile-hero--has-custom-background::before,
.thirty-three-mile-section--hero.thirty-three-mile-hero--has-custom-background::after {
    display: none;
}

.thirty-three-mile-hero__background,
.thirty-three-mile-hero__overlay {
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.thirty-three-mile-hero__background {
    z-index: 0;
}

.thirty-three-mile-hero__background img,
.thirty-three-mile-hero__background video {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.thirty-three-mile-hero__background--pattern-grid {
    background-color: var(--wp--preset--color--secondary);
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
    background-size: 32px 32px;
}

.thirty-three-mile-hero__background--pattern-dots {
    background-color: var(--wp--preset--color--secondary);
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.18) 2px, transparent 2px);
    background-size: 24px 24px;
}

.thirty-three-mile-hero__background--pattern-diagonal {
    background-color: var(--wp--preset--color--secondary);
    background-image:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0.12) 2px, transparent 2px, transparent 20px);
}

.thirty-three-mile-hero__overlay {
    background: var(--thirty-three-mile-hero-overlay-color);
    z-index: 0;
}

/* ==========================================================================
   SECTION BACKGROUNDS (optional)
   ========================================================================== */

.thirty-three-mile-section--has-background {
    overflow: hidden;
    position: relative;
}

.thirty-three-mile-section__background,
.thirty-three-mile-section__overlay {
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.thirty-three-mile-section__background {
    z-index: 0;
}

.thirty-three-mile-section__background img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.thirty-three-mile-section__background--pattern-grid {
    background-color: var(--wp--preset--color--secondary);
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 32px 32px;
}

.thirty-three-mile-section__background--pattern-dots {
    background-color: var(--wp--preset--color--secondary);
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.12) 2px, transparent 2px);
    background-size: 24px 24px;
}

.thirty-three-mile-section__background--pattern-diagonal {
    background-color: var(--wp--preset--color--secondary);
    background-image:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 2px, transparent 2px, transparent 20px);
}

.thirty-three-mile-section__overlay {
    background: var(--section-overlay-color, transparent);
    z-index: 0;
}

.thirty-three-mile-section__inner {
    position: relative;
    z-index: 1;
}

.thirty-three-mile-hero__inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    z-index: 1;
}

.thirty-three-mile-hero__small-headline {
    color: var(--wp--preset--color--accent);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.4px;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.thirty-three-mile-hero__title {
    color: #ffffff;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.15;
    margin: 0 auto 16px;
    max-width: 700px;
}

.thirty-three-mile-hero__description {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.65;
    margin: 0 auto 32px;
    max-width: 520px;
}

.thirty-three-mile-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 36px;
}

.thirty-three-mile-hero__badge {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 20px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 14px;
}

.thirty-three-mile-hero__badge i {
    margin-right: 6px;
}

.thirty-three-mile-hero__actions {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.thirty-three-mile-section--hero .wp-block-buttons {
    gap: 12px;
    justify-content: center;
}

.thirty-three-mile-section--hero .wp-block-button__link {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
    color: var(--wp--preset--color--secondary);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 16px 40px;
    transition: transform 0.15s, box-shadow 0.15s;
}

.thirty-three-mile-section--hero .wp-block-button__link:hover {
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.22);
    transform: translateY(-2px);
}

.thirty-three-mile-hero__subtext {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    margin: 14px 0 0;
}

.thirty-three-mile-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 28px;
}

.thirty-three-mile-hero-badge {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 20px;
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 500;
    gap: 6px;
    padding: 6px 14px;
}

.thirty-three-mile-hero-badge__icon i {
    font-size: 12px;
}

.thirty-three-mile-hero-badge__icon img {
    height: 14px;
    width: 14px;
    object-fit: contain;
}

.thirty-three-mile-hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-top: 48px;
}

.thirty-three-mile-metric {
    text-align: center;
}

.thirty-three-mile-metric__value-wrap {
    align-items: center;
    display: flex;
    gap: 2px;
    justify-content: center;
}

.thirty-three-mile-metric__prefix,
.thirty-three-mile-metric__number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.thirty-three-mile-metric__suffix {
    color: #ffffff;
    display: inline-flex;
    font-size: 18px;
    margin-left: 2px;
}

.thirty-three-mile-metric__suffix svg {
    display: block;
    height: 1em;
    width: 1em;
}

.thirty-three-mile-metric__label {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}

.internal-hero-page-template {
    min-height: 100%;
}

.thirty-three-mile-section--support-points {
    background: var(--wp--preset--color--surface);
    border-bottom: 1px solid var(--site-color-border);
    border-top: 1px solid var(--site-color-border);
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    padding: 1.5rem max(var(--site-padding), calc((100% - var(--site-max-width)) / 2 + var(--site-padding)));
}

.thirty-three-mile-support-point {
    align-items: flex-start;
    background: var(--wp--preset--color--base);
    border: 1px solid var(--site-color-border);
    border-radius: 1rem;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
    padding: 1rem 1.05rem;
}

.thirty-three-mile-support-point__icon {
    align-items: center;
    color: var(--wp--preset--color--primary);
    display: inline-flex;
    flex: 0 0 auto;
    height: 1.5rem;
    justify-content: center;
    margin-top: 0.15rem;
    width: 1.5rem;
}

.thirty-three-mile-support-point__icon svg,
.thirty-three-mile-editor-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.thirty-three-mile-support-point__content {
    display: grid;
    gap: 0.2rem;
}

.thirty-three-mile-support-point__title {
    color: var(--wp--preset--color--text);
    font-weight: 600;
    line-height: 1.4;
}

.thirty-three-mile-support-point__detail {
    color: var(--wp--preset--color--secondary-light);
    font-size: 0.9rem;
    line-height: 1.5;
}

.thirty-three-mile-section--why-choose {
    background: var(--wp--preset--color--surface);
    border-bottom: 1px solid var(--site-color-border);
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2.5rem;
    justify-content: center;
    padding: 1rem max(var(--site-padding), calc((100% - var(--site-max-width)) / 2 + var(--site-padding)));
}

.thirty-three-mile-why-choose-item {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.thirty-three-mile-why-choose-item__icon {
    align-items: center;
    color: var(--wp--preset--color--primary);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.1rem;
}

.thirty-three-mile-why-choose-item__icon img {
    height: 1.25rem;
    object-fit: contain;
    width: 1.25rem;
}

.thirty-three-mile-why-choose-item__text {
    color: var(--wp--preset--color--text);
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
}


.thirty-three-mile-section--what-we-do {
    background: var(--wp--preset--color--base);
    padding: 4rem max(var(--site-padding), calc((100% - var(--site-max-width)) / 2 + var(--site-padding)));
}

.thirty-three-mile-section__small-headline {
    color: var(--wp--preset--color--primary);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
}

.thirty-three-mile-what-we-do__header {
    margin-bottom: 2rem;
    text-align: center;
}

.thirty-three-mile-what-we-do__header h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.thirty-three-mile-what-we-do__header > p:last-of-type {
    color: var(--wp--preset--color--secondary-light);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.thirty-three-mile-what-we-do__grid,
.thirty-three-mile-what-we-do__grid.is-layout-flex,
.thirty-three-mile-what-we-do__grid.is-layout-flow {
    display: grid !important;
    flex-wrap: unset !important;
    gap: 1.5rem !important;
    grid-template-columns: repeat(var(--what-we-do-columns, 4), 1fr);
    margin-bottom: 2.5rem;
}

.thirty-three-mile-what-we-do__grid > *,
.thirty-three-mile-what-we-do__grid > .wp-block {
    flex-basis: unset !important;
    flex-grow: unset !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0;
    width: auto !important;
}

.thirty-three-mile-what-we-do__grid .thirty-three-mile-what-we-do-card {
    background: var(--wp--preset--color--base) !important;
    border: 1px solid var(--site-color-border) !important;
    margin: 0 !important;
}


.thirty-three-mile-what-we-do-card {
    background: var(--wp--preset--color--base);
    border: 1px solid var(--site-color-border);
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.thirty-three-mile-what-we-do-card:hover {
    border-color: var(--wp--preset--color--primary);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.thirty-three-mile-what-we-do-card__icon {
    align-items: center;
    color: var(--wp--preset--color--accent);
    display: flex;
    font-size: 2rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.thirty-three-mile-what-we-do-card__icon img {
    height: 2.5rem;
    object-fit: contain;
    width: 2.5rem;
}

.thirty-three-mile-what-we-do-card__title {
    color: var(--wp--preset--color--text);
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 0.5rem;
}

.thirty-three-mile-what-we-do-card__description {
    color: var(--wp--preset--color--secondary-light);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}


.thirty-three-mile-section--how-it-works {
    background: var(--wp--preset--color--surface);
    padding: 4rem max(var(--site-padding), calc((100% - var(--site-max-width)) / 2 + var(--site-padding)));
}

.thirty-three-mile-how-it-works__columns {
    align-items: flex-start;
    gap: 3rem;
}

.thirty-three-mile-how-it-works__left h2 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 1rem;
}

.thirty-three-mile-how-it-works__left > p {
    color: var(--wp--preset--color--secondary-light);
    margin-bottom: 1.5rem;
}

.thirty-three-mile-how-it-works__checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.thirty-three-mile-how-it-works__checklist li {
    align-items: flex-start;
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.thirty-three-mile-how-it-works__checklist li::before {
    color: var(--wp--preset--color--primary);
    content: '✓';
    font-weight: 600;
}

.thirty-three-mile-how-it-works__card {
    background: var(--wp--preset--color--base);
    border: 1px solid var(--site-color-border);
    border-radius: 0.75rem;
    padding: 2rem;
}

.thirty-three-mile-how-it-works__card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
}

.thirty-three-mile-how-it-works-step {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.thirty-three-mile-how-it-works-step__number {
    background: var(--wp--preset--color--primary);
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    display: grid;
    flex-shrink: 0;
    font-feature-settings: 'tnum' 1;
    font-size: 0.8rem;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    height: 1.75rem;
    line-height: 1;
    padding-top: 1px;
    place-items: center;
    text-align: center;
    width: 1.75rem;
}

.thirty-three-mile-how-it-works-step__content {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.5;
}

.thirty-three-mile-how-it-works-step__title {
    color: var(--wp--preset--color--text);
    font-weight: 600;
}

.thirty-three-mile-how-it-works-step__separator {
    color: var(--wp--preset--color--secondary-light);
}

.thirty-three-mile-how-it-works-step__description {
    color: var(--wp--preset--color--secondary-light);
}

.thirty-three-mile-how-it-works__card .wp-block-buttons {
    margin-top: 1.5rem;
}


.thirty-three-mile-section--cta-primary {
    background: var(--wp--preset--color--secondary);
    padding: 4rem max(var(--site-padding), calc((100% - var(--site-max-width)) / 2 + var(--site-padding)));
    text-align: center;
}

.thirty-three-mile-section--cta-primary h2 {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.thirty-three-mile-section--cta-primary p {
    color: rgba(255, 255, 255, 0.85);
    margin: 0 auto 1.5rem;
    max-width: 500px;
}

.thirty-three-mile-section--cta-primary .wp-block-button.is-style-outline .wp-block-button__link {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.thirty-three-mile-section--cta-primary .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: #fff;
    color: var(--wp--preset--color--secondary);
}

.thirty-three-mile-section--reviews {
    background: var(--wp--preset--color--base);
    padding: 4rem max(var(--site-padding), calc((100% - var(--site-max-width)) / 2 + var(--site-padding)));
}

.thirty-three-mile-reviews__header {
    margin-bottom: 2.5rem;
    text-align: center;
}

.thirty-three-mile-reviews__header h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.thirty-three-mile-reviews__header > p:last-of-type {
    color: var(--wp--preset--color--secondary-light);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.thirty-three-mile-reviews__grid,
.thirty-three-mile-reviews__grid.is-layout-flex,
.thirty-three-mile-reviews__grid.is-layout-flow {
    display: grid !important;
    flex-wrap: unset !important;
    gap: 1.5rem !important;
    grid-template-columns: repeat(var(--reviews-columns, 3), 1fr);
}

.thirty-three-mile-reviews__grid > *,
.thirty-three-mile-reviews__grid > .wp-block {
    flex-basis: unset !important;
    flex-grow: unset !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0;
    width: auto !important;
}

.thirty-three-mile-reviews__grid .thirty-three-mile-review {
    background: var(--wp--preset--color--base) !important;
    border: 1px solid var(--site-color-border) !important;
    margin: 0 !important;
}


.thirty-three-mile-review {
    background: var(--wp--preset--color--base);
    border: 1px solid var(--site-color-border);
    border-radius: 0.5rem;
    padding: 1.5rem;
    text-align: center;
}

.thirty-three-mile-review__stars {
    display: flex;
    gap: 2px;
    justify-content: center;
    margin-bottom: 1rem;
}

.thirty-three-mile-review__star {
    color: #ddd;
    font-size: 1rem;
}

.thirty-three-mile-review__star.is-filled {
    color: var(--star-color, var(--wp--preset--color--accent));
}

.thirty-three-mile-review__quote {
    color: var(--wp--preset--color--text);
    font-size: 0.95rem;
    font-style: normal;
    line-height: 1.6;
    margin: 0 0 1rem;
}

.thirty-three-mile-review__attribution {
    color: var(--wp--preset--color--secondary-light);
    font-size: 0.875rem;
    font-style: normal;
}

.thirty-three-mile-section--coverage-area {
    background: var(--wp--preset--color--surface);
    padding: 4rem max(var(--site-padding), calc((100% - var(--site-max-width)) / 2 + var(--site-padding)));
}

.thirty-three-mile-coverage-area__header {
    margin-bottom: 2.5rem;
    text-align: center;
}

.thirty-three-mile-coverage-area__header h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.thirty-three-mile-coverage-area__header > p:last-of-type {
    color: var(--wp--preset--color--secondary-light);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.thirty-three-mile-coverage-area-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(var(--coverage-area-columns, 5), 1fr);
    margin-bottom: 2.5rem;
}

.thirty-three-mile-coverage-area-grid__tag {
    background: var(--wp--preset--color--base);
    border: 1px solid var(--site-color-border);
    border-radius: 0.25rem;
    color: var(--wp--preset--color--text);
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

a.thirty-three-mile-coverage-area-grid__tag:hover {
    background: var(--wp--preset--color--surface);
    border-color: var(--wp--preset--color--primary);
}

.thirty-three-mile-coverage-area__cta {
    margin-top: 2rem;
}

.thirty-three-mile-section--difference {
    background: var(--wp--preset--color--base);
    padding: 4rem max(var(--site-padding), calc((100% - var(--site-max-width)) / 2 + var(--site-padding)));
}

.thirty-three-mile-difference__header {
    margin-bottom: 2.5rem;
    text-align: center;
}

.thirty-three-mile-difference__header h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.thirty-three-mile-difference__header > p:last-of-type {
    color: var(--wp--preset--color--secondary-light);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.thirty-three-mile-difference__grid,
.thirty-three-mile-difference__grid.is-layout-flex,
.thirty-three-mile-difference__grid.is-layout-flow {
    display: grid !important;
    flex-wrap: unset !important;
    gap: 1.5rem !important;
    grid-template-columns: repeat(var(--difference-columns, 3), 1fr);
}

.thirty-three-mile-difference__grid > *,
.thirty-three-mile-difference__grid > .wp-block {
    flex-basis: unset !important;
    flex-grow: unset !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0;
    width: auto !important;
}

.thirty-three-mile-difference__grid .thirty-three-mile-difference-item {
    background: var(--wp--preset--color--base) !important;
    border: 1px solid var(--site-color-border) !important;
    margin: 0 !important;
}


.thirty-three-mile-difference-item {
    background: var(--wp--preset--color--base);
    border: 1px solid var(--site-color-border);
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.thirty-three-mile-difference-item:hover {
    border-color: var(--wp--preset--color--primary);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.thirty-three-mile-difference-item__icon {
    align-items: center;
    color: var(--wp--preset--color--accent);
    display: flex;
    font-size: 2rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.thirty-three-mile-difference-item__icon img {
    height: 2.5rem;
    object-fit: contain;
    width: 2.5rem;
}

.thirty-three-mile-difference-item__title {
    color: var(--wp--preset--color--text);
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 0.5rem;
}

.thirty-three-mile-difference-item__description {
    color: var(--wp--preset--color--secondary-light);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.thirty-three-mile-section--faqs {
    background: var(--wp--preset--color--base);
    padding: 4rem max(var(--site-padding), calc((100% - var(--site-max-width)) / 2 + var(--site-padding)));
}

.thirty-three-mile-faqs__header {
    margin-bottom: 2.5rem;
    text-align: center;
}

.thirty-three-mile-faqs__header h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.thirty-three-mile-faqs__header > p:last-of-type {
    color: var(--wp--preset--color--secondary-light);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.thirty-three-mile-faqs__list {
    max-width: 800px;
    margin: 0 auto;
}

.thirty-three-mile-faq-item {
    background: #fff;
    border: 2px solid var(--site-color-border);
    border-radius: 0.5rem;
    margin-bottom: 0.75rem;
}

.thirty-three-mile-faq-item.is-open {
    border-color: var(--wp--preset--color--primary);
}

.thirty-three-mile-faq-item__question {
    align-items: center;
    appearance: none;
    background: transparent;
    border: none;
    box-shadow: none;
    color: var(--wp--preset--color--secondary);
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    gap: 1.5rem;
    justify-content: space-between;
    margin: 0;
    outline: none;
    padding: 1.25rem 1.5rem;
    text-align: left;
    width: 100%;
}

.thirty-three-mile-faq-item__question:hover,
.thirty-three-mile-faq-item__question:focus,
.thirty-three-mile-faq-item__question:active {
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
    outline: none;
    padding: 1.25rem 1.5rem;
    transform: none;
}

.thirty-three-mile-faq-item.is-open .thirty-three-mile-faq-item__question {
    color: var(--wp--preset--color--primary);
}

.thirty-three-mile-faq-item__question i {
    align-items: center;
    background: var(--wp--preset--color--accent);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: 0.625rem;
    height: 1.5rem;
    justify-content: center;
    transition: transform 0.3s ease;
    width: 1.5rem;
}

.thirty-three-mile-faq-item.is-open .thirty-three-mile-faq-item__question i {
    transform: rotate(180deg);
}

.thirty-three-mile-faq-item__answer {
    border: none;
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.3s ease;
}

.thirty-three-mile-faq-item__answer > p {
    border: none;
    color: var(--wp--preset--color--secondary-light);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0 1.5rem;
    transition: padding 0.3s ease;
}

.thirty-three-mile-faq-item.is-open .thirty-three-mile-faq-item__answer {
    grid-template-rows: 1fr;
}

.thirty-three-mile-faq-item.is-open .thirty-three-mile-faq-item__answer > p {
    padding: 0 1.5rem 1.5rem;
}

.site-main {
    min-height: calc(100vh - 176px);
}

.site-content {
    max-width: calc(var(--site-content-width) + 2.5rem);
    padding-bottom: 4rem;
    padding-top: 3rem;
}

.entry,
.archive-header,
.not-found,
.no-results {
    display: grid;
    gap: 1.5rem;
}

.entry-title,
.archive-title,
.page-title,
.not-found h1 {
    margin: 0;
}

.entry-content > *:first-child {
    margin-top: 0;
}

.entry-content > *:last-child {
    margin-bottom: 0;
}

.site-footer {
    background: var(--wp--preset--color--secondary);
    color: rgba(255, 255, 255, 0.85);
}

.site-footer__inner {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.site-footer__top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
    padding-bottom: 1.5rem;
}

.site-footer__top--no-menu {
    justify-content: center;
}

.site-footer__branding {
    align-items: center;
    display: flex;
    gap: 0.75rem;
}

.site-footer__logo img {
    display: block;
    height: auto;
    max-width: 240px;
    width: auto;
}

.site-footer__branding-text {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.site-footer__site-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.site-footer__site-title a {
    color: #fff;
    text-decoration: none;
}

.site-footer__tagline {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    margin: 0;
}

.footer-navigation .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-navigation .menu a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s, opacity 0.2s;
}

.footer-navigation .menu a:hover,
.footer-navigation .menu a:focus-visible {
    color: var(--wp--preset--color--accent);
    opacity: 1;
}

.site-footer__cta {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 1.5rem 0;
    text-align: center;
}

.site-footer__cta-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    margin: 0 0 0.75rem;
}

.site-footer__phone {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 1.5rem;
    font-weight: 700;
    gap: 0.5rem;
    text-decoration: none;
    transition: color 0.2s;
}

.site-footer__phone:hover {
    color: var(--wp--preset--color--accent);
}

.site-footer__phone i {
    font-size: 1.25rem;
}

.site-footer__bottom {
    padding-top: 1.5rem;
    text-align: center;
}

.site-footer__legal {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.site-footer__copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin: 0;
}

.site-footer__disclaimer {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 0;
}

.copyright-navigation {
    margin-top: 1rem;
}

.copyright-navigation .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1rem;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.copyright-navigation .menu a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 0.2s;
}

.copyright-navigation .menu a:hover {
    color: #fff;
}

.wp-block-button__link,
button:not(.thirty-three-mile-faq-item__question):not(.carousel-dot):not(.site-header__menu-toggle),
input[type='submit'] {
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 14px 32px;
    transition: transform 0.15s, box-shadow 0.15s, background-color 0.15s;
}

.wp-block-button__link:hover,
button:not(.thirty-three-mile-faq-item__question):not(.carousel-dot):not(.site-header__menu-toggle):hover,
input[type='submit']:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background: transparent;
    border: 2px solid var(--btn-border, currentColor);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: var(--btn-hover-bg, var(--wp--preset--color--secondary));
    border-color: var(--btn-hover-bg, var(--wp--preset--color--secondary));
    color: var(--btn-hover-text, var(--wp--preset--color--base));
}

.wp-block-button.is-style-outline .wp-block-button__link[style*='--btn-hover-text']:hover {
    color: var(--btn-hover-text);
}

.wp-block-button.is-style-fill .wp-block-button__link,
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
    background: var(--wp--preset--color--primary);
    color: #fff;
}

.wp-block-button.is-style-fill .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    background: var(--btn-hover-bg, var(--wp--preset--color--secondary));
}

.wp-block-button.is-style-fill .wp-block-button__link[style*='--btn-hover-text']:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link[style*='--btn-hover-text']:hover {
    color: var(--btn-hover-text);
}

/* ==========================================================================
   RESPONSIVE STYLES
   ========================================================================== */

/* Tablet (1024px and below) */
@media (max-width: 1024px) {
    :root {
        --site-padding: 4%;
    }

    .thirty-three-mile-what-we-do__grid,
    .thirty-three-mile-difference__grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .thirty-three-mile-reviews__grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .thirty-three-mile-coverage-area-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .thirty-three-mile-hero__title {
        font-size: 2.25rem;
    }

    .thirty-three-mile-what-we-do__header h2,
    .thirty-three-mile-reviews__header h2,
    .thirty-three-mile-difference__header h2,
    .thirty-three-mile-faqs__header h2,
    .thirty-three-mile-coverage-area__header h2 {
        font-size: 1.75rem;
    }

    .thirty-three-mile-section--cta-primary h2 {
        font-size: 1.5rem;
    }
}

/* Mobile landscape / small tablet (782px and below) */
@media (max-width: 782px) {
    :root {
        --site-padding: 1.25rem;
    }

    .site-header {
        position: sticky;
    }

    .site-top-navigation {
        justify-content: flex-start;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
    }

    .top-navigation .menu {
        flex-wrap: wrap;
        gap: 0.5rem 1rem;
        justify-content: flex-start;
    }

    .site-header__inner {
        min-height: 70px;
        position: relative;
    }

    .site-header__menu-toggle {
        display: flex;
    }

    .primary-navigation {
        display: none;
    }

    .site-branding__logo img {
        max-height: 80px;
    }

    .site-header--scrolled .site-header__inner {
        min-height: 58px;
    }

    .site-header--scrolled .site-branding__logo img {
        max-height: 60px;
    }

    .thirty-three-mile-section--hero {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }

    .thirty-three-mile-hero__inner {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .thirty-three-mile-hero__title {
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .thirty-three-mile-hero__description {
        font-size: 0.95rem;
    }

    .thirty-three-mile-hero-metrics {
        flex-direction: column;
        gap: 1.25rem;
    }

    .thirty-three-mile-hero-metric__value {
        font-size: 1.75rem;
    }

    .thirty-three-mile-hero-badges {
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: center;
    }

    .thirty-three-mile-section--support-points {
        grid-template-columns: 1fr;
        padding: 1rem var(--site-padding);
    }

    .thirty-three-mile-section--why-choose {
        gap: 0.75rem 1.25rem;
        padding: 0.75rem var(--site-padding);
    }

    .thirty-three-mile-why-choose-item__text {
        font-size: 0.8rem;
    }

    .thirty-three-mile-how-it-works__columns {
        flex-direction: column;
    }

    .thirty-three-mile-how-it-works__left,
    .thirty-three-mile-how-it-works__card {
        width: 100%;
    }

    .thirty-three-mile-what-we-do__header h2,
    .thirty-three-mile-reviews__header h2,
    .thirty-three-mile-difference__header h2,
    .thirty-three-mile-faqs__header h2,
    .thirty-three-mile-coverage-area__header h2,
    .thirty-three-mile-how-it-works__left h2 {
        font-size: 1.5rem;
    }

    .thirty-three-mile-section--cta-primary h2 {
        font-size: 1.25rem;
    }

    .thirty-three-mile-section--cta-primary p {
        font-size: 0.9rem;
    }

    [class*="thirty-three-mile-section"] {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .thirty-three-mile-section--why-choose,
    .thirty-three-mile-section--support-points {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    /* Tighter header margins */
    .thirty-three-mile-what-we-do__header,
    .thirty-three-mile-reviews__header,
    .thirty-three-mile-difference__header,
    .thirty-three-mile-faqs__header,
    .thirty-three-mile-coverage-area__header {
        margin-bottom: 1.5rem;
    }

    .thirty-three-mile-what-we-do__header h2,
    .thirty-three-mile-reviews__header h2,
    .thirty-three-mile-difference__header h2,
    .thirty-three-mile-faqs__header h2,
    .thirty-three-mile-coverage-area__header h2 {
        margin-bottom: 0.5rem;
    }

    .thirty-three-mile-what-we-do__grid {
        margin-bottom: 1.5rem;
    }

    /* Footer responsive */
    .site-footer__top {
        align-items: center;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
    }

    .site-footer__branding {
        flex-direction: column;
        text-align: center;
    }

    .site-footer__branding-text {
        align-items: center;
    }

    .footer-navigation .menu {
        gap: 0.5rem 1rem;
        justify-content: center;
    }

    .site-footer__phone {
        font-size: 1.25rem;
    }
}

/* Mobile portrait (600px and below) */
@media (max-width: 600px) {
    /* Tighter section padding */
    [class*="thirty-three-mile-section"] {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .thirty-three-mile-section--why-choose,
    .thirty-three-mile-section--support-points {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    /* Hero */
    .thirty-three-mile-section--hero {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .thirty-three-mile-hero__title {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }

    .thirty-three-mile-hero__description {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }

    .thirty-three-mile-hero-badges {
        flex-direction: column;
        align-items: stretch;
        gap: 0.4rem;
        margin-bottom: 1rem;
    }

    .thirty-three-mile-hero-badge {
        font-size: 0.75rem;
        justify-content: center;
        padding: 0.4rem 0.75rem;
    }

    .thirty-three-mile-hero__actions {
        margin-bottom: 0.75rem;
    }

    .thirty-three-mile-hero__subtext {
        font-size: 0.75rem;
        margin-bottom: 1rem;
    }

    .thirty-three-mile-hero-metrics {
        gap: 0.75rem;
    }

    .thirty-three-mile-hero-metric__value {
        font-size: 1.5rem;
    }

    .thirty-three-mile-hero-metric__label {
        font-size: 0.7rem;
    }

    /* Section Headers - tighter */
    .thirty-three-mile-what-we-do__header,
    .thirty-three-mile-reviews__header,
    .thirty-three-mile-difference__header,
    .thirty-three-mile-faqs__header,
    .thirty-three-mile-coverage-area__header {
        margin-bottom: 1.25rem;
    }

    .thirty-three-mile-what-we-do__header h2,
    .thirty-three-mile-reviews__header h2,
    .thirty-three-mile-difference__header h2,
    .thirty-three-mile-faqs__header h2,
    .thirty-three-mile-coverage-area__header h2 {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }

    .thirty-three-mile-what-we-do__header p,
    .thirty-three-mile-reviews__header p,
    .thirty-three-mile-difference__header p,
    .thirty-three-mile-faqs__header p,
    .thirty-three-mile-coverage-area__header p {
        font-size: 0.85rem;
        margin-bottom: 0;
    }

    .thirty-three-mile-section__small-headline {
        font-size: 0.65rem;
        margin-bottom: 0.25rem;
    }

    .thirty-three-mile-section--mobile-stack .thirty-three-mile-what-we-do__grid,
    .thirty-three-mile-section--mobile-stack .thirty-three-mile-reviews__grid,
    .thirty-three-mile-section--mobile-stack .thirty-three-mile-reviews__grid.is-layout-flex,
    .thirty-three-mile-section--mobile-stack .thirty-three-mile-reviews__grid.is-layout-flow,
    .thirty-three-mile-section--mobile-stack .thirty-three-mile-difference__grid,
    .thirty-three-mile-section--mobile-stack .thirty-three-mile-difference__grid.is-layout-flex,
    .thirty-three-mile-section--mobile-stack .thirty-three-mile-difference__grid.is-layout-flow {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        overflow: visible !important;
        margin-bottom: 1.5rem;
    }

    .thirty-three-mile-section--mobile-carousel .thirty-three-mile-what-we-do__grid,
    .thirty-three-mile-section--mobile-carousel .thirty-three-mile-what-we-do__grid.is-layout-flex,
    .thirty-three-mile-section--mobile-carousel .thirty-three-mile-what-we-do__grid.is-layout-flow,
    .thirty-three-mile-section--mobile-carousel .thirty-three-mile-reviews__grid,
    .thirty-three-mile-section--mobile-carousel .thirty-three-mile-reviews__grid.is-layout-flex,
    .thirty-three-mile-section--mobile-carousel .thirty-three-mile-reviews__grid.is-layout-flow,
    .thirty-three-mile-section--mobile-carousel .thirty-three-mile-difference__grid,
    .thirty-three-mile-section--mobile-carousel .thirty-three-mile-difference__grid.is-layout-flex,
    .thirty-three-mile-section--mobile-carousel .thirty-three-mile-difference__grid.is-layout-flow {
        display: block !important;
        grid-template-columns: unset !important;
        overflow: hidden !important;
        margin-bottom: 1.5rem;
        position: relative;
    }

    .carousel-wrapper {
        display: flex !important;
        padding-top: 0.375rem;
        transition: transform 0.4s ease;
    }

    .carousel-slide {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        padding: 0.375rem 0.5rem 0.5rem;
        width: 100% !important;
    }

    .carousel-slide .thirty-three-mile-what-we-do-card,
    .carousel-slide .thirty-three-mile-review,
    .carousel-slide .thirty-three-mile-difference-item {
        margin: 0 !important;
        width: 100% !important;
    }

    .carousel-dots {
        display: flex;
        gap: 0.5rem;
        justify-content: center;
        margin-top: 1rem;
        padding: 0.5rem 0;
    }

    .carousel-dot {
        background: var(--site-color-border);
        border: none;
        border-radius: 50%;
        cursor: pointer;
        height: 0.625rem;
        padding: 0;
        transition: background 0.2s, transform 0.2s;
        width: 0.625rem;
    }

    .carousel-dot:hover {
        background: var(--wp--preset--color--primary);
        transform: scale(1.2);
    }

    .carousel-dot.is-active {
        background: var(--wp--preset--color--accent);
        transform: scale(1.2);
    }

    /* Cards */
    .thirty-three-mile-what-we-do-card,
    .thirty-three-mile-difference-item,
    .thirty-three-mile-review {
        padding: 1rem;
    }

    .thirty-three-mile-what-we-do-card__icon,
    .thirty-three-mile-difference-item__icon {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .thirty-three-mile-what-we-do-card__title,
    .thirty-three-mile-difference-item__title {
        font-size: 0.95rem;
        margin-bottom: 0.25rem;
    }

    .thirty-three-mile-what-we-do-card__description,
    .thirty-three-mile-difference-item__description {
        font-size: 0.8rem;
    }

    .thirty-three-mile-faq-item__question,
    .thirty-three-mile-faq-item__question:hover,
    .thirty-three-mile-faq-item__question:focus,
    .thirty-three-mile-faq-item__question:active {
        -webkit-tap-highlight-color: transparent;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        color: inherit;
        filter: none !important;
        outline: none;
        text-decoration: none;
        transform: none !important;
        transition: none !important;
    }

    /* Reviews */
    .thirty-three-mile-review__stars {
        margin-bottom: 0.5rem;
    }

    .thirty-three-mile-review__quote {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }

    .thirty-three-mile-review__attribution {
        font-size: 0.75rem;
    }

    /* Coverage Area */
    .thirty-three-mile-coverage-area-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .thirty-three-mile-coverage-area-grid__tag {
        font-size: 0.8rem;
        padding: 0.4rem 0.75rem;
        text-align: center;
    }

    /* CTA */
    .thirty-three-mile-section--cta-primary h2 {
        font-size: 1.15rem;
        margin-bottom: 0.5rem;
    }

    .thirty-three-mile-section--cta-primary p {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }

    /* FAQs */
    .thirty-three-mile-faq-item__question {
        font-size: 0.9rem;
        gap: 1rem;
        padding: 1rem 1.25rem;
    }

    .thirty-three-mile-faq-item__question i {
        font-size: 0.5rem;
        height: 1.25rem;
        width: 1.25rem;
    }

    .thirty-three-mile-faq-item__answer > p {
        font-size: 0.85rem;
        padding: 0 1.25rem;
    }

    .thirty-three-mile-faq-item.is-open .thirty-three-mile-faq-item__answer > p {
        padding: 0 1.25rem 1.25rem;
    }

    /* How It Works */
    .thirty-three-mile-how-it-works__left h2 {
        font-size: 1.25rem;
    }

    .thirty-three-mile-how-it-works__card {
        padding: 1.25rem;
    }

    .thirty-three-mile-how-it-works-step__number {
        font-size: 0.7rem;
        height: 1.5rem;
        width: 1.5rem;
    }

    .thirty-three-mile-how-it-works-step__title {
        font-size: 0.9rem;
    }

    .thirty-three-mile-how-it-works-step__description {
        font-size: 0.8rem;
    }

    /* Buttons */
    .wp-block-button__link {
        font-size: 0.85rem;
        padding: 0.65rem 1.25rem;
    }

    .wp-block-buttons {
        gap: 0.5rem;
    }

    /* Footer mobile */
    .site-footer__inner {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }

    .site-footer__top {
        padding-bottom: 1rem;
    }

    .site-footer__cta {
        padding: 1rem 0;
    }

    .site-footer__cta-text {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }

    .site-footer__phone {
        font-size: 1.1rem;
    }

    .site-footer__bottom {
        padding-top: 1rem;
    }

    .site-footer__copyright {
        font-size: 0.8rem;
    }

    .site-footer__disclaimer {
        font-size: 0.7rem;
    }
}

/* ==========================================================================
   INTERNAL PAGE TEMPLATE
   ========================================================================== */

.internal-page-template {
    display: flex;
    flex-direction: column;
}

.internal-page-template > .entry-title,
.internal-page-template > .page-title,
.internal-page-template > h1.wp-block-post-title,
.internal-page-template .wp-block-post-title,
.page-template-page-templates-internal-page-php .entry-title,
.page-template-page-templates-internal-page-php .page-title,
body.page-template-page-templates-internal-page-php .site-main > h1:first-child:not(.thirty-three-mile-internal-hero__title),
body.page-template-page-templates-internal-page-php .site-content > h1:first-child,
body.page-template-page-templates-internal-page-php .site-main h1.wp-block-post-title {
    display: none !important;
}

.internal-page-template > *:not(.thirty-three-mile-internal-hero):not(.wp-block-thirty-three-mile-internal-hero) {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: var(--site-padding);
    padding-right: var(--site-padding);
    width: 100%;
}

.thirty-three-mile-internal-hero {
    align-items: center;
    background: linear-gradient(155deg, var(--wp--preset--color--secondary) 0%, var(--wp--preset--color--gradient-mid) 60%, var(--wp--preset--color--primary) 100%);
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2.5rem;
    min-height: 340px;
    overflow: hidden;
    padding: 4rem var(--site-padding);
    position: relative;
    text-align: center;
    width: 100%;
}

.thirty-three-mile-internal-hero::before {
    background: radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.thirty-three-mile-internal-hero--has-background,
.thirty-three-mile-internal-hero--has-pattern {
    min-height: 400px;
}

.thirty-three-mile-internal-hero--has-background::before,
.thirty-three-mile-internal-hero--has-pattern::before,
.thirty-three-mile-internal-hero--has-overlay::before {
    display: none;
}

.thirty-three-mile-internal-hero__background {
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.thirty-three-mile-internal-hero__background img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.thirty-three-mile-internal-hero__overlay {
    background: var(--thirty-three-mile-internal-hero-overlay-color, rgba(23, 37, 47, 0.8));
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.thirty-three-mile-internal-hero--has-pattern {
    background-position: center;
    background-repeat: repeat;
    background-size: 60px 60px;
}

.thirty-three-mile-internal-hero--pattern-grid {
    background-image: linear-gradient(to right, rgba(0,0,0,0.03) 1px, transparent 1px),
                      linear-gradient(to bottom, rgba(0,0,0,0.03) 1px, transparent 1px);
}

.thirty-three-mile-internal-hero--pattern-dots {
    background-image: radial-gradient(circle, rgba(0,0,0,0.04) 1px, transparent 1px);
    background-size: 20px 20px;
}

.thirty-three-mile-internal-hero--pattern-diagonal {
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0,0,0,0.02) 10px,
        rgba(0,0,0,0.02) 20px
    );
    background-size: auto;
}

.thirty-three-mile-internal-hero__inner {
    margin: 0 auto;
    max-width: var(--site-max-width);
    position: relative;
    z-index: 2;
}

.thirty-three-mile-internal-hero__title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0.75rem;
}

.thirty-three-mile-internal-hero__description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.125rem;
    line-height: 1.6;
    margin: 0 auto 1.5rem;
    max-width: 700px;
}

.thirty-three-mile-internal-hero__button {
    margin-top: 1.5rem;
}

.thirty-three-mile-internal-hero__button .wp-block-button__link {
    display: inline-block;
}

@media (max-width: 768px) {
    .thirty-three-mile-internal-hero {
        padding: 3rem var(--site-padding);
    }

    .thirty-three-mile-internal-hero__title {
        font-size: 1.75rem;
    }

    .thirty-three-mile-internal-hero__description {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .thirty-three-mile-internal-hero {
        padding: 2rem var(--site-padding);
    }

    .thirty-three-mile-internal-hero__title {
        font-size: 1.5rem;
    }

    .thirty-three-mile-internal-hero__description {
        font-size: 0.9rem;
    }
}
