/**
 * PradhiCA — DOT 2.0 series registration hub (mode picker pages)
 * Scope: body.pg-dot2-home
 */
.pg-dot2-home {
  scroll-behavior: smooth;
  font-family: "DM Sans", "Work Sans", system-ui, sans-serif;
  background: #f8fafc;
}

.pg-dot2-home .ec-nav {
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.pg-dot2-home .dot2-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 5.5vw, 3.75rem) 0;
  color: #fff;
  background: linear-gradient(
    128deg,
    #1e1b4b 0%,
    #312e81 28%,
    #5b21b6 52%,
    #7c3aed 78%,
    #8b5cf6 100%
  );
}

.pg-dot2-home .dot2-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 75% 60% at 8% 20%, rgba(167, 139, 250, 0.42) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 95% 8%, rgba(244, 114, 182, 0.16) 0%, transparent 50%);
  pointer-events: none;
}

.pg-dot2-home .dot2-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.9;
  pointer-events: none;
}

.pg-dot2-home .dot2-hero .container {
  position: relative;
  z-index: 1;
}

.pg-dot2-home .dot2-hero .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0 0 1rem;
}

.pg-dot2-home .dot2-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.pg-dot2-home .dot2-hero .breadcrumb-item.active {
  color: #ede9fe !important;
  font-weight: 600;
}

.pg-dot2-home .dot2-hero h1 {
  font-family: "DM Sans", "Maven Pro", sans-serif;
  font-weight: 800;
  font-size: clamp(1.85rem, 4.5vw, 2.45rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff !important;
  margin: 0;
}

.pg-dot2-home .dot2-hero .lead {
  font-size: 1.08rem;
  max-width: 40rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.94) !important;
  margin: 1rem 0 0;
}

.pg-dot2-home .dot2-hero .lead strong {
  color: #fff !important;
}

.pg-dot2-home .dot2-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  margin: 0.35rem 0.35rem 0 0;
}

.pg-dot2-home .dot2-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.35rem;
  margin-top: 1.35rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.pg-dot2-home .dot2-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.pg-dot2-home .dot2-trust i {
  color: #c4b5fd;
  font-size: 0.95rem;
}

.pg-dot2-home .dot2-section {
  background: linear-gradient(180deg, #faf5ff 0%, #f8fafc 24%, #fff 52%);
  padding: clamp(3rem, 5vw, 4.25rem) 0 calc(3rem + env(safe-area-inset-bottom));
  border-bottom: 1px solid #e9d5ff;
}

.pg-dot2-home .dot2-section h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.pg-dot2-home .dot2-features {
  list-style: none;
  margin: 0 auto 2rem;
  padding: 1.25rem 1.35rem;
  max-width: 960px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.15rem;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e9d5ff;
  box-shadow: 0 4px 24px rgba(91, 33, 182, 0.08);
}

@media (min-width: 992px) {
  .pg-dot2-home .dot2-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.pg-dot2-home .dot2-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #475569;
  margin: 0;
}

.pg-dot2-home .dot2-features i {
  flex-shrink: 0;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  color: #fff;
  background: linear-gradient(135deg, #6d28d9, #7c3aed);
  margin-top: 0.12rem;
}

.pg-dot2-home .dot2-features a {
  color: #6d28d9;
  font-weight: 700;
  text-decoration: none;
}

.pg-dot2-home .dot2-features a:hover {
  text-decoration: underline;
}

.pg-dot2-home .dot2-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 880px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .pg-dot2-home .dot2-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pg-dot2-home .dot2-card {
  position: relative;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.09);
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.pg-dot2-home .dot2-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(109, 40, 217, 0.16);
}

.pg-dot2-home .dot2-card--featured {
  box-shadow: 0 16px 50px rgba(124, 58, 237, 0.18);
  border: 2px solid #a78bfa;
}

.pg-dot2-home .dot2-card__ribbon {
  position: absolute;
  top: 0.85rem;
  right: 0;
  z-index: 2;
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.28rem 0.7rem 0.28rem 0.6rem;
  border-radius: 6px 0 0 6px;
  box-shadow: -2px 4px 12px rgba(124, 58, 237, 0.35);
}

.pg-dot2-home .dot2-card__head {
  padding: 1.65rem 1.35rem 1.25rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
}

.pg-dot2-home .dot2-card--online .dot2-card__head {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.pg-dot2-home .dot2-card__head h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0;
  color: #fff !important;
}

.pg-dot2-home .dot2-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff !important;
}

.pg-dot2-home .dot2-card__body {
  flex: 1;
  padding: 1.35rem 1.35rem 1rem;
  background: #fff;
}

.pg-dot2-home .dot2-card__body p {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #64748b;
}

.pg-dot2-home .dot2-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pg-dot2-home .dot2-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.84rem;
  color: #334155;
  margin-bottom: 0.35rem;
  line-height: 1.45;
}

.pg-dot2-home .dot2-card__list i {
  color: #059669;
  margin-top: 0.2rem;
  font-size: 0.72rem;
}

.pg-dot2-home .dot2-card__foot {
  padding: 1.1rem 1.35rem 1.5rem;
  text-align: center;
  background: linear-gradient(180deg, #fafafa, #f4f4f5);
  border-top: 1px solid #e4e4e7;
}

.pg-dot2-home .dot2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  font-weight: 700;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pg-dot2-home .dot2-btn--indigo {
  background: #2563eb;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.4);
}

.pg-dot2-home .dot2-btn--indigo:hover {
  background: #1d4ed8;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.45);
}

.pg-dot2-home .dot2-btn--teal {
  background: #0d9488;
  box-shadow: 0 4px 16px rgba(13, 148, 136, 0.42);
}

.pg-dot2-home .dot2-btn--teal:hover {
  background: #0f766e;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(13, 148, 136, 0.48);
}

.pg-dot2-home .dot2-btn:active {
  transform: translateY(0) scale(0.98);
}

.pg-dot2-home .dot2-btn:focus-visible {
  outline: 2px solid #7c3aed;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .pg-dot2-home {
    scroll-behavior: auto;
  }

  .pg-dot2-home .dot2-card,
  .pg-dot2-home .dot2-btn {
    transition: none;
  }

  .pg-dot2-home .dot2-card:hover,
  .pg-dot2-home .dot2-btn:hover {
    transform: none;
  }
}
