/* 1. Fonts & Base Resets */
@font-face {
 font-family: "Poppins"; font-style: normal; font-weight: 400;
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 500; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 600; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 800; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 900; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

.geist_a71539c9-module__T19VSG__variable { --font-geist-sans: "Geist", "Geist Fallback"; }
.geist_mono_8d43a2aa-module__8Li5zG__variable { --font-geist-mono: "Geist Mono", "Geist Mono Fallback"; }

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { color: #0f172a; background: #fff; overflow-x: hidden; font-family: "Twemoji Country Flags", "Poppins", sans-serif !important; }

/* 2. Header & Navigation */
.header {
 -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); z-index: 9999; background: #fffffff5;
 grid-template-columns: 1fr auto 1fr;
 align-items: center;
 gap: 18px; 
 width: 100%; 
 padding: 18px 28px; 
 position: sticky; 
 top: 0; 
 box-shadow: 0 5px 24px #00000014;
}

.logo {
 grid-column: 2;
 align-items: center; 
 display: flex;
 justify-content: center;
}
.logo-image { object-fit: contain; width: 205px; height: auto; display: block; }
.menu-toggle { display: none; cursor: pointer; background: linear-gradient(135deg, #00308f, #005bd8); color: #fff; border: none; padding: 10px 16px; border-radius: 8px; font-weight: 800; font-size: 14px; }
/*.nav { flex-wrap: wrap; justify-content: center; align-items: center; gap: 9px; display: flex; }*/
.nav {display: none; }
.nav a { color: #fff; white-space: nowrap; background: linear-gradient(135deg, #00308f, #005bd8); border-radius: 12px; padding: 12px 15px; font-size: 14px; font-weight: 800; text-decoration: none; transition: all .25s; box-shadow: 0 8px 18px #00308f38; }
.nav a:hover { background: linear-gradient(135deg, #f42020, #c60000); transform: translateY(-3px); }
.header-buttons { align-items: center; gap: 12px; display: flex; }
.call-btn, .whatsapp-btn, .email-btn { color: #fff; white-space: nowrap; border-radius: 14px; justify-content: center; align-items: center; gap: 10px; height: 54px; font-size: 16px; font-weight: 900; text-decoration: none; transition: all .25s; display: flex; box-shadow: 0 10px 22px #0000002e; }
.call-btn { background: linear-gradient(135deg, #f42020, #c60000); min-width: 205px; padding: 0 20px; }
.whatsapp-btn { background: linear-gradient(135deg, #25d366, #128c47); min-width: 150px; padding: 0 18px; }
.email-btn { background: linear-gradient(135deg, #475569, #334155); min-width: 130px; padding: 0 18px; }
.call-btn:hover, .whatsapp-btn:hover, .email-btn:hover { transform: translateY(-2px); }

/* 3. Hero Section */
.hero { width: 100%; min-height: 735px; position: relative; overflow: hidden; }
.hero-image { object-fit: cover; object-position: center; z-index: 1; }
.hero-shade { z-index: 2; background: radial-gradient(circle at 0, #00308f59, #0000 46%), linear-gradient(90deg, #001848f5 0%, #00308fd6 38%, #00000057 68%, #00000014 100%); position: absolute; inset: 0; }
.hero-content { z-index: 3; max-width: 790px; padding: 92px 0 80px 50px; position: relative; }
.hero-tag { color: #fff; background: linear-gradient(135deg, #f42020, #c60000); border-radius: 999px; margin-bottom: 26px; padding: 14px 28px; font-size: 15px; font-weight: 900; display: inline-block; box-shadow: 0 12px 28px #f4202040; }
.hero-content h1 { color: #fff; letter-spacing: -2px; max-width: 760px; margin-bottom: 24px; font-size: 66px; font-weight: 900; line-height: 1.04; }
.hero-content p { color: #fff; max-width: 620px; margin-bottom: 28px; font-size: 21px; line-height: 1.55; }
.hero-actions { flex-wrap: wrap; gap: 14px; margin-bottom: 30px; display: flex; }
.hero-call, .hero-whatsapp { color: #fff; border-radius: 14px; justify-content: center; align-items: center; gap: 10px; padding: 16px 24px; font-size: 17px; font-weight: 900; text-decoration: none; transition: all .25s; display: inline-flex; box-shadow: 0 12px 28px #00000038; }
.hero-call { background: linear-gradient(135deg, #f42020, #c60000); }
.hero-whatsapp { background: linear-gradient(135deg, #25d366, #128c47); }
.hero-call:hover, .hero-whatsapp:hover { transform: translateY(-3px); }
.hero-features { grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 600px; display: grid; }
.hero-features div { color: #fff; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); background: #ffffff24; border: 1px solid #ffffff2e; border-radius: 14px; align-items: center; gap: 12px; padding: 16px 18px; font-size: 15px; font-weight: 800; display: flex; }
.hero-features svg { color: #38ff8f; flex-shrink: 0; }

/* 4. Trust Strip */
.trust-strip { z-index: 5; background: #fff; border-radius: 24px; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1180px; margin: -48px auto 0; padding: 24px; display: grid; position: relative; box-shadow: 0 18px 45px #00184829; }
.trust-strip div { text-align: center; background: #f8fbff; border: 1px solid #e8f0ff; border-radius: 18px; flex-direction: column; align-items: center; padding: 22px; display: flex; }
.trust-strip svg { color: #f42020; margin-bottom: 8px; }
.trust-strip strong { color: #002b66; font-size: 28px; font-weight: 900; }
.trust-strip span { color: #475569; font-size: 15px; font-weight: 700; }
.section-label { color: #fff; border-bottom: 3px solid #fff; padding-bottom: 6px; font-size: 15px; font-weight: 900; display: inline-block; }
.section-label.dark { color: #f42020; border-bottom-color: #f42020; margin-bottom: 22px; }

/* 5. Brands Section */
.brands { text-align: center; background: #fff; padding: 85px 28px 55px; }
.brands h2 { color: #002b66; margin-bottom: 18px; font-size: 48px; font-weight: 900; line-height: 1.08; }
.brands-intro { color: #475569; max-width: 780px; margin: 0 auto 42px; font-size: 18px; line-height: 1.65; }
.brand-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1180px; margin: auto; display: grid; }
.brand-grid div { color: #00308f; background: linear-gradient(#fff, #f4f8ff); border: 2px solid #e6efff; border-radius: 18px; padding: 24px 14px; font-size: 24px; font-weight: 900; box-shadow: 0 12px 28px #00308f14; }
.brand-grid div:nth-child(3n) { color: #c60000; }

/* 6. About Us */
.about { background: linear-gradient(135deg, #00308f, #001d57); padding: 90px 44px; }
.about-container { grid-template-columns: .9fr 1.2fr; align-items: center; gap: 70px; max-width: 1450px; margin: auto; display: grid; }
.about-text h2 { color: #fff; margin: 26px 0 18px; font-size: 46px; font-weight: 900; line-height: 1.12; }
.about-text p { color: #fff; margin-bottom: 18px; font-size: 17px; line-height: 1.7; }
.about-text ul { margin-top: 22px; list-style: none; }
.about-text li { color: #fff; margin-bottom: 13px; font-size: 17px; font-weight: 800; }
.about-image img { object-fit: contain; background: #fff; border-radius: 26px; width: 100%; height: 460px; padding: 12px; box-shadow: 0 24px 55px #0000003d; }

/* 7. Service Grid */
.services { text-align: center; background: linear-gradient(#f8fbff 0%, #fff 100%); padding: 55px 38px; }
.services h2 { color: #002b66; margin-bottom: 50px; font-size: 56px; font-weight: 900; line-height: 1.05; }
.service-grid { grid-template-columns: repeat(5, 1fr); gap: 26px; max-width: 1450px; margin: auto; display: grid; }
.service-card { color: #fff; background: linear-gradient(160deg, #00308f, #001d57); border-radius: 26px; flex-direction: column; align-items: center; min-height: 405px; padding: 36px 22px 24px; transition: all .25s; display: flex; box-shadow: 0 18px 38px #00308f47; }
.service-card:hover { transform: translateY(-8px); }
.service-icon { color: #e30613; background: #fff; border-radius: 24px; place-items: center; width: 94px; height: 94px; margin-bottom: 24px; display: grid; box-shadow: 0 10px 24px #00000024; }
.service-icon svg { stroke-width: 2.4px; width: 58px; height: 58px; }
.service-card h3 { margin-bottom: 18px; font-size: 23px; font-weight: 900; line-height: 1.18; }
.service-card p { margin-bottom: auto; font-size: 15.5px; line-height: 1.6; }
.service-card a { color: #fff; background: linear-gradient(135deg, #f42020, #c60000); border-radius: 13px; width: 100%; margin-top: 24px; padding: 15px 16px; font-weight: 900; text-decoration: none; transition: all .25s; }
.service-card a:hover { transform: translateY(-2px); }

/* 8. Booking & Contact Form */
.contact-section { padding: 55px 38px; background: linear-gradient(#fff 0%, #f8fbff 100%); text-align: center; border-top: 1px solid #e9eef7; }
.hp-field { position: absolute; left: -5000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.contact-section h2 { color: #002b66; margin-bottom: 18px; font-size: 48px; font-weight: 900; }
.contact-form { max-width: 650px; margin: 32px auto 0; display: flex; flex-direction: column; gap: 16px; background: #fff; padding: 30px; border-radius: 22px; box-shadow: 0 14px 32px #00308f14; border: 1px solid #e8f0ff; }
.contact-form input, .contact-form textarea { padding: 16px; border-radius: 12px; border: 2px solid #eef4ff; font-size: 16px; outline: none; transition: border-color .2s; font-family: inherit; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #005bd8; }
.contact-form button { background: linear-gradient(135deg, #f42020, #c60000); color: #fff; border: none; padding: 18px; border-radius: 12px; font-weight: 900; font-size: 18px; cursor: pointer; box-shadow: 0 8px 18px #f4202038; transition: transform .2s; }
.contact-form button:hover { transform: translateY(-2px); }

/* 9. Areas Covered */
.areas { text-align: center; background: linear-gradient(#fff, #f4f8ff); border-top: 1px solid #e9eef7; border-bottom: 1px solid #e9eef7; padding: 50px 28px; }
.areas h2 { color: #002b66; margin-bottom: 18px; font-size: 48px; font-weight: 900; line-height: 1.08; }
.areas p { color: #475569; max-width: 980px; margin: auto; font-size: 20px; font-weight: 700; line-height: 1.75; }

/* 10. Reviews Component */
.reviews { background: #fff; border-top: 6px solid #f1f5f9; padding: 50px 0; overflow: hidden; }
.reviews-header { text-align: center; margin-bottom: 40px; }
.reviews-label { color: #f42020; border-bottom: 3px solid #f42020; margin-bottom: 28px; padding-bottom: 6px; font-size: 15px; font-weight: 900; display: inline-block; }
.review-summary { grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 920px; margin: 0 auto 42px; padding: 0 24px; display: grid; }
.summary-box { color: #fff; text-align: center; background: linear-gradient(135deg, #00308f, #001d57); border-radius: 22px; padding: 26px 20px; box-shadow: 0 14px 32px #00308f3d; }
.summary-box h3 { margin-bottom: 10px; font-size: 36px; font-weight: 900; line-height: 1; }
.summary-box p { font-size: 16px; font-weight: 800; }
.reviews-header h2 { color: #002b66; font-size: 56px; font-weight: 900; }
.reviews-track { gap: 24px; width: max-content; padding-left: 24px; animation: 35s linear infinite scrollReviews; display: flex; }
.review-card { background: #fff; border: 2px solid #eef4ff; border-radius: 22px; flex-shrink: 0; width: 360px; padding: 30px; box-shadow: 0 12px 28px #00000014; }
.review-stars { color: #ffb400; margin-bottom: 18px; font-size: 20px; }
.review-card p { color: #475569; margin-bottom: 18px; font-size: 16px; line-height: 1.7; }
.review-card strong { color: #002b66; font-size: 16px; font-weight: 900; }
.google-review-area { text-align: center; margin-top: 42px; }
.google-review-btn { color: #fff; background: linear-gradient(135deg, #00308f, #005bd8); border-radius: 14px; padding: 16px 28px; font-size: 17px; font-weight: 900; text-decoration: none; transition: all .25s; display: inline-block; box-shadow: 0 12px 28px #00308f33; }
.google-review-btn:hover { background: linear-gradient(135deg, #f42020, #c60000); transform: translateY(-3px); }
@keyframes scrollReviews { 0% { transform: translate(0); } 100% { transform: translate(-50%); } }

/* 11. Call to Action & Footer */
.final-cta { color: #fff; text-align: center; background: linear-gradient(135deg, #00308f 0%, #005bd8 50%, #001d57 100%); padding: 48px 20px 30px; }
.final-cta h2 { margin-bottom: 15px; font-size: 52px; font-weight: 900; }
.final-cta p { max-width: 850px; margin: 0 auto 30px; font-size: 20px; line-height: 1.55; }
.cta-buttons { flex-wrap: wrap; justify-content: center; gap: 18px; display: flex; }
.cta-call, .cta-whatsapp, .cta-email { border-radius: 14px; justify-content: center; align-items: center; gap: 10px; padding: 18px 28px; font-size: 18px; font-weight: 900; text-decoration: none; transition: all .25s; display: inline-flex; }
.cta-call { color: #00308f; background: #fff; }
.cta-whatsapp { color: #fff; background: #25d366; }
.cta-email { color: #fff; background: #f42020; }
.cta-call:hover, .cta-whatsapp:hover, .cta-email:hover { transform: translateY(-3px); }
.footer { color: #fff; background: #07142e; padding: 38px 32px 18px; }
.footer-inner { grid-template-columns: 1.1fr 1fr 1.1fr; align-items: start; gap: 42px; max-width: 1100px; margin: auto; display: grid; }
.footer h3 { color: #fff; margin-bottom: 12px; font-size: 24px; font-weight: 900; }
.footer h4 { color: #fff; margin-bottom: 12px; font-size: 18px; font-weight: 900; }
.footer p, .footer a { color: #dbeafe; font-size: 15px; line-height: 1.65; }
.footer a { align-items: center; gap: 7px; margin-bottom: 8px; text-decoration: none; display: flex; }
.footer a:hover { color: #fff; }
.footer-bottom { color: #bfdbfe; text-align: center; border-top: 1px solid #ffffff24; max-width: 1100px; margin: 28px auto 0; padding-top: 16px; font-size: 13px; }

/* 12. Global Helpers & Contact Form Elements */
.floating-group, .select-group {
 position: relative;
 margin-bottom: 20px;
 width: 100%;
}
.floating-group input, .floating-group textarea, .select-group select {
 width: 100%;
 padding: 16px 12px 6px 12px;
 border: 1px solid #ccc;
 border-radius: 8px;
 font-size: 16px;
 background: #fff;
 box-sizing: border-box;
}
.floating-group label, .select-group label {
 position: absolute;
 left: 12px;
 top: 50%;
 transform: translateY(-50%);
 color: #666;
 transition: all 0.2s ease;
 pointer-events: none;
 font-size: 16px;
}
.floating-group textarea ~ label {
 top: 24px;
}
.floating-group input:focus ~ label,
.floating-group input:not(:placeholder-shown) ~ label,
.floating-group textarea:focus ~ label,
.floating-group textarea:not(:placeholder-shown) ~ label,
.select-group select:focus ~ label,
.select-group select:valid ~ label {
 top: 10px;
 font-size: 12px;
 color: #000;
 font-weight: 600;
}
.floating-group input:focus:invalid, .floating-group textarea:focus:invalid {
 border-color: #c60000;
 background-color: #fde8e8;
}
.floating-group input:focus:valid, .floating-group textarea:focus:valid {
 border-color: #128c47;
 background-color: #e6f7ed;
}

/* Hide sticky bar on desktop */
.mobile-sticky-contact,.mobile-contact-header { display: none; }


/* 13. Media Queries */
@media (max-width: 1250px) {
 .header { grid-template-columns: 1fr; }
 .logo, .nav, .header-buttons { justify-content: center; }
 .service-grid { grid-template-columns: repeat(2, 1fr); }
 .about-container { grid-template-columns: 1fr; }
 .about-image { order: -1; }
}
@media (max-width: 900px) {
 body { padding-bottom: 70px; }

  .header { 
    flex-direction: column;
    align-items: center;
    gap: 15px; 
    padding: 0px; 
    position: relative; 
  }

  .logo {
    grid-column: auto;
    display: flex;
    justify-content: center;
  }
 
 .logo-image { width: 155px; }
 .menu-toggle { display: none}
 /*.menu-toggle { display: block; position: absolute; right: 16px; top: 12px; }*/
 .nav { display: none; flex-direction: column; width: 100%; position: absolute; top: 100%; left: 0; background: #fffffff5; box-shadow: 0 10px 15px rgba(0,0,0,0.05); padding: 16px; gap: 10px; z-index: 1000; }
 .nav.active { display: flex; }
 .nav a { width: 100%; text-align: center; }
 
 /* Header Buttons: Fixed size/color */
 .header-buttons { grid-template-columns: repeat(3, 1fr); gap: 6px; width: 100%; display: grid; margin-top: 10px; }
 .call-btn, .whatsapp-btn, .email-btn { 
 background-image: none;
 border-radius: 8px; 
 width: 100%; 
 min-width: 0; 
 height: 40px; 
 font-size: 11px; 
 padding: 0 4px;
 box-shadow: none;
 color: #fff;
 }
 .call-btn { background-color: #00308f; }
 .whatsapp-btn { background-color: #25d366; }
 .email-btn { background-color: #f42020; }
 
 /* The Separate Mobile Sticky Footer Bar */
 .mobile-contact-header {
 display: grid !important;
 grid-template-columns: repeat(3, 1fr);
 gap: 8px;
 background: linear-gradient(135deg, #00308f 0%, #005bd8 50%, #001d57 100%);
 padding: 12px 10px;
 box-shadow: 0 -6px 22px rgba(0, 0, 0, 0.3);
 z-index: 99999;
 }
	.mobile-contact-header a {
	 display: flex;
	 align-items: center; /* Centres items horizontally */
	 justify-content: center; /* Centres items vertically */
	 gap: 2px; /* Adjust spacing between lines as needed */
	 border-radius: 12px;
	 height: 48px;
	 font-size: 13px;
	 font-weight: 900;
	 text-decoration: none;
	 transition: all 0.2s;
	}
 .mobile-sticky-contact {
 display: grid !important;
 grid-template-columns: repeat(3, 1fr);
 gap: 8px;
 position: fixed;
 bottom: 0;
 left: 0;
 right: 0;
 background: linear-gradient(135deg, #00308f 0%, #005bd8 50%, #001d57 100%);
 padding: 12px 10px;
 box-shadow: 0 -6px 22px rgba(0, 0, 0, 0.3);
 z-index: 99999;
 }
 .mobile-sticky-contact a {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 6px;
 border-radius: 12px;
 height: 48px;
 font-size: 13px;
 font-weight: 900;
 text-decoration: none;
 transition: all 0.2s;
 }
 .m-call { background: #f42020; color: #fff; }
 .m-whatsapp { background: #25d366; color: #fff; }
 .m-email { background: #fff; color: #00308f; }

 /* Remaining Section Styles */
 .hero { min-height: auto; }
 .hero-image { object-position: center right; }
 .hero-shade { background: linear-gradient(#001848f5 0%, #00308fe6 56%, #0000006b 100%); }
 .hero-content { padding: 44px 20px 52px; }
.hero-tag {
  color: #fff;
  background: linear-gradient(135deg, #f42020, #c60000);
  border-radius: 999px;
  margin-bottom: 26px;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 28px #f4202040;
  /* Add these lines to center */
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
 .hero-content h1 { letter-spacing: -1px; margin-bottom: 18px; font-size: 34px; line-height: 1.05; }
 .hero-content p { margin-bottom: 22px; font-size: 16px; line-height: 1.5; }
 .hero-actions { flex-direction: column; gap: 12px; margin-bottom: 22px; }
 .hero-call, .hero-whatsapp { width: 100%; padding: 15px 18px; font-size: 15px; }
 .hero-features { grid-template-columns: 1fr; gap: 10px; }
 .hero-features div { padding: 13px 14px; font-size: 14px; }
 .trust-strip { border-radius: 18px; grid-template-columns: 1fr; gap: 10px; margin: -26px 14px 0; padding: 14px; }
 .trust-strip div { border-radius: 14px; padding: 16px; }
 .trust-strip strong { font-size: 24px; }
 .brands, .areas, .services, .reviews { padding: 56px 18px; }
 .brands h2, .areas h2, .services h2, .reviews-header h2 { font-size: 30px; line-height: 1.08; }
 .brands-intro, .areas p { font-size: 16px; line-height: 1.55; }
 .brand-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
 .brand-grid div { border-radius: 14px; padding: 18px 10px; font-size: 18px; }
 .about { padding: 58px 18px; }
 .about-container { gap: 32px; }
 .about-text h2 { font-size: 30px; line-height: 1.08; }
 .about-text p, .about-text li { font-size: 15px; }
 .about-image img { border-radius: 18px; height: auto; padding: 8px; }
 .service-grid { grid-template-columns: 1fr; gap: 18px; }
 .service-card { border-radius: 20px; min-height: auto; padding: 28px 20px 22px; }
 .service-card h3 { font-size: 22px; }
 .review-summary { grid-template-columns: 1fr; gap: 14px; padding: 0; }
 .reviews-track { padding-left: 0; animation-duration: 42s; }
 .review-card { width: 285px; padding: 22px; }
 .google-review-btn { width: 100%; padding: 15px 18px; font-size: 15px; }
 .final-cta { padding: 42px 18px 26px; }
 .final-cta h2 { font-size: 32px; line-height: 1.1; }
 .final-cta p { font-size: 16px; }
 .cta-buttons { flex-direction: column; }
 .cta-call, .cta-whatsapp, .cta-email { width: 100%; padding: 16px 18px; font-size: 16px; }
 .footer { padding: 30px 20px 18px; }
 .footer-inner { text-align: left; grid-template-columns: 1fr; gap: 24px; }
 .footer h3 { font-size: 22px; }
 .footer p, .footer a { font-size: 14px; }
}