@charset "UTF-8";
/***!  Style Declaration  !***/

:root{--primary-color:#2c3e50;--accent-color:#e67e22;--text-color:#333;--bg-light:#f8f9fa;--white:#fff;--shadow:0 10px 30px rgba(0,0,0,0.08)}.premium-container{font-family:'Inter',sans-serif;background-color:var(--white);max-width:1600px;margin:0 auto;padding:40px 20px}.hero-section{text-align:center;margin-bottom:60px;max-width:1200px;margin-left:auto;margin-right:auto}.main-title{font-size:2.5rem;color:var(--primary-color);font-weight:700;margin-bottom:10px;letter-spacing:-1px}.sub-title{font-size:1.2rem;color:var(--accent-color);font-weight:400;text-transform:uppercase;letter-spacing:2px;margin-bottom:30px}.content-wrapper p{font-size:1.1rem;line-height:1.8;color:#555;text-align:center;margin-bottom:20px}.features-card{background:var(--bg-light);border-radius:15px;padding:30px;margin-top:40px;border:1px solid #eee}.features-card h4{margin-top:0;color:#e67e22;font-size:1.3rem;margin-bottom:20px}.features-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}.feature-tag{background:var(--white);padding:10px 20px;border-radius:50px;font-size:0.9rem;box-shadow:0 2px 5px rgba(0,0,0,0.05);border:1px solid #eef0f2}.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:25px;padding:20px 0}.gallery-item{background:var(--white);border-radius:12px;overflow:hidden;transition:all 0.4s cubic-bezier(0.165,0.84,0.44,1);border:1px solid #f0f0f0;position:relative}.gallery-item:hover{transform:translateY(-10px);box-shadow:var(--shadow);border-color:var(--accent-color)}.img-container{width:100%;height:180px;overflow:hidden;background:#f0f0f0}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-title{display:block;padding:15px 10px;font-weight:600;font-size:0.9rem;color:var(--primary-color);text-decoration:none;background:var(--white);text-align:center}@media (max-width:1200px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.gallery-grid{grid-template-columns:repeat(3,1fr)}.main-title{font-size:2rem}}@media (max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.features-grid{flex-direction:column}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr}.main-title{font-size:1.7rem}}
