@import"https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap";:root{--primary-blue: #41B3E0;--primary-orange: #F5A623;--dark-gray: #333333;--medium-gray: #555555;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:IBM Plex Sans,sans-serif;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-orange) 100%);color:var(--dark-gray);line-height:1.6;overflow-x:hidden}.main-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.container{width:100%;max-width:500px;margin:0 auto;overflow-x:hidden}.content-card{background:#fffffff2;border-radius:1rem;padding:1.5rem;text-align:center;box-shadow:0 10px 30px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo{width:140px;height:auto;margin-bottom:1rem}.main-title{font-family:Lexend,sans-serif;font-size:2rem;font-weight:700;color:var(--dark-gray);margin-bottom:1rem;line-height:1.2}.tagline{font-size:1.1rem;color:var(--medium-gray);font-style:italic;margin-bottom:1.25rem;line-height:1.4}.description{font-size:1.125rem;color:var(--medium-gray);margin-bottom:1.5rem;line-height:1.5}.services{margin:1.5rem 0}.services-title{font-family:Lexend,sans-serif;font-size:1.25rem;color:var(--dark-gray);margin-bottom:1rem;font-weight:600}.services-grid{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.service{background:#ffffff1a;border-radius:.5rem;padding:1rem;border:1px solid rgba(255,255,255,.2)}.service i{color:var(--primary-orange);font-size:1.5rem;margin-bottom:.5rem}.service h6{font-family:Lexend,sans-serif;font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.service small{font-size:.9rem;color:var(--medium-gray);line-height:1.4}.more-services{font-size:1rem;color:var(--medium-gray);font-style:italic;margin:0;line-height:1.4}.more-services i{color:var(--primary-orange);margin-right:.25rem}.contact-btn{background:linear-gradient(45deg,var(--primary-blue),var(--primary-orange));border:none;border-radius:1.5rem;padding:1rem 2rem;color:#fff;font-weight:500;font-family:Lexend,sans-serif;font-size:1.1rem;cursor:pointer;transition:opacity .2s ease;margin:1.5rem 0 1rem;line-height:1.2}.contact-btn:hover{opacity:.9}.contact-btn i{margin-right:.5rem}.social-links{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--primary-blue);color:var(--white);text-decoration:none;transition:all .2s ease;border:2px solid var(--primary-blue)}.social-icon:hover{background:var(--primary-orange);color:var(--white);text-decoration:none;border-color:var(--primary-orange);transform:translateY(-2px)}@media (min-width: 576px){.main-wrapper{padding:2rem}.container{max-width:600px}.content-card{padding:2rem;border-radius:1.25rem}.logo{width:180px;margin-bottom:1.5rem}.main-title{font-size:2.25rem;margin-bottom:1rem}.tagline{font-size:1rem;margin-bottom:1.25rem}.description{font-size:1.1rem}.services-grid{flex-direction:row;gap:1rem}.service{flex:1;padding:1.25rem}.service i{font-size:1.75rem}.service h6{font-size:1rem}.contact-btn{padding:1rem 2rem;font-size:1rem}.social-icon{width:45px;height:45px}}@media (min-width: 768px){.container{max-width:700px}.content-card{padding:2.5rem}.logo{width:200px}.main-title{font-size:2.5rem}}
