/* Limo Business Solutions — overrides for the supplied H-Code theme. */
:root{--ink:#152b3a;--navy:#112536;--gold:#dcaf5b;--gold-dark:#805b19;--teal:#126a70;--muted:#526371;--paper:#f4f6f7;--line:#dce2e6;--white:#fff}
html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:100px}
body.lbs{font-family:Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.7;letter-spacing:0;color:var(--ink);background:white;margin:0}
.lbs *{box-sizing:border-box}.lbs [hidden]{display:none!important}.lbs img{max-width:100%;height:auto}.lbs p{line-height:1.7;margin:0 0 1.2em}
.lbs h1,.lbs h2,.lbs h3,.lbs h4{font-family:Arial,Helvetica,sans-serif;color:var(--ink);letter-spacing:-.035em;text-transform:none;line-height:1.12;margin:0 0 24px;font-weight:700}
.lbs h1{font-size:clamp(2.35rem,4.2vw,4rem)}.lbs h2{font-size:clamp(2rem,3.5vw,3.25rem)}.lbs h3{font-size:1.55rem}.lbs h4{font-size:1.15rem}
.lbs a{color:var(--ink);text-decoration:none}.lbs a:hover{color:var(--gold-dark)}.lbs a:focus-visible,.lbs button:focus-visible,.lbs summary:focus-visible,.lbs input:focus-visible,.lbs select:focus-visible,.lbs textarea:focus-visible{outline:3px solid #168990;outline-offset:5px}
.lbs section{padding:90px 0;overflow:visible}.lbs .container{max-width:1240px;width:calc(100% - 80px)}.lbs .row{margin-left:-15px;margin-right:-15px}
.lbs .eyebrow{display:block;color:var(--teal);font-size:.82rem;letter-spacing:.15em;text-transform:uppercase;font-weight:700;margin-bottom:20px;line-height:1.5}
.lbs .lead{font-size:1.15rem;line-height:1.7;color:var(--muted);font-weight:400}.lbs .small-copy{font-size:.875rem;line-height:1.6;color:var(--muted)}
.lbs .button-row{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.lbs .btn{padding:15px 23px;border-radius:0;font:700 .875rem/1.4 Arial,sans-serif;letter-spacing:.035em;text-transform:uppercase;white-space:normal;transition:background .18s,color .18s;display:inline-flex;align-items:center;justify-content:center;gap:10px;margin:0;min-height:48px;box-shadow:none;border:1px solid transparent}
.lbs .btn-gold{background:var(--gold);color:var(--navy)}.lbs .btn-gold:hover{background:#edc779;color:var(--navy)}.lbs .btn-dark{background:var(--navy);color:white}.lbs .btn-dark:hover{background:var(--teal);color:white}.lbs .btn-outline{border-color:var(--ink);color:var(--ink);background:transparent}.lbs .btn-outline:hover{background:var(--ink);color:white}.lbs .btn-light-outline{color:white;border-color:#a0aab1;background:transparent}.lbs .btn-light-outline:hover{color:var(--ink);background:white}
.lbs .btn[aria-disabled=true],.lbs button:disabled{background:#e5eaed;color:#526371;border-color:#cdd5db;cursor:not-allowed;opacity:1}.lbs .text-link{font-weight:700;border-bottom:1px solid currentColor;padding-bottom:3px}
.lbs .skip-link{position:fixed;top:-100px;left:12px;padding:12px;background:white;z-index:10000}.lbs .skip-link:focus{top:12px}
/* Agency Option 2 navigation: a compact header and full-screen menu. */
.lbs .lbs-nav{position:sticky;top:0;z-index:500;background:var(--navy);border:0;margin:0;border-radius:0;min-height:86px}
.lbs .header-inner{display:flex;justify-content:space-between;align-items:center;min-height:86px;gap:20px}.lbs .brand{display:inline-flex;align-items:center;gap:13px;color:white}.lbs .brand:hover{color:white}
.lbs .brand-mark{display:block;font-size:1.8rem;font-weight:800;letter-spacing:-.09em;border-right:1px solid #66747e;padding-right:16px;color:var(--gold);line-height:1.2}.lbs .brand-words{font-size:.86rem;font-weight:700;line-height:1.35;letter-spacing:.05em;text-transform:uppercase}
.lbs .header-links{display:flex;align-items:center;gap:30px}.lbs .header-links>a{color:white;font-size:.875rem;font-weight:600}.lbs .menu-toggle{display:inline-flex;gap:12px;align-items:center;color:var(--gold);background:transparent;border:0;padding:10px 0 10px 15px;font-size:.875rem;font-weight:700}
.lbs .menu-toggle i{font-size:1.35rem}.lbs .menu-overlay{position:fixed;inset:0;z-index:1000;background:var(--navy);display:grid;grid-template-columns:1fr 1fr;overflow:auto;color:white;padding:0}
.lbs .menu-picture{background:linear-gradient(0deg,rgba(17,37,54,.35),rgba(17,37,54,.15)),url('../images/limo-hero.webp') center/cover;min-height:100%}.lbs .menu-content{padding:100px clamp(35px,7vw,110px) 50px;display:flex;flex-direction:column;justify-content:center}
.lbs .menu-content ul{list-style:none;margin:0;padding:0}.lbs .menu-content li{border-bottom:1px solid #42535f;padding:14px 0}.lbs .menu-content a{color:white;font-size:1.6rem;line-height:1.25;display:flex;gap:16px}.lbs .menu-number{color:var(--gold);font-size:.8rem;padding-top:7px}.lbs .menu-content .eyebrow{color:var(--gold)}
.lbs .close-menu{position:absolute;right:35px;top:25px;border:1px solid #82909a;background:transparent;color:white;padding:10px 18px;min-height:44px}.lbs.menu-is-open{overflow:hidden}.lbs .noscript-nav{padding:16px;background:var(--paper)}
/* Original agency hero typography and full-bleed image treatment. */
.lbs #home{padding:0;background:var(--navy);color:white}.lbs .main-slider{position:relative;min-height:690px;display:block}.lbs .hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:65% center}
.lbs .main-slider::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,19,28,.93) 0%,rgba(7,19,28,.65) 34%,rgba(7,19,28,.05) 76%)}
.lbs .hero-inner{position:relative;z-index:1;min-height:690px;display:flex;flex-direction:column;justify-content:center;padding-top:70px;padding-bottom:72px}.lbs .hero-copy{max-width:640px}.lbs .hero-copy .eyebrow{color:#f1d098}
.lbs .hero-copy h1{color:white;font-size:clamp(3rem,5.2vw,4.9rem);line-height:1.04;letter-spacing:-.055em;margin-bottom:24px}.lbs .hero-copy .accent{color:var(--gold);text-decoration:underline;text-underline-offset:12px;text-decoration-thickness:3px}.lbs .hero-copy p{color:#e0e6eb;font-size:1.12rem;max-width:480px;margin-bottom:30px;line-height:1.65}
.lbs .hero-bottom{margin-top:45px;color:#d5dfe7;font-size:.85rem;letter-spacing:.025em}.lbs .hero-bottom span{color:var(--gold);margin:0 12px}
.lbs .facts-strip{background:var(--paper);border-bottom:1px solid var(--line);padding:25px 0}.lbs .facts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.lbs .fact{border-right:1px solid var(--line);padding-right:20px;display:flex;align-items:center;gap:17px}.lbs .fact:last-child{border:0}.lbs .fact strong{font-size:2rem;line-height:1;font-weight:800;color:var(--navy);white-space:nowrap}.lbs .fact span{font-size:.88rem;color:var(--muted);line-height:1.45}
.lbs .section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:45px}.lbs .section-heading h2{margin-bottom:0;max-width:760px}.lbs .section-heading p{max-width:360px;margin:0;color:var(--muted)}
.lbs .resource-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px}.lbs .resource-card{border:1px solid var(--line);background:white;display:flex;flex-direction:column}
.lbs .resource-image{display:grid;place-items:center;background:#e9eef1;padding:34px;height:370px;overflow:hidden}.lbs .resource-card:nth-child(2) .resource-image{background:#e7eeec}.lbs .resource-image img{height:300px;width:auto;box-shadow:0 16px 30px #11253628;transition:transform .25s;object-fit:contain}.lbs .resource-image:hover img{transform:translateY(-5px)}
.lbs .resource-copy{padding:34px;display:flex;flex-direction:column;flex:1}.lbs .resource-copy .eyebrow{font-size:.78rem;margin-bottom:15px}.lbs .resource-copy h3{font-size:1.75rem;line-height:1.2;margin-bottom:14px}.lbs .resource-copy p{color:var(--muted);font-size:1rem}.lbs .resource-copy .text-link{align-self:flex-start;margin-top:auto}.lbs .format-list{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:23px}.lbs .format-list span{font-size:.78rem;padding:4px 9px;border:1px solid #cad5dc;color:var(--muted);line-height:1.6}
.lbs .short-history{background:var(--navy);color:white;display:grid!important;grid-template-columns:1fr 1fr;padding:0;position:relative}.lbs .history-picture{background:url('../images/limo-hero.webp') 70% center/cover;min-height:590px}.lbs .history-copy{padding:85px clamp(35px,6vw,95px);display:flex;flex-direction:column;justify-content:center}.lbs .history-copy .eyebrow{color:var(--gold)}.lbs .history-copy h2{color:white}.lbs .history-copy p{color:#d4dee5}.lbs .signature{margin-top:20px;border-top:1px solid #43535f;padding-top:20px}.lbs .signature strong{display:block;color:white}.lbs .signature span{font-size:.875rem;color:#c0cdd7}
.lbs .consulting-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin:45px 0}.lbs .consulting-item{border-top:2px solid var(--gold);padding-top:28px}.lbs .consulting-item .number{color:var(--gold-dark);font-size:.85rem;letter-spacing:.12em;display:block;margin-bottom:20px}.lbs .consulting-item p{color:var(--muted)}
.lbs .consulting-cta{border-top:1px solid var(--line);padding-top:30px;display:flex;gap:25px;align-items:center;justify-content:space-between}.lbs .consulting-cta p{max-width:680px;margin:0;color:var(--muted)}
/* Shop Single Product: gallery / description split, details tabs, related item. */
.lbs .page-title{padding:26px 0!important;margin:0;background:var(--paper);border-top:0;border-bottom:1px solid var(--line)}.lbs .breadcrumb{padding:0;margin:0;background:transparent;font-size:.85rem;letter-spacing:0;text-transform:none}.lbs .breadcrumb ol{display:flex;gap:12px;list-style:none;padding:0;margin:0;flex-wrap:wrap}.lbs .breadcrumb li+li::before{content:'/';color:#89959f;margin-right:12px}.lbs .breadcrumb li{font-size:.85rem;color:var(--muted)}
.lbs .product-intro{padding:65px 0 80px}.lbs .product-row{display:flex;align-items:flex-start;gap:60px;margin:0}.lbs .product-gallery{flex:1;min-width:0;padding:0}.lbs .product-information{flex:1;min-width:0;padding:0}.lbs .product-gallery .cover-stage{background:#e9eef1;display:grid;place-items:center;padding:45px 30px;min-height:550px}.lbs .cover-stage img{width:auto;max-height:480px;max-width:95%;box-shadow:0 16px 30px #11253630;object-fit:contain}.lbs .cover-caption{margin-top:15px;font-size:.82rem;color:var(--muted);text-align:center}.lbs .product-information h1{font-size:clamp(2.35rem,3.5vw,3.4rem);line-height:1.12}.lbs .product-information .eyebrow{font-size:.78rem;margin-bottom:15px}.lbs .product-information .lead{font-size:1.075rem}.lbs .feature-list{padding:0;list-style:none;margin:24px 0}.lbs .feature-list li{padding:9px 0 9px 25px;position:relative;border-bottom:1px solid var(--line);font-size:.96rem}.lbs .feature-list li::before{content:'\2713';position:absolute;left:0;color:var(--teal);font-weight:bold}
.lbs .purchase-panel{border-top:1px solid var(--line);padding-top:24px;margin-top:25px}.lbs .price{display:block;font-size:1.5rem;font-weight:700;margin-bottom:17px;color:var(--navy)}.lbs .purchase-panel .small-copy{margin:15px 0 0}.lbs .purchase-panel .btn{min-width:220px}
.lbs .product-details{border-top:1px solid var(--line);padding:55px 0 75px}.lbs .nav-tabs{border-bottom:1px solid var(--line);display:flex;gap:30px;flex-wrap:wrap;margin:0 0 35px;padding:0;text-align:left}.lbs .nav-tabs>li{margin:0;float:none;list-style:none}.lbs .nav-tabs>li>a{display:block;border:0;border-bottom:3px solid transparent;border-radius:0;color:var(--muted);font-size:1rem;letter-spacing:0;text-transform:none;padding:12px 0;margin:0;background:transparent}.lbs .nav-tabs>li.active>a,.lbs .nav-tabs>li>a:hover{border:0;border-bottom:3px solid var(--gold);background:transparent;color:var(--ink)}
.lbs .product-panel h2{font-size:1.8rem;margin:0 0 20px}.lbs .product-panel{padding:15px 0;max-width:1080px}.lbs .product-panel+.product-panel{margin-top:20px}.lbs.js .product-panel{margin:0}.lbs .details-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px}.lbs .details-grid h3{font-size:1.25rem}.lbs .details-grid p{color:var(--muted)}.lbs .included-item{padding:20px 0;border-bottom:1px solid var(--line)}.lbs .included-item:first-child{padding-top:0}.lbs .included-item h3{font-size:1.15rem;margin-bottom:8px}.lbs .included-item p{margin-bottom:0;color:var(--muted)}
.lbs .steps{counter-reset:steps;list-style:none;padding:0}.lbs .steps li{padding:0 0 24px 45px;position:relative}.lbs .steps li::before{counter-increment:steps;content:counter(steps,decimal-leading-zero);position:absolute;left:0;color:var(--teal);font-size:.875rem;font-weight:700}.lbs .steps strong{display:block;margin-bottom:5px}.lbs .steps p{color:var(--muted);margin:0}.lbs .related{background:var(--paper);padding:48px 0}.lbs .related-inner{display:flex;justify-content:space-between;align-items:center;gap:35px}.lbs .related h2{font-size:1.75rem;margin-bottom:10px}.lbs .related p{color:var(--muted);margin-bottom:0}
/* Contact Us template: introductory panels, followed by the contact form. */
.lbs .page-heading{padding:75px 0 45px}.lbs .page-heading h1{max-width:840px}.lbs .page-heading p{max-width:680px}.lbs .contact-topics{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;padding-bottom:30px}.lbs .topic-card{border-top:2px solid var(--gold);padding-top:25px}.lbs .topic-card .fa{font-size:1.8rem;color:var(--teal);margin-bottom:22px}.lbs .topic-card h2{font-size:1.45rem}.lbs .topic-card p{color:var(--muted)}
.lbs #contact-form{padding:70px 0;background:var(--paper)}.lbs .contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:80px}.lbs .contact-grid h2{font-size:2.2rem}.lbs .contact-direct a{display:block;overflow-wrap:anywhere;font-weight:700;margin:15px 0}.lbs .contact-direct{margin-top:30px}.lbs .pending{font-size:.9rem;color:var(--muted);border-left:3px solid var(--gold);padding:12px 16px;background:white}
.lbs form label{font-size:.875rem;display:block;margin-bottom:8px;font-weight:700;color:var(--ink)}.lbs input,.lbs select,.lbs textarea{font-family:inherit;font-size:1rem;letter-spacing:0;color:var(--ink);padding:13px 15px;width:100%;border:1px solid #aebdc6;border-radius:0;background:white;line-height:1.4;margin:0 0 23px;box-shadow:none;min-height:48px;text-transform:none}.lbs textarea{min-height:155px;resize:vertical}.lbs .form-pair{display:grid;grid-template-columns:1fr 1fr;gap:20px}.lbs .form-status{margin-top:20px;color:var(--ink);padding:16px;border-left:3px solid var(--teal);background:white}
/* FAQ template's readable policy columns and section rhythm. */
.lbs .policy-section{padding:35px 0 85px}.lbs .policy-layout{display:grid;grid-template-columns:260px 1fr;gap:65px}.lbs .policy-nav{align-self:start;position:sticky;top:115px;background:var(--paper);padding:25px}.lbs .policy-nav strong{display:block;margin-bottom:15px;font-size:.875rem;text-transform:uppercase;letter-spacing:.06em}.lbs .policy-nav a{display:block;font-size:.9rem;padding:8px 0;color:var(--muted)}.lbs .policy-copy{max-width:780px}.lbs .policy-copy section{padding:0 0 30px;scroll-margin-top:110px}.lbs .policy-copy h2{font-size:1.45rem;letter-spacing:-.025em;margin-bottom:15px}.lbs .policy-copy ul{padding-left:22px}.lbs .policy-copy li{margin-bottom:10px}.lbs .policy-copy a{color:var(--teal);text-decoration:underline;overflow-wrap:anywhere}.lbs .policy-copy p{color:var(--muted)}
.lbs .footer{background:var(--navy);color:#c8d3dc;padding:60px 0 25px}.lbs .footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:50px}.lbs .footer .brand{margin-bottom:22px}.lbs .footer p{font-size:.925rem;max-width:360px;color:#c8d3dc}.lbs .footer h2{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:20px}.lbs .footer ul{list-style:none;padding:0;margin:0}.lbs .footer li{margin-bottom:9px}.lbs .footer a{color:#ecf1f5;font-size:.925rem}.lbs .footer a:hover{color:var(--gold)}.lbs .footer-bottom{border-top:1px solid #3c505f;margin-top:40px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:.8rem;color:#b0bec8}
@media(min-width:1600px){.lbs .hero-img{object-position:center 58%}.lbs .main-slider,.lbs .hero-inner{min-height:740px}}
@media(max-width:991px){.lbs .container{width:calc(100% - 48px)}.lbs section{padding:65px 0}.lbs .header-links{gap:20px}.lbs .header-links .desktop-link{display:none}.lbs .hero-copy{max-width:550px}.lbs .main-slider,.lbs .hero-inner{min-height:640px}.lbs .hero-img{object-position:60% center}.lbs .main-slider::after{background:linear-gradient(90deg,rgba(7,19,28,.94),rgba(7,19,28,.62) 58%,rgba(7,19,28,.2))}.lbs .resource-image{height:300px;padding:25px}.lbs .resource-image img{height:250px}.lbs .resource-copy{padding:25px}.lbs .history-copy{padding:60px 35px}.lbs .history-picture{min-height:550px}.lbs .section-heading{align-items:flex-start;flex-direction:column}.lbs .section-heading p{max-width:600px}.lbs .product-row{gap:35px}.lbs .product-gallery .cover-stage{min-height:440px;padding:30px 20px}.lbs .cover-stage img{max-height:380px}.lbs .product-information h1{font-size:2.5rem}.lbs .contact-grid{gap:40px}.lbs .policy-layout{grid-template-columns:200px 1fr;gap:35px}.lbs .consulting-grid{gap:25px}.lbs .menu-content{padding:80px 30px 40px}.lbs .menu-content a{font-size:1.3rem}}
@media(max-width:767px){.lbs .container{width:calc(100% - 36px)}.lbs .header-inner{min-height:76px}.lbs .lbs-nav{min-height:76px}.lbs .brand-words{font-size:.7rem}.lbs .brand-mark{font-size:1.5rem;padding-right:10px}.lbs .brand{gap:10px}.lbs .header-links{gap:10px}.lbs .header-links>a{display:none}.lbs .menu-toggle{font-size:.78rem;gap:8px;padding-left:0}.lbs .main-slider,.lbs .hero-inner{min-height:670px}.lbs .hero-inner{padding-top:55px;padding-bottom:45px;justify-content:flex-start}.lbs .hero-copy{max-width:100%}.lbs .hero-copy h1{font-size:clamp(2.65rem,9vw,4rem)}.lbs .hero-copy p{font-size:1rem;max-width:430px}.lbs .hero-copy .accent{text-underline-offset:8px}.lbs .hero-img{object-position:68% center}.lbs .main-slider::after{background:linear-gradient(180deg,rgba(7,19,28,.92),rgba(7,19,28,.8) 58%,rgba(7,19,28,.25))}.lbs .hero-bottom{margin-top:32px;font-size:.8rem}.lbs .hero-bottom span{margin:0 5px}.lbs .facts-grid{grid-template-columns:1fr;gap:15px}.lbs .facts-strip{padding:23px 0}.lbs .fact{border-right:0;border-bottom:1px solid var(--line);padding-bottom:15px;padding-right:0}.lbs .fact:last-child{padding-bottom:0}.lbs .fact strong{min-width:75px;font-size:1.7rem}.lbs .fact span{font-size:.9rem}.lbs .resource-grid{grid-template-columns:1fr;gap:28px}.lbs .resource-image{height:330px}.lbs .resource-image img{height:285px}.lbs .resource-copy{padding:26px}.lbs .short-history{grid-template-columns:1fr}.lbs .history-picture{min-height:300px;background-position:70% 65%}.lbs .history-copy{padding:45px 25px}.lbs .consulting-grid{grid-template-columns:1fr;gap:28px;margin:30px 0}.lbs .consulting-item{padding-top:22px}.lbs .consulting-item .number{margin-bottom:12px}.lbs .consulting-cta{flex-direction:column;align-items:flex-start}.lbs .menu-overlay{grid-template-columns:1fr}.lbs .menu-picture{display:none}.lbs .menu-content{padding:85px 30px 35px;justify-content:flex-start}.lbs .menu-content a{font-size:1.45rem}.lbs .menu-content li{padding:16px 0}.lbs .product-row{display:flex;flex-direction:column;gap:40px}.lbs .product-gallery,.lbs .product-information{width:100%}.lbs .product-gallery .cover-stage{min-height:420px}.lbs .cover-stage img{max-height:370px}.lbs .product-information h1{font-size:2.5rem}.lbs .product-intro{padding:35px 0 50px}.lbs .details-grid{grid-template-columns:1fr;gap:25px}.lbs .nav-tabs{gap:18px}.lbs .nav-tabs>li>a{font-size:.9rem}.lbs .related-inner{align-items:flex-start;flex-direction:column;gap:25px}.lbs .contact-topics{grid-template-columns:1fr;gap:20px}.lbs .contact-grid{grid-template-columns:1fr;gap:35px}.lbs .form-pair{grid-template-columns:1fr;gap:0}.lbs .page-heading{padding:50px 0 20px}.lbs .policy-layout{grid-template-columns:1fr;gap:35px}.lbs .policy-nav{position:static}.lbs .policy-nav a{padding:6px 0}.lbs .footer-grid{grid-template-columns:1fr 1fr;gap:30px}.lbs .footer-brand{grid-column:1/-1}.lbs .footer-bottom{flex-direction:column;gap:8px}.lbs .footer-bottom span{font-size:.8rem}.lbs .footer{padding-top:45px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.lbs *{transition:none!important;animation:none!important}}

/* Homepage carousel and the everyday challenges faced by operators. */
.lbs .problem-slider::after{display:none}
.lbs .hero-slide{position:relative;isolation:isolate;background:var(--navy)}
.lbs .hero-slide::after{content:'';position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(7,19,28,.94) 0%,rgba(7,19,28,.77) 33%,rgba(7,19,28,.17) 74%)}
.lbs .problem-slider .hero-inner{min-height:735px;padding-top:65px;padding-bottom:140px}
.lbs .problem-slider .hero-img{object-position:65% center;z-index:-1}
.lbs .problem-slider .hero-copy{max-width:660px}
.lbs .problem-slider .hero-headline{color:white;font-size:clamp(3rem,5.2vw,4.9rem);line-height:1.04;letter-spacing:-.055em;margin-bottom:27px}
.lbs .problem-slider .hero-copy p{max-width:485px;margin-bottom:30px}
.lbs .hero-slide.is-current .hero-copy{animation:slide-copy-in .45s ease-out both}
.lbs .slider-controls{position:absolute;bottom:0;left:0;width:100%;z-index:3;background:linear-gradient(0deg,rgba(7,19,28,.86),rgba(7,19,28,.2));color:white}
.lbs .slider-controls-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:22px;padding-bottom:23px;border-top:1px solid #8393a34d}
.lbs .slider-position{display:flex;align-items:center;gap:20px;font-size:.875rem}.lbs .slide-counter{font-weight:700;color:var(--gold);letter-spacing:.09em;white-space:nowrap}.lbs .slide-topic{color:#f0f3f5}
.lbs .slider-actions{display:flex;align-items:center;gap:10px}.lbs .slider-actions button{font:700 .875rem/1 Arial,sans-serif;display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:8px;background:transparent;color:white;border:1px solid #81919d;border-radius:0;transition:background .2s,color .2s;cursor:pointer}
.lbs .slider-actions button:hover{background:white;color:var(--navy)}.lbs .slider-actions .slider-play{gap:8px;border:0;margin-right:12px;padding-right:15px;padding-left:15px}.lbs .slider-actions .slider-play i{font-size:.75rem}.lbs .slider-actions .slide-arrow{font-size:1.6rem}.lbs .slide-dots{display:flex;gap:8px;margin-right:12px}.lbs .slider-actions .slide-dot{border-color:transparent;color:#d8e1e8;border-bottom:2px solid #71818e}.lbs .slider-actions .slide-dot[aria-current=true]{color:var(--gold);border-bottom-color:var(--gold);background:#e0b05c17}
.lbs .challenges-section{background:#f4f6f7;padding-top:90px;padding-bottom:90px}.lbs .challenges-section .section-heading{margin-bottom:45px}.lbs .challenge-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px 36px}.lbs .challenge-card{background:white;border-bottom:3px solid var(--gold);display:flex;flex-direction:column}.lbs .challenge-photo{overflow:hidden;aspect-ratio:16/10;background:var(--navy)}.lbs .challenge-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:65% center}.lbs .challenge-copy{padding:30px 34px 35px;flex:1;display:flex;flex-direction:column}.lbs .challenge-copy .eyebrow{font-size:.8rem;margin-bottom:18px}.lbs .challenge-copy h3{font-size:clamp(1.55rem,2.1vw,2rem);line-height:1.18;margin-bottom:18px}.lbs .challenge-copy p{color:var(--muted);margin-bottom:24px}.lbs .challenge-copy .text-link{align-self:flex-start;margin-top:auto;line-height:1.5}
@keyframes slide-copy-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.lbs .problem-slider .hero-inner{min-height:770px}}
@media(max-width:991px){.lbs .problem-slider .hero-inner{min-height:715px}.lbs .problem-slider .hero-copy{max-width:550px}.lbs .hero-slide::after{background:linear-gradient(90deg,rgba(7,19,28,.95),rgba(7,19,28,.75) 55%,rgba(7,19,28,.3))}.lbs .slider-position{gap:10px}.lbs .slide-topic{display:none}.lbs .challenge-copy{padding:25px}.lbs .challenge-grid{gap:28px}}
@media(max-width:767px){.lbs .problem-slider .hero-inner{min-height:740px;padding-top:50px;padding-bottom:130px;justify-content:flex-start}.lbs .problem-slider .hero-copy{max-width:100%}.lbs .problem-slider .hero-headline{font-size:clamp(2.65rem,9vw,4rem);line-height:1.08}.lbs .problem-slider .hero-copy p{max-width:460px;font-size:1rem}.lbs .problem-slider .hero-img{object-position:68% center}.lbs .hero-slide::after{background:linear-gradient(180deg,rgba(7,19,28,.91),rgba(7,19,28,.82) 53%,rgba(7,19,28,.45))}.lbs .slider-controls-inner{gap:10px;padding-top:16px;padding-bottom:16px;flex-wrap:wrap}.lbs .slider-position{display:none}.lbs .slider-actions{width:100%;justify-content:space-between;gap:5px}.lbs .slider-actions .slider-play{margin-right:0;padding:8px;min-width:44px}.lbs .slider-play span{display:none}.lbs .slide-dots{gap:3px;margin-right:0}.lbs .slider-actions button{min-width:40px;min-height:44px;font-size:.8rem}.lbs .slider-actions .slide-arrow{min-width:40px}.lbs .challenges-section{padding-top:60px;padding-bottom:60px}.lbs .challenge-grid{grid-template-columns:1fr;gap:28px}.lbs .challenge-photo{aspect-ratio:16/10}.lbs .challenge-copy{padding:27px 25px 30px}.lbs .challenge-copy h3{font-size:1.75rem}}
@media(max-width:400px){.lbs .slider-actions{display:grid;grid-template-columns:44px 1fr 44px 44px;gap:6px}.lbs .slider-actions .slider-play{grid-column:1;grid-row:1}.lbs .slider-actions [data-prev]{grid-column:3;grid-row:1}.lbs .slider-actions [data-next]{grid-column:4;grid-row:1}.lbs .slider-actions .slide-dots{grid-column:1/-1;grid-row:2;justify-content:center;gap:10px}}
