/* Общий CSS для статических страниц Круиз Маркет
   Используется на: /legal/privacy, /legal/offer, /legal/consent, /about, /contacts */
:root {
  --bg-deep: #EEF2F7;
  --bg-base: #EEF2F7;
  --bg-soft: #E3EAF3;
  --bg-footer: #1B2433;
  --text-white: #1B2433;
  --text-soft: rgba(27, 36, 51, 0.72);
  --text-mute: rgba(27, 36, 51, 0.52);
  --text-faint: rgba(27, 36, 51, 0.35);
  --gold: #C8A86B;
  --sky: #2C5F8D;
  --line: rgba(27, 36, 51, 0.1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg-deep); }
body {
  background: var(--bg-deep);
  color: var(--text-white);
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(238, 242, 247, 0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-white);
  text-decoration: none;
}
.logo-monogram {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
}
.logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.header-link {
  font-size: 13px;
  color: var(--text-white);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

.page { padding: 64px 0 96px; }
.page-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--gold);
  margin-bottom: 16px;
}
.page-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  max-width: 900px;
}
.page-title em {
  font-style: italic;
  color: var(--sky);
}
.page-lead {
  font-size: 17px;
  color: var(--text-soft);
  max-width: 720px;
  line-height: 1.6;
  margin-bottom: 48px;
}

.content {
  max-width: 760px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-soft);
}
.content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--text-white);
  margin: 40px 0 16px;
  letter-spacing: -0.01em;
}
.content h2:first-child { margin-top: 0; }
.content h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-white);
  margin: 24px 0 10px;
}
.content p { margin-bottom: 14px; }
.content ul, .content ol { margin: 12px 0 18px 24px; }
.content li { margin-bottom: 6px; }
.content a {
  color: var(--sky);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.content a:hover { color: var(--gold); }
.content strong { color: var(--text-white); font-weight: 600; }
.content .updated {
  font-size: 13px;
  color: var(--text-mute);
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.footer {
  background: var(--bg-footer);
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.footer-logo-mono {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}
.footer-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #fff;
}
.footer-slogan {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 14px;
}
.footer-about {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.55;
  max-width: 320px;
}
.footer-col-title {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  font-weight: 500;
}
.footer-col-list { list-style: none; }
.footer-col-list li { margin-bottom: 10px; }
.footer-col-list a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 14px;
}
.footer-col-list a:hover { color: var(--gold); }
.footer-contact-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.footer-contact-link:hover { color: var(--gold); }
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  margin-right: 18px;
}
.footer-bottom a:hover { color: var(--gold); }

@media (max-width: 900px) {
  .page-title { font-size: 38px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .container { padding: 0 20px; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .page-title { font-size: 30px; }
}
