body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 'Poppins', Arial, sans-serif;
  background: #f7faff;
  color: #1c274c;
}

/* Black & Gold Brand */
.brand-main {
  font-size: 2.5rem;
  font-weight: 800;
  color: #222;
  letter-spacing: 2px;
}
.brand-main .gold {
  color: #ffbe30;
  letter-spacing: 1px;
}
.gold {
  color: #ffbe30 !important;
}
.founder-name {
  font-size: 1.35rem;
  font-weight: 700;
  margin-top: 5px;
  color: #222;
  letter-spacing: 1px;
}
.founder-name .role {
  font-size: 1.1rem;
  color: #ffbe30;
  font-weight: 800;
}

/* Header/Nav */
.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 5vw 12px 5vw;
  background: transparent;
}
.logo {
  display: flex;
  align-items: center;
  gap: 9px;
}
.logo img {
  height: 38px;
}
.logo span {
  font-size: 2.1rem;
  font-weight: 900;
  color: #222;
  letter-spacing: 1.5px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-links a {
  text-decoration: none;
  color: #222;
  padding: 7px 20px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 1.05rem;
  transition: background 0.2s, color 0.2s;
}
.nav-links .btn {
  font-weight: 700;
  background: linear-gradient(90deg, #ffbe30 40%, #fdcb6e 100%);
  color: #222 !important;
  border-radius: 24px;
  padding: 10px 24px;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px 0 rgba(255,190,48,0.14);
}
.btn.black {
  background: #222;
  color: #fff !important;
}
.btn.gold {
  background: linear-gradient(90deg, #ffbe30 50%, #fdcb6e 100%);
  color: #222 !important;
}
.btn.gold:hover {
  background: #ffd75a;
  color: #000;
}
.btn.black:hover {
  background: #111;
}

/* Hero */
.hero {
  background: linear-gradient(115deg, #fff 80%, #ffbe30 100%);
  color: #222;
  text-align: center;
  padding: 60px 5vw 38px 5vw;
  position: relative;
  overflow: hidden;
}
.hero h1 {
  margin: 0 0 7px 0;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 1.5px;
}
.hero .subtitle {
  font-size: 1.32rem;
  color: #222;
  font-weight: 500;
}
.hero p {
  font-size: 1.18rem;
  margin-bottom: 28px;
  margin-top: 18px;
  color: #444c5e;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 0;
}

/* Help Section */
.help {
  background: #fff;
  padding: 54px 0 44px 0;
  text-align: center;
}
.help h2 {
  font-size: 2.2rem;
  margin-bottom: 36px;
  font-weight: 800;
  color: #222;
  letter-spacing: 1px;
}
.help-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 32px;
  max-width: 980px;
  margin: 0 auto;
}
.help .card {
  background: #faf8f3;
  border-radius: 18px;
  box-shadow: 0 2px 18px 0 rgba(255,190,48,0.09);
  padding: 40px 18px 24px 18px;
  text-align: center;
  transition: transform 0.13s, box-shadow 0.13s;
}
.help .card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 6px 28px 0 rgba(255,190,48,0.13);
}
.help .card h3 {
  font-size: 1.17rem;
  font-weight: 700;
  color: #222;
  margin: 18px 0 7px 0;
}
.help .card p {
  font-size: 1.01rem;
  color: #636b7b;
}
.profile {
  border-radius: 50%;
  width: 78px;
  height: 78px;
  object-fit: cover;
  margin: 0 auto 14px auto;
  border: 4px solid #ffbe30;
}

/* Features Section */
.features {
  background: #fff;
  padding: 54px 0 38px 0;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.features-grid i {
  font-size: 2.3rem;
  color: #ffbe30;
  margin-bottom: 12px;
}
.features-grid h3 {
  font-size: 1.12rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 5px;
}
.features-grid p {
  font-size: 0.99rem;
  color: #444c5e;
}

/* Reviews Section */
.reviews {
  background: linear-gradient(100deg, #ffbe30 65%, #fff 100%);
  color: #222;
  padding: 54px 0 52px 0;
  text-align: center;
}
.reviews h2 {
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: 34px;
  color: #222;
}
.reviews-grid {
  display: flex;
  gap: 22px;
  justify-content: center;
  flex-wrap: wrap;
}
.review-card {
  background: #fff;
  color: #222;
  border-radius: 18px;
  box-shadow: 0 2px 18px 0 rgba(255,190,48,0.09);
  padding: 30px 22px 18px 22px;
  min-width: 230px;
  max-width: 310px;
  margin: 0 7px;
  text-align: center;
}
.review-card .profile {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  border-width: 2px;
}
.review-stars {
  color: #ffbe30;
  font-size: 1.17rem;
  margin-bottom: 6px;
}
.review-card p {
  font-size: 1.02rem;
  margin-bottom: 9px;
  font-style: italic;
}
.review-card span {
  font-size: 0.99rem;
  color: #636b7b;
}

/* Steps Section */
.steps {
  background: #f7faff;
  padding: 54px 0 48px 0;
  text-align: center;
}
.steps h2 {
  font-size: 2rem;
  color: #222;
  font-weight: 800;
  margin-bottom: 32px;
}
.steps-grid {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.steps-grid div {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(255,190,48,0.08);
  padding: 36px 32px 26px 32px;
  min-width: 190px;
  max-width: 230px;
  margin: 0 7px;
}
.steps-grid span {
  font-size: 1.7rem;
  font-weight: 800;
  color: #fff;
  background: #ffbe30;
  border-radius: 50%;
  padding: 10px 18px;
  display: inline-block;
  margin-bottom: 11px;
}
.steps-grid h4 {
  font-size: 1.07rem;
  font-weight: 800;
  margin: 7px 0 7px 0;
  color: #222;
}
.steps-grid p {
  color: #636b7b;
  font-size: 0.98rem;
}

/* Footer */
footer {
  background: #222;
  color: #fff;
  padding: 32px 0;
  text-align: center;
}
.footer-content {
  max-width: 900px;
  margin: 0 auto;
}
.footer-logo {
  height: 36px;
  margin-bottom: 8px;
}
.footer-content p, .footer-content a {
  color: #fff;
  font-size: 1.05rem;
  text-decoration: none;
}
.footer-content .brand-main {
  font-size: 1.23rem;
}
.footer-social {
  margin-top: 16px;
}
.footer-social a {
  color: #ffbe30;
  margin: 0 8px;
  font-size: 1.37rem;
  transition: color 0.2s;
}
.footer-social a:hover {
  color: #fff;
}

/* Responsive Styles */
@media (max-width: 900px) {
  .hero h1 { font-size: 2.1rem; }
  .help-grid, .features-grid { grid-template-columns: 1fr 1fr; }
  .reviews-grid, .steps-grid { flex-direction: column; align-items: center; gap: 18px; }
}
@media (max-width: 650px) {
  .main-nav { flex-direction: column; gap: 10px; padding: 20px 4vw 8px 4vw; }
  .logo span { font-size: 1.4rem; }
  .hero h1 { font-size: 1.3rem; }
  .hero { padding: 28px 2vw 18px 2vw; }
  .help-grid, .features-grid { grid-template-columns: 1fr; }
}
