/* ========================================
   ЧУПРИНА И ПАРТНЕРЫ — Лендинг практики
   ======================================== */

/* --- CSS Variables --- */
:root {
  --cream: #FFF7E8;
  --graphite: #20252D;
  --graphite-card: #292E37;
  --white: #FFFFFF;
  --orange: #FF5A00;
  --orange-hover: #E05000;
  --text-dark: #1A1A1A;
  --text-gray: #5A5D63;
  --text-light: #B0B3B8;
  --border-light: rgba(0,0,0,0.08);
  --border-dark: rgba(255,255,255,0.10);
  --radius: 12px;
  --radius-sm: 8px;
  --font: 'Inter', 'Manrope', 'Onest', 'Arial', sans-serif;
}

/* --- Base --- */
body {
  font-family: var(--font);
  color: var(--text-dark);
  background: var(--cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- Header / Nav --- */
.navbar-custom {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.navbar-custom .container {
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .navbar-custom .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .navbar-custom {
    padding: 10px 0;
  }
}
.navbar-custom .navbar-brand {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
  max-width: 220px;
  white-space: normal;
}
.navbar-custom .navbar-brand .brand-text {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255,255,255,0.78);
  letter-spacing: 0.03em;
}
@media (min-width: 992px) {
  .navbar-custom .navbar-brand {
    font-size: 13px;
    max-width: 420px;
    line-height: 1.4;
  }
}
.navbar-custom .brand-logo {
  display: block;
  height: auto;
  max-height: 96px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .navbar-custom .brand-logo {
    max-height: 48px;
  }
}

.navbar-custom .brand-text {
  white-space: normal;
}
.navbar-toggler {
  background-image: none !important;
  background: none;
  padding: 6px 8px;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* --- Dropdown menu --- */
.dropdown-menu {
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
  padding: 8px 0;
}
.dropdown-item {
  font-size: 14px;
  padding: 8px 20px;
  color: var(--text-dark);
  transition: background 0.15s, color 0.15s;
}
.dropdown-item:hover {
  background: rgba(255,90,0,0.06);
  color: var(--orange);
}
.navbar-custom .nav-link {
  font-size: 14px;
  color: var(--text-dark);
  font-weight: 500;
  padding: 10px 14px !important;
  transition: color 0.2s;
}
.navbar-custom .nav-link:hover {
  color: var(--orange);
}
.navbar-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.navbar-menu .nav-link {
  font-size: 14px;
  color: var(--text-dark);
  font-weight: 500;
  padding: 8px 12px;
  text-decoration: none;
  transition: color 0.2s;
}
.navbar-menu .nav-link:hover {
  color: var(--orange);
  text-decoration: none;
}
/* Mobile hamburger menu */
.navbar-toggler-mobile {
  background: none;
  border: none;
  padding: 6px 8px;
  cursor: pointer;
}
.navbar-toggler-mobile i {
  font-size: 26px;
  color: var(--text-dark);
}
.navbar-toggler-mobile:focus {
  outline: none;
}
.mobile-menu-collapse {
  display: none;
  width: 100%;
  flex-direction: column;
  padding: 12px 0 4px;
  gap: 4px;
  align-items: flex-end;
}
.mobile-menu-collapse.open {
  display: flex;
}
.mobile-menu-collapse .nav-link {
  font-size: 14px;
  color: var(--text-dark);
  font-weight: 500;
  padding: 8px 0;
  text-decoration: none;
  transition: color 0.2s;
}
.mobile-menu-collapse .nav-link:hover {
  color: var(--orange);
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar-toggler-mobile {
    display: none;
  }
  .mobile-menu-collapse {
    display: none !important;
  }
  .navbar-menu {
    margin-left: auto;
  }
}

.btn-orange {
  background: var(--orange);
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}
.btn-orange:hover {
  background: var(--orange-hover);
  color: #fff;
  transform: translateY(-1px);
  text-decoration: none;
}
.navbar-custom .btn-orange {
  background: var(--orange);
  color: #fff;
}
.navbar-custom .btn-orange:hover {
  background: var(--orange-hover);
  color: #fff;
}
.btn-orange-lg {
  padding: 14px 32px;
  font-size: 16px;
  border-radius: 8px;
}

/* --- Section base --- */
.section {
  padding: 90px 0;
}
.section-sm {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .section-sm { padding: 44px 0; }
}

/* --- Eyebrow --- */
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
}

/* --- Headings --- */
h1, h2, h3, h4 {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.section-title {
  font-size: 38px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .section-title { font-size: 28px; }
}
.section-subtitle {
  font-size: 16px;
  color: var(--text-gray);
  line-height: 1.6;
  max-width: 520px;
}

/* ========================================
   HERO
   ======================================== */
.hero-section {
  padding: 32px 0 48px;
  background: var(--cream);
}
.hero-title {
  font-size: 46px;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .hero-title { font-size: 28px; }
}
.hero-subtitle {
  font-size: 17px;
  color: var(--text-gray);
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 720px;
}
.hero-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  margin-left: 20px;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0,0,0,0.25);
  transition: color 0.2s, border-color 0.2s;
  vertical-align: middle;
}
.hero-link:hover {
  color: var(--orange);
  border-color: var(--orange);
  text-decoration: none;
}

/* Hero Card */
.hero-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  max-width: 340px;
  margin: 0 auto;
}
.hero-card .big-number {
  font-size: 72px;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  letter-spacing: -0.03em;
}
.hero-card .big-number-sub {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
  margin-top: 2px;
  line-height: 1.3;
}
.hero-card .feature-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  font-size: 14px;
  color: var(--text-dark);
}
.hero-card .feature-row:last-child {
  border-bottom: none;
}
.hero-card .feature-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}
.hero-card-divider {
  border-top: 1px solid var(--border-light);
  margin: 18px 0 14px;
}
.hero-card-skills-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.hero-card-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.skill-chip {
  background: var(--cream);
  color: var(--text-dark);
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  line-height: 1.4;
}
/* Practice horizontal block */
.practice-horizontal {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 36px 40px;
}
.practice-left {
  flex-shrink: 0;
  text-align: center;
  min-width: 140px;
}
.practice-left .big-number {
  font-size: 80px;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  letter-spacing: -0.03em;
}
.practice-left .big-number-sub {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  margin-top: 0px;
  line-height: 1.3;
}
.practice-text-col {
  display: block;
}
.practice-date {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-gray);
  margin-top: 2px;
  line-height: 1.4;
}
.practice-right {
  flex: 1;
  min-width: 0;
}
.practice-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.practice-features .feature-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text-dark);
  padding: 4px 0;
}
.practice-features .feature-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .practice-horizontal {
    flex-direction: column;
    gap: 20px;
    padding: 24px 20px;
  }
  .practice-left {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-light);
  }
  .practice-left .big-number {
    font-size: 64px;
    flex-shrink: 0;
    line-height: 1;
  }
  .practice-left .practice-text-col {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .practice-left .big-number-sub {
    font-size: 15px;
    margin-top: 0;
  }
  .practice-left .practice-date {
    font-size: 13px;
    margin-top: 0;
  }
  .practice-features {
    flex-direction: column;
    gap: 0;
  }
}

/* Hero abstract graphics */
.hero-graphics {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: 200px;
  pointer-events: none;
  opacity: 0.6;
}

/* ========================================
   SITUATIONS / QUOTE BLOCK
   ======================================== */
.situations-section {
  background: var(--white);
}
.situations-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.quote-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.quote-item {
  background: var(--cream);
  color: var(--text-dark);
  font-size: 15px;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  line-height: 1.4;
}
.situations-note {
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 600px;
}

/* ========================================
   INFO BAR
   ======================================== */
.info-bar {
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
.info-bar-inner {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 20px 32px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 16px;
}
.info-item {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
}
.info-item span {
  display: block;
  font-size: 12px;
  color: var(--text-gray);
  font-weight: 500;
  margin-top: 2px;
}

/* ========================================
   DARK SECTIONS
   ======================================== */
.section-dark {
  background: var(--graphite);
  color: #fff;
}
.section-dark .section-title {
  color: #fff;
}
.section-dark .section-subtitle {
  color: var(--text-light);
}

/* Dark cards */
.card-dark {
  background: var(--graphite-card);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  padding: 28px;
  height: 100%;
  transition: transform 0.2s, border-color 0.2s;
}
.card-dark:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.2);
}
.card-dark .card-marker {
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.card-dark .card-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
}
.card-dark .card-text {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.6;
}

/* ========================================
   WHITE CARDS
   ======================================== */
.card-white {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 24px;
  height: 100%;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.card-white:hover {
  transform: translateY(-3px);
  border-color: rgba(0,0,0,0.15);
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.card-white .card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.25;
}
.card-white .card-text {
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.6;
}

/* Person card (team) */
.card-person {
  padding: 0;
  overflow: hidden;
}
.card-person .card-person-photo {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: var(--radius) var(--radius) 0 0;
}
.card-person .card-title,
.card-person .card-person-title {
  padding: 20px 20px 0;
}
.card-person .card-text,
.card-person .card-person-text {
  padding: 0 20px 20px;
}
.card-person.card-orange .card-person-title {
  color: #fff;
}
.card-person.card-orange .card-person-text {
  color: rgba(255,255,255,0.85);
}
/* Orange card */
.card-orange {
  background: var(--orange);
  border-radius: var(--radius);
  padding: 28px;
  height: 100%;
  color: #fff;
}
.card-orange .big-number {
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}
.card-orange .big-number-sub {
  font-size: 15px;
  font-weight: 600;
  opacity: 0.9;
  line-height: 1.3;
}
.card-orange .card-text {
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.6;
  margin-top: 12px;
}

/* Tags */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
.tag {
  display: inline-block;
  background: rgba(0,0,0,0.05);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-dark);
}
.card-orange .tag {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

/* ========================================
   STUDENT-VUZ CARDS
   ======================================== */
.card-student {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 32px;
  height: 100%;
}
.card-student .label-sm {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.label-orange {
  background: rgba(255,90,0,0.1);
  color: var(--orange);
}
.label-dark {
  background: rgba(255,255,255,0.1);
  color: #fff;
}
.card-student .card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
}
.card-student .check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card-student .check-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.5;
}
.card-student .check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255,90,0,0.15);
}
.card-student .check-list li::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}
.card-student-dark {
  background: var(--graphite-card);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  padding: 32px;
  height: 100%;
  color: #fff;
}
.card-student-dark .card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.2;
}
.card-student-dark .card-text {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.6;
}

/* ========================================
   STATS
   ======================================== */
.stat-number {
  font-size: 48px;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  letter-spacing: -0.02em;
}
.stat-label {
  font-size: 14px;
  color: var(--text-light);
  margin-top: 4px;
}

/* ========================================
   BENTO GRID — TEAM
   ======================================== */
.team-section {
  background: var(--cream);
}
.bento-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.bento-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.bento-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0,0,0,0.12);
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}
.bento-card.bento-wide {
  grid-column: span 2;
}
.bento-card.bento-full {
  grid-column: 1 / -1;
}
.bento-avatar-lg {
  width: 96px;
  height: 96px;
}
.bento-card-inner {
  display: flex;
  align-items: center;
  padding: 24px;
  height: 100%;
  gap: 20px;
}
.bento-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  object-position: center;
}
.bento-avatar-zoom {
  object-position: center 25%;
  transform: scale(1.15);
}
.bento-body {
  flex: 1;
  min-width: 0;
}
.bento-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}
.bento-chip {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 100px;
  background: var(--cream);
  color: var(--text-dark);
  letter-spacing: 0.02em;
}
.bento-name {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.2;
}
.bento-text {
  font-size: 13px;
  color: var(--text-gray);
  line-height: 1.5;
  margin-bottom: 0;
}
/* Accent (orange) */
.bento-accent {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.bento-accent .bento-name {
  color: #fff;
}
.bento-accent .bento-text {
  color: rgba(255,255,255,0.85);
}
.bento-accent .bento-chip {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

/* Old team cards — kept for backward compat */
.card-team, .card-team-dark { display: none; }

/* ========================================
   ACCORDION
   ======================================== */
.accordion-custom .module-item {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.accordion-custom .module-header {
  display: flex;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  transition: color 0.2s;
  user-select: none;
}
.accordion-custom .module-header:hover {
  color: var(--orange);
}
.accordion-custom .module-num {
  font-size: 18px;
  font-weight: 800;
  color: var(--orange);
  min-width: 44px;
  letter-spacing: -0.02em;
}
.accordion-custom .module-title {
  font-size: 17px;
  font-weight: 600;
  flex: 1;
  padding-right: 16px;
  line-height: 1.3;
}
.accordion-custom .module-toggle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--text-dark);
  transition: all 0.25s;
  flex-shrink: 0;
}
.accordion-custom .module-item.open .module-toggle {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
  transform: rotate(45deg);
}
.accordion-custom .module-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.accordion-custom .module-item.open .module-body {
  max-height: 400px;
}
.accordion-custom .module-content {
  background: var(--cream);
  border-radius: var(--radius-sm);
  padding: 20px 24px;
  margin-bottom: 20px;
}
.accordion-custom .module-content p {
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.6;
  margin-bottom: 12px;
}
.accordion-custom .module-content .module-subtitle {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--orange);
  margin-bottom: 8px;
}
.accordion-custom .module-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion-custom .module-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  font-size: 14px;
  color: var(--text-dark);
}
.accordion-custom .module-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

/* ========================================
   CASE CARDS
   ======================================== */
.case-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  height: 100%;
  transition: transform 0.2s;
}
.case-card:hover {
  transform: translateY(-3px);
}
.case-card .case-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 8px;
}
.case-card .case-title {
  font-size: 15px;
  font-weight: 600;
}

/* ========================================
   FINAL CTA
   ======================================== */
.cta-section {
  background: var(--cream);
  padding: 90px 0;
}
.cta-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  max-width: 340px;
  margin: 0 auto;
}
.cta-card .big-number {
  font-size: 72px;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
}
.cta-card .big-number-sub {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
}
.form-control-custom {
  border-radius: 8px;
  padding: 12px 40px 12px 16px;
  border: 1px solid rgba(0,0,0,0.12);
  height: auto;
  font-size: 15px;
  color: var(--text-dark);
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333333' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
}
.form-control-custom:focus {
  border-color: var(--orange);
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,90,0,0.12);
}

/* ========================================
   FOOTER
   ======================================== */
.footer {
  background: var(--graphite);
  color: #fff;
  padding: 48px 0 32px;
}
.footer-brand {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.footer a {
  color: var(--text-light);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}
.footer a:hover {
  color: #fff;
  text-decoration: none;
}
.footer .footer-heading {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 12px;
}
.footer-divider {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin: 32px 0 20px;
}
.footer-bottom {
  font-size: 13px;
  color: var(--text-light);
}

/* ========================================
   ANIMATIONS
   ======================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-in {
  animation: fadeInUp 0.6s ease forwards;
}

/* ========================================
   RESPONSIVE FINE-TUNING
   ======================================== */
@media (max-width: 991px) {
  #mainNav {
    text-align: center;
  }
  #mainNav .navbar-nav {
    display: inline-block;
    float: none !important;
    text-align: center;
  }
  #mainNav .nav-item {
    display: inline-block;
    float: none;
  }
  .hero-card {
    margin-top: 32px;
  }
  .cta-card {
    margin-top: 32px;
  }
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bento-card.bento-wide {
    grid-column: span 2;
  }
  .bento-card.bento-full {
    grid-column: 1 / -1;
  }
  .card-team .team-photo {
    height: 200px;
    object-fit: cover;
    object-position: center 20%;
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding: 32px 0 56px;
  }
  .info-bar-inner {
    padding: 16px 20px;
    gap: 12px;
  }
  .info-item {
    font-size: 13px;
  }
  .section-title {
    font-size: 26px;
  }
  .hero-title {
    font-size: 26px;
  }
  .hero-section .col-lg-10 {
    text-align: center;
  }
  .hero-subtitle {
    max-width: 100%;
  }
  .hero-link {
    margin-left: 0;
    margin-top: 12px;
    display: block;
  }
  .hero-card {
    margin: 0 auto;
  }
  .stat-number {
    font-size: 36px;
  }
  .bento-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .bento-card.bento-wide,
  .bento-card.bento-full {
    grid-column: span 1;
  }
  .bento-card-inner {
    padding: 18px;
    gap: 14px;
  }
  .bento-avatar {
    width: 64px;
    height: 64px;
  }
}
/* Messenger buttons */
#messengers {
  padding-top: 0;
  padding-bottom: 50px;
}
#messengers .section-subtitle {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
#messengers .section-subtitle {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
#practice-overview-bottom {
  padding-bottom: 30px;
}
.messenger-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.messenger-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  transition: filter 0.15s, transform 0.15s;
}
.messenger-btn:hover {
  text-decoration: none;
  color: #fff;
  filter: brightness(1.1);
  transform: translateY(-1px);
}
.messenger-btn i {
  font-size: 1.25rem;
}
.messenger-btn-telegram {
  background: #0088cc;
}
.messenger-btn-max {
  background: #6c5ce7;
}
.messenger-btn-whatsapp {
  background: #25D366;
}
@media (max-width: 480px) {
  .messenger-bar {
    gap: 0.5rem;
  }
  .messenger-btn {
    padding: 0.65rem 1rem;
    font-size: 13px;
  }
  .messenger-btn i {
    font-size: 1.1rem;
  }
}
/* --- Сближение Hero и первого блока практики (десктоп) --- */
@media (min-width: 769px) {
  #practice-overview.section {
    padding-top: 24px;
  }
}
/* --- Ссылки на сайт компании — не синие, жирные --- */
a[href*="chuprina-partners.com"] {
  color: inherit !important;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(255,90,0,0.4);
  text-underline-offset: 3px;
}
a[href*="chuprina-partners.com"]:hover {
  color: var(--orange) !important;
  text-decoration-color: var(--orange);
}