@charset "UTF-8";
/*
Theme Name: Cambridge Stock Exchange
Theme URI: https://o2htechnology.com/
Author: o2h Technology
Author URI: https://o2htechnology.com/
Description: Cambridge Stock Exchange Project — landing page theme.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
Text Domain: customtheme

Cambridge Stock Exchange WordPress Theme, (C) 2026
*/
/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */
/* Categories 01 to 03 are the basics. */
html {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0;
}

h1 {
  font-size: 5rem;
  line-height: 5.375rem;
}

h2 {
  font-size: 3.5rem;
  line-height: 3.875rem;
  color: #FFFFFF;
}

h3 {
  font-size: 2.25rem;
  line-height: 2.625rem;
  color: #F18723;
}

p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #5E5E5E;
  margin: 0;
}
p span {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #FFFFFF;
}

a {
  display: inline-block;
  color: #5E5E5E;
}
a:hover {
  color: #FFFFFF;
}
a:focus, a:active {
  color: #5E5E5E;
}

html {
  scroll-behavior: smooth;
}

:root {
  --csep-compliance-height: 43px;
  --csep-header-height: 73px;
}

body.csep-front-page {
  margin: 0;
  padding: 0;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  background: #0a0d0c;
  color: #ecece6;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.csep-front-page *,
body.csep-front-page *::before,
body.csep-front-page *::after {
  box-sizing: border-box;
}
body.csep-front-page a {
  color: inherit;
  text-decoration: none;
}
body.csep-front-page img {
  max-width: 100%;
  display: block;
}
body.csep-front-page .shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}
body.csep-front-page .compliance-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #000;
  border-bottom: 1px solid #232826;
  font-size: 10px;
  color: #9a9e96;
  padding: 12px clamp(20px, 4vw, 56px);
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 600px) {
  body.csep-front-page .compliance-bar {
    padding: 5px clamp(20px, 4vw, 56px);
  }
}
body.csep-front-page .compliance-bar .compliance-text {
  text-align: center;
  padding-right: 32px;
}
body.csep-front-page .compliance-bar .compliance-text a {
  color: #a3c293;
  text-decoration: underline;
}
body.csep-front-page .compliance-bar .compliance-close {
  position: absolute;
  right: clamp(10px, 2.5vw, 40px);
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 1px solid rgba(163, 194, 147, 0.3);
  border-radius: 50%;
  color: #9a9e96;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  flex-shrink: 0;
}
body.csep-front-page .compliance-bar .compliance-close:hover {
  border-color: #a3c293;
  color: #a3c293;
  background: rgba(163, 194, 147, 0.08);
}
@media (max-width: 600px) {
  body.csep-front-page .compliance-bar {
    font-size: 11px;
    padding: 10px 40px 10px 14px;
    justify-content: flex-start;
    line-height: 1.45;
  }
  body.csep-front-page .compliance-bar .compliance-text {
    padding-right: 0;
    text-align: left;
  }
  body.csep-front-page .compliance-bar .compliance-close {
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
body.csep-front-page header.site {
  position: sticky;
  top: var(--csep-compliance-height, 43px);
  z-index: 50;
  background: rgba(10, 13, 12, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #232826;
}
body.csep-front-page .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 32px;
}
@media (max-width: 991px) {
  body.csep-front-page .nav {
    gap: 16px;
  }
}
body.csep-front-page .logo {
  height: 38px;
  width: auto;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  body.csep-front-page .logo {
    height: 32px;
  }
}
body.csep-front-page .nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 36px;
  font-size: 14px;
  color: #9a9e96;
  letter-spacing: 0.02em;
}
body.csep-front-page .nav-links li {
  display: contents;
}
body.csep-front-page .nav-links a {
  position: relative;
  padding: 4px 0;
  transition: color 0.2s ease;
}
body.csep-front-page .nav-links a:hover {
  color: #ecece6;
}
@media (max-width: 991px) {
  body.csep-front-page .nav-links {
    display: none;
  }
}
body.csep-front-page .nav-right {
  display: flex;
  gap: 14px;
  align-items: center;
}
@media (max-width: 991px) {
  body.csep-front-page .nav-right {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  body.csep-front-page .nav-back-link {
    display: none;
  }
}
body.csep-front-page .nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 6px;
  background: transparent;
  border: 1px solid #2d3431;
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
}
body.csep-front-page .nav-hamburger:hover {
  border-color: #a3c293;
}
@media (max-width: 991px) {
  body.csep-front-page .nav-hamburger {
    display: flex;
  }
}
body.csep-front-page .nav-hamburger .hamburger-bar {
  display: block;
  width: 100%;
  height: 1.5px;
  background: #9a9e96;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
}
body.csep-front-page .nav-hamburger[aria-expanded=true] {
  border-color: #a3c293;
}
body.csep-front-page .nav-hamburger[aria-expanded=true] .hamburger-bar:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
body.csep-front-page .nav-hamburger[aria-expanded=true] .hamburger-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
body.csep-front-page .nav-hamburger[aria-expanded=true] .hamburger-bar:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}
body.csep-front-page .nav-mobile-drawer {
  position: fixed;
  top: calc(var(--csep-compliance-height, 43px) + var(--csep-header-height, 73px));
  right: 0;
  bottom: 0;
  left: auto;
  width: min(300px, 85vw);
  z-index: 49;
  background: rgba(10, 13, 12, 0.99);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-left: 1px solid #232826;
  transform: translateX(100%);
  visibility: hidden;
  overflow-y: auto;
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.32s ease;
}
body.csep-front-page .nav-mobile-drawer.is-open {
  transform: translateX(0);
  visibility: visible;
}
@media (min-width: 992px) {
  body.csep-front-page .nav-mobile-drawer {
    display: none !important;
  }
}
body.csep-front-page .nav-mobile-inner {
  padding: 28px 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.csep-front-page .nav-mobile-links {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
}
body.csep-front-page .nav-mobile-links li {
  border-bottom: 1px solid #232826;
}
body.csep-front-page .nav-mobile-links li:first-child {
  border-top: none;
}
body.csep-front-page .nav-mobile-links li:last-child {
  border-bottom: none;
}
body.csep-front-page .nav-mobile-links li a {
  display: block;
  padding: 14px 4px;
  font-size: 15px;
  color: #9a9e96;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
body.csep-front-page .nav-mobile-links li a:hover {
  color: #ecece6;
  padding-left: 8px;
}
body.csep-front-page .nav-mobile-back {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 12px 22px;
}
body.csep-front-page .nav-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 48;
  background: rgba(5, 8, 7, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
body.csep-front-page .nav-mobile-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  body.csep-front-page .nav-mobile-overlay {
    display: none !important;
  }
}
body.csep-front-page .btn, body.csep-front-page .register-form-wrap input[type=submit], .register-form-wrap body.csep-front-page input[type=submit],
body.csep-front-page .register-form-wrap .wpcf7-submit,
.register-form-wrap body.csep-front-page .wpcf7-submit {
  display: inline-block;
  padding: 11px 22px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.22s ease;
}
body.csep-front-page .btn-primary, body.csep-front-page .register-form-wrap input[type=submit], .register-form-wrap body.csep-front-page input[type=submit],
body.csep-front-page .register-form-wrap .wpcf7-submit,
.register-form-wrap body.csep-front-page .wpcf7-submit {
  background: #a3c293;
  color: #0a0d0c;
}
body.csep-front-page .btn-primary::before, body.csep-front-page .register-form-wrap input[type=submit]::before, .register-form-wrap body.csep-front-page input[type=submit]::before,
body.csep-front-page .register-form-wrap .wpcf7-submit::before,
.register-form-wrap body.csep-front-page .wpcf7-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: skewX(-18deg);
  transition: left 0.55s ease;
  pointer-events: none;
}
body.csep-front-page .btn-primary:hover, body.csep-front-page .register-form-wrap input[type=submit]:hover, .register-form-wrap body.csep-front-page input[type=submit]:hover,
body.csep-front-page .register-form-wrap .wpcf7-submit:hover,
.register-form-wrap body.csep-front-page .wpcf7-submit:hover {
  background: #b3cf9f;
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(163, 194, 147, 0.28), 0 4px 10px rgba(163, 194, 147, 0.14);
}
body.csep-front-page .btn-primary:hover::before, body.csep-front-page .register-form-wrap input[type=submit]:hover::before, .register-form-wrap body.csep-front-page input[type=submit]:hover::before,
body.csep-front-page .register-form-wrap .wpcf7-submit:hover::before,
.register-form-wrap body.csep-front-page .wpcf7-submit:hover::before {
  left: 135%;
}
body.csep-front-page .btn-ghost {
  background: transparent;
  color: #ecece6;
  border-color: #2d3431;
}
body.csep-front-page .btn-ghost:hover {
  background: #a3c293;
  border-color: #a3c293;
  color: #0a0d0c;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(163, 194, 147, 0.22);
}
body.csep-front-page .btn-link {
  background: transparent;
  color: #a3c293;
  padding: 11px 0;
  border: none;
  font-weight: 500;
}
body.csep-front-page .btn-link:hover::after {
  margin-left: 14px;
}
body.csep-front-page .hero {
  position: relative;
  padding: clamp(80px, 12vw, 160px) 0 clamp(60px, 8vw, 100px);
  overflow: hidden;
  border-bottom: 1px solid #232826;
}
body.csep-front-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(163, 194, 147, 0.08), transparent 60%);
  pointer-events: none;
}
body.csep-front-page .hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(163, 194, 147, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(163, 194, 147, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  pointer-events: none;
}
body.csep-front-page .hero-inner {
  position: relative;
}
body.csep-front-page .eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #a3c293;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
body.csep-front-page .eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #a3c293;
}
body.csep-front-page h1.hero-headline {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: clamp(38px, 5.6vw, 76px);
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
  max-width: 20ch;
  color: #ecece6;
}
body.csep-front-page h1.hero-headline em {
  font-style: normal;
  color: #a3c293;
  font-weight: 600;
}
body.csep-front-page .hero-sub {
  font-size: clamp(17px, 1.4vw, 20px);
  color: #9a9e96;
  max-width: 60ch;
  line-height: 1.55;
  margin: 0 0 44px;
}
body.csep-front-page .hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
body.csep-front-page .hero-meta {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: fit-content;
  margin-right: auto;
  position: relative;
  background: rgba(163, 194, 147, 0.04);
  border: 1px solid rgba(163, 194, 147, 0.22);
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(163, 194, 147, 0.06), 0 16px 48px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(163, 194, 147, 0.1);
}
body.csep-front-page .hero-meta::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(163, 194, 147, 0.55), transparent);
  border-radius: 999px;
}
body.csep-front-page .hero-meta .meta-item {
  padding: 20px 32px;
  text-align: center;
  position: relative;
}
body.csep-front-page .hero-meta .meta-item + .meta-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(163, 194, 147, 0.14);
}
body.csep-front-page .hero-meta .meta-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #6a6f66;
  font-weight: 500;
  font-size: 11px;
  margin-bottom: 6px;
  text-align: center;
}
body.csep-front-page .hero-meta .meta-value {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #ecece6;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (max-width: 840px) {
  body.csep-front-page .hero-meta {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  body.csep-front-page .hero-meta .meta-item {
    flex: 1 1 40%;
    padding: 16px 20px;
  }
  body.csep-front-page .hero-meta .meta-item + .meta-item::before {
    display: none;
  }
}
body.csep-front-page section.block {
  padding: clamp(80px, 10vw, 140px) 0;
  border-bottom: 1px solid #232826;
  position: relative;
}
body.csep-front-page section#what::after,
body.csep-front-page section#how::after,
body.csep-front-page section#problem::after,
body.csep-front-page section.block-roadmap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(163, 194, 147, 0.5) 1.5px, transparent 1.5px);
  background-size: 22px 22px;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom left, black 10%, rgba(0, 0, 0, 0.55) 45%, transparent 72%);
  mask-image: linear-gradient(to bottom left, black 10%, rgba(0, 0, 0, 0.55) 45%, transparent 72%);
  z-index: 0;
}
@media (max-width: 840px) {
  body.csep-front-page section#what::after,
  body.csep-front-page section#how::after,
  body.csep-front-page section#problem::after,
  body.csep-front-page section.block-roadmap::after {
    display: none;
  }
}
body.csep-front-page .section-number {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #7a9b6c;
  font-weight: 500;
  margin-bottom: 12px;
}
body.csep-front-page .section-title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.35;
  margin: 0 0 24px;
  max-width: 42ch;
}
body.csep-front-page .section-title em {
  font-style: normal;
  color: #a3c293;
  font-weight: 600;
}
body.csep-front-page .section-lede {
  font-size: clamp(17px, 1.3vw, 19px);
  line-height: 1.6;
  color: #9a9e96;
  max-width: 62ch;
  margin: 0 0 60px;
}
body.csep-front-page .section-lede strong {
  color: #ecece6;
  font-weight: 500;
}
body.csep-front-page .section-lede p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0 0 24px;
  max-width: inherit;
}
body.csep-front-page .section-lede p:last-child {
  margin-bottom: 0;
}
body.csep-front-page .problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 840px) {
  body.csep-front-page .problem-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
body.csep-front-page .problem-quote {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.3;
  color: #ecece6;
  font-weight: 300;
  letter-spacing: -0.01em;
  border-left: 2px solid #a3c293;
  padding-left: 28px;
  margin: 0;
}
body.csep-front-page .problem-points {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
body.csep-front-page .problem-point {
  padding: 24px 0;
  border-bottom: 1px solid #232826;
}
body.csep-front-page .problem-point:last-child {
  border-bottom: none;
}
body.csep-front-page .problem-point .point-num {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #c4dab8;
  font-weight: 500;
  margin-bottom: 8px;
}
body.csep-front-page .problem-point p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #9a9e96;
}
body.csep-front-page .problem-point p strong {
  color: #ecece6;
  font-weight: 500;
}
body.csep-front-page .does-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 840px) {
  body.csep-front-page .does-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
body.csep-front-page .does-body p {
  font-size: 18px;
  line-height: 1.65;
  color: #9a9e96;
  margin: 0 0 24px;
}
body.csep-front-page .does-body p strong {
  color: #ecece6;
  font-weight: 500;
}
body.csep-front-page .partner-card {
  background: #131816;
  border: 1px solid #232826;
  border-radius: 14px;
  padding: 36px;
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}
body.csep-front-page .partner-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 36px;
  right: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #a3c293, transparent);
  opacity: 0.5;
  z-index: 1;
}
body.csep-front-page .partner-card::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 32px;
  width: 20px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 16' fill='none'%3E%3Cpath stroke='%23a3c293' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 8h18m-7-7 7 7-7 7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  pointer-events: none;
}
body.csep-front-page .partner-card:hover {
  border-color: rgba(163, 194, 147, 0.45);
  transform: translateY(-6px);
  background: #171d1a;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(163, 194, 147, 0.1), 0 8px 20px rgba(163, 194, 147, 0.07);
}
body.csep-front-page .partner-card:hover::after {
  opacity: 1;
  transform: translateX(0);
}
body.csep-front-page .partner-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
body.csep-front-page .partner-logo {
  height: 28px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.6;
  filter: brightness(0) invert(1);
  transition: opacity 0.35s ease;
}
body.csep-front-page .partner-card:hover .partner-logo {
  opacity: 0.9;
}
body.csep-front-page .partner-badge {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #a3c293;
  font-weight: 500;
  display: inline-block;
}
body.csep-front-page .partner-name {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #ecece6;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
  transition: color 0.35s ease;
}
body.csep-front-page .partner-card:hover .partner-name {
  color: #a3c293;
}
body.csep-front-page .partner-meta {
  font-size: 13px;
  color: #6a6f66;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #232826;
}
body.csep-front-page .partner-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.csep-front-page .partner-bullets li {
  font-size: 14px;
  color: #9a9e96;
  padding-left: 22px;
  position: relative;
}
body.csep-front-page .partner-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 1px;
  background: #a3c293;
}
body.csep-front-page .audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 840px) {
  body.csep-front-page .audience-grid {
    grid-template-columns: 1fr;
  }
}
body.csep-front-page .audience-card {
  background: #131816;
  border: 1px solid #232826;
  border-radius: 14px;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}
body.csep-front-page .audience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(163, 194, 147, 0.055) 50%, transparent 100%);
  background-size: 250% 250%;
  background-position: 150% 150%;
  transition: background-position 0.55s ease;
  pointer-events: none;
  border-radius: 14px;
}
body.csep-front-page .audience-card:hover {
  border-color: rgba(163, 194, 147, 0.45);
  transform: translateY(-6px);
  background: #171d1a;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(163, 194, 147, 0.1), 0 8px 20px rgba(163, 194, 147, 0.07);
}
body.csep-front-page .audience-card:hover::before {
  background-position: 0% 0%;
}
body.csep-front-page .audience-card .card-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #a3c293;
  font-weight: 500;
  margin-bottom: 16px;
}
body.csep-front-page .audience-card h3 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #FFFFFF;
  transition: color 0.35s ease;
}
body.csep-front-page .audience-card h3 em {
  font-style: normal;
  color: #a3c293;
  font-weight: 600;
}
body.csep-front-page .audience-card:hover h3 {
  color: #a3c293;
}
body.csep-front-page .audience-card p {
  color: #9a9e96;
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 28px;
  flex: 1;
}
body.csep-front-page .pending-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(196, 218, 184, 0.08);
  border: 1px solid rgba(196, 218, 184, 0.25);
  color: #c4dab8;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}
body.csep-front-page .pending-note::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c4dab8;
}
body.csep-front-page .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  border-top: 1px solid #232826;
  border-bottom: 1px solid #232826;
}
@media (max-width: 840px) {
  body.csep-front-page .steps {
    grid-template-columns: 1fr;
  }
}
body.csep-front-page .step {
  padding: 36px 28px;
  border-right: 1px solid #232826;
}
body.csep-front-page .step:last-child {
  border-right: none;
}
@media (max-width: 840px) {
  body.csep-front-page .step {
    border-right: none;
    border-bottom: 1px solid #232826;
  }
  body.csep-front-page .step:last-child {
    border-bottom: none;
  }
}
body.csep-front-page .step .step-num {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #7a9b6c;
  font-weight: 500;
  margin-bottom: 14px;
}
body.csep-front-page .step h4 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ecece6;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
body.csep-front-page .step p {
  font-size: 14px;
  line-height: 1.6;
  color: #9a9e96;
  margin: 0;
}
body.csep-front-page .roadmap .shell {
  padding-inline: 0;
}
body.csep-front-page .stage-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #232826;
}
body.csep-front-page .stage {
  border-bottom: 1px solid #232826;
  transition: background 0.2s ease;
  padding-inline: 16px;
}
body.csep-front-page .stage:hover {
  background: rgba(163, 194, 147, 0.02);
}
body.csep-front-page .stage-summary {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  padding: 32px 0;
  gap: 24px;
  cursor: pointer;
  user-select: none;
  list-style: none;
}
body.csep-front-page .stage-summary::-webkit-details-marker {
  display: none;
}
@media (max-width: 840px) {
  body.csep-front-page .stage-summary {
    grid-template-columns: 52px 1fr auto;
    gap: 12px;
    padding: 20px 0;
  }
}
@media (max-width: 600px) {
  body.csep-front-page .stage-summary {
    grid-template-columns: 44px 1fr auto;
    gap: 8px;
    padding: 16px 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 16px 140px;
  }
}
@media (max-width: 456px) {
  body.csep-front-page .stage-summary {
    gap: 16px 100px;
  }
}
body.csep-front-page .stage-number {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #a3c293;
  font-weight: 500;
}
body.csep-front-page .stage-name {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(16px, 2.2vw, 28px);
  font-weight: 600;
  color: #ecece6;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  body.csep-front-page .stage-name {
    order: 3;
  }
}
body.csep-front-page .partner-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #a3c293;
  background: rgba(163, 194, 147, 0.08);
  border: 1px solid rgba(163, 194, 147, 0.2);
  padding: 5px 10px;
  border-radius: 999px;
}
body.csep-front-page .coming-soon-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #c4dab8;
  background: rgba(196, 218, 184, 0.08);
  border: 1px solid rgba(196, 218, 184, 0.2);
  padding: 5px 10px;
  border-radius: 999px;
}
body.csep-front-page .stage-toggle {
  width: 36px;
  height: 36px;
  border: 1px solid #2d3431;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #9a9e96;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  body.csep-front-page .stage-toggle {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
body.csep-front-page .stage.is-open .stage-toggle {
  background: #a3c293;
  color: #0a0d0c;
  border-color: #a3c293;
  transform: rotate(45deg);
}
body.csep-front-page .stage-content {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 60px;
  padding: 0 0 36px 104px;
}
@media (max-width: 840px) {
  body.csep-front-page .stage-content {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 0 28px 56px;
  }
}
@media (max-width: 600px) {
  body.csep-front-page .stage-content {
    padding: 0 0 20px 0;
    gap: 20px;
  }
}
body.csep-front-page .stage-content-inner {
  display: contents;
}
@keyframes csepFadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
body.csep-front-page .stage-desc,
body.csep-front-page .stage-desc p {
  font-size: 15px;
  line-height: 1.6;
  color: #9a9e96;
}
body.csep-front-page .stage-desc strong,
body.csep-front-page .stage-desc p strong {
  color: #ecece6;
  font-weight: 500;
}
body.csep-front-page .provider-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 840px) {
  body.csep-front-page .provider-groups {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  body.csep-front-page .provider-groups {
    grid-template-columns: 1fr;
  }
}
body.csep-front-page .provider-group h5 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #c4dab8;
  font-weight: 500;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #232826;
}
body.csep-front-page .provider-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.csep-front-page .provider-group li {
  font-size: 14px;
  color: #9a9e96;
  line-height: 1.4;
}
body.csep-front-page .provider-group a {
  color: #9a9e96;
  transition: color 0.2s ease;
}
body.csep-front-page .provider-group a:hover {
  color: #a3c293;
}
body.csep-front-page .partner-callout {
  padding: 20px 24px;
  background: rgba(163, 194, 147, 0.04);
  border: 1px solid rgba(163, 194, 147, 0.15);
  border-radius: 10px;
  font-size: 14px;
  color: #9a9e96;
  line-height: 1.55;
}
body.csep-front-page .partner-callout strong {
  color: #a3c293;
  font-weight: 500;
}
body.csep-front-page .partner-callout {
  margin-top: 24px;
}
body.csep-front-page .news-grid {
  display: grid;
  gap: 20px;
}
body.csep-front-page .news-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
body.csep-front-page .news-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
body.csep-front-page .news-grid--1 {
  grid-template-columns: 1fr;
}
@media (max-width: 840px) {
  body.csep-front-page .news-grid {
    grid-template-columns: 1fr !important;
  }
}
body.csep-front-page .news-card {
  background: #131816;
  border: 1px solid #232826;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 36px;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}
body.csep-front-page .news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(163, 194, 147, 0.055) 50%, transparent 100%);
  background-size: 250% 250%;
  background-position: 150% 150%;
  transition: background-position 0.55s ease;
  pointer-events: none;
  border-radius: 14px;
}
body.csep-front-page .news-card::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 28px;
  width: 20px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 16' fill='none'%3E%3Cpath stroke='%23a3c293' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 8h18m-7-7 7 7-7 7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
body.csep-front-page .news-card:hover {
  border-color: rgba(163, 194, 147, 0.45);
  transform: translateY(-6px);
  background: #171d1a;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(163, 194, 147, 0.1), 0 8px 20px rgba(163, 194, 147, 0.07);
}
body.csep-front-page .news-card:hover::before {
  background-position: 0% 0%;
}
body.csep-front-page .news-card:hover::after {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 840px) {
  body.csep-front-page .news-card {
    padding: 28px;
  }
  body.csep-front-page .news-card::after {
    bottom: 22px;
    right: 20px;
  }
}
body.csep-front-page .news-date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #c4dab8;
  font-weight: 500;
  margin-bottom: 8px;
}
body.csep-front-page .news-tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #a3c293;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 16px;
}
body.csep-front-page .news-title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.25;
  color: #ecece6;
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: color 0.35s ease;
}
body.csep-front-page .news-card:hover .news-title {
  color: #a3c293;
}
body.csep-front-page section.cta {
  text-align: center;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(163, 194, 147, 0.08), transparent 70%), #0a0d0c;
}
body.csep-front-page section.cta h2 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 auto 24px;
  max-width: 18ch;
}
body.csep-front-page section.cta h2 em {
  font-style: normal;
  color: #a3c293;
  font-weight: 600;
}
body.csep-front-page section.cta p {
  color: #9a9e96;
  font-size: 18px;
  max-width: 54ch;
  margin: 0 auto 40px;
  line-height: 1.6;
}
body.csep-front-page .cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
body.csep-front-page footer.csep-footer {
  background: #050807;
  padding: 80px 0 20px;
  border-top: 1px solid #232826;
}
body.csep-front-page .footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 60px;
  border-bottom: 1px solid #232826;
}
@media (max-width: 840px) {
  body.csep-front-page .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
body.csep-front-page .footer-brand img {
  height: 36px;
  margin-bottom: 20px;
}
body.csep-front-page .footer-brand p {
  font-size: 13px;
  color: #6a6f66;
  line-height: 1.55;
  max-width: 32ch;
  margin: 0 0 20px;
}
body.csep-front-page .footer-social {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
body.csep-front-page .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #2d3431;
  border-radius: 50%;
  color: #9a9e96;
  transition: all 0.2s ease;
}
body.csep-front-page .footer-social a svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
body.csep-front-page .footer-social a:hover {
  border-color: #a3c293;
  color: #a3c293;
  background: rgba(163, 194, 147, 0.06);
}
body.csep-front-page .footer-col h6 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #6a6f66;
  font-weight: 500;
  margin: 0 0 18px;
}
body.csep-front-page .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.csep-front-page .footer-col a {
  font-size: 14px;
  color: #9a9e96;
  transition: color 0.2s ease;
}
body.csep-front-page .footer-col a:hover {
  color: #a3c293;
}
body.csep-front-page .disclaimer {
  padding: 40px 0 0;
  font-size: 11px;
  line-height: 1.7;
  color: #6a6f66;
}
body.csep-front-page .disclaimer p {
  font-size: 10px;
  line-height: 1.4;
}
body.csep-front-page .disclaimer strong {
  color: #9a9e96;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
}
body.csep-front-page .copyright {
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid #232826;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11px;
  color: #6a6f66;
}
body.csep-front-page .csep-scroll-top {
  position: fixed;
  bottom: 24px;
  right: 18px;
  z-index: 200;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #2d3431;
  background: rgba(10, 13, 12, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #9a9e96;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, border-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 841px) {
  body.csep-front-page .csep-scroll-top {
    display: none !important;
  }
}
body.csep-front-page .csep-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
body.csep-front-page .csep-scroll-top:hover {
  border-color: #a3c293;
  color: #a3c293;
}
body.csep-front-page .reveal {
  opacity: 1;
  transform: none;
}
body.csep-front-page.js-on .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
body.csep-front-page.js-on .reveal.visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  body.csep-front-page.js-on .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
body.csep-front-page details > summary {
  list-style: none;
}
body.csep-front-page details > summary::-webkit-details-marker {
  display: none;
}
body.csep-front-page.admin-bar .compliance-bar {
  top: 32px;
}
@media (max-width: 782px) {
  body.csep-front-page.admin-bar .compliance-bar {
    top: 46px;
  }
}

body.csep-front-page.admin-bar header.site {
  top: calc(27px + var(--csep-compliance-height, 40px));
}
@media (max-width: 782px) {
  body.csep-front-page.admin-bar header.site {
    top: calc(46px + var(--csep-compliance-height, 40px));
  }
}

#csep-register-page {
  padding: clamp(80px, 10vw, 140px) 0;
  min-height: 60vh;
}

.register-intro {
  max-width: 640px;
  margin: 0 auto 60px;
  text-align: center;
}

.register-form-wrap {
  max-width: 640px;
  margin: 0 auto;
}
.register-form-wrap .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.register-form-wrap label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6a6f66;
  display: block;
  margin-bottom: 6px;
}
.register-form-wrap input[type=text],
.register-form-wrap input[type=email],
.register-form-wrap input[type=tel],
.register-form-wrap textarea,
.register-form-wrap select {
  width: 100%;
  background: #131816;
  border: 1px solid #2d3431;
  border-radius: 8px;
  color: #ecece6;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  padding: 12px 16px;
  outline: none;
  transition: border-color 0.2s ease;
}
.register-form-wrap input[type=text]:focus,
.register-form-wrap input[type=email]:focus,
.register-form-wrap input[type=tel]:focus,
.register-form-wrap textarea:focus,
.register-form-wrap select:focus {
  border-color: #a3c293;
}
.register-form-wrap input[type=text]::placeholder,
.register-form-wrap input[type=email]::placeholder,
.register-form-wrap input[type=tel]::placeholder,
.register-form-wrap textarea::placeholder,
.register-form-wrap select::placeholder {
  color: #6a6f66;
}
.register-form-wrap textarea {
  min-height: 120px;
  resize: vertical;
}
.register-form-wrap input[type=submit],
.register-form-wrap .wpcf7-submit {
  width: 100%;
  padding: 14px;
  font-size: 15px;
}
.register-form-wrap .wpcf7-response-output {
  border: 1px solid #232826;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  color: #9a9e96;
  margin-top: 8px;
}
.register-form-wrap .wpcf7-mail-sent-ok {
  border-color: #a3c293;
  color: #a3c293;
  background: rgba(163, 194, 147, 0.06);
}
.register-form-wrap .wpcf7-validation-errors,
.register-form-wrap .wpcf7-not-valid-tip {
  color: #e88;
  font-size: 12px;
}

@media (max-width: 840px) {
  body.csep-front-page .hero-ctas {
    flex-direction: column;
    align-items: flex-start;
  }
  body.csep-front-page .hero-ctas .btn, body.csep-front-page .hero-ctas .register-form-wrap input[type=submit], .register-form-wrap body.csep-front-page .hero-ctas input[type=submit],
  body.csep-front-page .hero-ctas .register-form-wrap .wpcf7-submit,
  .register-form-wrap body.csep-front-page .hero-ctas .wpcf7-submit {
    width: 100%;
    justify-content: center;
  }
  body.csep-front-page .hero-sub {
    max-width: none;
  }
}
@media (max-width: 840px) {
  body.csep-front-page .partner-card-top {
    flex-direction: row-reverse;
  }
  body.csep-front-page .partner-logo {
    height: 22px;
  }
  body.csep-front-page .partner-name {
    font-size: 22px;
  }
}
@media (max-width: 840px) {
  body.csep-front-page section.block {
    padding: clamp(52px, 8vw, 80px) 0;
  }
  body.csep-front-page .section-lede {
    margin-bottom: 40px;
  }
  body.csep-front-page .section-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  body.csep-front-page .footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  body.csep-front-page .footer-brand p {
    max-width: none;
  }
}
@media (max-width: 600px) {
  body.csep-front-page .audience-card {
    padding: 28px 16px;
    min-height: auto;
  }
  body.csep-front-page .audience-card::after {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 600px) {
  body.csep-front-page .news-grid {
    gap: 16px;
  }
  body.csep-front-page .news-title {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  body.csep-front-page .steps {
    border: none;
  }
  body.csep-front-page .step {
    border-top: 1px solid #232826;
    padding: 24px 0;
  }
}
@media (max-width: 600px) {
  body.csep-front-page .stage-summary {
    padding: 18px 0;
  }
}
@media (max-width: 840px) {
  body.csep-front-page .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  body.csep-front-page .cta-buttons .btn, body.csep-front-page .cta-buttons .register-form-wrap input[type=submit], .register-form-wrap body.csep-front-page .cta-buttons input[type=submit],
  body.csep-front-page .cta-buttons .register-form-wrap .wpcf7-submit,
  .register-form-wrap body.csep-front-page .cta-buttons .wpcf7-submit {
    width: 100%;
    max-width: 340px;
    justify-content: center;
  }
}

body.csep-front-page.csep-single-post .article-hero {
  position: relative;
  min-height: 62vh;
  background: #0a0d0c;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
body.csep-front-page.csep-single-post .article-hero.has-thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--article-thumb);
  background-size: cover;
  background-position: center top;
  opacity: 0.28;
  transition: opacity 0.4s ease;
}
body.csep-front-page.csep-single-post .article-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(10, 13, 12, 0.45) 35%, rgba(10, 13, 12, 0.88) 65%, #0a0d0c 100%);
}
body.csep-front-page.csep-single-post .article-hero .article-hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(163, 194, 147, 0.06), transparent 60%);
  pointer-events: none;
}
body.csep-front-page.csep-single-post .article-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: clamp(60px, 8vw, 100px);
  padding-bottom: clamp(52px, 7vw, 90px);
}
body.csep-front-page.csep-single-post .article-title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 58px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #ecece6;
  max-width: 26ch;
  margin: 0;
}
body.csep-front-page.csep-single-post .article-body-wrap {
  padding: clamp(60px, 8vw, 100px) 0;
  border-bottom: 1px solid #232826;
}
body.csep-front-page.csep-single-post .article-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 840px) {
  body.csep-front-page.csep-single-post .article-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 840px) {
  body.csep-front-page.csep-single-post .article-sidebar {
    order: -1;
  }
}
body.csep-front-page.csep-single-post .sidebar-sticky {
  position: sticky;
  top: calc(var(--csep-compliance-height, 43px) + 80px);
}
@media (max-width: 840px) {
  body.csep-front-page.csep-single-post .sidebar-sticky {
    position: static;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  body.csep-front-page.csep-single-post .sidebar-sticky {
    flex-direction: column;
    gap: 16px;
  }
}
body.csep-front-page.csep-single-post .sidebar-meta-group {
  border: 1px solid #232826;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 840px) {
  body.csep-front-page.csep-single-post .sidebar-meta-group {
    display: flex;
    margin-bottom: 0;
    flex: 1;
    min-width: 0;
  }
}
@media (max-width: 600px) {
  body.csep-front-page.csep-single-post .sidebar-meta-group {
    flex-direction: column;
    width: 100%;
  }
}
body.csep-front-page.csep-single-post .sidebar-meta {
  padding: 16px 20px;
  border-bottom: 1px solid #232826;
}
body.csep-front-page.csep-single-post .sidebar-meta:last-child {
  border-bottom: none;
}
@media (max-width: 840px) {
  body.csep-front-page.csep-single-post .sidebar-meta {
    flex: 1;
    border-bottom: none;
    border-right: 1px solid #232826;
  }
  body.csep-front-page.csep-single-post .sidebar-meta:last-child {
    border-right: none;
  }
}
@media (max-width: 600px) {
  body.csep-front-page.csep-single-post .sidebar-meta {
    border-right: none !important;
    border-bottom: 1px solid #232826 !important;
  }
  body.csep-front-page.csep-single-post .sidebar-meta:last-child {
    border-bottom: none !important;
  }
}
body.csep-front-page.csep-single-post .sidebar-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #6a6f66;
  font-weight: 500;
  margin-bottom: 4px;
}
body.csep-front-page.csep-single-post .sidebar-value {
  font-size: 14px;
  color: #ecece6;
  font-weight: 500;
  line-height: 1.3;
}
body.csep-front-page.csep-single-post .sidebar-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 840px) {
  body.csep-front-page.csep-single-post .sidebar-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  body.csep-front-page.csep-single-post .sidebar-actions {
    flex-direction: column;
    width: 100%;
  }
}
body.csep-front-page.csep-single-post .sidebar-btn {
  width: 100%;
  text-align: center;
  font-size: 13px;
  padding: 10px 16px;
}
@media (max-width: 840px) {
  body.csep-front-page.csep-single-post .sidebar-btn {
    width: auto;
  }
}
@media (max-width: 600px) {
  body.csep-front-page.csep-single-post .sidebar-btn {
    width: 100%;
    text-align: center;
  }
}
body.csep-front-page.csep-single-post .article-content {
  color: #9a9e96;
}
body.csep-front-page.csep-single-post .article-content > * + * {
  margin-top: 0;
}
body.csep-front-page.csep-single-post .article-content p, body.csep-front-page.csep-single-post .article-content li, body.csep-front-page.csep-single-post .article-content dd, body.csep-front-page.csep-single-post .article-content dt, body.csep-front-page.csep-single-post .article-content td, body.csep-front-page.csep-single-post .article-content th, body.csep-front-page.csep-single-post .article-content caption, body.csep-front-page.csep-single-post .article-content figcaption, body.csep-front-page.csep-single-post .article-content cite, body.csep-front-page.csep-single-post .article-content footer {
  color: #9a9e96;
}
body.csep-front-page.csep-single-post .article-content em, body.csep-front-page.csep-single-post .article-content i {
  color: inherit;
  font-style: italic;
}
body.csep-front-page.csep-single-post .article-content strong, body.csep-front-page.csep-single-post .article-content b {
  color: #ecece6;
  font-weight: 600;
}
body.csep-front-page.csep-single-post .article-content a {
  color: #a3c293;
  text-decoration: underline;
  text-decoration-color: rgba(163, 194, 147, 0.4);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s ease;
}
body.csep-front-page.csep-single-post .article-content a:hover {
  text-decoration-color: #a3c293;
}
body.csep-front-page.csep-single-post .article-content p {
  font-size: 17px;
  line-height: 1.78;
  color: #9a9e96;
  margin: 0 0 22px;
}
body.csep-front-page.csep-single-post .article-content p strong, body.csep-front-page.csep-single-post .article-content p b {
  color: #ecece6;
  font-weight: 600;
}
body.csep-front-page.csep-single-post .article-content > p:first-of-type {
  font-size: 19px;
  line-height: 1.65;
  color: #ecece6;
  font-weight: 400;
}
body.csep-front-page.csep-single-post .article-content h2 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  color: #ecece6;
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin: 52px 0 18px;
  padding-left: 18px;
  border-left: 3px solid #a3c293;
}
body.csep-front-page.csep-single-post .article-content h3 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #a3c293;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 40px 0 14px;
}
body.csep-front-page.csep-single-post .article-content h4 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ecece6;
  margin: 32px 0 10px;
}
body.csep-front-page.csep-single-post .article-content blockquote,
body.csep-front-page.csep-single-post .article-content .wp-block-quote {
  position: relative;
  margin: 40px 0;
  padding: 28px 32px 28px 36px;
  background: rgba(163, 194, 147, 0.04);
  border-left: 3px solid #a3c293;
  border-radius: 0 10px 10px 0;
}
body.csep-front-page.csep-single-post .article-content blockquote p,
body.csep-front-page.csep-single-post .article-content .wp-block-quote p {
  font-size: 18px;
  line-height: 1.62;
  color: #ecece6;
  font-style: italic;
  margin: 0 0 14px;
}
body.csep-front-page.csep-single-post .article-content blockquote p:last-of-type,
body.csep-front-page.csep-single-post .article-content .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
body.csep-front-page.csep-single-post .article-content blockquote cite,
body.csep-front-page.csep-single-post .article-content blockquote footer,
body.csep-front-page.csep-single-post .article-content blockquote .wp-block-quote__citation,
body.csep-front-page.csep-single-post .article-content .wp-block-quote cite,
body.csep-front-page.csep-single-post .article-content .wp-block-quote footer,
body.csep-front-page.csep-single-post .article-content .wp-block-quote .wp-block-quote__citation {
  display: block;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #232826;
  font-style: normal;
  font-size: 13px;
  color: #9a9e96;
  line-height: 1.5;
}
body.csep-front-page.csep-single-post .article-content blockquote cite strong,
body.csep-front-page.csep-single-post .article-content blockquote footer strong,
body.csep-front-page.csep-single-post .article-content blockquote .wp-block-quote__citation strong,
body.csep-front-page.csep-single-post .article-content .wp-block-quote cite strong,
body.csep-front-page.csep-single-post .article-content .wp-block-quote footer strong,
body.csep-front-page.csep-single-post .article-content .wp-block-quote .wp-block-quote__citation strong {
  display: block;
  color: #a3c293;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 2px;
}
body.csep-front-page.csep-single-post .article-content hr,
body.csep-front-page.csep-single-post .article-content .wp-block-separator {
  border: none;
  border-top: 1px solid #232826;
  margin: 48px 0;
}
body.csep-front-page.csep-single-post .article-content ul,
body.csep-front-page.csep-single-post .article-content ol {
  padding-left: 0;
  margin: 0 0 22px;
}
body.csep-front-page.csep-single-post .article-content ul {
  list-style: none;
}
body.csep-front-page.csep-single-post .article-content ul li {
  font-size: 16px;
  line-height: 1.65;
  color: #9a9e96;
  padding-left: 22px;
  position: relative;
  margin-bottom: 10px;
}
body.csep-front-page.csep-single-post .article-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 1px;
  background: #a3c293;
}
body.csep-front-page.csep-single-post .article-content ol {
  counter-reset: ol-counter;
  list-style: none;
}
body.csep-front-page.csep-single-post .article-content ol li {
  counter-increment: ol-counter;
  font-size: 16px;
  line-height: 1.65;
  color: #9a9e96;
  padding-left: 32px;
  position: relative;
  margin-bottom: 10px;
}
body.csep-front-page.csep-single-post .article-content ol li::before {
  content: counter(ol-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  font-weight: 600;
  color: #a3c293;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
body.csep-front-page.csep-single-post .article-content small,
body.csep-front-page.csep-single-post .article-content .legal-text {
  display: block;
  font-size: 12px;
  line-height: 1.65;
  color: #6a6f66;
  margin: 0 0 12px;
}
body.csep-front-page.csep-single-post .article-content .wp-block-image {
  margin: 40px 0;
}
body.csep-front-page.csep-single-post .article-content .wp-block-image img {
  border-radius: 10px;
  border: 1px solid #232826;
}
body.csep-front-page.csep-single-post .article-content .wp-block-image figcaption {
  font-size: 13px;
  color: #6a6f66;
  text-align: center;
  margin-top: 10px;
}
body.csep-front-page.csep-single-post .article-content .wp-block-group {
  background: #131816;
  border: 1px solid #232826;
  border-radius: 12px;
  padding: 28px 32px;
  margin: 40px 0;
}
body.csep-front-page.csep-single-post .article-content .wp-block-group p {
  font-size: 15px;
}
body.csep-front-page.csep-single-post .article-content .wp-block-group h3 {
  margin-top: 0;
}
body.csep-front-page.csep-single-post .article-content code {
  font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
  font-size: 0.85em;
  background: rgba(163, 194, 147, 0.08);
  color: #a3c293;
  padding: 2px 7px;
  border-radius: 5px;
  border: 1px solid rgba(163, 194, 147, 0.12);
  word-break: break-word;
}
body.csep-front-page.csep-single-post .article-content pre,
body.csep-front-page.csep-single-post .article-content .wp-block-code,
body.csep-front-page.csep-single-post .article-content .wp-block-preformatted {
  background: #131816;
  border: 1px solid #232826;
  border-radius: 10px;
  padding: 24px 28px;
  margin: 36px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body.csep-front-page.csep-single-post .article-content pre code,
body.csep-front-page.csep-single-post .article-content .wp-block-code code,
body.csep-front-page.csep-single-post .article-content .wp-block-preformatted code {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #9a9e96;
}
body.csep-front-page.csep-single-post .article-content pre::-webkit-scrollbar,
body.csep-front-page.csep-single-post .article-content .wp-block-code::-webkit-scrollbar,
body.csep-front-page.csep-single-post .article-content .wp-block-preformatted::-webkit-scrollbar {
  height: 6px;
}
body.csep-front-page.csep-single-post .article-content pre::-webkit-scrollbar-track,
body.csep-front-page.csep-single-post .article-content .wp-block-code::-webkit-scrollbar-track,
body.csep-front-page.csep-single-post .article-content .wp-block-preformatted::-webkit-scrollbar-track {
  background: transparent;
}
body.csep-front-page.csep-single-post .article-content pre::-webkit-scrollbar-thumb,
body.csep-front-page.csep-single-post .article-content .wp-block-code::-webkit-scrollbar-thumb,
body.csep-front-page.csep-single-post .article-content .wp-block-preformatted::-webkit-scrollbar-thumb {
  background: #2d3431;
  border-radius: 3px;
}
body.csep-front-page.csep-single-post .article-content mark,
body.csep-front-page.csep-single-post .article-content .has-inline-highlight {
  background: rgba(196, 218, 184, 0.18);
  color: #ecece6;
  padding: 1px 6px;
  border-radius: 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
body.csep-front-page.csep-single-post .article-content kbd {
  font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
  font-size: 0.8em;
  background: #131816;
  color: #ecece6;
  padding: 3px 8px;
  border: 1px solid #2d3431;
  border-bottom-width: 2px;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
body.csep-front-page.csep-single-post .article-content abbr[title] {
  color: #ecece6;
  text-decoration: underline dotted rgba(163, 194, 147, 0.5);
  text-underline-offset: 3px;
  cursor: help;
}
body.csep-front-page.csep-single-post .article-content del,
body.csep-front-page.csep-single-post .article-content s {
  color: #6a6f66;
  text-decoration: line-through;
  text-decoration-color: rgba(106, 111, 102, 0.5);
}
body.csep-front-page.csep-single-post .article-content ins {
  color: #a3c293;
  text-decoration: underline;
  text-decoration-color: rgba(163, 194, 147, 0.35);
  text-underline-offset: 3px;
  text-decoration-style: wavy;
}
body.csep-front-page.csep-single-post .article-content u {
  text-decoration-color: rgba(163, 194, 147, 0.4);
  text-underline-offset: 3px;
}
body.csep-front-page.csep-single-post .article-content sub,
body.csep-front-page.csep-single-post .article-content sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
body.csep-front-page.csep-single-post .article-content sup {
  top: -0.45em;
  color: #a3c293;
}
body.csep-front-page.csep-single-post .article-content sub {
  bottom: -0.25em;
}
body.csep-front-page.csep-single-post .article-content table,
body.csep-front-page.csep-single-post .article-content .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 36px 0;
  border: 1px solid #232826;
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
}
body.csep-front-page.csep-single-post .article-content table thead,
body.csep-front-page.csep-single-post .article-content .wp-block-table table thead {
  background: #131816;
}
body.csep-front-page.csep-single-post .article-content table th,
body.csep-front-page.csep-single-post .article-content .wp-block-table table th {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #a3c293;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 14px 20px;
  text-align: left;
  border-bottom: 1px solid #2d3431;
}
body.csep-front-page.csep-single-post .article-content table td,
body.csep-front-page.csep-single-post .article-content .wp-block-table table td {
  padding: 12px 20px;
  color: #9a9e96;
  border-bottom: 1px solid #232826;
  vertical-align: top;
  line-height: 1.55;
}
body.csep-front-page.csep-single-post .article-content table tbody tr,
body.csep-front-page.csep-single-post .article-content .wp-block-table table tbody tr {
  transition: background 0.15s ease;
}
body.csep-front-page.csep-single-post .article-content table tbody tr:last-child td,
body.csep-front-page.csep-single-post .article-content .wp-block-table table tbody tr:last-child td {
  border-bottom: none;
}
body.csep-front-page.csep-single-post .article-content table tbody tr:hover,
body.csep-front-page.csep-single-post .article-content .wp-block-table table tbody tr:hover {
  background: rgba(163, 194, 147, 0.03);
}
body.csep-front-page.csep-single-post .article-content table td strong,
body.csep-front-page.csep-single-post .article-content table td b,
body.csep-front-page.csep-single-post .article-content .wp-block-table table td strong,
body.csep-front-page.csep-single-post .article-content .wp-block-table table td b {
  color: #ecece6;
}
body.csep-front-page.csep-single-post .article-content dl {
  margin: 32px 0;
  padding: 0;
}
body.csep-front-page.csep-single-post .article-content dt {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #ecece6;
  margin: 0 0 6px;
  padding-left: 14px;
  border-left: 2px solid #a3c293;
}
body.csep-front-page.csep-single-post .article-content dt + dt {
  margin-top: 20px;
}
body.csep-front-page.csep-single-post .article-content dd {
  font-size: 15px;
  line-height: 1.65;
  color: #9a9e96;
  margin: 0 0 20px 14px;
  padding-left: 14px;
  border-left: 1px solid #232826;
}
body.csep-front-page.csep-single-post .article-content figure {
  margin: 40px 0;
}
body.csep-front-page.csep-single-post .article-content figure img,
body.csep-front-page.csep-single-post .article-content figure video,
body.csep-front-page.csep-single-post .article-content figure iframe {
  border-radius: 10px;
  border: 1px solid #232826;
  max-width: 100%;
  height: auto;
}
body.csep-front-page.csep-single-post .article-content figure figcaption {
  font-size: 13px;
  line-height: 1.5;
  color: #6a6f66;
  text-align: center;
  margin-top: 12px;
  font-style: italic;
}
body.csep-front-page.csep-single-post .article-content .wp-block-pullquote {
  margin: 48px 0;
  padding: 36px 40px;
  border-top: 3px solid #a3c293;
  border-bottom: 3px solid #a3c293;
  text-align: center;
}
body.csep-front-page.csep-single-post .article-content .wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  background: none;
  border-left: none;
  border-radius: 0;
}
body.csep-front-page.csep-single-post .article-content .wp-block-pullquote p {
  font-size: 22px;
  line-height: 1.55;
  font-weight: 500;
  color: #ecece6;
  font-style: italic;
}
body.csep-front-page.csep-single-post .article-content .wp-block-pullquote cite {
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-size: 13px;
  color: #7a9b6c;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
}
body.csep-front-page.csep-single-post .article-content .wp-block-verse {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.85;
  color: #9a9e96;
  white-space: pre-wrap;
  padding: 24px 28px;
  background: rgba(163, 194, 147, 0.03);
  border-radius: 10px;
  margin: 36px 0;
}
body.csep-front-page.csep-single-post .related-posts-section {
  padding: clamp(60px, 7vw, 100px) 0;
  border-bottom: 1px solid #232826;
}
body.csep-front-page.csep-single-post .related-posts-heading {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #6a6f66;
  font-weight: 500;
  margin: 0 0 32px;
}
body.csep-front-page.csep-single-post .related-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 840px) {
  body.csep-front-page.csep-single-post .related-posts-grid {
    grid-template-columns: 1fr;
  }
}
body.csep-front-page.csep-single-post .related-card {
  background: #131816;
  border: 1px solid #232826;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
body.csep-front-page.csep-single-post .related-card:hover {
  border-color: rgba(163, 194, 147, 0.4);
  transform: translateY(-2px);
}
body.csep-front-page.csep-single-post .related-thumb {
  height: 160px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #232826;
}
body.csep-front-page.csep-single-post .related-thumb--plain {
  background: linear-gradient(135deg, #131816 0%, rgba(163, 194, 147, 0.06) 100%);
}
body.csep-front-page.csep-single-post .related-card-body {
  padding: 20px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.csep-front-page.csep-single-post .related-date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #c4dab8;
  font-weight: 500;
  font-size: 11px;
}
body.csep-front-page.csep-single-post .related-card-body h5 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ecece6;
  line-height: 1.35;
  margin: 0;
  letter-spacing: -0.01em;
}

body.modal-open {
  overflow: hidden;
}

.csep-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(5, 8, 7, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 4vw, 40px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.csep-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.csep-modal {
  position: relative;
  background: #131816;
  border: 1px solid #2d3431;
  border-radius: 20px;
  width: 100%;
  max-width: 640px;
  max-height: 92vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(28px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.7);
}
.csep-modal-overlay.is-open .csep-modal {
  transform: translateY(0) scale(1);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px 14px;
  border-bottom: 1px solid #232826;
  flex-shrink: 0;
}
.modal-header .modal-logo {
  height: 22px;
  width: auto;
  opacity: 0.65;
  display: block;
}
.modal-header .modal-close {
  width: 30px;
  height: 30px;
  border: 1px solid #2d3431;
  border-radius: 50%;
  background: transparent;
  color: #9a9e96;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.modal-header .modal-close svg {
  pointer-events: none;
}
.modal-header .modal-close:hover {
  border-color: #a3c293;
  color: #a3c293;
  background: rgba(163, 194, 147, 0.08);
}

.modal-progress-wrap {
  height: 2px;
  background: #232826;
  flex-shrink: 0;
}
.modal-progress-wrap .modal-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #7a9b6c, #a3c293);
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  width: 0%;
}

.modal-form {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  min-height: 0;
}

.modal-steps-wrap {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}
.modal-steps-wrap::-webkit-scrollbar {
  width: 3px;
}
.modal-steps-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.modal-steps-wrap::-webkit-scrollbar-thumb {
  background: #2d3431;
  border-radius: 2px;
}

.modal-step {
  padding: 28px 24px 20px;
  display: none;
}
.modal-step.active {
  display: block;
  animation: csepStepIn 0.28s ease both;
}

@keyframes csepStepIn {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.step-header {
  margin-bottom: 24px;
}

.step-eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #7a9b6c;
  font-weight: 500;
  margin-bottom: 8px;
}
.step-eyebrow--contact {
  color: #a3c293;
}

.step-title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 600;
  color: #ecece6;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 6px;
}

.step-subtitle {
  font-size: 14px;
  line-height: 1.55;
  color: #9a9e96;
  margin: 0;
}

.radio-cards {
  display: grid;
  gap: 10px;
  align-items: start;
}
.radio-cards.two-col {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 480px) {
  .radio-cards.two-col {
    grid-template-columns: 1fr;
  }
}
.radio-cards.one-col {
  grid-template-columns: 1fr;
}

.radio-card {
  position: relative;
  cursor: pointer;
  display: block;
}
.radio-card input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.radio-card .radio-card-inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 18px;
  background: #0a0d0c;
  border: 1px solid #232826;
  border-radius: 12px;
  transition: border-color 0.15s ease, background 0.15s ease;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
}
.radio-card .radio-card-inner strong {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ecece6;
  display: block;
  line-height: 1.3;
}
.radio-card .radio-card-inner span:not(.radio-dot) {
  font-size: 13px;
  color: #9a9e96;
  line-height: 1.4;
}
.radio-card:hover .radio-card-inner {
  border-color: rgba(163, 194, 147, 0.35);
}
.radio-card input:checked + .radio-card-inner {
  border-color: #a3c293;
  background: rgba(163, 194, 147, 0.07);
}
.radio-card input:checked + .radio-card-inner strong {
  color: #a3c293;
}
.radio-card--icon .radio-card-inner {
  padding: 22px 18px;
}
.radio-card .radio-card-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  border: 1px solid #232826;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9a9e96;
  transition: all 0.15s ease;
  margin-bottom: 10px;
  flex-shrink: 0;
  overflow: hidden;
}
.radio-card .radio-card-icon svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px;
  max-height: 18px;
  flex-shrink: 0;
}
.radio-card--icon input:checked + .radio-card-inner .radio-card-icon {
  border-color: #a3c293;
  color: #a3c293;
  background: rgba(163, 194, 147, 0.12);
}
.radio-card.compact .radio-card-inner {
  flex-direction: row;
  align-items: center;
  padding: 13px 16px;
  gap: 12px;
}
.radio-card.compact .radio-dot {
  width: 18px;
  height: 18px;
  border: 2px solid #2d3431;
  border-radius: 50%;
  flex-shrink: 0;
  display: block;
  position: relative;
  transition: border-color 0.15s ease;
}
.radio-card.compact .radio-dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #a3c293;
  transform: scale(0);
  transition: transform 0.15s ease;
}
.radio-card.compact input:checked + .radio-card-inner .radio-dot {
  border-color: #a3c293;
}
.radio-card.compact input:checked + .radio-card-inner .radio-dot::after {
  transform: scale(1);
}

.contact-form-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.field-row {
  display: grid;
  gap: 12px;
}
.field-row.two-col {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 480px) {
  .field-row.two-col {
    grid-template-columns: 1fr;
  }
}

.field-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.field-group label:not(.checkbox-label) {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6a6f66;
  font-weight: 500;
}
.field-group label:not(.checkbox-label) span {
  color: #a3c293;
}
.field-group input[type=text],
.field-group input[type=email],
.field-group input[type=tel] {
  background: #0a0d0c;
  border: 1px solid #232826;
  border-radius: 8px;
  color: #ecece6;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 11px 13px;
  outline: none;
  width: 100%;
  transition: border-color 0.2s ease;
}
.field-group input[type=text]:focus,
.field-group input[type=email]:focus,
.field-group input[type=tel]:focus {
  border-color: #a3c293;
}
.field-group input[type=text]::placeholder,
.field-group input[type=email]::placeholder,
.field-group input[type=tel]::placeholder {
  color: #6a6f66;
}
.field-group input[type=text].invalid,
.field-group input[type=email].invalid,
.field-group input[type=tel].invalid {
  border-color: #e08080;
}
.field-group .field-error {
  font-size: 12px;
  color: #e08080;
  display: none;
}
.field-group .field-error.show {
  display: block;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.checkbox-label input[type=checkbox] {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  accent-color: #a3c293;
  margin-top: 3px;
}
.checkbox-label span {
  font-size: 12px;
  color: #9a9e96;
  line-height: 1.55;
}
.checkbox-label span a {
  color: #a3c293;
  text-decoration: underline;
}

.modal-submit-error {
  margin: 0 24px;
  padding: 11px 14px;
  background: rgba(224, 128, 128, 0.08);
  border: 1px solid rgba(224, 128, 128, 0.25);
  border-radius: 8px;
  font-size: 13px;
  color: #e08080;
  display: none;
  flex-shrink: 0;
}
.modal-submit-error.show {
  display: block;
  margin-bottom: 16px;
}

.modal-step--redirect {
  text-align: center;
  padding: 40px 28px 36px;
}
.modal-step--redirect .redirect-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(163, 194, 147, 0.08);
  border: 1.5px solid #2d3431;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a9e96;
}
.modal-step--redirect .redirect-icon svg {
  width: 22px;
  height: 22px;
}
.modal-step--redirect h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 600;
  color: #ecece6;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.modal-step--redirect p {
  font-size: 15px;
  line-height: 1.65;
  color: #9a9e96;
  max-width: 46ch;
  margin: 0 auto 10px;
}
.modal-step--redirect p strong {
  color: #ecece6;
  font-weight: 500;
}
.modal-step--redirect .redirect-sub {
  font-size: 13px;
  color: #6a6f66;
  margin-bottom: 28px;
}
.modal-step--redirect .redirect-cta {
  font-size: 14px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
}

@keyframes csepSuccessIconPop {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  60% {
    transform: scale(1.15);
    opacity: 1;
  }
  80% {
    transform: scale(0.94);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes csepSuccessPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(163, 194, 147, 0.45);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(163, 194, 147, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(163, 194, 147, 0);
  }
}
@keyframes csepCheckDraw {
  from {
    stroke-dashoffset: 40;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes csepSuccessFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.modal-step--success {
  text-align: center;
  padding: 44px 28px 36px;
}
.modal-step--success .success-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(163, 194, 147, 0.1);
  border: 1.5px solid #a3c293;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a3c293;
  animation: csepSuccessIconPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s both, csepSuccessPulse 0.9s ease 0.55s both;
}
.modal-step--success .success-icon svg {
  width: 26px;
  height: 26px;
}
.modal-step--success .success-icon svg polyline {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: csepCheckDraw 0.45s ease 0.38s forwards;
}
.modal-step--success h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  color: #ecece6;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  animation: csepSuccessFadeUp 0.4s ease 0.5s both;
}
.modal-step--success p {
  font-size: 15px;
  line-height: 1.6;
  color: #9a9e96;
  max-width: 44ch;
  margin: 0 auto 8px;
  animation: csepSuccessFadeUp 0.4s ease 0.6s both;
}
.modal-step--success .success-sub {
  font-size: 13px;
  animation: csepSuccessFadeUp 0.4s ease 0.7s both;
}
.modal-step--success .success-sub a {
  color: #a3c293;
  text-decoration: underline;
}
.modal-step--success .btn, .modal-step--success .register-form-wrap input[type=submit], .register-form-wrap .modal-step--success input[type=submit],
.modal-step--success .register-form-wrap .wpcf7-submit,
.register-form-wrap .modal-step--success .wpcf7-submit {
  margin-top: 22px;
  font-size: 13px;
  padding: 9px 20px;
  animation: csepSuccessFadeUp 0.4s ease 0.78s both;
}

.modal-footer {
  padding: 14px 24px 18px;
  border-top: 1px solid #232826;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  gap: 12px;
}
.modal-footer .modal-btn-back {
  font-size: 13px;
  padding: 8px 14px;
  color: #9a9e96;
  border-color: #2d3431;
  min-width: 88px;
}
.modal-footer .modal-btn-back:hover {
  color: #ecece6;
  border-color: #9a9e96;
}
.modal-footer .modal-btn-next {
  font-size: 13px;
  padding: 8px 18px;
  min-width: 110px;
}
.modal-footer .modal-btn-next:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.modal-footer .modal-btn-next.loading {
  pointer-events: none;
}
.modal-footer .modal-btn-next.loading::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 2px solid rgba(10, 13, 12, 0.3);
  border-top-color: #0a0d0c;
  border-radius: 50%;
  animation: csepSpin 0.55s linear infinite;
  margin-left: 7px;
  vertical-align: middle;
}

@keyframes csepSpin {
  to {
    transform: rotate(360deg);
  }
}
.modal-step-dots {
  display: flex;
  gap: 5px;
  align-items: center;
}
.modal-step-dots .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2d3431;
  transition: all 0.2s ease;
}
.modal-step-dots .dot.active {
  background: #a3c293;
  width: 16px;
  border-radius: 3px;
}
.modal-step-dots .dot.done {
  background: #7a9b6c;
}

.modal-cf7-wrap,
.modal-cf7-wrap .wpcf7,
.modal-cf7-wrap .wpcf7-form {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  min-height: 0;
}

.modal-cf7-wrap .wpcf7-form .csep-cf7-step {
  order: 1;
}
.modal-cf7-wrap .wpcf7-form .wpcf7-response-output {
  order: 2;
}
.modal-cf7-wrap .wpcf7-form #csep-cf7-nav,
.modal-cf7-wrap .wpcf7-form .csep-cf7-nav {
  order: 3;
}

.modal-cf7-wrap .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.modal-cf7-wrap .wpcf7-form-control-wrap.who-type,
.modal-cf7-wrap .wpcf7-form-control-wrap.company-stage,
.modal-cf7-wrap .wpcf7-form-control-wrap.annual-revenue,
.modal-cf7-wrap .wpcf7-form-control-wrap.shareholders,
.modal-cf7-wrap .wpcf7-form-control-wrap.primary-objective {
  display: none;
}

.modal-cf7-wrap .csep-cf7-real-submit,
.modal-cf7-wrap input[type=submit] {
  display: none !important;
}

.modal-cf7-wrap .wpcf7-spinner {
  display: none !important;
}

.csep-cf7-step {
  display: none;
  padding: 28px 24px 20px;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}
.csep-cf7-step.is-active {
  display: block;
  animation: csepStepIn 0.28s ease both;
}
.csep-cf7-step::-webkit-scrollbar {
  width: 3px;
}
.csep-cf7-step::-webkit-scrollbar-track {
  background: transparent;
}
.csep-cf7-step::-webkit-scrollbar-thumb {
  background: #2d3431;
  border-radius: 2px;
}
.csep-cf7-step > .field-row + .field-row,
.csep-cf7-step > .field-row + .field-group,
.csep-cf7-step > .field-group + .field-row,
.csep-cf7-step > .field-group + .field-group {
  margin-top: 14px;
}

.csep-cf7-step--investor-redirect.is-active,
.csep-cf7-step--success.is-active,
.csep-cf7-step[data-step=success].is-active {
  display: flex;
}

#csep-cf7-nav,
.csep-cf7-nav {
  padding: 14px 24px 18px;
  border-top: 1px solid #232826;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  gap: 12px;
}

.csep-cf7-back {
  font-size: 13px;
  padding: 8px 14px;
  color: #9a9e96;
  border-color: #2d3431;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
}
.csep-cf7-back:hover {
  color: #ecece6;
  border-color: #9a9e96;
}

.csep-cf7-next {
  font-size: 13px;
  padding: 8px 18px;
  min-width: 110px;
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.csep-cf7-next:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.csep-cf7-next.is-loading {
  pointer-events: none;
  opacity: 0.85;
}

.csep-btn-spinner {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 2px solid rgba(10, 13, 12, 0.25);
  border-top-color: #0a0d0c;
  border-radius: 50%;
  animation: csepSpin 0.6s linear infinite;
  margin-left: 8px;
  flex-shrink: 0;
}

.csep-cf7-dots {
  display: flex;
  gap: 5px;
  align-items: center;
}
.csep-cf7-dots .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2d3431;
  transition: all 0.2s ease;
}
.csep-cf7-dots .dot.active {
  background: #a3c293;
  width: 16px;
  border-radius: 3px;
}
.csep-cf7-dots .dot.done {
  background: #7a9b6c;
}

.modal-cf7-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #e08080;
  display: block;
  margin-top: 3px;
}

.modal-cf7-wrap input.wpcf7-not-valid {
  border-color: #e08080 !important;
}

.modal-cf7-wrap .wpcf7-response-output {
  margin: 0 24px;
  padding: 11px 14px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
  flex-shrink: 0;
  display: none;
}
.modal-cf7-wrap .wpcf7-response-output.wpcf7-validation-errors, .modal-cf7-wrap .wpcf7-response-output.wpcf7-spam-blocked, .modal-cf7-wrap .wpcf7-response-output.wpcf7-mail-sent-ng, .modal-cf7-wrap .wpcf7-response-output.wpcf7-acceptance-missing {
  display: block;
  margin-bottom: 12px;
  background: rgba(224, 128, 128, 0.08);
  border: 1px solid rgba(224, 128, 128, 0.25);
  color: #e08080;
}
.modal-cf7-wrap .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: block;
  margin-bottom: 12px;
  background: rgba(163, 194, 147, 0.08);
  border: 1px solid rgba(163, 194, 147, 0.25);
  color: #a3c293;
}

.modal-cf7-wrap .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
  padding: 0;
}
.modal-cf7-wrap .wpcf7-acceptance .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.modal-cf7-wrap .wpcf7-acceptance .wpcf7-list-item > label input[type=checkbox] {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  accent-color: #a3c293;
}
.modal-cf7-wrap .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item-label {
  font-size: 12px;
  color: #9a9e96;
  line-height: 1.55;
}
.modal-cf7-wrap .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item-label a {
  color: #a3c293;
  text-decoration: underline;
}

.csep-cf7-step--investor-redirect {
  text-align: center;
  padding: 40px 28px 36px;
  flex: 1;
  flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.csep-cf7-step--investor-redirect .redirect-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(163, 194, 147, 0.08);
  border: 1.5px solid #2d3431;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a9e96;
}
.csep-cf7-step--investor-redirect .redirect-icon svg {
  width: 22px;
  height: 22px;
}
.csep-cf7-step--investor-redirect h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 600;
  color: #ecece6;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.csep-cf7-step--investor-redirect p {
  font-size: 15px;
  line-height: 1.65;
  color: #9a9e96;
  max-width: 46ch;
  margin: 0 auto 10px;
}
.csep-cf7-step--investor-redirect p strong {
  color: #ecece6;
  font-weight: 500;
}
.csep-cf7-step--investor-redirect .redirect-sub {
  font-size: 13px;
  color: #6a6f66;
  margin-bottom: 28px;
}
.csep-cf7-step--investor-redirect .redirect-cta {
  font-size: 14px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
}

.csep-cf7-step--success,
.csep-cf7-step[data-step=success] {
  text-align: center;
  padding: 44px 28px 36px;
  flex: 1;
  flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.csep-cf7-step--success .success-icon,
.csep-cf7-step[data-step=success] .success-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(163, 194, 147, 0.1);
  border: 1.5px solid #a3c293;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a3c293;
  animation: csepSuccessIconPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s both, csepSuccessPulse 0.9s ease 0.55s both;
}
.csep-cf7-step--success .success-icon svg,
.csep-cf7-step[data-step=success] .success-icon svg {
  width: 26px;
  height: 26px;
}
.csep-cf7-step--success .success-icon svg polyline,
.csep-cf7-step[data-step=success] .success-icon svg polyline {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: csepCheckDraw 0.45s ease 0.38s forwards;
}
.csep-cf7-step--success h2,
.csep-cf7-step[data-step=success] h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  color: #ecece6;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  animation: csepSuccessFadeUp 0.4s ease 0.5s both;
}
.csep-cf7-step--success p,
.csep-cf7-step[data-step=success] p {
  font-size: 15px;
  line-height: 1.6;
  color: #9a9e96;
  max-width: 44ch;
  margin: 0 auto 8px;
  animation: csepSuccessFadeUp 0.4s ease 0.6s both;
}
.csep-cf7-step--success .success-sub,
.csep-cf7-step[data-step=success] .success-sub {
  font-size: 13px;
  animation: csepSuccessFadeUp 0.4s ease 0.7s both;
}
.csep-cf7-step--success .success-sub a,
.csep-cf7-step[data-step=success] .success-sub a {
  color: #a3c293;
  text-decoration: underline;
}

body.csep-404-body .csep-404-page {
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6rem 1.5rem;
  position: relative;
  overflow: hidden;
}
body.csep-404-body .csep-404-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(163, 194, 147, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(163, 194, 147, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
body.csep-404-body .error-404-inner {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
}
body.csep-404-body .error-404-label {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6a6f66;
  margin-bottom: 2.5rem;
}
body.csep-404-body .error-404-visual {
  position: relative;
  margin-bottom: 2rem;
  display: inline-block;
}
body.csep-404-body .error-code {
  font-size: clamp(5.5rem, 20vw, 11rem);
  font-weight: 700;
  line-height: 1;
  color: #a3c293;
  letter-spacing: -0.05em;
  display: block;
  animation: csep404-float 5s ease-in-out infinite;
  text-shadow: 0 0 80px rgba(163, 194, 147, 0.25);
  position: relative;
}
body.csep-404-body .error-code::after {
  content: "404";
  position: absolute;
  inset: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(163, 194, 147, 0.12);
  transform: translate(5px, 5px);
  z-index: -1;
}
body.csep-404-body .error-404-ticker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: #6a6f66;
}
body.csep-404-body .error-404-ticker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a3c293;
  opacity: 0.5;
  animation: csep404-blink 2s step-end infinite;
}
@keyframes csep404-blink {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.1;
  }
}
@keyframes csep404-float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-14px);
  }
}
body.csep-404-body .error-404-heading {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 600;
  color: #ecece6;
  margin-bottom: 1rem;
  line-height: 1.2;
}
body.csep-404-body .error-404-heading em {
  color: #a3c293;
  font-style: normal;
}
body.csep-404-body .error-404-body {
  font-size: 0.975rem;
  color: #9a9e96;
  line-height: 1.75;
  margin-bottom: 2.5rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
body.csep-404-body .error-404-actions {
  display: flex;
  gap: 0.875rem;
  justify-content: center;
  flex-wrap: wrap;
}
body.csep-404-body .error-404-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
body.csep-404-body .error-404-dot {
  position: absolute;
  border-radius: 50%;
  background: rgba(163, 194, 147, 0.18);
  animation: csep404-pulse 4s ease-in-out infinite;
}
body.csep-404-body .error-404-dot:nth-child(1) {
  width: 7px;
  height: 7px;
  top: 12%;
  left: 8%;
  animation-delay: 0s;
}
body.csep-404-body .error-404-dot:nth-child(2) {
  width: 4px;
  height: 4px;
  top: 72%;
  left: 6%;
  animation-delay: 0.8s;
}
body.csep-404-body .error-404-dot:nth-child(3) {
  width: 9px;
  height: 9px;
  top: 25%;
  right: 9%;
  animation-delay: 1.6s;
}
body.csep-404-body .error-404-dot:nth-child(4) {
  width: 3px;
  height: 3px;
  top: 82%;
  right: 7%;
  animation-delay: 0.4s;
}
body.csep-404-body .error-404-dot:nth-child(5) {
  width: 5px;
  height: 5px;
  top: 50%;
  left: 18%;
  animation-delay: 1.2s;
}
body.csep-404-body .error-404-dot:nth-child(6) {
  width: 4px;
  height: 4px;
  top: 18%;
  right: 22%;
  animation-delay: 0.6s;
}
body.csep-404-body .error-404-dot:nth-child(7) {
  width: 6px;
  height: 6px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}
@keyframes csep404-pulse {
  0%, 100% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.4);
  }
}

body.csep-page-body .page-banner {
  position: relative;
  min-height: 46vh;
  background: #0a0d0c;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
body.csep-page-body .page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(163, 194, 147, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(163, 194, 147, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
body.csep-page-body .page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(10, 13, 12, 0.55) 55%, #0a0d0c 100%);
  pointer-events: none;
}
body.csep-page-body .page-banner-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(163, 194, 147, 0.06), transparent);
  pointer-events: none;
}
body.csep-page-body .page-banner-inner {
  position: relative;
  z-index: 2;
  padding-top: clamp(80px, 10vw, 140px);
  padding-bottom: clamp(44px, 5vw, 80px);
  width: 100%;
}
body.csep-page-body .page-banner-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #a3c293;
  opacity: 0.75;
  margin-bottom: 1.25rem;
}
body.csep-page-body .page-banner-title {
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #ecece6;
  margin: 0 0 1.25rem;
  max-width: 820px;
}
body.csep-page-body .page-banner-intro {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: #9a9e96;
  line-height: 1.7;
  max-width: 600px;
  margin: 0;
}
body.csep-page-body .page-body-wrap {
  padding: clamp(48px, 6vw, 96px) 0 clamp(72px, 9vw, 128px);
}
body.csep-page-body .page-content {
  max-width: 780px;
}
body.csep-page-body .page-content h2, body.csep-page-body .page-content h3, body.csep-page-body .page-content h4, body.csep-page-body .page-content h5, body.csep-page-body .page-content h6 {
  color: #ecece6;
  line-height: 1.25;
  margin-top: 2.5rem;
  margin-bottom: 0.9rem;
}
body.csep-page-body .page-content h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
}
body.csep-page-body .page-content h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 600;
}
body.csep-page-body .page-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
}
body.csep-page-body .page-content p {
  color: #9a9e96;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
body.csep-page-body .page-content a {
  color: #a3c293;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
body.csep-page-body .page-content a:hover {
  color: #ecece6;
}
body.csep-page-body .page-content ul, body.csep-page-body .page-content ol {
  padding-left: 1.4rem;
  margin-bottom: 1.5rem;
}
body.csep-page-body .page-content ul li, body.csep-page-body .page-content ol li {
  color: #9a9e96;
  line-height: 1.7;
  margin-bottom: 0.45rem;
}
body.csep-page-body .page-content blockquote {
  border-left: 3px solid #a3c293;
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  background: rgba(163, 194, 147, 0.04);
  border-radius: 0 4px 4px 0;
}
body.csep-page-body .page-content blockquote p {
  color: #ecece6;
  font-size: 1.05rem;
  margin: 0;
}
body.csep-page-body .page-content strong {
  color: #ecece6;
}
body.csep-page-body .page-content hr {
  border: none;
  border-top: 1px solid #232826;
  margin: 2.5rem 0;
}
body.csep-page-body .page-content img {
  max-width: 100%;
  border-radius: 6px;
  margin: 0.5rem 0 1.5rem;
}
body.csep-page-body .page-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
body.csep-page-body .page-content table th {
  background: rgba(163, 194, 147, 0.07);
  color: #ecece6;
  padding: 0.7rem 1rem;
  text-align: left;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid #232826;
}
body.csep-page-body .page-content table td {
  color: #9a9e96;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid #232826;
}

body.csep-index-body .index-banner {
  position: relative;
  padding: clamp(80px, 10vw, 140px) 0 clamp(52px, 6vw, 88px);
  background: #0a0d0c;
  overflow: hidden;
}
body.csep-index-body .index-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(163, 194, 147, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(163, 194, 147, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
body.csep-index-body .index-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to bottom, transparent, #0a0d0c);
  pointer-events: none;
}
body.csep-index-body .index-banner-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 45% at 50% 0%, rgba(163, 194, 147, 0.06), transparent);
  pointer-events: none;
}
body.csep-index-body .index-banner-inner {
  position: relative;
  z-index: 2;
}
body.csep-index-body .index-posts-wrap {
  padding: clamp(40px, 5vw, 72px) 0 clamp(72px, 9vw, 128px);
}
body.csep-index-body .index-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 3.5rem;
}
@media (max-width: 960px) {
  body.csep-index-body .index-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  body.csep-index-body .index-posts-grid {
    grid-template-columns: 1fr;
  }
}
body.csep-index-body .index-post-card {
  display: flex;
  flex-direction: column;
}
body.csep-index-body .index-post-card .index-post-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  border-radius: 4px 4px 0 0;
  margin-bottom: 1.25rem;
  background-color: #131816;
}
body.csep-index-body .index-post-card .index-post-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.6rem;
}
body.csep-index-body .index-post-card .index-post-excerpt {
  font-size: 0.875rem;
  color: #6a6f66;
  line-height: 1.65;
  margin: 0.4rem 0 1rem;
  flex-grow: 1;
}
body.csep-index-body .index-post-card .index-post-read {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a3c293;
  margin-top: auto;
  display: inline-block;
  transition: letter-spacing 0.25s;
}
body.csep-index-body .index-post-card:hover .index-post-read {
  letter-spacing: 0.11em;
}
body.csep-index-body .index-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
body.csep-index-body .index-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 0.75rem;
  border: 1px solid #232826;
  border-radius: 4px;
  color: #9a9e96;
  font-size: 0.85rem;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
body.csep-index-body .index-pagination .page-numbers:hover, body.csep-index-body .index-pagination .page-numbers.current {
  border-color: #a3c293;
  color: #a3c293;
  background: rgba(163, 194, 147, 0.06);
}
body.csep-index-body .index-pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  cursor: default;
}
body.csep-index-body .index-no-posts {
  text-align: center;
  padding: 5rem 0;
}
body.csep-index-body .index-no-posts p {
  color: #9a9e96;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

/* Category 07 is for any utility classes that are not assigned to a specific component. */

/*# sourceMappingURL=style.css.map */
