*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  color: #25364a;
  background: #f7f9fc;
  line-height: 1.6;
}

a {
  color: #1676c2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: min(1080px, 92%);
  margin: 0 auto;
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #e9eef5;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #25364a;
  font-weight: 800;
  font-size: 1.25rem;
  text-decoration: none;
}

.brand:hover {
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: linear-gradient(135deg, #1676c2, #54b948);
  border-radius: 12px;
}

.site-nav ul {
  list-style: none;
  display: flex;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
}

.site-nav a {
  color: #25364a;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a:hover {
  color: #1676c2;
  text-decoration: none;
}

.hero {
  padding: 4rem 0 2rem;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(84, 185, 72, 0.18), transparent 34rem),
    radial-gradient(circle at top right, rgba(22, 118, 194, 0.16), transparent 32rem),
    linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.hero h1 {
  max-width: 820px;
  margin: 0 auto 1rem;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.1;
  font-weight: 800;
}

.hero-intro {
  max-width: 720px;
  margin: 0 auto 1.5rem;
  color: #4f5f70;
  font-size: 1.1rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: #1676c2;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 0 0 1rem;
}

.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  color: #fff;
  background: #1676c2;
  box-shadow: 0 12px 30px rgba(22, 118, 194, 0.24);
}

.button-secondary {
  color: #1676c2;
  background: #fff;
  border: 1px solid #d8e7f5;
}

.button-primary:hover,
.button-secondary:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.categories,
.table-section,
.faq {
  padding: 3rem 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 1.75rem;
}

.section-heading h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.15;
}

.section-heading p {
  margin: 0;
  color: #5d6a78;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.category-card,
.faq details,
.summary .container {
  background: #fff;
  border: 1px solid #e5ebf2;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(24, 44, 68, 0.07);
}

.category-card {
  padding: 1.25rem;
}

.category-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
  line-height: 1.25;
}

.category-card p {
  margin: 0;
  color: #4f5f70;
}

.table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid #e5ebf2;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(24, 44, 68, 0.07);
}

.modules-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.modules-table th,
.modules-table td {
  padding: 0.9rem 1.1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #eef2f7;
}

.modules-table thead th {
  background: #f2f7fc;
  color: #25364a;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.modules-table tbody th {
  font-weight: 800;
  color: #25364a;
  width: 24%;
}

.modules-table td {
  color: #4f5f70;
}

.modules-table tbody tr:last-child th,
.modules-table tbody tr:last-child td {
  border-bottom: none;
}

.summary {
  padding: 0 0 3rem;
}

.summary .container {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 2rem;
  align-items: start;
  padding: 2rem;
  border-radius: 22px;
}

.summary h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.18;
}

.summary p {
  margin: 0 0 1rem;
  color: #4f5f70;
}

.summary p:last-child {
  margin-bottom: 0;
}

.paysage {
  padding: 0 0 3rem;
}

.paysage-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.paysage-list li {
  background: #fff;
  border: 1px solid #e5ebf2;
  border-radius: 14px;
  padding: 0.9rem 1.1rem;
  color: #4f5f70;
}

.paysage-list strong {
  color: #25364a;
}

.paysage-note {
  margin: 0;
  color: #5d6a78;
}

.invite {
  padding: 0 0 3rem;
}

.invite-card {
  text-align: center;
  padding: 2.5rem 2rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(84, 185, 72, 0.16), transparent 26rem),
    radial-gradient(circle at top right, rgba(22, 118, 194, 0.16), transparent 24rem),
    #fff;
  border: 1px solid #e5ebf2;
  box-shadow: 0 14px 36px rgba(24, 44, 68, 0.07);
}

.invite-card h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.18;
}

.invite-text {
  max-width: 640px;
  margin: 0 auto 1.5rem;
  color: #4f5f70;
}

.faq {
  padding-top: 0;
}

.faq-grid {
  display: grid;
  gap: 0.85rem;
}

.faq details {
  padding: 1rem 1.15rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.faq p {
  margin: 0.75rem 0 0;
  color: #4f5f70;
}

.site-footer {
  border-top: 1px solid #e9eef5;
  padding: 1.5rem 0 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: #667789;
}

@media (max-width: 840px) {
  html {
    scroll-padding-top: 150px;
  }

  .header-content {
    flex-direction: column;
    text-align: center;
  }

  .site-nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .category-grid,
  .summary .container {
    grid-template-columns: 1fr;
  }
}
