/* Start custom CSS for html, class: .elementor-element-707cc91 */.cpn-eyebrow a {
  color: inherit;
  text-decoration: none;
}

.cpn-eyebrow a:hover {
  text-decoration: underline;
}
.cpn-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 110px 20px;
  padding: 45px 24px;
  background-image: url("https://adventurerama.co.nz/wp-content/uploads/2026/07/Cyberpunk-Ninja-1-scaled.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: "Montserrat", "Poppins", Arial, sans-serif;
}

.cpn-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(18, 9, 29, 0.94) 0%,
      rgba(57, 31, 86, 0.82) 42%,
      rgba(57, 31, 86, 0.38) 68%,
      rgba(18, 9, 29, 0.52) 100%
    ),
    radial-gradient(circle at 15% 20%, rgba(143, 194, 77, 0.28), transparent 30%),
    radial-gradient(circle at 80% 15%, rgba(255, 0, 190, 0.16), transparent 28%);
  z-index: 0;
}

.cpn-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.42;
  pointer-events: none;
  z-index: 1;
}

.cpn-hero__wrap {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  min-height: 420px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 38px;
  align-items: center;
}

.cpn-eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 14px;
  border: 1px solid rgba(143, 194, 77, 0.65);
  border-radius: 999px;
  background: rgba(18, 9, 29, 0.45);
  color: #bff27b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.cpn-hero__logo {
  display: block;
  width: min(430px, 88vw);
  margin: 0 0 24px;
  filter: drop-shadow(0 14px 26px rgba(0,0,0,0.55));
}

.cpn-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(40px, 6vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-weight: 950;
  text-shadow: 0 5px 24px rgba(0,0,0,0.48);
}

.cpn-hero__text {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  text-shadow: 0 3px 16px rgba(0,0,0,0.55);
}

.cpn-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
}

.cpn-hero__badges span {
  padding: 10px 13px;
  background: rgba(18, 9, 29, 0.58);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.cpn-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.cpn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 950;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cpn-btn:hover {
  transform: translateY(-2px);
}

.cpn-btn--primary {
  background: #8fc24d;
  color: #1a0c29;
  box-shadow: 0 14px 30px rgba(143, 194, 77, 0.36);
}

.cpn-btn--secondary {
  background: rgba(18, 9, 29, 0.56);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.26);
  backdrop-filter: blur(8px);
}

.cpn-hero__panel {
  display: grid;
  gap: 14px;
}

.cpn-stat {
  padding: 22px;
  border-radius: 24px;
  background: rgba(18, 9, 29, 0.62);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 20px 60px rgba(0,0,0,0.34);
  backdrop-filter: blur(12px);
}

.cpn-stat strong {
  display: block;
  color: #8fc24d;
  font-size: 42px;
  line-height: 1;
  font-weight: 950;
}

.cpn-stat span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,0.84);
  font-weight: 700;
}

@media (max-width: 820px) {
  .cpn-hero {
    min-height: auto;
    padding: 72px 18px;
    background-position: center top;
  }

  .cpn-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(18, 9, 29, 0.9) 0%,
        rgba(57, 31, 86, 0.84) 48%,
        rgba(18, 9, 29, 0.92) 100%
      );
  }

  .cpn-hero__wrap {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cpn-hero__logo {
    width: min(350px, 90vw);
  }

  .cpn-hero__buttons {
    flex-direction: column;
  }

  .cpn-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad26010 */.cpn-intro {
  padding: 76px 20px;
  background: #ffffff;
  color: #241733;
  font-family: "Montserrat", "Poppins", Arial, sans-serif;
}

.cpn-intro__wrap {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: start;
}

.cpn-section-tag {
  display: inline-block;
  margin: 0 0 14px;
  color: #604580;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cpn-intro h2 {
  margin: 0;
  color: #391f56;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.cpn-intro__copy {
  padding: 32px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(143,194,77,0.12), rgba(96,69,128,0.12));
  border: 1px solid rgba(57,31,86,0.12);
}

.cpn-intro__copy p {
  margin: 0;
  color: #4e405d;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 600;
}

.cpn-intro__copy p + p {
  margin-top: 18px;
}

@media (max-width: 820px) {
  .cpn-intro {
    padding: 56px 18px;
  }

  .cpn-intro__wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cpn-intro__copy {
    padding: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb3edf1 */.cpn-activities {
  position: relative;
  overflow: hidden;
  padding: 90px 20px;
  background-image: url("https://adventurerama.co.nz/wp-content/uploads/2026/07/IMG_3645-1-scaled.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: "Montserrat", "Poppins", Arial, sans-serif;
}

.cpn-activities__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(18, 9, 29, 0.96) 0%,
      rgba(57, 31, 86, 0.82) 48%,
      rgba(18, 9, 29, 0.68) 100%
    ),
    radial-gradient(circle at 12% 18%, rgba(143, 194, 77, 0.3), transparent 30%),
    radial-gradient(circle at 86% 20%, rgba(255, 0, 190, 0.15), transparent 28%);
  z-index: 0;
}

.cpn-activities::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.35;
  pointer-events: none;
  z-index: 1;
}

.cpn-activities__wrap {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  margin: 0 auto;
}

.cpn-activities__head {
  max-width: 760px;
  margin-bottom: 36px;
}

.cpn-section-tag {
  display: inline-block;
  margin: 0 0 14px;
  color: #604580;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cpn-section-tag--light {
  color: #bff27b;
}

.cpn-activities h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 950;
  text-shadow: 0 5px 24px rgba(0,0,0,0.48);
}

.cpn-activities__head p:last-child {
  margin: 18px 0 0;
  color: rgba(255,255,255,0.88);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 650;
  text-shadow: 0 3px 16px rgba(0,0,0,0.48);
}

.cpn-activity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.cpn-activity-card {
  position: relative;
  min-height: 270px;
  padding: 26px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 95% 5%, rgba(143,194,77,0.28), transparent 34%),
    rgba(18, 9, 29, 0.66);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 18px 45px rgba(0,0,0,0.28);
  backdrop-filter: blur(10px);
}

.cpn-activity-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #8fc24d;
  color: #1a0c29;
  font-weight: 950;
}

.cpn-activity-card h3 {
  margin: 38px 0 12px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 950;
}

.cpn-activity-card p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
}

@media (max-width: 980px) {
  .cpn-activity-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .cpn-activities {
    padding: 64px 18px;
    background-position: center top;
  }

  .cpn-activities__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(18, 9, 29, 0.95) 0%,
        rgba(57, 31, 86, 0.86) 48%,
        rgba(18, 9, 29, 0.96) 100%
      );
  }

  .cpn-activity-grid {
    grid-template-columns: 1fr;
  }

  .cpn-activity-card {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-490dd9f */.cpn-pricing {
  padding: 82px 20px;
  background: #f7f3fb;
  color: #241733;
  font-family: "Montserrat", "Poppins", Arial, sans-serif;
}

.cpn-pricing__wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.cpn-pricing__head {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.cpn-pricing h2 {
  margin: 0;
  color: #391f56;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 950;
}

.cpn-pricing__head p:last-child {
  margin: 0;
  color: #604580;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 700;
}

.cpn-price-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.cpn-price-card {
  padding: 22px;
  min-height: 190px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(57,31,86,0.11);
  box-shadow: 0 14px 34px rgba(57,31,86,0.08);
}

.cpn-price-card--featured {
  background:
    radial-gradient(circle at top right, rgba(143,194,77,0.34), transparent 46%),
    #391f56;
  color: #ffffff;
}

.cpn-price-card h3 {
  min-height: 48px;
  margin: 0;
  color: inherit;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 950;
}

.cpn-price {
  margin: 20px 0 8px;
  color: #8fc24d;
  font-size: 38px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.cpn-price-card p:last-child {
  margin: 0;
  color: inherit;
  opacity: 0.72;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.cpn-pricing__notice {
  margin-top: 20px;
  padding: 20px 22px;
  border-radius: 20px;
  background: #391f56;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}

.cpn-pricing__notice strong {
  color: #8fc24d;
}

@media (max-width: 1100px) {
  .cpn-price-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .cpn-pricing {
    padding: 60px 18px;
  }

  .cpn-pricing__head {
    grid-template-columns: 1fr;
  }

  .cpn-price-grid {
    grid-template-columns: 1fr;
  }

  .cpn-price-card {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fee0922 */.cpn-parties {
  padding: 84px 20px;
  background:
    radial-gradient(circle at 20% 20%, rgba(143,194,77,0.28), transparent 28%),
    linear-gradient(135deg, #1a0c29 0%, #391f56 100%);
  color: #ffffff;
  font-family: "Montserrat", "Poppins", Arial, sans-serif;
}

.cpn-parties__wrap {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: stretch;
}

.cpn-parties__content,
.cpn-party-list {
  padding: 34px;
  border-radius: 32px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
}

.cpn-parties h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.cpn-parties__content p {
  margin: 22px 0 30px;
  color: rgba(255,255,255,0.82);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 600;
}

.cpn-party-list h3 {
  margin: 0 0 20px;
  color: #8fc24d;
  font-size: 26px;
  font-weight: 950;
}

.cpn-party-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
  column-gap: 28px;
}

.cpn-party-list li {
  break-inside: avoid;
  position: relative;
  margin: 0 0 13px;
  padding-left: 24px;
  color: rgba(255,255,255,0.86);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.cpn-party-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8fc24d;
  font-weight: 950;
}

.cpn-party-note {
  margin-top: 22px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(143,194,77,0.14);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 750;
}

@media (max-width: 860px) {
  .cpn-parties {
    padding: 60px 18px;
  }

  .cpn-parties__wrap {
    grid-template-columns: 1fr;
  }

  .cpn-party-list ul {
    columns: 1;
  }

  .cpn-parties__content,
  .cpn-party-list {
    padding: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-729c4a4 */.cpn-food {
  padding: 76px 20px;
  background: #ffffff;
  color: #241733;
  font-family: "Montserrat", "Poppins", Arial, sans-serif;
}

.cpn-food__wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.cpn-food__head {
  max-width: 720px;
  margin-bottom: 28px;
}

.cpn-food h2 {
  margin: 0;
  color: #391f56;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 950;
}

.cpn-food__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.85fr;
  gap: 18px;
}

.cpn-food-card {
  padding: 28px;
  border-radius: 28px;
  background: #f7f3fb;
  border: 1px solid rgba(57,31,86,0.1);
}

.cpn-food-card--upgrade {
  background:
    radial-gradient(circle at top right, rgba(143,194,77,0.26), transparent 40%),
    #391f56;
  color: #ffffff;
}

.cpn-food-card h3 {
  margin: 0 0 18px;
  color: inherit;
  font-size: 24px;
  font-weight: 950;
}

.cpn-food-card ul {
  margin: 0;
  padding-left: 18px;
}

.cpn-food-card li {
  margin-bottom: 12px;
  color: inherit;
  opacity: 0.78;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
}

@media (max-width: 920px) {
  .cpn-food__grid {
    grid-template-columns: 1fr;
  }

  .cpn-food {
    padding: 58px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a3f0a4 */.cpn-visit {
  padding: 84px 20px;
  background:
    linear-gradient(135deg, #391f56 0%, #241034 100%);
  color: #ffffff;
  font-family: "Montserrat", "Poppins", Arial, sans-serif;
}

.cpn-visit__wrap {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
}

.cpn-visit__card {
  padding: 32px;
  border-radius: 30px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
}

.cpn-visit__card--main {
  background:
    radial-gradient(circle at top right, rgba(143,194,77,0.28), transparent 42%),
    rgba(255,255,255,0.08);
}

.cpn-visit h2 {
  margin: 0;
  max-width: 650px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 950;
}

.cpn-visit__card--main p {
  max-width: 580px;
  margin: 22px 0 0;
  color: rgba(255,255,255,0.82);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 650;
}

.cpn-contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.cpn-contact-buttons a {
  display: inline-flex;
  padding: 13px 18px;
  border-radius: 999px;
  background: #8fc24d;
  color: #1a0c29;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
}

.cpn-visit__card h3 {
  margin: 0 0 18px;
  color: #8fc24d;
  font-size: 26px;
  font-weight: 950;
}

.cpn-hours {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 18px;
}

.cpn-hours span,
.cpn-hours strong {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  font-size: 15px;
}

.cpn-hours span {
  color: rgba(255,255,255,0.72);
  font-weight: 700;
}

.cpn-hours strong {
  color: #ffffff;
  text-align: right;
  font-weight: 900;
}

.cpn-small-note {
  margin: 18px 0 0;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 650;
}

@media (max-width: 860px) {
  .cpn-visit {
    padding: 60px 18px;
  }

  .cpn-visit__wrap {
    grid-template-columns: 1fr;
  }

  .cpn-visit__card {
    padding: 26px;
  }

  .cpn-contact-buttons {
    flex-direction: column;
  }

  .cpn-contact-buttons a {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40b10f7 */.cpn-safety {
  padding: 82px 20px;
  background: #ffffff;
  color: #241733;
  font-family: "Montserrat", "Poppins", Arial, sans-serif;
}

.cpn-safety__wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.cpn-safety__head {
  max-width: 760px;
  margin-bottom: 28px;
}

.cpn-safety h2 {
  margin: 0;
  color: #391f56;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 950;
}

.cpn-safety__head p:last-child {
  margin: 16px 0 0;
  color: #604580;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 700;
}

.cpn-rule-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cpn-rule-grid article {
  padding: 24px;
  border-radius: 24px;
  background: #f7f3fb;
  border: 1px solid rgba(57,31,86,0.1);
}

.cpn-rule-grid h3 {
  margin: 0 0 10px;
  color: #391f56;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 950;
}

.cpn-rule-grid p {
  margin: 0;
  color: #5b5066;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 650;
}

@media (max-width: 900px) {
  .cpn-rule-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .cpn-safety {
    padding: 58px 18px;
  }

  .cpn-rule-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-38ddb70 */.cpn-final {
  position: relative;
  overflow: hidden;
  padding: 110px 20px;
  background-image: url("https://adventurerama.co.nz/wp-content/uploads/2026/07/creative-scaled.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", "Poppins", Arial, sans-serif;
}

.cpn-final__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(18, 9, 29, 0.94) 0%,
      rgba(57, 31, 86, 0.82) 48%,
      rgba(18, 9, 29, 0.82) 100%
    ),
    radial-gradient(circle at 50% 8%, rgba(143, 194, 77, 0.28), transparent 34%),
    radial-gradient(circle at 85% 20%, rgba(255, 47, 214, 0.18), transparent 28%);
  z-index: 0;
}

.cpn-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.28;
  pointer-events: none;
  z-index: 1;
}

.cpn-final__wrap {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.cpn-final__logo {
  display: block;
  width: min(390px, 88vw);
  margin: 0 auto 28px;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,0.6));
}

.cpn-final h2 {
  max-width: 820px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 950;
  text-shadow: 0 6px 26px rgba(0,0,0,0.58);
}

.cpn-final p {
  max-width: 660px;
  margin: 22px auto 0;
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  text-shadow: 0 4px 18px rgba(0,0,0,0.55);
}

.cpn-final__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.cpn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 950;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cpn-btn:hover {
  transform: translateY(-2px);
}

.cpn-btn--primary {
  background: #8fc24d;
  color: #1a0c29;
  box-shadow: 0 14px 32px rgba(143, 194, 77, 0.36);
}

.cpn-btn--secondary {
  background: rgba(18, 9, 29, 0.58);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(8px);
}

@media (max-width: 620px) {
  .cpn-final {
    padding: 76px 18px;
    background-position: center center;
  }

  .cpn-final__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(18, 9, 29, 0.92) 0%,
        rgba(57, 31, 86, 0.86) 48%,
        rgba(18, 9, 29, 0.94) 100%
      );
  }

  .cpn-final__logo {
    width: min(330px, 90vw);
  }

  .cpn-final__buttons {
    flex-direction: column;
  }

  .cpn-final__buttons .cpn-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2838617 */.cpn-faq {
  padding: 82px 20px;
  background:
    linear-gradient(135deg, #1a0c29 0%, #391f56 100%);
  color: #ffffff;
  font-family: "Montserrat", "Poppins", Arial, sans-serif;
}

.cpn-faq__wrap {
  max-width: 980px;
  margin: 0 auto;
}

.cpn-faq__title {
  text-align: center;
  margin-bottom: 30px;
}

.cpn-faq h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 950;
}

.cpn-faq__items {
  display: grid;
  gap: 12px;
}

.cpn-faq details {
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  overflow: hidden;
}

.cpn-faq summary {
  cursor: pointer;
  padding: 20px 22px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 950;
  list-style: none;
}

.cpn-faq summary::-webkit-details-marker {
  display: none;
}

.cpn-faq summary::after {
  content: "+";
  float: right;
  color: #8fc24d;
  font-size: 22px;
  line-height: 1;
}

.cpn-faq details[open] summary::after {
  content: "−";
}

.cpn-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: rgba(255,255,255,0.76);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 650;
}

@media (max-width: 620px) {
  .cpn-faq {
    padding: 60px 18px;
  }
}/* End custom CSS */