
:root{
  --navy:#031f42;
  --navy-2:#063b78;
  --teal:#0c98a8;
  --green:#69ad2d;
  --lime:#8ec63f;
  --white:#fff;
  --muted:#c4d4e6;
  --purple:#9b6ad3;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--navy)}
body{
  margin:0;
  color:#fff;
  font-family:"Source Sans 3",Arial,sans-serif;
  background:
    radial-gradient(circle at 80% 12%,rgba(11,152,168,.18),transparent 28rem),
    radial-gradient(circle at 18% 90%,rgba(105,173,45,.1),transparent 30rem),
    linear-gradient(180deg,#031a39 0%,#032346 48%,#021a37 100%);
}
main{overflow:hidden}
.hero{
  min-height:730px;
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,48%) minmax(0,52%);
  align-items:center;
  padding:52px clamp(28px,6vw,105px) 30px;
}
.hero-copy{position:relative;z-index:3;max-width:690px}
.logo{
  width:min(620px,100%);
  display:block;
  margin-bottom:62px;
  filter:drop-shadow(0 6px 18px rgba(0,0,0,.18));
}
.eyebrow{
  margin:0 0 12px;
  font-family:"Montserrat",Arial,sans-serif;
  font-size:clamp(.8rem,1.1vw,1rem);
  font-weight:700;
  letter-spacing:.16em;
  color:#7fc9d0;
}
h1{
  margin:0;
  font-family:"Montserrat",Arial,sans-serif;
  font-size:clamp(4rem,7.2vw,7.4rem);
  line-height:.95;
  letter-spacing:-.055em;
  text-transform:uppercase;
}
h1 span{
  background:linear-gradient(90deg,var(--lime),var(--teal));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.accent-line{
  width:88px;height:4px;
  margin:26px 0 34px;
  background:linear-gradient(90deg,var(--teal),var(--green));
}
.intro{
  max-width:590px;
  margin:0;
  color:#f2f6fb;
  font-size:clamp(1.15rem,1.7vw,1.5rem);
  line-height:1.55;
}
.intro strong{color:#a7d957}
.hero-photo{
  position:absolute;
  z-index:1;
  right:-4%;
  top:-4%;
  width:61%;
  height:105%;
  background:url("therapy-hero.jpg") center 32% / cover no-repeat;
  clip-path:ellipse(61% 61% at 62% 40%);
}
.hero-photo::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,31,66,.66) 0%,transparent 28%),
    linear-gradient(0deg,rgba(3,31,66,.72) 0%,transparent 34%);
}
.photo-ring{
  position:absolute;inset:5% 8% 10% 5%;
  border:2px solid rgba(255,255,255,.55);
  border-radius:50%;
}
.hero-orbit{
  position:absolute;border-radius:50%;pointer-events:none;
  border:1px solid rgba(108,200,209,.15)
}
.orbit-one{width:560px;height:560px;left:31%;top:-140px}
.orbit-two{width:340px;height:340px;left:39%;top:-40px;box-shadow:0 0 0 72px rgba(12,152,168,.025)}
.brand-promises{
  position:relative;
  z-index:4;
  width:min(1480px,calc(100% - 50px));
  margin:-70px auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.2);
  border-bottom:1px solid rgba(255,255,255,.16);
  background:rgba(1,25,55,.76);
  backdrop-filter:blur(13px);
  border-radius:24px;
  overflow:hidden;
}
.brand-promises article{
  min-height:180px;
  padding:28px 30px;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.18);
}
.brand-promises article:last-child{border-right:0}
.promise-icon{
  display:block;
  margin-bottom:13px;
  color:#79cfe0;
  font-size:2.6rem;
  line-height:1;
}
.brand-promises article:nth-child(even) .promise-icon{color:#8bc43f}
.brand-promises h2{
  margin:0 0 10px;
  font-family:"Montserrat",Arial,sans-serif;
  font-size:1.06rem;
  text-transform:uppercase;
}
.brand-promises p{margin:0;color:var(--muted);font-size:1.02rem;line-height:1.45}
.section-shell{width:min(1480px,calc(100% - 50px));margin:0 auto}
.services{padding:85px 0 55px}
.section-heading{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
  margin-bottom:44px;
}
.section-heading span{height:2px;background:linear-gradient(90deg,transparent,var(--green))}
.section-heading span:last-child{background:linear-gradient(90deg,var(--green),transparent)}
.section-heading h2{
  margin:0;
  font-family:"Montserrat",Arial,sans-serif;
  font-size:clamp(1.65rem,2.8vw,2.6rem);
  text-transform:uppercase;
  text-align:center;
}
.section-heading em{font-style:normal;color:#91ca3e}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.service-card{
  min-height:520px;
  padding:35px 34px 34px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));
  box-shadow:0 25px 60px rgba(0,0,0,.11);
}
.service-icon{
  width:86px;height:86px;
  margin:0 auto 28px;
  display:grid;place-items:center;
  border-radius:50%;
  font-family:"Montserrat",Arial,sans-serif;
  font-weight:800;
  font-size:1.4rem;
  color:white;
  background:linear-gradient(145deg,#0a58b1,#031f42);
}
.service-card.green .service-icon{background:linear-gradient(145deg,#6db52d,#184d1f)}
.service-card.purple .service-icon{background:linear-gradient(145deg,#aa79dc,#39206f)}
.service-card h3{
  min-height:74px;
  margin:0 0 20px;
  text-align:center;
  font-family:"Montserrat",Arial,sans-serif;
  font-size:1.14rem;
  line-height:1.35;
  text-transform:uppercase;
  color:#73c7dc;
}
.service-card.green h3{color:#8acb43}
.service-card.purple h3{color:#b991eb}
.service-card ul{margin:0;padding-left:21px;color:#eef4fa;font-size:1.04rem;line-height:1.62}
.why{
  padding:25px 0 60px;
}
.why-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:0;
  border:1px solid rgba(255,255,255,.15);
  border-radius:22px;
  overflow:hidden;
  background:rgba(2,27,57,.75);
}
.why-grid article{
  min-height:210px;
  padding:34px 28px;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.16);
}
.why-grid article:last-child{border-right:0}
.why-grid span{
  display:block;
  margin-bottom:17px;
  color:#78c8db;
  font-size:3rem;
}
.why-grid article:nth-child(even) span{color:#8bc43f}
.why-grid p{margin:0;font-size:1.06rem;line-height:1.5}
.contact{
  padding:25px 0 60px;
}
.contact-buttons{
  display:flex;
  gap:24px;
  justify-content:center;
  flex-wrap:wrap;
  margin-bottom:42px;
}
.contact-btn{
  flex:1;
  min-width:260px;
  max-width:420px;
  padding:36px 30px;
  border-radius:22px;
  text-decoration:none;
  color:#fff;
  text-align:center;
  transition:transform .25s,box-shadow .25s,border-color .25s;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(2,27,57,.75);
  backdrop-filter:blur(10px);
}
.contact-btn:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(0,0,0,.3);
}
.btn-icon{
  display:block;
  font-size:2.6rem;
  margin-bottom:12px;
  line-height:1;
}
.btn-text{
  display:block;
  font-family:"Montserrat",Arial,sans-serif;
  font-weight:700;
  font-size:1.18rem;
  text-transform:uppercase;
  margin-bottom:6px;
}
.btn-sub{
  display:block;
  font-size:1rem;
  color:var(--muted);
}
.email-btn .btn-icon{color:var(--teal)}
.email-btn:hover{border-color:var(--teal)}
.whatsapp-btn .btn-icon{color:var(--green)}
.whatsapp-btn:hover{border-color:var(--green)}
.map-container{
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.15);
  box-shadow:0 18px 50px rgba(0,0,0,.2);
}
.map-container iframe{
  display:block;
  width:100%;
  height:400px;
  border:0;
  filter:grayscale(30%) brightness(.85);
}
.closing{
  padding:25px 20px 60px;
  text-align:center;
}
.closing p{margin:5px 0;color:#eaf1f8;font-size:1.28rem}
.closing strong{font-family:"Montserrat",Arial,sans-serif}
.closing span{color:#91ca3e}

@media(max-width:1000px){
  .hero{grid-template-columns:1fr;min-height:900px;padding-top:34px;align-items:start}
  .logo{width:min(560px,92%);margin-bottom:44px}
  .hero-copy{max-width:650px}
  .hero-photo{width:100%;height:52%;top:auto;bottom:0;right:0;clip-path:ellipse(78% 58% at 65% 62%)}
  .brand-promises{margin-top:-15px;grid-template-columns:repeat(2,1fr)}
  .brand-promises article:nth-child(2){border-right:0}
  .brand-promises article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.16)}
  .service-grid{grid-template-columns:1fr}
  .service-card{min-height:auto}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid article{border-bottom:1px solid rgba(255,255,255,.16)}
  .contact-buttons{gap:18px}
}
@media(max-width:640px){
  .hero{min-height:830px;padding-left:22px;padding-right:22px}
  h1{font-size:3.4rem}
  .intro{font-size:1.08rem}
  .hero-photo{height:45%;clip-path:ellipse(95% 56% at 65% 65%)}
  .brand-promises{width:calc(100% - 28px);grid-template-columns:1fr}
  .brand-promises article{border-right:0;border-bottom:1px solid rgba(255,255,255,.16)!important}
  .brand-promises article:last-child{border-bottom:0!important}
  .section-shell{width:calc(100% - 28px)}
  .section-heading{gap:12px}
  .why-grid{grid-template-columns:1fr}
  .why-grid article{border-right:0}
  .contact-btn{min-width:100%}
  .map-container iframe{height:280px}
}
