/* Atlanta route guide: live conditions are viewed on the linked official map. */
.traffic-section {
  position: relative;
  isolation: isolate;
  padding-top: 106px;
  padding-bottom: 64px;
  background: #071217;
}
.traffic-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg,#031014f0 0%,#031014b0 34%,#07121725 72%),linear-gradient(0deg,#07121765,transparent 80%),url('media/atlanta-rutas.jpg') center / cover;
}
.traffic-section .story-chapter-tag { color: #e0e4e5; }
.traffic-section .story-chapter-tag i { background: #ffffff30; }
.traffic-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.traffic-section svg:not(.traffic-symbols) { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.traffic-main { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); align-items: end; gap: var(--column-gap); }
.traffic-intro { min-width: 0; padding-bottom: 22px; }
.traffic-intro .kicker { margin: 0 0 24px; font-size: .75rem; letter-spacing: .16em; }
.traffic-intro h2 { color: #fff; font-size: clamp(3.25rem,4.9vw,5.1rem); line-height: .98; font-weight: 850; letter-spacing: -.055em; text-transform: uppercase; margin: 0 0 24px; }
.traffic-intro h2 span { color: #ffc400; }
.traffic-description { color: #cbd2d5; font-size: 1.02rem; line-height: 1.7; max-width: 450px; margin: 0 0 28px; text-wrap: pretty; }
.traffic-map-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 20px 27px; font-size: .95rem; border-radius: 50px; color: #080b0e; box-shadow: 0 8px 30px #0002; }
.traffic-map-button:hover { box-shadow: 0 8px 35px #ffc40030; }
.traffic-features { display: flex; flex-wrap: wrap; padding: 0; margin: 32px 0 0; gap: 16px 20px; list-style: none; }
.traffic-features li { display: flex; align-items: center; gap: 7px; font-size: .7rem; color: #dae1e2; }
.traffic-features svg { color: #ffc400; width: 20px !important; height: 20px !important; }
.atlanta-route-column { min-width: 0; }
.traffic-city-sign { display: flex; align-items: flex-end; flex-direction: column; color: #ffc400; padding: 0 8px 26px; text-shadow: 0 2px 18px #0005; }
.traffic-city-sign > span { font-family: 'Snell Roundhand','Brush Script MT',cursive; font-style: italic; font-size: clamp(3rem,5vw,4.6rem); line-height: 1; }
.traffic-city-sign b { font: 650 .7rem monospace; letter-spacing: .24em; text-transform: uppercase; margin-top: 8px; padding-bottom: 9px; border-bottom: 2px solid #ffc400; }
.atlanta-route-panel { padding: 22px; border: 1px solid #ffffff30; border-radius: 22px; background: linear-gradient(135deg,#202224ed,#111315ed); box-shadow: 0 16px 50px #0004,inset 0 1px 0 #ffffff0b; backdrop-filter: blur(12px); }
.traffic-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 17px; }
.traffic-panel-heading h3 { color: #fff; font-size: .95rem; font-weight: 800; letter-spacing: -.025em; text-transform: uppercase; margin: 0; }
.traffic-panel-heading > a { display: inline-flex; align-items: center; gap: 5px; color: #ffc400; font-size: .72rem; font-weight: 700; white-space: nowrap; }
.traffic-panel-heading > a svg { width: 18px; height: 18px; }
.atlanta-routes { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.atlanta-route { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 14px 12px; border: 1px solid #ffffff1f; border-radius: 12px; background: #ffffff04; transition: background .2s,border-color .2s; }
.atlanta-route:hover { background: #ffc40012; border-color: #ffc40099; }
.traffic-section a:focus-visible { outline: 3px solid #ffc400; outline-offset: 5px; }
.atlanta-route-copy { display: flex; flex: 1; min-width: 0; flex-direction: column; gap: 6px; }
.atlanta-route-copy strong { font-size: 1.03rem; font-weight: 800; color: #fff; }
.atlanta-route-copy small { font-size: .68rem; line-height: 1.4; color: #bfc3c7; }
.atlanta-route-arrow { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%; background: #ffffff0b; color: #e9ebed; }
.atlanta-route-arrow svg { width: 20px !important; height: 20px !important; }
.road-shield { position: relative; display: block; width: 43px; height: 48px; flex-shrink: 0; color: white; }
.traffic-section .road-shield svg { position: absolute; width: 100%; height: 100%; stroke: none; }
.road-shield small { position: absolute; top: 7px; width: 100%; text-align: center; font: 700 5px/1 Arial,sans-serif; letter-spacing: .03em; }
.road-shield b { position: absolute; top: 15px; width: 100%; text-align: center; font: 750 22px/1 Arial,sans-serif; }
.road-shield-state { color: #131619; }
.road-shield-state small { top: 8px; font-size: 6px; }
.road-shield-state b { top: 18px; font-size: 20px; }
.atlanta-route-note { font-size: .66rem; line-height: 1.55; color: #aeb5ba; margin: 14px 0 0; }
.traffic-bottom-bar { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: var(--column-gap); padding: 23px; margin-top: 28px; border: 1px solid #ffc40040; border-radius: 18px; background: linear-gradient(100deg,#292711e8,#292214df); backdrop-filter: blur(14px); }
.traffic-advice { display: flex; gap: 16px; align-items: center; }
.traffic-advice-icon { width: 52px; height: 52px; display: grid; place-items: center; background: #ffc40028; color: #ffda55; border-radius: 50%; flex-shrink: 0; }
.traffic-advice h3 { font-size: 1rem; font-weight: 750; margin: 0 0 6px; letter-spacing: -.02em; }
.traffic-advice p { color: #c7c8bd; margin: 0; line-height: 1.6; font-size: .78rem; }
.traffic-benefits { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.traffic-benefits li { display: flex; align-items: center; gap: 10px; padding: 0 16px; border-left: 1px solid #ffffff20; }
.traffic-benefits svg { color: #ffc400; }
.traffic-benefits span { display: flex; flex-direction: column; gap: 6px; }
.traffic-benefits strong { font: 650 .68rem/1.4 monospace; text-transform: uppercase; letter-spacing: .02em; }
.traffic-benefits small { font-size: .68rem; line-height: 1.4; color: #bdbeb4; }
@media(max-width:1100px) {
  .traffic-main { grid-template-columns: minmax(0,1fr); gap: 26px; }
  .traffic-intro { max-width: 670px; padding-bottom: 0; }
  .traffic-intro h2 { font-size: clamp(3.25rem,7vw,4.8rem); }
  .traffic-description { max-width: 470px; }
  .atlanta-route-column { position: relative; }
  .traffic-city-sign { position: absolute; bottom: calc(100% + 36px); right: 0; }
  .atlanta-route-panel { background: linear-gradient(135deg,#202224f5,#111315f2); }
  .atlanta-route { padding: 15px; }
  .traffic-bottom-bar { grid-template-columns: minmax(0,1fr); gap: 23px; }
  .traffic-benefits { border-top: 1px solid #ffc40025; padding-top: 20px; }
  .traffic-benefits li:first-child { border: 0; padding-left: 0; }
}
@media(max-width:760px) {
  .traffic-section { padding-top: 96px; padding-bottom: 48px; }
  .traffic-section::before { background: linear-gradient(0deg,#071217 30%,#071217a0 70%,#07121760),url('media/atlanta-rutas.jpg') 67% top / auto 640px no-repeat; }
  .traffic-intro .kicker { font-size: .65rem; margin-bottom: 22px; }
  .traffic-intro h2 { font-size: clamp(2.5rem,10.8vw,4.5rem); }
  .traffic-description { font-size: .95rem; }
  .traffic-map-button { width: 100%; font-size: .88rem; padding: 18px; gap: 12px; }
  .traffic-features { margin-top: 25px; gap: 13px; }
  .traffic-features li { font-size: .65rem; }
  .traffic-city-sign { display: none; }
  .atlanta-route-panel { padding: 16px; border-radius: 16px; }
  .traffic-panel-heading { align-items: flex-start; gap: 14px; }
  .traffic-panel-heading h3 { max-width: 155px; font-size: .86rem; line-height: 1.4; }
  .traffic-panel-heading > a { font-size: .66rem; margin-top: 3px; }
  .atlanta-routes { grid-template-columns: minmax(0,1fr); }
  .atlanta-route-copy strong { font-size: 1.06rem; }
  .atlanta-route-copy small { font-size: .73rem; }
  .atlanta-route { padding: 12px; gap: 14px; }
  .atlanta-route-arrow { width: 34px; height: 34px; }
  .atlanta-route-note { font-size: .69rem; }
  .traffic-bottom-bar { padding: 20px; gap: 18px; }
  .traffic-advice { align-items: flex-start; gap: 12px; }
  .traffic-advice-icon { width: 40px; height: 40px; }
  .traffic-benefits { grid-template-columns: minmax(0,1fr); gap: 17px; }
  .traffic-benefits li { border: 0; padding: 0; gap: 16px; }
  .traffic-benefits strong { font-size: .73rem; }
  .traffic-benefits small { font-size: .74rem; }
}
@media(prefers-reduced-motion:reduce) { .atlanta-route { transition: none; } }
