*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}body{overflow-x:hidden}.hero{position:relative;width:100%;min-height:;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(rgb(132 158 132 / .7),rgb(144 238 144 / .7)),url(/api/placeholder/1200/800) center/cover no-repeat;text-align:center}.hero::before{content:'';position:absolute;top:0;left:0;width:100%;background:rgb(255 255 255 / .2);z-index:0}.hero h1{position:relative;color:#fff;font-size:2.5rem;margin-top:60px;margin-bottom:40px;text-shadow:1px 1px 3px rgb(0 0 0 / .3);z-index:1}.advantages-grid{position:relative;display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:1800px;z-index:1}.advantage-card{background-color:#fff;border-radius:8px;padding:20px;width:200px;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 8px rgb(0 0 0 / .1);transition:transform 0.3s ease,box-shadow 0.3s ease;margin-bottom:60px}.advantage-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgb(0 0 0 / .2)}.advantage-icon{width:60px;height:60px;margin-bottom:15px}.advantage-text{text-align:center;color:#4CAF50;font-size:.9rem;font-weight:700;line-height:1.4}@media (max-width:768px){.hero h1{font-size:2rem}.advantages-grid{gap:15px}.advantage-card{width:180px;height:180px;padding:0}.advantage-icon{width:50px;height:50px}.advantage-text{font-size:.8rem}}@media (max-width:576px){.hero{padding:}.hero h1{font-size:1.8rem;margin-bottom:40px}.advantages-grid{gap:10px}.advantage-card{width:140px;height:150px;padding:0}.advantage-icon{width:40px;height:40px;margin-bottom:10px}.advantage-text{font-size:.7rem}}