/* ==========================================================
   ASP Unisex Spa — Main Stylesheet  |  Blue Theme
   ========================================================== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&family=Raleway:wght@300;400;500;600;700&family=Great+Vibes&display=swap');

/* ---- Variables ---- */
:root {
  --primary:    #071525;
  --primary-lt: #0d2038;
  --blue:       #1e84b5;
  --blue-lt:    #a8d8f0;
  --blue-dk:    #145f84;
  --cream:      #f0f7fc;
  --cream-dk:   #ddeef9;
  --white:      #ffffff;
  --text-dk:    #071525;
  --text-md:    #3a6080;
  --text-lt:    #7a9fb8;
  --shadow:     0 8px 32px rgba(7,21,37,.1);
  --shadow-hv:  0 16px 48px rgba(7,21,37,.18);
  --transition: all .35s cubic-bezier(.4,0,.2,1);
  --radius:     12px;
  --radius-lg:  20px;
}

/* ---- Reset ---- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Raleway',sans-serif;color:var(--text-dk);background:var(--cream);line-height:1.7;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:var(--transition)}
ul{list-style:none}

/* ---- Typography ---- */
h1,h2,h3,h4,h5{font-family:'Cormorant Garamond',serif;font-weight:600;line-height:1.2;color:var(--primary)}
.section-subtitle{display:inline-block;font-family:'Great Vibes',cursive;font-size:1.6rem;color:var(--blue);margin-bottom:.5rem}
.section-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.25rem}
.section-desc{color:var(--text-md);max-width:600px;font-size:1.05rem;line-height:1.8}

/* ---- Utilities ---- */
.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.section-pad{padding:6rem 0}
.section-pad-sm{padding:4rem 0}
.text-center{text-align:center}
.text-blue{color:var(--blue)}
.bg-dark{background:var(--primary)}
.bg-cream-dk{background:var(--cream-dk)}

/* ---- Buttons ---- */
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:50px;font-family:'Raleway',sans-serif;font-weight:600;font-size:.9rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:2px solid transparent;transition:var(--transition)}
.btn-gold{background:var(--blue);color:var(--white);border-color:var(--blue)}
.btn-gold:hover{background:var(--blue-dk);border-color:var(--blue-dk);transform:translateY(-2px);box-shadow:0 8px 24px rgba(30,132,181,.4)}
.btn-outline-gold{background:transparent;color:var(--blue);border-color:var(--blue)}
.btn-outline-gold:hover{background:var(--blue);color:var(--white);transform:translateY(-2px)}
.btn-outline-white{background:transparent;color:var(--white);border-color:rgba(255,255,255,.65)}
.btn-outline-white:hover{background:var(--white);color:var(--primary)}
.btn-white{background:var(--white);color:var(--blue-dk);border-color:var(--white)}
.btn-white:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}

/* ============================================================
   HEADER
   ============================================================ */
/* ---- Top Bar ---- */
.topbar{position:fixed;top:0;left:0;right:0;z-index:1001;background:var(--primary);border-bottom:1px solid rgba(168,216,240,.12);font-size:.78rem;transition:var(--transition)}
.topbar.hide{transform:translateY(-100%)}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;height:40px}
.topbar-left{display:flex;align-items:center;gap:1.5rem}
.topbar-left a,.topbar-hours{color:rgba(255,255,255,.72);display:inline-flex;align-items:center;gap:.4rem;letter-spacing:.02em}
.topbar-left a:hover{color:var(--blue-lt)}
.topbar-left i{color:var(--blue-lt);font-size:.82rem}
.topbar-right{display:flex;align-items:center;gap:.35rem}
.topbar-right a{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);font-size:.8rem}
.topbar-right a:hover{background:var(--blue);color:var(--white)}

.site-header{position:fixed;top:40px;left:0;right:0;z-index:1000;padding:1.25rem 0;transition:var(--transition)}
.site-header.scrolled{top:0;background:rgba(7,21,37,.97);backdrop-filter:blur(12px);padding:.7rem 0;box-shadow:0 4px 24px rgba(0,0,0,.35)}
.nav-inner{display:flex;align-items:center;justify-content:space-between}
.nav-logo{display:flex;align-items:center;line-height:1}
.nav-logo .logo-name{font-family:'Cormorant Garamond',serif;font-size:1.9rem;font-weight:700;color:var(--white);letter-spacing:.02em}
.nav-logo .logo-sub{font-size:.67rem;color:var(--blue-lt);letter-spacing:.18em;text-transform:uppercase;font-weight:500}
.nav-menu{display:flex;align-items:center;gap:.15rem}
.nav-menu a{color:rgba(255,255,255,.82);font-size:.82rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;padding:.5rem .85rem;border-radius:4px;transition:var(--transition)}
.nav-menu a:hover,.nav-menu a.active{color:var(--blue-lt)}
.nav-menu .btn-book{background:var(--blue);color:var(--white);border-radius:50px;padding:.48rem 1.2rem;margin-left:.5rem}
.nav-menu .btn-book:hover{background:var(--blue-dk);transform:translateY(-1px);box-shadow:0 4px 16px rgba(30,132,181,.4)}
.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.4rem}
.nav-toggle span{display:block;width:26px;height:2px;background:var(--white);transition:var(--transition);border-radius:2px}
.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.active span:nth-child(2){opacity:0}
.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ============================================================
   HERO
   ============================================================ */
.hero{position:relative;height:100vh;min-height:700px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-slides{position:absolute;inset:0}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.5s ease;background-size:cover;background-position:center}
.hero-slide.active{opacity:1}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(7,21,37,.85) 0%,rgba(7,21,37,.5) 50%,rgba(7,21,37,.68) 100%)}
.hero-content{position:relative;z-index:2;text-align:center;color:var(--white);padding:0 1.5rem;max-width:900px;margin:0 auto}
.hero-pre{font-family:'Great Vibes',cursive;font-size:2.2rem;color:var(--blue-lt);margin-bottom:.75rem;opacity:0;animation:fadeUp .8s .3s forwards}
.hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:700;color:var(--white);margin-bottom:1.25rem;line-height:1.1;opacity:0;animation:fadeUp .8s .5s forwards}
.hero-title span{color:var(--blue-lt)}
.hero-desc{font-size:clamp(1rem,2vw,1.15rem);color:rgba(255,255,255,.85);margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:0;animation:fadeUp .8s .7s forwards}
.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;opacity:0;animation:fadeUp .8s .9s forwards}
.hero-dots{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:2}
.hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:var(--transition);border:none;padding:0}
.hero-dot.active{background:var(--blue);width:24px;border-radius:4px}
.hero-scroll-hint{position:absolute;bottom:2rem;right:2rem;z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(255,255,255,.55);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}
.scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.55));animation:scrollAnim 2s ease-in-out infinite}
@keyframes scrollAnim{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar{background:var(--primary);padding:2.75rem 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.stat-item{text-align:center;padding:1rem;border-right:1px solid rgba(30,132,181,.2)}
.stat-item:last-child{border-right:none}
.stat-number{font-family:'Cormorant Garamond',serif;font-size:2.6rem;font-weight:700;color:var(--blue);line-height:1;margin-bottom:.4rem}
.stat-label{font-size:.75rem;color:rgba(255,255,255,.6);letter-spacing:.12em;text-transform:uppercase;font-weight:500}

/* ============================================================
   ABOUT
   ============================================================ */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.about-img-wrap{position:relative}
.about-img-wrap img{width:100%;height:560px;object-fit:cover;border-radius:var(--radius-lg)}
.about-badge{position:absolute;bottom:2rem;right:-1.5rem;background:var(--blue);color:var(--white);padding:1.5rem;border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-hv);min-width:130px}
.about-badge .badge-num{font-family:'Cormorant Garamond',serif;font-size:2.8rem;font-weight:700;line-height:1}
.about-badge .badge-text{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600}
.about-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}
.about-feature{display:flex;gap:.75rem;align-items:flex-start}
.af-icon{width:40px;height:40px;background:rgba(30,132,181,.12);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--blue);font-size:1.1rem;flex-shrink:0}
.af-text h4{font-size:.88rem;font-weight:600;color:var(--primary);margin-bottom:.15rem;font-family:'Raleway',sans-serif}
.af-text p{font-size:.8rem;color:var(--text-md)}

/* ============================================================
   SERVICES
   ============================================================ */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:3rem}
.service-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition)}
.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hv)}
.svc-img{height:220px;overflow:hidden;position:relative}
.svc-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.service-card:hover .svc-img img{transform:scale(1.08)}
.svc-img-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(7,21,37,.72) 0%,transparent 60%)}
.svc-duration{position:absolute;bottom:.75rem;left:.75rem;background:var(--blue);color:var(--white);font-size:.72rem;font-weight:700;padding:.25rem .65rem;border-radius:20px;letter-spacing:.05em}
.svc-body{padding:1.5rem}
.svc-cat{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:var(--blue);font-weight:700;margin-bottom:.4rem}
.svc-body h3{font-size:1.25rem;margin-bottom:.5rem}
.svc-body p{font-size:.875rem;color:var(--text-md);line-height:1.65;margin-bottom:1rem}
.svc-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;color:var(--blue);letter-spacing:.05em}
.svc-link i{transition:var(--transition)}
.svc-link:hover i{transform:translateX(4px)}

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}
.why-card{text-align:center;padding:2rem 1.5rem;background:rgba(30,132,181,.06);border-radius:var(--radius-lg);border:1px solid rgba(30,132,181,.15);transition:var(--transition)}
.why-card:hover{background:rgba(30,132,181,.12);border-color:var(--blue);transform:translateY(-4px)}
.why-icon{width:70px;height:70px;background:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.6rem;color:var(--white)}
.why-card h3{font-size:1.1rem;margin-bottom:.6rem}
.why-card p{font-size:.875rem;color:var(--text-md);line-height:1.7}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials{background:var(--primary)}
.testimonials .section-title{color:var(--white)}
.testimonials .section-subtitle{color:var(--blue-lt)}
.testi-slider{overflow:hidden;margin-top:3rem}
.testi-wrapper{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1)}
.testi-card{min-width:calc(33.333% - 1rem);background:rgba(255,255,255,.06);border:1px solid rgba(30,132,181,.25);border-radius:var(--radius-lg);padding:2rem;margin-right:1.5rem;flex-shrink:0;box-sizing:border-box}
.testi-stars{color:var(--blue-lt);font-size:.95rem;margin-bottom:1rem;letter-spacing:.1em}
.testi-text{color:rgba(255,255,255,.82);font-style:italic;line-height:1.8;margin-bottom:1.5rem;font-size:.95rem}
.testi-author{display:flex;align-items:center;gap:.75rem}
.testi-avatar{width:46px;height:46px;background:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;font-size:1.1rem;flex-shrink:0}
.testi-name{font-weight:600;color:var(--white);font-size:.95rem}
.testi-note{font-size:.77rem;color:var(--blue-lt)}
.testi-controls{display:flex;gap:.75rem;margin-top:2rem;justify-content:center}
.testi-btn{width:44px;height:44px;border-radius:50%;border:1px solid rgba(30,132,181,.4);background:transparent;color:var(--blue-lt);cursor:pointer;transition:var(--transition);font-size:1rem;display:flex;align-items:center;justify-content:center}
.testi-btn:hover{background:var(--blue);color:var(--white);border-color:var(--blue)}

/* ============================================================
   BOOKING CTA
   ============================================================ */
.booking-cta{background:linear-gradient(135deg,var(--blue-dk) 0%,var(--blue) 100%);padding:5rem 0;text-align:center;position:relative;overflow:hidden}
.booking-cta::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Ccircle cx='40' cy='40' r='60' fill='rgba(255,255,255,0.03)'/%3E%3Ccircle cx='160' cy='160' r='80' fill='rgba(255,255,255,0.03)'/%3E%3C/svg%3E") center/cover}
.booking-cta h2{color:var(--white);font-size:clamp(2rem,4vw,3rem);margin-bottom:.75rem;position:relative}
.booking-cta p{color:rgba(255,255,255,.9);font-size:1.1rem;margin-bottom:2rem;position:relative}
.booking-cta .cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.contact-info-list{margin-top:2rem;display:flex;flex-direction:column;gap:1.25rem}
.ci-item{display:flex;gap:1rem;align-items:flex-start}
.ci-icon{width:48px;height:48px;background:rgba(30,132,181,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--blue);font-size:1.1rem;flex-shrink:0}
.ci-text h4{font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;color:var(--blue);margin-bottom:.3rem;font-weight:700;font-family:'Raleway',sans-serif}
.ci-text p,.ci-text a{color:var(--text-md);font-size:.95rem;line-height:1.6}
.ci-text a:hover{color:var(--blue)}
.hours-table{width:100%;margin-top:.4rem}
.hours-table tr{border-bottom:1px solid rgba(30,132,181,.1)}
.hours-table tr:last-child{border-bottom:none}
.hours-table td{padding:.45rem 0;font-size:.875rem;color:var(--text-md)}
.hours-table td:last-child{text-align:right;color:var(--blue);font-weight:600}
.contact-form-wrap{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow)}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-size:.83rem;font-weight:600;color:var(--text-dk);margin-bottom:.4rem;letter-spacing:.03em}
.form-control{width:100%;padding:.75rem 1rem;border:1.5px solid #a8d8f0;border-radius:8px;font-family:'Raleway',sans-serif;font-size:.9rem;color:var(--text-dk);background:var(--cream);transition:var(--transition);outline:none}
.form-control:focus{border-color:var(--blue);background:var(--white);box-shadow:0 0 0 3px rgba(30,132,181,.15)}
.form-control::placeholder{color:var(--text-lt)}
textarea.form-control{resize:vertical;min-height:120px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-msg{padding:.9rem 1.1rem;border-radius:8px;margin-bottom:1.25rem;font-size:.88rem;display:none}
.form-msg.success{background:rgba(30,132,181,.08);border:1px solid rgba(30,132,181,.3);color:#0d4f72;display:block}
.form-msg.error{background:rgba(220,53,69,.1);border:1px solid rgba(220,53,69,.3);color:#721c24;display:block}

/* ============================================================
   MAP
   ============================================================ */
.map-wrap{border-radius:var(--radius);overflow:hidden;height:280px;margin-top:2rem;border:2px solid rgba(30,132,181,.2)}
.map-wrap iframe{width:100%;height:100%;border:none}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{background:var(--primary-lt);color:rgba(255,255,255,.8);padding:4rem 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(30,132,181,.15)}
.footer-logo-name{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:700;color:var(--white)}
.footer-logo-sub{font-size:.68rem;letter-spacing:.18em;color:var(--blue-lt);text-transform:uppercase;font-weight:500}
.footer-about{font-size:.875rem;line-height:1.8;margin-top:1rem;color:rgba(255,255,255,.55)}
.footer-social{display:flex;gap:.7rem;margin-top:1.25rem}
.social-icon{width:38px;height:38px;border:1px solid rgba(30,132,181,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--blue-lt);font-size:.9rem;transition:var(--transition)}
.social-icon:hover{background:var(--blue);color:var(--white);border-color:var(--blue);transform:translateY(-3px)}
.footer-heading{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:600;color:var(--white);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(30,132,181,.22)}
.footer-links li{margin-bottom:.6rem}
.footer-links a{font-size:.875rem;color:rgba(255,255,255,.55);display:flex;align-items:center;gap:.4rem;transition:var(--transition)}
.footer-links a::before{content:'›';color:var(--blue-lt);font-size:1.1rem;line-height:1}
.footer-links a:hover{color:var(--blue-lt);padding-left:4px}
.fc-item{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1rem}
.fc-item i{color:var(--blue-lt);margin-top:.2rem;flex-shrink:0;font-size:.9rem}
.fc-item span{font-size:.85rem;color:rgba(255,255,255,.55);line-height:1.6}
.footer-bottom{padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-bottom p{font-size:.8rem;color:rgba(255,255,255,.38)}
.footer-bottom a{color:var(--blue-lt)}
.footer-bottom-links{display:flex;gap:1.5rem}
.footer-bottom-links a{font-size:.8rem;color:rgba(255,255,255,.38)}
.footer-bottom-links a:hover{color:var(--blue-lt)}

/* ============================================================
   WHATSAPP FLOAT
   ============================================================ */
.wa-float{position:fixed;bottom:2rem;right:2rem;width:58px;height:58px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:var(--white);z-index:999;box-shadow:0 4px 16px rgba(37,211,102,.4);transition:var(--transition);animation:waPulse 2.5s ease infinite}
.wa-float:hover{transform:scale(1.15);box-shadow:0 8px 24px rgba(37,211,102,.55)}
@keyframes waPulse{0%,100%{box-shadow:0 4px 16px rgba(37,211,102,.4),0 0 0 0 rgba(37,211,102,.3)}50%{box-shadow:0 4px 16px rgba(37,211,102,.4),0 0 0 14px rgba(37,211,102,0)}}

/* ============================================================
   INNER PAGE HERO
   ============================================================ */
.page-hero{background:var(--primary);padding:8rem 0 4rem;text-align:center;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;inset:0;background:url('../images/hero-1.jpg') center/cover;opacity:.15}
.page-hero-content{position:relative;z-index:1}
.page-hero h1{color:var(--white);font-size:clamp(2rem,5vw,3.5rem)}
.page-hero p{color:rgba(255,255,255,.65);margin-top:.75rem;font-size:1.05rem}
.breadcrumb{display:flex;gap:.5rem;align-items:center;justify-content:center;margin-top:.75rem;font-size:.82rem;position:relative;z-index:1}
.breadcrumb a{color:var(--blue-lt)}
.breadcrumb .sep{color:rgba(255,255,255,.3)}
.breadcrumb .cur{color:rgba(255,255,255,.65)}

/* Services full listing */
.svc-category-section{margin-bottom:3.5rem}
.cat-heading{display:inline-flex;align-items:center;gap:.75rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:var(--blue);margin-bottom:1.75rem}
.cat-heading::after{content:'';display:block;width:60px;height:1px;background:var(--blue)}

/* About page extras */
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.team-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);text-align:center}
.team-img{height:260px;overflow:hidden}
.team-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.team-card:hover .team-img img{transform:scale(1.05)}
.team-body{padding:1.5rem}
.team-body h3{font-size:1.25rem;margin-bottom:.3rem}
.team-body .role{font-size:.82rem;color:var(--blue);text-transform:uppercase;letter-spacing:.1em;font-weight:600}
.team-body p{font-size:.875rem;color:var(--text-md);margin-top:.75rem}

/* Awards bar */
.awards-bar{background:var(--blue);padding:2rem 0}
.awards-flex{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}
.award-item{display:flex;align-items:center;gap:.75rem;color:var(--white)}
.award-item i{font-size:1.5rem}
.award-item span{font-size:.9rem;font-weight:600;letter-spacing:.05em}

/* ============================================================
   ANIMATIONS & REVEAL
   ============================================================ */
@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-d1{transition-delay:.1s}
.reveal-d2{transition-delay:.2s}
.reveal-d3{transition-delay:.3s}
.reveal-d4{transition-delay:.4s}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1024px){
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}
  .testi-card{min-width:calc(50% - .75rem)}
  .team-grid{grid-template-columns:repeat(2,1fr)}
  .about-badge{right:1rem}
}
@media(max-width:768px){
  .nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(7,21,37,.98);padding:1.5rem;flex-direction:column;align-items:flex-start;gap:.2rem;border-top:1px solid rgba(30,132,181,.2)}
  .nav-menu.open{display:flex}
  .nav-menu a{width:100%;padding:.75rem 1rem;border-radius:6px}
  .nav-menu .btn-book{margin:.5rem 0 0}
  .nav-toggle{display:flex}
  .about-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:2rem}
  .footer-bottom{flex-direction:column;text-align:center}
  .hero-btns{flex-direction:column;align-items:center}
  .testi-card{min-width:100%;margin-right:0}
  .form-row{grid-template-columns:1fr}
  .team-grid{grid-template-columns:1fr}
  .topbar{font-size:.72rem}
  .topbar-left{gap:1rem}
  .topbar-hours{display:none}
}
@media(max-width:480px){
  .topbar-left a[href^="mailto"]{display:none}
  .topbar-inner{justify-content:center;gap:1rem}
  .services-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  .about-features{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .awards-flex{gap:1.5rem}
}
