@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Plus+Jakarta+Sans:wght@400;600;700&display=swap');

:root {
  --jd-bg: #081014;
  --jd-ink: #f8fafc;
  --jd-muted: #9aa6b2;
  --jd-accent: #12d38e;
  --jd-accent-2: #2bb8ff;
  --jd-card: rgba(255, 255, 255, 0.05);
  --jd-border: rgba(255, 255, 255, 0.08);
  --jd-shadow: 0 20px 60px rgba(4, 8, 14, 0.45);
}

.jd-page {
  background: radial-gradient(1200px 600px at 10% -10%, rgba(18, 211, 142, 0.25), transparent 60%),
    radial-gradient(900px 500px at 90% 0%, rgba(43, 184, 255, 0.25), transparent 55%),
    linear-gradient(145deg, #070c10 0%, #0b1b1a 50%, #081014 100%);
  color: var(--jd-ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.jd-shell {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.jd-hero {
  position: relative;
  padding: 90px 0 70px;
  overflow: hidden;
}

.jd-hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(500px 280px at 20% 10%, rgba(18, 211, 142, 0.25), transparent 60%),
    radial-gradient(420px 260px at 80% 20%, rgba(43, 184, 255, 0.25), transparent 60%);
  filter: blur(0px);
  opacity: 0.7;
  pointer-events: none;
}

.jd-breadcrumb {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  color: var(--jd-muted);
  margin-bottom: 32px;
}

.jd-breadcrumb a {
  color: var(--jd-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.jd-breadcrumb a:hover {
  color: var(--jd-ink);
}

.jd-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 36px;
  align-items: stretch;
}

.jd-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.jd-badge {
  background: rgba(18, 211, 142, 0.12);
  border: 1px solid rgba(18, 211, 142, 0.4);
  color: #d7fff0;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 8px 14px;
  border-radius: 999px;
  align-self: flex-start;
}

.jd-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.05;
  margin: 0;
}

.jd-lead {
  font-size: 18px;
  color: var(--jd-muted);
  max-width: 560px;
}

.jd-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.jd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.jd-btn--primary {
  background: linear-gradient(135deg, var(--jd-accent), #0fbf78);
  color: #05130f;
  box-shadow: 0 12px 30px rgba(18, 211, 142, 0.35);
}

.jd-btn--primary:hover {
  transform: translateY(-2px);
}

.jd-btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--jd-ink);
  border-color: rgba(255, 255, 255, 0.15);
}

.jd-btn--ghost:hover {
  border-color: var(--jd-accent);
}

.jd-stats {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.jd-stat {
  background: var(--jd-card);
  border: 1px solid var(--jd-border);
  padding: 14px 18px;
  border-radius: 14px;
  min-width: 120px;
}

.jd-stat strong {
  display: block;
  font-size: 20px;
}

.jd-stat span {
  font-size: 12px;
  color: var(--jd-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.jd-tlds {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.jd-tld {
  border: 1px dashed rgba(255, 255, 255, 0.25);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  color: var(--jd-muted);
}

.jd-hero__panel {
  background: rgba(6, 14, 18, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: var(--jd-shadow);
  backdrop-filter: blur(10px);
}

.jd-panel__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.jd-panel__price strong {
  display: block;
  font-size: 24px;
}

.jd-panel__note {
  color: var(--jd-muted);
  font-size: 13px;
}

.jd-panel__media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0a151a;
}

.jd-panel__media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.jd-panel__trust {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--jd-muted);
}

.jd-panel__trust span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.jd-section {
  padding: 70px 0;
}

.jd-section--alt {
  background: rgba(5, 10, 12, 0.9);
}

.jd-section__head {
  margin-bottom: 36px;
}

.jd-section__head h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 8px;
}

.jd-section__head p {
  color: var(--jd-muted);
}

.jd-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.jd-feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 14px;
  background: var(--jd-card);
  border: 1px solid var(--jd-border);
}

.jd-feature span {
  color: var(--jd-accent);
  font-weight: 700;
}

.jd-price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.jd-price-card {
  border-radius: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.jd-price-card--featured {
  border-color: rgba(18, 211, 142, 0.6);
  box-shadow: 0 18px 50px rgba(18, 211, 142, 0.15);
}

.jd-price {
  font-size: 28px;
  font-weight: 700;
}

.jd-price span {
  font-size: 14px;
  color: var(--jd-muted);
  margin-left: 6px;
}

.jd-price-card ul {
  padding-left: 18px;
  color: var(--jd-muted);
}

.jd-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.jd-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 18px;
  background: var(--jd-card);
  border: 1px solid var(--jd-border);
  border-radius: 16px;
}

.jd-step__num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(18, 211, 142, 0.2);
  color: #d8fff1;
  font-weight: 700;
}

.jd-section--content .jd-content {
  background: rgba(255, 255, 255, 0.04);
  padding: 24px;
  border-radius: 18px;
  border: 1px solid var(--jd-border);
}

.jd-content :where(h2, h3, h4) {
  color: var(--jd-ink);
}

.jd-faq {
  display: grid;
  gap: 12px;
}

.jd-faq__item {
  background: var(--jd-card);
  border: 1px solid var(--jd-border);
  border-radius: 14px;
  padding: 14px 16px;
}

.jd-faq__item summary {
  font-weight: 700;
  cursor: pointer;
}

.jd-faq__body {
  margin-top: 10px;
  color: var(--jd-muted);
}

.jd-cta-final {
  padding: 80px 0 100px;
  background: linear-gradient(140deg, rgba(18, 211, 142, 0.2), rgba(43, 184, 255, 0.1));
}

.jd-cta-final__inner {
  background: rgba(6, 12, 16, 0.9);
  border-radius: 24px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.jd-cta-final__inner h2 {
  font-family: 'Fraunces', serif;
  margin-bottom: 10px;
}

.jd-cta-final__inner p {
  color: var(--jd-muted);
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .jd-hero__grid {
    grid-template-columns: 1fr;
  }

  .jd-panel__media img {
    height: 220px;
  }
}

@media (max-width: 640px) {
  .jd-hero {
    padding-top: 70px;
  }

  .jd-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .jd-btn {
    width: 100%;
  }

  .jd-cta-final__inner {
    padding: 28px;
  }
}
