@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;700&display=swap");.services-page-section{background:#171716;color:white;padding:120px 20px 10px;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}.services-page-wrapper{max-width:1200px;margin:0 auto;text-align:center;font-family:Montserrat}.services-page-title{font-size:2rem;font-weight:600;margin-bottom:10px}.services-page-underline{width:100px;height:2px;background-color:#ffffff33;margin:0 auto 40px;border-radius:1px}.services-row{display:flex;justify-content:space-between;align-items:stretch;margin-bottom:40px;flex-wrap:wrap}.service-column{flex:1 1 45%;padding:20px;box-sizing:border-box}.service-inner{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.4);padding:20px;height:100%;text-align:left}.service-icon{margin:0 auto 15px;display:flex;align-items:center;justify-content:center;border:2px solid #d4b600cc;border-radius:50%;width:60px;height:60px;background-color:rgba(255,255,255,.1);color:white;transition:transform .3s}.service-icon:hover{transform:scale(1.1)}.service-name{text-align:center;margin-top:10px;color:#d4b600cc;font-weight:700;font-size:1.25rem}.service-description{font-size:1rem;color:#dddddd;line-height:1.5;text-align:justify;text-align:center}.vertical-separator{width:1px;background-color:#ffffff33;margin:0 10px}.footer{margin-top:40px;font-size:.9rem;color:#cccccc;padding-top:20px;border-top:1px solid #ffffff33}@media (max-width:768px){.services-row{flex-direction:column;align-items:center;margin-bottom:0}.services-page-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#45a0d9}.service-column{width:100%}.vertical-separator{display:none}.service-inner{text-align:center}}.footer{text-align:center;padding:20px 10px;color:white;background-color:#1a1a2e;width:100%;margin:0;position:relative;box-sizing:border-box}.services-page-container{display:flex;flex-direction:column;min-height:100vh}.services-page-section{flex:1;padding-bottom:2rem}.services-footer{position:relative;margin-top:auto}