.ad-unit {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  border: 3px solid #23342c;
  background: linear-gradient(135deg, #fff 0%, #fff 68%, #f1f8f4 100%);
  box-shadow: 0 24px 60px rgba(19, 33, 28, .17);
}

.hero h1 { font-size: clamp(2rem, 4vw, 3.1rem); }

.ad-unit::before { display: none; }

.ad-creative-placeholder {
  display: flex;
  min-height: 150px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--green-dark), var(--green));
  color: #fff;
}

.ad-creative-placeholder span { font-size: .76rem; font-weight: 800; letter-spacing: .08em; }
.ad-creative-placeholder strong { margin: 6px 0; font-size: 1.7rem; line-height: 1.2; }
.ad-creative-placeholder small { color: #d9ebe3; }

.ad-creative {
  position: relative;
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  border-radius: 15px;
  background: #13211c;
}

.ad-creative img { display: block; width: 100%; height: 100%; min-height: 250px; object-fit: cover; object-position: center; }
.ad-creative::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(5, 18, 13, .94)); }
.ad-creative.official-material { display: grid; min-height: 290px; place-items: center; padding: 10px; background: #f4f1eb; }
.ad-creative.official-material::after { display: none; }
.ad-creative.official-material iframe { display: block; width: 100%; min-height: 280px; border: 0; background: #fffaf0; }
.ad-creative figcaption { position: absolute; z-index: 1; right: 18px; bottom: 16px; left: 18px; color: #fff; }
.ad-creative figcaption span,
.ad-creative figcaption small { display: block; font-size: .7rem; font-weight: 800; }
.ad-creative figcaption strong { display: block; margin: 3px 0; font-size: clamp(1.25rem, 2.2vw, 1.85rem); line-height: 1.15; }
.ad-copy .pr-label { padding: 3px 10px; border-radius: 999px; background: #fff0ea; color: var(--accent-dark) !important; }
.ad-copy h2 { margin-bottom: 10px; font-size: clamp(1.45rem, 2.6vw, 2.15rem); line-height: 1.26; }
.ad-copy > p:not(.pr-label):not(.ad-disclosure):not(.ad-microcopy) { font-size: 1rem; }
.ad-primary-button {
  position: relative;
  width: 100%;
  min-height: 58px;
  padding-inline: 52px;
  border-radius: 13px;
  font-size: 1rem;
  text-align: center;
}
.ad-primary-button span {
  position: absolute;
  right: 20px;
  margin: 0;
  font-size: 1.55rem;
  line-height: 1;
}
.ad-microcopy { margin: 8px 0 0 !important; color: var(--ink) !important; text-align: center; font-size: .76rem !important; font-weight: 800; }

.offer-points {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
  color: var(--ink);
  font-size: .86rem;
  font-weight: 700;
}

.offer-points li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 7px 1px 0; border-radius: 50%; background: var(--green); }
.check-list li::before { content: ""; top: .72em; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }

.policy-document h2 { margin-top: 28px; font-size: 1.35rem; }
.policy-document h2:first-child { margin-top: 0; }
.policy-document p,
.policy-document li { color: var(--muted); }
.policy-document li + li { margin-top: 6px; }
.policy-links .card { color: var(--ink); text-decoration: none; }
.policy-links .card h2 { font-size: 1.12rem; }
.footer-disclosure { margin: 32px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); font-size: .82rem; }
.mobile-cta-pr { position: absolute; left: 16px; margin: 0; padding: 2px 7px; border-radius: 999px; background: #fff; color: var(--accent-dark); font-size: .65rem; }
.mobile-cta-copy { display: grid; margin-inline: auto; line-height: 1.2; text-align: center; }
.mobile-cta-copy strong { font-size: .95rem; }
.mobile-cta-copy small { margin-top: 2px; color: #fff4ef; font-size: .67rem; font-weight: 700; }
.mobile-cta-arrow { position: absolute; right: 18px; margin: 0; font-size: 1.65rem; line-height: 1; }
.offer-dialog {
  width: min(860px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 30px 100px rgba(4, 17, 12, .42);
}

.offer-dialog::backdrop { background: rgba(6, 20, 14, .68); backdrop-filter: blur(3px); }
.offer-dialog-grid { display: grid; grid-template-columns: minmax(290px, .88fr) minmax(0, 1.12fr); min-height: 510px; }
.offer-dialog-visual { position: relative; min-height: 100%; margin: 0; overflow: hidden; background: #13211c; }
.offer-dialog-visual img { display: block; width: 100%; height: 100%; min-height: 510px; object-fit: cover; object-position: 40% center; }
.offer-dialog-visual::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(6, 20, 14, .94)); }
.offer-dialog-visual figcaption { position: absolute; z-index: 1; right: 24px; bottom: 24px; left: 24px; color: #fff; }
.offer-dialog-visual figcaption span { display: block; margin-bottom: 5px; font-size: .72rem; font-weight: 900; }
.offer-dialog-visual figcaption strong { display: block; font-size: 1.65rem; line-height: 1.2; }
.offer-dialog-visual.official-material {
  display: grid;
  place-items: center;
  padding: 34px;
  background: linear-gradient(145deg, #f5efe2, #e6d9bc);
}
.offer-dialog-visual.official-material::after { display: none; }
.official-creative-stage {
  display: grid;
  width: 100%;
  min-height: 300px;
  place-items: center;
  padding: 20px;
  border: 1px solid rgba(80, 58, 18, .14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(76, 55, 13, .14);
}
.official-creative-stage > iframe[data-offer-official-frame] {
  display: block;
  width: min(100%, 320px);
  height: 270px;
  border: 0;
  background: #fffaf0;
}
.delivery-dialog .offer-points li::before { background: #b88813; }
.delivery-dialog .ad-primary-button { background: #7b5910; }
.delivery-dialog .ad-primary-button:hover { background: #553d0b; }
.metric-note {
  margin: 12px 2px 0;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 700;
  text-align: center;
}
.offer-dialog-copy { position: relative; padding: 34px; }
.offer-dialog-copy h2 { margin: 0 0 12px; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.22; letter-spacing: -.025em; }
.offer-dialog-copy > p:not(.pr-label):not(.eyebrow):not(.offer-alternative) { margin: 0 0 18px; color: var(--muted); }
.offer-dialog-copy small { display: block; margin-top: 12px; color: var(--muted); }
.offer-dialog-copy .pr-label { margin-right: 64px !important; padding: 3px 10px; border-radius: 999px; background: #fff0ea; color: var(--accent-dark) !important; }
.offer-close { position: absolute; z-index: 2; top: 18px; right: 18px; padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-size: .75rem; font-weight: 900; cursor: pointer; }
.offer-alternative { margin: 14px 0 0 !important; padding: 12px 14px; border-radius: 12px; background: #fff7dc; color: #5f470f !important; font-size: .8rem; font-weight: 700; }
.offer-alternative a { color: #6b4c05; font-weight: 900; }

.service-choice {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.route-card {
  position: relative;
  padding: 28px;
  border: 2px solid var(--green);
  border-radius: 18px;
  background: #f4faf7;
}

.route-card.delivery { border-color: #b88813; background: #fff9e9; }
.route-card h3 { margin: 8px 0; font-size: 1.25rem; }
.route-card p { margin: 0 0 20px; color: var(--muted); }
.route-number { color: var(--green); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.route-card.delivery .route-number { color: #89630c; }
.direct-link-note { display: block; margin-top: 10px; color: var(--muted); font-size: .72rem; }

.delivery-offer {
  display: grid;
  grid-template-columns: minmax(240px, .68fr) minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
  padding: 30px;
  border: 2px solid #9b7213;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 22px 55px rgba(73, 52, 8, .12);
}

.delivery-offer-visual {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: 15px;
  background: #4e3a0a;
}

.delivery-offer-visual img { display: block; width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.delivery-offer-visual::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(55, 37, 4, .92)); }
.delivery-offer-visual figcaption { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; color: #fff; }
.delivery-offer-visual span { display: block; font-size: .72rem; font-weight: 900; letter-spacing: .06em; }
.delivery-offer-visual strong { display: block; margin: 5px 0; font-size: 1.6rem; line-height: 1.14; }
.delivery-offer-visual small { color: #fff5d4; font-weight: 700; }
.official-label { display: inline-flex; margin: 0 0 8px !important; padding: 3px 10px; border-radius: 999px; background: #fff2c8; color: #76570f !important; font-size: .7rem; font-weight: 900; }
.delivery-offer-copy h2 { margin: 0 0 10px; font-size: clamp(1.45rem, 2.6vw, 2.1rem); line-height: 1.3; }
.delivery-offer-copy { align-self: center; }
.delivery-offer-copy > p { color: var(--muted); }
.delivery-points { display: flex; flex-wrap: wrap; gap: 7px 14px; padding: 0; margin: 0 0 18px; list-style: none; font-size: .86rem; font-weight: 800; }
.delivery-points li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 7px 1px 0; border-radius: 50%; background: #b88813; }
.delivery-button { position: relative; width: 100%; min-height: 56px; padding-inline: 52px; border-radius: 13px; background: #7b5910; text-align: center; }
.delivery-button:hover { background: #553d0b; }
.delivery-button span { position: absolute; right: 20px; margin: 0; font-size: 1.5rem; }
.service-disclosure { margin: 10px 0 0 !important; font-size: .72rem !important; }

.insight-grid,
.facility-snapshot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.insight-stat,
.facility-snapshot article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(19, 33, 28, .07);
}

.insight-stat span,
.facility-snapshot span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 800;
}

.insight-stat strong,
.facility-snapshot strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--green-dark);
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  line-height: 1.35;
}

.insight-stat small,
.facility-snapshot small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.55;
}

.regional-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: 18px;
  margin: 0 0 30px;
}

.regional-summary p {
  margin: 0;
  padding: 18px 20px;
  border-left: 4px solid var(--green);
  border-radius: 0 14px 14px 0;
  background: #fff;
  color: var(--ink);
}

.insight-subtitle { margin: 30px 0 12px; font-size: 1.24rem; }
.muted-stat { background: #f5f6f5; box-shadow: none; }
.muted-stat strong { color: var(--muted); }
.local-area-block { margin-top: 34px; }
.local-area-block > p { color: var(--muted); }
.local-area-table { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.local-area-table table { width: 100%; border-collapse: collapse; }
.local-area-table th,
.local-area-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.local-area-table thead th { background: #eef6f2; color: var(--green-dark); font-size: .75rem; }
.local-area-table tbody tr:last-child th,
.local-area-table tbody tr:last-child td { border-bottom: 0; }
.regional-advice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.source-note { margin: 18px 0 0; color: var(--muted); font-size: .75rem; }
.local-station-block { margin-top: 34px; }
.local-station-block > p { color: var(--muted); }
.local-station-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.local-station-card { min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.local-station-card .station-name { margin: 0 0 6px; color: var(--green-dark); font-size: 1.16rem; font-weight: 900; }
.local-station-card > p:not(.station-name) { min-height: 2.8em; margin: 0 0 14px; color: var(--muted); font-size: .78rem; }
.local-station-card dl { display: grid; gap: 7px; margin: 0; }
.local-station-card dl > div { display: flex; justify-content: space-between; gap: 12px; padding-top: 7px; border-top: 1px solid var(--line); font-size: .78rem; }
.local-station-card dt { color: var(--muted); }
.local-station-card dd { margin: 0; color: var(--ink); font-weight: 800; text-align: right; }
.local-station-card small { display: block; margin-top: 12px; color: var(--muted); font-size: .68rem; line-height: 1.5; }
.official-source-panel { margin-top: 24px; padding: 22px 24px; border: 1px solid #bfd7ca; border-radius: 16px; background: #f4faf7; }
.official-source-panel h3 { margin: 0 0 8px; font-size: 1.08rem; }
.official-source-panel p { margin: 0; color: var(--muted); }
.official-source-panel ul { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 14px 0 0; padding-left: 20px; }

.operator-term-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.operator-term-card { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.operator-term-card h3 { margin: 0 0 14px; }
.operator-term-card dl { display: grid; gap: 12px; margin: 0; }
.operator-term-card dl > div { padding-top: 12px; border-top: 1px solid var(--line); }
.operator-term-card dt { margin-bottom: 3px; color: var(--green-dark); font-size: .74rem; font-weight: 900; }
.operator-term-card dd { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.7; }
.contract-check-title { margin-top: 34px; }
.contract-fact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.contract-fact-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.contract-fact-grid h3 { margin: 0 0 10px; font-size: 1.05rem; }
.contract-fact-grid p { color: var(--muted); }

.facility-group + .facility-group { margin-top: 38px; padding-top: 34px; border-top: 1px solid var(--line); }
.facility-group-heading { margin-bottom: 16px; }
.facility-group-heading h3 { margin: 0 0 5px; font-size: 1.3rem; }
.facility-group-heading h3 small { color: var(--green); font-size: .72rem; }
.facility-group-heading p { margin: 0; color: var(--muted); }
.facility-more { margin-top: 14px; }
.facility-more > summary {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--green);
  border-radius: 12px;
  background: #fff;
  color: var(--green-dark);
  font-weight: 900;
  cursor: pointer;
}
.facility-more[open] > summary { margin-bottom: 14px; }
.facility-list-more { display: grid; gap: 14px; }

.facility-snapshot { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.detail-table-title { margin-top: 38px !important; }

@media (max-width: 860px) {
  .ad-unit,
  .delivery-offer { grid-template-columns: 1fr; }
  .insight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .local-station-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contract-fact-grid { grid-template-columns: 1fr; }
  .regional-summary { grid-template-columns: 1fr; }
  .offer-dialog-grid { grid-template-columns: 1fr; }
  .offer-dialog-visual { min-height: 230px; }
  .offer-dialog-visual img { min-height: 230px; max-height: 300px; }
}

@media (max-width: 620px) {
  .hero h1 { font-size: 2.2rem; }
  .service-choice { padding: 20px; }
  .ad-unit { padding: 18px; }
  .ad-creative-placeholder { min-height: 120px; }
  .ad-creative,
  .ad-creative img { min-height: 190px; }
  .ad-creative.official-material { min-height: 270px; }
  .ad-creative.official-material iframe { min-height: 250px; }
  .ad-primary-button { padding-inline: 44px; white-space: normal; font-size: .94rem; }
  .ad-primary-button span,
  .delivery-button span { right: 16px; }
  .delivery-offer { padding: 18px; }
  .delivery-offer-visual,
  .delivery-offer-visual img { min-height: 210px; }
  .offer-dialog { width: min(100% - 20px, 520px); max-height: calc(100dvh - 20px); border-radius: 18px; }
  .offer-dialog-grid { min-height: 0; }
  .offer-dialog-visual { min-height: 180px; }
  .offer-dialog-visual img { min-height: 180px; max-height: 210px; object-position: center 45%; }
  .offer-dialog-visual.official-material { min-height: 0; padding: 18px; }
  .official-creative-stage { min-height: 210px; padding: 12px; }
  .official-creative-stage > iframe[data-offer-official-frame] { height: 250px; }
  .offer-dialog-visual figcaption { right: 18px; bottom: 16px; left: 18px; }
  .offer-dialog-visual figcaption strong { font-size: 1.25rem; }
  .offer-dialog-copy { padding: 24px 20px 22px; }
  .offer-dialog-copy h2 { font-size: 1.55rem; }
  .offer-dialog-copy .offer-points { display: grid; gap: 4px; }
  .insight-grid,
  .facility-snapshot { grid-template-columns: 1fr; }
  .regional-advice-grid { grid-template-columns: 1fr; }
  .local-station-grid,
  .operator-term-grid { grid-template-columns: 1fr; }
  .official-source-panel ul { display: block; }
  .official-source-panel li + li { margin-top: 7px; }
  .local-area-table th,
  .local-area-table td { padding: 12px 13px; font-size: .82rem; }
}
