*{
  box-sizing:border-box;
  margin:0;
  padding:0;
  font-family:"Segoe UI", Arial, sans-serif;
}

body{
  background:#f1f5f9;
  color:#0f172a;
}

/* ===== HEADER ===== */
.main-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:linear-gradient(135deg,#0f172a,#1e293b);
  padding:14px 30px;
  display:grid;
  grid-template-columns: auto 1fr;
  align-items:center;
  box-shadow:0 8px 25px rgba(0,0,0,0.25);
}

.header-left{
  display:flex;
  align-items:center;
  gap:12px;
}

.header-logo{
  width:42px;
}

.brand-name{
  font-size:22px;
  font-weight:700;
  color:#fff;
}

.header-nav{
  display:flex;
  gap:28px;
}

.header-nav a{
  text-decoration:none;
  color:#e5e7eb;
  font-size:15px;
  position:relative;
}

.header-nav a.active,
.header-nav a:hover{
  color:#93c5fd;
}

.highlight-link{
  color:#60a5fa;
  font-weight:600;
}

.admin-btn{
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
  padding:10px 18px;
  border-radius:10px;
  color:#fff;
  text-decoration:none;
  font-weight:600;
}

/* ===== HERO ===== */
.about-hero{
  text-align:center;
  padding:80px 20px;
  background:linear-gradient(135deg,#0f172a,#1e40af);
  color:#fff;
}

.about-hero h1{
  font-size:38px;
  margin-bottom:18px;
}

.about-hero p{
  font-size:16px;
  max-width:700px;
  margin:auto;
  color:#dbeafe;
}

/* ===== CONTENT ===== */
.about-section{
  max-width:1100px;
  margin:60px auto;
  padding:0 20px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:30px;
}

.about-card{
  background:#fff;
  padding:30px;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.about-card h2{
  margin-bottom:15px;
  color:#1e40af;
}

.about-card p,
.about-card li{
  font-size:15px;
  line-height:1.7;
  color:#475569;
}

.about-card ul{
  list-style:none;
  padding-left:0;
}

/* ===== STATS ===== */
.about-stats{
  background:#0f172a;
  display:flex;
  justify-content:center;
  gap:40px;
  padding:60px 20px;
  flex-wrap:wrap;
}

.stat-box{
  text-align:center;
  color:#fff;
}

.stat-box h3{
  font-size:34px;
  color:#60a5fa;
}

.stat-box p{
  font-size:14px;
  color:#cbd5f5;
}

/* ===== FOOTER ===== */
.footer{
  text-align:center;
  padding:18px;
  background:#020617;
  color:#94a3b8;
  font-size:14px;
}

/* ===== RESPONSIVE ===== */
@media(max-width:900px){
  .header-nav{
    display:none;
  }

  .about-hero h1{
    font-size:28px;
  }
}

/* ===== TEAM SECTION ===== */
.team-section{
  max-width:1100px;
  margin:80px auto;
  padding:0 20px;
  text-align:center;
}

.team-section h2{
  font-size:32px;
  color:#0f172a;
  margin-bottom:10px;
}

.team-subtitle{
  font-size:15px;
  color:#64748b;
  margin-bottom:40px;
}

.team-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:30px;
}

.team-card{
  background:#ffffff;
  padding:35px 30px;
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,0.15);
  transition:0.3s ease;
}

.team-card:hover{
  transform:translateY(-8px);
}

.team-card h3{
  font-size:22px;
  margin-bottom:6px;
  color:#1e3a8a;
}

.team-card span{
  font-size:14px;
  font-weight:600;
  color:#2563eb;
}

.team-card p{
  font-size:14px;
  line-height:1.6;
  margin-top:12px;
  color:#475569;
}

/* Highlight Founder */
.team-card.founder{
  border:2px solid #2563eb;
  background:linear-gradient(135deg,#ffffff,#eff6ff);
}

.security-section{
  background:#f8fafc;
  padding:80px 20px;
  text-align:center;
}

.security-section h2{
  font-size:32px;
  color:#0f172a;
}

.section-sub{
  max-width:700px;
  margin:12px auto 45px;
  color:#64748b;
}

.security-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:25px;
}

.security-card{
  background:#ffffff;
  padding:30px 25px;
  border-radius:18px;
  box-shadow:0 20px 40px rgba(0,0,0,0.12);
  transition:0.3s;
}

.security-card:hover{
  transform:translateY(-6px);
}

.security-card h4{
  margin:12px 0 6px;
  color:#1e3a8a;
}

.counter-section{
  display:flex;
  justify-content:center;
  gap:60px;
  padding:70px 20px;
  background:#0f172a;
  color:#fff;
  flex-wrap:wrap;
}

.counter h3{
  font-size:38px;
  color:#60a5fa;
}

.trust-section{
  background:#f1f5f9;
  padding:70px 20px;
  text-align:center;
}

.trust-section ul{
  max-width:600px;
  margin:30px auto;
  text-align:left;
  font-size:16px;
  color:#334155;
}

/* ===== TESTIMONIALS ===== */
.testimonial-section{
  padding:80px 20px;
  background:#f8fafc;
  text-align:center;
}

.testimonial-section h2{
  font-size:32px;
  margin-bottom:10px;
}

.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:25px;
  max-width:1100px;
  margin:40px auto 0;
}

.testimonial-card{
  background:#ffffff;
  padding:30px;
  border-radius:18px;
  box-shadow:0 20px 45px rgba(0,0,0,0.08);
  transition:0.3s;
}

.testimonial-card:hover{
  transform:translateY(-6px);
}

.testimonial-card p{
  font-size:15px;
  line-height:1.6;
  color:#334155;
}

.testimonial-card h4{
  margin-top:15px;
  font-size:16px;
  color:#0f172a;
}

.testimonial-card span{
  font-size:13px;
  color:#64748b;
}


/* ===== CTA ===== */
.about-cta{
  padding:90px 20px;
  background:linear-gradient(135deg,#0f172a,#1e293b);
  text-align:center;
  color:#fff;
}

.about-cta h2{
  font-size:34px;
  margin-bottom:15px;
}

.about-cta p{
  max-width:700px;
  margin:0 auto 35px;
  color:#cbd5f5;
}

.cta-buttons{
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

.cta-primary{
  background:#2563eb;
  color:#fff;
  padding:14px 28px;
  border-radius:12px;
  text-decoration:none;
  font-weight:600;
  transition:0.3s;
}

.cta-primary:hover{
  box-shadow:0 15px 35px rgba(37,99,235,0.45);
  transform:translateY(-2px);
}

.cta-secondary{
  border:2px solid #93c5fd;
  color:#93c5fd;
  padding:14px 28px;
  border-radius:12px;
  text-decoration:none;
  font-weight:600;
  transition:0.3s;
}

.cta-secondary:hover{
  background:#93c5fd;
  color:#0f172a;
}


.header-center{
  display:flex;
  justify-content:center;
  gap:30px;
}

.header-nav a{
  text-decoration:none;
  font-size:15px;
  font-weight:500;
  color:#e5e7eb;
  position:relative;
  padding-bottom:4px;
  transition:0.3s;
}

.header-nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0%;
  height:2px;
  background:#3b82f6;
  transition:0.3s;
}

.header-nav a:hover{
  color:#fff;
}

.header-nav a:hover::after{
  width:100%;
}

.header-nav .active{
  color:#93c5fd;
  font-weight:600;
}

.highlight-link{
  color:#60a5fa;
  font-weight:600;
}
