:root {
  --navy: #0b3556;
  --navy-deep: #071f35;
  --blue: #0f6ea9;
  --green: #71a819;
  --lime: #dff2a8;
  --ink: #152231;
  --muted: #586879;
  --line: #d8e1e8;
  --surface: #f4f8fa;
  --white: #fff;
  --shadow: 0 18px 45px rgba(7, 31, 53, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.cw-container { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.cw-skip { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 10px 16px; background: #fff; color: var(--navy); border-radius: 8px; }
.cw-skip:focus { top: 12px; }
.cw-header { background: #fff; border-bottom: 1px solid rgba(11, 53, 86, .12); }
.cw-header__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cw-logo { display: inline-flex; align-items: center; text-decoration: none; }
.cw-logo img { width: 170px; height: auto; }
.cw-header__promise { text-align: right; color: var(--navy); text-transform: uppercase; }
.cw-header__promise strong { display: block; font-size: 13px; letter-spacing: .05em; }
.cw-header__promise span { display: flex; justify-content: flex-end; align-items: center; gap: 10px; margin-top: 4px; font-size: 11px; font-weight: 700; }
.cw-header__promise i { width: 4px; height: 4px; background: var(--green); border-radius: 50%; }

.cw-hero { position: relative; min-height: 640px; overflow: hidden; background: #eaf3f7 url("../images/car-wash-roadside-hero.png") center right / cover no-repeat; }
.cw-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 43%, rgba(255,255,255,.56) 62%, rgba(255,255,255,.04) 82%); }
.cw-hero__inner { position: relative; min-height: 640px; display: flex; align-items: center; }
.cw-hero__copy { width: min(680px, 62%); margin: 40px 0; padding: 42px 46px; border: 1px solid rgba(11,53,86,.12); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 22px 60px rgba(7,31,53,.16); backdrop-filter: blur(8px); }
.cw-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-size: 13px; line-height: 1.2; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cw-eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--green); border-radius: 99px; }
.cw-hero h1 { margin: 18px 0; max-width: 650px; color: var(--navy); font-size: clamp(40px, 5.2vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
.cw-hero h1 em { color: #075f99; font-style: normal; }
.cw-hero__lead { max-width: 580px; margin: 0 0 16px; color: #102d46; font-size: 20px; font-weight: 700; }
.cw-hero__points { margin: 0 0 26px; color: #0b3556; font-size: 15px; font-weight: 800; line-height: 1.8; text-transform: uppercase; }
.cw-hero__points strong { color: #075f99; }
.cw-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cw-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; border: 2px solid transparent; border-radius: 9px; font: inherit; font-size: 13px; font-weight: 800; letter-spacing: .02em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.cw-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(11, 53, 86, .18); }
.cw-button:focus-visible, .cw-logo:focus-visible, input:focus-visible { outline: 3px solid rgba(113, 168, 25, .45); outline-offset: 3px; }
.cw-button--primary { color: #fff; background: var(--green); }
.cw-button--secondary { color: var(--navy); background: rgba(255,255,255,.88); border-color: rgba(11,53,86,.25); }
.cw-trust { margin: 28px 0 0; color: var(--navy); font-size: 14px; }

.cw-benefit-bar { color: #fff; background: var(--navy-deep); }
.cw-benefit-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.cw-benefit-grid > div { position: relative; display: flex; min-height: 144px; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 18px 10px; text-align: center; }
.cw-benefit-grid > div:not(:last-child)::after { content: ""; position: absolute; right: 0; height: 48px; border-right: 1px solid rgba(255,255,255,.25); }
.cw-benefit-grid span { font-size: 12px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.cw-outcome-icon, .cw-service-icon { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; color: #fff; background: linear-gradient(135deg, #074a78, #0068b8); border-radius: 8px; }
.cw-outcome-icon { width: 48px; height: 48px; box-shadow: 0 8px 22px rgba(0, 104, 184, .25); }
.cw-outcome-icon svg, .cw-service-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.cw-section { padding: 88px 0; }
.cw-section h2 { margin: 10px 0 16px; color: var(--navy); font-size: clamp(30px, 3vw, 45px); line-height: 1.08; letter-spacing: -.035em; }
.cw-section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.cw-section-heading > p { margin: 0 0 18px; color: var(--muted); font-size: 17px; }
.cw-service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 38px; }
.cw-service-grid article { padding: 22px 16px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 8px 24px rgba(7,31,53,.05); }
.cw-service-icon { width: 46px; height: 46px; }
.cw-service-grid h3 { margin: 16px 0 7px; color: var(--navy); font-size: 15px; line-height: 1.25; }
.cw-service-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.cw-no-cost { margin: 30px 0 0; color: var(--muted); text-align: center; }
.cw-no-cost strong { color: var(--blue); }

.cw-options { background: var(--surface); }
.cw-section-title { display: flex; align-items: center; gap: 22px; margin-bottom: 28px; color: var(--navy); font-size: 18px; font-weight: 900; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.cw-section-title::before, .cw-section-title::after { content: ""; flex: 1; height: 1px; background: var(--blue); }
.cw-option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.cw-option-card { position: relative; overflow: hidden; padding: 34px; border: 1px solid #bdd0df; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.cw-option-card::after { content: ""; position: absolute; z-index: 0; right: -90px; top: -90px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(15,110,169,.14), transparent 68%); }
.cw-option-card > * { position: relative; z-index: 1; }
.cw-option-card__top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }
.cw-option-card__top span { padding: 5px 14px; color: #fff; background: var(--blue); border-radius: 6px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.cw-option-card__top b { color: var(--green); font-size: 12px; text-transform: uppercase; }
.cw-option-card__icon { float: right; display: grid; width: 74px; height: 120px; margin: 0 0 15px 25px; place-items: center; color: #fff; background: linear-gradient(160deg, #20344c, #071f35); border: 5px solid #c9d6de; border-radius: 16px; font-size: 42px; }
.cw-option-card h2 { margin: 0 0 12px; color: var(--blue); font-size: 30px; }
.cw-option-card p { color: var(--muted); }
.cw-option-card ul, .cw-partner ul { list-style: none; padding: 0; margin: 22px 0; }
.cw-option-card li, .cw-partner li { position: relative; margin: 9px 0; padding-left: 27px; }
.cw-option-card li::before, .cw-partner li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; width: 18px; height: 18px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 11px; font-weight: 900; }
.cw-option-card__footer { clear: both; margin: 26px -34px -34px; padding: 20px 34px; color: var(--navy); background: #edf5f8; font-size: 13px; }
.cw-option-card--dark { color: #fff; border-color: rgba(255,255,255,.15); background: linear-gradient(150deg, var(--navy-deep), var(--navy)); }
.cw-option-card--dark h2, .cw-option-card--dark p, .cw-option-card--dark .cw-option-card__top b { color: #fff; }
.cw-option-card--dark .cw-option-card__top span { background: var(--green); }
.cw-option-card--dark .cw-option-card__footer { color: #fff; background: rgba(255,255,255,.08); }
.cw-card-stack { float: right; width: 180px; height: 140px; margin: 0 0 20px 25px; }
.cw-card-stack i { position: absolute; display: flex; width: 170px; height: 100px; align-items: flex-end; padding: 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 10px; background: linear-gradient(140deg, #25668d, #071c31); box-shadow: 0 14px 25px rgba(0,0,0,.25); font-style: normal; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.cw-card-stack i:first-child { transform: rotate(7deg) translate(10px, 4px); }
.cw-card-stack i:last-child { transform: rotate(-5deg) translate(-2px, 33px); background: linear-gradient(140deg, #59871c, #193c3b); }
.cw-turnkey { margin-top: 28px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; text-align: center; }
.cw-turnkey > strong { color: var(--navy); text-transform: uppercase; }
.cw-turnkey > div { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; margin-top: 18px; }
.cw-turnkey span { color: var(--muted); font-size: 12px; font-weight: 700; }

.cw-partner { padding-bottom: 50px; }
.cw-partner__grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 36px; align-items: stretch; }
.cw-partner__grid > div { padding: 25px 0; }
.cw-partner__grid > div > p { max-width: 680px; color: var(--muted); font-size: 17px; }
.cw-partner blockquote { position: relative; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 44px; color: #fff; background: linear-gradient(145deg, var(--navy), var(--navy-deep)); border-radius: 18px; box-shadow: var(--shadow); }
.cw-partner blockquote > span { position: absolute; top: 15px; color: var(--green); font-size: 68px; line-height: 1; }
.cw-partner blockquote p { margin: 24px 0; font-size: 17px; }
.cw-partner blockquote strong { color: var(--lime); font-size: 27px; line-height: 1.1; text-transform: uppercase; }
.cw-partner blockquote cite { margin-top: 22px; font-size: 12px; font-style: normal; text-transform: uppercase; }
.cw-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 30px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.cw-stats > div { padding: 24px; text-align: center; }
.cw-stats > div:not(:last-child) { border-right: 1px solid var(--line); }
.cw-stats strong, .cw-stats span { display: block; }
.cw-stats strong { color: var(--blue); font-size: 25px; }
.cw-stats span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.cw-cta { padding: 78px 0; color: #fff; background: radial-gradient(circle at 15% 20%, rgba(15,110,169,.8), transparent 36%), linear-gradient(130deg, #061d32, #0b3556); }
.cw-cta__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: center; }
.cw-cta__copy .cw-eyebrow { color: var(--lime); }
.cw-cta__copy h2 { margin: 14px 0 20px; color: #fff !important; font-size: clamp(35px, 4vw, 54px); line-height: 1.04; letter-spacing: -.045em; text-shadow: 0 3px 18px rgba(0,0,0,.36); }
.cw-cta__copy p { color: rgba(255,255,255,.78); font-size: 17px; }
.cw-cta__contact { margin-top: 32px; padding-left: 18px; border-left: 4px solid var(--green); color: #fff; }
.cw-cta__contact a { color: #fff; font-weight: 800; text-decoration: none; }
.cw-form { padding: 34px; color: var(--ink); background: #fff; border-radius: 18px; box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.cw-form h2 { margin: 0 0 22px; color: var(--navy); font-size: 24px; }
.cw-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cw-form label { color: var(--navy); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.cw-form input:not([type="checkbox"]) { width: 100%; height: 44px; margin-top: 5px; padding: 0 12px; border: 1px solid #cfd9e1; border-radius: 7px; background: #fbfcfd; font: inherit; font-size: 14px; }
.cw-form fieldset { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 18px 0; padding: 0; border: 0; }
.cw-form legend { width: 100%; margin-bottom: 7px; color: var(--navy); font-size: 12px; font-weight: 800; }
.cw-form fieldset label { display: flex; align-items: center; gap: 7px; font-size: 11px; text-transform: none; }
.cw-form input[type="checkbox"] { accent-color: var(--green); }
.cw-form .cw-button { width: 100%; border: 0; }
.cw-form__privacy { margin: 10px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.cw-form-notice { margin-bottom: 18px; padding: 12px 14px; border-radius: 8px; font-size: 13px; }
.cw-form-notice--success { color: #325814; background: #eff8df; }
.cw-form-notice--error { color: #8a2430; background: #fff0f1; }

@media (max-width: 980px) {
  .cw-hero { background-position: 60% center; }
  .cw-hero::before { background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.96) 50%, rgba(255,255,255,.48) 78%); }
  .cw-hero__copy { width: 72%; }
  .cw-benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .cw-benefit-grid > div:nth-child(3)::after { display: none; }
  .cw-service-grid { grid-template-columns: repeat(3, 1fr); }
  .cw-turnkey > div { grid-template-columns: repeat(4, 1fr); }
  .cw-cta__grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .cw-container { width: min(100% - 30px, 620px); }
  .cw-header__inner { min-height: 74px; }
  .cw-logo img { width: 145px; }
  .cw-header__promise strong { font-size: 10px; }
  .cw-header__promise span { display: none; }
  .cw-hero { min-height: 780px; background-position: 68% bottom; background-size: auto 58%; }
  .cw-hero::before { background: linear-gradient(180deg, #fff 0%, #fff 50%, rgba(255,255,255,.3) 74%, rgba(255,255,255,0) 100%); }
  .cw-hero__inner { min-height: 780px; align-items: flex-start; }
  .cw-hero__copy { width: 100%; margin: 28px 0 0; padding: 30px 26px; }
  .cw-hero h1 { font-size: 43px; }
  .cw-hero__lead { font-size: 17px; }
  .cw-trust { max-width: 100%; padding: 10px 12px; border-radius: 9px; background: rgba(255,255,255,.82); }
  .cw-benefit-grid { grid-template-columns: 1fr 1fr; }
  .cw-benefit-grid > div:nth-child(3)::after { display: block; }
  .cw-benefit-grid > div:nth-child(2n)::after { display: none; }
  .cw-section { padding: 64px 0; }
  .cw-section-heading, .cw-option-grid, .cw-partner__grid { grid-template-columns: 1fr; gap: 20px; }
  .cw-service-grid { grid-template-columns: 1fr 1fr; }
  .cw-option-card { padding: 25px; }
  .cw-option-card__footer { margin: 26px -25px -25px; padding: 18px 25px; }
  .cw-card-stack { float: none; }
  .cw-turnkey > div { grid-template-columns: 1fr 1fr; }
  .cw-stats { grid-template-columns: 1fr 1fr; }
  .cw-stats > div:nth-child(2) { border-right: 0; }
  .cw-stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cw-form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 440px) {
  .cw-header__promise { display: none; }
  .cw-actions { display: grid; }
  .cw-button { width: 100%; }
  .cw-service-grid { grid-template-columns: 1fr; }
  .cw-benefit-grid > div { min-height: 106px; }
  .cw-benefit-grid b { font-size: 23px; }
  .cw-form { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
/* Car Wash Loyalty Gravity Forms submit button */
#gform_wrapper_2 #gform_submit_button_2 {
    display: block;
    width: 100%;
    min-height: 52px;
    margin: 8px 0 0;
    padding: 14px 24px;

    border: 0;
    border-radius: 10px;
    background: #72b411;

    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;

    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

#gform_wrapper_2 #gform_submit_button_2:hover {
    background: #639e0d;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(77, 126, 5, 0.22);
}

#gform_wrapper_2 #gform_submit_button_2:focus-visible {
    outline: 3px solid rgba(114, 180, 17, 0.35);
    outline-offset: 3px;
}

#gform_wrapper_2 #gform_submit_button_2:active {
    transform: translateY(0);
    box-shadow: none;
}

/* Make the Gravity Forms footer and button span the full form width */
#gform_wrapper_2 .gform_footer {
    display: block;
    width: 100%;
    margin: 14px 0 0;
    padding: 0;
}

/* Tighten spacing for Gravity Form 2 */
#gform_wrapper_2 .gform_fields {
    row-gap: 18px !important;
    column-gap: 16px !important;
}

#gform_wrapper_2 .gfield {
    margin: 0 !important;
    padding: 0 !important;
}

#gform_wrapper_2 .gfield_label {
    margin: 0 0 7px !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

#gform_wrapper_2 .ginput_container {
    margin: 0 !important;
    padding: 0 !important;
}

#gform_wrapper_2 input[type="text"],
#gform_wrapper_2 input[type="email"],
#gform_wrapper_2 input[type="tel"],
#gform_wrapper_2 input[type="number"],
#gform_wrapper_2 select,
#gform_wrapper_2 textarea {
    margin: 0 !important;
    min-height: 44px;
    line-height: 1.2 !important;
}

/* Tighten checkbox section */
#gform_wrapper_2 .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 4px 0 0 !important;
}

#gform_wrapper_2 .gfield_checkbox .gchoice {
    margin: 0 !important;
}

#gform_wrapper_2 .gfield_checkbox label {
    margin: 0 !important;
    line-height: 1.3 !important;
}

/* Remove large gap before submit button */
#gform_wrapper_2 .gform_footer {
    margin: 22px 0 0 !important;
    padding: 0 !important;
}

/* Remove paragraph/theme spacing inside the form */
#gform_wrapper_2 p {
    margin-top: 0;
    margin-bottom: 0;
}
.cw-cta__grid {
    align-items: start;
}

.cw-form,
#gform_wrapper_2,
#gform_wrapper_2 form {
    height: auto !important;
    min-height: 0 !important;
}

/* "I'm interested in" checkbox group */
#gform_wrapper_2 .gfield--type-checkbox {
    margin-top: 2px !important;
}

/* Tighten the label above the choices */
#gform_wrapper_2 .gfield--type-checkbox > .gfield_label {
    margin-bottom: 8px !important;
    line-height: 1.2 !important;
}

/* Checkbox field spacing */
#gform_wrapper_2 .gfield--type-checkbox {
    margin-top: 0 !important;
}

#gform_wrapper_2 .gfield--type-checkbox > .gfield_label {
    display: block;
    margin: 0 0 8px !important;
    line-height: 1.2 !important;
}

/* Force both choices onto one row */
#gform_wrapper_2 .gfield_checkbox {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px 26px !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Prevent Gravity Forms from making each choice full width */
#gform_wrapper_2 .gfield_checkbox .gchoice {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;

    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Checkbox appearance and alignment */
#gform_wrapper_2 .gfield_checkbox input[type="checkbox"] {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;

    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
}

/* Choice text */
#gform_wrapper_2 .gfield_checkbox label {
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 20px !important;
    white-space: nowrap !important;
}