:root{--text-color:#000;--secondary-text-color:#555;--button-bg:rgba(255,255,255,0.15);--button-text:#fff;--button-hover-bg:rgba(255,255,255,0.3);--card-bg:rgba(255,255,255,0.85);--card-shadow:0 6px 24px rgba(0,0,0,0.05);--link-color:#007aff}.dark{--text-color:#fff;--secondary-text-color:#ccc;--button-bg:rgba(255,255,255,0.15);--button-text:#fff;--button-hover-bg:rgba(255,255,255,0.25);--card-bg:rgba(28,28,30,0.85);--card-shadow:0 6px 24px rgba(255,255,255,0.05);--link-color:#0a84ff}.homepage{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-color);padding:0;margin:0;text-align:center}.region-select{padding:5rem 1rem 3rem;background:linear-gradient(135deg,#ff9500,#ff5e3a);width:100vw;margin-left:calc(-50vw + 50%);color:white;border-radius:0;box-shadow:none}.region-select h1{font-size:3rem;font-weight:800;margin-bottom:.5rem;text-transform:uppercase}.region-select p{font-size:1.25rem;opacity:.85}.region-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.region-btn{padding:.9rem 1.6rem;border-radius:16px;background:var(--button-bg);color:var(--button-text);font-weight:600;text-decoration:none;transition:all .25s ease;backdrop-filter:blur(6px)}.region-btn:hover{background:var(--button-hover-bg);transform:translateY(-2px)}.spotlight-deals{max-width:1200px;margin:4rem auto 2rem;padding:6rem 1rem 5rem;position:relative;overflow:visible}.section-title{font-size:2.25rem;font-weight:700;margin-bottom:2rem;text-align:center;color:var(--text-color);position:relative}.section-title:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,#ff9500,#ff5e3a);margin:.5rem auto 0;border-radius:2px}.spotlight-carousel-wrapper{padding:0 0 3rem}.spotlightCard{min-width:250px;max-width:300px;min-height:220px;background:var(--card-bg);color:var(--text-color);border-radius:12px;box-shadow:var(--card-shadow);text-align:center;position:relative;overflow:hidden;transition:background .3s,color .3s,box-shadow .3s,transform .3s}.spotlightImage{width:100%;height:220px;object-fit:cover}.spotlightCard:hover{box-shadow:0 6px 18px rgba(0,0,0,.15)}.carouselCards .spotlightCard:nth-child(2){transform:scale(1.05)}.recent-blogs{max-width:1200px;margin:4rem auto;padding:0 1rem 4rem}.blog-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.blog-card{background:var(--card-bg);backdrop-filter:blur(12px);color:var(--text-color);padding:1.75rem;border-radius:0;box-shadow:var(--card-shadow);text-decoration:none;transition:transform .25s ease,box-shadow .25s ease;text-align:left}.blog-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(0,0,0,.08)}.blog-card h3{font-size:1.35rem;font-weight:700;margin-bottom:.5rem}.blog-card p{font-size:1rem;color:var(--link-color);font-weight:500;margin:0}.dark .recent-blogs h2,.dark .spotlight-deals h2{color:#f2f2f7}