:root {
  --bg: #f5f7fb;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --text: #10233f;
  --muted: #5f7087;
  --border: rgba(16, 35, 63, 0.1);
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  --shadow-soft: 0 10px 24px rgba(15, 23, 42, 0.06);
  --brand: #2f8f6b;
  --brand-dark: #22694f;
  --accent: #d8b24d;
  --footer: #122033;
  --radius: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text);
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
  font-family: Roboto, Arial, sans-serif;
}

h1, h2, h3, h4 {
  color: var(--text);
  letter-spacing: -0.02em;
}

h2 {
  margin-top: 0;
  margin-bottom: 1.4rem;
  font-size: clamp(1.8rem, 2.2vw, 2.5rem);
  line-height: 1.1;
}

p, li, .text-block-5, .text-block-6, .data-table-header__description, .additional-contact, .page-link {
  color: var(--muted);
}

a {
  color: var(--brand-dark);
}

a:hover {
  color: var(--brand);
}

.w-container {
  width: min(1180px, calc(100% - 32px));
}

.navigation {
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(14px);
}

.brand-link {
  padding-top: 12px;
  padding-bottom: 12px;
}

.image-3 {
  width: auto;
  height: 38px;
  object-fit: contain;
}

.nav-link {
  color: var(--muted);
  font-weight: 500;
  box-shadow: none;
}

.nav-link:hover,
.nav-link.w--current {
  color: var(--brand-dark);
  box-shadow: inset 0 3px 0 var(--brand);
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.main {
  min-height: 540px;
  background-position: center 32%;
  margin-top: 73px;
  padding-top: 140px;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}

.section.main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 37, 0.28) 0%, rgba(8, 20, 37, 0.56) 100%);
}

.container-8 {
  position: relative;
  z-index: 1;
}

.main-heading {
  max-width: 860px;
  margin: 0 auto;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.03;
  font-weight: 700;
  text-wrap: balance;
  position: static;
}

.section.press {
  background: transparent;
  padding-top: 0;
  margin-top: -56px;
  position: relative;
  z-index: 2;
}

.section.press .w-container,
.section.purple .w-container,
.div-block-5.div-block-6 .w-container,
body > .w-container {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.section.press .w-container,
.section.purple .w-container,
.div-block-5.div-block-6 .w-container {
  padding: 28px;
}

.small-text {
  color: var(--brand-dark);
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 700;
}

.div-block {
  gap: 16px;
  flex-wrap: wrap;
}

.sponsor-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.link-block,
.link-block-2 {
  min-height: 86px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 18px;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.link-block:hover,
.link-block-2:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.1);
  border-color: rgba(47, 143, 107, 0.25);
}

.section.press .sponsor-card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 220px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

.section.press .sponsor-card .logo {
  display: block;
  width: auto;
  max-width: 100%;
  min-width: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  filter: saturate(0.94) contrast(1.02);
}

#features > .w-container,
#pricing > .w-container {
  position: relative;
}

.grid-16,
.div-block-10 {
  display: none;
}

.grid-6,
.grid-8,
.grid-15 {
  background: #eef4f8;
  border: 1px solid rgba(16, 35, 63, 0.08);
  border-radius: 16px;
  padding: 14px 18px;
  column-gap: 18px;
  row-gap: 8px;
}

.grid-6 h4,
.grid-8 h4,
.grid-15 h4,
.heading-11,
.table-header-label,
.data-table-header__title,
.text-block-20,
.collection-item h3 {
  color: var(--text);
  font-weight: 700;
}

.w-dyn-item,
.collection-item,
.data-table-container {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

.w-dyn-item,
.collection-item {
  margin-bottom: 14px;
  padding: 14px 16px;
}

.grid-7,
.grid-9 {
  column-gap: 18px;
  row-gap: 10px;
  align-items: center;
}

.grid-7 > div:first-child p,
.grid-9 > .text-block-20,
.collection-item h3 {
  color: var(--brand-dark);
  font-weight: 700;
}

.text-block-8,
.text-block-9,
.text-block-10,
.text-block-11,
.text-block-23,
.total {
  color: var(--text);
  font-weight: 600;
}

.div-block-11 {
  border-left: 2px solid rgba(47, 143, 107, 0.28);
  padding-left: 10px;
}

.div-block-18,
.div-block-19 {
  margin-top: 24px;
}

.additional-contact {
  margin-top: 22px;
  padding: 14px 18px;
  background: #f8fbfd;
  border: 1px solid var(--border);
  border-radius: 14px;
}

.data-table-container {
  background: var(--surface-strong);
  margin-top: 28px;
  overflow: hidden;
}

.data-table-header {
  padding: 18px 18px 8px;
}

.data-table__head {
  background: #eef4f8;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.data-table__head-row,
.data-table__body-row {
  padding-left: 16px;
  padding-right: 16px;
}

.table-column__body-content-2 {
  color: var(--text);
  font-weight: 500;
}

.w-embed-youtubevideo {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

.text-block-5,
.text-block-6 {
  font-size: 1rem;
  line-height: 1.7;
}

body > .w-container {
  width: min(980px, calc(100% - 32px));
  margin-top: 110px;
  margin-bottom: 48px;
  padding: 28px;
}

.btn.btn-ghost {
  background: #eef4f8;
  border: 1px solid var(--border);
  border-radius: 999px;
  margin-bottom: 18px;
}

.w-richtext {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.w-richtext h2 {
  margin-top: 18px;
  margin-bottom: 16px;
}

.w-richtext ol,
.w-richtext ul {
  padding-left: 1.4rem;
}

.section.footer {
  color: #d9e4ef;
  background: linear-gradient(180deg, #172438 0%, #0f1a2a 100%);
  margin-top: 56px;
  padding-top: 54px;
}

.logo-text.footer,
.footer-title {
  color: #fff;
}

.page-link.in-footer,
.text-block-7,
.footer-slogan {
  color: rgba(217, 228, 239, 0.72);
}

.footer-slogan {
  display: block;
}

.newsletter-form {
  max-width: 420px;
}

.newsletter-field {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: #fff;
}

.newsletter-field::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.newsletter-button {
  background: linear-gradient(135deg, var(--brand) 0%, #3ca178 100%);
  border-radius: 12px;
  font-weight: 600;
}

.social-icon {
  opacity: 0.75;
}

.social-icon:hover {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.main {
    min-height: 460px;
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .main-heading {
    max-width: 680px;
  }

  .section.press {
    margin-top: -36px;
  }

  .section.press .w-container,
  .section.purple .w-container,
  .div-block-5.div-block-6 .w-container,
  body > .w-container {
    padding: 22px;
  }
}

#features .w-dyn-item:nth-child(odd),
#pricing .collection-item:nth-child(odd),
.data-table__body-row:nth-child(odd) {
  background: linear-gradient(180deg, rgba(248, 251, 253, 0.9) 0%, rgba(244, 248, 251, 0.9) 100%);
}

#features .grid-7,
#pricing .grid-9,
.collection-item .w-layout-grid {
  font-size: 0.96rem;
  line-height: 1.45;
}

#features .w-dyn-item .grid-7 > div,
#pricing .collection-item .grid-9 > div,
.collection-item .w-layout-grid > div {
  min-width: 0;
}

#features .w-dyn-item .grid-7 > div:first-child,
#pricing .collection-item .grid-9 > div:first-child,
.collection-item .w-layout-grid > div:nth-child(odd) {
  font-weight: 700;
}

.collection-item h3 {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 0.35rem 0.7rem;
  background: rgba(47, 143, 107, 0.1);
  border-radius: 999px;
  font-size: 0.95rem;
}

.collection-item .w-layout-grid {
  grid-template-columns: minmax(0, 1fr) auto !important;
  column-gap: 16px;
  row-gap: 10px;
}

.text-block-22,
.text-block-23 {
  line-height: 1.45;
}

.div-block-5.div-block-6 .w-container {
  display: grid;
  gap: 24px;
}

.image-2 {
  max-height: 96px;
  width: auto;
}

.w-richtext {
  max-width: 74ch;
}

@media screen and (max-width: 991px) {
  .div-block-18 {
    display: none;
  }

  .div-block-19 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-container {
    width: min(100%, calc(100% - 20px));
  }

  .image-3 {
    height: 32px;
  }

  .main-heading {
    font-size: 2.2rem;
  }

  .section.press {
    margin-top: -24px;
  }

  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-15 {
    grid-template-columns: 1fr !important;
  }

  .grid-8,
  .grid-15,
  .div-block-18 {
    display: none;
  }

  .div-block-19 {
    display: block;
  }

  .link-block,
  .link-block-2 {
    width: 100%;
    min-width: 0;
  }

  .div-block {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sponsor-grid {
    justify-items: center;
  }

  .section.press .sponsor-card {
    width: 100%;
    max-width: 460px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .collection-item .w-layout-grid {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .data-table__head-row,
  .data-table__body-row {
    min-height: unset;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-5.div-block-6 .w-container {
    padding: 20px;
  }

  body > .w-container {
    margin-top: 94px;
    padding: 20px;
  }

  .w-richtext {
    font-size: 0.98rem;
  }
}
