* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f5f5f5;
}

/* ── HEADER ── */
.header {
  background: #ffffff;
  border-bottom: 3px solid #f5a623;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}

.header-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header img {
  height: 72px;
}

.header-tagline {
  font-size: 13px;
  color: #555;
  font-weight: 500;
  letter-spacing: 0.03em;
}

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, #1a2e5a 0%, #22407a 60%, #1a2e5a 100%);
  padding: 3.5rem 1.5rem 3rem;
  text-align: center;
}

.hero-eyebrow {
  display: inline-block;
  background: #f5a623;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 1.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(1.8rem, 5.5vw, 3rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.hero h1 span {
  color: #f5a623;
}

.hero h2 {
  font-size: clamp(1rem, 2.8vw, 1.3rem);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
  max-width: 580px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

/* ── ALERT BADGE ── */
.alert-badge {
  background: rgba(229, 57, 53, 0.15);
  border: 1px solid rgba(229, 57, 53, 0.4);
  border-radius: 12px;
  padding: 1rem 1.5rem;
  max-width: 480px;
  margin: 0 auto 2rem;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.alert-icon {
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.alert-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  text-align: left;
}

.alert-text strong {
  color: #f5a623;
}

/* ── CALL BUTTON ── */
.call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #f5a623;
  color: #1a1a1a;
  text-decoration: none;
  border-radius: 14px;
  padding: 1.2rem 2rem;
  font-size: clamp(16px, 3.5vw, 22px);
  font-weight: 900;
  width: 100%;
  max-width: 480px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.call-btn:hover {
  background: #ffbb44;
}

.call-subtext {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.6rem;
}

/* ── TRUST ROW ── */
.trust-row {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.check {
  width: 18px;
  height: 18px;
  background: #f5a623;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ── PROBLEMS SECTION ── */
.problems-section {
  background: #ffffff;
  padding: 3rem 1.5rem;
  text-align: center;
}

.problems-section h2 {
  font-size: clamp(1.3rem, 3.5vw, 1.9rem);
  font-weight: 900;
  color: #1a2e5a;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.problems-section p {
  font-size: 15px;
  color: #555;
  max-width: 600px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}

.problems-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
  max-width: 900px;
  margin: 0 auto;
}

.problem-card {
  background: #fff8f0;
  border: 1px solid #fde8c8;
  border-radius: 14px;
  padding: 1.5rem 1rem;
  text-align: center;
  border-top: 4px solid #f5a623;
}

.problem-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.problem-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1a2e5a;
  margin-bottom: 0.4rem;
}

.problem-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

/* ── SERVICES SECTION ── */
.services-section {
  background: linear-gradient(135deg, #1a2e5a, #22407a);
  padding: 3rem 1.5rem;
  text-align: center;
}

.services-section h2 {
  font-size: clamp(1.3rem, 3.5vw, 2rem);
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.services-section p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto 2.5rem;
}

.service-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(245, 166, 35, 0.4);
  border-radius: 12px;
  padding: 1.25rem 1rem;
}

.service-card .s-icon {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.service-card h3 {
  font-size: 14px;
  font-weight: 700;
  color: #f5a623;
  margin-bottom: 0.3rem;
}

.service-card p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}

/* ── GALLERY ── */
.gallery-section {
  background: #ffffff;
  padding: 3rem 1.5rem;
  text-align: center;
}

.gallery-section h2 {
  font-size: clamp(1.3rem, 3.5vw, 1.9rem);
  font-weight: 900;
  color: #1a2e5a;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.gallery-section p {
  font-size: 15px;
  color: #555;
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
}

.gallery-item {
  height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.gallery-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26, 46, 90, 0.85);
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  opacity: 0.9;
}

/* ── CTA SECTION ── */
.cta-section {
  background: #f5f5f5;
  padding: 3rem 1.5rem;
  text-align: center;
}

.cta-section h2 {
  font-size: clamp(1.3rem, 3.5vw, 1.9rem);
  font-weight: 900;
  color: #1a2e5a;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.cta-section p {
  font-size: 15px;
  color: #555;
  margin-bottom: 1.5rem;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #1a2e5a;
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  padding: 1rem 2rem;
  font-size: clamp(16px, 3.5vw, 20px);
  font-weight: 700;
  max-width: 420px;
  width: 100%;
}

.cta-btn:hover {
  background: #22407a;
}

/* ── TCPA / FOOTER ── */
.tcpa-section {
  background: #1a2e5a;
  padding: 2rem 1.5rem;
}

.tcpa-text {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.tcpa-text a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: underline;
}

.footer {
  background: #111d38;
  padding: 1.25rem 1.5rem;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

.footer a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  margin: 0 8px;
}

.footer a:hover {
  color: #f5a623;
}
