.prostore-section{background:linear-gradient(135deg,var(--color-primary-dark) 0,var(--color-primary) 100%)}.prostore-header{text-align:center;max-width:700px;margin:0 auto var(--space-16)}.prostore-header .section-label{color:var(--color-gold-light)}.prostore-header .section-title{color:white}.prostore-description{font-size:var(--text-lg);color:rgba(255,255,255,.95);max-width:none;margin:0}.prostore-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-6);margin-bottom:var(--space-16)}.prostore-benefit{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-xl);padding:var(--space-6);text-align:center;animation:slideUp .6s ease forwards;opacity:0}.prostore-benefit-icon{display:block;font-size:2rem;margin-bottom:var(--space-4)}.prostore-benefit-title{font-size:var(--text-base);font-weight:600;color:white;margin-bottom:var(--space-2)}.prostore-benefit-description{font-size:var(--text-sm);color:rgba(255,255,255,.95);margin:0}.prostore-process{background:rgba(255,255,255,.05);border-radius:var(--radius-2xl);padding:var(--space-10);margin-bottom:var(--space-12)}.prostore-process-title{text-align:center;color:white;font-size:var(--text-xl);margin-bottom:var(--space-10)}.prostore-steps{display:flex;justify-content:center;gap:var(--space-16)}.prostore-step{display:flex;align-items:flex-start;gap:var(--space-4);max-width:200px}.prostore-step-number{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:800;color:var(--color-gold-light);line-height:1}.prostore-step-title{font-size:var(--text-base);font-weight:600;color:white;margin-bottom:var(--space-1)}.prostore-step-description{font-size:var(--text-sm);color:rgba(255,255,255,.95);margin:0}.prostore-cta{text-align:center}.prostore-cta-note{font-size:var(--text-sm);color:rgba(255,255,255,.6);margin-top:var(--space-4)}@media (max-width:1024px){.prostore-benefits-grid{grid-template-columns:repeat(2,1fr)}.prostore-steps{flex-direction:column;align-items:center;gap:var(--space-8)}.prostore-step{max-width:300px}}@media (max-width:640px){.prostore-benefits-grid{grid-template-columns:1fr}}