.cc-sell-hero-section{position:relative;min-height:75vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:white}.cc-sell-hero-bg{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}.cc-sell-hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease-in-out}.cc-sell-hero-slide.cc-active{opacity:1}.cc-sell-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.4),transparent);z-index:10}.cc-sell-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;background:rgba(15,42,68,.7);color:white;border:none;border-radius:50%;padding:12px;cursor:pointer;transition:all .3s ease;display:none}.cc-sell-hero-arrow:hover{background:rgba(15,42,68,1);transform:translateY(-50%) scale(1.05)}.cc-sell-hero-arrow-left{left:16px}.cc-sell-hero-arrow-right{right:16px}.cc-sell-hero-dots{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);z-index:20;display:none;gap:8px}.cc-sell-hero-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.4);border:none;cursor:pointer;transition:all .3s ease;padding:0}.cc-sell-hero-dot:hover{background:rgba(255,255,255,.7)}.cc-sell-hero-dot.cc-active{background:var(--coastal-accent,#c9a84c);width:24px;border-radius:5px}.cc-sell-hero-container{position:relative;z-index:20;width:100%;max-width:1280px;margin:0 auto;padding:80px 20px 60px;display:flex;flex-direction:column;align-items:center;text-align:center}.cc-sell-hero-breadcrumbs{width:100%;display:flex;justify-content:center;margin-bottom:24px}.cc-sell-hero-content{width:100%;max-width:800px;margin:0 auto 32px;display:flex;flex-direction:column;align-items:center;text-align:center}.cc-sell-hero-heading{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:clamp(2rem,8vw,3.5rem);font-weight:700;line-height:1.15;margin:0 0 24px;color:white;text-shadow:0 2px 8px rgba(0,0,0,.3);width:100%;text-align:center}.cc-sell-hero-heading span{display:inline;width:100%;text-align:center}.cc-sell-hero-description{font-family:var(--font-inter,var(--font-geist-sans,"DM Sans","Inter",sans-serif));font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;margin:0 0 32px;color:rgba(255,255,255,.95);text-shadow:0 1px 4px rgba(0,0,0,.3);width:100%;max-width:600px;text-align:center}.cc-sell-hero-description span{display:block;width:100%;text-align:center}.cc-mobile-text{display:block}.cc-desktop-text{display:none}.cc-sell-hero-cta{max-width:500px;flex-direction:column;gap:12px;margin:0 auto;text-align:center}.cc-sell-hero-btn,.cc-sell-hero-cta{width:100%;display:flex;align-items:center;justify-content:center}.cc-sell-hero-btn{min-height:52px;padding:14px 24px;font-size:16px;font-weight:600;border-radius:8px;transition:all .3s ease;gap:8px}.cc-sell-hero-btn-primary{background:var(--coastal-primary,#0f2a44);color:white;border:none}.cc-sell-hero-btn-primary:hover{background:var(--primary-hover,#1a3a5a);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.dark .cc-sell-hero-btn-primary{background:var(--coastal-primary,#0f2a44);color:white;font-weight:700;border:none}.dark .cc-sell-hero-btn-primary:hover{background:var(--primary-hover,#1a3a5a);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.cc-sell-hero-btn-secondary{background:rgba(255,255,255,.1);backdrop-filter:blur(8px);color:white;border:2px solid white}.cc-sell-hero-btn-secondary:hover{background:white;color:var(--coastal-primary,#0f2a44);transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,255,255,.3)}.dark .cc-sell-hero-btn-secondary{background:rgba(255,255,255,.1);backdrop-filter:blur(8px);color:white;border:2px solid white}.dark .cc-sell-hero-btn-secondary:hover{background:white;color:var(--coastal-primary,#0f2a44);transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,255,255,.3)}@media (min-width:640px){.cc-sell-hero-section{min-height:70vh}.cc-sell-hero-container{padding:100px 32px 80px}.cc-sell-hero-breadcrumbs{margin-bottom:32px}.cc-sell-hero-content{margin-bottom:40px}.cc-sell-hero-heading{margin-bottom:28px}.cc-sell-hero-description{margin-bottom:40px}.cc-sell-hero-cta{flex-direction:row;gap:16px;max-width:600px;justify-content:center}.cc-sell-hero-btn{width:auto;min-width:200px;padding:16px 32px;font-size:18px}.cc-sell-hero-arrow{display:none}.cc-sell-hero-dots{display:none!important;visibility:hidden!important;opacity:0!important}.cc-mobile-text{display:none}.cc-desktop-text{display:block}}@media (min-width:1024px){.cc-sell-hero-section{min-height:75vh}.cc-sell-hero-container{padding:120px 48px 100px}.cc-sell-hero-content{max-width:900px}.cc-sell-hero-description{max-width:700px}.cc-sell-hero-arrow{display:inline-flex}.cc-sell-hero-dots{display:flex!important;visibility:visible!important;opacity:1!important}}@media (min-width:1280px){.cc-sell-hero-heading{font-size:4rem}.cc-sell-hero-description{font-size:1.5rem}}