/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/view/style/style.scss ***!
  \************************************************************************************************************************************************/
.epi-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #eef0f5;
}

.epi-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 880px) {
  .epi-header-inner {
    padding: 0 20px;
  }
}
@media (max-width: 460px) {
  .epi-header-inner {
    padding: 0 16px;
  }
}

.epi-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.epi-logo img {
  height: 36px;
  width: auto;
}

.epi-desktop-nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.epi-link {
  font-size: 15px;
  font-weight: 700;
  color: #3B4395;
  white-space: nowrap;
}
.epi-link:hover {
  color: #CA5098;
}
.epi-link.is-active {
  color: #CA5098;
}

.epi-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.epi-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-weight: 700;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.epi-header-cta:hover {
  transform: translateY(-2px);
}
.epi-header-cta:focus-visible {
  outline: 3px solid #3B4395;
  outline-offset: 3px;
}
.epi-header-cta {
  font-size: 15px;
  color: #ffffff;
  background: linear-gradient(135deg, #3B4395, #CA5098);
  padding: 11px 22px;
  box-shadow: 0 12px 30px rgba(59, 67, 149, 0.24);
}
.epi-header-cta:hover {
  filter: brightness(1.06);
  box-shadow: 0 14px 34px rgba(202, 80, 152, 0.32);
}
.epi-header-cta {
  box-shadow: 0 8px 20px rgba(59, 67, 149, 0.22);
  white-space: nowrap;
  flex: none;
}

.epi-header-login {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-weight: 700;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.epi-header-login:hover {
  transform: translateY(-2px);
}
.epi-header-login:focus-visible {
  outline: 3px solid #3B4395;
  outline-offset: 3px;
}
.epi-header-login {
  font-size: 15px;
  color: #3B4395;
  background: transparent;
  border: 1.5px solid #d8dbe8;
  padding: 10px 24px;
}
.epi-header-login:hover {
  border-color: #3B4395;
  transform: translateY(-2px);
}
.epi-header-login {
  white-space: nowrap;
}

.epi-langs {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  border: 1.5px solid #d8dbe8;
  border-radius: 999px;
  padding: 2px 4px;
}

.epi-langs__icon {
  display: inline-flex;
  align-items: center;
  color: #5b6072;
  margin: 0 3px 0 4px;
}

.epi-lang {
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  color: #5b6072;
  padding: 5px 9px;
  border-radius: 999px;
  transition: color 0.18s, background-color 0.18s;
}
.epi-lang:hover {
  color: #3B4395;
}
.epi-lang.is-active {
  color: #ffffff;
  background-color: #3B4395;
}

.epi-drawer-langs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 18px;
}
.epi-drawer-langs__label {
  flex: 1 0 100%;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #777c8c;
  margin-bottom: 2px;
}
.epi-drawer-langs .epi-lang {
  flex: 1;
  border: 1.5px solid #d8dbe8;
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
}

.epi-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0 9px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.epi-hamburger span {
  display: block;
  height: 2.6px;
  width: 100%;
  background: #3B4395;
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}
.epi-hamburger[aria-expanded=true] span:nth-child(1) {
  transform: translateY(7.6px) rotate(45deg);
}
.epi-hamburger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.epi-hamburger[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-7.6px) rotate(-45deg);
}

@media (max-width: 900px) {
  .epi-desktop-nav {
    display: none;
  }
  .epi-header-login {
    display: none;
  }
  .epi-langs {
    display: none;
  }
  .epi-hamburger {
    display: flex;
  }
}
.epi-drawer {
  position: fixed;
  top: 74px;
  left: 0;
  right: 0;
  z-index: 49;
  background: #ffffff;
  border-bottom: 1px solid #eef0f5;
  box-shadow: 0 18px 40px rgba(59, 67, 149, 0.14);
  padding: 24px 22px 30px;
  display: flex;
  flex-direction: column;
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  pointer-events: none;
}
.epi-drawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.epi-drawer a {
  font-size: 18px;
  font-weight: 700;
  color: #3B4395;
  padding: 16px 2px;
  border-bottom: 1px solid #eef0f5;
}
.epi-drawer a:hover {
  color: #CA5098;
}
.epi-drawer a.is-active {
  color: #CA5098;
}
.epi-drawer .epi-drawer-cta {
  color: #CA5098;
}

@media (min-width: 901px) {
  .epi-drawer {
    display: none;
  }
}
.epi-footer {
  background: #3B4395;
  color: #ffffff;
  padding: 80px 32px 40px;
}

.epi-footer-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
@media (max-width: 880px) {
  .epi-footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.epi-footer-brand img {
  height: 44px;
  width: auto;
}
.epi-footer-brand .epi-footer-tagline {
  margin-top: 20px;
  max-width: 340px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15.5px;
  line-height: 1.6;
}

.epi-footer-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.18s;
}
.epi-footer-social:hover {
  color: #ffffff;
}

.epi-footer-social-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  transition: background 0.18s;
}
.epi-footer-social-icon svg {
  width: 19px;
  height: 19px;
}
.epi-footer-social:hover .epi-footer-social-icon {
  background: rgba(255, 255, 255, 0.16);
}

.epi-footer-col h4 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}
.epi-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.epi-footer-col li {
  margin-bottom: 12px;
}
.epi-footer-col a, .epi-footer-col .epi-footer-muted {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15.5px;
  line-height: 1.5;
}
.epi-footer-col a:hover {
  color: #CA5098;
}
.epi-footer-col .epi-footer-muted {
  color: rgba(255, 255, 255, 0.5);
}

.epi-footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.epi-footer-bottom .epi-footer-copy {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.epi-footer-bottom nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.epi-footer-bottom nav a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}
.epi-footer-bottom nav a:hover {
  color: #CA5098;
}

.epi-socialbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: #3B4395;
  box-shadow: 0 -4px 22px rgba(44, 47, 99, 0.2);
}

.epi-socialbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 50px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.epi-socialbar-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.epi-socialbar-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #ffffff;
  transition: background 0.18s;
}
.epi-socialbar-links a:hover {
  background: rgba(255, 255, 255, 0.18);
}
.epi-socialbar-links a svg {
  width: 19px;
  height: 19px;
}

.epi-socialbar-wordmark {
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.005em;
  color: #ffffff;
}

@font-face {
  font-family: "Carlito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.epigenica.com.br/assets/fonts/carlito-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Carlito";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://cdn.epigenica.com.br/assets/fonts/carlito-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Carlito";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.epigenica.com.br/assets/fonts/carlito-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Carlito";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://cdn.epigenica.com.br/assets/fonts/carlito-bolditalic.woff2") format("woff2");
}
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.epigenica.com.br/assets/fonts/sora-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://cdn.epigenica.com.br/assets/fonts/sora-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://cdn.epigenica.com.br/assets/fonts/sora-semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://cdn.epigenica.com.br/assets/fonts/sora-bold.woff2") format("woff2");
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding-bottom: 50px;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #3a3d4d;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg, video {
  max-width: 100%;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  color: #2c2f63;
  letter-spacing: -0.02em;
  text-wrap: balance;
  margin: 0;
}

h1 {
  font-size: 60px;
  line-height: 1.06;
  letter-spacing: -0.035em;
  font-weight: 400;
}

h2 {
  font-size: 42px;
  line-height: 1.12;
  font-weight: 700;
}

h3 {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s;
}

button {
  font-family: inherit;
}

:focus-visible {
  outline: 3px solid #3B4395;
  outline-offset: 2px;
  border-radius: 2px;
}

.epi-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: #3B4395;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 0 0 8px 0;
  font-weight: 700;
}
.epi-skip:focus {
  left: 0;
}

.epi-topbar {
  height: 3px;
  background: linear-gradient(90deg, #3B4395, #CA5098);
}

.epi-eyebrow {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9aa0b8;
}

.epi-eyebrow--on-dark {
  color: rgba(255, 255, 255, 0.62);
}

.epi-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 104px 32px;
}
@media (max-width: 880px) {
  .epi-section {
    padding: 72px 22px;
  }
}
@media (max-width: 460px) {
  .epi-section {
    padding: 56px 18px;
  }
}

.epi-section--alt {
  background: #f7f8fb;
  border-top: 1px solid #eef0f5;
  border-bottom: 1px solid #eef0f5;
}

.epi-section--prose {
  max-width: 860px;
  margin: 0 auto;
  padding: 104px 32px;
}
@media (max-width: 880px) {
  .epi-section--prose {
    padding: 72px 22px;
  }
}
@media (max-width: 460px) {
  .epi-section--prose {
    padding: 56px 18px;
  }
}

.epi-section--narrow {
  max-width: 1180px;
  margin: 0 auto;
  padding: 104px 32px;
}
@media (max-width: 880px) {
  .epi-section--narrow {
    padding: 72px 22px;
  }
}
@media (max-width: 460px) {
  .epi-section--narrow {
    padding: 56px 18px;
  }
}

.epi-section-head {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
}
.epi-section-head .epi-eyebrow {
  margin-bottom: 18px;
}
.epi-section-head h2 {
  color: #2c2f63;
  margin-bottom: 18px;
}
.epi-section-head p {
  font-size: 18px;
  line-height: 1.62;
  color: #5b6072;
  margin: 0;
}

.epi-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-weight: 700;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.epi-btn:hover {
  transform: translateY(-2px);
}
.epi-btn:focus-visible {
  outline: 3px solid #3B4395;
  outline-offset: 3px;
}

.epi-btn--primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-weight: 700;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.epi-btn--primary:hover {
  transform: translateY(-2px);
}
.epi-btn--primary:focus-visible {
  outline: 3px solid #3B4395;
  outline-offset: 3px;
}
.epi-btn--primary {
  font-size: 17px;
  color: #ffffff;
  background: linear-gradient(135deg, #3B4395, #CA5098);
  padding: 17px 34px;
  box-shadow: 0 12px 30px rgba(59, 67, 149, 0.24);
}
.epi-btn--primary:hover {
  filter: brightness(1.06);
  box-shadow: 0 14px 34px rgba(202, 80, 152, 0.32);
}

.epi-btn--white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-weight: 700;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.epi-btn--white:hover {
  transform: translateY(-2px);
}
.epi-btn--white:focus-visible {
  outline: 3px solid #3B4395;
  outline-offset: 3px;
}
.epi-btn--white {
  font-size: 17px;
  color: #3B4395;
  background: #ffffff;
  padding: 17px 32px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.epi-btn--outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-weight: 700;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.epi-btn--outline:hover {
  transform: translateY(-2px);
}
.epi-btn--outline:focus-visible {
  outline: 3px solid #3B4395;
  outline-offset: 3px;
}
.epi-btn--outline {
  font-size: 15px;
  color: #3B4395;
  background: transparent;
  border: 1.5px solid #d8dbe8;
  padding: 10px 24px;
}
.epi-btn--outline:hover {
  border-color: #3B4395;
  transform: translateY(-2px);
}

.epi-btn--solid {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-weight: 700;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.epi-btn--solid:hover {
  transform: translateY(-2px);
}
.epi-btn--solid:focus-visible {
  outline: 3px solid #3B4395;
  outline-offset: 3px;
}
.epi-btn--solid {
  font-size: 15px;
  color: #ffffff;
  background: #3B4395;
  border: 1.5px solid #3B4395;
  padding: 10px 24px;
}

.epi-btn__chevron {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2.4px solid currentColor;
  border-right: 2.4px solid currentColor;
  transform: rotate(45deg);
}

.epi-dark-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(125deg, #262a5c 0%, #3B4395 52%, #6a3f8e 122%);
  border-radius: 34px;
  box-shadow: 0 40px 90px rgba(59, 67, 149, 0.28);
  color: #ffffff;
}

.epi-dark-panel__texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 32px);
}

.epi-cta-inner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(125deg, #262a5c 0%, #3B4395 52%, #6a3f8e 122%);
  border-radius: 30px;
  box-shadow: 0 40px 90px rgba(59, 67, 149, 0.28);
  color: #ffffff;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 70px 60px;
}
@media (max-width: 880px) {
  .epi-cta-inner {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 460px) {
  .epi-cta-inner {
    padding: 44px 26px;
  }
}

.epi-card {
  background: #ffffff;
  border: 1px solid #eceef4;
  border-radius: 20px;
  padding: 30px 26px;
  transition: border-color 0.2s, transform 0.25s, box-shadow 0.25s;
}

.epi-card--glass {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  padding: 30px 28px;
  backdrop-filter: blur(4px);
}

.epi-icon-tile {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: #f1f0fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.epi-chip {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #3B4395;
  background: #ffffff;
  border: 1.5px solid #e1e3ee;
  padding: 11px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.18s;
}
.epi-chip:hover {
  border-color: #CA5098;
  color: #CA5098;
}

.epi-chip--active {
  color: #ffffff;
  background: #3B4395;
  border-color: #3B4395;
}

.epi-on-dark {
  color: #ffffff;
}

.epi-on-dark--mut {
  color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 880px) {
  h1 {
    font-size: 42px !important;
  }
}
@media (max-width: 560px) {
  h1 {
    font-size: 34px !important;
  }
}
@media (max-width: 460px) {
  h1 {
    font-size: 30px !important;
  }
}
.none {
  display: none !important;
}

.modal {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease;
  display: none;
  z-index: 9999;
}
.modal .content-modal {
  background-color: #ffffff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  margin: 2rem auto;
  padding: 2rem min(2rem, 2.5vw) 4rem;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  max-width: unset;
}
@media screen and (orientation: landscape) {
  .modal .content-modal {
    transform: unset;
    top: unset;
  }
}
.modal .content-modal .modal-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.modal .content-modal .modal-content h1 {
  text-align: center;
}
.modal .content-modal .content-close {
  display: flex;
  flex-direction: row;
  justify-content: end;
  z-index: 99;
}
.modal .content-modal .content-close button.close {
  background: none;
  border: none;
  padding: 0.5rem;
  line-height: 0;
  cursor: pointer;
  font-size: 1.5rem;
  transition: 0.5s;
}
.modal .content-modal.max-width {
  max-width: calc(1000px + 2rem);
}
.modal.open {
  display: block;
  opacity: 1;
}

@supports (height: 100dvh) {
  .modal {
    height: 100dvh;
    width: 100dvw;
  }
}
.modal-error {
  cursor: pointer;
}

.modal-loader .content-modal,
.modal-error .content-modal {
  max-width: min(750px, 100vw - 2rem);
}

.modal-error-message-container {
  text-align: center;
}
.modal-error-message-container img {
  margin: 0 auto 12px;
}

.loader {
  width: fit-content;
  margin: 3rem auto;
  animation: epi-rotating 3s infinite linear;
}
.loader img {
  filter: drop-shadow(0px 0px 1px #373737);
}

@keyframes epi-rotating {
  100% {
    transform: rotate(360deg);
  }
}
.modal-upload-progress .content-modal {
  max-width: min(420px, 100vw - 2rem);
}

.progress-bar-container {
  margin-top: 1.25rem;
}

.progress-bar {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #f1f0fa;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(135deg, #3B4395, #CA5098);
  transition: width 0.2s ease;
}

.progress-bar-text {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #2c2f63;
}

.upload-speed-text {
  margin: 4px 0 0;
  text-align: center;
  font-size: 14px;
  color: #6b7080;
}

.epi-home .epi-section {
  padding-top: 52px;
  padding-bottom: 52px;
}
@media (max-width: 880px) {
  .epi-home .epi-section {
    padding: 72px 22px;
  }
}
@media (max-width: 460px) {
  .epi-home .epi-section {
    padding: 56px 18px;
  }
}

.epi-hero {
  background: #ffffff;
  padding: 32px 22px 88px;
}
@media (max-width: 460px) {
  .epi-hero {
    padding: 24px 16px 64px;
  }
}
.epi-hero__panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(125deg, #262a5c 0%, #3B4395 52%, #6a3f8e 122%);
  border-radius: 34px;
  box-shadow: 0 44px 100px rgba(59, 67, 149, 0.3);
  color: #ffffff;
  max-width: 1300px;
  min-height: 640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 880px) {
  .epi-hero__panel {
    min-height: 520px;
    border-radius: 24px;
  }
}
.epi-hero__glow {
  position: absolute;
  width: 72%;
  height: 82%;
  background: radial-gradient(circle, rgba(202, 80, 152, 0.32), transparent 62%);
  filter: blur(14px);
  pointer-events: none;
}
.epi-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 20, 52, 0.16) 0%, rgba(18, 20, 52, 0.46) 100%);
  pointer-events: none;
}
.epi-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.epi-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 56px 32px;
  text-align: center;
}
@media (max-width: 880px) {
  .epi-hero__content {
    min-height: 460px;
    padding: 52px 22px;
  }
}
@media (max-width: 460px) {
  .epi-hero__content {
    min-height: 400px;
    padding: 44px 18px;
  }
}
.epi-hero__top, .epi-hero__bottom {
  width: 100%;
}
.epi-hero .epi-eyebrow {
  margin-bottom: 140px;
}
.epi-hero__title {
  color: #ffffff;
  margin: 0;
}
.epi-hero__title-line {
  display: block;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 880px) {
  .epi-hero__title-line {
    font-size: 40px;
    white-space: normal;
  }
}
@media (max-width: 460px) {
  .epi-hero__title-line {
    font-size: 30px;
  }
}
.epi-hero__title-emph {
  display: block;
  margin-top: 0.3em;
  font-size: 38px;
  line-height: 1.14;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}
@media (max-width: 880px) {
  .epi-hero__title-emph {
    font-size: 30px;
  }
}
@media (max-width: 460px) {
  .epi-hero__title-emph {
    font-size: 24px;
  }
}
.epi-hero__lead {
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
  max-width: 780px;
  margin: 0 auto 18px;
  text-wrap: balance;
}
.epi-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.epi-section-head--intro {
  max-width: 820px;
  margin-bottom: 40px;
}
.epi-section-head--intro p {
  font-size: 18.5px;
  line-height: 1.6;
}

.epi-section-head--pillars {
  max-width: 680px;
  margin-bottom: 40px;
}
.epi-section-head--pillars p {
  font-size: 18.5px;
  line-height: 1.6;
}

.epi-section-head--steps {
  margin-bottom: 44px;
}

.epi-section-head--faq {
  max-width: none;
  margin-bottom: 40px;
}

.epi-2col {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 880px) {
  .epi-2col {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.epi-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 880px) {
  .epi-3col {
    grid-template-columns: 1fr;
  }
}

.epi-3col--tight {
  gap: 18px;
}

.epi-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media (max-width: 880px) {
  .epi-4col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .epi-4col {
    grid-template-columns: 1fr;
  }
}

.epi-compare {
  position: relative;
  overflow: hidden;
  max-width: 720px;
  margin: 0 auto 72px;
  border-radius: 26px;
  padding: 44px 40px;
  color: #ffffff;
  background: linear-gradient(160deg, #262a5c 0%, #3B4395 60%, #6a3f8e 130%);
  box-shadow: 0 26px 60px rgba(59, 67, 149, 0.22);
}
@media (max-width: 560px) {
  .epi-compare {
    padding: 34px 26px;
  }
}
.epi-compare__glow {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 184, 218, 0.22), transparent 65%);
  pointer-events: none;
}
.epi-compare__inner {
  position: relative;
}
.epi-compare__label {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  margin: 0 0 20px;
}
.epi-compare__rows {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.epi-compare__row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.epi-compare__tile {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.epi-compare__term {
  font-size: 15.5px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 3px;
}
.epi-compare__desc {
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.76);
  margin: 0;
}
.epi-compare__note {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}
.epi-compare__note strong {
  color: #ffffff;
}

.epi-risks {
  background: #faf6f9;
  border: 1px solid #f1e2ec;
  border-radius: 26px;
  padding: 40px 44px;
  margin: 40px 0 4px;
}
@media (max-width: 460px) {
  .epi-risks {
    padding: 32px 22px;
  }
}
.epi-risks__head {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}
.epi-risks__title {
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2c2f63;
  margin: 0 0 12px;
}
.epi-risks__lead {
  font-size: 17px;
  line-height: 1.6;
  color: #6b6470;
  margin: 0;
}

.epi-riskcard {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #f1e2ec;
  border-radius: 18px;
  padding: 24px 22px;
}
.epi-riskcard__tile {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #fbeef4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.epi-riskcard__main {
  flex: 1;
  min-width: 0;
}
.epi-riskcard__head {
  margin: 0;
}
.epi-riskcard__title {
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
  color: #2c2f63;
}
.epi-riskcard__sign {
  flex: none;
  position: relative;
  width: 16px;
  height: 16px;
}
.epi-riskcard__sign::before, .epi-riskcard__sign::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2.4px;
  background: #CA5098;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.28s ease, opacity 0.2s;
}
.epi-riskcard__sign::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.epi-riskcard__body p {
  font-size: 14.5px;
  line-height: 1.5;
  color: #6b7080;
  margin: 7px 0 0;
}

.epi-riskcard__btn[aria-expanded=true] .epi-riskcard__sign::after {
  opacity: 0;
}

.epi-goodnews-head {
  max-width: 640px;
  margin: 64px auto 40px;
  text-align: center;
}
.epi-goodnews-head h3 {
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2c2f63;
  margin: 0 0 12px;
}
.epi-goodnews-head p {
  font-size: 17px;
  line-height: 1.6;
  color: #5b6072;
  margin: 0;
}

.epi-accordion__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  min-height: 44px;
}

.epi-accordion__body {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.32s ease, opacity 0.25s ease;
}
.epi-accordion__body p {
  font-size: 15px;
  line-height: 1.55;
  color: #6b7080;
  margin: 9px 0 0;
}

.epi-pillar:hover {
  border-color: #d9d3ec;
}
.epi-pillar__head {
  margin: 0;
}
.epi-pillar__label {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}
.epi-pillar__title {
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
  line-height: 1.2;
  color: #2c2f63;
}
.epi-pillar__sign {
  flex: none;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f1f0fa;
  transition: background 0.2s;
}
.epi-pillar__sign::before, .epi-pillar__sign::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2.4px;
  background: #3B4395;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.28s ease, opacity 0.2s;
}
.epi-pillar__sign::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.epi-pillar__sign--alt {
  background: #eef0fb;
}
.epi-pillar .epi-icon-tile {
  width: 44px;
  height: 44px;
  border-radius: 13px;
}
.epi-pillar--alt {
  background: #f7f8fb;
  border-color: #eef0f5;
}
.epi-pillar--alt .epi-pillar__title {
  font-size: 18px;
}
.epi-pillar--alt .epi-pillar__body p {
  margin-top: 10px;
}

.epi-pillar__btn[aria-expanded=true] .epi-pillar__sign::after {
  opacity: 0;
}

.epi-icon-tile--alt {
  background: #eef0fb;
}

.epi-icon-report {
  width: 18px;
  height: 14px;
  border: 2.4px solid #3B4395;
  border-radius: 3px;
  position: relative;
}
.epi-icon-report span {
  position: absolute;
  left: 2px;
  top: 3px;
  width: 9px;
  height: 2px;
  background: #3B4395;
  border-radius: 2px;
  box-shadow: 0 4px 0 #CA5098;
}

.epi-featurelist {
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.epi-featurelist li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  font-size: 16.5px;
  line-height: 1.55;
  color: #3a3d4d;
}
.epi-featurelist strong {
  color: #3B4395;
}
.epi-featurelist__check {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  flex: none;
  border-radius: 50%;
  background: #f1f0fa;
  position: relative;
}
.epi-featurelist__check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 4px;
  border-left: 2px solid #3B4395;
  border-bottom: 2px solid #3B4395;
  transform: translate(-50%, -60%) rotate(-45deg);
}

.epi-prod-visual {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
}
@media (max-width: 880px) {
  .epi-prod-visual {
    order: -1;
  }
}

.epi-prod-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #f5f6fb;
}

.epi-prod-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .epi-prod-track {
    transition: none;
  }
}

.epi-prod-slide {
  min-width: 100%;
  aspect-ratio: 3/2;
}
.epi-prod-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.epi-prod-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.epi-prod-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(59, 67, 149, 0.3);
  cursor: pointer;
  transition: background 0.2s, width 0.2s;
}
.epi-prod-dot[aria-current=true] {
  width: 22px;
  border-radius: 5px;
  background: #3B4395;
}

.epi-prod-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 4px 14px rgba(18, 20, 52, 0.16);
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.epi-prod-nav::before {
  content: "";
  width: 9px;
  height: 9px;
  border-left: 2px solid #3B4395;
  border-bottom: 2px solid #3B4395;
}
.epi-prod-nav:hover {
  background: #fff;
}
.epi-prod-nav--prev {
  left: 12px;
}
.epi-prod-nav--prev::before {
  transform: rotate(45deg);
  margin-left: 3px;
}
.epi-prod-nav--next {
  right: 12px;
}
.epi-prod-nav--next::before {
  transform: rotate(-135deg);
  margin-right: 3px;
}
@media (max-width: 560px) {
  .epi-prod-nav {
    width: 34px;
    height: 34px;
  }
}

.epi-h2-prod {
  font-size: 40px;
  line-height: 1.12;
  font-weight: 700;
  color: #2c2f63;
  margin: 0 0 18px;
}

.epi-prod-lead {
  font-size: 18px;
  line-height: 1.62;
  color: #5b6072;
  margin: 0 0 28px;
}

.epi-prod-text .epi-eyebrow {
  display: block;
  margin-bottom: 18px;
}

.epi-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
@media (max-width: 880px) {
  .epi-steps {
    grid-template-columns: 1fr;
  }
}

.epi-step__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.epi-step__badge {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #3B4395;
  color: #ffffff;
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.epi-step__badge--grad {
  background: linear-gradient(135deg, #3B4395, #CA5098);
}
.epi-step__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #e1e3ee, transparent);
}
.epi-step__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #2c2f63;
  margin: 0 0 8px;
}
.epi-step__text {
  font-size: 15px;
  line-height: 1.55;
  color: #6b7080;
  margin: 0;
}

.epi-finalcta {
  background: #ffffff;
  padding: 0 32px 110px;
}
@media (max-width: 460px) {
  .epi-finalcta {
    padding: 0 18px 80px;
  }
}
.epi-finalcta__glow {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 184, 218, 0.22), transparent 65%);
  pointer-events: none;
}
.epi-finalcta__text {
  position: relative;
  max-width: 640px;
}
.epi-finalcta__text h2 {
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 16px;
}
.epi-finalcta__lead {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84);
  margin: 0;
}
.epi-finalcta__cta {
  position: relative;
  flex: none;
}
.epi-finalcta__cta .epi-btn--white {
  padding: 18px 34px;
}

.epi-faq-wrap {
  max-width: 860px;
}

.epi-faq {
  border-bottom: 1px solid #e6e8f1;
}
.epi-faq__item {
  border-top: 1px solid #e6e8f1;
}
.epi-faq__head {
  margin: 0;
}
.epi-faq__btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 26px 4px;
  text-align: left;
  color: #2c2f63;
  transition: color 0.18s;
  min-height: 44px;
}
.epi-faq__btn:hover {
  color: #CA5098;
}
.epi-faq__btn:hover .epi-faq__q {
  color: #CA5098;
}
.epi-faq__q {
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  transition: color 0.18s;
}
.epi-faq__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: none;
  transition: transform 0.28s ease;
}
.epi-faq__icon span {
  position: absolute;
  background: #CA5098;
  border-radius: 2px;
}
.epi-faq__icon span:nth-child(1) {
  top: 50%;
  left: 0;
  width: 18px;
  height: 2.4px;
  transform: translateY(-50%);
}
.epi-faq__icon span:nth-child(2) {
  left: 50%;
  top: 0;
  width: 2.4px;
  height: 18px;
  transform: translateX(-50%);
}
.epi-faq__btn[aria-expanded=true] .epi-faq__icon {
  transform: rotate(45deg);
}
.epi-faq__body {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.32s ease, opacity 0.25s ease;
}
.epi-faq__body p {
  font-size: 16.5px;
  line-height: 1.62;
  color: #5b6072;
  margin: 0 0 26px;
  max-width: 720px;
}

@media (prefers-reduced-motion: reduce) {
  .epi-accordion__body,
  .epi-faq__body,
  .epi-pillar__sign::before,
  .epi-pillar__sign::after,
  .epi-riskcard__sign::before,
  .epi-riskcard__sign::after,
  .epi-faq__icon {
    transition: none;
  }
}
.epi-contact-hero {
  background: #ffffff;
}
.epi-contact-hero .epi-section {
  padding: 72px 32px 18px;
}
@media (max-width: 920px) {
  .epi-contact-hero .epi-section {
    padding: 48px 22px;
  }
}
@media (max-width: 460px) {
  .epi-contact-hero .epi-section {
    padding: 40px 16px;
  }
}
.epi-contact-hero .epi-eyebrow {
  display: block;
  margin-bottom: 18px;
}

.epi-contact-h1 {
  font-size: 50px;
  line-height: 1.06;
  font-weight: 700;
  color: #2c2f63;
  letter-spacing: -0.03em;
  text-wrap: balance;
  max-width: 720px;
}
@media (max-width: 920px) {
  .epi-contact-h1 {
    font-size: 38px;
  }
}
@media (max-width: 460px) {
  .epi-contact-h1 {
    font-size: 28px;
  }
}

.epi-contact-lead {
  font-size: 19px;
  line-height: 1.6;
  color: #5b6072;
  max-width: 600px;
  margin: 20px 0 0;
}

.epi-contact-form-section {
  padding: 30px 32px 96px;
}
@media (max-width: 920px) {
  .epi-contact-form-section {
    padding: 48px 22px;
  }
}
@media (max-width: 460px) {
  .epi-contact-form-section {
    padding: 40px 16px;
  }
}

.epi-contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(59, 67, 149, 0.16);
}
@media (max-width: 920px) {
  .epi-contact-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.epi-contact-aside {
  position: relative;
  background: linear-gradient(160deg, #262a5c 0%, #3B4395 58%, #6a3f8e 130%);
  padding: 52px 44px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
}
@media (max-width: 920px) {
  .epi-contact-aside {
    border-radius: 24px 24px 0 0;
  }
}
@media (max-width: 460px) {
  .epi-contact-aside {
    padding: 38px 26px;
  }
}

.epi-contact-aside-glow {
  position: absolute;
  right: -70px;
  top: -70px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 184, 218, 0.22), transparent 65%);
  pointer-events: none;
}

.epi-contact-aside-texture {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 32px);
  pointer-events: none;
}

.epi-contact-aside-head {
  position: relative;
}

.epi-contact-aside-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  text-wrap: balance;
}

.epi-contact-aside-text {
  font-size: 16px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

.epi-contact-assurances {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.epi-contact-assurance {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.epi-contact-assurance-icon {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.epi-contact-assurance-title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 3px;
}

.epi-contact-assurance-text {
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.74);
  margin: 0;
}

.epi-contact-channel {
  position: relative;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.epi-contact-channel-label {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 10px;
}

.epi-contact-channel-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15.5px;
  font-weight: 700;
  color: #ffffff;
}

.epi-form-card {
  background: #ffffff;
  padding: 50px 48px;
}
@media (max-width: 920px) {
  .epi-form-card {
    border-radius: 0 0 24px 24px;
  }
}
@media (max-width: 460px) {
  .epi-form-card {
    padding: 32px 22px;
  }
}

.epi-contact-group {
  margin-bottom: 24px;
}

.epi-contact-message-group {
  margin-bottom: 20px;
}

.epi-contact-label {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #3B4395;
  margin-bottom: 12px;
}

.epi-contact-field-wrap .epi-contact-label,
.epi-contact-message-group .epi-contact-label {
  margin-bottom: 8px;
}

.epi-contact-subjects {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.epi-subject {
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #5b6072;
  background: #ffffff;
  border: 1.5px solid #e1e3ee;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.18s;
}
.epi-subject:hover {
  border-color: #c3c7d8;
}

.epi-subject-active {
  border-color: #3B4395;
  background: #f3f4fb;
  color: #3B4395;
}

.epi-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
@media (max-width: 920px) {
  .epi-two {
    grid-template-columns: 1fr;
  }
}

.epi-field {
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  color: #3a3d4d;
  background: #f7f8fc;
  border: 1.5px solid #e1e3ee;
  padding: 14px 16px;
  border-radius: 14px;
  outline: none;
  transition: all 0.18s;
}
.epi-field:focus {
  border-color: #3B4395;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(59, 67, 149, 0.1);
}
.epi-field::placeholder {
  color: #aab0c2;
}

.epi-contact-textarea {
  resize: vertical;
  min-height: 130px;
}

.epi-contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  margin-bottom: 24px;
}

.epi-contact-consent-check {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  accent-color: #3B4395;
  cursor: pointer;
}

.epi-contact-consent-text {
  font-size: 13.5px;
  line-height: 1.5;
  color: #777c8c;
}
.epi-contact-consent-text a {
  color: #3B4395;
  font-weight: 700;
}

.epi-contact-error {
  font-size: 14px;
  font-weight: 700;
  color: #CA5098;
  background: #fdeef5;
  border: 1px solid #f6d4e4;
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 18px;
}
.epi-contact-error:focus-visible {
  outline: 3px solid #CA5098;
  outline-offset: 2px;
}

.epi-submit {
  width: 100%;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #3B4395, #CA5098);
  border: none;
  padding: 18px;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(202, 80, 152, 0.26);
  transition: all 0.2s;
}
.epi-submit:hover {
  filter: brightness(1.05);
  box-shadow: 0 18px 40px rgba(202, 80, 152, 0.34);
}

.epi-contact-note {
  font-size: 12.5px;
  color: #aab0c2;
  text-align: center;
  margin: 16px 0 0;
}

.epi-contact-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 8px 30px;
  min-height: 520px;
  justify-content: center;
}

.epi-contact-success-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3B4395, #CA5098);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  box-shadow: 0 16px 40px rgba(202, 80, 152, 0.3);
}

.epi-contact-success-check {
  width: 30px;
  height: 16px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
  margin-top: -6px;
}

.epi-contact-success-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c2f63;
  margin-bottom: 12px;
}
.epi-contact-success-title:focus-visible {
  outline: 3px solid #3B4395;
  outline-offset: 4px;
}

.epi-contact-success-text {
  font-size: 17px;
  line-height: 1.6;
  color: #6b7080;
  max-width: 380px;
  margin: 0 0 28px;
}

.epi-contact-reset {
  font-size: 15px;
  font-weight: 700;
  color: #3B4395;
  background: #f3f4fb;
  border: none;
  padding: 14px 28px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.18s;
}
.epi-contact-reset:hover {
  background: #e9eaf6;
}

@media (prefers-reduced-motion: reduce) {
  .epi-subject,
  .epi-field,
  .epi-submit,
  .epi-contact-reset {
    transition: none;
  }
}
.epi-lab-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #262a5c;
}

.epi-lab-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.epi-lab-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(125deg, rgba(38, 42, 92, 0.84) 0%, rgba(59, 67, 149, 0.66) 52%, rgba(106, 63, 142, 0.8) 122%);
  pointer-events: none;
}

.epi-lab-hero__glow {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(80% 70% at 88% -10%, rgba(202, 80, 152, 0.4), transparent 60%);
  pointer-events: none;
}

.epi-lab-hero__inner {
  position: relative;
  z-index: 3;
  max-width: 980px;
  margin: 0 auto;
  padding: 104px 32px;
  text-align: center;
}
@media (max-width: 880px) {
  .epi-lab-hero__inner {
    padding: 64px 22px;
  }
}
@media (max-width: 460px) {
  .epi-lab-hero__inner {
    padding: 44px 18px;
  }
}

.epi-lab-hero__eyebrow {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}

.epi-lab-hero__title {
  font-size: 52px;
  line-height: 1.07;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.03em;
  text-wrap: balance;
  margin-bottom: 22px;
}
@media (max-width: 880px) {
  .epi-lab-hero__title {
    font-size: 38px;
  }
}
@media (max-width: 460px) {
  .epi-lab-hero__title {
    font-size: 30px;
  }
}

.epi-lab-hero__lead {
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84);
  max-width: 640px;
  margin: 0 auto 36px;
  text-wrap: balance;
}

.epi-lab-hero__cta .epi-btn--white {
  font-size: 17px;
  padding: 17px 32px;
}
.epi-lab-hero__cta .epi-btn--white:hover {
  filter: brightness(1.06);
  box-shadow: 0 14px 34px rgba(202, 80, 152, 0.32);
}

@media (max-width: 880px) {
  .epi-lab-services {
    padding: 64px 22px;
  }
}
@media (max-width: 460px) {
  .epi-lab-services {
    padding: 44px 18px;
  }
}

.epi-lab-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media (max-width: 880px) {
  .epi-lab-services__grid {
    grid-template-columns: 1fr;
  }
}

.epi-lab-card {
  border-radius: 24px;
  padding: 38px 32px;
  box-shadow: 0 6px 24px rgba(59, 67, 149, 0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}
.epi-lab-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(59, 67, 149, 0.14);
}

.epi-lab-card__tile {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #3B4395, #CA5098);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.epi-lab-card__tile--bars {
  align-items: flex-end;
  padding: 16px;
}

.epi-lab-icon-diamond {
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  transform: rotate(45deg);
}

.epi-lab-icon-check {
  width: 24px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.epi-lab-icon-check__mark {
  width: 9px;
  height: 5px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
  margin-top: -2px;
}

.epi-lab-icon-bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.epi-lab-icon-bars span {
  width: 6px;
  background: #ffffff;
  border-radius: 2px;
}
.epi-lab-icon-bars span:nth-child(1) {
  height: 11px;
}
.epi-lab-icon-bars span:nth-child(2) {
  height: 17px;
}
.epi-lab-icon-bars span:nth-child(3) {
  height: 24px;
}

.epi-lab-card__badge {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #CA5098;
  background: #fbeef5;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.epi-lab-card__title {
  font-size: 21px;
  font-weight: 700;
  color: #2c2f63;
  line-height: 1.2;
  margin-bottom: 12px;
}

.epi-lab-card__text {
  font-size: 16px;
  line-height: 1.6;
  color: #6b7080;
  margin: 0;
}

.epi-lab-cta-section {
  background: #ffffff;
  padding: 0 32px 110px;
}

.epi-lab-cta {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: linear-gradient(125deg, #262a5c 0%, #3B4395 55%, #6a3f8e 125%);
  border-radius: 30px;
  padding: 64px 56px;
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(59, 67, 149, 0.28);
  color: #ffffff;
}
@media (max-width: 880px) {
  .epi-lab-cta {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 460px) {
  .epi-lab-cta {
    padding: 40px 24px;
  }
}

.epi-lab-cta__glow {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 184, 218, 0.22), transparent 65%);
  pointer-events: none;
}

.epi-lab-cta__text {
  position: relative;
  max-width: 640px;
}
.epi-lab-cta__text h2 {
  font-size: 36px;
  line-height: 1.12;
  font-weight: 700;
  color: #ffffff;
  text-wrap: balance;
  margin-bottom: 14px;
}

.epi-lab-cta__lead {
  font-size: 17.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84);
  margin: 0;
}

.epi-lab-cta__btn {
  position: relative;
  flex: none;
}
.epi-lab-cta__btn .epi-btn--white {
  font-size: 17px;
  padding: 18px 34px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}
.epi-lab-cta__btn .epi-btn--white:hover {
  filter: brightness(1.06);
  box-shadow: 0 14px 34px rgba(202, 80, 152, 0.32);
}

@media (prefers-reduced-motion: reduce) {
  .epi-lab-card {
    transition: none;
  }
}
.view-news__article {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 32px 60px;
}
@media (max-width: 880px) {
  .view-news__article {
    padding: 32px 22px 48px;
  }
}
@media (max-width: 460px) {
  .view-news__article {
    padding: 28px 18px 44px;
  }
}
.view-news__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.view-news__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #3B4395;
}
.view-news__back:hover {
  color: #CA5098;
}
.view-news__back:hover .view-news__back-arrow {
  border-color: #CA5098;
}
.view-news__back-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2.4px solid #3B4395;
  border-bottom: 2.4px solid #3B4395;
  transform: rotate(45deg);
  transition: border-color 0.18s;
}
.view-news__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.view-news__cat {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #CA5098;
  background: #fbeef5;
  padding: 5px 12px;
  border-radius: 999px;
}
.view-news__date {
  font-size: 13px;
  font-weight: 700;
  color: #9a9eb0;
}
.view-news__title {
  font-size: 40px;
  line-height: 1.12;
  font-weight: 700;
  color: #2c2f63;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
@media (max-width: 880px) {
  .view-news__title {
    font-size: 34px;
  }
}
@media (max-width: 460px) {
  .view-news__title {
    font-size: 28px;
  }
}
.view-news__summary {
  font-size: 19px;
  line-height: 1.6;
  color: #5b6072;
  margin: 0 0 24px;
}
.view-news__share {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #3B4395;
  background: #ffffff;
  border: 1.5px solid #d8dbe8;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.18s, color 0.18s, transform 0.2s;
}
.view-news__share svg {
  display: block;
}
.view-news__share:hover {
  border-color: #CA5098;
  color: #CA5098;
  transform: translateY(-1px);
}
.view-news__media {
  margin: 30px 0;
  border-radius: 26px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #262a5c, #3B4395 60%, #CA5098 135%);
}
.view-news__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.view-news__body {
  font-size: 18.5px;
  line-height: 1.62;
  color: #3a3d4d;
}
.view-news__body p {
  margin: 0 0 20px;
}
.view-news__body a {
  color: #3B4395;
  text-decoration: underline;
}
.view-news__body a:hover {
  color: #CA5098;
}
.view-news__body h2, .view-news__body h3, .view-news__body h4 {
  color: #2c2f63;
  margin: 32px 0 14px;
}
.view-news__body h2 {
  font-size: 28px;
}
.view-news__body h3 {
  font-size: 22px;
}
.view-news__body ul, .view-news__body ol {
  margin: 0 0 20px;
  padding-left: 24px;
}
.view-news__body li {
  margin-bottom: 8px;
}
.view-news__body img {
  border-radius: 22px;
  margin: 20px 0;
}
.view-news__body blockquote {
  margin: 24px 0;
  padding: 8px 0 8px 22px;
  border-left: 3px solid #CA5098;
  color: #6b7080;
}
.view-news__secondary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.view-news__secondary:empty {
  display: none;
}
@media (max-width: 600px) {
  .view-news__secondary {
    grid-template-columns: 1fr 1fr;
  }
}
.view-news__secondary-img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}

.promoter-panel {
  background: #f7f8fb;
  min-height: 60vh;
}
.promoter-panel__head {
  margin-bottom: 32px;
}
.promoter-panel__head .epi-eyebrow {
  display: block;
  margin-bottom: 10px;
}
.promoter-panel__title {
  font-size: 34px;
  line-height: 1.12;
  color: #2c2f63;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .promoter-panel__title {
    font-size: 26px;
  }
}
.promoter-panel__subtitle {
  max-width: 620px;
  font-size: 15.5px;
  line-height: 1.55;
  color: #5b6072;
}
.promoter-panel__notice {
  margin-bottom: 24px;
  padding: 14px 18px;
  font-size: 15px;
  line-height: 1.55;
  color: #2c2f63;
  background: rgba(202, 80, 152, 0.08);
  border-left: 3px solid #CA5098;
  border-radius: 14px;
}
.promoter-panel__link-card {
  background: #ffffff;
  border: 1px solid #eceef4;
  border-radius: 20px;
  box-shadow: 0 4px 18px rgba(59, 67, 149, 0.05);
  padding: 28px 30px;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .promoter-panel__link-card {
    padding: 22px 18px;
  }
}
.promoter-panel__coupon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding: 8px 18px;
  background: #f1f0fa;
  border-radius: 999px;
}
.promoter-panel__coupon-label {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b7080;
}
.promoter-panel__coupon-code {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3B4395;
}
.promoter-panel__link-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #6b7080;
  margin-bottom: 6px;
}
.promoter-panel__link-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.promoter-panel__link-input {
  flex: 1 1 320px;
  min-width: 0;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 15px;
  color: #3a3d4d;
  background: #f7f8fb;
  border: 1.5px solid #d8dbe8;
  border-radius: 14px;
  padding: 12px 16px;
}
.promoter-panel__link-input:focus {
  outline: none;
  border-color: #3B4395;
  box-shadow: 0 0 0 4px rgba(59, 67, 149, 0.1);
}
.promoter-panel__link-hint {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.55;
  color: #777c8c;
}
.promoter-panel__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 600px) {
  .promoter-panel__stats {
    grid-template-columns: 1fr;
  }
}
.promoter-panel__stat {
  background: #ffffff;
  border: 1px solid #eceef4;
  border-radius: 20px;
  box-shadow: 0 4px 18px rgba(59, 67, 149, 0.05);
  padding: 30px 28px;
  text-align: center;
}
.promoter-panel__stat-value {
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  font-size: 46px;
  line-height: 1.05;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #3B4395;
  margin-bottom: 6px;
}
@media (max-width: 600px) {
  .promoter-panel__stat-value {
    font-size: 38px;
  }
}
.promoter-panel__stat-label {
  font-size: 15px;
  color: #6b7080;
}
.promoter-panel__stats-note {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #777c8c;
}
.promoter-panel__activity {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 880px) {
  .promoter-panel__activity {
    grid-template-columns: 1fr;
  }
}
.promoter-panel__activity-block {
  background: #ffffff;
  border: 1px solid #eceef4;
  border-radius: 20px;
  padding: 24px 26px;
}
@media (max-width: 600px) {
  .promoter-panel__activity-block {
    padding: 20px 18px;
  }
}
.promoter-panel__activity-title {
  font-size: 18px;
  line-height: 1.2;
  color: #2c2f63;
  margin-bottom: 14px;
}
.promoter-panel__activity-empty {
  font-size: 15px;
  color: #777c8c;
}
.promoter-panel__activity-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.promoter-panel__activity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #eef0f5;
}
.promoter-panel__activity-row:last-child {
  border-bottom: none;
}
.promoter-panel__activity-label {
  font-size: 15px;
  color: #3a3d4d;
}
.promoter-panel__activity-date {
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  color: #6b7080;
  white-space: nowrap;
}

.kit-activation {
  background: #f7f8fb;
}
.kit-activation__intro {
  padding-bottom: 0;
}
.kit-activation__intro .epi-eyebrow {
  display: block;
  margin-bottom: 12px;
}
.kit-activation__title {
  font-size: 40px;
  line-height: 1.1;
  color: #2c2f63;
  margin-bottom: 14px;
}
@media (max-width: 600px) {
  .kit-activation__title {
    font-size: 30px;
  }
}
.kit-activation__subtitle {
  max-width: 720px;
  font-size: 16.5px;
  line-height: 1.55;
  color: #5b6072;
}
.kit-activation__form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 820px;
}
.kit-activation__section {
  border: 1px solid #eceef4;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(59, 67, 149, 0.05);
  padding: 34px 32px;
  margin: 0;
}
@media (max-width: 600px) {
  .kit-activation__section {
    padding: 24px 18px;
  }
}
.kit-activation__legend {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2c2f63;
  padding: 0;
  margin-bottom: 22px;
}
.kit-activation__legend-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3B4395, #CA5098);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}
.kit-activation__field {
  position: relative;
  margin-bottom: 20px;
}
.kit-activation__field:last-child {
  margin-bottom: 0;
}
.kit-activation__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
.kit-activation__row .kit-activation__field {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .kit-activation__row {
    grid-template-columns: 1fr;
  }
}
.kit-activation__input {
  width: 100%;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 16px;
  color: #3a3d4d;
  background: #ffffff;
  border: 1.5px solid #d8dbe8;
  border-radius: 14px;
  padding: 18px 16px 16px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.kit-activation__input:focus {
  outline: none;
  border-color: #3B4395;
  box-shadow: 0 0 0 4px rgba(59, 67, 149, 0.1);
}
.kit-activation__label {
  position: absolute;
  left: 16px;
  top: 17px;
  color: #6b7080;
  font-size: 16px;
  pointer-events: none;
  transition: transform 0.16s, color 0.16s, font-size 0.16s;
}
.kit-activation__input[type=date] + .kit-activation__label, .kit-activation__input[type=time] + .kit-activation__label, .kit-activation__input:focus + .kit-activation__label, .kit-activation__input:not(:placeholder-shown) + .kit-activation__label {
  transform: translateY(-25px);
  font-size: 12px;
  color: #3B4395;
  background: #ffffff;
  padding: 0 6px;
}
.kit-activation__hint {
  margin-top: 6px;
  font-size: 14px;
  color: #777c8c;
}
.kit-activation__group {
  border: none;
  padding: 0;
  margin: 0 0 24px;
}
.kit-activation__group:last-child {
  margin-bottom: 0;
}
.kit-activation__group-title {
  display: block;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  color: #2c2f63;
  padding: 0;
  margin-bottom: 12px;
}
.kit-activation__optional {
  font-weight: 400;
  color: #777c8c;
  font-size: 14px;
}
.kit-activation__options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.kit-activation__options--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
@media (max-width: 460px) {
  .kit-activation__options--grid {
    grid-template-columns: 1fr;
  }
}
.kit-activation__option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border: 1.5px solid #e1e3ee;
  border-radius: 14px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.16s, background 0.16s, color 0.16s;
  color: #3a3d4d;
  font-size: 15px;
}
.kit-activation__option:hover {
  border-color: #CA5098;
}
.kit-activation__option-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
}
.kit-activation__option-box {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 2px solid #d8dbe8;
  border-radius: 6px;
  background: #ffffff;
  position: relative;
  transition: border-color 0.16s, background 0.16s;
}
.kit-activation__option-input[type=radio] + .kit-activation__option-box {
  border-radius: 50%;
}
.kit-activation__option-input:checked + .kit-activation__option-box {
  border-color: #3B4395;
  background: #3B4395;
}
.kit-activation__option-input:checked + .kit-activation__option-box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.kit-activation__option-input:checked ~ .kit-activation__option-label {
  color: #2c2f63;
  font-weight: 600;
}
.kit-activation .kit-activation__option:has(.kit-activation__option-input:checked) {
  border-color: #3B4395;
  background: #f3f4fb;
}
.kit-activation__option-input:focus-visible + .kit-activation__option-box {
  outline: 3px solid #3B4395;
  outline-offset: 2px;
}
.kit-activation__option-label {
  line-height: 1.3;
}
.kit-activation__conditional {
  margin: 0 0 24px;
  padding: 20px;
  border: 1px dashed #e1e3ee;
  border-radius: 14px;
  background: #f7f8fb;
}
.kit-activation__field--other {
  margin-top: 14px;
  margin-bottom: 0;
}
.kit-activation__consent {
  border: 1.5px solid #d8dbe8;
  border-radius: 14px;
  background: #ffffff;
  padding: 20px 22px;
}
.kit-activation__consent-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.kit-activation__consent-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
}
.kit-activation__consent-input + .kit-activation__option-box {
  margin-top: 2px;
}
.kit-activation__consent-input:checked + .kit-activation__option-box {
  border-color: #3B4395;
  background: #3B4395;
}
.kit-activation__consent-input:checked + .kit-activation__option-box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.kit-activation__consent-input:focus-visible + .kit-activation__option-box {
  outline: 3px solid #3B4395;
  outline-offset: 2px;
}
.kit-activation__consent-text {
  font-size: 15px;
  line-height: 1.5;
  color: #5b6072;
}
.kit-activation__consent-link {
  color: #3B4395;
  font-weight: 600;
  text-decoration: underline;
}
.kit-activation__consent-link:hover {
  color: #CA5098;
}
.kit-activation__error {
  margin: 0;
  color: #CA5098;
  font-size: 15px;
  font-weight: 600;
}
.kit-activation__submit {
  align-self: flex-start;
}
@media (max-width: 600px) {
  .kit-activation__submit {
    align-self: stretch;
    justify-content: center;
  }
}
.kit-activation__success {
  display: flex;
  justify-content: center;
  padding: 88px 32px;
}
@media (max-width: 600px) {
  .kit-activation__success {
    padding: 64px 18px;
  }
}
.kit-activation__success-card {
  width: 100%;
  max-width: 560px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #eceef4;
  border-radius: 20px;
  box-shadow: 0 4px 18px rgba(59, 67, 149, 0.05);
  padding: 48px 40px;
}
.kit-activation__success-card .epi-eyebrow {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .kit-activation__success-card {
    padding: 34px 22px;
  }
}
.kit-activation__success-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3B4395, #CA5098);
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(59, 67, 149, 0.24);
}
.kit-activation__success-title {
  font-size: 28px;
  line-height: 1.15;
  color: #2c2f63;
  margin-bottom: 14px;
}
@media (max-width: 600px) {
  .kit-activation__success-title {
    font-size: 24px;
  }
}
.kit-activation__success-lead {
  font-size: 16.5px;
  line-height: 1.55;
  color: #5b6072;
  margin-bottom: 16px;
}
.kit-activation__success-code {
  font-size: 15px;
  color: #3a3d4d;
  margin-bottom: 16px;
}
.kit-activation__success-code strong {
  color: #3B4395;
  letter-spacing: 0.05em;
}
.kit-activation__success-note {
  font-size: 14px;
  line-height: 1.55;
  color: #777c8c;
  margin-bottom: 28px;
}
.kit-activation__success-cta {
  display: inline-flex;
}

.epi-science-hero {
  background: #ffffff;
}
.epi-science-hero .epi-section {
  padding: 80px 32px 44px;
}
@media (max-width: 920px) {
  .epi-science-hero .epi-section {
    padding: 56px 22px;
  }
}
@media (max-width: 460px) {
  .epi-science-hero .epi-section {
    padding: 44px 18px;
  }
}
.epi-science-hero .epi-eyebrow {
  display: block;
  margin-bottom: 18px;
}

.epi-science-h1 {
  font-size: 52px;
  line-height: 1.06;
  font-weight: 700;
  color: #2c2f63;
  letter-spacing: -0.03em;
  text-wrap: balance;
  max-width: 780px;
}
@media (max-width: 920px) {
  .epi-science-h1 {
    font-size: 40px;
  }
}
@media (max-width: 460px) {
  .epi-science-h1 {
    font-size: 30px;
  }
}

.epi-science-lead {
  font-size: 19px;
  line-height: 1.6;
  color: #5b6072;
  max-width: 620px;
  margin: 20px 0 0;
}

.epi-science-topics {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 34px;
}
@media (max-width: 920px) {
  .epi-science-topics {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .epi-science-topics {
    grid-template-columns: 1fr;
  }
}

.epi-science-topic {
  text-align: center;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #3B4395;
  background: #ffffff;
  border: 1.5px solid #e1e3ee;
  padding: 11px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.18s;
}
.epi-science-topic:hover {
  border-color: #CA5098;
  color: #CA5098;
}
.epi-science-topic[aria-pressed=true] {
  border-color: #CA5098;
  color: #CA5098;
}

.epi-science-feat-section {
  padding: 16px 32px 8px;
}
@media (max-width: 920px) {
  .epi-science-feat-section {
    padding: 56px 22px;
  }
}
@media (max-width: 460px) {
  .epi-science-feat-section {
    padding: 44px 18px;
  }
}

.epi-science-grid-section {
  padding: 40px 32px 40px;
}
@media (max-width: 920px) {
  .epi-science-grid-section {
    padding: 56px 22px;
  }
}
@media (max-width: 460px) {
  .epi-science-grid-section {
    padding: 44px 18px;
  }
}

.epi-science-cta-section {
  background: #ffffff;
  padding: 20px 32px 110px;
}

.epi-science-cta {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 56px;
  border-radius: 30px;
  box-shadow: 0 40px 90px rgba(59, 67, 149, 0.28);
  background: linear-gradient(125deg, #262a5c 0%, #3B4395 55%, #6a3f8e 125%);
}
@media (max-width: 920px) {
  .epi-science-cta {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

.epi-science-cta-glow {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 184, 218, 0.22), transparent 65%);
  pointer-events: none;
}

.epi-science-cta-text {
  position: relative;
  max-width: 600px;
}
.epi-science-cta-text h2 {
  font-size: 32px;
  line-height: 1.14;
  font-weight: 700;
  color: #ffffff;
  text-wrap: balance;
  margin-bottom: 12px;
}

.epi-science-cta-lead {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84);
  margin: 0;
}

.epi-science-cta-btn {
  position: relative;
  flex: none;
}
.epi-science-cta-btn .epi-btn--white {
  padding: 18px 34px;
}

@media (prefers-reduced-motion: reduce) {
  .epi-science-topic {
    transition: none;
  }
}
.partners-admin {
  background: #f7f8fb;
  min-height: 60vh;
}
.partners-admin__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.partners-admin__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.partners-admin__head .epi-eyebrow {
  display: block;
  margin-bottom: 10px;
}
.partners-admin__head-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.partners-admin__title {
  font-size: 34px;
  line-height: 1.12;
  color: #2c2f63;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .partners-admin__title {
    font-size: 26px;
  }
}
.partners-admin__subtitle {
  max-width: 620px;
  font-size: 15.5px;
  line-height: 1.55;
  color: #5b6072;
}
.partners-admin__search-input {
  width: 300px;
  max-width: 100%;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 15.5px;
  color: #3a3d4d;
  background: #ffffff;
  border: 1.5px solid #d8dbe8;
  border-radius: 999px;
  padding: 12px 20px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.partners-admin__search-input:focus {
  outline: none;
  border-color: #3B4395;
  box-shadow: 0 0 0 4px rgba(59, 67, 149, 0.1);
}
.partners-admin__empty {
  background: #ffffff;
  border: 1px dashed #e1e3ee;
  border-radius: 20px;
  padding: 48px 32px;
  text-align: center;
}
.partners-admin__empty-title {
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #2c2f63;
  margin-bottom: 8px;
}
.partners-admin__empty-text {
  font-size: 15px;
  color: #5b6072;
}
.partners-admin__table-wrap {
  background: #ffffff;
  border: 1px solid #eceef4;
  border-radius: 20px;
  box-shadow: 0 4px 18px rgba(59, 67, 149, 0.05);
  overflow-x: auto;
}
.partners-admin__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
.partners-admin__table thead th {
  text-align: left;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7080;
  padding: 16px 20px;
  border-bottom: 1px solid #e1e3ee;
  white-space: nowrap;
}
.partners-admin__row {
  border-bottom: 1px solid #eef0f5;
}
.partners-admin__row:last-child {
  border-bottom: none;
}
.partners-admin__row:hover {
  background: #f3f4fb;
}
.partners-admin__cell {
  padding: 14px 20px;
  font-size: 15px;
  color: #3a3d4d;
  vertical-align: middle;
}
.partners-admin__cell--logo {
  padding-right: 0;
  width: 1%;
}
.partners-admin__cell--name {
  font-weight: 600;
  color: #2c2f63;
}
.partners-admin__cell--actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.partners-admin__logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #f1f0fa;
  overflow: hidden;
}
.partners-admin__logo-slot {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 8px;
  color: #777c8c;
  text-align: center;
}
.partners-admin__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partners-admin__status {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  background: #f1f0fa;
  color: #3B4395;
  white-space: nowrap;
}
.partners-admin__status--listed {
  background: rgba(59, 67, 149, 0.1);
  color: #3B4395;
}
.partners-admin__status--hidden {
  background: #f1f0fa;
  color: #777c8c;
}
.partners-admin__action {
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3B4395;
  background: transparent;
  border: 1.5px solid #d8dbe8;
  border-radius: 999px;
  padding: 7px 14px;
  cursor: pointer;
  transition: border-color 0.16s, color 0.16s, background 0.16s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.partners-admin__action:hover {
  border-color: #3B4395;
}
.partners-admin__action--danger {
  color: #CA5098;
}
.partners-admin__action--danger:hover {
  border-color: #CA5098;
  background: rgba(202, 80, 152, 0.06);
}
.partners-admin__modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(38, 42, 92, 0.55);
  backdrop-filter: blur(2px);
}
.partners-admin__modal-content {
  position: relative;
  width: 100%;
  max-width: 480px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 40px 90px rgba(59, 67, 149, 0.28);
  padding: 34px 32px;
}
@media (max-width: 600px) {
  .partners-admin__modal-content {
    padding: 26px 20px;
  }
}
.partners-admin__modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: none;
  background: transparent;
  color: #6b7080;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.partners-admin__modal-close:hover {
  color: #CA5098;
}
.partners-admin__modal-title {
  font-size: 22px;
  color: #2c2f63;
  margin-bottom: 12px;
}
.partners-admin__modal-text {
  font-size: 15px;
  line-height: 1.55;
  color: #5b6072;
  margin-bottom: 22px;
}
.partners-admin__modal-text strong {
  color: #2c2f63;
}
.partners-admin__modal-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 24px;
}

.auth-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62vh;
  padding: 64px 32px 88px;
  background: #f7f8fb;
}
@media (max-width: 600px) {
  .auth-shell {
    padding: 48px 18px 64px;
  }
}

.auth-card {
  width: 100%;
  max-width: 440px;
  background: #ffffff;
  border: 1px solid #eceef4;
  border-radius: 20px;
  box-shadow: 0 4px 18px rgba(59, 67, 149, 0.05);
  padding: 44px 40px 40px;
}
@media (max-width: 600px) {
  .auth-card {
    padding: 32px 24px 28px;
  }
}
.auth-card__logo {
  display: block;
  height: 34px;
  width: auto;
  margin-bottom: 24px;
}
.auth-card .epi-eyebrow {
  display: block;
  margin-bottom: 14px;
}
.auth-card__title {
  font-size: 30px;
  line-height: 1.15;
  color: #2c2f63;
  margin-bottom: 10px;
}
.auth-card__lead {
  font-size: 16.5px;
  line-height: 1.55;
  color: #5b6072;
  margin-bottom: 28px;
}
.auth-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 6px;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.auth-field-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.auth-field {
  position: relative;
}
.auth-field .auth-input {
  width: 100%;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 16px;
  color: #3a3d4d;
  background: #ffffff;
  border: 1.5px solid #d8dbe8;
  border-radius: 14px;
  padding: 18px 16px 16px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.auth-field .auth-input:focus {
  outline: none;
  border-color: #3B4395;
  box-shadow: 0 0 0 4px rgba(59, 67, 149, 0.1);
}
.auth-field .auth-label {
  position: absolute;
  left: 16px;
  top: 17px;
  color: #6b7080;
  font-size: 16px;
  pointer-events: none;
  transition: transform 0.16s, color 0.16s, font-size 0.16s;
}
.auth-field .auth-input:focus + .auth-label,
.auth-field .auth-input:not(:placeholder-shown) + .auth-label {
  transform: translateY(-25px);
  font-size: 12px;
  color: #3B4395;
  background: #ffffff;
  padding: 0 6px;
}

.auth-field--password .auth-input {
  padding-right: 96px;
}

.auth-password-toggle {
  position: absolute;
  right: 12px;
  top: 22px;
  border: none;
  background: transparent;
  color: #3B4395;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  padding: 6px;
}
.auth-password-toggle:hover {
  color: #CA5098;
}

.auth-submit {
  justify-content: center;
  width: 100%;
}
.auth-submit.disabled {
  opacity: 0.55;
  pointer-events: none;
}

.auth-card__actions .auth-submit {
  width: auto;
}

.auth-back {
  color: #5b6072;
  font-weight: 600;
  font-size: 15px;
}
.auth-back:hover {
  color: #3B4395;
}

.auth-error {
  margin: -4px 0 0;
  color: #CA5098;
  font-size: 14px;
  font-weight: 600;
}

.auth-secondary {
  display: flex;
  justify-content: flex-end;
  margin-top: -10px;
}

.auth-link-button {
  border: none;
  background: transparent;
  padding: 4px 2px;
  color: #3B4395;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.auth-link-button:hover {
  color: #CA5098;
  text-decoration: underline;
}

.auth-note {
  margin: -2px 0 0;
  padding: 12px 14px;
  border: 1px solid #d8dbe8;
  border-left: 3px solid #3B4395;
  border-radius: 14px;
  background: #f7f8fb;
  color: #2c2f63;
  font-size: 14px;
  line-height: 1.5;
}

.kit-activations {
  background: #f7f8fb;
  min-height: 60vh;
}
.kit-activations__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.kit-activations__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.kit-activations__head .epi-eyebrow {
  display: block;
  margin-bottom: 10px;
}
.kit-activations__title {
  font-size: 34px;
  line-height: 1.12;
  color: #2c2f63;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .kit-activations__title {
    font-size: 26px;
  }
}
.kit-activations__subtitle {
  max-width: 620px;
  font-size: 15.5px;
  line-height: 1.55;
  color: #5b6072;
}
.kit-activations__search {
  flex: 0 0 auto;
}
.kit-activations__toolbar {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding: 14px 18px;
  background: #ffffff;
  border: 1px solid #eceef4;
  border-radius: 14px;
}
.kit-activations__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #3a3d4d;
  cursor: pointer;
  white-space: nowrap;
}
.kit-activations__date-select {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.kit-activations__date-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  color: #6b7080;
}
.kit-activations__date-field input {
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 15px;
  color: #3a3d4d;
  background: #ffffff;
  border: 1.5px solid #d8dbe8;
  border-radius: 14px;
  padding: 8px 12px;
}
.kit-activations__search-input {
  width: 320px;
  max-width: 100%;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 15.5px;
  color: #3a3d4d;
  background: #ffffff;
  border: 1.5px solid #d8dbe8;
  border-radius: 999px;
  padding: 12px 20px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.kit-activations__search-input:focus {
  outline: none;
  border-color: #3B4395;
  box-shadow: 0 0 0 4px rgba(59, 67, 149, 0.1);
}
.kit-activations__empty {
  background: #ffffff;
  border: 1px dashed #e1e3ee;
  border-radius: 20px;
  padding: 48px 32px;
  text-align: center;
}
.kit-activations__empty-title {
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #2c2f63;
  margin-bottom: 8px;
}
.kit-activations__empty-text {
  font-size: 15px;
  color: #5b6072;
}
.kit-activations__table-wrap {
  background: #ffffff;
  border: 1px solid #eceef4;
  border-radius: 20px;
  box-shadow: 0 4px 18px rgba(59, 67, 149, 0.05);
  overflow-x: auto;
}
.kit-activations__table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}
.kit-activations__table thead th {
  text-align: left;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7080;
  padding: 16px 20px;
  border-bottom: 1px solid #e1e3ee;
  white-space: nowrap;
}
.kit-activations__row {
  border-bottom: 1px solid #eef0f5;
}
.kit-activations__row:last-child {
  border-bottom: none;
}
.kit-activations__row:hover {
  background: #f3f4fb;
}
.kit-activations__cell {
  padding: 16px 20px;
  font-size: 15px;
  color: #3a3d4d;
  vertical-align: middle;
}
.kit-activations__cell code {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #2c2f63;
}
.kit-activations__cell--actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.kit-activations__cell--select {
  width: 1%;
}
.kit-activations__row-checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #3B4395;
}
.kit-activations__status {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  background: #f1f0fa;
  color: #3B4395;
  white-space: nowrap;
}
.kit-activations__status--activated {
  background: rgba(59, 67, 149, 0.1);
  color: #3B4395;
}
.kit-activations__status--pending {
  background: rgba(202, 80, 152, 0.12);
  color: #CA5098;
}
.kit-activations__status--cancelled {
  background: #f1f0fa;
  color: #6b7080;
}
.kit-activations__status--archived {
  background: #f1f0fa;
  color: #777c8c;
}
.kit-activations__action {
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3B4395;
  background: transparent;
  border: 1.5px solid #d8dbe8;
  border-radius: 999px;
  padding: 7px 14px;
  cursor: pointer;
  transition: border-color 0.16s, color 0.16s, background 0.16s;
}
.kit-activations__action:hover {
  border-color: #3B4395;
}
.kit-activations__modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(38, 42, 92, 0.55);
  backdrop-filter: blur(2px);
}
.kit-activations__modal-content {
  position: relative;
  width: 100%;
  max-width: 460px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 40px 90px rgba(59, 67, 149, 0.28);
  padding: 34px 32px;
}
.kit-activations__modal-content--wide {
  max-width: 720px;
  max-height: 84vh;
  overflow-y: auto;
}
@media (max-width: 600px) {
  .kit-activations__modal-content {
    padding: 26px 20px;
  }
}
.kit-activations__modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: none;
  background: transparent;
  color: #6b7080;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.kit-activations__modal-close:hover {
  color: #CA5098;
}
.kit-activations__modal-title {
  font-size: 22px;
  color: #2c2f63;
  margin-bottom: 12px;
}
.kit-activations__modal-text {
  font-size: 15px;
  line-height: 1.55;
  color: #5b6072;
  margin-bottom: 26px;
}
.kit-activations__modal-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.kit-activations__detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.kit-activations__detail-head .epi-eyebrow {
  display: block;
  margin-bottom: 6px;
}
.kit-activations__detail-code code {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #2c2f63;
}
.kit-activations__detail-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.kit-activations__detail-date {
  font-size: 15px;
  color: #6b7080;
}
.kit-activations__detail-consent {
  font-size: 14px;
  color: #777c8c;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e1e3ee;
}
.kit-activations__detail-list {
  margin: 0;
}
.kit-activations__detail-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #eef0f5;
}
.kit-activations__detail-row:last-child {
  border-bottom: none;
}
@media (max-width: 600px) {
  .kit-activations__detail-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.kit-activations__detail-label {
  font-size: 15px;
  font-weight: 600;
  color: #6b7080;
  margin: 0;
}
.kit-activations__detail-value {
  font-size: 15px;
  color: #3a3d4d;
  margin: 0;
  word-break: break-word;
}
.kit-activations__detail-note {
  margin-top: 18px;
  font-size: 14px;
  color: #777c8c;
  font-style: italic;
}
.kit-activations__detail-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e1e3ee;
}
.kit-activations__detail-delete {
  color: #CA5098;
  border-color: #CA5098;
}
.kit-activations__detail-delete:hover {
  background: rgba(202, 80, 152, 0.06);
}

.promoters {
  background: #f7f8fb;
  min-height: 60vh;
}
.promoters__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.promoters__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.promoters__head .epi-eyebrow {
  display: block;
  margin-bottom: 10px;
}
.promoters__head-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.promoters__title {
  font-size: 34px;
  line-height: 1.12;
  color: #2c2f63;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .promoters__title {
    font-size: 26px;
  }
}
.promoters__subtitle {
  max-width: 620px;
  font-size: 15.5px;
  line-height: 1.55;
  color: #5b6072;
}
.promoters__search-input {
  width: 300px;
  max-width: 100%;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 15.5px;
  color: #3a3d4d;
  background: #ffffff;
  border: 1.5px solid #d8dbe8;
  border-radius: 999px;
  padding: 12px 20px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.promoters__search-input:focus {
  outline: none;
  border-color: #3B4395;
  box-shadow: 0 0 0 4px rgba(59, 67, 149, 0.1);
}
.promoters__feedback {
  margin-bottom: 24px;
  padding: 14px 18px;
  font-size: 15px;
  line-height: 1.55;
  color: #2c2f63;
  background: #f1f0fa;
  border-left: 3px solid #3B4395;
  border-radius: 14px;
}
.promoters__empty {
  background: #ffffff;
  border: 1px dashed #e1e3ee;
  border-radius: 20px;
  padding: 48px 32px;
  text-align: center;
}
.promoters__empty-title {
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #2c2f63;
  margin-bottom: 8px;
}
.promoters__empty-text {
  font-size: 15px;
  color: #5b6072;
}
.promoters__table-wrap {
  background: #ffffff;
  border: 1px solid #eceef4;
  border-radius: 20px;
  box-shadow: 0 4px 18px rgba(59, 67, 149, 0.05);
  overflow-x: auto;
}
.promoters__table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}
.promoters__table thead th {
  text-align: left;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7080;
  padding: 16px 20px;
  border-bottom: 1px solid #e1e3ee;
  white-space: nowrap;
}
.promoters__row {
  border-bottom: 1px solid #eef0f5;
}
.promoters__row:last-child {
  border-bottom: none;
}
.promoters__row:hover {
  background: #f3f4fb;
}
.promoters__cell {
  padding: 16px 20px;
  font-size: 15px;
  color: #3a3d4d;
  vertical-align: middle;
}
.promoters__cell code {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #2c2f63;
}
.promoters__cell--name {
  font-weight: 600;
  color: #2c2f63;
}
.promoters__cell--email {
  color: #6b7080;
  word-break: break-word;
}
.promoters__cell--metric {
  font-variant-numeric: tabular-nums;
}
.promoters__cell--actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.promoters__status {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  background: #f1f0fa;
  color: #3B4395;
  white-space: nowrap;
}
.promoters__status--active {
  background: rgba(59, 67, 149, 0.1);
  color: #3B4395;
}
.promoters__status--inactive {
  background: #f1f0fa;
  color: #777c8c;
}
.promoters__action {
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3B4395;
  background: transparent;
  border: 1.5px solid #d8dbe8;
  border-radius: 999px;
  padding: 7px 14px;
  cursor: pointer;
  transition: border-color 0.16s, color 0.16s, background 0.16s;
}
.promoters__action:hover {
  border-color: #3B4395;
}
.promoters__action--danger {
  color: #CA5098;
}
.promoters__action--danger:hover {
  border-color: #CA5098;
  background: rgba(202, 80, 152, 0.06);
}
.promoters__modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(38, 42, 92, 0.55);
  backdrop-filter: blur(2px);
}
.promoters__modal-content {
  position: relative;
  width: 100%;
  max-width: 480px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 40px 90px rgba(59, 67, 149, 0.28);
  padding: 34px 32px;
}
@media (max-width: 600px) {
  .promoters__modal-content {
    padding: 26px 20px;
  }
}
.promoters__modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: none;
  background: transparent;
  color: #6b7080;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.promoters__modal-close:hover {
  color: #CA5098;
}
.promoters__modal-title {
  font-size: 22px;
  color: #2c2f63;
  margin-bottom: 12px;
}
.promoters__modal-text {
  font-size: 15px;
  line-height: 1.55;
  color: #5b6072;
  margin-bottom: 22px;
}
.promoters__modal-text strong {
  color: #2c2f63;
}
.promoters__modal-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 24px;
}
.promoters__field {
  margin-bottom: 16px;
}
.promoters__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #6b7080;
  margin-bottom: 6px;
}
.promoters__input {
  width: 100%;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 15.5px;
  color: #3a3d4d;
  background: #ffffff;
  border: 1.5px solid #d8dbe8;
  border-radius: 14px;
  padding: 12px 16px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.promoters__input:focus {
  outline: none;
  border-color: #3B4395;
  box-shadow: 0 0 0 4px rgba(59, 67, 149, 0.1);
}
.promoters__input--code {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.promoters__textarea {
  resize: vertical;
  min-height: 84px;
}
.promoters__hint {
  margin-top: 6px;
  font-size: 14px;
  color: #777c8c;
}

.create-partner__panel {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 32px 60px;
}
@media (max-width: 880px) {
  .create-partner__panel {
    padding: 32px 22px 48px;
  }
}
@media (max-width: 460px) {
  .create-partner__panel {
    padding: 28px 18px 40px;
  }
}
.create-partner__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.create-partner__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #3B4395;
}
.create-partner__back:hover {
  color: #CA5098;
}
.create-partner__back:hover .create-partner__back-arrow {
  border-color: #CA5098;
}
.create-partner__back-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2.4px solid #3B4395;
  border-bottom: 2.4px solid #3B4395;
  transform: rotate(45deg);
  transition: border-color 0.18s;
}
.create-partner__delete {
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #CA5098;
  background: transparent;
  border: 1.5px solid #d8dbe8;
  padding: 9px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.18s;
}
.create-partner__delete:hover {
  border-color: #CA5098;
}
.create-partner__title {
  font-size: 32px;
  color: #2c2f63;
  margin-bottom: 28px;
}
@media (max-width: 460px) {
  .create-partner__title {
    font-size: 26px;
  }
}
.create-partner form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.create-partner__cover {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #eceef4;
}
.create-partner__cover-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.create-partner__upload {
  align-self: flex-start;
}
.create-partner__field {
  position: relative;
}
.create-partner__field input {
  width: 100%;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 16px;
  color: #3a3d4d;
  background: #ffffff;
  border: 1.5px solid #e1e3ee;
  border-radius: 14px;
  padding: 18px 16px 8px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.create-partner__field input:focus {
  outline: none;
  border-color: #3B4395;
  box-shadow: 0 0 0 4px rgba(59, 67, 149, 0.1);
}
.create-partner__field label {
  position: absolute;
  left: 16px;
  top: 14px;
  font-size: 16px;
  color: #5b6072;
  pointer-events: none;
  transition: all 0.15s ease;
}
.create-partner__field input:focus + label,
.create-partner__field input:not(:placeholder-shown) + label {
  top: 6px;
  font-size: 11px;
  color: #3B4395;
}
.create-partner__docs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.create-partner__docs-title {
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #2c2f63;
}
.create-partner__doc-item {
  align-items: center;
  border: 1px solid #e1e3ee;
  border-radius: 14px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 16px;
}
.create-partner__doc-item a {
  color: #3B4395;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.create-partner__doc-item a:hover {
  color: #CA5098;
}
.create-partner__doc-remove {
  background: none;
  border: none;
  color: #CA5098;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
  padding: 4px;
}
.create-partner__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #2c2f63;
  cursor: pointer;
}
.create-partner__checkbox input {
  width: 18px;
  height: 18px;
  accent-color: #3B4395;
  cursor: pointer;
}
.create-partner__error {
  color: #CA5098;
  font-weight: 700;
  font-size: 15px;
  margin: 0;
}
.create-partner__submit {
  align-self: flex-start;
}
.create-partner__modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(44, 47, 99, 0.5);
}
.create-partner__modal-content {
  background: #ffffff;
  border-radius: 30px;
  padding: 40px 36px;
  max-width: 460px;
  width: 100%;
  text-align: center;
  box-shadow: 0 40px 90px rgba(59, 67, 149, 0.28);
}
.create-partner__modal-content h2 {
  color: #2c2f63;
  margin-bottom: 12px;
}
.create-partner__modal-content p {
  color: #5b6072;
  margin: 0 0 6px;
}
.create-partner__modal-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
}

.list-news__hero {
  background: #ffffff;
}
.list-news__hero .epi-section {
  padding: 80px 32px 44px;
}
@media (max-width: 920px) {
  .list-news__hero .epi-section {
    padding: 56px 22px;
  }
}
@media (max-width: 460px) {
  .list-news__hero .epi-section {
    padding: 44px 18px;
  }
}
.list-news__hero .epi-eyebrow {
  display: block;
  margin-bottom: 18px;
}
.list-news__title {
  font-size: 52px;
  line-height: 1.06;
  font-weight: 700;
  color: #2c2f63;
  letter-spacing: -0.03em;
  text-wrap: balance;
  max-width: 760px;
}
@media (max-width: 920px) {
  .list-news__title {
    font-size: 40px;
  }
}
@media (max-width: 460px) {
  .list-news__title {
    font-size: 30px;
  }
}
.list-news__subtitle {
  font-size: 19px;
  line-height: 1.6;
  color: #5b6072;
  max-width: 600px;
  margin: 20px 0 0;
}
.list-news__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
}
.list-news__chip {
  display: inline-flex;
  align-items: center;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #3B4395;
  background: #ffffff;
  border: 1.5px solid #e1e3ee;
  padding: 11px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.18s;
}
.list-news__chip:hover {
  border-color: #CA5098;
  color: #CA5098;
}
.list-news__chip:focus-visible {
  outline: 3px solid #3B4395;
  outline-offset: 2px;
}
.list-news__chip[aria-pressed=true] {
  color: #ffffff;
  background: #3B4395;
  border-color: #3B4395;
}
.list-news__chip[aria-pressed=true]:hover {
  border-color: #3B4395;
  color: #ffffff;
}
.list-news__featured-section {
  padding: 16px 32px 8px;
}
@media (max-width: 920px) {
  .list-news__featured-section {
    padding: 56px 22px;
  }
}
@media (max-width: 460px) {
  .list-news__featured-section {
    padding: 44px 18px;
  }
}
.list-news__grid-section {
  padding: 40px 32px 40px;
}
@media (max-width: 920px) {
  .list-news__grid-section {
    padding: 56px 22px;
  }
}
@media (max-width: 460px) {
  .list-news__grid-section {
    padding: 44px 18px;
  }
}
.list-news__cta-section {
  background: #ffffff;
  padding: 20px 32px 110px;
}
.list-news__cta-glow {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 184, 218, 0.22), transparent 65%);
  pointer-events: none;
}
.list-news__cta-text {
  position: relative;
  max-width: 600px;
}
.list-news__cta-text h2 {
  font-size: 32px;
  line-height: 1.14;
  font-weight: 700;
  margin-bottom: 12px;
}
.list-news__cta-lead {
  position: relative;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84);
  margin: 0;
}
.list-news__cta-action {
  position: relative;
  flex: none;
}

.news-admin-actions {
  margin-bottom: 24px;
}
.news-admin-actions:empty {
  display: none;
}

.news-thumb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media (max-width: 920px) {
  .news-thumb-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .news-thumb-grid {
    grid-template-columns: 1fr;
  }
}

.news-thumb {
  display: block;
  background: #ffffff;
  border: 1px solid #eceef4;
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 4px 18px rgba(59, 67, 149, 0.05);
}
.news-thumb:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(59, 67, 149, 0.15);
}
.news-thumb:hover .news-thumb__title {
  color: #CA5098;
}
.news-thumb__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 16/10;
  padding: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, #3B4395, #5a4193 70%, #CA5098 140%);
}
.news-thumb__slot {
  position: relative;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
.news-thumb__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-thumb__body {
  padding: 24px;
}
.news-thumb__badge {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #CA5098;
  background: #fbeef5;
  padding: 5px 12px;
  border-radius: 999px;
}
.news-thumb__title {
  font-size: 19px;
  font-weight: 700;
  color: #2c2f63;
  line-height: 1.25;
  margin-bottom: 10px;
  transition: color 0.18s;
}
.news-thumb__summary {
  font-size: 14.5px;
  line-height: 1.55;
  color: #777c8c;
  margin: 0 0 16px;
}
.news-thumb__date {
  display: block;
  font-size: 13px;
  color: #9a9eb0;
  font-weight: 700;
}

.news-feat {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0;
  background: #ffffff;
  border: 1px solid #eceef4;
  border-radius: 26px;
  overflow: hidden;
  transition: box-shadow 0.25s;
  box-shadow: 0 8px 30px rgba(59, 67, 149, 0.07);
}
.news-feat:hover {
  box-shadow: 0 30px 64px rgba(59, 67, 149, 0.18);
}
.news-feat:hover .news-feat__title {
  color: #CA5098;
}
@media (max-width: 920px) {
  .news-feat {
    grid-template-columns: 1fr;
  }
}
.news-feat__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 360px;
  padding: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #262a5c, #3B4395 60%, #CA5098 135%);
}
@media (max-width: 920px) {
  .news-feat__media {
    min-height: 240px;
  }
}
.news-feat__pattern {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 30px);
  pointer-events: none;
}
.news-feat__slot {
  position: relative;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.66);
}
.news-feat__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-feat__body {
  padding: 46px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-feat__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.news-feat__badge {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #CA5098;
  background: #fbeef5;
  padding: 5px 12px;
  border-radius: 999px;
}
.news-feat__date {
  font-size: 13px;
  color: #9a9eb0;
  font-weight: 700;
}
.news-feat__title {
  font-size: 30px;
  line-height: 1.16;
  font-weight: 700;
  color: #2c2f63;
  margin-bottom: 14px;
  text-wrap: balance;
  transition: color 0.18s;
}
.news-feat__summary {
  font-size: 16.5px;
  line-height: 1.6;
  color: #6b7080;
  margin: 0 0 22px;
}
.news-feat__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #3B4395;
}

.news-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 20px;
}
.news-empty__title {
  font-size: 20px;
  font-weight: 700;
  color: #2c2f63;
  margin: 0 0 8px;
}
.news-empty__text {
  font-size: 15px;
  color: #777c8c;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .list-news__chip,
  .news-thumb,
  .news-thumb__title,
  .news-feat,
  .news-feat__title {
    transition: none;
  }
}
body.epi-links-body {
  padding-bottom: 0;
}

.epi-links {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  background: linear-gradient(125deg, #262a5c 0%, #3B4395 52%, #6a3f8e 122%);
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.epi-links__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 460px;
  padding: 30px 22px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}
@media (max-width: 560px) {
  .epi-links__inner {
    padding: 26px 18px 40px;
    gap: 24px;
  }
}
.epi-links__brand {
  text-align: center;
}
.epi-links__logo {
  display: block;
  width: 165px;
  height: auto;
  margin: 0 auto;
}
.epi-links__tagline {
  margin: 0;
  font-size: 12.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}
.epi-links__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.epi-links__social {
  display: flex;
  gap: 14px;
  margin-top: 2px;
}
.epi-links__langs {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 4;
  display: inline-flex;
  gap: 3px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.epi-links__lang {
  display: grid;
  place-items: center;
  min-width: 27px;
  padding: 4px 7px;
  border-radius: 999px;
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}
.epi-links__lang:hover {
  color: #ffffff;
}
.epi-links__lang.is-active {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.epi-linkcard {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 15px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.epi-linkcard:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}
.epi-linkcard__icon {
  flex: none;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
}
.epi-linkcard__icon svg {
  width: 22px;
  height: 22px;
  color: #f4b8da;
}
.epi-linkcard__text {
  flex: 1 1 auto;
  min-width: 0;
}
.epi-linkcard__title {
  display: block;
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.epi-linkcard__sub {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.epi-linkcard__chevron {
  flex: none;
  color: rgba(255, 255, 255, 0.5);
  transition: transform 0.18s ease;
}
.epi-linkcard__chevron svg {
  display: block;
  width: 18px;
  height: 18px;
}
.epi-linkcard:hover .epi-linkcard__chevron {
  transform: translateX(3px);
}

.epi-links-social-btn {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  transition: transform 0.18s ease, background 0.18s ease;
}
.epi-links-social-btn svg {
  width: 20px;
  height: 20px;
}
.epi-links-social-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.partners__hero {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.partners__hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.partners__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.58) 100%);
  pointer-events: none;
}
.partners__hero-glow {
  position: absolute;
  z-index: 2;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 760px;
  height: 480px;
  background: radial-gradient(60% 70% at 50% 0%, rgba(202, 80, 152, 0.1), rgba(59, 67, 149, 0.05) 50%, transparent 72%);
  pointer-events: none;
}
.partners__hero-inner {
  position: relative;
  z-index: 3;
  max-width: 920px;
  margin: 0 auto;
  padding: 108px 32px 56px;
  text-align: center;
}
@media (max-width: 880px) {
  .partners__hero-inner {
    padding: 64px 22px;
  }
}
@media (max-width: 460px) {
  .partners__hero-inner {
    padding: 44px 18px;
  }
}
.partners__hero-eyebrow {
  margin-bottom: 24px;
}
.partners__hero-title {
  font-size: 52px;
  line-height: 1.07;
  font-weight: 700;
  color: #2c2f63;
  letter-spacing: -0.03em;
  text-wrap: balance;
  margin-bottom: 22px;
}
@media (max-width: 880px) {
  .partners__hero-title {
    font-size: 38px;
  }
}
@media (max-width: 460px) {
  .partners__hero-title {
    font-size: 30px;
  }
}
.partners__hero-lead {
  font-size: 19px;
  line-height: 1.6;
  color: #5b6072;
  max-width: 560px;
  margin: 0 auto 36px;
  text-wrap: balance;
}
.partners__hero-cta .epi-btn--primary {
  font-size: 17px;
  padding: 17px 32px;
  box-shadow: 0 12px 30px rgba(59, 67, 149, 0.24);
}
.partners__hero-cta .epi-btn--primary:hover {
  filter: brightness(1.06);
  box-shadow: 0 14px 34px rgba(202, 80, 152, 0.32);
}
.partners__cards {
  padding: 40px 32px 100px;
}
@media (max-width: 880px) {
  .partners__cards {
    padding: 40px 22px 64px;
  }
}
@media (max-width: 460px) {
  .partners__cards {
    padding: 32px 18px 44px;
  }
}
.partners__cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 880px) {
  .partners__cards-grid {
    grid-template-columns: 1fr;
  }
}
.partners__card {
  background: #f7f8fb;
  border: 1px solid #eceef4;
  border-radius: 22px;
  padding: 34px 30px;
}
.partners__card-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #eceef4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.partners__card-title {
  font-size: 19px;
  font-weight: 700;
  color: #2c2f63;
  margin-bottom: 9px;
}
.partners__card-text {
  font-size: 15.5px;
  line-height: 1.55;
  color: #6b7080;
  margin: 0;
}
@media (max-width: 880px) {
  .partners__logos {
    padding: 64px 22px;
  }
}
@media (max-width: 460px) {
  .partners__logos {
    padding: 44px 18px;
  }
}
.partners__logos-head {
  text-align: center;
  margin-bottom: 36px;
}
.partners__logos-head .epi-eyebrow {
  margin-bottom: 14px;
}
.partners__logos-title {
  font-size: 36px;
  line-height: 1.12;
  font-weight: 700;
  color: #2c2f63;
  text-wrap: balance;
}
.partners__logos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
  gap: 22px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.partners__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  background: #f7f8fb;
  border: 1px solid #eceef4;
  border-radius: 22px;
  padding: 26px 22px;
}
.partners__logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.partners__logo-img {
  width: 100%;
  height: auto;
  max-width: 185px;
  object-fit: contain;
  display: block;
}
.partners__logo-name {
  font-size: 15px;
  font-weight: 700;
  color: #2c2f63;
  text-align: center;
}
.partners__logos-empty {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}
.partners__logos-empty-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c2f63;
  margin-bottom: 10px;
}
.partners__logos-empty-text {
  font-size: 16px;
  line-height: 1.6;
  color: #6b7080;
  margin: 0;
}
.partners__cta-section {
  background: #ffffff;
  padding: 0 32px 110px;
  scroll-margin-top: 90px;
}
@media (max-width: 460px) {
  .partners__cta-section {
    padding: 0 18px 90px;
  }
}
.partners__cta {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: linear-gradient(125deg, #262a5c 0%, #3B4395 55%, #6a3f8e 125%);
  border-radius: 30px;
  padding: 72px 48px;
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(59, 67, 149, 0.28);
  color: #ffffff;
  text-align: center;
}
@media (max-width: 880px) {
  .partners__cta {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 460px) {
  .partners__cta {
    padding: 48px 24px;
  }
}
.partners__cta-glow {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 184, 218, 0.22), transparent 65%);
  pointer-events: none;
}
.partners__cta-text {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
.partners__cta-text h2 {
  font-size: 36px;
  line-height: 1.12;
  font-weight: 700;
  color: #ffffff;
  text-wrap: balance;
  margin-bottom: 14px;
}
.partners__cta-lead {
  font-size: 17.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84);
  max-width: 560px;
  margin: 0 auto;
}
.partners__cta-btn {
  position: relative;
  flex: none;
}
.partners__cta-btn .epi-btn--white {
  font-size: 17px;
  padding: 18px 34px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}
.partners__cta-btn .epi-btn--white:hover {
  filter: brightness(1.06);
  box-shadow: 0 14px 34px rgba(202, 80, 152, 0.32);
}

.epi-error-card {
  text-align: center;
}
.epi-error-card .auth-card__logo {
  margin-left: auto;
  margin-right: auto;
}
.epi-error-card .auth-submit {
  width: 100%;
  margin-top: 8px;
}

.create-news__panel {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 32px 60px;
}
@media (max-width: 880px) {
  .create-news__panel {
    padding: 32px 22px 48px;
  }
}
@media (max-width: 460px) {
  .create-news__panel {
    padding: 28px 18px 40px;
  }
}
.create-news__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.create-news__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #3B4395;
}
.create-news__back:hover {
  color: #CA5098;
}
.create-news__back:hover .create-news__back-arrow {
  border-color: #CA5098;
}
.create-news__back-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2.4px solid #3B4395;
  border-bottom: 2.4px solid #3B4395;
  transform: rotate(45deg);
  transition: border-color 0.18s;
}
.create-news__delete {
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #CA5098;
  background: transparent;
  border: 1.5px solid #d8dbe8;
  padding: 9px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.18s;
}
.create-news__delete:hover {
  border-color: #CA5098;
}
.create-news__title {
  font-size: 32px;
  color: #2c2f63;
  margin-bottom: 28px;
}
@media (max-width: 460px) {
  .create-news__title {
    font-size: 26px;
  }
}
.create-news form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.create-news__cover {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #eceef4;
}
.create-news__cover-img {
  width: 100%;
  height: auto;
  display: block;
}
.create-news__upload {
  align-self: flex-start;
}
.create-news__field {
  position: relative;
}
.create-news__field input,
.create-news__field textarea {
  width: 100%;
  font-family: "Carlito", "Calibri", system-ui, sans-serif;
  font-size: 16px;
  color: #3a3d4d;
  background: #ffffff;
  border: 1.5px solid #e1e3ee;
  border-radius: 14px;
  padding: 18px 16px 8px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.create-news__field input:focus,
.create-news__field textarea:focus {
  outline: none;
  border-color: #3B4395;
  box-shadow: 0 0 0 4px rgba(59, 67, 149, 0.1);
}
.create-news__field textarea {
  min-height: 220px;
  resize: vertical;
}
.create-news__field label {
  position: absolute;
  left: 16px;
  top: 14px;
  font-size: 16px;
  color: #5b6072;
  pointer-events: none;
  transition: all 0.15s ease;
}
.create-news__field input:focus + label,
.create-news__field input:not(:placeholder-shown) + label {
  top: 6px;
  font-size: 11px;
  color: #3B4395;
}
.create-news__field--text label {
  display: none;
}
.create-news__categories {
  border: none;
  padding: 0;
  margin: 0;
}
.create-news__categories legend {
  font-family: "Sora", "Carlito", system-ui, sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #2c2f63;
  margin-bottom: 12px;
}
.create-news__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.create-news__radio-label {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #3B4395;
  background: #ffffff;
  border: 1.5px solid #e1e3ee;
  padding: 11px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.18s;
}
.create-news__radio-label:hover {
  border-color: #CA5098;
  color: #CA5098;
}
input:checked + .create-news__radio-label {
  color: #ffffff;
  background: #3B4395;
  border-color: #3B4395;
}
input:focus-visible + .create-news__radio-label {
  outline: 3px solid #3B4395;
  outline-offset: 2px;
}
.create-news__secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.create-news__secondary:empty {
  display: none;
}
.create-news__secondary-item {
  position: relative;
  cursor: pointer;
  border-radius: 13px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.18s;
}
.create-news__secondary-item img {
  width: 154px;
  height: 154px;
  object-fit: cover;
  display: block;
}
.create-news__secondary-item input:checked + img {
  opacity: 0.6;
}
.create-news__secondary-item:has(input:checked) {
  border-color: #CA5098;
}
.create-news__error {
  color: #CA5098;
  font-weight: 700;
  font-size: 15px;
  margin: 0;
}
.create-news__submit {
  align-self: flex-start;
}
.create-news__modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(44, 47, 99, 0.5);
}
.create-news__modal-content {
  background: #ffffff;
  border-radius: 30px;
  padding: 40px 36px;
  max-width: 460px;
  width: 100%;
  text-align: center;
  box-shadow: 0 40px 90px rgba(59, 67, 149, 0.28);
}
.create-news__modal-content h2 {
  color: #2c2f63;
  margin-bottom: 12px;
}
.create-news__modal-content p {
  color: #5b6072;
  margin: 0 0 6px;
}
.create-news__modal-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
}

.promo-page {
  background: #ffffff;
}
.promo-page__hero {
  padding: 32px 22px 72px;
}
@media (max-width: 460px) {
  .promo-page__hero {
    padding: 24px 16px 56px;
  }
}
.promo-page__panel {
  max-width: 1300px;
  min-height: 480px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 880px) {
  .promo-page__panel {
    min-height: 420px;
    border-radius: 24px;
  }
}
.promo-page__glow {
  position: absolute;
  width: 72%;
  height: 82%;
  background: radial-gradient(circle, rgba(202, 80, 152, 0.32), transparent 62%);
  filter: blur(14px);
  pointer-events: none;
}
.promo-page__content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 64px 40px;
  text-align: center;
}
@media (max-width: 600px) {
  .promo-page__content {
    padding: 48px 22px;
  }
}
.promo-page__content .epi-eyebrow {
  display: block;
  margin-bottom: 18px;
}
.promo-page__title {
  color: rgba(255, 255, 255, 0.86);
  margin: 0 0 18px;
}
.promo-page__title-text {
  display: block;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
}
@media (max-width: 880px) {
  .promo-page__title-text {
    font-size: 36px;
  }
}
@media (max-width: 460px) {
  .promo-page__title-text {
    font-size: 28px;
  }
}
.promo-page__title-name {
  color: #ffffff;
}
.promo-page__lead {
  max-width: 620px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
}
@media (max-width: 600px) {
  .promo-page__lead {
    font-size: 16.5px;
  }
}
.promo-page__coupon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}
.promo-page__coupon-label {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.promo-page__coupon-code {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.promo-page__cta {
  margin-top: 32px;
}
.promo-page__cta .epi-btn {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}
.promo-page__cta-note {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}
.promo-page__finalcta {
  background: #ffffff;
  padding: 0 32px 110px;
}
@media (max-width: 460px) {
  .promo-page__finalcta {
    padding: 0 18px 80px;
  }
}
.promo-page__finalcta-text {
  position: relative;
  max-width: 640px;
}
.promo-page__finalcta-text h2 {
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 16px;
}
.promo-page__finalcta-lead {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84);
  margin: 0;
}
.promo-page__finalcta-cta {
  position: relative;
  flex: none;
}
