.services{padding:80px 0;background-color:#fff}.services__container{max-width:1200px;margin:0 auto;padding:0 20px}.services__header{text-align:center;margin-bottom:64px}.services__title{font-size:3rem;font-weight:700;color:#000;margin-bottom:16px}@media(max-width:768px){.services__title{font-size:2.5rem}}.services__subtitle{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto}.services__main{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:32px;margin-bottom:80px}@media(max-width:768px){.services__main{grid-template-columns:1fr}}.services__main-card{position:relative;overflow:hidden}.services__main-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(244,179,99,.1),rgba(244,179,99,.05));opacity:.5}.services__main-header{display:flex;align-items:center;gap:16px;position:relative;z-index:1}.services__main-icon{padding:12px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease}.services__main-icon i{font-size:2rem;color:#f4b363}.services__main-card:hover .services__main-icon{transform:scale(1.1)}.services__main-content{position:relative;z-index:1}.services__features{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:24px}@media(max-width:480px){.services__features{grid-template-columns:1fr}}.services__feature{display:flex;align-items:center;gap:8px}.services__feature i{color:#28a745;font-size:.875rem}.services__feature span{font-size:.875rem;color:#000}.services__main-button{width:100%;background:linear-gradient(135deg,#f4b363,#e6a555)}.services__main-button:hover{background:linear-gradient(135deg,#e6a555,#d8984d)}.services__hosting{margin-top:64px}.services__hosting-header{text-align:center;margin-bottom:32px}.services__hosting-title{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:16px}@media(max-width:768px){.services__hosting-title{font-size:2rem}}.services__hosting-subtitle{font-size:1.125rem;color:#666}.services__hosting-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){.services__hosting-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.services__hosting-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.services__hosting-grid{grid-template-columns:1fr}}.services__hosting-card{transition:all .3s ease}.services__hosting-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.15)}.services__hosting-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.services__hosting-icon{padding:8px;background-color:#f8f9fa;border-radius:8px;transition:all .3s ease}.services__hosting-icon i{font-size:1.5rem;color:#f4b363}.services__hosting-card:hover .services__hosting-icon{background-color:#fff}.services__hosting-feature{display:flex;align-items:flex-start;gap:8px;margin-bottom:12px}.services__hosting-feature i{color:#28a745;font-size:.875rem;margin-top:2px;flex-shrink:0}.services__hosting-feature span{font-size:.875rem;color:#000;line-height:1.4}.services__hosting-button{width:100%;margin-top:16px;border-color:#f4b363;color:#f4b363}.services__hosting-button:hover{background-color:rgba(244,179,99,.1)}