/**
 * Screener Equipment Category Page
 *
 * Scoped under .se-page with se- prefix on all custom classes.
 * Reuses global utilities from main.css: .section-eyebrow, .section-title,
 * .section-sub, .btn, .btn-primary, .btn-ghost, .btn-outline-dark, .btn-light,
 * .btn-sm, .btn-arrow
 *
 * NOTE: Screener has ONE model (CD410), not two. The model section uses a
 * single centered card layout instead of a 2-column grid.
 *
 * @package GCS_Rentals
 * @since 2.0.0
 */

/* -------------------------------------------------------
 * Variables (scoped)
 * ------------------------------------------------------- */
.se-page {
    --se-red: #C41820;
    --se-red-deep: #9E1015;
    --se-black: #000000;
    --se-white: #FFFFFF;
    --se-gray-95: #F5F5F5;
    --se-gray-92: #ECECEC;
    --se-gray-85: #D8D8D8;
    --se-gray-60: #888888;
    --se-gray-30: #2A2A2A;
    --se-line: #E2E2E2;
}

/* -------------------------------------------------------
 * Layout
 * ------------------------------------------------------- */
.se-container {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

.se-section {
    padding: 96px 0;
}

.se-section-gray {
    background: var(--se-gray-95);
}

.se-section-head {
    margin-bottom: 56px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 32px;
    flex-wrap: wrap;
}

.se-section-head > div:first-child {
    max-width: 760px;
}

/* Override section-sub color inside .se-page */
.se-page .section-sub {
    color: var(--se-gray-30);
}

/* -------------------------------------------------------
 * 1. Breadcrumb
 * ------------------------------------------------------- */
.se-breadcrumb {
    background: var(--se-gray-95);
    border-bottom: 1px solid var(--se-line);
}

/* -------------------------------------------------------
 * 2. Hero
 * ------------------------------------------------------- */
.se-hero {
    background: var(--se-black);
    color: var(--se-white);
    position: relative;
    overflow: hidden;
}

.se-hero-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 0;
    min-height: 600px;
}

.se-hero-main {
    padding: 80px 56px 72px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.se-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--se-red);
    margin-bottom: 22px;
}

.se-hero-eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--se-red);
}

.se-hero-h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: clamp(48px, 6.4vw, 104px);
    line-height: 0.92;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-wrap: balance;
    margin: 0 0 22px;
}

.se-accent {
    color: var(--se-red);
}

.se-hero-sub {
    font-size: 18px;
    line-height: 1.5;
    max-width: 580px;
    color: rgba(255,255,255,.85);
    margin: 0 0 28px;
}

.se-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.se-hero-meta {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.15);
}

.se-hero-meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.se-hero-meta-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 1;
    color: var(--se-white);
}

.se-unit {
    font-size: 16px;
    color: rgba(255,255,255,.85);
    margin-left: 4px;
}

.se-hero-meta-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,.85);
}

/* Hero photo panel */
.se-hero-photo {
    background: #111;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    border-left: 1px solid rgba(255,255,255,.08);
}

.se-hero-photo svg {
    width: 100%;
    height: 100%;
    display: block;
}

.se-hero-photo-tag {
    position: absolute;
    top: 24px;
    left: 24px;
    background: var(--se-red);
    color: var(--se-white);
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.se-hero-photo-spec {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background: rgba(0,0,0,.85);
    border-left: 3px solid var(--se-red);
    padding: 16px 20px;
    backdrop-filter: blur(8px);
}

.se-hero-photo-spec h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    color: var(--se-white);
    margin: 0 0 4px;
}

.se-hero-photo-spec p {
    font-size: 14px;
    color: rgba(255,255,255,.85);
    margin: 0;
    letter-spacing: 0.04em;
}

/* -------------------------------------------------------
 * 3. How It Works
 * ------------------------------------------------------- */
.se-how-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.se-how-diagram {
    background: var(--se-black);
    aspect-ratio: 5/4;
    padding: 0;
}

.se-how-diagram svg {
    width: 100%;
    height: 100%;
    display: block;
}

.se-how-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1.5px solid var(--se-black);
}

.se-how-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px solid var(--se-line);
    align-items: start;
}

.se-how-step:last-child {
    border-bottom: 1.5px solid var(--se-black);
}

.se-how-step-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 0.9;
    color: var(--se-red);
    letter-spacing: -0.02em;
}

.se-how-step h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    margin: 0 0 6px;
}

.se-how-step p {
    font-size: 15px;
    line-height: 1.5;
    color: var(--se-gray-30);
    margin: 0;
}

/* -------------------------------------------------------
 * 4. Models (Single card layout for CD410)
 * ------------------------------------------------------- */
.se-model-single {
    display: flex;
    justify-content: center;
    border: 1.5px solid var(--se-black);
    max-width: 680px;
    margin: 0 auto;
}

.se-model-card {
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: var(--se-white);
    width: 100%;
}

.se-model-tag {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--se-gray-60);
    margin-bottom: 8px;
}

.se-model-featured .se-model-tag {
    color: var(--se-red);
}

.se-model-card h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 56px;
    line-height: 0.9;
    letter-spacing: -0.02em;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.se-model-blurb {
    font-size: 15px;
    line-height: 1.5;
    color: var(--se-gray-30);
    margin: 0 0 24px;
    max-width: 380px;
}

.se-model-image {
    background: var(--se-black);
    aspect-ratio: 16/9;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.se-model-image svg {
    width: 100%;
    height: 100%;
    display: block;
}

.se-model-specs {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    border-top: 1px solid var(--se-line);
}

.se-model-specs li {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 12px 0;
    border-bottom: 1px solid var(--se-line);
    font-size: 14px;
    gap: 16px;
}

.se-model-specs li span:first-child {
    color: var(--se-gray-60);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 14px;
}

.se-model-specs li span:last-child {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: right;
}

.se-model-card .btn {
    align-self: flex-start;
    margin-top: auto;
}

.se-model-featured .btn-primary {
    background: var(--se-red);
    color: var(--se-white);
}

.se-model-featured .btn-primary:hover {
    background: var(--se-red-deep);
}

/* -------------------------------------------------------
 * 5. Use Cases
 * ------------------------------------------------------- */
.se-use-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1.5px solid var(--se-black);
}

.se-use-cell {
    padding: 32px 28px;
    border-right: 1px solid var(--se-line);
    border-bottom: 1px solid var(--se-line);
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 240px;
}

.se-use-cell:nth-child(3n) {
    border-right: none;
}

.se-use-cell:nth-last-child(-n+3) {
    border-bottom: none;
}

.se-use-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.18em;
    color: var(--se-red);
}

.se-use-cell h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    line-height: 1.05;
    margin: 0;
}

.se-use-cell p {
    font-size: 15px;
    line-height: 1.5;
    color: var(--se-gray-30);
    margin: 0;
}

.se-use-accept {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--se-gray-60);
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid var(--se-line);
}

/* -------------------------------------------------------
 * 6. Economics Callout
 * ------------------------------------------------------- */
.se-econ {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 0;
}

.se-econ-side {
    background: var(--se-red);
    color: var(--se-white);
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.se-econ-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 96px;
    line-height: 0.85;
    letter-spacing: -0.04em;
    margin-bottom: 12px;
}

.se-econ-side h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    margin: 0;
}

.se-econ-body {
    background: var(--se-black);
    color: var(--se-white);
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.se-econ-eyebrow {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--se-red);
}

.se-econ-heading {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    max-width: 620px;
    margin: 0;
}

.se-econ-body p {
    font-size: 16px;
    line-height: 1.55;
    color: rgba(255,255,255,.85);
    margin: 0;
    max-width: 620px;
}

.se-econ-body p strong {
    color: var(--se-white);
    font-weight: 700;
}

.se-econ-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 8px;
}

.se-econ-stat {
    padding-left: 16px;
    border-left: 3px solid var(--se-red);
}

.se-econ-stat-v {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 1;
    color: var(--se-white);
    letter-spacing: -0.02em;
}

.se-econ-stat-l {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,.85);
    margin-top: 4px;
}

.se-econ-body .btn {
    align-self: flex-start;
    margin-top: 8px;
}

/* -------------------------------------------------------
 * 7. Savings Calculator
 * ------------------------------------------------------- */
.se-calc {
    background: var(--se-black);
    color: var(--se-white);
}

.se-calc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 560px;
}

/* Inputs panel (left) */
.se-calc-inputs {
    padding: 56px 48px;
    border-right: 1px solid rgba(255,255,255,.12);
}

.se-calc-inputs h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: clamp(32px, 3.6vw, 48px);
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    margin: 0 0 12px;
}

.se-calc-desc {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255,255,255,.85);
    margin: 0 0 32px;
    max-width: 480px;
}

/* Slider field */
.se-calc-field {
    margin-bottom: 28px;
}

.se-calc-field-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}

.se-calc-field-head label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,.85);
}

.se-calc-val {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
    color: var(--se-white);
    letter-spacing: -0.01em;
}

/* Range slider custom styling */
.se-calc-field input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: rgba(255,255,255,.2);
    outline: none;
    border-radius: 0;
    margin: 0;
}

.se-calc-field input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    background: var(--se-red);
    border: 3px solid var(--se-white);
    box-shadow: 0 0 0 1.5px var(--se-black);
    cursor: pointer;
    border-radius: 50%;
}

.se-calc-field input[type="range"]::-moz-range-thumb {
    width: 22px;
    height: 22px;
    background: var(--se-red);
    border: 3px solid var(--se-white);
    box-shadow: 0 0 0 1.5px var(--se-black);
    cursor: pointer;
    border-radius: 50%;
}

.se-calc-field input[type="range"]::-moz-range-track {
    height: 4px;
    background: rgba(255,255,255,.2);
    border: none;
}

.se-calc-field-hints {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    font-size: 13px;
    color: rgba(255,255,255,.85);
    letter-spacing: 0.04em;
}

/* Model toggle */
.se-calc-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.se-calc-toggle button {
    padding: 14px 20px;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,.2);
    color: rgba(255,255,255,.85);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background .15s, color .15s, border-color .15s;
    text-align: center;
}

.se-calc-toggle button + button {
    border-left: none;
}

.se-calc-toggle button.active {
    background: var(--se-red);
    border-color: var(--se-red);
    color: var(--se-white);
}

.se-calc-toggle button:hover:not(.active) {
    border-color: rgba(255,255,255,.5);
    color: var(--se-white);
}

/* Output panel (right) */
.se-calc-output {
    padding: 56px 48px;
    background: linear-gradient(180deg, #111 0%, #000 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.se-calc-output-eye {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--se-red);
    margin-bottom: 14px;
}

.se-calc-output h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    margin: 0 0 28px;
}

/* Comparison bars */
.se-calc-bar {
    margin-bottom: 20px;
}

.se-calc-bar-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
}

.se-calc-bar-row > span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,.85);
}

.se-calc-bar-row > strong {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--se-white);
}

.se-calc-bar-track {
    width: 100%;
    height: 12px;
    background: rgba(255,255,255,.08);
    position: relative;
}

.se-calc-bar-fill {
    height: 100%;
    transition: width .3s ease;
}

.se-calc-bar-haul .se-calc-bar-fill {
    background: var(--se-gray-60);
}

.se-calc-bar-screen .se-calc-bar-fill {
    background: var(--se-red);
}

.se-calc-bar-row.se-calc-bar-breakdown {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 13px;
    color: rgba(255,255,255,.85);
    letter-spacing: 0.04em;
}

.se-calc-bar-row.se-calc-bar-breakdown > span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
    color: rgba(255,255,255,.85);
}

/* Product toggle (3-col) */
.se-calc-toggle-product {
    grid-template-columns: 1fr 1fr 1fr;
}

.se-calc-toggle-product button {
    font-size: 13px;
    padding: 12px 10px;
    letter-spacing: 0.02em;
}

/* Verdict box */
.se-calc-verdict {
    margin-top: 28px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.se-calc-verdict--positive {
    background: #1a6b35;
}

.se-calc-verdict--neutral {
    background: var(--se-gray-30);
}

.se-calc-verdict-icon {
    font-size: 28px;
    line-height: 1;
    color: var(--se-white);
    flex-shrink: 0;
    width: 40px;
    text-align: center;
}

.se-calc-verdict-body {
    flex: 1;
}

.se-calc-verdict-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,.85);
}

.se-calc-verdict-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 0.95;
    letter-spacing: -0.02em;
    color: var(--se-white);
    margin-top: 4px;
}

.se-calc-verdict-detail {
    font-size: 14px;
    color: rgba(255,255,255,.85);
    margin-top: 4px;
    letter-spacing: 0.02em;
}

/* Screening note */
.se-calc-screen-note {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,.85);
    margin-top: 16px;
    padding: 14px 18px;
    border-left: 3px solid var(--se-red);
    background: rgba(255,255,255,.04);
}

/* -------------------------------------------------------
 * 7b. Cross-Sell
 * ------------------------------------------------------- */
.se-crosssell {
    background: var(--se-gray-95);
}

.se-crosssell-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 64px;
    align-items: start;
}

.se-crosssell-content .section-title {
    margin-bottom: 16px;
}

.se-crosssell-content .section-sub {
    margin-bottom: 28px;
}

.se-crosssell-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1.5px solid var(--se-black);
}

.se-crosssell-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--se-line);
    align-items: start;
}

.se-crosssell-step:last-child {
    border-bottom: 1.5px solid var(--se-black);
}

.se-crosssell-step-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 0.9;
    color: var(--se-red);
    letter-spacing: -0.02em;
}

.se-crosssell-step h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    margin: 0 0 4px;
}

.se-crosssell-step p {
    font-size: 15px;
    line-height: 1.5;
    color: var(--se-gray-30);
    margin: 0;
}

/* Footer note */
.se-calc-foot {
    font-size: 15px;
    color: rgba(255,255,255,.85);
    margin-top: 20px;
    line-height: 1.5;
}

/* -------------------------------------------------------
 * 8. Locations
 * ------------------------------------------------------- */
.se-map-band {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    margin-bottom: 56px;
}

.se-us-map {
    aspect-ratio: 5/3;
    background: var(--se-black);
    border: 1.5px solid var(--se-black);
}

.se-us-map svg {
    width: 100%;
    height: 100%;
    display: block;
}

.se-map-heading {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    margin: 0 0 16px;
}

.se-map-desc {
    font-size: 15px;
    line-height: 1.5;
    color: var(--se-gray-30);
    margin: 0 0 24px;
    max-width: 480px;
}

.se-map-stats {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    padding: 18px 0;
    border-top: 1.5px solid var(--se-black);
    border-bottom: 1.5px solid var(--se-black);
}

.se-map-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.se-map-stat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 1;
    color: var(--se-red);
}

.se-map-stat-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--se-gray-60);
}

/* -------------------------------------------------------
 * 10. Blog
 * ------------------------------------------------------- */
.se-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.se-blog-card {
    background: var(--se-white);
    border: 1.5px solid var(--se-line);
    display: flex;
    flex-direction: column;
    transition: border-color .15s, transform .15s;
    text-decoration: none;
    color: var(--se-black);
}

.se-blog-card:hover {
    border-color: var(--se-black);
    transform: translateY(-2px);
}

.se-blog-cover {
    background: var(--se-black);
    aspect-ratio: 16/10;
    position: relative;
    overflow: hidden;
}

.se-blog-cover svg {
    width: 100%;
    height: 100%;
}

.se-blog-cover-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--se-red);
    color: var(--se-white);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.se-blog-body {
    padding: 24px 24px 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.se-blog-meta {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--se-gray-60);
}

.se-blog-card h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    margin: 0;
}

.se-blog-card p {
    font-size: 15px;
    line-height: 1.55;
    color: var(--se-gray-30);
    margin: 0;
}

.se-blog-link {
    margin-top: auto;
    padding-top: 14px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.se-blog-link::after {
    content: '\2192';
    transition: transform .15s;
}

.se-blog-card:hover .se-blog-link::after {
    transform: translateX(4px);
}

/* -------------------------------------------------------
 * 11. Final CTA
 * ------------------------------------------------------- */
.se-final-cta {
    background: var(--se-red);
    color: var(--se-white);
    padding: 96px 0;
}

.se-final-cta-inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    align-items: center;
}

.se-final-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--se-white);
    margin-bottom: 14px;
}

.se-final-eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--se-white);
}

.se-final-cta h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: clamp(40px, 5.5vw, 80px);
    line-height: 0.95;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    text-wrap: balance;
    margin: 0 0 20px;
}

.se-final-cta-lead {
    font-size: 17px;
    line-height: 1.5;
    opacity: 0.95;
    margin: 0 0 28px;
    max-width: 540px;
}

.se-final-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.se-final-cta-hours {
    margin-top: 24px;
    font-size: 14px;
    opacity: 0.85;
    letter-spacing: 0.04em;
}

/* Quote form wrapper override */
.se-quote-form {
    background: var(--se-white);
    color: var(--se-black);
    padding: 36px;
}

.se-quote-form .contact-form-component {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}

.se-quote-form .contact-form-component__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

/* -------------------------------------------------------
 * 12. Sticky Mobile CTA
 * ------------------------------------------------------- */
.se-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 70;
    background: var(--se-black);
    padding: 12px 16px;
    border-top: 4px solid var(--se-red);
    gap: 10px;
}

.se-sticky-cta .btn {
    flex: 1;
}

/* -------------------------------------------------------
 * Responsive: 980px
 * ------------------------------------------------------- */
@media (max-width: 980px) {
    .se-hero-grid {
        grid-template-columns: 1fr;
    }

    .se-hero-main {
        padding: 56px 20px;
    }

    .se-hero-photo {
        min-height: 320px;
    }

    .se-how-grid {
        grid-template-columns: 1fr;
    }

    .se-model-single {
        max-width: 100%;
    }

    .se-use-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .se-use-cell:nth-child(3n) {
        border-right: 1px solid var(--se-line);
    }

    .se-use-cell:nth-last-child(-n+3) {
        border-bottom: 1px solid var(--se-line);
    }

    .se-use-cell:nth-child(2n) {
        border-right: none;
    }

    .se-use-cell:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .se-econ {
        grid-template-columns: 1fr;
    }

    .se-calc-grid {
        grid-template-columns: 1fr;
    }

    .se-calc-inputs {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .se-crosssell-grid {
        grid-template-columns: 1fr;
    }

    .se-map-band {
        grid-template-columns: 1fr;
    }

    .se-blog-grid {
        grid-template-columns: 1fr;
    }

    .se-final-cta-inner {
        grid-template-columns: 1fr;
    }

    .se-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .se-econ-stats {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* -------------------------------------------------------
 * Responsive: 720px
 * ------------------------------------------------------- */
@media (max-width: 720px) {
    .se-sticky-cta {
        display: flex;
    }

    .se-page {
        padding-bottom: 84px;
    }

    .se-section {
        padding: 64px 0;
    }

    .se-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .se-final-cta {
        padding: 64px 0;
    }

    .se-hero-meta {
        gap: 24px;
    }

    .se-map-stats {
        gap: 16px;
    }

    .se-econ-side {
        padding: 32px;
    }

    .se-econ-body {
        padding: 32px;
    }

    .se-calc-inputs {
        padding: 36px 24px;
    }

    .se-calc-output {
        padding: 36px 24px;
    }

    .se-model-card h3 {
        font-size: 42px;
    }
}

/* -------------------------------------------------------
 * Responsive: 560px
 * ------------------------------------------------------- */
@media (max-width: 560px) {
    .se-use-grid {
        grid-template-columns: 1fr;
    }

    .se-use-cell:nth-child(n) {
        border-right: none;
        border-bottom: 1px solid var(--se-line);
    }

    .se-use-cell:last-child {
        border-bottom: none;
    }

    .se-hero-h1 {
        font-size: clamp(36px, 10vw, 48px);
    }

    .se-hero-main {
        padding: 40px 16px;
    }

    .se-calc-toggle-product {
        grid-template-columns: 1fr;
    }

    .se-calc-verdict {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}
