/* ── Reset scope ────────────────────────────────────────────── */
.dfsp-page *, .dfsp-page *::before, .dfsp-page *::after { box-sizing: border-box; }
.dfsp-page { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #111827; line-height: 1.6; }

/* ── Layout ─────────────────────────────────────────────────── */
.dfsp-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.dfsp-wrap--narrow { max-width: 800px; }
.dfsp-section { padding: 3rem 0; }
.dfsp-section--white { background: #fff; }
.dfsp-section--alt   { background: #f8f9fa; }

/* ── Section header ─────────────────────────────────────────── */
.dfsp-section-hd { text-align: center; margin-bottom: 20px; }
.dfsp-section-hd h2 { font-size: 32px; font-weight: 700; margin: 0 0 10px; color: #111827; }
.dfsp-section-hd p  { font-size: 18px; color: #6b7280; margin: 0; }
.dfsp-section-intro-custom { margin-bottom: 40px; font-size: 17px; color: #374151; line-height: 1.75; }

/* ── Breadcrumb ─────────────────────────────────────────────── */
.dfsp-breadcrumb { font-size: 14px; color: #6b7280; margin-bottom: 24px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.dfsp-breadcrumb a { color: #0978de; text-decoration: none; }
.dfsp-breadcrumb a:hover { text-decoration: underline; }

/* ── Hero ───────────────────────────────────────────────────── */
.dfsp-hero { background: linear-gradient(135deg, #f0f6ff 0%, #e8f0fe 50%, #f0fdf4 100%); padding: 64px 0; }
.dfsp-hero__body { display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: center; }
.dfsp-hero__title { font-size: 44px; font-weight: 800; color: #111827; margin: 0 0 20px; line-height: 1.15; }
.dfsp-hero__intro { font-size: 17px; color: #374151; line-height: 1.75; margin-bottom: 28px; }
.dfsp-hero__intro p { margin: 0 0 12px; }
.dfsp-hero__intro p:last-child { margin: 0; }

/* pills */
.dfsp-hero__pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.dfsp-pill { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1.5px solid #dbeafe; border-radius: 999px; padding: 6px 14px; font-size: 13px; font-weight: 500; color: #1e40af; }

/* buttons */
.dfsp-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.dfsp-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; font-size: 15px; font-weight: 600; text-decoration: none; border-radius: 8px; border: 2px solid transparent; cursor: pointer; transition: all 0.2s ease; font-family: inherit; }
.dfsp-btn--primary { background: #0978de; color: #fff; }
.dfsp-btn--primary:hover { background: #075eb8; }
.dfsp-btn--outline { background: #fff; color: #0978de; border-color: #0978de; }
.dfsp-btn--outline:hover { background: #0978de; color: #fff; }
.dfsp-btn--white { background: #fff; color: #0978de; border-color: #fff; }
.dfsp-btn--white:hover { background: #f0f6ff; }
.dfsp-btn--outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.dfsp-btn--outline-white:hover { background: rgba(255,255,255,0.12); border-color: #fff; }

/* coverage card */
.dfsp-coverage-card { background: #fff; border-radius: 20px; padding: 36px; box-shadow: 0 8px 32px rgba(9,120,222,0.12); text-align: center; }
.dfsp-coverage-card__abbr { font-size: 64px; font-weight: 800; color: #0978de; line-height: 1; margin-bottom: 4px; }
.dfsp-coverage-card__label { font-size: 13px; color: #9ca3af; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 28px; }
.dfsp-coverage-card__stats { display: flex; justify-content: space-around; margin-bottom: 28px; }
.dfsp-cov-stat strong { display: block; font-size: 28px; font-weight: 700; color: #111827; line-height: 1; }
.dfsp-cov-stat span { display: block; font-size: 12px; color: #9ca3af; margin-top: 5px; }
.dfsp-coverage-card__cta { display: inline-block; background: #0978de; color: #fff; text-decoration: none; padding: 12px 28px; border-radius: 8px; font-weight: 600; font-size: 15px; width: 100%; transition: background .2s; }
.dfsp-coverage-card__cta:hover { background: #075eb8; }

/* ── Overview grid (2 cards) ────────────────────────────────── */
.dfsp-overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.dfsp-info-card { background: #fff; border: 1.5px solid #e5e7eb; border-radius: 16px; padding: 36px; }
.dfsp-info-card--climate { border-top: 4px solid #f59e0b; }
.dfsp-info-card__icon { width: 52px; height: 52px; background: #f0f6ff; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.dfsp-info-card__title { font-size: 20px; font-weight: 700; color: #111827; margin: 0 0 14px; }
.dfsp-info-card__body { font-size: 15px; color: #374151; line-height: 1.75; }
.dfsp-info-card__body p { margin: 0 0 12px; }
.dfsp-info-card__body p:last-child { margin: 0; }

/* ── Common issues ───────────────────────────────────────────── */
.dfsp-common-issues { background: #fff; border: 1.5px solid #e5e7eb; border-radius: 14px; padding: 28px 32px;  font-size: 15px; color: #374151; line-height: 1.75; }
.dfsp-common-issues p { margin: 0 0 10px; }
.dfsp-common-issues p:last-child { margin: 0; }

/* ── Services grid ───────────────────────────────────────────── */
.dfsp-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top:20px; margin-bottom: 20px; }
.dfsp-svc-card { background: #fff; border: 1.5px solid #e5e7eb; border-radius: 14px; padding: 28px; transition: border-color .2s, box-shadow .2s, transform .2s; display: flex; flex-direction: column; }
.dfsp-svc-card:hover { border-color: #0978de; box-shadow: 0 8px 20px rgba(9,120,222,0.1); transform: translateY(-3px); }
.dfsp-svc-card__title { font-size: 18px; font-weight: 700; color: #111827; margin: 0 0 10px; }
.dfsp-svc-card__desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin: 0 0 16px; flex-grow: 1; }
.dfsp-svc-card__link { display: inline-flex; align-items: center; font-size: 14px; font-weight: 600; color: #0978de; text-decoration: none; margin-top: auto; transition: letter-spacing .15s; }
.dfsp-svc-card:hover .dfsp-svc-card__link { letter-spacing: .3px; }

/* ── Cities grid ─────────────────────────────────────────────── */
.dfsp-cities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.dfsp-city-card { display: block; background: #fff; border: 1.5px solid #e5e7eb; border-radius: 14px; padding: 28px; text-decoration: none; transition: border-color .2s, box-shadow .2s, transform .2s; }
.dfsp-city-card:hover { border-color: #0978de; box-shadow: 0 8px 20px rgba(9,120,222,0.1); transform: translateY(-3px); }
.dfsp-city-card__hd { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.dfsp-city-card__hd h3 { font-size: 20px; font-weight: 700; color: #111827; margin: 0; }
.dfsp-city-card__pop { font-size: 12px; color: #6b7280; background: #f0f6ff; padding: 4px 10px; border-radius: 99px; white-space: nowrap; }
.dfsp-city-card__excerpt { font-size: 14px; color: #6b7280; line-height: 1.6; margin: 0 0 14px; }
.dfsp-city-card__ft { display: flex; justify-content: space-between; font-size: 13px; color: #9ca3af; }
.dfsp-city-card__cta { color: #0978de; font-weight: 600; transition: letter-spacing .15s; }
.dfsp-city-card:hover .dfsp-city-card__cta { letter-spacing: .3px; }
.dfsp-no-cities { text-align: center; color: #6b7280; font-size: 16px; padding: 40px 0; }

/* ── Regulatory grid ─────────────────────────────────────────── */
.dfsp-reg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.dfsp-reg-card { background: #fff; border: 1.5px solid #e5e7eb; border-radius: 14px; padding: 32px; }
.dfsp-reg-card__icon { width: 48px; height: 48px; background: #f0f6ff; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.dfsp-reg-card h3 { font-size: 18px; font-weight: 700; color: #111827; margin: 0 0 14px; }
.dfsp-reg-card__body { font-size: 15px; color: #374151; line-height: 1.75; }
.dfsp-reg-card__body p { margin: 0 0 12px; }
.dfsp-reg-card__body p:last-child { margin: 0; }

/* ── Trust ───────────────────────────────────────────────────── */
.dfsp-trust__title { font-size: 28px; font-weight: 700; text-align: center; margin: 0 0 48px; color: #111827; }
.dfsp-trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; text-align: center; }
.dfsp-trust-item__icon { width: 60px; height: 60px; background: #f0f6ff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.dfsp-trust-item h3 { font-size: 16px; font-weight: 700; color: #111827; margin: 0 0 6px; }
.dfsp-trust-item p  { font-size: 14px; color: #6b7280; margin: 0; line-height: 1.5; }

/* ── FAQs ────────────────────────────────────────────────────── */
.dfsp-faqs-layout { display: grid; gap: 2rem; align-items: start; }
.dfsp-faqs-hd { position: sticky; top: 28px; }
.dfsp-faqs-hd h2 { font-size: 26px; font-weight: 700; color: #111827; margin: 0 0 10px; }
.dfsp-faqs-hd p  { font-size: 15px; color: #6b7280; margin: 0; line-height: 1.6; }
.dfsp-faqs-list  { display: flex; flex-direction: column; gap: 6px; }
.dfsp-faq { border: 1.5px solid #e5e7eb; border-radius: 10px; overflow: hidden; background: #fff; transition: border-color .2s; }
.dfsp-faq--open  { border-color: #0978de; }
.dfsp-faq__btn   { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 20px; background: transparent; border: none; cursor: pointer; text-align: left; font-size: 15px; font-weight: 600; color: #111827; font-family: inherit; transition: background .15s; }
.dfsp-faq__btn:hover { background: #f7f8fa; }
.dfsp-faq--open .dfsp-faq__btn { background: #f0f6ff; color: #0978de; }
.dfsp-faq__chevron { flex-shrink: 0; color: #9ca3af; transition: transform .25s, color .2s; }
.dfsp-faq--open .dfsp-faq__chevron { transform: rotate(180deg); color: #0978de; }
.dfsp-faq__ans   { overflow: hidden; max-height: 0; transition: max-height .35s ease; }
.dfsp-faq--open .dfsp-faq__ans { max-height: 600px; }
.dfsp-faq__ans-inner { padding: 4px 20px 22px; }
.dfsp-faq__ans-inner p { margin: 0 0 12px; font-size: 15px; color: #374151; line-height: 1.75; }
.dfsp-faq__ans-inner p:last-child { margin: 0; }

.dfsp-service-card__icon {
    max-width: 40px;
}

.dfsp-service-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}
.dfsp-service-card:hover {
    border-color: #0978de;
    box-shadow: 0 8px 24px rgba(9,120,222,.12);
    transform: translateY(-3px);
}
.dfsp-services-grid p {
    color: #000;
    padding-top: 10px;
}
/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .dfsp-hero__body { grid-template-columns: 1fr; }
    .dfsp-hero__right { display: none; } /* hide card on mobile */
}
@media (max-width: 900px) {
    .dfsp-overview-grid,
    .dfsp-reg-grid,
    .dfsp-faqs-layout { grid-template-columns: 1fr; gap: 20px; }
    .dfsp-faqs-hd { position: static; }
    .dfsp-hero__title { font-size: 32px; }
}
@media (max-width: 600px) {
    .dfsp-section { padding: 48px 0; }
    .dfsp-hero { padding: 40px 0; }
    .dfsp-hero__title { font-size: 26px; }
    .dfsp-services-grid,
    .dfsp-cities-grid { grid-template-columns: 1fr; }
    .dfsp-trust-grid { grid-template-columns: 1fr 1fr; }
    .dfsp-cta-section h2 { font-size: 26px; }
}



/* ── Reset & Base Styles ───────────────────────────────────────────────── */
.dfc-page *, .dfc-page *::before, .dfc-page *::after,
.dfcs-page *, .dfcs-page *::before, .dfcs-page *::after,
.dfcp-page *, .dfcp-page *::before, .dfcp-page *::after { 
    box-sizing: border-box; 
}
 
.dfc-page, .dfcs-page, .dfcp-page { 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
    color: #1d2327; 
    line-height: 1.7; 
}
 
/* ── Layout ───────────────────────────────────────────────────────────── */
.dfc-wrap, .dfcs-wrap, .dfcp-wrap { 
    max-width: 1250px; 
    margin: 0 auto; 
    padding: 0 3rem;
}
 
.dfc-section, .dfcs-section, .dfcp-section { 
    padding: 3rem 0; 
}
 
.dfc-section--alt, .dfcs-section--alt, .dfcp-section--alt { 
    background: #f7f8fa; 
}
 
.dfc-section--white, .dfcs-section--white { 
    background: #fff; 
}
 
.dfc-section-header, .dfcs-section-header { 
    text-align: center; 
    margin-bottom: 48px; 
}
 
.dfc-section-header h2, .dfcs-section-header h2 { 
    font-size: 32px; 
    font-weight: 700; 
    margin: 0 0 10px; 
    color: #111827; 
}
 
.dfc-section-header p, .dfcs-section-header p { 
    font-size: 17px; 
    color: #6b7280; 
    margin: 0; 
}
 
.dfc-eyebrow, .dfcs-eyebrow { 
    font-size: 11px; 
    font-weight: 700; 
    color: #9ca3af; 
    text-transform: uppercase; 
    letter-spacing: 0.8px; 
    margin-bottom: 10px; 
    display: block;
}
 
/* ── Breadcrumbs ──────────────────────────────────────────────────────── */
.dfc-breadcrumbs, .dfcs-breadcrumbs {
    background: #f8fafc;
    padding: 16px 0;
    border-bottom: 1px solid #e5e7eb;
}
 
.dfc-breadcrumb, .dfcs-breadcrumb { 
    display: flex; 
    flex-wrap: wrap; 
    align-items: center; 
    gap: 6px; 
    font-size: 14px; 
    color: #6b7280; 
}
 
.dfc-breadcrumb a, .dfcs-breadcrumb a { 
    color: #0978de; 
    text-decoration: none; 
}
 
.dfc-breadcrumb a:hover, .dfcs-breadcrumb a:hover { 
    text-decoration: underline; 
}
 
/* Secondary breadcrumb (city-service only) */
.dfcs-breadcrumb-alt {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
 
.dfcs-bc-also {
    font-weight: 600;
    margin-right: 4px;
}
 
.dfcs-breadcrumb-alt a {
    color: #6b7280;
    text-decoration: none;
}
 
.dfcs-breadcrumb-alt a:hover {
    color: #0978de;
    text-decoration: underline;
}
 
/* ── Hero Section ─────────────────────────────────────────────────────── */
.dfc-hero, .dfcs-hero {
    background: #f0f4f9;
    padding: 48px 0 60px;
}
 
.dfc-hero__body, .dfcs-hero__body {
    display: flex;
    align-items: flex-start;
    gap: 48px;
}
 
.dfc-hero__left, .dfcs-hero__left {
    flex: 1 1 0;
    min-width: 0;
}
 
.dfc-hero__right, .dfcs-hero__right {
    flex: 0 0 360px;
    width: 360px;
}
 
/* Trust badge */
.dfc-badge, .dfcs-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 100px;
    padding: 7px 16px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #1f2937;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    margin-bottom: 20px;
}
 
.dfc-badge svg, .dfcs-badge svg {
    color: #10b981;
}
 
/* H1 Title */
.dfc-hero__title, .dfcs-hero__title {
    font-size: clamp(2rem, 4vw, 2.9rem);
    font-weight: 800;
    line-height: 1.1;
    color: #0d1117;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
}
 
/* Trust signals */
.dfc-trust-signals, .dfcs-trust-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}
 
.dfc-trust-signal, .dfcs-trust-signal {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 0.82rem;
    color: #374151;
    white-space: nowrap;
}
 
.dfc-trust-signal svg, .dfcs-trust-signal svg {
    color: #6b7280;
    flex-shrink: 0;
}
 
/* ── NEW: Intro Paragraph (Speakable) ──────────────────────────────────── */
.dfc-intro, .dfcs-intro {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.7;
    margin: 16px 0 24px;
    background: #fff;
    padding: 16px 20px;
    border-radius: 8px;
    border-left: 3px solid #0978de;
}
 
/* ── NEW: AEO Answer Box ────────────────────────────────────────────────── */
.dfc-answer-box, .dfcs-answer-box {
    background: #f0f6fc;
    border-left: 4px solid #0978de;
    padding: 16px 20px;
    margin: 20px 0;
    display: flex;
    gap: 12px;
    border-radius: 8px;
}
 
.dfc-answer-icon, .dfcs-answer-icon {
    flex-shrink: 0;
    color: #0978de;
    display: flex;
    align-items: flex-start;
    padding-top: 2px;
}
 
.dfc-answer-label, .dfcs-answer-label {
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
 
.dfc-answer-text, .dfcs-answer-text {
    font-size: 14px;
    color: #1e293b;
    line-height: 1.6;
}
 
/* ── Hero CTAs ─────────────────────────────────────────────────────────── */
.dfc-hero__cta, .dfcs-hero__cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}
 
/* ── Sidebar Card ──────────────────────────────────────────────────────── */
.dfc-coverage-card, .dfcs-coverage-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.10);
    position: sticky;
    top: 90px;
}
 
.dfc-coverage-card__icon, .dfcs-coverage-card__icon {
    width: 48px;
    height: 48px;
    background: #f0f6ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 12px;
}
 
.dfc-coverage-card__label, .dfcs-coverage-card__label {
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 16px;
}
 
.dfc-coverage-card__stats, .dfcs-coverage-card__stats,
.dfc-stats-grid {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
 
.dfc-cov-stat, .dfcs-cov-stat,
.dfc-stat {
    flex: 1;
    text-align: center;
}
 
.dfc-cov-stat strong, .dfcs-cov-stat strong,
.dfc-stat strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #0978de;
    line-height: 1;
    margin-bottom: 4px;
}
 
.dfc-cov-stat span, .dfcs-cov-stat span,
.dfc-stat span {
    display: block;
    font-size: 11px;
    color: #9ca3af;
}
 
/* Internal links in sidebar */
.dfc-internal-links, .dfcs-internal-links {
    margin: 16px 0;
}
 
.dfc-internal-links__label, .dfcs-internal-links__label {
    font-size: 10px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
 
.dfc-internal-link, .dfcs-internal-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f3f4f6;
    border-radius: 7px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #0E1A2C;
    text-decoration: none;
    margin-bottom: 6px;
    transition: border-color 0.15s;
}
 
.dfc-internal-link:hover, .dfcs-internal-link:hover {
    border-color: #0978de;
}
 
.dfc-coverage-card__cta, .dfcs-coverage-card__cta {
    display: block;
    width: 100%;
    background: #0978de;
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s;
}
 
.dfc-coverage-card__cta:hover, .dfcs-coverage-card__cta:hover {
    background: #0762b8;
    color: #fff;
}
 
/* ── Buttons ───────────────────────────────────────────────────────────── */
.dfc-btn, .dfcs-btn { 
    display: inline-flex; 
    align-items: center; 
    gap: 8px; 
    padding: 13px 26px; 
    font-size: 15px; 
    font-weight: 600; 
    border-radius: 8px; 
    text-decoration: none; 
    cursor: pointer; 
    border: 2px solid transparent; 
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s; 
    line-height: 1; 
}
 
.dfc-btn:hover, .dfcs-btn:hover { 
    transform: translateY(-1px); 
    box-shadow: 0 4px 14px rgba(0,0,0,0.12); 
}
 
.dfc-btn--primary, .dfcs-btn--primary { 
    background: #0978de; 
    color: #fff; 
}
 
.dfc-btn--primary:hover, .dfcs-btn--primary:hover { 
    background: #0864ba; 
    color: #fff; 
}
 
.dfc-btn--outline, .dfcs-btn--outline { 
    background: #fff; 
    color: #0978de; 
    border-color: #0978de; 
}
 
.dfc-btn--outline:hover, .dfcs-btn--outline:hover { 
    background: #f0f6ff; 
}
 
.dfc-btn--white, .dfcs-btn--white { 
    background: #fff; 
    color: #0978de; 
}
 
.dfc-btn--white:hover, .dfcs-btn--white:hover { 
    background: #f0f6ff; 
}
 
.dfc-btn--outline-white, .dfcs-btn--outline-white {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,0.35);
}
 
.dfc-btn--outline-white:hover, .dfcs-btn--outline-white:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
}
 
/* ── Content Grids ─────────────────────────────────────────────────────── */
.dfc-2col-grid, .dfcs-2col-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 24px; 
}
 
.dfc-3col-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
 
/* ── Info Cards ────────────────────────────────────────────────────────── */
.dfc-info-card, .dfcs-info-card { 
    background: #fff; 
    border: 1.5px solid #e5e7eb; 
    border-radius: 14px; 
    padding: 28px 24px; 
}
 
.dfc-info-card--full, .dfcs-info-card--full {
    grid-column: 1 / -1;
}
 
.dfc-info-card__icon, .dfcs-info-card__icon { 
    width: 44px; 
    height: 44px; 
    background: #f0f6ff; 
    border-radius: 10px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom: 16px; 
}
 
.dfc-info-card__icon svg, .dfcs-info-card__icon svg {
    color: #0978de;
}
 
.dfc-info-card h3, .dfcs-info-card h3 { 
    font-size: 18px; 
    font-weight: 700; 
    margin: 0 0 14px; 
    color: #111827; 
}
 
.dfc-info-card__body, .dfcs-info-card__body { 
    font-size: 15px; 
    color: #374151; 
    line-height: 1.75; 
}
 
.dfc-info-card__body p, .dfcs-info-card__body p { 
    margin: 0 0 12px; 
}
 
.dfc-info-card__body p:last-child, .dfcs-info-card__body p:last-child { 
    margin: 0; 
}
 
/* ── Services Grid ─────────────────────────────────────────────────────── */
.dfc-services-grid, .dfcs-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}
 
.dfc-service-card, .dfcs-service-card,
.dfcs-crosssell-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
}
 
.dfc-service-card:hover, .dfcs-service-card:hover,
.dfcs-crosssell-card:hover {
    border-color: #0978de;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(9,120,222,0.12);
}
 
.dfc-service-icon, .dfcs-service-icon,
.dfcs-crosssell-icon {
    width: 42px;
    height: 42px;
    background: #f8fafc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
 
.dfc-service-name, .dfcs-service-name,
.dfcs-crosssell-name {
    font-size: 14px;
    font-weight: 600;
    color: #0E1A2C;
    margin-bottom: 2px;
}
 
.dfc-service-cta, .dfcs-service-cta,
.dfcs-crosssell-cta {
    font-size: 12px;
    color: #9ca3af;
}
 
/* Cross-sell specific grid */
.dfcs-crosssell-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}
 
/* ── NEW: Dual Parent Boxes (City-Service) ──────────────────────────────── */
.dfcs-parent-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
 
.dfcs-parent-box {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px 28px;
    background: #f9fafb;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}
 
.dfcs-parent-label {
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 4px;
}
 
.dfcs-parent-title {
    font-size: 16px;
    font-weight: 700;
    color: #0E1A2C;
    margin-bottom: 4px;
    line-height: 1.3;
}
 
.dfcs-parent-sub {
    font-size: 13px;
    color: #6b7280;
}
 
.dfcs-parent-btn {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #0E1A2C;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.15s;
    align-self: flex-start;
}
 
.dfcs-parent-btn:hover {
    border-color: #0E1A2C;
}
 
/* ── Hub Box (Upward Link) ──────────────────────────────────────────────── */
.dfc-hub-box, .dfcs-hub-box {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 28px 32px;
    background: #f9fafb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
 
.dfc-hub-box-label, .dfcs-hub-box-label {
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 6px;
}
 
.dfc-hub-box-title, .dfcs-hub-box-title {
    font-size: 18px;
    font-weight: 700;
    color: #0E1A2C;
    margin-bottom: 4px;
}
 
.dfc-hub-box-sub, .dfcs-hub-box-sub {
    font-size: 14px;
    color: #6b7280;
}
 
.dfc-hub-box-btn, .dfcs-hub-box-btn {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #0E1A2C;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 0.15s;
    flex-shrink: 0;
}
 
.dfc-hub-box-btn:hover, .dfcs-hub-box-btn:hover {
    border-color: #0E1A2C;
}
 
/* ── FAQs ──────────────────────────────────────────────────────────────── */
.dfc-faqs, .dfcs-faqs {
    padding: 72px 0;
}
 
.dfc-faqs-layout, .dfcs-faqs-layout {
    display: grid;
    gap: 40px;
}
 
.dfc-faqs-hd, .dfcs-faqs-hd {
    text-align: center;
}
 
.dfc-faqs-hd h2, .dfcs-faqs-hd h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #111827;
}
 
.dfc-faqs-hd p, .dfcs-faqs-hd p {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
}
 
.dfc-faqs-list, .dfcs-faqs-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 900px;
    margin: 0 auto;
}
 
.dfc-faq, .dfcs-faq {
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s;
}
 
.dfc-faq--open, .dfcs-faq--open {
    border-color: #0978de;
}
 
.dfc-faq__btn, .dfcs-faq__btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    font-family: inherit;
    transition: background 0.15s;
}
 
.dfc-faq__btn:hover, .dfcs-faq__btn:hover {
    background: #f7f8fa;
}
 
.dfc-faq--open .dfc-faq__btn, 
.dfcs-faq--open .dfcs-faq__btn {
    background: #f0f6ff;
    color: #0978de;
}
 
.dfc-faq__chevron, .dfcs-faq__chevron {
    flex-shrink: 0;
    color: #9ca3af;
    transition: transform 0.25s, color 0.2s;
}
 
.dfc-faq--open .dfc-faq__chevron,
.dfcs-faq--open .dfcs-faq__chevron {
    transform: rotate(180deg);
    color: #0978de;
}
 
.dfc-faq__ans, .dfcs-faq__ans {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
}
 
.dfc-faq--open .dfc-faq__ans,
.dfcs-faq--open .dfcs-faq__ans {
    max-height: 800px;
}
 
.dfc-faq__ans-inner, .dfcs-faq__ans-inner {
    padding: 4px 22px 22px;
}
 
.dfc-faq__ans-inner p, .dfcs-faq__ans-inner p {
    margin: 0 0 12px;
    font-size: 15px;
    color: #374151;
    line-height: 1.75;
}
 
.dfc-faq__ans-inner p:last-child,
.dfcs-faq__ans-inner p:last-child {
    margin: 0;
}
 
/* ── CTA Section ───────────────────────────────────────────────────────── */
.dfc-cta-section, .dfcs-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0978de 0%, #1e5a8e 100%);
    text-align: center;
    color: #fff;
}
 
.dfc-cta-section h2, .dfcs-cta-section h2 {
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 12px;
}
 
.dfc-cta-section p, .dfcs-cta-section p {
    font-size: 18px;
    margin: 0 0 32px;
    opacity: 0.9;
}
 
.dfc-cta-section__btns, .dfcs-cta-section__btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
 
/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .dfc-hero__body, .dfcs-hero__body {
        flex-direction: column;
    }
    
    .dfc-hero__right, .dfcs-hero__right {
        flex: 0 0 auto;
        width: 100%;
        max-width: 480px;
    }
    
    .dfc-coverage-card, .dfcs-coverage-card {
        position: static;
    }
    
    .dfc-2col-grid, .dfcs-2col-grid,
    .dfc-3col-grid,
    .dfcs-parent-row {
        grid-template-columns: 1fr;
    }
    
    .dfc-services-grid, .dfcs-services-grid {
        grid-template-columns: 1fr;
    }
}
 
@media (max-width: 600px) {
    .dfc-wrap, .dfcs-wrap {
        padding: 0 1.5rem;
    }
    
    .dfc-section, .dfcs-section {
        padding: 2rem 0;
    }
    
    .dfc-hero__title, .dfcs-hero__title {
        font-size: 26px;
    }
    
    .dfc-section-header h2, .dfcs-section-header h2 {
        font-size: 24px;
    }
    
    .dfc-hub-box, .dfcs-hub-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }
    
    .dfc-hub-box-btn, .dfcs-hub-box-btn {
        width: 100%;
        justify-content: center;
    }
    
    .dfc-cta-section h2, .dfcs-cta-section h2 {
        font-size: 26px;
    }
}
 
 
/* ═══════════════════════════════════════════════════════════════════════
   LEGACY CITY PAGE STYLES (Keep for backward compatibility)
   ═══════════════════════════════════════════════════════════════════════ */
 
.dfcp-content-left {
    display: grid;
    gap: 1rem;
}
 
.dfcp-section-hd { 
    text-align: center; 
    margin-bottom: 48px; 
}
 
.dfcp-section-hd h2 { 
    font-size: 32px; 
    font-weight: 700; 
    margin: 0 0 10px; 
    color: #111827; 
}
 
.dfcp-section-hd p { 
    font-size: 17px; 
    color: #6b7280; 
    margin: 0; 
}
 
.dfcp-hero {
    background: #f0f4f9;
    padding: 48px 0 60px;
}
 
.dfcp-hero .dfcp-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 28px;
}
 
.dfcp-hero .dfcp-breadcrumb a {
    color: #0978de;
    text-decoration: none;
}
 
.dfcp-hero .dfcp-breadcrumb a:hover { 
    text-decoration: underline; 
}
 
.dfcp-hero .dfcp-hero__content {
    display: flex;
    align-items: flex-start;
    gap: 48px;
}
 
.dfcp-hero .dfcp-content-left {
    flex: 1 1 0;
    min-width: 0;
}
 
.dfcp-hero .dfcp-content-right {
    flex: 0 0 360px;
    width: 360px;
}
 
.dfcp-hero__trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}
 
.dfcp-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 100px;
    padding: 7px 16px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #1f2937;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    white-space: nowrap;
}
 
.dfcp-hero .dfcp-hero__title {
    font-size: clamp(2rem, 4vw, 2.9rem);
    font-weight: 800;
    line-height: 1.1;
    color: #0d1117;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
}
 
.dfcp-hero .dfcp-intro__body {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 24px;
}
 
.dfcp-hero .dfcp-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
 
.dfcp-hero .dfcp-meta-pill {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 0.82rem;
    color: #374151;
    white-space: nowrap;
}
 
.dfcp-hero .dfcp-meta-pill strong {
    margin-left: 3px;
    color: #111827;
}
 
.dfcp-hero__quote-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px 28px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.10);
    width: 100%;
    position: sticky;
    top: 90px;
}
 
.dfcp-hero__quote-card-hd {
    text-align: center;
    margin-bottom: 24px;
}
 
.dfcp-hero__quote-card-hd strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}
 
.dfcp-hero__quote-card-hd span {
    display: block;
    font-size: 0.88rem;
    color: #6b7280;
    margin-top: 4px;
}
 
.dfcp-hero__quote-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #0978de;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 10px;
    text-decoration: none !important;
    transition: background 0.18s;
    box-sizing: border-box;
}
 
.dfcp-hero__quote-call:hover { 
    background: #0762b8; 
}
 
.dfcp-hero__quote-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 16px 0;
    font-size: 0.82rem;
    color: #9ca3af;
}
 
.dfcp-hero__quote-divider::before,
.dfcp-hero__quote-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e5e7eb;
}
 
.dfcp-hero__quote-online {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    color: #0978de;
    border: 2px solid #0978de;
    font-size: 1rem;
    font-weight: 600;
    padding: 14px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.18s;
    box-sizing: border-box;
    font-family: inherit;
}
 
.dfcp-hero__quote-online:hover { 
    background: #f0f7ff; 
}
 
.dfcp-hero__quote-perks {
    list-style: none !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
 
.dfcp-hero__quote-perks li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    color: #374151;
    padding: 0 !important;
    margin: 0 !important;
}
 
.dfcp-hero__quote-perks li::before { 
    display: none !important; 
}
 
.dfcp-hero__quote-perks li svg { 
    flex-shrink: 0; 
}
 
@media (max-width: 900px) {
    .dfcp-hero .dfcp-hero__content {
        flex-direction: column;
    }
    
    .dfcp-hero .dfcp-content-right {
        flex: 0 0 auto;
        width: 100%;
    }
    
    .dfcp-hero__quote-card {
        position: static;
        max-width: 480px;
    }
}
 
.dfcp-btn { 
    display: inline-flex; 
    align-items: center; 
    gap: 8px; 
    padding: 13px 26px; 
    font-size: 15px; 
    font-weight: 600; 
    border-radius: 8px; 
    text-decoration: none; 
    cursor: pointer; 
    border: 2px solid transparent; 
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s; 
    line-height: 1; 
}
 
.dfcp-btn:hover { 
    transform: translateY(-1px); 
    box-shadow: 0 4px 14px rgba(0,0,0,0.12); 
}
 
.dfcp-btn--primary { 
    background: #0978de; 
    color: #fff; 
}
 
.dfcp-btn--primary:hover { 
    background: #0864ba; 
    color: #fff; 
}
 
.dfcp-btn--outline { 
    background: #fff; 
    color: #0978de; 
    border-color: #0978de; 
}
 
.dfcp-btn--outline:hover { 
    background: #f0f6ff; 
}
 
.dfcp-btn--white { 
    background: #fff; 
    color: #0978de; 
}
 
.dfcp-btn--white:hover { 
    background: #f0f6ff; 
}
 
.dfcp-btn--lg { 
    padding: 16px 36px; 
    font-size: 16px; 
}
 
.dfcp-intro__body { 
    font-size: 17px; 
    line-height: 1.85; 
    color: #374151; 
}
 
.dfcp-intro__body p { 
    margin: 0 0 18px; 
}
 
.dfcp-intro__body p:last-child { 
    margin: 0; 
}
 
.dfcp-services { 
    background: #fff; 
}
 
.dfcp-services__intro { 
    max-width: 700px; 
    margin: 0 auto 48px; 
    text-align: center; 
    font-size: 17px; 
    color: #374151; 
}
 
.dfcp-services__grid { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 24px; 
}
 
.dfcp-svc-card { 
    background: #fff; 
    border: 1.5px solid #e5e7eb; 
    border-radius: 14px; 
    padding: 28px 24px; 
    display: flex; 
    flex-direction: column; 
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s; 
}
 
.dfcp-svc-card:hover { 
    border-color: #0978de; 
    box-shadow: 0 8px 24px rgba(9,120,222,0.12); 
    transform: translateY(-3px); 
}
 
.dfcp-svc-card__icon { 
    width: 50px; 
    height: 50px; 
    background: #f0f6ff; 
    border-radius: 12px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom: 16px; 
}
 
.dfcp-svc-card__title { 
    font-size: 18px; 
    font-weight: 700; 
    margin: 0 0 10px; 
    color: #111827; 
}
 
.dfcp-svc-card__blurb { 
    font-size: 14px; 
    color: #6b7280; 
    margin: 0 0 14px; 
    line-height: 1.6; 
    flex-grow: 1; 
}
 
.dfcp-svc-card__features { 
    list-style: none; 
    padding: 0; 
    margin: 0 0 16px; 
}
 
.dfcp-svc-card__features li { 
    font-size: 13px; 
    color: #4b5563; 
    padding: 4px 0 4px 18px; 
    position: relative; 
}
 
.dfcp-svc-card__features li::before { 
    content: '✓'; 
    position: absolute; 
    left: 0; 
    color: #0978de; 
    font-weight: 700; 
}
 
.dfcp-svc-card__link { 
    display: inline-flex; 
    align-items: center; 
    font-size: 14px; 
    font-weight: 600; 
    color: #0978de; 
    text-decoration: none; 
    margin-top: auto; 
    transition: letter-spacing 0.15s; 
}
 
.dfcp-svc-card:hover .dfcp-svc-card__link { 
    letter-spacing: 0.3px; 
}
 
.dfcp-split-section { 
    background: #fff; 
}
 
.dfcp-split-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 28px; 
}
 
.dfcp-split-card { 
    border-radius: 16px; 
    padding: 36px; 
    overflow: hidden; 
}
 
.dfcp-split-card--blue { 
    background: linear-gradient(135deg, #dbeafe 0%, #ecfdf5 100%); 
    color: #000000; 
}
 
.dfcp-split-card--dark { 
    background: linear-gradient(135deg, #dbeafe 0%, #ecfdf5 100%); 
    color: #000000; 
}
 
.dfcp-split-card__eyebrow { 
    display: block; 
    font-size: 11px; 
    font-weight: 700; 
    letter-spacing: 1.2px; 
    text-transform: uppercase; 
    opacity: 0.6; 
    margin-bottom: 10px; 
}
 
.dfcp-split-card__title { 
    font-size: 21px; 
    font-weight: 700; 
    margin: 0 0 16px; 
    line-height: 1.3; 
}
 
.dfcp-split-card__body { 
    font-size: 15px; 
    line-height: 1.75; 
    opacity: 0.9; 
}
 
.dfcp-split-card__body p { 
    margin: 0 0 12px; 
}
 
.dfcp-split-card__body p:last-child { 
    margin: 0; 
}
 
.dfcp-split-card__badge { 
    display: inline-block; 
    margin-top: 20px; 
    background: rgba(255,255,255,0.15); 
    border: 1px solid rgba(255,255,255,0.25); 
    border-radius: 20px; 
    padding: 5px 16px; 
    font-size: 13px; 
    font-weight: 600; 
}
 
.dfcp-info-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 28px; 
}
 
.dfcp-info-card { 
    background: #fff; 
    border: 1.5px solid #e5e7eb; 
    border-radius: 14px; 
    padding: 32px; 
}
 
.dfcp-info-card--climate { 
    border-top: 4px solid #f59e0b; 
}
 
.dfcp-info-card__icon { 
    width: 50px; 
    height: 50px; 
    background: #f7f8fa; 
    border-radius: 12px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom: 16px; 
}
 
.dfcp-info-card__title { 
    font-size: 18px; 
    font-weight: 700; 
    margin: 0 0 14px; 
    color: #111827; 
}
 
.dfcp-info-card__body { 
    font-size: 15px; 
    color: #374151; 
    line-height: 1.75; 
}
 
.dfcp-info-card__body p { 
    margin: 0 0 12px; 
}
 
.dfcp-info-card__body p:last-child { 
    margin: 0; 
}
 
.dfcp-info-card__stats { 
    display: flex; 
    gap: 24px; 
    margin-top: 20px; 
    padding-top: 20px; 
    border-top: 1px solid #f0f0f0; 
}
 
.dfcp-mini-stat strong { 
    display: block; 
    font-size: 20px; 
    font-weight: 700; 
    color: #0978de; 
    line-height: 1; 
}
 
.dfcp-mini-stat span { 
    display: block; 
    font-size: 12px; 
    color: #9ca3af; 
    margin-top: 4px; 
}
 
.dfcp-tech-section { 
    background: #fff; 
}
 
.dfcp-tech-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); 
    gap: 24px; 
}
 
.dfcp-tech-card { 
    border: 1.5px solid #e5e7eb; 
    border-radius: 12px; 
    padding: 24px; 
}
 
.dfcp-tech-card__hd { 
    display: flex; 
    align-items: center; 
    gap: 12px; 
    margin-bottom: 14px; 
}
 
.dfcp-tech-card__hd h3 { 
    font-size: 16px; 
    font-weight: 700; 
    margin: 0; 
    color: #111827; 
}
 
.dfcp-tech-card__body { 
    font-size: 14px; 
    color: #4b5563; 
    line-height: 1.7; 
}
 
.dfcp-tech-card__body p { 
    margin: 0 0 10px; 
}
 
.dfcp-tech-card__body p:last-child { 
    margin: 0; 
}
 
.dfcp-hoods-section { 
    padding: 56px 0; 
}
 
.dfcp-hoods { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 10px; 
    justify-content: center; 
}
 
.dfcp-hood-pill { 
    background: #fff; 
    border: 1.5px solid #dbeafe; 
    border-radius: 24px; 
    padding: 8px 20px; 
    font-size: 14px; 
    font-weight: 500; 
    color: #1e40af; 
}
 
.dfcp-zip-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); 
    gap: 12px; 
}
 
.dfcp-zip-card { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    background: #fff; 
    border: 1.5px solid #e5e7eb; 
    border-radius: 10px; 
    padding: 18px 12px; 
    text-decoration: none; 
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s; 
}
 
.dfcp-zip-card:hover { 
    border-color: #0978de; 
    box-shadow: 0 4px 12px rgba(9,120,222,0.1); 
    transform: translateY(-2px); 
}
 
.dfcp-zip-card__num { 
    font-size: 20px; 
    font-weight: 700; 
    color: #0978de; 
    line-height: 1; 
    margin-bottom: 5px; 
}
 
.dfcp-zip-card__name { 
    font-size: 11px; 
    color: #9ca3af; 
    text-align: center; 
}
 
.dfcp-faqs-section { 
    padding: 72px 0; 
}
 
.dfcp-faqs-layout { 
    display: grid; 
    gap: 30px; 
    align-items: start; 
}
 
.dfcp-faqs-hd { 
    position: sticky; 
    top: 28px; 
}
 
.dfcp-faqs-hd h2 { 
    font-size: 26px; 
    font-weight: 700; 
    margin: 0 0 10px; 
    color: #111827; 
}
 
.dfcp-faqs-hd p { 
    font-size: 15px; 
    color: #6b7280; 
    margin: 0; 
    line-height: 1.6; 
}
 
.dfcp-faqs-list { 
    display: flex; 
    flex-direction: column; 
    gap: 6px; 
}
 
.dfcp-faq { 
    border: 1.5px solid #e5e7eb; 
    border-radius: 10px; 
    overflow: hidden; 
    background: #fff; 
    transition: border-color 0.2s; 
}
 
.dfcp-faq--open { 
    border-color: #0978de; 
}
 
.dfcp-faq__btn { 
    width: 100%; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    gap: 16px; 
    padding: 18px 20px; 
    background: transparent; 
    border: none; 
    cursor: pointer; 
    text-align: left; 
    font-size: 15px; 
    font-weight: 600; 
    color: #111827; 
    font-family: inherit; 
    transition: background 0.15s; 
}
 
.dfcp-faq__btn:hover { 
    background: #f7f8fa; 
}
 
.dfcp-faq--open .dfcp-faq__btn { 
    background: #f0f6ff; 
    color: #0978de; 
}
 
.dfcp-faq__chevron { 
    flex-shrink: 0; 
    color: #9ca3af; 
    transition: transform 0.25s, color 0.2s; 
}
 
.dfcp-faq--open .dfcp-faq__chevron { 
    transform: rotate(180deg); 
    color: #0978de; 
}
 
.dfcp-faq__ans { 
    overflow: hidden; 
    max-height: 0; 
    transition: max-height 0.35s ease; 
}
 
.dfcp-faq--open .dfcp-faq__ans { 
    max-height: 800px; 
}
 
.dfcp-faq__ans-inner { 
    padding: 4px 20px 22px; 
}
 
.dfcp-faq__ans-inner p { 
    margin: 0 0 12px; 
    font-size: 15px; 
    color: #374151; 
    line-height: 1.75; 
}
 
.dfcp-faq__ans-inner p:last-child { 
    margin: 0; 
}
 
.dfcp-trust-section { 
    background: #fff; 
}
 
.dfcp-trust-section__title { 
    font-size: 28px; 
    font-weight: 700; 
    text-align: center; 
    margin: 0 0 48px; 
}
 
.dfcp-trust-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
    gap: 32px; 
    text-align: center; 
}
 
.dfcp-trust-item__icon { 
    width: 58px; 
    height: 58px; 
    background: #f0f6ff; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin: 0 auto 16px; 
}
 
.dfcp-trust-item h3 { 
    font-size: 16px; 
    font-weight: 700; 
    margin: 0 0 6px; 
    color: #111827; 
}
 
.dfcp-trust-item p { 
    font-size: 14px; 
    color: #6b7280; 
    margin: 0; 
}
 
.dfcp-cta-section { 
    padding: 80px 0; 
    background: linear-gradient(135deg, #0978de 0%, #1e5a8e 100%); 
    text-align: center; 
    color: #fff; 
}
 
.dfcp-cta-section h2 { 
    font-size: 34px; 
    font-weight: 700; 
    margin: 0 0 12px; 
}
 
.dfcp-cta-section p { 
    font-size: 18px; 
    margin: 0 0 32px; 
    opacity: 0.9; 
}
 
.dfcp-cta-section__btns { 
    display: flex; 
    gap: 14px; 
    justify-content: center; 
    flex-wrap: wrap; 
}
 
@media (max-width: 900px) {
    .dfcp-split-grid,
    .dfcp-info-grid,
    .dfcp-faqs-layout { 
        grid-template-columns: 1fr; 
        gap: 20px; 
    }
    
    .dfcp-faqs-hd { 
        position: static; 
    }
    
    .dfcp-tech-grid { 
        grid-template-columns: 1fr; 
    }
}
 
@media (max-width: 600px) {
    .dfcp-hero__title { 
        font-size: 26px; 
    }
    
    .dfcp-services__grid { 
        grid-template-columns: 1fr; 
    }
    
    .dfcp-zip-grid { 
        grid-template-columns: repeat(3, 1fr); 
    }
    
    .dfcp-split-card { 
        padding: 24px; 
    }
    
    .dfcp-trust-grid { 
        grid-template-columns: 1fr 1fr; 
    }
    
    .dfcp-section { 
        padding: 30px 0; 
    }
    
    .dfcp-wrap { 
        padding: 0 1.5rem;
    }
}
 
 
/* ═══════════════════════════════════════════════════════════════════════
   ZIP SERVICE PAGE STYLES
   ═══════════════════════════════════════════════════════════════════════ */
 
.dfzs-page *, .dfzs-page *::before, .dfzs-page *::after { 
    box-sizing: border-box; 
    margin: 0; 
    padding: 0; 
}
 
.dfzs-page {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1a2332;
    line-height: 1.6;
    background: #fff;
}
 
.dfzs-wrap { 
    max-width: 1160px; 
    margin: 0 auto; 
    padding: 0 28px; 
}
 
.dfzs-section { 
    padding: 3rem 0; 
}
 
.dfzs-section--gray { 
    background: #f8fafc; 
}
 
.dfzs-section--blue { 
    background: linear-gradient(135deg, #0978de 0%, #1a4a8a 100%); 
    color: #fff; 
}
 
.dfzs-section--dark { 
    background: #0f1f3d; 
    color: #fff; 
}
 
.dfzs-crumb { 
    display: flex; 
    flex-wrap: wrap; 
    align-items: center; 
    gap: 6px; 
    font-size: 13px; 
    color: #6b7280; 
    margin-bottom: 32px; 
}
 
.dfzs-crumb a { 
    color: #0978de; 
    text-decoration: none; 
    font-weight: 500; 
}
 
.dfzs-crumb a:hover { 
    text-decoration: underline; 
}
 
.dfzs-crumb .sep { 
    color: #d1d5db; 
}

/* ══════════════════════════════════════════
   HERO — two-column with sticky card
══════════════════════════════════════════ */
.dfzs-hero {
    background: #f0f5ff;
    padding: 52px 0 64px;
    border-bottom: 1px solid #e2eaf5;
}
.dfzs-hero-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 56px;
    align-items: start;
}

/* Trust pills */
.dfzs-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.dfzs-pill {
    display: inline-flex; align-items: center; gap: 6px;
    background: #fff; border: 1.5px solid #dce8f8;
    border-radius: 100px; padding: 6px 14px;
    font-size: 12.5px; font-weight: 600; color: #374151;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
    white-space: nowrap;
}
.dfzs-pill--blue { background: #eff6ff; border-color: #93c5fd; color: #1d4ed8; }
.dfzs-pill--red  { background: #fff5f5; border-color: #fca5a5; color: #dc2626; }
.dfzs-pill--green{ background: #f0fdf4; border-color: #86efac; color: #15803d; }

/* H1 */
.dfzs-hero-h1 {
    font-size: clamp(26px, 3.8vw, 44px);
    font-weight: 800;
    color: #0d1b2e;
    line-height: 1.12;
    letter-spacing: -.03em;
    margin-bottom: 14px;
}

/* Location tag */
.dfzs-loc {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 13.5px; color: #4b5563; font-weight: 500;
    background: #fff; border: 1.5px solid #e0e8f5;
    border-radius: 8px; padding: 7px 14px; margin-bottom: 22px;
}

/* Intro */
.dfzs-hero-intro { font-size: 16px; color: #374151; line-height: 1.85; margin-bottom: 28px; }
.dfzs-hero-intro p { margin-bottom: 14px; }
.dfzs-hero-intro p:last-child { margin: 0; }

/* Stats row */
.dfzs-stats { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.dfzs-stat {
    background: #fff; border: 1.5px solid #dce8f8; border-radius: 10px;
    padding: 12px 20px; text-align: center; min-width: 100px;
}
.dfzs-stat strong { display: block; font-size: 17px; font-weight: 700; color: #0978de; line-height: 1.1; }
.dfzs-stat span   { display: block; font-size: 11px; color: #9ca3af; margin-top: 3px; text-transform: uppercase; letter-spacing: .04em; }

/* CTA row */
.dfzs-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Quote card (hero right) ── */
.dfzs-qcard {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 40px rgba(9,120,222,.13);
    overflow: hidden;
    position: sticky;
    top: 88px;
}
.dfzs-qcard__top {
    background: linear-gradient(135deg, #0978de, #1a55a0);
    padding: 28px 26px 24px;
    text-align: center;
    color: #fff;
}
.dfzs-qcard__zip {
    font-size: 52px; font-weight: 800; line-height: 1;
    letter-spacing: -.04em; margin-bottom: 4px;
    text-shadow: 0 2px 8px rgba(0,0,0,.2);
}
.dfzs-qcard__top h3 { font-size: 16px; font-weight: 600; margin-bottom: 3px; opacity: .95; }
.dfzs-qcard__top p  { font-size: 12.5px; opacity: .78; }
.dfzs-qcard__body { padding: 24px 22px 22px; }
.dfzs-qcard__body .dfzs-btn { margin-bottom: 10px; }

.dfzs-or {
    display: flex; align-items: center; gap: 10px;
    font-size: 12px; color: #9ca3af; margin: 14px 0;
}
.dfzs-or::before, .dfzs-or::after { content: ''; flex: 1; height: 1px; background: #e5e7eb; }

.dfzs-qcard__perks { list-style: none; margin-top: 18px; }
.dfzs-qcard__perks li {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; color: #4b5563; padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
}
.dfzs-qcard__perks li:last-child { border: none; }

/* ══════════════════════════════════════════
   BUTTONS
══════════════════════════════════════════ */
.dfzs-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 26px; font-size: 15px; font-weight: 600;
    border-radius: 10px; border: 2px solid transparent;
    cursor: pointer; text-decoration: none; font-family: inherit;
    transition: all .18s ease; white-space: nowrap;
}
.dfzs-btn--primary { background: #0978de; color: #fff; }
.dfzs-btn--primary:hover { background: #0762b8; color: #fff; }
.dfzs-btn--outline { background: #fff; color: #0978de; border-color: #0978de; }
.dfzs-btn--outline:hover { background: #eff6ff; }
.dfzs-btn--ghost  { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.dfzs-btn--ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.dfzs-btn--danger { background: #dc2626; color: #fff; }
.dfzs-btn--danger:hover { background: #b91c1c; }
.dfzs-btn--soft   { background: #f1f5f9; color: #1e293b; border-color: #e2e8f0; }
.dfzs-btn--soft:hover { background: #e2e8f0; }
.dfzs-btn--block  { width: 100%; }
.dfzs-btn--lg     { padding: 15px 30px; font-size: 16px; }

/* ══════════════════════════════════════════
   SECTION HEADER
══════════════════════════════════════════ */
.dfzs-sh { margin-bottom: 48px; }
.dfzs-sh--center { text-align: center; }
.dfzs-sh__eyebrow {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 12px; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; color: #0978de;
    background: #eff6ff; border-radius: 100px;
    padding: 5px 14px; margin-bottom: 14px;
}
.dfzs-sh h2 { font-size: clamp(22px, 2.5vw, 32px); font-weight: 700; color: #0d1b2e; line-height: 1.2; margin-bottom: 10px; }
.dfzs-sh p  { font-size: 16px; color: #6b7280; }
.dfzs-sh--white h2 { color: #fff; }
.dfzs-sh--white p  { color: rgba(255,255,255,.75); }
.dfzs-sh--white .dfzs-sh__eyebrow { background: rgba(255,255,255,.15); color: #fff; }

/* ══════════════════════════════════════════
   CONTENT CARD — replaces bare two-col layout
   Sections 2, 3 use this instead of the old
   skinny left-label / right-body split
══════════════════════════════════════════ */
.dfzs-content-card {
    background: #fff;
    border: 1.5px solid #e8eef5;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,.05);
}
.dfzs-content-card__banner {
    background: linear-gradient(135deg, #f0f5ff 0%, #e8f0fe 100%);
    border-bottom: 1.5px solid #dce8f8;
    padding: 28px 36px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.dfzs-content-card__banner--amber {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-bottom-color: #fde68a;
}
.dfzs-content-card__banner--green {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-bottom-color: #bbf7d0;
}
.dfzs-content-card__banner--red {
    background: linear-gradient(135deg, #fff5f5 0%, #fee2e2 100%);
    border-bottom-color: #fca5a5;
}
.dfzs-content-card__ico {
    width: 52px; height: 52px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.dfzs-content-card__ico--blue   { background: #0978de; }
.dfzs-content-card__ico--amber  { background: #f59e0b; }
.dfzs-content-card__ico--green  { background: #10b981; }
.dfzs-content-card__ico--red    { background: #ef4444; }
.dfzs-content-card__ico--purple { background: #8b5cf6; }
.dfzs-content-card__ico--teal   { background: #14b8a6; }
.dfzs-content-card__hd h3 { font-size: 20px; font-weight: 700; color: #0d1b2e; margin-bottom: 4px; }
.dfzs-content-card__hd p  { font-size: 13.5px; color: #6b7280; }
.dfzs-content-card__body  { padding: 32px 36px; font-size: 15.5px; color: #374151; line-height: 1.85; }
.dfzs-content-card__body p  { margin-bottom: 16px; }
.dfzs-content-card__body p:last-child { margin: 0; }
.dfzs-content-card__body ul { margin: 0 0 16px 20px; }
.dfzs-content-card__body li { margin-bottom: 10px; line-height: 1.7; }
.dfzs-content-card__body strong { color: #111827; }

/* ══════════════════════════════════════════
   SERVICES — two panels side by side
══════════════════════════════════════════ */
.dfzs-svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.dfzs-svc-panel {
    background: #fff; border-radius: 16px;
    border: 1.5px solid #e5e7eb;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.dfzs-svc-panel--em { border-color: #fca5a5; }
.dfzs-svc-panel__head {
    padding: 22px 26px 18px;
    border-bottom: 1.5px solid #f0f0f0;
    display: flex; align-items: center; gap: 12px;
}
.dfzs-svc-panel--em .dfzs-svc-panel__head { border-bottom-color: #fee2e2; background: #fff5f5; }
.dfzs-svc-badge {
    width: 38px; height: 38px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.dfzs-svc-badge--blue { background: #dbeafe; }
.dfzs-svc-badge--red  { background: #fee2e2; }
.dfzs-svc-panel__head h3 { font-size: 16px; font-weight: 700; color: #111827; }
.dfzs-svc-list { list-style: none; padding: 8px 0; }
.dfzs-svc-list li {
    display: flex; align-items: center; gap: 10px;
    padding: 11px 26px; font-size: 14px; color: #374151;
    border-bottom: 1px solid #f9fafb; transition: background .12s;
}
.dfzs-svc-list li:last-child { border: none; }
.dfzs-svc-list li:hover { background: #f9fafb; }
.dfzs-svc-list .chk {
    width: 20px; height: 20px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.dfzs-svc-list .chk--green { background: #dcfce7; }
.dfzs-svc-list .chk--red   { background: #fee2e2; }
.dfzs-svc-panel__foot { padding: 18px 26px; border-top: 1.5px solid #f0f0f0; }
.dfzs-svc-panel--em .dfzs-svc-panel__foot { border-top-color: #fee2e2; }

/* ══════════════════════════════════════════
   TWO-UP CARDS (seasonal + quality, permits + pricing)
══════════════════════════════════════════ */
.dfzs-two-up { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.dfzs-info-card {
    background: #fff; border-radius: 16px;
    border: 1.5px solid #e5e7eb; padding: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
.dfzs-info-card__ico {
    width: 48px; height: 48px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
}
.dfzs-info-card__ico--yellow { background: #fef3c7; }
.dfzs-info-card__ico--green  { background: #d1fae5; }
.dfzs-info-card__ico--blue   { background: #dbeafe; }
.dfzs-info-card__ico--purple { background: #ede9fe; }
.dfzs-info-card h3 { font-size: 17px; font-weight: 700; color: #111827; margin-bottom: 14px; }
.dfzs-info-card__body { font-size: 14.5px; color: #4b5563; line-height: 1.8; }
.dfzs-info-card__body p  { margin-bottom: 12px; }
.dfzs-info-card__body p:last-child { margin: 0; }
.dfzs-info-card__body ul { margin: 0 0 12px 18px; }
.dfzs-info-card__body li { margin-bottom: 7px; }
.dfzs-price-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; padding-top: 18px; border-top: 1px solid #f0f0f0; }
.dfzs-pbadge {
    border-radius: 10px; padding: 12px 20px; text-align: center; flex: 1; min-width: 90px;
    border: 1.5px solid #dbeafe; background: #eff6ff;
}
.dfzs-pbadge strong { display: block; font-size: 18px; font-weight: 700; color: #0978de; }
.dfzs-pbadge span   { display: block; font-size: 11px; color: #6b7280; margin-top: 3px; text-transform: uppercase; letter-spacing: .04em; }
.dfzs-pbadge--green { background: #f0fdf4; border-color: #bbf7d0; }
.dfzs-pbadge--green strong { color: #059669; }

/* ══════════════════════════════════════════
   FAQs
══════════════════════════════════════════ */
.dfzs-faq-wrap { max-width: 820px; margin: 0 auto; }
.dfzs-faqs-list { display: flex; flex-direction: column; gap: 8px; }
.dfzs-faq {
    background: #fff; border: 1.5px solid #e5e7eb;
    border-radius: 12px; overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}
.dfzs-faq:hover { border-color: #93c5fd; }
.dfzs-faq--open { border-color: #0978de; box-shadow: 0 0 0 3px rgba(9,120,222,.08); }
.dfzs-faq__btn {
    width: 100%; display: flex; justify-content: space-between;
    align-items: center; gap: 20px; padding: 20px 24px;
    background: transparent; border: none; cursor: pointer;
    text-align: left; font-size: 15.5px; font-weight: 600;
    color: #111827; font-family: inherit;
    transition: background .15s;
}
.dfzs-faq__btn:hover { background: #f9fafb; }
.dfzs-faq--open .dfzs-faq__btn { background: #eff6ff; color: #0978de; }
.dfzs-faq__chev { flex-shrink: 0; color: #9ca3af; transition: transform .25s, color .2s; }
.dfzs-faq--open .dfzs-faq__chev { transform: rotate(180deg); color: #0978de; }
.dfzs-faq__ans { overflow: hidden; max-height: 0; transition: max-height .35s ease; }
.dfzs-faq--open .dfzs-faq__ans { max-height: 1000px; }
.dfzs-faq__ans-in { padding: 0 24px 22px; font-size: 15px; color: #374151; line-height: 1.8; }
.dfzs-faq__ans-in p { margin-bottom: 12px; }
.dfzs-faq__ans-in p:last-child { margin: 0; }

/* ══════════════════════════════════════════
   RELATED LINKS
══════════════════════════════════════════ */
.dfzs-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.dfzs-link-card {
    display: flex; flex-direction: column;
    background: rgba(255,255,255,.08); border: 1.5px solid rgba(255,255,255,.18);
    border-radius: 14px; padding: 26px; text-decoration: none; color: #fff;
    transition: background .2s, border-color .2s, transform .2s;
}
.dfzs-link-card:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.4); transform: translateY(-2px); color: #fff; }
.dfzs-link-card__emo { font-size: 28px; margin-bottom: 10px; }
.dfzs-link-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 6px; color: #fff; }
.dfzs-link-card p  { font-size: 13px; opacity: .75; flex-grow: 1; line-height: 1.5; }
.dfzs-link-card__arr { margin-top: 16px; font-size: 18px; font-weight: 700; opacity: .8; }

/* ══════════════════════════════════════════
   TRUST STRIP
══════════════════════════════════════════ */
.dfzs-trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; }
.dfzs-trust-item { text-align: center; }
.dfzs-trust-item__ico {
    width: 64px; height: 64px; border-radius: 50%;
    background: rgba(9,120,222,.1); border: 2px solid rgba(9,120,222,.2);
    display: flex; align-items: center; justify-content: center; margin: 0 auto 16px;
}
.dfzs-trust-item h3 { font-size: 16px; font-weight: 700; color: #111827; margin-bottom: 6px; }
.dfzs-trust-item p  { font-size: 13.5px; color: #6b7280; line-height: 1.55; }

/* ══════════════════════════════════════════
   FINAL CTA BAND
══════════════════════════════════════════ */
.dfzs-cta-band {
    padding: 3rem 0;
    background: linear-gradient(135deg, #0978de 0%, #1e5a8e 100%);
    text-align: center; color: #fff;
    position: relative; overflow: hidden;
}
.dfzs-cta-band__inner { position: relative; z-index: 1; }
.dfzs-cta-band h2 { font-size: clamp(26px, 3.5vw, 42px); font-weight: 800; margin-bottom: 14px; }
.dfzs-cta-band p  { font-size: 18px; opacity: .88; margin-bottom: 36px; }
.dfzs-cta-band__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.dfzs-cta-band__note { font-size: 13px; opacity: .6; margin-top: 20px; }

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 1024px) {
    .dfzs-hero-grid { grid-template-columns: 1fr; }
    .dfzs-qcard { position: static; max-width: 460px; }
}
@media (max-width: 768px) {
    .dfzs-section { padding: 56px 0; }
    .dfzs-hero { padding: 36px 0 48px; }
    .dfzs-hero-h1 { font-size: 26px; }
    .dfzs-svc-grid, .dfzs-two-up, .dfzs-links-grid, .dfzs-trust-grid { grid-template-columns: 1fr; }
    .dfzs-content-card__banner, .dfzs-content-card__body { padding: 22px 22px; }
    .dfzs-cta-band { padding: 56px 0; }
}

/**
 * DoorFalcon SEO Template Additions (v2.0)
 * Additional styles for state and state-service templates
 * Append this to your existing location-page.css
 */

/* ── TRUST BADGE ──────────────────────────────────────────────────────────── */
.dfsp-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #dcdcde;
    border-radius: 20px;
    padding: 5px 13px;
    font-size: 12px;
    color: #646970;
    margin-bottom: 16px;
}

/* ── TRUST SIGNALS ────────────────────────────────────────────────────────── */
.dfsp-trust-signals {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 14px;
}

.dfsp-trust-signal {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #6b7280;
}

.dfsp-trust-signal svg {
    flex-shrink: 0;
}

/* ── PRICE BANNER ─────────────────────────────────────────────────────────── */
.dfsp-price-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 16px;
}

.dfsp-price-icon {
    width: 40px;
    height: 40px;
    background: #eff6ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dfsp-price-label {
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.dfsp-price-val {
    font-size: 22px;
    font-weight: 800;
    color: #0978de;
    letter-spacing: -0.5px;
}

.dfsp-price-note {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 1px;
}

/* ── AEO ANSWER BOX ───────────────────────────────────────────────────────── */
.dfsp-aeo-box {
    border: 1px solid #c7d6e8;
    background: #f0f6fc;
    border-radius: 10px;
    padding: 14px 18px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.dfsp-aeo-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    background: #0978de;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.dfsp-aeo-icon svg {
    color: #fff;
}

.dfsp-aeo-label {
    font-size: 11px;
    font-weight: 700;
    color: #3c5999;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 3px;
}

.dfsp-aeo-text {
    font-size: 13px;
    color: #1d2327;
    line-height: 1.6;
}

/* ── INTERNAL LINKS IN SIDEBAR ────────────────────────────────────────────── */
.dfsp-internal-links {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #f3f4f6;
}

.dfsp-internal-links__label {
    font-size: 10px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.dfsp-internal-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f3f4f6;
    border-radius: 7px;
    padding: 8px 11px;
    font-size: 12px;
    font-weight: 500;
    color: #0978de;
    text-decoration: none;
    margin-bottom: 5px;
    transition: all 0.15s;
}

.dfsp-internal-link:hover {
    border-color: #0978de;
    background: #f9fafb;
}

/* ── SECTION EYEBROW LABEL ────────────────────────────────────────────────── */
.dfsp-eyebrow {
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

/* ── 2-COLUMN GRID ────────────────────────────────────────────────────────── */
.dfsp-2col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 768px) {
    .dfsp-2col-grid {
        grid-template-columns: 1fr;
    }
}

/* ── INFO CARD ────────────────────────────────────────────────────────────── */
.dfsp-info-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
}

.dfsp-info-card__icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    margin-bottom: 12px;
    background: #f3f4f6;
}

.dfsp-info-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0978de;
    margin: 0 0 12px;
}

.dfsp-info-card__body {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.75;
}

.dfsp-info-card__body p {
    margin: 0 0 10px;
}

.dfsp-info-card__body p:last-child {
    margin-bottom: 0;
}

/* ── HUB BOX (Back to parent link) ────────────────────────────────────────── */
.dfsp-hub-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.dfsp-hub-box-label {
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.dfsp-hub-box-title {
    font-size: 18px;
    font-weight: 700;
    color: #0978de;
    margin-bottom: 4px;
}

.dfsp-hub-box-sub {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

.dfsp-hub-box-btn {
    background: #0978de;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.15s;
    flex-shrink: 0;
}

.dfsp-hub-box-btn:hover {
    opacity: 0.9;
    color: #fff;
}

@media (max-width: 768px) {
    .dfsp-hub-box {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    
    .dfsp-hub-box-btn {
        width: 100%;
        text-align: center;
    }
}

/* ── CROSS-SELL GRID ──────────────────────────────────────────────────────── */
.dfsp-crosssell-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 14px;
}

.dfsp-crosssell-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px;
    text-decoration: none;
    color: inherit;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    transition: all 0.2s;
    background: #fff;
}

.dfsp-crosssell-card:hover {
    border-color: #0978de;
    box-shadow: 0 4px 16px rgba(9, 120, 222, 0.1);
    transform: translateY(-1px);
}

.dfsp-crosssell-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.dfsp-crosssell-name {
    font-size: 14px;
    font-weight: 700;
    color: #0978de;
    margin-bottom: 4px;
}

.dfsp-crosssell-cta {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
}

@media (max-width: 640px) {
    .dfsp-crosssell-grid {
        grid-template-columns: 1fr;
    }
}

/* ── CONTENT NARROW (for single-column text sections) ─────────────────────── */

.dfsp-content-prose {
    font-size: 15px;
    color: #374151;
    line-height: 1.75;
}

.dfsp-content-prose p {
    margin: 0 0 16px;
}

.dfsp-content-prose p:last-child {
    margin-bottom: 0;
}

/* ── SECTION HEADER ───────────────────────────────────────────────────────── */
.dfsp-section-header {
    margin-bottom: 32px;
}

.dfsp-section-header h2 {
    font-size: clamp(24px, 3.5vw, 32px);
    font-weight: 800;
    margin: 0 0 8px;
    letter-spacing: -0.5px;
}

.dfsp-section-header p {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
}

/* ── CITY CONTROLS ────────────────────────────────────────────────────────── */
.dfsp-city-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.dfsp-city-search-wrap {
    position: relative;
    flex: 1;
    min-width: 200px;
}

.dfsp-city-search-wrap svg {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    pointer-events: none;
}

.dfsp-city-search {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 12px 10px 36px;
    font-size: 14px;
    color: #1d2327;
    font-family: inherit;
    outline: none;
    background: #fff;
    transition: border-color 0.15s;
}

.dfsp-city-search:focus {
    border-color: #0978de;
}

.dfsp-city-count {
    font-size: 13px;
    color: #9ca3af;
    white-space: nowrap;
}

.dfsp-city-no-results {
    font-size: 14px;
    color: #6b7280;
    padding: 20px 0;
    text-align: center;
}

.dfsp-coverage-card__icon {
    width: 40px;
    margin: 0 auto;
    padding-bottom: 5px;
}


/* AEO Answer Box */
.dfc-answer-box, .dfcs-answer-box {
    background: #f0f6fc;
    border-left: 4px solid #0978de;
    padding: 16px 20px;
    margin: 20px 0;
    display: flex;
    gap: 12px;
}
.dfc-answer-icon, .dfcs-answer-icon {
    flex-shrink: 0;
    color: #0978de;
}
.dfc-answer-label, .dfcs-answer-label {
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.dfc-answer-text, .dfcs-answer-text {
    font-size: 14px;
    color: #1e293b;
    line-height: 1.6;
}

/* Intro paragraph (speakable) */
.dfc-intro, .dfcs-intro {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.7;
    margin: 16px 0;
}

/* Secondary breadcrumb */
.dfcs-breadcrumb-alt {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 6px;
}
.dfcs-bc-also {
    font-weight: 600;
    margin-right: 6px;
}

/* Dual parent boxes */
.dfcs-parent-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.dfcs-parent-box {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px 24px;
    background: #f9fafb;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}
.dfcs-parent-label {
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 4px;
}
.dfcs-parent-title {
    font-size: 15px;
    font-weight: 700;
    color: #0E1A2C;
    margin-bottom: 3px;
}
.dfcs-parent-sub {
    font-size: 13px;
    color: #6b7280;
}
.dfcs-parent-btn {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #0E1A2C;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.15s;
    align-self: flex-start;
}
.dfcs-parent-btn:hover {
    border-color: #0E1A2C;
}

/* 3-column grid (city template) */
.dfc-3col-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media (max-width: 900px) {
    .dfc-3col-grid {
        grid-template-columns: 1fr;
    }
    .dfcs-parent-row {
        grid-template-columns: 1fr;
    }
}