.dp-hero { padding: 64px 0 28px; text-align: center; }
    .dp-hero .gp-kicker { justify-content: center; margin-bottom: 18px; }
    .dp-hero h1 { font-size: clamp(2.25rem, 4.5vw, 3.5rem); font-weight: 450; letter-spacing: -0.02em; margin: 0 0 14px; line-height: 1.05; }
    .dp-hero h1 .accent { color: var(--primary); }
    .dp-hero p { max-width: 620px; margin: 0 auto 22px; color: var(--muted-foreground); font-size: 17px; line-height: 1.55; }
    .dp-hero .gp-row { justify-content: center; gap: 12px; flex-wrap: wrap; }

    .dp-steps { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin: 16px 0; }
    .dp-step { padding: 20px; }
    .dp-step .n { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.16em; color: var(--primary); font-weight: 500; }
    .dp-step h3 { margin: 8px 0 6px; font-size: 16px; font-weight: 600; }
    .dp-step p { margin: 0; font-size: 13.5px; color: var(--muted-foreground); line-height: 1.5; }

    /* The rate table grammar: featured pack carries the signal mark. */
    .pack-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); margin: 18px 0; }
    .pack-card { padding: 24px; display: flex; flex-direction: column; }
    .pack-card.featured { border-color: var(--text-tertiary); }
    .pack-card .tag { font-size: 10px; font-family: var(--font-mono); color: var(--primary); text-transform: uppercase; letter-spacing: 0.12em; display: inline-flex; align-items: center; gap: 7px; }
    .pack-card.featured .tag::before { content: ""; width: 8px; height: 8px; background: var(--primary); }
    .pack-card h3 { margin: 6px 0 2px; font-size: 20px; font-weight: 550; }
    .pack-card .sessions { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em; color: var(--muted-foreground); }
    .pack-card .price { font-size: 34px; font-weight: 500; letter-spacing: -0.02em; margin: 14px 0 2px; font-variant-numeric: tabular-nums; }
    .pack-card .price span { font-size: 13px; color: var(--text-tertiary); font-weight: 400; }
    .pack-card ul { list-style: none; padding: 0; margin: 14px 0 18px; font-size: 13px; color: var(--muted-foreground); }
    .pack-card ul li { padding: 4px 0; }
    .pack-card ul li::before { content: "✓ "; color: var(--success); }
    .pack-card .gp-btn { margin-top: auto; }

    .dp-section { padding: 40px 0; }
    .dp-section-head { text-align: center; margin-bottom: 26px; }
    .dp-section-head h2 { font-size: 30px; font-weight: 450; margin: 8px 0 8px; letter-spacing: -0.015em; }
    .dp-section-head p { max-width: 560px; margin: 0 auto; color: var(--muted-foreground); }

    .faq { max-width: 760px; margin: 0 auto; }
    .faq details { border-bottom: 1px solid var(--border); padding: 16px 0; }
    .faq summary { cursor: pointer; font-weight: 600; font-size: 15px; list-style: none; }
    .faq summary::-webkit-details-marker { display: none; }
    .faq p { margin: 10px 0 0; color: var(--muted-foreground); font-size: 14px; line-height: 1.6; }

    /* Buy modal */
    .dp-modal-bg { position: fixed; inset: 0; background: rgba(6,7,8,.62); display: none; align-items: center; justify-content: center; z-index: 200; padding: 16px; }
    .dp-modal-bg.show { display: flex; }
    .dp-modal { background: var(--popover, var(--card)); border: 1px solid var(--border); border-radius: 4px; padding: 26px; width: 100%; max-width: 440px; }
    .dp-modal h3 { margin: 0 0 6px; font-size: 19px; font-weight: 550; }
    .dp-modal .sub { color: var(--muted-foreground); font-size: 13.5px; margin: 0 0 18px; }
    .dp-modal label { display: block; font-family: var(--font-mono); font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-tertiary); margin-bottom: 7px; }
    .dp-modal .err { color: var(--destructive); font-size: 13px; margin-top: 10px; display: none; }

.gp-inline-5a2dfef236 { text-align:center; }
.gp-inline-814b87d457 { justify-content:flex-end;gap:8px;margin-top:18px; }
.gp-inline-b6d781cbbc { margin-top:12px; }
.gp-inline-fd489215f2 { text-align:center;font-size:12.5px;margin-top:8px; }
