*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;color:#333;background-color:#fff;line-height:1.6}header{display:flex;justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:16px 60px;background:transparent;color:#fff;position:sticky;top:0;z-index:10}.hidden-header{transform:translateY(-100%)}.logo-title{display:flex;align-items:center;gap:12px}.logo-title img{width:80px;height:auto}.site-name{font-size:18px;font-weight:700;color:#000;text-decoration:none;position:relative;cursor:pointer;transition:color .3s}.site-name:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .3s}.site-name:hover{color:orange}.site-name:hover:after{transform:scaleX(1)}.nav-links{display:flex;list-style:none;margin:0;padding:0}.nav-links li{margin-left:12px}.nav-links li:first-child{margin-left:0}.nav-links li a{position:relative;display:inline-block;padding:10px 8px;font-size:1rem;font-weight:500;color:#000;text-decoration:none;background:transparent;border:none;transition:color .3s ease}.nav-links li a:after{content:"";position:absolute;left:0;bottom:2px;width:0%;height:2px;background-color:#ff6b00;transition:width .3s ease}.nav-links li a:hover,.nav-links li a:active{color:#ff6b00;text-shadow:0 0 5px rgba(255,107,0,.6)}.nav-links li a:hover:after,.nav-links li a:active:after{width:100%}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;z-index:1100;position:relative}.hamburger span{width:25px;height:3px;background-color:#000;border-radius:2px;transition:all .3s ease}.mobile-nav{position:fixed;top:0;right:-100%;width:70%;height:100%;background-color:#000;z-index:1000;transition:right .3s ease-in-out;padding:4rem 2rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.mobile-nav.show{right:0}.mobile-nav ul{list-style:none;width:100%;padding:0}.mobile-nav li{margin-bottom:1.5rem}.mobile-nav a{color:#fff;text-decoration:none;font-size:1.2rem;transition:all .3s ease;display:block}.mobile-nav a:hover{color:#ff6b00;text-shadow:0 0 10px rgba(255,107,0,.6)}.mobile-nav a[href="/rfq"]{color:#ff6b00;font-weight:700}@media (max-width: 768px){.desktop-nav{display:none}.hamburger{display:flex}}.close-menu{position:absolute;top:16px;right:16px;background:none;border:none;font-size:2rem;color:#fff;cursor:pointer;z-index:1101;transition:color .2s ease}.close-menu:hover{color:#ff6b00}#hero{text-align:center;padding:100px 20px}#hero h1{font-size:60px;margin-bottom:8px}#hero p{font-size:18px;color:#594e4e;margin-bottom:20px}#hero .cta-button{background:transparent;border:2px solid #ff6b00;color:#ff6b00;padding:.75rem 1.5rem;font-weight:700;border-radius:6px;cursor:pointer;transition:.3s ease;font-size:1rem;text-decoration:none;display:inline-block}#hero .cta-button:hover{background:#ff6b00;color:#fff;box-shadow:0 0 10px #ff6b00b3,0 0 20px #ff6b0099,0 0 30px #ff6b0080}#affiliations{max-width:1440px;margin:60px auto;padding:40px 20px;text-align:center;background:#f8f8f8}#affiliations p{font-size:16px;font-weight:500;margin-bottom:20px}.affiliation-logos{display:flex;justify-content:center;gap:40px}.affiliation-item img{width:80px;height:auto;margin-bottom:8px}.abbr{font-size:14px;color:#333}#about{padding:80px 20px;background-color:#f8f8f8;text-align:center}#about h2{font-size:36px;margin-bottom:20px;color:#2e2e2e}#about p{font-size:18px;color:#594e4e;max-width:800px;margin:0 auto 20px;line-height:1.6}#about .cta-button{background:transparent;border:2px solid #ff6b00;color:#ff6b00;padding:.75rem 1.5rem;font-weight:700;border-radius:6px;cursor:pointer;transition:.3s ease;font-size:1rem;text-decoration:none;display:inline-block;margin-top:20px}#about .cta-button:hover{background:#ff6b00;color:#fff;box-shadow:0 0 10px #ff6b00b3,0 0 20px #ff6b0099,0 0 30px #ff6b0080}.services-page{padding:5rem 1.5rem;background:linear-gradient(to bottom,#0a0a0a,#111,#000);color:#fff;font-family:var(--font-family, "Inter", sans-serif);display:flex;justify-content:center}.services-container{max-width:1200px;width:100%;display:flex;flex-direction:column;gap:3rem;align-items:center}.services-header{text-align:center}.services-header h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.services-header p{max-width:700px;font-size:1rem;color:#bbb;line-height:1.7;margin:0 auto;text-align:center}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;justify-items:stretch;align-items:stretch}.service-card{position:relative;padding:2rem;border-radius:20px;color:#fff;background:linear-gradient(135deg,#1c1c1e,#2a2a2c);box-shadow:0 0 15px #ff6b0033,0 0 30px #ff6b001a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;gap:1rem;overflow:hidden}.service-card:hover{transform:translateY(-4px);box-shadow:0 0 20px #ff6b0066,0 0 40px #ff6b0033}.service-card:nth-child(1){background:linear-gradient(135deg,#2f0f00,#ff6b00)}.service-card:nth-child(2){background:linear-gradient(135deg,#1b1b1b,#444)}.service-card:nth-child(3){background:linear-gradient(135deg,#000428,#004e92)}.service-card:nth-child(4){background:linear-gradient(135deg,#3e3e3e,#ff6b00)}.service-card:nth-child(5){background:linear-gradient(135deg,#1e1e1e,#5e5e5e)}.service-card:nth-child(6){background:linear-gradient(135deg,#2c2c54,#ff6b00)}.service-card h3{font-size:1.1rem;font-weight:600;margin:0}.service-card p{font-size:.95rem;line-height:1.5;color:#eaeaea;margin:0;padding-right:2.5rem}.service-icon{position:absolute;bottom:1rem;right:1rem;font-size:2rem;opacity:.9;color:#fff;animation:slow-rotate 10s linear infinite;filter:drop-shadow(0 0 6px rgba(255,255,255,.2))}@keyframes slow-rotate{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@media (max-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.services-grid{grid-template-columns:1fr}.service-card{padding:1.5rem}.service-icon{font-size:1.6rem;bottom:.75rem;right:.75rem}}.contact-page{padding:4rem 1rem;display:flex;justify-content:center}.contact-container{display:flex;flex-wrap:wrap;gap:2rem;background-color:#f8f8f8;border-radius:24px;padding:2.5rem;max-width:1200px;width:100%}.contact-left{flex:1;min-width:300px}.contact-header h2{font-size:2rem;margin-bottom:.5rem}.contact-header p{font-size:1.05rem;color:#555;margin-bottom:1.5rem}.map-container{width:100%;height:auto;border-radius:12px;overflow:hidden;box-shadow:0 2px 6px #0000000f}.contact-form{flex:1;min-width:300px;max-width:500px;display:flex;flex-direction:column;gap:1rem;align-self:center}.contact-form .form-row{display:flex;gap:1rem;flex-wrap:wrap}.contact-form .form-row>div{flex:1;display:flex;flex-direction:column;gap:.25rem}.contact-form .message-row{display:flex;flex-direction:column;gap:.25rem}.contact-form label{font-weight:500;font-size:.95rem}.contact-form input,.contact-form textarea{padding:.6rem .9rem;font-size:.95rem;border:1px solid #ccc;border-radius:6px;width:100%;background-color:#fff;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#ff6b00;outline:none}.send-inquiry-btn{align-self:flex-start;padding:.6rem 1.2rem;background-color:#ff6b00;color:#fff;border:none;border-radius:6px;font-weight:700;font-size:.95rem;cursor:pointer;transition:background .3s ease}.error{color:red;font-size:.85rem;margin-top:-.25rem}.success-message{margin-top:1rem;color:green;font-weight:700;font-size:.95rem}@media (max-width: 768px){.contact-container,.contact-form .form-row{flex-direction:column}}:root{--accent: #ff6b00;--bg: #fff;--text: #222;--success: #2ecc71;--error: #e74c3c}@media (prefers-color-scheme: dark){:root{--bg: #1e1e1e;--text: #f5f5f5}}.toast{position:fixed;bottom:2rem;right:2rem;padding:1rem 1.25rem;background:var(--bg);color:var(--text);border-left:6px solid var(--accent);border-radius:10px;box-shadow:0 8px 24px #0000004d;z-index:9999;font-size:.95rem;animation:fadeInUp .3s ease,fadeOut .3s ease 2.7s forwards}.toast.success{border-color:var(--success)}.toast.error{border-color:var(--error)}@keyframes fadeInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeOut{to{opacity:0;transform:translateY(20px)}}.intro-section{background:#000;color:#fff;padding:4rem 2rem}.intro-content{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto}.intro-left,.intro-right{flex:1;min-width:280px}.intro-left h2{font-size:2rem;margin-bottom:.5rem}.tagline{font-size:1.2rem;color:#ff6b00;margin-bottom:1.5rem}.section-container{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}@media (max-width: 640px){.section-container{padding:3rem 1rem}}.intro-section{background-color:#000;color:#fff;border-radius:24px;padding:4rem 1.5rem}.intro-content{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:space-between}.intro-left{flex:1;min-width:280px}.intro-left h2{font-size:2.75rem;margin-bottom:.75rem}.taglinegtkm{color:#ff6b00;font-size:1.25rem;margin-bottom:1.75rem;font-weight:500}.about-btn{background:transparent;border:2px solid #ff6b00;color:#ff6b00;padding:.85rem 1.75rem;font-size:1rem;font-weight:700;border-radius:6px;cursor:pointer;transition:.3s;text-decoration:none}.about-btn:hover{background:#ff6b00;color:#000;box-shadow:0 0 10px #ff6b00b3,0 0 20px #ff6b0099,0 0 30px #ff6b0080}.intro-right{flex:1;min-width:280px;font-size:1.05rem;color:#ddd;line-height:1.7}.services-intro-section{background-color:#fff;padding:4rem 1.5rem;color:#000}.services-intro-header{margin-bottom:1rem}.services-intro-header{font-size:1rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:1px}.services-intro-heading-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.services-intro-heading{font-size:2.125rem;font-weight:700;color:#000;margin:0;line-height:1.2}.services-intro-subheading{font-size:2.125;color:#ff6b00;display:block;margin-top:.5rem;font-weight:500}.view-services-intro-btn{background:transparent;border:2px solid #ff6b00;color:#ff6b00;padding:.75rem 1.5rem;font-weight:700;border-radius:6px;cursor:pointer;transition:.3s ease;font-size:1rem;text-decoration:none;display:inline-block}.view-services-intro-btn:hover{background:#ff6b00;color:#fff;box-shadow:0 0 10px #ff6b00b3,0 0 20px #ff6b0099,0 0 30px #ff6b0080}.services-intro-summary{max-width:700px;font-size:1.05rem;color:#444;margin-bottom:2rem;line-height:1.6}.services-intro-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;padding:0 1rem}.service-intro-card{background:linear-gradient(135deg,#ff6b00,#ff8f3c);border-radius:18px;padding:1.25rem 1.5rem 3.5rem;box-shadow:0 8px 20px #ff6b0040;color:#fff;display:flex;flex-direction:column;justify-content:flex-start;width:250px;min-height:260px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.service-intro-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #ff6b0066}.service-intro-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;line-height:1.4}.service-intro-card p{font-size:.95rem;line-height:1.5;color:#fff;margin:0;padding-right:2rem}.service-intro-icon{font-size:2rem;position:absolute;bottom:1.2rem;right:1.2rem;color:#fff;opacity:.9;filter:drop-shadow(0 0 8px rgba(255,255,255,.3));animation:earth-rotate 20s linear infinite;transform-style:preserve-3d}.service-intro-card:hover .service-intro-icon{transform:scale(1.1)}@media (max-width: 768px){.service-intro-card{width:100%;min-height:220px}}@keyframes earth-rotate{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.why-choose-section{padding:4rem 1.5rem;background-color:#000;border-radius:24px;color:#fff}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}.why-image-container{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:16px;display:flex;align-items:flex-end;max-height:450px}.why-bg-img{width:100%;height:100%;object-fit:cover;border-radius:16px;filter:brightness(.8)}.why-text-overlay{position:absolute;bottom:1.5rem;left:1.5rem;background:#0009;color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 0 20px #ff6b0033}.why-text-overlay h2{font-size:2rem;font-weight:700;color:#ff6b00;margin-bottom:.3rem}.why-text-overlay p{font-size:1rem;color:#f0f0f0;margin:0}.why-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.why-card{background:#111;border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.05);box-shadow:0 0 10px #ff6b000d;transition:transform .3s ease,box-shadow .3s ease;color:#fff;position:relative}.why-card:hover{transform:translateY(-5px);box-shadow:0 10px 24px #ff6b0033}.why-card h3{font-size:1.1rem;color:#ff6b00;margin-bottom:.5rem}.why-card p{font-size:.95rem;color:#ccc;line-height:1.6}@media (max-width: 900px){.why-grid,.why-cards-grid{grid-template-columns:1fr}.why-image-container{aspect-ratio:16 / 9;max-height:none}}.why-text-overlay h2{text-shadow:0 0 10px rgba(255,107,0,.4)}.contact-intro-section{padding:4rem 1.5rem;background-color:#f4f4f4;border-radius:24px;color:#000;max-width:1200px;margin:3rem auto}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}.contact-form{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 16px #0000000d;display:flex;flex-direction:column;justify-content:center}.contact-form .form-row{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}@media (min-width: 768px){.contact-form .form-row{flex-direction:row}.contact-form .form-row>div{flex:1}}.contact-form input,.contact-form textarea{width:100%;padding:.75rem 1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;background:#fff;color:#000}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#999}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#ff6b00;box-shadow:0 0 0 3px #ff6b0026}.message-row{display:flex;flex-direction:column;margin-bottom:1rem}.send-inquiry-btn{background:transparent;border:2px solid #ff6b00;color:#ff6b00;padding:.75rem 1.5rem;font-weight:700;border-radius:6px;cursor:pointer;transition:.3s ease;font-size:1rem;text-decoration:none;display:inline-block;width:auto;margin-top:.5rem}.send-inquiry-btn:hover{background:#ff6b00;color:#fff;box-shadow:0 0 10px #ff6b00b3,0 0 20px #ff6b0099,0 0 30px #ff6b0080}.success-message{color:green;font-weight:600;font-size:.95rem;margin-top:1rem;text-align:center}.contact-copy{display:flex;flex-direction:column;justify-content:center}.contact-sub{font-size:1rem;color:#ff6b00;margin-bottom:.75rem;font-weight:600;text-transform:uppercase}.contact-heading{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a;line-height:1.2}.contact-subheading{font-size:1rem;color:#444;max-width:480px;line-height:1.6}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr}.send-inquiry-btn{width:100%}}.footer{background:#000;color:#ff6b00;padding:4rem 3rem 2rem;font-family:Inter,sans-serif}.footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:3rem;max-width:1200px;margin:0 auto}.footer-column{flex:1;min-width:220px}.logo-section{display:flex;flex-direction:column;align-items:flex-start}.logo-name-container{display:flex;align-items:center;gap:.5rem}.footer-logo{width:50px;height:auto;margin-bottom:0}.site-name{font-size:1.1rem;font-weight:700;color:#ff6b00;margin:0}.mid-section{display:flex;justify-content:space-between;gap:3rem}.quick-links ul,.location-info{list-style:none;padding:0;margin:0}.quick-links li a{color:#fff;text-decoration:none;transition:color .3s ease}.quick-links li a:hover{color:#ff6b00;text-shadow:0 0 10px rgba(255,107,0,.5)}.footer-link{color:#fff;text-decoration:none;font-size:.95rem;transition:color .3s}.footer-link:hover{color:#ff6b00;text-shadow:0 0 10px rgba(255,107,0,.5)}.social-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem}.social-section h6{font-size:1rem;color:#ff6b00;font-weight:700;margin:0}.social-icons{display:flex;gap:1rem;align-items:center;justify-content:center}@keyframes pulse-glow{0%{box-shadow:0 0 #ff6b0099}50%{box-shadow:0 0 12px 6px #ff6b0080}to{box-shadow:0 0 #ff6b0099}}.social-icons a{color:#ff6b00;font-size:1.25rem;transition:transform .2s ease;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.social-icons a:hover{transform:scale(1.2);animation:pulse-glow 1s infinite}.footer-bottom{text-align:center;margin-top:3rem;font-size:.9rem;color:#ff6b00}@media (max-width: 768px){.footer-top{flex-direction:column;align-items:center;text-align:center}.mid-section{flex-direction:column;align-items:center}.logo-section,.social-section{align-items:center;text-align:center}.footer-logo{margin:0 auto .5rem;width:70px}.social-icons a{font-size:1.4rem;margin:0 .5rem}.footer-bottom{font-size:.85rem}}.mid-section{display:flex;justify-content:space-between;gap:3rem;flex:1;flex-wrap:wrap}.quick-links ul{list-style:none;padding:0;margin:0}.quick-links li{margin-bottom:.5rem}.quick-links a{color:#fff;text-decoration:none;font-size:.95rem;transition:color .3s}.quick-links a:hover{color:#ff6b00}.info-group{display:flex;flex-direction:row;gap:2rem}.location-info,.contact-info{color:#fff;font-size:.95rem}@media (max-width: 768px){.mid-section{flex-direction:column;align-items:flex-start}.info-group{flex-direction:column;gap:1rem}.quick-links ul{display:flex;flex-direction:column}}.footer h4,.footer h5{color:#ff6b00;font-size:inherit;font-weight:700;margin-bottom:.5rem}.tagline-container{display:flex;flex-direction:column;align-items:flex-start;margin-top:.6rem;font-family:Inter,sans-serif}.tagline{display:flex;gap:1rem;align-items:baseline}.tagline .word,.tagline-container .subtext{opacity:0;transform:translateY(20px)}.tagline-container.animate .word:nth-child(1){animation:slideIn .6s ease forwards .2s}.tagline-container.animate .word:nth-child(2){animation:slideIn .6s ease forwards .8s}.tagline-container.animate .word:nth-child(3){animation:slideIn .6s ease forwards 1.4s}.tagline-container.animate .word:nth-child(1) .first-letter{animation:glowOnce 1.2s ease forwards .2s}.tagline-container.animate .word:nth-child(2) .first-letter{animation:glowOnce 1.2s ease forwards .8s}.tagline-container.animate .word:nth-child(3) .first-letter{animation:glowOnce 1.2s ease forwards 1.4s}.tagline .word{font-size:1rem;font-weight:600;color:#fff}.tagline .first-letter{color:#ff6b00;font-weight:800;text-shadow:0 0 8px rgba(255,107,0,.7)}.tagline-container .subtext{margin-top:.3rem;font-size:.85rem;font-weight:400;color:#fff}.tagline-container.animate .subtext{animation:fadeInGlow 1.2s ease forwards 2.2s}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}@keyframes glowOnce{0%{text-shadow:0 0 0 rgba(255,107,0,0)}50%{text-shadow:0 0 12px rgba(255,107,0,.9)}to{text-shadow:0 0 0 rgba(255,107,0,0)}}@keyframes fadeInGlow{0%{opacity:0;text-shadow:0 0 0 rgba(255,255,255,0)}50%{opacity:1;text-shadow:0 0 12px rgba(255,255,255,.8)}to{opacity:1;text-shadow:0 0 0 rgba(255,255,255,0)}}@media (max-width: 480px){.tagline .word{font-size:.95rem}.tagline-container .subtext{font-size:.8rem}}:root{--bg-color: #ffffff;--card-color: #fdfdfd;--text-color: #1e1e1e;--subtle-text: #555555;--input-bg: #ffffff;--input-border: #ccc;--input-focus: #ff6b00;--font-family: "Inter", system-ui, sans-serif}@media (prefers-color-scheme: dark){:root{--bg-color: #121212;--card-color: #1e1e1e;--text-color: #f5f5f5;--subtle-text: #aaaaaa;--input-bg: #2a2a2a;--input-border: #444}}.rfq-page{padding:4rem 1rem;display:flex;justify-content:center;background-color:var(--bg-color);font-family:var(--font-family)}.rfq-container{display:flex;flex-direction:column;align-items:center;background-color:var(--card-color);border-radius:20px;padding:2.5rem;max-width:620px;width:100%;box-shadow:0 12px 24px #00000012;gap:2rem;transition:background-color .3s ease}.rfq-header{text-align:center}.rfq-header h2{font-size:2rem;margin-bottom:.5rem;color:var(--text-color)}.rfq-header p{font-size:1rem;color:var(--subtle-text);line-height:1.6}.rfq-form{width:100%;display:flex;flex-direction:column;gap:1.25rem}.rfq-form label{font-weight:600;margin-bottom:.3rem;color:var(--text-color);display:block}.rfq-form input,.rfq-form textarea{width:100%;padding:.75rem 1rem;font-size:.95rem;border:1px solid var(--input-border);border-radius:10px;background-color:var(--input-bg);color:var(--text-color);transition:border-color .3s ease,box-shadow .3s ease}.rfq-form input:focus,.rfq-form textarea:focus{border-color:var(--input-focus);box-shadow:0 0 0 3px #ff6b0033;outline:none}.rfq-form textarea{resize:vertical;min-height:120px}.send-inquiry-btn{background-color:#ff6b00;color:#fff;font-weight:600;font-size:1rem;padding:.8rem 1.6rem;border:none;border-radius:10px;cursor:pointer;align-self:flex-start;transition:background-color .3s ease}.send-inquiry-btn:hover{background-color:#e65a00}.rfq-success,.rfq-error{font-size:.95rem;font-weight:500}.rfq-success{color:#4caf50}.rfq-error{color:#f44336}@media (max-width: 768px){.rfq-container{padding:2rem 1.5rem}.rfq-header h2{font-size:1.5rem}}.perspective{perspective:1000px}.transform-style-preserve-3d{transform-style:preserve-3d}.backface-hidden{backface-visibility:hidden}.blog-page{max-width:800px;margin:0 auto;padding:4rem 1.5rem;border-radius:10px;background:linear-gradient(to bottom,#111,#1a1a1a);color:#f5f5f5;font-family:Georgia,serif;line-height:1.8}.blog-page h1{font-size:2.5rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(90deg,#ff6b00,#fa3);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.blog-page h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;color:#ffb870;font-weight:600}.blog-page p{font-size:1.05rem;margin-bottom:1.5rem;color:#e0e0e0}.blog-page ul{padding-left:1.25rem;margin-bottom:2rem}.blog-page ul li{margin-bottom:.75rem;font-size:1.05rem;color:#ccc}.cta-button{display:inline-block;margin-top:2rem;padding:.85rem 1.75rem;background:#ff6b00;color:#fff;font-weight:700;text-decoration:none;border-radius:8px;transition:background .3s ease;box-shadow:0 0 12px #ff6b0066}.cta-button:hover{background:#fa3;box-shadow:0 0 18px #ffa00099}.blog-signoff{margin-top:4rem;padding:3rem 1rem;background:radial-gradient(ellipse at center,#0a0a0a,#000);color:#fff;border-top:1px solid rgba(255,255,255,.05);border-radius:10px}.signoff-content{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto}.signoff-image-wrapper{position:relative;width:240px;height:240px;border-radius:50%;overflow:hidden;background-color:#ff6b00;box-shadow:0 0 30px #ff6b0080;margin:0 auto}.signoff-image{width:100%;height:100%;object-fit:cover;filter:grayscale(20%) brightness(1.1) contrast(1.2);transition:filter .5s ease,transform .5s ease;display:block}.signoff-image-wrapper:hover .signoff-image{filter:grayscale(0%) brightness(1.2) contrast(1.3);transform:scale(1.05)}.signoff-overlay{position:absolute;inset:0;background:linear-gradient(145deg,#ff6b0033,#0000004d);pointer-events:none;mix-blend-mode:overlay;opacity:.6}.signoff-text{max-width:500px}.signoff-text h3{font-size:1.5rem;margin-bottom:.5rem;background:linear-gradient(90deg,#ff6b00,#fa3);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.signoff-text p{font-size:1rem;line-height:1.6;color:#ccc;margin-bottom:1rem}.cta-button{display:inline-block;background:#ff6b00;padding:.6rem 1.4rem;border-radius:30px;color:#fff;font-weight:600;text-decoration:none;box-shadow:0 4px 20px #ff6b0066;transition:.3s ease}.cta-button:hover{background:#fa3;box-shadow:0 6px 24px #ffaa3380}.blog-page{padding-bottom:8rem}footer{z-index:1}.blog-signoff{position:relative;z-index:2}.language-dropdown{padding:2px 6px;font-size:.7rem;border:1.5px solid #ff6b00;border-radius:6px;background-color:#fff;color:#333;transition:border-color .3s,box-shadow .3s;cursor:pointer;max-width:100%;width:auto;min-width:2rem}.language-dropdown:focus{outline:none;border-color:#e85d00;box-shadow:0 0 0 2px #ff6b004d}.language-dropdown:hover{border-color:#e85d00}.language-dropdown option{background-color:#fff;color:#333;font-size:.75rem;padding:4px;font-weight:500;font-family:Segoe UI,sans-serif}@media (max-width: 640px){.language-dropdown{padding:1px 4px;font-size:.65rem;border-radius:4px;min-width:1.8rem}.language-dropdown option{font-size:.7rem;padding:3px}}.utility-bar{display:flex;justify-content:flex-end;padding:6px 1rem;background-color:#fff;border-bottom:1px}@media (max-width: 640px){.utility-bar{padding:4px .75rem}}.chat-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;align-items:center;z-index:9999}.chat-widget{position:fixed;bottom:20px;right:20px;z-index:999;display:flex;align-items:center;flex-direction:column}.chat-widget-button{width:70px;height:70px;border-radius:20px;background:linear-gradient(135deg,#ff6b00,#ff944d);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0003;transition:all .3s ease;position:relative;cursor:pointer}.owl{position:relative;width:40px;height:30px;background:#fff;border-radius:50% 50% 40% 40%;display:flex;justify-content:center;align-items:center}.owl .ear{position:absolute;top:-3px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:10px solid #fff}.owl .ear.left{left:2px;transform:rotate(-45deg)}.owl .ear.right{right:2px;transform:rotate(45deg)}.owl .eye{width:14px;height:14px;background:#fff;border:2px solid #333;border-radius:50%;position:absolute;top:6px}.owl .eye.left{left:6px}.owl .eye.right{right:6px}.owl .pupil{width:6px;height:6px;background:#333;border-radius:50%;margin:3px auto}.owl .beak{position:absolute;bottom:4px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid orange}.chat-widget-label{margin-bottom:8px;font-weight:700;font-size:14px;text-align:center;background:linear-gradient(90deg,#ff6b00,#fff,#ff944d,#ff6b00);background-size:300% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:shimmer 3s linear infinite}@keyframes shimmer{0%{background-position:0% 50%}to{background-position:200% 50%}}.chatbox{position:fixed;bottom:0;right:0;width:320px;height:400px;background:#f4f4f4;border-radius:16px;box-shadow:0 8px 20px #0003;display:flex;flex-direction:column;overflow:hidden}.chatbox-avatar{width:30px;height:30px;border-radius:50%;margin-right:8px;object-fit:cover;vertical-align:middle}.chatbox-close{position:absolute;top:8px;right:12px;font-size:20px;font-weight:700;color:#555;cursor:pointer;transition:color .2s ease;z-index:10}.chatbox-close:hover{color:#ff6b00}.chatbox-header{display:flex;align-items:center;padding:10px;background:#f1f1f1;border-bottom:1px solid #ccc}.chatbox-header .chatbox-avatar{width:40px;height:40px;border-radius:50%;margin-right:10px}.chatbox-messages-wrapper{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.chatbox-messages{flex:1;display:flex;flex-direction:column;padding:14px;gap:16px;overflow-y:auto}.chatbox-messages::-webkit-scrollbar{width:6px}.chatbox-messages::-webkit-scrollbar-track{background:#f4f4f4;border-radius:3px}.chatbox-messages::-webkit-scrollbar-thumb{background-color:#888;border-radius:3px;border:1px solid #ccc}.chatbox-message.host{justify-content:flex-start}.chatbox-message.website{justify-content:flex-end}.message-wrapper{display:flex;align-items:flex-start;gap:8px}.chatbox-message.host .message-wrapper{flex-direction:row}.chatbox-message.website .message-wrapper{flex-direction:row-reverse}.message-content{display:flex;flex-direction:column}.message-content span{display:inline-block;padding:8px 12px;border-radius:12px;max-width:220px;word-wrap:break-word}.chatbox-message.host .message-content span{background-color:#f0f0f0;color:#000}.chatbox-message.website .message-content span{background:linear-gradient(135deg,#4f9aff);color:#fff;text-shadow:0 0 5px #4f9aff,0 0 10px #00f0ff,0 0 15px #8c2eff}.chatbox-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.chatbox-input{display:flex;border-top:1px solid #eee;padding:10px}.chatbox-input input{flex:1;border:none;padding:10px;outline:none;font-size:14px;border-radius:8px 0 0 8px}.chatbox-input button{background:#ff6b00;color:#f4f4f4;border:none;padding:10px 16px;font-weight:700;cursor:pointer;transition:background .2s ease;border-radius:0 8px 8px 0}.chatbox-input button:hover{background:#e65c00}.chat-username-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ff6b00,#ff8f3c);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;text-align:center;z-index:10;animation:fadeIn .3s ease-in-out}.chat-username-overlay h3{margin-bottom:8px;font-size:20px;font-weight:700;color:#f4f4f4}.chat-username-overlay p{margin-bottom:16px;color:#f4f4f4;font-size:14px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-username-overlay form{display:flex;flex-direction:column;gap:12px}.chat-username-overlay input{color:#ff6b00;background:#f4f4f4;border:none;border-radius:10px;padding:12px;font-size:15px;outline:none}.chat-username-overlay button{background:#fff;color:#ff6b00;border:none;border-radius:10px;padding:12px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease}.chat-username-overlay button:hover{background:#ffe0cc}.chat-username-overlay input::placeholder{color:#ff944d;opacity:1}.error-message{color:#f44;font-size:13px;margin-top:6px;font-weight:700;text-shadow:0 0 5px rgba(255,68,68,.6);animation:pulseError 1.2s infinite}@keyframes pulseError{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.chat-username-close{position:absolute;top:10px;right:12px;font-size:22px;font-weight:700;color:#fff;cursor:pointer;transition:color .2s ease}.chat-username-close:hover{color:#ffe0cc}.chat-greeting{display:flex;align-items:center;gap:8px;font-size:1.5rem}.owl-greeting{display:flex;align-items:center;gap:8px}.greeting-text{color:#f4f4f4;font-size:1.5rem;font-weight:700}.owl-animate{position:relative;width:40px;height:30px;background:#fff;border-radius:50% 50% 40% 40%;display:flex;justify-content:center;align-items:center;animation:bob 1.2s infinite alternate}.owl-animate .ear{position:absolute;top:-3px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:10px solid #fff}.owl-animate .ear.left{left:2px;transform-origin:bottom center;transform:rotate(-45deg)}.owl-animate .ear.right{right:2px;transform-origin:bottom center;transform:rotate(45deg)}.owl-animate .eye{width:14px;height:14px;background:#fff;border:2px solid #333;border-radius:50%;position:absolute;top:6px}.owl-animate .eye.left{left:6px}.owl-animate .eye.right{right:6px}.owl-animate .pupil{width:6px;height:6px;background:#333;border-radius:50%;margin:3px auto;animation:blink 4s infinite}.owl-animate .beak{position:absolute;bottom:4px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid orange}@keyframes bob{0%{transform:translateY(0)}to{transform:translateY(-4px)}}@keyframes blink{0%,90%,to{transform:scaleY(1)}92%,98%{transform:scaleY(.1)}}.avatar-instruction{color:#f4f4f4;font-size:1.2rem;font-weight:700;margin-bottom:15px;text-align:center}.avatar-selection{display:flex;justify-content:center;gap:15px;margin-bottom:20px}.avatar-option{width:50px;height:50px;border-radius:50%;overflow:hidden;cursor:pointer;border:2px solid transparent;display:flex;justify-content:center;align-items:center}.avatar-option.selected{border-color:#f4f4f4;box-shadow:0 0 8px 3px #f4f4f4;transition:box-shadow .3s ease,transform .2s ease;transform:scale(1.05)}.avatar-option img{width:100%;height:100%;object-fit:cover;border-radius:50%}.chatbox-typing{display:flex;align-items:center;gap:8px;margin:4px 0}.typing-bubble{background:#ff6b00;border-radius:20px;padding:6px 12px;display:flex;gap:4px;align-items:center}.typing-bubble span{display:block;width:6px;height:6px;background:#f4f4f4;border-radius:50%;animation:blink 1.4s infinite both}.typing-bubble span:nth-child(1){animation-delay:0s}.typing-bubble span:nth-child(2){animation-delay:.2s}.typing-bubble span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
