/* PatriotChat Hero Section Styles */

.hero {
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
              url('/static/images/flag-wave.svg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 4rem 1rem 2rem;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.15rem;
  color: #ccc;
  margin-bottom: 2rem;
}

.hero .btn-primary,
.hero .cta-button {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  background-color: #3b82f6;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  transition: background 0.3s ease;
}

.hero .btn-primary:hover,
.hero .cta-button:hover {
  background-color: #2563eb;
}

/* Features Section */
section {
  padding: 3rem 1rem;
  margin-bottom: 2rem;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.card {
  background: #1a1a1a;
  padding: 1.5rem;
  border-radius: 12px;
  flex: 1 1 280px;
  max-width: 340px;
  text-align: center;
  transition: background 0.3s;
}

.card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}

.card p {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.4;
}

body.light .card {
  background: #f0f0f0;
  color: #222;
}

body.light .card p {
  color: #444;
}


/* hero.css — landing page hero styles */
.hero-section {
  text-align: center;
  padding: 3rem 1rem;
}

.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-section p {
  font-size: 1.25rem;
  color: #ccc;
}

.hero-section .cta-button {
  margin-top: 1.5rem;
  background: #3355ff;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.hero-section .cta-button:hover {
  background: #2244dd;
}

/* ===============================
   PatriotChat - hero.css
   Landing page hero styles
================================= */

.hero {
  text-align: center;
  padding: 4rem 1rem 2rem;
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
              url('/static/images/flag-wave.svg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.hero h1 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.15rem;
  color: #ccc;
  margin-bottom: 2rem;
}

.hero .cta-button {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  background: #3b82f6;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.hero .cta-button:hover {
  background: #2563eb;
}

.card--feature {
  background: #1a1a1a;
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
  transition: background 0.3s;
}

.card--feature h3 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}

.card--feature p {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.4;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.hero-text {
  text-align: center;
  padding: 2rem 1rem;
}

.hero-text h1 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: #fff;
}

.hero-text p {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 1.5rem;
}

.hero {
  text-align: center;
  padding: 3rem 1.5rem;
  max-width: 700px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 2.2rem;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 1.5rem;
}

.hero .btn-primary, 
.features .btn-primary {
  margin: 1rem auto 0;
  display: block;
}
