@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@700&display=swap";body{margin:0}html{scroll-behavior:smooth;scroll-padding-top:100px}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Inter,sans-serif;overflow-x:hidden}.landing-hero-wrapper{background-image:url(/assets/herobg1-BQO7OgwY.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;min-height:100vh;display:flex;position:relative}.overlay{z-index:1;background:linear-gradient(90deg,#0a192fe6 0%,#0a192f66 100%);width:100%;height:100%;position:absolute;top:0;left:0}.btn-primary{color:#fff;cursor:pointer;background-color:#00b5af;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:background-color .3s,transform .2s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn-primary:hover{background-color:#00b5af;transform:translateY(-2px)}.btn-secondary{color:#fff;cursor:pointer;background-color:#0000;border:2px solid #fff;border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.btn-secondary:hover{color:#0f172a;background-color:#fff}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#0f172ad9;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 4rem;display:flex;position:fixed;top:0;left:0}.nav-logo-img{object-fit:contain;height:40px}.logo{flex-direction:column;align-items:center;line-height:1;display:flex}.logo h1{letter-spacing:2px;color:#fff;margin:0;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700}.logo-subtext{letter-spacing:3px;color:#ccc;text-transform:uppercase;margin-top:2px;font-size:.6rem}.nav-links{gap:2rem;display:flex}.nav-links a{color:#e2e8f0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#00b5af}.nav-actions{align-items:center;gap:1rem;display:flex}.nav-login-btn{color:#fff;background-color:#0000;border:1px solid #fff;border-radius:50px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s}.mobile-menu-btn{color:#fff;cursor:pointer;z-index:1001;font-size:2rem;display:none}@media (width<=992px){.navbar{padding:1rem 2rem}.mobile-menu-btn{display:block}.nav-links,.nav-actions{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#0f172af2;border-bottom:1px solid #ffffff1a;flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%;padding:2rem;display:none;position:absolute;top:100%;left:0}.nav-links.active{box-shadow:none;display:flex}.nav-actions.active{border-top:none;padding-top:0;display:flex;top:calc(100% + 220px)}}@media (width<=480px){.nav-actions.active{align-items:stretch;width:100%}.nav-login-btn,.btn-primary{text-align:center}}.call-sales{color:#e2e8f0;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;text-decoration:none;display:flex}.hero-section{z-index:2;flex:1;align-items:center;padding:10rem 4rem 4rem;display:flex;position:relative}.hero-content{max-width:650px;animation:1s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:4.5rem;font-weight:700;line-height:1.1}.hero-subtitle{color:#e2e8f0;max-width:90%;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}@media (width<=992px){.hero-section{padding:8rem 2rem 4rem}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.1rem}}@media (width<=600px){.hero-section{padding:7rem 1.5rem 3rem}.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column;gap:1rem}.hero-btn{text-align:center;justify-content:center;width:100%}}.hero-actions{gap:1rem;display:flex}.hero-btn{padding:1rem 2.5rem;font-size:1.05rem}.services-section{color:#0f172a;background-color:#fff;padding:5rem 4rem}.services-container{max-width:1200px;margin:0 auto}.services-header{justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem;display:flex}.services-subtitle{color:#10b981;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-size:.875rem;font-weight:700;display:block}.services-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-family:Playfair Display,serif;font-size:2.75rem;font-weight:700}.custom-quote-link{color:#2563eb;align-items:center;font-size:1.05rem;font-weight:600;text-decoration:none;display:flex}.custom-quote-link:hover{text-decoration:underline}.services-grid{justify-content:space-between;gap:1.5rem;display:flex}.service-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex:1;padding:2rem;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000000d}.service-icon{color:#3b82f6;background-color:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:2rem;font-size:2.5rem;display:flex}.service-card-title{color:#0f172a;margin-bottom:1.25rem;font-size:1.35rem;font-weight:700}.service-card-desc{color:#64748b;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.service-details-link{color:#2563eb;align-items:center;gap:.25rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.service-details-link:hover{text-decoration:underline}.service-details-link .arrow{font-size:1.5rem;line-height:1}@media (width<=768px){.services-grid{flex-direction:column}.services-header{flex-direction:column;align-items:flex-start;gap:1.5rem}}.hiw-section{color:#f8fafc;background-color:#0f172a;padding:6rem 4rem}.hiw-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.hiw-subtitle{color:#34d399;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.hiw-title{color:#fff;margin:0 0 1.5rem;font-family:Playfair Display,serif;font-size:3rem;font-weight:700;line-height:1.1}.hiw-desc{color:#cbd5e1;margin-bottom:3rem;font-size:1.1rem;line-height:1.7}.hiw-steps{flex-direction:column;gap:2rem;display:flex}.hiw-step{align-items:flex-start;gap:1.5rem;display:flex}.hiw-step-number{color:#60a5fa;background-color:#3b82f626;border:1px solid #3b82f64d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:700;display:flex}.hiw-step-content h3{color:#f1f5f9;margin:0 0 .5rem;font-size:1.25rem}.hiw-step-content p{color:#94a3b8;margin:0;font-size:1rem;line-height:1.6}.hiw-visual{flex-direction:column;gap:1.5rem;display:flex}.hiw-card{background-color:#1e293b;border:1px solid #334155;border-radius:16px;padding:2.5rem;box-shadow:0 20px 25px -5px #0000004d}.hiw-card-header{border-bottom:1px solid #334155;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;display:grid}.hiw-col{text-align:center;flex-direction:column;align-items:center;display:flex}.hiw-col h4{letter-spacing:.1em;color:#94a3b8;text-transform:uppercase;margin:0 0 1.5rem;font-size:.8rem}.hiw-col h4.blue-text{color:#60a5fa}.hiw-box{border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:1rem;font-size:.95rem;font-weight:600;display:flex}.hiw-box small{opacity:.8;margin-top:.25rem;font-size:.75rem;font-weight:400}.hiw-box.outline{color:#cbd5e1;border:1px solid #475569}.hiw-box.gray{color:#cbd5e1;background-color:#334155}.hiw-box.blue-outline{color:#93c5fd;background-color:#3b82f61a;border:1px solid #3b82f6}.hiw-box.blue-solid{color:#bfdbfe;background-color:#3b82f633;border:1px solid #3b82f666}.hiw-connector{flex-direction:column;align-items:center;padding:1rem 0;display:flex}.hiw-line{background-color:#475569;width:1px;height:20px}.hiw-line.blue{background:0 0;border-left:2px dashed #60a5fa}.hiw-label{color:#64748b;margin:.5rem 0;font-size:.75rem}.hiw-label.blue{color:#60a5fa}.hiw-table{text-align:center;justify-content:space-around;display:flex}.hiw-table-col{flex-direction:column;gap:.5rem;display:flex}.hiw-t-head{color:#64748b;text-transform:uppercase;font-size:.8rem}.hiw-t-old{color:#94a3b8;font-size:1rem;text-decoration:line-through}.hiw-t-new{color:#34d399;font-size:1.1rem;font-weight:700}.hiw-caption{text-align:center;color:#64748b;margin:0;font-size:.9rem;line-height:1.5}@media (width<=992px){.hiw-container{grid-template-columns:1fr}}@media (width<=600px){.hiw-card-header{grid-template-columns:1fr;gap:3rem}}.partners-section{background-color:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;padding:4rem 0;overflow:hidden}.partners-container{text-align:center;max-width:1200px;margin:0 auto}.partners-title{letter-spacing:.15em;color:#94a3b8;text-transform:uppercase;margin-bottom:2.5rem;font-size:.85rem;font-weight:700}.slider-wrapper{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.slider-track{align-items:center;width:max-content;animation:30s linear infinite scroll;display:flex}.slider-track:hover{animation-play-state:paused}.partner-logo{color:#323232;cursor:default;white-space:nowrap;margin:0 3rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;transition:color .3s}.partner-logo:hover{color:#64748b}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.cta-section{background-color:#f8fafc;padding:4rem 4rem 0}.cta-container{max-width:1200px;margin:0 auto}.cta-banner{color:#fff;background-image:url(https://images.unsplash.com/photo-1579546929518-9e396f3cc809?auto=format&fit=crop&w=1920&q=80);background-position:50%;background-size:cover;border-radius:24px;justify-content:space-between;align-items:center;padding:5rem 4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.cta-banner:before{content:"";z-index:1;background:linear-gradient(90deg,#000c 0%,#0003 100%);width:100%;height:100%;position:absolute;top:0;left:0}.cta-content-left{z-index:2;flex:1;max-width:50%;position:relative}.cta-content-left h2{letter-spacing:-.03em;margin:0;font-family:Inter,sans-serif;font-size:3.5rem;font-weight:700;line-height:1.1}.cta-content-right{z-index:2;flex-direction:column;flex:.8;align-items:flex-start;max-width:400px;display:flex;position:relative}.cta-content-right p{color:#ffffffe6;margin-bottom:2rem;font-size:1.25rem;font-weight:400;line-height:1.5}.cta-btn{color:#0f172a;cursor:pointer;background-color:#fff;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.cta-btn-icon{font-size:1.25rem}@media (width<=992px){.cta-banner{flex-direction:column;align-items:flex-start;gap:3rem;padding:3.5rem 2.5rem}.cta-content-left,.cta-content-right{max-width:100%}.cta-content-left h2{font-size:2.75rem}}@media (width<=600px){.cta-section{padding:2rem 1.5rem 0}}.support-section{color:#0f172a;background-color:#f8fafc;padding:6rem 4rem}.support-container{grid-template-columns:1fr 1.1fr;align-items:flex-start;gap:5rem;max-width:1200px;margin:0 auto;display:grid}.support-subtitle,.form-subtitle{letter-spacing:.15em;text-transform:uppercase;margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:block}.support-subtitle{color:#14b8a6}.form-subtitle{color:#00b5af}.support-title{color:#0f172a;letter-spacing:-.02em;margin:0 0 1.5rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700}.support-desc{color:#64748b;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.support-call-card{color:#fff;background-color:#00b5af;border-radius:12px;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;display:flex;box-shadow:0 10px 15px -3px #1d4ed84d}.call-icon-wrapper{background-color:#fff3;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex}.call-text{flex-direction:column;display:flex}.call-label{opacity:.9;margin-bottom:.25rem;font-size:.9rem;font-weight:500}.call-number{letter-spacing:.5px;font-size:1.5rem;font-weight:700}.support-ticket-card{cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;transition:border-color .2s,box-shadow .2s;display:flex}.support-ticket-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000000d}.ticket-icon-wrapper{color:#64748b;background-color:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex}.ticket-text{flex-direction:column;flex:1;display:flex}.ticket-label{color:#64748b;margin-bottom:.25rem;font-size:.9rem}.ticket-action{color:#0f172a;font-size:1.1rem;font-weight:600}.ticket-arrow{color:#94a3b8;font-size:1.5rem}.support-status-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.status-header{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.status-dot{border-radius:50%;width:10px;height:10px}.status-dot.green{background-color:#10b981}.status-text{color:#0f172a;font-size:1.05rem;font-weight:700}.status-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.status-item{text-align:center;background-color:#f8fafc;border-radius:8px;flex-direction:column;align-items:center;padding:1rem;display:flex}.status-indicator{color:#10b981;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.status-name{color:#64748b;font-size:.85rem;font-weight:500}.consult-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#0f172a;font-size:.95rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#0f172a;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.875rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#00b5af;outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em}.form-checkbox{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.form-checkbox input[type=checkbox]{cursor:pointer;border:1px solid #cbd5e1;border-radius:4px;width:1.25rem;height:1.25rem}.form-checkbox label{color:#475569;cursor:pointer;font-size:.95rem}.submit-btn{width:100%;margin-top:.5rem;padding:1rem;font-size:1.1rem}@media (width<=1024px){.support-container{grid-template-columns:1fr;gap:4rem}}@media (width<=640px){.form-row,.status-grid{grid-template-columns:1fr}}.footer-section{color:#f8fafc;background-color:#0f172a;padding:5rem 4rem 2rem;font-family:Inter,sans-serif}.footer-container{max-width:1200px;margin:0 auto}.footer-top{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.footer-logo h1{color:#fff;letter-spacing:1px;margin:0;font-family:Playfair Display,serif;font-size:2rem;font-weight:700}.footer-logo-img{object-fit:contain;height:60px;margin:0}.footer-tagline{color:#94a3b8;font-size:1.1rem}.footer-divider{background-color:#1e293b;border:none;height:1px;margin:3rem 0}.footer-grid{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid}.footer-col{flex-direction:column;display:flex}.footer-col-logo{display:visible}.footer-col h4{color:#fff;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.footer-col a,.footer-col .contact-link{color:#94a3b8;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.95rem;text-decoration:none;transition:color .2s;display:flex}.footer-col a:hover{color:#60a5fa}.contact-icon{font-size:1.1rem}.footer-actions{align-items:flex-end}.language-selector{background-color:#1e293b;border:1px solid #334155;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;display:flex}.lang-icon{color:#94a3b8}.language-selector select{color:#f8fafc;cursor:pointer;background:0 0;border:none;outline:none;font-size:.9rem;font-weight:500}.language-selector select option{color:#f8fafc;background-color:#0f172a}.social-links{gap:1rem;display:flex}.social-links a{color:#f8fafc;background-color:#1e293b;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:0;font-size:1.25rem;transition:background-color .2s,transform .2s;display:flex}.social-links a:hover{color:#fff;background-color:#3b82f6;transform:translateY(-2px)}.footer-bottom{color:#64748b;justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.legal-links{gap:2rem;display:flex}.legal-links a{color:#64748b;text-decoration:none;transition:color .2s}.legal-links a:hover{color:#cbd5e1}@media (width<=992px){.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-actions{align-items:flex-start}.footer-col-logo{display:none}}@media (width<=600px){.footer-top{flex-direction:column;align-items:flex-start;gap:1rem}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}.legal-links{flex-direction:column;gap:.5rem}}
