:root {
  --bg: #eef2f5;
  --surface: #ffffff;
  --soft-blue: #b9cdf2;
  --soft-blue-2: #a8c0ee;
  --deep-blue: #24479a;
  --deep-blue-2: #1f3f8c;
  --text: #33508e;
  --text-dark: #20386e;
  --muted: #5e729b;
  --border: #dbe3f1;
  --line: #d4dbe7;
  --white: #ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.45}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%;height:auto}
.container{width:1200px;max-width:calc(100% - 30px);margin:0 auto}
.header{background:#f5f8fb;border-bottom:1px solid #d7dfe9}
.header-row{display:flex;align-items:center;justify-content:space-between;padding:20px 0 16px}
.nav{display:flex;align-items:center;gap:22px;font-size:13px;color:#7381a3}
.nav a{position:relative}
.nav a:not(.btn)::after{content:"";position:absolute;right:-12px;top:50%;width:1px;height:14px;background:#c7cfdb;transform:translateY(-50%)}
.nav a:last-child::after,.nav .btn::after{display:none}
.btn{display:inline-block;background:#0b57b7;color:#fff;border-radius:7px;padding:10px 18px;font-weight:700;min-width:166px;text-align:center}
.btn.small{padding:9px 18px;min-width:128px;border-radius:4px;font-size:13px}
.btn.light{background:#d8e7fb;color:#5d7eb6}
.hero{background:#fff}
.hero-wrap{display:grid;grid-template-columns:47% 53%;align-items:stretch;min-height:424px}
.hero-copy{padding:34px 44px 24px 58px;display:flex;flex-direction:column;justify-content:center}
.hero-copy h1{margin:0 0 12px;font-size:28px;line-height:1.28;font-weight:400;color:#3d569c}
.hero-copy p{max-width:360px;font-size:16px;line-height:1.38;color:#506493;margin:0 0 22px}
.hero-copy .sub{font-size:15px;line-height:1.42;max-width:355px;margin-bottom:18px}
.lang{margin-top:20px;font-size:13px;color:#66779a}
.hero-image{position:relative;overflow:hidden}
.hero-image img{width:100%;height:100%;object-fit:cover}
.hero-image::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.52) 16%, rgba(255,255,255,0.0) 36%)}
.feature-strip{background:linear-gradient(180deg,#a7c1ee,#98b7ea);padding:10px 0 18px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.feature-box{background:rgba(151,183,235,.18);border:1px solid rgba(255,255,255,.45);border-radius:4px;padding:14px 14px 12px;min-height:102px;box-shadow:inset 0 0 0 1px rgba(78,119,189,.12);display:grid !important;grid-template-columns:58px minmax(0,1fr) !important;grid-template-areas:"icon copy" !important;column-gap:10px;align-items:center;overflow:hidden}.feature-box .feature-icon{grid-area:icon;width:58px;min-width:58px;max-width:58px;display:flex;align-items:center;justify-content:center;align-self:center;height:100%}.feature-box img{width:44px;height:44px;object-fit:contain;display:block;opacity:.98;filter:none}.feature-box .feature-copy{grid-area:copy;display:block;min-width:0;width:100%;max-width:none}.feature-box h3{margin:0 0 7px;font-size:17px;color:#fff;font-weight:400;line-height:1.15;white-space:normal;overflow-wrap:break-word;word-break:normal}.feature-box p{margin:0;color:#eef4ff;font-size:12px;line-height:1.33;white-space:normal;overflow-wrap:break-word;word-break:normal}.feature-box .feature-copy > *{max-width:100%}@media (max-width: 720px){.feature-box{grid-template-columns:58px minmax(0,1fr) !important;align-items:center}.feature-box .feature-icon{width:58px;min-width:58px;max-width:58px;align-items:center}.feature-box img{width:40px;height:40px}}
.section-white{background:#f5f8f8;padding:18px 0 10px}
.eyebrow{display:block;text-align:center;color:#697a93;font-size:14px;margin-bottom:2px}
.section-title{text-align:center;margin:0;color:#304d97;font-weight:400;font-size:27px;line-height:1.18}
.services-zone{background:#c7d8f4;padding:30px 0 42px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start;justify-items:center}
.service-card{width:100%;max-width:328px;background:#fff;border:1px solid #dbe4f0;padding:30px 24px 18px;position:relative;min-height:410px}
.service-card.offset{margin-top:18px}
.service-card h3{margin:0 0 12px;color:#2f4a93;font-size:20px;font-weight:400;line-height:1.22}
.service-card p{margin:0 0 12px;color:#57709d;font-size:13px;line-height:1.45}
.service-card .label{font-weight:700;color:#48628f;margin:16px 0 8px;font-size:14px}
.service-card ul{margin:0 0 18px;padding-left:18px;color:#5b7095;font-size:13px;line-height:1.45}
.service-card li{margin-bottom:6px}
.card-button{text-align:center;margin-top:auto}
.icon-badge{position:absolute;left:50%;top:-23px;transform:translateX(-50%);width:46px;height:46px;border-radius:50%;background:#f7f9fc;border:1px solid #d8e1ee;display:flex;align-items:center;justify-content:center;color:#94a4be;font-size:21px}
.service-lower{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:672px;margin:18px auto 0}
.reasons{background:#2f4c9f;padding:18px 0 28px;text-align:center}
.reasons .eyebrow{color:#9eb4ea}
.reasons-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:18px}
.reason h3{color:#fff;font-size:19px;font-weight:400;margin:12px 0 10px}
.reason p{color:#dfe7fb;font-size:13px;line-height:1.45;margin:0 auto;max-width:230px}
.reason .icon{font-size:31px;color:#8fd0ff}
.statement{background:#f8fbfb;padding:44px 0;text-align:center}
.statement h2{margin:0;color:#111;font-size:32px;line-height:1.2;font-weight:700}
.industries{background:#b6c8ee;padding:16px 0 22px;text-align:center}
.industries .eyebrow{color:#4867a6;font-size:12px;text-transform:uppercase;font-weight:700;margin-bottom:4px}
.industries p.intro{margin:0 0 14px;color:#edf3ff;font-size:21px;line-height:1.2}
.industry-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.industry-item{color:#f4f8ff;font-size:13px;line-height:1.28;padding:6px 8px}
.cta{background:#f5f8f8;padding:24px 0 26px}
.cta-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:6px}
.cta-row h2{margin:0;color:#3e5597;font-size:34px;font-weight:400;line-height:1.1;max-width:760px}
.cta-actions{display:flex;gap:16px;align-items:center}
.footer{background:#f5f8f8;padding:12px 0 18px}
.footer-top{border-top:1px solid #d6dce6;padding-top:28px;display:grid;grid-template-columns:2fr 1fr 1fr 1.1fr;gap:32px}
.footer h4{margin:0 0 10px;color:#355096;font-size:18px;font-weight:700}
.footer p,.footer li,.footer a{font-size:14px;line-height:1.5;color:#556a94}
.footer ul{list-style:none;padding:0;margin:0}
.footer li{margin-bottom:4px}
.footer .company-small{font-size:13px;max-width:350px}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:18px;padding-top:12px;font-size:12px;color:#66799f}
.page-banner{background:#f7fafc;padding:38px 0 22px;border-bottom:1px solid var(--line)}
.page-banner h1{margin:0 0 8px;color:#3a5298;font-weight:400;font-size:32px}
.page-banner p{margin:0;max-width:760px;color:#5d6f97;font-size:16px}
.page-section{background:#f5f8f8;padding:30px 0 38px}
.page-card{background:#fff;border:1px solid #dbe3f1;padding:24px 24px 20px;margin-bottom:16px}
.page-card h2,.page-card h3{margin:0 0 12px;color:#304d97;font-weight:400}
.page-card p,.page-card li{color:#596f99;font-size:14px;line-height:1.5}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}
@media (max-width: 1100px){
  .hero-wrap,.footer-top,.two-col{grid-template-columns:1fr}
  .feature-grid,.reasons-grid{grid-template-columns:repeat(2,1fr)}
  .service-grid{grid-template-columns:1fr 1fr}
  .industry-grid{grid-template-columns:repeat(3,1fr)}
  .service-lower{max-width:none}
  .cta-row{flex-direction:column;align-items:flex-start}
}
@media (max-width: 720px){
  .container{max-width:calc(100% - 20px)}
  .header-row{flex-direction:column;align-items:flex-start;gap:14px}
  .nav{flex-wrap:wrap;gap:12px}
  .nav a:not(.btn)::after{display:none}
  .hero-wrap,.feature-grid,.service-grid,.service-lower,.reasons-grid,.industry-grid{grid-template-columns:1fr}
  .hero-copy{padding:28px 16px 24px}
  .hero-copy h1{font-size:27px}
  .hero-copy p{font-size:16px}
  .statement h2{font-size:28px}
  .industries p.intro{font-size:20px}
  .cta-row h2{font-size:30px}
  .footer-bottom{flex-direction:column;align-items:flex-start}
}

.brand-lockup{display:flex;align-items:center;gap:14px;min-width:0}
.brand-lockup img{width:122px;height:auto;display:block}
.brand-text{min-width:0}
.brand-title{font-size:32px;line-height:1;font-weight:700;color:#1f58ae;margin:0 0 6px;letter-spacing:-.02em}
.brand-subtitle{font-size:16px;line-height:1.2;color:#5a6f98;margin:0}
.header-row{padding:12px 0 10px}
.nav{padding-top:4px}
.hero{border-top:1px solid #d7dfe9}
.hero-wrap{grid-template-columns:46% 54%;min-height:408px}
.hero-copy{padding:28px 40px 22px 64px}
.hero-copy h1{font-size:29px;line-height:1.22;color:#455d9f}
.hero-copy .sub{font-size:14px;line-height:1.36;max-width:338px;margin-bottom:16px}
.hero-copy .btn.small{margin-top:2px}
.lang{margin-top:18px;font-size:12px;line-height:1.5}
.feature-strip{padding:8px 0 16px}
.feature-grid{gap:12px}
.feature-box{padding:15px 16px 13px;min-height:92px}
.feature-box h3{font-size:17px;margin-bottom:6px}
.feature-box p{font-size:12px;line-height:1.33}
.section-white{padding:20px 0 12px}
.eyebrow{font-size:16px;letter-spacing:.14em;margin-bottom:8px}
.section-title{font-size:26px;transform:translateY(-2px)}
.services-zone{padding:40px 0 54px}
.service-grid{gap:14px}
.service-card{max-width:314px;min-height:398px;padding:28px 22px 16px}
.service-card.offset{margin-top:16px}
.service-card h3{font-size:19px}
.service-card p,.service-card ul{font-size:12.5px;line-height:1.42}
.service-card li{margin-bottom:5px}
.icon-badge{width:44px;height:44px;top:-22px;font-size:20px}
.reasons{padding:16px 0 24px}
.reasons-grid{gap:18px;margin-top:14px}
.reason h3{font-size:17px;margin:10px 0 8px}
.reason p{font-size:12px;line-height:1.42;max-width:200px}
.statement{padding:40px 0}
.statement h2{font-size:30px}
.industries{padding:14px 0 18px}
.industries p.intro{font-size:19px;margin-bottom:12px}
.industry-item{font-size:12px}
.cta{padding:22px 0 22px}
.cta-row h2{font-size:33px;max-width:780px}
.footer-top{padding-top:24px;grid-template-columns:2.1fr 1fr 1fr 1fr}
.footer h4{font-size:16px}
.footer p,.footer li,.footer a{font-size:13px;line-height:1.45}
.footer-bottom{margin-top:14px;padding-top:10px}
@media (max-width: 720px){.brand-lockup img{width:78px}.brand-title{font-size:24px}.brand-subtitle{font-size:13px}.hero-copy{padding:24px 16px 20px}.hero-wrap{grid-template-columns:1fr}.service-card{max-width:none}}

.header{background:#f3f7f7;border-bottom:1px solid #d6dde8}
.header-row{padding:10px 0 8px}
.brand-lockup{gap:10px}
.brand-logo-wrap{width:118px;height:92px;display:flex;align-items:center;justify-content:center;background:#f3f7f7;overflow:hidden}
.brand-lockup img{width:120px;mix-blend-mode:multiply;opacity:.97;filter:saturate(.94) brightness(1.01)}
.brand-title{font-size:31px;color:#1f58ae;margin:0 0 3px}
.brand-subtitle{font-size:15px;color:#62759a}
.nav{gap:20px;font-size:14px;padding-top:6px}
.nav a:not(.btn)::after{right:-10px;height:13px}
.btn{padding:11px 18px;min-width:182px;border-radius:7px}
.hero{border-top:none}
@media (max-width: 720px){.brand-logo-wrap{width:84px;height:66px}.brand-lockup img{width:86px}.brand-title{font-size:22px}.brand-subtitle{font-size:12px}.nav{font-size:13px}}

.lang-row{display:flex;align-items:flex-start;gap:5px;margin-top:18px;margin-left:-6px}.lang-row img{width:22px;height:22px;opacity:.82;flex:0 0 auto;margin-top:0}.lang{margin-top:0;font-size:12px;line-height:1.5;color:#66779a}
@media (max-width: 720px){.lang-row{margin-left:0}.lang-row img{width:19px;height:19px}}

.feature-box .feature-icon{position:relative}.feature-box:nth-child(1) .feature-icon,.feature-box:nth-child(3) .feature-icon,.feature-box:nth-child(4) .feature-icon{transform:translateY(-4px)}.feature-box:nth-child(2) .feature-icon{transform:none}
@media (max-width: 720px){.feature-box:nth-child(1) .feature-icon,.feature-box:nth-child(3) .feature-icon,.feature-box:nth-child(4) .feature-icon{transform:translateY(-3px)}}

/* service-card refinement override */
.service-card{width:100% !important;max-width:314px !important;min-height:392px !important;padding:28px 0 14px !important;display:flex !important;flex-direction:column !important;box-sizing:border-box !important}
.service-card.offset{margin-top:0 !important}
.service-card h3{color:#2d5ca8 !important;text-align:center !important;font-size:19px !important;padding:0 14px !important;margin:0 0 12px !important;line-height:1.22 !important}
.service-card:nth-child(1) h3,.service-card:nth-child(2) h3{margin-bottom:34px !important}
.service-lower .service-card h3{margin-bottom:12px !important}
.service-card p,.service-card .label,.service-card ul{padding-left:34px !important;padding-right:34px !important;box-sizing:border-box !important}
.service-card p{margin-bottom:10px !important}
.service-card .label{margin:12px 0 8px !important}
.service-card ul{margin-bottom:12px !important}
.service-card .btn{margin-top:auto !important;margin-bottom:14px !important;align-self:center !important}
.service-lower{grid-template-columns:repeat(2, 314px) !important;justify-content:center !important;column-gap:90px !important;margin-top:48px !important}

/* statement section height override */
.statement{padding:58px 0 59px !important}

/* industries section height override */
.industries{padding:30px 0 40px !important}
.industry-grid{display:grid !important;grid-template-columns:repeat(6,1fr) !important;gap:18px !important;align-items:start !important}
.industry-item{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;gap:10px !important;color:#f4f8ff !important;font-size:14px !important;line-height:1.3 !important;padding:6px 8px !important;text-align:center !important}
.industry-item span:last-child{display:block !important;max-width:170px !important}
.industry-icon{display:flex !important;align-items:center !important;justify-content:center !important;width:58px !important;height:58px !important;color:#2f4f9b !important;min-height:58px !important;transform:translateY(4px) !important}
.industry-icon svg{width:54px !important;height:54px !important;display:block !important}

/* footer and cta refinement override */
.cta-tilus-lockup{display:inline-flex !important;align-items:center !important;gap:0 !important;white-space:nowrap !important;vertical-align:middle !important}
.cta-tilus-lockup img{width:124px !important;height:auto !important;display:block !important;transform:translateY(0) !important;mix-blend-mode:multiply !important;flex:0 0 auto !important;margin-left:-10px !important;margin-right:-18px !important}
.cta-tilus-lockup span{display:inline-block !important;transform:none !important;line-height:1 !important;vertical-align:middle !important}
.brand-logo-transparent{mix-blend-mode:multiply !important}
.footer-top{padding-top:24px !important;grid-template-columns:minmax(500px,2.58fr) .94fr .82fr .96fr !important;column-gap:18px !important}
.footer-brand-col{--footer-text-start:76px !important}
.footer-brand-link{display:grid !important;grid-template-columns:84px 1fr !important;align-items:center !important;column-gap:0 !important;color:inherit !important;text-decoration:none !important;min-width:0 !important}
.footer-brand-link .brand-logo-wrap{width:84px !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;margin-right:0 !important;overflow:visible !important}
.footer-brand-link .brand-text{min-width:0 !important;padding-left:0 !important;transform:translateX(-8px) !important}
.footer-brand-link img{width:84px !important;height:auto !important;display:block !important}
.footer-brand-link .brand-title{font-size:24px !important;line-height:1 !important;font-weight:700 !important;color:#1f58ae !important;margin:0 0 3px !important;letter-spacing:0 !important;white-space:nowrap !important}
.footer-brand-link .brand-subtitle{font-size:12px !important;line-height:1.2 !important;color:#5f7094 !important;white-space:nowrap !important}
.footer-brand-col .company-small{margin-top:14px !important;max-width:420px !important;margin-left:var(--footer-text-start) !important;padding-left:0 !important}
.footer-social{display:flex !important;align-items:center !important;gap:12px !important;margin-top:18px !important;margin-left:var(--footer-text-start) !important;padding-left:0 !important}
.footer-social a{display:flex !important;align-items:center !important;justify-content:center !important;width:28px !important;height:28px !important;color:#2b57a4 !important}
.footer-social svg{width:20px !important;height:20px !important;display:block !important}
@media (max-width:1100px){
  .footer-top{grid-template-columns:1.52fr 1.08fr .98fr 1fr !important;column-gap:18px !important}
  .footer-brand-link{grid-template-columns:84px 1fr !important}
  .footer-brand-link .brand-text{transform:none !important}
  .footer-brand-link .brand-title,.footer-brand-link .brand-subtitle{white-space:normal !important}
  .footer-brand-col .company-small,.footer-social{margin-left:0 !important}
}

/* services column nudge */
.footer-top > div:nth-child(2){transform:translateX(-48px) !important}
.footer-top > div:nth-child(3){transform:none !important}
@media (max-width:1100px){
  .footer-top > div:nth-child(2),
  .footer-top > div:nth-child(3){transform:none !important}
}

/* contact column spacing */
.footer-top > div:nth-child(4) p{margin:0 0 4px !important;line-height:1.45 !important}
.footer-top > div:nth-child(4) p:last-child{margin-bottom:0 !important}

/* footer column vertical alignment */
.footer-top > div:nth-child(2),
.footer-top > div:nth-child(3),
.footer-top > div:nth-child(4){padding-top:18px !important}
@media (max-width:1100px){
  .footer-top > div:nth-child(2),
  .footer-top > div:nth-child(3),
  .footer-top > div:nth-child(4){padding-top:0 !important}
}

/* service card minimalist icons */
.icon-badge{display:flex !important;align-items:center !important;justify-content:center !important;color:#2c4f97 !important;background:#f7fbff !important;border:1.5px solid #d7e4f7 !important;box-shadow:none !important;width:52px !important;height:52px !important;border-radius:50% !important;padding:0 !important;font-size:0 !important}
.icon-badge svg{width:30px !important;height:30px !important;display:block !important}

/* value card icons */
.reason .value-icon{display:flex !important;align-items:center !important;justify-content:center !important;width:44px !important;height:44px !important;background:none !important;border:none !important;border-radius:0 !important;color:#8fd0ff !important;margin:0 auto 14px !important;font-size:0 !important}
.reason .value-icon svg{width:68px !important;height:68px !important;display:block !important;stroke:currentColor !important}

/* feature strip minimalist white icons */
.feature-icon{display:flex !important;align-items:center !important;justify-content:center !important;color:#ffffff !important;width:48px !important;height:48px !important;flex:0 0 48px !important}
.feature-icon svg{width:38px !important;height:38px !important;display:block !important;stroke:currentColor !important}
.feature-icon img{display:none !important}


/* homepage services cards mobile fix */
@media (max-width: 720px) {
  .service-grid {
    grid-template-columns: 1fr !important;
    justify-items: stretch !important;
  }
  .service-card {
    width: 100% !important;
    max-width: none !important;
  }
  .service-lower {
    grid-template-columns: 1fr !important;
    max-width: none !important;
  }
}

/* homepage industries mobile fix */
@media (max-width: 720px) {
  .industry-grid {
    grid-template-columns: 1fr !important;
  }
  .industry-item {
    width: 100% !important;
  }
}

/* footer mobile fix */
@media (max-width: 720px) {
  .footer-top {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .footer-top > div {
    transform: none !important;
    padding-top: 0 !important;
  }
  .footer-brand-link,
  .footer-brand-col .company-small,
  .footer-social {
    margin-left: 0 !important;
  }
}
