.website-price-section{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;max-width:1200px;margin:3rem auto 0}.website-price-section-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:2rem;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01));border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(24px);box-shadow:0 10px 30px rgba(0,0,0,.25);transition:transform .25s ease,box-shadow .25s ease}.website-price-section-card.featured{transform:translateY(-12px);border:1px solid rgba(168,85,247,.5);background:linear-gradient(180deg,rgba(168,85,247,.18),rgba(168,85,247,.05)),var(--box-fill);box-shadow:0 30px 60px rgba(0,0,0,.45),0 0 0 1px rgba(168,85,247,.4)}.website-price-section-card.featured::before{content:"Most Popular";position:absolute;top:-12px;right:16px;padding:6px 12px;font-size:.75rem;font-weight:600;background:linear-gradient(90deg,var(--color-purple),var(--color-pink));color:var(--color-white);border-radius:999px;box-shadow:0 8px 20px rgba(0,0,0,.3)}.website-price-section-card-price-maintext{font-size:2.5rem;font-weight:700;line-height:1;color:var(--color-white)}.website-price-section-card h3{font-size:clamp(1.5625rem, 3vw, 2.25rem);margin:0}.website-price-section-card ul{padding:0;width:100%}.website-price-section-card li{padding-bottom:.5rem}.website-price-section-card ul li{border-bottom:1px solid;padding-top:2.5px;padding-bottom:2.5px;list-style:none;color:var(--color-grey);display:flex;justify-content:space-between;align-items:center;width:100%;font-size:clamp(.875rem, 1.5vw, 1rem);line-height:1.2em;margin:0;gap:1rem}.featured .website-price-section-card-price-maintext{font-size:3rem}.featured .website-price-section-card-price-subtext{color:var(--color-white)}.website-price-section-card-price-subtext{color:var(--color-grey)}.website-price-section-card .cta-button,.website-price-section-card .cta-button-highlighted{text-align:center;margin-top:1.5rem}.website-price-section-card-price{display:flex;align-items:center;flex-direction:row;gap:1rem}.services-list{grid-template-columns:repeat(1,1fr)}.card{align-items:flex-start}.card-header h3{font-size:clamp(1.5625rem, 3vw, 2.25rem)}.service-item-price{font-size:clamp(1.5625rem, 3vw, 2.25rem);margin:0;color:var(--color-white)}.phone-icon{color:#ff0}.app-icon{color:#0ff}.service-item .cta-button{margin-top:1.5rem}@media (min-width:768px){.website-price-section{grid-template-columns:repeat(3,1fr)}.divider{flex-direction:row}.services-list{margin-top:0;grid-template-columns:repeat(2,1fr)}.service-item{justify-content:space-between}}