/* Conversion-focused garage door landing page */
.conversion-site {
  --cv-navy: #0b2034;
  --cv-navy-2: #112f4b;
  --cv-ink: #142230;
  --cv-muted: #5e6a73;
  --cv-line: #dfe4e7;
  --cv-cream: #f6f3ed;
  --cv-soft: #f8fafb;
  --cv-white: #fff;
  --cv-accent: #e8482b;
  --cv-accent-dark: #c9361f;
  --cv-gold: #ffb33b;
  --cv-green: #2bb673;
  --cv-shadow: 0 22px 65px rgba(10, 31, 50, .14);
  color: var(--cv-ink);
  background: var(--cv-white);
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  overflow: hidden;
  width: 100%;
}

.conversion-site *,
.conversion-site *::before,
.conversion-site *::after { box-sizing: border-box; }
.conversion-site a { color: inherit; text-decoration: none; }
.conversion-site img { max-width: 100%; display: block; }
.conversion-site svg { display: inline-block; visibility: visible; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.conversion-site h1,
.conversion-site h2,
.conversion-site h3,
.conversion-site p { margin: 0; }
.conversion-site ul { list-style: none; padding: 0; margin: 0; }
.conversion-site button,
.conversion-site input,
.conversion-site select { font: inherit; }
.conversion-site .cv-header,
.conversion-site .cv-header nav { max-height: none; }

.cv-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.cv-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.cv-skip-link { position: fixed; top: 10px; left: 10px; z-index: 10000; background: var(--cv-white); color: var(--cv-navy); padding: 10px 16px; border-radius: 8px; transform: translateY(-160%); box-shadow: var(--cv-shadow); }
.cv-skip-link:focus { transform: translateY(0); }
.cv-stars { color: var(--cv-gold); letter-spacing: 2px; white-space: nowrap; }
.cv-kicker { display: block; margin-bottom: 10px; color: var(--cv-accent); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.cv-offer-bar { background: var(--cv-navy); color: rgba(255, 255, 255, .86); font-size: 13px; }
.cv-offer-bar__inner { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cv-offer-bar p { display: flex; align-items: center; gap: 14px; }
.cv-offer-bar p > span:not(:last-child)::after { content: ""; display: inline-block; width: 1px; height: 13px; margin-left: 14px; background: rgba(255, 255, 255, .22); vertical-align: -2px; }
.cv-offer-bar__deal { color: #ffd39b; font-weight: 700; }
.cv-offer-bar a { display: inline-flex; align-items: center; gap: 7px; color: var(--cv-white); font-weight: 700; white-space: nowrap; }
.cv-offer-bar a svg { width: 16px; height: 16px; fill: currentColor; stroke: none; }
.cv-live-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--cv-green); box-shadow: 0 0 0 5px rgba(43, 182, 115, .15); }

.cv-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(11, 32, 52, .09); transition: box-shadow .25s ease; }
.cv-header.is-stuck { box-shadow: 0 10px 35px rgba(10, 31, 50, .1); }
.cv-header__inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.cv-brand { flex: 0 0 auto; display: flex; align-items: center; gap: 11px; }
.cv-brand img { width: 55px; height: 58px; object-fit: contain; }
.cv-brand > span { display: flex; flex-direction: column; color: var(--cv-navy); line-height: 1; }
.cv-brand strong { font-size: 15px; letter-spacing: -.025em; }
.cv-brand small { margin-top: 5px; color: var(--cv-accent); font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cv-navigation { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.cv-navigation a { position: relative; color: #263b4c; font-size: 14px; font-weight: 600; }
.cv-navigation a::after { content: ""; position: absolute; height: 2px; inset: auto 0 -8px; background: var(--cv-accent); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.cv-navigation a:hover::after,
.cv-navigation a:focus-visible::after { transform: scaleX(1); }
.cv-header__actions { display: flex; align-items: center; gap: 22px; margin-left: 6px; }
.cv-open-status { display: flex; align-items: center; gap: 8px; color: var(--cv-muted); }
.cv-open-status span { width: 9px; height: 9px; border-radius: 50%; background: var(--cv-green); box-shadow: 0 0 0 5px rgba(43, 182, 115, .12); }
.cv-open-status small { font-size: 12px; font-weight: 700; white-space: nowrap; }
.cv-header-phone { display: flex; align-items: center; gap: 10px; color: var(--cv-navy); line-height: 1.05; font-size: 17px; font-weight: 800; }
.cv-header-phone > svg { width: 37px; height: 37px; padding: 9px; border-radius: 50%; color: var(--cv-white); background: var(--cv-accent); fill: currentColor; stroke: none; }
.cv-header-phone span { display: flex; flex-direction: column; gap: 5px; }
.cv-header-phone small { color: var(--cv-muted); font-size: 9px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.cv-menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--cv-line); border-radius: 9px; background: var(--cv-white); }
.cv-menu-button > span:not(.cv-sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--cv-navy); transition: transform .2s ease, opacity .2s ease; }

.cv-hero { position: relative; background: linear-gradient(180deg, #fbfaf7 0%, var(--cv-cream) 100%); padding: 0 0 1px; }
.cv-hero::before { content: ""; position: absolute; width: 500px; height: 500px; top: 20px; right: -180px; border-radius: 50%; background: rgba(232, 72, 43, .08); filter: blur(1px); }
.cv-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr); align-items: center; gap: 70px; padding-block: 64px 96px; }
.cv-hero__copy { position: relative; z-index: 2; }
.cv-eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--cv-accent); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.cv-eyebrow svg { width: 17px; height: 17px; }
.cv-rating-line { display: flex; align-items: center; gap: 9px; margin-top: 19px; color: var(--cv-muted); font-size: 13px; }
.cv-rating-line .cv-stars { font-size: 15px; }
.cv-rating-line strong { color: var(--cv-ink); }
.cv-hero h1 { max-width: 700px; margin-top: 19px; color: var(--cv-navy); font-size: clamp(43px, 5.1vw, 68px); line-height: 1.02; letter-spacing: -.052em; font-weight: 800; }
.cv-hero h1 span { color: var(--cv-accent); }
.cv-hero__lead { max-width: 620px; margin-top: 22px !important; color: #495a67; font-size: 18px; line-height: 1.72; }
.cv-check-list { display: grid; gap: 10px; margin-top: 25px !important; }
.cv-check-list li { display: flex; align-items: center; gap: 11px; color: #344754; font-size: 14px; }
.cv-check-list li > svg { flex: 0 0 24px; width: 24px; height: 24px; padding: 4px; border-radius: 50%; background: rgba(43, 182, 115, .12); color: #168957; stroke-width: 2.5; }
.cv-check-list strong { color: var(--cv-navy); }
.cv-hero__buttons { display: flex; align-items: center; gap: 12px; margin-top: 31px; }
.cv-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 21px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 800; line-height: 1.15; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.cv-button:hover { transform: translateY(-2px); }
.cv-button svg { width: 18px; height: 18px; }
.cv-button--primary { color: var(--cv-white) !important; background: var(--cv-accent); box-shadow: 0 11px 24px rgba(232, 72, 43, .22); }
.cv-button--primary:hover { background: var(--cv-accent-dark); box-shadow: 0 14px 30px rgba(232, 72, 43, .3); }
.cv-button--primary svg:first-child { fill: currentColor; stroke: none; }
.cv-button--ghost { color: var(--cv-navy); border-color: #bac3c8; background: rgba(255, 255, 255, .66); }
.cv-button--ghost:hover { border-color: var(--cv-navy); background: var(--cv-white); }
.cv-button--light { color: var(--cv-navy) !important; background: var(--cv-white); box-shadow: 0 12px 25px rgba(0, 0, 0, .14); }
.cv-button--navy { color: var(--cv-white) !important; background: var(--cv-navy); }
.cv-button--navy svg { fill: currentColor; stroke: none; }
.cv-microcopy { display: flex; align-items: center; gap: 7px; margin-top: 15px !important; color: #6f7b84; font-size: 11px; font-weight: 600; }
.cv-microcopy svg { width: 15px; height: 15px; color: var(--cv-green); }

.cv-hero__visual { position: relative; height: 560px; border-radius: 22px 22px 70px 22px; box-shadow: var(--cv-shadow); }
.cv-hero__visual::before { content: ""; position: absolute; inset: 16px -16px -16px 16px; z-index: -1; border: 2px solid rgba(11, 32, 52, .16); border-radius: inherit; }
.cv-hero__visual > img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; object-position: 56% center; }
.cv-arrival-card { position: absolute; left: -34px; bottom: 34px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid rgba(11, 32, 52, .1); border-radius: 12px; background: rgba(255, 255, 255, .96); box-shadow: 0 15px 35px rgba(10, 31, 50, .2); }
.cv-arrival-card > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--cv-white); background: var(--cv-accent); }
.cv-arrival-card svg { width: 20px; height: 20px; }
.cv-arrival-card div { display: flex; flex-direction: column; gap: 3px; }
.cv-arrival-card small { color: var(--cv-muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.cv-arrival-card strong { color: var(--cv-navy); font-size: 15px; }
.cv-photo-badge { position: absolute; display: flex; align-items: center; gap: 10px; top: 24px; right: -20px; padding: 13px 16px; color: var(--cv-white); border-radius: 12px 4px 4px 12px; background: var(--cv-navy); box-shadow: 0 12px 30px rgba(10, 31, 50, .2); }
.cv-photo-badge strong { font-size: 25px; line-height: 1; }
.cv-photo-badge span { font-size: 9px; line-height: 1.3; text-transform: uppercase; letter-spacing: .06em; }

.cv-quote-wrap { position: relative; z-index: 4; margin-bottom: -63px; transform: translateY(-63px); }
.cv-quote-form { display: grid; grid-template-columns: 1.2fr repeat(3, minmax(150px, 1fr)) 1fr; align-items: end; gap: 13px; padding: 23px; color: var(--cv-white); border-radius: 14px; background: var(--cv-navy); box-shadow: 0 22px 55px rgba(10, 31, 50, .24); }
.cv-quote-form__intro { display: flex; flex-direction: column; align-self: center; padding-right: 10px; }
.cv-quote-form__intro > span { color: #ffad90; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cv-quote-form__intro strong { margin-top: 3px; font-size: 18px; }
.cv-quote-form__intro small { margin-top: 3px; color: rgba(255, 255, 255, .6); font-size: 9px; line-height: 1.35; }
.cv-quote-form label { display: block; min-width: 0; }
.cv-quote-form label > span { display: block; margin-bottom: 6px; color: rgba(255, 255, 255, .7); font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.cv-quote-form input,
.cv-quote-form select { width: 100%; height: 49px; padding: 0 13px; color: #233746; border: 1px solid transparent; border-radius: 7px; outline: none; background: var(--cv-white); font-size: 12px; }
.cv-quote-form input:focus,
.cv-quote-form select:focus { border-color: #ff9676; box-shadow: 0 0 0 3px rgba(255, 150, 118, .2); }
.cv-quote-form button { height: 49px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 13px; color: var(--cv-white); border: 0; border-radius: 7px; background: var(--cv-accent); font-size: 12px; font-weight: 800; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.cv-quote-form button:hover { background: var(--cv-accent-dark); transform: translateY(-1px); }
.cv-quote-form button svg { width: 16px; height: 16px; }
.cv-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.cv-quote-form .messages { grid-column: 1 / -1; }

.cv-proof { padding: 96px 0 30px; background: var(--cv-white); }
.cv-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--cv-line); }
.cv-proof__grid > div { position: relative; display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 27px 15px; text-align: center; }
.cv-proof__grid > div:not(:last-child)::after { content: ""; position: absolute; top: 25%; right: 0; width: 1px; height: 50%; background: var(--cv-line); }
.cv-proof strong { color: var(--cv-navy); font-size: 24px; letter-spacing: -.03em; }
.cv-proof span { color: var(--cv-muted); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .055em; }

.cv-section { padding: 100px 0; }
.cv-section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .7fr); align-items: end; gap: 80px; margin-bottom: 48px; }
.cv-section-heading h2,
.cv-centered-heading h2,
.cv-why h2,
.cv-faq h2,
.cv-service-area h2 { color: var(--cv-navy); font-size: clamp(34px, 4vw, 48px); line-height: 1.1; letter-spacing: -.042em; font-weight: 800; }
.cv-section-heading > p { color: var(--cv-muted); font-size: 14px; line-height: 1.8; }
.cv-services { background: var(--cv-white); }
.cv-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cv-service-card { overflow: hidden; border: 1px solid var(--cv-line); border-radius: 14px; background: var(--cv-white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.cv-service-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--cv-shadow); }
.cv-service-card__image { position: relative; height: 185px; overflow: hidden; background: #dde4e8; }
.cv-service-card__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7, 25, 40, .42)); }
.cv-service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.cv-service-card:hover .cv-service-card__image img { transform: scale(1.045); }
.cv-service-card__image > span { position: absolute; z-index: 2; right: 14px; bottom: 10px; color: rgba(255, 255, 255, .9); font-size: 22px; font-weight: 800; }
.cv-service-card__body { padding: 23px; }
.cv-service-card h3 { min-height: 50px; color: var(--cv-navy); font-size: 19px; line-height: 1.25; letter-spacing: -.02em; font-weight: 700; }
.cv-service-card h3 b { font-weight: 700; }
.cv-service-card p { display: -webkit-box; min-height: 66px; margin-top: 10px; overflow: hidden; color: var(--cv-muted); font-size: 12px; line-height: 1.75; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.cv-service-card a,
.cv-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--cv-accent); font-size: 12px; font-weight: 800; }
.cv-service-card a svg,
.cv-text-link svg { width: 16px; height: 16px; transition: transform .2s ease; }
.cv-service-card a:hover svg,
.cv-text-link:hover svg { transform: translateX(3px); }

.cv-fleet { background: var(--cv-soft); }
.cv-fleet__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 76px; }
.cv-fleet__visual { position: relative; min-height: 500px; margin: 0; }
.cv-fleet__visual::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 2px solid rgba(11, 32, 52, .14); border-radius: 20px 20px 62px; }
.cv-fleet__visual > img { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 20px 20px 62px; object-fit: cover; object-position: center; box-shadow: var(--cv-shadow); }
.cv-fleet__visual figcaption { position: absolute; z-index: 2; right: -32px; bottom: 28px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border-radius: 12px; background: var(--cv-white); box-shadow: 0 16px 40px rgba(10, 31, 50, .2); }
.cv-fleet__visual figcaption > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--cv-white); border-radius: 50%; background: var(--cv-accent); }
.cv-fleet__visual figcaption svg { width: 21px; height: 21px; }
.cv-fleet__visual figcaption > div { display: flex; flex-direction: column; gap: 3px; }
.cv-fleet__visual figcaption strong { color: var(--cv-navy); font-size: 12px; }
.cv-fleet__visual figcaption small { color: var(--cv-muted); font-size: 9px; }
.cv-fleet__copy h2 { color: var(--cv-navy); font-size: clamp(34px, 4vw, 48px); line-height: 1.1; letter-spacing: -.042em; font-weight: 800; }
.cv-fleet__copy > p { margin-top: 19px; color: var(--cv-muted); font-size: 13px; line-height: 1.8; }
.cv-fleet__copy ul { display: grid; gap: 14px; margin-top: 25px; }
.cv-fleet__copy li { display: flex; align-items: flex-start; gap: 11px; color: var(--cv-muted); font-size: 11px; line-height: 1.65; }
.cv-fleet__copy li > svg { flex: 0 0 23px; width: 23px; height: 23px; padding: 4px; color: #168957; border-radius: 50%; background: rgba(43, 182, 115, .12); stroke-width: 2.5; }
.cv-fleet__copy li strong { display: block; color: var(--cv-navy); font-size: 12px; }
.cv-fleet__copy .cv-button { width: auto; margin-top: 28px; }

.cv-process { padding-top: 90px; background: var(--cv-soft); }
.cv-centered-heading { max-width: 700px; margin: 0 auto 48px; text-align: center; }
.cv-centered-heading p { margin-top: 14px; color: var(--cv-muted); font-size: 14px; }
.cv-process__grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.cv-process__grid::before { content: ""; position: absolute; z-index: 0; top: 42px; left: 17%; right: 17%; border-top: 1px dashed #aeb9bf; }
.cv-process article { position: relative; z-index: 1; padding: 0 34px; text-align: center; }
.cv-process article > span { position: absolute; top: 0; right: calc(50% - 50px); display: grid; place-items: center; width: 22px; height: 22px; color: var(--cv-white); border-radius: 50%; background: var(--cv-accent); font-size: 9px; font-weight: 800; }
.cv-process__icon { width: 84px; height: 84px; display: grid; place-items: center; margin: 0 auto 21px; color: var(--cv-navy); border: 1px solid var(--cv-line); border-radius: 50%; background: var(--cv-white); box-shadow: 0 12px 30px rgba(10, 31, 50, .08); }
.cv-process__icon svg { width: 32px; height: 32px; }
.cv-process article:first-child .cv-process__icon svg { fill: currentColor; stroke: none; }
.cv-process h3 { color: var(--cv-navy); font-size: 18px; font-weight: 700; }
.cv-process p { max-width: 300px; margin: 10px auto 0; color: var(--cv-muted); font-size: 12px; line-height: 1.75; }

.cv-promos { position: relative; overflow: hidden; padding: 92px 0 100px; color: var(--cv-white); background: var(--cv-accent); }
.cv-promos::before { content: "$400"; position: absolute; top: -62px; right: -25px; color: rgba(255, 255, 255, .055); font-size: 220px; line-height: 1; font-weight: 900; transform: rotate(-4deg); }
.cv-promos__heading { position: relative; z-index: 1; max-width: 670px; margin: 0 auto 40px; text-align: center; }
.cv-promos .cv-kicker { color: #ffe1d8; }
.cv-promos h2 { color: var(--cv-white); font-size: clamp(34px, 4vw, 48px); line-height: 1.1; letter-spacing: -.042em; font-weight: 800; }
.cv-promos__heading p { margin-top: 12px; color: rgba(255, 255, 255, .74); font-size: 12px; }
.cv-promo-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cv-promo-card { position: relative; display: flex; min-width: 0; min-height: 330px; flex-direction: column; overflow: hidden; color: var(--cv-ink); border-radius: 14px; background: var(--cv-white); box-shadow: 0 18px 40px rgba(117, 23, 8, .18); }
.cv-promo-card::before { content: ""; position: absolute; top: 21px; right: -7px; width: 15px; height: 15px; border-radius: 50%; background: var(--cv-accent); }
.cv-promo-card::after { content: ""; position: absolute; top: 21px; left: -7px; width: 15px; height: 15px; border-radius: 50%; background: var(--cv-accent); }
.cv-promo-card__value { display: flex; align-items: baseline; justify-content: center; gap: 7px; padding: 30px 18px 22px; color: var(--cv-navy); border-bottom: 1px dashed #cbd3d8; }
.cv-promo-card__value strong { font-size: 36px; line-height: 1; letter-spacing: -.05em; }
.cv-promo-card__value span { color: var(--cv-accent); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.cv-promo-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px 20px 14px; text-align: center; }
.cv-promo-card__body > span { color: var(--cv-accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cv-promo-card h3 { margin-top: 8px; color: var(--cv-navy); font-size: 16px; line-height: 1.4; font-weight: 800; }
.cv-promo-card p { margin-top: 9px; color: var(--cv-muted); font-size: 10px; }
.cv-promo-card a { display: inline-flex; align-items: center; justify-content: center; gap: 7px; margin-top: auto; padding-top: 16px; color: var(--cv-accent); font-size: 11px; font-weight: 800; }
.cv-promo-card a svg { width: 15px; height: 15px; transition: transform .2s ease; }
.cv-promo-card a:hover svg { transform: translateX(3px); }
.cv-promo-card > small { display: block; padding: 10px 14px; color: #7b858c; background: #f4f6f7; text-align: center; font-size: 8px; }

.cv-why { background: var(--cv-white); }
.cv-why__grid { display: grid; grid-template-columns: minmax(400px, .88fr) minmax(0, 1fr); align-items: center; gap: 95px; }
.cv-why__visual { position: relative; min-height: 590px; }
.cv-why__backdrop { position: absolute; inset: 35px 0 0 45px; border-radius: 80px 20px 20px; background: var(--cv-navy); }
.cv-why__visual > img { position: absolute; z-index: 1; width: 88%; height: 100%; left: 3%; bottom: 0; object-fit: contain; object-position: bottom center; filter: saturate(.9); }
.cv-why__visual--photo { min-height: 520px; }
.cv-why__visual--photo .cv-why__backdrop { inset: 22px 0 0 34px; border-radius: 70px 20px 20px; }
.cv-why__visual--photo > img { width: calc(100% - 26px); height: calc(100% - 26px); left: 0; bottom: 26px; border-radius: 20px 20px 62px; object-fit: cover; object-position: center; filter: none; box-shadow: var(--cv-shadow); }
.cv-why__review { position: absolute; z-index: 2; right: -30px; bottom: 38px; width: 235px; padding: 19px; border-radius: 12px; background: var(--cv-white); box-shadow: var(--cv-shadow); }
.cv-why__review .cv-stars { font-size: 13px; }
.cv-why__review p { margin-top: 8px; color: var(--cv-navy); font-size: 12px; line-height: 1.55; font-weight: 700; }
.cv-why__review small { display: block; margin-top: 6px; color: var(--cv-muted); font-size: 9px; }
.cv-why__copy > p { margin-top: 20px; color: var(--cv-muted); font-size: 14px; line-height: 1.85; }
.cv-benefit-list { display: grid; gap: 18px; margin-top: 30px; }
.cv-benefit-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 15px; }
.cv-benefit-list > div > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--cv-accent); border-radius: 10px; background: rgba(232, 72, 43, .09); }
.cv-benefit-list svg { width: 23px; height: 23px; }
.cv-benefit-list h3 { color: var(--cv-navy); font-size: 15px; font-weight: 700; }
.cv-benefit-list p { margin-top: 4px; color: var(--cv-muted); font-size: 11px; line-height: 1.6; }

.cv-reviews { color: var(--cv-white); background: var(--cv-navy); }
.cv-section-heading--light h2 { color: var(--cv-white); }
.cv-section-heading--light .cv-kicker { color: #ff8c6b; }
.cv-review-score { display: flex; align-items: center; justify-content: flex-end; gap: 15px; }
.cv-review-score > span { font-size: 45px; line-height: 1; font-weight: 800; }
.cv-review-score > div { display: flex; flex-direction: column; gap: 4px; }
.cv-review-score small { color: rgba(255, 255, 255, .56); font-size: 10px; }
.cv-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cv-review-card { display: flex; min-height: 310px; flex-direction: column; padding: 27px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 12px; background: rgba(255, 255, 255, .055); }
.cv-review-card__top { display: flex; align-items: center; justify-content: space-between; }
.cv-review-card__top .cv-stars { font-size: 12px; }
.cv-review-card__top > span:last-child { color: rgba(255, 255, 255, .45); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.cv-review-card blockquote { display: -webkit-box; margin: 24px 0 30px; overflow: hidden; color: rgba(255, 255, 255, .83); font-size: 13px; line-height: 1.8; -webkit-box-orient: vertical; -webkit-line-clamp: 7; }
.cv-review-card figcaption { display: flex; align-items: center; gap: 11px; margin-top: auto; }
.cv-review-card figcaption > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--cv-navy); border-radius: 50%; background: #dce6ea; font-size: 13px; font-weight: 800; }
.cv-review-card figcaption > div { display: flex; flex-direction: column; gap: 2px; }
.cv-review-card figcaption strong { font-size: 11px; }
.cv-review-card figcaption small { color: rgba(255, 255, 255, .48); font-size: 9px; }

.cv-location { position: relative; overflow: hidden; padding: 108px 0 116px; background: var(--cv-cream); }
.cv-location::before { content: ""; position: absolute; width: 460px; height: 460px; top: -240px; right: -160px; border: 90px solid rgba(232, 72, 43, .065); border-radius: 50%; }
.cv-location__heading { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 70px; }
.cv-location__heading > div:first-child { max-width: 745px; }
.cv-location__heading h2 { color: var(--cv-navy); font-size: clamp(38px, 4.7vw, 58px); line-height: 1.05; letter-spacing: -.048em; font-weight: 800; }
.cv-location__heading p { max-width: 690px; margin-top: 18px; color: var(--cv-muted); font-size: 14px; line-height: 1.8; }
.cv-location__identity { display: flex; align-items: center; gap: 14px; min-width: 285px; padding: 17px 20px; border: 1px solid rgba(11, 32, 52, .1); border-radius: 14px; background: rgba(255, 255, 255, .7); box-shadow: 0 12px 35px rgba(10, 31, 50, .07); }
.cv-location__identity > span { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; color: var(--cv-white); border-radius: 50%; background: var(--cv-accent); box-shadow: 0 9px 20px rgba(232, 72, 43, .24); }
.cv-location__identity svg { width: 23px; height: 23px; }
.cv-location__identity div { display: flex; flex-direction: column; gap: 5px; }
.cv-location__identity small { color: var(--cv-accent); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.cv-location__identity strong { color: var(--cv-navy); font-size: 12px; line-height: 1.45; }
.cv-location__map { position: relative; margin-top: 45px; padding: 11px; border: 1px solid rgba(11, 32, 52, .1); border-radius: 24px; background: var(--cv-white); box-shadow: 0 30px 80px rgba(10, 31, 50, .17); }
.cv-location__map iframe { display: block; width: 100%; height: 590px; border: 0; border-radius: 16px; }
.cv-location__card { position: absolute; z-index: 2; left: 42px; bottom: 42px; width: min(360px, calc(100% - 84px)); padding: 29px; color: var(--cv-white); border: 1px solid rgba(255, 255, 255, .1); border-radius: 16px; background: rgba(11, 32, 52, .96); box-shadow: 0 24px 55px rgba(4, 18, 31, .32); backdrop-filter: blur(12px); }
.cv-location__badge { display: inline-flex; align-items: center; gap: 8px; color: #ffb098; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.cv-location__badge i { width: 8px; height: 8px; border-radius: 50%; background: var(--cv-green); box-shadow: 0 0 0 5px rgba(43, 182, 115, .16); }
.cv-location__card h3 { margin-top: 13px; color: var(--cv-white); font-size: 25px; line-height: 1.22; letter-spacing: -.03em; font-weight: 800; }
.cv-location__card p { margin-top: 12px; color: rgba(255, 255, 255, .68); font-size: 11px; line-height: 1.75; }
.cv-location__card .cv-button { margin-top: 21px; }

.cv-faq { background: var(--cv-soft); }
.cv-faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 90px; }
.cv-faq__intro { position: sticky; top: 115px; }
.cv-faq__intro > p { margin-top: 19px; color: var(--cv-muted); font-size: 13px; line-height: 1.8; }
.cv-faq__intro .cv-button { margin-top: 25px; }
.cv-accordion { border-top: 1px solid #cfd7dc; }
.cv-accordion details { border-bottom: 1px solid #cfd7dc; }
.cv-accordion summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--cv-navy); cursor: pointer; list-style: none; font-size: 14px; line-height: 1.5; font-weight: 700; }
.cv-accordion summary::-webkit-details-marker { display: none; }
.cv-accordion summary span { position: relative; flex: 0 0 26px; width: 26px; height: 26px; border: 1px solid #bcc7ce; border-radius: 50%; }
.cv-accordion summary span::before,
.cv-accordion summary span::after { content: ""; position: absolute; top: 12px; left: 7px; width: 10px; height: 1px; background: var(--cv-navy); transition: transform .2s ease; }
.cv-accordion summary span::after { transform: rotate(90deg); }
.cv-accordion details[open] summary span::after { transform: rotate(0); }
.cv-accordion details > p { padding: 0 48px 22px 0; color: var(--cv-muted); font-size: 12px; line-height: 1.8; }

.cv-service-area { padding: 62px 0; color: var(--cv-white); background: var(--cv-navy-2); }
.cv-service-area__inner { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 24px; }
.cv-service-area__icon { width: 66px; height: 66px; display: grid; place-items: center; color: var(--cv-white); border-radius: 50%; background: rgba(255, 255, 255, .09); }
.cv-service-area__icon svg { width: 29px; height: 29px; }
.cv-service-area .cv-kicker { color: #ff987a; }
.cv-service-area h2 { color: var(--cv-white); font-size: clamp(27px, 3.3vw, 39px); }
.cv-service-area p { margin-top: 8px; color: rgba(255, 255, 255, .55); font-size: 10px; letter-spacing: .035em; }

.cv-footer { color: rgba(255, 255, 255, .62); background: #071827; }
.cv-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .7fr 1fr; gap: 60px; padding-block: 68px 52px; }
.cv-footer__brand img { width: 180px; height: 70px; object-fit: contain; object-position: left center; }
.cv-footer__brand > p { max-width: 360px; margin-top: 17px; font-size: 11px; line-height: 1.8; }
.cv-footer__rating { display: flex; align-items: center; gap: 10px; margin-top: 17px; font-size: 10px; }
.cv-footer__rating .cv-stars { font-size: 11px; }
.cv-footer h2 { margin-bottom: 18px; color: var(--cv-white); font-size: 13px; font-weight: 700; }
.cv-footer li + li { margin-top: 10px; }
.cv-footer li a { font-size: 10px; transition: color .2s ease; }
.cv-footer li a:hover { color: var(--cv-white); }
.cv-footer__contact > p { font-size: 10px; }
.cv-footer__contact > a { display: flex; align-items: center; gap: 9px; margin-top: 14px; color: var(--cv-white); font-size: 18px; font-weight: 800; }
.cv-footer__contact > a svg { width: 22px; height: 22px; fill: currentColor; stroke: none; }
.cv-footer__contact > small { display: block; margin-top: 11px; font-size: 9px; }
.cv-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: 9px; }
.cv-mobile-actions { display: none; }

.cv-js .cv-reveal { opacity: 0; transform: translateY(20px); transition: opacity .62s ease var(--cv-delay, 0ms), transform .62s cubic-bezier(.2,.75,.25,1) var(--cv-delay, 0ms); }
.cv-js .cv-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .cv-header__inner { gap: 20px; }
  .cv-navigation { gap: 20px; }
  .cv-open-status { display: none; }
  .cv-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .85fr); gap: 46px; }
  .cv-quote-form { grid-template-columns: 1fr 1fr 1fr; }
  .cv-quote-form__intro { grid-column: span 1; }
  .cv-quote-form button { grid-column: span 2; }
  .cv-service-card h3 { font-size: 17px; }
  .cv-fleet__grid { gap: 50px; }
  .cv-why__grid { gap: 60px; }
}

@media (max-width: 920px) {
  .cv-container { width: min(100% - 32px, 760px); }
  .cv-offer-bar p > span:not(.cv-live-dot):not(:first-of-type) { display: none; }
  .cv-offer-bar p > span::after { display: none !important; }
  .cv-header__inner { min-height: 72px; }
  .cv-brand img { width: 50px; height: 52px; }
  .cv-menu-button { display: block; margin-left: auto; }
  .cv-navigation { position: absolute; top: 100%; left: 0; right: 0; display: grid; gap: 0; padding: 8px 16px 18px; border-top: 1px solid var(--cv-line); background: var(--cv-white); box-shadow: 0 18px 30px rgba(10, 31, 50, .11); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .cv-navigation.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .cv-navigation a { padding: 13px 4px; border-bottom: 1px solid #eef1f2; }
  .cv-navigation a::after { display: none; }
  .cv-menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .cv-menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .cv-menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .cv-header__actions { margin-left: 0; }
  .cv-hero__grid { grid-template-columns: 1fr; gap: 42px; padding-block: 55px 105px; }
  .cv-hero__copy { max-width: 680px; }
  .cv-hero__visual { height: 510px; }
  .cv-hero__visual > img { object-position: center; }
  .cv-arrival-card { left: 22px; }
  .cv-photo-badge { right: 18px; }
  .cv-proof__grid { grid-template-columns: repeat(2, 1fr); }
  .cv-proof__grid > div:nth-child(2)::after { display: none; }
  .cv-proof__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--cv-line); }
  .cv-service-grid { grid-template-columns: repeat(2, 1fr); }
  .cv-fleet__grid { grid-template-columns: 1fr; }
  .cv-fleet__visual { min-height: 500px; }
  .cv-fleet__copy { max-width: 680px; }
  .cv-section-heading { grid-template-columns: 1fr; gap: 20px; }
  .cv-section-heading > p { max-width: 640px; }
  .cv-promo-grid { grid-template-columns: repeat(2, 1fr); }
  .cv-why__grid { grid-template-columns: 1fr; }
  .cv-why__visual { max-width: 590px; width: 100%; margin-inline: auto; }
  .cv-review-grid { grid-template-columns: 1fr; }
  .cv-review-card { min-height: 0; }
  .cv-location__heading { grid-template-columns: 1fr; gap: 26px; }
  .cv-location__identity { width: fit-content; }
  .cv-location__map iframe { height: 540px; }
  .cv-faq__grid { grid-template-columns: 1fr; gap: 48px; }
  .cv-faq__intro { position: static; }
  .cv-service-area__inner { grid-template-columns: auto 1fr; }
  .cv-service-area .cv-button { grid-column: 2; justify-self: start; }
  .cv-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .cv-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .cv-container { width: calc(100% - 28px); }
  .cv-offer-bar__inner { min-height: 36px; justify-content: center; }
  .cv-offer-bar p { gap: 10px; }
  .cv-offer-bar p span:not(.cv-live-dot) { display: none; }
  .cv-offer-bar a { font-size: 12px; }
  .cv-header__actions { display: none; }
  .cv-hero__grid { padding-block: 44px 92px; }
  .cv-eyebrow { font-size: 10px; }
  .cv-rating-line { flex-wrap: wrap; margin-top: 15px; }
  .cv-hero h1 { margin-top: 15px; font-size: clamp(38px, 12vw, 51px); line-height: 1.04; }
  .cv-hero__lead { margin-top: 18px !important; font-size: 15px; line-height: 1.65; }
  .cv-check-list li { align-items: flex-start; font-size: 12px; line-height: 1.55; }
  .cv-check-list li > svg { margin-top: 1px; }
  .cv-hero__buttons { display: grid; }
  .cv-button { width: 100%; }
  .cv-hero__visual { height: 380px; border-radius: 15px 15px 48px; }
  .cv-arrival-card { left: 12px; bottom: 18px; padding: 11px 13px; }
  .cv-arrival-card > span { width: 36px; height: 36px; }
  .cv-photo-badge { top: 14px; right: 12px; padding: 10px 12px; }
  .cv-photo-badge strong { font-size: 20px; }
  .cv-quote-wrap { margin-bottom: -46px; transform: translateY(-46px); }
  .cv-quote-form { grid-template-columns: 1fr; gap: 11px; padding: 20px; }
  .cv-quote-form__intro,
  .cv-quote-form button { grid-column: auto; }
  .cv-quote-form__intro { padding: 0 0 4px; }
  .cv-proof { padding-top: 74px; }
  .cv-proof strong { font-size: 19px; }
  .cv-proof span { font-size: 9px; }
  .cv-section { padding: 75px 0; }
  .cv-section-heading { margin-bottom: 34px; }
  .cv-section-heading h2,
  .cv-centered-heading h2,
  .cv-why h2,
  .cv-faq h2 { font-size: 34px; }
  .cv-service-grid { grid-template-columns: 1fr; }
  .cv-service-card__image { height: 205px; }
  .cv-fleet__visual { min-height: 355px; }
  .cv-fleet__visual::before { inset: 12px -8px -12px 8px; }
  .cv-fleet__visual figcaption { right: 10px; bottom: 15px; padding: 11px 13px; }
  .cv-fleet__visual figcaption > span { width: 36px; height: 36px; }
  .cv-fleet__copy h2 { font-size: 34px; }
  .cv-fleet__copy .cv-button { width: 100%; }
  .cv-process__grid { grid-template-columns: 1fr; gap: 38px; }
  .cv-process__grid::before { display: none; }
  .cv-process article { padding-inline: 18px; }
  .cv-promos { padding: 72px 0 78px; }
  .cv-promos__heading { margin-bottom: 30px; }
  .cv-promo-grid { grid-template-columns: 1fr; }
  .cv-promo-card { min-height: 295px; }
  .cv-why__visual { min-height: 480px; }
  .cv-why__visual--photo { min-height: 390px; }
  .cv-why__backdrop { inset: 30px 0 0 18px; }
  .cv-why__visual--photo .cv-why__backdrop { inset: 18px 0 0 16px; }
  .cv-why__visual--photo > img { width: calc(100% - 12px); height: calc(100% - 18px); bottom: 18px; }
  .cv-why__review { right: 0; bottom: 15px; width: 205px; }
  .cv-review-score { justify-content: flex-start; }
  .cv-review-score > span { font-size: 38px; }
  .cv-location { padding: 75px 0 82px; }
  .cv-location__heading h2 { font-size: 38px; }
  .cv-location__heading p { font-size: 12px; }
  .cv-location__identity { min-width: 0; width: 100%; }
  .cv-location__map { margin-top: 30px; padding: 7px; border-radius: 18px; }
  .cv-location__map iframe { height: 390px; border-radius: 12px; }
  .cv-location__card { position: relative; left: auto; bottom: auto; width: auto; margin: -22px 10px 10px; padding: 23px; }
  .cv-location__card h3 { font-size: 22px; }
  .cv-location__card .cv-button { width: 100%; }
  .cv-service-area__inner { grid-template-columns: 1fr; text-align: center; }
  .cv-service-area__icon { margin-inline: auto; }
  .cv-service-area .cv-button { grid-column: auto; justify-self: stretch; }
  .cv-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .cv-footer__brand { grid-column: 1 / -1; }
  .cv-footer__contact { grid-column: 1 / -1; }
  .cv-footer__bottom { flex-direction: column; }
  .cv-mobile-actions { position: fixed; z-index: 9998; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 67px; color: var(--cv-white); box-shadow: 0 -12px 30px rgba(10, 31, 50, .18); }
  .cv-mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 10px; background: var(--cv-navy); font-size: 13px; font-weight: 800; }
  .cv-mobile-actions a + a { background: var(--cv-accent); }
  .cv-mobile-actions svg { width: 21px; height: 21px; }
  .cv-mobile-actions a:first-child > svg { fill: currentColor; stroke: none; }
  .cv-mobile-actions span { display: flex; flex-direction: column; line-height: 1.2; }
  .cv-mobile-actions small { margin-bottom: 2px; color: rgba(255, 255, 255, .65); font-size: 8px; font-weight: 600; text-transform: uppercase; }
  .cv-footer { padding-bottom: 67px; }
}

@media (prefers-reduced-motion: reduce) {
  .conversion-site *,
  .conversion-site *::before,
  .conversion-site *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .cv-js .cv-reveal { opacity: 1; transform: none; }
}
