/* V117 Full Home Rebuild Clean - no old cascade, no JS */
:root{
  --navy:#061a32;
  --navy2:#0b2748;
  --blue:#1598f2;
  --sky:#36bdff;
  --text:#071b35;
  --muted:#4f667e;
  --line:#dce8f4;
  --bg:#f4f8fc;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Tahoma,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
}
a{text-decoration:none}
img{max-width:100%;height:auto}
.v117-top{
  background:#031225;
  color:#eaf7ff;
  text-align:center;
  padding:10px 16px;
  font-weight:900;
  font-size:13px;
}
.v117-header{
  background:linear-gradient(180deg,#102b48,#061a32);
  border-bottom:1px solid rgba(255,255,255,.12);
  box-shadow:0 20px 55px rgba(3,18,37,.24);
}
.v117-head-inner{
  width:min(1180px,calc(100% - 32px));
  margin:auto;
  min-height:104px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.v117-brand{
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
  min-width:0;
}
.v117-logo{
  width:66px;
  height:66px;
  border-radius:18px;
  background:#082340;
  border:1px solid rgba(255,255,255,.22);
  display:grid;
  place-items:center;
  overflow:hidden;
  flex:0 0 auto;
  box-shadow:0 14px 34px rgba(0,0,0,.22);
}
.v117-logo img{width:100%;height:100%;object-fit:contain;padding:7px}
.v117-logo-fallback{
  width:100%;height:100%;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#0d84f0,#34bdff);
  color:#fff;font-size:32px;font-weight:1000;
}
.v117-brand-text strong{
  display:block;
  color:#fff;
  font-size:clamp(32px,3.2vw,48px);
  line-height:1;
  letter-spacing:-.055em;
  font-weight:1000;
  white-space:nowrap;
}
.v117-brand-text small{
  display:block;
  margin-top:6px;
  color:rgba(255,255,255,.82);
  font-weight:900;
  font-size:13px;
}
.v117-nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}
.v117-nav a{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border-radius:14px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.13);
  color:#fff;
  font-weight:1000;
  font-size:14px;
}
.v117-nav a.active{background:rgba(255,255,255,.16)}
.v117-nav a.cta{
  background:linear-gradient(135deg,#0d84f0,#36bdff);
  border-color:rgba(255,255,255,.2);
  box-shadow:0 18px 44px rgba(13,132,240,.30);
}
.v117-hero{
  min-height:650px;
  background:
    linear-gradient(90deg,rgba(3,18,37,.82),rgba(3,18,37,.50),rgba(3,18,37,.18)),
    url('/assets/img/hero-clean-v100.webp') center/cover no-repeat,
    linear-gradient(135deg,#071b35,#134a7a);
  position:relative;
  overflow:hidden;
}
.v117-hero:after{
  content:"";
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:48px 48px;
  opacity:.16;
  pointer-events:none;
}
.v117-wrap{
  width:min(1180px,calc(100% - 32px));
  margin:auto;
}
.v117-hero-inner{
  position:relative;
  z-index:2;
  padding:78px 0;
  display:grid;
  grid-template-columns:1.08fr .82fr;
  gap:38px;
  align-items:center;
}
.v117-hero-copy{
  background:linear-gradient(180deg,rgba(8,31,58,.96),rgba(4,17,33,.92));
  border:1px solid rgba(83,196,255,.35);
  border-left:7px solid var(--sky);
  border-radius:32px;
  padding:38px;
  box-shadow:0 34px 95px rgba(0,10,30,.46);
}
.v117-kicker{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(83,196,255,.54);
  background:rgba(11,54,92,.88);
  color:#eaf8ff;
  font-weight:1000;
  margin-bottom:18px;
}
.v117-hero h1{
  margin:0;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:0 4px 20px rgba(0,0,0,.42);
  font-size:clamp(44px,5.4vw,76px);
  line-height:1.06;
  letter-spacing:-.055em;
  font-weight:1000;
}
.v117-hero-copy p{
  color:rgba(255,255,255,.94)!important;
  -webkit-text-fill-color:rgba(255,255,255,.94)!important;
  font-size:18px;
  line-height:1.85;
  font-weight:850;
  margin:22px 0 0;
}
.v117-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}
.v117-btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border-radius:15px;
  background:linear-gradient(135deg,#0d84f0,#36bdff);
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-weight:1000;
  box-shadow:0 18px 44px rgba(13,132,240,.30);
}
.v117-btn.secondary{
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.28);
  box-shadow:none;
}
.v117-info{
  background:rgba(255,255,255,.96);
  border-radius:30px;
  padding:30px;
  border-top:7px solid var(--sky);
  box-shadow:0 34px 95px rgba(0,10,30,.28);
}
.v117-info .tag{
  display:inline-flex;
  color:#147fdc;
  background:#eef7ff;
  border-radius:999px;
  padding:8px 12px;
  font-weight:1000;
  margin-bottom:14px;
}
.v117-info h2{
  margin:0;
  color:var(--text)!important;
  -webkit-text-fill-color:var(--text)!important;
  text-shadow:none!important;
  font-size:34px;
  line-height:1.25;
  font-weight:1000;
  letter-spacing:-.035em;
}
.v117-info p,.v117-info li{
  color:#425a73!important;
  -webkit-text-fill-color:#425a73!important;
  text-shadow:none!important;
  line-height:1.8;
  font-weight:800;
}
.v117-list{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px}
.v117-list li{position:relative;padding-left:28px}
.v117-list li:before{
  content:"✓";
  position:absolute;left:0;top:2px;
  width:20px;height:20px;border-radius:50%;
  display:grid;place-items:center;
  background:#e9f5ff;color:#1585e7;font-size:12px;font-weight:1000;
}
.v117-section{padding:70px 0}
.v117-section.alt{background:#eef5fb}
.v117-section h2{
  margin:0 0 14px;
  color:var(--text)!important;
  -webkit-text-fill-color:var(--text)!important;
  text-shadow:none!important;
  font-size:clamp(30px,3.2vw,46px);
  line-height:1.18;
  letter-spacing:-.045em;
  font-weight:1000;
}
.v117-lead{
  color:var(--muted)!important;
  -webkit-text-fill-color:var(--muted)!important;
  font-size:18px;
  line-height:1.85;
  font-weight:800;
  max-width:860px;
}
.v117-grid3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px;
}
.v117-grid2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:28px;
}
.v117-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:24px;
  box-shadow:0 18px 50px rgba(7,27,53,.10);
  color:var(--text);
}
.v117-card .num{
  width:52px;height:52px;border-radius:16px;
  display:grid;place-items:center;
  background:#eaf4ff;
  color:#1684e8!important;
  font-size:22px;
  font-weight:1000;
  margin-bottom:18px;
}
.v117-card h3{
  margin:0 0 10px;
  color:var(--text)!important;
  -webkit-text-fill-color:var(--text)!important;
  text-shadow:none!important;
  font-size:25px;
  line-height:1.3;
  font-weight:1000;
}
.v117-card p,.v117-card li{
  color:#445b73!important;
  -webkit-text-fill-color:#445b73!important;
  text-shadow:none!important;
  line-height:1.85;
  font-weight:750;
}
.v117-card a{
  color:#126fc7;
  font-weight:1000;
}
.v117-keyword{
  background:linear-gradient(135deg,#061a32,#0d3159);
  border-radius:30px;
  padding:32px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  box-shadow:0 25px 70px rgba(6,26,50,.22);
}
.v117-keyword h2{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:0 3px 16px rgba(0,0,0,.32)!important;
  margin:0 0 8px;
}
.v117-keyword p{
  color:rgba(255,255,255,.90)!important;
  -webkit-text-fill-color:rgba(255,255,255,.90)!important;
  line-height:1.8;
  font-weight:800;
  margin:0;
}
.v117-post-img{
  height:190px;
  margin:-24px -24px 18px;
  border-radius:26px 26px 0 0;
  overflow:hidden;
  background:#dce8f4;
}
.v117-post-img img{width:100%;height:100%;object-fit:cover}
.v117-footer{
  background:#031225;
  padding:40px 0;
  color:rgba(255,255,255,.78);
}
.v117-footer strong{color:#fff;font-size:24px}
.v117-footer p{line-height:1.8}
@media(max-width:980px){
  .v117-head-inner{display:grid;text-align:center;justify-items:center;padding:16px 0}
  .v117-nav{justify-content:center}
  .v117-hero-inner{grid-template-columns:1fr;padding:50px 0}
  .v117-grid3,.v117-grid2{grid-template-columns:1fr}
  .v117-keyword{display:block}
  .v117-keyword .v117-actions{margin-top:18px}
}
@media(max-width:560px){
  .v117-brand{align-items:center}
  .v117-brand-text strong{font-size:30px;white-space:normal}
  .v117-logo{width:56px;height:56px}
  .v117-nav{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .v117-nav a{padding:0 10px;font-size:13px}
  .v117-hero{min-height:auto}
  .v117-hero-copy,.v117-info,.v117-card,.v117-keyword{border-radius:22px;padding:22px}
  .v117-hero h1{font-size:38px;line-height:1.12}
  .v117-info h2{font-size:28px}
  .v117-section{padding:44px 0}
}
