
:root{
  --ink:#0a1224;
  --muted:#536077;
  --line:#dfe6ef;
  --panel:#ffffff;
  --paper:#f5f7fb;
  --nav:#071120;
  --brand:#0b5d8f;
  --brand-2:#13a4c6;
  --accent:#f7b733;
  --dark-card:#101c2e;
  --radius:24px;
  --shadow:0 22px 70px rgba(7,17,32,.16);
  --small-shadow:0 12px 36px rgba(7,17,32,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,92vw);margin:0 auto}.narrow{width:min(900px,92vw);margin:0 auto}.skip{position:absolute;left:-999px;top:0;background:#fff;padding:8px 12px;z-index:100}.skip:focus{left:12px;top:12px}.topbar{background:#050b15;color:#d7e5f2;font-size:.9rem}.topbar .container{display:flex;gap:18px;justify-content:space-between;align-items:center;padding:8px 0}.topbar a{text-decoration:underline;text-underline-offset:3px}.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(19,33,52,.1)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:14px 0}.brand{display:flex;align-items:center;gap:14px;font-weight:900;letter-spacing:.02em}.brand img{width:145px;height:auto;object-fit:contain}.brand span{display:block;font-size:.78rem;color:var(--muted);font-weight:700;letter-spacing:.14em;text-transform:uppercase}.nav{display:flex;gap:4px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.nav a{font-weight:750;font-size:.92rem;color:#18243a;padding:10px 12px;border-radius:999px}.nav a:hover,.nav a.active{background:#e8f3fa;color:#07577f}.menu-btn{display:none;border:1px solid var(--line);border-radius:12px;background:#fff;padding:9px 12px;font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 20px;font-weight:850;border:1px solid transparent;transition:transform .18s ease, box-shadow .18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;box-shadow:0 10px 24px rgba(11,93,143,.25)}.btn-secondary{background:#fff;color:#0e2137;border-color:rgba(255,255,255,.7)}.btn-outline{background:transparent;color:#0e2137;border-color:#b7c5d8}.hero{position:relative;min-height:700px;color:#fff;overflow:hidden;background:#071120}.hero.hero-small{min-height:460px}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;filter:saturate(1.05) contrast(1.05);opacity:.68}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(5,11,21,.96) 0%,rgba(5,11,21,.82) 42%,rgba(5,11,21,.22) 100%),radial-gradient(circle at 76% 38%,rgba(19,164,198,.22),transparent 36%)}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.8fr);gap:44px;align-items:center;padding:92px 0 66px}.hero-small .hero-content{padding:78px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.09);border-radius:999px;padding:7px 12px;color:#e9f6ff;font-weight:850;font-size:.82rem;text-transform:uppercase;letter-spacing:.13em}.hero h1{font-size:clamp(2.4rem,5.6vw,5.35rem);line-height:.94;margin:18px 0 18px;letter-spacing:-.055em;max-width:930px}.hero p.lead{font-size:clamp(1.05rem,1.7vw,1.32rem);max-width:760px;color:#e6f3ff;margin:0 0 26px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.hero-card{background:rgba(255,255,255,.95);color:var(--ink);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.hero-card img{height:360px;width:100%;object-fit:contain;background:#fff;border-radius:18px}.hero-card .caption{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;font-weight:800;color:#14253a}.proof{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:34px}.proof div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:18px;padding:14px}.proof strong{display:block;font-size:1.28rem;color:#fff}.proof span{color:#cbd9e6;font-size:.91rem}.section{padding:84px 0}.section-tight{padding:54px 0}.section-title{max-width:860px;margin-bottom:32px}.section-title.center{text-align:center;margin-left:auto;margin-right:auto}.section-title h2{font-size:clamp(2rem,3.8vw,3.4rem);line-height:1;margin:0 0 14px;letter-spacing:-.04em}.section-title p{font-size:1.1rem;color:var(--muted);margin:0}.grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--panel);border:1px solid rgba(15,31,53,.09);border-radius:var(--radius);box-shadow:var(--small-shadow);overflow:hidden}.card-body{padding:24px}.card h3{font-size:1.32rem;line-height:1.15;margin:0 0 10px;letter-spacing:-.02em}.card p{color:var(--muted);margin:0 0 16px}.media-card{position:relative;background:#fff}.media-card img{height:270px;width:100%;object-fit:contain;background:#fff;padding:10px}.tag{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-weight:850;font-size:.78rem;color:#06395b;background:#dff4ff}.tag.gold{background:#fff1c7;color:#75510b}.spec-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.spec-list span{display:block;background:#f3f7fb;border:1px solid #e1e9f2;border-radius:14px;padding:11px}.spec-list b{display:block;font-size:.72rem;letter-spacing:.09em;text-transform:uppercase;color:#667086;margin-bottom:3px}.link{display:inline-flex;font-weight:900;color:#07577f}.split{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.split .image-stack{position:relative}.image-stack img:first-child{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;height:430px;object-fit:cover}.image-stack img:last-child{position:absolute;right:-24px;bottom:-38px;width:47%;background:#fff;border-radius:22px;padding:10px;box-shadow:var(--small-shadow);object-fit:contain}.dark{background:#071120;color:#fff}.dark .section-title p,.dark p{color:#cbd9e6}.dark .card{background:#0e1a2c;border-color:rgba(255,255,255,.1);color:#fff}.dark .card p{color:#d2deea}.route{background:linear-gradient(135deg,#ffffff,#eef7fc);border:1px solid #dbeaf5;border-radius:var(--radius);padding:24px;position:relative;overflow:hidden}.route::after{content:"";position:absolute;width:180px;height:180px;right:-70px;top:-70px;background:rgba(19,164,198,.18);border-radius:50%}.route h3,.route p,.route a{position:relative;z-index:1}.steps{counter-reset:item;display:grid;gap:16px}.step{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:start}.step::before{counter-increment:item;content:counter(item);display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-weight:900}.check-list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:10px}.check-list li{position:relative;padding-left:31px;color:var(--muted)}.check-list li::before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:999px;background:#dff4ff;color:#07577f;display:grid;place-items:center;font-weight:900;font-size:.8rem}.dark .check-list li{color:#d2deea}.dark .check-list li::before{background:rgba(19,164,198,.18);color:#dff4ff}.table-wrap{overflow-x:auto;border-radius:20px;border:1px solid #dce5ef;background:#fff;box-shadow:var(--small-shadow)}table{width:100%;border-collapse:collapse;min-width:820px}th,td{padding:15px 16px;text-align:left;border-bottom:1px solid #e5edf5;vertical-align:top}th{background:#edf6fc;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#18314c}td{color:#4d5d73}tr:last-child td{border-bottom:0}.faq{display:grid;gap:14px}.faq details{background:#fff;border:1px solid #dfe7ef;border-radius:18px;padding:18px 20px;box-shadow:0 10px 30px rgba(7,17,32,.06)}.faq summary{cursor:pointer;font-weight:900;color:#10223a}.faq p{color:var(--muted);margin:10px 0 0}.cta{background:linear-gradient(135deg,#071120,#0a5b84);color:#fff;border-radius:32px;padding:42px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;box-shadow:var(--shadow)}.cta h2{font-size:clamp(1.8rem,3vw,3rem);margin:0 0 10px;letter-spacing:-.03em;line-height:1}.cta p{margin:0;color:#d7e8f4}.contact-panel{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:28px}.contact-panel form{display:grid;gap:14px}.field{display:grid;gap:6px}.field label{font-weight:850;color:#192840}.field input,.field textarea,.field select{width:100%;border:1px solid #cdd8e5;border-radius:14px;padding:13px 14px;font:inherit;background:#fff;color:#10223a}.field textarea{min-height:140px;resize:vertical}.footer{background:#050b15;color:#d5e1ec;padding:56px 0 28px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;gap:26px}.footer h3{color:#fff;margin:0 0 12px}.footer p,.footer li{color:#aebdca}.footer ul{padding:0;margin:0;list-style:none;display:grid;gap:8px}.footer a{text-decoration:underline;text-underline-offset:3px}.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:32px;padding-top:18px;color:#91a1b1;font-size:.92rem}.breadcrumb{font-weight:800;color:#dceffc;margin-bottom:14px}.breadcrumb a{text-decoration:underline;text-underline-offset:3px}.pill-row{display:flex;gap:10px;flex-wrap:wrap}.mini-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mini-gallery img{height:160px;width:100%;object-fit:contain;background:#fff;border-radius:18px;border:1px solid #e2e8f0;padding:8px}.source-note{font-size:.84rem;color:#7c8797;margin-top:10px}.product-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.product-hero-grid .main-product-img{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:12px}.product-hero-grid .main-product-img img{height:520px;width:100%;object-fit:contain}.floating-cta{position:fixed;right:18px;bottom:18px;z-index:70;display:flex;gap:10px}.floating-cta a{box-shadow:var(--small-shadow)}
@media (max-width:980px){.menu-btn{display:inline-flex}.nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--line);padding:12px 4vw;box-shadow:var(--small-shadow);justify-content:flex-start}.nav.open{display:flex}.topbar .container{flex-direction:column;align-items:flex-start;gap:4px}.hero{min-height:auto}.hero-content,.hero-small .hero-content{grid-template-columns:1fr;padding:62px 0 44px}.hero-card img{height:300px}.proof{grid-template-columns:repeat(2,1fr)}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.split,.product-hero-grid,.cta{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.image-stack img:last-child{position:relative;right:auto;bottom:auto;width:70%;margin:-50px 20px 0 auto}.floating-cta{left:12px;right:12px}.floating-cta a{flex:1;padding:12px 10px}.mini-gallery{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.brand img{width:118px}.hero h1{font-size:2.45rem}.hero-actions .btn{width:100%}.proof{grid-template-columns:1fr}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.section{padding:58px 0}.card-body{padding:20px}.footer-grid{grid-template-columns:1fr}.cta{padding:28px}.spec-list{grid-template-columns:1fr}.hero-card img{height:250px}.media-card img{height:245px}.mini-gallery img{height:132px}}

/* Readability / contrast hardening pass: keeps all text legible on light cards, dark panels, image heroes and selected text. */
::selection{background:#ffd166;color:#071120;text-shadow:none}
body{color:#071120;background:#f6f8fc}
.site-header{background:rgba(255,255,255,.98)}
.header-inner{gap:16px}.nav{gap:2px}.nav a{font-size:.88rem;padding:9px 10px;color:#071120}.nav a:hover,.nav a.active{background:#dff2ff;color:#073d5d}
.section,.card,.route,.contact-panel,.faq details,.table-wrap{color:#071120}
.section-title p,.card p,.route p,.faq p,td,.source-note,.check-list li{color:#334158}
h1,h2,h3,h4,h5,h6,.card h3,.route h3,.contact-panel h2,.faq summary{color:#071120}
.hero h1,.hero h2,.hero h3,.hero h4,.hero h5,.hero h6,.hero p,.hero .lead,.hero .breadcrumb,.hero .breadcrumb a{color:#ffffff;text-shadow:0 2px 18px rgba(0,0,0,.48)}
.hero p.lead{color:#f2f8ff}.hero::before{background:linear-gradient(100deg,rgba(5,11,21,.97) 0%,rgba(5,11,21,.86) 45%,rgba(5,11,21,.38) 100%),radial-gradient(circle at 76% 38%,rgba(19,164,198,.26),transparent 36%)}
.eyebrow{color:#ffffff;background:rgba(5,11,21,.42);border-color:rgba(255,255,255,.34);text-shadow:none}.breadcrumb{color:#f3faff}.proof span{color:#f0f6ff}.proof strong{color:#fff}
.btn-secondary{background:#fff;color:#071120;border-color:#fff}.btn-outline{color:#071120;border-color:#71849c;background:rgba(255,255,255,.74)}.link{color:#064f78}.link:hover{text-decoration:underline;text-underline-offset:3px}
.spec-list span{background:#f8fbff;border-color:#cfdbe8;color:#071120}.spec-list b{color:#064f78}.tag{background:#d9f2ff;color:#04314d}.tag.gold{background:#fff0bd;color:#5f3f00}
.dark{background:#071120;color:#ffffff}.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6{color:#ffffff}.dark .section-title p,.dark p{color:#e8f1fb}.dark .card{background:#0e1a2c;border-color:rgba(255,255,255,.18);color:#ffffff}.dark .card h3{color:#ffffff}.dark .card p{color:#e8f1fb}.dark .link{color:#9feaff}.dark .check-list li{color:#edf6ff}.dark .check-list li::before{background:rgba(159,234,255,.18);color:#dff7ff}.dark .media-card{background:#ffffff;color:#071120}.dark .spec-list span,.dark .card .spec-list span{background:#f8fbff;border-color:#cfdbe8;color:#071120}.dark .spec-list b,.dark .card .spec-list b{color:#064f78}.dark .tag{background:#d9f2ff;color:#04314d}.dark .tag.gold{background:#fff0bd;color:#5f3f00}
.cta h2,.cta p{color:#ffffff}.cta p{color:#eef7ff}.cta .btn-secondary{color:#071120;background:#ffffff}.footer h3{color:#ffffff}.footer p,.footer li{color:#d5e1ec}.footer a{color:#ffffff}.copyright{color:#b9c7d3}
.field label{color:#071120}.field input,.field textarea,.field select{color:#071120;background:#ffffff;border-color:#aebccd}.field input::placeholder,.field textarea::placeholder{color:#64748b;opacity:1}
th{color:#071120;background:#e4f2fb}td{color:#26364d;background:#ffffff}
@media (max-width:1180px){.brand img{width:130px}.brand span{font-size:.72rem}.nav a{font-size:.84rem;padding:8px 8px}}

/* Colour and grid design upgrade: stronger cards, brighter machine sections and clearer visual hierarchy. */
:root{
  --cyan:#17c7e8;
  --cyan-soft:#dff8ff;
  --blue:#0b63ce;
  --blue-soft:#e7f1ff;
  --green:#11b981;
  --green-soft:#e4fff4;
  --orange:#ffb12c;
  --orange-soft:#fff3d6;
  --pink:#ea4c89;
  --pink-soft:#ffe8f1;
}
.section{position:relative}
.section:not(.dark){background:linear-gradient(180deg,#f7faff 0%,#eef6ff 100%)}
.section:nth-of-type(even):not(.dark){background:linear-gradient(180deg,#ffffff 0%,#f0fbff 100%)}
.dark{
  background:
    radial-gradient(circle at 12% 8%,rgba(23,199,232,.18),transparent 30%),
    radial-gradient(circle at 90% 15%,rgba(255,177,44,.13),transparent 28%),
    linear-gradient(180deg,#06101f 0%,#0a1728 100%);
}
.grid{align-items:stretch}
.card,.route,.faq details,.table-wrap,.contact-panel{
  box-shadow:0 22px 60px rgba(7,17,32,.16);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.card:hover,.route:hover,.faq details:hover{
  transform:translateY(-4px);
  box-shadow:0 28px 80px rgba(7,17,32,.24);
}
.route{
  min-height:100%;
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(230,248,255,.94)),
    radial-gradient(circle at 100% 0%,rgba(23,199,232,.22),transparent 34%);
  border:1px solid rgba(23,199,232,.32);
  border-left:7px solid var(--cyan);
  box-shadow:0 18px 50px rgba(11,99,206,.13);
}
.route:nth-child(4n+2){border-left-color:var(--orange);background:linear-gradient(135deg,#ffffff,var(--orange-soft))}
.route:nth-child(4n+3){border-left-color:var(--green);background:linear-gradient(135deg,#ffffff,var(--green-soft))}
.route:nth-child(4n+4){border-left-color:var(--pink);background:linear-gradient(135deg,#ffffff,var(--pink-soft))}
.route::after{background:rgba(23,199,232,.18)}
.route:nth-child(4n+2)::after{background:rgba(255,177,44,.20)}
.route:nth-child(4n+3)::after{background:rgba(17,185,129,.18)}
.route:nth-child(4n+4)::after{background:rgba(234,76,137,.16)}
.route h3{font-size:1.42rem;color:#06152a;margin-bottom:12px}
.route p{color:#26384f;font-weight:560}
.route .link,.route a.link{color:#064f78;background:rgba(255,255,255,.72);padding:8px 12px;border-radius:999px;border:1px solid rgba(6,79,120,.14)}
.dark .card{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(17,31,51,.98),rgba(9,24,43,.98));
  border:1px solid rgba(23,199,232,.28);
  box-shadow:0 24px 72px rgba(0,0,0,.32),0 0 0 1px rgba(255,255,255,.04) inset;
}
.dark .card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:7px;
  background:linear-gradient(90deg,var(--cyan),var(--blue));
  z-index:2;
}
.dark .grid > .card:nth-child(3n+2){border-color:rgba(255,177,44,.42)}
.dark .grid > .card:nth-child(3n+2)::before{background:linear-gradient(90deg,var(--orange),#ffdf79)}
.dark .grid > .card:nth-child(3n+3){border-color:rgba(17,185,129,.42)}
.dark .grid > .card:nth-child(3n+3)::before{background:linear-gradient(90deg,var(--green),var(--cyan))}
.dark .card .card-body{padding:26px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015))}
.dark .card h3{font-size:1.38rem;line-height:1.16;margin-top:10px}
.dark .card p{font-size:1rem;line-height:1.58}
.media-card{
  display:block;
  padding:12px;
  background:linear-gradient(135deg,#ffffff,#edf9ff);
  border-bottom:1px solid rgba(23,199,232,.24);
}
.media-card img{
  height:300px;
  border-radius:18px;
  border:1px solid #d8eaf4;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.8);
}
.dark .media-card{
  background:linear-gradient(135deg,#ffffff,#eaf9ff);
  border-bottom-color:rgba(23,199,232,.35);
}
.tag{
  border:1px solid rgba(6,79,120,.12);
  background:linear-gradient(135deg,#cff4ff,#eefbff);
  color:#033a59;
  box-shadow:0 8px 18px rgba(23,199,232,.16);
}
.dark .tag{
  background:linear-gradient(135deg,#92ecff,#dffaff);
  color:#042c42;
  border-color:rgba(146,236,255,.55);
}
.dark .grid > .card:nth-child(3n+2) .tag{background:linear-gradient(135deg,#ffe39a,#fff6d8);color:#563600;border-color:rgba(255,177,44,.35)}
.dark .grid > .card:nth-child(3n+3) .tag{background:linear-gradient(135deg,#bdf8dc,#edfff6);color:#06432d;border-color:rgba(17,185,129,.35)}
.spec-list{gap:12px}
.spec-list span{
  position:relative;
  background:linear-gradient(135deg,#ffffff,#edf7ff);
  border:1px solid #c8deec;
  border-left:5px solid var(--cyan);
  box-shadow:0 10px 22px rgba(7,17,32,.07);
  min-height:86px;
}
.spec-list span:nth-child(2){border-left-color:var(--orange);background:linear-gradient(135deg,#ffffff,var(--orange-soft))}
.spec-list span:nth-child(3){border-left-color:var(--green);background:linear-gradient(135deg,#ffffff,var(--green-soft))}
.spec-list span:nth-child(4){border-left-color:var(--pink);background:linear-gradient(135deg,#ffffff,var(--pink-soft))}
.spec-list b{font-weight:950;color:#064f78;letter-spacing:.14em}
.dark .spec-list span,.dark .card .spec-list span{
  background:linear-gradient(135deg,#ffffff,#eef8ff);
  border-color:#c7deeb;
  border-left-color:var(--cyan);
  color:#06152a;
}
.dark .spec-list span:nth-child(2),.dark .card .spec-list span:nth-child(2){border-left-color:var(--orange);background:linear-gradient(135deg,#ffffff,#fff4d8)}
.dark .spec-list span:nth-child(3),.dark .card .spec-list span:nth-child(3){border-left-color:var(--green);background:linear-gradient(135deg,#ffffff,#e9fff5)}
.dark .spec-list span:nth-child(4),.dark .card .spec-list span:nth-child(4){border-left-color:var(--pink);background:linear-gradient(135deg,#ffffff,#ffeaf2)}
.dark .link{
  color:#ffffff;
  background:linear-gradient(135deg,#0786b7,#17c7e8);
  padding:9px 13px;
  border-radius:999px;
  box-shadow:0 12px 28px rgba(23,199,232,.20);
}
.dark .grid > .card:nth-child(3n+2) .link{background:linear-gradient(135deg,#cf7b00,#ffb12c);box-shadow:0 12px 28px rgba(255,177,44,.18)}
.dark .grid > .card:nth-child(3n+3) .link{background:linear-gradient(135deg,#08784f,#11b981);box-shadow:0 12px 28px rgba(17,185,129,.18)}
.section-title.center h2,.section-title h2{position:relative;display:inline-block}
.section-title.center h2::after,.section-title h2::after{
  content:"";
  display:block;
  width:86px;
  height:5px;
  border-radius:999px;
  margin-top:14px;
  background:linear-gradient(90deg,var(--cyan),var(--orange));
}
.section-title.center h2::after{margin-left:auto;margin-right:auto}
.steps .step::before{background:linear-gradient(135deg,#0b63ce,#17c7e8);box-shadow:0 12px 28px rgba(11,99,206,.24)}
.steps .step:nth-child(2)::before{background:linear-gradient(135deg,#cf7b00,#ffb12c)}
.steps .step:nth-child(3)::before{background:linear-gradient(135deg,#08784f,#11b981)}
.cta{background:linear-gradient(135deg,#071120 0%,#064f78 48%,#0aa8c9 100%)}
.btn-primary{background:linear-gradient(135deg,#0b63ce,#17c7e8);box-shadow:0 12px 28px rgba(11,99,206,.28)}
.btn-primary:hover{box-shadow:0 18px 40px rgba(11,99,206,.34)}
.floating-cta .btn-primary{background:linear-gradient(135deg,#0678a6,#17c7e8)}
@media (max-width:980px){.media-card img{height:260px}.route h3{font-size:1.3rem}}
@media (max-width:640px){.media-card img{height:230px}.spec-list span{min-height:auto}.dark .card .card-body{padding:22px}.section-title.center h2,.section-title h2{display:block}}

/* Hero viewport fit update: keeps the first screen contained below the sticky header while preserving readable text and image scale. */
:root{--hero-header-offset:112px}
.hero{
  min-height:0;
  height:calc(100vh - var(--hero-header-offset));
  height:calc(100dvh - var(--hero-header-offset));
  max-height:720px;
  display:block;
}
.hero.hero-small{
  height:min(540px,calc(100dvh - var(--hero-header-offset)));
  min-height:420px;
  max-height:540px;
}
.hero-content{
  height:100%;
  padding:clamp(24px,4vh,54px) 0;
  gap:clamp(20px,3vw,38px);
  align-items:center;
}
.hero-small .hero-content{padding:clamp(22px,3.6vh,46px) 0}
.hero:not(.hero-small) .hero-content{grid-template-columns:minmax(0,1.08fr) minmax(280px,.68fr)}
.hero h1{
  font-size:clamp(2.05rem,4.55vw,4.55rem);
  line-height:.97;
  margin:12px 0 14px;
  max-width:820px;
}
.hero p.lead{
  font-size:clamp(1rem,1.42vw,1.18rem);
  line-height:1.45;
  max-width:700px;
  margin:0 0 18px;
}
.hero-actions{margin:20px 0 0}
.proof{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:20px;
}
.proof div{padding:11px 12px;border-radius:16px}
.proof strong{font-size:1.08rem}
.proof span{font-size:.82rem;line-height:1.25}
.hero-card{padding:14px;border-radius:24px}
.hero-card img{height:clamp(210px,35vh,318px);border-radius:18px}
.hero-card .caption{font-size:.92rem;margin-top:10px}
@media (max-height:760px) and (min-width:981px){
  :root{--hero-header-offset:104px}
  .hero{max-height:660px}
  .hero-content{padding:20px 0}
  .hero h1{font-size:clamp(2rem,4.2vw,4rem);margin:10px 0 12px}
  .hero p.lead{font-size:1rem;margin-bottom:14px}
  .hero-actions{margin-top:16px}
  .proof{margin-top:14px}
  .proof div{padding:9px 10px}
  .hero-card img{height:clamp(200px,32vh,270px)}
}
@media (max-width:1180px){
  .hero:not(.hero-small) .hero-content{grid-template-columns:minmax(0,1fr) minmax(260px,.62fr)}
  .hero h1{font-size:clamp(2rem,4.25vw,4.2rem)}
}
@media (max-width:980px){
  :root{--hero-header-offset:92px}
  .hero,.hero.hero-small{
    height:auto;
    min-height:calc(100svh - var(--hero-header-offset));
    min-height:calc(100dvh - var(--hero-header-offset));
    max-height:none;
    overflow:visible;
  }
  .hero-content,.hero-small .hero-content{
    height:auto;
    grid-template-columns:1fr;
    padding:42px 0 38px;
  }
  .hero-card{display:none}
  .proof{grid-template-columns:repeat(2,minmax(0,1fr));max-width:620px}
}
@media (max-width:640px){
  :root{--hero-header-offset:86px}
  .hero-content,.hero-small .hero-content{padding:34px 0 30px}
  .hero h1{font-size:clamp(2rem,10vw,3rem);line-height:1;margin:10px 0 12px}
  .hero p.lead{font-size:1rem;line-height:1.45}
  .hero-actions{gap:10px;margin-top:16px}
  .hero-actions .btn{width:100%;padding:12px 16px}
  .proof{display:none}
  .eyebrow{font-size:.74rem;padding:6px 10px}
}


/* Hero background video update */
.hero-media video,
.hero-bg-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  filter:saturate(1.08) contrast(1.06) brightness(.9);
  opacity:.82;
}
.hero-video-media .hero-fallback-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:.58;
  z-index:-1;
}
.hero-video-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(100deg,rgba(5,11,21,.90) 0%,rgba(5,11,21,.70) 42%,rgba(5,11,21,.25) 100%),radial-gradient(circle at 76% 38%,rgba(19,164,198,.22),transparent 36%);
  pointer-events:none;
}
.hero.hero-has-video::before{background:transparent}
@media (max-width:640px){
  .hero-media video,.hero-bg-video{object-position:center top;filter:saturate(1.04) contrast(1.02) brightness(.82)}
}


/* Dark-blue hero and grid reset: removes coloured accent scheme and makes hero text use the full video background. */
:root{
  --brand:#082a47;
  --brand-2:#0b3d66;
  --accent:#0f4f82;
  --cyan:#0b3d66;
  --blue:#082a47;
  --orange:#0b3d66;
  --green:#0b3d66;
  --pink:#0b3d66;
  --cyan-soft:#eef5fb;
  --orange-soft:#eef5fb;
  --green-soft:#eef5fb;
  --pink-soft:#eef5fb;
}
.hero,
.hero.hero-small{
  background:#06111f;
}
.hero:not(.hero-small) .hero-content,
.hero-small .hero-content,
.hero-content{
  grid-template-columns:1fr !important;
  max-width:min(1180px,92vw);
  text-align:left;
}
.hero-content > div:first-child{
  width:100%;
  max-width:1060px;
}
.hero h1{
  max-width:1120px;
  font-size:clamp(2.35rem,5.4vw,5.25rem);
}
.hero p.lead{
  max-width:920px;
}
.hero-card{
  display:none !important;
}
.hero-video-media::after{
  background:linear-gradient(100deg,rgba(4,11,21,.94) 0%,rgba(5,17,31,.82) 48%,rgba(8,42,71,.52) 100%);
}
.hero-media video,
.hero-bg-video{
  filter:saturate(1.02) contrast(1.04) brightness(.72);
  opacity:.95;
}
.proof{
  max-width:1120px;
}
.proof div{
  background:rgba(8,42,71,.72);
  border:1px solid rgba(180,212,238,.25);
  box-shadow:0 16px 38px rgba(2,8,15,.22);
}
.eyebrow{
  background:rgba(8,42,71,.76);
  border-color:rgba(204,226,244,.28);
}
.btn-primary,
.floating-cta .btn-primary,
.steps .step::before,
.steps .step:nth-child(2)::before,
.steps .step:nth-child(3)::before{
  background:linear-gradient(135deg,#082a47,#0b3d66) !important;
  box-shadow:0 12px 28px rgba(8,42,71,.28) !important;
}
.btn-primary:hover{
  box-shadow:0 18px 40px rgba(8,42,71,.36) !important;
}
.link{
  color:#082a47;
}
.dark .link,
.dark .grid > .card:nth-child(3n+2) .link,
.dark .grid > .card:nth-child(3n+3) .link{
  color:#ffffff;
  background:linear-gradient(135deg,#082a47,#0b3d66) !important;
  box-shadow:0 12px 28px rgba(8,42,71,.28) !important;
}
.route,
.media-card,
.dark .media-card{
  background:linear-gradient(135deg,#ffffff,#eef5fb) !important;
  border-color:#cddce8 !important;
}
.route::after{
  background:rgba(8,42,71,.12) !important;
}
.dark .grid > .card,
.dark .grid > .card:nth-child(3n+2),
.dark .grid > .card:nth-child(3n+3){
  border-color:rgba(143,178,207,.28) !important;
  box-shadow:0 24px 70px rgba(0,0,0,.25), 0 0 0 1px rgba(143,178,207,.08) inset !important;
}
.dark .grid > .card::before,
.dark .grid > .card:nth-child(3n+2)::before,
.dark .grid > .card:nth-child(3n+3)::before,
.card::before{
  background:linear-gradient(90deg,#082a47,#0b3d66) !important;
}
.tag,
.dark .tag,
.dark .grid > .card:nth-child(3n+2) .tag,
.dark .grid > .card:nth-child(3n+3) .tag,
.tag.gold{
  background:linear-gradient(135deg,#dcecf8,#f4f8fc) !important;
  color:#082a47 !important;
  border-color:#bfd3e5 !important;
  box-shadow:0 8px 18px rgba(8,42,71,.12) !important;
}
.spec-list span,
.spec-list span:nth-child(2),
.spec-list span:nth-child(3),
.spec-list span:nth-child(4),
.dark .spec-list span,
.dark .card .spec-list span,
.dark .spec-list span:nth-child(2),
.dark .card .spec-list span:nth-child(2),
.dark .spec-list span:nth-child(3),
.dark .card .spec-list span:nth-child(3),
.dark .spec-list span:nth-child(4),
.dark .card .spec-list span:nth-child(4){
  background:linear-gradient(135deg,#ffffff,#eef5fb) !important;
  border-color:#c8d8e5 !important;
  border-left-color:#0b3d66 !important;
  color:#06152a !important;
}
.spec-list b,
.dark .spec-list b{
  color:#082a47 !important;
}
.section-title.center h2::after,
.section-title h2::after{
  background:linear-gradient(90deg,#082a47,#0b3d66) !important;
}
.cta{
  background:linear-gradient(135deg,#06111f 0%,#082a47 52%,#0b3d66 100%) !important;
}
.table-wrap th,
th{
  background:#e9f1f8 !important;
  color:#082a47 !important;
}
.check-list li::before,
.dark .check-list li::before{
  background:#dcecf8 !important;
  color:#082a47 !important;
}
@media (max-width:980px){
  .hero-content > div:first-child{max-width:100%}
}

/* Clean replacement for the decision-section image: removes the old inset/watermarked product image. */
.image-stack-clean img:first-child{
  background:#fff;
  object-fit:contain;
  padding:0;
  border:1px solid rgba(10,49,83,.10);
}
.image-stack-clean img:last-child{
  position:static;
  right:auto;
  bottom:auto;
  width:100%;
  margin:0;
  padding:0;
}


/* User-supplied replacement imagery: keep photo clean, bright and fully visible. */
img[src$="blue-vffs-pouch-filler.jpg"]{
  object-fit:contain !important;
  background:#fff !important;
}
.image-stack-clean img[src$="blue-vffs-pouch-filler.jpg"]{
  padding:14px !important;
  height:430px !important;
  border-radius:24px !important;
}
.media-card img[src$="blue-vffs-pouch-filler.jpg"],
.mini-gallery img[src$="blue-vffs-pouch-filler.jpg"]{
  padding:10px !important;
}
.hero-media img[src$="blue-vffs-pouch-filler.jpg"]{
  object-fit:cover !important;
  opacity:.58 !important;
}

.contact-note{margin-top:24px;padding:22px;border-radius:24px;background:linear-gradient(135deg,#eaf6ff,#ffffff);border:1px solid #b9d8ee;color:#071120;line-height:1.65;box-shadow:0 16px 38px rgba(7,17,32,.08)}
.thank-you-section{min-height:62vh;display:flex;align-items:center;background:linear-gradient(135deg,#f7fbff,#eaf6ff)}
.thank-you-panel{max-width:820px;margin:0 auto;text-align:left}
