:root{--blue:#123f8c;--blue2:#082b66;--red:#dc1721;--gold:#f3b21b;--ink:#172033;--muted:#5d6678;--soft:#f5f8fc;--line:#dfe6ef;--white:#fff;--shadow:0 16px 40px rgba(12,43,94,.12);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.58}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1160px,92%);margin:auto}.topbar{background:var(--blue2);color:#fff;font-size:.92rem}.topbar .container{display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0;flex-wrap:wrap}.topbar a{font-weight:700}.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);z-index:50;border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 0}.brand{display:flex;align-items:center;gap:.8rem}.brand img{width:190px;max-height:78px;object-fit:contain}.menu{display:flex;gap:.28rem;align-items:center;flex-wrap:wrap}.menu a{padding:.72rem .78rem;border-radius:999px;color:var(--blue2);font-weight:700;font-size:.93rem}.menu a:hover,.menu a.active{background:var(--soft);color:var(--red)}.hamburger{display:none;border:0;background:var(--blue);color:#fff;padding:.7rem .9rem;border-radius:10px;font-weight:800}.hero{position:relative;overflow:hidden;background:linear-gradient(100deg,#fff 0%,#fff 48%,#eff5ff 100%)}.hero .container{display:grid;grid-template-columns:1fr 1.08fr;gap:2rem;align-items:center;min-height:620px;padding:3rem 0}.hero-copy h1{font-size:clamp(2.45rem,6vw,5.5rem);line-height:.98;margin:.3rem 0;color:var(--blue2);letter-spacing:-.05em}.hero-copy h1 span{color:var(--red)}.hero-copy p{font-size:1.16rem;color:var(--muted);max-width:600px}.hero-image{position:relative}.hero-image img{border-radius:var(--radius);box-shadow:var(--shadow);object-fit:cover}.curve{position:absolute;right:-10%;bottom:-10%;width:70%;height:38%;background:linear-gradient(135deg,var(--red),var(--gold));border-top-left-radius:100%;opacity:.95}.pill-row{display:flex;gap:.8rem;flex-wrap:wrap;margin:1.6rem 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;background:var(--blue);color:#fff;padding:.85rem 1.15rem;border-radius:12px;border:0;font-weight:800;box-shadow:0 10px 20px rgba(18,63,140,.18);cursor:pointer}.btn.red{background:var(--red)}.btn.light{background:#fff;color:var(--blue);border:1px solid var(--line)}.trust-strip{background:#fff;border-radius:18px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;margin-top:-36px;position:relative;z-index:3}.trust-item{padding:1.2rem;background:#fff;display:flex;gap:.9rem;align-items:center}.icon{width:50px;height:50px;border:2px solid currentColor;border-radius:50%;display:grid;place-items:center;font-weight:900;color:var(--blue)}.trust-item:nth-child(2) .icon{color:var(--red)}.trust-item:nth-child(3) .icon{color:var(--gold)}section{padding:5rem 0}.section-head{max-width:760px;margin:0 auto 2.3rem;text-align:center}.eyebrow{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.82rem}.section-head h2,.split h2{font-size:clamp(2rem,4vw,3.3rem);line-height:1.08;margin:.4rem 0;color:var(--blue2)}.section-head p,.split p{color:var(--muted);font-size:1.05rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 25px rgba(12,43,94,.06)}.card img{width:100%;height:220px;object-fit:cover}.card-body{padding:1.35rem}.card h3{margin:.1rem 0 .45rem;color:var(--blue2);font-size:1.25rem}.card ul{margin:.75rem 0 0;padding-left:1.15rem;color:var(--muted)}.soft{background:var(--soft)}.split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.split img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;object-fit:cover}.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin:1.4rem 0}.check{background:#fff;border:1px solid var(--line);border-radius:14px;padding:.8rem .9rem;font-weight:700;color:var(--blue2)}.check:before{content:'✓';color:var(--red);font-weight:900;margin-right:.5rem}.banner{background:linear-gradient(135deg,var(--blue2),var(--blue));color:#fff;border-radius:var(--radius);padding:2rem;display:grid;grid-template-columns:1.6fr .8fr;gap:1rem;align-items:center;box-shadow:var(--shadow)}.banner h2{margin:0;font-size:clamp(1.8rem,4vw,3rem)}.banner p{color:#e6eefc}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}.stat{padding:1rem;border:1px solid var(--line);border-radius:16px;background:#fff}.stat strong{display:block;color:var(--blue2);font-size:1.1rem}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.gallery img{height:210px;object-fit:cover;border-radius:16px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow)}label{display:block;font-weight:800;color:var(--blue2);margin:.85rem 0 .3rem}input,select,textarea{width:100%;border:1px solid #cbd5e1;border-radius:12px;padding:.85rem;font:inherit}textarea{min-height:150px}.notice{background:#fff6e0;border-left:5px solid var(--gold);padding:1rem;border-radius:12px;color:#55410d}.footer{background:var(--blue2);color:#fff;padding:2.5rem 0 1rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:1.5rem}.footer img{width:210px;background:#fff;border-radius:12px;padding:.4rem}.footer a{color:#fff}.credit{border-top:1px solid rgba(255,255,255,.18);margin-top:2rem;padding-top:1rem;color:#d6e3ff;font-size:.9rem}.float-whatsapp{position:fixed;right:18px;bottom:18px;z-index:80;background:#25d366;color:#fff;border-radius:999px;padding:.9rem 1.05rem;font-weight:900;box-shadow:0 14px 30px rgba(0,0,0,.22);display:flex;gap:.45rem;align-items:center}.page-hero{background:linear-gradient(135deg,var(--blue2),var(--blue));color:#fff;padding:4rem 0}.page-hero h1{font-size:clamp(2.2rem,5vw,4rem);margin:.2rem 0}.page-hero p{max-width:760px;color:#e7efff}.mini-nav{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.mini-nav a{background:rgba(255,255,255,.13);padding:.6rem .8rem;border-radius:999px}.alert{padding:1rem;border-radius:14px;margin-bottom:1rem}.success{background:#e8fff1;color:#0d6b34}.error{background:#fff0f0;color:#9b111e}@media(max-width:900px){.hamburger{display:block}.menu{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--line);padding:1rem;width:100%;box-shadow:var(--shadow)}.menu.open{display:grid}.menu a{border-radius:10px}.hero .container,.split,.contact-grid,.banner{grid-template-columns:1fr}.hero .container{min-height:auto}.trust-strip,.cards,.stats,.footer-grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}.brand img{width:160px}section{padding:3.4rem 0}}@media(max-width:620px){.topbar .container{display:block}.hero-copy h1{font-size:2.55rem}.trust-strip,.cards,.stats,.checks,.footer-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.pill-row .btn{width:100%}.float-whatsapp{left:14px;right:14px;justify-content:center}.card img{height:205px}.hero-image img{min-height:280px;object-fit:cover}}

.footer-links{margin-top:1rem;font-size:.95rem}
.footer-links a{text-decoration:underline}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
.brand img{background:#fff;border-radius:10px;padding:.2rem}
@media(max-width:620px){
  .brand img{width:145px}
  .hero-copy p{font-size:1rem}
  .topbar{font-size:.82rem}
}

/* ===== Phase 1 Premium Enhancements ===== */

:root{
  --primary:#1F4EA3;
  --secondary:#D9252A;
  --gold:#D8B13D;
}

html{
  scroll-behavior:smooth;
}

.topbar{
  position:sticky;
  top:0;
  z-index:999;
  backdrop-filter:blur(10px);
  box-shadow:0 2px 12px rgba(0,0,0,0.08);
}

.hero{
  animation:fadeHero 1s ease;
}

@keyframes fadeHero{
  from{
    opacity:0;
    transform:translateY(20px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.hero .btn,
.button,
button{
  transition:all .3s ease;
}

.hero .btn:hover,
.button:hover,
button:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0,0,0,0.15);
}




/* ===== FAQ ===== */
.faq-list h3{
  color:#1F4EA3;
  margin-top:2rem;
}

.faq-list p{
  margin-bottom:1rem;
}

/* ===== Wellness Tips ===== */
.tips-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:1.5rem;
}

.tip-card{
  background:#fff;
  padding:1.5rem;
  border-radius:18px;
  box-shadow:0 8px 24px rgba(0,0,0,0.06);
}

/* ===== Gallery Preview ===== */
.gallery-preview{
  padding:4rem 0;
  background:#f8fafc;
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:1rem;
}

.gallery-grid img{
  width:100%;
  border-radius:18px;
  object-fit:cover;
  height:260px;
  box-shadow:0 8px 24px rgba(0,0,0,0.08);
}

/* ===== Community ===== */
.page-section ul li{
  margin-bottom:.8rem;
}


/* ===== Homepage correction/refinement ===== */
.commitment-preview,
.gallery-preview{
  background:#f8fafc;
  color:#172033;
  padding:4rem 0;
}

.commitment-preview .section-heading h2,
.commitment-preview .section-heading p,
.gallery-preview .section-heading h2,
.gallery-preview .section-heading p{
  color:#172033;
}

.commitment-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:1.5rem;
}

.commitment-card{
  background:#fff;
  padding:1.5rem;
  border-radius:18px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  border-top:4px solid var(--primary);
}

.commitment-card h3{
  color:var(--primary);
  margin-top:0;
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:1rem;
}

.gallery-grid img{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  border:6px solid #fff;
}

.float-whatsapp{
  display:none !important;
}

.quick-actions{
  position:fixed;
  right:18px;
  bottom:24px;
  display:flex;
  flex-direction:column;
  gap:12px;
  z-index:999;
}

.quick-actions .quick-action{
  width:54px;
  height:54px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:24px;
  line-height:1;
  color:#fff;
  box-shadow:0 10px 26px rgba(0,0,0,.2);
  transition:transform .25s ease, box-shadow .25s ease;
}

.quick-actions .quick-action:hover{
  transform:translateY(-2px) scale(1.05);
  box-shadow:0 14px 32px rgba(0,0,0,.24);
}

.quick-call{background:#1F4EA3;}
.quick-whatsapp{background:#25D366;}
.quick-map{background:#D9252A;}

@media(max-width:768px){
  .quick-actions{
    right:12px;
    bottom:18px;
  }
  .quick-actions .quick-action{
    width:48px;
    height:48px;
    font-size:21px;
  }
}

@media(max-width:620px){
  .gallery-grid img{
    height:220px;
  }
}


/* ===== Uniform Quick Contact Icons ===== */
.float-whatsapp{
  display:none !important;
}

.quick-actions{
  position:fixed;
  right:18px;
  bottom:24px;
  display:flex;
  flex-direction:column;
  gap:12px;
  z-index:9999;
}

.quick-actions .quick-action{
  width:56px;
  height:56px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#ffffff;
  box-shadow:0 10px 28px rgba(0,0,0,.22);
  transition:transform .2s ease, box-shadow .2s ease;
}

.quick-actions .quick-action:hover{
  transform:translateY(-2px) scale(1.04);
  box-shadow:0 14px 34px rgba(0,0,0,.25);
}

.quick-actions .quick-action svg{
  width:27px;
  height:27px;
  display:block;
  fill:currentColor;
}

.quick-call{background:#1F4EA3 !important;}
.quick-whatsapp{background:#25D366 !important;}
.quick-map{background:#D9252A !important;}

@media(max-width:768px){
  .quick-actions{
    right:12px;
    bottom:18px;
    gap:10px;
  }

  .quick-actions .quick-action{
    width:50px;
    height:50px;
  }

  .quick-actions .quick-action svg{
    width:24px;
    height:24px;
  }
}


/* Premium Consistency Refinements */
:root {
    --section-spacing: 70px;
    --card-radius: 16px;
}

section {
    padding-top: var(--section-spacing);
    padding-bottom: var(--section-spacing);
}

.hero,
.page-hero,
.banner,
.hero-section {
    min-height: 420px !important;
    display: flex;
    align-items: center;
}

.btn,
button,
a.btn {
    border-radius: 10px !important;
    padding: 12px 22px !important;
    transition: all 0.3s ease;
}

.btn:hover,
button:hover,
a.btn:hover {
    transform: translateY(-2px);
}

img {
    border-radius: 12px;
}

.gallery img,
.service-card img,
.card img {
    object-fit: cover;
}

.top-contact-bar,
.quick-contact,
.trust-strip {
    border-radius: 14px;
}

.quick-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.quick-service-card {
    background: #ffffff;
    padding: 18px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.quick-service-card h4 {
    margin-top: 10px;
    font-size: 1rem;
}

.page-title,
.section-title {
    margin-bottom: 18px !important;
}

nav a.active,
nav a[aria-current="page"] {
    font-weight: 700;
    border-bottom: 2px solid #0d6efd;
}

@media (max-width: 768px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hero,
    .page-hero,
    .banner,
    .hero-section {
        min-height: 320px !important;
    }

    nav ul li {
        margin-bottom: 10px;
    }
}


/* Final Premium Refinements */

.quick-services-section {
    background: #0a2f73 !important;
    padding: 70px 0;
}

.quick-services-section .section-title,
.quick-services-section h2,
.quick-services-section h4,
.quick-services-section p {
    color: #ffffff !important;
}

.quick-service-card {
    background: rgba(255,255,255,0.12) !important;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.15);
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quick-service-card p {
    opacity: 0.92;
}

footer {
    margin-top: 0 !important;
}

.hero h1,
.page-hero h1,
.banner h1 {
    line-height: 1.2;
}

section:nth-child(even) {
    background: #fafafa;
}

.contact-card,
.service-card,
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover,
.service-card:hover,
.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

iframe {
    border-radius: 14px;
    overflow: hidden;
}

.gallery img:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .quick-service-card {
        min-height: auto;
        padding: 24px 18px;
    }
}
