:root{
  --navy:#12385f;
  --navy-2:#0b2947;
  --coral:#ff5b5f;
  --coral-dark:#e84d52;
  --sky:#eef5f9;
  --soft:#f7fafc;
  --line:#dfe8ef;
  --muted:#607083;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.fc-landing-page{margin:0;background:#fff;color:var(--navy);font-family:"Manrope",sans-serif;-webkit-font-smoothing:antialiased}
body.fc-landing-page.admin-bar .fc-lp-header{top:32px}
.fc-lp-shell{overflow:hidden}
.fc-lp-shell a{text-decoration:none}
.fc-lp-shell svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fc-lp-shell img{display:block;max-width:100%;height:auto}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.fc-lp-header{position:sticky;top:0;z-index:40;height:74px;padding:0 clamp(26px,4.5vw,72px);display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:30px;background:rgba(255,255,255,.96);backdrop-filter:blur(15px);border-bottom:1px solid #eef2f5}
.fc-lp-logo{display:block;width:156px;height:58px}
.fc-lp-logo img{width:100%;height:100%;object-fit:contain}
.fc-lp-nav{display:flex;align-items:center;justify-content:center;gap:26px}
.fc-lp-nav a{color:var(--navy);font-size:11px;font-weight:700}
.fc-lp-nav a:hover{color:var(--coral)}
.fc-lp-head-actions{display:flex;align-items:center;gap:18px}
.fc-lp-search{display:flex;font-size:19px;color:var(--navy)}
.fc-lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 22px;border-radius:6px;font-size:11px;font-weight:800;letter-spacing:.01em;transition:.2s ease;border:0;cursor:pointer}
.fc-lp-btn svg{width:15px;height:15px}
.fc-lp-btn-primary{background:var(--coral);color:#fff;box-shadow:0 8px 18px rgba(255,91,95,.16)}
.fc-lp-btn-primary:hover{background:var(--coral-dark);transform:translateY(-1px)}

.fc-lp-hero{min-height:535px;display:grid;grid-template-columns:minmax(350px,33%) minmax(430px,37%) minmax(320px,30%);background:linear-gradient(100deg,#eef6fb 0%,#f7fbfd 44%,#edf3f7 100%);border-bottom:1px solid #e5edf2}
.fc-lp-hero-copy{padding:46px 28px 36px clamp(28px,5vw,76px);display:flex;flex-direction:column;justify-content:center}
.fc-lp-eyebrow{margin:0 0 12px;color:#5a7fa6;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.fc-lp-hero h1,.fc-lp-procedure-intro h2,.fc-lp-turkey-copy h2,.fc-lp-testimonial h2,.fc-lp-before-after h2,.fc-lp-journey h2,.fc-lp-cta h2{font-family:"Cormorant Garamond",Georgia,serif;font-weight:700;letter-spacing:-.025em}
.fc-lp-hero h1{font-size:clamp(44px,4.25vw,67px);line-height:.93;margin:0 0 19px;color:var(--navy-2)}
.fc-lp-hero h1 em{font-style:normal;color:var(--coral)}
.fc-lp-lead{margin:0 0 22px;color:#3f5368;font-size:12px;line-height:1.55;max-width:520px}
.fc-lp-hero-checks{list-style:none;padding:0;margin:0 0 27px;display:grid;gap:11px}
.fc-lp-hero-checks li{display:flex;align-items:center;gap:11px;color:var(--navy);font-size:12px;font-weight:650}
.fc-lp-hero-checks svg{width:22px;height:22px;border-radius:50%;padding:4px;background:var(--navy);color:#fff;stroke-width:2.4}
.fc-lp-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(18,56,95,.12);padding-top:19px}
.fc-lp-stats div{padding-right:17px;border-right:1px solid rgba(18,56,95,.12)}
.fc-lp-stats div+div{padding-left:17px}
.fc-lp-stats div:last-child{border-right:0}
.fc-lp-stats strong{display:block;font-family:"Cormorant Garamond",Georgia,serif;font-size:19px;line-height:1;color:var(--navy)}
.fc-lp-stats span{display:block;margin-top:4px;color:#6a7888;font-size:9px;line-height:1.35}

.fc-lp-hero-visual{position:relative;overflow:hidden;min-height:535px}
.fc-lp-hero-img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover;object-position:center center}
.fc-lp-hero-visual:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(238,246,251,.75) 0%,rgba(238,246,251,.08) 24%,transparent 70%)}
.fc-lp-script{position:absolute;z-index:2;top:50px;right:58px;font-family:"Cormorant Garamond",Georgia,serif;font-style:italic;font-size:28px;line-height:.9;color:#54799e;transform:rotate(-7deg)}
.fc-lp-quote-card{position:absolute;z-index:2;left:28px;bottom:20px;background:rgba(255,255,255,.94);border-radius:8px;padding:10px 13px 10px 10px;display:flex;align-items:center;gap:9px;box-shadow:0 10px 30px rgba(18,56,95,.12)}
.fc-lp-quote-card img{width:46px;height:46px;border-radius:50%;object-fit:cover}
.fc-lp-quote-card strong{display:block;color:var(--navy);font-size:10px;line-height:1.25}
.fc-lp-quote-card span{display:block;margin-top:4px;font-size:7px;font-weight:800;color:#58708a;letter-spacing:.03em}

.fc-lp-hero-form{display:flex;align-items:center;padding:26px clamp(22px,3vw,42px) 26px 0}
.fc-lp-form{width:100%;max-width:390px;background:rgba(255,255,255,.95);padding:20px 20px 17px;border-radius:12px;border:1px solid rgba(18,56,95,.08);box-shadow:0 13px 35px rgba(18,56,95,.10)}
.fc-lp-form-head h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:31px;line-height:.86;margin:0 0 7px;color:var(--navy-2)}
.fc-lp-form-head p{margin:0 0 12px;color:#637487;font-size:9px;line-height:1.45}
.fc-lp-form label{display:block;margin:0 0 7px}
.fc-lp-form input,.fc-lp-form select,.fc-lp-form textarea{width:100%;border:1px solid #d9e2e9;background:#fff;border-radius:5px;color:#334b63;font:inherit;font-size:10px;outline:0;transition:.2s}
.fc-lp-form input,.fc-lp-form select{height:36px;padding:0 10px}
.fc-lp-form textarea{padding:10px;resize:vertical;min-height:52px}
.fc-lp-form input:focus,.fc-lp-form select:focus,.fc-lp-form textarea:focus{border-color:#9fb6c9;box-shadow:0 0 0 3px rgba(18,56,95,.05)}
.fc-lp-phone{display:grid;grid-template-columns:92px 1fr;gap:7px;margin-bottom:7px}
.fc-lp-phone select{margin:0}
.fc-lp-form .fc-lp-btn{width:100%;min-height:39px;margin-top:2px;font-size:10px}
.fc-lp-form-note{margin:8px 0 0;display:flex;align-items:center;justify-content:center;gap:6px;text-align:center;color:#7b8794;font-size:8px;line-height:1.35}
.fc-lp-lock{position:relative;display:inline-block;width:10px;height:8px;flex:0 0 10px;border:1.5px solid #7b8794;border-radius:2px}
.fc-lp-lock:before{content:"";position:absolute;left:2px;top:-6px;width:4px;height:6px;border:1.5px solid #7b8794;border-bottom:0;border-radius:5px 5px 0 0}
.fc-lp-form-status{min-height:15px;margin:5px 0 0;text-align:center;font-size:9px}
.fc-lp-form-status.is-success{color:#16845c}
.fc-lp-form-status.is-error{color:var(--coral-dark)}
.fc-lp-hp{position:absolute!important;left:-9999px!important}

.fc-lp-treatment-explainer{padding:72px clamp(28px,5vw,78px) 64px;background:linear-gradient(180deg,#f7fafc 0%,#fff 100%);border-bottom:1px solid #e8eef3}
.fc-lp-treatment-head{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;max-width:1260px;margin:0 auto 34px}
.fc-lp-treatment-head h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(40px,4vw,62px);line-height:.94;margin:0;color:var(--navy-2);letter-spacing:-.025em}
.fc-lp-treatment-head>p{margin:0;color:#52677b;font-size:12px;line-height:1.7;max-width:590px}
.fc-lp-treatment-flow{max-width:1260px;margin:0 auto 24px;display:grid;grid-template-columns:1fr 48px 1fr 48px 1fr;gap:0;align-items:stretch}
.fc-lp-treatment-flow article{padding:25px 24px;background:#fff;border:1px solid #dfe8ef;border-radius:14px;box-shadow:0 8px 22px rgba(18,56,95,.05)}
.fc-lp-treatment-flow article>span{display:block;font-family:"Cormorant Garamond",Georgia,serif;font-size:34px;line-height:1;color:rgba(255,91,95,.6)}
.fc-lp-treatment-flow h3{margin:18px 0 8px;font-size:15px;color:var(--navy)}
.fc-lp-treatment-flow p{margin:0;color:#667789;font-size:10px;line-height:1.6}
.fc-lp-flow-arrow{display:flex;align-items:center;justify-content:center;color:#8aa2b5;font-size:20px}
.fc-lp-flow-arrow svg{width:20px}
.fc-lp-treatment-details{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px}
.fc-lp-detail-card{display:grid;grid-template-columns:45px 1fr;gap:14px;padding:24px;background:#fff;border:1px solid #e2e9ee;border-radius:14px}
.fc-lp-detail-safety{background:linear-gradient(145deg,#12385f,#0d2f51);border-color:#12385f;color:#fff}
.fc-lp-detail-icon{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef4f8;color:var(--navy);font-size:22px}
.fc-lp-detail-icon svg{width:22px;height:22px}
.fc-lp-detail-safety .fc-lp-detail-icon{background:rgba(255,255,255,.12);color:#fff}
.fc-lp-detail-card h3{margin:0 0 8px;font-size:14px;color:var(--navy)}
.fc-lp-detail-card p:not(.fc-lp-eyebrow){margin:0;color:#68798a;font-size:9.5px;line-height:1.62}
.fc-lp-detail-safety h3,.fc-lp-detail-safety p:not(.fc-lp-eyebrow){color:#fff}
.fc-lp-detail-safety .fc-lp-eyebrow{color:#ff8d90}
.fc-lp-treatment-cta{max-width:1260px;margin:18px auto 0;padding:18px 20px;background:#edf4f8;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.fc-lp-treatment-cta strong{display:block;font-size:12px;color:var(--navy)}
.fc-lp-treatment-cta span{display:block;margin-top:3px;color:#718092;font-size:9px}
.fc-lp-treatment-cta .fc-lp-btn{flex:0 0 auto}

.fc-lp-procedure-band{padding:34px clamp(28px,4.5vw,70px) 38px;display:grid;grid-template-columns:210px 1fr;gap:30px;background:#fff}
.fc-lp-procedure-intro h2{font-size:32px;line-height:.92;margin:0 0 12px}
.fc-lp-text-link{display:inline-flex;align-items:center;gap:7px;color:var(--coral);font-size:10px;font-weight:800}
.fc-lp-text-link svg{width:13px}
.fc-lp-procedure-list{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:start}
.fc-lp-procedure-card{text-align:center;min-width:0}
.fc-lp-procedure-photo{width:104px;height:104px;margin:0 auto 9px;border-radius:50%;overflow:hidden;background:#edf3f6}
.fc-lp-procedure-photo img{width:100%!important;height:100%!important;object-fit:cover}
.fc-lp-procedure-card h3{margin:0 0 4px;font-size:11px;color:var(--navy);line-height:1.2}
.fc-lp-procedure-card p{min-height:28px;margin:0 auto 8px;color:#69798a;font-size:9px;line-height:1.35;max-width:128px}
.fc-lp-circle-arrow{width:24px;height:24px;border:1px solid #9ab0c2;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#5a7591}
.fc-lp-circle-arrow svg{width:12px}

.fc-lp-midgrid{display:grid;grid-template-columns:1.1fr .9fr 1.2fr;background:#fff;border-top:1px solid #edf1f4;border-bottom:1px solid #edf1f4}
.fc-lp-midgrid>article{min-height:285px}
.fc-lp-turkey-card{position:relative;overflow:hidden;background:#edf5f8}
.fc-lp-turkey-card>img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover}
.fc-lp-turkey-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(233,243,248,.15),rgba(239,246,249,.96) 52%,#eef6f9 100%)}
.fc-lp-turkey-copy{position:absolute;z-index:2;right:24px;top:35px;width:50%}
.fc-lp-turkey-copy h2{font-size:27px;line-height:.9;margin:0 0 11px}
.fc-lp-turkey-copy p{font-size:9px;color:#50667b;line-height:1.45;margin:0 0 15px}
.fc-lp-light-btn{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;background:#fff;border-radius:5px;color:var(--navy);font-size:9px;font-weight:800;box-shadow:0 4px 12px rgba(18,56,95,.08)}
.fc-lp-light-btn svg{width:12px}
.fc-lp-testimonial{padding:27px 25px;border-right:1px solid #e7edf2}
.fc-lp-testimonial h2,.fc-lp-before-after h2{font-size:26px;line-height:.95;margin:0 0 13px}
.fc-lp-testimonial blockquote{display:block;width:100%;max-width:100%;height:auto;max-height:none;overflow:visible;white-space:normal;margin:0;padding:15px 17px;background:#f5f8fa;border-radius:5px;color:#3f586f;font-size:9px;line-height:1.5;position:relative}
.fc-lp-testimonial blockquote:before{content:"“";position:absolute;left:8px;top:0;color:var(--coral);font-size:28px;font-family:Georgia,serif}
.fc-lp-review-person{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:8px;margin-top:12px}
.fc-lp-avatar{width:34px;height:34px;border-radius:50%;background:#dce8ef;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800}
.fc-lp-review-person strong{display:block;font-size:9px}.fc-lp-review-person span{display:block;font-size:7px;color:#7a8793}.fc-lp-review-person b{font-size:11px;color:#ffad28;letter-spacing:1px}
.fc-lp-review-title{display:block;margin-bottom:14px}
.fc-lp-review-title h2{margin:0}
.fc-lp-review-slider{overflow:hidden;width:100%;max-width:100%}
.fc-lp-review-track{display:flex;align-items:flex-start;transition:transform .35s ease,height .25s ease;will-change:transform,height}
.fc-lp-review-slide{flex:0 0 100%;width:100%;min-width:100%;max-width:100%;height:auto;overflow:visible}
.fc-lp-review-platform{display:inline-block;margin:0 0 7px;padding:4px 7px;border-radius:999px;background:#eef4f8;color:#476a89;font-size:6.5px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.fc-lp-review-nav{display:flex;align-items:center;justify-content:space-between;margin-top:12px}
.fc-lp-review-nav button{width:28px;height:28px;border-radius:50%;border:1px solid #a8bbc9;background:#fff;color:var(--navy);font-size:16px;line-height:1;cursor:pointer}
.fc-lp-review-nav span{display:flex;align-items:center;justify-content:center;gap:5px;letter-spacing:0;color:#bdc9d3}
.fc-lp-review-nav span button{width:6px;height:6px;padding:0;border:0;background:#c7d2db}
.fc-lp-review-nav span button.active{width:18px;border-radius:999px;background:var(--navy)}
.fc-lp-before-after{padding:27px 26px}
.fc-lp-ba-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:12px}
.fc-lp-ba-head a{display:inline-flex;align-items:center;gap:6px;color:var(--coral);font-size:8px;font-weight:800;white-space:nowrap}
.fc-lp-ba-head a svg{width:11px}
.fc-lp-ba-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.fc-lp-ba-grid figure{margin:0}
.fc-lp-ba-grid img{width:100%!important;aspect-ratio:1/1;object-fit:cover;border-radius:5px}
.fc-lp-ba-grid figcaption{margin-top:5px;font-size:9px;font-weight:800;text-align:center;color:var(--navy)}

.fc-lp-feature-band{display:grid;grid-template-columns:repeat(5,1fr);padding:22px clamp(25px,4vw,60px);background:linear-gradient(90deg,#f5f9fb,#edf5f9,#f5f9fb)}
.fc-lp-feature-band article{padding:4px 18px;text-align:center;border-right:1px solid #dce6ec}
.fc-lp-feature-band article:last-child{border-right:0}
.fc-lp-feature-icon{width:36px;height:36px;margin:0 auto 7px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--navy);font-size:24px}
.fc-lp-feature-band h3{margin:0 0 4px;font-size:10px}
.fc-lp-feature-band p{margin:0 auto;color:#69798a;font-size:8px;line-height:1.4;max-width:145px}

.fc-lp-journey{padding:28px clamp(28px,4.5vw,72px);display:grid;grid-template-columns:320px 1fr;gap:45px;align-items:center;background:#fff}
.fc-lp-journey-intro h2{font-size:34px;line-height:.95;margin:0 0 8px}
.fc-lp-journey-intro>p:last-child{font-size:9px;color:#607184;line-height:1.45;margin:0}
.fc-lp-how>h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:18px;margin:0 0 11px}
.fc-lp-how ol{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr)}
.fc-lp-how li{position:relative;padding:0 20px;border-left:1px solid #e4ebf0;min-height:96px}
.fc-lp-how li:first-child{border-left:0;padding-left:0}
.fc-lp-how li>span{position:absolute;top:0;left:12px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f2f6f9;border:1px solid #d4e0e8;font-size:8px;font-weight:800}
.fc-lp-how li:first-child>span{left:0}
.fc-lp-how i{display:block;margin:0 auto 5px;width:28px;height:28px;color:#4a76a0;font-size:27px}
.fc-lp-how strong{display:block;font-size:9px;text-align:center}.fc-lp-how small{display:block;margin-top:3px;font-size:7px;line-height:1.35;text-align:center;color:#788795}

.fc-lp-cta{position:relative;min-height:170px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;padding:30px clamp(28px,4.5vw,70px);overflow:hidden}
.fc-lp-cta>img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover}
.fc-lp-cta-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,42,72,.96),rgba(18,56,95,.92) 55%,rgba(18,56,95,.68))}
.fc-lp-cta-copy,.fc-lp-cta>.fc-lp-btn{position:relative;z-index:2}
.fc-lp-cta h2{margin:0 0 6px;color:#fff;font-size:33px}
.fc-lp-cta p{margin:0 0 13px;color:#dbe7f0;font-size:9px}
.fc-lp-cta-chips{display:flex;gap:20px;flex-wrap:wrap}
.fc-lp-cta-chips span{display:flex;align-items:center;gap:7px;color:#e8f1f7;font-size:8px}
.fc-lp-cta-chips svg{width:15px;height:15px}

.fc-lp-footer{display:grid;grid-template-columns:1.2fr .75fr 1fr 1fr;gap:35px;padding:28px clamp(28px,4.5vw,70px) 18px;background:#0a2743;color:#fff}
.fc-lp-footer-brand{display:flex;align-items:center;gap:18px;min-width:0}
.fc-lp-footer-brand img{width:190px;height:88px;object-fit:contain;filter:brightness(0) invert(1);flex:0 0 auto}
.fc-lp-footer-brand p{margin:0;color:#cbd9e4;font-size:11px;line-height:1.45;max-width:210px}
.fc-lp-footer-col{display:flex;flex-direction:column;gap:5px;padding-top:9px}
.fc-lp-footer-col strong{font-size:9px;margin-bottom:3px;color:#fff}
.fc-lp-footer-col a,.fc-lp-footer-col span{color:#c9d7e2;font-size:7.5px}
.fc-lp-social{display:flex;gap:10px;margin-top:4px}.fc-lp-social a{display:flex;font-size:15px}.fc-lp-social svg{width:15px;height:15px}
.fc-lp-footer-bottom{grid-column:1/-1;padding-top:13px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;color:#849bae;font-size:7px}
.fc-lp-float-wa{position:fixed!important;z-index:2147483000!important;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));min-height:56px;padding:9px 16px 9px 10px;border-radius:999px;background:#25d366;color:#fff;display:flex!important;align-items:center;gap:10px;box-shadow:0 12px 30px rgba(20,100,60,.32);transition:.2s ease;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
.fc-wpvibe-preview .fc-lp-float-wa{bottom:max(88px,calc(env(safe-area-inset-bottom) + 72px))}
.fc-lp-float-wa:hover{transform:translateY(-2px);box-shadow:0 13px 30px rgba(20,100,60,.34)}
.fc-lp-wa-icon{width:38px;height:38px;flex:0 0 38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.16)}
.fc-lp-wa-icon svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:1.7}
.fc-lp-wa-text{display:flex;flex-direction:column;line-height:1.05}
.fc-lp-wa-text strong{font-size:12px;color:#fff}.fc-lp-wa-text small{margin-top:3px;font-size:8.5px;color:rgba(255,255,255,.88)}

@media(max-width:1080px){
  .fc-lp-header{grid-template-columns:150px 1fr auto;padding:0 24px}.fc-lp-nav{gap:16px}.fc-lp-nav a{font-size:10px}
  .fc-lp-hero{grid-template-columns:34% 36% 30%}.fc-lp-hero-copy{padding-left:32px}.fc-lp-hero h1{font-size:50px}
  .fc-lp-procedure-band{grid-template-columns:180px 1fr;padding-left:30px;padding-right:30px}.fc-lp-procedure-list{gap:9px}.fc-lp-procedure-photo{width:90px;height:90px}
}
@media(max-width:900px){
  body.fc-landing-page.admin-bar .fc-lp-header{top:46px}
  .fc-lp-header{height:66px;grid-template-columns:125px 1fr;padding:0 15px;gap:10px}
  .fc-lp-logo{width:112px;height:50px}.fc-lp-nav,.fc-lp-search{display:none}.fc-lp-head-actions{justify-content:end}.fc-lp-head-actions .fc-lp-btn{min-height:39px;padding:0 13px;font-size:9px}
  .fc-lp-hero{grid-template-columns:1fr;position:relative;isolation:isolate}
  .fc-lp-hero-copy{order:1;position:relative;z-index:2;padding:36px 20px 30px;min-height:560px;justify-content:flex-end;background:linear-gradient(90deg,rgba(238,246,251,.96) 0%,rgba(238,246,251,.88) 52%,rgba(238,246,251,.60) 100%)}.fc-lp-hero h1{font-size:clamp(45px,12vw,58px)}.fc-lp-lead{font-size:11px}
  .fc-lp-stats{grid-template-columns:repeat(3,1fr)}.fc-lp-stats strong{font-size:16px}.fc-lp-stats span{font-size:7.5px}
  .fc-lp-hero-visual{display:block;position:absolute;z-index:1;inset:0 0 auto 0;height:560px;min-height:0}.fc-lp-hero-visual:before{display:none}.fc-lp-hero-img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover;object-position:58% center}.fc-lp-script,.fc-lp-quote-card{display:none}
  .fc-lp-hero-form{order:3;padding:18px 15px 28px;background:#eef6fb}.fc-lp-form{max-width:none;margin:0 auto}
  .fc-lp-treatment-explainer{padding:52px 16px 46px}
  .fc-lp-treatment-head{grid-template-columns:1fr;gap:14px;margin-bottom:24px}
  .fc-lp-treatment-head h2{font-size:44px}
  .fc-lp-treatment-head>p{font-size:11.5px;line-height:1.65}
  .fc-lp-treatment-flow{grid-template-columns:1fr;gap:10px;margin-bottom:16px}
  .fc-lp-treatment-flow article{padding:20px;border-radius:12px}
  .fc-lp-treatment-flow h3{margin-top:12px}
  .fc-lp-treatment-flow p{font-size:10px}
  .fc-lp-flow-arrow{height:18px;transform:rotate(90deg)}
  .fc-lp-treatment-details{grid-template-columns:1fr;gap:10px}
  .fc-lp-detail-card{grid-template-columns:40px 1fr;padding:20px;gap:12px}
  .fc-lp-detail-icon{width:38px;height:38px;font-size:19px}
  .fc-lp-detail-card h3{font-size:14px}
  .fc-lp-detail-card p:not(.fc-lp-eyebrow){font-size:10.5px}
  .fc-lp-treatment-cta{margin-top:12px;padding:18px;display:grid;gap:14px}
  .fc-lp-treatment-cta strong{font-size:11.5px}.fc-lp-treatment-cta span{font-size:9.5px}
  .fc-lp-treatment-cta .fc-lp-btn{width:100%}
  .fc-lp-procedure-band{grid-template-columns:1fr;padding:33px 16px}.fc-lp-procedure-intro h2{font-size:30px}.fc-lp-procedure-list{display:flex;overflow-x:auto;gap:18px;scrollbar-width:none;padding-bottom:5px}.fc-lp-procedure-list::-webkit-scrollbar{display:none}.fc-lp-procedure-card{flex:0 0 132px}.fc-lp-procedure-photo{width:98px;height:98px}
  .fc-lp-midgrid{grid-template-columns:1fr}.fc-lp-midgrid>article{min-height:auto}.fc-lp-turkey-card{min-height:290px!important}
  .fc-lp-testimonial,.fc-lp-before-after{padding:28px 18px}
  .fc-lp-testimonial{border-right:0;border-bottom:1px solid #e7edf2;overflow:hidden}
  .fc-lp-review-title{display:block;margin-bottom:16px}
  .fc-lp-review-title>div:first-child{width:100%}
  .fc-lp-review-title h2{font-size:38px;line-height:1;margin:0 0 14px}
  .fc-lp-review-scores{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%;min-width:0}
  .fc-lp-review-scores a{min-width:0;padding:10px 11px;border-radius:9px}
  .fc-lp-review-scores strong{font-size:11px}
  .fc-lp-review-scores span{font-size:8.5px;white-space:normal}
  .fc-lp-review-slider{width:100%;max-width:100%;overflow:hidden}
  .fc-lp-review-track{width:100%}
  .fc-lp-review-slide{flex:0 0 100%;width:100%;min-width:100%;max-width:100%;padding:0;overflow:hidden}
  .fc-lp-review-platform{margin-bottom:10px;padding:6px 9px;font-size:8px}
  .fc-lp-review-slide blockquote{width:100%;max-width:100%;margin:0;padding:18px 18px 18px 28px;border-radius:10px;font-size:12px;line-height:1.65;overflow-wrap:anywhere;word-break:normal}
  .fc-lp-testimonial blockquote:before{left:10px;top:4px;font-size:27px}
  .fc-lp-review-person{grid-template-columns:42px minmax(0,1fr) auto;gap:10px;margin-top:14px;min-width:0}
  .fc-lp-avatar{width:42px;height:42px;font-size:10px}
  .fc-lp-review-person strong{font-size:11px}.fc-lp-review-person span{font-size:9px}.fc-lp-review-person b{font-size:10px;letter-spacing:.5px;white-space:nowrap}
  .fc-lp-review-nav{justify-content:center;gap:14px;margin-top:18px}
  .fc-lp-review-nav>button{width:36px;height:36px;flex:0 0 36px;font-size:18px}
  .fc-lp-review-nav>span{min-width:80px;gap:6px}
  .fc-lp-review-nav span button{width:7px;height:7px;flex:0 0 7px}
  .fc-lp-review-nav span button.active{width:22px;flex-basis:22px}
  .fc-lp-feature-band{display:flex;overflow-x:auto;padding:20px 14px;gap:8px;scrollbar-width:none}.fc-lp-feature-band::-webkit-scrollbar{display:none}.fc-lp-feature-band article{flex:0 0 155px;border:1px solid #dfe8ef;border-radius:10px;background:rgba(255,255,255,.6);padding:15px 12px}
  .fc-lp-journey{grid-template-columns:1fr;padding:30px 17px;gap:24px}.fc-lp-journey-intro h2{font-size:32px}.fc-lp-how ol{display:flex;overflow-x:auto;gap:10px;scrollbar-width:none}.fc-lp-how ol::-webkit-scrollbar{display:none}.fc-lp-how li{flex:0 0 185px;border:1px solid #e4ebf0;border-radius:10px;padding:15px;min-height:130px}.fc-lp-how li:first-child{border-left:1px solid #e4ebf0;padding-left:15px}.fc-lp-how li>span,.fc-lp-how li:first-child>span{left:11px;top:10px}
  .fc-lp-cta{grid-template-columns:1fr;min-height:210px;padding:28px 18px}.fc-lp-cta>.fc-lp-btn{justify-self:start}
  .fc-lp-footer{grid-template-columns:1fr 1fr;padding:28px 18px 80px}.fc-lp-footer-brand{grid-column:1/-1}.fc-lp-footer-bottom{flex-direction:column;gap:5px}
}
@media(max-width:560px){
  .fc-lp-head-actions .fc-lp-btn{width:auto;min-width:132px;padding:0 11px;border-radius:8px;font-size:8.5px;white-space:nowrap}.fc-lp-head-actions .fc-lp-btn svg{width:14px;height:14px}
  .fc-lp-hero-copy{padding:30px 16px 24px;min-height:520px}.fc-lp-hero h1{font-size:clamp(41px,13vw,52px)}.fc-lp-hero h1 br{display:none}.fc-lp-hero-checks li{font-size:11px}.fc-lp-stats{gap:0}.fc-lp-stats div{padding-right:8px}.fc-lp-stats div+div{padding-left:8px}.fc-lp-stats strong{font-size:14px}.fc-lp-stats span{font-size:7px}
  .fc-lp-hero-visual{height:520px;min-height:0}.fc-lp-hero-img{object-position:58% center}
  .fc-lp-form{padding:18px 14px}.fc-lp-form-head h2{font-size:29px}.fc-lp-phone{grid-template-columns:90px 1fr}
  .fc-lp-procedure-band{padding-left:14px;padding-right:14px}.fc-lp-procedure-card{flex-basis:125px}
  .fc-lp-turkey-copy{right:16px;top:28px;width:55%}.fc-lp-turkey-copy h2{font-size:24px}
  .fc-lp-testimonial{padding:26px 16px 30px}
  .fc-lp-review-title h2{font-size:34px}
  .fc-lp-review-scores{gap:7px}
  .fc-lp-review-scores a{padding:9px}
  .fc-lp-review-scores strong{font-size:10px}.fc-lp-review-scores span{font-size:8px}
  .fc-lp-review-slide blockquote{padding:17px 15px 17px 27px;font-size:11.5px;line-height:1.6}
  .fc-lp-review-person{grid-template-columns:38px minmax(0,1fr);gap:9px}
  .fc-lp-review-person b{grid-column:2;justify-self:start;margin-top:-4px}
  .fc-lp-avatar{width:38px;height:38px}
  .fc-lp-review-nav{gap:12px;margin-top:16px}
  .fc-lp-review-nav>button{width:34px;height:34px;flex-basis:34px}
  .fc-lp-ba-head{align-items:start;flex-direction:column}.fc-lp-ba-grid{grid-template-columns:1fr 1fr;gap:8px}.fc-lp-before-after h2{font-size:24px}
  .fc-lp-journey{padding-left:14px;padding-right:14px}
  .fc-lp-cta h2{font-size:29px}.fc-lp-cta-chips{display:grid;gap:7px}.fc-lp-cta>.fc-lp-btn{width:100%}
  .fc-lp-footer{grid-template-columns:1fr 1fr;column-gap:24px;row-gap:22px;padding:24px 20px 76px}
  .fc-lp-footer-brand{grid-column:1/-1;display:flex;align-items:center;gap:14px;min-height:82px;overflow:hidden}
  .fc-lp-footer-brand img{width:168px;height:82px;flex:0 0 168px;object-fit:contain;transform:scale(1.55);transform-origin:center}
  .fc-lp-footer-brand p{margin:0;font-size:13px;line-height:1.35;max-width:210px;font-weight:500;color:#eef5fa}
  .fc-lp-footer-col{padding-top:0;min-width:0}
  .fc-lp-footer-brand + .fc-lp-footer-col{display:grid;grid-template-columns:1fr 1fr;align-content:start;column-gap:12px;row-gap:6px}
  .fc-lp-footer-brand + .fc-lp-footer-col strong{grid-column:1/-1;margin-bottom:3px}
  .fc-lp-footer-col strong{font-size:9px}
  .fc-lp-footer-col a,.fc-lp-footer-col span{font-size:8px;line-height:1.45}
  .fc-lp-social{gap:9px;margin-top:6px}
  .fc-lp-footer-trust{display:none}
  .fc-lp-footer-bottom{grid-column:1/-1;margin-top:2px;padding-top:12px;gap:4px;font-size:6.8px}
  .fc-lp-float-wa{right:max(12px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));min-height:54px;padding:8px 12px 8px 9px}
  .fc-wpvibe-preview .fc-lp-float-wa{bottom:max(92px,calc(env(safe-area-inset-bottom) + 76px))}
  .fc-lp-wa-icon{width:36px;height:36px;flex-basis:36px}.fc-lp-wa-icon svg{width:23px;height:23px}
  .fc-lp-wa-text strong{font-size:11px}.fc-lp-wa-text small{font-size:8px}
}
/* Conversion-focused section order: results -> reviews -> assessment -> journey -> additional procedures */
.fc-lp-section-intro{max-width:1260px;margin:0 auto 32px;display:grid;grid-template-columns:1fr .85fr;gap:54px;align-items:end}
.fc-lp-section-intro h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(42px,4.2vw,62px);line-height:.94;margin:0;color:var(--navy-2);letter-spacing:-.025em}
.fc-lp-section-intro>p{margin:0;color:#5f7285;font-size:11px;line-height:1.7;max-width:560px}

.fc-lp-results-section{padding:68px clamp(28px,5vw,78px) 60px;background:#fff;border-bottom:1px solid #e8eef3}
.fc-lp-results-carousel{position:relative;max-width:1260px;margin:0 auto}
.fc-lp-results-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:2px 0 8px}
.fc-lp-results-track::-webkit-scrollbar{display:none}
.fc-lp-result-card{flex:0 0 calc((100% - 32px)/3);margin:0;scroll-snap-align:start;border-radius:12px;overflow:hidden;background:#f2f6f8;border:1px solid #e0e8ee;box-shadow:0 8px 22px rgba(18,56,95,.06)}
.fc-lp-result-card img{display:block;width:100%!important;aspect-ratio:1/1;object-fit:cover}
.fc-lp-results-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid #b8c8d4;background:rgba(255,255,255,.96);color:var(--navy);font-size:24px;line-height:1;cursor:pointer;box-shadow:0 7px 20px rgba(18,56,95,.12)}
.fc-lp-results-prev{left:-20px}.fc-lp-results-next{right:-20px}
.fc-lp-results-meta{max-width:1260px;margin:12px auto 0;display:flex;align-items:center;justify-content:space-between;color:#738293}
.fc-lp-results-meta span{font-size:10px;font-weight:800;color:var(--navy)}
.fc-lp-results-meta small{font-size:8px}

.fc-lp-reviews-section{padding:64px clamp(28px,5vw,78px);background:linear-gradient(180deg,#f7fafc 0%,#fff 100%);border-bottom:1px solid #e8eef3}
.fc-lp-reviews-section .fc-lp-testimonial{max-width:900px;margin:0 auto;padding:34px 36px;border:1px solid #e1e9ef;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(18,56,95,.05)}
.fc-lp-reviews-section .fc-lp-testimonial h2{font-size:38px;margin-bottom:18px}
.fc-lp-reviews-section .fc-lp-review-slide blockquote{font-size:11px;line-height:1.65;padding:20px 22px 20px 32px}
.fc-lp-reviews-section .fc-lp-review-person strong{font-size:10px}
.fc-lp-reviews-section .fc-lp-review-person span{font-size:8px}

.fc-lp-conversion-section{padding:68px clamp(28px,5vw,78px);display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,430px);gap:70px;align-items:center;background:linear-gradient(115deg,#eaf3f8 0%,#f7fafc 55%,#fff 100%);border-bottom:1px solid #e0e9ef}
.fc-lp-conversion-copy{max-width:610px}
.fc-lp-conversion-copy h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(46px,4.8vw,70px);line-height:.92;margin:0 0 18px;color:var(--navy-2);letter-spacing:-.025em}
.fc-lp-conversion-copy>p:not(.fc-lp-eyebrow){margin:0;color:#52687c;font-size:12px;line-height:1.7;max-width:560px}
.fc-lp-whatsapp-contact{display:inline-flex;flex-direction:column;margin-top:24px;padding:14px 18px;border-radius:10px;background:#fff;border:1px solid #dbe6ed;color:var(--navy);box-shadow:0 7px 20px rgba(18,56,95,.05)}
.fc-lp-whatsapp-contact span{font-size:8px;color:#718192;text-transform:uppercase;letter-spacing:.08em}
.fc-lp-whatsapp-contact strong{margin-top:3px;font-size:13px}
.fc-lp-conversion-form .fc-lp-form{max-width:none;margin-left:auto}

.fc-lp-why-section{display:grid;grid-template-columns:1fr 1fr;min-height:410px;background:#edf5f8;border-bottom:1px solid #e1e9ef}
.fc-lp-why-image{position:relative;min-height:410px;overflow:hidden}
.fc-lp-why-image img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover}
.fc-lp-why-copy{padding:58px clamp(32px,5vw,76px);display:flex;flex-direction:column;justify-content:center}
.fc-lp-why-copy h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(38px,3.7vw,56px);line-height:.94;margin:0 0 15px;color:var(--navy-2);letter-spacing:-.02em}
.fc-lp-why-copy>p:not(.fc-lp-eyebrow){margin:0 0 18px;color:#52687c;font-size:11px;line-height:1.7;max-width:560px}
.fc-lp-why-copy .fc-lp-light-btn{align-self:flex-start}

.fc-lp-procedure-band-final{padding-top:50px;padding-bottom:48px;border-top:1px solid #e7edf2}
.fc-lp-procedure-intro>p:not(.fc-lp-eyebrow){margin:0 0 12px;color:#68798a;font-size:9px;line-height:1.55}

.fc-lp-reveal{opacity:0;transform:translateY(12px);transition:opacity .45s ease,transform .45s ease}.fc-lp-reveal.is-visible{opacity:1;transform:none}
@media(max-width:900px){
  .fc-lp-section-intro{grid-template-columns:1fr;gap:12px;margin-bottom:24px}
  .fc-lp-section-intro h2{font-size:44px}
  .fc-lp-section-intro>p{font-size:11.5px;line-height:1.65}
  .fc-lp-results-section{padding:50px 16px 44px}
  .fc-lp-results-track{gap:10px}
  .fc-lp-result-card{flex-basis:82%;border-radius:11px}
  .fc-lp-results-arrow{display:none}
  .fc-lp-results-meta{margin-top:10px}
  .fc-lp-results-meta span{font-size:9px}.fc-lp-results-meta small{font-size:7.5px}
  .fc-lp-reviews-section{padding:48px 16px}
  .fc-lp-reviews-section .fc-lp-testimonial{padding:26px 18px;border-radius:13px}
  .fc-lp-reviews-section .fc-lp-testimonial h2{font-size:36px}
  .fc-lp-reviews-section .fc-lp-review-slide blockquote{font-size:11.5px;padding:18px 16px 18px 28px}
  .fc-lp-conversion-section{padding:50px 16px;grid-template-columns:1fr;gap:28px}
  .fc-lp-conversion-copy h2{font-size:48px}
  .fc-lp-conversion-copy>p:not(.fc-lp-eyebrow){font-size:11.5px}
  .fc-lp-whatsapp-contact{width:100%;margin-top:18px}
  .fc-lp-conversion-form .fc-lp-form{margin:0;max-width:none}
  .fc-lp-why-section{grid-template-columns:1fr;min-height:0}
  .fc-lp-why-image{min-height:290px}
  .fc-lp-why-copy{padding:42px 20px}
  .fc-lp-why-copy h2{font-size:42px}
  .fc-lp-why-copy>p:not(.fc-lp-eyebrow){font-size:11.5px}
  .fc-lp-procedure-band-final{padding-top:38px;padding-bottom:40px}
}
@media(max-width:560px){
  .fc-lp-results-section{padding-left:14px;padding-right:14px}
  .fc-lp-result-card{flex-basis:89%}
  .fc-lp-reviews-section{padding:42px 14px}
  .fc-lp-reviews-section .fc-lp-testimonial{padding:24px 14px}
  .fc-lp-reviews-section .fc-lp-testimonial h2{font-size:34px}
  .fc-lp-conversion-section{padding:44px 14px}
  .fc-lp-conversion-copy h2{font-size:43px}
  .fc-lp-why-image{min-height:245px}
  .fc-lp-why-copy{padding:36px 16px}
  .fc-lp-why-copy h2{font-size:38px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fc-lp-reveal{opacity:1;transform:none;transition:none}}
