:root{
  --blue:#1976D2;
  --blue-mid:#2196F3;
  --blue-light:#E3F2FD;
  --blue-lighter:#F0F8FF;
  --blue-dark:#0D47A1;
  --accent:#1565C0;
  --navy:#0A1929;
  --text:#1a2744;
  --muted:#5a6a8a;
  --white:#ffffff;
  --bg:#F5F9FF;
  --border:#D0E4F7;
  --radius:12px;
  --radius-lg:20px;
}
html{scroll-behavior:smooth;}
body{font-family:'Inter',sans-serif;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;}
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-thumb{background:#b0c8e8;border-radius:3px;}

/* ── HERO ── */
#hero{
  background:linear-gradient(145deg,#EBF4FF 0%,#F5F9FF 40%,#ffffff 100%);
  padding:80px 60px 80px;
  display:flex;align-items:center;gap:64px;
  max-width:1280px;margin:0 auto;position:relative;min-height:90vh;
  margin-top: 50px;
}
#hero::before{
  content:'';position:absolute;right:0;top:0;bottom:0;width:55%;
  background:radial-gradient(ellipse at 80% 50%,rgba(33,150,243,0.07) 0%,transparent 65%);
  pointer-events:none;
}
#hero-text{flex:1;z-index:1;}
#hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--blue-light);color:var(--accent);
  padding:7px 16px;border-radius:100px;font-size:13px;font-weight:600;
  margin-bottom:28px;border:1px solid rgba(25,118,210,0.2);
}
#hero-badge-icon{font-size:15px;}
#hero-text h1{
  font-family:'Manrope',sans-serif;
  font-size:clamp(38px,5vw,60px);
  font-weight:900;line-height:1.1;
  color:var(--navy);margin-bottom:24px;
  letter-spacing:-1.5px;
}
#hero-text h1 span{color:var(--blue-mid);}
#hero-text p{font-size:16px;color:var(--muted);line-height:1.8;max-width:460px;margin-bottom:38px;}
#hero-btns{display:flex;gap:14px;flex-wrap:wrap;}
#hero-btn-primary{
  background:var(--blue);color:#fff;
  padding:14px 30px;border-radius:50px;font-size:15px;font-weight:600;
  text-decoration:none;transition:all .25s;display:inline-flex;align-items:center;gap:8px;
  box-shadow:0 6px 24px rgba(25,118,210,0.35);
}
#hero-btn-primary:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 10px 32px rgba(25,118,210,0.4);}
#hero-btn-primary svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.5;}
#hero-btn-secondary{
  background:transparent;color:var(--blue);
  border:1.5px solid var(--blue);
  padding:14px 30px;border-radius:50px;font-size:15px;font-weight:600;
  text-decoration:none;transition:all .25s;
}
#hero-btn-secondary:hover{background:var(--blue-light);}
#hero-stats{display:flex;gap:40px;margin-top:52px;padding-top:36px;border-top:1px solid var(--border);}
.hero-stat-num{font-family:'Manrope',sans-serif;font-size:30px;font-weight:800;color:var(--navy);line-height:1;}
.hero-stat-num span{color:var(--blue-mid);}
.hero-stat-label{font-size:12px;color:var(--muted);margin-top:5px;font-weight:500;letter-spacing:0.2px;}
#hero-image{flex:0 0 520px;position:relative;z-index:1;}
#hero-img-wrapper{position:relative;border-radius:28px;overflow:hidden;box-shadow:0 24px 72px rgba(25,118,210,0.15);}
#hero-img-wrapper img{width:100%;height:520px;object-fit:cover;display:block;}
#hero-img-overlay{position:absolute;inset:0;background:linear-gradient(160deg,transparent 50%,rgba(10,25,41,0.65) 100%);}
#hero-img-card{
  position:absolute;bottom:24px;left:24px;right:24px;
  background:rgba(255,255,255,0.14);backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,0.22);border-radius:16px;
  padding:16px 20px;display:flex;align-items:center;gap:14px;
}
#hero-img-card-dot{width:10px;height:10px;background:#2196F3;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 3px rgba(33,150,243,0.35);}
#hero-img-card-text{color:#fff;font-size:13px;line-height:1.5;}
#hero-img-card-text strong{display:block;font-size:15px;margin-bottom:2px;font-family:'Manrope',sans-serif;font-weight:700;}
#hero-float-badge{
  position:absolute;top:-18px;right:-18px;
  background:#fff;border-radius:16px;padding:14px 18px;
  box-shadow:0 8px 40px rgba(25,118,210,0.15);
  border:1px solid var(--border);text-align:center;min-width:96px;
}
#hero-float-badge-num{font-family:'Manrope',sans-serif;font-size:26px;font-weight:800;color:var(--blue);}
#hero-float-badge-txt{font-size:11px;color:var(--muted);margin-top:2px;font-weight:500;}

/* ── WHY ── */
#why{background:var(--bg);padding:100px 60px;}
#why-inner{max-width:1200px;margin:0 auto;}
#section-label{
  display:inline-block;background:var(--blue-light);color:var(--accent);
  padding:5px 16px;border-radius:100px;font-size:12px;font-weight:600;
  letter-spacing:0.5px;text-transform:uppercase;margin-bottom:18px;
  border:1px solid rgba(25,118,210,0.15);
}
#why-header{display:flex;gap:80px;align-items:flex-start;margin-bottom:56px;}
#why-header-left{flex:0 0 340px;}
#why-header-left h2{font-family:'Manrope',sans-serif;font-size:clamp(28px,3vw,38px);font-weight:800;line-height:1.2;color:var(--navy);}
#why-header-right{flex:1;padding-top:12px;}
#why-header-right p{font-size:16px;color:var(--muted);line-height:1.8;margin-bottom:14px;}
#why-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.why-card{
  background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);
  padding:28px 24px;transition:all .3s;cursor:pointer;
}
.why-card:hover{border-color:var(--blue-mid);transform:translateY(-4px);box-shadow:0 12px 40px rgba(33,150,243,0.12);}
.why-icon-wrap{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;}
.wi-blue{background:var(--blue-light);}
.wi-navy{background:#E8EEF8;}
.why-icon-wrap svg{width:24px;height:24px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.why-card h4{font-family:'Manrope',sans-serif;font-weight:700;font-size:15px;margin-bottom:10px;color:var(--navy);}
.why-card p{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:18px;}
.why-card-arrow{width:32px;height:32px;border-radius:8px;background:var(--bg);display:flex;align-items:center;justify-content:center;transition:.2s;}
.why-card:hover .why-card-arrow{background:var(--blue);}
.why-card-arrow svg{width:14px;height:14px;fill:none;stroke:var(--muted);stroke-width:2;}
.why-card:hover .why-card-arrow svg{stroke:#fff;}

/* ── BLUEPRINT ── */
#blueprint{padding:100px 60px;background:var(--white);}
#blueprint-inner{max-width:1200px;margin:0 auto;}
#blueprint-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:44px;gap:40px;}
#blueprint-header h2{font-family:'Manrope',sans-serif;font-size:clamp(28px,3vw,38px);font-weight:800;color:var(--navy);max-width:440px;line-height:1.2;}
#blueprint-header p{font-size:14px;color:var(--muted);max-width:360px;line-height:1.75;text-align:right;}
#blueprint-grid{display:grid;grid-template-columns:repeat(5,1fr);border-radius:20px;overflow:hidden;border:1px solid var(--border);}
.bp-card{padding:32px 22px;min-height:360px;position:relative;overflow:hidden;}
.bp-card-num{font-family:'Manrope',sans-serif;font-size:40px;font-weight:900;opacity:.12;margin-bottom:14px;line-height:1;}
.bp-card h4{font-family:'Manrope',sans-serif;font-weight:700;font-size:14px;margin-bottom:14px;line-height:1.4;}
.bp-card p{font-size:12.5px;line-height:1.72;}
#bp-talent{background:var(--blue);color:#fff;}
#bp-talent .bp-card-num{opacity:.18;}
#bp-strategy{background:var(--navy);color:#fff;}
#bp-strategy .bp-card-num{opacity:.15;}
#bp-operate{background:var(--bg);color:var(--text);}
#bp-operate .bp-card-num{color:var(--blue);opacity:.35;}
#bp-operate h4{color:var(--navy);}
#bp-operate p{color:var(--muted);}
#bp-secure{background:var(--blue-mid);color:#fff;}
#bp-secure .bp-card-num{opacity:.18;}
#bp-devx{background:#0D2137;color:#fff;}
#bp-devx .bp-card-num{opacity:.15;}

/* ── FEATURES DARK ── */
#features{padding:100px 60px;background:var(--navy);position:relative;overflow:hidden;}
#features::before{
  content:'';position:absolute;top:-200px;right:-200px;width:700px;height:700px;
  background:radial-gradient(circle,rgba(33,150,243,0.1) 0%,transparent 65%);
}
#features-inner{max-width:1200px;margin:0 auto;position:relative;z-index:1;}
#features-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:56px;gap:40px;}
#features-top h2{font-family:'Manrope',sans-serif;font-size:clamp(28px,3vw,40px);font-weight:800;color:#fff;max-width:440px;line-height:1.2;letter-spacing:-0.5px;}
#features-top p{font-size:15px;color:rgba(255,255,255,0.45);max-width:340px;text-align:right;line-height:1.7;}
#features-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:20px;}
#features-main{grid-row:span 2;border-radius:20px;overflow:hidden;position:relative;}
#features-main img{width:100%;height:100%;min-height:460px;object-fit:cover;display:block;}
#features-main-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,25,41,0.9) 0%,transparent 55%);padding:32px;display:flex;flex-direction:column;justify-content:flex-end;}
#features-main-overlay h3{font-family:'Manrope',sans-serif;font-size:22px;font-weight:700;color:#fff;margin-bottom:10px;}
#features-main-overlay p{font-size:14px;color:rgba(255,255,255,0.6);line-height:1.65;}
.feat-card{background:rgba(33,150,243,0.06);border:1px solid rgba(33,150,243,0.15);border-radius:20px;padding:28px;transition:.3s;}
.feat-card:hover{background:rgba(33,150,243,0.1);border-color:rgba(33,150,243,0.4);}
.feat-icon{width:44px;height:44px;background:rgba(33,150,243,0.15);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;}
.feat-icon svg{width:22px;height:22px;stroke:var(--blue-mid);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.feat-card h4{font-family:'Manrope',sans-serif;font-size:15px;font-weight:700;color:#fff;margin-bottom:8px;}
.feat-card p{font-size:13px;color:rgba(255,255,255,0.45);line-height:1.65;}

/* ── CTA ── */
#cta-section{padding:100px 60px;background:var(--bg);}
#cta-inner{
  max-width:1200px;margin:0 auto;background:var(--white);border-radius:28px;
  border:1px solid var(--border);display:flex;align-items:stretch;overflow:hidden;
  box-shadow:0 20px 60px rgba(25,118,210,0.08);
}
#cta-text{flex:1;padding:64px 60px;}
#cta-section-label{display:inline-block;background:var(--blue-light);color:var(--accent);padding:5px 16px;border-radius:100px;font-size:12px;font-weight:600;letter-spacing:0.5px;text-transform:uppercase;margin-bottom:20px;border:1px solid rgba(25,118,210,0.15);}
#cta-text h2{font-family:'Manrope',sans-serif;font-size:clamp(26px,3vw,40px);font-weight:800;line-height:1.2;color:var(--navy);margin-bottom:18px;}
#cta-text p{font-size:15px;color:var(--muted);line-height:1.8;max-width:420px;margin-bottom:32px;}
#cta-btn{display:inline-flex;align-items:center;gap:10px;background:var(--blue);color:#fff;padding:14px 28px;border-radius:50px;font-size:15px;font-weight:600;text-decoration:none;transition:.2s;box-shadow:0 6px 24px rgba(25,118,210,0.3);}
#cta-btn:hover{background:var(--blue-dark);}
#cta-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.5;}
#cta-img{flex:0 0 440px;position:relative;overflow:hidden;}
#cta-img img{width:100%;height:100%;object-fit:cover;display:block;}
#cta-img-overlay{position:absolute;inset:0;background:linear-gradient(90deg,var(--white) 0%,transparent 28%);}

/* ── HELP ── */
#help-section{
  background:linear-gradient(135deg,var(--blue-dark) 0%,var(--navy) 100%);
  padding:120px 60px;text-align:center;position:relative;overflow:hidden;
}
#help-section::before{
  content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:900px;height:500px;
  background:radial-gradient(ellipse,rgba(33,150,243,0.12) 0%,transparent 65%);
}
#help-inner{max-width:680px;margin:0 auto;position:relative;}
#help-inner h2{font-family:'Manrope',sans-serif;font-size:clamp(32px,6vw,62px);font-weight:900;color:#fff;line-height:1.1;letter-spacing:-2px;margin-bottom:22px;}
#help-inner p{font-size:16px;color:rgba(255,255,255,0.5);line-height:1.8;margin-bottom:36px;}
#help-cta{display:inline-flex;align-items:center;gap:10px;background:var(--blue-mid);color:#fff;padding:16px 36px;border-radius:50px;font-size:16px;font-weight:600;text-decoration:none;transition:.2s;box-shadow:0 8px 28px rgba(33,150,243,0.4);}
#help-cta:hover{background:#1565C0;}
#help-cta svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2.5;}

/* ── RESPONSIVE ── */
@media(max-width:1100px){
  #why-cards{grid-template-columns:repeat(2,1fr);}
  #blueprint-grid{grid-template-columns:repeat(3,1fr);}
  #features-grid{grid-template-columns:1fr 1fr;}
  #features-main{grid-row:auto;}
  #hero-image{flex:0 0 420px;}
  #hero,#why,#blueprint,#features,#cta-section,#help-section{padding-left:30px;padding-right:30px;}
}
@media(max-width:860px){
  #hero{flex-direction:column;padding-top:48px;padding-bottom:48px;min-height:unset;}
  #hero-image{flex:unset;width:100%;}
  #hero-img-wrapper img{height:320px;}
  #why-header{flex-direction:column;gap:24px;}
  #why-header-left{flex:unset;}
  #blueprint-header{flex-direction:column;gap:14px;}
  #blueprint-header p{text-align:left;}
  #blueprint-grid{grid-template-columns:1fr 1fr;}
  #features-grid{grid-template-columns:1fr;}
  #features-top{flex-direction:column;}
  #features-top p{text-align:left;}
  #cta-inner{flex-direction:column;}
  #cta-img{flex:unset;width:100%;height:260px;}
  #cta-img-overlay{background:linear-gradient(0deg,var(--white) 0%,transparent 45%);}
  #cta-text{padding:40px 32px;}
  #hero,#why,#blueprint,#features,#cta-section,#help-section{padding-left:20px;padding-right:20px;}
}
@media(max-width:560px){
  #why-cards{grid-template-columns:1fr;}
  #blueprint-grid{grid-template-columns:1fr;}
  #hero-stats{flex-wrap:wrap;gap:24px;}
  #hero-btns{flex-direction:column;}
  #hero-btn-primary,#hero-btn-secondary{justify-content:center;}
  #hero-float-badge{display:none;}
}