.ddc-page{color:#f5f5f5;background:#0a1628;flex-direction:column;justify-content:center;min-height:100vh;padding:16px;font-family:Inter,system-ui,sans-serif;display:flex}.ddc-hero{text-align:center;max-width:640px;margin:0 auto 3rem}.ddc-hero__tag{color:#f5a623;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-block}.ddc-hero h1{margin-bottom:1rem;font-size:2.25rem;font-weight:800;line-height:1.2}.ddc-hero p{color:#a3b1c2;margin-bottom:1.5rem;font-size:1rem;line-height:1.65}.ddc-cta{color:#0a1628;cursor:pointer;background:#f5a623;border:none;border-radius:10px;padding:.85rem 2.5rem;font-size:1rem;font-weight:700;transition:background .2s}.ddc-cta:hover{background:#ffb84d}.ddc-details{border-top:1px solid #1f3354;max-width:640px;margin:0 auto 3rem;padding-top:2rem}.ddc-details h2{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.ddc-details ul{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.ddc-details li{color:#d6dee8;padding-left:1.5rem;font-size:.95rem;line-height:1.5;position:relative}.ddc-details li:before{content:"✓";color:#f5a623;font-weight:700;position:absolute;left:0}.ddc-states{border-top:1px solid #1f3354;margin:0 auto;padding-top:2rem}.ddc-states h2{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.ddc-states__grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ddc-state{border:1px solid #1f3354;border-radius:14px;padding:1.25rem;transition:all .25s linear}.ddc-state:hover{cursor:pointer;border-color:#f5a623;transition:all .25s linear;transform:scale(1.02)}.ddc-state.active{animation:.5s linear state-show}@keyframes state-show{0%{border:1px solid #1f3354;transform:scale(1)}50%{border-color:#f5a623;transform:scale(1.02)}to{border:1px solid #1f3354;transform:scale(1)}}.ddc-state h3{margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.ddc-state p{color:#a3b1c2;margin-bottom:.75rem;font-size:.85rem;line-height:1.5}.ddc-state__price{font-size:1.25rem;font-weight:800}@media (max-width:640px){.ddc-page{min-height:unset;padding:24px}.ddc-states__grid{grid-template-columns:1fr}.ddc-hero{margin-top:192px}.ddc-hero h1{font-size:1.75rem}}
