@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@500;600&display=swap";.footer{background:#062d76;padding:60px 70px;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-top:1px solid rgba(255,255,255,.15);position:relative}.footer-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:60px;max-width:1400px;margin:0 auto}.brand{flex:1 1 250px}.brand h2{margin-bottom:12px;font-size:22px;font-weight:700;color:#fff;letter-spacing:-.3px}.social-icons{display:flex;gap:12px;flex-wrap:wrap}.brand .social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;text-decoration:none;border-radius:50%;background:#ffffff26;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.brand .social-icons a:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 6px 15px #00000026}.brand .social-icons a:active{transform:translateY(-2px)}.brand .social-icons img{height:20px;width:20px}.links,.contact{flex:1 1 120px}.footer-inner .links h3,.footer-inner .contact h3{margin-bottom:16px;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff}.links ul,.contact ul{list-style:none;width:120px;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.links ul li a{display:flex;align-items:center;gap:8px;text-decoration:none;color:#ffffffd9;transition:all .3s ease;font-size:16px}.links ul li a svg{width:16px;height:16px;color:#fff}.links ul li a:hover{color:#f7cece;transform:translate(4px)}.contact ul li a{text-decoration:none;color:#ffffffd9;font-size:14px;transition:all .3s ease}.contact a:hover{color:#fff}.footer-bottom{margin-top:10px;text-align:center;color:#ffffffb3;border-top:1px solid rgba(255,255,255,.15);padding-top:20px}.brand-lead{font-size:17px;margin-bottom:30px}@media(min-width:768px){.links ul li a{margin-left:15px}}@media(max-width:1024px){.footer{padding:50px 40px}.footer-inner{gap:40px}.brand h2{font-size:20px}.links ul li a{display:flex}}@media(max-width:768px){.footer{padding:40px 20px}.footer-inner{grid-template-columns:1fr;gap:30px}.brand h2{font-size:18px}.brand-lead{font-size:13px;margin-bottom:20px}.social-icons{gap:10px}.brand .social-icons a{width:36px;height:36px}.brand .social-icons img{height:18px}.links h3,.contact h3{font-size:14px}.links ul li a,.contact ul li a{font-size:13px}.footer-bottom{font-size:12px;margin-top:30px}}@media(max-width:480px){.footer{padding:30px 16px}.footer-inner{gap:20px}.brand h2{font-size:16px}.brand-lead{font-size:12px}.links h3,.contact h3{font-size:13px}.links ul li a,.contact ul li a{font-size:12px}}html{scroll-behavior:smooth}:root{--primary: #00d9ff;--accent: #0099ff;--cta: #ff006e;--text: #ffffff;--dark: #0a0e27;--radius: 14px;--transition: .28s cubic-bezier(.2, .9, .3, 1)}*{box-sizing:border-box}body{font-family:Open Sans,sans-serif}nav.navbar{position:sticky;top:0;z-index:1000;background:#fff;-webkit-backdrop-filter:blur(12px) saturate(150%);backdrop-filter:blur(12px) saturate(150%);border-bottom:1px solid rgba(0,217,255,.15);box-shadow:0 8px 40px #00d9ff1a}.navbar__container{max-width:1280px;margin:0 auto;padding:14px 32px;display:flex;align-items:center;justify-content:space-between}.navbar__logo img{height:80px;object-fit:contain;cursor:pointer}.navbar__menu{display:flex;align-items:center;gap:6px;list-style:none;padding:0;margin:0}.navbar__overlay{position:fixed;inset:0;background:#00000073;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:998}.navbar__overlay.show{opacity:1;pointer-events:auto}.navbar__item{position:relative;font-size:16px}.navbar__link{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:8px;color:#0a0e27;text-decoration:none;font-weight:500;transition:var(--transition);position:relative;z-index:1}.navbar__item:hover:before{opacity:1;transform:scale(1)}.navbar__item:hover .navbar__link{color:var(--primary);text-shadow:0 0 10px rgba(0,217,255,.4)}.navbar__cta .cta-btn,.navbar__item.cta_item .cta-btn{display:flex;align-items:center;gap:8px;padding:12px 22px;border-radius:10px;background:linear-gradient(135deg,#00d9ff,#09f);color:#fff;font-weight:700;border:none;cursor:pointer;text-decoration:none;box-shadow:0 8px 25px #00d9ff4d;transition:var(--transition)}.navbar__cta .cta-btn:hover{transform:translateY(-4px) scale(1.02)}.navbar__toggle{display:none;background:none;border:none;cursor:pointer;color:#0a0e27;font-size:24px;padding:8px;border-radius:6px}.navbar__menu{z-index:999}@media(max-width:1024px){.navbar__container{padding:12px 20px}}@media(min-width:768px){.navbar__item.cta_item{display:none}}@media(max-width:768px){.navbar__toggle{display:flex;align-items:center;justify-content:center}.navbar__cta{display:none}.navbar__menu{position:fixed;top:0;left:0;width:85%;max-width:320px;height:100vh;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;padding:24px;gap:10px;transform:translate(-100%);opacity:1;pointer-events:none;transition:transform .35s ease;z-index:999}.navbar__menu.open{transform:translate(0);pointer-events:auto}.navbar__link span{display:inline}.navbar__item,.navbar__link{width:100%}.navbar__item.cta_item{padding-top:16px;border-top:1px solid rgba(0,217,255,.15)}.navbar__item.cta_item .cta-btn{justify-content:center;padding:14px}.navbar__logo img{height:60px;object-fit:contain;cursor:pointer}}@media(max-width:426px){.navbar__logo img{height:52px}}.about-page{font-family:Inter,sans-serif;color:#333;line-height:1.6}.about-hero{max-width:1300px;margin:auto;padding:6rem 4rem;display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center;position:relative}.about-hero__content h1{font-size:3.2rem;font-weight:800;line-height:1.1;letter-spacing:-1px;margin-bottom:1.5rem;color:#0f172a}.about-hero__content h1:after{content:"";display:block;width:60px;height:4px;margin-top:1.2rem;background:linear-gradient(135deg,#0ea5e9,#2563eb);border-radius:999px}.about-hero__content p{font-size:1.05rem;line-height:1.9;color:#475569;max-width:560px;margin-bottom:2.2rem}.hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:14px 38px;border-radius:999px;background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;font-weight:700;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:all .35s ease;box-shadow:0 18px 40px #2563eb59}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 25px 55px #2563eb73}.about-hero__image{position:relative}.about-hero__image img{width:100%;height:430px;object-fit:cover;border-radius:22px;box-shadow:0 30px 80px #0f172a2e;border:1px solid rgba(15,23,42,.08);transition:transform .4s ease}.about-hero__image img:hover{transform:translateY(-10px)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:6rem 4rem;background:#f8f9fa;position:relative}.about-content__left,.about-content__right{position:relative;z-index:2}.about-content__left h2,.about-content__right h2{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:1.5rem;position:relative}.about-content__left h2:after,.about-content__right h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(135deg,#00d9ff,#09f);border-radius:2px}.about-content__left p{font-size:1.1rem;line-height:1.8;color:#4a5568;margin-bottom:1.5rem}.about-list{list-style:none;padding:0}.about-list li{border-bottom:1px solid #e2e8f0;position:relative;padding:1rem 0 1rem 2rem;transition:all .3s ease}.about-list li:before{content:"✓";position:absolute;left:0;color:#00d9ff;font-weight:700;font-size:1.2rem}.about-list li:hover{padding-left:2.5rem;color:#00d9ff}.about-stats{display:flex;justify-content:center;gap:4rem;padding:4rem;background:linear-gradient(135deg,#1a202c,#2d3748);color:#fff}.stat-box{text-align:center;animation:fadeInUp 1s ease-out}.stat-box:nth-child(1){animation-delay:.1s}.stat-box:nth-child(2){animation-delay:.2s}.stat-box:nth-child(3){animation-delay:.3s}.stat-box h3{font-size:3rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,#00d9ff,#09f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-box p{font-size:1.1rem;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.about-why{padding:6rem 4rem;background:#fff;text-align:center}.about-why h2{font-size:2.8rem;font-weight:700;color:#2d3748;margin-bottom:3rem;position:relative}.about-why h2:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(135deg,#00d9ff,#09f);border-radius:2px}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.why-card{background:#f8f9fa;padding:2.5rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid #e2e8f0;position:relative;overflow:hidden}.why-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,#00d9ff,#09f);transform:scaleX(0);transition:transform .3s ease}.why-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00d9ff33}.why-card:hover:before{transform:scaleX(1)}.why-card h4{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.why-card p{color:#4a5568;line-height:1.7}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.about-hero{grid-template-columns:1fr;padding:5rem 2.5rem}.about-hero__image img{height:340px}.about-content__left h2,.about-content__right h2{font-size:2rem}.about-stats{gap:2rem;padding:3rem 2rem}.about-why,.about-final-cta{padding:4rem 2rem}}@media(max-width:768px){.about-hero__content h1{font-size:2.3rem}.about-hero__content p{font-size:1rem}.about-content{padding:3rem 1.5rem;gap:2rem}.about-content__left h2,.about-content__right h2{font-size:1.8rem}.about-stats{flex-direction:column;gap:2rem;padding:3rem 1.5rem}.stat-box h3{font-size:2.5rem}.why-grid{grid-template-columns:1fr;gap:1.5rem}.about-why{padding:3rem 1.5rem}.about-why h2{font-size:2.2rem}.about-final-cta{padding:3rem 1.5rem}.about-final-cta h2{font-size:2.2rem}}@media(max-width:480px){.about-content{display:flex;flex-direction:column}.about-hero{padding:4rem 1.5rem}.about-hero__content h1{font-size:1.9rem}.hero-cta{margin-left:70px;padding:15px 10}.about-hero__content p{font-size:1rem}.about-hero__image img{height:250px}.about-content{padding:2rem 1rem}.about-content__left h2,.about-content__right h2{font-size:1.5rem}.about-stats{padding:2rem 1rem}.stat-box h3{font-size:2rem}.about-why{padding:2rem 1rem}.about-why h2{font-size:1.8rem}.why-card{padding:1rem}.why-card h4,.why-card p{font-size:15px}.about-final-cta{padding:2rem 1rem}.about-final-cta h2{font-size:1.8rem}.about-final-cta p{font-size:1.1rem}.final-cta-btn{padding:1rem 2.5rem;font-size:1rem}}.products{padding:4rem 0;background-color:#f5f5f5}.products-container{max-width:1200px;margin:0 auto;padding:0 2rem}.products-container header{text-align:center;margin-bottom:3rem}.products-container h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:1rem;font-weight:700;letter-spacing:-.5px}.products-desc{font-size:1.1rem;color:#555;max-width:600px;margin:0 auto;font-weight:500}.category-section{margin-bottom:4rem}.category-title{font-size:1.8rem;color:#1a1a1a;margin-bottom:2rem;text-align:center;font-weight:600;letter-spacing:-.3px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:2rem;margin-top:2rem}.product-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;text-align:center;padding:1.5rem 1rem}.product-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001f}.product-card img{width:100%;height:220px;object-fit:contain;border-radius:8px;margin-bottom:1.5rem;transition:transform .3s ease}.product-card:hover img{transform:scale(1.05)}.product-card h3{font-size:1.2rem;color:#1a1a1a;margin-bottom:.7rem;font-weight:600}.product-card a{text-decoration:none}.product-card p{font-size:.9rem;color:#666;line-height:1.5;font-weight:400}.btn-cont{place-self:center;transition:all .3s ease}.btn-cont .products-btn{text-decoration:none;cursor:pointer;padding:13px 24px;border-radius:5px;background:linear-gradient(135deg,#00d9ff,#09c);color:#0a0e27;box-shadow:0 12px 35px #00d9ff4d;transition:all .35s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;letter-spacing:.1em}.btn-cont:hover{background:#00d9ff26;border-color:#00d9ffcc;transform:translate(4px)}@media(max-width:1024px){.products-container{padding:0 1.5rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(220px,2fr));gap:1.5rem}.products-container h1{font-size:2.2rem}.category-title{font-size:1.6rem}}@media(max-width:768px){.products{padding:3rem 0}.products-container{padding:0 1.5rem}.products-container header{margin-bottom:2rem}.products-container h1{font-size:1.8rem;margin-bottom:.7rem}.products-desc{font-size:.95rem}.category-title{font-size:1.4rem;margin-bottom:1.5rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.2rem}.product-card{padding:1.2rem 1rem}.product-card img{height:180px;margin-bottom:1rem}.product-card h3{font-size:1rem}.product-card p{font-size:.85rem}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}.products{padding:1rem 0}.products-container{padding:0 1rem}.products-container header{margin-bottom:1.5rem}.products-container h1{font-size:1.5rem;margin-bottom:.5rem}.products-desc{font-size:.9rem}.category-title{font-size:1.1rem;margin-bottom:1.2rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.product-card{padding:.6rem}.product-card img{height:160px;margin-bottom:.8rem}.product-card h3{font-size:.95rem;margin-bottom:.5rem}.product-card p{font-size:.8rem}}.productlist{min-height:100vh;background:linear-gradient(135deg,#fff,#f8fbff);padding:4rem 0}.productlist-header{max-width:1400px;margin:0 auto;padding:0 2rem;text-align:center;margin-bottom:4rem}.productlist-header h1{font-size:3rem;font-weight:800;color:#1a1a1a;margin-bottom:.5rem;letter-spacing:-1px}.productlist-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.productlist-container{max-width:1400px;margin:0 auto;padding:0 2rem}.category-filter{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.category-btn{min-width:200px;padding:12px 28px;border:2px solid #1a8a9f;background:transparent;color:#1a8a9f;font-size:13px;font-weight:700;border-radius:10px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.category-btn:hover{background:#1a8a9f1a;transform:translateY(-2px)}.category-btn.active{background:linear-gradient(135deg,#1a8a9f,#157a8f);color:#fff;box-shadow:0 6px 20px #1a8a9f4d}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.product-card{background:#fff;border:2px solid rgba(26,138,159,.15);overflow:hidden;transition:all .35s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 15px #0000000f}.product-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #1a8a9f26}.product-card:hover:before{transform:scaleX(1)}.product-image{width:100%;height:280px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.product-image img{max-width:100%;max-height:100%;object-fit:contain;padding:1rem;transition:transform .35s ease}.product-card:hover .product-image img{transform:scale(1.08)}.product-info{padding:1.5rem;display:flex;flex-direction:column;gap:.8rem}.product-info h3{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.3px}.product-info p{font-size:.9rem;color:#666;margin:0;line-height:1.5}.product-btn{padding:10px 16px;border:2px solid #1a8a9f;background:transparent;color:#1a8a9f;font-weight:700;font-size:12px;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em;align-self:center}.product-btn:hover{background:linear-gradient(135deg,#1a8a9f,#157a8f);color:#fff;box-shadow:0 4px 12px #1a8a9f40;transform:translateY(-2px)}@media(max-width:1024px){.productlist-header h1{font-size:2.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.category-filter{margin-bottom:2.5rem}}@media(max-width:768px){.productlist{padding:2rem 0}.productlist-header{margin-bottom:2rem;padding:0 1.5rem}.productlist-header h1{font-size:2rem;margin-bottom:.5rem}.productlist-header p{font-size:1rem}.productlist-container{padding:0 1.5rem}.category-filter{gap:.75rem;margin-bottom:2rem}.category-btn{padding:10px 20px;font-size:12px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.product-image{height:220px}.product-image img{padding:1.5rem}.product-info{padding:1.25rem;gap:.6rem}.product-info h3{font-size:1rem}.product-info p{font-size:.85rem}.product-btn{padding:8px 12px;font-size:11px}}@media(max-width:480px){.productlist-header h1{font-size:1.6rem}.productlist-container{padding:0 1rem}.category-filter{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.category-btn{min-width:auto;width:auto;padding:8px 12px;font-size:10px;white-space:nowrap}.products-grid{grid-template-columns:1fr;gap:1rem}.product-image{height:200px}.product-info{padding:1rem}.product-info h3{font-size:.95rem}.product-info p{font-size:.8rem}}.notfound-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;background-color:#f9fafb}.notfound-code{font-size:96px;margin:0;color:#111827}.notfound-title{font-size:24px;margin:10px 0;font-weight:600}.notfound-text{max-width:420px;color:#6b7280;margin-bottom:30px;line-height:1.5}.notfound-btn{padding:12px 26px;background-color:#111827;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background-color .2s ease}.notfound-btn:hover{background-color:#000}.quote-overlay{position:fixed;inset:0;z-index:9999;display:grid;place-items:center}.quote-backdrop{position:absolute;inset:0;background:#0a0e27cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.quote-open-btn{padding:14px 32px;border-radius:10px;border:none;background:linear-gradient(135deg,#00d9ff,#09c);color:#0a0e27;font-weight:800;font-size:14px;cursor:pointer;transition:all .35s cubic-bezier(.34,1.56,.64,1);text-transform:uppercase;letter-spacing:.1em;box-shadow:0 8px 25px #00d9ff40}.quote-open-btn:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00d9ff59}.quote-open-btn:active{transform:translateY(-2px)}.quote-container{position:relative;width:min(520px,90vw);background:linear-gradient(135deg,#fff,#f8fbff);padding:56px 48px;border-radius:20px;border:2px solid rgba(0,150,200,.15);box-shadow:0 40px 80px #0003;animation:slideInScale .4s cubic-bezier(.34,1.56,.64,1)}@keyframes slideInScale{0%{transform:scale(.92) translateY(-30px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.quote-close{position:absolute;top:20px;right:20px;width:38px;height:38px;border-radius:50%;border:none;background:#0096c814;font-size:20px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;color:#09c}.quote-close:hover{background:#0096c826;transform:rotate(90deg)}.quote-title{font-size:28px;font-weight:800;margin-bottom:6px;color:#1a1a1a;letter-spacing:-.5px}.quote-subtitle{font-size:15px;color:#666;margin-bottom:28px;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:16px}.contact-form input,.contact-form textarea{padding:14px 16px;border-radius:12px;border:2px solid #e0e7ff;font-size:14px;outline:none;transition:all .3s ease;background:#fafbff;color:#1a1a1a;font-family:inherit}.contact-form textarea{resize:none;min-height:100px}.contact-form input:focus,.contact-form textarea:focus{border-color:#09c;background:#fff;box-shadow:0 0 0 3px #0096c81a}.contact-form button{margin-top:12px;padding:14px 24px;border-radius:10px;border:2px solid #0099cc;background:linear-gradient(135deg,#00d9ff,#09c);color:#0a0e27;font-size:14px;font-weight:800;cursor:pointer;transition:all .35s cubic-bezier(.34,1.56,.64,1);text-transform:uppercase;letter-spacing:.1em}.contact-form button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00d9ff4d}.contact-form button:active{transform:translateY(-1px)}@media(max-width:600px){.quote-container{padding:44px 28px;border-radius:16px}.quote-title{font-size:24px}.quote-close{width:34px;height:34px;font-size:18px}.contact-form input,.contact-form textarea{padding:12px 14px;font-size:13px}.contact-form button{padding:12px 20px;font-size:13px}}#contact{padding:5rem 0;background:linear-gradient(135deg,#fff,#f8fbff);position:relative;overflow:hidden}#contact:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(26,138,159,.08) 0%,transparent 70%);border-radius:50%;top:10%;right:-100px;z-index:1}.contact-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;position:relative;z-index:2;align-items:start}.contact-right{display:flex;flex-direction:column;gap:2rem}.contact-info{display:flex;flex-direction:column;justify-content:flex-start}.contact-info h3{color:#1a8a9f;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:1rem;font-weight:700}.contact-info h1{font-size:2.8rem;font-weight:800;margin-bottom:1.5rem;color:#1a1a1a;letter-spacing:-1px;line-height:1.1}.contact-desc{font-size:1rem;color:#555;line-height:1.8;max-width:450px;margin-bottom:2rem;font-weight:400}.contact-details{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.contact-info .contact-item .contact-spans{display:flex;flex-direction:column}.contact-info .contact-item{display:flex;gap:1.2rem;justify-items:center;align-items:flex-start}.contact-info .contact-item span{font-size:1.5rem;min-width:30px}.contact-info .contact-item p{font-size:.95rem;color:#555;margin:0;line-height:1.6}.contact-item .span-num{gap:7px}.contact-info .contact-item a{text-decoration:none;color:#555;transition:color .3s ease;font-size:.95rem}.contact-info .contact-item a:hover{color:#1a8a9f}.contact-info .contact-item .maps-cont a{text-decoration:none;font-size:.95rem;color:#555;transition:color .3s ease}.contact-info .contact-item .maps-cont a:hover{color:#1a8a9f}.contact-form{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;gap:1.2rem;position:relative;border:2px solid rgba(26,138,159,.15)}.contact-form h2{font-size:1.5rem;color:#1a1a1a;margin:0 0 .5rem;font-weight:700}.contact-form input,.contact-form textarea{padding:1rem 1.2rem;border-radius:10px;border:1px solid #e0e7ff;font-size:.95rem;background:#fafbff;color:#1a1a1a;font-family:inherit;transition:all .3s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#999}.contact-form textarea{resize:none;min-height:120px}.contact-form input:focus,.contact-form textarea:focus{border-color:#1a8a9f;background:#fff;box-shadow:0 0 0 3px #1a8a9f1a;outline:none}.contact-form button{margin-top:.5rem;padding:1rem 1.5rem;border-radius:10px;border:2px solid #1a8a9f;background:linear-gradient(135deg,#1a8a9f,#157a8f);color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;transition:all .3s ease}.contact-form button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1a8a9f4d}.contact-form button:active{transform:translateY(0)}.contact-map{border-radius:16px;overflow:hidden;width:100%}.contact-map h2{font-size:1.5rem;color:#1a1a1a;margin:0 0 1rem;font-weight:700}.contact-map iframe{width:100%;height:250px;display:block}.contact_cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.card{background:linear-gradient(135deg,#fff,#f8fbff);border:2px solid rgba(26,138,159,.15);border-radius:16px;padding:2rem;position:relative;overflow:hidden;transition:all .35s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 15px #0000000f}.card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#1a8a9f,#1a8a9f80);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.card:hover{border-color:#1a8a9f66;transform:translateY(-6px);box-shadow:0 12px 35px #1a8a9f26}.card:hover:before{transform:scaleX(1)}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;position:relative;z-index:1}.card-header svg{width:28px;height:28px;color:#1a8a9f;flex-shrink:0;transition:all .35s ease}.card-header strong{font-size:1.1rem;font-weight:700;color:#1a1a1a;letter-spacing:-.5px;transition:color .35s ease}.card:hover .card-header strong{color:#1a8a9f}.card p{font-size:.95rem;color:#555;line-height:1.7;margin:.5rem 0 0;position:relative;z-index:1;transition:color .35s ease}.card:hover p{color:#333}.card p:first-of-type{margin-top:0}.contact_actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.8rem;border-radius:10px;font-size:.95rem;font-weight:700;text-decoration:none;cursor:pointer;transition:all .35s ease;text-transform:uppercase;letter-spacing:.05em;border:2px solid transparent}.btn.primary{background:linear-gradient(135deg,#1a8a9f,#157a8f);color:#fff;box-shadow:0 4px 15px #1a8a9f40}.btn.primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #1a8a9f59}.btn.primary:active{transform:translateY(-1px)}.btn.ghost{background:transparent;color:#1a8a9f;border:2px solid #1a8a9f}.btn.ghost:hover{background:#1a8a9f1a;transform:translateY(-3px);color:#157a8f;box-shadow:0 4px 15px #1a8a9f26}.btn.ghost:active{transform:translateY(-1px)}.contact-map .kicker{padding:20px;text-align:center}@media(max-width:1024px){.contact-container{gap:3rem;padding:0 1.5rem}.contact-info h1{font-size:2.3rem}.contact-form{padding:2rem}.contact-map iframe{height:220px}.contact_cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}.card{padding:1.5rem}}@media(max-width:900px){.contact-container{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){#contact{padding:3rem 0}.contact-container{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem}.contact-info h1{font-size:2rem}.contact-desc{font-size:.95rem;max-width:100%}.contact-form{padding:1.5rem}.contact-map iframe{height:200px}.contact_cards{grid-template-columns:1fr;gap:1rem}.card{padding:1.5rem}}@media(max-width:480px){#contact{padding:2rem 0}.contact-container{padding:0 1rem;gap:1.5rem}.contact-info h1{font-size:1.6rem;margin-bottom:1rem}.contact-info h3{margin-bottom:.8rem;font-size:11px}.contact-desc{font-size:.9rem;margin-bottom:1.5rem}.contact-details{gap:1.2rem;margin-top:1.5rem}.contact-info .contact-item{gap:1rem}.contact-form{padding:1.25rem;gap:1rem;margin-bottom:1.5rem}.contact-form input,.contact-form textarea{padding:.85rem 1rem;font-size:.9rem}.contact-form button{padding:.85rem 1.2rem;font-size:.85rem}.contact-map iframe{height:180px}.contact_cards{grid-template-columns:1fr;gap:.8rem;margin:1.5rem 0}.card{padding:1.25rem}.card-header{gap:.8rem;margin-bottom:1rem}.card-header svg{width:24px;height:24px}.card-header strong{font-size:1rem}.card p{font-size:.9rem;line-height:1.6}.contact_actions{gap:.75rem;margin-top:1.5rem}.btn{padding:.75rem 1.5rem;font-size:.85rem;flex:1;min-width:120px}}.hero-carousel{position:relative;width:100%;min-height:100vh;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.carousel-container{position:relative;width:100%;min-height:100vh;overflow:hidden}.carousel-slide{position:absolute;inset:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .8s ease-in-out;display:flex;align-items:center;justify-content:center}.carousel-slide.active{opacity:1;z-index:10}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0a0e2766,#0a0e2780,#0096c81a);z-index:1}.carousel-content{position:relative;z-index:5;max-width:800px;text-align:center;padding:0 2rem;animation:contentFadeIn .8s cubic-bezier(.23,1,.32,1) both}.hero-title{font-size:3rem;font-weight:950;line-height:1.4;margin-bottom:12px;color:#fff;letter-spacing:-1px;background:linear-gradient(135deg,#fff,#ffffffe6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:slideUpTitle .7s cubic-bezier(.23,1,.32,1) both}.hero-subtitle{font-size:1.1rem;line-height:1.6;color:#fffc;margin-bottom:40px;font-weight:500;letter-spacing:.3px;animation:slideUpSubtitle .7s cubic-bezier(.23,1,.32,1) .1s both}.hero-actions{display:flex;gap:16px;justify-content:center;animation:slideUpActions .7s cubic-bezier(.23,1,.32,1) .2s both;flex-wrap:wrap}.btn-primary{border:none;cursor:pointer;padding:10px 20px;border-radius:5px;background:linear-gradient(135deg,#00d9ff,#09c);color:#0a0e27;font-weight:800;font-size:.6rem;text-decoration:none;box-shadow:0 12px 35px #00d9ff4d;transition:all .35s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.1em;font-family:inherit}.btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.3) 100%);opacity:0;transition:opacity .35s ease;pointer-events:none}.btn-primary:hover{transform:translateY(-6px);box-shadow:0 20px 50px #00d9ff66}.btn-primary:hover:before{opacity:1}.btn-primary:active{transform:translateY(-2px)}.btn-secondary{padding:10px 20px;border-radius:5px;border:2px solid rgba(255,255,255,.25);color:#fff;font-weight:800;font-size:.6rem;text-decoration:none;transition:all .35s cubic-bezier(.34,1.56,.64,1);background:#ffffff0d;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:inherit}.btn-secondary:before{content:"";position:absolute;inset:0;background:#00d9ff1a;transform:scaleX(0);transform-origin:left;transition:transform .35s cubic-bezier(.34,1.56,.64,1);z-index:-1}.btn-secondary:hover{border-color:#00d9ff99;background:#00d9ff1a;box-shadow:0 12px 35px #00d9ff33;transform:translateY(-6px);color:#00d9ff}.btn-secondary:hover:before{transform:scaleX(1)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:30;background:#00d9ff26;border:2px solid rgba(0,217,255,.3);width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#00d9ff;transition:all .3s cubic-bezier(.34,1.56,.64,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.carousel-arrow svg{width:24px;height:24px}.carousel-arrow:hover{background:#00d9ff4d;border-color:#00d9ff99;transform:translateY(-50%) scale(1.1);box-shadow:0 8px 25px #00d9ff40}.carousel-arrow:active{transform:translateY(-50%) scale(.95)}.carousel-arrow.prev{left:2rem}.carousel-arrow.next{right:2rem}.carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:30;display:flex;gap:12px;align-items:center}.dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(0,217,255,.3);background:transparent;cursor:pointer;transition:all .35s cubic-bezier(.34,1.56,.64,1);padding:0}.dot:hover{background:#00d9ff80;border-color:#00d9ff99;transform:scale(1.3)}.dot.active{background:#00d9ff;border-color:#00d9ff;width:32px;border-radius:6px}@keyframes contentFadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUpTitle{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpSubtitle{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpActions{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.carousel-arrow{width:45px;height:45px}.carousel-arrow.prev{left:1.5rem}.carousel-arrow.next{right:1.5rem}.carousel-dots{bottom:1.5rem;gap:10px}}@media(max-width:768px){.hero-carousel,.carousel-slide{min-height:90vh}.carousel-content{padding:0 1.5rem}.hero-title{font-size:clamp(2.2rem,6vw,3.5rem);margin-bottom:12px}.hero-subtitle{font-size:1rem;margin-bottom:30px}.btn-primary,.btn-secondary{padding:14px 32px;font-size:.9rem}.carousel-arrow{width:40px;height:40px}.carousel-arrow svg{width:20px;height:20px}.carousel-arrow.prev{left:1rem}.carousel-arrow.next{right:1rem}.dot{width:10px;height:10px}.dot.active{width:28px}}@media(max-width:480px){.carousel-arrow{display:none}.hero-carousel{min-height:100vh}.carousel-content{padding:0 1rem}.hero-title{font-size:1.8rem;margin-bottom:8px}.hero-subtitle{font-size:.95rem;margin-bottom:24px}.hero-actions{gap:10px}.btn-primary,.btn-secondary{font-size:.8rem;padding:10px 14px}.carousel-arrow{width:36px;height:36px;margin-top:30px}.carousel-arrow svg{width:18px;height:18px}.carousel-arrow.prev{left:.8rem}.carousel-arrow.next{right:.8rem}.carousel-dots{bottom:1rem;gap:8px}.dot{width:8px;height:8px}.dot.active{width:24px}}*{padding:0;margin:0}
