.dnew{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#f3efe6;box-sizing:border-box}
.dnew *,.dnew *::before,.dnew *::after{box-sizing:border-box}

/* Tabs */
.dnew-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:0 0 28px}
.dnew-tab{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#cdd1da;border-radius:999px;cursor:pointer;font-size:14px;font-weight:500;line-height:1;transition:all .25s ease}
.dnew-tab:hover{border-color:rgba(255,255,255,.25)}
.dnew-tab.is-active{background:#d4a84a;border-color:#d4a84a;color:#0b0e1a}
.dnew-tab-ico{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:inherit}
.dnew-tab-ico svg,.dnew-tab-ico i{width:18px;height:18px;color:inherit;fill:currentColor;font-size:16px}

/* Grid — dynamic column count via [data-count] */
.dnew-grid{display:grid;gap:24px;grid-template-columns:1fr}
.dnew-grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}
.dnew-grid[data-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}
.dnew-grid[data-count="4"]{grid-template-columns:repeat(4,minmax(0,1fr))}
@media (max-width:1024px){.dnew-grid[data-count="3"],.dnew-grid[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.dnew-grid[data-count="2"],.dnew-grid[data-count="3"],.dnew-grid[data-count="4"]{grid-template-columns:1fr}}

/* Card */
.dnew-card{position:relative;background:#141828;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:32px 28px;display:flex;flex-direction:column;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.dnew-card:hover{transform:translateY(-4px);border-color:rgba(212,168,74,.4);box-shadow:0 20px 40px -20px rgba(0,0,0,.5)}
.dnew-card.is-featured{border-color:#d4a84a;box-shadow:0 0 0 1px #d4a84a,0 24px 48px -20px rgba(212,168,74,.35)}
.dnew-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#d4a84a;color:#0b0e1a;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:6px 14px;border-radius:999px;white-space:nowrap}

.dnew-tier{display:flex;align-items:center;gap:12px;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#9aa0ad;margin-bottom:14px}
.dnew-tier-line{flex:1;height:1px;background:rgba(255,255,255,.08)}
.dnew-name{font-family:'Cormorant Garamond',Georgia,serif;font-size:28px;font-weight:500;line-height:1.15;margin:0 0 6px;color:#f3efe6}
.dnew-tagline{font-size:13px;color:#9aa0ad;margin:0 0 18px}
.dnew-price{display:flex;align-items:baseline;gap:8px;margin-bottom:20px}
.dnew-price-pre{font-size:12px;color:#9aa0ad;text-transform:uppercase;letter-spacing:.08em}
.dnew-price-val{font-family:'Cormorant Garamond',Georgia,serif;font-size:40px;font-weight:500;color:#d4a84a;line-height:1}
.dnew-divider{height:1px;background:rgba(255,255,255,.08);margin:0 0 20px}

.dnew-groups{display:flex;flex-direction:column;gap:18px;margin-bottom:24px;flex:1}
.dnew-group-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.dnew-group-ico{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;color:#d4a84a}
.dnew-group-ico svg,.dnew-group-ico i{width:18px;height:18px;color:inherit;fill:currentColor;font-size:16px}
.dnew-group-title{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#f3efe6;font-weight:600}
.dnew-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.dnew-items li{display:flex;gap:10px;font-size:14px;line-height:1.5;color:#cdd1da}
.dnew-items li svg{width:16px;height:16px;flex-shrink:0;margin-top:3px;color:#d4a84a}

.dnew-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#f3efe6;text-decoration:none;border-radius:12px;font-size:14px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:all .25s ease;margin-top:auto}
.dnew-cta:hover{background:#d4a84a;color:#0b0e1a;border-color:#d4a84a}
.dnew-cta svg{width:16px;height:16px;transition:transform .25s ease}
.dnew-cta:hover svg{transform:translateX(3px)}

/* Hide animation */
.dnew-card[hidden]{display:none!important}
