:root{--teal:#0085a8;--teal-dark:#006982;--orange:#ff6b00;--ink:#12222a;--muted:#62717a;--line:#e7eef2;--bg:#f7fafb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:white}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1120px,calc(100% - 32px));margin:auto}.announcement{height:50px;display:grid;place-items:center;background:#0085a8;color:white;font-weight:700;letter-spacing:.2px}.announcement span:before,.announcement span:after{content:'◆';font-size:12px;margin:0 24px;color:#b7f3ff}.site-header{position:sticky;top:0;z-index:50;height:76px;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);display:flex;align-items:center;gap:18px;padding:0 max(16px,calc((100vw - 1120px)/2));box-shadow:0 1px 0 rgba(0,0,0,.08)}.logo img{height:42px}.search{margin-left:auto;display:flex;align-items:center;gap:8px;background:#f0f1f1;border-radius:999px;padding:0 18px;height:42px;min-width:280px}.search input{border:0;outline:0;background:transparent;width:100%;font:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0099bd,#006f8a);color:white;border-radius:999px;padding:18px 34px;font-weight:800;box-shadow:0 15px 35px rgba(0,133,168,.32);transition:.3s}.btn:hover{transform:translateY(-3px);box-shadow:0 22px 44px rgba(0,133,168,.42)}.btn-small{padding:12px 25px}.btn.alt{background:linear-gradient(135deg,var(--orange),#ff8b32);box-shadow:0 16px 35px rgba(255,107,0,.35)}.menu-toggle{display:none;background:none;border:0;width:42px;height:42px}.menu-toggle span{display:block;height:2px;background:#0d566b;margin:7px;border-radius:4px}.nav{position:absolute;right:max(16px,calc((100vw - 1120px)/2));top:76px;background:white;border:1px solid var(--line);box-shadow:0 20px 50px rgba(0,0,0,.1);border-radius:8px;padding:12px;display:none}.nav.open{display:grid}.nav a{padding:12px 28px;border-radius:6px}.nav a:hover{background:#eef8fb}.hero{position:relative;min-height:690px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.03)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.35),rgba(0,0,0,.05))}.hero-content{position:relative;color:white;padding:70px 0}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.08;margin:0 0 28px;font-weight:900;letter-spacing:0}.hero h1 span{color:var(--orange)}.hero p{font-size:clamp(18px,2.1vw,26px);line-height:1.5;max-width:720px;margin:0 0 38px}.section{padding:92px 0}.center{text-align:center}.eyebrow{font-weight:800;color:var(--teal);font-size:22px}.muted,.section p{color:var(--muted);line-height:1.7}.section h2{font-size:clamp(32px,4vw,54px);line-height:1.16;margin:0 0 22px;font-weight:900}.marquee{overflow:hidden;margin-top:36px}.marquee-track{display:flex;gap:80px;width:max-content;animation:marquee 26s linear infinite}.marquee img{height:78px;object-fit:contain;filter:grayscale(1);opacity:.62;transition:.3s}.marquee img:hover{filter:none;opacity:1}@keyframes marquee{to{transform:translateX(-50%)}}.stats{background:var(--bg)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}.stats-grid article,.service article{padding:34px 24px;background:white;border:1px solid var(--line);border-radius:8px;text-align:center;box-shadow:0 16px 45px rgba(16,52,67,.06);transition:.3s}.stats-grid article:hover,.service article:hover{transform:translateY(-8px)}.stats-grid strong{display:block;font-size:38px;color:var(--teal);font-weight:900}.stats-grid span{color:var(--muted);font-weight:600}.split-heading{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:end;margin-bottom:36px}.card-grid{display:grid;gap:22px}.four{grid-template-columns:repeat(4,1fr)}.three{grid-template-columns:repeat(3,1fr)}.image-card,.industries article,.products article{position:relative;overflow:hidden;border-radius:8px;background:#101820;box-shadow:0 16px 40px rgba(0,0,0,.12)}.image-card img{width:100%;aspect-ratio:3/4;object-fit:cover;transition:.7s}.image-card:hover img,.industries article:hover img{transform:scale(1.1)}.image-card:after,.industries article:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.75))}.image-card h3,.industries h3{position:absolute;left:20px;right:20px;bottom:18px;z-index:1;color:white;margin:0;font-size:22px}.dark{position:relative;background:#092b36;color:white;overflow:hidden}.dark-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.18}.dark .container{position:relative}.dark p{color:#d9eef3}.benefit{background:white;color:var(--ink);padding:26px;border-radius:8px;text-align:center}.benefit img{height:150px;width:100%;object-fit:cover;border-radius:8px;margin-bottom:18px}.process{background:#f5fbfd}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.steps article{background:white;border:1px solid var(--line);border-radius:8px;padding:28px;min-height:260px;transition:.3s}.steps article:hover{transform:translateY(-8px)}.steps b{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:white;font-size:24px}.steps span{color:var(--orange);font-weight:800}.industries img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:.7s}.rh-box{position:relative;border-radius:8px;overflow:hidden;background:#0c2530;box-shadow:0 24px 60px rgba(0,0,0,.16)}.rh-box img{width:100%;max-height:610px;object-fit:cover}.rh-box div{position:absolute;bottom:24px;padding:18px 22px;border-radius:8px;background:rgba(255,255,255,.92)}.rh-box div:nth-of-type(1){left:24px}.rh-box div:nth-of-type(2){right:24px}.rh-box strong,.rh-box span{display:block}.rh-box span{color:var(--muted);margin-top:5px}.products{background:var(--bg)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.products article{background:white;color:var(--ink);padding:34px;text-align:center}.products img{height:330px;width:100%;object-fit:contain;transition:.4s}.products article:hover img{transform:scale(1.05)}.products span{color:var(--teal);font-weight:800}.video-box{position:relative;border-radius:8px;overflow:hidden;background:#0b1d24;min-height:430px;display:grid;place-items:center;text-align:center;color:white}.video-box img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.58}.video-box h2{position:relative;max-width:780px}.play{position:relative;width:86px;height:86px;border-radius:50%;border:0;background:var(--orange);color:white;font-size:32px;box-shadow:0 0 0 18px rgba(255,107,0,.22);cursor:pointer;animation:pulse 1.7s infinite}@keyframes pulse{50%{box-shadow:0 0 0 30px rgba(255,107,0,.05)}}.testimonials{background:#f7fafb}.testimonial-wrap{position:relative;max-width:860px}.testimonial{display:none;background:white;border:1px solid var(--line);border-radius:8px;padding:42px;text-align:center;box-shadow:0 20px 50px rgba(15,50,65,.08)}.testimonial.active{display:block}.testimonial p{font-size:22px;color:var(--ink)}.dots{display:flex;justify-content:center;gap:10px;margin-top:22px}.dots button{width:11px;height:11px;border-radius:50%;border:0;background:#b8c7ce}.dots button.active{background:var(--teal)}.service article{text-align:left}.service h3{font-size:26px;margin-top:0;color:var(--teal)}.cta{padding:100px 0;background:linear-gradient(135deg,#007d9d,#004e63);color:white;text-align:center}.cta h2{font-size:clamp(34px,5vw,62px);line-height:1.15;margin:0 0 18px}.cta p{color:#d8f4fa;font-size:20px}footer{background:#061d25;color:white;padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:48px}.footer-grid img{height:58px;margin-bottom:18px}.footer-grid a{display:block;color:#c9d7dc;margin:10px 0}.copyright{text-align:center;color:#8ea3ab;margin-top:48px}.reveal{opacity:0;transform:translateY(34px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:900px){.site-header{height:auto;min-height:72px;flex-wrap:wrap;padding:14px 16px}.search{order:5;width:100%;min-width:0}.menu-toggle{display:block}.hero{min-height:620px}.hero-overlay{background:rgba(0,0,0,.58)}.section{padding:68px 0}.split-heading,.stats-grid,.four,.three,.steps,.product-grid,.footer-grid{grid-template-columns:1fr}.rh-box div{position:static;margin:12px}.products img{height:240px}}@media(max-width:560px){.btn-small{display:none}.hero h1{font-size:40px}.hero p{font-size:18px}.announcement{font-size:13px}.card-grid{gap:16px}.testimonial{padding:28px}.testimonial p{font-size:18px}}

#solution.dark{padding:50px 0 68px;background:#006f8d}
.site-header .btn-small{margin-left:auto}
#solution.dark:after{content:'';position:absolute;inset:0;background:rgba(0,132,166,.78);pointer-events:none}
#solution .dark-bg{opacity:.72}
#solution .container{z-index:1}
#solution h2{font-size:clamp(28px,3vw,36px);line-height:1.25;margin-bottom:0}
#solution .stats-grid{gap:34px;margin-top:56px;max-width:790px}
#solution .stats-grid article{min-height:132px;padding:22px 18px;display:grid;place-items:center;align-content:center;gap:12px;background:rgba(0,54,69,.64);border-color:rgba(255,255,255,.08);box-shadow:0 20px 50px rgba(0,0,0,.12);backdrop-filter:blur(2px)}
#solution .stats-grid img{width:40px;height:40px;object-fit:contain;filter:brightness(0) invert(1)}
#solution .stats-grid strong{font-size:17px;line-height:1.32;color:white;font-weight:800}

@media(max-width:900px){
  #solution.dark{padding:48px 0 58px}
  #solution .stats-grid{grid-template-columns:repeat(2,1fr);gap:18px;max-width:520px}
}

@media(max-width:560px){
  #solution .stats-grid{grid-template-columns:1fr}
}

.process{position:relative;overflow:hidden;padding:62px 0 58px;background:#006f8d;color:white}
.process-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72}
.process-overlay{position:absolute;inset:0;background:rgba(0,132,166,.8);pointer-events:none}
.process-heading,.process-steps{position:relative;z-index:1}
.process-heading h2{font-size:clamp(30px,3.4vw,40px);line-height:1.2;margin-bottom:44px;color:white}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:38px;max-width:900px}
.process-steps article{position:relative;min-height:0;padding:0;background:transparent;border:0;box-shadow:none;color:white;text-align:center;display:grid;place-items:center;align-content:start;gap:12px}
.process-steps article:hover{transform:none}
.process-steps article:after{content:'→';position:absolute;top:48px;right:-35px;color:white;font-size:54px;font-weight:300;line-height:1}
.process-steps article:last-child:after{display:none}
.process-steps img{width:106px;height:126px;object-fit:cover;border-radius:8px}
.process-steps span{order:2;color:white;font-size:24px;line-height:1;font-weight:900}
.process-steps h3{order:3;margin:0;color:white;font-size:15px;line-height:1.32;font-weight:800}

@media(max-width:900px){
  .process{padding:54px 0}
  .process-heading h2{margin-bottom:34px}
  .process-steps{grid-template-columns:repeat(2,1fr);gap:40px 64px;max-width:560px}
  .process-steps article:nth-child(2):after{display:none}
}

@media(max-width:560px){
  .process-steps{grid-template-columns:1fr;gap:34px}
  .process-steps article:after{top:auto;right:auto;bottom:-36px;content:'v';font-size:34px}
  .process-steps article:last-child:after{display:none}
}

.testimonials{padding:64px 0 58px;background:#f7f9fa}
.testimonial-heading h2{font-size:clamp(30px,3.4vw,40px);line-height:1.2;margin-bottom:24px;color:var(--teal);font-weight:500;text-shadow:0 3px 0 rgba(0,0,0,.08)}
.testimonial-heading h2 span{font-weight:900}
.testimonial-heading h2:after{content:'';display:block;width:min(675px,70vw);height:3px;background:var(--orange);margin:24px auto 0}
.testimonial-heading p{max-width:820px;margin:0 auto 36px;color:var(--teal);font-size:21px;line-height:1.45;font-weight:500}
.testimonial-grid{max-width:970px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.testimonial-grid .testimonial{display:block;background:white;border:1px solid #e2ebef;border-radius:8px;padding:16px 14px;text-align:left;box-shadow:0 12px 24px rgba(8,37,48,.08);min-height:232px}
.review-head{display:flex;align-items:center;gap:12px;margin-bottom:14px;color:#0e1f27}
.review-head b{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:#c7fbef;color:var(--teal);font-size:12px}
.testimonial:nth-child(2) .review-head b{background:#dcecff;color:#225ed8}
.testimonial:nth-child(3) .review-head b{background:#efe0ff;color:#9333ea}
.testimonial:nth-child(4) .review-head b{background:#ffe8cd;color:#e96323}
.review-head strong{font-size:11px;font-weight:900}
.stars{color:#ff6b00;font-size:15px;letter-spacing:1px;line-height:1;margin-bottom:12px}
.testimonial-grid h3{margin:0 0 12px;color:#0c1e27;font-size:12px;line-height:1.3;font-weight:900}
.testimonial-grid .testimonial p{font-size:11px;line-height:1.55;color:#334b57;margin:0 0 16px}
.verified{display:inline-flex;align-items:center;gap:5px;background:var(--teal);color:white;border-radius:999px;padding:7px 11px;font-size:8px;font-weight:800}
.testimonials .dots{display:none}

.support-section{padding:58px 0 54px;background:white}
.support-heading h2{font-size:clamp(30px,3.4vw,40px);line-height:1.2;margin-bottom:54px;color:var(--teal);font-weight:500;text-shadow:0 3px 0 rgba(0,0,0,.1)}
.support-heading h2 span{font-weight:900}
.service{gap:18px;max-width:982px}
.service article{min-height:158px;padding:24px 28px 22px;background:var(--teal);border:0;border-radius:8px;color:white;text-align:center;box-shadow:none;display:grid;place-items:center;align-content:center}
.service article:hover{transform:none}
.service h3{margin:6px 0 10px;color:white;font-size:17px;line-height:1.2;font-weight:900}
.service p{margin:0;color:white;font-size:11px;line-height:1.55;max-width:270px}
.service-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:rgba(255,255,255,.14);color:white;font-size:28px;font-weight:900;line-height:1}

@media(max-width:900px){
  .testimonial-grid{grid-template-columns:repeat(2,1fr);max-width:640px}
  .service{grid-template-columns:1fr;max-width:520px}
}

@media(max-width:560px){
  .testimonials{padding:52px 0}
  .testimonial-heading p{font-size:17px}
  .testimonial-grid{grid-template-columns:1fr}
  .support-heading h2{margin-bottom:34px}
}

.testimonial-grid .testimonial{display:flex;flex-direction:column}
.testimonial-grid .testimonial p{flex:1;margin-bottom:18px}
.verified{margin-top:auto;align-self:flex-start;white-space:nowrap}
.service-icon svg{width:30px;height:30px;display:block;fill:white}
.service-icon svg circle{fill:var(--teal)}
.service article:first-child .service-icon svg circle{fill:rgba(255,255,255,.98)}
.service article:first-child .service-icon svg path{fill:white}
.service article:first-child .service-icon svg circle{fill:var(--teal)}
.service article:nth-child(2) .service-icon svg{width:31px;height:31px}
.service article:nth-child(3) .service-icon svg{width:32px;height:32px}

.section-title{font-size:clamp(30px,3.4vw,40px)!important;line-height:1.2!important;margin:0 0 36px!important;color:var(--teal)!important;font-weight:500!important;text-shadow:0 3px 0 rgba(0,0,0,.08)}
.section-title span{font-weight:900}
.section-title:after{content:'';display:block;width:min(620px,70vw);height:3px;background:var(--orange);margin:24px auto 0}
.brands .section-title:after,.problem .section-title:after{margin-top:22px}

.capacity-section{padding:86px 0 64px;background:white}
.capacity-card{position:relative;overflow:hidden;display:grid;grid-template-columns:1.1fr .86fr;gap:42px;align-items:center;padding:34px 42px;background:linear-gradient(135deg,#078ba0,#07516d);border-radius:8px;color:white;box-shadow:0 18px 42px rgba(5,91,111,.22)}
.capacity-card:before,.capacity-card:after{content:'';position:absolute;border-radius:50%;background:rgba(255,255,255,.08)}
.capacity-card:before{width:150px;height:150px;right:58px;top:-42px}
.capacity-card:after{width:88px;height:88px;right:-22px;bottom:-18px}
.capacity-copy,.capacity-check{position:relative;z-index:1}
.capacity-pill{display:inline-flex;align-items:center;background:white;color:var(--teal);border-radius:999px;padding:7px 14px;font-size:11px;font-weight:900;margin-bottom:18px}
.capacity-copy h2{margin:0 0 10px;color:white;font-size:clamp(28px,3vw,36px);line-height:1.2;font-weight:900}
.capacity-copy p{max-width:650px;margin:0 0 18px;color:#e8fbff;font-size:13px;line-height:1.55}
.capacity-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--orange);color:white;border-radius:999px;padding:13px 18px;font-size:14px;font-weight:900;box-shadow:0 12px 26px rgba(255,107,0,.25)}
.capacity-notes{display:flex;flex-wrap:wrap;gap:22px;margin-top:26px;color:#eafcff;font-size:13px}
.capacity-check{align-self:center;background:white;border-radius:8px;box-shadow:0 18px 34px rgba(0,0,0,.15)}
.capacity-check h3{margin:0;padding:14px 18px;background:var(--teal);color:white;border-radius:8px 8px 0 0;font-size:17px;line-height:1.2}
.capacity-check ul{list-style:none;margin:0;padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:17px 22px;color:#243c46;font-size:12px}
.capacity-check li{display:flex;align-items:center;gap:9px}
.capacity-check li:before{content:'✓';width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:white;font-size:10px;font-weight:900;flex:0 0 auto}

.products{background:white;padding-top:52px}
.products .section-title{margin-bottom:52px!important}
.product-grid{max-width:680px;gap:34px}
.products article{padding:28px 28px 34px;border-radius:0 0 8px 8px;box-shadow:8px 8px 0 rgba(0,0,0,.22);text-align:left}
.products img{height:auto;aspect-ratio:1/1;object-fit:contain;margin:0 auto 8px}
.products span{display:block;color:#43525a;font-size:11px;font-weight:500;margin:0 0 6px}
.products h3{margin:0;color:#111e25;font-size:20px;line-height:1.15;font-weight:900}

@media(max-width:900px){
  .capacity-card{grid-template-columns:1fr;padding:30px 24px}
  .capacity-check ul{grid-template-columns:1fr}
  .product-grid{max-width:520px}
}

@media(max-width:560px){
  .section-title:after{width:min(320px,82vw)}
  .capacity-section{padding:62px 0 46px}
  .capacity-notes{gap:12px}
  .products article{box-shadow:6px 6px 0 rgba(0,0,0,.22)}
}

.compare-section{padding:86px 0;background:white}
.compare-section .center p{margin:0 auto 22px;color:#536978;font-size:18px}
.before-after{position:relative;overflow:hidden;max-width:1120px;aspect-ratio:16/8.7;border-radius:8px;box-shadow:0 28px 70px rgba(8,41,54,.12);background:#0a5d71;touch-action:none}
.compare-layer{position:absolute;inset:0;background-image:url('img/16a2be400c904bceda627a8efe9d14504ddaf67f.png');background-size:cover;background-position:center;background-repeat:no-repeat}
.compare-layer:after{content:'';position:absolute;inset:0;pointer-events:none}
.compare-before{filter:saturate(.55) contrast(1.15) brightness(.62)}
.compare-before:after{background:linear-gradient(90deg,rgba(0,0,0,.34),rgba(15,47,38,.2)),linear-gradient(180deg,rgba(0,0,0,0) 35%,rgba(0,0,0,.35))}
.compare-after{clip-path:polygon(var(--position) 0,100% 0,100% 100%,var(--position) 100%);filter:saturate(.86) contrast(1.04) brightness(1.14)}
.compare-after:after{background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.28)),linear-gradient(180deg,rgba(255,255,255,.18),rgba(0,0,0,.08))}
.compare-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 44%,rgba(0,0,0,.68) 100%);pointer-events:none}
.compare-title{position:absolute;left:50%;bottom:140px;transform:translateX(-50%);width:min(76%,760px);min-height:106px;padding:18px 30px;border-radius:18px;background:rgba(3,83,102,.86);color:white;text-align:center;font-size:clamp(26px,3vw,42px);line-height:1.14;font-weight:900;letter-spacing:0;display:flex;align-items:center;justify-content:center;white-space:normal;text-wrap:balance}
.compare-copy{position:absolute;bottom:24px;width:238px;padding:16px 22px;background:rgba(255,255,255,.94);border-radius:8px;color:#10242d}
.compare-copy-before{left:24px}
.compare-copy-after{right:24px}
.compare-copy strong,.compare-copy span{display:block}
.compare-copy strong{font-size:18px;line-height:1.2;margin-bottom:6px}
.compare-copy span{font-size:16px;color:#536978;line-height:1.3}
.compare-divider{position:absolute;top:0;bottom:0;left:var(--position);width:4px;transform:translateX(-50%);background:white;box-shadow:0 0 0 1px rgba(0,0,0,.08);pointer-events:none}
.compare-divider span{position:absolute;top:50%;left:50%;width:56px;height:56px;transform:translate(-50%,-50%);border-radius:50%;background:white;box-shadow:0 10px 24px rgba(0,0,0,.22)}
.compare-divider span:before,.compare-divider span:after{content:'';position:absolute;top:50%;width:0;height:0;transform:translateY(-50%);border-top:8px solid transparent;border-bottom:8px solid transparent}
.compare-divider span:before{left:14px;border-right:10px solid var(--teal)}
.compare-divider span:after{right:14px;border-left:10px solid var(--teal)}
.compare-range{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize}

@media(max-width:900px){
  .before-after{aspect-ratio:16/10}
  .compare-title{bottom:112px;width:82%;min-height:92px;font-size:clamp(22px,4.2vw,34px);padding:18px 22px}
  .compare-copy{width:210px;padding:14px 18px}
}

@media(max-width:560px){
  .compare-section{padding:62px 0}
  .before-after{aspect-ratio:4/4.6}
  .compare-title{bottom:136px;width:88%;min-height:86px;white-space:normal;font-size:24px;padding:16px}
  .compare-copy{bottom:18px;width:calc(50% - 26px);padding:12px}
  .compare-copy-before{left:14px}
  .compare-copy-after{right:14px}
  .compare-copy strong{font-size:13px}
  .compare-copy span{font-size:12px}
  .compare-divider span{width:46px;height:46px}
}

.video{padding:82px 0;background:white}
.video .section-title{margin-bottom:42px!important}
.youtube-video{position:relative;overflow:hidden;max-width:1120px;aspect-ratio:16/9;min-height:0;border-radius:8px;background:#061d25;box-shadow:0 28px 70px rgba(8,41,54,.12);display:block}
.youtube-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.youtube-video img,.youtube-video .play,.youtube-video h2{display:none}

@media(max-width:560px){
  .video{padding:58px 0}
}

.lead-cta{padding:86px 0;background:linear-gradient(135deg,#0a88a0,#064d66);text-align:left}
.lead-cta-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center}
.lead-cta-copy span{display:inline-block;margin-bottom:14px;color:#ff7a1a;font-size:13px;font-weight:900;letter-spacing:2px;text-transform:uppercase}
.lead-cta-copy h2{margin:0 0 20px;color:white;font-size:clamp(36px,4vw,58px);line-height:1.15;font-weight:900}
.lead-cta-copy p{max-width:560px;margin:0 0 24px;color:#e7f8fb;font-size:20px;line-height:1.5}
.lead-cta-points{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:520px}
.lead-cta-points article{padding:18px;background:rgba(255,255,255,.9);border-radius:8px;color:#061d25}
.lead-cta-points strong,.lead-cta-points small{display:block}
.lead-cta-points strong{font-size:24px;line-height:1.1}
.lead-cta-points small{margin-top:6px;color:#52646d;font-weight:800}
.lead-form{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding:28px;background:white;border-radius:8px;box-shadow:0 24px 60px rgba(0,0,0,.16)}
.lead-form .full{grid-column:1/-1}
.lead-form label{display:block;margin-bottom:9px;color:#071923;font-weight:900}
.lead-form input,.lead-form textarea{width:100%;border:1px solid #cfd9de;border-radius:8px;padding:15px 16px;font:inherit;color:#10242d;background:white;outline:0}
.lead-form textarea{resize:vertical;min-height:132px}
.lead-form input:focus,.lead-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,133,168,.14)}
.lead-form button{grid-column:1/-1;border:0;border-radius:8px;padding:16px 22px;background:#064b7a;color:white;font:inherit;font-weight:900;cursor:pointer}
.lead-form button:hover{background:#043e65}

@media(max-width:900px){
  .lead-cta-grid{grid-template-columns:1fr}
}

@media(max-width:560px){
  .lead-form,.lead-cta-points{grid-template-columns:1fr}
}
