:root {
    --fc-primary: #5c0b5f;
    --fc-primary-dark: #21052e;
    --fc-accent: #df0754;
    --fc-text-muted: #666080;
    --fc-icon-bg: #f8e7f1;
    --fc-radius-sm: 11px;
}
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--fc-primary-dark); font-family: Arial, Helvetica, sans-serif; }
img { max-width: 100%; }
.btn-fc-primary, .btn-fc-outline, .btn-fc-soft { min-height: 54px; padding: 12px 23px; border-radius: var(--fc-radius-sm); font-size: 16px; font-weight: 500; }
.btn-fc-primary { color: #fff; border: 1px solid var(--fc-primary); background: linear-gradient(115deg,#842775,#59035e); }
.btn-fc-primary:hover { color: #fff; background: #49064d; border-color: #49064d; }
.btn-fc-outline { color: var(--fc-primary); border: 1px solid var(--fc-primary); background: rgba(255,255,255,.65); }
.btn-fc-outline:hover { color: var(--fc-primary); border-color: var(--fc-primary); background: #f8eaf4; }
.btn-fc-soft { color: var(--fc-primary); border: 1px solid transparent; background: #fbedf7; }
.btn-fc-soft:hover { color: var(--fc-primary-dark); border-color: #ead5e6; background: #f7e2f1; }
a:focus-visible, button:focus-visible { outline: 3px solid #b84b95; outline-offset: 4px; }
.fc-icon-circle { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 58px; width: 58px; height: 58px; border-radius: 50%; color: var(--fc-primary); background: var(--fc-icon-bg); font-size: 27px; }
.section-eyebrow { color: var(--fc-primary); font-size: 11px; font-weight: 600; letter-spacing: .34em; text-transform: uppercase; }
.fc-brand-signature { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; color: #a258a4; font-size: 9px; letter-spacing: .3em; text-transform: uppercase; }
.fc-brand-signature__line { width: 40px; height: 2px; flex-shrink: 0; background: #a13f9d; }
.fc-brand-signature b { margin: 0 12px; font-weight: 400; color: #ccb3ce; }
.site-header { position: relative; z-index: 10; background: #fff; }
.site-header .navbar { min-height: 84px; padding: 0; }
.site-header__inner { max-width: 1740px; min-height: 84px; padding-inline: 24px; }
.site-header__brand { width: 258px; padding: 0; margin: 0 32px 0 0; flex-shrink: 0; }
.site-header__brand img { width: 100%; height: auto; display: block; }
.site-header .navbar-nav { gap: 14px; }
.site-header .nav-link { position: relative; padding-block: 28px; color: #393954; font-size: 14px; white-space: nowrap; }
.site-header .nav-link.active, .site-header .nav-link:hover { color: var(--fc-primary); }
.site-header .nav-link.active::after { content: ''; position: absolute; height: 2px; background: var(--fc-primary); bottom: 8px; left: 8px; right: 8px; }
.site-header__appointment { min-width: 232px; min-height: 50px; }
.site-header__appointment .fa-calendar-check { font-size: 23px; }
@media (max-width: 1399.98px) {
    .site-header__brand { width: 220px; margin-right: 16px; }
    .site-header .navbar-nav { gap: 2px; }
    .site-header .nav-link { font-size: 12px; }
    .site-header__appointment { min-width: 195px; padding-inline: 16px; font-size: 14px; }
}
@media (max-width: 1199.98px) {
    .site-header__nav { padding: 12px 0 22px; }
    .site-header .nav-link { padding: 10px 0; font-size: 15px; }
    .site-header .nav-link.active::after { bottom: 5px; left: 0; right: auto; width: 28px; }
    .site-header__appointment { margin-top: 12px; }
}
@media (max-width: 575.98px) {
    .site-header__inner { padding-inline: 20px; }
    .site-header__brand { width: 215px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Global public footer */
.site-footer { --footer-line: rgba(255,255,255,.14); position: relative; overflow: hidden; color: #f8eff8; background: radial-gradient(circle at 88% 30%,rgba(121,55,113,.2),transparent 31%),linear-gradient(115deg,#230722 0%,#35102f 53%,#21051f 100%); }
.site-footer::before { position: absolute; bottom: 110px; left: -75px; width: 145px; height: 260px; border-radius: 50%; background: rgba(140,66,133,.25); content: ""; }
.site-footer__container { z-index: 2; max-width: 1740px; padding-inline: 42px; }
.site-footer__main { padding: 78px 0 58px; }
.site-footer__brand,.site-footer__column { min-height: 440px; }
.site-footer__column { border-left: 1px solid var(--footer-line); }
.site-footer__logo { display: block; width: min(100%,300px); height: auto; margin-bottom: 25px; }
.site-footer__accent,.site-footer__title::after,.site-footer__micro>span,.site-footer__microcopy span { display: block; width: 50px; height: 2px; background: var(--fc-accent); content: ""; }
.site-footer__description { max-width: 350px; margin: 28px 0 30px; color: #d8c9da; font-size: 18px; line-height: 1.55; }
.site-footer__social { display: flex; gap: 14px; margin-bottom: 36px; }
.site-footer__social a { display: inline-grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: #fff; background: rgba(255,255,255,.12); font-size: 21px; text-decoration: none; transition: background-color .2s ease,transform .2s ease; }
.site-footer__social a:hover { color: #fff; background: rgba(223,7,84,.55); transform: translateY(-2px); }
.site-footer__micro { color: #d8bbd5; font-size: 10px; line-height: 1.7; letter-spacing: .25em; text-transform: uppercase; }
.site-footer__micro>span { margin-bottom: 18px; }
.site-footer__micro b { margin-inline: 8px; color: #fff; font-weight: 400; }
.site-footer__title { margin: 5px 0 34px; color: #fff; font-size: 25px; font-weight: 700; }
.site-footer__title::after { width: 52px; margin-top: 20px; }
.site-footer__links { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }
.site-footer__links a { color: #f0e7f1; font-size: 17px; line-height: 1.25; text-decoration: none; transition: color .2s ease; }
.site-footer__links a:hover { color: #f0629a; }
.site-footer__address { margin-bottom: 28px; }
.site-footer__address-icon { width: 48px; height: 48px; flex: 0 0 48px; color: #fff; background: rgba(255,255,255,.1); font-size: 22px; }
.site-footer address { margin: 0; color: #fff; font-size: 17px; font-style: normal; line-height: 1.55; }
.site-footer__actions { max-width: 352px; }
.site-footer__action { display: flex; min-height: 58px; align-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.72); border-radius: 13px; color: #fff; text-decoration: none; }
.site-footer__action>span { display: grid; width: 67px; align-self: stretch; flex: 0 0 67px; place-items: center; color: #35102f; background: #f8ebf5; font-size: 24px; }
.site-footer__action>b { margin-left: 20px; font-size: 16px; font-weight: 500; }
.site-footer__action>i { margin: 0 17px 0 auto; }
.site-footer__action:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.08); }
.site-footer__visual { position: absolute; z-index: 1; inset: 0 0 88px auto; width: 315px; }
.site-footer__visual::after { position: absolute; inset: 0; background: linear-gradient(90deg,#21051f 0%,rgba(33,5,31,.62) 36%,rgba(33,5,31,.18)); content: ""; }
.site-footer__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(1) sepia(.4) hue-rotate(265deg); opacity: .48; }
.site-footer__microcopy { position: absolute; z-index: 3; top: 89px; right: 64px; color: rgba(255,255,255,.48); font-size: 13px; line-height: 2.05; letter-spacing: .22em; text-transform: uppercase; }
.site-footer__microcopy span { width: 42px; margin-top: 17px; background: rgba(255,255,255,.75); }
.site-footer__bottom { position: relative; min-height: 112px; padding: 35px 0; border-top: 1px solid rgba(255,255,255,.3); color: #cdbed0; font-size: 15px; }
.site-footer__legal a { color: #d8cbd9; text-decoration: none; }
.site-footer__legal a:hover { color: #fff; }
.site-footer__legal strong { color: #fff; }
.back-to-top { position: absolute; z-index: 5; right: 42px; bottom: 84px; display: grid; width: 58px; height: 58px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: #713264; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .2s ease,transform .2s ease,background-color .2s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top:hover { background: var(--fc-accent); }

@media (max-width: 1399.98px) {
    .site-footer__container { padding-inline: 28px; }
    .site-footer__main { padding-top: 65px; }
    .site-footer__brand,.site-footer__column { min-height: 410px; }
    .site-footer__description { font-size: 16px; }
    .site-footer__links a,.site-footer address { font-size: 15px; }
}
@media (max-width: 1199.98px) {
    .site-footer__brand,.site-footer__column { min-height: 0; padding-top: 10px; padding-bottom: 46px; }
    .site-footer__column:nth-child(3) { border-left: 0; }
    .site-footer__main { padding-bottom: 20px; }
    .back-to-top { right: 28px; bottom: 88px; }
}
@media (max-width: 767.98px) {
    .site-footer__container { padding-inline: 22px; }
    .site-footer__main { padding: 55px 0 12px; }
    .site-footer__brand,.site-footer__column { padding-right: 0!important; padding-left: 0!important; border-left: 0; }
    .site-footer__column { padding-top: 34px; border-top: 1px solid var(--footer-line); }
    .site-footer__logo { width: 270px; }
    .site-footer__description { max-width: 390px; }
    .site-footer__title { margin-bottom: 28px; }
    .site-footer__links { gap: 14px; }
    .site-footer__actions { max-width: none; }
    .site-footer__bottom { padding: 28px 0 40px; text-align: left; }
    .site-footer__legal { row-gap: 9px!important; }
    .back-to-top { right: 22px; bottom: 150px; width: 52px; height: 52px; }
}
