/*
Theme Name: ФЦБ Урал
Template: astra
Description: Премиальная тема для ФЦБ Урал — банкротство физических лиц в Челябинске
Version: 2.0
Author: FCB Ural
Text Domain: fcb-ural
*/

/* === DESIGN SYSTEM === */
:root {
  /* Colors */
  --fcb-primary: #1B3A6B;
  --fcb-primary-dark: #0F2548;
  --fcb-primary-light: #2A5298;
  --fcb-accent: #E8A838;
  --fcb-accent-hover: #D4952E;
  --fcb-accent-light: rgba(232, 168, 56, 0.12);
  --fcb-green: #27AE60;
  --fcb-red: #E74C3C;
  --fcb-text: #2C3E50;
  --fcb-text-light: #6C7A89;
  --fcb-text-muted: #95A5B0;
  --fcb-bg: #FFFFFF;
  --fcb-bg-light: #F8F9FA;
  --fcb-bg-blue: #EEF3F9;
  --fcb-border: #E1E8ED;
  --fcb-border-light: #F0F3F5;

  /* Shadows */
  --fcb-shadow-xs: 0 1px 3px rgba(27, 58, 107, 0.04);
  --fcb-shadow: 0 4px 24px rgba(27, 58, 107, 0.08);
  --fcb-shadow-md: 0 8px 32px rgba(27, 58, 107, 0.10);
  --fcb-shadow-hover: 0 12px 48px rgba(27, 58, 107, 0.15);
  --fcb-shadow-accent: 0 4px 20px rgba(232, 168, 56, 0.30);

  /* Spacing (8px grid) */
  --sp-1: 8px;
  --sp-2: 16px;
  --sp-3: 24px;
  --sp-4: 32px;
  --sp-5: 40px;
  --sp-6: 48px;
  --sp-8: 64px;
  --sp-10: 80px;

  /* Radius */
  --fcb-radius: 12px;
  --fcb-radius-sm: 8px;
  --fcb-radius-lg: 16px;
  --fcb-radius-xl: 24px;

  /* Transition */
  --fcb-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --fcb-transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--fcb-text);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 700;
  color: var(--fcb-primary);
  line-height: 1.3;
  margin-top: 0;
}

h1 { font-size: clamp(28px, 4vw, 44px); margin-bottom: var(--sp-3); }
h2 { font-size: clamp(24px, 3vw, 36px); margin-bottom: var(--sp-3); }
h3 { font-size: clamp(20px, 2.5vw, 26px); margin-bottom: var(--sp-2); }
h4 { font-size: clamp(17px, 2vw, 20px); margin-bottom: var(--sp-1); }

a { color: var(--fcb-primary); transition: var(--fcb-transition); }
a:hover { color: var(--fcb-accent); }

img { max-width: 100%; height: auto; }

/* === HIDE ASTRA ENTRY TITLE ON HOMEPAGE === */
.home .entry-title,
.home .ast-article-single .entry-header,
.page .entry-title { display: none; }
.page .ast-article-single .entry-header { display: none; }

/* Inner pages get their own styled headers */
.page:not(.home) .entry-content { padding-top: 0; }

/* === ASTRA HEADER OVERRIDE === */
.ast-primary-header,
.ast-header-sticked,
header.site-header {
  background: var(--fcb-primary) !important;
  box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

.ast-header-sticked {
  background: rgba(27, 58, 107, 0.97) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.main-header-menu a,
.ast-header-sections-navigation a,
.main-header-menu .current-menu-item > a {
  color: #fff !important;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.3px;
  transition: var(--fcb-transition);
  position: relative;
}

.main-header-menu a:hover,
.main-header-menu .current-menu-item > a {
  color: var(--fcb-accent) !important;
}

.main-header-menu .current-menu-item > a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: var(--fcb-accent);
  border-radius: 1px;
}

.site-title a,
.ast-site-identity .site-title a {
  color: #fff !important;
  font-weight: 800;
  font-size: 20px;
}

/* === STICKY PHONE BAR === */
.fcb-phone-bar {
  background: var(--fcb-primary-dark);
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  padding: 6px 0;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.fcb-phone-bar a {
  color: var(--fcb-accent) !important;
  text-decoration: none;
  font-weight: 600;
}

.fcb-phone-bar .bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--sp-3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sp-1);
}

/* === BUTTONS === */
.wp-block-button__link,
.ast-custom-button,
.fcb-btn,
input[type="submit"],
button[type="submit"],
.wpcf7-submit {
  background: linear-gradient(135deg, var(--fcb-accent), var(--fcb-accent-hover)) !important;
  color: #fff !important;
  border: none !important;
  padding: 14px 32px !important;
  border-radius: var(--fcb-radius-sm) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: 'Inter', sans-serif !important;
  text-transform: none !important;
  letter-spacing: 0.3px;
  transition: var(--fcb-transition) !important;
  box-shadow: var(--fcb-shadow-accent);
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.4 !important;
}

.wp-block-button__link:hover,
.fcb-btn:hover,
input[type="submit"]:hover,
.wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(232, 168, 56, 0.45) !important;
  filter: brightness(1.05);
}

.fcb-btn:active { transform: translateY(0); }

.fcb-btn-outline {
  background: transparent !important;
  border: 2px solid var(--fcb-accent) !important;
  color: var(--fcb-accent) !important;
  box-shadow: none !important;
}

.fcb-btn-outline:hover {
  background: var(--fcb-accent) !important;
  color: #fff !important;
  box-shadow: var(--fcb-shadow-accent) !important;
}

.fcb-btn-white {
  background: #fff !important;
  color: var(--fcb-primary) !important;
  box-shadow: var(--fcb-shadow) !important;
}

.fcb-btn-white:hover {
  background: #f8f8f8 !important;
  transform: translateY(-2px);
  box-shadow: var(--fcb-shadow-hover) !important;
}

.fcb-btn-lg {
  padding: 18px 40px !important;
  font-size: 18px !important;
}

.fcb-btn-sm {
  padding: 10px 20px !important;
  font-size: 14px !important;
}

/* === HERO SECTION === */
.fcb-hero {
  background: linear-gradient(135deg, var(--fcb-primary) 0%, var(--fcb-primary-dark) 60%, #0a1a35 100%);
  color: #fff;
  padding: var(--sp-10) 0 var(--sp-8);
  position: relative;
  overflow: hidden;
}

.fcb-hero::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(232, 168, 56, 0.08), transparent 70%);
  border-radius: 50%;
}

.fcb-hero::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(42, 82, 152, 0.2), transparent 70%);
  border-radius: 50%;
}

.fcb-hero h1 {
  color: #fff;
  font-size: clamp(30px, 4.5vw, 48px);
  margin-bottom: var(--sp-2);
  position: relative;
  z-index: 1;
}

.fcb-hero .subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.82);
  margin-bottom: var(--sp-4);
  max-width: 560px;
  line-height: 1.6;
}

.fcb-hero .phone {
  font-size: 30px;
  font-weight: 800;
  color: var(--fcb-accent);
  text-decoration: none;
  display: inline-block;
  margin-bottom: var(--sp-3);
  transition: var(--fcb-transition);
}

.fcb-hero .phone:hover {
  color: #fff;
  text-shadow: 0 0 20px rgba(232,168,56,0.5);
}

.fcb-hero .badge {
  display: inline-block;
  background: var(--fcb-accent-light);
  color: var(--fcb-accent);
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: var(--sp-3);
  backdrop-filter: blur(4px);
}

/* === CARDS === */
.fcb-card {
  background: var(--fcb-bg);
  border-radius: var(--fcb-radius);
  padding: var(--sp-4);
  box-shadow: var(--fcb-shadow);
  transition: var(--fcb-transition);
  border: 1px solid var(--fcb-border-light);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.fcb-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--fcb-primary), var(--fcb-accent));
  opacity: 0;
  transition: var(--fcb-transition);
}

.fcb-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--fcb-shadow-hover);
  border-color: transparent;
}

.fcb-card:hover::before { opacity: 1; }

.fcb-card h3 { font-size: 20px; margin-bottom: var(--sp-1); }

.fcb-card .icon {
  width: 56px;
  height: 56px;
  background: var(--fcb-bg-blue);
  border-radius: var(--fcb-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--sp-2);
  font-size: 28px;
}

.fcb-card .price {
  margin-top: var(--sp-2);
  font-weight: 700;
  color: var(--fcb-green);
}

.fcb-card .link {
  display: inline-block;
  margin-top: var(--sp-2);
  color: var(--fcb-primary);
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}

.fcb-card .link:hover { color: var(--fcb-accent); }
.fcb-card .link::after { content: ' \2192'; transition: var(--fcb-transition); }
.fcb-card .link:hover::after { padding-left: 4px; }

/* Service card with image */
.fcb-service-card {
  background: var(--fcb-bg);
  border-radius: var(--fcb-radius-lg);
  overflow: hidden;
  box-shadow: var(--fcb-shadow);
  transition: var(--fcb-transition);
  border: 1px solid var(--fcb-border-light);
}

.fcb-service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--fcb-shadow-hover);
}

.fcb-service-card .service-icon {
  padding: var(--sp-3);
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}

.fcb-service-card .service-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.fcb-service-card .service-body {
  padding: 0 var(--sp-3) var(--sp-3);
}

/* === SECTIONS === */
.fcb-section {
  padding: var(--sp-10) 0;
}

.fcb-section-alt {
  background: var(--fcb-bg-light);
}

.fcb-section-blue {
  background: var(--fcb-bg-blue);
}

.fcb-section-dark {
  background: var(--fcb-primary);
  color: #fff;
}

.fcb-section-dark h2,
.fcb-section-dark h3 { color: #fff; }

.fcb-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--sp-3);
}

.fcb-container-narrow {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--sp-3);
}

.fcb-section-title {
  text-align: center;
  margin-bottom: var(--sp-6);
}

.fcb-section-title h2 {
  position: relative;
  display: inline-block;
  padding-bottom: var(--sp-2);
}

.fcb-section-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, var(--fcb-accent), var(--fcb-accent-hover));
  border-radius: 2px;
}

.fcb-section-title .subtitle {
  color: var(--fcb-text-light);
  font-size: 16px;
  max-width: 600px;
  margin: var(--sp-2) auto 0;
  line-height: 1.6;
}

/* === STATS === */
.fcb-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--sp-3);
  text-align: center;
}

.fcb-stat {
  padding: var(--sp-3);
  background: var(--fcb-bg);
  border-radius: var(--fcb-radius);
  box-shadow: var(--fcb-shadow-xs);
  transition: var(--fcb-transition);
}

.fcb-stat:hover {
  transform: translateY(-2px);
  box-shadow: var(--fcb-shadow);
}

.fcb-stat .number {
  font-size: 44px;
  font-weight: 800;
  color: var(--fcb-accent);
  line-height: 1;
  margin-bottom: var(--sp-1);
  font-family: 'Montserrat', sans-serif;
}

.fcb-stat .label {
  font-size: 13px;
  color: var(--fcb-text-light);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 500;
}

/* === PROCESS STEPS === */
.fcb-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--sp-4);
  counter-reset: step;
}

.fcb-step {
  position: relative;
  padding: var(--sp-4) var(--sp-3);
  background: var(--fcb-bg);
  border-radius: var(--fcb-radius);
  box-shadow: var(--fcb-shadow-xs);
  counter-increment: step;
  transition: var(--fcb-transition);
}

.fcb-step:hover {
  box-shadow: var(--fcb-shadow);
  transform: translateY(-2px);
}

.fcb-step::before {
  content: counter(step);
  position: absolute;
  top: var(--sp-2);
  right: var(--sp-2);
  font-size: 56px;
  font-weight: 800;
  color: rgba(27, 58, 107, 0.05);
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}

.fcb-step .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--fcb-accent);
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: var(--sp-2);
}

.fcb-step h4 {
  font-size: 17px;
  margin-bottom: var(--sp-1);
}

.fcb-step p {
  color: var(--fcb-text-light);
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

/* === REVIEWS === */
.fcb-review {
  background: var(--fcb-bg);
  border-radius: var(--fcb-radius);
  padding: var(--sp-4);
  box-shadow: var(--fcb-shadow);
  border-left: 4px solid var(--fcb-accent);
  transition: var(--fcb-transition);
}

.fcb-review:hover {
  box-shadow: var(--fcb-shadow-md);
  transform: translateY(-2px);
}

.fcb-review .stars {
  color: var(--fcb-accent);
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: var(--sp-2);
}

.fcb-review .review-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--fcb-text);
  font-style: italic;
  margin-bottom: var(--sp-2);
  position: relative;
  padding-left: var(--sp-3);
}

.fcb-review .review-text::before {
  content: '\201C';
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 40px;
  color: var(--fcb-accent);
  font-family: Georgia, serif;
  line-height: 1;
}

.fcb-review .author {
  font-weight: 700;
  color: var(--fcb-primary);
  font-size: 15px;
}

.fcb-review .meta {
  font-size: 13px;
  color: var(--fcb-text-light);
  margin-top: 4px;
}

/* === CTA BLOCK === */
.fcb-cta {
  background: linear-gradient(135deg, var(--fcb-primary) 0%, var(--fcb-primary-light) 50%, var(--fcb-primary) 100%);
  background-size: 200% 200%;
  animation: gradientShift 8s ease infinite;
  color: #fff;
  border-radius: var(--fcb-radius-lg);
  padding: var(--sp-8) var(--sp-5);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.fcb-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(232,168,56,0.08), transparent 60%);
  pointer-events: none;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.fcb-cta h2 {
  color: #fff;
  margin-bottom: var(--sp-2);
  position: relative;
  z-index: 1;
}

.fcb-cta p {
  color: rgba(255,255,255,0.85);
  font-size: 18px;
  margin-bottom: var(--sp-3);
  position: relative;
  z-index: 1;
}

/* === TRUST BAR === */
.fcb-trust-bar {
  background: var(--fcb-bg-blue);
  padding: var(--sp-2) 0;
  text-align: center;
  font-size: 14px;
  color: var(--fcb-text-light);
  border-bottom: 1px solid var(--fcb-border-light);
}

.fcb-trust-bar span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 4px var(--sp-2);
}

.fcb-trust-bar strong {
  color: var(--fcb-primary);
}

/* === PRICING TABLE === */
.fcb-pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--sp-3);
  align-items: stretch;
}

.fcb-price-card {
  background: var(--fcb-bg);
  border-radius: var(--fcb-radius-lg);
  padding: var(--sp-5) var(--sp-4);
  box-shadow: var(--fcb-shadow);
  border: 2px solid var(--fcb-border-light);
  text-align: center;
  transition: var(--fcb-transition);
  position: relative;
}

.fcb-price-card.popular {
  border-color: var(--fcb-accent);
  transform: scale(1.03);
  box-shadow: var(--fcb-shadow-hover), 0 0 0 1px var(--fcb-accent);
}

.fcb-price-card.popular .popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--fcb-accent);
  color: #fff;
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.fcb-price-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--fcb-shadow-hover);
}

.fcb-price-card.popular:hover {
  transform: scale(1.03) translateY(-4px);
}

.fcb-price-card .plan-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--fcb-primary);
  margin-bottom: var(--sp-1);
}

.fcb-price-card .plan-price {
  font-size: 40px;
  font-weight: 800;
  color: var(--fcb-accent);
  margin: var(--sp-2) 0;
  font-family: 'Montserrat', sans-serif;
}

.fcb-price-card .plan-price small {
  font-size: 16px;
  color: var(--fcb-text-light);
  font-weight: 400;
}

.fcb-price-card .plan-desc {
  color: var(--fcb-text-light);
  font-size: 14px;
  margin-bottom: var(--sp-3);
}

.fcb-price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--sp-4);
  text-align: left;
}

.fcb-price-card ul li {
  padding: 10px 0;
  border-bottom: 1px solid var(--fcb-border-light);
  font-size: 14px;
  color: var(--fcb-text);
  padding-left: 28px;
  position: relative;
}

.fcb-price-card ul li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--fcb-green);
  font-weight: 700;
  font-size: 16px;
}

.fcb-price-card ul li.no::before {
  content: '\2717';
  color: var(--fcb-text-muted);
}

.fcb-price-card ul li.no {
  color: var(--fcb-text-muted);
}

/* === TEAM === */
.fcb-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--sp-4);
}

.fcb-team-member {
  background: var(--fcb-bg);
  border-radius: var(--fcb-radius-lg);
  overflow: hidden;
  box-shadow: var(--fcb-shadow);
  transition: var(--fcb-transition);
}

.fcb-team-member:hover {
  transform: translateY(-6px);
  box-shadow: var(--fcb-shadow-hover);
}

.fcb-team-member img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top;
}

.fcb-team-member .member-info {
  padding: var(--sp-3);
  text-align: center;
}

.fcb-team-member .member-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--fcb-primary);
  margin-bottom: 4px;
}

.fcb-team-member .member-role {
  font-size: 14px;
  color: var(--fcb-accent);
  font-weight: 600;
  margin-bottom: var(--sp-1);
}

.fcb-team-member .member-desc {
  font-size: 13px;
  color: var(--fcb-text-light);
  line-height: 1.5;
}

/* === FORMS === */
.wpcf7 {
  max-width: 600px;
  margin: 0 auto;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  border: 2px solid var(--fcb-border) !important;
  border-radius: var(--fcb-radius-sm) !important;
  padding: 14px 18px !important;
  font-size: 15px !important;
  font-family: 'Inter', sans-serif !important;
  transition: var(--fcb-transition);
  width: 100%;
  background: var(--fcb-bg);
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: var(--fcb-accent) !important;
  box-shadow: 0 0 0 4px var(--fcb-accent-light) !important;
  outline: none;
}

.wpcf7 label {
  font-weight: 500;
  font-size: 14px;
  color: var(--fcb-text);
  display: block;
  margin-bottom: 6px;
}

.wpcf7 p { margin-bottom: var(--sp-2); }

.wpcf7-response-output {
  border-radius: var(--fcb-radius-sm) !important;
  padding: var(--sp-2) !important;
  font-size: 14px;
}

/* === BREADCRUMBS === */
.fcb-breadcrumbs {
  background: var(--fcb-bg-light);
  padding: var(--sp-2) 0;
  font-size: 13px;
  color: var(--fcb-text-muted);
  border-bottom: 1px solid var(--fcb-border-light);
}

.fcb-breadcrumbs a {
  color: var(--fcb-text-light);
  text-decoration: none;
}

.fcb-breadcrumbs a:hover { color: var(--fcb-accent); }
.fcb-breadcrumbs .sep { margin: 0 8px; color: var(--fcb-border); }

/* === PAGE HERO (inner pages) === */
.fcb-page-hero {
  background: linear-gradient(135deg, var(--fcb-primary), var(--fcb-primary-dark));
  color: #fff;
  padding: var(--sp-6) 0 var(--sp-5);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.fcb-page-hero::after {
  content: '';
  position: absolute;
  right: -100px;
  top: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(232,168,56,0.06), transparent 70%);
  border-radius: 50%;
}

.fcb-page-hero h1 {
  color: #fff;
  font-size: clamp(26px, 3.5vw, 40px);
  margin: 0 0 var(--sp-1);
  position: relative;
  z-index: 1;
}

.fcb-page-hero .page-desc {
  color: rgba(255,255,255,0.75);
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

/* === FLOATING PHONE BUTTON (mobile) === */
.fcb-floating-phone {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--fcb-accent), var(--fcb-accent-hover));
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(232, 168, 56, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  animation: phonePulse 2s infinite;
}

.fcb-floating-phone svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

@keyframes phonePulse {
  0% { box-shadow: 0 4px 20px rgba(232, 168, 56, 0.5); }
  50% { box-shadow: 0 4px 20px rgba(232, 168, 56, 0.5), 0 0 0 12px rgba(232, 168, 56, 0.15); }
  100% { box-shadow: 0 4px 20px rgba(232, 168, 56, 0.5); }
}

/* === FOOTER === */
.fcb-footer {
  background: var(--fcb-primary-dark);
  color: rgba(255,255,255,0.7);
  padding: var(--sp-8) 0 var(--sp-4);
}

.fcb-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: var(--sp-5);
  margin-bottom: var(--sp-5);
}

.fcb-footer h4 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: var(--sp-2);
  font-family: 'Montserrat', sans-serif;
}

.fcb-footer a {
  color: rgba(255,255,255,0.7) !important;
  text-decoration: none;
  transition: var(--fcb-transition);
}

.fcb-footer a:hover {
  color: var(--fcb-accent) !important;
}

.fcb-footer .footer-phone {
  font-size: 22px;
  font-weight: 700;
  color: var(--fcb-accent) !important;
  display: block;
  margin-bottom: var(--sp-1);
}

.fcb-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fcb-footer ul li {
  padding: 5px 0;
}

.fcb-footer ul li a {
  font-size: 14px;
}

.fcb-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: var(--sp-3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sp-2);
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}

/* === FADE-IN ANIMATION === */
.fcb-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.fcb-fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.fcb-fade-in.delay-1 { transition-delay: 0.1s; }
.fcb-fade-in.delay-2 { transition-delay: 0.2s; }
.fcb-fade-in.delay-3 { transition-delay: 0.3s; }
.fcb-fade-in.delay-4 { transition-delay: 0.4s; }

/* === FEATURE LIST === */
.fcb-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fcb-feature-list li {
  padding: 12px 0;
  padding-left: 36px;
  position: relative;
  border-bottom: 1px solid var(--fcb-border-light);
  font-size: 15px;
}

.fcb-feature-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 12px;
  width: 24px;
  height: 24px;
  background: rgba(39, 174, 96, 0.1);
  color: var(--fcb-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

/* === INFO BOX === */
.fcb-info-box {
  background: var(--fcb-bg-blue);
  border-left: 4px solid var(--fcb-primary);
  padding: var(--sp-3);
  border-radius: 0 var(--fcb-radius-sm) var(--fcb-radius-sm) 0;
  margin: var(--sp-3) 0;
}

.fcb-info-box.warning {
  background: #FFF8E7;
  border-left-color: var(--fcb-accent);
}

.fcb-info-box.success {
  background: #EAFAF1;
  border-left-color: var(--fcb-green);
}

/* === COMPARISON TABLE === */
.fcb-table-wrap {
  overflow-x: auto;
  margin: var(--sp-3) 0;
  border-radius: var(--fcb-radius);
  box-shadow: var(--fcb-shadow);
}

.fcb-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.fcb-table thead th {
  background: var(--fcb-primary);
  color: #fff;
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}

.fcb-table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--fcb-border-light);
}

.fcb-table tbody tr:hover {
  background: var(--fcb-bg-blue);
}

.fcb-table tbody tr:last-child td {
  border-bottom: none;
}

/* === GRID UTILITIES === */
.fcb-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-4);
}

.fcb-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-3);
}

.fcb-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-3);
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
  .fcb-footer-grid { grid-template-columns: 1fr 1fr; }
  .fcb-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .fcb-price-card.popular { transform: none; }
  .fcb-price-card.popular:hover { transform: translateY(-4px); }
}

@media (max-width: 768px) {
  .fcb-hero { padding: var(--sp-6) 0 var(--sp-5); }
  .fcb-hero .phone { font-size: 24px; }
  .fcb-section { padding: var(--sp-6) 0; }
  .fcb-card { padding: var(--sp-3); }
  .fcb-stats { grid-template-columns: repeat(2, 1fr); gap: var(--sp-2); }
  .fcb-stat .number { font-size: 34px; }
  .fcb-steps { grid-template-columns: 1fr; gap: var(--sp-2); }
  .fcb-footer-grid { grid-template-columns: 1fr; gap: var(--sp-3); }
  .fcb-grid-2 { grid-template-columns: 1fr; }
  .fcb-grid-3 { grid-template-columns: 1fr; }
  .fcb-grid-4 { grid-template-columns: 1fr; }
  .fcb-pricing { grid-template-columns: 1fr; }
  .fcb-team-grid { grid-template-columns: repeat(2, 1fr); }

  .fcb-floating-phone { display: flex; }

  .fcb-phone-bar .bar-inner {
    justify-content: center;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .fcb-stats { grid-template-columns: 1fr; }
  .fcb-hero .phone { font-size: 20px; }
  .fcb-team-grid { grid-template-columns: 1fr; }
  .fcb-hero { padding: var(--sp-5) 0 var(--sp-4); }
  .fcb-cta { padding: var(--sp-5) var(--sp-3); }
  .fcb-section-title { margin-bottom: var(--sp-4); }
}

/* === GALLERY GRID === */
.fcb-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--sp-2);
}

.fcb-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: var(--fcb-radius-sm);
  transition: var(--fcb-transition);
}

.fcb-gallery img:hover {
  transform: scale(1.02);
  box-shadow: var(--fcb-shadow-md);
}

/* === TIMELINE === */
.fcb-timeline {
  position: relative;
  padding-left: var(--sp-5);
}

.fcb-timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--fcb-border);
}

.fcb-timeline-item {
  position: relative;
  margin-bottom: var(--sp-4);
  padding-left: var(--sp-2);
}

.fcb-timeline-item::before {
  content: '';
  position: absolute;
  left: -29px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: var(--fcb-accent);
  border-radius: 50%;
  border: 3px solid var(--fcb-bg);
  box-shadow: 0 0 0 2px var(--fcb-accent);
}

.fcb-timeline-item h4 {
  margin-bottom: 4px;
}

.fcb-timeline-item p {
  color: var(--fcb-text-light);
  font-size: 14px;
  margin: 0;
}

/* === DOCUMENT LIST === */
.fcb-doc-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--sp-2);
}

.fcb-doc-item {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-2);
  background: var(--fcb-bg);
  border-radius: var(--fcb-radius-sm);
  border: 1px solid var(--fcb-border-light);
}

.fcb-doc-item .doc-icon {
  width: 40px;
  height: 40px;
  background: var(--fcb-bg-blue);
  border-radius: var(--fcb-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

/* === ACCORDION FAQ === */
.fcb-faq-item {
  border: 1px solid var(--fcb-border);
  border-radius: var(--fcb-radius-sm);
  margin-bottom: var(--sp-1);
  overflow: hidden;
}

.fcb-faq-q {
  padding: var(--sp-2) var(--sp-3);
  font-weight: 600;
  color: var(--fcb-primary);
  cursor: pointer;
  background: var(--fcb-bg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--fcb-transition);
}

.fcb-faq-q:hover { background: var(--fcb-bg-light); }

.fcb-faq-q::after {
  content: '+';
  font-size: 20px;
  color: var(--fcb-accent);
  font-weight: 300;
  transition: var(--fcb-transition);
}

.fcb-faq-item.active .fcb-faq-q::after {
  transform: rotate(45deg);
}

.fcb-faq-a {
  padding: 0 var(--sp-3);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  color: var(--fcb-text-light);
  font-size: 15px;
  line-height: 1.7;
}

.fcb-faq-item.active .fcb-faq-a {
  max-height: 500px;
  padding: var(--sp-2) var(--sp-3) var(--sp-3);
}

/* === WP OVERRIDES === */
.ast-separate-container .ast-article-single { padding: 0; }
.ast-separate-container .entry-content { margin: 0; }
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single { background: transparent; }
.home .ast-separate-container .ast-article-single,
.page .ast-separate-container .ast-article-single {
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}
.ast-separate-container .ast-article-single .entry-content {
  margin: 0;
  padding: 0;
}
.home .site-content > .ast-container,
.page .site-content > .ast-container {
  max-width: 100%;
  padding: 0;
}
#primary { margin: 0; padding: 0; }
.ast-no-sidebar #primary { margin: 0; }

/* Astra breadcrumbs off - we use custom */
.ast-breadcrumbs { display: none !important; }
