/* ============================================================
   REVIEWS, PRICING & FORMS
   ============================================================ */

/* ---- Reviews Section ---- */
.reviews-section {
  padding: 80px 0;
  background: var(--white);
  overflow: hidden;
}

.reviews-head {
  text-align: center;
  padding: 0 72px;
  margin-bottom: 48px;
}

.marquee-wrap {
  position: relative;
}

.marquee-fade-l {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(90deg, var(--white), transparent);
  z-index: 2;
  pointer-events: none;
}

.marquee-fade-r {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(-90deg, var(--white), transparent);
  z-index: 2;
  pointer-events: none;
}

.marquee-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: marquee 36s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.rev-card {
  background: var(--sky3);
  border-radius: 18px;
  padding: 22px 24px;
  min-width: 270px;
  max-width: 290px;
  flex-shrink: 0;
  border: 1px solid rgba(43, 137, 138, .08);
  transition: none;
  box-shadow: var(--clay-white);
}

.rev-card:hover {
  transform: none;
  box-shadow: var(--clay-white);
}

.rev-stars {
  font-size: 13px;
  color: var(--warm);
  margin-bottom: 10px;
}

.rev-text {
  font-size: 13px;
  color: var(--txt2);
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.65;
  margin-bottom: 16px;
}

.rev-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rev-av {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.rev-name {
  font-size: 12px;
  font-weight: 800;
  color: var(--ink);
}

.rev-role {
  font-size: 10px;
  color: var(--txt3);
  font-family: 'Nunito Sans', sans-serif;
}

.pricing-section {
  padding: 96px 72px;
  background: var(--sky);
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 820px;
  margin: 56px auto 32px;
}

.price-card {
  border-radius: 24px;
  padding: 36px 30px;
  border: 2px solid rgba(43, 137, 138, .12);
  background: var(--white);
  position: relative;
  overflow: hidden;
  transition: none;
  box-shadow: var(--clay-pure);
}

.price-card:hover {
  transform: none;
  box-shadow: var(--clay-pure);
}

.price-card.featured {
  border-color: var(--teal);
  background: linear-gradient(145deg, #EBF8F6, #D4EEF8);
  box-shadow: var(--clay-white);
}

.price-card.featured:hover {
  box-shadow: var(--clay-white);
}

.price-top-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--teal);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 12px;
  box-shadow: var(--clay-teal);
}

.price-period {
  font-size: 11px;
  font-weight: 700;
  color: var(--teal);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.price-amount {
  font-size: 46px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 6px;
}

.price-amount small {
  font-size: 16px;
  font-weight: 600;
  color: var(--txt2);
}

.price-tagline {
  font-size: 13px;
  color: var(--txt2);
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 24px;
  line-height: 1.5;
}

.price-feats {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 28px;
}

.pf-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: var(--ink);
}

.pf-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
  box-shadow: var(--clay-teal);
}

.price-cta {
  width: 100%;
  background: var(--ink);
  color: #fff;
  padding: 13px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  border: none;
  font-family: 'Nunito', sans-serif;
  transition: all .22s;
  box-shadow: var(--clay-navy);
}

.price-cta:hover {
  background: var(--teal);
  box-shadow: var(--clay-teal);
}

.price-card.featured .price-cta {
  background: var(--teal);
  box-shadow: var(--clay-teal);
}

.price-card.featured .price-cta:hover {
  background: var(--ink);
  box-shadow: var(--clay-navy);
}

.preinscription-left {
  background: linear-gradient(135deg, var(--ink) 0%, rgba(13, 31, 45, 0.8) 100%);
  color: white;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.preinscription-left::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, rgba(43, 137, 138, 0.15), transparent);
  border-radius: 50%;
  top: -100px;
  right: -100px;
  animation: blobAnimation 8s infinite ease-in-out;
}

.preinscription-left::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, rgba(240, 168, 104, 0.1), transparent);
  border-radius: 50%;
  bottom: -80px;
  left: -80px;
  animation: blobAnimation 6s infinite ease-in-out reverse;
}

.preinscription-content {
  position: relative;
  z-index: 2;
}

.preinscription-left h2 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.preinscription-left p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.benefits-list {
  list-style: none;
  margin-bottom: 3rem;
}

.benefits-list li {
  padding: 1rem 0;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  font-size: 1rem;
}

.benefits-list li::before {
  content: '✓';
  font-weight: 900;
  color: var(--teal);
  flex-shrink: 0;
  font-size: 1.3rem;
}

.testimonial-box {
  background: rgba(255, 255, 255, 0.1);
  border-left: 3px solid var(--teal);
  padding: 2rem;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  margin-top: 2rem;
}

.testimonial-stars {
  color: var(--warm);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.testimonial-quote {
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.testimonial-author {
  font-weight: 700;
  color: var(--teal);
}

.preinscription-right {
  background: white;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-header {
  margin-bottom: 2rem;
}

.form-header h3 {
  font-size: 2rem;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.form-header p {
  color: var(--txt2);
  font-size: 1rem;
}

.form-steps {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.step {
  width: 40px;
  height: 40px;
  background: rgba(43, 137, 138, 0.2);
  color: var(--teal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  position: relative;
}

.step.active {
  background: linear-gradient(135deg, var(--teal), var(--sky-dark));
  color: white;
  box-shadow: 0 8px 16px rgba(43, 137, 138, 0.3);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--ink);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid #E0E0E0;
  border-radius: 12px;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
  background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(43, 137, 138, 0.15);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-checkbox {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0;
  color: var(--txt2);
}

.form-checkbox label {
  margin: 0;
}

.form-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: var(--teal);
}

.terms-link{
  color: var(--teal);
  text-decoration: none;
}

.form-checkbox a:hover {
  text-decoration: underline;
}

.form-submit {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.form-submit button {
  flex: 1;
  padding: 1rem;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-submit .btn-submit {
  background: linear-gradient(135deg, var(--teal), var(--sky-dark));
  color: white;
  box-shadow: var(--clay-teal);
}

.form-submit .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(42, 157, 143, 0.3);
}

.form-note {
  text-align: center;
  color: var(--txt2);
  font-size: 0.9rem;
  margin-top: 1.5rem;
}

@media (max-width: 1024px) {
  .preinscription-container {
    grid-template-columns: 1fr;
  }

  .preinscription-left {
    padding: 3rem 2rem;
  }

  .preinscription-right {
    padding: 3rem 2rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .form-header h3 {
    font-size: 1.5rem;
  }

  .preinscription-left h2 {
    font-size: 1.8rem;
  }

  .preinscription-left {
    padding: 2rem 1.5rem;
  }

  .preinscription-right {
    padding: 2rem 1.5rem;
  }
}

/* ---- Launch Banner ---- */
.launch-banner {
  max-width: 820px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(240, 168, 104, .1), rgba(245, 184, 127, .15));
  border: 1.5px solid rgba(240, 168, 104, .3);
  border-radius: 20px;
  padding: 22px 28px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: var(--clay-coral);
}

.lb-icon {
  font-size: 32px;
  flex-shrink: 0;
  margin-top: 2px;
}

.lb-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--warm);
  margin-bottom: 5px;
}

.lb-desc {
  font-size: 13px;
  color: var(--txt2);
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.6;
}

.lb-desc strong {
  color: var(--txt);
  font-family: 'Nunito', sans-serif;
}

/* ---- Form Section ---- */
.form-section {
  padding: 96px 72px;
  background: linear-gradient(145deg, var(--ink), var(--ink));
  position: relative;
  overflow: hidden;
}

.form-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 70% at 100% 50%, rgba(43, 137, 138, .15) 0%, transparent 60%);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.form-left-title {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 900;
  color: #fff;
  letter-spacing: -.8px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.form-left-title .hl {
  color: var(--azure);
}

.form-left-sub {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, .6);
  line-height: 1.7;
  margin-bottom: 36px;
}

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

.fperk {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.fperk-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  flex-shrink: 0;
  background: rgba(43, 137, 138, .18);
  border: 1px solid rgba(43, 137, 138, .28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  box-shadow: inset 2px 2px 6px rgba(110, 195, 197, .3), inset -2px -2px 6px rgba(20, 64, 65, .28), 0 4px 14px rgba(16, 35, 55, .35);
}

.fperk-title {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 2px;
}

.fperk-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, .55);
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.4;
}

/* ---- Contact Form Styles ---- */
.cform {
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  padding: 36px 30px;
  box-shadow: inset 3px 3px 9px rgba(255, 255, 255, .16), inset -3px -3px 9px rgba(255, 255, 255, .02), 0 16px 48px rgba(16, 35, 55, .5);
}

.cform-title {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}

.cform-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, .45);
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 28px;
}

.frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.fg {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 12px;
}

.fg.full {
  grid-column: 1 / -1;
}

.flabel {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, .6);
}

.finput {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 11px;
  padding: 11px 15px;
  font-size: 14px;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  outline: none;
  transition: all .22s;
  box-shadow: inset 2px 2px 6px rgba(255, 255, 255, .1), inset -2px -2px 6px rgba(0, 0, 0, .25);
}

.finput::placeholder {
  color: rgba(255, 255, 255, .28);
}

.finput:focus {
  border-color: var(--teal-l);
  background: rgba(42, 157, 143, .1);
  box-shadow: inset 2px 2px 6px rgba(106, 186, 177, .25), inset -2px -2px 6px rgba(29, 110, 100, .35), 0 0 0 2px rgba(42, 157, 143, .25);
}

.finput option {
  color: #333;
  background: #fff;
}

.fsubmit {
  width: 100%;
  margin-top: 8px;
  background: linear-gradient(90deg, var(--teal), var(--teal-l));
  color: #fff;
  padding: 14px;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  border: none;
  font-family: 'Nunito', sans-serif;
  letter-spacing: .01em;
  transition: all .22s;
  box-shadow: var(--clay-teal);
}

.fsubmit:hover {
  transform: translateY(-2px);
  box-shadow: var(--clay-teal-hover);
}

.fsubmit:active {
  transform: scale(.98);
}

.flegend {
  font-size: 10px;
  color: rgba(255, 255, 255, .28);
  text-align: center;
  margin-top: 12px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .form-section {
    padding: 64px 28px;
  }

  .frow {
    grid-template-columns: 1fr;
  }
}

/* ---- Alert Boxes ---- */
.alert {
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
  border-left: 4px solid;
}

.alert-warning {
  background: rgba(244, 162, 97, 0.1);
  border-color: rgba(244, 162, 97, 0.3);
  color: var(--coral-s);
}

.alert-success {
  background: rgba(82, 183, 136, 0.1);
  border-color: rgba(82, 183, 136, 0.3);
  color: var(--green);
}

.alert-error {
  background: rgba(244, 162, 97, 0.15);
  border-color: var(--coral);
  color: var(--coral);
}

.alert-info {
  background: rgba(42, 157, 143, 0.1);
  border-color: rgba(42, 157, 143, 0.3);
  color: var(--teal);
}

