/* ===============================
   ROOT & BASE
================================ */
:root{
  --primary:#1e3357;
  --secondary:#1e3357;
  --accent:#1e3357;
  --dark:#0f172a;
  --text:#475569;
  --muted:#94a3b8;
  --bg:#f8fafc;
}

body{
  font-family:'Inter',sans-serif;
  color:var(--text);
}

h1,h2,h3,h4,h5{
  font-family:'Plus Jakarta Sans',sans-serif;
  color:var(--dark);
}

/* ===============================
   HERO
================================ */
.hero{
  padding:160px 0 80px;
  background:
    radial-gradient(circle at 80% 20%,rgba(30,51,87,.18),transparent 45%),
    linear-gradient(180deg,#f8fafc,#ffffff);
}

.hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:90px;
  align-items:center;
}

.badge{
  background:rgba(30,51,87,.15);
  color:var(--accent);
  padding:8px 18px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  display:inline-block;
  margin-bottom:22px;
}

.hero h1{
  font-size:46px;
  letter-spacing:-.03em;
  margin-bottom:22px;
}

.hero p{
  font-size:17px;
  line-height:1.75;
  max-width:540px;
  margin-bottom:42px;
}

.hero img{
  width:100%;
  border-radius:26px;
  box-shadow:0 45px 110px rgba(15,23,42,.25);
}

.btn-primary{
  background:linear-gradient(135deg,var(--accent),#162848);
  border:none;
  padding:14px 40px;
  border-radius:14px;
  font-weight:600;
}

/* ===============================
   WHY / VALUE
================================ */
.why,
.value,
.features{
  padding:120px 0 80px;
  background:var(--bg);
}
.feature-item {
      background:#fff;
      border-radius:20px;
      padding:34px;
      border:1px solid #e2e8f0;
      transition:.35s ease;
    }

    .feature-item:hover {
      transform:translateY(-6px);
      box-shadow:0 30px 60px rgba(15,23,42,.08);
    }

    .feature-item i {
      font-size:26px;
      color:var(--primary);
      margin-bottom:16px;
      display:inline-block;
    }
.why-grid,
.value-grid,
.feature-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:36px;
}
 .features {
      padding:120px 0;
      background:var(--bg);
    }

    .features-grid {
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
      gap:32px;
    }
.why-card,
.value-card,
.feature-card{
  background:#fff;
  border-radius:22px;
  padding:42px;
  border:1px solid #e2e8f0;
  transition:.35s ease;
}

.why-card:hover,
.value-card:hover,
.feature-card:hover{
  transform:translateY(-8px);
  box-shadow:0 30px 80px rgba(15,23,42,.1);
}

.why-card i,
.value-card i,
.feature-card i{
  font-size:28px;
  color:var(--accent);
  margin-bottom:18px;
  display:inline-block;
}
.support {
      padding:120px 0 80px;
      background:var(--bg);
    }

    .support-grid {
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
      gap:32px;
    }

    .support-card {
      background:#fff;
      border-radius:22px;
      padding:38px;
      border:1px solid #e2e8f0;
      transition:.35s ease;
    }

    .support-card:hover {
      transform:translateY(-6px);
      box-shadow:0 30px 60px rgba(15,23,42,.08);
    }

    .support-card i {
      font-size:28px;
      color:var(--primary);
      margin-bottom:18px;
      display:inline-block;
    }

      /* ===== TOOLS ===== */
    .tools {
      padding:120px 0 80px;
    }

    .tools h2 {
      text-align:center;
      font-size:36px;
      margin-bottom:14px;
    }

    .tools p {
      text-align:center;
      max-width:640px;
      margin:0 auto 70px;
      color:var(--muted);
    }

    .tools-grid {
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
      gap:30px;
    }

    .tool-card {
      background:#fff;
      border-radius:20px;
      padding:28px;
      border:1px solid #e2e8f0;
      text-align:center;
      transition:.35s ease;
    }

    .tool-card:hover {
      transform:translateY(-6px);
      box-shadow:0 25px 50px rgba(15,23,42,.08);
    }

    .tool-card i {
      font-size:30px;
      color:var(--accent);
      margin-bottom:14px;
    }

/* ===============================
   SERVICES
================================ */
.services{
  padding:120px 0 80px;
}

.services h2{
  font-size:36px;
  margin-bottom:16px;
}

.services .lead{
  max-width:640px;
  color:var(--muted);
  margin-bottom:70px;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:36px;
}

.service-card{
  background:#fff;
  border-radius:22px;
  padding:40px;
  border:1px solid #eef2f7;
  transition:.35s ease;
}

.service-card:hover{
  transform:translateY(-8px);
  box-shadow:0 35px 70px rgba(15,23,42,.08);
}

.service-icon{
  width:56px;
  height:56px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--accent),#162848);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  margin-bottom:24px;
}

/* ===============================
   SCOPE / SOLUTIONS
================================ */
.scope,
.solutions{
  padding:120px 0 80px;
}

.scope p,
.solutions p{
  max-width:680px;
  color:var(--muted);
  margin-bottom:70px;
}

.scope-grid,
.solution-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:30px;
}

.scope-card,
.solution-card{
  background:#fff;
  border-radius:20px;
  padding:36px;
  border:1px solid #e2e8f0;
  display:flex;
  gap:18px;
  align-items:flex-start;
  transition:.35s ease;
}

.scope-card:hover,
.solution-card:hover{
  transform:translateY(-6px);
  box-shadow:0 30px 70px rgba(15,23,42,.08);
  border-color:rgba(30,51,87,.4);
}

.scope-icon,
.solution-icon{
  width:48px;
  height:48px;
  border-radius:14px;
  background:rgba(30,51,87,.12);
  color:var(--accent);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  flex-shrink:0;
}

/* ===============================
   PROCESS
================================ */
.process{
  padding:120px 0 80px;
  background:var(--bg);
}

.process-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:32px;
}

.process-step{
  background:#fff;
  border-radius:22px;
  padding:38px;
  border:1px solid #e2e8f0;
  position:relative;
  transition:.35s ease;
}

.process-step span{
  position:absolute;
  top:18px;
  right:26px;
  font-size:22px;
  font-weight:700;
  color:rgba(30,51,87,.18);
}

.process-step:hover{
  transform:translateY(-6px);
  box-shadow:0 35px 70px rgba(15,23,42,.1);
}

.process-step i{
  font-size:26px;
  color:var(--accent);
  margin-bottom:18px;
  display:inline-block;
}

/* ===============================
   TECH STACK
================================ */
  /* ===== TECH STACK (ENHANCED) ===== */
    .tech {
      padding:120px 0 80px;
      background:var(--bg);
      position:relative;
    }

    .tech h2 {
      font-size:36px;
      text-align:center;
      margin-bottom:14px;
    }

    .tech p {
      text-align:center;
      max-width:640px;
      margin:0 auto 70px;
      color:var(--muted);
    }

    .tech-grid {
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
      gap:40px;
    }

    .tech-card {
      background:#fff;
      border-radius:22px;
      padding:34px;
      border:1px solid #e2e8f0;
      position:relative;
      overflow:hidden;
      transition:.35s ease;
    }

    .tech-card::before {
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(135deg,rgba(123,191,63,.08),rgba(55,81,126,.08));
      opacity:0;
      transition:.35s ease;
    }

    .tech-card:hover::before {
      opacity:1;
    }

    .tech-card:hover {
      transform:translateY(-6px);
      box-shadow:0 30px 70px rgba(15,23,42,.1);
    }

    .tech-header {
      display:flex;
      align-items:center;
      gap:16px;
      margin-bottom:24px;
    }

    .tech-icon {
      width:52px;
      height:52px;
      border-radius:14px;
      background:rgba(55,81,126,.1);
      color:var(--primary);
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:24px;
    }

    .tech-header h4 {
      font-size:20px;
      margin:0;
    }

    .tech-list {
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }

    .tech-badge {
      padding:8px 14px;
      border-radius:999px;
      background:#f1f5f9;
      font-size:13px;
      font-weight:500;
      color:#334155;
      border:1px solid #e2e8f0;
    }

/* ===============================
   CTA
================================ */
.cta{
  padding:120px 0 80px;
  background:linear-gradient(135deg,var(--primary),#162848);
  text-align:center;
  color:#fff;
}

.cta h2{
  font-size:38px;
  margin-bottom:14px;
  color:#fff;
}

.cta p{
  color:rgba(255,255,255,.85);
  margin-bottom:38px;
}

.cta a{
  background:#fff;
  color:var(--primary);
  padding:16px 46px;
  border-radius:14px;
  font-weight:600;
  text-decoration:none;
}

/* ===============================
   RESPONSIVE
================================ */
@media(max-width:992px){
  .hero-grid{
    grid-template-columns:1fr;
  }
}
