@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root{
  --fcr-ink:#202326;
  --fcr-muted:#696762;
  --fcr-paper:#f8f5f1;
  --fcr-paper-2:#f0ebe5;
  --fcr-white:#fff;
  --fcr-line:#ded7cf;
  --fcr-brand:#a44f45;
  --fcr-brand-dark:#813c35;
  --fcr-brand-soft:#ead6d1;
  --fcr-shadow:0 18px 50px rgba(39,31,27,.10);
  --fcr-serif:'Cormorant Garamond',Georgia,serif;
  --fcr-sans:'Manrope',sans-serif;
}

html{scroll-behavior:smooth}
body.fc-site{margin:0;background:var(--fcr-paper);color:var(--fcr-ink);font-family:var(--fcr-sans);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.fc-site *{box-sizing:border-box}
body.fc-site img{max-width:100%;display:block}
body.fc-site a{text-decoration:none}

/* Header */
body.fc-site .fc-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(32,35,38,.07);backdrop-filter:blur(14px)}
body.fc-site .fc-header__inner{width:min(1460px,calc(100% - 48px));height:76px;margin:auto;display:flex;align-items:center;gap:30px}
body.fc-site .fc-brand{display:flex;align-items:center;flex:0 0 auto}
body.fc-site .fc-brand__img{width:152px;height:auto;max-height:47px;object-fit:contain}
body.fc-site .fc-nav{display:flex;align-items:center;gap:26px;margin-left:auto}
body.fc-site .fc-nav a{font:600 12px/1 var(--fcr-sans);letter-spacing:.01em;color:#3d3d3b;position:relative;padding:30px 0}
body.fc-site .fc-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:21px;height:1px;background:var(--fcr-brand);transition:right .25s ease}
body.fc-site .fc-nav a:hover:after{right:0}
body.fc-site .fc-header__actions{display:flex;align-items:center;gap:18px;flex:0 0 auto}
body.fc-site .fc-header__cta{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:6px;background:var(--fcr-brand);color:#fff;font:700 11px/1 var(--fcr-sans);letter-spacing:.03em;box-shadow:0 8px 24px rgba(164,79,69,.18)}
body.fc-site .fc-header__cta:hover{background:var(--fcr-brand-dark)}
body.fc-site .fc-language{font:700 11px/1 var(--fcr-sans);color:#292b2d;white-space:nowrap}
body.fc-site .fc-menu-toggle{display:none;background:none;border:0;padding:6px;cursor:pointer}
body.fc-site .fc-menu-toggle span{display:block;width:23px;height:2px;background:#232527;margin:4px 0}
body.fc-site .fc-mobile-nav{position:absolute;left:0;right:0;top:76px;background:#fff;border-bottom:1px solid var(--fcr-line);padding:14px 24px 24px;box-shadow:var(--fcr-shadow)}
body.fc-site .fc-mobile-nav a{display:block;padding:12px 0;color:var(--fcr-ink);font-weight:600;border-bottom:1px solid #eee7df}
body.fc-site .fc-mobile-nav__cta{margin-top:12px!important;padding:13px 16px!important;text-align:center;color:#fff!important;background:var(--fcr-brand);border-radius:5px;border:0!important}
body.fc-site .fc-mobile-nav__whatsapp{text-align:center;border:0!important;color:#218b50!important}

/* Homepage foundation */
.fcr-home{background:var(--fcr-paper);overflow:hidden}
.fcr-home h1,.fcr-home h2,.fcr-home h3,.fcr-home p{margin-top:0}
.fcr-home h1,.fcr-home h2{font-family:var(--fcr-serif);color:var(--fcr-ink);font-weight:600}
.fcr-eyebrow{display:block;margin-bottom:8px;font-size:11px;line-height:1.2;letter-spacing:.2em;font-weight:700;color:var(--fcr-brand)}
.fcr-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:0 22px;border-radius:6px;font:700 11px/1 var(--fcr-sans);letter-spacing:.035em;transition:all .2s ease;text-align:center}
.fcr-btn span{font-size:17px;line-height:1}
.fcr-btn--primary{background:var(--fcr-brand);color:#fff;box-shadow:0 10px 22px rgba(164,79,69,.20)}
.fcr-btn--primary:hover{background:var(--fcr-brand-dark);transform:translateY(-1px)}
.fcr-btn--outline{color:var(--fcr-brand-dark);border:1px solid #cdb9b1;background:rgba(255,255,255,.35)}
.fcr-btn--outline:hover{border-color:var(--fcr-brand);background:#fff}
.fcr-center{text-align:center;margin-top:28px}

/* Hero */
.fcr-hero{width:min(1480px,100%);margin:0 auto;min-height:620px;display:grid;grid-template-columns:34% 38% 28%;background:#fbf9f6;border-bottom:1px solid var(--fcr-line)}
.fcr-hero__image-wrap{position:relative;min-height:620px;overflow:hidden;background:#eee8e1}
.fcr-hero__image{width:100%;height:100%;object-fit:cover;object-position:52% 28%}
.fcr-hero__image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,15,12,.04),transparent 52%,rgba(248,245,241,.18))}
.fcr-hero__script{position:absolute;left:36px;bottom:34px;z-index:2;color:#2d2b29;font:600 italic 27px/1.05 var(--fcr-serif);transform:rotate(-7deg);text-shadow:0 1px 0 rgba(255,255,255,.65)}
.fcr-hero__copy{padding:62px 48px 34px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.fcr-hero__copy .fcr-eyebrow{color:#3c3a37;margin-bottom:10px}
.fcr-hero h1{font-size:48px;line-height:.94;letter-spacing:-.035em;margin-bottom:17px}
.fcr-procedure-line{max-width:550px;font-size:13px;font-weight:600;line-height:1.7;color:#393837;margin-bottom:14px}
.fcr-procedure-line span{color:var(--fcr-brand);margin:0 4px}
.fcr-hero__intro{max-width:520px;margin:0 auto 23px;font-size:13px;line-height:1.55;color:#5d5a56}
.fcr-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;width:100%;margin:4px 0 25px;padding:20px 0;border-top:1px solid #e5ddd5;border-bottom:1px solid #e5ddd5}
.fcr-benefits div{text-align:center}
.fcr-benefits span{width:30px;height:30px;margin:0 auto 8px;display:grid;place-items:center;color:var(--fcr-brand)}
.fcr-benefits svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.fcr-benefits strong{display:block;font-size:10px;line-height:1.3;font-weight:700;color:#3a3937}
.fcr-no-obligation{display:block;margin-top:10px;color:#77736e;font-size:10px}

/* Assessment form */
.fcr-assessment-card{align-self:center;margin:34px 24px 34px 0;padding:26px 22px 22px;background:#fff;border:1px solid #e6dfd7;border-radius:10px;box-shadow:var(--fcr-shadow)}
.fcr-assessment-card h2{font-size:31px;line-height:.92;letter-spacing:-.02em;margin-bottom:7px}
.fcr-assessment-card>p{font-size:10px;line-height:1.5;color:#706d69;margin-bottom:14px}
.fcr-form-wrap .wpcf7 p{margin:0 0 8px}
.fcr-form-wrap input:not([type=submit]),.fcr-form-wrap textarea,.fcr-form-wrap select{width:100%!important;border:1px solid #dcd6d0!important;border-radius:4px!important;background:#fff!important;color:#333!important;font:500 11px/1.2 var(--fcr-sans)!important;padding:10px 11px!important;box-shadow:none!important;outline:none!important}
.fcr-form-wrap input:not([type=submit]){height:38px!important}
.fcr-form-wrap textarea{height:54px!important;min-height:54px!important;resize:vertical}
.fcr-form-wrap input:focus,.fcr-form-wrap textarea:focus{border-color:var(--fcr-brand)!important}
.fcr-form-wrap input[type=submit]{width:100%!important;min-height:43px!important;border:0!important;border-radius:5px!important;background:var(--fcr-brand)!important;color:#fff!important;font:700 10px/1 var(--fcr-sans)!important;letter-spacing:.04em!important;text-transform:uppercase!important;cursor:pointer!important}
.fcr-form-wrap .wpcf7-spinner{display:none!important}
.fcr-form-wrap .wpcf7-response-output{font-size:10px!important;margin:8px 0 0!important;padding:6px 8px!important}
.fcr-privacy{font-size:9px;color:#77716b;text-align:center;margin-top:10px}

/* Trust strip */
.fcr-trust-strip{width:min(1480px,100%);margin:auto;display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-bottom:1px solid var(--fcr-line)}
.fcr-trust-strip>div{min-height:91px;padding:19px 22px;display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;align-content:center;border-right:1px solid #ece6e0}
.fcr-trust-strip>div:last-child{border-right:0}
.fcr-trust-strip span{grid-row:1/3;width:28px;height:28px;margin-right:8px;color:var(--fcr-brand)}
.fcr-trust-strip svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.fcr-trust-strip strong{font-size:11px;line-height:1.2}
.fcr-trust-strip small{font-size:9px;color:#6d6964;margin-top:3px}

/* Shared sections */
.fcr-section{width:min(1380px,calc(100% - 56px));margin:auto;padding:54px 0}
.fcr-section-heading{max-width:760px;text-align:center;margin:0 auto 28px}
.fcr-section-heading h2{font-size:39px;line-height:1.02;letter-spacing:-.025em;margin-bottom:9px}
.fcr-section-heading p{font-size:12px;line-height:1.6;color:#6b6762;margin-bottom:0}
.fcr-section-heading--left{text-align:left;margin:0 0 23px;max-width:none}
.fcr-section-heading--left h2{font-size:34px}

/* Procedure cards */
.fcr-procedures{padding-top:52px}
.fcr-procedure-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.fcr-procedure-card{background:#fff;border:1px solid #e5ded6;border-radius:5px;overflow:hidden;box-shadow:0 7px 22px rgba(45,38,34,.05);color:var(--fcr-ink);transition:transform .25s ease,box-shadow .25s ease}
.fcr-procedure-card:hover{transform:translateY(-5px);box-shadow:0 16px 30px rgba(45,38,34,.10)}
.fcr-procedure-card img{width:100%;height:192px;object-fit:cover}
.fcr-procedure-card:nth-child(1) img{object-position:center 48%}
.fcr-procedure-card:nth-child(2) img{object-position:center 50%}
.fcr-procedure-card:nth-child(3) img{object-position:center 35%}
.fcr-procedure-card:nth-child(4) img{object-position:20% 45%}
.fcr-procedure-card:nth-child(5) img{object-position:75% 50%}
.fcr-procedure-card>div{min-height:137px;padding:14px 14px 16px;text-align:center}
.fcr-procedure-card h3{font-family:var(--fcr-serif);font-size:20px;line-height:1;margin-bottom:7px}
.fcr-procedure-card p{font-size:10px;line-height:1.45;color:#68645f;margin-bottom:0}

/* Results */
.fcr-results{border-top:1px solid #e5ddd5}
.fcr-results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fcr-result-card{background:#fff;border:1px solid #e5ddd5;border-radius:5px;overflow:hidden}
.fcr-result-pair{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:#fff}
.fcr-result-pair figure{margin:0;position:relative;height:250px;overflow:hidden;background:#eee}
.fcr-result-pair img{width:100%;height:100%;object-fit:cover}
.fcr-result-pair figcaption{position:absolute;left:8px;bottom:8px;padding:4px 8px;background:rgba(25,24,22,.78);color:#fff;border-radius:3px;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.fcr-result-card h3{text-align:center;font-family:var(--fcr-serif);font-size:18px;margin:10px 8px 11px}

/* Package */
.fcr-package-section{width:min(1480px,100%);margin:auto;display:grid;grid-template-columns:31% 34% 35%;border-top:1px solid var(--fcr-line);border-bottom:1px solid var(--fcr-line);background:#fff}
.fcr-package-copy,.fcr-medical-team{padding:42px 42px}
.fcr-package-copy h2,.fcr-medical-team h2{font-size:33px;line-height:1.0;letter-spacing:-.02em}
.fcr-check-list{list-style:none;margin:18px 0 24px;padding:0}
.fcr-check-list li{position:relative;padding:5px 0 5px 25px;font-size:10px;line-height:1.35;color:#4d4a47}
.fcr-check-list li:before{content:"✓";position:absolute;left:0;top:4px;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:var(--fcr-brand);color:#fff;font-size:10px;font-weight:700}
.fcr-package-image{min-height:440px;background-image:linear-gradient(180deg,rgba(15,15,15,.02),rgba(20,17,15,.12)),var(--fcr-package-image);background-size:cover;background-position:center;position:relative}
.fcr-package-image span{position:absolute;right:23px;bottom:25px;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.45);font:600 italic 26px/1.05 var(--fcr-serif);transform:rotate(-6deg);text-align:right}
.fcr-medical-team{background:#f8f4ef}
.fcr-doctor-card{display:grid;grid-template-columns:42% 1fr;gap:20px;align-items:end;margin-top:17px}
.fcr-doctor-card img{width:100%;height:300px;object-fit:cover;object-position:center top;filter:saturate(.9)}
.fcr-doctor-card h2{font-size:28px;margin-bottom:12px}
.fcr-doctor-card p{font-size:10px;line-height:1.55;color:#66615d;margin-bottom:17px}
.fcr-doctor-card a{font-size:10px;font-weight:800;color:var(--fcr-brand-dark)}

/* Steps */
.fcr-steps-section{width:min(1380px,calc(100% - 56px));margin:auto;padding:45px 0}
.fcr-steps{display:grid;grid-template-columns:repeat(5,1fr);position:relative}
.fcr-steps:before{content:"";position:absolute;top:23px;left:9%;right:9%;height:1px;background:#d9cfc6}
.fcr-steps article{position:relative;padding:0 16px;text-align:center}
.fcr-steps article>b{position:absolute;left:16px;top:0;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--fcr-brand);color:#fff;font-size:10px;z-index:2}
.fcr-steps article>span{position:relative;z-index:2;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;margin:0 auto 13px;background:#f8f5f1;color:var(--fcr-brand);border:1px solid #d8cbc2}
.fcr-steps svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.fcr-steps h3{font-family:var(--fcr-serif);font-size:17px;line-height:1.1;margin-bottom:5px}
.fcr-steps p{font-size:9px;line-height:1.5;color:#6d6862;margin:0 auto;max-width:150px}

/* Testimonials + FAQ */
.fcr-social-proof{width:min(1380px,calc(100% - 56px));margin:auto;padding:44px 0 56px;display:grid;grid-template-columns:1.45fr 1fr;gap:44px;border-top:1px solid #e3dcd4}
.fcr-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.fcr-testimonial-grid article{background:#fff;border:1px solid #e5ded6;border-radius:5px;padding:19px;min-height:180px;box-shadow:0 7px 20px rgba(44,37,33,.04)}
.fcr-testimonial-grid p{font-size:10px;line-height:1.65;color:#5c5955;min-height:90px}
.fcr-testimonial-grid strong{font-size:9px;color:#3c3a37}
.fcr-stars{color:var(--fcr-brand);letter-spacing:.08em;font-size:12px;margin:8px 0}
.fcr-faq details{background:#fff;border-top:1px solid #ded7cf;padding:0}
.fcr-faq details:last-child{border-bottom:1px solid #ded7cf}
.fcr-faq summary{list-style:none;cursor:pointer;padding:13px 28px 13px 4px;font-size:11px;font-weight:700;position:relative}
.fcr-faq summary::-webkit-details-marker{display:none}
.fcr-faq summary:after{content:"+";position:absolute;right:3px;top:9px;font-size:20px;font-weight:400;color:var(--fcr-brand)}
.fcr-faq details[open] summary:after{content:"−"}
.fcr-faq details p{font-size:10px;line-height:1.55;color:#68645f;padding:0 20px 14px 4px;margin:0}

/* Final CTA */
.fcr-final-cta{width:min(1480px,100%);min-height:300px;margin:auto;position:relative;background-image:var(--fcr-cta-image);background-size:cover;background-position:center 45%;display:grid;place-items:center;text-align:center}
.fcr-final-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,238,232,.93),rgba(244,238,232,.72),rgba(244,238,232,.90))}
.fcr-final-cta__content{position:relative;z-index:2;max-width:650px;padding:45px 24px}
.fcr-final-cta h2{font-size:40px;line-height:1.0;margin-bottom:9px}
.fcr-final-cta p{font-size:11px;color:#595651;margin-bottom:20px}

/* Footer */
body.fc-site .fc-footer{background:#fff;color:var(--fcr-ink);border-top:1px solid var(--fcr-line)}
body.fc-site .fc-footer__main{width:min(1380px,calc(100% - 56px));margin:auto;padding:26px 0 18px;display:grid;grid-template-columns:1.4fr 1fr .7fr;align-items:center;gap:28px}
body.fc-site .fc-footer__brand{display:flex;align-items:center;gap:18px}
body.fc-site .fc-footer__brand p{margin:0;max-width:300px;color:#77716b;font-size:9px;line-height:1.5}
body.fc-site .fc-brand__img--footer{width:132px;filter:none;opacity:1}
body.fc-site .fc-footer__links,body.fc-site .fc-footer__social{display:flex;align-items:center;justify-content:center;gap:18px}
body.fc-site .fc-footer__social{justify-content:flex-end}
body.fc-site .fc-footer__main a{display:inline-block;color:#4f4b47;font-size:9px;font-weight:600;margin:0}
body.fc-site .fc-footer__main a:hover{color:var(--fcr-brand)}
body.fc-site .fc-footer__bottom{width:min(1380px,calc(100% - 56px));margin:auto;padding:12px 0 16px;border-top:1px solid #eee8e2;display:flex;justify-content:space-between;font-size:8px;color:#8a847e}
body.fc-site .fc-wa-float{position:fixed;right:21px;bottom:21px;z-index:1000;width:51px;height:51px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-weight:800;font-size:11px;box-shadow:0 8px 25px rgba(0,0,0,.2)}

/* Reveal animation */
.fc-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
.fc-reveal.fc-is-visible{opacity:1;transform:none}

@media (max-width:1180px){
  body.fc-site .fc-header__inner{width:min(100% - 28px,1460px);gap:18px}
  body.fc-site .fc-nav{gap:16px}
  body.fc-site .fc-nav a{font-size:10px}
  body.fc-site .fc-header__cta{padding:12px 14px}
  .fcr-hero{grid-template-columns:31% 42% 27%}
  .fcr-hero__copy{padding:50px 30px 30px}
  .fcr-hero h1{font-size:42px}
  .fcr-assessment-card{margin-right:15px;padding:21px 16px}
  .fcr-procedure-card img{height:165px}
  .fcr-package-copy,.fcr-medical-team{padding:34px 28px}
}

@media (max-width:980px){
  body.fc-site .fc-nav,body.fc-site .fc-header__actions{display:none}
  body.fc-site .fc-menu-toggle{display:block;margin-left:auto}
  body.fc-site .fc-header__inner{height:68px}
  body.fc-site .fc-mobile-nav{top:68px}
  .fcr-hero{grid-template-columns:38% 62%;min-height:auto}
  .fcr-hero__image-wrap{min-height:540px}
  .fcr-hero__copy{padding:48px 35px 28px}
  .fcr-assessment-card{grid-column:1/-1;margin:0;padding:28px 12%;border-radius:0;box-shadow:none;border-left:0;border-right:0}
  .fcr-assessment-card h2{text-align:center}
  .fcr-assessment-card>p{text-align:center}
  .fcr-trust-strip{grid-template-columns:repeat(3,1fr)}
  .fcr-trust-strip>div:nth-child(3){border-right:0}
  .fcr-trust-strip>div:nth-child(n+4){border-top:1px solid #ece6e0}
  .fcr-procedure-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,32%);grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch}
  .fcr-procedure-card:nth-child(n+4){display:block}
  .fcr-procedure-card{scroll-snap-align:start}
  .fcr-results-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(330px,48%);grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch}
  .fcr-result-card:nth-child(3){display:block}
  .fcr-result-card{scroll-snap-align:start}
  .fcr-package-section{grid-template-columns:1fr 1fr}
  .fcr-package-copy{grid-column:1/2}
  .fcr-package-image{grid-column:2/3}
  .fcr-medical-team{grid-column:1/-1}
  .fcr-doctor-card{grid-template-columns:180px 1fr;align-items:center}
  .fcr-doctor-card img{height:220px}
  .fcr-social-proof{grid-template-columns:1fr}
}

@media (max-width:720px){
  body.fc-site{font-size:14px}
  body.fc-site .fc-header__inner{width:calc(100% - 24px);height:64px}
  body.fc-site .fc-mobile-nav{top:64px}
  body.fc-site .fc-brand__img{width:145px}
  .fcr-hero{display:flex;flex-direction:column;background:#fbf9f6}
  .fcr-hero__image-wrap{min-height:0;height:350px;order:1}
  .fcr-hero__image{object-position:center 24%}
  .fcr-hero__script{display:block;left:22px;bottom:22px;font-size:21px}
  .fcr-hero__copy{order:2;padding:30px 20px 26px;text-align:center;align-items:center}
  .fcr-hero__copy .fcr-eyebrow{font-size:9px;margin-bottom:8px}
  .fcr-hero h1{font-size:39px;line-height:.96;text-align:center;margin-bottom:13px}
  .fcr-procedure-line{font-size:10px;line-height:1.55;text-align:center;margin-bottom:12px}
  .fcr-hero__intro{font-size:11px;line-height:1.55;margin:0 auto 16px;text-align:center}
  .fcr-benefits{grid-template-columns:repeat(2,1fr);gap:12px 8px;margin:2px 0 19px;padding:16px 0;width:100%}
  .fcr-benefits div:nth-child(4){display:block}
  .fcr-benefits strong{font-size:8px}
  .fcr-benefits span{margin-bottom:5px}
  .fcr-hero__copy>.fcr-btn{width:100%}
  .fcr-no-obligation{align-self:center}
  .fcr-assessment-card{order:3;margin:0;padding:30px 20px 26px;background:#fff;border-radius:0;border-left:0;border-right:0;box-shadow:none}
  .fcr-assessment-card h2{font-size:30px;text-align:center}
  .fcr-assessment-card>p{text-align:center;font-size:10px}
  .fcr-form-wrap input:not([type=submit]){height:42px!important}
  .fcr-form-wrap textarea{height:64px!important}
  .fcr-trust-strip{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--fcr-line)}
  .fcr-trust-strip>div{min-height:82px;padding:14px 12px;grid-template-columns:30px 1fr}
  .fcr-trust-strip>div:nth-child(2n){border-right:0}
  .fcr-trust-strip>div:nth-child(n+3){border-top:1px solid #ece6e0}
  .fcr-trust-strip>div:last-child{grid-column:1/-1;border-right:0}
  .fcr-trust-strip strong{font-size:10px}
  .fcr-trust-strip small{font-size:8px}
  .fcr-section,.fcr-steps-section,.fcr-social-proof{width:calc(100% - 32px);padding:38px 0}
  .fcr-section-heading{text-align:center;margin-bottom:22px}
  .fcr-section-heading h2{font-size:31px}
  .fcr-section-heading p{font-size:10px}
  .fcr-procedure-grid{display:grid;grid-auto-flow:column;grid-auto-columns:78%;grid-template-columns:none;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 2px 8px;-webkit-overflow-scrolling:touch}
  .fcr-procedure-card:nth-child(n+4){display:block}
  .fcr-procedure-card{scroll-snap-align:start}
  .fcr-procedure-card img{height:185px}
  .fcr-procedure-card>div{min-height:116px;padding:13px 12px 14px}
  .fcr-procedure-card h3{font-size:19px;margin-bottom:7px}
  .fcr-procedure-card p{display:block;font-size:9px}
  .fcr-center{margin-top:20px}
  .fcr-btn{min-height:44px;padding:0 15px;font-size:9px}
  .fcr-results-grid{display:grid;grid-auto-flow:column;grid-auto-columns:88%;grid-template-columns:none;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch}
  .fcr-result-card:nth-child(n+2){display:block}
  .fcr-result-card{scroll-snap-align:start}
  .fcr-result-pair figure{height:220px}
  .fcr-package-section{display:flex;flex-direction:column}
  .fcr-package-copy{order:1;padding:36px 22px}
  .fcr-package-copy h2{font-size:30px}
  .fcr-package-image{order:2;min-height:285px}
  .fcr-medical-team{order:3;padding:36px 22px}
  .fcr-doctor-card{grid-template-columns:115px 1fr;gap:16px;align-items:end}
  .fcr-doctor-card img{height:175px}
  .fcr-doctor-card h2{font-size:22px}
  .fcr-doctor-card p{font-size:9px;margin-bottom:10px}
  .fcr-steps-section>.fcr-section-heading{text-align:center}
  .fcr-steps{display:block}
  .fcr-steps:before{top:12px;bottom:20px;left:12px;right:auto;width:1px;height:auto}
  .fcr-steps article{display:grid;grid-template-columns:38px 1fr;text-align:left;padding:0 0 20px 0;min-height:66px}
  .fcr-steps article>b{left:0;top:0;width:25px;height:25px}
  .fcr-steps article>span{display:none}
  .fcr-steps h3{grid-column:2;margin:0 0 3px;font-size:16px}
  .fcr-steps p{grid-column:2;max-width:none;margin:0;font-size:9px}
  .fcr-social-proof{gap:34px}
  .fcr-testimonial-grid{display:grid;grid-auto-flow:column;grid-auto-columns:84%;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch}
  .fcr-testimonial-grid article{scroll-snap-align:start}
  .fcr-final-cta{min-height:290px;background-position:center}
  .fcr-final-cta__content{padding:38px 20px}
  .fcr-final-cta h2{font-size:32px}
  body.fc-site .fc-footer__main{width:calc(100% - 36px);display:block;padding:28px 0 18px;text-align:center}
  body.fc-site .fc-footer__brand{display:block;margin-bottom:18px}
  body.fc-site .fc-footer__brand p{margin:8px auto 0}
  body.fc-site .fc-brand__img--footer{margin:0 auto}
  body.fc-site .fc-footer__links,body.fc-site .fc-footer__social{justify-content:center;margin:11px 0;flex-wrap:wrap}
  body.fc-site .fc-footer__bottom{width:calc(100% - 36px);display:block;line-height:1.8;text-align:center}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .fc-reveal{opacity:1;transform:none;transition:none}
  .fcr-procedure-card,.fcr-btn{transition:none}
}
