/* ========================================
   PRICING WIZARD - VIJILAN
   ======================================== */

/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  background: linear-gradient(
    180deg,
    #191624 11.15%,
    rgba(25, 22, 36, 0.64) 26.08%,
    #191624 38.29%
  );
  background-image: url("Vijilan Dashboard BG Image.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #f8fafc;
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
}

/* ========================================
   NAVIGATION
   ======================================== */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 18, 0.95) 0%,
    rgba(10, 10, 18, 0.8) 100%
  );
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}

.logo img {
  height: 32px;
  width: auto;
}

.nav-menu {
  display: flex;
  gap: 28px;
  align-items: center;
  flex: 1;
}

.nav-item,
.nav-item-plain {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.nav-item:hover,
.nav-item-plain:hover {
  color: #00aeef;
}

.nav-item svg {
  width: 12px;
  height: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.header-actions {
  display: flex;
  align-items: center;
}

.btn-book-call {
  background: linear-gradient(135deg, #f89b29 0%, #ff6b00 100%);
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.btn-book-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(248, 155, 41, 0.4);
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
}

/* ========================================
   PROGRESS INDICATOR
   ======================================== */
.progress-section {
  padding: 40px 20px 20px;
}

.progress-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 500px;
  margin: 0 auto;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}

.step-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.progress-step.active .step-circle {
  background: linear-gradient(135deg, #f89b29 0%, #ff6b00 100%);
  border-color: #f89b29;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(248, 155, 41, 0.5);
}

.progress-step.completed .step-circle {
  background: linear-gradient(135deg, #f89b29 0%, #ff6b00 100%);
  border-color: #f89b29;
  color: #ffffff;
}

.step-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  white-space: nowrap;
}

.progress-step.active .step-label {
  color: #ffffff;
}

.progress-step.completed .step-label {
  color: rgba(255, 255, 255, 0.7);
}

.progress-line {
  width: 80px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 26px;
}

/* ========================================
   WIZARD STEPS
   ======================================== */
.wizard-step {
  display: none;
  padding: 20px 20px 60px;
}

.wizard-step.active {
  display: block;
}

.step-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.step-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
}

.highlight-cyan {
  color: #f89b29;
}

.step-subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 40px;
}

/* ========================================
   STEP 1 - SELECTION CARD
   ======================================== */
.selection-card {
  background: linear-gradient(
    180deg,
    rgba(8, 34, 53, 0.8) 0%,
    rgba(8, 34, 53, 0.6) 100%
  );
  border: 1.78px solid;
  border-image-source:
    linear-gradient(146.58deg, #00aeef 0.86%, rgba(8, 34, 53, 0) 50%),
    linear-gradient(326.95deg, #00aeef 0.69%, rgba(8, 34, 53, 0) 66.77%);
  border-image-slice: 1;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 30px;
  backdrop-filter: blur(78.49px);
}

.selection-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.selection-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}

.options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.option-card {
  border: 1.78px solid;

  border-image-source:
    linear-gradient(146.58deg, #00aeef 0.86%, rgba(8, 34, 53, 0) 50%),
    linear-gradient(326.95deg, #00aeef 0.69%, rgba(8, 34, 53, 0) 66.77%);

  background: linear-gradient(
    326.95deg,
    #00aeef 0.69%,
    rgba(8, 34, 53, 0) 66.77%
  );
  background: #00aeef3d;

  border-image-slice: 1;
  border-radius: 12px;
  padding: 30px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  backdrop-filter: blur(78.49px);
}

.option-card:hover {
  border-color: rgba(0, 174, 239, 0.5);
  transform: translateY(-4px);
}

.option-card.selected {
  border-color: #00aeef;
  background: linear-gradient(
    180deg,
    rgba(0, 174, 239, 0.1) 0%,
    rgba(25, 22, 36, 0.9) 100%
  );
}

.option-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.option-icon.cyan {
  background: rgba(0, 174, 239, 0.15);
  color: #00aeef;
}

.option-icon.orange {
  background: rgba(248, 155, 41, 0.15);
  color: #f89b29;
}

.option-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.option-description {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  min-height: 55px;
}

.option-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}

.option-btn.selected,
.option-btn:hover {
  background: linear-gradient(135deg, #00aeef 0%, #0088cc 100%);
  border-color: #00aeef;
  color: #ffffff;
}

/* ========================================
   CONTINUE BUTTON
   ======================================== */
.btn-continue {
  background: linear-gradient(135deg, #f89b29 0%, #ff6b00 100%);
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.btn-continue:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(248, 155, 41, 0.4);
}

/* ========================================
   STEP 2 - FORM CARD
   ======================================== */
.form-card {
  background: linear-gradient(
    180deg,
    rgba(8, 34, 53, 0.8) 0%,
    rgba(8, 34, 53, 0.6) 100%
  );
  border: 1.78px solid;
  border-image-source:
    linear-gradient(146.58deg, #00aeef 0.86%, rgba(8, 34, 53, 0) 50%),
    linear-gradient(326.95deg, #00aeef 0.69%, rgba(8, 34, 53, 0) 66.77%);
  border-image-slice: 1;
  border-radius: 16px;
  padding: 50px 60px;
  margin-bottom: 30px;
  backdrop-filter: blur(78.49px);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.form-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.form-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 35px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 35px;
}

.form-grid-three {
  grid-template-columns: 1fr 1fr 1fr;
}

.form-group {
  text-align: left;
  background: #00aeef3d;
  border: 2px solid;
  border-image-source:
    linear-gradient(146.58deg, #00aeef 0.86%, rgba(8, 34, 53, 0) 50%),
    linear-gradient(326.95deg, #00aeef 0.69%, rgba(8, 34, 53, 0) 66.77%);
  border-image-slice: 1;
  border-radius: 12px;
  padding: 18px;
  backdrop-filter: blur(88.0473403930664px);
}

.form-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #06b6d4;
}

.form-label .optional {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  margin-left: 6px;
}

.form-label.orange {
  color: #06b6d4;
}

.form-input {
  width: 100%;
  background: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 12px 16px;
  height: 44px;
  font-size: 15px;
  color: #1a1a2e;
  transition:
    box-shadow 0.15s ease,
    border-color 0.15s ease;
  box-shadow: inset 0 6px 14px rgba(2, 17, 26, 0.06);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.form-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.08);
  border-color: transparent;
}

/* ========================================
   STEP 3 - TAGS & UNLOCK CARD
   ======================================== */
.step-3 .step-content {
  background: linear-gradient(0deg, #082235 53.83%, #00aeef 328.5%);
  border-radius: 24px;
  padding-top: 56px;
  padding-right: 27px;
  padding-bottom: 56px;
  padding-left: 27px;
}
.tags-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

.tag {
  background: rgba(0, 174, 239, 0.12);
  border: 1px solid rgba(0, 174, 239, 0.28);
  color: #cfeff9;
  padding: 8px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(2, 19, 28, 0.25);
}

.pricing-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.pricing-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}

.unlock-card {
  background: linear-gradient(180deg, #08374a 0%, rgba(8, 34, 53, 0.85) 100%);
  border: 1.78px solid;
  border-image-source:
    linear-gradient(146.58deg, #00aeef 0.86%, rgba(8, 34, 53, 0) 50%),
    linear-gradient(326.95deg, #00aeef 0.69%, rgba(8, 34, 53, 0) 66.77%);
  border-image-slice: 1;
  border-radius: 12px;
  padding: 30px 28px;
  margin-bottom: 36px;
  backdrop-filter: blur(88px);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 10px 40px rgba(2, 17, 26, 0.6);
  text-align: center;
}

.unlock-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.email-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 18px 0 22px;
}

.email-input {
  width: 100%;
  background: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 12px 16px;
  height: 44px;
  font-size: 14px;
  color: #1a1a2e;
  text-align: left;
  box-shadow: inset 0 6px 16px rgba(2, 17, 26, 0.08);
}

.email-input::placeholder {
  color: rgba(26, 34, 46, 0.45);
}

.email-input:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 174, 239, 0.06);
}

.btn-unlock {
  background: linear-gradient(90deg, #f89b29 0%, #ff5a4a 50%, #ef476f 100%);
  color: #ffffff;
  border: none;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
  width: 100%;
}

.btn-unlock:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(239, 88, 57, 0.28);
}

.benefits-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.benefit svg {
  flex-shrink: 0;
}

/* ========================================
   FOOTER
   ======================================== */
.footer {
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  padding: 3rem 2rem 2rem;
  margin-top: 40px;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3rem;
}

.footer-column {
  text-align: left;
}

.footer-logo img {
  height: 40px;
  width: auto;
}

.footer-heading {
  color: #06b6d4;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #f8fafc;
}

/* ========================================
   ENTERPRISE WIZARD - ADDITIONAL STYLES
   ======================================== */

.form-grid-two {
  grid-template-columns: 1fr 1fr;
}

/* SLA Requirements Card */
.sla-card {
  background: #00aeef3d;
  border: 2px solid;
  border-image-source:
    linear-gradient(146.58deg, #00aeef 0.86%, rgba(8, 34, 53, 0) 50%),
    linear-gradient(326.95deg, #00aeef 0.69%, rgba(8, 34, 53, 0) 66.77%);
  border-image-slice: 1;
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 24px;
  backdrop-filter: blur(88px);
}

.sla-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.sla-icon {
  width: 48px;
  height: 48px;
  background: rgba(0, 174, 239, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sla-title-group {
  flex: 1;
}

.sla-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}

.sla-optional {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 13px;
}

.sla-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.sla-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sla-option {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sla-option:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 174, 239, 0.4);
}

.sla-checkbox {
  display: none;
}

.sla-checkmark {
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s ease;
  background: transparent;
}

.sla-checkbox:checked + .sla-checkmark {
  background: linear-gradient(135deg, #00aeef 0%, #06b6d4 100%);
  border-color: #00aeef;
}

.sla-checkbox:checked + .sla-checkmark::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sla-option-content {
  flex: 1;
}

.sla-option-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2px;
}

.sla-option-desc {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

/* Professional Services Card */
.services-card {
  background: #00aeef3d;
  border: 2px solid;
  border-image-source:
    linear-gradient(146.58deg, #00aeef 0.86%, rgba(8, 34, 53, 0) 50%),
    linear-gradient(326.95deg, #00aeef 0.69%, rgba(8, 34, 53, 0) 66.77%);
  border-image-slice: 1;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 24px;
  backdrop-filter: blur(88px);
  text-align: center;
}

.services-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.services-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}

.services-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 110px;
}

.service-item:hover {
  background: rgba(0, 174, 239, 0.12);
  border-color: rgba(0, 174, 239, 0.4);
}

.service-item.selected {
  background: rgba(0, 174, 239, 0.2);
  border-color: #00aeef;
  box-shadow: 0 0 20px rgba(0, 174, 239, 0.2);
}

.service-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-item.selected .service-icon svg path,
.service-item.selected .service-icon svg circle,
.service-item.selected .service-icon svg rect {
  stroke: #00aeef;
}

.service-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

/* Infrastructure Guide Card */
.guide-card {
  background: linear-gradient(
    135deg,
    rgba(0, 174, 239, 0.12) 0%,
    rgba(6, 182, 212, 0.08) 100%
  );
  border: 1px solid rgba(0, 174, 239, 0.3);
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  backdrop-filter: blur(40px);
}

.guide-icon {
  width: 64px;
  height: 64px;
  background: rgba(0, 174, 239, 0.15);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.guide-content {
  flex: 1;
  text-align: left;
}

.guide-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}

.guide-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
  margin: 0;
}

/* ========================================
   ENTERPRISE STEP 2 - ADDITIONAL STYLES
   ======================================== */

/* Form Helper Text */
.form-helper {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

/* 2 Column Centered Grid */
.form-grid-two-centered {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 520px;
  margin: 0 auto 35px;
}

/* Upload Card */
.upload-card {
  background: #00aeef3d;
  border: 2px solid;
  border-image-source:
    linear-gradient(146.58deg, #00aeef 0.86%, rgba(8, 34, 53, 0) 50%),
    linear-gradient(326.95deg, #00aeef 0.69%, rgba(8, 34, 53, 0) 66.77%);
  border-image-slice: 1;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 24px;
  backdrop-filter: blur(88px);
  text-align: center;
}

.upload-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.upload-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

.upload-area {
  background: rgba(255, 255, 255, 0.03);
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 40px 30px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.upload-area:hover,
.upload-area.dragover {
  background: rgba(0, 174, 239, 0.08);
  border-color: rgba(0, 174, 239, 0.5);
}

.upload-icon {
  margin-bottom: 16px;
}

.upload-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.upload-link {
  color: #00aeef;
  font-weight: 600;
  cursor: pointer;
}

.upload-link:hover {
  text-decoration: underline;
}

.upload-formats {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

.upload-success {
  color: #22c55e;
  font-weight: 500;
}

/* Enterprise Services Grid */
.services-optional,
.paste-optional {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 14px;
}

.services-grid-enterprise {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.service-item-enterprise {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 18px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.service-item-enterprise:hover {
  background: rgba(0, 174, 239, 0.1);
  border-color: rgba(0, 174, 239, 0.4);
}

.service-item-enterprise.selected {
  background: rgba(0, 174, 239, 0.15);
  border-color: #00aeef;
}

.service-checkbox {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.2s ease;
}

.service-item-enterprise.selected .service-checkbox {
  background: #00aeef;
  border-color: #00aeef;
}

.service-item-enterprise.selected .service-checkbox::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 4px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.service-icon-enterprise {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-label-enterprise {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  line-height: 1.3;
}

/* Paste Environment Scope Card */
.paste-card {
  background: #00aeef3d;
  border: 2px solid;
  border-image-source:
    linear-gradient(146.58deg, #00aeef 0.86%, rgba(8, 34, 53, 0) 50%),
    linear-gradient(326.95deg, #00aeef 0.69%, rgba(8, 34, 53, 0) 66.77%);
  border-image-slice: 1;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 32px;
  backdrop-filter: blur(88px);
  text-align: center;
}

.paste-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.paste-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

.paste-textarea {
  width: 100%;
  background: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 16px;
  font-size: 14px;
  color: #1a1a2e;
  font-family: inherit;
  resize: vertical;
  min-height: 120px;
  transition: box-shadow 0.15s ease;
}

.paste-textarea::placeholder {
  color: rgba(26, 34, 46, 0.45);
}

.paste-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 174, 239, 0.1);
}

/* ========================================
   EMAIL CONFIRMATION PAGE
   ======================================== */

.email-confirmation-section {
  min-height: calc(100vh - 80px);
}

.email-confirmation-container {
  max-width: 680px;
  margin: 0 auto;
  background: linear-gradient(0deg, #082235 53.83%, #00aeef 328.5%);
  border-radius: 24px;
  padding: 30px 20px 80px;
  margin-top: 40px;
}

/* Email Hero */
.email-hero {
  text-align: center;
  margin-bottom: 40px;
}

.email-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.2;
}

.email-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  line-height: 1.5;
}

.email-badge {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: rgba(0, 174, 239, 0.15);
  border: 1px solid rgba(0, 174, 239, 0.4);
  border-radius: 8px;
  color: #00aeef;
  font-size: 15px;
  font-weight: 600;
}

/* Next Steps Card */
.next-steps-card {
  background: linear-gradient(
    135deg,
    rgba(8, 83, 112, 0.85) 0%,
    rgba(10, 62, 85, 0.9) 100%
  );
  border: 1px solid rgba(0, 174, 239, 0.35);
  border-radius: 16px;
  padding: 32px 28px;
  margin-bottom: 32px;
  backdrop-filter: blur(40px);
}

.next-steps-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 32px;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 32px;
}

.step-item:last-child {
  margin-bottom: 0;
}

.step-number {
  width: 52px;
  height: 52px;
  min-width: 52px;
  background: linear-gradient(135deg, #f89b29 0%, #ff6b00 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(248, 155, 41, 0.3);
}

.step-content {
  flex: 1;
  width: 100%;
}

.step-heading {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.step-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin: 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

/* Portal Features Card */
.portal-features-card {
  background: linear-gradient(
    135deg,
    rgba(8, 83, 112, 0.85) 0%,
    rgba(10, 62, 85, 0.9) 100%
  );
  border: 1px solid rgba(0, 174, 239, 0.35);
  border-radius: 16px;
  padding: 32px 28px;
  margin-bottom: 32px;
  backdrop-filter: blur(40px);
}

.portal-features-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 28px;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.feature-checkmark {
  flex-shrink: 0;
  margin-top: 2px;
}

.feature-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

/* Troubleshooting Card */
.troubleshooting-card {
  background: linear-gradient(
    90deg,
    rgba(248, 155, 41, 0.25) 0%,
    rgba(255, 15, 123, 0.25) 186.51%
  );

  border: 1px solid rgba(248, 155, 41, 0.3);
  border-radius: 16px;
  padding: 32px 28px;
  backdrop-filter: blur(88.0473403930664px);
}

.troubleshooting-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 8px;
}

.troubleshooting-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-bottom: 24px;
}

.troubleshooting-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.troubleshooting-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.troubleshooting-checkmark {
  flex-shrink: 0;
  margin-top: 2px;
}

.troubleshooting-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}

.troubleshooting-footer {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-bottom: 16px;
}

.btn-contact-support {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  background: linear-gradient(90deg, #f89b29 0%, #ff6b00 100%);
  color: #ffffff;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.btn-contact-support:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(248, 155, 41, 0.35);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 1024px) {
  .navbar {
    padding: 16px 24px;
  }

  .nav-container {
    gap: 24px;
  }

  .nav-menu {
    gap: 16px;
  }

  .nav-item,
  .nav-item-plain {
    font-size: 13px;
  }

  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

@media (max-width: 900px) {
  .options-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .option-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 20px;
    padding: 20px;
  }

  .option-icon {
    margin: 0;
    flex-shrink: 0;
  }

  .option-content {
    flex: 1;
  }

  .option-description {
    min-height: auto;
    margin-bottom: 12px;
  }

  .option-btn {
    width: auto;
    padding: 8px 16px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid-two,
  .form-grid-three,
  .form-grid-two-centered {
    grid-template-columns: 1fr;
  }

  .form-grid-two-centered {
    max-width: 100%;
  }

  .services-grid {
    gap: 12px;
  }

  .services-grid-enterprise {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .service-item-enterprise {
    padding: 14px 10px;
  }

  .service-label-enterprise {
    font-size: 10px;
  }

  .service-item {
    min-width: 90px;
    padding: 14px 16px;
  }

  .guide-card {
    flex-direction: column;
    text-align: center;
  }

  .guide-content {
    text-align: center;
  }

  .form-card {
    padding: 35px 30px;
  }

  .features-grid,
  .troubleshooting-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 12px 20px;
  }

  .nav-container {
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav-menu {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: rgba(10, 10, 18, 0.98);
    padding: 20px;
    flex-direction: column;
    gap: 0;
    z-index: 999;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-item,
  .nav-item-plain {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .header-actions {
    margin-right: 10px;
  }

  .btn-book-call {
    padding: 8px 14px;
    font-size: 11px;
  }

  .step-title {
    font-size: 26px;
  }

  .progress-container {
    flex-wrap: wrap;
    gap: 10px;
  }

  .progress-line {
    width: 40px;
  }

  .step-circle {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .step-label {
    font-size: 10px;
  }

  .selection-card {
    padding: 25px 20px;
  }

  .selection-title {
    font-size: 20px;
  }

  .unlock-card {
    padding: 30px 20px;
  }

  .tags-row {
    gap: 8px;
  }

  .tag {
    padding: 8px 14px;
    font-size: 11px;
  }

  .benefits-row {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .btn-continue {
    padding: 14px 24px;
    font-size: 12px;
    width: 100%;
    justify-content: center;
  }

  .services-grid-enterprise {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .upload-area {
    padding: 30px 20px;
  }

  .email-title {
    font-size: 28px;
  }

  .step-item {
    gap: 14px;
    margin-bottom: 28px;
  }

  .step-number {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 16px;
  }

  .next-steps-card,
  .portal-features-card,
  .troubleshooting-card {
    padding: 28px 22px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .step-title {
    font-size: 22px;
  }

  .step-subtitle {
    font-size: 13px;
  }

  .progress-line {
    width: 25px;
  }

  .step-circle {
    width: 36px;
    height: 36px;
    font-size: 11px;
  }

  .option-card {
    flex-direction: column;
    text-align: center;
  }

  .option-btn {
    width: 100%;
  }

  .form-card {
    padding: 25px 18px;
  }

  .form-input,
  .email-input {
    padding: 14px 16px;
    font-size: 14px;
    height: 44px;
  }

  .unlock-title {
    font-size: 18px;
  }

  .pricing-title {
    font-size: 18px;
  }

  .email-title {
    font-size: 24px;
  }

  .email-subtitle {
    font-size: 14px;
  }

  .email-badge {
    font-size: 13px;
    padding: 10px 18px;
  }

  .next-steps-title,
  .portal-features-title,
  .troubleshooting-title {
    font-size: 18px;
  }

  .step-number {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 15px;
  }

  .step-heading {
    font-size: 15px;
  }

  .step-text {
    font-size: 13px;
  }

  .next-steps-card,
  .portal-features-card,
  .troubleshooting-card {
    padding: 24px 18px;
  }

  .btn-contact-support {
    font-size: 12px;
    padding: 12px 24px;
  }
}

/* ========================================
   ANIMATIONS
   ======================================== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wizard-step.active {
  animation: fadeIn 0.4s ease-out;
}

.option-card {
  animation: fadeIn 0.4s ease-out;
  animation-fill-mode: both;
}

.option-card:nth-child(1) {
  animation-delay: 0.1s;
}
.option-card:nth-child(2) {
  animation-delay: 0.2s;
}
.option-card:nth-child(3) {
  animation-delay: 0.3s;
}
