@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Barlow+Condensed:wght@600;700&display=swap');

:root{
  --navy:#102b3f;--navy-2:#183b52;--gold:#dfbf62;--gold-dark:#b9902f;
  --ink:#183044;--muted:#627281;--paper:#f5f3ed;--line:#ddd8cd;--white:#fff;
  --shadow:0 20px 60px rgba(16,43,63,.12);--radius:14px;--max:1200px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:Barlow,Arial,sans-serif;overflow-x:hidden}body.has-mobile-call{padding-bottom:0}
img{display:block;max-width:100%;height:auto}a{color:inherit}button,input,select,textarea{font:inherit}.skip-link{position:absolute;left:-999px;top:8px;z-index:1000;background:#fff;padding:12px}.skip-link:focus{left:8px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(16,43,63,.1);backdrop-filter:blur(14px)}
.nav-wrap{max-width:1380px;height:88px;margin:auto;padding:0 24px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}.brand img{width:50px;height:58px;object-fit:contain}.brand-copy{display:grid;line-height:1}.brand-copy strong{font:700 23px 'Barlow Condensed';letter-spacing:3px}.brand-copy span{font:600 11px 'Barlow Condensed';letter-spacing:4px;margin-top:6px}
.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:24px}.desktop-nav a{text-decoration:none;font-weight:600;font-size:14px;white-space:nowrap}.desktop-nav a:hover,.desktop-nav a:focus{color:var(--gold-dark)}.nav-menu{position:relative;padding:30px 0}.nav-trigger span{font-size:11px;margin-left:5px}.nav-dropdown{position:absolute;z-index:120;top:75px;left:-22px;width:250px;padding:12px;background:#fff;border:1px solid var(--line);border-top:3px solid var(--gold);border-radius:0 0 10px 10px;box-shadow:0 20px 45px rgba(16,43,63,.17);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s ease}.nav-menu:hover .nav-dropdown,.nav-menu:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:none}.nav-dropdown a{display:block;padding:11px 14px;border-radius:6px;font-size:14px}.nav-dropdown a:hover,.nav-dropdown a:focus{background:var(--paper);color:var(--navy)}.area-dropdown{max-height:390px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--gold-dark) var(--paper)}.desktop-portal{padding:9px 12px;border:1px solid rgba(16,43,63,.3);border-radius:6px}.nav-actions{display:flex;gap:8px}.nav-actions .btn{min-height:44px;padding:0 15px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border:1px solid transparent;border-radius:7px;font-weight:700;text-decoration:none;transition:.2s ease;cursor:pointer}.btn-gold{background:var(--gold);color:var(--navy)}.btn-gold:hover{background:#e8cb75;transform:translateY(-1px)}.btn-dark{background:var(--navy);color:#fff}.btn-dark:hover{background:var(--navy-2)}.btn-outline{border-color:rgba(255,255,255,.45);color:#fff;background:transparent}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.btn-light{border-color:var(--navy);color:var(--navy);background:#fff}.btn-light:hover{background:var(--paper)}
.mobile-portal{display:none}.menu-toggle{display:none;border:0;background:var(--navy);color:#fff;border-radius:7px;width:48px;height:48px;font:700 12px 'Barlow Condensed';letter-spacing:1px}.mobile-nav{display:none;padding:0 24px 24px;border-top:1px solid var(--line)}.mobile-nav.open{display:grid}.mobile-nav>a,.mobile-nav details{border-bottom:1px solid var(--line)}.mobile-nav a{display:block;padding:14px 0;text-decoration:none;font-weight:600}.mobile-nav summary{cursor:pointer;list-style:none;padding:14px 0;font-weight:700}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary::after{content:'+';float:right;color:var(--gold-dark)}.mobile-nav details[open] summary::after{content:'–'}.mobile-nav details a{padding:10px 14px;color:var(--muted)}.prostasia-header{border-top:0}.prostasia-header .brand-copy strong{color:var(--gold-dark)}
.hero{background:var(--navy);color:#fff;padding:62px 24px 72px}.hero-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);gap:64px;align-items:center}.eyebrow{margin:0 0 22px;color:var(--gold);font:700 14px 'Barlow Condensed';letter-spacing:2.2px;text-transform:uppercase}.hero h1,.display{margin:0;font:700 clamp(58px,7vw,96px)/.88 'Barlow Condensed';letter-spacing:-1px;text-transform:uppercase}.hero h1 .gold,.display .gold{color:var(--gold)}.hero-copy{margin:30px 0 0;max-width:610px;color:rgba(255,255,255,.8);font-size:19px;line-height:1.65}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.hero-media{position:relative;border-radius:var(--radius);overflow:hidden;min-height:520px;background:#25455a;box-shadow:var(--shadow)}.hero-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-media::after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(8,24,37,.92))}.hero-stats{position:absolute;z-index:2;left:28px;right:28px;bottom:70px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hero-stat strong{display:block;color:#fff;font:700 30px 'Barlow Condensed'}.hero-stat span{font-size:14px;color:rgba(255,255,255,.82)}.hero-rating{position:absolute;z-index:2;left:28px;bottom:28px;color:#fff;text-decoration:none}.stars{color:var(--gold);letter-spacing:2px}.hero-rating strong{margin:0 10px}.trust-strip{background:var(--gold);color:var(--navy);padding:12px 24px}.trust-strip-inner{max-width:var(--max);margin:auto;display:flex;justify-content:center;gap:30px;flex-wrap:wrap;font:700 12px 'Barlow Condensed';letter-spacing:1.4px;text-transform:uppercase}
.section{padding:88px 24px}.section-paper{background:var(--paper)}.section-navy{background:var(--navy);color:#fff}.section-inner{max-width:var(--max);margin:auto}.section-head{max-width:760px;margin-bottom:42px}.section-head h2{margin:0;font:700 clamp(42px,5vw,68px)/.95 'Barlow Condensed';text-transform:uppercase}.section-head p{margin:18px 0 0;color:var(--muted);font-size:18px;line-height:1.65}.section-navy .section-head p{color:rgba(255,255,255,.72)}
.section-owner{padding-top:56px;padding-bottom:56px}.owner-band{display:grid;grid-template-columns:260px 1fr;max-width:1040px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 14px 40px rgba(16,43,63,.1)}.owner-band img{width:100%;height:100%;min-height:225px;object-fit:cover}.owner-copy{padding:32px 38px}.owner-copy .eyebrow{margin-bottom:12px}.owner-copy h2{margin:0 0 12px;font:700 36px/1 'Barlow Condensed';text-transform:uppercase}.owner-copy p{margin:0 0 20px;color:var(--muted);font-size:16px;line-height:1.62;max-width:680px}.owner-copy .btn{min-height:44px}
.brand-duo{display:grid;grid-template-columns:1fr 1fr;gap:24px}.brand-card{position:relative;padding:42px;border-radius:var(--radius);min-height:330px;overflow:hidden;background:#fff;border:1px solid var(--line)}.brand-card.dark{background:var(--navy);color:#fff}.brand-card h3{margin:0;font:700 48px/1 'Barlow Condensed';text-transform:uppercase}.brand-card p{font-size:17px;line-height:1.65;color:var(--muted);max-width:470px}.brand-card.dark p{color:rgba(255,255,255,.72)}.brand-card ul{padding:0;list-style:none;display:grid;gap:10px}.brand-card li::before{content:'✓';color:var(--gold-dark);margin-right:10px;font-weight:700}.brand-card.dark li::before{color:var(--gold)}
.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;text-decoration:none;transition:.2s;min-width:0}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card img{width:100%;aspect-ratio:4/3;object-fit:cover}.card-body{padding:24px}.card-num{color:var(--gold-dark);font:700 13px 'Barlow Condensed';letter-spacing:2px}.card h3{margin:8px 0 10px;font:700 24px/1.1 'Barlow Condensed';text-transform:uppercase}.card p{margin:0;color:var(--muted);line-height:1.6}.card-link{display:inline-block;margin-top:18px;color:var(--navy);font-weight:700}.section-navy .card{background:#17384d;border-color:rgba(255,255,255,.12)}.section-navy .card h3,.section-navy .card-link{color:#fff}.section-navy .card p{color:rgba(255,255,255,.7)}
.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.industry-card{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;text-decoration:none}.industry-card h3{margin:0 0 10px;font:700 25px 'Barlow Condensed';text-transform:uppercase}.industry-card p{margin:0;color:var(--muted);line-height:1.55}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.review blockquote{margin:14px 0 20px;color:#405363;font-size:17px;line-height:1.65}.review cite{font-style:normal;font-weight:700}.review small{display:block;color:var(--muted);margin-top:4px}
.review-carousel{position:relative}.review-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 4px 18px;scrollbar-width:thin;scrollbar-color:var(--gold) rgba(255,255,255,.18)}.review-slide{flex:0 0 min(420px,82vw);scroll-snap-align:start;min-height:270px}.review-person{display:flex;align-items:center;gap:13px;margin-bottom:18px}.review-avatar{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:50%;background:var(--navy);color:#fff;font:700 15px 'Barlow Condensed';letter-spacing:1px}.review-person cite{display:block}.review-person small{margin-top:3px}.review-controls{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:12px}.review-controls button{width:44px;height:44px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:transparent;color:#fff;font-size:22px;cursor:pointer}.review-controls button:hover,.review-controls button:focus{background:var(--gold);border-color:var(--gold);color:var(--navy)}.review-controls span{color:rgba(255,255,255,.65);font-size:13px}.section-paper .review-controls button{border-color:var(--navy);color:var(--navy)}.section-paper .review-controls span{color:var(--muted)}
.section-reviews-top{padding:48px 24px 42px;background:#fff;border-bottom:1px solid var(--line)}.review-top-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:26px}.review-top-head .eyebrow{margin-bottom:8px}.review-top-head h2{margin:0;font:700 clamp(32px,4vw,48px)/1 'Barlow Condensed';text-transform:uppercase}.review-top-head>a{flex-shrink:0;text-decoration:none;font-weight:600}.review-top-head strong{margin-left:9px}.section-reviews-top .review-slide{background:var(--paper);min-height:230px}.section-reviews-top .review-controls button{border-color:var(--navy);color:var(--navy)}.section-reviews-top .review-controls span{color:var(--muted)}
.cta-panel{max-width:var(--max);margin:auto;padding:55px;border-radius:var(--radius);background:var(--gold);color:var(--navy);display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-panel h2{margin:0;font:700 clamp(42px,5vw,64px)/.95 'Barlow Condensed';text-transform:uppercase}.cta-panel p{margin:12px 0 0;font-size:18px}.cta-actions{display:flex;gap:12px;flex-shrink:0}
.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;cursor:pointer;padding:24px 48px 24px 0;position:relative;font-size:18px;font-weight:700}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:'+';position:absolute;right:8px;color:var(--gold-dark);font-size:28px;top:18px}.faq-list details[open] summary::after{content:'–'}.faq-list details p{max-width:850px;color:var(--muted);line-height:1.7;margin:0;padding:0 48px 24px 0}
.faq-list-card{padding:0 28px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.faq-list-card details:last-child{border-bottom:0}
.landing-hero{background:var(--navy);color:#fff;padding:56px 24px 64px}.landing-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.75fr);grid-template-areas:'copy form' 'image form';gap:34px 54px;align-items:start}.landing-copy{grid-area:copy}.landing-copy h1{margin:0;font:700 clamp(52px,6vw,82px)/.9 'Barlow Condensed';text-transform:uppercase}.landing-copy>p{font-size:19px;line-height:1.65;color:rgba(255,255,255,.78);max-width:650px}.landing-image{grid-area:image;border-radius:var(--radius);overflow:hidden;max-height:370px}.landing-image img{width:100%;height:370px;object-fit:cover}.proof-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.proof-pill{border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:9px 14px;font-size:13px;color:rgba(255,255,255,.8)}
.lead-card{grid-area:form;background:#fff;color:var(--ink);border-radius:var(--radius);padding:32px;box-shadow:0 25px 75px rgba(0,0,0,.24);scroll-margin-top:110px}.lead-card h2{margin:0;font:700 38px/1 'Barlow Condensed';text-transform:uppercase}.lead-card>p{margin:12px 0 24px;color:var(--muted);line-height:1.55}.lead-form{display:grid;gap:12px}.lead-form label{font:700 13px 'Barlow Condensed';letter-spacing:1px;text-transform:uppercase}.lead-form input,.lead-form select,.lead-form textarea{width:100%;min-height:52px;border:1px solid #cfc9bc;border-radius:6px;background:#fff;padding:13px 14px;color:var(--ink);font-size:16px}.lead-form textarea{min-height:110px;resize:vertical}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{outline:3px solid rgba(223,191,98,.35);border-color:var(--gold-dark)}.lead-details{display:grid;gap:12px}.lead-details[hidden]{display:none!important}.lead-error{margin:0!important;color:#a52626!important;font-size:13px!important}.lead-status{padding:18px;background:var(--paper);border-left:4px solid var(--gold-dark);line-height:1.6}.lead-status[hidden]{display:none!important}.form-note{margin:12px 0 0!important;font-size:13px!important;color:var(--muted)!important}.direct-call{display:flex;justify-content:center;margin-top:12px;padding:14px;border:1px solid var(--navy);border-radius:6px;color:var(--navy);font-weight:700;text-decoration:none}
.content-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.content-split img{width:100%;border-radius:var(--radius);aspect-ratio:4/3;object-fit:cover}.content-copy h2{font:700 clamp(38px,4vw,58px)/1 'Barlow Condensed';text-transform:uppercase;margin:0 0 20px}.content-copy p{color:var(--muted);font-size:17px;line-height:1.7}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:26px}.check{padding:16px;background:var(--paper);border-radius:8px;font-weight:600}.check::before{content:'✓';color:var(--gold-dark);margin-right:10px}
.process{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;counter-reset:step}.process-step{counter-increment:step;padding:30px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.process-step::before{content:'0' counter(step);display:block;color:var(--gold-dark);font:700 14px 'Barlow Condensed';letter-spacing:2px}.process-step h3{font:700 24px 'Barlow Condensed';text-transform:uppercase}.process-step p{color:var(--muted);line-height:1.6}
.site-footer{background:#0c2233;color:#fff;padding:64px 24px 26px}.footer-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:40px}.footer-brand p{color:rgba(255,255,255,.64);line-height:1.65;max-width:350px}.footer-col h3{font:700 16px 'Barlow Condensed';letter-spacing:1.5px;text-transform:uppercase;color:var(--gold)}.footer-col a{display:block;color:rgba(255,255,255,.72);text-decoration:none;margin:10px 0}.footer-col a:hover{color:#fff}.footer-bottom{max-width:var(--max);margin:46px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.5);font-size:13px}.mobile-call{display:none}
.directory{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.directory section{padding:28px;border:1px solid var(--line);border-radius:var(--radius)}.directory h2{font:700 28px 'Barlow Condensed';text-transform:uppercase}.directory ul{columns:2;padding-left:18px}.directory li{margin:8px 0}.directory a{text-decoration:none}.directory a:hover{text-decoration:underline}
.page-intro{background:var(--navy);color:#fff;padding:64px 24px}.page-intro-inner{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1fr .8fr;gap:64px;align-items:center}.page-intro h1{margin:0;font:700 clamp(54px,6vw,82px)/.92 'Barlow Condensed';text-transform:uppercase}.page-intro p:not(.eyebrow){max-width:680px;color:rgba(255,255,255,.76);font-size:19px;line-height:1.65}.page-intro img{width:100%;height:390px;object-fit:cover;border-radius:var(--radius)}.page-intro-compact img{height:320px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.article-card>img{width:100%;aspect-ratio:16/9;object-fit:cover}.article-body{padding:25px;display:flex;flex-direction:column;flex:1}.article-body>span{color:var(--gold-dark);font:700 12px 'Barlow Condensed';letter-spacing:1.5px;text-transform:uppercase}.article-body h2{margin:10px 0;font:700 25px/1.1 'Barlow Condensed';text-transform:uppercase}.article-body h2 a{text-decoration:none}.article-body p{margin:0;color:var(--muted);line-height:1.6}.article-link{margin-top:auto;padding-top:20px;font-weight:700;text-decoration:none}
@media(max-width:1260px){.nav-actions .btn-dark{display:none}.desktop-nav{gap:19px}}
@media(max-width:1120px){.desktop-nav,.nav-actions{display:none}.mobile-portal{display:inline-flex;margin-left:auto;align-items:center;min-height:42px;padding:0 12px;border:2px solid var(--gold-dark);border-radius:7px;color:var(--navy);font:700 13px 'Barlow Condensed';letter-spacing:.5px;text-decoration:none}.menu-toggle{display:block}.hero-grid,.landing-grid{grid-template-columns:1fr;grid-template-areas:'copy' 'form' 'image'}.hero-media{min-height:460px}.card-grid{grid-template-columns:repeat(2,1fr)}.industry-grid{grid-template-columns:repeat(2,1fr)}.article-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-col:last-child{grid-column:2}.landing-copy{max-width:760px}.lead-card{max-width:680px}.owner-band{grid-template-columns:240px 1fr}}
@media(max-width:700px){body.has-mobile-call{padding-bottom:62px}.nav-wrap{height:72px;padding:0 14px;gap:8px}.brand{gap:8px}.brand img{width:38px;height:46px}.brand-copy strong{font-size:18px;letter-spacing:2px}.brand-copy span{font-size:8px;letter-spacing:2.5px}.mobile-portal{padding:0 9px;font-size:12px;min-height:40px}.menu-toggle{width:44px;height:44px}.hero,.landing-hero{padding:44px 20px 54px}.hero-grid,.landing-grid{gap:34px}.hero h1,.display{font-size:clamp(54px,17vw,74px)}.hero-copy,.landing-copy>p{font-size:17px}.hero-actions,.cta-actions{flex-direction:column}.hero-actions .btn,.cta-actions .btn{width:100%}.hero-media{min-height:430px}.hero-stats{grid-template-columns:1fr 1fr;bottom:58px}.hero-rating{bottom:20px}.trust-strip-inner{gap:10px 18px}.section{padding:58px 20px}.section-reviews-top{padding:38px 20px 32px}.review-top-head{display:block}.review-top-head>a{display:inline-block;margin-top:14px}.section-owner{padding-top:38px;padding-bottom:38px}.owner-band,.brand-duo,.content-split,.page-intro-inner{grid-template-columns:1fr}.owner-band img{min-height:180px;max-height:220px}.owner-copy,.brand-card{padding:26px}.owner-copy h2{font-size:32px}.card-grid,.industry-grid,.review-grid,.process,.directory,.article-grid{grid-template-columns:1fr}.card-grid{gap:18px}.section-head h2{font-size:44px}.landing-copy h1{font-size:54px}.landing-image,.landing-image img{height:260px}.lead-card{padding:25px 20px}.check-grid{grid-template-columns:1fr}.cta-panel{padding:38px 26px;display:block}.cta-actions{margin-top:24px}.page-intro{padding:48px 20px}.page-intro-inner{gap:30px}.page-intro h1{font-size:52px}.page-intro img,.page-intro-compact img{height:250px}.review-slide{flex-basis:88vw;min-height:280px}.review-controls{justify-content:space-between}.faq-list-card{padding:0 18px}.footer-grid{grid-template-columns:1fr}.footer-col:last-child{grid-column:auto}.footer-bottom{display:block}.mobile-call{display:flex;position:fixed;z-index:200;bottom:0;left:0;right:0;height:62px;align-items:center;justify-content:center;background:var(--gold);color:var(--navy);font-weight:700;text-decoration:none;box-shadow:0 -8px 28px rgba(0,0,0,.15)}.directory ul{columns:1}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Customer portrait: preserve full officer in service-page placements. */
.landing-image:has(img[src*="traffic-control-enhanced"]){max-height:none;height:auto;background:#102b3b}
.landing-image img[src*="traffic-control-enhanced"]{height:auto;max-height:560px;object-fit:contain;aspect-ratio:3/4}
.content-split>img[src*="traffic-control-enhanced"]{height:auto;max-height:580px;object-fit:contain;aspect-ratio:3/4}

.service-operations{background:var(--paper,#f4f2ec);border:1px solid #ddd8cb;border-radius:16px;padding:clamp(24px,4vw,48px);align-self:center}.service-operations h3{font-size:clamp(24px,3vw,34px);line-height:1.15}.service-operations p{margin:16px 0;line-height:1.65}

.homepage-credentials{background:#e0c471;color:#102b3a;display:flex;justify-content:center;gap:14px 30px;flex-wrap:wrap;padding:12px 16px;font-weight:700;font-size:14px}.original-industry-copy{max-width:950px}.original-industry-copy h2{font:700 clamp(32px,4vw,48px)/1.1 'Barlow Condensed';margin:0 0 28px}.original-industry-copy h3{font-size:24px;margin:30px 0 10px}.original-industry-copy p{font-size:18px;line-height:1.75;margin:12px 0}.source-list-item:before{content:'✓ ';color:#9e7e28}.lead-form [hidden]{display:none!important}.lead-details{margin-top:20px}.lead-form select{width:100%;padding:13px;border:1px solid #d9d5cd;background:white;color:#142238;border-radius:4px;font:inherit}@media(max-width:700px){.homepage-credentials{gap:8px 16px;font-size:12px;padding:10px 12px}}

/* Homepage review: original trust strip stays in the first screen. */
.home-page .hero{padding:0}
.home-page .hero-grid{padding:clamp(24px,4vh,44px) 24px;gap:40px;box-sizing:border-box}
.home-page .hero h1{font-size:clamp(58px,10svh,86px)}
.home-page .hero .eyebrow{margin-bottom:16px}
.home-page .hero-copy{font-size:18px;line-height:1.5;margin-top:20px}
.home-page .hero-actions{margin-top:22px}
.home-page .hero-media{min-height:380px;height:min(510px,calc(100svh - 210px))}
.home-page .section-reviews-top .review-track{align-items:flex-start}
.home-page .section-reviews-top .review-slide{min-height:0;padding:22px;flex-basis:min(420px,82vw)}
.home-page .section-reviews-top .review-person{margin-bottom:12px}
.home-page .section-reviews-top .review-slide blockquote{margin:0;line-height:1.55}
.home-page .section-owner{padding-top:36px;padding-bottom:36px}
.home-page .owner-band{max-width:900px;grid-template-columns:182px 1fr;box-shadow:0 8px 24px rgba(16,43,63,.08)}
.home-page .owner-band img{min-height:0;height:100%;object-fit:contain;background:#000}
.home-page .owner-copy{padding:22px 26px}
.home-page .owner-copy h2{font-size:30px;margin-bottom:10px}
.home-page .owner-copy .eyebrow{font-size:12px;margin-bottom:8px}
.home-page .owner-copy p{font-size:15px;line-height:1.5;margin-bottom:14px}
.home-page .owner-copy .btn{min-height:40px;padding:10px 18px;font-size:14px}
@media(min-width:901px){.home-page .hero-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);grid-template-areas:none}}
@media(min-width:901px) and (max-height:740px){.home-page .hero-grid{padding-top:20px;padding-bottom:20px;gap:30px}.home-page .hero h1{font-size:62px}.home-page .hero-copy{font-size:16px;line-height:1.4;margin-top:16px}.home-page .hero-media{min-height:330px;height:390px}.home-page .hero-actions{margin-top:16px}.home-page .hero .eyebrow{font-size:12px;margin-bottom:12px}}
@media(max-width:900px){
.home-page .hero{display:flex;flex-direction:column;padding:26px 20px 30px;gap:18px}
.home-page .hero-grid,.home-page .hero-grid>div:first-child{display:contents}
.home-page .hero .eyebrow{order:1;margin:0;font-size:12px}
.home-page .hero h1{order:2;font-size:56px;line-height:.9}
.home-page .hero>.trust-strip{order:3;margin:0 -20px;padding:12px 18px}
.home-page .hero>.trust-strip .trust-strip-inner{gap:8px 16px;font-size:11px;letter-spacing:.6px}
.home-page .hero-copy{order:4;margin:0;font-size:17px;line-height:1.5}
.home-page .hero-actions{order:5;margin:0;flex-direction:row;gap:12px}
.home-page .hero-actions .btn{width:auto;flex:1;padding:14px 12px}
.home-page .hero-media{order:6;min-height:360px;height:420px;width:100%}
.home-page .owner-band{grid-template-columns:140px 1fr}
.home-page .owner-copy{padding:20px}.home-page .owner-copy h2{font-size:27px}
}
@media(max-width:520px){.home-page .owner-band{grid-template-columns:1fr}.home-page .owner-band img{height:155px;max-height:155px;object-fit:contain}.home-page .owner-copy{padding:20px}.home-page .section-owner{padding:26px 20px}.home-page .section-reviews-top .review-slide{flex-basis:86vw;padding:20px}}
@media(max-width:900px){.home-page .hero-actions .btn{white-space:nowrap;font-size:14px}}
@media(max-width:900px) and (max-height:500px){.home-page .hero{padding-top:16px;gap:12px}.home-page .hero h1{font-size:38px}.home-page .hero>.trust-strip{padding-top:8px;padding-bottom:8px}}

/* Source-backed service detail and customer examples. */
.service-detail-section{padding-top:0}.service-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.service-detail-card,.customer-example{padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper)}.service-detail-card h3,.customer-example h3{font-size:26px;line-height:1.2}.service-detail-card p,.customer-example p{line-height:1.65;color:var(--muted)}.customer-example{margin-bottom:24px;background:#fff;max-width:820px}.customer-example small{color:var(--muted)}.footer-insurance{max-width:var(--max,1240px);margin:28px auto 0;padding:20px 0;border-top:1px solid #ffffff30;font-size:14px;line-height:1.6}.footer-insurance p{margin:6px 0}.service-detail-grid h3{margin-top:0}@media(max-width:700px){.service-detail-grid{grid-template-columns:1fr}}

/* Align corresponding content and actions in parallel cards. */
.card-body{display:flex;flex-direction:column;flex:1}.card-link{margin-top:auto;padding-top:18px}
.brand-duo-aligned{row-gap:0}.brand-duo-aligned .brand-card{display:grid;grid-template-rows:subgrid;grid-row:span 5;gap:18px}.brand-duo-aligned .brand-card>*{margin:0}.brand-duo-aligned .brand-card>.btn{justify-self:start;align-self:end}.brand-duo-aligned .brand-card>.eyebrow{font-size:16px}
@media(max-width:700px){.brand-duo-aligned{row-gap:24px}.brand-duo-aligned .brand-card{display:flex;flex-direction:column;gap:18px;grid-row:auto}.brand-duo-aligned .brand-card>.btn{align-self:flex-start}}
.lead-card:has(>form[hidden]){align-self:start}.lead-card:has(>form[hidden])>.direct-call{display:none}
/* Hidden form state must win over the shared grid display after submission. */
.lead-form[hidden]{display:none!important}
/* Named form placement belongs only to the landing hero grid. */
.lead-card{grid-area:auto}
.landing-grid>.lead-card{grid-area:form}

/* Shared editorial layout preserves article content within the redesign shell. */
.editorial-page{color:var(--ink);line-height:1.75}.editorial-page>section,.editorial-page>.blog-body{padding:48px max(24px,calc((100% - 960px)/2))}.editorial-page>section:first-child{background:var(--navy);color:white}.editorial-page h1{font:700 clamp(38px,5vw,66px)/1.05 'Barlow Condensed';margin:16px 0;text-transform:uppercase}.editorial-page h2{font:700 clamp(30px,4vw,42px)/1.15 'Barlow Condensed';margin:36px 0 18px;text-transform:uppercase}.editorial-page h3{font:700 25px/1.2 'Barlow Condensed';margin:24px 0 12px}.editorial-page p,.editorial-page li{font-size:17px}.editorial-page a{color:inherit}.editorial-page [id]{scroll-margin-top:110px}.editorial-page .blog-meta{display:flex;gap:18px;flex-wrap:wrap;font-size:13px;color:var(--gold)}.editorial-page .photo-banner{padding:24px max(24px,calc((100% - 960px)/2))}.editorial-page .photo-banner img{width:100%;height:340px;object-fit:cover;object-position:center 25%;border-radius:16px}.editorial-page .blog-toc,.editorial-page .blog-callout{padding:24px;background:var(--paper);border-left:4px solid var(--gold);margin:24px 0}.editorial-page .pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.editorial-page .pricing-grid>div{padding:24px;background:var(--paper);border-radius:12px}.editorial-page .table-scroll{overflow-x:auto;max-width:100%}.editorial-page table{border-collapse:collapse;width:100%;min-width:520px}.editorial-page th,.editorial-page td{padding:14px;text-align:left;border-bottom:1px solid var(--line)}.editorial-page th{background:var(--paper)}
.mobile-nav{max-height:calc(100dvh - 160px);overflow-y:auto;overscroll-behavior:contain}
@media(max-width:700px){.editorial-page>section,.editorial-page>.blog-body{padding:32px 20px}.editorial-page .pricing-grid{grid-template-columns:1fr}.editorial-page .photo-banner{padding:20px}.editorial-page .photo-banner img{height:240px}.editorial-page h1{font-size:42px}}
.editorial-page .blog-cta{background:var(--paper);border-radius:16px;padding:28px;margin:32px 0}.editorial-page .blog-cta h3{margin-top:0}.editorial-page a[href="contact.html"]{font-weight:700}.editorial-page .blog-cta a,.editorial-page .blog-cta-btns a{display:inline-block;padding:12px 20px;background:var(--gold);color:var(--navy);border-radius:6px;margin:8px 8px 0 0;text-decoration:none}.editorial-page .blog-author{padding:20px 0;border-top:1px solid var(--line)}.editorial-page .blog-related-grid{display:grid;gap:18px}.editorial-page .blog-related-card{display:block;padding:20px;border:1px solid var(--line);border-radius:12px;text-decoration:none}
.editorial-page .photo-banner img[src="images/photo30.jpg"]{object-position:center top}
/* Pricing cards share heading and copy rows, including wrapped titles. */
.editorial-page .pricing-grid>div{display:grid;grid-template-rows:subgrid;grid-row:span 2;row-gap:14px}
.editorial-page .pricing-grid>div>h3,.editorial-page .pricing-grid>div>p{margin:0}
.pricing-contact-panel{margin-top:32px;padding:32px;background:var(--paper);border-radius:var(--radius)}
.editorial-page .pricing-contact-panel h2{margin-top:12px}
.editorial-page .pricing-contact-panel .cta-actions{justify-content:flex-start;gap:14px;flex-wrap:wrap}
.editorial-page .pricing-contact-panel .btn-dark{color:#fff}
@media(max-width:700px){.editorial-page .pricing-grid>div{grid-row:auto;grid-template-rows:auto auto}.pricing-contact-panel{padding:24px}}

/* Recruiting uses the shared field rhythm with a readable application width. */
.lead-card:has([data-careers]){max-width:760px;margin-inline:auto}
.lead-card:has([data-careers]) h2{margin-bottom:24px}

/* PROSTASIA's source-authored armed deployment sectors are independent of SURETY industries. */
.prostasia-sector-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.prostasia-sector{display:grid;grid-template-rows:subgrid;grid-row:span 2;gap:16px;padding:30px;border:1px solid var(--line);border-top:4px solid var(--gold);background:#fff}
.prostasia-sector h3{color:var(--navy);margin:0;align-self:start}
.prostasia-sector p{color:#43596a;margin:0;line-height:1.65}
.prostasia-page .hero-media>img{object-position:center top}
@media(max-width:1000px){.prostasia-sector-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.prostasia-sector-grid{grid-template-columns:1fr}.prostasia-sector{grid-row:auto;grid-template-rows:auto auto;padding:24px}}
