/* Why JL page specific entry file */
@import url('./common.css');

/* Redesigned Why JL page: premium split narrative + editorial Q&A */
.why-command-section{
  padding:104px 0 96px;
  background:
    radial-gradient(circle at 12% 0%, rgba(37,99,235,.08), transparent 30%),
    linear-gradient(180deg,#fff,#F8FBFF);
}
.why-command-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:72px;
  align-items:center;
}
.why-kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:8px 14px;
  border-radius:999px;
  background:#EFF6FF;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:18px;
}
.why-command-copy h2,
.why-answer-sticky h2,
.why-bottom-band h2{
  font-size:clamp(40px,4.3vw,64px);
  line-height:1.04;
  letter-spacing:-.055em;
  margin-bottom:22px;
}
.why-command-copy p,
.why-answer-sticky p,
.why-bottom-band p{
  color:#64748B;
  font-size:17px;
  line-height:1.8;
}
.why-metrics{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.why-metrics div{
  padding:24px 22px 24px 0;
  border-right:1px solid var(--line);
}
.why-metrics div + div{
  padding-left:22px;
}
.why-metrics div:last-child{
  border-right:0;
}
.why-metrics strong{
  display:block;
  font-size:38px;
  line-height:1;
  letter-spacing:-.05em;
  color:var(--navy);
  margin-bottom:10px;
}
.why-metrics span{
  color:#64748B;
  font-size:14px;
  font-weight:800;
}
.why-visual-card{
  min-height:520px;
  border-radius:38px;
  position:relative;
  overflow:hidden;
  box-shadow:0 38px 96px rgba(11,31,58,.14);
  background:var(--navy);
}
.why-visual-photo{
  position:absolute;
  inset:0;
  background-image:url('../assets/banner-why.jpg');
  background-size:cover;
  background-position:center;
  transform:scale(1.03);
}
.why-visual-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(8,20,38,.20), rgba(8,20,38,.52)),
    linear-gradient(180deg, rgba(8,20,38,.08), rgba(8,20,38,.55));
}
.why-visual-panel{
  position:absolute;
  z-index:2;
  left:34px;
  right:34px;
  bottom:34px;
  border-radius:28px;
  padding:30px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.55);
}
.why-visual-panel span{
  display:block;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.why-visual-panel strong{
  display:block;
  max-width:420px;
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.04em;
  color:var(--navy);
}
.why-signal{
  display:flex;
  gap:8px;
  margin-top:22px;
}
.why-signal i{
  height:8px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--blue),var(--cyan));
}
.why-signal i:nth-child(1){width:34%}
.why-signal i:nth-child(2){width:22%;opacity:.65}
.why-signal i:nth-child(3){width:14%;opacity:.36}

.why-answer-section{
  padding:104px 0 112px;
  background:#fff;
}
.why-answer-layout{
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:74px;
  align-items:start;
}
.why-answer-sticky{
  position:sticky;
  top:116px;
}
.why-answer-list{
  border-top:1px solid rgba(11,31,58,.12);
}
.why-answer-item{
  display:grid;
  grid-template-columns:84px 1fr;
  gap:26px;
  padding:36px 0;
  border-bottom:1px solid rgba(11,31,58,.12);
  transition:.28s ease;
}
.why-answer-item:hover{
  transform:translateX(8px);
}
.why-number{
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  color:var(--blue);
  font-weight:900;
  font-size:18px;
  letter-spacing:.08em;
  padding-top:5px;
}
.why-answer-item h3{
  font-size:clamp(24px,2.2vw,36px);
  line-height:1.18;
  letter-spacing:-.04em;
  margin-bottom:16px;
  color:var(--navy);
}
.why-answer-item p{
  color:#475569;
  font-size:16px;
  line-height:1.85;
  margin:0;
}

.why-bottom-section{
  padding:0 0 110px;
  background:#fff;
}
.why-bottom-band{
  border-radius:36px;
  padding:54px 60px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:44px;
  align-items:center;
  background:
    radial-gradient(circle at 88% 20%, rgba(6,182,212,.16), transparent 26%),
    linear-gradient(135deg,#0B1F3A,#123966);
  color:white;
  box-shadow:0 30px 80px rgba(11,31,58,.16);
}
.why-bottom-band h2{
  color:white;
  font-size:clamp(34px,3.4vw,54px);
}
.why-bottom-band p{
  color:#C7D8EA;
  max-width:780px;
}
.why-bottom-band .why-kicker{
  background:rgba(255,255,255,.10);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
}
@media(max-width:1040px){
  .why-command-grid,
  .why-answer-layout,
  .why-bottom-band{
    grid-template-columns:1fr;
    gap:42px;
  }
  .why-answer-sticky{
    position:static;
  }
  .why-visual-card{
    min-height:420px;
  }
}
@media(max-width:720px){
  .why-command-section,
  .why-answer-section{
    padding:76px 0;
  }
  .why-metrics{
    grid-template-columns:1fr;
  }
  .why-metrics div,
  .why-metrics div + div{
    padding:20px 0;
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .why-metrics div:last-child{
    border-bottom:0;
  }
  .why-answer-item{
    grid-template-columns:1fr;
    gap:10px;
    padding:30px 0;
  }
  .why-answer-item:hover{
    transform:none;
  }
  .why-visual-panel{
    left:18px;
    right:18px;
    bottom:18px;
    padding:22px;
  }
  .why-bottom-band{
    padding:34px 26px;
    border-radius:28px;
  }
}


/* ===== FINAL OVERRIDE: full-width compact CTA band across pages ===== */
.cta-full-section,
.services-cta-section,
.why-bottom-section{
  width:100vw !important;
  max-width:100vw !important;
  min-height:200px !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding:0 !important;
  background:#2563EB !important;
  overflow:hidden !important;
  position:relative !important;
  border-radius:0 !important;
}

.cta-full-section::before,
.services-cta-section::before,
.why-bottom-section::before{
  content:"" !important;
  position:absolute !important;
  width:260px !important;
  height:260px !important;
  right:7vw !important;
  top:-92px !important;
  border-radius:50% !important;
  background:radial-gradient(circle, rgba(255,255,255,.32), rgba(255,255,255,.10) 44%, rgba(255,255,255,0) 72%) !important;
  pointer-events:none !important;
  z-index:1 !important;
  animation:jlCtaFloatOne 7s ease-in-out infinite !important;
}

.cta-full-section::after,
.services-cta-section::after,
.why-bottom-section::after{
  content:"" !important;
  position:absolute !important;
  width:210px !important;
  height:82px !important;
  left:9vw !important;
  bottom:-24px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg, rgba(255,255,255,.20), rgba(255,255,255,.05)) !important;
  pointer-events:none !important;
  z-index:1 !important;
  transform:rotate(-10deg) !important;
  animation:jlCtaFloatTwo 6.2s ease-in-out infinite !important;
}

.cta-full-section > .container,
.services-cta-section > .container,
.why-bottom-section > .container{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  position:relative !important;
  z-index:2 !important;
}

.cta-full-section .cta-band,
.services-cta-section .services-cta-band,
.why-bottom-section .why-bottom-band{
  width:100% !important;
  max-width:none !important;
  height:200px !important;
  min-height:200px !important;
  margin:0 !important;
  padding:0 clamp(36px, 10vw, 150px) !important;
  border-radius:0 !important;
  background:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:32px !important;
  overflow:hidden !important;
  color:#fff !important;
}

.cta-full-section .cta-band::before,
.cta-full-section .cta-band::after,
.services-cta-section .services-cta-band::before,
.services-cta-section .services-cta-band::after,
.why-bottom-section .why-bottom-band::before,
.why-bottom-section .why-bottom-band::after{
  display:none !important;
}

.cta-full-section .cta-band > div,
.services-cta-section .services-cta-band > div,
.why-bottom-section .why-bottom-band > div{
  position:relative !important;
  z-index:3 !important;
}

.cta-full-section .cta-band > div::after,
.services-cta-section .services-cta-band > div::after,
.why-bottom-section .why-bottom-band > div::after{
  content:"" !important;
  position:absolute !important;
  right:24px !important;
  top:18px !important;
  width:86px !important;
  height:86px !important;
  border-radius:24px !important;
  border:1px solid rgba(255,255,255,.18) !important;
  background:linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.03)) !important;
  transform:rotate(18deg) !important;
  pointer-events:none !important;
  animation:jlCtaFloatThree 8s ease-in-out infinite !important;
}

.cta-full-section .cta-band h2,
.services-cta-section .services-cta-band h2,
.why-bottom-section .why-bottom-band h2{
  margin:0 0 10px !important;
  max-width:980px !important;
  color:#fff !important;
  font-size:clamp(30px, 3vw, 48px) !important;
  line-height:1.08 !important;
  letter-spacing:-.04em !important;
}

.cta-full-section .cta-band p,
.services-cta-section .services-cta-band p,
.why-bottom-section .why-bottom-band p{
  margin:0 !important;
  max-width:980px !important;
  color:rgba(255,255,255,.92) !important;
  font-size:16px !important;
  line-height:1.7 !important;
}

.cta-full-section .cta-band .btn,
.cta-full-section .cta-band .btn-light,
.services-cta-section .services-cta-band .btn,
.services-cta-section .services-cta-band .btn-light,
.why-bottom-section .why-bottom-band .btn,
.why-bottom-section .why-bottom-band .btn-light{
  position:relative !important;
  z-index:3 !important;
  background:#fff !important;
  color:#2563EB !important;
  border-color:#fff !important;
  white-space:nowrap !important;
  box-shadow:0 12px 24px rgba(15,23,42,.14) !important;
}

@keyframes jlCtaFloatOne{
  0%,100%{transform:translate3d(0,0,0) scale(1);}
  50%{transform:translate3d(-10px,12px,0) scale(1.05);}
}
@keyframes jlCtaFloatTwo{
  0%,100%{transform:rotate(-10deg) translate3d(0,0,0);}
  50%{transform:rotate(-6deg) translate3d(14px,-8px,0);}
}
@keyframes jlCtaFloatThree{
  0%,100%{transform:rotate(18deg) translate3d(0,0,0);}
  50%{transform:rotate(10deg) translate3d(6px,10px,0);}
}

@media(max-width:960px){
  .cta-full-section,
  .services-cta-section,
  .why-bottom-section,
  .cta-full-section .cta-band,
  .services-cta-section .services-cta-band,
  .why-bottom-section .why-bottom-band{
    height:auto !important;
    min-height:220px !important;
  }
  .cta-full-section .cta-band,
  .services-cta-section .services-cta-band,
  .why-bottom-section .why-bottom-band{
    grid-template-columns:1fr !important;
    padding:34px 24px !important;
  }
  .cta-full-section .cta-band > div::after,
  .services-cta-section .services-cta-band > div::after,
  .why-bottom-section .why-bottom-band > div::after{
    display:none !important;
  }
}

@media(max-width:640px){
  .cta-full-section,
  .services-cta-section,
  .why-bottom-section,
  .cta-full-section .cta-band,
  .services-cta-section .services-cta-band,
  .why-bottom-section .why-bottom-band{
    min-height:auto !important;
  }
  .cta-full-section .cta-band,
  .services-cta-section .services-cta-band,
  .why-bottom-section .why-bottom-band{
    padding:28px 18px !important;
  }
  .cta-full-section .cta-band h2,
  .services-cta-section .services-cta-band h2,
  .why-bottom-section .why-bottom-band h2{
    font-size:clamp(24px,8vw,34px) !important;
  }
}

.cta-full-section .cta-band,
.services-cta-section .services-cta-band,
.why-bottom-section .why-bottom-band {
    width: 100% !important;
    max-width: 1180px !important;
    height: 200px !important;
    min-height: 200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 32px !important;
    overflow: hidden !important;
    color: #fff !important;
}
/* final CTA band override */
.cta-full-section,
.services-cta-section,
.why-bottom-section{
    width:100% !important;
    min-height:200px !important;
    padding:0 !important;
    margin:0 !important;
    background:#2563eb !important;
    background-image:radial-gradient(circle at 86% 24%,rgba(255,255,255,.18) 0 58px,transparent 60px),linear-gradient(90deg,#2563eb 0%,#2563eb 100%) !important;
    position:relative !important;
    overflow:hidden !important;
}
.cta-full-section::before,
.services-cta-section::before,
.why-bottom-section::before{
    content:"" !important;
    position:absolute !important;
    left:8.5% !important;
    bottom:-48px !important;
    width:210px !important;
    height:86px !important;
    border-radius:26px !important;
    background:rgba(255,255,255,.14) !important;
    transform:rotate(-10deg) !important;
    pointer-events:none !important;
}
.cta-full-section::after,
.services-cta-section::after,
.why-bottom-section::after{
    content:"" !important;
    position:absolute !important;
    right:27.5% !important;
    top:70px !important;
    width:82px !important;
    height:82px !important;
    border-radius:18px !important;
    border:1px solid rgba(255,255,255,.28) !important;
    background:rgba(255,255,255,.08) !important;
    transform:rotate(18deg) !important;
    pointer-events:none !important;
}
.cta-full-section .container,
.services-cta-section .container,
.why-bottom-section .container{
    height:200px !important;
}
.cta-full-section .cta-band,
.services-cta-section .services-cta-band,
.why-bottom-section .why-bottom-band{
    width:100% !important;
    max-width:1180px !important;
    height:200px !important;
    min-height:200px !important;
    margin:0 auto !important;
    padding:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    background-image:none !important;
    box-shadow:none !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:32px !important;
    overflow:hidden !important;
    color:#fff !important;
    position:relative !important;
    z-index:1 !important;
}
.cta-full-section .cta-band h2,
.services-cta-section .services-cta-band h2,
.why-bottom-section .why-bottom-band h2{
    color:#fff !important;
    font-size:clamp(26px,2.2vw,36px) !important;
    line-height:1.18 !important;
    margin:0 0 12px !important;
    text-shadow:0 2px 12px rgba(0,0,0,.15) !important;
}
.cta-full-section .cta-band p,
.services-cta-section .services-cta-band p,
.why-bottom-section .why-bottom-band p{
    color:rgba(255,255,255,.92) !important;
    max-width:850px !important;
    margin:0 !important;
    line-height:1.8 !important;
}
.cta-full-section .cta-band .btn,
.cta-full-section .cta-band .btn-light,
.services-cta-section .services-cta-band .btn,
.services-cta-section .services-cta-band .btn-light,
.why-bottom-section .why-bottom-band .btn,
.why-bottom-section .why-bottom-band .btn-light{
    background:#fff !important;
    color:#0755ff !important;
    border-color:#fff !important;
    box-shadow:0 12px 24px rgba(15,23,42,.14) !important;
    white-space:nowrap !important;
}
@media(max-width:960px){
  .cta-full-section,.services-cta-section,.why-bottom-section{min-height:220px !important;}
  .cta-full-section .container,.services-cta-section .container,.why-bottom-section .container{height:auto !important;}
  .cta-full-section .cta-band,.services-cta-section .services-cta-band,.why-bottom-section .why-bottom-band{height:auto !important;min-height:220px !important;grid-template-columns:1fr !important;padding:34px 24px !important;}
}
@media(max-width:640px){
  .cta-full-section .cta-band,.services-cta-section .services-cta-band,.why-bottom-section .why-bottom-band{min-height:220px !important;padding:28px 18px !important;}
}

.logo-mark{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
}
.logo-mark:after{display:none !important;}
.logo-mark img{
  width:44px !important;
  height:44px !important;
  display:block !important;
  object-fit:contain !important;
}
.logo-mark svg{display:none !important;}
@media(max-width:640px){.logo-mark img{width:38px !important;height:38px !important;}}

.logo-mark img{
  width:70% !important;
  height:70% !important;
  object-fit:contain !important;
  margin:auto !important;
}

/* logo frame restore, image 70% */
.brand .logo-mark{
  width:44px !important;
  height:44px !important;
  border-radius:15px !important;
  background:linear-gradient(135deg,var(--navy),var(--blue)) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:white !important;
  box-shadow:0 16px 36px rgba(11,31,58,.22) !important;
  overflow:hidden !important;
  position:relative !important;
}
.home-page .header.header-overlay .logo-mark{
  background:rgba(255,255,255,.12) !important;
  box-shadow:0 18px 36px rgba(0,0,0,.18) !important;
  border:1px solid rgba(255,255,255,.18) !important;
}
.sub-page .header.header-overlay .logo-mark{
  background:linear-gradient(135deg,var(--navy),var(--blue)) !important;
  box-shadow:0 16px 36px rgba(11,31,58,.22) !important;
}
.brand .logo-mark:after{display:none !important;}
.brand .logo-mark img,
.home-page .header.header-overlay .logo-mark img,
.sub-page .header.header-overlay .logo-mark img,
.footer .logo-mark img{
  width:30.8px !important;
  height:30.8px !important;
  max-width:70% !important;
  max-height:70% !important;
  object-fit:contain !important;
  margin:auto !important;
  position:relative !important;
  z-index:2 !important;
}
@media(max-width:640px){
  .brand .logo-mark{width:38px !important;height:38px !important;}
  .brand .logo-mark img,
  .home-page .header.header-overlay .logo-mark img,
  .sub-page .header.header-overlay .logo-mark img,
  .footer .logo-mark img{width:26.6px !important;height:26.6px !important;}
}
/* Logo white background override */
.brand .logo-mark,
.home-page .header.header-overlay .logo-mark,
.sub-page .header.header-overlay .logo-mark,
.footer .logo-mark{
  background:#fff !important;
  background-color:#fff !important;
  border:1px solid rgba(11,31,58,.10) !important;
  box-shadow:0 10px 24px rgba(11,31,58,.14) !important;
}
.brand .logo-mark:after,
.home-page .header.header-overlay .logo-mark:after,
.sub-page .header.header-overlay .logo-mark:after,
.footer .logo-mark:after{display:none !important;}
/* Brand one-line name override */
.brand > span:not(.logo-mark){
  white-space:nowrap !important;
  line-height:1.15 !important;
  letter-spacing:0 !important;
}
.brand > span:not(.logo-mark) small{
  display:inline !important;
  font-size:inherit !important;
  letter-spacing:0 !important;
}
@media(max-width:640px){
  .brand > span:not(.logo-mark){font-size:13px !important;}
}
