:root{
  --blue:#0864a8; --blue2:#0b79c5; --ink:#0a1824; --muted:#5c6c78; --line:#dce5eb;
  --soft:#f5f8fa; --white:#fff; --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;color:var(--ink);font-family:Inter,Arial,sans-serif;background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit} .container{width:min(calc(100% - 48px),var(--max));margin:auto}
.site-header{height:82px;display:flex;align-items:center;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(220,229,235,.65)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between}.brand img{width:218px;height:60px;object-fit:contain;display:block}
.nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:600;color:#344450}.nav a{transition:.2s}.nav a:hover{color:var(--blue)}.nav-cta{padding:11px 17px;border:1px solid #b8cad6;border-radius:7px;color:var(--ink)!important}.nav-cta span,.btn span,a span{margin-left:7px}.menu-toggle{display:none;background:none;border:0}
.hero{min-height:690px;position:relative;overflow:hidden;background:linear-gradient(135deg,#f7fafc 0%,#fff 62%)}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(8,100,168,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(8,100,168,.045) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to right,#000,transparent 78%)}
.hero-inner{position:relative;padding-top:112px;padding-bottom:75px;z-index:2}.eyebrow,.section-kicker{font-size:11px;letter-spacing:.15em;text-transform:uppercase;font-weight:800;color:var(--blue)}.eyebrow{display:flex;gap:9px;align-items:center}.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--blue)}
h1,h2,h3{font-family:Manrope,Inter,sans-serif;letter-spacing:-.045em;line-height:1.06;margin:0}.hero h1{font-size:clamp(58px,7.2vw,94px);max-width:900px;margin:25px 0 28px;font-weight:800}.hero h1 em{font-style:normal;color:var(--blue)}.hero-copy{max-width:640px;color:#51616d;font-size:18px;line-height:1.7}.hero-actions{display:flex;gap:13px;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 21px;border-radius:7px;font-size:14px;font-weight:700;transition:.2s}.btn-primary{background:var(--blue);color:white;box-shadow:0 10px 24px rgba(8,100,168,.16)}.btn-primary:hover{background:#075487;transform:translateY(-1px)}.btn-ghost{border:1px solid #c7d4dc;background:white}.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}
.hero-proof{display:flex;gap:55px;margin-top:70px;padding-top:22px;border-top:1px solid #dbe4ea;width:min(700px,100%)}.hero-proof div{display:flex;flex-direction:column}.hero-proof strong{font-size:13px}.hero-proof span{font-size:11px;color:#71808a;margin-top:3px}.hero-mark{position:absolute;right:9%;top:115px;font-family:Manrope;font-size:360px;font-weight:800;color:rgba(8,100,168,.055);line-height:1;z-index:1}.hero-orbit{position:absolute;border:1px solid rgba(8,100,168,.12);border-radius:50%}.orbit-one{width:580px;height:580px;right:-140px;top:60px}.orbit-two{width:850px;height:850px;right:-275px;top:-75px}
.section{padding:112px 0}.intro{background:white}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.intro h2{font-size:52px;margin-top:15px;max-width:570px}.intro h2 span,.section-head h2 span,.scale h2 span,.about h2 span,.global h2 span,.contact h2 span{color:var(--blue)}.intro-text{padding-top:30px;color:#586872;font-size:16px;max-width:560px}.intro-text p{margin:0 0 20px}
.solutions{background:var(--soft)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:52px}.section-head h2{font-size:49px;margin-top:15px}.section-head>p{max-width:370px;color:#65747e;font-size:14px;margin:0 0 4px}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.solution-card{background:white;border:1px solid var(--line);border-radius:10px;padding:30px;min-height:285px;position:relative;transition:.25s}.solution-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(17,54,76,.08);border-color:#c5d6e0}.solution-card.featured{background:var(--ink);color:white;border-color:var(--ink)}.card-number{position:absolute;top:22px;right:24px;font-size:11px;color:#91a2ae}.featured .card-number{color:#6f8490}.icon{font-size:28px;color:var(--blue);margin-bottom:34px}.featured .icon{color:#73b5df}.solution-card h3{font-size:22px;margin-bottom:13px;max-width:290px}.solution-card p{font-size:13px;color:#687984;margin:0;max-width:300px}.featured p{color:#a8b6bf}.solution-card a{position:absolute;bottom:27px;font-size:12px;font-weight:700;color:var(--blue)}.featured a{color:#8bc4e6}
.scale{background:#fff}.scale-inner{display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:center}.scale h2{font-size:53px;margin:15px 0 25px}.scale-copy p{color:#62727c;max-width:500px}.scale-steps{border-top:1px solid var(--line)}.scale-step{display:flex;gap:25px;padding:25px 0;border-bottom:1px solid var(--line)}.scale-step b{font-size:11px;color:var(--blue);padding-top:4px}.scale-step div{display:flex;flex-direction:column}.scale-step strong{font-size:17px}.scale-step span{font-size:13px;color:#6c7b84;margin-top:4px}
.products{background:#0b1721;color:white}.products .section-kicker{color:#79b8dd}.products-head h2 span{color:#77b7dc}.products-head>p{color:#99a9b4}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.product-card{min-height:300px;border:1px solid #d8e2e8;background:#fff;color:var(--ink);border-radius:10px;padding:29px;position:relative;overflow:hidden}.product-card.product-dark{background:linear-gradient(135deg,#073c62,#0b6ba9);color:#fff;border-color:#0b6ba9}.product-card.product-vet{background:#f5f8fa}.product-top{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#72828c}.product-dark .product-top{color:#b7d5e7}.product-arrow{font-size:16px}.product-logo-text{font-family:Manrope;font-size:42px;font-weight:800;letter-spacing:-.07em;margin-top:43px}.product-logo-text span{font-weight:600;color:#8ac8ea}.product-wordmark{font-family:Manrope;font-size:38px;font-weight:500;letter-spacing:-.06em;margin-top:44px}.product-wordmark strong{font-weight:800;color:var(--blue)}.product-vet .product-wordmark{color:#1b596b}.product-vet .product-wordmark span{color:#4aa2bd}.product-card h3{font-size:21px;margin-top:22px}.product-card p{font-size:13px;color:#667680;max-width:500px}.product-dark p{color:#d0e0e9}.product-card>a{position:absolute;bottom:26px;font-size:12px;font-weight:700;color:var(--blue)}.product-dark>a{color:#fff}.product-footer{display:flex;justify-content:space-between;gap:30px;padding-top:27px;margin-top:22px;border-top:1px solid #2a3943;color:#8f9fa9;font-size:12px}.product-footer a{color:#fff;font-weight:700;white-space:nowrap}
.about{background:#f5f8fa}.about-grid{display:grid;grid-template-columns:280px 1fr;gap:80px}.about-number{font-family:Manrope;font-size:130px;line-height:.85;font-weight:800;color:var(--blue);letter-spacing:-.08em}.about-number span{font-size:48px;vertical-align:top}.about h2{font-size:52px;margin:15px 0 28px}.about-copy>p{max-width:760px;color:#5e6e78}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}.principles div{border-top:2px solid var(--blue);padding-top:15px}.principles b{display:block;font-size:14px}.principles span{display:block;font-size:12px;color:#6b7b84;margin-top:7px}
.global{background:#081722;color:white;position:relative;overflow:hidden;min-height:550px;display:flex;align-items:center}.global-lines{position:absolute;width:900px;height:900px;border:1px solid rgba(114,180,220,.1);border-radius:50%;right:-200px;top:-190px}.global-lines:before,.global-lines:after{content:"";position:absolute;border:1px solid rgba(114,180,220,.08);border-radius:50%;inset:80px}.global-lines:after{inset:190px}.global-inner{position:relative}.global h2{font-size:70px;margin:18px 0 25px}.global p{max-width:570px;color:#9cafba}.global-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:35px}.global-tags span{border:1px solid #30424e;padding:8px 14px;border-radius:30px;font-size:11px;color:#b3c1c8}
.contact{background:white}.contact-box{background:#f4f8fa;border:1px solid var(--line);border-radius:12px;padding:65px 70px;display:grid;grid-template-columns:1fr 1fr;gap:80px}.contact h2{font-size:58px;margin-top:15px}.contact-right{padding-top:28px}.contact-right p{color:#61717b;max-width:430px}.contact-meta{display:flex;gap:25px;margin-top:26px;font-size:11px;color:#6b7a83}
.footer{background:#fff;border-top:1px solid var(--line);padding:45px 0 25px}.footer-top{display:flex;justify-content:space-between;gap:40px}.footer img{width:174px;height:auto}.footer p{font-size:12px;color:#6b7b84;margin:10px 0}.footer-links{display:flex;gap:27px;font-size:12px;font-weight:600}.footer-bottom{display:flex;justify-content:space-between;margin-top:45px;padding-top:18px;border-top:1px solid var(--line);font-size:10px;color:#81909a}

@media(max-width:900px){
  .nav{gap:18px}.hero-mark{right:-5%;font-size:290px}.intro-grid,.scale-inner,.about-grid,.contact-box{grid-template-columns:1fr;gap:35px}.solution-grid{grid-template-columns:repeat(2,1fr)}.section-head{align-items:flex-start;flex-direction:column;gap:20px}.product-grid{grid-template-columns:1fr}.about-number{font-size:90px}.principles{grid-template-columns:1fr 1fr}.global h2{font-size:58px}
}
@media(max-width:700px){
  .container{width:min(calc(100% - 32px),var(--max))}.site-header{height:70px}.brand img{width:175px;height:auto}.menu-toggle{display:flex;flex-direction:column;gap:4px}.menu-toggle span{width:22px;height:2px;background:var(--ink)}.nav{position:absolute;top:69px;left:16px;right:16px;background:white;border:1px solid var(--line);border-radius:8px;padding:14px;display:none;flex-direction:column;align-items:stretch;gap:4px;box-shadow:0 18px 35px rgba(0,0,0,.08)}.nav.open{display:flex}.nav a{padding:11px}.nav-cta{text-align:center;margin-top:5px}.hero{min-height:650px}.hero-inner{padding-top:80px}.hero h1{font-size:56px}.hero-copy{font-size:16px}.hero-proof{gap:25px;flex-direction:column;margin-top:48px}.hero-mark{font-size:210px;top:110px;right:-10%;}.section{padding:78px 0}.intro-grid{gap:10px}.intro h2,.section-head h2,.scale h2,.about h2{font-size:40px}.solution-grid{grid-template-columns:1fr}.solution-card{min-height:260px}.about-grid{gap:30px}.principles{grid-template-columns:1fr}.global h2{font-size:48px}.contact-box{padding:38px 28px}.contact h2{font-size:45px}.footer-top,.footer-bottom{flex-direction:column;gap:20px}.footer-links{flex-wrap:wrap}.product-footer{flex-direction:column;gap:12px}
}

/* ===== V3 product logos ===== */
.product-logo{height:72px;display:flex;align-items:center;margin-top:32px;margin-bottom:14px}
.product-logo img{display:block;max-width:270px;max-height:72px;width:auto;height:auto;object-fit:contain}
.product-logo-dartrelay img{max-width:330px;max-height:70px}
.product-logo-vet img{max-width:300px;max-height:78px}
.product-vet .product-logo{height:78px}

/* ===== V3 worldwide presence ===== */
.global-grid{display:grid;grid-template-columns:390px 1fr;gap:70px;align-items:center}
.global h2{font-size:57px;margin:18px 0 25px}
.years-block{display:flex;align-items:center;gap:16px;margin-top:34px}
.years-number{font-family:Manrope;font-size:68px;line-height:.8;font-weight:800;letter-spacing:-.07em;color:#fff}
.years-number span{color:#72b8df}
.years-label{font-size:11px;line-height:1.18;color:#aebec7;font-weight:700}
.world-list{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-left:1px solid #30424e;padding-left:36px}
.world-list>div{display:flex;flex-direction:column}
.world-list span{font-size:12px;color:#b8c5cc;padding:9px 12px;border-bottom:1px solid rgba(48,66,78,.55);white-space:nowrap}
.world-list span:before{content:"";display:inline-block;width:5px;height:5px;border:1px solid #66b0da;border-radius:50%;margin:0 10px 2px 0}
@media(max-width:900px){
  .global-grid{grid-template-columns:1fr;gap:40px}
  .world-list{border-left:0;padding-left:0}
}
@media(max-width:700px){
  .world-list{grid-template-columns:repeat(2,1fr)}
  .years-number{font-size:60px}
}

/* Supplied 20+ Years of Excellence artwork */
.about-years-image{display:flex;align-items:flex-start;padding-top:4px}
.about-years-image img{display:block;width:min(255px,100%);height:auto}
@media(max-width:700px){.about-years-image img{width:220px}}


/* ===== Alternating solution cards — V6 ===== */
.solution-grid .solution-card:nth-child(odd) {
  background: #071824;
  border-color: #071824;
  color: #ffffff;
}

.solution-grid .solution-card:nth-child(odd) .card-number {
  color: #7da0b4;
}

.solution-grid .solution-card:nth-child(odd) .icon {
  color: #69b7e5;
}

.solution-grid .solution-card:nth-child(odd) h3 {
  color: #ffffff;
}

.solution-grid .solution-card:nth-child(odd) p {
  color: #a9c0d0;
}

.solution-grid .solution-card:nth-child(odd) a {
  color: #69b7e5;
}

.solution-grid .solution-card:nth-child(even) {
  background: #ffffff;
  border-color: #ccd9e1;
  color: #071824;
}

.solution-grid .solution-card:nth-child(even) .card-number {
  color: #7b8d99;
}

.solution-grid .solution-card:nth-child(even) .icon {
  color: #006db6;
}

.solution-grid .solution-card:nth-child(even) h3 {
  color: #071824;
}

.solution-grid .solution-card:nth-child(even) p {
  color: #5d7180;
}

.solution-grid .solution-card:nth-child(even) a {
  color: #006db6;
}

.solution-grid .solution-card {
  transition: transform .2s ease, box-shadow .2s ease;
}

.solution-grid .solution-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(7, 24, 36, .10);
}

/* Override the prototype's single featured card so the alternating pattern controls it too. */
.solution-grid .solution-card.featured {
  background: #071824;
  border-color: #071824;
}

.solution-grid .solution-card.featured .card-number {
  color: #7da0b4;
}

.solution-grid .solution-card.featured .icon {
  color: #69b7e5;
}

.solution-grid .solution-card.featured h3 {
  color: #ffffff;
}

.solution-grid .solution-card.featured p {
  color: #a9c0d0;
}

.solution-grid .solution-card.featured a {
  color: #69b7e5;
}

/* ===== V7 About section ===== */
.about {
  background: #f4f7f9;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.about-years-card {
  min-height: 390px;
  border-radius: 16px;
  background: #071824;
  padding: 52px 44px 44px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 16px 36px rgba(7, 24, 36, .10);
}

.about-years-number {
  font-family: Manrope, sans-serif;
  font-size: clamp(82px, 8vw, 124px);
  line-height: .82;
  letter-spacing: -.075em;
  font-weight: 800;
  white-space: nowrap;
}

.about-years-number span {
  color: #69b7e5;
  margin-left: 4px;
}

.about-years-words {
  display: flex;
  flex-direction: column;
  margin-top: 38px;
  font-family: Manrope, sans-serif;
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: .92;
  letter-spacing: -.045em;
  font-weight: 800;
}

.about-years-words span:nth-child(2) {
  color: #69b7e5;
  margin-top: 7px;
  margin-bottom: 7px;
}

.about-main {
  min-width: 0;
}

.about-main h2 {
  max-width: 850px;
  font-size: clamp(48px, 5.3vw, 76px);
  line-height: .98;
  letter-spacing: -.065em;
  margin: 18px 0 28px;
}

.about-main h2 span {
  color: #0b6db5;
}

.about-main > p {
  max-width: 900px;
  color: #50687a;
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 18px;
}

.about-main > .about-lead {
  font-size: 18px;
  margin-bottom: 20px;
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 46px;
}

.about-principle {
  min-width: 0;
}

.principle-rule {
  height: 2px;
  width: 100%;
  background: #0b72bd;
  margin-bottom: 22px;
}

.principle-content {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.principle-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #edf5fa;
  color: #0b72bd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}

.principle-content h3 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1.15;
  margin: 5px 0 12px;
  color: #071824;
}

.principle-content p {
  color: #5a7180;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 1050px) {
  .about-layout {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 44px;
  }
  .about-years-card {
    min-height: 350px;
    padding: 44px 34px;
  }
  .about-years-number {
    font-size: 86px;
  }
  .about-years-words {
    font-size: 34px;
  }
  .about-main h2 {
    font-size: 54px;
  }
}

@media (max-width: 800px) {
  .about-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .about-years-card {
    min-height: 0;
    width: min(330px, 100%);
    padding: 40px 34px;
  }
  .about-main h2 {
    font-size: 48px;
  }
}

@media (max-width: 650px) {
  .about-principles {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .about-main h2 {
    font-size: 42px;
  }
}

/* ===== V8 Worldwide: continents only ===== */
.world-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(140px,1fr));
  gap:0 28px;
  border-left:1px solid #30424e;
  padding-left:36px;
}
.world-list>div{
  display:flex;
  flex-direction:column;
}
.world-list span{
  font-size:14px;
  color:#b8c5cc;
  padding:16px 10px;
  border-bottom:1px solid rgba(48,66,78,.55);
  white-space:nowrap;
}
.world-list span:before{
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  border:1px solid #66b0da;
  border-radius:50%;
  margin:0 11px 2px 0;
}
@media(max-width:900px){
  .world-list{
    grid-template-columns:repeat(2,minmax(140px,1fr));
    border-left:0;
    padding-left:0;
  }
}
@media(max-width:600px){
  .world-list{
    grid-template-columns:1fr;
  }
}

/* ===== Contact enquiry modal ===== */
.contact-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:24px}
.contact-modal.open{display:flex}
.contact-modal-backdrop{position:absolute;inset:0;background:rgba(4,17,27,.72);backdrop-filter:blur(5px)}
.contact-modal-dialog{position:relative;z-index:1;width:min(760px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#fff;border:1px solid #d6e1e7;border-radius:16px;box-shadow:0 30px 80px rgba(0,0,0,.28);padding:42px 46px}
.contact-modal-close{position:absolute;right:18px;top:14px;width:38px;height:38px;border:0;background:transparent;color:#526571;font-size:30px;line-height:1;cursor:pointer;border-radius:50%}
.contact-modal-close:hover{background:#eef4f7;color:#071824}
.contact-modal-heading h2{font-family:Manrope,sans-serif;font-size:42px;line-height:1.02;letter-spacing:-.055em;margin:12px 0 12px;color:#071824}
.contact-modal-heading h2 span{color:var(--blue)}
.contact-modal-heading p{color:#61717b;margin:0 0 28px}
.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.contact-form label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:700;color:#1a2b36}
.contact-form label>span{color:#0871b8}
.contact-form input,.contact-form textarea{font:inherit;font-size:14px;font-weight:400;color:#142631;background:#fff;border:1px solid #cbd8df;border-radius:7px;padding:13px 14px;outline:none;transition:border-color .15s,box-shadow .15s}
.contact-form input{height:46px}
.contact-form textarea{resize:vertical;min-height:140px;line-height:1.5}
.contact-form input:focus,.contact-form textarea:focus{border-color:#0b72bd;box-shadow:0 0 0 3px rgba(11,114,189,.10)}
.contact-form-full{grid-column:1/-1}
.contact-form-actions{display:flex;justify-content:flex-end;margin-top:24px}
.contact-form-actions .btn{border:0;cursor:pointer}
body.contact-modal-open{overflow:hidden}
@media(max-width:650px){
  .contact-modal{padding:12px}
  .contact-modal-dialog{padding:34px 22px 26px;border-radius:12px;max-height:calc(100vh - 24px)}
  .contact-modal-heading h2{font-size:36px}
  .contact-form-grid{grid-template-columns:1fr;gap:17px}
  .contact-form-full{grid-column:auto}
}

/* V10: required asterisk inline with field labels */
.contact-form label,
.contact-form .field-label {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.contact-form label .required,
.contact-form .field-label .required,
.contact-form label .asterisk,
.contact-form .field-label .asterisk {
  display: inline;
  margin: 0;
  line-height: 1;
  position: static;
  vertical-align: baseline;
}

.contact-form .required {
  display: inline;
  margin-left: 4px;
}

/* ===== V11 final contact-form label layout ===== */
.contact-form label {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 8px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.contact-form .label-title {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 3px !important;
  width: fit-content !important;
  color: #1a2b36 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.contact-form .required-mark {
  display: inline !important;
  color: #0871b8 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  line-height: 1 !important;
}

.contact-form input,
.contact-form textarea {
  width: 100% !important;
  box-sizing: border-box !important;
}

.contact-form textarea {
  min-height: 170px !important;
}

@media(max-width:650px) {
  .contact-form label {
    width: 100% !important;
  }
}

/* V13: product cards are intentionally neutral; highlight only the product artwork. */
.product-grid .product-card.product-dark {
  background: #ffffff;
  color: #071824;
  border-color: #ccd9e1;
}
.product-grid .product-card.product-dark h3 { color: #071824; }
.product-grid .product-card.product-dark p { color: #5d7180; }
.product-grid .product-card.product-dark .product-label,
.product-grid .product-card.product-dark .product-arrow { color: #587080; }
.product-grid .product-card.product-dark a { color: #006db6; }
.product-footer {
  justify-content: center;
  text-align: center;
}
.product-footer strong { color: #006db6; font-weight: 800; }

/* ===== V15 Solutions palette =====
   Replace the dark navy solution cards with Dart's brand blue.
   The alternating white/blue rhythm is retained. */
.solution-grid .solution-card:nth-child(odd) {
  background: #0b67a3;
  border-color: #0b67a3;
  color: #ffffff;
}

.solution-grid .solution-card:nth-child(odd) .card-number {
  color: rgba(255,255,255,.72);
}

.solution-grid .solution-card:nth-child(odd) .icon {
  color: #ffffff;
}

.solution-grid .solution-card:nth-child(odd) h3 {
  color: #ffffff;
}

.solution-grid .solution-card:nth-child(odd) p {
  color: rgba(255,255,255,.84);
}

.solution-grid .solution-card:nth-child(odd) a {
  color: #ffffff;
}

.solution-grid .solution-card:nth-child(odd):hover {
  background: #075b92;
  border-color: #075b92;
}

/* Keep the featured card consistent with the new brand-blue treatment. */
.solution-grid .solution-card.featured {
  background: #0b67a3;
  border-color: #0b67a3;
}

.solution-grid .solution-card.featured .card-number,
.solution-grid .solution-card.featured .icon,
.solution-grid .solution-card.featured h3,
.solution-grid .solution-card.featured a {
  color: #ffffff;
}

.solution-grid .solution-card.featured p {
  color: rgba(255,255,255,.84);
}

/* ===== V16 Clients slider ===== */
.clients{
  background:#ffffff;
  border-top:1px solid #e3e9ed;
  border-bottom:1px solid #e3e9ed;
  overflow:hidden;
}
.clients-heading{
  text-align:center;
  max-width:720px;
  margin:0 auto 34px;
}
.clients-heading .section-kicker{
  display:block;
  margin-bottom:10px;
}
.clients-heading h2{
  margin:0;
  font-size:clamp(32px,4vw,48px);
  line-height:1.05;
  letter-spacing:-.035em;
}
.clients-divider{
  position:relative;
  width:160px;
  height:12px;
  margin:16px auto 0;
}
.clients-divider:before,
.clients-divider:after{
  content:"";
  position:absolute;
  top:5px;
  width:68px;
  height:1px;
  background:#d7e0e6;
}
.clients-divider:before{left:0}
.clients-divider:after{right:0}
.clients-divider span{
  position:absolute;
  left:50%;
  top:1px;
  width:12px;
  height:12px;
  transform:translateX(-50%);
  background:#0b67a3;
  border-radius:2px;
}
.clients-slider{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
}
.clients-viewport{
  overflow:hidden;
  flex:1;
  padding:4px 0 10px;
}
.clients-track{
  display:flex;
  gap:18px;
  will-change:transform;
  transition:transform .65s cubic-bezier(.2,.7,.2,1);
}
.client-slide{
  flex:0 0 calc((100% - 72px)/5);
  min-width:0;
  height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f7f9fb;
  border:1px solid #e2e9ee;
  border-radius:6px;
  padding:14px 20px;
  box-sizing:border-box;
}
.client-slide img{
  display:block;
  max-width:100%;
  max-height:62px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.clients-nav{
  flex:0 0 38px;
  width:38px;
  height:38px;
  border:1px solid #d4e0e7;
  background:#fff;
  color:#0b67a3;
  border-radius:50%;
  font-size:25px;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:all .2s ease;
}
.clients-nav:hover{
  background:#0b67a3;
  border-color:#0b67a3;
  color:#fff;
}
@media(max-width:1050px){
  .client-slide{flex-basis:calc((100% - 54px)/4)}
}
@media(max-width:800px){
  .client-slide{flex-basis:calc((100% - 36px)/3)}
}
@media(max-width:560px){
  .clients-slider{gap:5px}
  .clients-nav{flex-basis:32px;width:32px;height:32px;font-size:21px}
  .client-slide{flex-basis:calc((100% - 18px)/2);height:82px;padding:10px 14px}
}

/* ===== V17 social links ===== */
.footer-social{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:auto;
}
.footer-social a{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
  color:inherit;
  text-decoration:none;
  transition:all .2s ease;
}
.footer-social a:hover{
  border-color:#0b67a3;
  color:#0b67a3;
  transform:translateY(-1px);
}
.footer-social svg{
  width:16px;
  height:16px;
  fill:currentColor;
}
@media(max-width:700px){
  .footer-social{
    margin-left:0;
    margin-top:14px;
  }
}

/* AJAX contact form status */
.contact-form-status{min-height:22px;margin-top:18px;font-size:14px;line-height:1.5;font-weight:600}
.contact-form-status.is-sending{color:#61717b}
.contact-form-status.is-success{color:#157347}
.contact-form-status.is-error{color:#b42318}
.contact-form-actions .btn:disabled{opacity:.65;cursor:wait}
