.badge{align-items:center;gap:var(--space-2);border:1px solid color-mix(in srgb, var(--badge-color) 22%, transparent);background:color-mix(in srgb, var(--badge-color) 14%, var(--color-surface));color:var(--badge-color);font-size:.72rem;font-weight:var(--fw-medium);letter-spacing:.18em;text-transform:uppercase;border-radius:999px;padding:.7rem 1rem;line-height:1;display:inline-flex}.badge--default{--badge-color:var(--color-primary-strong)}.badge--accent{--badge-color:var(--color-accent-strong)}.badge--highlight{--badge-color:var(--color-highlight)}.section-title{gap:var(--space-3);display:grid}.section-title--center{text-align:center;justify-items:center}.section-title__subtitle{color:var(--color-accent-strong);font-size:.8rem;font-weight:var(--fw-medium);letter-spacing:.22em;text-transform:uppercase;margin:0}.section-title__heading{max-width:14ch;color:var(--color-text);font-family:var(--font-display);margin:0;font-size:clamp(2rem,3vw,3.25rem);line-height:1.05}.section-title--center .section-title__heading{max-width:16ch}.section-title__description{max-width:62ch;color:var(--color-text-soft);margin:0;font-size:1rem;line-height:1.7}.final-cta{background:radial-gradient(circle at 0 0,#f0c4c42e,#0000 30%),linear-gradient(#5b6530,#3f4722)}.final-cta__panel{gap:var(--space-4);text-align:center;padding:var(--space-7);border-radius:var(--radius-xl);background:#f7ebdc14;border:1px solid #f7ebdc29;justify-items:center;display:grid}.final-cta__eyebrow{color:#f7ebdcd1}.final-cta h2{max-width:12ch;color:var(--color-surface);font-family:var(--font-display);margin:0;font-size:clamp(2.2rem,4vw,4rem);line-height:1}.final-cta p,.final-cta small{color:#f7ebdcc7;max-width:42rem;margin:0;line-height:1.7}.card{border:1px solid color-mix(in srgb, var(--color-border) 84%, white 16%);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--color-surface) 94%, white 6%);box-shadow:var(--shadow-md);transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);position:relative;overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);border-color:color-mix(in srgb, var(--color-accent-soft) 56%, var(--color-border));transform:translateY(-4px)}.card--ebook{display:grid}.card__ebook-cover{min-height:16rem;padding:var(--space-5);background:radial-gradient(circle at 0 0,#e7a3a340,#0000 48%),linear-gradient(135deg,#f7ebdcf5,#f3e3c6e6);place-items:center;display:grid;position:relative}.card__ebook-cover:after{content:"";border-radius:calc(var(--radius-lg) - .5rem);pointer-events:none;border:1px solid #6f7a3a29;position:absolute;inset:1.25rem}.card__ebook-image{aspect-ratio:1;object-fit:contain;filter:drop-shadow(0 15px 30px #3a2e2e1f);width:min(100%,11.5rem)}.card__ebook-body,.card--feature,.card--testimonial{gap:var(--space-4);padding:var(--space-5);display:grid}.card__badge-row{gap:var(--space-2);flex-wrap:wrap;display:flex}.card__title{color:var(--color-text);font-family:var(--font-display);margin:0;font-size:1.45rem;line-height:1.15}.card__description,.card__quote{color:var(--color-text-soft);margin:0;line-height:1.7}.card__ebook-footer{justify-content:space-between;align-items:end;gap:var(--space-3);display:flex}.card__price-label,.card__guarantee{color:var(--color-text-soft);margin:0;font-size:.85rem}.card__price{color:var(--color-highlight);font-family:var(--font-display);margin:.25rem 0 0;font-size:2rem;line-height:1}.card__guarantee{background:#6f7a3a14;border-radius:999px;padding:.5rem .75rem}.card--feature:before,.card--testimonial:before{content:"";background:radial-gradient(circle,#e7a3a32e,#0000 68%);border-radius:999px;width:7rem;height:7rem;position:absolute;inset:auto auto 0 0;transform:translate(-20%,20%)}.card__feature-icon{background:#6f7a3a1a;border-radius:50%;place-items:center;width:3.5rem;height:3.5rem;font-size:1.5rem;display:inline-grid}.card__quote-mark{color:var(--color-accent-strong);font-family:var(--font-display);margin:0;font-size:4rem;line-height:.8}.card__testimonial-meta{color:var(--color-text-soft);gap:.2rem;display:grid}.card__testimonial-meta strong{color:var(--color-text)}.products-section__grid{gap:var(--space-4);margin-top:var(--space-6);display:grid}@media (width>=768px){.products-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.products-section__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.testimonials-section__grid{gap:var(--space-4);margin-top:var(--space-6);display:grid}@media (width>=900px){.testimonials-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
