body{
  font-family:Arial, Helvetica, sans-serif;
  background:#fff;
  color:#111;
  line-height:1.5;
}

a{
  text-decoration:none;
}

.link-blue{
  color:#3665f3 !important;
  font-weight:700;
}



/* PAGE HERO */
.page-hero {
  background: linear-gradient(135deg, #0d6efd, #002f6c);
  color: #fff;
  padding: 90px 0;
}

.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,.15);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 14px;
}

.page-hero h1 {
  font-weight: 800;
  margin-bottom: 10px;
}

.hero-sub {
  max-width: 720px;
  margin: auto;
  opacity: .9;
}

/* SECTION INTRO */
.section-intro h2 {
  font-weight: 800;
  margin-bottom: 10px;
}

.section-intro p {
  max-width: 650px;
  margin: auto;
  color: #666;
}

/* WHY CARDS */
.why-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px 30px;
  text-align: center;
  height: 100%;
  border: 1px solid #eee;
  transition: transform .3s ease, box-shadow .3s ease;
}

.why-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #004aad);
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon i {
  font-size: 26px;
  color: #fff;
}

.why-card h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 15px;
  color: #555;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
}

/* CTA */
.cta-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.cta-section h2 {
  font-weight: 800;
  margin-bottom: 8px;
}

.cta-sub {
  max-width: 600px;
  margin: auto;
  margin-bottom: 25px;
  color: #666;
}

/* DARK MODE */
body.dark .why-card {
  background: #121212;
  border-color: #1f1f1f;
}

body.dark .why-card p,
body.dark .section-intro p,
body.dark .cta-sub {
  color: #bbb;
}

body.dark .cta-section {
  background: #0f0f0f;
}

.about-list {
  padding-left: 18px;
}

.about-list li {
  margin-bottom: 8px;
  color: #555;
}

.signup-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.signup-card .form-control,
.signup-card .form-select {
  padding: 12px;
}

.signup-card a {
  text-decoration: none;
  font-weight: 500;
}

.trust-strip i {
  color: #0d6efd;
}

.signup-card,
.signup-info-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.signup-info-card {
  background: linear-gradient(180deg, #0d6efd 0%, #0b5ed7 100%);
  color: #fff;
}

.signup-info-card h3 {
  color: #fff;
}

.signup-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.signup-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-weight: 500;
}

.signup-benefits i {
  font-size: 1.2rem;
}

.signup-note {
  opacity: 0.9;
}

.signup-card .form-control,
.signup-card .form-select {
  padding: 12px;
}


