/* Service Page Hero */
.service-hero {
  background: linear-gradient(135deg, #fff 0%, #f5f5f5 100%);
  padding: 60px 0;
  border-bottom: 3px solid #C41E3A;
}

/* Stats Section */
.stats-section {
  background: linear-gradient(135deg, #C41E3A 0%, #a01830 100%);
  color: white;
  padding: 60px 0;
}

/* Modern Section Layouts */
.section {
  padding: 64px 0 56px 0;
  background: #fff;
  border-radius: 18px;
  margin-bottom: 32px;
}

/* Container and Header */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
.header {
  position: sticky;
  top: 0;
  background: linear-gradient(135deg, #fff 0%, #fdf8f8 100%);
  border-bottom: 2px solid #f0e8e8;
  z-index: 10;
  box-shadow: 0 2px 12px rgba(196,30,58,0.08);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 24px;
  padding: 0 8px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  font-size: 16px;
  color: #C41E3A;
  letter-spacing: -0.5px;
}
.brand img {
  height: 32px;
}
.menu {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-date-white { color: white; margin-left: 10px; }
.blog-lead { font-size: 18px; margin: 15px 0 0; }
.blog-h3-green { margin-top: 0; color: #2e7d32; }
.blog-h3-orange { margin-top: 0; color: #e65100; }
.blog-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.blog-table-header { background: #f5f5f5; }
.blog-table-cell { padding: 12px; text-align: left; border: 1px solid #ddd; }
.mr-20 { margin-right: 20px; }
.loyalty-note { color: #666; display: block; margin-top: 5px; }
.d-none { display: none; }
.hr-20 { margin: 20px 0; border: none; border-top: 1px solid #e0e0e0; }
.mt-20 { margin-top: 20px; }
.mb-15 { margin-bottom: 15px; }
.booking-list { padding-left: 20px; color: #666; line-height: 1.8; }
.success-message-wide { grid-column: 1 / -1; }
.confirm-email { color: #2a5298; font-weight: 600; }
.confirm-note { color: #666; margin-top: 15px; }
.blog-date-white { color: white; margin-left: 10px; }
.blog-lead { font-size: 18px; margin: 15px 0 0; }
.footer-link { color: inherit; }
/* Blog Inline Style Replacements */
.blog-brand-link { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.blog-brand-img { height: 32px; }
.blog-brand-name { color: #C41E3A; font-weight: 900; font-size: 16px; }
.blog-cta-center { margin: 32px 0; text-align: center; }
.blog-cta-img { display: block; }
.blog-category-title { margin-top: 40px; }
.section-accent-title { color: white; margin-bottom: 16px; }
.section-accent-desc { color: rgba(255,255,255,0.9); font-size: 16px; margin-bottom: 24px; }
.cta-row-center { justify-content: center; }
.btn-accent { background: white; color: #C41E3A; }
.btn-accent-outline { border-color: white; color: white; }
/* Loyalty Page Utility Classes */
.nav-loyalty { color: #C41E3A; font-weight: bold; }
.loyalty-hero-desc { font-size: 16px; color: rgba(255,255,255,0.85); }
.section-title-accent { text-align: center; color: #C41E3A; }
.mt-50 { margin-top: 50px; }
.tier-start-desc { font-size: 12px; color: #999; }
.points-section-alt { background: #fff5f5; }
.d-none { display: none; }
/* Loyalty Page Utility Classes */
.referral-code { color: #C41E3A; font-size: 16px; }
.mt-30 { margin-top: 30px; }
.text-dark { color: #333; }
.referral-note { font-size: 13px; color: #666; margin-top: 16px; }
.referral-summary { background: #f5f5f5; padding: 16px; border-radius: 8px; margin-top: 20px; }
.mt-0 { margin-top: 0; }
.section-title-accent { text-align: center; color: #C41E3A; }
.mt-50 { margin-top: 50px; }
.terms-box { background: #f9f9f9; padding: 30px; border-radius: 12px; margin: 40px 0; }
.terms-title { color: #C41E3A; margin-top: 0; }
.terms-list { color: #555; line-height: 1.8; }
.cta-box { text-align: center; padding: 40px 0; }
.cta-title { color: #C41E3A; }
.cta-desc { font-size: 16px; color: #666; margin-bottom: 30px; }
.footer-link { color: inherit; }
/* Visually Hidden Utility */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Section Accent Utility */
.section-accent {
  background: linear-gradient(135deg, #C41E3A 0%, #a01830 100%);
  color: white;
  text-align: center;
}

/* Blog View All Utility */
.blog-viewall {
  text-align: center;
  margin-top: 40px;
}
/* Blog Category Cards */
.blog-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.blog-category-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(196,30,58,0.08);
  border: 1.5px solid #f0e0e0;
  text-align: center;
  padding: 24px 10px 18px 10px;
  transition: box-shadow 0.22s, border-color 0.22s, transform 0.18s;
  color: #C41E3A;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-category-card h4 {
  margin: 0 0 8px 0;
  color: #C41E3A;
  font-size: 18px;
  font-weight: 900;
}
.blog-category-card p {
  margin: 0;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.blog-category-card:hover {
  box-shadow: 0 6px 24px rgba(196,30,58,0.16);
  border-color: #C41E3A;
  transform: translateY(-3px) scale(1.03);
  background: #fff6f8;
}
/* Modern Footer Styles */
/* Modern Footer Styles */
.footer {
  background: linear-gradient(90deg, #C41E3A 0%, #a01830 100%);
  color: #fff;
  padding: 36px 0 18px 0;
  margin-top: 48px;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 -2px 16px rgba(196,30,58,0.08);
}
.foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 15px;
}
.footer-main a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s;
}
.footer-main a:hover {
  color: #ffe6ea;
}
.footer-credit {
  margin-top: 12px;
  font-size: 14px;
  color: #ffe6ea;
  letter-spacing: 0.2px;
}
.footer-credit a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.2s;
}
.footer-credit a:hover {
  color: #ffe6ea;
}
@media (max-width: 600px) {
  .footer {
    padding: 28px 0 12px 0;
    border-radius: 0 0 10px 10px;
  }
  .footer-main { font-size: 13px; }
  .footer-credit { font-size: 12px; }
}
/* Modern Navigation Bar */
.header {
  background: linear-gradient(90deg, #fff 60%, #f8e9ec 100%);
  box-shadow: 0 2px 12px rgba(196,30,58,0.08);
  border-bottom: 2px solid #f0e8e8;
  position: sticky;
  top: 0;
  z-index: 10;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 24px;
  padding: 0 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  font-size: 20px;
  color: #C41E3A;
  letter-spacing: -0.5px;
}
.brand img {
  height: 36px;
}
.menu {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.menu a, .menu .dropdown {
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  color: #333;
  background: none;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
}
.menu a:hover, .menu .dropdown:hover {
  background: #fbeaec;
  color: #C41E3A;
  box-shadow: 0 2px 8px rgba(196,30,58,0.08);
}
.menu a[href="#contact"] {
  background: #C41E3A;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(196,30,58,0.10);
}
.menu a[href="#contact"]:hover {
  background: #a01830;
  color: #fff;
}
.menu a[href^="tel:"] {
  background: #fff;
  color: #C41E3A;
  border: 2px solid #C41E3A;
  font-weight: 700;
}
.menu a[href^="tel:"]:hover {
  background: #C41E3A;
  color: #fff;
}

/* Modern Service Cards */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-top: 24px;
}
.card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(196,30,58,0.08), 0 1.5px 6px rgba(0,0,0,0.03);
  padding: 32px 28px 24px 28px;
  border: none;
  transition: box-shadow 0.25s, transform 0.18s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.card:hover {
  box-shadow: 0 8px 32px rgba(196,30,58,0.16), 0 2px 8px rgba(0,0,0,0.06);
  transform: translateY(-4px) scale(1.02);
}
.card h3 {
  margin: 0 0 10px 0;
  color: #C41E3A;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.card p {
  color: #444;
  font-size: 15px;
  margin: 0 0 8px 0;
  line-height: 1.6;
}

/* Modern Section Layouts */
.section {
  padding: 64px 0 56px 0;
  background: #fff;
  border-radius: 18px;
  margin-bottom: 32px;
  box-shadow: 0 2px 16px rgba(196,30,58,0.04);
}
.section h2 {
  font-size: 2.2rem;
  color: #C41E3A;
  margin-bottom: 18px;
  font-weight: 900;
  letter-spacing: -1px;
  text-align: left;
}
.section-desc {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 32px;
  text-align: left;
}

@media (max-width: 900px) {
  .nav { flex-direction: column; height: auto; gap: 12px; padding: 0 8px; }
  .cards { grid-template-columns: 1fr; }
  .section { padding: 36px 0 28px 0; }
}
/* Hamburger menu styles */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
}
.menu-toggle .bar {
  width: 26px;
  height: 3px;
  background: #C41E3A;
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .menu-toggle {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    box-shadow: 0 8px 24px rgba(196,30,58,0.10);
    padding: 0 0 12px 0;
    display: none;
    z-index: 99;
  }
  .menu.open {
    display: flex;
  }
  .menu a, .menu .dropdown {
    width: 100%;
    padding: 14px 24px;
    border-radius: 0;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    text-align: left;
  }
  .dropdown-menu {
    position: static;
    min-width: 100%;
    box-shadow: none;
    border: none;
    padding: 0;
    background: #fafafa;
  }
  .dropdown.open .dropdown-menu {
    display: block;
  }
  .dropdown-menu a {
    padding: 12px 36px;
    background: none;
    color: #444;
    border: none;
  }
  .dropdown-menu a:hover {
    background: #f0f0f0;
    color: #C41E3A;
  }
  .dropdown:hover .dropdown-menu {
    display: none;
  }
}
:root{
  --green:#C41E3A; --accent:#FFFFFF; --dark:#1A1A1A; --lite:#F7F8F9; --max:1140px;
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--dark);background:#fff;line-height:1.55}

/* Layout */
.container{max-width:var(--max);margin:auto;padding:0 20px}
.header{position:sticky;top:0;background:linear-gradient(135deg,#fff 0%,#fdf8f8 100%);border-bottom:2px solid #f0e8e8;z-index:10;box-shadow:0 2px 12px rgba(196,30,58,0.08)}
.nav{display:flex;align-items:center;justify-content:space-between;height:72px;gap:24px;padding:0 8px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:16px;color:#C41E3A;letter-spacing:-0.5px}
.brand img{height:32px}
.menu{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.menu a{padding:8px 14px;border-radius:8px;font-weight:600;color:#333;transition:all 0.3s ease;position:relative}
.menu a:hover{background:rgba(196,30,58,0.08);color:#C41E3A;transform:translateY(-1px)}
.menu a[href="#contact"]{background:var(--accent);color:#C41E3A;font-weight:700;padding:10px 18px}
.menu a[href="#contact"]:hover{background:#f0f0f0;box-shadow:0 4px 12px rgba(196,30,58,0.3)}
.menu a[href^="tel:"]{background:var(--green);color:#fff;font-weight:700;padding:10px 18px;border:2px solid var(--green)}
.menu a[href^="tel:"]:hover{background:transparent;color:var(--green);transform:translateY(-2px);box-shadow:0 4px 12px rgba(196,30,58,0.2)}
a{color:inherit;text-decoration:none}
.link{color:var(--green);font-weight:700}

.section{padding:48px 0}
.section h2 {
  font-size: 32px;
  margin-bottom: 8px;
  color: var(--dark);
}
.section-desc {
  font-size: 16px;
  color: #666;
  margin-bottom: 28px;
}
.bg-lite{background:var(--lite)}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:16px}
.card{background:#fff;border:1px solid #eee;border-radius:12px;padding:18px;box-shadow:0 4px 12px rgba(0,0,0,.04);transition:all 0.3s ease}
.card:hover{border-color:#C41E3A;box-shadow:0 8px 20px rgba(196,30,58,0.12)}
.card h3{margin-top:0;color:#C41E3A}

/* Hero */
.hero{background:linear-gradient(180deg,#f4fff7,transparent),url('images/hero.jpg') center/cover no-repeat;padding:90px 0}
.hero-card{max-width:720px;background:#ffffffd9;padding:24px;border-radius:12px;animation: fadeInUp 0.8s ease}
h1{font-size:38px;margin:0 0 10px;color:var(--dark)}
.lead{font-size:18px;margin:0 0 12px;color:#555}
.proof{color:#666;margin:6px 0 16px;font-weight:600}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Buttons */
.btn{padding:10px 16px;border-radius:10px;font-weight:800;display:inline-block;border:2px solid transparent;background:var(--accent);color:#000;transition:all 0.3s ease;cursor:pointer}
.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(196,30,58,0.25)}
.btn-outline{border-color:var(--green);background:transparent;color:var(--green)}
.btn-outline:hover{background:var(--green);color:#fff}
.cta-row{display:flex;gap:12px;flex-wrap:wrap}

/* Form */
.form{display:grid;gap:12px;margin-top:12px}
.grid{display:grid;gap:12px}
.grid.two{grid-template-columns:repeat(2,1fr)}
.form input,.form select,.form textarea{
  width:100%;padding:12px;border-radius:10px;border:1px solid #ddd;background:#fff;font:inherit;transition:all 0.2s ease
}
.form input:focus,.form select:focus,.form textarea:focus{outline:2px solid var(--green);border-color:var(--green);box-shadow:0 0 0 3px rgba(196,30,58,0.1)}
.consent{font-size:14px;color:#333}
.form-message{font-size:14px;color:var(--green);min-height:1em}
.alt-contact{margin-top:10px}

/* Footer */
.footer{background:#1A1A1A;color:#fff;padding:32px 0;margin-top:40px}
.footer a {
  color: #64B5F6;
  transition: color 0.2s ease;
}
.footer a:hover {
  color: #fff;
}
.foot{display:flex;gap:12px;flex-wrap:wrap;align-items:center;justify-content:space-between}

/* Responsive */
@media (max-width:900px){
  .cards{grid-template-columns:1fr}
  .grid.two{grid-template-columns:1fr}
  h1{font-size:30px}
}
/* FAQ */
#faq details {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.2s ease;
}

#faq details:hover {
  border-color: #C41E3A;
  box-shadow: 0 4px 12px rgba(196,30,58,0.1);
}

#faq summary {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  transition: color 0.2s ease;
}

#faq details:hover summary {
  color: #C41E3A;
}

#faq p {
  margin-top: 10px;
  color: #555;
  line-height: 1.6;
}
/* Testimonials Section */
#testimonials {
  background: linear-gradient(135deg, #f9f9f9 0%, #f0f0f0 100%);
  padding: 50px 20px;
}

.testimonials {
  display: grid;
  gap: 20px;
  max-width: 900px;
  margin: auto;
}

.testimonial {
  background: white;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border-left: 4px solid #C41E3A;
}

.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(196,30,58,0.15);
}

.testimonial .text {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
  line-height: 1.6;
  font-style: italic;
}

.testimonial .name {
  font-weight: bold;
  color: #C41E3A;
  font-size: 14px;
}
/* Floating Action Buttons (FABs) */
.fab-container{
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
  /* keep clear of iOS/Android safe areas */
  padding-bottom: env(safe-area-inset-bottom, 0);
  padding-right: env(safe-area-inset-right, 0);
}

.fab{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.18), 0 3px 8px rgba(0,0,0,.1);
  transition: transform .15s ease, box-shadow .15s ease, opacity .2s;
  border: 0;
  text-decoration: none;
  opacity: 0.98;
  cursor: pointer;
}

.fab svg{ width: 28px; height: 28px }

.fab-whatsapp{ background: #25D366 }
.fab-call{ background: #C41E3A } /* matches your brand green */

.fab:focus{ outline: 3px solid #FFC145; outline-offset: 2px }
.fab:hover{ transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.22), 0 6px 12px rgba(0,0,0,.12) }
@media (hover:none){
  .fab:hover{ transform:none; box-shadow: 0 10px 24px rgba(0,0,0,.18), 0 3px 8px rgba(0,0,0,.1) }
}

/* Optional: keep them off cookie banners or other sticky elements */
.has-sticky-footer .fab-container{ bottom: 72px }
/* Dropdown Menu */
.dropdown {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  color: #333;
  padding: 8px 14px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.dropdown:hover {
  background: rgba(196,30,58,0.08);
  color: #C41E3A;
  transform: translateY(-1px);
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: white;
  top: 48px;
  left: -20px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding: 12px 0;
  min-width: 220px;
  box-shadow: 0 8px 24px rgba(196,30,58,0.12);
  z-index: 50;
  animation: slideDown 0.2s ease;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.dropdown-menu a {
  display: block;
  padding: 12px 16px;
  color: #444;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

.dropdown-menu a:hover {
  background: rgba(196,30,58,0.06);
  color: #C41E3A;
  padding-left: 20px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
/* Service Card Upgrades */
.card-link {
  text-decoration: none;
  color: inherit;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 24px;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.card-link:hover {
  transform: translateY(-6px);
  border-color: #C41E3A;
  box-shadow: 0 8px 24px rgba(196,30,58,0.15);
}

.card-link h3 {
  margin: 0 0 12px 0;
  color: #C41E3A;
  font-size: 20px;
}

.card-link p {
  color: #666;
  margin: 0;
  line-height: 1.6;
}
/* AI Pest Detector */
.detector-card {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 16px;
  padding: 32px;
  margin-top: 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.result-box {
  background: #f9f9f9;
  padding: 16px;
  margin: 12px 0;
  border-radius: 10px;
  border-left: 4px solid #C41E3A;
}

.result-box h3 {
  margin-top: 0;
  color: #1A1A1A;
  font-size: 16px;
}

.result-box p {
  margin: 8px 0;
  line-height: 1.6;
  color: #555;
}

.risk-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
}

.spinner {
  border: 4px solid #f0f0f0;
  border-top: 4px solid #C41E3A;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Stats Section */
.stats-section {
  background: linear-gradient(135deg, #C41E3A 0%, #a01830 100%);
  color: white;
  padding: 60px 0;
}

.stats-section h2 {
  color: white;
  text-align: center;
}

.stats-section .section-desc {
  color: rgba(255,255,255,0.9);
  text-align: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.stat-card {
  background: rgba(255,255,255,0.1);
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.2);
  text-align: center;
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.4);
}

.stat-number {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 10px 0;
  font-family: 'Arial', sans-serif;
}

.stat-label {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px 0;
  color: #fff;
}

.stat-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  margin: 0;
}

/* Gallery Section */
.gallery-section {
  padding: 60px 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.gallery-item {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(196,30,58,0.15);
}

.gallery-comparison {
  position: relative;
  overflow: hidden;
  height: 250px;
  background: #f0f0f0;
}

.gallery-comparison img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-comparison img {
  transform: scale(1.05);
}

.gallery-comparison .label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 12px;
  z-index: 1;
}

.gallery-comparison .label.after {
  background: rgba(196,30,58,0.8);
}

.gallery-item h4 {
  margin: 16px 16px 8px;
  color: #C41E3A;
  font-size: 16px;
}

.gallery-item p {
  margin: 0 16px 16px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

/* Blog Section */
.blog-section {
  padding: 60px 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-6px);
  border-color: #C41E3A;
  box-shadow: 0 8px 24px rgba(196,30,58,0.12);
}

.blog-meta {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 13px;
}

.blog-category {
  background: rgba(196,30,58,0.1);
  color: #C41E3A;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: bold;
}

.blog-date {
  color: #999;
  font-style: italic;
}

.blog-card h3 {
  color: #333;
  font-size: 18px;
  margin: 0 0 12px;
  line-height: 1.4;
}

.blog-card p {
  color: #666;
  font-size: 14px;
  margin: 0 0 16px;
  line-height: 1.6;
}

.blog-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.blog-list li {
  padding: 6px 0 6px 24px;
  position: relative;
  color: #666;
  font-size: 14px;
}

.blog-list li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #C41E3A;
  font-weight: bold;
}

.blog-link {
  color: #C41E3A;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: auto;
  display: inline-block;
}

.blog-link:hover {
  color: #a01830;
  transform: translateX(4px);
}

/* Responsive for all new sections */
@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .stat-number {
    font-size: 36px;
  }
  
  .stat-label {
    font-size: 16px;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .stat-card {
    padding: 20px;
  }
  
  .stat-number {
    font-size: 32px;
  }
  
  .stat-label {
    font-size: 14px;
  }
  
  .stat-desc {
    font-size: 12px;
  }
}