*,*::before,*::after {
  box-sizing:border-box;
}
html,body {
  height:100%;
}
body {
  background-color: black;
  margin:0;
  font-family:Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  color:#0b1220;
  line-height:1.45;
}
.container {
  max-width:1200px;        
  margin:0 auto;
  padding:0 20px;
}
header {
  background-color: white;
  color:#fff;
  position:sticky;
  top:0;
  z-index:40;
}
.topbar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:72px;
}
.logo {
  max-width: 150px;
  margin-left: 30px;
}
nav {
  display:flex;
  gap:18px;
}
nav a {
  color: black;
  font-size: 18px;
  text-decoration:none;
  font-weight:600;
  padding:8px 10px;
  border-radius:6px;
}
.menu-toggle {
  display:none;
  background:none;
  border:0;
  font-size:20px;
}
@media(max-width:900px){
  nav {
    display:none;
  } 
  .menu-toggle {
    display:block;
  }
}
.hero {
  padding:50px 0 50px;
  background-color: black;
  color:#fff;
}
.hero-grid {
    display: grid;grid-template-columns:1fr 500px;
    gap: 20px;
  align-items:center;
}
.profile {
  max-width: 100%;
}
h1, .lead, .lead1 {
  text-align: center;
}
.lead, .line {
  margin: auto;
}
.lead1 {
  font-style: italic;
}
.line {
  border: 2px solid red;
  max-width: 30%;
}
.cta-row {
  display:flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top:18px;
}
.btn {
  border: 2px solid red;
  font-size: 16px;
  padding: 12px 70px;
  border-radius:20px;
  margin-top: 20px;
  font-weight:700;
  cursor:pointer;
}
.btn.primary {
  background-color: transparent;
  color:#fff;
}
.btn.ghost {
  background:transparent;
  color:#fff;
}
.explain {
    text-align: center;
    color: white;
    padding: 50px 10px;
}
.exp-btn {
    border: 2px solid red;
    text-decoration: none;
    color: white;
    font-size: 16px;
    padding: 12px 50px;
    border-radius:20px;
    font-weight:700;
}
.features {
  padding: 50px 20px;
  text-align: center;
  color: white;
}
.grid-3 {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap: 25px;
  
}
.feature {
    box-shadow:0 5px 15px rgb(199, 199, 199);
    border-radius: 20px;
    padding: 10px;
    margin-top: 20px;
}
@media(max-width:900px){
  .hero-grid {
    grid-template-columns:1fr;
  }
  .grid-3 {
    grid-template-columns:1fr;
  } 
  .card{
    margin-top:18px
  }
}
.grow {
  text-align: center;
  color: white;
  padding: 20px;
}
table { 
  width:100%; 
  border-collapse: collapse; 
  margin-top: 30px; 
}
th, td { 
  padding:12px; 
  text-align:center; 
  border-bottom:1px solid #ddd;
}
th { 
  background: #093a86; 
  color:#fff; 
  font-weight:500; 
}
tr:hover { 
  background: rgb(47, 47, 47);
}
.investors {
  color: white;
  text-align: center;
  padding: 50px 20px;
}
.investor-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}
.investor {
  border: 2px solid white;
  border-radius: 10px;
  padding: 10px;
}
@media(max-width:900px){
  .investor-row {
    flex-wrap: wrap;
  }
}
.courses {
  padding: 50px 20px;
}
.invest {
  color: white;
}
.trust {
  color: white;
  font-style: italic;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}
.course-row {
  display:flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.course {
  border: 1px solid white;
  padding:10px;
  border-radius:10px;
}
.course h5 {
  margin:6px 0;
  font-size: 24px;
  text-align: center;
}
.div {
  display: flex;
  gap: 100px;
}
.div1 {
  color: white;
}
.div2 {
  color: white;
}
.dollar {
  font-size: 20px;
  color: gold;
  font-weight: bold;
}
.min {
  font-size: 14px;
  margin: -15px 0px 25px 0px;
}
.principal {
  color: gold;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.purchase {
  border: 0px;
  padding: 10px;
  background-color: white;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
}
.faq-bag {
  background-color: #010b1a;
}
.faq-sec {
  color: white;
  padding: 50px 20px; 
  max-width: 1000px; 
  margin: auto;
}
.faq-item { 
  padding:10px 20px 30px; 
  margin-bottom:15px; 
  border-radius:12px; 
  box-shadow:0 5px 15px rgb(199, 199, 199); 
}
.faq-item h4 { 
  cursor:pointer; 
  color:#2ecc71; 
  margin-bottom:10px; 
}
.faq-item p { 
  display:none; 
  color:#d8d7d7; 
  margin: 0px;
}
.cta-section {
  text-align:center; 
  padding: 20px; 
  color:#fff; 
}
footer { 
  color:#fff; 
  padding:30px 20px; 
  text-align:center; 
  margin-top:20px; 
}
footer a { 
  color:#fff; 
  text-decoration:underline; 
  margin:0 10px; 
}