
:root{
  --navy:#071f52;
  --navy2:#042b73;
  --blue:#0b66d8;
  --blue2:#1677eb;
  --yellow:#ffc400;
  --text:#0a2148;
  --muted:#566980;
  --light:#f4f9ff;
  --light2:#eaf4ff;
  --border:#d7e6f8;
  --white:#fff;
  --shadow:0 16px 38px rgba(8,40,96,.10);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.55;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.site-header{
  height:92px;
  background:rgba(255,255,255,.96);
  position:sticky;
  top:0;
  z-index:100;
  border-bottom:1px solid #e8eef8;
  box-shadow:0 3px 18px rgba(7,31,82,.06);
  backdrop-filter:blur(10px);
}
.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo img{width:190px;height:auto}
.navlinks{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:800}
.navlinks a{position:relative;color:var(--navy)}
.navlinks a.active::after{content:"";position:absolute;left:0;right:0;bottom:-31px;height:4px;background:var(--blue);border-radius:99px}
.menu{display:none;border:0;background:#fff;font-size:30px;color:var(--navy)}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:11px;
  padding:15px 22px;
  font-weight:900;
  border:2px solid transparent;
  line-height:1;
  white-space:nowrap;
  transition:.18s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-yellow{background:var(--yellow);color:#061a38}
.btn-blue{background:var(--blue);color:#fff}
.btn-outline{background:#fff;color:var(--blue);border-color:#b7d4f6}
.btn-light-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
h1,h2,h3{margin:0 0 16px;line-height:1.08;letter-spacing:-.035em;color:var(--navy)}
h1{font-size:clamp(42px,4.8vw,66px)}
h2{font-size:clamp(30px,3.25vw,44px)}
h3{font-size:22px}
p{margin:0 0 18px;color:var(--muted)}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--border);
  color:var(--navy);
  font-weight:900;
  font-size:13px;
  margin-bottom:20px;
  box-shadow:0 8px 22px rgba(8,40,96,.06);
}
.light-kicker{background:rgba(255,255,255,.10);color:#fff;border-color:rgba(255,255,255,.24);box-shadow:none}
.section{padding:76px 0}
.section-tight{padding:54px 0}
.light{background:var(--light)}
.center{text-align:center}
.center p{max-width:790px;margin-left:auto;margin-right:auto}
.hero{
  background:linear-gradient(90deg,#fff 0%,#f4f9ff 100%);
  padding:72px 0 64px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:42px;
  align-items:center;
}
.hero p{font-size:18px;max-width:650px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.hero-image{
  border-radius:28px;
  overflow:hidden;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  background:#eef6ff;
}
.hero-image img{width:100%;height:450px;object-fit:cover}
.scope-badge{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:14px;
  align-items:center;
  margin-top:28px;
  background:#eaf5ff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:18px;
  max-width:610px;
}
.scope-badge .circle{width:54px;height:54px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:900;font-size:24px}
.scope-badge strong{display:block;color:var(--navy)}
.scope-badge span{font-size:14px;color:var(--muted)}
.support-strip{
  background:#fff;
  border-top:1px solid #edf3fb;
  border-bottom:1px solid #edf3fb;
}
.support-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
}
.support-item{
  padding:34px 28px;
  border-right:1px solid #edf3fb;
}
.support-item:last-child{border-right:0}
.support-item .mini-icon{
  width:46px;height:46px;border-radius:50%;
  background:#eaf4ff;color:var(--blue);
  display:grid;place-items:center;
  font-size:22px;
  font-weight:900;
  margin-bottom:14px;
}
.support-item h3{font-size:21px;margin-bottom:7px}
.support-item p{font-size:15px;margin-bottom:0}
.control-band{
  background:linear-gradient(135deg,#071f52,#075fd0);
  color:#fff;
}
.control-band h2,.control-band p,.control-band h3{color:#fff}
.control-band p{opacity:.9}
.control-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:38px;
  align-items:start;
}
.control-list{
  display:grid;
  gap:14px;
}
.control-row{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  align-items:start;
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,.18);
}
.control-row:last-child{border-bottom:0}
.control-icon{
  width:42px;height:42px;border-radius:50%;
  background:rgba(255,255,255,.14);
  display:grid;place-items:center;
  color:#fff;
  font-weight:900;
}
.control-row strong{display:block;color:#fff;font-size:17px;margin-bottom:3px}
.control-row span{color:#dbeafe;font-size:14.5px}
.process{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin-top:34px;
  border:1px solid var(--border);
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 28px rgba(8,40,96,.06);
}
.process-step{
  padding:30px 24px;
  border-right:1px solid var(--border);
  min-height:210px;
}
.process-step:last-child{border-right:0}
.step-no{
  width:44px;height:44px;border-radius:50%;
  background:var(--blue);
  color:#fff;
  display:grid;place-items:center;
  font-weight:900;
  margin-bottom:16px;
}
.process-step h3{font-size:20px;margin-bottom:8px}
.process-step p{font-size:14.5px;margin-bottom:0}
.promise-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
}
.promise-list{
  display:grid;
  gap:12px;
  margin-top:20px;
}
.promise-item{
  display:grid;
  grid-template-columns:24px 1fr;
  gap:10px;
  font-weight:750;
  color:var(--text);
}
.promise-item::before{content:"✓";color:var(--blue);font-weight:900}
.trust-panel{
  background:#eaf5ff;
  border:1px solid var(--border);
  border-radius:26px;
  padding:34px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:30px;
  align-items:center;
}
.trust-proof{
  display:grid;
  gap:12px;
}
.proof-line{
  display:flex;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid #cbdff6;
  padding:12px 0;
}
.proof-line:last-child{border-bottom:0}
.proof-line strong{color:var(--navy)}
.proof-line span{color:var(--muted);text-align:right}
.driver-cta{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:34px;
  align-items:center;
  background:#fff;
  border:1px solid var(--border);
  border-radius:28px;
  padding:38px;
  box-shadow:var(--shadow);
}
.driver-cta img{
  width:100%;
  height:300px;
  object-fit:cover;
  border-radius:22px;
}
.footer{background:#05245e;color:#fff;padding:52px 0 22px}
.footer p,.footer a{color:#dbeafe}
.footer h4{color:#fff;margin:0 0 14px}
.footer-grid{display:grid;grid-template-columns:1.55fr repeat(4,1fr);gap:34px}
.footer ul{padding:0;margin:0;list-style:none;display:grid;gap:7px}
.footer-logo img{width:185px;filter:brightness(0) invert(1) saturate(0) brightness(2)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.18);margin-top:34px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;font-size:13px;color:#dbeafe}
@media(max-width:980px){
  .menu{display:block}
  .navlinks{
    display:none;position:absolute;left:0;right:0;top:92px;background:#fff;padding:22px;
    flex-direction:column;align-items:flex-start;border-bottom:1px solid #e8eef8
  }
  .navlinks.open{display:flex}
  .navlinks a.active::after{display:none}
  .hero-grid,.control-grid,.promise-grid,.trust-panel,.driver-cta,.footer-grid{grid-template-columns:1fr}
  .hero-image img{height:320px}
  .support-row{grid-template-columns:1fr}
  .support-item{border-right:0;border-bottom:1px solid #edf3fb}
  .support-item:last-child{border-bottom:0}
  .process{grid-template-columns:1fr}
  .process-step{border-right:0;border-bottom:1px solid var(--border);min-height:auto}
  .process-step:last-child{border-bottom:0}
  h1{font-size:clamp(36px,9vw,48px)}
  .section{padding:56px 0}
  .driver-cta{padding:28px}
}


/* Hero photo treatment: cloudy left fade + blue information card */
.hero-picture-style{
  position:relative;
  min-height:450px;
  isolation:isolate;
}

.hero-picture-style img{
  width:100%;
  height:450px;
  object-fit:cover;
  display:block;
}

.hero-picture-style::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:42%;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle at 12% 48%, rgba(255,255,255,.92), rgba(255,255,255,.54) 38%, rgba(255,255,255,0) 70%),
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.76) 36%, rgba(255,255,255,.22) 72%, rgba(255,255,255,0) 100%);
  filter:blur(1px);
}

.hero-picture-style::after{
  content:"";
  position:absolute;
  left:-70px;
  bottom:-70px;
  width:310px;
  height:310px;
  border-radius:50%;
  z-index:1;
  pointer-events:none;
  background:rgba(255,255,255,.55);
  filter:blur(24px);
}

.hero-photo-card{
  position:absolute;
  right:28px;
  bottom:28px;
  z-index:2;
  width:min(420px, calc(100% - 56px));
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  align-items:start;
  padding:24px 24px;
  border-radius:20px;
  color:#fff;
  background:linear-gradient(135deg,#071f52,#075fd0);
  box-shadow:0 18px 42px rgba(8,40,96,.28);
}

.photo-card-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
}

.hero-photo-card strong{
  display:block;
  color:#fff;
  font-size:17px;
  line-height:1.25;
  margin-bottom:6px;
}

.hero-photo-card span{
  display:block;
  color:#dbeafe;
  font-size:14.5px;
  line-height:1.45;
}

@media(max-width:980px){
  .hero-picture-style,
  .hero-picture-style img{
    min-height:330px;
    height:330px;
  }

  .hero-picture-style::before{
    width:55%;
  }

  .hero-photo-card{
    right:16px;
    bottom:16px;
    width:calc(100% - 32px);
    padding:18px;
    grid-template-columns:36px 1fr;
  }

  .photo-card-icon{
    width:36px;
    height:36px;
  }
}


/* Selected Home Hero — matches approved mockup style */
.hero-selected{
  position:relative;
  padding:68px 0 72px;
  background:
    radial-gradient(circle at 74% 26%, rgba(213,234,255,.70), rgba(255,255,255,0) 36%),
    linear-gradient(90deg,#ffffff 0%,#f3f8ff 100%);
  overflow:hidden;
}

.hero-selected::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 9% 22%, rgba(11,102,216,.06), rgba(255,255,255,0) 28%),
    radial-gradient(circle at 48% 74%, rgba(11,102,216,.055), rgba(255,255,255,0) 36%);
}

.hero-selected-grid{
  position:relative;
  z-index:1;
  grid-template-columns:.95fr 1.05fr;
  gap:54px;
}

.hero-copy h1{
  color:#061a45;
  font-size:clamp(46px,5vw,68px);
  line-height:1.08;
  letter-spacing:-.055em;
  margin-bottom:22px;
}

.hero-copy h1 span{
  color:#0b66d8;
}

.hero-copy p{
  max-width:640px;
  font-size:18px;
  line-height:1.62;
  color:#425372;
}

.hero-kicker{
  color:#0b55bf;
  background:#f2f7ff;
  border-color:#d7e6f8;
  box-shadow:none;
  margin-bottom:26px;
}

.selected-hero-image{
  position:relative;
  border-radius:28px;
  border:0;
  box-shadow:none;
  overflow:hidden;
  min-height:520px;
  background:#eef6ff;
  isolation:isolate;
}

.selected-hero-image img{
  width:100%;
  height:520px;
  object-fit:cover;
  display:block;
}

.selected-hero-image::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:48%;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle at 8% 50%, rgba(255,255,255,.98), rgba(255,255,255,.70) 38%, rgba(255,255,255,0) 72%),
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.78) 38%, rgba(255,255,255,.28) 72%, rgba(255,255,255,0) 100%);
  filter:blur(.5px);
}

.selected-hero-image::after{
  content:"";
  position:absolute;
  left:-105px;
  bottom:-98px;
  width:420px;
  height:420px;
  z-index:1;
  pointer-events:none;
  background:rgba(255,255,255,.58);
  border-radius:50%;
  filter:blur(30px);
}

.selected-photo-card{
  position:absolute;
  right:28px;
  bottom:28px;
  z-index:3;
  width:min(470px, calc(100% - 56px));
  display:grid;
  grid-template-columns:58px 1fr;
  gap:18px;
  align-items:center;
  padding:26px 28px;
  border-radius:20px;
  color:#fff;
  background:linear-gradient(135deg,#071f52,#075fd0 88%);
  box-shadow:0 18px 42px rgba(8,40,96,.30);
}

.selected-photo-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  font-size:24px;
}

.selected-photo-card strong{
  display:block;
  color:#fff;
  font-size:18px;
  line-height:1.25;
  margin-bottom:7px;
}

.selected-photo-card span{
  display:block;
  color:#dbeafe;
  font-size:15.5px;
  line-height:1.45;
}

.selected-scope-badge{
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(8px);
  border-color:#d7e6f8;
  box-shadow:0 10px 28px rgba(8,40,96,.06);
}

.selected-scope-badge .circle{
  background:#0b66d8;
  font-size:21px;
}

@media(max-width:980px){
  .hero-selected{
    padding:44px 0 52px;
  }

  .hero-selected-grid{
    grid-template-columns:1fr;
    gap:32px;
  }

  .hero-copy h1{
    font-size:clamp(36px,10vw,48px);
  }

  .selected-hero-image,
  .selected-hero-image img{
    min-height:360px;
    height:360px;
  }

  .selected-hero-image::before{
    width:58%;
  }

  .selected-photo-card{
    right:16px;
    bottom:16px;
    width:calc(100% - 32px);
    padding:18px;
    grid-template-columns:42px 1fr;
  }

  .selected-photo-icon{
    width:42px;
    height:42px;
    font-size:20px;
  }

  .selected-photo-card strong{
    font-size:16px;
  }

  .selected-photo-card span{
    font-size:14px;
  }
}

@media(max-width:640px){
  .hero-selected{
    padding-top:32px;
  }

  .hero-actions .btn{
    width:100%;
  }

  .selected-hero-image,
  .selected-hero-image img{
    min-height:320px;
    height:320px;
  }

  .selected-photo-card{
    align-items:start;
  }

  .scope-badge{
    grid-template-columns:44px 1fr;
  }

  .scope-badge .circle{
    width:44px;
    height:44px;
  }
}


/* Professional title-size refinement
   Keeps the page design the same while reducing oversized hero/page titles. */
h1{
  font-size:clamp(36px,4.2vw,54px);
  line-height:1.12;
  letter-spacing:-.04em;
}

.hero-copy h1{
  font-size:clamp(36px,4.2vw,54px);
  line-height:1.12;
  letter-spacing:-.04em;
}

@media(max-width:980px){
  h1,
  .hero-copy h1{
    font-size:clamp(32px,8vw,42px);
    line-height:1.12;
  }
}

@media(max-width:640px){
  h1,
  .hero-copy h1{
    font-size:clamp(30px,8vw,38px);
    line-height:1.12;
  }
}


/* Recommended correction footer refinement */
.footer-bottom{
  align-items:center;
}
.footer-bottom span{
  display:inline-block;
}
