/* Form2290Tax Landing Pages - Shared Styles */
/* Works alongside nicepage.css */

.landing-hero {
  background: linear-gradient(135deg, #1a3a5c 0%, #478ac9 100%);
  padding: 60px 0 50px;
  color: #fff;
  text-align: center;
}
.landing-hero .hero-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}
.landing-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #fff;
}
.landing-hero h1 span {
  color: #ffd966;
}
.landing-hero .hero-sub {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 24px;
}
.landing-hero .btn-cta {
  display: inline-block;
  padding: 14px 36px;
  background: #ffd966;
  color: #1a3a5c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s, transform 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.landing-hero .btn-cta:hover {
  background: #ffed4a;
  transform: translateY(-2px);
}

.landing-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 30px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  line-height: 1.7;
}
.landing-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a3a5c;
  margin: 36px 0 14px;
  line-height: 1.3;
}
.landing-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #2d5f8a;
  margin: 24px 0 10px;
}
.landing-content p {
  margin: 0 0 14px;
  font-size: 1rem;
}
.landing-content ul, .landing-content ol {
  margin: 10px 0 18px 20px;
  padding: 0;
}
.landing-content li {
  margin-bottom: 8px;
  font-size: 1rem;
}
.landing-content a {
  color: #478ac9;
  text-decoration: none;
  font-weight: 600;
}
.landing-content a:hover {
  color: #1a3a5c;
  text-decoration: underline;
}
.landing-content strong {
  color: #1a3a5c;
}

/* FAQ Cards */
.faq-section-landing {
  background: #f4f7fb;
  padding: 40px 0;
}
.faq-section-landing .faq-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}
.faq-section-landing h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a3a5c;
  margin: 0 0 24px;
  text-align: center;
}
.faq-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 14px;
  transition: box-shadow 0.2s;
}
.faq-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.faq-card h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a3a5c;
  margin: 0 0 8px;
}
.faq-card p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

/* Bottom CTA */
.landing-cta-bottom {
  text-align: center;
  padding: 40px 30px;
  background: linear-gradient(135deg, #1a3a5c 0%, #478ac9 100%);
}
.landing-cta-bottom h2 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 16px;
}
.landing-cta-bottom p {
  color: rgba(255,255,255,0.85);
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 20px;
  font-size: 1.05rem;
}
.landing-cta-bottom .btn-cta {
  display: inline-block;
  padding: 14px 36px;
  background: #ffd966;
  color: #1a3a5c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.2s, transform 0.2s;
}
.landing-cta-bottom .btn-cta:hover {
  background: #ffed4a;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .landing-hero h1 { font-size: 1.7rem; }
  .landing-hero .hero-sub { font-size: 1rem; }
  .landing-content h2 { font-size: 1.35rem; }
  .landing-content { padding: 30px 20px; }
  .faq-section-landing .faq-inner { padding: 0 20px; }
}
