/* ═══════════════════════════════════════════════════════════
   [НАЗВА] · STYLES
   Premium McKinsey-style · Emerald Palette
   ═══════════════════════════════════════════════════════════ */

:root {
  /* Palette */
  --cream: #EAF6F9;
  --cream-2: #E1F0F5;
  --emerald: #032F4A;
  --emerald-dark: #011E2B;
  --emerald-deep: #012731;
  --emerald-mid: #026B9C;
  --emerald-bright: #0E69AA;
  --emerald-vivid: #1E90FF;
  --emerald-light: #BEEAF8;
  --emerald-pale: #E8F9FF;
  --charcoal: #052028;
  --text: #052028;
  --text-mute: #6B8FA3;
  --gold: #C9A961;
  --gold-light: #E5D3A3;
  --border: #DDEAF0;
  --white: #FFFFFF;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.container-wide { max-width: 1440px; margin: 0 auto; padding: 0 32px; }

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

/* ═══════════ UTILITY BAR ═══════════ */
.utility-bar {
  background: var(--emerald-dark);
  color: var(--cream);
  padding: 8px 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.utility-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.utility-bar a {
  color: var(--cream);
  text-decoration: none;
  margin-left: 24px;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.utility-bar a:hover { opacity: 1; }

/* ═══════════ NAVIGATION ═══════════ */
.nav {
  background: rgba(250, 250, 245, 0.96);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 6px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--emerald);
}

.logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: var(--emerald);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  font-family: 'Bodoni Moda', serif;
  font-weight: 700;
  font-size: 22px;
  font-style: italic;
}

.logo-text {
  font-family: 'Bodoni Moda', serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--emerald);
}

.logo-img {
  height: 88px;
  width: auto;
  display: block;
}

.nav-menu {
  display: flex;
  gap: 28px;
  list-style: none;
}

.nav-menu a {
  color: var(--charcoal);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--emerald);
  border-bottom-color: var(--emerald);
}

.nav-cta {
  padding: 10px 22px;
  background: var(--emerald);
  color: var(--cream);
  border-radius: 100px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s;
}

.nav-cta:hover {
  background: var(--emerald-dark);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  background: var(--emerald);
  color: var(--cream);
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .nav-menu { display: none; }
  .menu-toggle { display: block; }
  .nav-menu.active {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    flex-direction: column;
    padding: 24px 32px;
    gap: 16px;
    border-bottom: 1px solid var(--border);
  }
}

/* ═══════════ TYPOGRAPHY ═══════════ */
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--emerald-bright);
  margin-bottom: 20px;
}

.eyebrow-line {
  border-bottom: 2px solid var(--emerald-bright);
  padding-bottom: 8px;
}

.title-hero {
  font-family: 'Bodoni Moda', serif;
  font-size: clamp(56px, 8vw, 112px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--emerald-dark);
  margin-bottom: 32px;
}

.title-section {
  font-family: 'Bodoni Moda', serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--emerald-dark);
  margin-bottom: 24px;
}

.title-block {
  font-family: 'Bodoni Moda', serif;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--emerald-dark);
}

.italic { font-style: italic; color: var(--emerald-bright); }
.italic-light { font-style: italic; color: var(--emerald-vivid); }

.subtitle {
  font-size: 19px;
  line-height: 1.5;
  color: var(--text);
}

/* ═══════════ BUTTONS ═══════════ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 36px;
  background: var(--emerald);
  color: var(--cream);
  border-radius: 100px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  background: var(--emerald-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(2, 87, 120, 0.25);
}

.btn-primary .arrow { transition: transform 0.3s; }
.btn-primary:hover .arrow { transform: translateX(4px); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 36px;
  background: transparent;
  color: var(--emerald);
  border: 2px solid var(--emerald);
  border-radius: 100px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background: var(--emerald);
  color: var(--cream);
}

.btn-link {
  color: var(--emerald);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 2px solid var(--emerald);
  padding-bottom: 4px;
  transition: all 0.2s;
}

.btn-link:hover { color: var(--emerald-bright); border-bottom-color: var(--emerald-bright); }

/* ═══════════ NEW PREMIUM CTA ═══════════ */
.cta-final {
  background: var(--cream);
  padding: 120px 0;
  border-top: 1px solid var(--border);
}

.cta-final-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}

@media (max-width: 1024px) {
  .cta-final-grid { grid-template-columns: 1fr; gap: 48px; }
}

.cta-final-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--emerald-bright);
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--emerald-bright);
}

.cta-final-title {
  font-family: 'Bodoni Moda', serif;
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--emerald-dark);
  margin-bottom: 28px;
}

.cta-final-title .italic { font-style: italic; color: var(--emerald-bright); }

.cta-final-text {
  font-size: 19px;
  line-height: 1.5;
  color: var(--text);
  max-width: 480px;
}

.cta-final-card {
  background: var(--emerald-deep);
  border-radius: 8px;
  padding: 48px;
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.cta-final-card::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(14, 105, 170, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cta-final-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}

.cta-final-step:first-child { padding-top: 0; }

.cta-final-step-num {
  flex-shrink: 0;
  font-family: 'Bodoni Moda', serif;
  font-style: italic;
  font-size: 24px;
  font-weight: 700;
  color: var(--emerald-vivid);
  line-height: 1;
  width: 36px;
}

.cta-final-step h4 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.cta-final-step p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.4;
}

.cta-final-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 18px 32px;
  background: var(--emerald-vivid);
  color: var(--emerald-deep);
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s;
  margin-top: 28px;
  position: relative;
  z-index: 1;
}

.cta-final-btn:hover {
  background: var(--cream);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(14, 105, 170, 0.3);
}

.cta-final-btn .arrow { transition: transform 0.3s; }
.cta-final-btn:hover .arrow { transform: translateX(4px); }

.cta-final-note {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 16px;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}

/* ═══════════ FOOTER ═══════════ */
.footer {
  background: var(--charcoal);
  color: var(--cream);
  padding: 64px 0 32px;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
}

.footer-brand h3 {
  font-family: 'Bodoni Moda', serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--cream);
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.5;
  max-width: 380px;
}

.footer-legal {
  margin-top: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--emerald-vivid); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  margin-right: 24px;
}

.footer-bottom a:hover { color: var(--cream); }

/* ═══════════ UTILITIES ═══════════ */
.section { padding: 100px 0; }
.section-sm { padding: 60px 0; }
.text-center { text-align: center; }
.mb-32 { margin-bottom: 32px; }
.mb-48 { margin-bottom: 48px; }
.mb-64 { margin-bottom: 64px; }

@media (max-width: 768px) {
  .section { padding: 60px 0; }
  .container { padding: 0 20px; }
}
