@font-face {
  font-family: "TT Norms Pro";
  src: url("/fonts/tt-norms-pro-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro";
  src: url("/fonts/tt-norms-pro-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --page: #f5f5f5;
  --ink: #080808;
  --muted: rgba(8, 8, 8, 0.64);
  --line: rgba(8, 8, 8, 0.1);
  --panel: rgba(255, 255, 255, 0.62);
  --deep: #24213b;
}

* {
  box-sizing: border-box;
  font-family: inherit;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: "TT Norms Pro", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  padding: 20px 24px 48px;
}

.nav,
main,
.footer-inner {
  width: min(100%, 88rem);
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.logo-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(0, 0, 0, 0.68);
  font-size: 15px;
  font-weight: 600;
}

.nav-dropdown {
  position: relative;
    padding: 12px 0;
    margin: -12px 0;
  }

.nav-trigger {
  min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
  }

.nav-chevron {
    color: rgba(0, 0, 0, 0.42);
    font-size: 15px;
    line-height: 1;
    transform: translateY(-1px);
  }

.nav-menu {
  position: absolute;
  top: calc(100% - 8px);
  left: 50%;
  z-index: 30;
  width: 320px;
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-dropdown:hover .nav-menu,
.nav-dropdown:focus-within .nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-menu a {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 14px;
  color: #111;
}

.nav-menu a:hover {
  background: #f5f5f5;
}

.nav-menu span {
  color: rgba(0, 0, 0, 0.56);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

.pill-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 104px 48px 56px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 28%, rgba(47, 100, 216, 0.12), transparent 26%),
    radial-gradient(circle at 86% 72%, rgba(73, 197, 193, 0.16), transparent 28%),
    linear-gradient(90deg, rgba(245, 245, 245, 0.94), rgba(245, 245, 245, 0.7) 48%, rgba(245, 245, 245, 0.38)),
    #e8eeee;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: rgba(0, 0, 0, 0.58);
  font-size: 14px;
  font-weight: 600;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 920px;
  margin-top: 24px;
  font-size: clamp(48px, 6.4vw, 84px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero-copy {
  max-width: 720px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.section {
  padding: 76px 0 0;
}

.intro-grid,
.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
}

h2 {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
}

.lead {
  color: var(--muted);
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.card,
.answer-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel);
}

.card.dark {
  background: var(--deep);
  color: #fff;
}

.card h3,
.answer-card h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.card p,
.answer-card p,
.content-list li {
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.48;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: #2f64d8;
  font-size: 16px;
  font-weight: 600;
}

.card.dark p {
  color: rgba(255, 255, 255, 0.68);
}

.content-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-list li {
  margin-top: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.language-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.language-grid span {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: rgba(0, 0, 0, 0.68);
  font-size: 15px;
  font-weight: 600;
}

.comparison-table-wrap {
  max-width: 1080px;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: auto;
  border-top: 1px solid rgba(8, 8, 8, 0.12);
}

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

.comparison-table th,
.comparison-table td {
  border-bottom: 1px solid rgba(8, 8, 8, 0.12);
  padding: 18px 16px;
  text-align: center;
  vertical-align: middle;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  width: 34%;
  padding-left: 0;
  text-align: left;
}

.comparison-table th {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.comparison-table td:first-child {
  color: #2a2a2a;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.compare-mark {
  min-width: 46px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e8edc8;
  color: #444;
  font-size: 24px;
  font-weight: 400;
}

.compare-mark.neutral {
  background: #f0efea;
  color: #777;
  font-size: 22px;
}

.compare-text {
  display: inline-flex;
  max-width: 140px;
  color: rgba(8, 8, 8, 0.62);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.22;
}

.source-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.source-list a {
  color: #2f64d8;
  font-weight: 600;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 76px;
  padding: 34px;
  border-radius: 24px;
  background: #000;
  color: #fff;
}

.cta p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.45;
}

.cta .pill-button {
  background: #fff;
  color: #000;
}

.site-footer {
  max-width: 88rem;
  margin: 80px auto 0;
}

.footer-card {
  border-radius: 46px;
  background: #fff;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
}

.footer-inner {
  border-radius: 38px;
  background: #f8fafc;
  padding: 56px 64px 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
  gap: 48px;
  margin-bottom: 56px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo-box {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #000;
  color: #fff;
}

.footer-brand-name {
  color: #0f172a;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.footer-description {
  max-width: 350px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.65;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #edf1f5;
  border-radius: 14px;
  background: #fff;
  color: #1e293b;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  transition: background 0.2s ease, transform 0.2s ease;
}

.social-button:hover {
  background: #f8fafc;
}

.social-button:active {
  transform: scale(0.95);
}

.footer-column h4 {
  margin: 0 0 24px;
  color: #94a3b8;
  font-size: 14px;
  font-weight: 600;
}

.footer-column ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column a {
  color: #1e293b;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: #2f64d8;
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 64px;
  color: #64748b;
  font-size: 15px;
  font-weight: 600;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer-legal-links a {
  transition: color 0.2s ease;
}

.footer-legal-links a:hover {
  color: #1e293b;
}

.footer-separator {
  width: 1px;
  height: 16px;
  background: #cbd5e1;
}

.glass-word-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -18px;
  user-select: none;
  pointer-events: none;
}

.glass-word {
  position: relative;
  color: #fff;
  font-size: min(25vw, 360px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.07em;
  filter: url(#glass-effect);
  animation: glass-reveal 1.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes glass-reveal {
  from {
    opacity: 0;
    transform: scale(0.98) translateY(18px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero {
    padding: 92px 28px 44px;
  }

  .intro-grid,
  .content-grid,
  .card-grid,
  .language-grid {
    grid-template-columns: 1fr;
  }

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

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

  .footer-brand {
    grid-column: span 2;
  }

  .footer-legal {
    padding: 20px 32px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .page {
    padding: 18px 18px 40px;
  }

  .nav-actions {
    gap: 8px;
  }

  .nav-actions .pill-button {
    min-height: 42px;
    padding: 0 18px;
    font-size: 14px;
  }

  .hero {
    border-radius: 16px;
    padding: 78px 24px 36px;
  }

  .hero-copy,
  .lead {
    font-size: 18px;
  }

  .comparison-table {
    min-width: 560px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 14px 8px;
  }

  .comparison-table th {
    font-size: 15px;
  }

  .comparison-table td:first-child {
    font-size: 15px;
  }

  .compare-mark {
    min-width: 38px;
    min-height: 38px;
    font-size: 21px;
  }

  .compare-mark.neutral {
    font-size: 19px;
  }

  .compare-text {
    max-width: 96px;
    font-size: 13px;
  }

  .footer-inner {
    padding: 30px;
    border-radius: 34px;
  }

  .footer-card {
    border-radius: 38px;
  }

  .footer-grid,
  .footer-brand {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .footer-legal {
    padding: 20px 28px;
  }

  .footer-legal-links {
    gap: 16px;
    flex-wrap: wrap;
  }

  .glass-word {
    font-size: min(33vw, 180px);
  }
}
