@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#0c2d48;background:#d0eaf8;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#b8dff0}::-webkit-scrollbar-thumb{background:#00b4d8;border-radius:3px}::selection{color:#0077b6;background:#00b4d833}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}*{-webkit-tap-highlight-color:transparent}:root{--primary:#00b4d8;--primary-dark:#0077b6;--primary-darker:#023e8a;--muted:#4a7fa5;--border:#0064a026;--radius:14px}.hero-section{text-align:center;justify-content:center;align-items:center;min-height:100svh;padding:100px 20px 60px;display:flex;position:relative;overflow:hidden}.hero-title{letter-spacing:-.025em;margin-bottom:16px;font-size:clamp(2rem,5.5vw,4rem);font-weight:900;line-height:1.15}.hero-subtitle{color:#4a7fa5;max-width:480px;margin:0 auto 28px;padding:0 12px;font-size:clamp(.9rem,2.5vw,1.05rem);line-height:1.65}.hero-stats{flex-wrap:nowrap;justify-content:center;gap:10px;padding:0 8px;display:flex}.hero-stat{background:#fff;border:1px solid #00b4d833;border-radius:12px;flex:1 1 0;align-items:center;gap:8px;max-width:130px;padding:10px 14px;display:flex;box-shadow:0 2px 12px #0064a012}.deals-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.featured-scroll{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:16px;display:grid}.ref-related-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.deal-card-title{color:#023e8a;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.deal-card-desc{color:#4a7fa5;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.88rem;line-height:1.55;display:-webkit-box;overflow:hidden}.deal-card-price{color:#0077b6;font-size:1.15rem;font-weight:900}.deal-card-title-compact{font-size:.92rem}.deal-card-price-compact{font-size:1rem}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}@keyframes shimmer{0%{background-position:200%}to{background-position:-200%}}@media (width<=640px){.hero-section{min-height:auto!important;padding:82px 16px 40px!important}.hero-title{font-size:1.75rem!important;line-height:1.2!important}.hero-subtitle{padding:0 4px!important;font-size:.88rem!important}.hero-stat{max-width:110px!important;padding:8px 10px!important}.deals-grid,.ref-related-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.deal-card-title{font-size:1rem!important}.deal-card-title-compact{font-size:.88rem!important}.deal-card-desc{font-size:.82rem!important}.deal-card-price{font-size:1.05rem!important}section>div{padding-left:12px!important;padding-right:12px!important}input,select,textarea{font-size:16px!important}}@media (width<=900px){.deals-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}
