:root{--primary-blue:#0273c4;--primary-blue-hover:#015ea2;--teal-green:#00a896;--bg-light:#f8fafc;--bg-white:#fff;--text-dark:#1e293b;--text-muted:#555;--border-color:#e2e8f0;--font-heading:"Inter", system-ui, -apple-system, sans-serif;--font-body:"Montserrat", system-ui, -apple-system, sans-serif;background:var(--bg-white);color:var(--text-dark)}*{box-sizing:border-box;margin:0;padding:0}html{max-width:100%;overflow-x:hidden}body{font-family:var(--font-body);background-color:var(--bg-white);color:var(--text-dark);-webkit-font-smoothing:antialiased;max-width:100%;line-height:1.5;overflow-x:hidden}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}.btn-primary{background-color:var(--primary-blue);color:var(--bg-white);cursor:pointer;font-size:14.5px;font-weight:600;font-family:var(--font-heading);border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary:hover{background-color:var(--primary-blue-hover);transform:translateY(-2px);box-shadow:0 4px 12px #0273c440}.btn-primary:active{transform:translateY(0)}.btn-outline{color:var(--text-dark);border:2px solid var(--text-dark);cursor:pointer;font-size:14.5px;font-weight:600;font-family:var(--font-heading);background-color:#0000;border-radius:8px;justify-content:center;align-items:center;padding:10px 22px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-outline:hover{background-color:var(--text-dark);color:var(--bg-white);transform:translateY(-2px);box-shadow:0 4px 12px #1e293b26}.btn-outline:active{transform:translateY(0)}.reveal-fade,.reveal-slide-up,.reveal-slide-left,.reveal-slide-right{opacity:0;will-change:transform, opacity;transition:opacity 1s cubic-bezier(.25,1,.5,1),transform 1s cubic-bezier(.25,1,.5,1)}.reveal-slide-up{transform:translateY(40px)}.reveal-slide-left{transform:translate(40px)}.reveal-slide-right{transform:translate(-40px)}.reveal-fade.revealed,.reveal-slide-up.revealed,.reveal-slide-left.revealed,.reveal-slide-right.revealed{opacity:1;transform:translate(0)}.reveal-image{position:relative;overflow:hidden}.reveal-image:after{content:"";background-color:var(--primary-blue);z-index:2;transform-origin:bottom;will-change:transform;width:100%;height:100%;transition:transform .85s cubic-bezier(.77,0,.175,1);position:absolute;top:0;left:0;transform:scaleY(1)}.reveal-image.revealed:after{transform:scaleY(0)}.reveal-image-bt:after{transform-origin:top}.reveal-image img{opacity:0;will-change:transform, opacity;transition:transform 1.2s cubic-bezier(.25,1,.5,1),opacity .4s ease-out;transform:scale(1.12)}.reveal-image.revealed img{opacity:1;transition-delay:.1s;transform:scale(1)}.navbar-container{z-index:100;background-color:#fff;border-bottom:none;width:100%;transition:transform .3s ease-in-out,box-shadow .3s;position:fixed;top:0;left:0}.navbar-container.nav-visible{transform:translateY(0);box-shadow:0 2px 10px #0000000d}.navbar-container.nav-hidden{transform:translateY(-100%)}.navbar-content{justify-content:space-between;align-items:center;width:100%;max-width:1280px;height:90px;margin:0 auto;padding:0 24px;display:flex}.logo-container{cursor:pointer;z-index:101;align-items:center;display:flex}.logo-img{width:auto;height:38px;display:block}.mobile-menu-toggle{color:var(--text-dark,#333);cursor:pointer;z-index:101;background:0 0;border:none;padding:8px;font-size:24px;display:none}.nav-menu-wrapper{flex-grow:1;justify-content:flex-end;align-items:center;gap:36px;display:flex}.nav-links{align-items:center;gap:36px;margin-right:40px;display:flex}.nav-link-btn{color:var(--text-dark);cursor:pointer;font-size:15px;font-weight:600;font-family:var(--font-heading);background:0 0;border:none;padding:8px 4px;transition:color .2s;position:relative}.nav-link-btn:hover{color:var(--primary-blue)}.nav-link-btn:after{content:"";background-color:var(--primary-blue);transform-origin:100%;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav-link-btn:hover:after,.nav-link-btn.active:after{transform-origin:0;transform:scaleX(1)}.nav-link-btn.active{color:var(--primary-blue)}.navbar-actions{align-items:center;display:flex}@media (width<=1024px){.navbar-container{background-color:var(--bg-white,white);border-bottom:1px solid var(--border-color,#eee)}.navbar-content{height:70px;padding:0 20px}.mobile-menu-toggle{display:block}.nav-menu-wrapper{visibility:hidden;opacity:0;pointer-events:none;background-color:#fff;flex-direction:column;justify-content:flex-start;gap:24px;width:100%;height:calc(100vh - 70px);padding:40px 20px;transition:transform .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;position:fixed;top:70px;left:0;transform:translate(100%);box-shadow:0 4px 10px #0000001a}.nav-menu-wrapper.open{visibility:visible;opacity:1;pointer-events:auto;transform:translate(0)}.nav-links{flex-direction:column;gap:24px;width:100%;margin-right:0}.nav-link-btn{text-align:center;width:100%;padding:12px 0;font-size:18px}.nav-link-btn:after{transform-origin:50%;width:40px;transition:transform .3s;left:50%;transform:translate(-50%)scaleX(0)}.nav-link-btn:hover:after,.nav-link-btn.active:after{transform-origin:50%;transform:translate(-50%)scaleX(1)}.navbar-actions{justify-content:center;width:100%;margin-top:16px}.quote-navbar-btn{width:100%;max-width:280px;padding:14px 24px}}.stats-banner-wrapper{z-index:10;width:80vw;max-width:1040px;position:absolute;bottom:0;left:max(24px,50vw - 616px)}.stats-banner{color:var(--bg-white);background:linear-gradient(135deg,#0b78b8cc 0%,#24a583 47%,#2ebbce 92%);border:1px solid #ffffff1a;border-bottom:none;border-radius:20px;grid-template-columns:1fr 1fr 1.1fr;align-items:center;padding:34px 28px;display:grid;box-shadow:0 -4px 20px #0000000d}.stat-item{flex-direction:column;padding:0 16px;display:flex}.stat-item:not(:last-child){border-right:1px solid #ffffff40}.stat-value{font-family:var(--font-heading);letter-spacing:-.5px;margin-bottom:4px;font-size:26px;font-weight:800;line-height:1.2}.stat-label{font-family:var(--font-body);opacity:.85;font-size:12px;font-weight:400;line-height:1.3}@media (width<=1024px){.stats-banner-wrapper{width:100%;max-width:100%;margin-top:20px;margin-bottom:40px;padding:24px;position:relative;bottom:auto;left:auto}.stats-banner{border-radius:16px;grid-template-columns:1fr;gap:16px;max-width:500px;margin:0 auto;padding:24px}.stat-item{align-items:center;padding:12px 0}.stat-item:not(:last-child){border-bottom:1px solid #fff3;border-right:none}}.hero-section{background-color:var(--bg-white);align-items:stretch;width:100%;height:98vh;max-height:100vh;display:flex;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:stretch;width:100%;height:100%;margin:0;padding:0;display:grid}.hero-left-content{z-index:2;background-color:var(--bg-white);flex-direction:column;justify-content:center;padding:100px 64px 140px max(24px,50vw - 616px);display:flex}.hero-title{font-family:var(--font-heading);color:#0a0a0a;letter-spacing:-1.2px;margin-bottom:18px;font-size:42px;font-weight:800;line-height:1.15}.hero-description{font-family:var(--font-body);color:var(--text-muted);max-width:530px;margin-bottom:28px;font-size:15px;line-height:1.55}.hero-cta-buttons{align-items:center;gap:16px;margin-bottom:0;display:flex}.hero-right-content{background:linear-gradient(135deg,#fff 0%,#e2eff7 100%);align-items:flex-end;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.hero-image{object-fit:cover;object-position:center bottom;width:100%;height:100%;display:block}.vertical-reveal-container{clip-path:inset(100% 0 0);opacity:0;align-items:flex-end;width:100%;height:100%;animation:1.6s cubic-bezier(.16,1,.3,1) .3s forwards verticalRevealWipe;display:flex;position:relative}@keyframes verticalRevealWipe{0%{clip-path:inset(100% 0 0);opacity:0}30%{opacity:1}to{clip-path:inset(0);opacity:1}}.reveal-text .hero-title{opacity:0;animation:1.2s cubic-bezier(.16,1,.3,1) .1s forwards slideUpFade;transform:translateY(30px)}.reveal-text .hero-description{opacity:0;animation:1.2s cubic-bezier(.16,1,.3,1) .3s forwards slideUpFade;transform:translateY(25px)}.reveal-text .hero-cta-buttons{opacity:0;animation:1.2s cubic-bezier(.16,1,.3,1) .5s forwards slideUpFade;transform:translateY(20px)}.reveal-text .stats-banner-wrapper{opacity:0;animation:1.2s cubic-bezier(.16,1,.3,1) .7s forwards slideUpFade;transform:translateY(20px)}@keyframes slideUpFade{to{opacity:1;transform:translateY(0)}}.reveal-text{animation:.9s cubic-bezier(.16,1,.3,1) forwards slideUpFade}@media (width<=1024px){.hero-section{flex-direction:column;height:auto;max-height:none;padding-top:0;overflow:visible}.hero-grid{text-align:center;grid-template-columns:1fr;gap:0}.hero-left-content{text-align:center;align-items:center;padding:90px 24px 40px}.hero-title{letter-spacing:-1px;text-align:left;font-size:38px}.hero-description{margin-left:auto;margin-right:auto}.hero-cta-buttons{flex-direction:column;gap:12px;width:100%}.hero-cta-buttons button{width:100%;max-width:320px}.hero-right-content{height:420px}.hero-image{object-position:center bottom}}.home-about-section{background-color:var(--bg-white);padding:100px 0}.home-about-grid{grid-template-columns:1.15fr .85fr;align-items:flex-start;gap:70px;display:grid}.home-about-left{flex-direction:column;display:flex}.home-about-left .section-tag,.home-products-section .section-tag,.home-why-section .section-tag{font-family:var(--font-heading);color:var(--primary-blue);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:13px;font-weight:700;display:block}.home-about-left .section-title,.home-products-section .section-title,.home-why-section .section-title{font-family:var(--font-heading);color:#111827;letter-spacing:-1px;margin-bottom:24px;font-size:38px;font-weight:800;line-height:1.2}.about-description,.why-main-description{font-family:var(--font-body);color:var(--text-muted);margin-bottom:28px;font-size:15px;line-height:1.65}.about-worker-img-wrapper{border-radius:16px;width:100%;margin-bottom:28px;overflow:hidden;box-shadow:0 4px 20px #00000005}.about-worker-img{width:100%;height:auto;display:block}.about-description-secondary{font-family:var(--font-body);color:var(--text-muted);margin-bottom:32px;font-size:15px;line-height:1.65}.home-about-left .btn-primary{align-self:flex-start;min-width:160px}.home-about-right{width:100%}.about-cylinders-img-wrapper{border-radius:16px;width:100%;overflow:hidden;box-shadow:0 8px 30px #0000000a}.about-cylinders-img{width:100%;height:auto;display:block}.home-products-section{background-color:var(--bg-light);padding:100px 0}.products-section-header{justify-content:space-between;align-items:center;margin-bottom:50px;display:flex}.products-section-header .header-left{flex:1;padding-right:20px}.home-products-section .products-section-header .section-title{white-space:nowrap;text-overflow:ellipsis;margin-bottom:0;font-size:32px;font-weight:800;overflow:hidden}.products-section-header .header-right{flex-shrink:0}.home-products-grid{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.home-product-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;flex:0 0 calc(33.333% - 20px);min-width:320px;max-width:calc(33.333% - 20px);padding:32px;transition:all .3s;display:flex;box-shadow:0 4px 20px #00000005}.home-product-card:hover{border-color:var(--primary-blue);transform:translateY(-5px);box-shadow:0 12px 30px #0000000f}.product-card-title{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:12px;font-size:20px;font-weight:700}.product-card-desc{font-family:var(--font-body);color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:0;height:39px;margin-bottom:24px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card-img-wrapper{border-radius:12px;justify-content:center;align-items:center;width:100%;margin-top:auto;display:flex;overflow:hidden}.product-card-img{object-fit:contain;max-width:100%;max-height:100%;display:block}.home-why-section{background-color:var(--bg-white);padding:100px 0}.home-why-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;display:grid}.home-why-left{flex-direction:column;display:flex}.why-benefits-list{flex-direction:column;gap:32px;margin-top:16px;display:flex}.benefit-item{align-items:flex-start;gap:20px;display:flex}.benefit-check{width:32px;height:32px;color:var(--primary-blue);background-color:#0273c41a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.benefit-text h3{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:6px;font-size:17px;font-weight:700}.benefit-text p{font-family:var(--font-body);color:var(--text-muted);font-size:14.5px;line-height:1.55}.home-why-right{width:100%}.why-image-wrapper{border-radius:20px;width:100%;overflow:hidden;box-shadow:0 8px 30px #0000000d}.why-image{width:100%;height:auto;display:block}.home-cta-section{background-color:var(--bg-white);padding:80px 0}.cta-banner-content{background:linear-gradient(135deg,#18b8c6 0%,#1197a4 100%);border-radius:24px;grid-template-columns:1.15fr .85fr;align-items:center;gap:60px;padding:60px 80px;display:grid;overflow:hidden;box-shadow:0 10px 40px #18b8c626}.cta-left{flex-direction:column;display:flex}.cta-title{font-family:var(--font-heading);color:var(--bg-white);letter-spacing:-1px;max-width:600px;margin-bottom:32px;font-size:38px;font-weight:800;line-height:1.25}.btn-cta-outline{color:var(--bg-white);border:2px solid var(--bg-white);cursor:pointer;font-size:15px;font-weight:600;font-family:var(--font-heading);background-color:#0000;border-radius:8px;align-self:flex-start;margin-bottom:48px;padding:12px 32px;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-cta-outline:hover{background-color:var(--bg-white);color:#1197a4;transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.cta-stats-row{border-top:1px solid #fff3;grid-template-columns:repeat(3,1fr);gap:20px;padding-top:32px;display:grid}.cta-stat-item{flex-direction:column;display:flex}.cta-stat-num{font-family:var(--font-heading);color:var(--bg-white);margin-bottom:4px;font-size:28px;font-weight:800;line-height:1.2}.cta-stat-lbl{font-family:var(--font-body);color:#ffffffd9;font-size:12px;line-height:1.3}.cta-right{width:100%}.cta-image-wrapper{border-radius:16px;width:100%;overflow:hidden;box-shadow:0 8px 30px #00000014}.cta-image{object-fit:cover;object-position:center;width:100%;height:320px;display:block}@media (width<=1024px){.home-about-section,.home-products-section,.home-why-section,.home-cta-section{padding:60px 0}.home-about-grid,.home-why-grid,.cta-banner-content{grid-template-columns:1fr;gap:45px}.home-products-grid{gap:24px}.home-product-card{max-width:calc(50% - 12px);min-width:unset;flex:0 0 calc(50% - 12px)}.products-section-header{flex-direction:column;align-items:flex-start;gap:20px}.home-about-left .section-title,.home-products-section .products-section-header .section-title,.home-why-section .section-title,.cta-title{white-space:normal;font-size:30px}.cta-banner-content{padding:40px}}@media (width<=768px){.home-product-card{max-width:100%;min-width:unset;flex:0 0 100%}.cta-stats-row{grid-template-columns:1fr;gap:24px}}@media (width<=480px){.cta-banner-content{padding:30px 20px}}.scroll-reveal{opacity:0;will-change:transform, opacity;transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.scroll-reveal.visible{opacity:1;transform:translateY(0)}.home-about-left .scroll-reveal:first-child.visible,.home-products-section .scroll-reveal:first-child.visible,.home-why-section .scroll-reveal:first-child.visible{transition-delay:.1s}.home-about-left .scroll-reveal:nth-child(2).visible,.home-products-section .scroll-reveal:nth-child(2).visible,.home-why-section .scroll-reveal:nth-child(2).visible{transition-delay:.25s}.home-about-left .scroll-reveal:nth-child(3).visible,.home-why-section .scroll-reveal:nth-child(3).visible{transition-delay:.4s}.home-about-left .scroll-reveal:nth-child(4).visible{transition-delay:.55s}.home-about-left .scroll-reveal:nth-child(5).visible{transition-delay:.7s}.home-about-left .scroll-reveal:nth-child(6).visible{transition-delay:.85s}.home-about-right .scroll-reveal.visible,.home-why-right.scroll-reveal.visible,.home-cta-section.scroll-reveal.visible{transition-delay:.3s}.home-faq-section{background-color:var(--bg-white);padding:100px 0}.home-faq-grid{grid-template-columns:.95fr 1.05fr;align-items:flex-start;gap:80px;display:grid}.home-faq-left{flex-direction:column;display:flex}.faq-section-tag{font-family:var(--font-heading);color:#0273c4;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-size:12px;font-weight:700;display:block}.faq-section-title{font-family:var(--font-heading);color:#111827;letter-spacing:-.5px;margin-bottom:80px;font-size:38px;font-weight:800;line-height:1.2}.faq-still-questions h3{font-family:var(--font-heading);color:#111827;margin-bottom:12px;font-size:18px;font-weight:700}.faq-still-questions p{font-family:var(--font-body);color:var(--text-muted);max-width:360px;margin-bottom:20px;font-size:14.5px;line-height:1.6}.faq-contact-link{font-family:var(--font-heading);color:#0273c4;cursor:pointer;align-items:center;font-size:14.5px;font-weight:700;transition:opacity .2s;display:inline-flex}.faq-contact-link:hover{opacity:.8}.faq-contact-link .arrow{margin-left:6px;transition:transform .2s}.faq-contact-link:hover .arrow{transform:translate(4px)}.home-faq-right{width:100%}.faq-accordion-list{flex-direction:column;display:flex}.faq-accordion-item{border-top:1px solid #e5e7eb}.faq-accordion-list .faq-accordion-item:last-child{border-bottom:1px solid #e5e7eb}.faq-accordion-header{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:24px 0;display:flex}.faq-question-text{font-family:var(--font-heading);color:#111827;font-size:16px;font-weight:700;line-height:1.4;transition:color .2s}.faq-accordion-item:hover .faq-question-text{color:#0273c4}.faq-icon-status{color:#9ca3af;-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:20px;font-weight:400;line-height:1}.faq-accordion-body{max-height:0;transition:max-height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-accordion-item.active .faq-accordion-body{max-height:160px}.faq-answer-inner{padding-bottom:24px}.faq-answer-inner p{font-family:var(--font-body);color:var(--text-muted);margin:0;font-size:14.5px;line-height:1.6}@media (width<=1024px){.home-faq-grid{grid-template-columns:1fr;gap:40px}.faq-section-title{margin-bottom:24px}}.about-page{padding-bottom:80px}.about-page .page-header{text-align:center;padding:140px 0 40px}.about-page h1{color:#0a0a0a;letter-spacing:-1px;margin-bottom:12px;font-size:40px;font-weight:800}.about-page .subtitle{color:var(--text-muted);max-width:650px;font-size:17px;font-family:var(--font-body);margin:0 auto}.about-grid{grid-template-columns:1fr 1fr;gap:40px;margin-bottom:80px;display:grid}.about-card{background-color:var(--bg-light);border:1px solid var(--border-color);border-radius:16px;padding:40px}.about-card h2{color:var(--primary-blue);margin-bottom:20px;font-size:24px;font-weight:700}.about-card.main-info p{color:var(--text-muted);font-size:15px;line-height:1.7;font-family:var(--font-body);margin-bottom:16px}.about-card.values{flex-direction:column;gap:24px;display:flex}.strength-item{gap:16px;display:flex}.strength-icon{width:28px;height:28px;color:var(--primary-blue);background-color:#0273c41a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.strength-item h3{color:var(--text-dark);margin-bottom:4px;font-size:16px;font-weight:600}.strength-item p{color:var(--text-muted);font-size:14px;line-height:1.5;font-family:var(--font-body)}@media (width<=1024px){.about-grid{grid-template-columns:1fr}.about-page .page-header{padding-top:60px}}.products-page{padding-bottom:80px}.products-page .page-header{text-align:center;padding:140px 0 40px}.products-page h1{color:#0a0a0a;letter-spacing:-1px;margin-bottom:12px;font-size:40px;font-weight:800}.products-page .subtitle{color:var(--text-muted);max-width:650px;font-size:17px;font-family:var(--font-body);margin:0 auto}.products-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:30px;margin-bottom:80px;display:grid}.product-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:var(--primary-blue);transform:translateY(-5px);box-shadow:0 12px 24px #0000000d}.product-badge{color:var(--teal-green);background-color:#00a8961a;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700;position:absolute;top:16px;right:16px}.product-info{flex-direction:column;height:100%;padding:32px;display:flex}.product-info h2{color:var(--text-dark);margin-bottom:4px;padding-right:80px;font-size:22px;font-weight:700}.product-type{font-family:var(--font-heading);color:var(--primary-blue);text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:13px;font-weight:600;display:inline-block}.product-description{font-family:var(--font-body);color:var(--text-muted);margin-bottom:24px;font-size:14.5px;line-height:1.6}.product-details{background-color:var(--bg-light);border-radius:8px;margin-top:auto;margin-bottom:24px;padding:16px}.detail-row{font-size:13.5px;line-height:1.5;font-family:var(--font-body);justify-content:space-between;display:flex}.detail-row:not(:last-child){margin-bottom:8px}.detail-row strong{color:var(--text-dark)}.detail-row span{color:var(--text-muted)}.product-inquiry-btn{width:100%}@media (width<=1024px){.products-page .page-header{padding-top:60px}}.contact-page{padding-bottom:80px}.contact-page .page-header{text-align:center;padding:140px 0 40px}.contact-page h1{color:#0a0a0a;letter-spacing:-1px;margin-bottom:12px;font-size:40px;font-weight:800}.contact-page .subtitle{color:var(--text-muted);max-width:650px;font-size:17px;font-family:var(--font-body);margin:0 auto}.contact-grid{grid-template-columns:.9fr 1.1fr;gap:40px;margin-bottom:80px;display:grid}.contact-info-card{background-color:var(--primary-blue);color:var(--bg-white);border-radius:16px;flex-direction:column;padding:40px;display:flex}.contact-info-card h2{color:var(--bg-white);margin-bottom:16px;font-size:24px;font-weight:700}.contact-info-card .address{font-family:var(--font-body);opacity:.9;margin-bottom:40px;font-size:15px;line-height:1.6}.info-channels{flex-direction:column;gap:28px;display:flex}.info-item{align-items:flex-start;gap:16px;display:flex}.info-icon{font-size:20px;line-height:1.2}.info-item h4{text-transform:uppercase;letter-spacing:.5px;opacity:.8;margin-bottom:2px;font-size:14px;font-weight:700}.info-item p{font-family:var(--font-body);font-size:15px;line-height:1.4}.contact-form-card{background-color:var(--bg-light);border:1px solid var(--border-color);border-radius:16px;padding:40px}.contact-form-card h2{color:var(--text-dark);margin-bottom:24px;font-size:24px;font-weight:700}.contact-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-group label{color:var(--text-dark);font-size:13.5px;font-weight:600}.form-group input,.form-group textarea{border:1px solid var(--border-color);font-size:14px;font-family:var(--font-body);background-color:var(--bg-white);border-radius:8px;outline:none;padding:12px 16px;transition:all .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #0273c41a}.success-message{text-align:center;border:1px dashed var(--teal-green);background-color:#00a89614;border-radius:8px;padding:40px 20px}.success-message h3{color:var(--teal-green);font-size:22px;font-family:var(--font-heading);margin-bottom:8px}.success-message p{color:var(--text-muted);font-size:15px;font-family:var(--font-body)}@media (width<=1024px){.contact-grid{grid-template-columns:1fr}.contact-page .page-header{padding-top:60px}}@media (width<=768px){.form-row{grid-template-columns:1fr}}.app-layout{flex-direction:column;min-height:100vh;display:flex;position:relative}.main-content{flex-grow:1;width:100%}.main-footer{color:#fff;font-family:var(--font-body), system-ui, -apple-system, sans-serif;background:linear-gradient(135deg,#0b78b8cc 0%,#24a583 47%,#2ebbce 92%);padding:80px 0 35px}.footer-top-grid{grid-template-columns:1.4fr .86fr .86fr .86fr;align-items:flex-start;gap:40px;margin-bottom:60px;display:grid}.footer-brand-col{padding-right:40px}.footer-brand-title{font-family:var(--font-heading), system-ui, sans-serif;color:#fff;letter-spacing:-.3px;margin-bottom:24px;font-size:28px;font-weight:700;line-height:1.25}.footer-brand-desc{color:#fffc;font-size:13.5px;font-weight:400;line-height:1.65}.footer-links-col h3{font-family:var(--font-heading), system-ui, sans-serif;color:#fff;letter-spacing:.3px;margin-bottom:24px;font-size:14px;font-weight:700}.footer-links-col ul{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.footer-links-col ul li{color:#ffffffd9;cursor:pointer;width:fit-content;font-size:13.5px;transition:color .2s,transform .2s}.footer-links-col ul li:hover{color:#fff;transform:translate(2px)}.footer-contact-bar{border:1px solid #ffffff4d;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:30px;padding:24px 40px;display:flex}.footer-logo-text{font-family:var(--font-heading), system-ui, sans-serif;letter-spacing:1.5px;color:#fff;font-size:22px;font-weight:800}.footer-logo{width:auto;max-height:30px;display:block}.contact-bar-info{align-items:center;gap:70px;display:flex}.contact-info-item{flex-direction:column;gap:4px;display:flex}.contact-label{text-transform:uppercase;letter-spacing:.5px;color:#ffffffb3;font-size:11px;font-weight:500}.contact-value{color:#fff;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s}.contact-value:hover{opacity:.85}.footer-social-links{align-items:center;gap:18px;margin-top:4px;display:flex}.footer-social-links a{color:#fff;justify-content:center;align-items:center;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.footer-social-links a:hover{opacity:.8;transform:translateY(-1px)}.footer-social-links .x-logo{align-items:center;display:inline-flex}.footer-bottom{justify-content:space-between;align-items:center;padding-top:10px;display:flex}.copyright-txt,.credits-txt{color:#ffffffbf;margin:0;font-size:12px;font-weight:400}.credits-txt{text-transform:lowercase}@media (width<=1024px){.footer-top-grid{grid-template-columns:1fr 1fr;gap:45px}.footer-brand-col{grid-column:span 2;padding-right:0}.contact-bar-info{gap:40px}}@media (width<=768px){.main-footer{padding:60px 0 30px}.footer-top-grid{grid-template-columns:1fr;gap:35px;margin-bottom:45px}.footer-brand-col{grid-column:span 1}.footer-brand-title{font-size:24px}.footer-links-col h3{margin-bottom:16px}.footer-contact-bar{flex-direction:column;align-items:flex-start;gap:30px;padding:30px}.contact-bar-info{flex-direction:column;align-items:flex-start;gap:24px;width:100%}.social-item{width:100%}.footer-bottom{border-top:1px solid #ffffff1a;flex-direction:column;align-items:flex-start;gap:12px;padding-top:20px}}
