/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.7; color: #1a1a1a; background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ===== LAYOUT ===== */
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.section { padding: 70px 0; }

/* ===== HEADER ===== */
.header { background: #1a2744; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; gap: 16px; }
.logo a { display: flex; flex-direction: column; }
.logo-main { font-size: 20px; font-weight: 700; color: #fff; line-height: 1.2; }
.logo-sub { font-size: 12px; color: #90a8d0; }
.nav { display: flex; gap: 24px; }
.nav a { color: #d0ddf0; font-size: 15px; font-weight: 500; transition: color 0.2s; }
.nav a:hover { color: #fff; }
.btn-call { display: flex; align-items: center; gap: 10px; background: #e8392a; color: #fff; padding: 10px 18px; border-radius: 6px; font-size: 14px; line-height: 1.3; transition: background 0.2s; }
.btn-call:hover { background: #c42d1f; }
.call-icon { font-size: 22px; }
.phone-num { font-size: 16px; font-weight: 700; }

/* ===== HERO ===== */
.hero { background: linear-gradient(135deg, #1a2744 0%, #0f3460 100%); color: #fff; padding: 80px 0 70px; text-align: center; }
.hero-badge { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: #a8d4f0; font-size: 14px; padding: 6px 16px; border-radius: 20px; margin-bottom: 20px; }
.hero h1 { font-size: 46px; font-weight: 800; line-height: 1.15; margin-bottom: 20px; color: #fff; }
.hero-sub { font-size: 20px; color: #b8cce4; max-width: 680px; margin: 0 auto 36px; }
.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px; }
.btn-primary { background: #e8392a; color: #fff; padding: 16px 32px; border-radius: 6px; font-size: 18px; font-weight: 700; transition: background 0.2s; display: inline-block; }
.btn-primary:hover { background: #c42d1f; }
.btn-secondary { background: transparent; color: #fff; border: 2px solid #fff; padding: 14px 30px; border-radius: 6px; font-size: 18px; font-weight: 600; transition: all 0.2s; display: inline-block; }
.btn-secondary:hover { background: #fff; color: #1a2744; }
.btn-large { font-size: 22px; padding: 20px 40px; }
.btn-outline { border: 2px solid #1a2744; color: #1a2744; padding: 12px 28px; border-radius: 6px; font-size: 16px; font-weight: 600; display: inline-block; transition: all 0.2s; }
.btn-outline:hover { background: #1a2744; color: #fff; }
.hero-trust { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; }
.trust-item { color: #a8d4f0; font-size: 15px; }
.trust-icon { color: #4caf50; margin-right: 6px; font-weight: 700; }

/* ===== URGENCY STRIP ===== */
.urgency-strip { background: #fff3cd; border-top: 3px solid #f0a500; border-bottom: 3px solid #f0a500; padding: 14px 0; text-align: center; font-size: 15px; color: #5a3e00; }
.urgency-link { color: #e8392a; font-weight: 700; margin-left: 12px; text-decoration: underline; }

/* ===== WHY US ===== */
.why-us { background: #f7f9fc; }
.why-us h2, .services-overview h2, .process h2, .service-area h2, .final-cta h2 { font-size: 34px; font-weight: 800; color: #1a2744; text-align: center; margin-bottom: 14px; }
.section-sub { text-align: center; color: #555; font-size: 17px; max-width: 680px; margin: 0 auto 48px; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.card { background: #fff; border-radius: 10px; padding: 32px 28px; border: 1px solid #e0e8f0; }
.card-icon { font-size: 36px; margin-bottom: 14px; }
.card h3 { font-size: 20px; font-weight: 700; color: #1a2744; margin-bottom: 10px; }
.card p { color: #555; font-size: 15px; }

/* ===== SERVICES ===== */
.services-overview { background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 36px; }
.service-item { display: block; padding: 28px 24px; border: 1px solid #dde8f5; border-radius: 10px; transition: all 0.2s; background: #f7f9fc; }
.service-item:hover { border-color: #1a2744; background: #fff; transform: translateY(-2px); }
.service-icon { font-size: 32px; display: block; margin-bottom: 12px; }
.service-item h3 { font-size: 18px; font-weight: 700; color: #1a2744; margin-bottom: 8px; }
.service-item p { color: #555; font-size: 14px; }
.services-cta { text-align: center; }

/* ===== PROCESS ===== */
.process { background: #1a2744; color: #fff; }
.process h2 { color: #fff; }
.process .section-sub { color: #90a8d0; }
.steps { display: flex; align-items: flex-start; gap: 16px; flex-wrap: wrap; justify-content: center; }
.step { flex: 1; min-width: 200px; max-width: 240px; text-align: center; }
.step-num { width: 52px; height: 52px; background: #e8392a; color: #fff; border-radius: 50%; font-size: 22px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.step h3 { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.step p { color: #90a8d0; font-size: 14px; }
.step-arrow { font-size: 28px; color: #e8392a; margin-top: 16px; }

/* ===== SERVICE AREA ===== */
.service-area { background: #f7f9fc; }
.area-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 20px; }
.area-grid span { background: #fff; border: 1px solid #dde8f5; padding: 8px 18px; border-radius: 20px; font-size: 15px; color: #1a2744; font-weight: 500; }
.area-note { text-align: center; color: #777; font-size: 14px; }

/* ===== FINAL CTA ===== */
.final-cta { background: #e8392a; color: #fff; text-align: center; }
.final-cta h2 { color: #fff; }
.final-cta p { color: rgba(255,255,255,0.85); font-size: 18px; max-width: 600px; margin: 0 auto 32px; }
.cta-sub { font-size: 15px; color: rgba(255,255,255,0.75); margin-top: 16px; }
.final-cta .btn-primary { background: #fff; color: #e8392a; margin-bottom: 0; }
.final-cta .btn-primary:hover { background: #f0f0f0; }

/* ===== FOOTER ===== */
.footer { background: #0d1b33; color: #90a8d0; padding: 50px 0 0; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.footer-brand strong { font-size: 18px; color: #fff; display: block; margin-bottom: 8px; }
.footer-brand p { font-size: 14px; margin-bottom: 4px; }
.footer-brand a { color: #e8392a; }
.footer-links, .footer-service { display: flex; flex-direction: column; gap: 8px; }
.footer-links a, .footer-service a { font-size: 14px; color: #90a8d0; transition: color 0.2s; }
.footer-links a:hover, .footer-service a:hover { color: #fff; }
.footer-service strong { color: #fff; font-size: 15px; margin-bottom: 4px; }
.footer-bottom { border-top: 1px solid #1e2e4a; padding: 16px 0; }
.footer-bottom p { font-size: 13px; color: #506080; text-align: center; }
.footer-bottom a { color: #506080; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero h1 { font-size: 30px; }
  .hero-sub { font-size: 17px; }
  .nav { display: none; }
  .steps { flex-direction: column; align-items: center; }
  .step-arrow { transform: rotate(90deg); margin: 0; }
  .footer-inner { grid-template-columns: 1fr; }
  .header-inner { flex-wrap: wrap; }
  .why-us h2, .services-overview h2, .process h2, .service-area h2, .final-cta h2 { font-size: 26px; }
}
