/* Small additive sheet; existing hero, map, pricing and pickup layout remain unchanged. */
.trl-local-guide{padding:clamp(46px,5.5vw,80px) 0;background:#fff;color:#203650}
.trl-local-guide-inner{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.7fr);gap:clamp(24px,5vw,70px);align-items:start}
.trl-local-guide-copy{max-width:770px}
.trl-local-guide-copy h2{font-size:clamp(26px,3vw,37px);line-height:1.17;letter-spacing:-.025em;margin:13px 0 17px;color:#172c48}
.trl-local-guide-copy h3{font-size:clamp(19px,2vw,23px);margin:29px 0 12px;color:#17324d;line-height:1.3}
.trl-local-guide-copy p{font-size:clamp(15px,1.1vw,17px);line-height:1.85;margin:0 0 15px;color:#455b70}
.trl-local-guide-copy .trl-local-guide-intro{font-size:clamp(17px,1.25vw,19px);color:#314c66;line-height:1.68}
.trl-local-guide-tip{background:#f3f7fb;border-top:3px solid #eebd39;border-radius:17px;padding:clamp(22px,3vw,30px);box-shadow:0 10px 30px rgba(31,48,72,.045)}
.trl-tip-icon{display:grid;place-items:center;width:41px;height:41px;border-radius:12px;background:#fff2cf;color:#8e6514;font-size:23px;margin-bottom:16px}
.trl-local-guide-tip h3{color:#172c48;font-size:21px;margin:0 0 12px}
.trl-local-guide-tip p{color:#50677c;line-height:1.75;margin:0 0 25px;font-size:15px}
.trl-local-guide-cta{display:inline-flex;align-items:center;justify-content:center;background:#f3bf39;border-radius:11px;padding:13px 19px;font-weight:800;color:#152943;text-decoration:none;min-height:45px}
.trl-local-guide-cta:hover{background:#e7b42b}
@media(max-width:840px){.trl-local-guide-inner{grid-template-columns:1fr}.trl-local-guide-tip{max-width:none}}
