
:root{
  --acolher-blue:#9fc8d0;
  --acolher-blue-strong:#72aeb9;
  --acolher-coral:#f7c3b9;
  --acolher-coral-strong:#e79586;
  --acolher-mint:#c9ddd6;
  --acolher-cream:#fbf8f4;
  --acolher-white:#ffffff;
  --acolher-ink:#334b54;
  --acolher-muted:#6d7e84;
  --acolher-line:#e5ecee;
  --shadow:0 22px 60px rgba(65,91,99,.10);
  --radius-xl:34px;
  --radius-lg:24px;
  --radius-md:18px;
  --container:min(1160px, calc(100% - 40px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--acolher-ink);
  background:var(--acolher-white);
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
h1,h2,h3,h4{
  font-family:"Cormorant Garamond",Georgia,serif;
  line-height:1.02;
  margin:0 0 .7em;
  color:#2f4851;
}
h1{font-size:clamp(3rem,7vw,6.4rem);font-weight:600;letter-spacing:-.04em}
h2{font-size:clamp(2.25rem,5vw,4.1rem);font-weight:600;letter-spacing:-.03em}
h3{font-size:clamp(1.55rem,3vw,2.15rem);font-weight:600}
p{margin:0 0 1.1rem}
small{color:var(--acolher-muted)}
.container{width:var(--container);margin-inline:auto}
.section{padding:96px 0}
.section.compact{padding:68px 0}
.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  font-weight:700;text-transform:uppercase;letter-spacing:.16em;
  font-size:.74rem;color:#648d96;margin-bottom:18px
}
.eyebrow:before{content:"";width:28px;height:2px;background:var(--acolher-coral-strong);border-radius:2px}
.lead{font-size:clamp(1.08rem,2vw,1.28rem);color:var(--acolher-muted);max-width:720px}
.muted{color:var(--acolher-muted)}
.tag{
  display:inline-flex;padding:8px 13px;border-radius:999px;
  background:#eef7f8;color:#547c84;font-size:.82rem;font-weight:700
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:52px;padding:0 22px;border-radius:999px;border:1px solid transparent;
  font-weight:800;transition:.22s ease;cursor:pointer
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--acolher-blue-strong);color:#fff;box-shadow:0 13px 30px rgba(114,174,185,.24)}
.btn-secondary{background:#fff;border-color:var(--acolher-line);color:var(--acolher-ink)}
.btn-coral{background:var(--acolher-coral);color:#563f3a}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}

/* Header */
.site-header{
  position:sticky;top:0;z-index:40;
  background:rgba(255,255,255,.92);backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(229,236,238,.78)
}
.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:132px;height:auto}
.nav-links{display:flex;align-items:center;gap:26px;font-size:.94rem;font-weight:650}
.nav-links a{position:relative}
.nav-links a:after{
  content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;
  background:var(--acolher-coral-strong);transition:.2s
}
.nav-links a:hover:after,.nav-links a[aria-current="page"]:after{width:100%}
.mobile-toggle{
  display:none;border:0;background:#eef7f8;border-radius:14px;width:46px;height:46px;
  color:var(--acolher-ink);font-size:1.35rem
}

/* Hero */
.hero{
  position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 8% 6%, rgba(201,221,214,.82), transparent 30%),
    radial-gradient(circle at 90% 18%, rgba(247,195,185,.58), transparent 27%),
    linear-gradient(145deg,#fbf8f4 0%,#fff 56%,#f2f9fa 100%);
}
.hero:after{
  content:"";position:absolute;width:340px;height:340px;border:42px solid rgba(159,200,208,.13);
  border-radius:50% 50% 48% 52%;right:-120px;bottom:-155px;transform:rotate(-15deg)
}
.hero-grid{
  min-height:730px;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:64px;
  padding:72px 0
}
.hero-copy{position:relative;z-index:2}
.hero-copy h1 span{color:#79aeb8}
.hero-copy .lead{max-width:650px}
.hero-media{position:relative;z-index:2}
.hero-photo{
  border-radius:44px 44px 120px 44px;overflow:hidden;box-shadow:var(--shadow);
  aspect-ratio:1.22/1;position:relative
}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 35%}
.hero-badge{
  position:absolute;left:-28px;bottom:36px;background:#fff;padding:17px 20px;border-radius:20px;
  box-shadow:var(--shadow);max-width:260px
}
.hero-badge strong{display:block;font-family:"Cormorant Garamond",serif;font-size:1.4rem}
.hero-badge span{font-size:.82rem;color:var(--acolher-muted)}
.dots{
  position:absolute;right:-18px;top:24px;width:120px;height:120px;opacity:.52;
  background-image:radial-gradient(var(--acolher-coral-strong) 1.5px,transparent 1.5px);
  background-size:16px 16px
}

/* Cards and grids */
.trust-strip{border-top:1px solid var(--acolher-line);border-bottom:1px solid var(--acolher-line);background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.trust-item{padding:23px;text-align:center;font-weight:750}
.trust-item + .trust-item{border-left:1px solid var(--acolher-line)}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{
  padding:30px;border-radius:var(--radius-lg);background:#fff;border:1px solid var(--acolher-line);
  box-shadow:0 13px 34px rgba(64,90,99,.05)
}
.card.soft-blue{background:#eff8f9;border-color:#d9edef}
.card.soft-coral{background:#fff3ef;border-color:#f9ded7}
.card.soft-mint{background:#f0f7f4;border-color:#dfebe7}
.icon-bubble{
  width:52px;height:52px;border-radius:18px;display:grid;place-items:center;
  background:#fff;margin-bottom:20px;font-size:1.45rem;box-shadow:0 8px 20px rgba(64,90,99,.08)
}
.featured-professional{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:62px;align-items:center
}
.professional-photo{
  border-radius:36px;overflow:hidden;aspect-ratio:.8/1;box-shadow:var(--shadow);background:#eef4f5
}
.professional-photo img{width:100%;height:100%;object-fit:cover;object-position:center 27%}
.credential-list{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 24px}
.specialty-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.specialty-card{
  min-height:270px;border-radius:30px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;
  border:1px solid var(--acolher-line)
}
.specialty-card:nth-child(1){background:#eef8f9}
.specialty-card:nth-child(2){background:#fff2ee}
.specialty-card .arrow{font-size:1.4rem}
.callout{
  border-radius:var(--radius-xl);
  background:linear-gradient(135deg,#dceff2,#fff1ec);
  padding:52px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:28px
}
.callout h2{font-size:clamp(2.2rem,4.5vw,3.9rem);margin-bottom:.3em}
.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{padding:27px;border-radius:24px;background:#fff;border:1px solid var(--acolher-line)}
.step-number{
  width:38px;height:38px;border-radius:999px;background:var(--acolher-coral);display:grid;place-items:center;
  font-weight:800;margin-bottom:16px
}
.location-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:stretch}
.map-frame{border:0;width:100%;min-height:420px;border-radius:30px}
.info-panel{padding:42px;border-radius:30px;background:var(--acolher-cream);display:flex;flex-direction:column;justify-content:center}

/* Internal hero */
.page-hero{padding:92px 0 72px;background:linear-gradient(135deg,#f5fbfb,#fff7f4)}
.page-hero h1{font-size:clamp(3rem,6vw,5.7rem)}
.breadcrumb{font-size:.86rem;color:var(--acolher-muted);margin-bottom:22px}
.breadcrumb a{font-weight:700}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:start}
.quote{
  font-family:"Cormorant Garamond",serif;font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.16;
  padding:34px;border-left:4px solid var(--acolher-coral);background:#fff7f4;border-radius:0 24px 24px 0
}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.value-card{padding:24px;border-radius:22px;background:#fff;border:1px solid var(--acolher-line)}
.value-card strong{display:block;font-size:1.06rem;margin-bottom:6px}

/* Professionals */
.prof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.prof-card{border-radius:28px;overflow:hidden;border:1px solid var(--acolher-line);background:#fff}
.prof-card-image{aspect-ratio:.9/1;overflow:hidden}
.prof-card-image img{width:100%;height:100%;object-fit:cover;object-position:center 24%;transition:.35s}
.prof-card:hover img{transform:scale(1.025)}
.prof-card-body{padding:24px}
.prof-card-body h3{margin-bottom:.25em}
.prof-card-body .role{color:#648d96;font-weight:800;margin-bottom:13px}
.profile-hero{
  display:grid;grid-template-columns:.82fr 1.18fr;gap:62px;align-items:center
}
.profile-hero .profile-photo{border-radius:36px;overflow:hidden;aspect-ratio:.78/1;box-shadow:var(--shadow)}
.profile-hero .profile-photo img{width:100%;height:100%;object-fit:cover;object-position:center 24%}
.check-list{display:grid;gap:12px;margin:24px 0;padding:0;list-style:none}
.check-list li{display:flex;gap:11px;align-items:flex-start}
.check-list li:before{
  content:"✓";display:grid;place-items:center;width:24px;height:24px;min-width:24px;border-radius:50%;
  background:#e7f4f1;color:#5b8d83;font-weight:900;margin-top:2px
}

/* Articles */
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.article-card{border-radius:24px;padding:28px;background:#fff;border:1px solid var(--acolher-line)}
.article-card .status{font-size:.76rem;font-weight:800;color:#8c6b64;text-transform:uppercase;letter-spacing:.11em}

/* Footer */
.footer{padding:68px 0 24px;background:#334b54;color:#eaf2f3}
.footer h3,.footer h4{color:#fff}
.footer-grid{display:grid;grid-template-columns:1.35fr .7fr .9fr;gap:54px}
.footer-logo{width:150px;border-radius:18px;background:white;padding:9px;margin-bottom:18px}
.footer a{color:#eaf2f3}
.footer small{color:#b9c9cd}
.footer-bottom{
  margin-top:46px;padding-top:22px;border-top:1px solid rgba(255,255,255,.13);
  display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap
}

/* WhatsApp */
.whatsapp-float{
  position:fixed;right:20px;bottom:20px;z-index:35;width:58px;height:58px;border-radius:50%;
  display:grid;place-items:center;background:#72aeb9;color:#fff;font-weight:900;
  box-shadow:0 14px 30px rgba(51,75,84,.24)
}
.whatsapp-float span{font-size:1.35rem}

/* Utility */
.notice{
  padding:18px 20px;border-radius:18px;background:#fff8e9;border:1px solid #f2dfad;
  color:#705b2e;font-size:.94rem
}
.divider{height:1px;background:var(--acolher-line);margin:34px 0}
.center{text-align:center}
.center .lead{margin-inline:auto}
.max-760{max-width:760px}
.mt-0{margin-top:0}
.mt-24{margin-top:24px}
.mt-36{margin-top:36px}
.mb-0{margin-bottom:0}

/* Responsive */
@media (max-width:980px){
  .nav-links{
    position:fixed;inset:86px 16px auto 16px;background:#fff;border:1px solid var(--acolher-line);
    border-radius:22px;padding:20px;box-shadow:var(--shadow);
    flex-direction:column;align-items:stretch;display:none
  }
  .nav-links.open{display:flex}
  .mobile-toggle{display:block}
  .nav .btn-primary.desktop-cta{display:none}
  .hero-grid,.featured-professional,.profile-hero,.two-col,.location-grid,.callout{grid-template-columns:1fr}
  .hero-grid{min-height:auto;gap:38px;padding:54px 0 70px}
  .hero-media{max-width:720px}
  .hero-badge{left:16px}
  .cards-3,.step-grid,.article-grid,.prof-grid{grid-template-columns:repeat(2,1fr)}
  .values-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child{grid-column:1/-1}
}
@media (max-width:680px){
  :root{--container:min(100% - 28px,1160px)}
  .section{padding:70px 0}
  .section.compact{padding:52px 0}
  .nav{height:76px}
  .brand img{width:112px}
  .nav-links{inset:76px 12px auto 12px}
  .hero-grid{padding-top:40px}
  h1{font-size:clamp(2.75rem,13vw,4.6rem)}
  .hero-photo{border-radius:30px 30px 72px 30px;aspect-ratio:1/1.05}
  .hero-badge{position:relative;left:auto;bottom:auto;margin:-24px 16px 0}
  .trust-grid,.cards-3,.step-grid,.article-grid,.prof-grid,.specialty-grid,.values-grid,.footer-grid{
    grid-template-columns:1fr
  }
  .trust-item + .trust-item{border-left:0;border-top:1px solid var(--acolher-line)}
  .callout{padding:34px 26px}
  .profile-hero,.featured-professional{gap:34px}
  .footer-grid>div:first-child{grid-column:auto}
  .map-frame{min-height:340px}
}
