:root {
  --bg: #ffffff;
  --text: #17191b;
  --hover: #313c48;
  --border: #e8e8e8;
  --muted: #6e7781;
  --very-muted: #a0a8b0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.48;
  font-weight: 340;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  min-height: 100dvh;
  overflow-x: hidden;
}

.viewport-distortion {
  position: relative;
}

.side-mirrors {
  position: fixed;
  inset: 0 0 0 auto;
  width: 240px;
  padding: 160px 28px 80px 20px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 13.2px;
  letter-spacing: 0.48em;
  text-transform: uppercase;
  color: var(--text);
  background: linear-gradient(180deg, #fcfcfc 0%, #ffffff 48%, #fcfcfc 100%);
  border-left: 1px solid var(--border);
  z-index: 200;
  transition: background 0.4s ease;
}

.mirrors-label {
  font-size: 10.8px;
  letter-spacing: 0.92em;
  opacity: 0.38;
  margin-bottom: 3.2em;
}

.mirror-line {
  margin: 2.1em 0;
}

.mirror-line a {
  color: var(--text);
  text-decoration: none;
  transition: color 0.18s ease;
  word-break: break-all;
}

.mirror-line a:hover,
.mirror-line a:focus {
  color: var(--hover);
  outline: none;
}

.mirrors-note {
  margin-top: 3.6em;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  opacity: 0.48;
  line-height: 1.5;
}

.floating-logo-header {
  position: fixed;
  top: 38px;
  left: -96px;
  z-index: 180;
  transform: rotate(-2.4deg);
  filter: contrast(0.94) brightness(1.03);
  pointer-events: none;
}

.logo-cut {
  display: block;
}

.content-float {
  padding: 200px 6% 140px 9%;
  max-width: 1240px;
  margin: 0 auto;
}

.page-section {
  margin: 200px 0;
  position: relative;
}

.page-section h1,
.page-section h2 {
  font-weight: 100;
  letter-spacing: 0.44em;
  text-transform: uppercase;
  opacity: 0.065;
  position: absolute;
  top: -0.28em;
  left: -1.4em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 0.9;
}

.page-section h1 {
  font-size: clamp(3.2rem, 8.2vw, 8.4rem);
}

.page-section h2 {
  font-size: clamp(2.4rem, 5.8vw, 6.2rem);
  opacity: 0.09;
}

.page-section p,
.page-section ul,
.page-section ol,
.page-section table {
  font-size: 1.07rem;
  max-width: 860px;
  margin: 1.5em auto;
  color: var(--text);
}

.page-section ul,
.page-section ol {
  padding-left: 2.4em;
  margin: 1.8em 0;
}

.page-section li {
  margin: 1em 0;
}

.page-section strong {
  font-weight: 480;
  color: var(--text);
}

.image-container {
  position: relative;
  margin: 2.4em auto;
  max-width: 100%;
  border: 1px solid var(--border);
  background: white;
  box-shadow: 0 20px 60px -20px rgba(0,0,0,0.055);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.image-container:hover {
  box-shadow: 0 28px 80px -24px rgba(0,0,0,0.07);
  transform: translateY(-4px);
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.page-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 2.8em 0;
  font-size: 1.02rem;
}

.page-section table th,
.page-section table td {
  padding: 16px 20px;
  border: 1px solid var(--border);
  text-align: left;
}

.page-section table th {
  background: #fafafa;
  font-weight: 460;
  color: var(--text);
}

.page-section table td {
  color: var(--muted);
}

@media (max-width: 1100px) {
  .content-float {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media (max-width: 860px) {
  .side-mirrors {
    position: static;
    width: 100%;
    writing-mode: horizontal-tb;
    text-align: center;
    padding: 48px 20px 68px;
    border-left: none;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: none;
    font-size: 12.8px;
    letter-spacing: 0.26em;
  }

  .mirrors-label {
    font-size: 10.4px;
    letter-spacing: 0.78em;
    margin-bottom: 1.8em;
  }

  .mirror-line {
    margin: 1.3em 0;
  }

  .mirrors-note {
    margin-top: 2.4em;
  }

  .floating-logo-header {
    position: static;
    text-align: center;
    margin: 48px 0 72px;
    transform: none;
    left: auto;
    filter: none;
  }

  .content-float {
    padding: 48px 18px 100px;
  }

  .page-section {
    margin: 120px 0;
  }

  .page-section h1,
  .page-section h2 {
    position: static;
    text-align: center;
    opacity: 0.11;
    margin-bottom: 1.3em;
    letter-spacing: 0.26em;
  }

  .page-section table {
    font-size: 0.97rem;
  }

  .page-section table th,
  .page-section table td {
    padding: 12px 14px;
  }

  .image-container {
    margin: 2em auto;
  }
}

@media (max-width: 480px) {
  .content-float {
    padding-left: 5%;
    padding-right: 5%;
  }

  .page-section p,
  .page-section ul,
  .page-section ol {
    font-size: 1.02rem;
  }
}
.page-section.hero h1 {
  font-size: clamp(3.4rem, 9vw, 9.2rem);
  opacity: 0.06;
}

.page-section.primary-access {
  background: rgba(250,250,250,0.4);
  padding: 2.4rem 3rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  margin: 2.8rem 0 3.6rem;
}

.page-section.primary-access p strong {
  color: var(--text);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.page-section ol,
.page-section ul {
  counter-reset: section;
}

.page-section ol > li {
  position: relative;
  padding-left: 2.4em;
  margin: 1.3em 0;
}

.page-section ol > li::before {
  content: counter(section) ".";
  counter-increment: section;
  position: absolute;
  left: 0;
  color: var(--muted);
  font-weight: 500;
}

.page-section table tr:nth-child(even) {
  background: rgba(248,248,248,0.6);
}

.page-section table th {
  background: #f6f6f6;
  font-weight: 480;
}

.page-section table td:first-child {
  font-weight: 460;
  color: var(--text);
}

.page-section table td {
  color: var(--muted);
}

.faq-section p {
  margin: 2em 0;
  padding-left: 1.8em;
  border-left: 3px solid var(--border);
}

.faq-section p strong {
  display: block;
  margin-bottom: 0.6em;
  color: var(--text);
  font-weight: 480;
}

.final-advice {
  padding: 2.2rem 2.8rem;
  background: linear-gradient(135deg, #fcfcfc 0%, #f8f8f8 100%);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin: 4rem 0 2rem;
}

.final-advice p {
  margin: 1.4em 0;
  font-size: 1.08rem;
}

.mirrors-note strong {
  color: var(--text);
  font-weight: 500;
}

.image-container {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.image-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 32px 80px -24px rgba(0,0,0,0.08);
}

@media (max-width: 860px) {
  .page-section.primary-access {
    padding: 1.8rem 2.2rem;
  }

  .page-section.hero h1 {
    font-size: clamp(2.8rem, 7.5vw, 6.8rem);
  }

  .final-advice {
    padding: 1.8rem 2rem;
  }
}

@media (max-width: 480px) {
  .page-section ol > li,
  .page-section ul > li {
    padding-left: 2em;
  }

  .page-section table th,
  .page-section table td {
    padding: 10px 12px;
    font-size: 0.96rem;
  }

  .faq-section p {
    padding-left: 1.4em;
  }
}