
.fcb-section + .fcb-section{border-top:1px solid rgba(255,255,255,.04)}
/* ===== RESET & BASE ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#111827;color:#e2e8f0;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}
a{color:#22c55e;text-decoration:none;transition:color .2s}
a:hover{color:#34d369}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
button,input{font-family:inherit;border:none;outline:none;background:none}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

/* ===== CONTAINER ===== */
.fcb-container{max-width:1280px;margin:0 auto;padding:0 24px}

/* ===== ANIMATIONS ===== */
@keyframes fcbFadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes fcbPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}
.fcb-anim{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.fcb-anim.visible{opacity:1;transform:translateY(0)}

/* ===== HEADER ===== */
.fcb-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;transition:all .35s ease}
.fcb-header.scrolled{background:rgba(17,24,39,.97);backdrop-filter:blur(12px);box-shadow:0 2px 24px rgba(0,0,0,.4);padding:10px 0}
.fcb-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.fcb-header__logo img{height:42px;width:auto}
.fcb-header__nav{display:flex;gap:32px;align-items:center}
.fcb-header__nav a{color:#cbd5e1;font-size:15px;font-weight:500;transition:color .2s;line-height:1.4}
.fcb-header__nav a:hover{color:#e2e8f0}
.fcb-header__right{display:flex;align-items:center;gap:16px}
.fcb-header__phone{color:#e2e8f0;font-size:17px;font-weight:700;white-space:nowrap;letter-spacing:-0.02em}
.fcb-header__phone:hover{color:#22c55e}
.fcb-header__cta{background:#22c55e;color:#fff;padding:10px 22px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}
.fcb-header__cta:hover{background:#34d369;color:#fff;transform:translateY(-1px)}
.fcb-burger{display:none;width:28px;height:20px;flex-direction:column;justify-content:space-between;cursor:pointer;position:relative;z-index:1001}
.fcb-burger span{display:block;height:2px;background:#e2e8f0;border-radius:2px;transition:all .3s}
.fcb-burger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}
.fcb-burger.active span:nth-child(2){opacity:0}
.fcb-burger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}
.fcb-mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(17,24,39,.98);z-index:999;padding:80px 24px 100px;flex-direction:column;gap:24px;overflow-y:auto}
.fcb-mobile-menu.active{display:flex}
.fcb-mobile-menu a{color:#e2e8f0;font-size:22px;font-weight:600;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.fcb-mobile-menu__phone{color:#22c55e !important;font-size:24px !important;font-weight:700 !important;margin-top:16px;border:none !important}
.fcb-mobile-menu__cta{background:#22c55e;color:#fff !important;text-align:center;padding:16px !important;border-radius:8px;font-size:17px !important;margin-top:8px;border:none !important}
.fcb-header__phone-icon{display:none;color:#22c55e}


@media(max-width:1024px){
  .fcb-services__grid{grid-template-columns:repeat(2,1fr)}
  .fcb-cases__grid{grid-template-columns:repeat(2,1fr)}
  .fcb-reviews__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .fcb-header__nav,.fcb-header__right{display:none}
  .fcb-burger{display:flex}
  .fcb-header__phone-icon{display:block}
}

/* ===== HERO ===== */
.fcb-hero{padding:140px 0 80px;position:relative;overflow:hidden;min-height:90vh;display:flex;align-items:center}
.fcb-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(17,24,39,.95) 0%,rgba(17,24,39,.7) 60%,rgba(17,24,39,.4) 100%);z-index:1}
.fcb-hero__inner{display:flex;align-items:flex-start;gap:32px;position:relative;z-index:2}
.fcb-hero__content{flex:1;min-width:0;padding-top:24px}
.fcb-hero__img{flex:0 0 520px;max-width:520px;position:relative}
.fcb-hero__img img{width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.4))}
.fcb-hero h1{font-family:'Playfair Display',Georgia,serif;font-size:clamp(36px,5vw,52px);font-weight:700;line-height:1.15;letter-spacing:-0.02em;color:#fff;margin-bottom:20px}
.fcb-hero h1 span{color:#34d369;font-weight:600}
.fcb-hero__subtitle{font-size:17px;color:#94a3b8;line-height:1.6;margin-bottom:28px}
.fcb-hero__buttons{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}
.fcb-btn-primary{display:inline-flex;align-items:center;gap:8px;background:#22c55e;color:#fff;padding:16px 32px;border-radius:8px;font-size:17px;font-weight:700;cursor:pointer;transition:all .25s;border:2px solid #22c55e}
.fcb-btn-primary:hover{background:#34d369;border-color:#34d369;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(79,185,75,.3)}
.fcb-btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#e2e8f0;padding:16px 32px;border-radius:8px;font-size:17px;font-weight:600;cursor:pointer;transition:all .25s;border:2px solid rgba(255,255,255,.3)}
.fcb-btn-outline:hover{border-color:#22c55e;color:#22c55e;transform:translateY(-2px)}
.fcb-hero__phone{font-size:22px;font-weight:700;color:#fff;margin-bottom:20px}
.fcb-hero__phone a{color:#fff}
.fcb-hero__phone a:hover{color:#22c55e}
.fcb-trust-line{display:flex;flex-wrap:wrap;gap:16px 24px;font-size:15px;color:#94a3b8}
.fcb-trust-line span{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.fcb-trust-line .check{color:#22c55e;font-weight:700}
.fcb-trust-line .star{color:#f59e0b}

@media(max-width:768px){
  .fcb-hero{padding:110px 0 60px;min-height:auto}
  .fcb-hero__inner{flex-direction:column;text-align:center}
  .fcb-hero__img{flex:none;max-width:280px;order:-1;margin:0 auto}
  .fcb-hero h1{font-size:32px}
  .fcb-hero__subtitle{font-size:15px;margin-left:auto;margin-right:auto}
  .fcb-hero__buttons{justify-content:center}
  .fcb-trust-line{justify-content:center}
  .fcb-hero__phone{text-align:center}
}

/* ===== STATS BAR ===== */
.fcb-stats{padding:48px 0;background:#1c2636;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.fcb-stats__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}
.fcb-stats__item .num{font-size:clamp(36px,5vw,52px);font-weight:700;color:#fff;letter-spacing:-0.02em;line-height:1.2}
.fcb-stats__item .label{font-size:15px;color:#94a3b8;margin-top:4px;line-height:1.4}

@media(max-width:768px){
  .fcb-stats__inner{grid-template-columns:repeat(2,1fr);gap:24px}
  .fcb-stats__item .num{font-size:32px}
}

/* ===== SECTION TITLES ===== */
.fcb-section{padding:80px 0}
.fcb-section__title{font-family:'Playfair Display',Georgia,serif;font-size:28px;font-weight:700;color:#fff;letter-spacing:-0.02em;line-height:1.3;margin-bottom:24px;text-align:center}
.fcb-section__subtitle{font-size:17px;color:#94a3b8;text-align:center;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}

@media(max-width:768px){
  .fcb-section{padding:48px 0}
  .fcb-section__title{font-size:24px}
  .fcb-section__subtitle{font-size:15px;margin-bottom:32px}
}

/* ===== QUIZ ===== */
.fcb-quiz-wrap{max-width:600px;margin:0 auto;padding:0 16px}
.fcb-quiz-card{background:#1a2332;background:#1c2636;border-radius:8px;padding:40px 36px;box-shadow:0 4px 24px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.09)}
.fcb-qz-progress{height:4px;background:rgba(255,255,255,.1);border-radius:4px;margin-bottom:24px;overflow:hidden}
.fcb-qz-bar{height:100%;background:#22c55e;border-radius:4px;transition:width .3s}
.fcb-qz-step{display:none;text-align:center;animation:fcbFadeUp .3s ease-out}
.fcb-qz-step.active{display:block}
.fcb-qz-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:16px;line-height:1.3}
.fcb-qz-sub{font-size:15px;color:#94a3b8;margin-bottom:16px}
.fcb-qz-options{display:flex;flex-direction:column;gap:12px}
.fcb-qz-opt{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:#e2e8f0;padding:18px 20px;border-radius:8px;cursor:pointer;font-size:17px;text-align:left;transition:all .2s}
.fcb-qz-opt:hover{background:rgba(79,185,75,.15);border-color:#22c55e}
.fcb-qz-back{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:15px;margin-top:14px;padding:8px}
.fcb-qz-back:hover{color:#fff}
.fcb-qz-hint{background:rgba(79,185,75,.1);border:1px solid rgba(79,185,75,.25);border-radius:8px;padding:12px 16px;font-size:14px;color:#86efac;margin-bottom:16px;line-height:1.5;text-align:left}
.fcb-qz-phone{width:100%;padding:16px;font-size:17px;border:2px solid rgba(255,255,255,.3);border-radius:8px;background:rgba(255,255,255,.05);color:#fff;text-align:center;margin-bottom:12px}
.fcb-qz-phone:focus{border-color:#22c55e;outline:none}
.fcb-qz-submit{width:100%;padding:16px;background:#22c55e;color:#fff;border:none;border-radius:8px;font-size:17px;font-weight:700;cursor:pointer;transition:all .2s}
.fcb-qz-submit:hover{background:#34d369;transform:translateY(-1px)}
.fcb-qz-consent{font-size:12px;color:#94a3b8;margin-top:10px;text-align:center}
.fcb-qz-consent a{color:#94a3b8;text-decoration:underline}
.fcb-qz-done{text-align:center;color:#fff}
.fcb-qz-done h3{color:#22c55e;font-size:22px;margin-bottom:8px}

/* ===== SERVICES ===== */
.fcb-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.fcb-service-card{background:#1c2636;border:1px solid rgba(255,255,255,.09);border-radius:8px;padding:32px 24px;transition:all .35s;box-shadow:0 4px 24px rgba(0,0,0,.3)}
.fcb-service-card:hover{border-color:rgba(255,255,255,.12);box-shadow:0 12px 40px rgba(0,0,0,.4);transform:translateY(-2px)}
.fcb-service-card__icon{width:56px;height:56px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;background:rgba(79,185,75,.08);border-radius:8px}
.fcb-service-card__title{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px;line-height:1.3}
.fcb-service-card__text{font-size:15px;color:#94a3b8;line-height:1.6;margin-bottom:16px}
.fcb-service-card__link{color:#22c55e;font-weight:600;font-size:15px;display:inline-flex;align-items:center;gap:8px;transition:all .2s}
.fcb-service-card__link:hover{color:#34d369}

@media(max-width:768px){
  .fcb-services__grid{grid-template-columns:1fr;gap:16px}
}

/* ===== CASES ===== */
.fcb-cases__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.fcb-case-card{background:#1c2636;border:1px solid rgba(255,255,255,.09);border-radius:8px;padding:32px 24px;transition:all .35s;box-shadow:0 4px 24px rgba(0,0,0,.3)}
.fcb-case-card:hover{border-color:rgba(79,185,75,.15);transform:translateY(-2px)}
.fcb-case-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;flex-wrap:wrap;gap:8px}
.fcb-case-card__num{font-size:13px;color:#94a3b8;font-family:monospace}
.fcb-case-card__badge{background:rgba(201,169,110,.12);color:#c9a96e;padding:4px 12px;border-radius:50px;font-size:15px;font-weight:700;white-space:nowrap}
.fcb-case-card__title{font-size:17px;font-weight:700;color:#fff;margin-bottom:12px;line-height:1.3}
.fcb-case-card__text{font-size:15px;color:#94a3b8;line-height:1.6;margin-bottom:12px}
.fcb-case-card__result{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:#22c55e}
.fcb-case-card__result::before{content:'';width:8px;height:8px;background:#22c55e;border-radius:50%;flex-shrink:0}

@media(max-width:768px){
  .fcb-cases__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:12px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(79,185,75,.3) transparent;grid-template-columns:unset}
  .fcb-cases__grid::-webkit-scrollbar{height:4px}
  .fcb-cases__grid::-webkit-scrollbar-track{background:transparent}
  .fcb-cases__grid::-webkit-scrollbar-thumb{background:rgba(79,185,75,.3);border-radius:4px}
  .fcb-case-card{flex:0 0 82vw;max-width:82vw;scroll-snap-align:start}
}

/* ===== STEPS ===== */
.fcb-steps__list{display:flex;flex-direction:column;gap:0;max-width:680px;margin:0 auto;position:relative}
.fcb-steps__list::before{content:'';position:absolute;left:28px;top:28px;bottom:28px;width:2px;background:linear-gradient(to bottom,#22c55e,rgba(79,185,75,.2));z-index:0}
.fcb-step{display:flex;gap:24px;align-items:flex-start;position:relative;z-index:1;padding:24px 0}
.fcb-step__num{width:56px;height:56px;background:#1c2636;border:2px solid #22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;color:#22c55e;flex-shrink:0;box-shadow:0 4px 16px rgba(0,0,0,.3)}
.fcb-step__content{padding-top:8px}
.fcb-step__title{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px;line-height:1.3}
.fcb-step__text{font-size:15px;color:#94a3b8;line-height:1.6}

@media(max-width:768px){
  .fcb-steps__list::before{left:19px}
  .fcb-step__num{width:40px;height:40px;font-size:17px}
  .fcb-step{gap:16px;padding:16px 0}
  .fcb-step__title{font-size:17px}
}

/* ===== WHY US ===== */
.fcb-why{background:#1c2636;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.fcb-why__inner{display:flex;align-items:center;gap:64px}
.fcb-why__img{flex:0 0 460px;max-width:460px}
.fcb-why__img img{border-radius:8px;width:100%;filter:drop-shadow(0 10px 30px rgba(0,0,0,.4))}
.fcb-why__content{flex:1}
.fcb-why__title{font-family:'Playfair Display',Georgia,serif;font-size:28px;font-weight:700;color:#fff;letter-spacing:-0.02em;margin-bottom:24px;line-height:1.3}
.fcb-why__list{display:flex;flex-direction:column;gap:16px}
.fcb-why__item{display:flex;gap:16px;align-items:flex-start;font-size:17px;color:#e2e8f0;line-height:1.5}
.fcb-why__check{color:#22c55e;font-size:20px;font-weight:700;flex-shrink:0;margin-top:2px}

@media(max-width:768px){
  .fcb-why__inner{flex-direction:column;gap:32px;text-align:center}
  .fcb-why__img{flex:none;max-width:240px;margin:0 auto}
  .fcb-why__title{font-size:24px}
  .fcb-why__list{align-items:flex-start;text-align:left}
}

/* ===== REVIEWS ===== */
.fcb-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.fcb-review-card{background:#1c2636;border:1px solid rgba(255,255,255,.09);border-radius:8px;padding:32px 24px;box-shadow:0 4px 24px rgba(0,0,0,.3)}
.fcb-review-card__stars{color:#c9a96e;font-size:17px;margin-bottom:12px;letter-spacing:2px}
.fcb-review-card__text{font-size:15px;color:#e2e8f0;line-height:1.6;margin-bottom:16px;font-style:italic}
.fcb-review-card__author{display:flex;align-items:center;gap:12px}
.fcb-review-card__avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid rgba(79,185,75,.3)}
/* Аватарки на основе инициалов — не фейковые фото */
.fcb-review-card__avatar--initials{width:56px;height:56px;border-radius:50%;border:2px solid rgba(79,185,75,.3);display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;color:#22c55e;flex-shrink:0}
.fcb-avatar-bg-1{background:rgba(27,58,107,.8)}
.fcb-avatar-bg-2{background:rgba(31,42,64,.8)}
.fcb-avatar-bg-3{background:rgba(21,47,87,.8)}
.fcb-review-card__info{font-size:15px}
.fcb-review-card__name{color:#fff;font-weight:600}
.fcb-review-card__meta{color:#94a3b8;font-size:13px;margin-top:2px}
.fcb-reviews__2gis{display:flex;align-items:center;gap:32px;margin-top:32px;padding:28px 32px;background:linear-gradient(135deg,rgba(79,185,75,.07) 0%,rgba(79,185,75,.02) 100%);border-radius:8px;border:1px solid rgba(79,185,75,.2)}
.fcb-reviews__2gis-rating{text-align:center;flex-shrink:0}
.fcb-reviews__2gis-score{font-size:52px;font-weight:800;color:#c9a96e;line-height:1;letter-spacing:-0.03em}
.fcb-reviews__2gis-stars{color:#c9a96e;font-size:18px;margin:4px 0;letter-spacing:3px}
.fcb-reviews__2gis-count{font-size:13px;color:#94a3b8;margin-top:2px}
.fcb-reviews__2gis-divider{width:1px;height:48px;background:rgba(255,255,255,.1);flex-shrink:0}
.fcb-reviews__2gis-platform{font-size:14px;color:#94a3b8;margin-bottom:8px}
.fcb-reviews__2gis a{color:#22c55e;font-size:16px;font-weight:700}
.fcb-reviews__2gis a:hover{color:#34d369}

@media(max-width:768px){
  .fcb-reviews__grid{grid-template-columns:1fr;gap:16px}
  .fcb-reviews__2gis{flex-direction:column;gap:16px;text-align:center;padding:24px 20px}
  .fcb-reviews__2gis-divider{width:48px;height:1px}
}

/* ===== FAQ ===== */
.fcb-faq{max-width:760px;margin:0 auto}
.fcb-faq-item{background:#1c2636;border:1px solid rgba(255,255,255,.09);border-radius:8px;margin-bottom:12px;overflow:hidden;transition:border-color .2s}
.fcb-faq-item.active{border-color:rgba(79,185,75,.3)}
.fcb-faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;cursor:pointer;font-size:17px;font-weight:600;color:#fff;line-height:1.4}
.fcb-faq-q::after{content:'+';font-size:24px;font-weight:300;color:#22c55e;flex-shrink:0;transition:transform .3s;line-height:1}
.fcb-faq-item.active .fcb-faq-q::after{transform:rotate(45deg)}
.fcb-faq-a{display:none;padding:0 24px 20px;font-size:15px;color:#94a3b8;line-height:1.7}
.fcb-faq-a a{color:#22c55e}
.fcb-faq-item.active .fcb-faq-a{display:block}

/* ===== CTA ===== */
.fcb-cta{background:radial-gradient(ellipse at 20% 50%,rgba(79,185,75,.1) 0%,transparent 60%),#0d1117;border-top:1px solid rgba(79,185,75,.25);border-bottom:1px solid rgba(79,185,75,.25)}
.fcb-cta__inner{text-align:center;max-width:640px;margin:0 auto}
.fcb-cta__title{font-family:'Playfair Display',Georgia,serif;font-size:28px;font-weight:700;color:#fff;letter-spacing:-0.02em;margin-bottom:16px;line-height:1.3}
.fcb-cta__urgency{display:inline-flex;align-items:center;gap:8px;background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.25);border-radius:8px;padding:10px 16px;font-size:14px;color:#fbbf24;margin-bottom:20px;line-height:1.4}
.fcb-cta__subtitle{font-size:17px;color:#94a3b8;margin-bottom:24px;line-height:1.6}
.fcb-cta__phone{font-size:32px;font-weight:800;color:#22c55e;margin-bottom:24px;letter-spacing:-0.02em}
.fcb-cta__phone a{color:#22c55e}
.fcb-cta__phone a:hover{color:#34d369}
.fcb-btn-green{display:inline-flex;align-items:center;gap:8px;background:#22c55e;color:#fff;padding:16px 32px;border-radius:8px;font-size:17px;font-weight:700;cursor:pointer;transition:all .25s;border:none}
.fcb-btn-green:hover{background:#34d369;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(79,185,75,.3)}

@media(max-width:768px){
  .fcb-cta__title{font-size:24px}
  .fcb-cta__phone{font-size:24px}
}

/* ===== CONSULT FORM ===== */
.fcb-consult{background:#111827}
.fcb-consult__inner{display:flex;align-items:center;gap:48px}
.fcb-consult__img{flex:0 0 380px;max-width:380px}
.fcb-consult__img img{width:100%;border-radius:8px;filter:drop-shadow(0 10px 30px rgba(0,0,0,.4))}
.fcb-consult__form-wrap{flex:1;background:#1c2636;border:1px solid rgba(255,255,255,.09);border-radius:8px;padding:40px 32px;box-shadow:0 4px 24px rgba(0,0,0,.3);max-width:480px;transition:box-shadow .3s,border-color .3s}
.fcb-consult__form-wrap:focus-within{border-color:rgba(79,185,75,.25);box-shadow:0 4px 32px rgba(0,0,0,.4),0 0 0 1px rgba(79,185,75,.12)}
.fcb-consult__form-title{font-size:24px;font-weight:800;color:#fff;margin-bottom:8px;line-height:1.3}
.fcb-consult__form-sub{font-size:15px;color:#94a3b8;margin-bottom:24px;line-height:1.6}
.fcb-form-input{width:100%;padding:14px 16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#fff;font-size:15px;margin-bottom:12px;transition:border-color .2s}
.fcb-form-input:focus{border-color:#22c55e;outline:none}
.fcb-form-input::placeholder{color:#7a8a9d}
.fcb-form-btn{width:100%;padding:16px;background:#22c55e;color:#fff;border:none;border-radius:8px;font-size:17px;font-weight:700;cursor:pointer;transition:all .2s;margin-top:4px}
.fcb-form-btn:hover{background:#34d369;transform:translateY(-1px)}
.fcb-form-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}
.fcb-form-consent{font-size:12px;color:#94a3b8;margin-top:10px;text-align:center;line-height:1.5}
.fcb-form-consent a{color:#94a3b8;text-decoration:underline}
.fcb-form-error{display:none;color:#ef4444;font-size:13px;margin-top:-8px;margin-bottom:8px}
.fcb-form-success{display:none;text-align:center;padding:24px 0}
.fcb-form-success h3{color:#22c55e;font-size:22px;margin-bottom:8px}
.fcb-form-success p{color:#94a3b8;font-size:15px}
.fcb-form-trust{display:flex;gap:16px;margin-top:16px;flex-wrap:wrap;justify-content:center}
.fcb-form-trust span{font-size:13px;color:#6b7a8d;display:flex;align-items:center;gap:6px}
.fcb-form-trust .ico{color:#22c55e}

@media(max-width:768px){
  .fcb-consult__inner{flex-direction:column;gap:24px}
  .fcb-consult__img{flex:none;max-width:200px;margin:0 auto}
  .fcb-consult__form-wrap{padding:24px 20px;max-width:100%}
}

/* ===== FOOTER ===== */
.fcb-footer{background:#080c14;border-top:1px solid rgba(255,255,255,.08);padding:64px 0 32px}
.fcb-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:48px;margin-bottom:48px}
.fcb-footer__col-title{font-size:15px;font-weight:700;color:#fff;margin-bottom:16px;text-transform:uppercase;letter-spacing:.05em}
.fcb-footer__logo{margin-bottom:16px}
.fcb-footer__logo img{height:36px}
.fcb-footer__desc{font-size:15px;color:#94a3b8;line-height:1.6;margin-bottom:16px}
.fcb-footer__links{display:flex;flex-direction:column;gap:8px}
.fcb-footer__links a{color:#94a3b8;font-size:15px;transition:color .2s}
.fcb-footer__links a:hover{color:#22c55e}
.fcb-footer__phone{font-size:20px;font-weight:700;color:#22c55e;margin-bottom:8px;display:block}
.fcb-footer__phone:hover{color:#34d369}
.fcb-footer__address{font-size:15px;color:#94a3b8;line-height:1.6;margin-bottom:8px}
.fcb-footer__hours{font-size:15px;color:#94a3b8;margin-bottom:12px}
.fcb-footer__2gis{display:inline-flex;align-items:center;gap:8px;color:#22c55e;font-size:15px;font-weight:600}
.fcb-footer__2gis:hover{color:#34d369}
.fcb-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;font-size:13px;color:#7a8a9d}
.fcb-footer__bottom a{color:#7a8a9d;text-decoration:underline}
.fcb-footer__bottom a:hover{color:#94a3b8}
.fcb-footer__trust-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(201,169,110,.12);color:#c9a96e;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:600}

@media(max-width:768px){
  .fcb-footer__grid{grid-template-columns:1fr;gap:32px}
  .fcb-footer{padding:48px 0 24px}
  .fcb-footer__bottom{flex-direction:column;text-align:center}
}

/* ===== POPUP OVERLAY ===== */
.fcb-popup-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:2000;align-items:center;justify-content:center;padding:24px}
.fcb-popup-overlay.active{display:flex}
.fcb-popup-card{background:#1c2636;border:1px solid rgba(255,255,255,.09);border-radius:8px;padding:40px 32px;box-shadow:0 8px 40px rgba(0,0,0,.5);max-width:440px;width:100%;position:relative;animation:fcbFadeUp .3s ease-out}
.fcb-popup-close{position:absolute;top:16px;right:16px;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.06);transition:background .2s;color:#94a3b8;font-size:18px}
.fcb-popup-close:hover{background:rgba(255,255,255,.12);color:#fff}

/* ===== EXIT-INTENT POPUP ===== */
.fcb-exit-popup{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);z-index:3000;align-items:center;justify-content:center;padding:24px}
.fcb-exit-popup.active{display:flex}
.fcb-exit-popup__card{background:#1c2636;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:40px 32px;max-width:460px;width:100%;position:relative;text-align:center;animation:fcbFadeUp .3s ease-out;box-shadow:0 8px 40px rgba(0,0,0,.5)}
.fcb-exit-popup__close{position:absolute;top:14px;right:14px;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.06);color:#94a3b8;font-size:18px;transition:background .2s}
.fcb-exit-popup__close:hover{background:rgba(255,255,255,.12);color:#fff}
.fcb-exit-popup__icon{font-size:40px;margin-bottom:16px}
.fcb-exit-popup__title{font-family:'Playfair Display',Georgia,serif;font-size:22px;font-weight:700;color:#fff;margin-bottom:12px;line-height:1.3}
.fcb-exit-popup__sub{font-size:15px;color:#94a3b8;margin-bottom:24px;line-height:1.6}
.fcb-exit-popup__form input[type="tel"]{width:100%;padding:16px 18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;font-size:16px;margin-bottom:14px;text-align:left;font-family:inherit;transition:border-color .2s}
.fcb-exit-popup__form input[type="tel"]:focus{border-color:#22c55e;outline:none;background:rgba(255,255,255,.08)}
.fcb-exit-popup__form input::placeholder{color:#64748b;font-size:15px}
.fcb-exit-popup__form button[type="submit"]{width:100%;padding:16px;background:#22c55e;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s;font-family:inherit;letter-spacing:0.01em}
.fcb-exit-popup__form button[type="submit"]:hover{background:#34d369;transform:translateY(-1px);box-shadow:0 4px 16px rgba(79,185,75,.3)}
.fcb-exit-popup__form .consent{font-size:12px;color:#6b7a8d;margin-top:10px}
.fcb-exit-popup__form .consent a{color:#6b7a8d;text-decoration:underline}

/* ===== DISCLAIMER ===== */
.fcb-disclaimer{font-size:13px;color:#8899aa;max-width:640px;margin:24px auto 0;text-align:center;line-height:1.6;padding:12px 16px;background:rgba(255,255,255,.03);border-radius:8px;border:1px solid rgba(255,255,255,.05)}

/* ===== STICKY MOBILE CTA ===== */
.fcb-sticky-cta{display:none}
@media(max-width:768px){
  .fcb-sticky-cta{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:500;box-shadow:0 -4px 20px rgba(0,0,0,.4)}
  .fcb-sticky-cta__call{flex:1;padding:16px;text-align:center;background:#22c55e;color:#fff;font-size:16px;font-weight:700;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px}
  .fcb-sticky-cta__scroll{flex:1;padding:16px;text-align:center;background:rgba(79,185,75,.12);color:#22c55e;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;border:none;border-left:1px solid rgba(79,185,75,.2)}
  /* Отступ снизу чтобы форма не перекрывалась */
  body:has(.fcb-sticky-cta){padding-bottom:56px}
}

/* ===== SCROLL TO TOP ===== */
.fcb-scroll-top{position:fixed;bottom:80px;right:24px;width:48px;height:48px;background:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .3s;z-index:100;box-shadow:0 4px 16px rgba(0,0,0,.3);font-size:20px;border:none}
.fcb-scroll-top.visible{opacity:1}
.fcb-scroll-top:hover{background:#34d369;transform:translateY(-2px)}
@media(max-width:768px){
  .fcb-scroll-top{bottom:72px;right:16px;width:40px;height:40px;font-size:17px}
}
