/* Scoped architecture refinements; existing design and assets retained. */
.ff-header{position:sticky;top:0;background:#3a2c28}
.ff-header-inner{min-height:86px;flex-wrap:wrap;padding:14px 0;gap:14px 22px}
.ff-nav{gap:18px;flex-wrap:wrap}
.ff-header .ff-button{max-width:230px;text-align:center;justify-content:center}
.ff-content{padding-top:76px}
.ff-invitation{color:var(--champagne);font:italic 1.6rem/1.2 var(--serif);margin:0 0 22px}
.architecture-google{display:block;width:fit-content;margin-top:18px;color:var(--champagne);font-size:12px;text-decoration:none}
.ff-copy .ff-button{min-width:0;max-width:100%}
.fit-panels{grid-template-columns:1fr}
.fit-panel-positive .fit-list{display:grid;gap:1rem}
.fit-closing{text-align:center;margin-top:2rem;font:italic 1.8rem/1.3 var(--serif)}
.mentorship{background:var(--cream);color:var(--ink)}
.mentorship::before,.mentorship::after{display:none}
.mentorship .eyebrow,.mentorship .lead,.mentorship .difference-card p{color:var(--ink-soft)}
.mentorship h2,.mentorship .difference-card h3{color:var(--ink)}
.mentorship .difference-list,.mentorship .difference-card{border-color:var(--line)}
.mentorship-photo{margin:0;min-width:0}
.mentorship-photo img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;object-position:center 35%}
.mentorship .difference-grid{gap:2.5rem}
.clinic{background:var(--cream);color:var(--ink)}
.clinic-subtitle{font:italic clamp(1.8rem,3vw,2.7rem)/1.2 var(--serif);color:var(--bronze)}
.content-reserved{border:1px solid var(--line);padding:clamp(2rem,5vw,5rem);display:grid;place-content:center;text-align:center;color:var(--ink-soft);background:rgba(200,180,154,.08)}
.content-reserved span{font:400 2rem/1.2 var(--serif)}
.content-reserved p{margin:.6rem 0}
.clinic-reserved{aspect-ratio:3/1}
.google-complement{margin-top:2rem;border-top:1px solid var(--line);padding-top:1.5rem}
.google-complement summary{cursor:pointer;font-size:14px}
.google-context{font-size:14px;max-width:65ch}
.google-complement:not([open])>*:not(summary){display:none}
.three-words{grid-template-columns:repeat(3,minmax(0,1fr))}
.three-words div{min-width:0;white-space:normal}
@media(min-width:900px){.philosophy-copy>.eyebrow{grid-column:1;grid-row:1}.philosophy-copy>h3{grid-row:2}.philosophy-copy>p:nth-of-type(2){grid-row:3}.philosophy-copy>p:nth-of-type(3){grid-row:4}.philosophy-copy>p:nth-of-type(4){grid-row:5}}
@media(min-width:768px) and (max-width:899px){.three-words div{font-size:2rem}}
@media(max-width:767px){.three-words{grid-template-columns:1fr}}
@media(max-width:430px){.ff-header-inner{display:grid;grid-template-columns:minmax(0,1fr) 152px;gap:12px}.ff-nav{grid-column:1/-1;gap:8px 14px}.ff-header .ff-button{padding:10px;font-size:10px}.ff-brand strong{font-size:21px}.ff-brand{min-width:0}}
.google-complement .reviews-desktop{width:100%}
.conversation{background:var(--ink);color:var(--cream)}
.conversation .container{max-width:850px}
.conversation .eyebrow,.conversation .signature{color:var(--champagne)}
.conversation h2,.conversation h3{color:var(--cream)}
.conversation p:not(.eyebrow):not(.signature){max-width:65ch;color:rgba(246,241,234,.82)}
.conversation .signature{font:italic clamp(1.9rem,4vw,2.7rem)/1.2 var(--serif);margin:1.7rem 0}
@media(min-width:900px){.mentorship .difference-grid{grid-template-columns:1fr 1fr;gap:3rem 4rem}.mentorship-photo{grid-column:2;grid-row:1}.mentorship .difference-list{grid-column:1/-1;grid-template-columns:1fr 1fr;column-gap:3rem}.fit-panel-positive .fit-list{grid-template-columns:1fr 1fr;column-gap:3rem}}
@media(max-width:1100px){.ff-nav{order:3;width:100%;justify-content:center}.ff-header-inner{width:calc(100% - 40px)}html{scroll-padding-top:150px}}
@media(max-width:900px){.ff-content{padding-top:38px}.ff-nav{display:flex;gap:8px 18px;font-size:11px}.ff-header .ff-button{max-width:170px;font-size:10px}.ff-brand strong{font-size:22px}.ff-brand small{font-size:8px}.clinic-reserved{aspect-ratio:auto}.mentorship-photo{order:0}.conversation .btn{max-width:100%;white-space:normal;text-align:center}.ff-header-inner{gap:12px}.ff-micro{font-size:11px}}

/* Para quem é — editorial composition on the supplied paper artwork. */
.for-whom{
  isolation:isolate;
  padding:clamp(6.5rem,10vw,10rem) 0 clamp(6.5rem,9vw,9rem)!important;
  background:#f6f1ea url("para-quem-fundo.png") center center/cover no-repeat!important;
  color:#3a2c28!important;
}
.for-whom::after{content:none}
.for-whom-grid{
  display:block!important;
  width:min(calc(100% - 5rem),72rem);
  margin-inline:auto;
}
.for-whom .fit-header{max-width:68rem}
.for-whom .fit-header .eyebrow{
  display:flex;
  align-items:center;
  width:fit-content;
  gap:1.1rem;
  margin:0 0 clamp(2rem,4vw,3.7rem);
  color:#8b5e3c;
  font:600 .72rem/1.3 var(--sans);
  letter-spacing:.22em;
  text-transform:uppercase;
}
.for-whom .fit-header .eyebrow::before,
.for-whom .fit-header .eyebrow::after{
  content:"";
  display:block;
  width:2.2rem;
  height:1px;
  background:rgba(139,94,60,.55);
}
.for-whom .fit-header h2{
  max-width:17ch!important;
  margin:0;
  color:#3a2c28;
  font:400 clamp(3.8rem,6.1vw,6.5rem)/.94 var(--serif);
  letter-spacing:-.035em;
  text-wrap:balance;
}
.for-whom .fit-header h2 em{
  color:#8b5e3c;
  font-weight:400;
}
.for-whom .fit-list{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:clamp(1.45rem,2.2vw,2rem);
  max-width:52rem;
  margin:clamp(3.3rem,6vw,5.3rem) 0 0 clamp(0rem,8vw,7rem);
  padding:0;
  border:0;
  list-style:none;
}
.for-whom .fit-list li{
  display:grid;
  grid-template-columns:2.25rem minmax(0,1fr);
  gap:1.15rem;
  align-items:start;
  padding:0;
  border:0;
  color:#3a2c28;
  font:400 clamp(1.02rem,1.3vw,1.16rem)/1.7 var(--sans);
}
.for-whom .fit-list li::before{content:none}
.for-whom .fit-list svg{
  width:2.1rem;
  height:2.1rem;
  margin-top:.05rem;
  fill:rgba(203,180,154,.15);
  stroke:#8b5e3c;
  stroke-width:1.15;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.for-whom .fit-closing{
  max-width:65rem;
  margin:clamp(4.5rem,8vw,7.2rem) auto 0;
  text-align:center;
}
.for-whom .fit-closing p{
  margin:0;
  color:#3a2c28;
  font:400 clamp(2rem,3.6vw,3.4rem)/1.16 var(--serif);
  text-wrap:balance;
}
.for-whom .fit-closing em{color:#8b5e3c;font-weight:400}
@media(max-width:767px){
  .for-whom{
    padding:clamp(5rem,15vw,6.5rem) 0 clamp(5rem,14vw,6rem)!important;
    background-position:center center!important;
  }
  .for-whom-grid{width:min(calc(100% - 3rem),37rem)}
  .for-whom .fit-header .eyebrow{margin-bottom:2.1rem;font-size:.65rem;gap:.7rem}
  .for-whom .fit-header .eyebrow::before,.for-whom .fit-header .eyebrow::after{width:1.6rem}
  .for-whom .fit-header h2{
    max-width:12ch!important;
    font-size:clamp(3.45rem,12.6vw,4.7rem);
    line-height:.95;
  }
  .for-whom .fit-list{margin:3rem 0 0;gap:1.7rem}
  .for-whom .fit-list li{grid-template-columns:1.85rem minmax(0,1fr);gap:.9rem;font-size:1rem;line-height:1.6}
  .for-whom .fit-list svg{width:1.8rem;height:1.8rem}
  .for-whom .fit-closing{width:min(calc(100% - 3rem),37rem);margin-top:4.3rem}
  .for-whom .fit-closing p{font-size:clamp(2.15rem,8vw,2.75rem)}
}

/* O Universo FIRME FACE® — imagem fornecida e composição editorial. */
.philosophy{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:clamp(6.5rem,9vw,9rem) 0 clamp(5.5rem,7vw,7rem);
  background:#3a2c28 url("universo-firme-face-fundo.png") center center/cover no-repeat;
  color:#f6f1ea;
}
.philosophy::before{
  content:"";
  display:block;
  position:absolute;
  inset:0;
  width:auto;
  height:auto;
  aspect-ratio:auto;
  border:0;
  border-radius:0;
  z-index:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(35,24,20,.38) 0%,rgba(35,24,20,.18) 45%,rgba(35,24,20,.02) 100%);
}
.philosophy .universe-layout{
  position:relative;
  z-index:1;
  display:block;
}
.philosophy .universe-copy{max-width:48rem}
.philosophy .universe-copy .eyebrow{
  display:flex;
  align-items:center;
  gap:1.1rem;
  margin:0 0 clamp(2rem,4vw,3.2rem);
  color:#cbb49a;
  font:600 .72rem/1.4 var(--sans);
  letter-spacing:.21em;
  text-transform:uppercase;
}
.philosophy .universe-copy .eyebrow::before{
  content:"";
  display:block;
  width:2.6rem;
  height:1px;
  flex:none;
  background:#cbb49a;
}
.philosophy .universe-copy h2{
  max-width:12ch;
  margin:0;
  color:#f6f1ea;
  font:400 clamp(4rem,6.4vw,7rem)/.92 var(--serif);
  letter-spacing:-.04em;
  text-wrap:balance;
}
.philosophy .universe-support{
  max-width:39rem;
  margin:clamp(2rem,3vw,2.9rem) 0 0;
  color:rgba(246,241,234,.9);
  font:400 clamp(1rem,1.25vw,1.12rem)/1.75 var(--sans);
  text-wrap:pretty;
}
.philosophy .universe-signature{
  max-width:79rem;
  margin:clamp(8rem,13vw,13rem) 0 0;
  padding-top:clamp(1.4rem,3vw,2.3rem);
  border-top:1px solid rgba(203,180,154,.55);
  color:#f6f1ea;
  font:italic 400 clamp(2.8rem,4.9vw,5.2rem)/1.05 var(--serif);
  letter-spacing:-.025em;
  text-wrap:balance;
}
.philosophy .universe-signature em{color:#ddc5ad;font-weight:400}
@media(max-width:767px){
  .philosophy{
    padding:clamp(5rem,14vw,6.5rem) 0 clamp(4.5rem,11vw,5.5rem);
    background-position:61% center;
  }
  .philosophy::before{
    background:linear-gradient(90deg,rgba(35,24,20,.52),rgba(35,24,20,.32)),linear-gradient(180deg,rgba(35,24,20,.08),rgba(35,24,20,.26));
  }
  .philosophy .universe-copy .eyebrow{gap:.75rem;margin-bottom:2rem;font-size:.64rem}
  .philosophy .universe-copy .eyebrow::before{width:1.7rem}
  .philosophy .universe-copy h2{max-width:11ch;font-size:clamp(3.25rem,12vw,5rem);line-height:.96}
  .philosophy .universe-support{max-width:34ch;margin-top:2rem;font-size:1rem;line-height:1.65}
  .philosophy .universe-signature{
    margin-top:clamp(7rem,20vw,10rem);
    padding-top:1.5rem;
    font-size:clamp(2.65rem,9.8vw,4rem);
    line-height:1.03;
  }
}

/* O Espelho: portrait-led editorial composition. */
#espelho{padding:clamp(5rem,7vw,6rem) 0!important;scroll-margin-top:clamp(1rem,2vw,1.5rem);background:#f6f1ea!important;color:#3a2c28}
#espelho .pain-layout{display:grid!important;grid-template-columns:minmax(0,1fr);width:min(calc(100% - clamp(2.5rem,7vw,7rem)),1240px);gap:clamp(2.4rem,4vw,4rem);align-items:start}
#espelho .pain-photo{position:relative;width:100%;aspect-ratio:5/4;margin:0;overflow:hidden;background:#f6f1ea}
#espelho .pain-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:15% 46%}
#espelho .pain-photo::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent 74%,#f6f1ea 100%),linear-gradient(180deg,transparent 88%,#f6f1ea 100%)}
#espelho .pain-main{min-width:0;padding:0;border:0}
#espelho .pain-intro{max-width:42rem!important}
#espelho .pain-intro .kicker{margin:0 0 .95rem;color:#8b5e3c;font:italic 1.28rem/1.25 var(--serif)}
#espelho .pain-intro h2{max-width:15ch!important;margin:0;color:#3a2c28;font:400 clamp(2.8rem,3.75vw,3.9rem)/1.01 var(--serif)!important;letter-spacing:-.03em;text-wrap:balance}
#espelho .pain-intro>p:not(.kicker):not(.pain-emphasis){max-width:58ch;margin:1.4rem 0 0;color:#3a2c28;font:400 1rem/1.68 var(--sans)}
#espelho .pain-emphasis{max-width:37ch;margin:1.25rem 0 0!important;color:#8b5e3c!important;font:italic 500 clamp(1.55rem,2vw,1.85rem)/1.18 var(--serif)}
#espelho .pain-thoughts{display:grid!important;gap:1.05rem!important;margin:clamp(2rem,3vw,2.75rem) 0 0!important;padding:0!important;border:0!important;background:none!important}
#espelho .pain-thoughts .thought,#espelho .pain-thoughts .thought:first-child{display:grid!important;grid-template-columns:2rem minmax(0,1fr);gap:.7rem;padding:0!important;border:0!important;color:#3a2c28!important;font:400 clamp(1.45rem,1.8vw,1.7rem)/1.12 var(--serif)!important}
#espelho .pain-thoughts .thought span{padding-top:.24rem;color:#8b5e3c;font:500 .72rem/1.2 var(--sans);letter-spacing:.06em}
#espelho .pain-close{grid-column:1/-1;max-width:44rem!important;margin:0 auto!important;padding:0!important;border:0!important;text-align:center}
#espelho .pain-close p{color:#3a2c28;font:500 clamp(2rem,2.7vw,2.6rem)/1.05 var(--serif)}
#espelho .pain-close em{display:block;max-width:40ch;margin:.5rem auto 0;color:#8b5e3c;font:italic clamp(1.35rem,1.8vw,1.65rem)/1.2 var(--serif)}
@media(min-width:960px){
  #espelho .pain-layout{grid-template-columns:minmax(0,44fr) minmax(0,56fr);column-gap:clamp(3rem,4vw,4rem);row-gap:clamp(2.5rem,3.5vw,3.5rem)}
  #espelho .pain-photo{aspect-ratio:4/5;max-height:650px}
}
@media(max-width:959px){#espelho .pain-layout{max-width:720px}}
@media(min-width:600px) and (max-width:959px){#espelho .pain-photo{aspect-ratio:16/10}}
@media(max-width:599px){
  #espelho{padding:clamp(3.5rem,10vw,4.2rem) 0!important}
  #espelho .pain-layout{gap:1.65rem}
  #espelho .pain-photo{aspect-ratio:6/5}
  #espelho .pain-intro h2{font-size:clamp(2.65rem,11.4vw,3.35rem)!important}
  #espelho .pain-intro>p:not(.kicker):not(.pain-emphasis){margin-top:1.1rem}
  #espelho .pain-thoughts{gap:1.05rem!important;margin-top:1.9rem!important}
  #espelho .pain-close{margin:1rem auto 0!important}
}

/* A Mentoria: integrated portrait and open editorial content. */
#mentoria{position:relative;isolation:isolate;overflow:hidden;padding:clamp(5rem,7vw,7rem) 0;background:#f6f1ea;color:#3a2c28;scroll-margin-top:1.5rem}
#mentoria::before,#mentoria::after{display:none}
#mentoria .mentorship-photo{position:absolute;z-index:-1;inset:0 0 0 auto;width:53%;margin:0;overflow:hidden}
#mentoria .mentorship-photo img{display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:43% center}
#mentoria .mentorship-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f6f1ea 0%,rgba(246,241,234,.96) 9%,rgba(246,241,234,.62) 23%,rgba(246,241,234,.08) 47%,rgba(58,44,40,.06) 100%),linear-gradient(0deg,#f6f1ea 0%,rgba(246,241,234,0) 19%)}
#mentoria .mentorship-shell{width:min(calc(100% - clamp(2.5rem,7vw,7rem)),1280px)}
#mentoria .mentorship-content{width:62%;position:relative}
#mentoria .mentorship-intro .eyebrow{margin:0 0 1.6rem;color:#8b5e3c;font:italic 500 1.15rem/1.3 var(--serif)}
#mentoria .mentorship-intro h2{max-width:23ch;margin:0;font:400 clamp(2.8rem,3.65vw,4.15rem)/1.04 var(--serif);letter-spacing:-.025em;text-wrap:balance;color:#3a2c28}
#mentoria .mentorship-intro .lead{max-width:48ch;margin:1.7rem 0 0;font:400 1rem/1.65 var(--sans);color:#3a2c28}
#mentoria .difference-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.4rem 2rem;margin-top:3rem;border:0;background:none}
#mentoria .difference-card{display:grid;grid-template-columns:1.5rem minmax(0,1fr);gap:.85rem;align-items:start;padding:0;border:0;background:none}
#mentoria .difference-card::before{display:none}
#mentoria .difference-card svg{width:24px;height:24px;margin-top:.2rem;fill:none;stroke:#8b5e3c;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round}
#mentoria .difference-card h3{margin:0 0 .65rem;color:#3a2c28;font:500 clamp(1.4rem,1.7vw,1.7rem)/1.13 var(--serif);letter-spacing:-.015em;text-wrap:pretty}
#mentoria .difference-card p{margin:0;color:#3a2c28;font:400 1rem/1.6 var(--sans)}
@media(max-width:1100px) and (min-width:901px){
  #mentoria .mentorship-content{width:66%}
  #mentoria .mentorship-photo{width:49%}
  #mentoria .difference-list{column-gap:1.5rem}
}
@media(max-width:900px){
  #mentoria{padding:0 0 clamp(4rem,9vw,6rem)}
  #mentoria .mentorship-photo{position:relative;inset:auto;z-index:0;width:100%;aspect-ratio:16/10}
  #mentoria .mentorship-photo img{object-position:center 32%}
  #mentoria .mentorship-photo::after{background:linear-gradient(180deg,rgba(58,44,40,.04),rgba(246,241,234,0) 60%,#f6f1ea 100%)}
  #mentoria .mentorship-shell{max-width:720px;margin-top:1rem}
  #mentoria .mentorship-content{width:100%}
  #mentoria .mentorship-intro h2{font-size:clamp(2.6rem,6vw,3.8rem);max-width:24ch}
  #mentoria .difference-list{grid-template-columns:minmax(0,1fr);gap:2rem;margin-top:2.6rem}
  #mentoria .difference-card{grid-template-columns:1.5rem minmax(0,1fr);gap:1rem}
  #mentoria .difference-card h3{font-size:1.7rem}
}
@media(max-width:599px){
  #mentoria .mentorship-photo{aspect-ratio:6/5}
  #mentoria .mentorship-photo img{object-position:center 24%}
  #mentoria .mentorship-shell{margin-top:.75rem}
  #mentoria .mentorship-intro .eyebrow{font-size:1.1rem;margin-bottom:1.25rem}
  #mentoria .mentorship-intro h2{font-size:clamp(2.5rem,9.8vw,3.3rem);line-height:1.06}
  #mentoria .mentorship-intro .lead{margin-top:1.4rem}
}

/* Desktop vertical rhythm: retain the established compositions and imagery. */
@media(min-width:1024px){
  .section{padding-block:5.5rem}

  .ff-content{padding-top:132px;padding-bottom:50px}
  .ff-eyebrow{margin-bottom:20px}
  .ff-copy h1{margin-bottom:20px}
  .ff-description{margin-bottom:22px}
  .ff-copy .ff-button{min-height:52px}
  .ff-micro{margin-top:9px}
  .ff-trust-inner{padding-block:18px}

  #espelho{padding-block:5.25rem!important}
  #espelho .pain-layout{row-gap:2rem;column-gap:clamp(3rem,4vw,4rem)}
  #espelho .pain-photo{aspect-ratio:4/4.45;max-height:570px}
  #espelho .pain-intro>p:not(.kicker):not(.pain-emphasis){margin-top:1.1rem}
  #espelho .pain-emphasis{margin-top:1rem!important}
  #espelho .pain-thoughts{margin-top:1.8rem!important;gap:.8rem!important}
  #espelho .pain-close p{margin-bottom:0}

  .for-whom{padding:5.25rem 0 5.5rem!important}
  .for-whom .fit-header .eyebrow{margin-bottom:2rem}
  .for-whom .fit-list{max-width:60rem;margin-top:2.3rem;gap:1.1rem}
  .for-whom .fit-closing{margin-top:2.5rem}

  .philosophy{padding:5.5rem 0 5.25rem}
  .philosophy .universe-copy .eyebrow{margin-bottom:1.8rem}
  .philosophy .universe-support{margin-top:1.7rem}
  .philosophy .universe-signature{margin-top:4.25rem;padding-top:1.4rem}

  #mentoria{padding-block:5.5rem}
  #mentoria .mentorship-intro .eyebrow{margin-bottom:1rem}
  #mentoria .mentorship-intro .lead{margin-top:1.15rem}
  #mentoria .difference-list{margin-top:2rem;gap:1.6rem 2rem}
  #mentoria .difference-card h3{margin-bottom:.4rem}

  .about{padding-block:5.25rem}
  .about-shell{max-width:1240px}
  .about-grid{column-gap:clamp(3rem,4vw,4rem)}
  .about-portrait img{aspect-ratio:4/4.55}
  .about-intro h2{margin-bottom:1rem}
  .about-rest{margin-top:.75rem}
  .about-rest>p+p{margin-top:.65rem}
  .about .signature{margin-top:1.15rem!important}
  .about .credentials{margin-top:1.1rem}
  .about-stats{margin-top:1.6rem}
  .about-stats .stat{padding:1.15rem 1.2rem}

  .clinic{padding-block:4.25rem}
  .clinic h2{margin-bottom:.9rem}
  .clinic-subtitle{margin-bottom:1.4rem}
  .clinic-reserved{aspect-ratio:auto;min-height:10rem;padding:1.5rem}

  .reviews{padding-block:4.5rem}
  .reviews-head h2{margin-bottom:1rem}
  .reviews-desktop{height:34rem;margin-top:2rem;gap:1rem}
  .reviews-track{gap:1rem;padding-bottom:1rem}
  .reviews-summary a{margin-top:1rem}
  .google-complement{margin-top:1.4rem;padding-top:1rem}

  .conversation{padding-block:5.5rem}
  .conversation h2{margin-bottom:1.15rem}
  .conversation .signature{margin:1.25rem 0}

  .conversion{padding-block:5.5rem}
  .conversion-layout{gap:clamp(3rem,4vw,4rem)}
  .conversion-head h2{margin-bottom:1.2rem}
  .conversion-note{margin-top:1.2rem!important}
  .form-aside{padding:1.8rem 2.2rem 1.65rem}
  .form-shell form{padding:1.55rem 2rem 1.2rem}
  .form-shell .form-grid{gap:.85rem 1.15rem}
  .form-shell .form-submit{margin-top:1.05rem}
  .form-shell .privacy{margin-top:.65rem}
  footer{padding-block:2.5rem}
}

@media(min-width:768px) and (max-width:1023px){
  .section{padding-block:6rem}
  .for-whom{padding-block:6rem!important}
  .philosophy{padding-block:6rem}
  .philosophy .universe-signature{margin-top:5rem}
  .clinic-reserved{aspect-ratio:auto;min-height:14rem}
  .reviews-desktop{height:37rem}
}
