/* Landing page — full-bleed edge to edge */
.cdc-landing {
  position: relative;
  isolation: isolate;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: clip;
  min-height: 100vh;
  background: var(--cdc-paper);
}

.cdc-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
}

.cdc-orb--a {
  width: 320px;
  height: 320px;
  background: #2563eb;
  top: -60px;
  left: -40px;
  animation: cdc-orb 10s ease-in-out infinite;
}

.cdc-orb--b {
  width: 260px;
  height: 260px;
  background: #ea580c;
  top: 80px;
  right: -40px;
  animation: cdc-orb 12s ease-in-out infinite reverse;
}

.cdc-orb--c {
  width: 280px;
  height: 280px;
  background: #3ec7ff;
  bottom: 8%;
  left: 28%;
  animation: cdc-orb 14s ease-in-out infinite;
}

@keyframes cdc-orb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -16px) scale(1.08); }
}

.cdc-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px clamp(20px, 5vw, 64px);
  margin: 0;
  flex-wrap: wrap;
  background: rgba(243, 247, 242, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(12, 31, 26, 0.06);
}

.cdc-nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--cdc-ink);
}

.cdc-nav-name {
  font-family: var(--cdc-display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.cdc-nav-name em {
  font-style: normal;
  color: #d94828;
}

.cdc-nav-links {
  display: flex;
  gap: 18px;
}

.cdc-nav-links a {
  color: var(--cdc-muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.cdc-nav-links a:hover {
  color: var(--cdc-ink);
}

.cdc-nav-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.cdc-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
  margin: 0;
  padding: clamp(40px, 7vw, 88px) clamp(20px, 5vw, 64px);
  border-radius: 0;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(125, 255, 77, 0.28), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(255, 90, 54, 0.22), transparent 30%),
    linear-gradient(145deg, #111827 0%, #1e3a5f 55%, #172554 100%);
  box-shadow: none;
  overflow: hidden;
  width: 100%;
}

.cdc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--cdc-lime);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cdc-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cdc-lime);
  box-shadow: 0 0 0 0 rgba(125, 255, 77, 0.7);
  animation: cdc-pulse 1.8s ease-out infinite;
}

@keyframes cdc-pulse {
  0% { box-shadow: 0 0 0 0 rgba(125, 255, 77, 0.65); }
  70% { box-shadow: 0 0 0 12px rgba(125, 255, 77, 0); }
  100% { box-shadow: 0 0 0 0 rgba(125, 255, 77, 0); }
}

.cdc-hero h1 {
  margin: 0;
  font-family: var(--cdc-display);
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.cdc-grad {
  background: linear-gradient(100deg, #2563eb, #0ea5e9 45%, #ca8a04);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cdc-hero-lead {
  margin: 16px 0 22px;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.65;
}

.cdc-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.cdc-hero-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.cdc-hero-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  font-size: 0.92rem;
}

.cdc-hero-art {
  position: relative;
}

.cdc-hero-svg {
  width: 100%;
  height: auto;
  display: block;
}

.cdc-section {
  position: relative;
  z-index: 1;
  padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 64px);
  margin: 0;
  width: 100%;
}

.cdc-section--tint {
  margin: 0;
  padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 64px);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(46, 230, 197, 0.14), rgba(125, 255, 77, 0.08));
  border: 0;
  border-top: 1px solid rgba(46, 230, 197, 0.22);
  border-bottom: 1px solid rgba(46, 230, 197, 0.22);
}

.cdc-section-head {
  max-width: 720px;
  margin-bottom: 28px;
}

.cdc-section-head h2 {
  margin: 0 0 10px;
  font-family: var(--cdc-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.cdc-section-head p {
  margin: 0;
  color: var(--cdc-muted);
  font-size: 1.02rem;
}

.cdc-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.cdc-product {
  background: var(--cdc-surface);
  border: 1px solid var(--cdc-border);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--cdc-shadow);
}

.cdc-product--countdown {
  border-top: 4px solid var(--cdc-lime);
}

.cdc-product--popup {
  border-top: 4px solid var(--cdc-coral);
}

.cdc-product-icon {
  margin-bottom: 12px;
}

.cdc-product h3 {
  margin: 0 0 8px;
  font-family: var(--cdc-display);
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.cdc-product > p {
  color: var(--cdc-muted);
  margin: 0 0 14px;
}

.cdc-product ul {
  margin: 0;
  padding-left: 18px;
  color: var(--cdc-ink);
  display: grid;
  gap: 6px;
}

.cdc-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.cdc-steps li {
  background: #fff;
  border: 1px solid var(--cdc-border);
  border-radius: 20px;
  padding: 20px;
  display: grid;
  gap: 8px;
  position: relative;
}

.cdc-steps strong {
  font-family: var(--cdc-display);
  font-size: 1.1rem;
}

.cdc-steps p {
  margin: 0;
  color: var(--cdc-muted);
  font-size: 0.9rem;
}

.cdc-step-icon svg {
  width: 44px;
  height: 44px;
}

.cdc-access-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
  margin: 0;
  padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 64px);
  border-radius: 0;
  width: 100%;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 176, 32, 0.35), transparent 35%),
    linear-gradient(135deg, #111827, #1e3a5f);
  color: #fff;
  box-shadow: none;
}

.cdc-access-panel .cdc-eyebrow {
  color: var(--cdc-amber);
}

.cdc-access-panel h2 {
  margin: 0 0 10px;
  font-family: var(--cdc-display);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  letter-spacing: -0.04em;
}

.cdc-access-panel p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 18px;
}

.cdc-access-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.cdc-access-links .cdc-text-link {
  color: #fff;
}

.cdc-footer {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 28px clamp(20px, 5vw, 64px);
  border-top: 1px solid var(--cdc-border);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--cdc-muted);
  font-size: 0.88rem;
  width: 100%;
  background: #eef3ef;
}

.cdc-footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--cdc-ink);
  font-weight: 700;
}

.cdc-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.cdc-reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 960px) {
  .cdc-hero,
  .cdc-product-grid,
  .cdc-access-panel,
  .cdc-steps {
    grid-template-columns: 1fr;
  }

  .cdc-nav-links {
    display: none;
  }

  .cdc-hero {
    padding: 36px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cdc-orb,
  .cdc-pulse-dot,
  .cdc-reveal {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
