*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#1e293b;line-height:1.6;overflow-x:hidden}.services{padding:5rem 5%;background:linear-gradient(135deg,#fff,#fff6f6)}.section-title{text-align:center;font-size:2.5rem;color:#000;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.service-card{padding:2.5rem;border-radius:12px;border:1px solid #acacac;transition:all .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0284c726;border-color:#000}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,#0284c7,#0ea5e9);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;margin-bottom:1.5rem}.service-card h3{color:#000;font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#64748b;line-height:1.8}.hero{margin-top:90px;padding:6rem 5% 4rem;background:linear-gradient(135deg,#fff,#fff6f6);text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(56,189,248,.1) 0%,transparent 70%);border-radius:50%}.hero:after{content:"";position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(14,165,233,.08) 0%,transparent 70%);border-radius:50%}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}h1{font-size:3.5rem;font-weight:700;color:#0c4a6e;margin-bottom:1.5rem;line-height:1.2}.hero p{font-size:1.25rem;color:#475569;margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:#000000f2;color:#fff;box-shadow:0 4px 15px #000000f2}.btn-primary:hover{background:#000000f2;transform:translateY(-2px);box-shadow:0 6px 20px #fff6f666}.btn-secondary{background:#fff;color:#000000f2;border:2px solid rgba(0,0,0,.95)}.btn-secondary:hover{background:#000000f2;color:#fff;transform:translateY(-2px)}.logo{width:500px;height:281.3px}@media(max-width:768px){h1{font-size:2.5rem}nav ul{display:none}nav{justify-content:center!important}.hero{padding:4rem 5% 3rem}.logo{width:250px;height:140.65px}}.cta-section{padding:5rem 5%;background:#000000f2;text-align:center;color:#fff}.cta-section h2{font-size:2.5rem;margin-bottom:1.5rem}.cta-section p{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95}.contact-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form input,.contact-form textarea{padding:1rem;border:none;border-radius:8px;font-size:1rem;font-family:inherit;background:#fffffff2;color:#1e293b}.contact-form input:focus,.contact-form textarea:focus{outline:3px solid #7dd3fc;background:#fff}.contact-form textarea{resize:vertical}.contact-form button{margin-top:.5rem}@media(max-width:640px){.form-row{grid-template-columns:1fr}}.carousel-container{display:flex;align-items:center;justify-content:center;padding:1rem}.carousel-wrapper{width:100%;max-width:56rem}.carousel{position:relative;background-color:#000;border-radius:.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.carousel-image-container{position:relative;height:24rem}@media(min-width:768px){.carousel-image-container{height:500px}}.carousel-image{width:100%;height:100%;object-fit:cover}.carousel-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:1.5rem}.carousel-caption h3{color:#fff;font-size:1.25rem;font-weight:600;margin:0}.nav-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;padding:.75rem;border:none;border-radius:50%;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.nav-button:hover{background-color:#000000bf}.nav-button-left{left:1rem}.nav-button-right{right:1rem}.play-pause-button{position:absolute;top:1rem;right:1rem;background-color:#00000080;color:#fff;padding:.75rem;border:none;border-radius:50%;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.play-pause-button:hover{background-color:#000000bf}.dots-container{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.dot{height:.75rem;width:.75rem;border-radius:50%;background-color:#9ca3af;border:none;cursor:pointer;transition:all .2s;padding:0}.dot:hover{background-color:#d1d5db}.dot.active{width:2rem;border-radius:.75rem;background-color:#3b82f6}.why-choose{padding:5rem 5%;background:#000000f2}.why-choose-title{text-align:center;font-size:2.5rem;color:#fff;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature{text-align:center;padding:2rem}.feature-number{font-size:3rem;font-weight:700;color:#fff;margin-bottom:.5rem}.feature h4{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.feature p{color:#64748b}.checkmark{width:30px;height:30px;background-color:#00d4aa;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:15px}.checkmark:after{content:"✓";color:#fff;font-size:18px;font-weight:700}nav{position:fixed;top:0;width:100%;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 5%;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 2px 10px #0000000d}.logo-placeholder{width:180px;height:50px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#0284c7;font-size:.875rem;font-weight:600}nav ul{display:flex;gap:2rem;list-style:none}nav a{text-decoration:none;color:#fff;font-weight:500;transition:color .3s}nav a:hover{color:#0284c7}footer{background:#000000f2;color:#fff;padding:3rem 5% 1.5rem}.footer-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;max-width:1200px;margin:0 auto 2rem}@media(max-width:768px){.footer-content{grid-template-columns:1fr}}.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(186,230,253,.2);color:#fcfcfc}@media(max-width:768px){h1{font-size:2.5rem}nav ul{display:none}.hero{padding:4rem 5% 3rem}}.read-the-docs[data-v-0db4d127],.read-the-docs[data-v-f5053ea7]{color:#888}.logo[data-v-f7bcd94b]{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo[data-v-f7bcd94b]:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.vue[data-v-f7bcd94b]:hover{filter:drop-shadow(0 0 2em #42b883aa)}
