.elementor-7721 .elementor-element.elementor-element-cfcbf7b{--display:flex;overflow:visible;}.elementor-7721 .elementor-element.elementor-element-cfcbf7b:not(.elementor-motion-effects-element-type-background), .elementor-7721 .elementor-element.elementor-element-cfcbf7b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F2EF;}.elementor-7721 .elementor-element.elementor-element-cfcbf7b.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-7721 .elementor-element.elementor-element-cfcbf7b{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-0acb75d */.thanks26-page,
.thanks26-page * {
  box-sizing: border-box;
}

.thanks26-page {
  font-family: 'Rubik', sans-serif;
  color: #111;
}

body {
  background: #f4f3ef;
}

.thanks26-page a {
  text-decoration: none;
}

.thanks26-shell {
  width: min(1360px, calc(100vw - 56px));
  margin-left: auto;
  margin-right: auto;
}

/* HERO */
.thanks26-hero {
  padding: 24px 0 24px;
}

.thanks26-hero-shell {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(135deg, #101010 0%, #171717 38%, #1d3f32 100%);
  box-shadow: 0 24px 60px rgba(0,0,0,0.18);
}

.thanks26-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(75, 222, 151, 0.16) 0%, transparent 30%),
    radial-gradient(circle at 84% 22%, rgba(255,255,255,0.08) 0%, transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(0,0,0,0.16) 100%);
}

.thanks26-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
}

.thanks26-hero-glow-1 {
  width: 430px;
  height: 430px;
  left: -120px;
  bottom: -130px;
  background: radial-gradient(circle, rgba(75, 222, 151, 0.24) 0%, transparent 72%);
}

.thanks26-hero-glow-2 {
  width: 260px;
  height: 260px;
  top: -70px;
  right: -30px;
  background: radial-gradient(circle, rgba(156, 255, 212, 0.14) 0%, transparent 72%);
}

.thanks26-hero-content {
  position: relative;
  z-index: 2;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
  max-width: 760px;
}

.thanks26-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.96);
  font-size: 12px;
  backdrop-filter: blur(10px);
}

.thanks26-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4bde97;
  box-shadow: 0 0 12px rgba(75, 222, 151, 0.9);
}

.thanks26-success-icon {
  margin-top: 20px;
  width: 74px;
  height: 74px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(75,222,151,0.24) 0%, rgba(75,222,151,0.12) 100%);
  border: 1px solid rgba(135, 255, 198, 0.28);
  color: #d8ffe9;
  box-shadow:
    0 16px 30px rgba(75, 222, 151, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.15);
}

.thanks26-success-icon svg {
  width: 34px;
  height: 34px;
}

.thanks26-title {
  margin-top: 18px;
  font-size: 68px;
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 12px 36px rgba(0,0,0,0.45);
}

.thanks26-subtitle {
  margin-top: 18px;
  max-width: 680px;
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
}

.thanks26-value-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  max-width: 680px;
}

.thanks26-value-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}

.thanks26-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.thanks26-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}

.thanks26-btn-primary {
  background: linear-gradient(180deg, #4bde97 0%, #2fbe7b 100%);
  color: #082115 !important;
  box-shadow:
    0 14px 30px rgba(75, 222, 151, 0.24),
    0 0 24px rgba(75, 222, 151, 0.12);
}

.thanks26-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 20px 36px rgba(75, 222, 151, 0.3),
    0 0 28px rgba(75, 222, 151, 0.16);
}

.thanks26-btn-secondary {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.thanks26-btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.12);
}

/* MAIN */
.thanks26-main-shell {
  padding-bottom: 40px;
}

/* TRUST */
.thanks26-trust {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 12px;
  margin-bottom: 22px;
}

.thanks26-trust-item {
  padding: 11px 15px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(47, 190, 123, 0.1);
  box-shadow: 0 8px 18px rgba(0,0,0,0.04);
  color: #111;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

/* SECTION HEAD */
.thanks26-section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 14px;
}

.thanks26-line {
  width: 52px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(47, 190, 123, 0.16) 0%, #2fbe7b 100%);
}

.thanks26-section-mini-title {
  font-size: 22px;
  font-weight: 800;
  color: #2fbe7b;
  text-transform: uppercase;
}

/* STEPS */
.thanks26-nextsteps {
  margin-bottom: 22px;
}

.thanks26-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.thanks26-step-card {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  border: 1px solid rgba(47, 190, 123, 0.08);
  box-shadow: 0 16px 28px rgba(0,0,0,0.045);
}

.thanks26-step-number {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #2fbe7b;
}

.thanks26-step-title {
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
}

.thanks26-step-text {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.75;
  color: #444;
}

/* HIGHLIGHTS */
.thanks26-highlight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 22px;
}

.thanks26-highlight-card {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  border: 1px solid rgba(47, 190, 123, 0.08);
  box-shadow: 0 16px 28px rgba(0,0,0,0.045);
}

.thanks26-highlight-card-dark {
  background: linear-gradient(180deg, #131313 0%, #0f0f0f 100%);
  border: 1px solid rgba(75, 222, 151, 0.14);
  box-shadow:
    0 18px 34px rgba(0,0,0,0.12),
    0 0 30px rgba(75, 222, 151, 0.04);
}

.thanks26-kicker {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2fbe7b;
  font-weight: 800;
}

.thanks26-highlight-title,
.thanks26-info-title {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
}

.thanks26-highlight-title-light,
.thanks26-info-title-light {
  color: #fff;
}

.thanks26-highlight-text {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.75;
  color: #444;
}

.thanks26-highlight-text-light {
  color: rgba(255,255,255,0.8);
}

.thanks26-text-link {
  display: inline-flex;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 800;
  color: #2fbe7b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.thanks26-mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.thanks26-btn-small {
  min-height: 42px;
  padding: 0 16px;
  font-size: 12px;
}

.thanks26-btn-light {
  background: linear-gradient(180deg, #4bde97 0%, #2fbe7b 100%);
  color: #082115 !important;
}

.thanks26-btn-outline-light {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff !important;
}

/* INFO */
.thanks26-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 22px;
}

.thanks26-info-card {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  border: 1px solid rgba(47, 190, 123, 0.08);
  box-shadow: 0 16px 28px rgba(0,0,0,0.045);
}

.thanks26-info-card-dark {
  background: linear-gradient(180deg, #131313 0%, #0f0f0f 100%);
  border: 1px solid rgba(75, 222, 151, 0.14);
  box-shadow:
    0 18px 34px rgba(0,0,0,0.12),
    0 0 30px rgba(75, 222, 151, 0.04);
}

.thanks26-info-list {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.thanks26-info-item {
  padding: 14px 16px;
  border-radius: 15px;
  background: #f8f7f3;
  border: 1px solid rgba(47, 190, 123, 0.08);
  color: #333;
  font-size: 14px;
  line-height: 1.7;
}

.thanks26-contact-list {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.thanks26-contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 16px;
  border-radius: 15px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(75, 222, 151, 0.1);
}

.thanks26-contact-label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.68);
}

.thanks26-contact-value {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-align: right;
}

/* CTA */
.thanks26-cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #131313 0%, #0f0f0f 100%);
  border: 1px solid rgba(75, 222, 151, 0.14);
  box-shadow:
    0 20px 38px rgba(0,0,0,0.12),
    0 0 34px rgba(75, 222, 151, 0.04);
}

.thanks26-cta-title {
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.thanks26-cta-text {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.76);
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .thanks26-steps-grid,
  .thanks26-highlight-grid,
  .thanks26-info-grid {
    grid-template-columns: 1fr;
  }

  .thanks26-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thanks26-cta-strip {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 820px) {
  .thanks26-shell {
    width: min(100vw - 28px, 1360px);
  }

  .thanks26-hero-shell {
    min-height: auto;
    border-radius: 24px;
  }

  .thanks26-hero-content {
    min-height: auto;
    padding: 28px 22px;
  }

  .thanks26-title {
    font-size: 44px;
    line-height: 0.98;
  }

  .thanks26-subtitle {
    font-size: 16px;
  }

  .thanks26-section-mini-title {
    font-size: 18px;
    text-align: center;
  }

  .thanks26-step-title,
  .thanks26-highlight-title,
  .thanks26-info-title,
  .thanks26-cta-title {
    font-size: 24px;
  }

  .thanks26-contact-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .thanks26-contact-value {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .thanks26-hero {
    padding-top: 14px;
  }

  .thanks26-main-shell {
    padding-bottom: 24px;
  }

  .thanks26-title {
    font-size: 36px;
  }

  .thanks26-success-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .thanks26-success-icon svg {
    width: 28px;
    height: 28px;
  }

  .thanks26-actions,
  .thanks26-mini-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .thanks26-btn,
  .thanks26-btn-small {
    width: 100%;
  }

  .thanks26-trust {
    grid-template-columns: 1fr;
  }

  .thanks26-step-card,
  .thanks26-highlight-card,
  .thanks26-info-card,
  .thanks26-cta-strip {
    padding: 20px;
    border-radius: 20px;
  }
}/* End custom CSS */