.free-quote-page { background: #f6f7f9; }
.free-quote-page .site-header { background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
.free-quote-page .site-header.is-scrolled { background: #05112e; box-shadow: 0 14px 40px rgba(0,0,0,.18); }
.fq-main { color: var(--color-navy, #061432); overflow: hidden; }
.fq-main *, .fq-main *::before, .fq-main *::after { box-sizing: border-box; }
.fq-main svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.fq-hero { min-height: 100vh; min-height: 100svh; display: grid; align-items: center; background: repeating-linear-gradient(45deg, rgba(255,255,255,.035) 0 1px, transparent 1px 14px), linear-gradient(90deg, #05112e, #071838 52%, #05112e); color: #fff; padding: calc(var(--header-height, 112px) + 22px) 0 26px; }
.fq-hero__grid { display: grid; grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); align-items: stretch; gap: clamp(38px, 5vw, 72px); }
.fq-hero__content { grid-column: 2; padding-top: clamp(22px, 2.4vw, 34px); }
.fq-eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 15px; color: var(--color-orange, #df4300); font-size: 14px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.fq-hero .fq-eyebrow { color: #ff7a3b; }
.fq-hero h1 { max-width: 700px; margin: 0; color: #fff; font-size: clamp(42px, 4.35vw, 64px); line-height: 1; letter-spacing: -.04em; }
.fq-hero h1 span { color: #ff6b2c; }
.fq-hero__lead { max-width: 680px; margin: 18px 0 0; color: rgba(255,255,255,.76); font-size: clamp(16px, 1.25vw, 18px); line-height: 1.52; }
.fq-hero__lead strong { color: #fff; font-weight: 650; }
.fq-modes { display: flex; flex-wrap: wrap; gap: 9px; margin: 20px 0 24px; }
.fq-modes span { display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; background: rgba(255,255,255,.055); color: rgba(255,255,255,.9); font-size: 14px; font-weight: 650; }
.fq-machine { position: relative; min-height: 405px; padding: clamp(20px, 2.4vw, 30px); border: 1px solid var(--line, #e6e9ef); border-radius: var(--radius-lg, 10px); background: #fff; color: var(--color-navy, #061432); box-shadow: 0 18px 44px rgba(0,0,0,.25); scroll-margin-top: 120px; }
.fq-progress { margin-bottom: 21px; }
.fq-progress > div:first-child { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 9px; color: #657188; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.fq-progress__track { height: 4px; overflow: hidden; border-radius: 99px; background: #e8ebf0; }
.fq-progress__track span { display: block; width: 20%; height: 100%; border-radius: inherit; background: var(--color-orange, #df4300); transition: width .3s ease; }
.fq-step[hidden] { display: none; }
.fq-step h2 { margin: 0 0 7px; color: var(--color-navy, #061432); font-size: clamp(25px, 2vw, 32px); line-height: 1.12; letter-spacing: -.025em; }
.fq-step > p { margin: 0 0 19px; color: #657188; font-size: 14px; line-height: 1.5; }
.fq-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.fq-option { width: 100%; min-height: 64px; display: flex; align-items: center; gap: 11px; padding: 11px 12px; border: 1px solid #d8dde6; border-radius: var(--radius-md, 8px); background: #fff; color: var(--color-navy, #061432); text-align: left; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.fq-option:hover, .fq-option:focus-visible, .fq-option.is-selected { border-color: var(--color-orange, #df4300); background: #fff7f2; transform: translateY(-1px); outline: none; }
.fq-option:focus-visible, .fq-back:focus-visible { outline: 3px solid rgba(223,67,0,.28); outline-offset: 2px; }
.fq-option__icon { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 6px; background: #f3f5f8; color: var(--color-orange, #df4300); }
.fq-option__icon svg { width: 22px; height: 22px; }
.fq-option strong, .fq-option small { display: block; }
.fq-option strong { font-size: 14px; line-height: 1.25; }
.fq-option small { margin-top: 3px; color: #69758a; font-size: 12px; line-height: 1.3; }
.fq-options--projects .fq-option:last-child:nth-child(odd) { grid-column: 1 / -1; }
.fq-back { margin: 22px 0 0; padding: 0; border: 0; background: transparent; color: #657188; font-weight: 650; cursor: pointer; }
.fq-back:hover { color: var(--color-orange, #df4300); }
.fq-select { display: block; }
.fq-select > span, .fq-other label { display: block; margin-bottom: 8px; font-weight: 700; }
.fq-select select, .fq-other input { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid #ccd3de; border-radius: 5px; background: #fff; color: var(--color-navy, #061432); font: inherit; }
.fq-select select:focus, .fq-other input:focus { border-color: var(--color-orange, #df4300); outline: 2px solid rgba(223,67,0,.12); }
.fq-select small, .fq-other small { display: none; margin-top: 7px; color: #b42318; }
.fq-select.has-error select, .fq-other.has-error input { border-color: #b42318; }
.fq-select.has-error small, .fq-other.has-error small { display: block; }
.fq-continue, .fq-other .btn { width: 100%; margin-top: 18px; }
.fq-coupon { display: flex; align-items: center; gap: 18px; margin: 0 0 18px; padding: 20px; border: 1.5px dashed #e8a583; border-radius: 8px; background: #fdf1ec; }
.fq-coupon > span { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; border-radius: 12px; background: var(--color-orange, #df4300); color: #fff; font-size: 20px; font-weight: 750; }
.fq-coupon p { margin: 0; color: #657188; font-size: 15px; line-height: 1.5; }
.fq-coupon strong { display: block; margin-bottom: 2px; color: var(--color-navy, #061432); font-size: 16px; }
.fq-recap { display: flex; align-items: center; gap: 14px; margin: 0 0 20px; padding: 17px 19px; border: 1px solid #abe3ce; border-radius: 8px; background: #edf9f4; color: #657188; font-size: 15px; line-height: 1.5; }
.fq-recap > span { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 50%; background: #d8f2e8; color: #16966e; }
.fq-recap > span svg { width: 21px; height: 21px; }
.fq-recap p { margin: 0; }
.fq-recap strong { color: var(--color-navy, #061432); }
.fq-privacy { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 13px 0 0 !important; color: #657188 !important; font-size: 12px !important; text-align: center; }
.fq-privacy svg { width: 14px; height: 14px; color: #16966e; }
.fq-ghl-form { width: 100%; min-height: 520px; border: 0; border-radius: 8px; }
.fq-lead-form { display: grid; gap: 15px; }
.fq-lead-form label > span { display: block; margin-bottom: 7px; color: var(--color-navy, #061432); font-size: 14px; font-weight: 700; }
.fq-lead-form label em { color: #657188; font-style: normal; font-weight: 400; }
.fq-lead-form input { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid #ccd3de; border-radius: 5px; background: #fff; color: var(--color-navy, #061432); }
.fq-lead-form input:focus { border-color: var(--color-orange, #df4300); outline: 2px solid rgba(223,67,0,.12); }
.fq-lead-form label small { display: none; margin-top: 6px; color: #b42318; font-size: 12px; }
.fq-lead-form label.has-error input { border-color: #b42318; }
.fq-lead-form label.has-error small { display: block; }
.fq-lead-form .btn { width: 100%; }
.fq-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.fq-form-message { display: none; margin: 0 !important; padding: 12px 14px; border: 1px solid #f1b398; border-radius: 5px; background: #fff7f2; color: #7a3419 !important; font-size: 13px !important; }
.fq-form-message.is-visible { display: block; }
.fq-form-message a { color: var(--color-orange, #df4300); font-weight: 700; }
.fq-fallback { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 14px 16px; padding: 22px; border: 1px solid #f1b398; border-radius: 8px; background: #fff7f2; }
.fq-fallback > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--color-orange, #df4300); color: #fff; }
.fq-fallback strong { display: block; margin-bottom: 6px; font-size: 18px; }
.fq-fallback p { margin: 0; color: #5f6c81; line-height: 1.55; }
.fq-fallback .btn { grid-column: 1 / -1; text-align: center; }
.fq-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 22px; color: rgba(255,255,255,.66); font-size: 13px; }
.fq-trust span { display: inline-flex; align-items: center; gap: 6px; }
.fq-trust svg { color: #ff6b2c; }
.fq-hero__image { position: relative; grid-column: 1; grid-row: 1; align-self: center; width: 100%; height: 100%; max-height: min(860px, calc(100svh - var(--header-height, 112px) - 72px)); margin: 0; overflow: hidden; border-radius: var(--radius-lg, 10px); background: #101d3a; box-shadow: 0 20px 44px rgba(0,0,0,.28); }
.fq-hero__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.fq-hero__image figcaption { position: absolute; inset: auto 16px 16px; padding: 10px 12px; border-radius: 4px; background: rgba(5,17,46,.88); color: rgba(255,255,255,.88); font-size: 13px; }
.fq-caption-mobile { display: none; }
.fq-section { padding: clamp(64px, 8vw, 100px) 0; }
.fq-section + .fq-section { border-top: 1px solid var(--line, #e6e9ef); }
.fq-section__heading { max-width: 790px; margin-bottom: 36px; }
.fq-section__heading h2 { margin: 0; color: var(--color-navy, #061432); font-size: clamp(34px, 4vw, 54px); line-height: 1.05; letter-spacing: -.035em; }
.fq-section__heading > p:last-child:not(.fq-eyebrow):not(.fq-rating) { margin: 18px 0 0; color: #657188; font-size: 18px; line-height: 1.65; }
.fq-card-grid { display: grid; gap: 18px; }
.fq-card-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fq-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fq-info-card, .fq-tech-card, .fq-review-card { border: 1px solid var(--line, #e6e9ef); border-radius: var(--radius-lg, 10px); background: #fff; box-shadow: var(--shadow-card, 0 6px 14px rgba(5,17,46,.07)); }
.fq-info-card { min-height: 300px; padding: 27px; color: inherit; text-align: left; cursor: pointer; }
.fq-info-card > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 7px; background: #fff0e9; color: var(--color-orange, #df4300); }
.fq-info-card > span svg { width: 26px; height: 26px; }
.fq-info-card h3, .fq-tech-card h3 { margin: 24px 0 9px; color: var(--color-navy, #061432); font-size: 21px; }
.fq-info-card p, .fq-tech-card p { margin: 0; color: #657188; line-height: 1.6; }
.fq-info-card > strong { display: block; margin-top: 22px; color: var(--color-orange, #df4300); font-size: 14px; }
.fq-info-card:hover { border-color: #f0a07b; transform: translateY(-2px); }
.fq-tech { background: #fff; }
.fq-tech-card { overflow: hidden; }
.fq-tech-card > div { padding: 4px 25px 25px; }
.fq-tech-card img { width: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; border-top: 1px solid var(--line, #e6e9ef); }
.fq-gallery__track { display: grid; grid-template-columns: repeat(4, minmax(235px, 1fr)); gap: 15px; }
.fq-gallery figure { position: relative; min-height: 310px; margin: 0; overflow: hidden; border-radius: 8px; background: #fff; }
.fq-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.fq-gallery figure:hover img { transform: scale(1.025); }
.fq-gallery figcaption { position: absolute; inset: auto 0 0; padding: 42px 16px 15px; background: linear-gradient(transparent, rgba(5,17,46,.9)); color: #fff; }
.fq-gallery figcaption strong, .fq-gallery figcaption span { display: block; }
.fq-gallery figcaption span { margin-top: 2px; color: rgba(255,255,255,.7); font-size: 12px; }
.fq-owner { background: #fff; }
.fq-owner blockquote { max-width: 820px; margin: 0 auto; padding: clamp(26px, 3.5vw, 44px); border-left: 4px solid var(--color-orange, #df4300); border-radius: 8px; background: #f6f7f9; }
.fq-owner blockquote > p { margin: 0; color: var(--color-navy, #061432); font-size: clamp(19px, 1.75vw, 25px); line-height: 1.5; }
.fq-owner blockquote > em { display: block; margin: 13px 0; color: var(--color-orange, #df4300); font-size: 21px; }
.fq-owner footer { display: flex; align-items: center; gap: 13px; }
.fq-owner footer img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.fq-owner footer strong, .fq-owner footer small { display: block; }
.fq-owner footer small { color: #657188; }
.fq-rating { width: fit-content; display: inline-flex; align-items: center; gap: 13px; margin: 22px 0 0; padding: 14px 21px; border: 1px solid var(--line, #e6e9ef); border-radius: 999px; background: #fff; color: #657188; box-shadow: var(--shadow-card, 0 6px 14px rgba(5,17,46,.07)); }
.fq-rating .fq-google-icon { width: 29px; height: 29px; flex: 0 0 29px; stroke: none; }
.fq-rating .fq-google-icon path:nth-child(1) { fill: #ea4335; }
.fq-rating .fq-google-icon path:nth-child(2) { fill: #4285f4; }
.fq-rating .fq-google-icon path:nth-child(3) { fill: #fbbc05; }
.fq-rating .fq-google-icon path:nth-child(4) { fill: #34a853; }
.fq-rating strong { color: var(--color-navy, #061432); font-size: 25px; }
.fq-rating > span, .fq-review-card > span { color: #f7a700; letter-spacing: 2px; }
.fq-rating small { font-size: 14px; font-weight: 650; }
.fq-review-card { margin: 0; padding: 25px; }
.fq-review-card p { min-height: 130px; margin: 17px 0; color: #566278; line-height: 1.6; }
.fq-review-card cite { display: flex; align-items: center; gap: 12px; color: var(--color-navy, #061432); font-style: normal; }
.fq-review-card cite > span:last-child, .fq-review-card cite strong, .fq-review-card cite small { display: block; }
.fq-review-card cite strong { font-size: 15px; line-height: 1.25; }
.fq-review-card cite small { margin-top: 2px; color: #657188; font-size: 12px; font-weight: 500; }
.fq-review-card__avatar { width: 44px; height: 44px; flex: 0 0 44px; display: grid !important; place-items: center; border-radius: 50%; background: var(--color-navy, #061432); color: #fff; font-size: 13px; font-weight: 750; }
.fq-review-card__avatar--orange { background: var(--color-orange, #df4300); }
.fq-faq { background: #fff; }
.fq-faq__banner { width: 100%; height: auto; max-height: none; display: block; margin-bottom: 58px; border-radius: 10px; object-fit: contain; box-shadow: var(--shadow-card, 0 6px 14px rgba(5,17,46,.07)); }
.fq-faq__list { border-top: 1px solid var(--line, #e6e9ef); }
.fq-faq details { border-bottom: 1px solid var(--line, #e6e9ef); }
.fq-faq summary { position: relative; padding: 22px 45px 22px 0; color: var(--color-navy, #061432); font-size: 18px; font-weight: 700; cursor: pointer; list-style: none; }
.fq-faq summary::-webkit-details-marker { display: none; }
.fq-faq summary::after { content: '+'; position: absolute; right: 8px; top: 19px; color: var(--color-orange, #df4300); font-size: 27px; font-weight: 400; }
.fq-faq details[open] summary::after { content: '−'; }
.fq-faq details p { max-width: 900px; margin: -4px 0 22px; color: #657188; line-height: 1.7; }
.fq-bottom { background: #f6f7f9; }
.fq-bottom__panel { padding: clamp(40px, 7vw, 82px); border-radius: 10px; background: var(--color-navy, #061432); color: #fff; text-align: center; }
.fq-bottom__panel h2 { margin: 0; color: #fff; font-size: clamp(36px, 5vw, 62px); }
.fq-bottom__panel p { margin: 13px auto 25px; color: rgba(255,255,255,.72); font-size: 18px; }
.fq-bottom__panel .btn { min-width: 250px; }
.fq-bottom__panel small { display: block; margin-top: 19px; color: #ff9667; }
@media (max-width: 1100px) {
  .fq-hero { align-items: start; }
  .fq-hero__grid { grid-template-columns: 1fr; }
  .fq-hero__content { grid-column: 1; grid-row: 1; padding-top: 0; }
  .fq-hero__image { position: relative; top: auto; grid-column: 1; grid-row: 2; height: auto; margin-top: 0; }
  .fq-hero__image img { height: auto; aspect-ratio: 16 / 9; }
  .fq-card-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fq-gallery__track { grid-template-columns: repeat(3, minmax(220px, 1fr)); }
}
@media (max-width: 760px) {
  .fq-hero { min-height: 0; padding: calc(var(--header-height, 112px) + 22px) 0 42px; }
  .fq-hero__grid { gap: 30px; }
  .fq-eyebrow { margin-bottom: 11px; font-size: 12px; }
  .fq-hero h1 { font-size: clamp(36px, 11.5vw, 46px); line-height: 1.04; }
  .fq-hero__lead { margin-top: 15px; font-size: 16px; line-height: 1.5; }
  .fq-modes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 17px 0 19px; }
  .fq-modes span { min-height: 44px; justify-content: center; padding: 8px; font-size: 12px; text-align: center; }
  .fq-machine { min-height: 0; padding: 20px 16px; scroll-margin-top: calc(var(--header-height, 112px) + 8px); }
  .fq-progress { margin-bottom: 18px; }
  .fq-step h2 { font-size: clamp(24px, 7.8vw, 29px); }
  .fq-step > p { margin-bottom: 16px; }
  .fq-options, .fq-card-grid--three, .fq-card-grid--four { grid-template-columns: 1fr; }
  .fq-options--projects .fq-option:last-child:nth-child(odd) { grid-column: auto; }
  .fq-option { min-height: 58px; padding: 9px 10px; }
  .fq-option__icon { width: 36px; height: 36px; flex-basis: 36px; }
  .fq-back { min-height: 44px; display: inline-flex; align-items: center; margin-top: 14px; }
  .fq-coupon { align-items: flex-start; gap: 13px; padding: 16px; }
  .fq-coupon > span { width: 50px; height: 50px; flex-basis: 50px; font-size: 18px; }
  .fq-coupon p, .fq-coupon strong, .fq-recap { font-size: 14px; }
  .fq-recap { align-items: flex-start; padding: 15px; }
  .fq-trust { display: grid; }
  .fq-trust span { min-width: 0; }
  .fq-hero__image { height: min(72vw, 360px); max-height: 360px; }
  .fq-hero__image img { height: 100%; aspect-ratio: 4 / 3; object-position: center; }
  .fq-caption-desktop { display: none; }
  .fq-caption-mobile { display: inline; }
  .fq-hero__image figcaption { inset: auto 10px 10px; font-size: 12px; }
  .fq-section { padding: 58px 0; }
  .fq-section__heading { margin-bottom: 28px; }
  .fq-section__heading h2 { font-size: clamp(30px, 9vw, 39px); line-height: 1.08; }
  .fq-section__heading > p:last-child:not(.fq-eyebrow):not(.fq-rating) { margin-top: 14px; font-size: 16px; line-height: 1.6; }
  .fq-info-card, .fq-review-card { padding: 22px; }
  .fq-info-card h3, .fq-tech-card h3 { margin-top: 18px; font-size: 20px; }
  .fq-gallery__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .fq-gallery figure { min-width: min(82vw, 330px); min-height: 280px; scroll-snap-align: start; }
  .fq-info-card { min-height: auto; }
  .fq-review-card p { min-height: 0; }
  .fq-rating { gap: 9px; padding: 12px 15px; }
  .fq-rating strong { font-size: 22px; }
  .fq-rating small { font-size: 12px; }
  .fq-faq__banner { margin-bottom: 38px; }
  .fq-faq summary { min-height: 54px; padding: 17px 40px 17px 0; font-size: 16px; }
  .fq-faq summary::after { top: 13px; }
  .fq-bottom__panel { padding: 38px 20px; }
  .fq-bottom__panel h2 { font-size: clamp(32px, 10vw, 42px); }
  .fq-bottom__panel p { font-size: 16px; }
  .fq-bottom__panel .btn { width: 100%; min-width: 0; }
}
@media (max-width: 360px) {
  .fq-machine { padding-inline: 14px; }
  .fq-modes { gap: 7px; }
  .fq-rating { width: 100%; flex-wrap: wrap; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .fq-main *, .fq-main *::before, .fq-main *::after { scroll-behavior: auto !important; transition: none !important; }
}
