@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  src: url(/style/Inter-VariableFont_opsz\,wght.ttf);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html,
body {
  width: 100%;
  height: 100%
}

body {
  color: #e0e0e0;
  background: linear-gradient(135deg, #0f1419 0%, #1a1f2e 100%);
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  overflow-x: hidden
}

.container {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px
}

.header {
  text-align: center;
  border-bottom: 2px solid #4caf504d;
  padding: 40px 0 30px;
  position: relative
}

.trust-badges {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4caf50;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 11px;
  display: flex
}

.trust-badge {
  align-items: center;
  gap: 5px;
  display: flex
}

.trust-badge:before {
  content: "✓";
  font-size: 14px;
  font-weight: 700
}

.headline {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -.5px;
  margin: 30px 0 20px;
  font-family: Playfair Display, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2
}

.headline-accent {
  color: #ffed4e;
  text-shadow: 0 0 10px #ffed4e4d
}

.subheadline {
  color: #e0e0e0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4
}

.annotation {
  display: inline-block;
  position: relative
}

.annotation:before {
  content: "";
  background: #ffed4e;
  height: 3px;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  transform: skewY(-1deg)
}

.copy-section {
  background: #ffffff05;
  border-left: 4px solid #4caf50;
  border-radius: 8px;
  margin: 40px 0;
  padding: 30px
}

.copy-section p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.7
}

.copy-section strong {
  color: #ffed4e;
  font-weight: 700
}

.video-section {
  text-align: center;
  margin: 50px 0
}

.video-placeholder {
  background: #000;
  border: 3px solid #4caf50;
  border-radius: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #4caf5033
}

.video-placeholder video {
  border-radius: 9px;
  width: 100%;
  height: auto;
  display: block
}

.video-label {
  color: #4caf50;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600
}

.cta-button {
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  background: linear-gradient(135deg, #ffed4e 0%, gold 100%);
  border: none;
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
  margin: 40px auto;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
  display: block;
  box-shadow: 0 10px 40px #ffed4e4d;
  cursor: pointer;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 50px #ffed4e66
}

.cta-button:active {
  transform: translateY(0)
}

.qualifier-section {
  text-align: center;
  background: #4caf5014;
  border: 2px solid #4caf50;
  border-radius: 8px;
  margin: 50px 0;
  padding: 30px
}

.qualifier-title {
  color: #ffed4e;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700
}

.qualifier-list {
  text-align: left;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
  display: flex
}

.qualifier-item {
  align-items: center;
  gap: 12px;
  font-size: 15px;
  display: flex
}

.qualifier-item:before {
  content: "✓";
  color: #4caf50;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700
}

.value-stack {
  margin: 50px 0
}

.value-title {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700
}

.value-items {
  flex-direction: column;
  gap: 20px;
  display: flex
}

.value-item {
  background: #4caf501a;
  border-left: 4px solid #4caf50;
  border-radius: 6px;
  padding: 20px;
  position: relative
}

.value-item-number {
  text-transform: uppercase;
  color: #4caf50;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700
}

.value-item-title {
  color: #ffed4e;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700
}

.value-item-description {
  color: silver;
  font-size: 14px;
  line-height: 1.6
}

.urgency-section {
  text-align: center;
  background: linear-gradient(135deg, #ffed4e1a 0%, #4caf501a 100%);
  border: 2px dashed #ffed4e;
  border-radius: 8px;
  margin: 50px 0;
  padding: 30px
}

.urgency-text {
  color: #ffed4e;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600
}

.countdown {
  color: #ff6b6b;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700
}

.countdown-label {
  color: silver;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px
}

.social-proof {
  text-align: center;
  margin: 50px 0
}

.social-proof-title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700
}

.testimonials {
  flex-direction: column;
  gap: 20px;
  display: flex
}

.testimonial {
  text-align: left;
  background: #ffffff0d;
  border: 1px solid #4caf504d;
  border-radius: 8px;
  padding: 20px;
  transition: all .3s
}

.testimonial:hover {
  background: #4caf5014;
  border-color: #4caf50
}

.testimonial-author {
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  display: flex
}

.testimonial-avatar {
  color: #000;
  background: linear-gradient(135deg, #4caf50, #ffed4e);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  display: flex
}

.testimonial-name {
  color: #fff;
  font-size: 15px;
  font-weight: 700
}

.testimonial-detail {
  color: #4caf50;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px
}

.testimonial-text {
  color: silver;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6
}

.testimonial-savings {
  color: #ffed4e;
  border-top: 1px solid #4caf5033;
  margin-top: 12px;
  padding-top: 12px;
  font-size: 14px;
  font-weight: 700
}

.faq-section {
  margin: 50px 0
}

.faq-title {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700
}

.faq-items {
  flex-direction: column;
  gap: 12px;
  display: flex
}

.faq-item {
  border: 1px solid #4caf504d;
  border-radius: 6px;
  overflow: hidden
}

.faq-question {
  cursor: pointer;
  color: #fff;
  user-select: none;
  background: #4caf500d;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
  display: flex
}

.faq-question:hover {
  background: #4caf501a
}

.faq-toggle {
  color: #4caf50;
  font-size: 20px;
  transition: transform .3s
}

.faq-item.active .faq-toggle {
  transform: rotate(180deg)
}

.faq-answer {
  background: #0000004d;
  border-top: 1px solid #4caf5033;
  max-height: 0;
  transition: max-height .3s;
  overflow: hidden
}

.faq-item.active .faq-answer {
  max-height: 500px
}

.faq-answer-text {
  color: silver;
  padding: 20px;
  font-size: 14px;
  line-height: 1.7
}

.form-section {
  background: #4caf5014;
  border: 2px solid #4caf50;
  border-radius: 12px;
  margin: 50px 0;
  padding: 40px
}

.form-title {
  color: #ffed4e;
  text-align: center;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 700
}

.form-subtitle {
  color: silver;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 14px
}

.form-step {
  display: none
}

.form-step.active {
  animation: .3s fadeIn;
  display: block
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.form-group {
  margin-bottom: 20px
}

.form-label {
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  display: block
}

.form-input,
.form-select {
  color: #fff;
  background: #0003;
  border: 1px solid #4caf504d;
  border-radius: 6px;
  width: 100%;
  padding: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  transition: all .3s
}

.form-input:focus,
.form-select:focus {
  background: #0006;
  border-color: #4caf50;
  outline: none;
  box-shadow: 0 0 10px #4caf5033
}

.form-select {
  cursor: pointer
}

.form-select option {
  color: #fff;
  background: #1a1f2e
}

.form-row {
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  display: grid
}

.form-checkbox {
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  display: flex
}

.form-checkbox input {
  cursor: pointer;
  accent-color: #4caf50;
  width: 20px;
  height: 20px;
  margin-top: 2px
}

.form-checkbox-label {
  color: silver;
  font-size: 13px;
  line-height: 1.5
}

.form-checkbox-label strong {
  color: #ffed4e
}

.form-submit {
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #ffed4e 0%, gold 100%);
  border: none;
  border-radius: 6px;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  box-shadow: 0 5px 20px #ffed4e4d
}

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px #ffed4e66
}

.form-error {
  color: #ff6b6b;
  margin-top: 5px;
  font-size: 12px;
  display: none
}

.form-group.error .form-error {
  display: block
}

.form-group.error .form-input,
.form-group.error .form-select {
  border-color: #ff6b6b
}

.step-indicator {
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  display: flex
}

.step-dot {
  background: #4caf504d;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  transition: all .3s
}

.step-dot.active {
  background: #ffed4e;
  border-radius: 6px;
  width: 40px
}

.thank-you-state {
  text-align: center;
  padding: 40px 20px;
  display: none
}

.thank-you-state.active {
  animation: .5s fadeIn;
  display: block
}

.thank-you-icon {
  margin-bottom: 20px;
  font-size: 80px
}

.thank-you-title {
  color: #ffed4e;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700
}

.thank-you-text {
  color: silver;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7
}

.thank-you-next {
  text-align: left;
  background: #4caf501a;
  border-left: 4px solid #4caf50;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 20px
}

.footer {
  text-align: center;
  color: #999;
  background: #0000004d;
  border-top: 1px solid #4caf5033;
  margin-top: 60px;
  padding: 40px 20px;
  font-size: 12px;
  line-height: 1.8
}

.footer-company {
  color: silver;
  margin-bottom: 10px;
  font-weight: 700
}

.footer-contact {
  margin: 10px 0
}

.footer-contact a {
  color: #4caf50;
  text-decoration: none;
  transition: color .3s
}

.footer-contact a:hover {
  color: #ffed4e
}

.footer-legal {
  border-top: 1px solid #4caf501a;
  margin-top: 20px;
  padding-top: 20px
}

.footer-legal a {
  color: #4caf50;
  margin: 0 10px;
  text-decoration: none
}

.footer-disclaimer {
  color: #777;
  margin-top: 15px;
  font-size: 11px;
  line-height: 1.6
}

.footer-trust {
  border-top: 1px solid #4caf501a;
  margin-top: 20px;
  padding-top: 20px
}

.footer-trust-text {
  color: #4caf50;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 600
}

@media (width<=680px) {
  .headline {
    font-size: 32px
  }

  .subheadline {
    font-size: 18px
  }

  .form-row {
    grid-template-columns: 1fr
  }

  .value-stack {
    margin: 30px 0
  }

  .cta-button {
    padding: 18px 30px;
    font-size: 16px
  }

  .copy-section {
    margin: 30px 0;
    padding: 20px
  }

  .form-section {
    margin: 40px 0;
    padding: 30px 20px
  }
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}
.thanks p.thanks-text {
  color: #4caf50;
  font-weight: 700;
}
.docs {
  word-break: break-word;
  padding: 50px 0;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 32px;
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: #4caf50;
  transition: 0.3s;
}
.docs a:hover {
  color: #fff;
}