:root {
    --dq-home-yellow: #ffd20a;
    --dq-home-navy: #071726;
    --dq-home-ink: #0b1622;
    --dq-home-muted: #64707b;
}

.home { font-family: 'Be Vietnam Pro', Arial, sans-serif; font-weight: 400; }
.home button, .home input, .home textarea, .home select { font-family: inherit; }

.home .dq-header {
    position: absolute;
    inset: 0 0 auto;
    color: #fff;
    background: linear-gradient(180deg, rgba(3, 14, 25, .96), rgba(3, 14, 25, .76) 72%, transparent);
    border: 0;
    box-shadow: none;
}
.home.admin-bar .dq-header { top: 32px; }
.home .dq-header-main__grid { min-height: 82px; }
.home .dq-menu a { font-size: 14px; font-weight: 600; letter-spacing: -.01em; }
.home .dq-menu .current-menu-item > a { color: var(--dq-home-yellow); }
.home .dq-hotline { color: #fff; background: transparent; border: 1px solid var(--dq-home-yellow); }
.home .dq-header-btn { color: #07131e; background: var(--dq-home-yellow); border-radius: 9px; }
.home .dq-logo img { max-height: 72px; }

.dq-home-section { padding: clamp(34px, 4vw, 58px) 0; }
.dq-home-eyebrow { margin: 0 0 7px; color: var(--dq-home-yellow); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.dq-home-eyebrow::before { content: ""; display: inline-block; width: 18px; height: 2px; margin: 0 7px 3px 0; background: currentColor; }
.dq-home-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-bottom: 17px; }
.dq-home-heading h2 { margin: 0; color: var(--dq-home-ink); font-size: clamp(25px, 2.5vw, 34px); font-weight: 800; line-height: 1.12; letter-spacing: -.025em; text-transform: uppercase; }
.dq-home-heading > div > p:last-child { max-width: 760px; margin: 8px 0 0; color: var(--dq-home-muted); }
.dq-home-view-all { flex: 0 0 auto; padding-bottom: 4px; font-size: 14px; font-weight: 800; }
.dq-home-view-all::after { content: "→"; margin-left: 7px; }
.dq-home-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border: 1px solid var(--dq-home-yellow); border-radius: 10px; background: var(--dq-home-yellow); color: #09131c; font-weight: 700; }
.dq-home-button--ghost { border-color: rgba(255,255,255,.55); background: rgba(7,23,38,.48); color: #fff; }

.dq-home-hero { position: relative; min-height: 660px; overflow: hidden; color: #fff; background: #061421 var(--dq-home-hero) center/cover no-repeat; }
.dq-home-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,13,23,.94) 0%, rgba(3,13,23,.82) 34%, rgba(3,13,23,.18) 70%, rgba(3,13,23,.25) 100%); }
.dq-home-hero__inner { position: relative; z-index: 1; display: flex; min-height: 660px; padding-top: 155px; padding-bottom: 36px; flex-direction: column; justify-content: center; }
.dq-home-hero__copy { width: min(740px, 60%); }
.dq-home-hero h1 { margin: 0; max-width: 650px; font-size: clamp(43px, 5.2vw, 72px); font-style: italic; font-weight: 900; letter-spacing: -.045em; line-height: 1.24; text-transform: uppercase; text-shadow: 0 3px 20px rgba(0,0,0,.25); }
.dq-home-hero__accent { display: block; margin: 8px 0 0; color: var(--dq-home-yellow); font-size: clamp(27px, 2.65vw, 39px); font-style: italic; font-weight: 900; letter-spacing: -.025em; line-height: 1.1; text-transform: uppercase; white-space: nowrap; }
.dq-home-hero__lead { margin: 18px 0 0; font-size: clamp(16px, 1.4vw, 20px); }
.dq-home-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.dq-home-hero__features { display: grid; width: min(700px, 68%); margin-top: auto; padding-top: 38px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.dq-home-hero__feature { display: flex; align-items: center; gap: 12px; }
.dq-home-hero__feature > span { display: grid; width: 42px; height: 42px; place-items: center; flex: 0 0 auto; border: 2px solid var(--dq-home-yellow); border-radius: 50%; color: var(--dq-home-yellow); font-size: 20px; }
.dq-home-hero__feature strong, .dq-home-hero__feature small { display: block; line-height: 1.25; }
.dq-home-hero__feature small { margin-top: 4px; color: #c6d0d7; }
.dq-home-hero__signature { position: absolute; right: 2%; bottom: 70px; width: 245px; margin: 0; color: var(--dq-home-yellow); font-family: 'Be Vietnam Pro', Arial, sans-serif; font-size: 23px; font-style: italic; font-weight: 800; line-height: 1.25; letter-spacing: -.025em; text-align: center; overflow-wrap: normal; word-break: keep-all; transform: rotate(-5deg); }

.dq-home-showcase { background: #fff; }
.dq-home-showcase.is-product { background: #f7f9fb; }
.dq-home-showcase__grid { display: grid; gap: 14px; }
.dq-home-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dq-home-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dq-home-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.dq-home-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.dq-home-card { min-width: 0; height: 100%; overflow: hidden; border: 1px solid #e3e7ea; border-radius: 9px; background: #fff; box-shadow: 0 5px 16px rgba(11,22,34,.06); }
.dq-home-card__cover { display: flex; height: 100%; flex-direction: column; }
.dq-home-card__image { position: relative; margin: 0; overflow: hidden; aspect-ratio: 1.75/1; background: #e9edf0; }
.dq-home-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.dq-home-showcase.is-service .dq-home-card__image { aspect-ratio: 1.83/1; }
.dq-home-showcase.is-service .dq-home-card__image img { object-position: center center; }
.dq-home-card:hover .dq-home-card__image img { transform: scale(1.04); }
.dq-home-card__icon { position: absolute; left: 10px; bottom: -1px; display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50% 50% 50% 10px; background: var(--dq-home-yellow); color: var(--dq-home-ink); font-size: 21px; }
.dq-home-card__body { display: flex; min-height: 132px; padding: 13px 10px 10px; flex: 1 1 auto; flex-direction: column; }
.dq-home-card__body h3 { margin: 0; color: var(--dq-home-ink); font-size: 15px; font-weight: 700; line-height: 1.35; letter-spacing: -.015em; }
.dq-home-card__body p { margin: 7px 0 0; color: var(--dq-home-muted); font-size: 13px; line-height: 1.45; }
.dq-home-card__price { display: block; margin-top: auto; padding-top: 8px; color: #0c5b92; font-size: 16px; }
.dq-home-card__button { display: block; margin-top: 7px; padding: 7px 8px; border-radius: 5px; background: var(--dq-home-yellow); color: #3e3100; font-size: 12px; font-weight: 800; text-align: center; }
.dq-home-showcase.is-product .dq-home-showcase__grid { align-items: stretch; grid-auto-rows: 1fr; }
.dq-home-showcase.is-product .dq-home-card__image { width: 100%; aspect-ratio: 1.35/1; flex: 0 0 auto; background: #fff; }
.dq-home-showcase.is-product .dq-home-card__image img { display: block; object-fit: cover; }
.dq-home-showcase.is-product .dq-home-card__body h3 { min-height: 41px; }
.dq-home-showcase.is-product .dq-home-card__body p { min-height: 38px; }
.dq-home-showcase__rail { position: relative; }
.dq-home-showcase.is-slider .dq-home-showcase__grid { display: grid; grid-auto-flow: column; overflow-x: auto; padding: 2px 2px 12px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.dq-home-showcase.is-slider .dq-home-showcase__grid::-webkit-scrollbar { display: none; }
.dq-home-showcase.is-slider .dq-home-card { scroll-snap-align: start; }
.dq-home-showcase.is-slider .dq-home-cols-3 { grid-template-columns: none; grid-auto-columns: calc((100% - 28px) / 3); }
.dq-home-showcase.is-slider .dq-home-cols-4 { grid-template-columns: none; grid-auto-columns: calc((100% - 42px) / 4); }
.dq-home-showcase.is-slider .dq-home-cols-5 { grid-template-columns: none; grid-auto-columns: calc((100% - 56px) / 5); }
.dq-home-showcase.is-slider .dq-home-cols-6 { grid-template-columns: none; grid-auto-columns: calc((100% - 70px) / 6); }
.dq-home-showcase__prev, .dq-home-showcase__next { position: absolute; top: 50%; z-index: 3; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #d7dde2; border-radius: 50%; background: #fff; color: var(--dq-home-ink); font-size: 29px; line-height: 1; box-shadow: 0 9px 24px rgba(7,23,38,.17); cursor: pointer; transform: translateY(-50%); transition: opacity .2s, background .2s, color .2s; }
.dq-home-showcase__prev { left: -22px; }
.dq-home-showcase__next { right: -22px; }
.dq-home-showcase__prev:hover, .dq-home-showcase__next:hover { border-color: var(--dq-home-yellow); background: var(--dq-home-yellow); }
.dq-home-showcase__prev:disabled, .dq-home-showcase__next:disabled { opacity: .3; cursor: default; }
.dq-home-affiliate-note { margin-top: 18px; padding: 15px 18px; border-left: 4px solid var(--dq-home-yellow); border-radius: 0 8px 8px 0; background: #fff7dc; color: #66552a; font-size: 12px; line-height: 1.65; }
.dq-home-affiliate-note strong { color: #4b3b12; }
.dq-home-showcase.is-gallery { padding-top: 22px; }
.dq-home-showcase.is-gallery .dq-home-card { border: 0; box-shadow: none; }
.dq-home-showcase.is-gallery .dq-home-card__image { aspect-ratio: 1.9/1; border-radius: 7px; }
.dq-home-showcase.is-gallery .dq-home-card__image img { object-fit: contain; background: #071726; }
.dq-home-gallery-trigger { width: 100%; height: 100%; margin: 0; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-align: inherit; cursor: zoom-in; }
.dq-home-lightbox { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(2, 10, 17, .96); color: #fff; }
.dq-home-lightbox::backdrop { background: rgba(2, 10, 17, .86); backdrop-filter: blur(5px); }
.dq-home-lightbox__stage { position: relative; display: grid; width: 100%; height: 100%; padding: 68px 72px 54px; place-items: center; }
.dq-home-lightbox__image { display: block; width: auto; max-width: min(1180px, 90vw); height: auto; max-height: calc(100vh - 132px); object-fit: contain; border-radius: 12px; box-shadow: 0 24px 70px rgba(0,0,0,.45); }
.dq-home-lightbox__close, .dq-home-lightbox__prev, .dq-home-lightbox__next { position: absolute; z-index: 2; display: grid; width: 48px; height: 48px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(7,23,38,.8); color: #fff; font-size: 30px; line-height: 1; cursor: pointer; }
.dq-home-lightbox__close { top: 18px; right: 22px; }
.dq-home-lightbox__prev { top: 50%; left: 22px; transform: translateY(-50%); }
.dq-home-lightbox__next { top: 50%; right: 22px; transform: translateY(-50%); }
.dq-home-lightbox__count { position: absolute; bottom: 18px; left: 50%; margin: 0; color: #d8e1e8; font-size: 13px; transform: translateX(-50%); }

.dq-home-trust { position: relative; overflow: hidden; color: #fff; background-color: #071a2b; background-image: var(--dq-home-trust); background-position: left center; background-size: auto 100%; background-repeat: no-repeat; }
.dq-home-results + .dq-home-trust { margin-top: clamp(24px, 2.4vw, 38px); }
.dq-home-trust__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,21,34,.28), rgba(6,21,34,.94) 28%, rgba(6,21,34,.94)); }
.dq-home-trust__inner { position: relative; z-index: 1; display: grid; min-height: 250px; padding-block: 34px; grid-template-columns: minmax(0, 1fr) 255px; gap: 32px; align-items: center; }
.dq-home-trust__content { padding-left: 24%; }
.dq-home-trust h2 { margin: 0; font-size: clamp(25px, 2.5vw, 35px); font-weight: 800; line-height: 1.14; letter-spacing: -.02em; text-transform: uppercase; }
.dq-home-trust__items { display: grid; margin-top: 24px; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; text-align: center; }
.dq-home-trust__items span { display: block; color: var(--dq-home-yellow); font-size: 31px; }
.dq-home-trust__items strong, .dq-home-trust__items small { display: block; }
.dq-home-trust__items strong { margin-top: 4px; font-size: 17px; }
.dq-home-trust__items small { color: #c7d1da; }
.dq-home-trust blockquote { margin: 0; padding: 27px 22px; border: 1px solid rgba(255,255,255,.7); border-radius: 9px; color: #e3eaf0; font-style: italic; line-height: 1.55; }

.dq-media-story { padding-top: 46px; padding-bottom: 24px; }
.dq-media-story__grid { gap: clamp(28px, 5vw, 68px); }
.dq-media-story__visual { padding: 0 0 34px; }
.dq-media-story__primary { aspect-ratio: 2.35/1; border-radius: 10px; background: #071726; }
.dq-media-story__primary img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.dq-media-story__copy h2 { max-width: 680px; margin: 0 0 24px; color: var(--dq-home-ink); font-size: clamp(28px, 2.5vw, 40px); font-weight: 800; line-height: 1.22; letter-spacing: -.012em; text-transform: uppercase; }
.dq-media-story__lead { margin: 0 0 22px; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.55; }
.dq-media-story .dq-library-eyebrow { color: var(--dq-home-yellow); }
.dq-media-story .dq-library-link { border-color: var(--dq-home-yellow); background: var(--dq-home-yellow); color: #17200b; }
.dq-media-story__copy > .dq-btn, .dq-media-story__copy > .dq-library-link { display: flex; width: max-content; margin: 24px auto 0; }

.dq-home-insights { padding: clamp(48px, 5.5vw, 76px) 0; background: linear-gradient(180deg, #f5f8fa 0%, #fff 100%); }
.dq-home-insights__heading { align-items: flex-end; margin-bottom: 26px; padding-bottom: 20px; border-bottom: 1px solid #dfe5e9; }
.dq-home-insights__heading h2 { max-width: 1050px; font-size: clamp(27px, 2.65vw, 40px); }
.dq-home-insights__heading .dq-home-view-all { display: inline-flex; min-height: 42px; padding: 0 17px; align-items: center; border: 1px solid #dce2e7; border-radius: 999px; background: #fff; color: var(--dq-home-ink); box-shadow: 0 5px 16px rgba(7,23,38,.06); }
.dq-home-insights__heading .dq-home-view-all:hover { border-color: var(--dq-home-yellow); background: var(--dq-home-yellow); }
.dq-home-insights__layout { display: grid; grid-template-columns: minmax(0, 3fr) minmax(290px, 1fr); gap: 22px; align-items: stretch; }
.dq-home-insights__articles { min-width: 0; }
.dq-home-insights__grid { display: grid; height: 100%; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.dq-home-insights article { min-width: 0; overflow: hidden; border: 1px solid #dfe5e9; border-radius: 14px; background: #fff; box-shadow: 0 12px 28px rgba(7,23,38,.07); transition: transform .25s ease, box-shadow .25s ease; }
.dq-home-insights article:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(7,23,38,.12); }
.dq-home-insights article > a { display: flex; height: 100%; flex-direction: column; color: inherit; }
.dq-home-insights article figure { margin: 0; aspect-ratio: 16/9; overflow: hidden; background: #071726; }
.dq-home-insights article img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; }
.dq-home-insights article:hover img { transform: scale(1.035); }
.dq-home-insights article h3 { margin: 16px 16px 7px; color: var(--dq-home-ink); font-size: 16px; line-height: 1.4; }
.dq-home-insights__excerpt { display: -webkit-box; margin: 0 16px 12px; overflow: hidden; color: #65727d; font-size: 13px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.dq-home-insights article time { display: block; margin: auto 16px 16px; padding-top: 8px; color: #78848e; font-size: 12px; }
.dq-home-reviews { min-width: 0; }
.dq-home-reviews__track { position: relative; display: flex; min-height: 100%; padding: 28px 26px; overflow: hidden; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: radial-gradient(circle at 100% 0, rgba(255,210,10,.17), transparent 38%), #071726; color: #fff; box-shadow: 0 16px 36px rgba(7,23,38,.18); }
.dq-home-reviews__track::before { content: "“"; position: absolute; top: 34px; right: 22px; color: rgba(255,210,10,.16); font-family: Georgia, serif; font-size: 100px; line-height: .65; }
.dq-home-reviews .dq-home-eyebrow { position: relative; z-index: 1; margin-bottom: 22px; color: var(--dq-home-yellow); }
.dq-home-reviews blockquote { position: relative; z-index: 1; margin: 0; }
.dq-home-reviews blockquote ~ blockquote { display: none; }
.dq-home-reviews blockquote > p { margin: 0 0 18px; color: #f0f4f7; font-size: 16px; font-style: italic; font-weight: 600; line-height: 1.65; }
.dq-home-stars { color: var(--dq-home-yellow); letter-spacing: 2px; }
.dq-home-reviews footer { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); }
.dq-home-reviews footer img { width: 48px; height: 48px; border: 2px solid var(--dq-home-yellow); border-radius: 50%; object-fit: cover; }
.dq-home-reviews footer strong, .dq-home-reviews footer small { display: block; line-height: 1.25; }
.dq-home-reviews footer strong { color: #fff; font-size: 15px; }
.dq-home-reviews footer small { margin-top: 4px; color: #b9c6d0; }

/* SEO service sections: pricing, proof, process, vehicle types, location and FAQ. */
.home .dq-section--pricing_table { padding: clamp(42px, 5vw, 70px) 0; background: #f5f7f9; }
.home .dq-section--pricing_table .dq-section-title,
.home .dq-section--card_grid .dq-section-title,
.home .dq-section--faq .dq-section-title { margin: 0 auto 26px; color: var(--dq-home-ink); font-size: clamp(26px, 3vw, 38px); font-weight: 850; line-height: 1.14; letter-spacing: -.03em; text-align: center; text-transform: uppercase; }
.home .dq-pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.home .dq-pricing-card { position: relative; display: flex; min-width: 0; padding: 25px 20px 22px; flex-direction: column; border: 1px solid #dfe5e9; border-radius: 14px; background: #fff; box-shadow: 0 9px 28px rgba(7,23,38,.07); }
.home .dq-pricing-card--featured { border: 2px solid var(--dq-home-yellow); transform: translateY(-6px); }
.home .dq-pricing-card__head,
.home .dq-pricing-card__identity,
.home .dq-pricing-card__price { display: contents; }
.home .dq-pricing-card__badge { position: absolute; top: 0; right: 16px; padding: 5px 10px; border-radius: 0 0 8px 8px; background: var(--dq-home-yellow); color: #1c2607; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.home .dq-pricing-card h3 { margin: 0 0 12px; font-size: 19px; }
.home .dq-pricing-card__price > strong { color: #0c5b92; font-size: 25px; line-height: 1.15; }
.home .dq-pricing-card__price > p { min-height: 42px; margin: 8px 0 15px; color: var(--dq-home-muted); font-size: 13px; }
.home .dq-pricing-card ul { margin: 0 0 20px; padding: 0; list-style: none; }
.home .dq-pricing-card li { position: relative; margin-top: 9px; padding-left: 22px; color: #34414c; font-size: 13px; }
.home .dq-pricing-card li::before { content: "✓"; position: absolute; left: 0; color: #0c5b92; font-weight: 900; }
.home .dq-pricing-card__actions { display: flex; margin-top: auto; }
.home .dq-pricing-card__detail { display: none; }
.home .dq-pricing-card .dq-btn { width: 100%; border-color: var(--dq-home-yellow); background: var(--dq-home-yellow); color: #142007; }

.dq-home-results { background: #071726; color: #fff; }
.dq-home-results .dq-home-heading h2 { color: #fff; }
.dq-home-results .dq-home-heading > div > p:last-child { color: #b7c3cd; }
.dq-home-results__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.dq-home-result { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: #0c2132; }
.dq-home-result__images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dq-home-result__images figure { position: relative; margin: 0; aspect-ratio: 1.5/1; overflow: hidden; background: #04111c; }
.dq-home-result__images img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.dq-home-result__images span { position: absolute; z-index: 1; top: 10px; left: 10px; padding: 4px 9px; border-radius: 999px; background: rgba(5,17,28,.78); color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.dq-home-result__images figure:last-child span { background: var(--dq-home-yellow); color: #17200b; }
.dq-home-result__body { padding: 18px 20px 20px; }
.dq-home-result__meta { margin: 0 0 7px; color: var(--dq-home-yellow); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.dq-home-result__body h3 { margin: 0; font-size: 21px; }
.dq-home-result__body > p:not(.dq-home-result__meta) { margin: 8px 0 12px; color: #c3cdd5; font-size: 14px; }
.dq-home-result__body small { color: #95a6b4; }

.home .dq-process-split { background: #fff; }
.home .dq-process-split__grid { align-items: stretch; }
.home .dq-process-split__media { min-height: 100%; border-radius: 14px; background: #071726; }
.home .dq-process-split__media img { width: 100%; height: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.home .dq-process-split__content { padding-block: 8px; }
.home .dq-process-split__content h2 { color: var(--dq-home-ink); font-weight: 850; text-transform: uppercase; }
.home .dq-process-split__steps li > span { border-color: var(--dq-home-yellow); background: var(--dq-home-yellow); color: #17200b; }

.home .dq-section--card_grid { padding: clamp(42px, 5vw, 66px) 0; background: #f5f7f9; }
.home .dq-section--card_grid .dq-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.home .dq-section--card_grid .dq-card { overflow: hidden; padding: 0; border: 1px solid #e0e5e8; border-radius: 13px; background: #fff; box-shadow: 0 8px 24px rgba(7,23,38,.06); text-align: left; }
.home .dq-section--card_grid .dq-card a { display: block; height: 100%; }
.home .dq-section--card_grid .dq-card__icon { display: block; width: 100%; height: 150px; margin: 0; border-radius: 0; object-fit: cover; object-position: center; background: #071726; }
.home .dq-section--card_grid .dq-card h3 { margin: 17px 18px 6px; color: var(--dq-home-ink); font-size: 18px; }
.home .dq-section--card_grid .dq-card p { margin: 0 18px 19px; color: var(--dq-home-muted); font-size: 13px; }

.dq-home-location { background: #fff; }
.dq-home-location__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr); gap: clamp(28px, 5vw, 68px); align-items: center; }
.dq-home-location__media { position: relative; margin: 0; overflow: hidden; aspect-ratio: 1.55/1; border-radius: 16px; background: #071726; }
.dq-home-location__media img { width: 100%; height: 100%; object-fit: contain; }
.dq-home-location__media figcaption { position: absolute; right: 18px; bottom: 18px; padding: 13px 18px; border-radius: 10px; background: var(--dq-home-yellow); color: #142007; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.dq-home-location__media figcaption span, .dq-home-location__media figcaption strong { display: block; line-height: 1.1; }
.dq-home-location__media figcaption span { font-size: 11px; font-weight: 700; text-transform: uppercase; }
.dq-home-location__media figcaption strong { margin-top: 3px; font-size: 24px; }
.dq-home-location__content h2 { margin: 0; color: var(--dq-home-ink); font-size: clamp(28px, 3vw, 40px); font-weight: 850; line-height: 1.12; letter-spacing: -.03em; text-transform: uppercase; }
.dq-home-location__lead { color: var(--dq-home-muted); }
.dq-home-location__details { margin: 22px 0 0; }
.dq-home-location__details > div { display: grid; padding: 11px 0; grid-template-columns: 112px 1fr; gap: 14px; border-top: 1px solid #e5e9ec; }
.dq-home-location__details dt { color: #7a8790; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.dq-home-location__details dd { margin: 0; color: var(--dq-home-ink); font-weight: 650; }
.dq-home-location__areas { margin-top: 17px; }
.dq-home-location__areas > strong { font-size: 13px; }
.dq-home-location__areas > div { display: flex; margin-top: 9px; flex-wrap: wrap; gap: 7px; }
.dq-home-location__areas span { padding: 6px 10px; border-radius: 999px; background: #eef2f4; color: #34414c; font-size: 12px; }
.dq-home-location__actions { display: flex; margin-top: 22px; flex-wrap: wrap; gap: 10px; }
.dq-home-button--dark { border-color: #071726; background: #071726; color: #fff; }

.home .dq-section--faq { padding: clamp(36px, 4vw, 52px) 0; background: #f5f7f9; }
.home .dq-faq .dq-container { max-width: 920px; }
.home .dq-section--faq .dq-section-title { margin-bottom: 20px; font-size: clamp(25px, 2.7vw, 34px); }
.home .dq-faq details { overflow: hidden; margin: 7px 0; padding: 0; border: 1px solid #dfe5e9; border-radius: 8px; background: #fff; }
.home .dq-faq summary { position: relative; min-height: 50px; padding: 13px 48px 13px 18px; color: var(--dq-home-ink); font-size: 15px; font-weight: 750; line-height: 1.55; cursor: pointer; list-style: none; }
.home .dq-faq summary::-webkit-details-marker { display: none; }
.home .dq-faq summary::after { content: "+"; position: absolute; top: 50%; right: 18px; color: #b48d00; font-size: 21px; transform: translateY(-50%); }
.home .dq-faq details[open] summary::after { content: "−"; }
.home .dq-faq details p { margin: 0; padding: 0 18px 15px; color: var(--dq-home-muted); font-size: 14px; line-height: 1.6; }
.home .dq-section--cta { padding: 28px 0; color: #111b20; }
.home .dq-cta__inner { gap: 24px; }
.home .dq-cta h2 { color: #111b20; font-size: clamp(25px, 3vw, 37px); font-weight: 900; letter-spacing: -.03em; }
.home .dq-cta p { color: #29362f; }
.home .dq-cta .dq-btn--light { border-color: #071726; background: #071726; color: #fff; }
.home .dq-cta .dq-btn--outline-light { border-color: #071726; color: #071726; }

.home .dq-footer { background: #071725; }
.home .dq-footer__grid { padding-top: 4px; }
.home .dq-copyright { color: #aebac4; }

@media (max-width: 1100px) {
    .dq-home-cols-6, .dq-home-cols-5 { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .dq-home-showcase.is-slider .dq-home-cols-5, .dq-home-showcase.is-slider .dq-home-cols-6 { grid-template-columns: none; grid-auto-columns: calc((100% - 28px) / 3); }
    .dq-home-showcase__prev { left: 6px; }
    .dq-home-showcase__next { right: 6px; }
    .dq-home-trust__content { padding-left: 16%; }
    .dq-home-hero__signature { display: none; }
    .home .dq-pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home .dq-pricing-card--featured { transform: none; }
    .home .dq-section--card_grid .dq-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .home.admin-bar .dq-header { top: 46px; }
    .home .dq-header-main--mobile { color: #fff; background: rgba(3,14,25,.9); }
    .home .dq-mobile-header__grid { grid-template-columns: 44px minmax(0, 1fr) 44px; }
    .home .dq-mobile-header__left { justify-content: flex-start; }
    .home .dq-mobile-header__center { display: flex; justify-content: center; min-width: 0; }
    .home .dq-menu-toggle { width: 44px; height: 44px; margin-left: 0; padding: 0; color: #07131e; background: var(--dq-home-yellow); border: 0; }
    .home .dq-mobile-nav { color: var(--dq-home-ink); }
    .dq-home-hero, .dq-home-hero__inner { min-height: 680px; }
    .dq-home-hero { background-color: #061421; background-position: 64% 72px; background-size: 140% auto; background-repeat: no-repeat; }
    .dq-home-hero__shade { background: linear-gradient(180deg, rgba(3,13,23,.18) 70px, rgba(3,13,23,.46) 320px, rgba(3,13,23,.98) 560px); }
    .dq-home-hero__inner { padding-top: 116px; padding-bottom: 34px; }
    .dq-home-hero__copy, .dq-home-hero__features { width: min(100%, 680px); }
    .dq-home-hero__features { margin-top: 42px; padding-top: 0; }
    .dq-home-showcase:not(.is-slider) .dq-home-cols-5,
    .dq-home-showcase:not(.is-slider) .dq-home-cols-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dq-home-trust__inner { grid-template-columns: 1fr; }
    .dq-home-trust__content { padding-left: 0; }
    .dq-home-insights__layout { grid-template-columns: 1fr; }
    .dq-home-insights__heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .dq-home-reviews__track { min-height: 250px; }
    .dq-home-location__grid { grid-template-columns: 1fr; }
}

@media (min-width: 641px) and (max-width: 900px) {
    .dq-home-hero, .dq-home-hero__inner { min-height: 610px; }
    .dq-home-hero__features { margin-top: 32px; }
}

@media (max-width: 640px) {
    .home.admin-bar .dq-header { top: 46px; }
    .home .dq-mobile-header__grid { width: 100%; padding-inline: 12px; }
    .home .dq-logo img { max-width: 145px; max-height: 54px; }
    .dq-home-results + .dq-home-trust { margin-top: 18px; }
    .dq-media-story__copy h2 { margin-bottom: 18px; font-size: 29px; line-height: 1.24; }
    .dq-media-story__lead { margin-bottom: 18px; font-size: 17px; }
    .dq-home-section { padding: 28px 0; }
    .dq-home-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
    .dq-home-heading h2 { font-size: 24px; }
    .dq-home-hero, .dq-home-hero__inner { min-height: max(620px, 100svh); }
    .dq-home-hero { background-position: 64% 76px; background-size: auto clamp(270px, 48svh, 340px); }
    .dq-home-hero__shade { background: linear-gradient(180deg, rgba(3,13,23,.75), rgba(3,13,23,.88) 58%, rgba(3,13,23,.98)); }
    .dq-home-hero__inner { justify-content: flex-end; padding-top: 90px; padding-bottom: 78px; }
    .dq-home-hero__copy, .dq-home-hero__features { width: 100%; }
    .dq-home-hero h1 { font-size: clamp(30px, 9vw, 34px); line-height: 1.18; }
    .dq-home-hero__accent { margin-top: 6px; font-size: clamp(21px, 6vw, 24px); }
    .dq-home-hero__accent { white-space: normal; }
    .dq-home-hero__lead { margin-top: 14px; font-size: 15px; line-height: 1.55; }
    .dq-home-hero__actions { margin-top: 18px; }
    .dq-home-hero__actions .dq-home-button { flex: 1 1 150px; padding-inline: 14px; }
    .dq-home-hero__features { margin-top: 20px; padding-top: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 12px; }
    .dq-home-hero__feature { gap: 9px; }
    .dq-home-hero__feature > span { width: 38px; height: 38px; font-size: 17px; }
    .dq-home-hero__feature strong { font-size: 14px; }
    .dq-home-hero__feature small { margin-top: 1px; font-size: 11px; }
    .dq-home-hero__feature:last-child:nth-child(odd) { grid-column: 1 / -1; }
    .dq-home-cols-3, .dq-home-cols-4, .dq-home-cols-5, .dq-home-cols-6 { display: flex; overflow-x: auto; padding: 0 2px 10px; scroll-snap-type: x mandatory; }
    .dq-home-showcase.is-slider .dq-home-showcase__grid { display: grid; grid-auto-columns: 78%; }
    .dq-home-showcase__prev, .dq-home-showcase__next { width: 40px; height: 40px; font-size: 25px; }
    .dq-home-showcase__prev { left: 4px; }
    .dq-home-showcase__next { right: 4px; }
    .dq-home-affiliate-note { margin-top: 13px; padding: 13px 14px; font-size: 11px; }
    .dq-home-card { flex: 0 0 78%; scroll-snap-align: start; }
    .dq-home-showcase.is-gallery .dq-home-card { flex-basis: 72%; }
    .dq-home-lightbox__stage { padding: 62px 14px 66px; }
    .dq-home-lightbox__image { max-width: calc(100vw - 28px); max-height: calc(100vh - 140px); border-radius: 8px; }
    .dq-home-lightbox__close, .dq-home-lightbox__prev, .dq-home-lightbox__next { width: 44px; height: 44px; }
    .dq-home-lightbox__close { top: 12px; right: 14px; }
    .dq-home-lightbox__prev { top: auto; right: auto; bottom: 12px; left: calc(50% - 58px); transform: none; }
    .dq-home-lightbox__next { top: auto; right: calc(50% - 58px); bottom: 12px; transform: none; }
    .dq-home-lightbox__count { bottom: 25px; }
    .dq-media-story__primary { aspect-ratio: 1.85/1; }
    .dq-home-trust__items { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .dq-home-trust blockquote { padding: 20px; }
    .dq-home-insights__grid { display: flex; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; }
    .dq-home-insights article { flex: 0 0 82%; scroll-snap-align: start; }
    .dq-home-insights__heading { margin-bottom: 20px; padding-bottom: 16px; }
    .dq-home-insights__heading .dq-home-view-all { min-height: 38px; padding-inline: 14px; }
    .dq-home-reviews__track { min-height: 0; padding: 25px 22px; }
    .home .dq-faq summary { min-height: 46px; padding: 12px 42px 12px 14px; font-size: 14px; }
    .home .dq-faq summary::after { right: 14px; font-size: 20px; }
    .home .dq-faq details p { padding: 0 14px 14px; font-size: 13px; }
    .home .dq-pricing-grid, .dq-home-results__grid, .home .dq-section--card_grid .dq-card-grid { grid-template-columns: 1fr; }
    .home .dq-section--pricing_table { padding: 30px 0 38px; background: #f3f6f9; }
    .home .dq-section--pricing_table .dq-section-title { margin-bottom: 18px; font-size: 25px; line-height: 1.15; text-align: left; }
    .home .dq-pricing-grid { gap: 14px; }
    .home .dq-pricing-card {
        display: flex;
        padding: 20px 15px 16px;
        border-color: #dbe3e9;
        border-radius: 17px;
        box-shadow: 0 7px 20px rgba(7, 23, 38, .055);
    }
    .home .dq-pricing-card--featured { border-width: 1px; transform: none; }
    .home .dq-pricing-card__head {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        align-items: start;
        margin-bottom: 15px;
    }
    .home .dq-pricing-card__identity,
    .home .dq-pricing-card__price { display: flex; flex-direction: column; }
    .home .dq-pricing-card__identity { min-width: 0; }
    .home .dq-pricing-card__badge {
        position: static;
        align-self: flex-start;
        margin-bottom: 13px;
        padding: 4px 10px;
        border-radius: 999px;
        background: #e8f3fa;
        color: #0c5b92;
        font-size: 11px;
        line-height: 1.5;
        text-transform: none;
    }
    .home .dq-pricing-card h3 { margin: 0; font-size: 18px; line-height: 1.3; }
    .home .dq-pricing-card__price { align-items: flex-end; text-align: right; }
    .home .dq-pricing-card__price > strong { color: #0c5b92; font-size: 23px; white-space: nowrap; }
    .home .dq-pricing-card__price > p { min-height: 0; margin: 5px 0 0; font-size: 11px; font-weight: 650; line-height: 1.35; }
    .home .dq-pricing-card ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 12px;
        margin: 0 0 17px;
        padding: 15px;
        border-radius: 14px;
        background: #f4f7fa;
    }
    .home .dq-pricing-card li { margin: 0; padding-left: 18px; font-size: 12px; line-height: 1.45; }
    .home .dq-pricing-card__actions { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.2fr); gap: 9px; }
    .home .dq-pricing-card__detail,
    .home .dq-pricing-card__actions .dq-btn {
        display: inline-flex;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0 11px;
        border: 1px solid #cad6df;
        border-radius: 11px;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.2;
        text-align: center;
    }
    .home .dq-pricing-card__detail { background: #fff; color: #0b243b; }
    .home .dq-pricing-card__actions .dq-btn { border-color: var(--dq-home-yellow); background: var(--dq-home-yellow); color: #142007; }
    .dq-home-result__images figure { aspect-ratio: 1.35/1; }
    .home .dq-section--card_grid .dq-card__icon { height: 185px; }
    .dq-home-location__media { aspect-ratio: 1.2/1; }
    .dq-home-location__details > div { grid-template-columns: 1fr; gap: 3px; }
    .dq-home-location__actions .dq-home-button { flex: 1 1 145px; padding-inline: 13px; }
    .home .dq-cta__inner { align-items: flex-start; flex-direction: column; }
    .home .dq-footer__grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
    .dq-home-hero, .dq-home-hero__inner { min-height: max(620px, 100svh); }
    .dq-home-hero__inner { padding-top: 88px; padding-bottom: 76px; }
    .dq-home-hero__actions { gap: 8px; }
    .dq-home-hero__actions .dq-home-button { min-height: 44px; font-size: 13px; }
    .dq-home-hero__features { margin-top: 18px; gap: 8px 10px; }
    .dq-home-trust__items { grid-template-columns: 1fr; }
    .dq-home-heading h2,
    .dq-home-insights__heading h2,
    .home .dq-section--faq .dq-section-title { font-size: 22px; }
}
