/*
  shr-quote-page-v3.css — Request Quote 2026 (native) page-specific components.
  (v3 = the new native template; the legacy editor-content file is
  shr-quote-page.css, kept only as a revert fallback.)
  Loaded only on landing-pages/template-request-quote-2026.php (dep:
  shr-sections). Everything structural (sections, kickers, rules, h2,
  blueprint frames + corner marks, hover-lift, scroll-reveal, icon badges,
  buttons) is reused from shr-sections.css / shr-shared.css. Only the
  genuinely unique bits live here — all scoped under .shr-quote.
*/

/* ═══════════ Hero ═══════════ */
.shr-quote-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.shr-quote-hero__title {
	font-family: var(--s2u-font-heading); font-weight: 600;
	font-size: clamp(32px, 4.2vw, 54px); line-height: 1.08; letter-spacing: .01em;
	text-transform: uppercase; color: var(--s2u-text); margin: 18px 0 20px;
}
.shr-quote-hero__lead { font-size: 17px; line-height: 1.6; color: var(--s2u-neutral-700); max-width: 62ch; margin: 0 0 28px; }

/* Photo sits directly on the page background — no card, border, or shadow.
   A soft radial mask feathers the edges so it visually dissolves into the
   page rather than reading as a pasted-in rectangle (same treatment as the
   Why Buy From Us / Why Shred hero photos). This particular photo has flat
   white walls with no natural vignette, so the fade starts earlier/wider
   than the Why Buy From Us value to stay visually perceptible. */
.shr-quote-hero__media img {
	width: 100%; height: auto; display: block;
	-webkit-mask-image: radial-gradient(ellipse 78% 82% at center, #000 52%, transparent 97%);
	mask-image: radial-gradient(ellipse 78% 82% at center, #000 52%, transparent 97%);
}

.shr-quote-promises { display: flex; flex-direction: column; gap: 16px; }
.shr-quote-promise { display: flex; align-items: flex-start; gap: 14px; }
.shr-quote-promise__text { display: flex; flex-direction: column; gap: 2px; }
.shr-quote-promise__text strong { font-size: 15px; font-weight: 600; color: var(--s2u-text); }
.shr-quote-promise__text span { font-size: 13px; color: var(--s2u-neutral-500); }

/* ═══════════ Trust strip ═══════════ */
.shr-quote-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.shr-quote-trust__item { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border: 1px solid var(--s2u-divider); background: #fff; }
.shr-quote-trust__icon { color: var(--s2u-accent-700); flex-shrink: 0; }
.shr-quote-trust__icon svg { width: 22px; height: 22px; }
.shr-quote-trust__text { display: flex; flex-direction: column; gap: 2px; }
.shr-quote-trust__text strong { font-size: 13.5px; font-weight: 600; color: var(--s2u-text); }
.shr-quote-trust__text span { font-size: 12px; color: var(--s2u-neutral-500); }

/* ═══════════ Form + info (two-column) ═══════════ */
.shr-quote-main { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.shr-quote-form-col .s2u-h2 { margin-bottom: 14px; }
.shr-quote-form-intro { font-size: 15.5px; line-height: 1.6; color: var(--s2u-neutral-700); margin: 0 0 24px; max-width: 60ch; }
.shr-quote-form-frame { padding: clamp(20px, 3vw, 32px); background: #fff; }

/* Ninja Forms styling — matches the s2u form-field language. */
.shr-quote-form-frame .nf-form-title { display: block; margin: 0 0 6px; }
.shr-quote-form-frame .nf-form-title h3 {
	font-family: var(--s2u-font-heading); font-weight: 600; font-size: 22px;
	letter-spacing: .02em; text-transform: uppercase; color: var(--s2u-text); margin: 0;
}
.shr-quote-form-frame .nf-form-fields-required { font-size: 12px; color: var(--s2u-neutral-500); margin-bottom: 20px; }
.shr-quote-form-frame .nf-field-label label { font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--s2u-text); }
.shr-quote-form-frame input[type="text"],
.shr-quote-form-frame input[type="email"],
.shr-quote-form-frame input[type="tel"],
.shr-quote-form-frame input[type="number"],
.shr-quote-form-frame textarea,
.shr-quote-form-frame select {
	width: 100%; padding: 11px 14px; font-family: var(--s2u-font-body); font-size: 15px;
	color: var(--s2u-text); background: var(--s2u-bg); border: 1px solid var(--s2u-divider);
	border-radius: 0; box-shadow: none;
}
.shr-quote-form-frame input[type="text"]:focus,
.shr-quote-form-frame input[type="email"]:focus,
.shr-quote-form-frame input[type="tel"]:focus,
.shr-quote-form-frame input[type="number"]:focus,
.shr-quote-form-frame textarea:focus {
	outline: none; border-color: var(--s2u-accent-700);
}
.shr-quote-form-frame .nf-submit button {
	font-family: var(--s2u-font-heading); font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
	background: var(--s2u-red); color: #fff; border: 1px solid transparent; padding: 12px 26px;
	border-radius: 0; cursor: pointer; transition: background .18s ease;
}
.shr-quote-form-frame .nf-submit button:hover { background: var(--s2u-red-dark); }

/* Info column — stacked cards */
.shr-quote-info-col { display: flex; flex-direction: column; gap: 20px; }
.shr-quote-info-card { padding: 24px; background: #fff; }
.shr-quote-info-card__heading {
	font-family: var(--s2u-font-heading); font-weight: 600; font-size: 18px;
	text-transform: uppercase; color: var(--s2u-text); margin: 0 0 16px;
	padding-bottom: 14px; border-bottom: 1px solid var(--s2u-divider);
}
.shr-quote-info-card__text { font-size: 14.5px; line-height: 1.6; color: var(--s2u-neutral-700); margin: 0 0 16px; }

.shr-quote-checklist { display: flex; flex-direction: column; gap: 12px; }
.shr-quote-checklist__item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.5; color: var(--s2u-neutral-700); }
.shr-quote-checklist__item svg { width: 16px; height: 16px; color: var(--s2u-accent-700); flex-shrink: 0; margin-top: 2px; }

.shr-quote-info-card--dark { background: var(--s2u-navy); }
.shr-quote-info-card--dark .shr-quote-info-card__heading { color: #fff; border-bottom-color: rgba(255, 255, 255, .14); }
.shr-quote-contact-list { display: flex; flex-direction: column; gap: 16px; }
.shr-quote-contact-item { display: flex; align-items: flex-start; gap: 12px; }
.shr-quote-contact-item__icon { color: var(--s2u-accent-400); flex-shrink: 0; margin-top: 2px; }
.shr-quote-contact-item__icon svg { width: 18px; height: 18px; }
.shr-quote-contact-item__label { display: block; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .5); margin-bottom: 2px; }
.shr-quote-contact-item__value { display: block; font-size: 14.5px; font-weight: 600; color: #fff; text-decoration: none; }
.shr-quote-contact-item__value:hover { color: var(--s2u-red); }
span.shr-quote-contact-item__value { font-weight: 600; }

.shr-quote-info-card--accent { background: var(--s2u-accent-100); }

/* ═══════════ 02 · The process (4 steps) ═══════════ */
.shr-quote-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.shr-quote-step { padding: 24px; background: #fff; display: flex; flex-direction: column; gap: 8px; }
.shr-quote-step__num {
	font-family: var(--s2u-font-heading); font-weight: 600; font-size: 32px; line-height: 1;
	color: var(--s2u-accent-400); font-feature-settings: 'tnum' 1;
}
.shr-quote-step__title { font-family: var(--s2u-font-heading); font-weight: 600; font-size: 17px; text-transform: uppercase; color: var(--s2u-text); margin: 0; }
.shr-quote-step__desc { font-size: 14px; line-height: 1.55; color: var(--s2u-neutral-700); margin: 0; }

/* ═══════════ Responsive ═══════════ */
@media (max-width: 1000px) {
	.shr-quote-hero__grid { grid-template-columns: 1fr; }
	.shr-quote-hero__media { max-width: 420px; margin: 0 auto; }
	.shr-quote-main { grid-template-columns: 1fr; }
	.shr-quote-trust { grid-template-columns: repeat(2, 1fr); }
	.shr-quote-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	.shr-quote-trust { grid-template-columns: 1fr; }
	.shr-quote-steps { grid-template-columns: 1fr; }
}
