.sc-hero{text-align:center;background:linear-gradient(155deg,#e8a490 0%,#f5d8c1 45%,#fff 80%,#fdf8f4 100%);border-radius:0 0 60px 60px;padding:80px 20px 60px;transition:background .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 4px 30px #c8a08c14}.dark .sc-hero{background:linear-gradient(155deg,#2a2018 0%,#1c1513 45%,#2a2018 80%,#3d3228 100%);box-shadow:0 4px 30px #0000004d}.sc-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#e8a4901a 0%,#e8a4900a 40%,#0000 75%);border-radius:50%;width:320px;height:320px;transition:background .4s;position:absolute;top:-120px;left:-80px}.dark .sc-hero:before{background:radial-gradient(circle,#e8a4900f 0%,#e8a49005 40%,#0000 75%)}.sc-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#d4896e12 0%,#d4896e05 40%,#0000 75%);border-radius:50%;width:280px;height:280px;transition:background .4s;position:absolute;bottom:-100px;right:-70px}.dark .sc-hero:after{background:radial-gradient(circle,#bc6f530a 0%,#bc6f5303 40%,#0000 75%)}.sc-hero .glow-blob{pointer-events:none;background:radial-gradient(circle,#f5e0d81f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;transition:background .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dark .sc-hero .glow-blob{background:radial-gradient(circle,#e8a4900a 0%,#0000 70%)}.sc-hero-inner{z-index:1;position:relative}.sc-hero-badge{color:#7a6b6d;z-index:1;background:#fff;border:1px solid #f0e4db;border-radius:20px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 16px;font-size:12px;font-weight:700;transition:background .4s,border-color .4s,color .4s;display:inline-flex;position:relative}.dark .sc-hero-badge{color:#c4b8aa;background:#2a2018;border-color:#3d3228}.sc-hero-badge svg{color:#c47a5e;width:14px;height:14px}.dark .sc-hero-badge svg{color:#bc6f53}.sc-hero-title{color:#3d2c2e;z-index:1;margin-bottom:12px;font-size:36px;font-weight:900;line-height:1.4;position:relative}.dark .sc-hero-title{color:#f5ede8}@media (width>=768px){.sc-hero-title{font-size:44px}}.sc-hero-title span{color:#c47a5e}.dark .sc-hero-title span{color:#bc6f53}.sc-hero-desc{color:#7a6b6d;z-index:1;max-width:520px;margin:0 auto;font-size:16px;line-height:1.8;position:relative}.dark .sc-hero-desc{color:#c4b8aa}@media (width>=768px){.sc-hero-desc{font-size:17px}}.sc-hero-stats{z-index:1;justify-content:center;gap:24px;margin-top:24px;display:flex;position:relative}.sc-hero-stat{text-align:center}.sc-hero-stat-num{color:#c47a5e;font-size:20px;font-weight:900}.dark .sc-hero-stat-num{color:#bc6f53}.sc-hero-stat-label{color:#7a6b6d;margin-top:2px;font-size:11px}.dark .sc-hero-stat-label{color:#c4b8aa}.sc-section{max-width:1200px;margin:0 auto;padding:40px 16px}.sc-section-bar{background:var(--s-rose);border-radius:2px;width:48px;height:4px;margin-bottom:12px;display:inline-block}.sc-section-title{color:var(--s-text);font-size:22px;font-weight:900}@media (width>=768px){.sc-section-title{font-size:28px}}.sc-section-title span{color:var(--s-rose)}.sc-section-sub{color:var(--s-text-sub);margin-top:6px;font-size:13px}.sc-services-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px;display:grid}@media (width>=640px){.sc-services-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (width>=1024px){.sc-services-grid{grid-template-columns:repeat(4,1fr)}}.sc-service-card{background:var(--s-card);border:1px solid var(--s-card-border);border-radius:16px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:block;overflow:hidden;box-shadow:0 4px 12px #0000000a}.sc-service-card:hover{box-shadow:0 12px 32px var(--s-card-shadow);transform:translateY(-3px)}.sc-service-img{background:linear-gradient(145deg, var(--s-rose-light), var(--s-peach));height:100px;position:relative;overflow:hidden}@media (width>=768px){.sc-service-img{height:140px}}.sc-service-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.sc-service-card:hover .sc-service-img img{transform:scale(1.05)}.sc-service-img svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sc-service-body{text-align:center;padding:12px}.sc-service-name{color:var(--s-text);margin-bottom:4px;font-size:13px;font-weight:700}.sc-service-meta{color:var(--s-text-muted);font-size:11px}.sc-vendors-grid{grid-template-columns:1fr;gap:16px;margin-top:24px;display:grid}@media (width>=640px){.sc-vendors-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.sc-vendors-grid{grid-template-columns:repeat(4,1fr)}}.sc-vendor-card{background:var(--s-card);border:1px solid var(--s-card-border);border-radius:16px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:block;overflow:hidden;box-shadow:0 4px 12px #0000000a}.sc-vendor-card:hover{box-shadow:0 20px 40px var(--s-card-shadow);transform:translateY(-4px)}.sc-vendor-img{aspect-ratio:3/2;position:relative;overflow:hidden}.sc-vendor-img img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s}.sc-vendor-card:hover .sc-vendor-img img{transform:scale(1.05)}.sc-vendor-img-placeholder{background:linear-gradient(145deg, var(--s-rose-light), var(--s-peach));width:100%;height:100%}.sc-vendor-badges{flex-direction:column;gap:4px;display:flex;position:absolute;top:8px;right:8px}.sc-vendor-badge{border-radius:999px;align-items:center;gap:3px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #0000001a}.sc-vendor-badge-installment{background:var(--s-emerald-bg);color:var(--s-emerald-text);border:1px solid var(--s-emerald)}.sc-vendor-badge-top{background:var(--s-rose);color:#fff}.sc-vendor-info{padding:12px}.sc-vendor-name{color:var(--s-text);margin-bottom:4px;font-size:14px;font-weight:700}.sc-vendor-location{align-items:center;gap:4px;margin-bottom:6px;display:flex}.sc-vendor-location svg{color:var(--s-text-muted);width:12px;height:12px}.sc-vendor-location span{color:var(--s-text-sub);font-size:11px}.sc-vendor-footer{border-top:1px solid var(--s-divider);justify-content:space-between;align-items:center;padding-top:8px;display:flex}.sc-vendor-price-label{color:var(--s-text-muted);font-size:10px}.sc-vendor-price{color:var(--s-rose);font-size:14px;font-weight:800}.sc-vendor-price small{color:var(--s-text-muted);font-size:10px;font-weight:400}.sc-vendor-cta{background:var(--s-rose);color:#fff;border-radius:8px;align-items:center;gap:3px;padding:5px 10px;font-size:11px;font-weight:700;transition:transform .2s;display:inline-flex}.sc-vendor-card:hover .sc-vendor-cta{transform:scale(1.05)}.sc-banner{text-align:center;background:linear-gradient(135deg, var(--s-rose), var(--s-rose-dark));color:#fff;border-radius:24px;margin:0 16px;padding:40px 24px;position:relative;overflow:hidden}.sc-banner:before{content:"";background:#ffffff0f;border-radius:50%;width:300px;height:300px;position:absolute;top:-50%;right:-20%}.sc-banner:after{content:"";background:#ffffff0a;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-40%;left:-10%}.sc-banner-inner{z-index:1;position:relative}.sc-banner-title{margin-bottom:10px;font-size:22px;font-weight:900}.sc-banner-desc{opacity:.9;max-width:500px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:14px;line-height:1.7}.sc-banner-features{flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:24px;display:flex}.sc-banner-feature{align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.sc-banner-feature svg{width:18px;height:18px}.sc-banner-btn{color:var(--s-rose-dark);background:#fff;border-radius:14px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-flex}.sc-banner-btn:hover{transform:scale(1.03)}.sc-articles-grid{grid-template-columns:1fr;gap:16px;margin-top:24px;display:grid}@media (width>=640px){.sc-articles-grid{grid-template-columns:repeat(3,1fr)}}.sc-article-card{background:var(--s-card);border:1px solid var(--s-card-border);border-radius:16px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:block;overflow:hidden;box-shadow:0 4px 12px #0000000a}.sc-article-card:hover{box-shadow:0 12px 32px var(--s-card-shadow);transform:translateY(-3px)}.sc-article-img{background:linear-gradient(145deg, var(--s-rose-light), var(--s-peach));height:140px;overflow:hidden}.sc-article-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.sc-article-card:hover .sc-article-img img{transform:scale(1.05)}.sc-article-body{padding:14px 16px}.sc-article-title{color:var(--s-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:14px;font-weight:700;line-height:1.5;display:-webkit-box;overflow:hidden}.sc-article-meta{color:var(--s-text-muted);align-items:center;gap:8px;font-size:11px;display:flex}.sc-article-meta span{align-items:center;gap:4px;display:flex}.sc-empty{text-align:center;background:var(--s-card);border:2px dashed var(--s-card-border);border-radius:24px;padding:60px 24px}.sc-empty-icon{background:var(--s-rose-light);border-radius:50%;margin-bottom:12px;padding:20px;display:inline-flex}.sc-empty-title{color:var(--s-text);margin-bottom:4px;font-size:18px;font-weight:700}.sc-empty-desc{color:var(--s-text-sub);font-size:13px}
