body{background-image:url(/img/topo-bg.png);background-position:center}.route-container{max-width:1200px;margin:4rem auto 2rem;padding:0 1.5rem;text-align:left;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem}.route-section:first-child{grid-column:1 / -1}.route-section{position:relative;overflow:hidden;min-height:230px;margin:0;padding:2rem;border:1px solid rgba(51,51,51,.08);border-radius:18px;background:#ffffff80;background-size:cover;box-shadow:0 16px 40px #00000014;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.route-section:hover{transform:translateY(-4px);border-color:#b77b3a52;box-shadow:0 22px 48px #0000001f}.route-section h1{margin-bottom:2rem;color:#333;text-align:center;font-size:2rem;line-height:1.2}.route-section h2{margin-top:1rem;margin-bottom:2rem;color:#333;font-size:1.3rem;line-height:1.25}.route-section p{margin:0;text-align:left;color:#555;font-size:clamp(.95rem,1.5vw,1rem);line-height:1.75}@media(max-width:900px){.route-container{grid-template-columns:1fr;margin-top:3rem;gap:1rem}.route-section:first-child{grid-column:auto}}@media(max-width:767px){.route-container{padding:0 1rem;margin:2.5rem auto 1.5rem}.route-section{padding:1.4rem;min-height:auto;border-radius:14px}.route-section h1{text-align:left;margin-bottom:1.4rem;font-size:1.5rem}.route-section h2{margin-bottom:1.2rem;font-size:1.4rem}.route-section:hover{transform:none}}
