*,
*::before,
*::after{box-sizing:border-box}
:root{--white:#fff;--ice:#faf7f2;--cream:#fff8ef;--green-dark:#183437;--gray:#535151;--gray-soft:#6f6b66;--green-soft:#8fb2ab;--orange:#e54d01;--orange-light:#fe800f;--gold:#fca404;--red:#cd3621;--font-family:'Century Gothic',Arial,Helvetica,sans-serif;--container:1180px;--radius-sm:14px;--radius-md:22px;--radius-lg:34px;--shadow-soft:0 18px 45px rgba(24,52,55,.10);--shadow-card:0 22px 55px rgba(24,52,55,.12)}
html{scroll-behavior:smooth;background:var(--ice)}
body{margin:0;overflow-x:hidden;font-family:var(--font-family);color:var(--gray);background:radial-gradient(circle at 5% 10%,rgba(254,128,15,.10),transparent 28%),radial-gradient(circle at 95% 5%,rgba(143,178,171,.18),transparent 30%),linear-gradient(180deg,var(--white),var(--ice));-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}a{color:inherit}button,input,select{font:inherit}.container{width:min(100%,var(--container));margin:0 auto;padding:0 18px}
.site-header{position:fixed;inset:0 0 auto;z-index:1000;min-height:74px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;background:rgba(250,247,242,.76);backdrop-filter:blur(16px);border-bottom:1px solid rgba(24,52,55,.07);transition:.25s}
.site-header.scrolled{background:rgba(255,255,255,.94);box-shadow:0 10px 28px rgba(24,52,55,.09)}
.brand img{width:auto;height:58px;object-fit:contain}.menu-toggle{width:46px;height:46px;border:0;border-radius:999px;background:var(--green-dark);display:grid;place-content:center;gap:4px;cursor:pointer}.menu-toggle span{width:18px;height:2px;border-radius:2px;background:var(--white)}
.main-nav{position:fixed;top:74px;left:18px;right:18px;padding:18px;display:none;flex-direction:column;gap:12px;border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-card)}.main-nav.open{display:flex}.main-nav a{text-decoration:none;color:var(--green-dark);font-weight:800;font-size:.95rem}
.nav-cta,.btn,.footer-form button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 20px;border:0;border-radius:999px;text-decoration:none;font-weight:900;text-align:center;cursor:pointer}
.nav-cta,.btn-primary,.footer-form button{color:var(--white)!important;background:linear-gradient(135deg,var(--orange),var(--orange-light));box-shadow:0 14px 28px rgba(229,77,1,.24)}
.btn-secondary{color:var(--green-dark);background:rgba(255,255,255,.72);border:1.5px solid rgba(24,52,55,.18)}
.contact-hero{position:relative;min-height:86vh;padding:122px 0 76px;display:flex;align-items:center;overflow:hidden}.hero-grid{display:grid;gap:34px;align-items:center}
.eyebrow,.section-kicker{display:inline-flex;margin-bottom:12px;color:var(--orange);font-size:14px!important;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.hero h1,.section-heading h2,.split-section h2,.ecosystem-copy h2,.final-cta h2{margin:0;color:var(--green-dark);font-size:clamp(2.45rem,11vw,4.8rem);line-height:.96;letter-spacing:-.055em}
.hero-lead{max-width:680px;margin:22px 0 0;color:var(--gray);font-size:1.08rem;line-height:1.65;font-weight:700}.hero-note{max-width:610px;margin:14px 0 0;color:var(--gray-soft);font-size:.98rem;line-height:1.55}.hero-actions{margin-top:26px;display:flex;flex-direction:column;gap:12px}.hero-microcopy{margin:16px 0 0;color:var(--green-dark);font-size:.88rem;font-weight:800;max-width:560px}
.hero-visual{position:relative;min-height:420px;display:flex;align-items:flex-end;justify-content:center}.hero-visual img{position:relative;z-index:2;width:min(88vw,520px);max-height:610px;object-fit:contain;filter:drop-shadow(0 28px 48px rgba(24,52,55,.18))}
.hero-orb{position:absolute;width:82%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(252,164,4,.20),transparent 35%),radial-gradient(circle at 35% 60%,rgba(254,128,15,.24),transparent 42%),radial-gradient(circle at 65% 35%,rgba(143,178,171,.32),transparent 44%);filter:blur(2px)}
.smoke-one,.smoke-two{position:absolute;pointer-events:none;border-radius:50%;filter:blur(24px);opacity:.34}.smoke-one{width:280px;height:280px;top:20%;right:-70px;background:var(--orange-light)}.smoke-two{width:220px;height:220px;left:-70px;bottom:18%;background:var(--green-soft)}
.section{padding:82px 0}.section-heading{max-width:760px;margin:0 auto 34px;text-align:center}.section-heading h2,.split-section h2,.ecosystem-copy h2,.final-cta h2{font-size:clamp(2rem,8vw,3.5rem);line-height:1.02}.section-heading p,.split-section p,.ecosystem-copy p,.final-cta p{margin:16px auto 0;color:var(--gray-soft);font-size:1rem;line-height:1.65}
.objective-grid,.experience-grid,.path-grid,.program-grid,.why-grid{display:grid;gap:16px}.objective-card,.path-card,.program-card{position:relative;padding:22px;border-radius:var(--radius-md);background:rgba(255,255,255,.82);box-shadow:var(--shadow-soft);overflow:hidden}.objective-card::before,.path-card::before,.program-card::before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:var(--orange)}
.objective-icon{width:58px;height:58px;margin-bottom:16px;display:inline-flex;border-radius:18px;overflow:hidden;box-shadow:0 12px 28px rgba(24,52,55,.12)}.objective-icon img{width:100%;height:100%;object-fit:cover}
.objective-card h3,.path-card h3,.program-card h3,.feature-stack h3,.mini-grid h3{margin:0;color:var(--green-dark);font-size:1.18rem;line-height:1.2}.objective-card p,.path-card p,.program-card p,.feature-stack p,.mini-grid p{margin:10px 0 0;color:var(--gray-soft);font-size:.94rem;line-height:1.55}.objective-card small,.path-card small{display:block;margin-top:14px;color:var(--gray);font-size:.82rem;line-height:1.45;font-weight:800}.objective-card a,.experience-card a,.path-card a,.program-card a{display:inline-flex;margin-top:18px;color:var(--orange);font-weight:900;text-decoration:none}
.color-soft::before,.color-teal::before,.relax::before{background:var(--green-soft)}.color-orange::before,.color-energy::before,.model::before{background:var(--orange-light)}.color-deep::before,.color-green::before,.recover::before{background:var(--green-dark)}
.experiences{background:radial-gradient(circle at 100% 0%,rgba(254,128,15,.12),transparent 28%),linear-gradient(180deg,var(--cream),var(--white))}.experience-card{border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-card);overflow:hidden}.experience-card img{width:100%;height:245px;object-fit:cover;object-position:center;background:var(--ice)}.experience-body{padding:22px}.tag{display:inline-flex;margin-bottom:12px;padding:7px 11px;border-radius:999px;color:var(--green-dark);background:rgba(143,178,171,.18);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.experience-body h3{margin:0;color:var(--green-dark);font-size:1.45rem;line-height:1.08}.experience-body p{margin:12px 0 0;color:var(--gray-soft);line-height:1.55}.experience-body ul{margin:16px 0 0;padding-left:20px;color:var(--gray);font-weight:700;line-height:1.7}.theme-orange .tag,.theme-beauty .tag{background:rgba(254,128,15,.14);color:var(--orange)}.theme-sport .tag,.theme-green .tag,.theme-clinic .tag{background:rgba(24,52,55,.10);color:var(--green-dark)}
.ems{background:var(--green-dark);color:var(--white)}.ems .section-kicker,.ems h2,.ems p{color:var(--white)}.split-section{display:grid;gap:28px}.feature-stack{display:grid;gap:14px}.feature-stack article{padding:20px;border-radius:var(--radius-md);background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.10)}.feature-stack h3,.feature-stack p{color:var(--white)}
.massage-paths{background:linear-gradient(180deg,var(--white),var(--ice))}.path-card{min-height:230px}.ecosystem{background:var(--cream)}.ecosystem-grid{display:grid;gap:28px;align-items:center}.ecosystem-image img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-card);object-fit:cover}.mini-grid{margin-top:22px;display:grid;gap:12px}.mini-grid article{padding:18px;border-radius:var(--radius-md);background:rgba(255,255,255,.82)}.program-card{min-height:210px}
.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-grid span{min-height:86px;padding:18px;display:grid;place-items:center;border-radius:var(--radius-md);background:var(--white);color:var(--green-dark);text-align:center;font-weight:900;box-shadow:var(--shadow-soft)}
.final-cta{padding:76px 0;background:radial-gradient(circle at 85% 20%,rgba(254,128,15,.16),transparent 30%),radial-gradient(circle at 20% 90%,rgba(143,178,171,.28),transparent 30%),var(--green-dark);color:var(--white);overflow:hidden}.final-cta h2,.final-cta p,.final-cta .section-kicker{color:var(--white)}.final-cta-grid{display:grid;gap:28px;align-items:center}.final-cta img{max-height:430px;margin:0 auto;object-fit:contain;filter:drop-shadow(0 28px 48px rgba(0,0,0,.22))}
.site-footer{padding:64px 0 96px;background:var(--white)}.footer-grid{display:grid;gap:28px;align-items:start}.footer-logo{width:145px;margin:0 0 16px}.footer-brand{text-align:left}.footer-brand p{max-width:260px}.site-footer h3{margin:0 0 12px;color:var(--green-dark)}.site-footer p,.site-footer a{color:var(--gray-soft);line-height:1.6}.site-footer a{display:block;margin:0 0 8px;text-decoration:none;font-weight:700}.footer-form{padding:20px;border-radius:var(--radius-md);background:var(--ice)}.footer-form input,.footer-form select{width:100%;min-height:48px;margin-bottom:10px;padding:12px 14px;border:1px solid rgba(24,52,55,.12);border-radius:14px;background:var(--white);color:var(--gray);outline:none}
.whatsapp-float{position:fixed;right:18px;bottom:88px;z-index:990;padding:12px 16px;border-radius:999px;color:var(--white);background:#25d366;text-decoration:none;font-size:.88rem;font-weight:900;box-shadow:0 14px 32px rgba(37,211,102,.28)}.mobile-sticky-cta{position:fixed;left:14px;right:14px;bottom:14px;z-index:990;min-height:52px;display:grid;place-items:center;border-radius:999px;color:var(--white);background:linear-gradient(135deg,var(--orange),var(--orange-light));text-decoration:none;font-weight:900;box-shadow:0 15px 30px rgba(229,77,1,.28)}
@media(min-width:700px){.hero-actions{flex-direction:row}.objective-grid,.path-grid,.program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.experience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1.2fr}}
@media(min-width:980px){.site-header{padding:16px 34px}.brand img{height:64px}.menu-toggle{display:none}.main-nav{position:static;display:flex;flex-direction:row;align-items:center;gap:22px;padding:0;background:transparent;box-shadow:none}.hero{padding-top:110px}.hero-grid{grid-template-columns:1.05fr .95fr}.hero-copy{padding-top:30px}.hero h1{font-size:clamp(4rem,6.5vw,6rem)}.hero-visual{min-height:620px}.objective-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.experience-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.split-section{grid-template-columns:.9fr 1.1fr}.path-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ecosystem-grid{grid-template-columns:.95fr 1.05fr}.program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.final-cta-grid{grid-template-columns:1fr .8fr}.mobile-sticky-cta{display:none}.whatsapp-float{bottom:22px}}

.contact-hero-grid{display:grid;gap:26px;align-items:center}.contact-copy h1,.section-heading h2,.map-copy h2,.final-cta-box h2{margin:0;color:var(--green-dark);font-size:clamp(2.55rem,11vw,5.7rem);line-height:.96;letter-spacing:-.055em}.contact-copy p,.section-heading p,.map-copy p,.final-cta-box p{max-width:660px;margin:20px 0 0;color:var(--gray-soft);font-size:1.04rem;line-height:1.65}.contact-actions,.map-actions{margin-top:28px;display:flex;flex-direction:column;gap:12px}.contact-card{position:relative;padding:24px;border-radius:var(--radius-lg);background:rgba(255,255,255,.86);box-shadow:var(--shadow-card);overflow:hidden}.contact-card::before{content:"";position:absolute;inset:0 auto 0 0;width:7px;background:linear-gradient(180deg,var(--orange),var(--gold))}.contact-card h2{margin:0;color:var(--green-dark);font-size:1.45rem;line-height:1.15}.contact-card p{margin:10px 0 0;color:var(--gray-soft);line-height:1.55}.contact-info-list{display:grid;gap:10px;margin-top:20px}.contact-info-list a{padding:15px;border-radius:18px;background:var(--ice);text-decoration:none}.contact-info-list span{display:block;color:var(--orange);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.contact-info-list strong{display:block;margin-top:5px;color:var(--green-dark);font-size:.98rem}.hero-glow{position:absolute;pointer-events:none;border-radius:50%;filter:blur(26px);opacity:.28}.hero-glow-one{width:310px;height:310px;top:18%;right:-95px;background:var(--orange-light)}.hero-glow-two{width:230px;height:230px;left:-80px;bottom:14%;background:var(--green-soft)}.option-grid{display:grid;gap:16px}.option-card{position:relative;min-height:250px;padding:24px;border-radius:var(--radius-md);background:rgba(255,255,255,.86);box-shadow:var(--shadow-soft);overflow:hidden}.option-card::before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:var(--orange)}.option-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:18px;border-radius:16px;color:var(--cream);background:var(--green-dark);font-weight:900}.goal-buttons{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.goal-buttons a{margin-top:0!important;padding:9px 12px;border-radius:999px;color:var(--green-dark);background:rgba(143,178,171,.16);font-size:.82rem;font-weight:900;text-decoration:none}.map-section{background:linear-gradient(180deg,var(--cream),var(--white))}.map-grid{display:grid;gap:28px;align-items:center}.address-box{margin-top:20px;padding:18px;border-radius:var(--radius-md);color:var(--green-dark);background:rgba(255,255,255,.82);box-shadow:var(--shadow-soft);font-style:normal;font-weight:800;line-height:1.55}.copy-address{display:inline-flex;margin-top:14px;color:var(--orange);font-weight:900;text-decoration:none}.map-frame{min-height:420px;border-radius:var(--radius-lg);overflow:hidden;background:var(--white);box-shadow:var(--shadow-card);border:1px solid rgba(24,52,55,.08)}.map-frame iframe{width:100%;height:100%;min-height:420px;border:0}.final-cta-box{max-width:850px;margin:0 auto;text-align:center}.final-cta-box h2,.final-cta-box p,.final-cta-box .section-kicker{color:var(--white)}.final-cta-box p{margin-left:auto;margin-right:auto;color:rgba(255,255,255,.82)}.final-cta-box .btn{margin-top:26px}@media(min-width:700px){.contact-actions,.map-actions{flex-direction:row}.option-card-large{grid-column:span 2}}@media(min-width:980px){.contact-hero-grid{grid-template-columns:1fr .72fr}.option-grid{grid-template-columns:.85fr 1.3fr .85fr}.option-card-large{grid-column:auto}.map-grid{grid-template-columns:.72fr 1.28fr}}

/* --- v5 navigation/student and WhatsApp refinements --- */
.nav-student{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 18px;
  border-radius:999px;
  color:#fff!important;
  background:linear-gradient(135deg,#183437,#2f575c);
  text-decoration:none;
  font-weight:900;
  box-shadow:0 12px 24px rgba(24,52,55,.18);
}
.whatsapp-float{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  width:auto!important;
  height:auto!important;
  padding:11px 15px!important;
  border-radius:999px!important;
  font-size:.88rem!important;
  line-height:1!important;
}
.whatsapp-float svg{
  width:20px!important;
  height:20px!important;
  fill:currentColor!important;
  flex:0 0 auto!important;
}
.whatsapp-float span{
  display:inline!important;
}
