.slider__img.slider_div div.image {
    display: none;
}
/* Landing page � discount image badge */
.product-page .base {
    font-size: 13px !important;
    padding: 6px 14px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
}

/* Landing page � logo-only header bar */
.lp-header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    padding: 10px 0;
}
.lp-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp-header__logo {
    max-height: 50px;
    width: auto;
}

.main-domain-input {
    padding-left: 10px !important;
}


.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
    margin-bottom: 50px;
}

.plan-card {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 20px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}

/* .plan-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
} */

.plan-card.active {
    border-color: var(--primary-color);
  /* border-color: #6d28d9; */
  /* box-shadow: 0 14px 40px rgba(109, 40, 217, 0.16); */
}

.plan-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.plan-top h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.plan-description {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

.badge {
  height: fit-content;
  background: #ede9fe;
  color: #6d28d9;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.price {
  margin-top: 22px;
  font-size: 20px;
  font-weight: 800;
  color: #111827;
}

.price span {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}

.trial {
  margin-top: 10px;
  background: #f5f3ff;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 13px;
  color: #4c1d95;
}

.features {
  list-style: none;
  padding: 0;
  margin: 18px 0;
  justify-content: flex-start !important;
  text-align: start;
}

.features li {
  margin-bottom: 9px;
  font-size: 14px;
  color: #374151;
  display: flex;
  justify-content: flex-start;
}
.features li::before {
    content: "✓";
    padding-inline-end: 5px;
}

/* ==== Swip btn === */

.period-toggle-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.period-toggle {
  position: relative;
  display: inline-flex;
  background: #f1f5f9;
  border-radius: 12px;
  padding: 4px;
  gap: 0;
  direction: ltr !important;
}
.period-toggle .period-slider {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background: #6d28d9;
  border-radius: 9px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(109, 40, 217, 0.25);
}
.period-slider.slide-right {
  transform: translateX(100%);
}
.period-toggle .period-btn {
  position: relative;
  z-index: 1;
  border: none;
  background: transparent;
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  border-radius: 9px;
  transition: color 0.3s ease;
  white-space: nowrap;
  min-width: 120px;
  margin: 0
}
.period-toggle .period-btn.active {
  color: #fff !important;
}
.period-toggle .period-btn:hover {
    border: none;
}
.period-toggle .period-btn:hover:not(.active) {
  color: #334155;
}


/* ===== This new upadte For Confirmation Page====== */

.confirmation-page {
  padding: 60px 0 80px;
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 50%, #fef7ff 100%);
  min-height: 100vh;
}

/* Hero Section */
.confirmation-hero {
  text-align: center;
  margin-bottom: 40px;
}

.success-icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.success-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(16, 185, 129, 0.3);
  animation: scaleIn 0.6s ease-out;
}

@keyframes scaleIn {
  0% { transform: scale(0); opacity: 0; }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); opacity: 1; }
}

.checkmark {
  width: 50px;
  height: 50px;
}
.checkmark-circle { stroke: rgba(255,255,255,0.3); stroke-width: 2; }
.checkmark-check {
  stroke: #fff;
  stroke-width: 3;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: drawCheck 0.6s 0.4s ease forwards;
}
@keyframes drawCheck {
  to { stroke-dashoffset: 0; }
}

.hero-title {
  font-size: 28px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}
.hero-subtitle {
  font-size: 16px;
  color: #64748b;
  max-width: 500px;
  margin: 0 auto;
}

/* Email Card */
.email-notification-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  max-width: 560px;
  margin: 0 auto 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  border: 1px solid #e2e8f0;
  animation: slideUp 0.5s 0.3s ease both;
}
@keyframes slideUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.email-icon {
  color: #6366f1;
  margin-bottom: 16px;
}
.email-notification-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
}
.email-notification-card p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.email-address-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1f5f9;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 500;
  color: #334155;
  font-size: 14px;
}

/* Trial Badge */
.trial-badge-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.trial-badge {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border: 1px solid #fbbf24;
  border-radius: 12px;
  padding: 16px 24px;
  max-width: 480px;
  animation: slideUp 0.5s 0.5s ease both;
}
.trial-badge .mdi {
  font-size: 32px;
  color: #d97706;
}
.trial-badge strong {
  font-size: 16px;
  color: #92400e;
  display: block;
  margin-bottom: 2px;
}
.trial-badge p {
  font-size: 13px;
  color: #a16207;
  margin: 0;
  line-height: 1.4;
}

/* Progress Steps */
.progress-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 48px;
  padding: 0 16px;
  animation: slideUp 0.5s 0.6s ease both;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.step-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e8f0;
  color: #94a3b8;
  font-size: 18px;
  transition: all 0.3s;
}
.step.completed .step-icon {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
}
.step.active .step-icon {
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  color: #fff;
  box-shadow: 0 4px 16px rgba(99,102,241,0.3);
}
.step-label {
  font-size: 12px;
  font-weight: 500;
  color: #94a3b8;
  white-space: nowrap;
}
.step.completed .step-label { color: #059669; }
.step.active .step-label { color: #4f46e5; }

.step-connector {
  width: 48px;
  height: 2px;
  background: #e2e8f0;
  margin: 0 4px;
  margin-bottom: 24px;
}
.step-connector.completed {
  background: linear-gradient(90deg, #10b981, #6366f1);
}

.spin { animation: spin 2s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Detail Cards */
.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .details-grid { grid-template-columns: 1fr; }
}

.detail-card, .addons-card, .pricing-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  border: 1px solid #e2e8f0;
  animation: slideUp 0.5s 0.7s ease both;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.card-header .mdi { font-size: 22px; color: #6366f1; }
.card-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
}

.card-body { padding: 20px 24px; }

.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f1f5f9;
}
.info-row:last-child { border-bottom: none; }
.info-row .label { font-size: 14px; color: #64748b; }
.info-row .value { font-size: 14px; font-weight: 500; color: #1e293b; }
.domain-value { color: #6366f1; font-weight: 600; }

.status-badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.status-success { background: #dcfce7; color: #16a34a; }
.status-pending { background: #fef3c7; color: #d97706; }

/* Addons */
.addons-card { margin-bottom: 24px; }
.addons-table {
  width: 100%;
  border-collapse: collapse;
}
.addons-table th {
  text-align: start;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  background: #f8fafc;
}
.addons-table td {
  padding: 12px 24px;
  font-size: 14px;
  color: #334155;
  border-top: 1px solid #f1f5f9;
}

/* Pricing */
.pricing-card {
  max-width: 480px;
  margin: 0 auto;
}
.pricing-rows { padding: 20px 24px; }
.pricing-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  color: #64748b;
}
.pricing-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 8px 0;
}
.total-row {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
}
.total-value { color: #6366f1; }
.discount-value { color: #ef4444; }
