*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html,body{height:100%;font-family:'DM Sans',sans-serif;color:#fff;}

/* ── BACKGROUND ── */
.bg{
  position:fixed;inset:0;z-index:0;
  background:url('assets/home.jpg') center center / cover no-repeat;
}
.bg::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(
    160deg,
    rgba(4,16,40,.45) 0%,
    rgba(6,28,62,.38) 40%,
    rgba(4,16,40,.30) 100%
  );
}

/* ── LAYOUT ── */
.page{position:relative;z-index:1;display:flex;flex-direction:column;}

/* ── HEADER ── */
header{padding:36px 40px 0;display:flex;align-items:center;justify-content:center;}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none;}
.logo img{height:80px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4));}
.logo-text{font-size:38px;font-weight:600;color:#fff;letter-spacing:-.2px;text-shadow:0 2px 8px rgba(0,0,0,.3);}
.logo-text span{color:#38bdf8;}

/* ── HERO ── */
.hero{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px 20px;text-align:center;}
.hero-inner{max-width:780px;}

.badge{display:inline-flex;align-items:center;gap:8px;background:rgba(56,189,248,.12);border:1px solid rgba(56,189,248,.28);border-radius:99px;padding:6px 16px;font-size:11.5px;font-weight:500;color:#7dd3fc;letter-spacing:.07em;text-transform:uppercase;margin-bottom:24px;backdrop-filter:blur(4px);}
.badge-dot{width:6px;height:6px;border-radius:50%;background:#38bdf8;animation:pulse 1.8s ease-in-out infinite;}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.5;transform:scale(.7);}}

h1{font-size:clamp(24px,4vw,46px);font-weight:400;color:#fff;line-height:1.25;letter-spacing:-.2px;text-shadow:0 2px 16px rgba(0,0,0,.25);margin-bottom:0;}
h1 em{font-style:normal;color:#38bdf8;font-weight:500;}

/* ── WHY SECTION ── */
.why{padding:0 24px 60px;display:flex;justify-content:center;}
.why-card{max-width:780px;width:100%;background:rgba(6,20,50,.72);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:40px 44px;box-shadow:0 8px 40px rgba(0,0,0,.35);}

.why-title{font-size:20px;font-weight:500;color:#fff;margin-bottom:18px;letter-spacing:-.1px;}

.why-body p{font-size:14.5px;font-weight:300;color:rgba(255,255,255,.80);line-height:1.9;margin-bottom:16px;}
.why-body p:last-of-type{margin-bottom:24px;}

.why-quote{border-left:2.5px solid #38bdf8;padding:14px 18px;background:rgba(56,189,248,.06);border-radius:0 10px 10px 0;margin-top:8px;}
.why-quote p{font-size:14px;font-weight:300;color:rgba(255,255,255,.82);line-height:1.85;font-style:italic;margin:0;}

/* ── DIVIDER ── */
.hero-divider{width:60px;height:3px;background:linear-gradient(90deg,#38bdf8,transparent);border-radius:99px;margin:28px auto;}

/* ── PILLARS ── */
.pillars{padding:0 24px 16px;display:flex;justify-content:center;}
.pillars-inner{max-width:780px;width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:rgba(6,20,50,.72);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.14);border-radius:20px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.35);}
.pillar{padding:28px 28px 28px 28px;border-bottom:none;position:relative;}
.pillar:not(:last-child){border-right:1px solid rgba(255,255,255,.10);}
.pillar-num{font-size:48px;font-weight:300;color:rgba(255,255,255,.10);line-height:1;margin-bottom:-6px;letter-spacing:-2px;}
.pillar-title{font-size:15px;font-weight:500;color:#fff;margin-bottom:10px;line-height:1.35;}
.pillar-body{font-size:13px;font-weight:300;color:rgba(255,255,255,.65);line-height:1.85;}

/* ── FEATURES ── */
.features{padding:0 24px 0;display:flex;justify-content:center;}
.features-inner{max-width:1080px;width:100%;background:rgba(6,20,50,.72);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:36px 44px;box-shadow:0 8px 40px rgba(0,0,0,.35);}
.features-title{font-size:15px;font-weight:500;color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:.1em;margin-bottom:28px;}
.features-list{display:grid;grid-template-columns:1fr 1fr;gap:0 40px;}
.features-col{display:flex;flex-direction:column;}
.feature-item{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.07);}
.feature-item:last-child{border-bottom:none;padding-bottom:0;}
.feature-item:first-child{padding-top:0;}
.feature-icon{width:32px;height:32px;border-radius:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:2px;}
.feature-icon svg{width:14px;height:14px;stroke:rgba(255,255,255,.45);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.feature-text-title{font-size:13.5px;font-weight:500;color:#fff;margin-bottom:3px;}
.feature-text-body{font-size:12.5px;font-weight:300;color:rgba(255,255,255,.55);line-height:1.7;}

/* ── RESPONSIVE ── */
@media(max-width:700px){
  .pillars-inner{grid-template-columns:1fr;}
  .pillar{border-right:none !important;padding-left:0 !important;padding-right:0 !important;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:24px;margin-bottom:24px;}
  .pillar:last-child{border-bottom:none;margin-bottom:0;}
}
@media(max-width:600px){
  header{padding:20px 20px;}
  .logo-text{font-size:18px;}
  .logo img{height:30px;}
  .why-card{padding:28px 22px;}
  .why-title{font-size:18px;}
  .why-body p{font-size:14px;}
}
