:root{--color-primary-dark: #0f0a3e;--color-accent: #6366f1;--color-text-light: #ffffff;--color-text-muted: #d1d5db}body{margin:0;padding:0;font-family:Inter,sans-serif;background-color:var(--color-primary-dark);color:var(--color-text-light);min-height:100vh}:root{--primary-purple-start: #4B0082;--primary-purple-end: #8A2BE2;--text-color: #FFFFFF;--button-bg-color: #FFFFFF;--button-text-color: #4B0082;--secondary-button-hover: rgba(255, 255, 255, .2)}.home-wrapper{width:100%;min-height:100vh;background:indigo}.home-container{height:100vh;background:linear-gradient(135deg,var(--primary-purple-start) 0%,var(--primary-purple-end) 100%);color:var(--text-color);font-family:Arial,sans-serif;padding:0 5%;display:flex;flex-direction:column;box-sizing:border-box}.services-section{min-height:100vh;padding:100px 5%;background-color:#150029;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.services-header{text-align:center;margin-bottom:60px}.services-subtitle{font-size:14px;text-transform:uppercase;letter-spacing:2px;color:#8a2be2;font-weight:700;margin-bottom:10px}.services-title{font-size:38px;font-weight:800;color:var(--text-color);margin:0}.services-line{width:60px;height:4px;background:linear-gradient(90deg,indigo,#8a2be2);margin:20px auto 0;border-radius:2px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;width:100%;max-width:1200px}.service-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:40px 30px;border-radius:12px;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:flex-start}.service-card:hover{transform:translateY(-8px);border-color:#8a2be266;box-shadow:0 10px 30px #4b008233;background:#ffffff0d}.service-icon{font-size:35px;margin-bottom:20px;background:#8a2be21a;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:8px}.service-card h3{font-size:22px;color:var(--text-color);margin-bottom:15px;font-weight:700}.service-card p{font-size:15px;line-height:1.6;color:#ffffffb3;margin:0}@media(max-width:768px){.services-section{padding:60px 5%}.services-title{font-size:30px}.services-grid{grid-template-columns:1fr}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:20px 0;height:80px;box-sizing:border-box}.logo{display:flex;align-items:center;justify-content:center}.logo-img{max-height:40px;width:auto}.nav-links{display:flex;gap:30px;margin-left:auto;padding-right:40px}.nav-links a{color:var(--text-color);text-decoration:none;font-size:16px;padding-bottom:5px;transition:border-bottom .3s}.nav-links a:hover{border-bottom:2px solid var(--text-color)}.nav-actions{display:flex;align-items:center;gap:15px}.quote-button{background-color:transparent;border:2px solid var(--text-color);color:var(--text-color);padding:10px 20px;cursor:pointer;font-weight:700;border-radius:5px;transition:background-color .3s}.quote-button:hover{background-color:#ffffff1a}.search-icon,.menu-icon-wrapper{background:none;border:none;color:var(--text-color);font-size:20px;cursor:pointer}.menu-icon-wrapper{display:flex;flex-direction:column;gap:4px;width:20px}.menu-icon-line{width:100%;height:2px;background-color:var(--text-color)}@media(max-width:900px){.nav-links,.quote-button{display:none}}.hero-section{display:flex;align-items:center;gap:30px;flex:1;padding-bottom:40px;box-sizing:border-box}.hero-content{flex:1;max-width:600px}.hero-subheading{font-size:18px;font-weight:500;margin-bottom:10px}.hero-title{font-size:50px;font-weight:900;line-height:1.1;margin-bottom:20px}.hero-description{font-size:16px;line-height:1.6;margin-bottom:30px;color:#fffc;max-width:450px}.hero-buttons{display:flex;gap:20px;align-items:center}.btn{padding:12px 25px;border:none;border-radius:5px;cursor:pointer;font-weight:700;font-size:16px;transition:opacity .3s}.primary-btn{background-color:var(--button-bg-color);color:var(--button-text-color)}.primary-btn:hover{opacity:.9}.secondary-btn{background:none;color:var(--text-color);border:none;display:flex;align-items:center;padding-left:0}.secondary-btn:hover{color:#fffc}.play-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid var(--text-color);border-radius:50%;margin-right:10px;font-size:14px;line-height:1;padding-left:2px}.hero-illustration{flex:1;height:95%;max-height:650px;position:relative;background:transparent;display:none;display:flex;align-items:center;justify-content:center}.hero-img-element{width:100%;height:100%;object-fit:contain;pointer-events:none}@media(min-width:901px){.hero-illustration{display:flex;max-width:500px}}.footer-container{background-color:#0d001a;padding:60px 5% 30px;color:var(--text-color);box-sizing:border-box}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto;gap:40px;flex-wrap:wrap}.footer-brand{flex:2;min-width:250px}.footer-logo-img{max-height:35px;width:auto;margin-bottom:15px}.footer-brand .footer-description{font-size:14px;line-height:1.6;color:#fff9;max-width:320px}.footer-links,.footer-contact{flex:1;min-width:180px}.footer-links h4,.footer-contact h4{font-size:16px;font-weight:700;margin-bottom:20px;letter-spacing:1px;color:var(--text-color)}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links ul li{margin-bottom:12px}.footer-links ul li a{color:#fff9;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-links ul li a:hover{color:#8a2be2}.footer-contact p{font-size:14px;color:#fff9;margin-bottom:15px}.footer-socials{display:flex;gap:15px}.footer-socials a{color:#fff9;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-socials a:hover{color:#8a2be2}.footer-bottom{max-width:1200px;margin:0 auto;text-align:center}.footer-divider{height:1px;background:#ffffff14;margin:40px 0 20px}.footer-bottom p{font-size:12px;color:#fff6;margin:0}@media(max-width:768px){.footer-content{flex-direction:column;align-items:center;text-align:center;gap:30px}.footer-brand{display:flex;flex-direction:column;align-items:center}.footer-socials{justify-content:center}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0d001ab3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .2s ease-out}.modal-content{background:#150029;border:1px solid rgba(255,255,255,.1);width:90%;max-width:500px;padding:40px;border-radius:16px;position:relative;box-shadow:0 20px 50px #00000080;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.modal-close-btn{position:absolute;top:20px;right:20px;background:none;border:none;color:#ffffff80;font-size:30px;cursor:pointer;line-height:1;transition:color .2s}.modal-close-btn:hover{color:#8a2be2}.modal-header h2{font-size:26px;color:#fff;margin-bottom:10px;font-weight:800}.modal-header p{font-size:14px;color:#fff9;line-height:1.5;margin-bottom:30px}.modal-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px;text-align:left}.form-group label{font-size:14px;color:#fffc;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:12px 16px;border-radius:8px;color:#fff;font-size:15px;transition:border-color .2s,box-shadow .2s;outline:none;font-family:inherit}.form-group select option{background:#150029;color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#8a2be2;box-shadow:0 0 0 3px #8a2be233}.modal-submit-btn{background:linear-gradient(90deg,indigo,#8a2be2);color:#fff;border:none;padding:14px;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:opacity .2s,transform .1s;margin-top:10px}.modal-submit-btn:hover{opacity:.95}.modal-submit-btn:active{transform:scale(.98)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}
