.mainSection{display:flex;align-items:center;justify-content:center;gap:20px;flex-direction:column;margin:60px auto 0;max-width:85vw}.mainSection h1{max-width:700px}.mainSection p{max-width:500px}.buttonsInMainSection{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:5px}.buttonsInMainSection button{padding:13px 25px!important}.buttonsInMainSection button:nth-child(2){padding:11.5px 18.5px}.mainImageSection{display:flex;align-items:center;justify-content:center;border-radius:15px;width:max-content;margin:60px auto 50px;position:relative;padding:0}.mainImageSection img{border-radius:15px;width:70vw;height:auto;border:1.5px solid black}.mainImageSection:before{content:"";height:100%;width:100%;position:absolute;top:20px;left:20px;border-radius:15px;background:linear-gradient(270deg,#06d6a0,#118ab2);z-index:-1}@media (max-width:800px){.mainSection h1,.mainSection p{line-height:1.4}.mainImageSection img{width:80vw}}@media (max-width:420px){.mainSection h1{font-size:30px}}.featured-trends-section{max-width:1200px;margin:80px auto 60px;padding:0 24px}.featured-trends-header{text-align:center;margin-bottom:48px}.featured-trends-header h2{font-size:36px;font-weight:700;color:#111827;margin:0 0 16px}.featured-trends-header p{font-size:18px;color:#6b7280;max-width:600px;margin:0 auto}.featured-trends-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-bottom:48px}.trends-loading{min-height:300px}.discover-more-section,.trends-loading{display:flex;justify-content:center;align-items:center}.discover-more-section button{padding:14px 32px!important;font-size:16px;font-weight:600}@media (max-width:768px){.featured-trends-section{margin:60px auto 40px;padding:0 16px}.featured-trends-header{margin-bottom:32px}.featured-trends-header h2{font-size:28px}.featured-trends-header p{font-size:16px}.featured-trends-grid{grid-template-columns:1fr;gap:24px;margin-bottom:32px}}@media (max-width:480px){.featured-trends-section{margin:40px auto 30px}.featured-trends-header h2{font-size:24px}.featured-trends-header p{font-size:14px}.featured-trends-grid{gap:16px;margin-bottom:24px}.discover-more-section button{padding:12px 24px!important;font-size:14px}}