/*
Theme Name: Megapolis Apartments Styled
Theme URI: https://megapolis-group.ru
Author: Megapolis Group
Author URI: https://megapolis-group.ru
Description: Стилизованная тема для сайта недвижимости Мегаполис Групп - Море апартаментов
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: megapolis-apartments-styled
*/

/* ===== GOOGLE FONTS ===== */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap");

/* ===== RESET & BASE ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
}

body {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1c1c1c;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

ul,
ol {
  list-style: none;
}

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

/* ===== COLORS - Paradigma Style Palette ===== */
:root {
  /* Primary Green (Paradigma style) */
  --color-primary: #31b939;
  --color-primary-dark: #1f9f27;
  --color-primary-light: #4ed656;
  --color-primary-rgb: 49, 185, 57;

  /* Secondary/Dark */
  --color-secondary: #1c1c1c;
  --color-accent: #31b939;
  --color-accent-dark: #1f9f27;

  /* Status Colors */
  --color-success: #31b939;
  --color-warning: #f2b644;
  --color-error: #f63123;
  --color-hit: #9747ff;

  /* Dark/Light */
  --color-dark: #1c1c1c;
  --color-light: #ffffff;

  /* Gray Scale */
  --color-gray-50: #fafafa;
  --color-gray-100: #f5f5f5;
  --color-gray-200: #eeeeee;
  --color-gray-300: #e0e0e0;
  --color-gray-400: #bdbdbd;
  --color-gray-500: #9e9e9e;
  --color-gray-600: #757575;
  --color-gray-700: #616161;
  --color-gray-800: #424242;
  --color-gray-900: #1c1c1c;

  /* Gradients */
  --gradient-primary: linear-gradient(135deg, #31b939 0%, #1f9f27 100%);
  --gradient-primary-hover: linear-gradient(135deg, #1f9f27 0%, #31b939 100%);
  --gradient-dark: linear-gradient(135deg, #1c1c1c 0%, #2d2d2d 100%);
  --gradient-hero: linear-gradient(
    135deg,
    #1c1c1c 0%,
    #2d2d2d 50%,
    #31b939 100%
  );
  --gradient-section-light: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  --gradient-section-warm: linear-gradient(180deg, #fafafa 0%, #f0f0f0 100%);
  --gradient-green-transparent: rgba(49, 185, 57, 0.1);

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 16px 40px rgba(0, 0, 0, 0.15);
  --shadow-2xl: 0 24px 60px rgba(0, 0, 0, 0.2);
  --shadow-card: 0 2px 16px rgba(0, 0, 0, 0.06);
  --shadow-card-hover: 0 8px 32px rgba(0, 0, 0, 0.12);
  --shadow-green: 0 4px 20px rgba(49, 185, 57, 0.3);
  --shadow-green-hover: 0 8px 30px rgba(49, 185, 57, 0.4);

  /* Border Radius */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Spacing */
  --section-padding: 100px;
  --section-padding-mobile: 60px;
}

/* ===== SCROLL ANIMATIONS (Paradigma Style) ===== */
[data-animate] {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

[data-animate].animated {
  opacity: 1;
  transform: translateY(0);
}

[data-animate="fade-up"] {
  transform: translateY(40px);
}

[data-animate="fade-left"] {
  transform: translateX(-40px);
}

[data-animate="fade-right"] {
  transform: translateX(40px);
}

[data-animate="scale"] {
  transform: scale(0.9);
}

[data-animate].animated {
  transform: translateY(0) translateX(0) scale(1);
}

/* ===== REAL IMAGES FROM UNSPLASH ===== */
.placeholder-image {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.placeholder-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.05) 0%, transparent 50%);
  z-index: 1;
}

.placeholder-image::after {
  display: none;
}

/* Interior - modern living room */
.placeholder-image.placeholder-interior {
  background-image: url("https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?w=800&q=80");
}

/* Property - single house */
.placeholder-image.placeholder-property {
  background-image: url("https://images.unsplash.com/photo-1564013799919-ab600027ffc6?w=800&q=80");
}

/* Team - business team */
.placeholder-image.placeholder-team {
  background-image: url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=800&q=80");
}

/* Person - placeholder silhouette */
.placeholder-image.placeholder-person {
  background: linear-gradient(145deg, #e8e4df 0%, #d4cfc8 50%, #c9c4bd 100%);
}

.placeholder-image.placeholder-person::after {
  content: "👤";
  display: flex !important;
  font-size: 48px;
  opacity: 0.5;
}

/* Building - apartment complex */
.placeholder-image.placeholder-building {
  background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=800&q=80");
}

/* Hotel - luxury hotel */
.placeholder-image.placeholder-hotel {
  background-image: url("https://images.unsplash.com/photo-1566073771259-6a8506099945?w=800&q=80");
}

/* Chart - analytics */
.placeholder-image.placeholder-chart {
  background-image: url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=800&q=80");
}

/* Key - real estate keys */
.placeholder-image.placeholder-key {
  background-image: url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&q=80");
}

/* Money - investment */
.placeholder-image.placeholder-money {
  background-image: url("https://images.unsplash.com/photo-1579621970563-ebec7560ff3e?w=800&q=80");
}

/* Sochi - sea view apartment */
.placeholder-image.placeholder-sochi {
  background-image: url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?w=800&q=80");
}

/* Dubai - luxury apartment */
.placeholder-image.placeholder-dubai {
  background-image: url("https://images.unsplash.com/photo-1512453979798-5ea266f8880c?w=800&q=80");
}

/* Placeholder with label */
.placeholder-with-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.placeholder-label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
}

/* ===== TYPOGRAPHY ===== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-gray-900);
  letter-spacing: -0.02em;
}

h1 {
  font-size: 48px;
  font-weight: 800;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
  font-weight: 600;
}

p {
  margin-bottom: 1em;
  color: var(--color-gray-600);
}

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

.section {
  padding: 100px 0;
  position: relative;
}

.section:nth-child(even) {
  background: var(--color-gray-50);
}

/* ===== HEADER (Paradigma Style) ===== */
.site-header {
  background: #005050;
  padding: 18px 0 14px;
  padding-bottom: 25px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    padding 0.3s ease,
    box-shadow 0.3s ease;
}

.site-header.scrolled {
  padding: 12px 0 10px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 64px;
}

.header-brand {
  flex: 0 0 auto;
}

.header-logo-link {
  display: inline-flex;
  align-items: center;
}

.header-logo {
  display: block;
  width: 190px;
  height: auto;
}

.header-right {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: start;
  min-width: 0;
  width: 100%;
  padding-left: 11vh;
}

.header-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.header-tagline {
  margin: 0;
  color: #ebcc7f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: left;
}

.main-nav {
  min-width: 0;
}

.main-nav ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 24px;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}

.main-nav li {
  flex-shrink: 0;
}

.main-nav a {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  padding: 0 0 4px 0;
  transition: color 0.2s ease;
  white-space: nowrap;
  display: block;
  line-height: 1.2;
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: transparent;
}

.main-nav a:hover {
  color: #f3c85c;
}

.main-nav .current-menu-item > a,
.main-nav .current_page_item > a,
.main-nav .current-menu-ancestor > a {
  border-bottom: none;
}

.main-nav .current-menu-item > a::after,
.main-nav .current_page_item > a::after,
.main-nav .current-menu-ancestor > a::after {
  background: #ebcc7f;
}

.header-phone {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}

.header-phone a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 3px 30px;
  background: linear-gradient(180deg, #ebcc81 0%, #dea943 50%, #ebcc81 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}

.header-phone a:hover {
  opacity: 0.9;
}

.header-phone-icon {
  width: 30px;
  height: auto;
  flex-shrink: 0;
  display: block;
}

.header-phone-text {
  white-space: nowrap;
}

/* ===== HERO SECTION ===== */
.hero-section {
  background: #e8e8e8 url("assets/images/Раздел_1_01_top.png") center/cover
    no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: visible;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  gap: 33px;
  align-items: flex-end;
  width: 100%;
  position: relative;
  z-index: 2;
  transform: translateY(70px);
}

.hero-card {
  border-radius: 48px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
}

.hero-card-left {
  background: linear-gradient(180deg, #165a61d4 0%, #165a61 100%);
  color: #ffffff;
  border: 4px solid #ebcc7f;
  padding: 30px 42px 28px;
  max-height: 405px;
}

.hero-card-right {
  background: linear-gradient(180deg, #ebcc81 0%, #dea943 50%, #ebcc81 100%);
  color: #005050;
  flex: 1.6;
  max-width: 408px;
  min-height: 496px;
  padding: 42px 45px 55px;
  display: flex;
  flex-direction: column;
}

.hero-card-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.hero-card-subtitle {
  font-size: 19px;
  line-height: 1.35;
  margin-bottom: 16px;
  color: #f3c85c;
  font-weight: 500;
}

.hero-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-card-list li {
  font-size: 19px;
  line-height: 1.35;
  margin-bottom: 8px;
  padding-left: 0;
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.hero-card-icon {
  width: 25px;
  height: auto;
  flex-shrink: 0;
  margin-top: 6px;
}

.hero-form-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #ffffff !important;
}

.hero-form-list {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  flex: 1;
}

.hero-form-list li {
  font-size: 17px;
  line-height: 1.45;
  margin-bottom: 18px;
  padding-left: 0;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.hero-form-list .checkmark {
  width: 30px;
  height: auto;
  flex-shrink: 0;
  margin-top: 1px;
  display: block;
}

.hero-form {
  display: flex;
  gap: 0;
  align-items: stretch;
  margin-top: auto;
}

.hero-card-right .hero-form {
  flex-direction: row;
  flex-wrap: nowrap;
}

.hero-form-input {
  flex: 1;
  padding: 12px 14px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  background: #ffffff;
  color: #333333;
  outline: none;
}

.hero-card-right .hero-form-input {
  width: auto;
  min-width: 0;
}

.hero-form-input::placeholder {
  color: #aaaaaa;
}

.hero-form-btn {
  padding: 12px 20px;
  background: #165a61;
  color: #f3c85c;
  border: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.hero-form-btn:hover {
  opacity: 0.9;
}

/* ===== BUTTONS (Paradigma Style) ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: var(--radius-md);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: var(--color-primary);
  color: white;
  box-shadow: var(--shadow-green);
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 300%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transform: rotate(25deg);
  animation: btn-shine 3s linear infinite;
}

@keyframes btn-shine {
  0% {
    left: -80%;
  }
  100% {
    left: 160%;
  }
}

.btn-primary:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-green-hover);
}

.btn-primary:hover::after {
  opacity: 0;
}

.btn-outline {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-2px);
}

.btn-secondary {
  background: var(--color-dark);
  color: white;
  box-shadow: var(--shadow-md);
}

.btn-secondary:hover {
  background: var(--color-gray-800);
  transform: translateY(-2px);
}

.btn-lg {
  padding: 20px 40px;
  font-size: 18px;
}

.btn-sm {
  padding: 12px 24px;
  font-size: 14px;
}

/* ===== SECTION TITLES (Paradigma Style) ===== */
.section-title {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
  color: var(--color-dark);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.section-title b,
.section-title strong {
  font-weight: 700;
}

.section-title-large {
  font-size: 52px;
}

.section-subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
  color: var(--color-gray-600);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.section-description {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
  color: var(--color-gray-600);
  line-height: 1.7;
}

.section-label {
  display: inline-block;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

/* ===== PATH SECTION (Путь к недвижимости) ===== */
.path-section {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--color-gray-50) 0%, white 100%);
}

.path-steps {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 60px;
}

.path-step {
  text-align: center;
  max-width: 180px;
  position: relative;
}

.path-step::after {
  content: "";
  position: absolute;
  top: 40px;
  right: -20px;
  width: 16px;
  height: 2px;
  background: var(--color-gray-300);
}

.path-step:last-child::after {
  display: none;
}

.path-step-number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 28px;
  font-weight: 700;
  color: white;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.3);
}

.path-step-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-gray-700);
}

/* ===== DIAGNOSTICS SECTION ===== */
.diagnostics-section {
  padding: 100px 0;
  background: white;
}

.diagnostics-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.diagnostics-column {
  background: white;
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-gray-100);
  transition: all 0.3s ease;
}

.diagnostics-column:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.diagnostics-column h4 {
  font-size: 22px;
  margin-bottom: 24px;
  color: var(--color-gray-900);
  display: flex;
  align-items: center;
  gap: 12px;
}

.diagnostics-column h4::before {
  content: "";
  width: 4px;
  height: 24px;
  background: var(--gradient-primary);
  border-radius: 2px;
}

.diagnostics-column ol,
.diagnostics-column ul {
  padding-left: 24px;
}

.diagnostics-column ol {
  list-style: decimal;
}

.diagnostics-column ul {
  list-style: none;
}

.diagnostics-column ul li::before {
  content: "✓";
  color: var(--color-success);
  font-weight: 700;
  margin-right: 12px;
}

.diagnostics-column li {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.6;
  color: var(--color-gray-600);
}

/* ===== AUDIT SECTION ===== */
.audit-section {
  padding: 100px 0;
  background: var(--color-gray-50);
}

/* ===== CTA SECTION ===== */
.cta-section {
  background: var(--gradient-hero);
  padding: 100px 0;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.cta-section .container {
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  color: white;
}

.cta-form {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cta-input {
  padding: 18px 24px;
  font-size: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-md);
  min-width: 280px;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.cta-input:focus {
  outline: none;
  border-color: var(--color-accent);
  background: rgba(255, 255, 255, 0.15);
}

.cta-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.cta-privacy {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.cta-privacy a {
  color: var(--color-accent);
  text-decoration: underline;
}

.cta-privacy a:hover {
  color: white;
}

/* ===== DIVIDER ===== */
.section-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--color-gray-200),
    transparent
  );
  width: 100%;
}

/* ===== FOOTER (Paradigma Style) ===== */
.site-footer {
  background: var(--color-dark);
  padding: 80px 0 40px;
  color: white;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer-logo {
  max-width: 300px;
}

.footer-logo-title {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: white;
}

.footer-logo-subtitle {
  font-size: 15px;
  margin-bottom: 28px;
  color: var(--color-gray-400);
  line-height: 1.6;
}

.footer-copyright {
  font-size: 13px;
  color: var(--color-gray-500);
}

.footer-copyright p {
  margin-bottom: 8px;
}

.footer-copyright a {
  color: var(--color-primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-copyright a:hover {
  color: var(--color-primary-light);
}

.footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-nav a {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-gray-300);
  transition: all 0.3s ease;
  position: relative;
}

.footer-nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-primary);
  transition: width 0.3s ease;
}

.footer-nav a:hover {
  color: var(--color-primary);
}

.footer-nav a:hover::after {
  width: 100%;
}

.footer-contacts {
  text-align: right;
}

.footer-phone {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-phone a {
  color: white;
  transition: all 0.3s ease;
}

.footer-phone a:hover {
  color: var(--color-primary);
}

.footer-call-text {
  font-size: 14px;
  margin-bottom: 28px;
  color: var(--color-gray-400);
}

.footer-socials {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: var(--color-gray-800);
  border-radius: var(--radius-md);
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  background: var(--color-primary);
  transform: translateY(-4px);
  box-shadow: var(--shadow-green);
}

.footer-socials img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* ===== COOKIE NOTICE ===== */
.cookie-notice {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: white;
  padding: 24px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-2xl);
  max-width: 320px;
  z-index: 1000;
  border: 1px solid var(--color-gray-100);
}

.cookie-notice p {
  font-size: 14px;
  margin-bottom: 16px;
  color: var(--color-gray-600);
  line-height: 1.5;
}

.cookie-notice a {
  color: var(--color-primary);
  font-weight: 500;
}

.cookie-buttons {
  display: flex;
  gap: 12px;
}

.cookie-btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--radius-sm);
  background: var(--gradient-primary);
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cookie-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.cookie-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  background: var(--color-gray-100);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--color-gray-500);
  transition: all 0.2s ease;
}

.cookie-close:hover {
  background: var(--color-gray-200);
  color: var(--color-gray-700);
}

/* ===== HERO FEATURES ===== */
.hero-features {
  list-style: none;
  padding: 0;
  margin-top: 32px;
}

.hero-features li {
  font-size: 17px;
  margin-bottom: 16px;
  padding-left: 36px;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.hero-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-accent);
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.hero-form-block {
  background: white;
  border-radius: var(--radius-xl);
  padding: 40px;
  max-width: 400px;
  color: var(--color-gray-900);
  box-shadow: var(--shadow-2xl);
}

.hero-form-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--color-gray-900);
}

.hero-form {
  display: flex;
  flex-direction: column;
  min-height: 5vh;
}

.form-input {
  padding: 16px 20px;
  font-size: 16px;
  border: 2px solid var(--color-gray-200);
  border-radius: var(--radius-md);
  color: var(--color-gray-900);
  transition: all 0.2s ease;
}

.form-input:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-input::placeholder {
  color: var(--color-gray-400);
}

/* ===== PROBLEMS SECTION ===== */
.problems-section {
  padding: 120px 0 100px;
  background: white;
}

.problems-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.problem-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: white;
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-card);
}

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

.problem-card:hover .problem-icon {
  background: var(--gradient-green-transparent);
}

.problem-icon {
  width: 56px;
  height: 56px;
  background: var(--color-gray-100);
  border-radius: var(--radius-md);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 28px;
}

.problem-content h4 {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--color-dark);
}

.problem-content p {
  font-size: 15px;
  margin: 0;
  color: var(--color-gray-600);
  line-height: 1.6;
}

/* ===== SERVICES HUB ===== */
.services-hub {
  position: relative;
  margin-top: 60px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: white;
  border: 1px solid var(--color-gray-100);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

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

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--color-gray-900);
}

.service-card p {
  font-size: 15px;
  margin-bottom: 16px;
  color: var(--color-gray-500);
  line-height: 1.6;
}

.service-card ul {
  list-style: none;
  padding: 0;
}

.service-card ul li {
  font-size: 14px;
  margin-bottom: 8px;
  color: var(--color-success);
  font-weight: 500;
}

.service-card-large {
  grid-column: span 2;
  background: linear-gradient(
    135deg,
    var(--color-gray-900) 0%,
    var(--color-gray-800) 100%
  );
  color: white;
}

.service-card-large h4,
.service-card-large p {
  color: white;
}

.service-card-large::before {
  background: var(--color-accent);
}

.services-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: var(--radius-xl);
  padding: 32px 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  z-index: 10;
  box-shadow: var(--shadow-2xl);
  color: var(--color-gray-900);
  border: 2px solid var(--color-primary);
}

/* ===== CARD BLOCKS ===== */
.card-block {
  background: white;
  border: 1px solid var(--color-gray-100);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 40px;
  transition: all 0.3s ease;
}

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

.text-center {
  text-align: center;
}

/* ===== CTA INLINE ===== */
.cta-inline {
  text-align: center;
  margin-top: 50px;
  padding: 40px;
  background: var(--color-gray-50);
  border-radius: var(--radius-xl);
}

.cta-inline p {
  font-size: 22px;
  margin-bottom: 24px;
  color: var(--color-gray-900);
  font-weight: 600;
}

/* ===== PREMIUM CARD ===== */
.premium-card {
  background: linear-gradient(
    135deg,
    var(--color-gray-900) 0%,
    var(--color-gray-800) 100%
  );
  border: none;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-2xl);
  padding: 40px;
  max-width: 500px;
  margin: 50px auto;
  color: white;
  position: relative;
  overflow: hidden;
}

.premium-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(6, 182, 212, 0.2) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.premium-card p {
  font-size: 16px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
}

/* ===== BENEFITS SECTION ===== */
.benefits-section {
  padding: 100px 0;
  background: var(--color-gray-50);
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 60px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: white;
  padding: 32px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.benefit-icon {
  width: 64px;
  height: 64px;
  background: var(--gradient-primary);
  border-radius: var(--radius-md);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--color-gray-900);
}

.benefit-content p {
  font-size: 15px;
  margin: 0;
  color: var(--color-gray-500);
  line-height: 1.6;
}

/* ===== FAQ SECTION ===== */
.faq-section {
  padding: 100px 0;
  background: white;
}

.faq-list {
  max-width: 900px;
  margin: 60px auto 0;
}

.faq-item {
  margin-bottom: 16px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-gray-100);
}

.faq-question {
  background: white;
  color: var(--color-gray-900);
  padding: 24px 28px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.faq-question:hover {
  background: var(--color-gray-50);
}

.faq-toggle {
  font-size: 24px;
  font-weight: 400;
  color: var(--color-primary);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-gray-100);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.faq-item.active .faq-toggle {
  background: var(--color-primary);
  color: white;
  transform: rotate(45deg);
}

.faq-answer {
  background: var(--color-gray-50);
  padding: 0 28px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 24px 28px;
  max-height: 500px;
}

.faq-answer ul {
  list-style: none;
  padding: 0;
}

.faq-answer li {
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1.7;
  color: var(--color-gray-600);
  padding-left: 24px;
  position: relative;
}

.faq-answer li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: 700;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .header-inner {
    padding: 0 48px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card-large {
    grid-column: span 2;
  }
}

@media (max-width: 992px) {
  .header-inner {
    gap: 20px;
  }

  .header-logo {
    width: 190px;
  }

  .header-right {
    gap: 6px;
  }

  .header-tagline {
    font-size: 13px;
    max-width: 100%;
  }

  .header-top-row {
    gap: 20px;
  }

  .main-nav ul {
    gap: 0 18px;
  }

  .main-nav a {
    font-size: 13px;
  }

  .hero-section {
    min-height: auto;
    padding: 140px 0 60px;
  }

  .hero-container {
    flex-direction: column;
    gap: 32px;
    padding: 0 24px;
    transform: translateY(20px);
  }

  .hero-card {
    padding: 32px;
  }

  .hero-card-title {
    font-size: 24px;
  }

  .section {
    padding: 80px 0;
  }

  .section-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 12px 0;
  }

  .site-header.scrolled {
    padding: 10px 0;
  }

  .header-inner {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 14px;
    padding: 0 32px;
  }

  .header-logo {
    width: 110px;
  }

  .header-right {
    width: 100%;
    gap: 10px;
    padding-left: 0;
  }

  .header-tagline {
    font-size: 12px;
    max-width: 100%;
  }

  .header-top-row {
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
  }

  .main-nav {
    width: 100%;
  }

  .main-nav ul {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .main-nav a {
    font-size: 13px;
  }

  .header-phone a {
    padding: 7px 12px;
    font-size: 14px;
  }

  .section-title {
    font-size: 28px;
  }

  .section-title-large {
    font-size: 32px;
  }

  .path-steps {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .path-step::after {
    display: none;
  }

  .cta-form {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-input {
    min-width: auto;
    width: 100%;
  }

  .cta-title {
    font-size: 28px;
  }

  .hero-section {
    padding: 120px 0 50px;
  }

  .hero-container {
    padding: 0 20px;
    gap: 24px;
    transform: none;
  }

  .problems-section {
    padding: 90px 0 60px;
  }

  .hero-card {
    padding: 28px;
  }

  .hero-card-title {
    font-size: 20px;
  }

  .hero-card-subtitle {
    font-size: 14px;
  }

  .hero-card-list li {
    font-size: 14px;
  }

  .hero-form-title {
    font-size: 18px;
  }

  .hero-form-list li {
    font-size: 13px;
  }

  .hero-form {
    flex-direction: column;
  }

  .hero-form-input {
    width: 100%;
  }

  .problem-card {
    padding: 20px;
  }

  .problem-icon {
    width: 48px;
    height: 48px;
  }

  .problem-content h4 {
    font-size: 16px;
  }

  .problem-content p {
    font-size: 14px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 24px;
  }

  .diagnostics-column {
    padding: 28px;
  }

  .benefit-item {
    padding: 24px;
  }

  .benefit-icon {
    width: 52px;
    height: 52px;
  }

  .benefit-content h4 {
    font-size: 16px;
  }

  .benefit-content p {
    font-size: 14px;
  }

  .faq-question {
    font-size: 15px;
    padding: 18px 20px;
  }

  .faq-answer li {
    font-size: 14px;
  }

  .faq-item.active .faq-answer {
    padding: 20px;
  }

  .premium-card {
    padding: 28px;
  }

  .cta-inline {
    padding: 28px;
  }

  .cta-inline p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 28px;
  }

  .section-title {
    font-size: 24px;
  }

  .section {
    padding: 60px 0;
  }

  .container {
    padding: 0 16px;
  }

  .btn {
    padding: 14px 24px;
    font-size: 15px;
  }
}

/* ===== ABOUT PAGE ===== */
.about-hero {
  padding-top: 140px;
  padding-bottom: 100px;
  background: white;
}

.about-hero-content {
  max-width: 900px;
  margin: 0 auto 80px;
  text-align: center;
}

.about-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 32px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.about-description {
  position: relative;
  padding-left: 24px;
}

.about-description::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--gradient-primary);
  border-radius: 2px;
}

.about-description p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--color-gray-600);
  text-align: left;
  margin: 0;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 60px;
}

.stat-item {
  text-align: center;
  padding: 32px 24px;
  background: var(--color-gray-50);
  border-radius: var(--radius-lg);
  transition: all 0.3s ease;
  position: relative;
}

.stat-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  background: white;
}

.stat-icon {
  width: 64px;
  height: 64px;
  background: var(--gradient-primary);
  border-radius: 50%;
  margin: 0 auto 20px;
  opacity: 0.9;
}

.stat-number {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.stat-label {
  font-size: 14px;
  color: var(--color-gray-500);
  line-height: 1.6;
}

/* About page responsive */
@media (max-width: 1200px) {
  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .about-title {
    font-size: 32px;
  }

  .about-description p {
    font-size: 16px;
  }

  .about-stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .stat-item {
    padding: 24px 20px;
  }

  .stat-number {
    font-size: 28px;
  }

  .stat-icon {
    width: 52px;
    height: 52px;
  }
}

/* ===== PERSONAL MESSAGE SECTION ===== */
.personal-message {
  padding: 100px 0;
  background: var(--color-gray-50);
}

.personal-message .section-title {
  margin-bottom: 60px;
}

.message-content {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  align-items: start;
}

.message-text {
  background: white;
  padding: 48px;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.message-text p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-gray-700);
  margin-bottom: 20px;
}

.message-text p:last-of-type {
  margin-bottom: 0;
}

.message-text p strong {
  color: var(--color-gray-900);
  font-weight: 600;
}

.message-signature {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--color-gray-200);
}

.message-signature p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-gray-600);
  margin-bottom: 20px;
}

.signature-image {
  width: 150px;
  height: 60px;
  background: linear-gradient(
    135deg,
    var(--color-gray-200) 0%,
    var(--color-gray-300) 100%
  );
  border-radius: var(--radius-sm);
}

.message-author {
  position: sticky;
  top: 120px;
}

.author-photo {
  width: 100%;
  aspect-ratio: 3/4;
  background: linear-gradient(
    135deg,
    var(--color-gray-200) 0%,
    var(--color-gray-300) 100%
  );
  border-radius: var(--radius-xl);
  margin-bottom: 24px;
}

.author-info {
  text-align: center;
}

.author-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 8px;
}

.author-title {
  font-size: 15px;
  color: var(--color-gray-500);
  line-height: 1.5;
}

/* Personal message responsive */
@media (max-width: 992px) {
  .message-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .message-author {
    position: static;
    display: flex;
    gap: 24px;
    align-items: center;
    order: -1;
  }

  .author-photo {
    width: 120px;
    height: 160px;
    aspect-ratio: auto;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .author-info {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .personal-message {
    padding: 60px 0;
  }

  .message-text {
    padding: 28px;
  }

  .message-text p {
    font-size: 15px;
  }

  .message-author {
    flex-direction: column;
    text-align: center;
  }

  .author-photo {
    width: 200px;
    height: 260px;
  }

  .author-info {
    text-align: center;
  }
}

/* ===== COMPANY STRUCTURE SECTION ===== */
.company-structure {
  padding: 100px 0;
  background: white;
}

.org-chart {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.org-main {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.org-card {
  background: white;
  border: 1px solid var(--color-gray-300);
  padding: 16px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-gray-800);
  transition: all 0.3s ease;
  line-height: 1.4;
}

.org-card:hover {
  border-color: var(--color-primary);
  box-shadow: var(--shadow-md);
}

.org-card-main {
  background: var(--color-gray-900);
  border-color: var(--color-gray-900);
  color: white;
  padding: 20px 80px;
  font-size: 16px;
  font-weight: 600;
}

.org-card-main:hover {
  background: var(--color-gray-800);
}

.org-card-sub {
  max-width: 200px;
}

.org-lines {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 1;
  pointer-events: none;
}

.org-subsidiaries {
  display: grid;
  grid-template-columns: 200px 1fr 200px;
  gap: 40px;
  position: relative;
  z-index: 2;
  min-height: 350px;
  align-items: start;
}

.org-left,
.org-right {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.org-left {
  align-items: flex-start;
}

.org-right {
  align-items: flex-end;
}

.org-left .org-pos-1 {
  margin-top: 0;
}

.org-left .org-pos-2 {
  margin-top: 0;
}

.org-right .org-pos-1 {
  margin-top: 0;
}

.org-right .org-pos-2 {
  margin-top: 0;
}

.org-center-bottom {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-self: end;
  padding-bottom: 0;
}

/* Structure responsive */
@media (max-width: 992px) {
  .org-chart {
    max-width: 600px;
  }

  .org-lines {
    display: none;
  }

  .org-subsidiaries {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    min-height: auto;
  }

  .org-left,
  .org-right,
  .org-center-bottom {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .org-left .org-pos-1,
  .org-left .org-pos-2,
  .org-right .org-pos-1,
  .org-right .org-pos-2 {
    margin-top: 0;
  }

  .org-card-sub {
    max-width: 280px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .company-structure {
    padding: 60px 0;
  }

  .org-card-main {
    padding: 16px 40px;
    font-size: 15px;
  }

  .org-card {
    font-size: 13px;
    padding: 14px 16px;
  }
}

/* ===== BOOKING MODAL (Paradigma Style) ===== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 28, 0.7);
  backdrop-filter: blur(8px);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.modal-overlay.active {
  display: flex !important;
}

.modal-container {
  background: white;
  border-radius: var(--radius-lg);
  max-width: 1000px;
  width: 95%;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  max-height: 90vh;
  overflow-y: auto;
  margin: auto;
  animation: modalFadeIn 0.4s ease;
}

@media (max-width: 768px) {
  .modal-container {
    max-width: 100%;
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }

  .modal-content {
    grid-template-columns: 1fr !important;
  }

  .modal-left {
    padding: 30px 20px !important;
    border-right: none !important;
    border-bottom: 1px solid var(--color-gray-200);
  }

  .modal-right {
    padding: 30px 20px !important;
  }

  .modal-title {
    font-size: 20px !important;
  }
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-30px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: none;
  background: var(--color-gray-100);
  border-radius: var(--radius-sm);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gray-500);
  transition: all 0.3s ease;
  z-index: 10;
  padding: 0;
}

.modal-close:hover {
  background: var(--color-primary);
  color: white;
}

.modal-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.modal-left {
  padding: 40px 35px;
  border-right: 1px solid var(--color-gray-200);
}

.modal-right {
  padding: 40px 35px;
  background: var(--color-gray-50);
}

.modal-title {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 12px;
}

.modal-subtitle {
  font-size: 15px;
  color: var(--color-gray-600);
  margin-bottom: 28px;
  line-height: 1.6;
}

.modal-messengers {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
}

.messenger-btn {
  flex: 1;
  padding: 14px 20px;
  border-radius: var(--radius-md);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border: 2px solid;
  transition: all 0.3s ease;
}

.messenger-whatsapp {
  color: #25d366;
  border-color: #25d366;
  background: white;
}

.messenger-whatsapp:hover {
  background: #25d366;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.messenger-telegram {
  color: #0088cc;
  border-color: #0088cc;
  background: white;
}

.messenger-telegram:hover {
  background: #0088cc;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 136, 204, 0.3);
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}

.modal-input {
  padding: 16px 20px;
  font-size: 16px;
  border: 2px solid var(--color-gray-200);
  border-radius: var(--radius-md);
  color: var(--color-dark);
  transition: all 0.3s ease;
  background: white;
}

.modal-input:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(49, 185, 57, 0.1);
}

.modal-input::placeholder {
  color: var(--color-gray-400);
}

.modal-submit {
  width: 100%;
  background: var(--color-primary);
  box-shadow: var(--shadow-green);
  font-family: "Raleway", Arial, sans-serif;
}

.modal-submit:hover {
  background: var(--color-primary-dark);
  box-shadow: var(--shadow-green-hover);
}

.modal-privacy {
  font-size: 13px;
  color: var(--color-gray-500);
  text-decoration: none;
  border-bottom: 1px dashed var(--color-gray-400);
  transition: all 0.3s ease;
}

.modal-privacy:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.modal-steps {
  list-style: none;
  padding: 0;
  margin-top: 24px;
}

.modal-steps li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
  font-size: 15px;
  color: var(--color-gray-700);
  line-height: 1.5;
}

.step-line {
  width: 40px;
  height: 2px;
  background: var(--color-gray-300);
  margin-top: 10px;
  flex-shrink: 0;
}

.step-text {
  flex: 1;
}

/* Modal responsive */
@media (max-width: 768px) {
  .modal-overlay {
    padding: 16px;
  }

  .modal-container {
    max-height: 95vh;
    border-radius: var(--radius-lg);
  }

  .modal-content {
    grid-template-columns: 1fr;
  }

  .modal-left {
    padding: 32px 24px;
    border-right: none;
    border-bottom: 1px solid var(--color-gray-100);
  }

  .modal-right {
    padding: 32px 24px;
  }

  .modal-title {
    font-size: 20px;
  }

  .modal-messengers {
    flex-direction: column;
  }

  .modal-close {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}

/* ===== ABOUT CTA SECTION ===== */
.about-cta {
  padding: 80px 0;
  background: var(--color-gray-50);
}

.about-cta-box {
  background: white;
  border-radius: var(--radius-xl);
  padding: 48px 60px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-gray-100);
}

.about-cta-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-gray-900);
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.4;
}

.about-cta-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-cta-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-gray-800);
  margin-bottom: 12px;
}

.about-cta-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-cta-benefits li {
  font-size: 15px;
  color: var(--color-gray-700);
  margin-bottom: 8px;
  line-height: 1.5;
}

.about-cta-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.about-cta-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.form-arrow {
  font-size: 24px;
  color: #e74c3c;
  transform: rotate(-10deg);
}

.about-cta-input {
  padding: 14px 20px;
  font-size: 16px;
  border: 2px solid var(--color-gray-300);
  border-radius: var(--radius-md);
  color: var(--color-gray-900);
  width: 220px;
  transition: all 0.2s ease;
}

.about-cta-input:focus {
  outline: none;
  border-color: var(--color-primary);
}

.about-cta-input::placeholder {
  color: var(--color-gray-400);
}

.about-cta-btn {
  padding: 14px 32px;
  background: var(--color-primary);
  border: none;
  box-shadow: none;
}

.about-cta-btn:hover {
  background: var(--color-primary-dark);
}

.about-cta-privacy {
  font-size: 13px;
  color: var(--color-gray-400);
  text-decoration: underline;
}

.about-cta-privacy:hover {
  color: var(--color-gray-600);
}

/* About CTA responsive */
@media (max-width: 768px) {
  .about-cta {
    padding: 60px 0;
  }

  .about-cta-box {
    padding: 32px 24px;
  }

  .about-cta-title {
    font-size: 20px;
  }

  .about-cta-form-row {
    flex-direction: column;
    width: 100%;
  }

  .form-arrow {
    display: none;
  }

  .about-cta-input {
    width: 100%;
  }

  .about-cta-btn {
    width: 100%;
  }
}

/* ===== CONTACTS PAGE ===== */
.contacts-section {
  padding: 140px 0 100px;
  background: white;
}

.contacts-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 48px;
  font-style: italic;
}

.contacts-content {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 60px;
}

.contacts-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contacts-info p,
.contacts-addresses p,
.contacts-additional p,
.contacts-requisites p {
  font-size: 15px;
  color: var(--color-gray-700);
  line-height: 1.6;
  margin-bottom: 4px;
}

.contacts-info a,
.contacts-addresses a {
  color: #e74c3c;
}

.contacts-info a:hover,
.contacts-addresses a:hover {
  text-decoration: underline;
}

.contacts-callback {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px 0;
}

.contacts-callback .btn {
  background: var(--color-primary);
  padding: 12px 24px;
  font-size: 14px;
}

.contacts-callback .btn:hover {
  background: var(--color-primary-dark);
}

.callback-text {
  font-size: 14px;
  color: var(--color-gray-500);
}

.contacts-print {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.print-icon {
  font-size: 20px;
  color: var(--color-gray-400);
}

.contacts-print a {
  font-size: 14px;
  color: var(--color-gray-500);
}

.contacts-print a:hover {
  color: var(--color-gray-700);
}

.contacts-socials {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.socials-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-gray-700);
  margin-bottom: 16px;
}

.socials-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.socials-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.social-dot {
  width: 12px;
  height: 12px;
  border: 2px solid var(--color-gray-300);
  border-radius: 50%;
  flex-shrink: 0;
  display: none;
}

.social-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon svg {
  width: 20px;
  height: 20px;
}

.social-icon-vk {
  color: #4a76a8;
}
.social-icon-telegram {
  color: #0088cc;
}
.social-icon-youtube {
  color: #ff0000;
}
.social-icon-instagram {
  color: #e4405f;
}
.social-icon-whatsapp {
  color: #25d366;
}
.social-icon-max {
  color: var(--color-primary);
}

.socials-list a {
  font-size: 14px;
  color: var(--color-gray-700);
}

.socials-list a:hover {
  color: var(--color-primary);
}

.social-link-red {
  color: #e74c3c !important;
}

/* Contacts responsive */
@media (max-width: 768px) {
  .contacts-section {
    padding: 60px 0;
  }

  .contacts-title {
    font-size: 28px;
  }

  .contacts-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contacts-callback {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===== MANAGEMENT PAGE ===== */
.management-hero {
  padding: 140px 0 80px;
  background: white;
}

.management-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.management-hero-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-gray-900);
  line-height: 1.3;
  margin-bottom: 16px;
}

.management-hero-subtitle {
  font-size: 15px;
  color: var(--color-gray-600);
  line-height: 1.6;
  margin-bottom: 24px;
}

.management-hero-questions {
  margin-bottom: 24px;
}

.management-hero-questions p {
  font-size: 15px;
  color: var(--color-gray-700);
  margin-bottom: 8px;
}

.management-hero-questions ol {
  padding-left: 20px;
  margin: 0;
}

.management-hero-questions li {
  font-size: 14px;
  color: var(--color-gray-600);
  margin-bottom: 4px;
}

.management-hero-form {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}

.management-form-input {
  padding: 14px 20px;
  font-size: 16px;
  border: 2px solid var(--color-gray-300);
  border-radius: var(--radius-md);
  color: var(--color-gray-900);
  width: 200px;
}

.management-form-input:focus {
  outline: none;
  border-color: var(--color-primary);
}

.management-hero-form .btn {
  background: #e74c3c;
  padding: 14px 24px;
}

.management-hero-form .btn:hover {
  background: #c0392b;
}

.management-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--color-gray-200);
}

.management-stat {
  text-align: left;
}

.stat-value {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 4px;
}

.stat-desc {
  font-size: 12px;
  color: var(--color-gray-500);
  line-height: 1.4;
}

.management-hero-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.management-hero-image {
  width: 100%;
  height: 300px;
  background: linear-gradient(
    135deg,
    var(--color-gray-200) 0%,
    var(--color-gray-300) 100%
  );
  border-radius: var(--radius-xl);
}

.management-hero-location {
  font-size: 13px;
  color: var(--color-gray-500);
  text-align: center;
}

.management-property-types {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.property-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.property-type-icon {
  width: 48px;
  height: 48px;
  background: var(--color-gray-100);
  border-radius: var(--radius-md);
}

.property-type span {
  font-size: 11px;
  color: var(--color-gray-600);
}

/* Management Benefits */
.management-benefits {
  padding: 80px 0;
  background: var(--color-gray-50);
}

.management-benefits .section-title {
  margin-bottom: 48px;
}

.management-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.management-benefit-card {
  background: white;
  padding: 32px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}

.management-benefit-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.benefit-card-icon {
  width: 40px;
  height: 40px;
  background: var(--color-gray-100);
  border-radius: var(--radius-md);
  margin-bottom: 16px;
}

.management-benefit-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-gray-900);
  margin-bottom: 12px;
}

.management-benefit-card p {
  font-size: 14px;
  color: var(--color-gray-600);
  line-height: 1.6;
}

/* Management responsive */
@media (max-width: 992px) {
  .management-hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .management-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .management-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .management-hero {
    padding: 120px 0 60px;
  }

  .management-hero-title {
    font-size: 26px;
  }

  .management-hero-form {
    flex-direction: column;
  }

  .management-form-input {
    width: 100%;
  }

  .management-stats {
    grid-template-columns: 1fr 1fr;
  }

  .management-property-types {
    flex-wrap: wrap;
    justify-content: center;
  }

  .management-benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* Preserve Property Section */
.preserve-property {
  padding: 80px 0;
  background: white;
}

.preserve-property .section-title {
  margin-bottom: 48px;
}

.preserve-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.preserve-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.preserve-item-reverse {
  direction: rtl;
}

.preserve-item-reverse > * {
  direction: ltr;
}

.preserve-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 12px;
}

.preserve-content p {
  font-size: 14px;
  color: var(--color-gray-600);
  line-height: 1.6;
  margin-bottom: 12px;
}

.preserve-content ul {
  padding-left: 20px;
  margin: 0 0 16px 0;
}

.preserve-content li {
  font-size: 14px;
  color: var(--color-gray-600);
  line-height: 1.6;
  margin-bottom: 8px;
}

.preserve-image {
  width: 100%;
  height: 250px;
  background: linear-gradient(
    135deg,
    var(--color-gray-200) 0%,
    var(--color-gray-300) 100%
  );
  border-radius: var(--radius-lg);
}

/* Home Staging Section */
.home-staging {
  padding: 80px 0;
  background: var(--color-gray-50);
}

.home-staging .section-title {
  margin-bottom: 48px;
}

.staging-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.staging-left > p {
  font-size: 14px;
  color: var(--color-gray-600);
  line-height: 1.6;
  margin-bottom: 24px;
}

.staging-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

.staging-feature h5 {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-gray-900);
  margin-bottom: 8px;
}

.staging-feature p {
  font-size: 13px;
  color: var(--color-gray-600);
  line-height: 1.6;
}

.staging-cta {
  background: white;
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-lg);
  padding: 24px;
  text-align: center;
}

.staging-cta p {
  font-size: 14px;
  color: var(--color-gray-700);
  margin-bottom: 16px;
}

.staging-cta .btn {
  background: var(--color-primary);
}

.staging-cta .btn:hover {
  background: var(--color-primary-dark);
}

.staging-compare-label {
  font-size: 14px;
  color: var(--color-gray-600);
  margin-bottom: 16px;
}

/* Before/After Slider */
.before-after-slider {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-gray-200);
}

.ba-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ba-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--color-gray-300) 0%,
    var(--color-gray-400) 100%
  );
}

.ba-before .ba-placeholder {
  background: linear-gradient(135deg, #ccc 0%, #999 100%);
}

.ba-after .ba-placeholder {
  background: linear-gradient(135deg, #a8d8a8 0%, #7cb87c 100%);
}

.ba-after {
  clip-path: inset(0 50% 0 0);
}

.ba-label {
  position: absolute;
  bottom: 12px;
  padding: 4px 12px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 12px;
  border-radius: var(--radius-sm);
}

.ba-before .ba-label {
  right: 12px;
}

.ba-after .ba-label {
  left: 12px;
}

.ba-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.ba-range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 20;
}

.ba-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: white;
  transform: translateX(-50%);
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.ba-handle::before,
.ba-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translateY(-50%);
}

.ba-handle::before {
  left: -12px;
  border-width: 8px 8px 8px 0;
  border-color: transparent white transparent transparent;
}

.ba-handle::after {
  right: -12px;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent white;
}

.staging-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 20px;
  background: white;
  border-radius: var(--radius-lg);
}

.staging-stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-gray-900);
}

.staging-stat-desc {
  font-size: 13px;
  color: var(--color-gray-500);
  line-height: 1.4;
}

/* Preserve & Staging responsive */
@media (max-width: 768px) {
  .preserve-item {
    grid-template-columns: 1fr;
  }

  .preserve-item-reverse {
    direction: ltr;
  }

  .staging-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Delegate Routine Section */
.delegate-routine {
  padding: 80px 0;
  background: white;
}

.delegate-routine .section-title {
  margin-bottom: 48px;
}

.delegate-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 48px;
}

.delegate-left p {
  font-size: 15px;
  color: var(--color-gray-700);
  margin-bottom: 16px;
}

.delegate-left ul {
  padding-left: 20px;
  margin: 0;
}

.delegate-left li {
  font-size: 14px;
  color: var(--color-gray-600);
  line-height: 1.6;
  margin-bottom: 8px;
}

.delegate-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.delegate-card {
  padding: 16px 20px;
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-md);
  background: white;
}

.delegate-card p {
  font-size: 14px;
  color: var(--color-gray-600);
  margin: 0;
}

.delegate-card-highlight {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.delegate-card-highlight p {
  color: white;
  font-weight: 500;
}

.delegate-result {
  font-size: 14px;
  color: var(--color-gray-500);
  font-style: italic;
  margin-top: 8px;
}

.delegate-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--color-gray-200);
}

.delegate-benefit h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 12px;
}

.delegate-benefit p {
  font-size: 14px;
  color: var(--color-gray-600);
  margin-bottom: 8px;
}

.delegate-benefit ul {
  padding-left: 20px;
  margin: 0;
}

.delegate-benefit li {
  font-size: 14px;
  color: var(--color-gray-600);
  line-height: 1.6;
  margin-bottom: 6px;
}

/* How We Work Section */
.how-we-work {
  padding: 80px 0;
  background: var(--color-gray-50);
}

.how-we-work .section-title {
  margin-bottom: 48px;
}

.work-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.work-step {
  text-align: center;
  position: relative;
}

.step-number {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-gray-300);
  margin-bottom: 16px;
}

.step-line {
  width: 100%;
  height: 2px;
  background: var(--color-gray-200);
  margin-bottom: 16px;
}

.work-step h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 8px;
}

.work-step p {
  font-size: 13px;
  color: var(--color-gray-500);
  line-height: 1.5;
}

.work-cta {
  background: white;
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-xl);
  padding: 40px;
  text-align: center;
}

.work-cta > p {
  font-size: 16px;
  color: var(--color-gray-700);
  margin-bottom: 24px;
}

.work-cta-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.work-cta-form .form-arrow {
  font-size: 24px;
  color: #e74c3c;
}

.work-cta-input {
  padding: 14px 20px;
  font-size: 16px;
  border: 2px solid var(--color-gray-300);
  border-radius: var(--radius-md);
  color: var(--color-gray-900);
  width: 200px;
}

.work-cta-input:focus {
  outline: none;
  border-color: var(--color-primary);
}

.work-cta-form .btn {
  background: var(--color-primary);
  padding: 14px 32px;
}

.work-cta-form .btn:hover {
  background: var(--color-primary-dark);
}

/* Delegate & Work responsive */
@media (max-width: 768px) {
  .delegate-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .delegate-benefits {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .work-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .work-cta-form {
    flex-direction: column;
  }

  .work-cta-form .form-arrow {
    display: none;
  }

  .work-cta-input {
    width: 100%;
  }
}

/* Management Reviews Section */
.management-reviews {
  padding: 80px 0;
  background: white;
}

.management-reviews .section-title {
  margin-bottom: 48px;
}

.reviews-slider {
  position: relative;
  max-width: 800px;
  margin: 0 auto 32px;
}

.review-slide {
  display: none;
  text-align: center;
  padding: 0 40px;
}

.review-slide.active {
  display: block;
}

.review-text {
  font-size: 15px;
  color: var(--color-gray-600);
  line-height: 1.8;
  margin-bottom: 24px;
  font-style: italic;
}

.review-author {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-gray-900);
}

.reviews-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.review-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-gray-300);
  cursor: pointer;
  transition: all 0.2s ease;
}

.review-dot.active {
  background: var(--color-gray-600);
}

.review-dot:hover {
  background: var(--color-gray-500);
}

/* Management FAQ Section */
.management-faq {
  padding: 80px 0;
  background: var(--color-gray-50);
}

.management-faq .section-title {
  margin-bottom: 48px;
}

.management-faq .faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.management-faq .faq-item {
  background: white;
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

.management-faq .faq-question {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.management-faq .faq-question:hover {
  background: var(--color-gray-50);
}

.management-faq .faq-question span:first-child {
  font-size: 14px;
  color: var(--color-gray-700);
  font-weight: 500;
}

.management-faq .faq-icon {
  font-size: 20px;
  color: var(--color-gray-400);
  transition: transform 0.2s ease;
}

.management-faq .faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.management-faq .faq-answer {
  display: none;
  padding: 0 24px 20px;
}

.management-faq .faq-item.active .faq-answer {
  display: block;
}

.management-faq .faq-answer p {
  font-size: 14px;
  color: var(--color-gray-600);
  line-height: 1.6;
}

/* Final CTA Section */
.management-final-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

.final-cta-box {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.final-cta-title {
  font-size: 28px;
  font-weight: 700;
  color: white;
  line-height: 1.4;
  margin-bottom: 32px;
}

.final-cta-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  text-align: left;
  display: inline-block;
}

.final-cta-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.benefit-check {
  color: var(--color-primary);
  font-size: 18px;
}

.final-cta-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}

.final-cta-form .form-arrow {
  font-size: 24px;
  color: #e74c3c;
}

.final-cta-input {
  padding: 14px 20px;
  font-size: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  width: 200px;
}

.final-cta-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.final-cta-input:focus {
  outline: none;
  border-color: var(--color-primary);
}

.final-cta-form .btn {
  background: var(--color-primary);
  padding: 14px 24px;
}

.final-cta-form .btn:hover {
  background: var(--color-primary-dark);
}

.final-cta-messengers-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}

.final-cta-messengers {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.messenger-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.messenger-icon:hover {
  background: rgba(255, 255, 255, 0.2);
}

.messenger-telegram {
  background: #0088cc;
}

.messenger-whatsapp {
  background: #25d366;
}

.messenger-vk {
  background: #4a76a8;
}

/* Final CTA responsive */
@media (max-width: 768px) {
  .final-cta-title {
    font-size: 24px;
  }

  .final-cta-form {
    flex-direction: column;
  }

  .final-cta-form .form-arrow {
    display: none;
  }

  .final-cta-input {
    width: 100%;
  }
}

/* ========================================
   PREPARATION PAGE STYLES
   ======================================== */

/* Preparation Hero Section */
.preparation-hero {
  padding: 120px 0 80px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(250, 248, 246, 0.88) 100%
    ),
    url("https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?w=1920&q=80")
      center/cover no-repeat;
  position: relative;
}

.preparation-hero-content {
  max-width: 700px;
}

.preparation-hero-title {
  font-size: 36px;
  font-weight: 800;
  color: var(--color-gray-900);
  line-height: 1.25;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
}

.preparation-hero-title .highlight {
  color: var(--color-primary);
  position: relative;
}

.preparation-hero-title .highlight::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-primary);
  opacity: 0.3;
  border-radius: 2px;
}

.preparation-hero-subtitle {
  font-size: 16px;
  color: var(--color-gray-700);
  margin-bottom: 20px;
  font-weight: 500;
}

.preparation-hero-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  background: linear-gradient(135deg, #f0f7ff 0%, #e6f0ff 100%);
  border-radius: 12px;
  padding: 20px 24px;
  border-left: 4px solid var(--color-primary);
}

.preparation-hero-benefits li {
  font-size: 15px;
  color: var(--color-gray-700);
  line-height: 1.7;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.preparation-hero-benefits li:last-child {
  margin-bottom: 0;
}

.preparation-hero-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background: var(--color-primary);
  border-radius: 50%;
  opacity: 0.15;
}

.preparation-hero-benefits li::after {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 5px;
  font-size: 11px;
  color: var(--color-primary);
  font-weight: 700;
}

.preparation-hero-cta-text {
  font-size: 15px;
  color: var(--color-gray-600);
  margin-bottom: 18px;
  font-weight: 500;
}

.preparation-hero-form {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.preparation-form-input {
  padding: 16px 20px;
  font-size: 16px;
  border: 2px solid var(--color-gray-200);
  border-radius: 10px;
  color: var(--color-gray-900);
  width: 220px;
  background: white;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.preparation-form-input:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
}

.btn-orange {
  background: var(--gradient-primary) !important;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.35);
  padding: 16px 32px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px;
}

.btn-orange:hover {
  background: linear-gradient(
    135deg,
    var(--color-primary-dark) 0%,
    var(--color-primary) 100%
  ) !important;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
  transform: translateY(-1px);
}

.preparation-hero-privacy {
  font-size: 13px;
  color: var(--color-gray-500);
  display: flex;
  align-items: center;
  gap: 10px;
}

.preparation-hero-privacy input {
  margin: 0;
  width: 16px;
  height: 16px;
  accent-color: var(--color-primary);
}

.preparation-hero-privacy a {
  color: var(--color-primary);
  text-decoration: none;
  border-bottom: 1px dashed var(--color-primary);
  transition: all 0.2s ease;
}

.preparation-hero-privacy a:hover {
  border-bottom-style: solid;
}

.preparation-hero-right {
  display: flex;
  justify-content: center;
  position: relative;
}

.preparation-hero-image {
  width: 100%;
  max-width: 480px;
  height: 380px;
  border-radius: 20px;
  box-shadow:
    0 25px 50px rgba(169, 124, 82, 0.25),
    0 10px 20px rgba(0, 0, 0, 0.1);
}

.preparation-hero-image.placeholder-image::after {
  font-size: 64px;
}

/* Solution Section */
.preparation-solution {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8f6f4 0%, #f5f3f0 100%);
}

.preparation-solution .section-title {
  margin-bottom: 20px;
  font-size: 32px;
}

.solution-intro {
  font-size: 16px;
  color: var(--color-gray-600);
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto 60px;
  text-align: center;
}

.solution-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.solution-left {
  display: flex;
  justify-content: center;
}

.solution-image {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  box-shadow:
    0 20px 40px rgba(180, 149, 110, 0.2),
    0 8px 16px rgba(0, 0, 0, 0.08);
}

.solution-image.placeholder-image::after {
  font-size: 64px;
}

.solution-right {
  background: white;
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.solution-right h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f0ebe6;
}

.solution-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.solution-steps li {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  font-size: 15px;
  color: var(--color-gray-600);
  line-height: 1.6;
  padding: 16px;
  background: linear-gradient(135deg, #faf9f8 0%, #f5f4f2 100%);
  border-radius: 12px;
  transition: all 0.2s ease;
}

.solution-steps li:hover {
  background: linear-gradient(135deg, #fff9f5 0%, #fff5ed 100%);
  transform: translateX(4px);
}

.solution-steps li:last-child {
  margin-bottom: 0;
}

.solution-steps .step-check {
  width: 28px;
  height: 28px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(37, 99, 235, 0.3);
}

/* Solution Diagram - Hidden, using simpler layout */
.solution-diagram {
  display: none;
}

/* Preparation Benefits Section */
.preparation-benefits {
  padding: 100px 0;
  background: white;
}

.preparation-benefits .section-title {
  margin-bottom: 60px;
  font-size: 32px;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
  max-width: 600px;
  margin: 0 auto;
}

.benefits-list li {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-gray-800);
  padding-left: 28px;
  position: relative;
  line-height: 1.5;
}

.benefits-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 768px) {
  .benefits-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .preparation-hero {
    padding: 100px 0 60px;
  }

  .preparation-hero-title {
    font-size: 28px;
  }

  .preparation-hero-form {
    flex-direction: column;
  }

  .preparation-form-input {
    width: 100%;
  }

  .prep-benefits-grid,
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-right {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .prep-benefits-grid,
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .preparation-hero-title {
    font-size: 24px;
  }
}

/* Risks Section */
.preparation-risks {
  padding: 100px 0;
  background: linear-gradient(180deg, #fafafa 0%, #f5f5f5 100%);
}

.preparation-risks .section-title {
  margin-bottom: 16px;
  font-size: 32px;
}

.risks-intro {
  font-size: 16px;
  color: var(--color-gray-500);
  text-align: center;
  margin-bottom: 50px;
}

.risks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.risk-card {
  background: white;
  border-radius: 16px;
  padding: 28px 32px;
  border-left: 4px solid var(--color-gray-300);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.risk-card:hover {
  border-left-color: #e74c3c;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.risk-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 16px;
  line-height: 1.4;
}

.risk-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.risk-card li {
  font-size: 14px;
  color: var(--color-gray-600);
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.risk-card li:last-child {
  margin-bottom: 0;
}

.risk-card li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--color-gray-400);
}

/* Property Types Benefits Section */
.property-types-benefits {
  padding: 100px 0;
  background: white;
}

.property-types-benefits .section-title {
  margin-bottom: 60px;
  font-size: 32px;
}

.property-types-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.property-type-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: start;
  padding: 32px;
  background: linear-gradient(135deg, #faf9f8 0%, #f8f7f5 100%);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.property-type-item:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.property-type-image {
  width: 200px;
  height: 160px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(180, 149, 110, 0.2);
}

.property-type-image.placeholder-image::after {
  font-size: 48px;
}

.property-type-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 8px;
}

.property-type-subtitle {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 16px;
}

.property-type-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.property-type-content li {
  font-size: 14px;
  color: var(--color-gray-600);
  line-height: 1.7;
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
}

.property-type-content li:last-child {
  margin-bottom: 0;
}

.property-type-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-size: 18px;
  line-height: 1.4;
}

/* Risks & Property Types responsive */
@media (max-width: 992px) {
  .risks-grid {
    grid-template-columns: 1fr;
  }

  .property-type-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .property-type-image {
    width: 100%;
    max-width: 300px;
    height: 180px;
  }
}

@media (max-width: 768px) {
  .preparation-risks .section-title,
  .property-types-benefits .section-title {
    font-size: 26px;
  }

  .property-type-item {
    padding: 24px;
  }
}

/* Services Comparison Section */
.services-comparison {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8f6f4 0%, #f5f3f0 100%);
}

.services-comparison .section-title {
  margin-bottom: 50px;
  font-size: 32px;
}

.comparison-table-wrapper {
  overflow-x: auto;
  margin-bottom: 60px;
  border-radius: 20px;
  background: white;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.06);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}

.comparison-table thead {
  background: linear-gradient(135deg, #faf9f8 0%, #f5f4f2 100%);
}

.comparison-table th {
  padding: 24px 16px;
  text-align: center;
  vertical-align: top;
  border-bottom: 2px solid #f0ebe6;
}

.comparison-table th.feature-col {
  width: 280px;
}

.comparison-table th.service-col {
  width: calc((100% - 280px) / 4);
}

.service-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-gray-900);
  line-height: 1.3;
}

.service-desc {
  font-size: 12px;
  font-weight: 400;
  color: var(--color-gray-500);
  line-height: 1.4;
}

.comparison-table th.service-highlight {
  background: linear-gradient(135deg, #fff5ed 0%, #ffede0 100%);
  position: relative;
}

.comparison-table th.service-highlight::before {
  content: "Популярный";
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 10px;
  font-weight: 600;
  color: white;
  background: var(--gradient-primary);
  padding: 4px 8px;
  border-radius: 20px;
}

.comparison-table th.service-highlight .service-name {
  color: var(--color-primary-dark);
}

.comparison-table tbody tr {
  transition: all 0.2s ease;
}

.comparison-table tbody tr:hover {
  background: #faf9f8;
}

.comparison-table td {
  padding: 18px 16px;
  border-bottom: 1px solid #f0ebe6;
}

.feature-name {
  font-size: 14px;
  color: var(--color-gray-700);
  line-height: 1.5;
  text-align: left;
  padding-left: 24px !important;
}

.check-cell {
  text-align: center;
  font-size: 18px;
}

.check-cell.service-highlight {
  background: linear-gradient(135deg, #fffbf7 0%, #fff8f2 100%);
}

.check-yes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 3px 10px rgba(39, 174, 96, 0.25);
}

.check-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--color-gray-100);
  color: var(--color-gray-400);
  border-radius: 50%;
  font-weight: 400;
  font-size: 16px;
}

/* Services Testimonial */
.services-testimonial {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  background: white;
  border-radius: 20px;
  padding: 40px 48px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  border-left: 4px solid var(--color-primary);
}

.testimonial-text {
  font-size: 15px;
  color: var(--color-gray-600);
  line-height: 1.8;
  font-style: italic;
  margin: 0;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  min-width: 140px;
}

.author-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(145deg, #d4b896 0%, #b8956e 100%);
  box-shadow: 0 6px 20px rgba(180, 149, 110, 0.25);
  position: relative;
}

.author-avatar::after {
  content: "👩‍💼";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.author-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-gray-900);
}

.author-role {
  font-size: 13px;
  color: var(--color-gray-500);
}

/* Services Comparison responsive */
@media (max-width: 992px) {
  .services-testimonial {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px;
  }

  .testimonial-author {
    flex-direction: row;
    justify-content: flex-start;
  }

  .author-info {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .services-comparison .section-title {
    font-size: 26px;
  }

  .comparison-table-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
}

/* Work Stages Section */
.work-stages {
  padding: 100px 0;
  background: white;
}

.work-stages .section-title {
  margin-bottom: 60px;
  font-size: 32px;
}

.stages-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto 60px;
}

.stages-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--gradient-primary);
  transform: translateX(-50%);
}

.stage-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.stage-item:last-child {
  margin-bottom: 0;
}

.stage-left {
  justify-content: flex-end;
  padding-right: calc(50% + 30px);
}

.stage-right {
  justify-content: flex-start;
  padding-left: calc(50% + 30px);
}

.stage-content {
  background: white;
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  max-width: 380px;
  transition: all 0.3s ease;
}

.stage-content:hover {
  box-shadow: 0 12px 40px rgba(230, 126, 34, 0.12);
  transform: translateY(-3px);
}

.stage-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 12px;
}

.stage-content p {
  font-size: 14px;
  color: var(--color-gray-600);
  line-height: 1.7;
  margin: 0;
}

.stage-dot {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 20px;
  height: 20px;
  background: var(--gradient-primary);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
  z-index: 1;
}

.stage-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}

/* Stages Help Cards */
.stages-help {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 700px;
  margin: 0 auto;
}

.help-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 28px;
  background: linear-gradient(135deg, #faf9f8 0%, #f5f4f2 100%);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.help-text {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-gray-700);
}

.help-card .btn {
  padding: 12px 24px !important;
  font-size: 14px !important;
}

/* Preparation Final CTA Section */
.preparation-final-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #1c1c1c 0%, #2d2d2d 100%);
  position: relative;
  overflow: hidden;
}

.preparation-final-cta::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at 30% 50%,
    rgba(230, 126, 34, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.preparation-final-cta::after {
  content: "";
  position: absolute;
  bottom: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at 70% 50%,
    rgba(91, 181, 197, 0.08) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.final-cta-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.final-cta-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: white;
  margin-bottom: 32px;
}

.preparation-final-cta .final-cta-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.preparation-final-cta .form-arrow {
  font-size: 24px;
  color: #e74c3c;
}

.preparation-final-cta .final-cta-input {
  padding: 16px 20px;
  font-size: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  width: 220px;
}

.preparation-final-cta .final-cta-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.preparation-final-cta .final-cta-input:focus {
  outline: none;
  border-color: var(--color-primary);
  background: rgba(255, 255, 255, 0.15);
}

.final-cta-privacy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.final-cta-privacy input {
  margin: 0;
  width: 16px;
  height: 16px;
  accent-color: var(--color-primary);
}

.final-cta-privacy a {
  color: var(--color-primary-light);
  text-decoration: none;
  border-bottom: 1px dashed var(--color-primary-light);
}

/* Work Stages responsive */
@media (max-width: 768px) {
  .stages-timeline::before {
    left: 20px;
  }

  .stage-item {
    padding-left: 50px !important;
    padding-right: 0 !important;
    justify-content: flex-start !important;
  }

  .stage-dot {
    left: 20px !important;
  }

  .stage-content {
    max-width: 100%;
  }

  .stages-help {
    grid-template-columns: 1fr;
  }

  .help-card {
    flex-direction: column;
    text-align: center;
  }

  .preparation-final-cta .final-cta-form {
    flex-direction: column;
  }

  .preparation-final-cta .form-arrow {
    display: none;
  }

  .preparation-final-cta .final-cta-input {
    width: 100%;
  }

  .final-cta-content h3 {
    font-size: 24px;
  }
}

/* Success Stories Section */
.success-stories {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8f6f4 0%, #f5f3f0 100%);
}

.success-stories .section-title {
  margin-bottom: 50px;
  font-size: 32px;
}

.stories-slider {
  position: relative;
  margin-bottom: 32px;
}

.story-slide {
  display: none;
}

.story-slide.active {
  display: block;
}

.story-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: white;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.story-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.story-image {
  height: 200px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.story-before {
  background: url("https://images.unsplash.com/photo-1502672260266-1c1ef2d93688?w=600&q=80")
    center/cover no-repeat;
}

.story-after {
  background: url("https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?w=600&q=80")
    center/cover no-repeat;
}

.image-label {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 14px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
}

.story-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-gray-900);
  line-height: 1.4;
  margin-bottom: 12px;
}

.story-location {
  font-size: 14px;
  color: var(--color-gray-500);
  line-height: 1.6;
  margin-bottom: 20px;
}

.story-details {
  margin-bottom: 20px;
}

.story-details p {
  font-size: 14px;
  color: var(--color-gray-700);
  margin-bottom: 10px;
}

.story-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.story-details li {
  font-size: 13px;
  color: var(--color-gray-600);
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.story-details li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #27ae60;
  font-weight: 700;
}

.story-result {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
}

.result-label {
  font-size: 13px;
  font-weight: 700;
  color: #27ae60;
  display: block;
  margin-bottom: 6px;
}

.story-result p {
  font-size: 14px;
  color: var(--color-gray-700);
  line-height: 1.6;
  margin: 0;
}

.story-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.story-author .author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(145deg, #27ae60 0%, #2ecc71 100%);
}

.story-author .author-avatar::after {
  content: "👤";
  font-size: 20px;
}

.story-author .author-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-gray-900);
}

.story-author .author-role {
  font-size: 13px;
  color: var(--color-gray-500);
}

.stories-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.story-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-gray-300);
  cursor: pointer;
  transition: all 0.2s ease;
}

.story-dot.active {
  background: var(--color-primary);
  transform: scale(1.2);
}

.story-dot:hover {
  background: var(--color-gray-400);
}

/* Work Principles Section */
.work-principles {
  padding: 80px 0;
  background: white;
  border-top: 1px solid var(--color-gray-100);
}

.work-principles .section-title {
  margin-bottom: 50px;
  font-size: 28px;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.principle-card {
  padding: 32px;
  background: linear-gradient(135deg, #faf9f8 0%, #f5f4f2 100%);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.principle-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
}

.principle-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 12px;
}

.principle-card p {
  font-size: 14px;
  color: var(--color-gray-600);
  line-height: 1.7;
  margin: 0;
}

/* Success Stories & Principles responsive */
@media (max-width: 992px) {
  .story-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .principles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .story-images {
    grid-template-columns: 1fr;
  }

  .story-image {
    height: 160px;
  }

  .success-stories .section-title {
    font-size: 26px;
  }
}

/* Prep About Company Section */
.prep-about-company {
  padding: 100px 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

.prep-about-company .section-title {
  color: white;
  margin-bottom: 50px;
  font-size: 32px;
}

.prep-about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.prep-about-text p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin-bottom: 20px;
}

.prep-about-text h4 {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 32px 0 16px;
}

.prep-about-image {
  width: 100%;
  height: 350px;
  border-radius: 16px;
  padding-bottom: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.prep-about-image.placeholder-image::after {
  font-size: 64px;
}

.image-caption {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
}

/* Prep FAQ Section */
.prep-faq {
  padding: 100px 0;
  background: white;
}

.prep-faq .section-title {
  margin-bottom: 50px;
  font-size: 32px;
}

.prep-faq .faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.prep-faq .faq-item {
  background: white;
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

.prep-faq .faq-question {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.prep-faq .faq-question:hover {
  background: var(--color-gray-50);
}

.prep-faq .faq-question span:first-child {
  font-size: 15px;
  color: var(--color-gray-700);
  font-weight: 600;
  padding-right: 20px;
}

.prep-faq .faq-icon {
  font-size: 20px;
  color: var(--color-gray-400);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.prep-faq .faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.prep-faq .faq-answer {
  display: none;
  padding: 0 24px 20px;
}

.prep-faq .faq-item.active .faq-answer {
  display: block;
}

.prep-faq .faq-answer p {
  font-size: 14px;
  color: var(--color-gray-600);
  line-height: 1.7;
}

/* Prep About & FAQ responsive */
@media (max-width: 992px) {
  .prep-about-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .prep-about-image {
    height: 280px;
  }
}

@media (max-width: 768px) {
  .prep-about-company .section-title,
  .prep-faq .section-title {
    font-size: 26px;
  }
}

/* Consultation CTA Section */
.consultation-cta {
  padding: 80px 0;
  background: linear-gradient(180deg, #f5f5f5 0%, #ebebeb 100%);
}

.consultation-box {
  background: white;
  border-radius: 20px;
  padding: 50px 60px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.consultation-box h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-gray-800);
  line-height: 1.4;
  margin-bottom: 32px;
}

.consultation-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.consultation-form .form-arrow {
  font-size: 24px;
  color: #e74c3c;
}

.consultation-input {
  padding: 16px 20px;
  font-size: 16px;
  border: 2px solid var(--color-gray-300);
  border-radius: 8px;
  color: var(--color-gray-900);
  width: 220px;
  background: white;
}

.consultation-input:focus {
  outline: none;
  border-color: var(--color-primary);
}

.btn-teal {
  background: var(--gradient-primary) !important;
  padding: 16px 32px !important;
  font-weight: 600 !important;
}

.btn-teal:hover {
  background: linear-gradient(
    135deg,
    var(--color-primary-dark) 0%,
    var(--color-primary) 100%
  ) !important;
}

.consultation-privacy {
  font-size: 13px;
  color: var(--color-gray-500);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.consultation-privacy input {
  margin: 0;
  width: 16px;
  height: 16px;
  accent-color: var(--color-primary);
}

.consultation-privacy a {
  color: var(--color-primary);
  text-decoration: none;
}

.consultation-privacy a:hover {
  text-decoration: underline;
}

/* Consultation CTA responsive */
@media (max-width: 768px) {
  .consultation-box {
    padding: 32px 24px;
  }

  .consultation-box h3 {
    font-size: 20px;
  }

  .consultation-form {
    flex-direction: column;
  }

  .consultation-form .form-arrow {
    display: none;
  }

  .consultation-input {
    width: 100%;
  }
}
