/* ===== 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; }

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

/* ===== HEADER ===== */
.header { background: #1b3a5c; 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: #8bb8d8; }
.nav { display: flex; gap: 24px; }
.nav a { color: #c8dff0; 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: #2e7d32; color: #fff; padding: 10px 18px; border-radius: 6px; font-size: 14px; line-height: 1.3; transition: background 0.2s; }
.btn-call:hover { background: #1b5e20; }
.call-icon { font-size: 22px; }
.phone-num { font-size: 16px; font-weight: 700; }

/* ===== HERO ===== */
.hero { background: linear-gradient(135deg, #1b3a5c 0%, #0d2640 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: #8bb8d8; 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: #a8c8e0; 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: #2e7d32; 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: #1b5e20; }
.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: #1b3a5c; }
.btn-large { font-size: 22px; padding: 20px 40px; }
.btn-outline { border: 2px solid #1b3a5c; color: #1b3a5c; padding: 12px 28px; border-radius: 6px; font-size: 16px; font-weight: 600; display: inline-block; transition: all 0.2s; }
.btn-outline:hover { background: #1b3a5c; color: #fff; }
.hero-trust { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; }
.trust-item { color: #8bb8d8; font-size: 15px; }
.trust-icon { color: #4caf50; margin-right: 6px; font-weight: 700; }

/* ===== SAME DAY STRIP ===== */
.sameday-strip { background: #e8f5e9; border-top: 3px solid #2e7d32; border-bottom: 3px solid #2e7d32; padding: 14px 0; text-align: center; font-size: 15px; color: #1b3a2a; }
.sameday-link { color: #2e7d32; font-weight: 700; margin-left: 12px; text-decoration: underline; }

/* ===== WHY US ===== */
.why-us { background: #f5f8fc; }
.why-us h2, .services-overview h2, .sameday-feature h2, .brands-section h2, .team-section h2, .location-section h2, .final-cta h2 { font-size: 34px; font-weight: 800; color: #1b3a5c; 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 #dce8f5; }
.card-icon { font-size: 36px; margin-bottom: 14px; }
.card h3 { font-size: 20px; font-weight: 700; color: #1b3a5c; margin-bottom: 10px; }
.card p { color: #555; font-size: 15px; }

/* ===== SAME DAY FEATURE ===== */
.sameday-feature { background: #1b3a5c; color: #fff; }
.sameday-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.eyebrow { font-size: 13px; font-weight: 700; color: #4caf50; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; }
.sameday-text h2 { color: #fff; text-align: left; font-size: 32px; margin-bottom: 20px; }
.sameday-text p { color: #a8c8e0; margin-bottom: 16px; font-size: 16px; }
.sameday-text .btn-primary { margin-top: 8px; }
.sameday-visual { background: rgba(255,255,255,0.08); border-radius: 12px; padding: 40px; text-align: center; }
.stat-big { display: block; font-size: 64px; font-weight: 800; color: #4caf50; line-height: 1; }
.stat-word { display: block; font-size: 40px; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 8px; }
.stat-sub { display: block; font-size: 16px; color: #8bb8d8; margin-bottom: 28px; }
.sameday-points { text-align: left; }
.sameday-point { color: #a8c8e0; padding: 6px 0; font-size: 15px; }
.sameday-point::before { content: ""; }

/* ===== 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 #dce8f5; border-radius: 10px; transition: all 0.2s; background: #f5f8fc; }
.service-item:hover { border-color: #1b3a5c; 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: #1b3a5c; margin-bottom: 8px; }
.service-item p { color: #555; font-size: 14px; }
.services-cta { text-align: center; }

/* ===== BRANDS ===== */
.brands-section { background: #f5f8fc; }
.brands-grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.brand-item { background: #fff; border: 1px solid #dce8f5; padding: 12px 24px; border-radius: 6px; font-size: 15px; font-weight: 600; color: #1b3a5c; }

/* ===== TEAM ===== */
.team-section { background: #fff; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; max-width: 700px; margin: 0 auto; }
.team-card { background: #f5f8fc; border-radius: 12px; padding: 36px 28px; text-align: center; border: 1px solid #dce8f5; }
.team-avatar { width: 72px; height: 72px; background: #1b3a5c; color: #fff; border-radius: 50%; font-size: 24px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.team-card h3 { font-size: 20px; font-weight: 700; color: #1b3a5c; margin-bottom: 4px; }
.team-title { font-size: 14px; color: #2e7d32; font-weight: 600; margin-bottom: 12px; }
.team-card p { color: #555; font-size: 14px; }

/* ===== LOCATION ===== */
.location-section { background: #f5f8fc; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.location-info h2 { text-align: left; margin-bottom: 16px; }
.location-info p { color: #555; margin-bottom: 28px; }
.location-detail { display: flex; gap: 16px; margin-bottom: 20px; }
.loc-icon { font-size: 24px; flex-shrink: 0; }
.location-detail strong { display: block; color: #1b3a5c; font-size: 15px; margin-bottom: 4px; }
.location-detail p { color: #555; font-size: 15px; margin: 0; }
.location-detail a { color: #2e7d32; font-weight: 700; }
.hours-card { background: #fff; border-radius: 12px; padding: 32px; border: 1px solid #dce8f5; }
.hours-card h3 { font-size: 20px; font-weight: 700; color: #1b3a5c; margin-bottom: 20px; }
.hours-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #eef2f8; font-size: 15px; }
.hours-row.closed { color: #999; }

/* ===== FINAL CTA ===== */
.final-cta { background: #2e7d32; 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: #2e7d32; }
.final-cta .btn-primary:hover { background: #f0f0f0; }

/* ===== FOOTER ===== */
.footer { background: #0d1f33; color: #7aa0c0; padding: 50px 0 0; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; 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: #4caf50; }
.footer-links, .footer-service, .footer-hours { display: flex; flex-direction: column; gap: 8px; }
.footer-links strong, .footer-service strong, .footer-hours strong { color: #fff; font-size: 15px; margin-bottom: 4px; }
.footer-links a, .footer-service a { font-size: 14px; color: #7aa0c0; transition: color 0.2s; }
.footer-links a:hover, .footer-service a:hover { color: #fff; }
.footer-hours p { font-size: 14px; }
.footer-bottom { border-top: 1px solid #1a3050; padding: 16px 0; }
.footer-bottom p { font-size: 13px; color: #3d5a70; text-align: center; }
.footer-bottom a { color: #3d5a70; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero h1 { font-size: 30px; }
  .hero-sub { font-size: 17px; }
  .nav { display: none; }
  .sameday-grid { grid-template-columns: 1fr; }
  .location-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .why-us h2, .services-overview h2, .sameday-feature h2, .brands-section h2, .team-section h2, .location-section h2, .final-cta h2 { font-size: 26px; }
  .sameday-text h2 { font-size: 24px; }
}
