.cc-application,.cc-features,.cc-hero{width:100%;margin:2rem 0;display:flex;justify-content:center;background:var(--color-surface);border-radius:12px;padding:2rem;border:1px solid var(--color-border);box-shadow:var(--shadow-soft)}.cc-hero{margin-top:4rem;padding:3rem 2rem}.cc-hero-container{display:flex;gap:4rem;align-items:center;max-width:1200px;width:100%}.cc-hero-content{flex:1 1}.cc-hero-title{font-size:2.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem}.cc-hero-subtitle{font-size:1.2rem;color:var(--color-text-muted);margin-bottom:1.5rem}.cc-hero-features{list-style:none;padding:0;margin:0}.cc-hero-features li{display:flex;align-items:center;gap:.6rem;color:var(--color-text-primary);margin-bottom:.75rem}.cc-hero-icon{color:var(--color-accent-alt)}.cc-hero-visual{flex:1 1;display:flex;justify-content:center}.cc-card-stack{position:relative;width:380px;height:260px}.cc-card{position:absolute;width:360px;height:220px;border-radius:16px;padding:1.25rem 1.5rem;box-shadow:var(--shadow-medium);color:#fff;overflow:hidden}.cc-card.mastercard{background:radial-gradient(120% 120% at 0 0,#1f0a0a 0,#3b0f0f 60%,#2b0a0a 100%);border:1px solid rgba(232,185,35,.35);transform:rotate(-6deg);top:20px;left:0}.cc-card.visa{background:radial-gradient(120% 120% at 100% 0,#10203a 0,#0f1a2e 60%,#0b1424 100%);border:1px solid rgba(49,130,206,.35);right:0;bottom:10px}.cc-card-top{display:flex;align-items:center;justify-content:space-between}.cc-chip{width:36px;height:26px;background:linear-gradient(180deg,#e6c97f,#b8912b);border-radius:6px;position:relative}.cc-chip:after{content:"";position:absolute;inset:4px;border:2px solid rgba(0,0,0,.2);border-radius:4px}.cc-contactless{width:22px;height:16px;position:relative}.cc-contactless:after,.cc-contactless:before{content:"";position:absolute;right:0;top:0;bottom:0;margin:auto;border:2px solid rgba(255,255,255,.7);border-left:none;width:10px;height:10px;border-radius:0 50% 50% 0;transform:translateX(2px)}.cc-contactless:after{transform:translateX(6px);opacity:.7}.cc-card-number{font-family:monospace;letter-spacing:2px;font-size:1.1rem;margin:1.25rem 0}.cc-card-row{display:flex;align-items:center;justify-content:space-between}.cc-card-expiry .label,.cc-card-holder .label{display:block;font-size:.6rem;text-transform:uppercase;color:rgba(255,255,255,.65);letter-spacing:1px}.cc-card-expiry .value,.cc-card-holder .value{font-size:.9rem;font-weight:600}.cc-brand{position:absolute;right:1rem;bottom:.8rem;display:flex;align-items:center;gap:6px}.mastercard-logo .mc-circle{width:28px;height:28px;border-radius:50%;display:inline-block}.mastercard-logo .mc-left{background:#eb001b}.mastercard-logo .mc-right{background:#f79e1b;margin-left:-12px;mix-blend-mode:screen}.mastercard-logo .mc-text{font-size:.8rem;letter-spacing:.5px;opacity:.9}.visa-logo{font-weight:800;font-size:1.4rem;letter-spacing:2px;color:#f5c542;text-shadow:0 1px 2px rgba(0,0,0,.5)}.cc-features-container{max-width:1200px;width:100%}.cc-features-title{font-size:2.2rem;font-weight:700;color:var(--color-text-primary);text-align:center;margin-bottom:2rem}.cc-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.cc-feature-card{background:var(--color-background);border:1px solid var(--color-border);border-radius:12px;padding:1.5rem;text-align:center;transition:all .2s ease;box-shadow:var(--shadow-soft)}.cc-feature-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-medium);border-color:var(--color-accent-alt)}.cc-feature-icon{font-size:2.25rem;color:var(--color-accent-alt);margin-bottom:.75rem}.cc-feature-title{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.cc-feature-description{color:var(--color-text-muted)}.cc-application-container{max-width:900px;width:100%}.cc-application-title{font-size:2.25rem;font-weight:700;color:var(--color-text-primary);text-align:center;margin-bottom:.5rem}.cc-application-subtitle{font-size:1rem;color:var(--color-text-muted);text-align:center;margin-bottom:2rem}.cc-application-form{background:var(--color-background);border:1px solid var(--color-border);border-radius:12px;padding:2rem;box-shadow:var(--shadow-soft)}.form-section{margin-bottom:1.75rem}.form-section-title{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.9rem;font-weight:500;color:var(--color-text-muted);margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{padding:.7rem 1rem;font-size:1rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-background);color:var(--color-text-primary)}.submit-button{width:100%;padding:1rem 2rem;font-size:1.05rem;font-weight:600;background:var(--color-accent-alt);color:var(--color-primary);border:none;border-radius:8px;cursor:pointer;box-shadow:var(--shadow-soft)}.submit-button:hover{background:#f4c430}@media (max-width:768px){.cc-hero-container{flex-direction:column;gap:2rem}.cc-hero-title{font-size:2.4rem}}