
:root{
  --navy:#061738;
  --navy2:#0b2458;
  --red:#e30613;
  --green:#00a56a;
  --text:#091936;
  --muted:#68738a;
  --line:#dce3ef;
  --soft:#f6f8fc;
  --white:#fff;
  --shadow:0 16px 40px rgba(6,23,56,.14);
  --radius:18px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.6}

a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}











.hero{
  min-height:650px;
  padding:74px 6%;
  display:flex;
  align-items:center;
  color:#fff;
  background:
    linear-gradient(rgba(6,23,56,0.82), rgba(6,23,56,0.82)),
    url("../Images/bulb.jpg");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.hero-content{max-width:760px}
.eyebrow{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}
.hero h1{font-size:68px;line-height:1.02;max-width:760px;letter-spacing:-2px}
.hero p{font-size:19px;max-width:670px;margin:22px 0;color:#eef4ff}
.actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:20px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:14px 26px;font-weight:900;border:1.5px solid transparent}
.primary{background:var(--red);color:#fff}
.primary:hover{background:#b8040d}
.outline{color:#fff;border-color:rgba(255,255,255,.7)}
.outline:hover{background:#fff;color:var(--navy)}
.hero-visual{min-height:360px;position:relative}
.floating{position:absolute;background:#fff;color:var(--text);border-radius:14px;box-shadow:var(--shadow);padding:18px 22px;min-width:240px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.floating span{background:#eaf8f2;color:var(--green);width:42px;height:42px;display:grid;place-items:center;border-radius:50%;font-weight:900}
.f1{top:20px;left:20px}.f2{top:130px;left:60px}.f3{top:70px;right:10px}.f4{bottom:25px;right:45px}
.feature-strip{width:90%;margin:-55px auto 40px;background:#fff;border-radius:16px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;position:relative;z-index:2}
.feature-strip article{padding:28px;border-right:1px solid var(--line)}
.feature-strip article:last-child{border-right:0}
.feature-strip span,.card-grid span{font-size:32px;display:inline-grid;place-items:center;width:58px;height:58px;background:#fff0f1;border-radius:14px;margin-bottom:12px}
.section{padding:74px 6%}
.light{background:var(--soft)}
.section-head{margin-bottom:34px}
.section-head p{color:var(--red);font-weight:900;text-transform:uppercase}
.section-head h2,.split h2,.cta h2,.contact-grid h2{font-size:40px;line-height:1.15;letter-spacing:-1px;max-width:820px}
.card-grid{display:grid;gap:22px}
.card-grid.five{grid-template-columns:repeat(5,1fr)}
.card-grid.four{grid-template-columns:repeat(4,1fr)}
.card-grid.three{grid-template-columns:repeat(3,1fr)}
.card-grid article,.values article,.solution-list article,.info-panel,.form{border:1px solid var(--line);border-radius:18px;background:#fff;padding:26px;box-shadow:0 10px 28px rgba(6,23,56,.06)}
.card-grid article:hover,.solution-list article:hover{transform:translateY(-5px);box-shadow:var(--shadow);transition:.25s}
.card-grid h3,.solution-list h3{margin-bottom:8px}
.card-grid p,.solution-list p,.split p{color:var(--muted)}
.card-grid a{display:inline-block;color:var(--red);font-weight:900;margin-top:18px}
.stats{width:90%;margin:20px auto 50px;background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff;border-radius:16px;display:grid;grid-template-columns:repeat(5,1fr);box-shadow:var(--shadow);overflow:hidden}
.stats div{text-align:center;padding:30px;border-right:1px solid rgba(255,255,255,.18)}
.stats div:last-child{border-right:0}
.stats strong{display:block;font-size:34px}
.stats span{font-size:13px;color:#dbe7ff}
.split{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center}
.info-panel{background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff}
.process{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:20px;list-style:none;counter-reset:item}
.process li{background:rgba(255,255,255,.1);padding:18px;border-radius:12px;text-align:center;font-weight:900}
.values{display:grid;gap:18px}
.solution-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.solution-list div{font-size:34px;margin-bottom:12px}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:35px}
.contact-list{list-style:none;display:grid;gap:12px;margin-top:24px;font-weight:800}
.form{display:grid;gap:14px}
.form input,.form select,.form textarea{border:1px solid var(--line);border-radius:10px;padding:14px}
.form textarea{min-height:130px}
.form button{background:var(--red);color:#fff;border:0;border-radius:10px;padding:15px;font-weight:900;cursor:pointer}
.cta{width:90%;margin:30px auto 70px;padding:36px;background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:var(--shadow)}
.cta p{color:#dbe7ff}
footer{background:var(--navy);color:#fff;padding:50px 6%;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px}
footer h2{font-size:48px;line-height:.9}
footer a{display:block;color:#dce7ff;margin:7px 0}
footer p{color:#dce7ff}
.toast{position:fixed;right:22px;bottom:22px;background:var(--navy);color:#fff;padding:16px 22px;border-radius:12px;box-shadow:var(--shadow);opacity:0;transform:translateY(15px);transition:.25s;z-index:100}
.toast.show{opacity:1;transform:translateY(0)}
@media (max-width:1050px){.card-grid.five{grid-template-columns:repeat(3,1fr)}.card-grid.four,.solution-list{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:56px}}
@media (max-width:820px){.hero,.feature-strip,.stats,.split,.solution-list,.card-grid.five,.card-grid.four,.card-grid.three,.contact-grid,.cta,footer{grid-template-columns:1fr}.hero{min-height:auto}.hero h1{font-size:42px}.hero-visual{display:none}.feature-strip{margin:0 auto 30px}.stats div,.feature-strip article{border-right:0;border-bottom:1px solid rgba(0,0,0,.08)}.cta{align-items:flex-start;flex-direction:column}}




/* Hero background dashboard animation */
.hero{
  position:relative;
  overflow:hidden;
  min-height:650px;
  padding:74px 6%;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:42px;
  color:#fff;
  background:
    linear-gradient(110deg, rgba(6,23,56,.92) 0%, rgba(6,23,56,.82) 42%, rgba(6,23,56,.55) 100%),
    url("../Images/bulb.jpg");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.hero-content{position:relative;z-index:2;max-width:760px}
.claims-dashboard{
  position:relative;
  z-index:2;
  width:min(100%,620px);
  justify-self:end;
  padding:28px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:22px;
  background:rgba(255,255,255,.16);
  box-shadow:0 24px 60px rgba(0,0,0,.28);
  backdrop-filter:blur(10px);
  overflow:hidden;
}
.dashboard-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:24px;
}
.dashboard-top span{
  display:block;
  text-transform:uppercase;
  font-size:14px;
  font-weight:900;
  letter-spacing:1px;
  color:#eef4ff;
}
.dashboard-top strong{
  display:block;
  font-size:26px;
  line-height:1.15;
  margin-top:4px;
  color:#fff;
}
.dashboard-top em{
  font-style:normal;
  background:#2fb36f;
  color:#fff;
  padding:9px 20px;
  border-radius:999px;
  font-weight:900;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.28);
}
.dashboard-window{
  width:100%;
  overflow:hidden;
  mask-image:linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
}
.dashboard-track{
  display:flex;
  width:max-content;
  gap:16px;
  animation:dashboardMove 18s linear infinite;
}
.dashboard-stat{
  flex:0 0 190px;
  min-height:110px;
  padding:20px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:16px;
  background:rgba(255,255,255,.14);
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
}
.dashboard-stat span{
  display:block;
  text-transform:uppercase;
  font-size:12px;
  line-height:1.35;
  font-weight:900;
  letter-spacing:.7px;
  color:#eef4ff;
}
.dashboard-stat strong{
  display:block;
  margin-top:8px;
  font-size:28px;
  line-height:1;
  color:#fff;
}
@keyframes dashboardMove{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media (max-width:1050px){
  .hero{grid-template-columns:1fr;gap:30px}
  .claims-dashboard{justify-self:start;width:100%}
}
@media (max-width:820px){
  .hero{min-height:auto;padding:58px 6%;display:grid;grid-template-columns:1fr}
  .claims-dashboard{padding:20px;border-radius:18px}
  .dashboard-top strong{font-size:22px}
  .dashboard-stat{flex-basis:170px}
}


/* Inner page hero banners: About, Solutions, Features, Industries, Resources, Contact */
.inner-hero{
  min-height:320px;
  padding:60px 6%;
  display:flex;
  align-items:center;
  grid-template-columns:none;
  background:
    linear-gradient(110deg, rgba(6,23,56,.92) 0%, rgba(6,23,56,.82) 50%, rgba(6,23,56,.58) 100%),
    url("../Images/screenshot.jpeg") center/cover no-repeat;
}

.inner-hero .hero-content{
  max-width:760px;
}

.inner-hero .hero-visual{
  display:none;
}

/* Half-height image banner for inner pages only */
.inner-banner{
  min-height:330px;
  padding:46px 6%;
  display:flex;
  align-items:center;
  color:#fff;
  background:
    linear-gradient(90deg, rgba(6,23,56,.92) 0%, rgba(6,23,56,.72) 48%, rgba(6,23,56,.45) 100%),
    url("../Images/screenshot.jpeg");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.inner-banner-content{
  max-width:780px;
}

.inner-banner-content .eyebrow{
  color:#fff;
  margin-bottom:10px;
}

.inner-banner-content h1{
  font-size:52px;
  line-height:1.08;
  font-weight:900;
  letter-spacing:-1px;
  color:#fff;
  max-width:760px;
}

.inner-banner-content h1::after{
  content:"";
  display:block;
  width:72px;
  height:4px;
  background:var(--red);
  margin-top:12px;
}

.inner-banner-content p:not(.eyebrow){
  color:#eef4ff;
  font-size:18px;
  max-width:720px;
  margin:18px 0 0;
}

.inner-banner .actions{
  margin-top:22px;
}

@media (max-width:820px){
  .inner-banner{
    min-height:250px;
    padding:34px 6%;
  }

  .inner-banner-content h1{
    font-size:34px;
  }

  .inner-banner-content p:not(.eyebrow){
    font-size:16px;
  }
}


/* Contact page office details and map */
.contact-details-section{
  align-items:stretch;
}

.contact-info-panel{
  display:grid;
  gap:22px;
}

.office-card,
.support-card,
.map-panel{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  padding:26px;
  box-shadow:0 10px 28px rgba(6,23,56,.06);
}

.office-card h3,
.support-card h3{
  margin-bottom:12px;
  color:var(--navy);
}

.office-card p{
  color:var(--muted);
  margin:8px 0;
}

.support-card .eyebrow{
  margin-bottom:4px;
}

.support-item{
  padding:16px 0;
  border-bottom:1px solid var(--line);
}

.support-item:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.support-item strong{
  display:block;
  color:var(--navy);
  margin-bottom:4px;
}

.support-item span{
  color:var(--muted);
}

.map-panel{
  padding:0;
  overflow:hidden;
  min-height:560px;
}

.map-panel iframe{
  width:100%;
  height:100%;
  min-height:560px;
  border:0;
  display:block;
}

.contact-form-section{
  padding-top:20px;
}

@media (max-width:820px){
  .map-panel,
  .map-panel iframe{
    min-height:360px;
  }
}

/* Contact page structure: form left, office/map and support standards right */
.contact-page-section{
  padding-top:70px;
}

.contact-layout{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:36px;
  align-items:start;
}

.contact-form-column .form{
  margin-top:24px;
}

.contact-side-column{
  display:grid;
  gap:26px;
}

.office-map-card{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(6,23,56,.06);
  overflow:hidden;
}

.office-map-header{
  padding:26px 26px 18px;
}

.office-map-header h2{
  font-size:32px;
  line-height:1.15;
  color:var(--navy);
  margin-bottom:8px;
}

.office-map-header p:not(.eyebrow){
  color:var(--muted);
  font-weight:700;
}

.office-map-frame{
  height:260px;
  background:#eaf0f8;
}

.office-map-frame iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}

.office-details-list{
  padding:22px 26px 26px;
  display:grid;
  gap:12px;
}

.office-details-list p{
  color:var(--muted);
  font-weight:700;
}

.support-standards-card{
  background:linear-gradient(135deg,var(--navy),var(--navy2));
  color:#fff;
  border:0;
}

.support-standards-card .eyebrow{
  display:inline-block;
  background:#eef3ff;
  color:var(--navy);
  padding:5px 12px;
  border-radius:6px;
  font-size:12px;
  margin-bottom:10px;
}

.support-standards-card h3,
.support-standards-card .support-item strong{
  color:#fff;
}

.support-standards-card .support-item{
  border-bottom:1px solid rgba(255,255,255,.12);
}

.support-standards-card .support-item span{
  color:#cbd6ee;
}

@media (max-width:920px){
  .contact-layout{
    grid-template-columns:1fr;
  }
}

/* Premium footer */
.site-footer{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#061738 0%,#071e48 52%,#020713 100%);
  color:#fff;
  padding:72px 6% 0;
  display:block;
  margin-top:70px;
}
.site-footer:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 20%,rgba(227,6,19,.22),transparent 28%),
    radial-gradient(circle at 88% 18%,rgba(255,255,255,.10),transparent 22%),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:auto,auto,56px 56px,56px 56px;
  pointer-events:none;
}
.footer-top,
.footer-strip,
.footer-bottom{
  position:relative;
  z-index:1;
}
.footer-top{
  display:grid;
  grid-template-columns:minmax(300px,.9fr) 1.6fr;
  gap:70px;
  align-items:start;
  max-width:1280px;
  margin:0 auto;
}
.footer-brand{
  max-width:460px;
}
.footer-logo-link{
  display:inline-flex;
  background:#fff;
  border-radius:18px;
  padding:16px 22px;
  box-shadow:0 18px 42px rgba(0,0,0,.25);
  margin-bottom:24px;
}
.footer-logo{
  height:58px;
  width:auto;
  display:block;
}
.footer-brand p,
.footer-contact p{
  color:#dce7ff;
  font-size:16px;
}
.footer-brand p{
  margin-bottom:28px;
}
.footer-demo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--red);
  color:#fff;
  padding:15px 26px;
  border-radius:12px;
  font-weight:900;
  box-shadow:0 16px 34px rgba(227,6,19,.32);
}
.footer-demo:hover{background:#b8040d;color:#fff}
.footer-nav{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:42px;
}
.footer-column h3{
  position:relative;
  color:#fff;
  font-size:20px;
  margin-bottom:26px;
}
.footer-column h3:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-10px;
  width:36px;
  height:3px;
  background:var(--red);
  border-radius:99px;
}
.footer-column a{
  display:block;
  width:max-content;
  max-width:100%;
  color:#dce7ff;
  margin:12px 0;
  transition:.2s ease;
}
.footer-column a:hover,
.footer-bottom a:hover{
  color:#fff;
  transform:translateX(4px);
}
.footer-contact p{
  margin-bottom:12px;
}
.footer-strip{
  max-width:1280px;
  margin:50px auto 0;
  padding:18px 22px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.07);
  border-radius:18px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.footer-strip span{
  color:#fff;
  font-weight:800;
  text-align:center;
  padding:10px;
  border-right:1px solid rgba(255,255,255,.14);
}
.footer-strip span:last-child{border-right:0}
.footer-bottom{
  max-width:1280px;
  margin:34px auto 0;
  padding:24px 0 30px;
  border-top:1px solid rgba(255,255,255,.14);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  color:#dce7ff;
}
.footer-bottom div{
  display:flex;
  gap:24px;
  flex-wrap:wrap;
}
.footer-bottom a{
  color:#dce7ff;
  font-weight:900;
}

/* Functional site search */











@media (max-width:820px){
  
  .site-footer{padding:46px 6% 0;margin-top:46px}
  .footer-top{grid-template-columns:1fr;gap:34px}
  .footer-nav{grid-template-columns:1fr;gap:22px}
  .footer-strip{grid-template-columns:1fr;margin-top:34px}
  .footer-strip span{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}
  .footer-strip span:last-child{border-bottom:0}
  .footer-bottom{align-items:flex-start;flex-direction:column}
  .footer-logo{height:52px}
}


/* =====================================================
   FINAL CLEANUP: compact banners and product solution cards
   ===================================================== */
.inner-banner.compact-banner,
.inner-banner{
  min-height:220px;
  padding:34px 6%;
}
.inner-banner-content h1{
  font-size:42px;
  max-width:880px;
}
.inner-banner-content p:not(.eyebrow){
  font-size:17px;
  max-width:850px;
}
.inner-banner .actions{display:none !important;}

.product-solution-section{
  background:linear-gradient(180deg,#f5f8fc 0%,#ffffff 100%);
  padding-top:54px;
}
.product-solution-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:26px;
  align-items:stretch;
}
.product-solution-card{
  min-height:640px;
  background:#fff;
  border:1px solid #dbe5f1;
  border-radius:28px;
  padding:34px 28px 28px;
  box-shadow:0 22px 70px rgba(15,23,42,.08);
  display:flex;
  flex-direction:column;
  position:relative;
  overflow:hidden;
}
.product-solution-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:6px;
  background:linear-gradient(90deg,#6d4bfb,#1187d8,#17a768);
  opacity:.8;
}
.product-card-top{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:64px;
}
.product-icon-box{
  width:86px;
  height:86px;
  border-radius:20px;
  display:grid;
  place-items:center;
  font-size:38px;
}
.product-icon-box.purple{background:#f0eaff;color:#6d4bfb;border:1px solid #c9baff;}
.product-icon-box.blue{background:#eef6ff;color:#2563eb;border:1px solid #b7d5ff;}
.product-icon-box.green{background:#eefaf3;color:#16a365;border:1px solid #ace4c6;}
.product-icon-box.navy{background:#eef3ff;color:#061738;border:1px solid #c8d8f2;}
.product-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:116px;
  height:42px;
  border-radius:12px;
  padding:0 18px;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:15px;
  font-weight:900;
}
.purple-pill{background:#f0eaff;color:#6d4bfb;}
.blue-pill{background:#eef6ff;color:#2563eb;}
.green-pill{background:#eefaf3;color:#16a365;}
.navy-pill{background:#eef3ff;color:#061738;}
.product-solution-card h3{
  color:#061738;
  font-size:30px;
  line-height:1.18;
  font-weight:900;
  letter-spacing:-.02em;
  margin-bottom:26px;
}
.product-solution-card p{
  color:#18345c;
  font-size:18px;
  line-height:1.7;
  margin-bottom:28px;
}
.product-solution-card ul{
  list-style:none;
  display:grid;
  gap:14px;
  margin:0 0 34px;
  padding:0;
}
.product-solution-card li{
  color:#163153;
  font-size:15.5px;
  line-height:1.5;
  display:flex;
  align-items:flex-start;
  gap:12px;
}
.product-solution-card li i{
  color:#2fb36f;
  margin-top:4px;
}
.product-actions-row{
  margin-top:auto;
  padding-top:24px;
  border-top:1px solid #dbe5f1;
  display:flex;
  align-items:center;
  gap:10px;
}
.product-main-btn,
.product-outline-btn{
  height:50px;
  border-radius:12px;
  font-size:14px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  white-space:nowrap;
}
.product-main-btn{flex:1.15;color:#fff;}
.product-outline-btn{flex:1;color:#2563eb;border:1px solid #a7c3ff;background:#fff;}
.purple-btn{background:linear-gradient(135deg,#7d5cff,#5d3ff0);}
.blue-btn{background:linear-gradient(135deg,#1187d8,#2563eb);}
.green-btn{background:linear-gradient(135deg,#16a365,#0f8a54);}
.navy-btn{background:linear-gradient(135deg,#061738,#0b2458);}
.green-outline{color:#15945d;border-color:#8bd4ad;}
.navy-outline{color:#061738;border-color:#a9bad4;}
.product-support-strip{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  padding:22px;
  border-radius:22px;
  background:#fff;
  border:1px solid #dbe5f1;
  box-shadow:0 16px 50px rgba(15,23,42,.06);
}
.product-support-strip div{
  display:grid;
  grid-template-columns:44px 1fr;
  column-gap:12px;
  align-items:center;
}
.product-support-strip i{
  grid-row:1 / span 2;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eef6ff;
  color:#2563eb;
}
.product-support-strip strong{font-size:16px;color:#061738;}
.product-support-strip span{font-size:14px;color:#68738a;}

.clean-footer .footer-demo,
.clean-footer .footer-strip,
.clean-footer .footer-bottom div{display:none !important;}
.clean-footer .footer-bottom{justify-content:center;}

@media (max-width:1350px){
  .product-solution-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:820px){
  .inner-banner{min-height:180px;padding:28px 6%;}
  .inner-banner-content h1{font-size:32px;}
  .product-solution-grid{grid-template-columns:1fr;}
  .product-solution-card{min-height:auto;padding:28px 22px;}
  .product-card-top{margin-bottom:36px;}
  .product-actions-row{flex-wrap:wrap;}
  .product-main-btn,.product-outline-btn{flex:1 1 100%;}
  .product-support-strip{grid-template-columns:1fr;}
}


/* =====================================================
   MUFK FINAL FIXES: HEADER, REAL ICONS, SOLUTION CARDS
   ===================================================== */

/* Header must keep original two-level MUFK marketing layout */











/* Generic serious line icons replacing emoji icons */
.card-grid span i,.feature-strip span i,.solution-list div i{display:block;width:34px;height:34px;position:relative;color:#0b63ce}.card-grid span,.feature-strip span{background:#eef6ff;color:#0b63ce}.card-grid span i:before,.card-grid span i:after,.feature-strip span i:before,.feature-strip span i:after{content:"";position:absolute;box-sizing:border-box}.icon-check:before{width:24px;height:24px;border-radius:50%;background:#16a365;left:5px;top:5px}.icon-check:after{width:12px;height:7px;border-left:3px solid #fff;border-bottom:3px solid #fff;transform:rotate(-45deg);left:11px;top:13px}.icon-lock:before{width:22px;height:18px;border:3px solid currentColor;border-radius:5px;left:6px;top:13px}.icon-lock:after{width:14px;height:13px;border:3px solid currentColor;border-bottom:0;border-radius:10px 10px 0 0;left:10px;top:3px}.icon-gear:before{width:24px;height:24px;border:5px solid currentColor;border-radius:50%;left:5px;top:5px}.icon-handshake:before{width:28px;height:14px;border:3px solid currentColor;border-radius:6px;transform:rotate(-8deg);left:3px;top:10px}.icon-location:before{width:22px;height:22px;border:3px solid currentColor;border-radius:50% 50% 50% 0;transform:rotate(-45deg);left:6px;top:3px}.icon-location:after{width:7px;height:7px;background:currentColor;border-radius:50%;left:14px;top:11px}.icon-bell:before{width:24px;height:22px;border:3px solid currentColor;border-radius:13px 13px 7px 7px;left:5px;top:5px}.icon-bell:after{width:10px;height:4px;background:currentColor;border-radius:4px;left:12px;top:28px}.icon-paperclip:before{width:14px;height:26px;border:3px solid currentColor;border-radius:12px;transform:rotate(35deg);left:10px;top:2px}.icon-clock:before{width:26px;height:26px;border:3px solid currentColor;border-radius:50%;left:4px;top:4px}.icon-clock:after{width:10px;height:10px;border-left:3px solid currentColor;border-bottom:3px solid currentColor;left:16px;top:10px}.icon-chart:before{width:6px;height:22px;background:currentColor;left:6px;top:8px;box-shadow:10px -6px 0 currentColor,20px -12px 0 currentColor}.icon-file:before{width:22px;height:28px;border:3px solid currentColor;border-radius:4px;left:6px;top:3px}.icon-plug:before{width:18px;height:18px;border:3px solid currentColor;border-top:0;border-radius:0 0 9px 9px;left:8px;top:11px}.icon-document:before{width:24px;height:28px;border:3px solid currentColor;border-radius:4px;left:5px;top:3px}.icon-bolt:before{border-left:10px solid transparent;border-right:6px solid transparent;border-top:18px solid currentColor;left:10px;top:3px;transform:skew(-12deg)}.icon-list:before{width:23px;height:4px;background:currentColor;left:8px;top:8px;box-shadow:0 9px 0 currentColor,0 18px 0 currentColor}.icon-alert:before{width:0;height:0;border-left:14px solid transparent;border-right:14px solid transparent;border-bottom:27px solid currentColor;left:3px;top:3px}.icon-trend:before{width:25px;height:18px;border-left:3px solid currentColor;border-bottom:3px solid currentColor;left:5px;top:8px}.icon-trend:after{width:17px;height:17px;border-top:3px solid currentColor;border-right:3px solid currentColor;transform:rotate(15deg);left:13px;top:5px}.icon-shield:before{width:24px;height:28px;background:currentColor;clip-path:polygon(50% 0,88% 14%,82% 72%,50% 100%,18% 72%,12% 14%);left:5px;top:3px}.icon-building:before{width:24px;height:28px;border:3px solid currentColor;left:5px;top:3px;box-shadow:8px 7px 0 -5px currentColor,16px 7px 0 -5px currentColor,8px 15px 0 -5px currentColor,16px 15px 0 -5px currentColor}.icon-tools:before{width:24px;height:5px;background:currentColor;transform:rotate(45deg);left:5px;top:16px}.icon-truck:before{width:23px;height:15px;border:3px solid currentColor;left:2px;top:10px}.icon-truck:after{width:8px;height:8px;border:3px solid currentColor;border-radius:50%;left:7px;top:24px;box-shadow:17px 0 0 -1px #fff,17px 0 0 2px currentColor}.icon-book:before{width:24px;height:26px;border:3px solid currentColor;border-radius:3px;left:5px;top:4px}.icon-question:before{content:"?";position:absolute;left:9px;top:-2px;font-size:32px;font-weight:900;color:currentColor}.icon-phone:before{width:22px;height:22px;border:3px solid currentColor;border-radius:6px;transform:rotate(35deg);left:6px;top:6px}.icon-mail:before{width:26px;height:20px;border:3px solid currentColor;border-radius:3px;left:4px;top:7px}

/* Better 4-card solution/product layout */
.product-solution-section{background:linear-gradient(180deg,#f5f8fc 0%,#ffffff 100%);padding:62px 6% 78px!important}.product-solution-grid{max-width:1680px;margin:0 auto;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:28px;align-items:stretch}.product-solution-card{min-height:620px!important;background:#fff;border:1px solid #dbe5f1;border-radius:30px;padding:38px 32px 30px!important;box-shadow:0 24px 70px rgba(6,23,56,.10);display:flex;flex-direction:column;position:relative;overflow:hidden}.product-solution-card:hover{transform:translateY(-7px);box-shadow:0 30px 90px rgba(6,23,56,.14);transition:.25s}.product-solution-card:before{height:7px;background:linear-gradient(90deg,#e30613,#0b2458,#00a56a)}.product-card-top{display:flex;align-items:center;gap:20px;margin-bottom:46px!important}.product-icon-box{width:80px;height:80px;border-radius:20px;display:grid;place-items:center;font-size:35px}.product-pill{min-width:112px;height:38px;border-radius:11px;padding:0 18px;text-transform:uppercase;letter-spacing:.08em;font-size:14px;font-weight:900}.product-solution-card h3{color:#061738;font-size:28px!important;line-height:1.18!important;font-weight:900;letter-spacing:-.025em;margin-bottom:22px}.product-solution-card p{color:#17365f;font-size:17px!important;line-height:1.7!important;margin-bottom:26px}.product-solution-card ul{list-style:none;display:grid;gap:13px;margin:0 0 32px;padding:0}.product-solution-card li{color:#163153;font-size:15px;line-height:1.45;display:flex;align-items:flex-start;gap:12px}.product-solution-card li i{color:#2fb36f;margin-top:4px}.product-actions-row{margin-top:auto;padding-top:24px;border-top:1px solid #dbe5f1;display:grid!important;grid-template-columns:1.15fr 1fr 1fr;gap:10px}.product-main-btn,.product-outline-btn{height:50px;border-radius:12px;font-size:14px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:9px;white-space:nowrap;padding:0 12px}.product-main-btn{color:#fff}.product-outline-btn{color:#0b63ce;border:1px solid #adc8ff;background:#fff}.purple-btn{background:linear-gradient(135deg,#7d5cff,#5d3ff0)}.blue-btn{background:linear-gradient(135deg,#1187d8,#2563eb)}.green-btn{background:linear-gradient(135deg,#16a365,#0f8a54)}.navy-btn{background:linear-gradient(135deg,#061738,#0b2458)}.product-icon-box.purple{background:#f0eaff;color:#6d4bfb;border:1px solid #c9baff}.product-icon-box.blue{background:#eef6ff;color:#2563eb;border:1px solid #b7d5ff}.product-icon-box.green{background:#eefaf3;color:#16a365;border:1px solid #ace4c6}.product-icon-box.navy{background:#eef3ff;color:#061738;border:1px solid #c8d8f2}.purple-pill{background:#f0eaff;color:#6d4bfb}.blue-pill{background:#eef6ff;color:#2563eb}.green-pill{background:#eefaf3;color:#16a365}.navy-pill{background:#eef3ff;color:#061738}.product-support-strip{max-width:1680px;margin:34px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:22px;border-radius:22px;background:#fff;border:1px solid #dbe5f1;box-shadow:0 16px 50px rgba(15,23,42,.06)}

@media (max-width:1450px){.product-solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-solution-card{min-height:560px!important}.product-support-strip{grid-template-columns:repeat(2,1fr)}}
@media (max-width:820px){.product-solution-grid{grid-template-columns:1fr!important}.product-solution-section{padding:42px 5% 56px!important}.product-solution-card{min-height:auto!important;padding:30px 22px!important}.product-card-top{margin-bottom:30px!important}.product-actions-row{grid-template-columns:1fr!important}.product-support-strip{grid-template-columns:1fr}}


/* =====================================================
   FINAL USER FIX - ORIGINAL HEADER SIZE + QUALITY 4 CARDS
   ===================================================== */

/* Header: restore the original compact MUFK marketing header */














/* Product/Solutions section: 4 quality cards, website palette only */
.product-solution-section{background:linear-gradient(180deg,#f5f8fc 0%,#ffffff 100%)!important;padding:52px 4% 64px!important;overflow:hidden!important}
.product-solution-grid{max-width:1760px!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;align-items:stretch!important}
.product-solution-card{min-height:600px!important;background:#fff!important;border:1px solid #dbe5f1!important;border-radius:28px!important;padding:34px 28px 28px!important;box-shadow:0 18px 56px rgba(6,23,56,.10)!important;display:flex!important;flex-direction:column!important;position:relative!important;overflow:hidden!important}
.product-solution-card:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;height:6px!important;background:linear-gradient(90deg,#e30613,#061738,#00a56a)!important}
.product-solution-card:hover{transform:translateY(-5px)!important;box-shadow:0 26px 70px rgba(6,23,56,.14)!important;transition:.25s!important}
.product-card-top{display:flex!important;align-items:center!important;gap:16px!important;margin-bottom:34px!important}
.product-icon-box{width:76px!important;height:76px!important;border-radius:20px!important;display:grid!important;place-items:center!important;background:#f6f8fc!important;color:#061738!important;border:1px solid #cdd7e8!important;flex:0 0 76px!important}
.product-icon-box svg{width:36px!important;height:36px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.product-pill{height:36px!important;border-radius:10px!important;padding:0 18px!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:13px!important;font-weight:900!important;background:#eef3ff!important;color:#061738!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:104px!important}
.product-solution-card h3{color:#061738!important;font-size:27px!important;line-height:1.17!important;font-weight:900!important;letter-spacing:-.025em!important;margin:0 0 20px!important}
.product-solution-card p{color:#17365f!important;font-size:16px!important;line-height:1.68!important;margin:0 0 24px!important}
.product-solution-card ul{list-style:none!important;display:grid!important;gap:12px!important;margin:0 0 28px!important;padding:0!important}
.product-solution-card li{color:#163153!important;font-size:14.5px!important;line-height:1.42!important;display:flex!important;align-items:flex-start!important;gap:11px!important}
.list-check{width:18px!important;height:18px!important;display:inline-grid!important;place-items:center!important;flex:0 0 18px!important;margin-top:2px!important}.list-check svg{width:18px!important;height:18px!important;fill:#00a56a!important;stroke:#fff!important;stroke-width:2.4!important;stroke-linecap:round!important;stroke-linejoin:round!important}.list-check svg circle{stroke:#00a56a!important;fill:#00a56a!important}
.product-actions-row{margin-top:auto!important;padding-top:22px!important;border-top:1px solid #dbe5f1!important;display:grid!important;grid-template-columns:1.1fr .92fr .82fr!important;gap:8px!important;align-items:center!important}
.product-main-btn,.product-outline-btn{height:48px!important;border-radius:12px!important;font-size:13px!important;font-weight:900!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;white-space:nowrap!important;padding:0 8px!important;min-width:0!important;overflow:hidden!important;text-overflow:clip!important}.product-main-btn{color:#fff!important}.website-btn{background:#e30613!important;color:#fff!important}.product-outline-btn{color:#061738!important;border:1px solid #a9bad4!important;background:#fff!important}.btn-svg{width:15px!important;height:15px!important;display:inline-flex!important;flex:0 0 15px!important}.btn-svg svg{width:15px!important;height:15px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.4!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.product-support-strip{max-width:1760px!important;margin:30px auto 0!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:18px!important;padding:20px!important;border-radius:22px!important;background:#fff!important;border:1px solid #dbe5f1!important;box-shadow:0 14px 44px rgba(15,23,42,.06)!important}.product-support-strip div{display:grid!important;grid-template-columns:42px 1fr!important;column-gap:12px!important;align-items:center!important}.product-support-strip svg{grid-row:1 / span 2!important;width:42px!important;height:42px!important;padding:10px!important;border-radius:50%!important;background:#eef3ff!important;color:#061738!important;fill:none!important;stroke:currentColor!important;stroke-width:2.1!important;stroke-linecap:round!important;stroke-linejoin:round!important}.product-support-strip strong{font-size:15px!important;color:#061738!important}.product-support-strip span{font-size:13px!important;color:#68738a!important}

@media (max-width:1500px){.product-solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-solution-card{min-height:540px!important}.product-support-strip{grid-template-columns:repeat(2,1fr)!important}}
@media (max-width:820px){.product-solution-grid{grid-template-columns:1fr!important}.product-solution-section{padding:42px 5% 56px!important}.product-solution-card{min-height:auto!important;padding:30px 22px 24px!important}.product-card-top{margin-bottom:28px!important}.product-actions-row{grid-template-columns:1fr!important}.product-main-btn,.product-outline-btn{width:100%!important}.product-support-strip{grid-template-columns:1fr!important}}


/* =====================================================
   MUFK FORM PAGES - LOGIN / REQUEST DEMO / SUPPORT
   Uses original website header, footer, colours and spacing
===================================================== */
.compact-banner{
  min-height:260px !important;
  padding:42px 6% !important;
}

.compact-banner .inner-banner-content h1{
  font-size:44px !important;
}

.form-page-section{
  padding-top:60px;
  padding-bottom:70px;
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}

.form-page-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:34px;
  align-items:start;
}

.form-page-grid.login-layout{
  grid-template-columns:.95fr .85fr;
  max-width:1180px;
  margin:0 auto;
}

.form-page-grid.support-layout{
  grid-template-columns:1.15fr .85fr;
}

.form-intro-card,
.premium-form{
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 38px rgba(6,23,56,.08);
}

.form-intro-card{
  padding:34px;
  position:sticky;
  top:135px;
}

.form-intro-card h2,
.form-title-block h2{
  color:var(--navy);
  font-size:34px;
  line-height:1.16;
  letter-spacing:-.8px;
  margin-bottom:12px;
}

.form-intro-card p:not(.eyebrow),
.form-title-block p{
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}

.premium-form{
  padding:34px;
  display:block;
}

.form-title-block{
  margin-bottom:26px;
}

.form-grid.two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.field-group{
  display:grid;
  gap:8px;
  margin-bottom:18px;
}

.field-group label{
  color:var(--navy);
  font-size:14px;
  font-weight:900;
}

.field-group input,
.field-group select,
.field-group textarea,
.premium-form input,
.premium-form select,
.premium-form textarea{
  width:100%;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fbfdff;
  padding:14px 15px;
  color:var(--text);
  outline:none;
  transition:.2s ease;
}

.field-group textarea,
.premium-form textarea{
  min-height:120px;
  resize:vertical;
}

.field-group input:focus,
.field-group select:focus,
.field-group textarea:focus,
.premium-form input:focus,
.premium-form select:focus,
.premium-form textarea:focus{
  border-color:var(--red);
  box-shadow:0 0 0 4px rgba(227,6,19,.08);
  background:#fff;
}

.full-field{
  grid-column:1/-1;
}

.option-card-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.option-card-grid label{
  display:flex;
  align-items:flex-start;
  gap:11px;
  padding:15px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  cursor:pointer;
  transition:.2s ease;
}

.option-card-grid label:hover{
  border-color:var(--red);
  box-shadow:0 10px 24px rgba(6,23,56,.08);
}

.option-card-grid input{
  width:17px;
  height:17px;
  margin-top:3px;
  accent-color:var(--red);
  flex:0 0 auto;
}

.option-card-grid strong{
  display:block;
  color:var(--navy);
  font-size:14px;
  line-height:1.3;
  margin-bottom:4px;
}

.option-card-grid em{
  display:block;
  color:var(--muted);
  font-style:normal;
  font-size:13px;
  line-height:1.45;
}

.consent-row,
.form-inline-row,
.check-option{
  display:flex;
  align-items:center;
  gap:10px;
}

.consent-row{
  align-items:flex-start;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
  margin:4px 0 22px;
}

.consent-row input,
.check-option input{
  width:17px;
  height:17px;
  accent-color:var(--red);
  flex:0 0 auto;
}

.form-inline-row{
  justify-content:space-between;
  margin:4px 0 22px;
  color:var(--muted);
  font-size:14px;
}

.form-inline-row a{
  color:var(--red);
  font-weight:900;
}

.premium-form button[type="submit"]{
  width:100%;
  min-height:54px;
  border:0;
  border-radius:12px;
  background:var(--red);
  color:#fff;
  font-size:16px;
  font-weight:900;
  cursor:pointer;
  transition:.2s ease;
}

.premium-form button[type="submit"]:hover{
  background:#b8040d;
  transform:translateY(-1px);
}

.form-note-box{
  margin-top:22px;
  padding:15px;
  border-radius:14px;
  background:#f6f8fc;
  color:var(--muted);
  border:1px solid var(--line);
  font-size:14px;
  line-height:1.55;
}

.mini-feature-list,
.process-list{
  display:grid;
  gap:14px;
  margin-top:26px;
}

.mini-feature-list div,
.process-list div{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:15px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fbfdff;
  color:var(--text);
}

.mini-feature-list i{
  width:34px;
  height:34px;
  border-radius:10px;
  background:#fff0f1;
  color:var(--red);
  display:grid;
  place-items:center;
  flex:0 0 auto;
}

.process-list strong{
  width:38px;
  height:38px;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  font-size:13px;
}

.process-list span{
  color:var(--muted);
  line-height:1.55;
}

.support-contact-list{
  margin-top:22px;
}

.support-contact-list li{
  border:1px solid var(--line);
  border-radius:14px;
  padding:14px;
  background:#fbfdff;
  color:var(--text);
}

@media (max-width:980px){
  .form-page-grid,
  .form-page-grid.login-layout,
  .form-page-grid.support-layout{
    grid-template-columns:1fr;
  }
  .form-intro-card{
    position:static;
  }
}

@media (max-width:650px){
  .compact-banner .inner-banner-content h1{
    font-size:32px !important;
  }
  .form-grid.two,
  .option-card-grid{
    grid-template-columns:1fr;
  }
  .premium-form,
  .form-intro-card{
    padding:24px 20px;
  }
}


/* =====================================================
   CLEAN FORM PAGES: LOGIN / REQUEST DEMO / SUPPORT
   Professional pages: normal header, compact intro, no large banner
===================================================== */
.form-page-hero.small-page-intro{
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
  padding:54px 6% 28px;
  border-bottom:1px solid #e5ebf4;
}
.form-page-hero.small-page-intro h1{
  color:var(--navy);
  font-size:42px;
  line-height:1.12;
  letter-spacing:-1px;
  max-width:900px;
  margin:0 0 12px;
}
.form-page-hero.small-page-intro p:not(.eyebrow){
  max-width:880px;
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
}
.clean-form-page{padding-top:38px!important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.clean-intro-card,.clean-form-card,.side-info-card{
  border:1px solid #dfe7f2!important;
  box-shadow:0 18px 46px rgba(6,23,56,.08)!important;
  border-radius:22px!important;
}
.intro-icon{
  width:62px;height:62px;border-radius:18px;background:#fff0f1;color:var(--red);display:grid;place-items:center;margin-bottom:18px;
}
.intro-icon svg,.mini-feature-list i svg,.side-info-card i svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}
.refined-list i{font-style:normal!important}
.compact-process div{background:#fff!important}
.form-link-row{text-align:center;margin-top:18px;color:var(--muted);font-size:14px}
.form-link-row a{color:var(--red);font-weight:900}
.upload-box{border:1.5px dashed #b9c9dc;background:#f7fbff;border-radius:14px;padding:16px;color:var(--muted);font-size:14px;line-height:1.55}
.upload-box input{margin-top:10px;background:#fff}
.support-side-panel{display:grid;gap:22px}
.side-info-card{background:#fff;padding:28px}
.side-info-card h2{font-size:28px;line-height:1.15;color:var(--navy);margin-bottom:10px;letter-spacing:-.5px}
.side-info-card p{color:var(--muted);line-height:1.65;margin-bottom:18px}
.refined-support-list{display:grid;gap:12px;margin-top:0!important}
.refined-support-list div,.kb-list div{
  border:1px solid var(--line);border-radius:16px;background:#fbfdff;padding:15px;display:grid;grid-template-columns:42px 1fr;column-gap:12px;align-items:start;
}
.refined-support-list i,.kb-list i{grid-row:1 / span 2;width:42px;height:42px;border-radius:14px;background:#fff0f1;color:var(--red);display:grid;place-items:center}
.refined-support-list strong,.kb-list strong{color:var(--navy);font-size:15px;line-height:1.3;margin-bottom:4px}
.refined-support-list span,.kb-list span{color:var(--muted);font-size:13px;line-height:1.5}
.sla-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.sla-grid div{padding:18px;border-radius:16px;background:#fbfdff;border:1px solid var(--line)}
.sla-grid strong{display:block;color:var(--navy);font-size:26px;line-height:1;margin-bottom:6px}
.sla-grid span{color:var(--muted);font-size:13px;font-weight:800}
.kb-list{display:grid;gap:12px}
.support-option-grid label{min-height:88px}
@media (max-width:820px){
  .form-page-hero.small-page-intro{padding:34px 6% 22px}
  .form-page-hero.small-page-intro h1{font-size:32px}
  .form-page-hero.small-page-intro p:not(.eyebrow){font-size:16px}
  .sla-grid{grid-template-columns:1fr}
}


/* =====================================================
   CONTACT PAGE FINAL ALIGNMENT + OFFICE DETAILS
   ===================================================== */
.contact-page-section{
  padding-top:42px !important;
}
.contact-layout{
  align-items:stretch !important;
}
.contact-form-column-clean{
  display:flex !important;
}
.contact-equal-form{
  width:100% !important;
  margin-top:0 !important;
  min-height:100% !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
}
.contact-equal-form textarea{
  min-height:150px !important;
}
.office-map-card{
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
}
.office-map-frame{
  height:310px !important;
}
.office-details-list{
  padding:24px 26px 28px !important;
  gap:14px !important;
}
.office-details-list p{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  color:#66728a !important;
  font-size:15px !important;
  line-height:1.55 !important;
}
.office-details-list i{
  color:var(--red) !important;
  min-width:18px !important;
  margin-top:3px !important;
}
@media (max-width:920px){
  .contact-equal-form,
  .office-map-card{height:auto !important;min-height:auto !important;}
  .office-map-frame{height:280px !important;}
}

/* =====================================================
   SEARCH FINAL FUNCTIONAL DROPDOWN
   ===================================================== */








/* Footer copyright override */
.simple-footer-bottom p{
  text-align:center !important;
  width:100% !important;
}
.simple-footer-bottom strong{
  color:#fff !important;
}

/* =====================================================
   IT CONSULTING PAGE
   Extends the existing MUFK Integrated visual system
===================================================== */
.it-consulting-banner{
  min-height:300px;
  padding:54px 6%;
  display:flex;
  align-items:center;
  color:#fff;
  background:
    linear-gradient(110deg,rgba(6,23,56,.94) 0%,rgba(6,23,56,.86) 55%,rgba(6,23,56,.70) 100%),
    url("../Images/screenshot.jpeg") center/cover no-repeat;
}
.it-consulting-banner .inner-banner-content{
  max-width:900px;
}
.it-consulting-banner h1{
  margin:0 0 14px;
  color:#fff;
  font-size:52px;
  line-height:1.08;
  letter-spacing:-1.5px;
}
.it-consulting-banner p:not(.eyebrow){
  max-width:850px;
  color:#edf3ff;
  font-size:18px;
  line-height:1.7;
}
.it-consulting-section{
  background:#fff;
}
.it-consulting-heading{
  max-width:980px;
  margin:0 auto 38px;
  text-align:center;
}
.it-consulting-heading h2{
  max-width:none;
  color:var(--navy);
}
.it-consulting-heading .section-rule{
  width:86px;
  height:3px;
  margin:18px auto 20px;
  border-radius:999px;
  background:var(--red);
}
.it-consulting-heading .section-intro{
  color:var(--muted);
  font-size:17px;
  line-height:1.75;
  text-transform:none;
  font-weight:400;
}
.it-service-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.it-service-card{
  position:relative;
  min-height:270px;
  padding:30px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 12px 32px rgba(6,23,56,.08);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.it-service-card::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--red),var(--navy2));
}
.it-service-card:hover{
  transform:translateY(-6px);
  border-color:#cdd6e6;
  box-shadow:var(--shadow);
}
.it-card-icon{
  width:62px;
  height:62px;
  margin-bottom:22px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:var(--red);
  background:#fff0f1;
  font-size:27px;
}
.it-service-card h3{
  margin:0 0 12px;
  color:var(--navy);
  font-size:22px;
  line-height:1.25;
}
.it-service-card p{
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
}
.it-information-section{
  padding-top:20px;
}
.it-information-card{
  max-width:1240px;
  margin:0 auto;
  padding:42px;
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:46px;
  align-items:start;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 42px rgba(6,23,56,.08);
}
.it-information-heading h2{
  color:var(--navy);
  font-size:34px;
  line-height:1.2;
  letter-spacing:-.7px;
}
.it-information-copy{
  display:grid;
  gap:20px;
}
.it-information-copy p{
  color:var(--text);
  font-size:16px;
  line-height:1.8;
}

@media (max-width:1050px){
  .it-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .it-information-card{grid-template-columns:1fr;gap:24px}
}
@media (max-width:820px){
  .it-consulting-banner{min-height:auto;padding:42px 6%}
  .it-consulting-banner h1{font-size:38px}
  .it-consulting-banner p:not(.eyebrow){font-size:16px}
  .it-consulting-section{padding-top:56px;padding-bottom:56px}
  .it-service-grid{grid-template-columns:1fr}
  .it-service-card{min-height:auto;padding:26px}
  .it-information-section{padding:0 6% 56px}
  .it-information-card{padding:28px 22px}
  .it-information-heading h2{font-size:28px}
}

/* =====================================================
   FINAL COMPACT SOLUTION CARDS + IT CONSULTING ICONS
   Affected-page refinements only
===================================================== */
.product-solution-section{
  padding-top:38px!important;
  padding-bottom:54px!important;
}
.product-solution-grid{
  gap:20px!important;
}
.product-solution-card{
  min-height:500px!important;
  padding:28px 26px 24px!important;
}
.product-card-top{
  gap:16px!important;
  margin-bottom:26px!important;
}
.product-icon-box{
  width:68px!important;
  height:68px!important;
  border-radius:18px!important;
}
.product-icon-box svg{
  width:33px!important;
  height:33px!important;
}
.product-pill{
  min-width:102px!important;
  height:34px!important;
  padding:0 16px!important;
  font-size:13px!important;
}
.product-solution-card h3{
  margin-bottom:14px!important;
  font-size:25px!important;
  line-height:1.16!important;
}
.product-solution-card p{
  margin-bottom:18px!important;
  font-size:15.5px!important;
  line-height:1.58!important;
}
.product-solution-card ul{
  gap:9px!important;
  margin-bottom:0!important;
}
.product-solution-card li{
  font-size:14px!important;
  line-height:1.35!important;
  gap:10px!important;
}
.list-check{
  margin-top:1px!important;
}

.it-service-grid{
  gap:20px!important;
}
.it-service-card{
  min-height:250px!important;
  padding:28px 26px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
}
.it-card-icon{
  width:66px!important;
  height:66px!important;
  margin-bottom:20px!important;
  border:1px solid #f1b6bb!important;
  color:var(--red)!important;
  background:linear-gradient(145deg,#fff7f7,#fff)!important;
  box-shadow:0 10px 24px rgba(227,6,19,.10)!important;
}
.it-card-icon svg{
  width:34px!important;
  height:34px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  display:block!important;
}
.it-service-card h3{
  margin-bottom:10px!important;
  font-size:21px!important;
  line-height:1.24!important;
}
.it-service-card p{
  margin:0!important;
  color:#354b68!important;
  font-size:15px!important;
  line-height:1.65!important;
}

@media (max-width:1500px){
  .product-solution-card{min-height:470px!important}
}
@media (max-width:820px){
  .product-solution-section{padding-top:32px!important;padding-bottom:44px!important}
  .product-solution-card{min-height:auto!important;padding:24px 20px!important}
  .product-card-top{margin-bottom:22px!important}
  .product-solution-card h3{font-size:23px!important}
  .it-service-card{min-height:auto!important;padding:24px!important}
}

/* =====================================================
   FINAL SOLUTIONS PAGE CARD HEIGHT FIX
   Removes the large empty area below the feature lists.
===================================================== */
.product-solution-grid{
  align-items:start!important;
}

.product-solution-card{
  min-height:0!important;
  height:auto!important;
  padding:26px 24px 22px!important;
}

.product-card-top{
  margin-bottom:22px!important;
}

.product-solution-card h3{
  margin-bottom:12px!important;
}

.product-solution-card p{
  margin-bottom:15px!important;
  line-height:1.55!important;
}

.product-solution-card ul{
  gap:8px!important;
  margin:0!important;
}

.product-solution-card li:last-child{
  margin-bottom:0!important;
}

@media (max-width:1500px){
  .product-solution-card{
    min-height:0!important;
    height:auto!important;
  }
}

@media (max-width:820px){
  .product-solution-card{
    min-height:0!important;
    height:auto!important;
    padding:23px 20px 20px!important;
  }
}


/* =====================================================
   MUFK INTEGRATED 2026 CONTENT & VISUAL REFRESH
   Enterprise B2B: restrained palette, real line icons, clear hierarchy
===================================================== */
:root{
  --navy:#071a36;
  --navy2:#102c56;
  --red:#d7192d;
  --green:#177f69;
  --ink:#0d1f3c;
  --muted:#5e6d84;
  --line:#dce4ef;
  --soft:#f5f7fa;
  --surface:#ffffff;
  --shadow-soft:0 18px 48px rgba(7,26,54,.08);
  --shadow-hover:0 24px 64px rgba(7,26,54,.12);
}
body{background:#fff;color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif}
main{overflow:hidden}
.enterprise-hero{position:relative;min-height:290px;padding:62px 6%;display:flex;align-items:center;color:#fff;background:linear-gradient(95deg,rgba(7,26,54,.96),rgba(7,26,54,.84) 52%,rgba(7,26,54,.68)),url("../Images/screenshot.jpeg") center/cover no-repeat}
.enterprise-hero:after{content:"";position:absolute;inset:auto 6% 0;height:1px;background:rgba(255,255,255,.2)}
.enterprise-hero-inner{position:relative;z-index:1;max-width:900px}
.enterprise-hero h1{font-size:clamp(38px,4.4vw,62px);line-height:1.05;letter-spacing:-1.8px;max-width:900px;margin:0 0 18px}
.enterprise-hero p:not(.eyebrow){font-size:18px;line-height:1.7;max-width:850px;color:#e9eef7}
.eyebrow{font-size:13px;letter-spacing:.14em;font-weight:900;color:var(--red);margin-bottom:10px}
.enterprise-hero .eyebrow{color:#fff;opacity:.78}
.section-head.centered{text-align:center;max-width:980px;margin:0 auto 36px}.section-head.centered h2{margin:0 auto 14px}.section-head.centered span{color:var(--muted);font-size:17px;line-height:1.75;display:block}
.enterprise-section{padding:72px 6%}.enterprise-section.alt{background:var(--soft)}
.enterprise-grid{display:grid;gap:22px}.enterprise-grid.one{grid-template-columns:1fr}.enterprise-grid.two{grid-template-columns:repeat(2,1fr)}.enterprise-grid.three{grid-template-columns:repeat(3,1fr)}.enterprise-grid.four{grid-template-columns:repeat(4,1fr)}.enterprise-grid.five{grid-template-columns:repeat(5,1fr)}.enterprise-grid.compact .enterprise-card{min-height:235px}.top-gap{margin-top:22px}
.enterprise-card{position:relative;border:1px solid var(--line);border-radius:20px;background:#fff;padding:28px;box-shadow:0 10px 30px rgba(7,26,54,.05);transition:.25s;min-height:280px}.enterprise-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:#c9d4e4}.enterprise-card h3{font-size:21px;line-height:1.25;color:var(--navy);margin:16px 0 10px}.enterprise-card p{color:var(--muted);line-height:1.7}.enterprise-icon{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;background:#f1f4f8;color:var(--navy);border:1px solid #d7e0ec;flex:0 0 auto}.enterprise-icon svg,.solution-detail-icon svg,.icon-inline svg,.office-detail-row>svg,.support-contact-row>svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.icon-inline{display:inline-flex;align-items:center}.icon-inline svg{width:16px;height:16px}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--red);font-weight:850;margin-top:20px}
.refresh-home-hero{min-height:680px;grid-template-columns:1.05fr .95fr;gap:54px}.refresh-home-hero .hero-content p{max-width:720px}.operations-preview{position:relative;z-index:2;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.7);border-radius:22px;padding:28px;color:var(--ink);box-shadow:0 30px 80px rgba(0,0,0,.28)}.preview-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.preview-head span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}.preview-head strong{display:block;font-size:28px;color:var(--navy);margin-top:4px}.status-chip{padding:8px 12px;border-radius:999px;background:#e7f3ef;color:#146d5c!important}.preview-copy{color:var(--muted);font-size:15px;line-height:1.6;margin:18px 0 22px}.preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.preview-grid div{padding:17px;border:1px solid var(--line);border-radius:14px;background:#fbfcfe}.preview-grid span{display:block;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.preview-grid strong{display:block;color:var(--navy);margin-top:6px;font-size:16px}.benefit-band{width:88%;margin:-46px auto 44px;position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-soft);overflow:hidden}.benefit-band .enterprise-card{border:0;border-right:1px solid var(--line);border-radius:0;box-shadow:none;min-height:210px}.benefit-band .enterprise-card:last-child{border-right:0}
.process-section{padding:72px 6%;background:#fff}.process-timeline{list-style:none;display:grid;grid-template-columns:repeat(5,1fr);gap:14px;counter-reset:step}.process-timeline li{position:relative;padding:24px;border-top:3px solid var(--navy);background:#fff;border-radius:0 0 16px 16px;box-shadow:0 10px 28px rgba(7,26,54,.05);border-left:1px solid var(--line);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.process-timeline span{font-size:12px;font-weight:900;color:var(--red);letter-spacing:.12em}.process-timeline h3{font-size:20px;color:var(--navy);margin:8px 0}.process-timeline p{color:var(--muted);font-size:14px;line-height:1.65}
.narrative-section{padding:72px 6%}.narrative-grid{max-width:1220px;margin:auto;display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}.narrative-grid h2,.credibility-panel h2{font-size:38px;line-height:1.15;color:var(--navy)}.narrative-copy{display:grid;gap:20px}.narrative-copy p{font-size:17px;line-height:1.82;color:#334967}.split-panel{max-width:1220px;margin:auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:start}.split-panel h2{font-size:36px;color:var(--navy);line-height:1.2}.check-list{list-style:none;display:grid;gap:13px}.check-list li{position:relative;padding:14px 16px 14px 46px;border:1px solid var(--line);background:#fff;border-radius:12px;color:#324867}.check-list li:before{content:"";position:absolute;left:17px;top:17px;width:16px;height:16px;border-radius:50%;background:var(--green)}.check-list li:after{content:"";position:absolute;left:21px;top:20px;width:7px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}.credibility-panel{max-width:1220px;margin:auto;padding:38px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(135deg,#fff,#f7f9fc);display:grid;grid-template-columns:1fr 1fr;gap:44px}.credibility-panel>p{font-size:17px;line-height:1.8;color:#334967}
.enterprise-cta{width:88%;max-width:1400px;margin:20px auto 70px;padding:38px 42px;border-radius:22px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:35px;box-shadow:0 22px 60px rgba(7,26,54,.2)}.enterprise-cta h2{font-size:34px;line-height:1.15;margin-bottom:8px}.enterprise-cta p:not(.eyebrow){color:#d8e1ee;max-width:760px}.enterprise-cta-actions{display:flex;gap:12px;flex-wrap:wrap;flex:0 0 auto}.ghost-dark{border-color:rgba(255,255,255,.45);color:#fff}.ghost-dark:hover{background:#fff;color:var(--navy)}
.solution-detail-section{padding:64px 6%;display:grid;gap:26px;background:#f7f9fc}.solution-detail{max-width:1460px;margin:auto;width:100%;display:grid;grid-template-columns:76px 1.15fr .85fr;gap:30px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:0 12px 38px rgba(7,26,54,.06);scroll-margin-top:150px}.solution-detail-icon{width:68px;height:68px;border-radius:16px;display:grid;place-items:center;color:var(--navy);background:#f1f4f8;border:1px solid #d7e0ec}.solution-detail-icon svg{width:32px;height:32px}.solution-detail-copy h2{font-size:30px;line-height:1.18;color:var(--navy);margin-bottom:12px}.solution-detail-copy>p:not(.eyebrow){color:#344a68;line-height:1.75}.capability-panel{border-left:1px solid var(--line);padding-left:28px}.capability-panel h3{font-size:17px;color:var(--navy);margin-bottom:14px}.capability-panel ul{list-style:none;display:grid;gap:10px}.capability-panel li{display:flex;gap:10px;color:#425673;font-size:14px;line-height:1.45}.capability-panel li span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e7f3ef;color:var(--green);flex:0 0 auto}.capability-panel li svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2.5}.outcome-box,.qualifier{margin-top:18px;padding:16px;border-left:3px solid var(--green);background:#f5faf8;border-radius:0 10px 10px 0}.outcome-box strong,.qualifier strong{color:var(--navy);font-size:13px;text-transform:uppercase;letter-spacing:.08em}.outcome-box p,.qualifier p{margin-top:5px;color:#3d536d;font-size:14px;line-height:1.6}.verification-badge{margin-top:16px;padding:11px 12px;border:1px solid #e9d4a9;background:#fff9ed;border-radius:10px;color:#6f5a30;font-size:12px;line-height:1.5}
.service-stack{max-width:1320px;margin:auto;display:grid;gap:20px}.service-stack-card{display:grid;grid-template-columns:1fr 1fr;gap:36px;padding:30px;border:1px solid var(--line);background:#fff;border-radius:20px;box-shadow:0 10px 30px rgba(7,26,54,.05)}.service-stack-title{display:flex;gap:18px;align-items:flex-start}.service-stack-title h2{font-size:25px;color:var(--navy);margin-bottom:8px}.service-stack-title p{color:var(--muted);line-height:1.7}.service-stack-list h3{font-size:14px;color:var(--navy);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.service-stack-list ul{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:10px}.service-stack-list li{display:flex;gap:8px;color:#405570;font-size:14px}.service-stack-list li span{color:var(--green)}.service-stack-list li svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.5}
.feature-groups{display:grid;gap:24px;background:#f7f9fc}.feature-group{max-width:1320px;width:100%;margin:auto;background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px}.feature-group-head{display:flex;align-items:center;gap:16px;margin-bottom:24px}.feature-group-head h2{font-size:28px;color:var(--navy)}.feature-group-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-group-grid>div{padding:18px;border-top:2px solid var(--navy);background:#fafbfd}.feature-group-grid h3{font-size:16px;color:var(--navy);margin-bottom:7px}.feature-group-grid p{font-size:14px;line-height:1.6;color:var(--muted)}.security-note{max-width:1320px;margin:0 auto;padding:22px;border:1px solid #d9e1ec;border-radius:16px;background:#fff;display:flex;gap:16px}.security-note strong{color:var(--navy)}.security-note p{color:var(--muted);line-height:1.6}
.industry-stack{display:grid;gap:24px;background:#f7f9fc}.industry-card{max-width:1320px;width:100%;margin:auto;display:grid;grid-template-columns:1fr .8fr;gap:40px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;box-shadow:0 10px 30px rgba(7,26,54,.05)}.industry-main h2{font-size:30px;color:var(--navy);margin:14px 0 10px}.industry-main>p:not(.eyebrow){color:#334a68;line-height:1.75}.industry-main .enterprise-icon{margin-bottom:16px}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1320px;margin:auto}.resource-card{display:flex;flex-direction:column;align-items:flex-start;border:1px solid var(--line);border-radius:20px;background:#fff;padding:28px;box-shadow:0 10px 30px rgba(7,26,54,.05);min-height:320px}.resource-card h2{font-size:22px;color:var(--navy);margin:16px 0 10px}.resource-card p{color:var(--muted);line-height:1.7;margin-bottom:20px}.resource-card .btn{margin-top:auto}.btn.secondary{background:#fff;color:var(--navy);border:1px solid #b9c6d8}.btn.secondary:hover{border-color:var(--navy);background:#f7f9fc}.btn.disabled{opacity:.55;cursor:not-allowed}.resource-note{display:block;color:#8a6b32;margin-top:12px;line-height:1.45}
.contact-refresh,.demo-refresh,.support-refresh,.login-refresh{background:#f7f9fc}.contact-refresh-grid{max-width:1320px;margin:auto;display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:stretch}.enterprise-form{background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:0 12px 40px rgba(7,26,54,.07)}.form-heading{margin-bottom:24px}.form-heading h2{font-size:30px;color:var(--navy);margin-bottom:8px}.form-heading p:not(.eyebrow){color:var(--muted)}.enterprise-form label{display:grid;gap:7px;color:var(--navy);font-weight:800;font-size:13px}.enterprise-form input,.enterprise-form select,.enterprise-form textarea{width:100%;border:1px solid #cfd9e7;border-radius:10px;background:#fff;padding:13px 14px;color:var(--ink);outline:none}.enterprise-form input:focus,.enterprise-form select:focus,.enterprise-form textarea:focus{border-color:var(--navy2);box-shadow:0 0 0 3px rgba(16,44,86,.09)}.enterprise-form textarea{min-height:130px;resize:vertical}.form-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .full{grid-column:1/-1}.full-submit{width:100%;margin-top:2px}.office-refresh{background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:0 12px 40px rgba(7,26,54,.07)}.office-heading h2{font-size:30px;color:var(--navy);margin-bottom:22px}.office-detail-row{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:18px 0;border-top:1px solid var(--line)}.office-detail-row>svg{width:28px;height:28px;color:var(--navy)}.office-detail-row strong{color:var(--navy)}.office-detail-row p{color:var(--muted);line-height:1.6}.office-detail-row small{color:#8a6b32}.client-support-card{margin-top:20px;padding:20px;background:#f5f7fa;border-radius:14px}.client-support-card h3{color:var(--navy);margin-bottom:8px}.client-support-card p{color:var(--muted);margin-bottom:14px}.consent-row{margin:18px 0;color:var(--muted)!important;font-weight:500!important}.consent-row input{width:17px;height:17px;flex:0 0 auto}.consent-row{display:flex!important;align-items:flex-start;gap:10px!important}
.demo-refresh{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:start}.demo-expect{position:sticky;top:145px}.expect-grid{display:grid;gap:12px}.expect-grid article{padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}.expect-grid span{font-size:11px;color:var(--red);font-weight:900;letter-spacing:.12em}.expect-grid h3{font-size:17px;color:var(--navy);margin:5px 0}.expect-grid p{font-size:14px;color:var(--muted);line-height:1.6}.option-fieldset{border:0}.option-fieldset legend{color:var(--navy);font-weight:900;font-size:13px;margin-bottom:8px}.option-card-grid{grid-template-columns:1fr 1fr}.option-card-grid label{min-height:60px}.reassurance-note{margin-top:20px;padding:16px;background:#f5f7fa;border-radius:12px}.reassurance-note strong{color:var(--navy)}.reassurance-note p{color:var(--muted);font-size:13px;line-height:1.55;margin-top:4px}
.before-submit{max-width:1320px;margin:0 auto 24px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:18px}.before-submit .check-list{grid-template-columns:1fr 1fr}.support-main-grid{max-width:1320px;margin:auto;display:grid;grid-template-columns:1.15fr .85fr;gap:24px}.support-info-stack{display:grid;gap:20px}.side-info-card{border:1px solid var(--line);box-shadow:0 10px 30px rgba(7,26,54,.05)}.support-contact-row{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:16px 0;border-top:1px solid var(--line)}.support-contact-row>svg{width:26px;height:26px;color:var(--navy)}.support-contact-row strong{color:var(--navy)}.support-contact-row p,.support-contact-row small{color:var(--muted)}.priority-guide{display:grid;grid-template-columns:1fr 1fr;gap:10px}.priority-guide>div{padding:14px;background:#f7f9fc;border-radius:12px}.priority-guide strong{color:var(--navy)}.priority-guide p{font-size:13px;margin-top:5px}.file-input{padding:10px!important}
.login-refresh-grid{max-width:1080px;margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.login-card{display:grid;gap:16px}.login-options{display:flex;justify-content:space-between;gap:20px;align-items:center}.login-options a{color:var(--red);font-weight:800}.login-assistance{background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:0 12px 40px rgba(7,26,54,.07)}.login-assistance h2{font-size:28px;color:var(--navy);margin:16px 0 8px}.login-assistance>p{color:var(--muted);line-height:1.7;margin-bottom:18px}.error-reference{margin-top:26px}.error-reference h3{color:var(--navy);margin-bottom:10px}.error-reference details,.faq-list details{border-top:1px solid var(--line);padding:13px 0}.error-reference summary,.faq-list summary{cursor:pointer;font-weight:850;color:var(--navy)}.error-reference details p,.faq-list details p{padding-top:9px;color:var(--muted);line-height:1.65}
.faq-section{background:#f7f9fc}.faq-list{max-width:980px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:20px;padding:12px 28px;box-shadow:0 12px 40px rgba(7,26,54,.06)}.faq-list details{padding:18px 0}.faq-list summary{font-size:17px}.faq-list p{font-size:15px}
.site-footer{background:#071a36}.footer-brand p{color:#dce5f0}.footer-column a,.footer-contact p,.footer-bottom{color:#dce5f0}.clean-footer .footer-demo,.clean-footer .footer-strip{display:none!important}.footer-bottom{justify-content:center}.footer-bottom div{display:none!important}
@media (max-width:1200px){.enterprise-grid.five{grid-template-columns:repeat(3,1fr)}.enterprise-grid.four{grid-template-columns:repeat(2,1fr)}.feature-group-grid{grid-template-columns:repeat(2,1fr)}.resource-grid{grid-template-columns:repeat(2,1fr)}.process-timeline{grid-template-columns:repeat(3,1fr)}.refresh-home-hero{grid-template-columns:1fr}.operations-preview{max-width:760px}.benefit-band{width:92%;grid-template-columns:repeat(2,1fr)}.benefit-band .enterprise-card:nth-child(2){border-right:0}.service-stack-card{grid-template-columns:1fr}.solution-detail{grid-template-columns:64px 1fr}.capability-panel{grid-column:2;border-left:0;border-top:1px solid var(--line);padding:22px 0 0}.industry-card{grid-template-columns:1fr}.demo-refresh{grid-template-columns:1fr}.demo-expect{position:static}.support-main-grid{grid-template-columns:1fr}}
@media (max-width:820px){.enterprise-hero{min-height:auto;padding:42px 6%}.enterprise-hero h1{font-size:36px}.enterprise-hero p:not(.eyebrow){font-size:16px}.enterprise-section,.process-section,.narrative-section,.solution-detail-section,.feature-groups,.industry-stack,.contact-refresh,.demo-refresh,.support-refresh,.login-refresh{padding:48px 5%}.enterprise-grid.two,.enterprise-grid.three,.enterprise-grid.four,.enterprise-grid.five,.feature-group-grid,.resource-grid,.process-timeline,.benefit-band,.narrative-grid,.split-panel,.credibility-panel,.contact-refresh-grid,.form-grid.two,.before-submit .check-list,.login-refresh-grid{grid-template-columns:1fr}.benefit-band{margin:0 auto 36px}.benefit-band .enterprise-card{border-right:0;border-bottom:1px solid var(--line)}.enterprise-card{min-height:auto}.solution-detail{grid-template-columns:1fr;padding:24px}.capability-panel{grid-column:auto}.solution-detail-icon{width:56px;height:56px}.service-stack-list ul{grid-template-columns:1fr}.service-stack-card{padding:24px}.industry-card{padding:24px}.enterprise-cta{width:90%;padding:28px;align-items:flex-start;flex-direction:column}.enterprise-cta h2{font-size:28px}.option-card-grid{grid-template-columns:1fr}.priority-guide{grid-template-columns:1fr}.login-options{align-items:flex-start;flex-direction:column}.preview-grid{grid-template-columns:1fr}.refresh-home-hero{padding:54px 6%}.hero h1{font-size:42px}.resource-grid{grid-template-columns:1fr}}

.footer-pending{display:block;color:#9fb0c6;margin:9px 0;font-size:13px}.footer-contact small{color:#9fb0c6;line-height:1.45}

/* 2026-08 production-readiness additions */
.skip-link{position:fixed;left:16px;top:10px;z-index:9999;background:#fff;color:var(--navy);padding:10px 14px;border:2px solid var(--navy);border-radius:8px;transform:translateY(-160%);transition:transform .15s}.skip-link:focus{transform:translateY(0)}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid currentColor;outline-offset:3px}
.consent-row a,.legal-section a,.verification-callout a,.legal-side a{color:var(--red);text-decoration:underline;text-underline-offset:3px}
.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.success-note{color:#406b4b}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;background:#eef2f7;color:var(--navy);font-size:12px;font-weight:800}.status-pill.warning{background:#fff3d8;color:#73551c}
.faq-page-wrap{max-width:1050px;margin:auto}.faq-jump{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.faq-jump a{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 13px;color:var(--navy);font-weight:800;font-size:13px}.faq-group{scroll-margin-top:120px;margin:0 0 28px}.faq-group h2{font-size:25px;color:var(--navy);margin:0 0 12px}.faq-group .faq-list{max-width:none;margin:0}.verification-callout,.draft-banner,.important-note{border:1px solid #d4dfec;border-left:4px solid var(--navy);background:#f7f9fc;border-radius:14px;padding:18px 20px;margin:20px 0}.verification-callout strong,.draft-banner strong{color:var(--navy)}.verification-callout p,.draft-banner p{color:var(--muted);line-height:1.6;margin-top:5px}.draft-banner{border-left-color:var(--red);background:#fff8f8}.important-note{border-left-color:var(--red)}
.legal-layout{max-width:1240px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:30px;background:#f7f9fc}.legal-main,.legal-side{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 10px 30px rgba(7,26,54,.05)}.legal-main{padding:34px}.legal-side{padding:28px;align-self:start;position:sticky;top:110px}.legal-side h2{color:var(--navy);font-size:22px;margin-bottom:12px}.legal-side p{color:var(--muted);line-height:1.7;margin-bottom:16px}.legal-section{padding:24px 0;border-top:1px solid var(--line)}.legal-section:first-of-type{border-top:0}.legal-section h2{color:var(--navy);font-size:23px;margin-bottom:10px}.legal-section p,.legal-section li{color:var(--muted);line-height:1.75}.legal-section ul{padding-left:22px;display:grid;gap:7px}.draft-page .enterprise-hero{background:linear-gradient(110deg,#0a2344,#15375f)}
.form-processing-note{margin-top:12px;color:#68778b;font-size:12px;line-height:1.5}.enterprise-form button[aria-busy="true"]{opacity:.65;cursor:wait}.toast[data-type="warning"]{border-left:4px solid #d29224}.toast[data-type="error"]{border-left:4px solid #b42318}.toast[data-type="success"]{border-left:4px solid #287a46}.guide-promo{max-width:1120px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;display:flex;justify-content:space-between;align-items:center;gap:28px}.guide-promo h2{color:var(--navy);font-size:30px;margin:4px 0 9px}.guide-promo p:not(.eyebrow){color:var(--muted);max-width:760px;line-height:1.7}.login-gateway{padding:18px;border:1px solid var(--line);border-radius:14px;background:#f7f9fc}.login-gateway p{color:var(--muted);line-height:1.65;margin-bottom:14px}
@media (max-width:820px){.legal-layout{grid-template-columns:1fr;padding:48px 5%}.legal-side{position:static}.legal-main{padding:24px}.guide-promo{flex-direction:column;align-items:flex-start}.faq-jump{overflow:auto;flex-wrap:nowrap;padding-bottom:6px}.faq-jump a{white-space:nowrap}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}

/* =====================================================
   2026-08-07 HOME DASHBOARD + FOOTER REFINEMENT
   Confirmed address and visual corrections requested.
===================================================== */

/* Home illustrative dashboard: navy glass treatment keeps the bulb visible while preserving readability. */
.refresh-home-hero{
  align-items:center;
}
.operations-preview{
  width:100%;
  max-width:760px;
  justify-self:end;
  position:relative;
  overflow:hidden;
  background:rgba(7,27,58,.80);
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  padding:30px;
  color:#fff;
  box-shadow:0 26px 70px rgba(1,14,36,.30);
  backdrop-filter:blur(10px) saturate(115%);
  -webkit-backdrop-filter:blur(10px) saturate(115%);
}
.operations-preview::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.015) 48%,rgba(0,0,0,.06));
}
.operations-preview > *{
  position:relative;
  z-index:1;
}
.operations-preview .preview-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:20px;
  padding-bottom:20px;
  border-bottom:1px solid rgba(255,255,255,.15);
}
.operations-preview .preview-title-group{
  min-width:0;
}
.operations-preview .preview-kicker{
  display:block;
  margin-bottom:7px;
  color:rgba(255,255,255,.72);
  font-size:12px;
  font-weight:900;
  line-height:1.35;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.operations-preview .preview-head strong{
  display:block;
  margin:0;
  color:#fff;
  font-size:30px;
  line-height:1.12;
  letter-spacing:-.5px;
}
.operations-preview .status-chip{
  flex:0 0 auto;
  padding:9px 13px;
  background:rgba(32,178,138,.16);
  border:1px solid rgba(93,224,186,.26);
  color:#9bf1d7!important;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
/* .hero p has a more specific white-text rule; this deliberately sets the dashboard copy tone. */
.hero .operations-preview .preview-copy{
  max-width:none;
  margin:20px 0 22px;
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.7;
}
.operations-preview .preview-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.operations-preview .preview-metric{
  min-width:0;
  padding:18px;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:13px;
  align-items:start;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.15);
  border-radius:16px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}
.operations-preview .preview-metric-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  color:#cfe5ff;
}
.operations-preview .preview-metric-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.operations-preview .preview-metric span{
  display:block;
  color:rgba(255,255,255,.62);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  line-height:1.3;
  text-transform:uppercase;
}
.operations-preview .preview-metric strong{
  display:block;
  margin:5px 0 3px;
  color:#fff;
  font-size:17px;
  line-height:1.25;
}
.operations-preview .preview-metric small{
  display:block;
  color:rgba(255,255,255,.66);
  font-size:12px;
  line-height:1.45;
}
.operations-preview .preview-foot{
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.64);
  font-size:12px;
  line-height:1.45;
}
.operations-preview .preview-dot{
  width:8px;
  height:8px;
  flex:0 0 auto;
  border-radius:50%;
  background:#32d39a;
  box-shadow:0 0 0 4px rgba(50,211,154,.12);
}

/* Footer: four equal navigation/contact columns so Contact no longer drops below. */
.site-footer{
  padding:64px 6% 0;
}
.footer-top{
  grid-template-columns:minmax(280px,360px) minmax(0,1fr);
  gap:58px;
  max-width:1320px;
}
.footer-nav{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:30px;
  align-items:start;
}
.footer-column{
  min-width:0;
}
.footer-column h3{
  font-size:18px;
}
.footer-column a{
  width:auto;
  max-width:100%;
  line-height:1.45;
}
.footer-contact address{
  margin:0 0 16px;
  color:#dce5f0;
  font-style:normal;
  font-size:14px;
  line-height:1.7;
}
.footer-brand p{
  max-width:390px;
  line-height:1.75;
}
.footer-bottom{
  max-width:1320px;
  margin-top:42px;
  padding:22px 0 28px;
}
.footer-bottom p{
  margin:0;
  text-align:center;
  font-size:14px;
}


@media (max-width:1180px){
  .footer-top{
    grid-template-columns:1fr;
    gap:38px;
  }
  .footer-brand{
    max-width:560px;
  }
  .footer-nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:34px 42px;
  }
  .operations-preview{
    justify-self:start;
  }
}

@media (max-width:820px){
  .operations-preview{
    padding:22px;
    border-radius:20px;
  }
  .operations-preview .preview-head{
    align-items:flex-start;
  }
  .operations-preview .preview-head strong{
    font-size:25px;
  }
  .operations-preview .preview-grid{
    grid-template-columns:1fr;
  }
  .footer-nav{
    grid-template-columns:1fr;
    gap:26px;
  }
  .site-footer{
    padding:48px 7% 0;
  }
  .footer-logo{
    height:46px;
  }
  .footer-logo-link{
    padding:14px 18px;
  }
}

@media (max-width:520px){
  .operations-preview .preview-head{
    flex-direction:column;
  }
  .operations-preview .status-chip{
    align-self:flex-start;
  }
}

/* 2026-08-07 dashboard glass hotfix
   Prevent the legacy .preview-grid div rule from styling the metric text wrapper
   as an opaque white card. The article itself is the glass tile. */
.operations-preview .preview-metric > div:not(.preview-metric-icon){
  min-width:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

/* View-only document presentation */
/* Full-screen, professional view-only document experience */
.document-viewer-page{
  margin:0;
  height:100vh;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:#071a36;
  color:#fff;
}

.document-viewer-shell{
  width:100vw;
  flex:1 1 auto;
  height:auto;
  min-height:0;
  display:grid;
  grid-template-rows:72px minmax(0,1fr);
  padding:0;
  box-sizing:border-box;
}
.document-viewer-bar{
  width:100%;
  max-width:none;
  margin:0;
  padding:0 24px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:linear-gradient(90deg,#071a36 0%,#0b254b 100%);
  border-bottom:1px solid rgba(255,255,255,.14);
  box-shadow:0 8px 24px rgba(0,0,0,.18);
  z-index:2;
}
.document-viewer-heading{
  min-width:0;
  display:flex;
  align-items:center;
  gap:14px;
}
.document-viewer-heading>div{
  min-width:0;
}
.document-viewer-bar h1{
  margin:0;
  font-size:clamp(16px,1.6vw,22px);
  line-height:1.15;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.document-viewer-bar p{
  margin:3px 0 0;
  color:#b9c8dc;
  font-size:12px;
  line-height:1.2;
}
.viewer-label{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(115,225,193,.38);
  background:rgba(115,225,193,.10);
  color:#73e1c1;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
}
.viewer-back{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:9px;
  color:#fff;
  background:rgba(255,255,255,.07);
  font-weight:800;
  font-size:13px;
  transition:background .2s ease,border-color .2s ease;
}
.viewer-back:hover,
.viewer-back:focus-visible{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.45);
}
.document-frame-wrap{
  width:100vw;
  height:100%;
  min-height:0;
  max-width:none;
  margin:0;
  border:0;
  border-radius:0;
  overflow:hidden;
  background:#d9dee6;
  box-shadow:none;
}
.document-frame{
  display:block;
  width:100%;
  height:100%;
  border:0;
  background:#d9dee6;
}
.viewer-fallback{
  padding:24px;
  color:#17233a;
}
@media (max-width:700px){
  .document-viewer-shell{
    grid-template-rows:64px minmax(0,1fr);
  }
  .document-viewer-bar{
    padding:0 12px;
    gap:10px;
  }
  .document-viewer-heading{
    gap:8px;
  }
  .viewer-label{
    display:none;
  }
  .document-viewer-bar h1{
    font-size:14px;
  }
  .document-viewer-bar p{
    display:none;
  }
  .viewer-back{
    min-height:36px;
    padding:0 10px;
    font-size:12px;
  }
  .document-frame-wrap{
    height:100%;
    min-height:0;
  }
}

/* Shared-header-aware document viewer sizing */
.document-viewer-page .document-viewer-shell{
  height:calc(100vh - 144px) !important;
  min-height:0 !important;
}
@media (max-width:820px){
  .document-viewer-page .document-viewer-shell{
    height:calc(100vh - 82px) !important;
  }
}
