.messages-widget-button{color:#0f1b2b;cursor:pointer;z-index:998;background:linear-gradient(135deg,gold,#fdb931);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 32px #ffd7004d}.messages-widget-button:hover{transform:scale(1.05);box-shadow:0 12px 40px #ffd70066}.messages-widget-badge{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:11px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 8px #ef444466}.messages-widget-panel{z-index:999;background:linear-gradient(#1a1c20 0%,#0f1b2b 100%);border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;width:380px;height:520px;animation:.3s widgetSlideIn;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 20px 60px #00000080}@keyframes widgetSlideIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.messages-widget-panel.mobile{z-index:9999;background:linear-gradient(#1a1c20 0%,#0f1b2b 100%);border-radius:0;flex-direction:column;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.messages-widget-panel.mobile .messages-widget-header{padding-top:calc(12px + env(safe-area-inset-top));background:#0006;border-bottom:1px solid #ffffff1a;flex-shrink:0}.messages-widget-panel.mobile .messages-widget-content{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.messages-widget-panel.mobile .messages-widget-messages{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}.messages-widget-panel.mobile .message-input{background:#0000004d;flex-shrink:0}.messages-widget-header{background:#0003;border-bottom:1px solid #ffffff1a;align-items:center;gap:12px;padding:16px;display:flex}.messages-widget-back{color:#fff;cursor:pointer;background:#ffffff0d;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.messages-widget-back:hover{background:#ffffff1a}.messages-widget-profile-link{border-radius:10px;flex:1;align-items:center;gap:10px;min-width:0;margin:-4px -6px;padding:4px 6px;text-decoration:none;transition:all .2s;display:flex}.messages-widget-profile-link:hover{background:#ffffff0d}.messages-widget-avatar{border-radius:50%;flex-shrink:0;width:36px;height:36px;overflow:hidden}.messages-widget-avatar img{object-fit:cover;width:100%;height:100%}.messages-widget-avatar span{color:gold;background:linear-gradient(135deg,#ffd70033,#ffd7001a);justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:600;display:flex}.messages-widget-title{flex:1;min-width:0}.messages-widget-title h3{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15px;font-weight:700;overflow:hidden}.messages-widget-name{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.messages-widget-name.primary{color:#fff;font-size:15px;font-weight:700}.messages-widget-name.secondary{color:#94a3b8;margin-top:2px;font-size:11px;font-weight:400}.messages-widget-subtitle{color:#64748b;margin-top:2px;font-size:12px;display:block}.messages-widget-close{color:#64748b;cursor:pointer;background:#ffffff0d;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.messages-widget-close:hover{color:#fff;background:#ffffff1a}.messages-widget-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.messages-widget-product-banner{background:#0f1b2bf2;border-bottom:1px solid #ffffff14;flex-shrink:0;align-items:center;gap:10px;padding:10px 16px;text-decoration:none;transition:all .2s;display:flex}.messages-widget-product-banner:hover{background:#ffffff0d}.messages-widget-product-image{object-fit:cover;border:1px solid #ffffff1a;border-radius:6px;width:40px;height:40px}.messages-widget-product-info{flex-direction:column;gap:1px;min-width:0;display:flex}.messages-widget-product-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:10px}.messages-widget-product-name{color:gold;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.messages-widget-rfq-banner{text-align:left;cursor:pointer;background:#3b82f614;border:none;border-bottom:1px solid #3b82f626;flex-shrink:0;align-items:center;gap:10px;width:100%;padding:10px 16px;transition:all .2s;display:flex}.messages-widget-rfq-banner:hover{background:#3b82f626}.messages-widget-rfq-icon{color:#3b82f6;background:#3b82f626;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.messages-widget-rfq-info{flex-direction:column;gap:1px;min-width:0;display:flex}.messages-widget-rfq-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:10px}.messages-widget-rfq-name{color:#60a5fa;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.messages-widget-messages{flex-direction:column;flex:1;display:flex;overflow-y:auto}@media (max-width:768px){.messages-widget-button{width:56px;height:56px;bottom:16px;right:16px}.messages-widget-close,.messages-widget-back{flex-shrink:0;width:40px;height:40px}}
.notification-prompt{z-index:9998;animation:.3s ease-out slideUp;position:fixed;bottom:100px;left:50%;transform:translate(-50%)}@keyframes slideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.notification-prompt-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a283bf2 0%,#0f1b2bfa 100%);border:1px solid #ffd70033;border-radius:16px;align-items:center;gap:12px;padding:12px 16px;display:flex;box-shadow:0 10px 40px #0006,0 0 20px #ffd7001a}.notification-prompt-icon{color:gold;background:#ffd7001a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.notification-prompt-text{flex:1;min-width:0}.notification-prompt-title{color:#fff;margin:0;font-size:14px;font-weight:600}.notification-prompt-description{color:#a0a0a0;margin:2px 0 0;font-size:12px}.notification-prompt-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.notification-prompt-enable{color:#0f1b2b;cursor:pointer;background:linear-gradient(135deg,gold,#fdb931);border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.notification-prompt-enable:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ffd7004d}.notification-prompt-enable:disabled{opacity:.7;cursor:not-allowed;transform:none}.notification-prompt-dismiss{color:#a0a0a0;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.notification-prompt-dismiss:hover{color:#fff;background:#ffffff1a}@media (max-width:480px){.notification-prompt{bottom:80px;left:16px;right:16px;transform:none}.notification-prompt-content{flex-wrap:wrap}.notification-prompt-text{flex:calc(100% - 60px)}.notification-prompt-actions{justify-content:flex-end;width:100%;margin-top:8px}}
.install-prompt{z-index:9997;animation:.3s ease-out installSlideUp;position:fixed;bottom:100px;left:50%;transform:translate(-50%)}@keyframes installSlideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.install-prompt-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a283bf2 0%,#0f1b2bfa 100%);border:1px solid #3b82f64d;border-radius:16px;align-items:center;gap:12px;padding:12px 16px;display:flex;box-shadow:0 10px 40px #0006,0 0 20px #3b82f61a}.install-prompt-icon{color:#3b82f6;background:#3b82f61a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.install-prompt-text{flex:1;min-width:0}.install-prompt-title{color:#fff;margin:0;font-size:14px;font-weight:600}.install-prompt-description{color:#a0a0a0;margin:2px 0 0;font-size:12px}.install-prompt-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.install-prompt-install{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.install-prompt-install:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.install-prompt-dismiss{color:#a0a0a0;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.install-prompt-dismiss:hover{color:#fff;background:#ffffff1a}@media (max-width:480px){.install-prompt{bottom:80px;left:16px;right:16px;transform:none}.install-prompt-content{flex-wrap:wrap}.install-prompt-text{flex:calc(100% - 60px)}.install-prompt-actions{justify-content:flex-end;width:100%;margin-top:8px}}.install-prompt-ios-overlay{z-index:10001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;padding:16px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.install-prompt-ios-modal{background:linear-gradient(135deg,#1a283bfa 0%,#0f1b2bfa 100%);border:1px solid #3b82f64d;border-radius:20px;width:100%;max-width:360px;padding:24px;animation:.25s ease-out scaleIn;position:relative;box-shadow:0 20px 60px #00000080,0 0 30px #3b82f626}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.install-prompt-ios-close{color:#a0a0a0;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.install-prompt-ios-close:hover{color:#fff;background:#ffffff1a}.install-prompt-ios-header{flex-direction:column;align-items:center;gap:12px;margin-bottom:8px;display:flex}.install-prompt-ios-header h3{color:#fff;margin:0;font-size:20px;font-weight:700}.install-prompt-ios-subtitle{color:#a0a0a0;text-align:center;margin:0 0 8px;font-size:14px}.install-prompt-browser-name{color:#3b82f6;text-align:center;background:#3b82f61a;border-radius:20px;width:fit-content;margin:0 auto 20px;padding:4px 12px;font-size:12px;display:block}.install-prompt-ios-steps{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.install-prompt-ios-step{align-items:center;gap:12px;display:flex}.install-prompt-ios-step-number{color:#3b82f6;background:#3b82f626;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:600;display:flex}.install-prompt-ios-step-content{color:#e0e0e0;align-items:center;gap:10px;font-size:14px;display:flex}.install-prompt-ios-step-content strong{color:#fff}.install-prompt-ios-done{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;width:100%;padding:12px 24px;font-size:15px;font-weight:600;transition:all .2s}.install-prompt-ios-done:hover{transform:translateY(-1px);box-shadow:0 6px 20px #3b82f666}
:root{--bg-deep-navy:#0f1b2b;--bg-accent-navy:#1a283b;--accent-gold:gold;--accent-bright-gold:gold;--text-white:#f5f5f5;--text-grey:#a0a0a0;--card-radius:20px;--container-width:1200px;--faq-bg-card-start:#1a1c2099;--faq-bg-card-end:#0f1b2bcc;--faq-bg-card-active-start:#1e293bcc;--faq-bg-card-active-end:#0f1b2bf2;--faq-border-color:#ffffff14;--faq-accent-gold:#d4af372d;--faq-text-muted:#94a3b8}*{box-sizing:border-box}html{scroll-behavior:smooth}.homepage{color:var(--text-white);background:0 0;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-title,.hero-interactions,.social-proof-bar,.floating-widget{opacity:1!important;animation:none!important;transform:none!important}}.hero-title,.hero-interactions,.floating-widget,.card,.company-card{will-change:transform,opacity}#hero-section{background:radial-gradient(circle at 50% 50%,#1c304a 0%,var(--bg-deep-navy)80%);width:100%;height:780px;position:relative;overflow:hidden}@media (max-width:768px){.tagline-section{display:none!important}#hero-section{flex-direction:column;justify-content:flex-start;align-items:center;height:auto;min-height:auto;margin-top:70px;padding-top:20px;padding-bottom:20px;display:flex;overflow:visible}#canvas-container{order:2;width:100%;overflow:visible;pointer-events:none!important;justify-content:center!important;align-items:center!important;height:320px!important;margin:0!important;display:flex!important;position:relative!important}.globe-loading-text{display:none!important}.hero-overlay{order:1;width:100%;padding:0 16px;position:relative!important;top:auto!important;left:auto!important;transform:none!important}.hero-overlay .slogan-container{opacity:1!important;max-width:100%!important;animation:none!important;position:relative!important;transform:scale(1)translateY(0)!important}.hero-overlay .search-bar-container{margin-top:16px;opacity:1!important;max-width:100%!important;animation:none!important;position:relative!important;transform:scale(1)translateY(0)!important}.hero-slogan{color:gold!important;background:0 0!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:gold!important;background-clip:unset!important;text-shadow:0 2px 10px #00000080!important;font-size:22px!important;line-height:1.3!important}.hero-interactions{order:3;width:100%;margin-top:0;margin-bottom:0;opacity:1!important;animation:none!important;position:relative!important;bottom:auto!important;left:auto!important;transform:none!important}.hero-cta-group{flex-direction:column;gap:12px;width:100%;padding:0 20px}.btn-hero-white,.btn-hero-secondary,.hero-cta-btn{text-align:center;justify-content:center;width:100%;padding:14px 24px;font-size:16px}.social-proof-bar{display:none!important}.sp-number{font-size:16px}.sp-label{font-size:10px}.hero-overlay .search-bar-container{max-width:100%;padding:0;overflow:hidden}.hero-left-cards,.hero-right-cards{display:none!important}}#canvas-container{opacity:0;z-index:5;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tagline-section{background:0 0;justify-content:center;align-items:center;margin-top:60px;padding:20px 20px 10px;display:flex}.hero-tagline{color:#fff;letter-spacing:1px;pointer-events:none;text-align:center;width:100%;max-width:600px;font-size:28px;font-weight:700;animation:.8s ease-out slideInDown;display:block}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.hero-overlay{text-align:center;z-index:20;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:0 20px;display:flex;position:absolute;top:calc(40% - 210px);left:50%;transform:translate(-50%,-50%)}.hero-overlay .search-bar-container{pointer-events:auto;opacity:0;transform-origin:50%;width:100%;max-width:595px;margin:0 auto;animation:.6s .3s forwards fadeUp;transform:scale(.85)}.hero-overlay .slogan-container{pointer-events:auto;opacity:0;transform-origin:50%;width:100%;max-width:1100px;margin:0 auto;padding-top:8px;animation:.6s .3s forwards fadeUp;transform:scale(.85)}.hero-slogan{letter-spacing:-.5px;-webkit-text-fill-color:transparent;opacity:1;filter:drop-shadow(0 10px 20px #00000080);text-align:center;background:linear-gradient(#fff 20%,gold 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(22px,2.2vw,28px);font-weight:800;line-height:1.3}.hero-title{letter-spacing:-2px;background:linear-gradient(#fff 20%,#909090 100%);-webkit-text-fill-color:transparent;opacity:0;filter:drop-shadow(0 10px 20px #00000080);-webkit-background-clip:text;margin-bottom:0;font-size:72px;font-weight:800;line-height:1.1;animation:.2s .2s forwards fadeUp}.hero-interactions{z-index:100;opacity:0;pointer-events:none;flex-direction:column;align-items:center;gap:30px;width:100%;animation:.2s .2s forwards fadeUp;display:flex;position:absolute;bottom:30px;left:0}.hero-cta-group{pointer-events:auto;justify-content:center;align-items:center;gap:24px;display:flex}.btn-hero-white{color:#0f1b2b;cursor:pointer;background:linear-gradient(135deg,gold 0%,#fdb931 100%);border:none;border-radius:100px;padding:16px 48px;font-size:18px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 10px 40px #ffd7004d}.btn-hero-white:hover{color:#0f1b2b;transform:translateY(-3px);box-shadow:0 15px 50px #ffd70080}.btn-hero-secondary{color:gold;cursor:pointer;background-color:#ffd70033;border:2px solid #ffd70066;border-radius:100px;align-items:center;gap:8px;padding:16px 48px;font-size:18px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 8px 30px #ffd7001a}.btn-hero-secondary:hover{background-color:#ffd70059;border-color:#ffd70099;gap:12px;transform:translateY(-3px);box-shadow:0 12px 40px #ffd70033}.hero-cta-btn{cursor:pointer;border:none;border-radius:50px;padding:16px 36px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s}.hero-cta-btn-sell{color:#000;background-color:#facc15;box-shadow:0 10px 30px #facc154d}.hero-cta-btn-sell:hover{color:#000;background-color:#fff;transform:translateY(-3px);box-shadow:0 15px 40px #facc1580}.hero-cta-btn-buy{color:#fff;background-color:#3b82f6}.hero-cta-btn-buy:hover{color:#fff;background-color:#60a5fa;transform:translateY(-3px);box-shadow:0 0 25px #3b82f699}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.social-proof-bar{display:none}.sp-item{text-align:center;align-items:baseline;gap:10px;display:flex}.sp-number{color:#fff;font-size:20px;font-weight:700}.sp-label{color:var(--text-grey);text-transform:uppercase;letter-spacing:1px;font-size:12px}.globe-loading-text{color:gold;letter-spacing:4px;text-transform:uppercase;opacity:.9;text-shadow:0 0 15px #ffd70080;z-index:10;pointer-events:none;text-align:center;width:100%;font-size:24px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.search-section-wrapper{z-index:28;background:0 0;border-top:1px solid #ffffff0d;justify-content:center;padding:40px 20px;display:flex;position:relative}.search-bar-container{flex-direction:column;align-items:center;width:100%;max-width:700px;margin:0 auto;padding:0 10px;display:flex}.search-select-group{color:#fff;cursor:pointer;border-right:1px solid #ffffff1a;flex-shrink:0;align-items:center;gap:8px;min-width:110px;padding:0 16px;font-size:14px;font-weight:600;display:flex;position:relative}.search-tags{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:15px;display:flex}.search-tag-pill{color:#f5f5f5;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff40;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .2s}.search-tag-pill:hover{color:#fff;border-color:var(--accent-gold);background:#ffffff1a}.floating-widget{opacity:0;z-index:15;cursor:pointer;border-radius:12px;align-items:center;gap:12px;width:280px;padding:14px 24px;transition:all .18s;display:flex;position:absolute;overflow:hidden;box-shadow:0 0 15px #ffd7004d,inset 0 0 8px #ffffff26;color:#0f1b2b!important;background:linear-gradient(135deg,#c89f35 0%,#d4a745 100%)!important;border:none!important;font-size:15px!important}.floating-widget:hover{transform:translateY(-3px);box-shadow:0 15px 50px #ffd70080;background:linear-gradient(135deg,#d4a745 0%,#e0b555 100%)!important}.floating-widget .widget-title{color:#0f1b2b;margin-bottom:2px;font-weight:800;display:block;font-size:16px!important}.floating-widget .widget-desc{color:#333;font-size:15px!important}.widget-icon{background:#0f1b2b;border-radius:50%;width:8px;height:8px}.hero-left-cards{z-index:60;pointer-events:all;flex-direction:column;gap:20px;width:380px;display:flex;position:absolute;top:50%;left:40px;transform:translateY(-50%)}.hero-info-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);cursor:pointer;box-sizing:border-box;background:linear-gradient(135deg,#1a1b2be6 0%,#0f1b2bf2 100%);border:1px solid #ffd70066;border-radius:16px;align-items:center;gap:16px;width:100%;min-height:120px;padding:18px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 40px #00000080,inset 0 0 20px #ffd7000d}.hero-info-card:hover{background:linear-gradient(135deg,#1e293bf2 0%,#0f1b2bfa 100%);border-color:#ffd700b3;transform:translateY(-3px);box-shadow:0 12px 40px #ffd70033,inset 0 0 20px #ffd70014}.hero-product-card{opacity:0;animation:.7s .4s forwards slideInFromLeft}.hero-rfq-card{opacity:0;animation:.7s .65s forwards slideInFromLeft}.hero-right-cards{z-index:60;pointer-events:all;flex-direction:column;gap:20px;width:380px;display:flex;position:absolute;top:50%;right:40px;transform:translateY(-50%)}.hero-fair-card{opacity:0;animation:.7s .4s forwards slideInFromRight}.hero-supplier-card{opacity:0;animation:.7s .65s forwards slideInFromRight}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.hero-info-card .card-icon{background:#ffffff0a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:30px;line-height:1;display:flex;box-shadow:inset 0 6px 18px #0006}.hero-info-card .card-content{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.hero-info-card h3{color:var(--accent-gold);text-transform:uppercase;letter-spacing:1px;margin:0;font-size:11px;font-weight:700}.hero-info-card .card-product-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:20px;font-weight:800;line-height:1.2;overflow:hidden}.hero-info-card .card-specs,.hero-info-card .card-price,.hero-info-card .card-budget{color:#94a3b8;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}@media (max-width:920px){.hero-left-cards,.hero-right-cards{display:none}}.hero-info-card .card-price,.hero-info-card .card-budget{color:var(--accent-bright-gold);margin-top:4px;font-weight:700}.fw-left-1,.fw-left-2{display:none}.fw-right-1{inset:30% 40px auto auto}.fw-right-2{inset:60% 40px auto auto}.live-feed-sidebar{pointer-events:none;z-index:40;flex-direction:column;justify-content:center;width:100%;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.live-feed-header{z-index:41;border-bottom:none;align-items:center;gap:10px;padding:0;display:none;position:fixed;top:30px;left:30px}.live-feed-pulse{background:#f44;border-radius:50%;width:10px;height:10px;animation:2s infinite live-feed-pulse;box-shadow:0 0 10px #f44}@keyframes live-feed-pulse{0%,to{opacity:1;box-shadow:0 0 10px #f44}50%{opacity:.5;box-shadow:0 0 5px #f44}}.live-feed-title{color:gold;text-transform:uppercase;letter-spacing:1px;font-size:16px;font-weight:700}.live-feed-items{grid-template-rows:auto auto;grid-template-columns:auto auto;place-items:center stretch;gap:60px 40px;width:100%;max-width:1400px;margin:0 auto;padding:0 40px;display:grid}.live-feed-item{cursor:pointer;pointer-events:all;color:#0f1b2b;background:linear-gradient(135deg,#fdb931 0% 100%);border:none;border-radius:12px;align-items:flex-start;gap:12px;width:100%;max-width:300px;margin:0 auto;padding:16px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 0 20px #ffd70099,inset 0 0 10px #ffffff4d}.live-feed-items .live-feed-item:first-child{text-align:left;grid-area:1/1;justify-self:start;margin-left:40px}.live-feed-items .live-feed-item:nth-child(2){text-align:left;grid-area:2/1;justify-self:start;margin-left:40px}.live-feed-items .live-feed-item:nth-child(3){text-align:right;flex-direction:row-reverse;grid-area:1/2;justify-self:end;margin-right:40px}.live-feed-items .live-feed-item:nth-child(4){text-align:right;flex-direction:row-reverse;grid-area:2/2;justify-self:end;margin-right:40px}.item-icon{background:#22c55e;border-radius:50%;flex-shrink:0;width:12px;height:12px;display:block;box-shadow:0 0 8px #22c55e99}@keyframes blink-green{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 8px #22c55e99}50%{opacity:.3;transform:scale(.8);box-shadow:0 0 4px #22c55e4d}}.item-text{flex-direction:column;flex:1;gap:2px;display:flex}.item-title{color:#0f1b2b;text-transform:capitalize;letter-spacing:.3px;font-size:14px;font-weight:700}.item-desc{color:#333;font-size:13px;font-weight:500;line-height:1.3}.dashboard-container{z-index:30;background:0 0;flex-direction:column;align-items:center;gap:80px;padding-top:40px;padding-bottom:60px;display:flex;position:relative}.dashboard-section{flex-direction:column;align-items:center;width:100%;display:flex}.dashboard-section-title{color:var(--text-white);text-align:center;margin-bottom:30px;font-size:32px;font-weight:700}.apple-nav-wrapper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#2c354266;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:40px;padding:4px;display:inline-flex}.nav-btn{color:var(--text-grey);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 40px;font-size:14px;font-weight:500;transition:all .3s}.nav-btn.active{color:#000;background-color:#fff;font-weight:600;box-shadow:0 2px 8px #00000026}.dynamic-container{width:100%;max-width:100%;min-height:400px;position:relative}.tab-content{scrollbar-width:none;scroll-behavior:smooth;background:0 0;align-items:flex-start;gap:24px;width:100%;padding:10px 60px 30px;animation:.5s fadeIn;display:flex;overflow-x:auto}.tab-content.active{display:flex}.tab-content::-webkit-scrollbar{display:none}.scroll-arrow-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:50;opacity:0;pointer-events:none;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;box-shadow:0 4px 12px #0000004d}.scroll-arrow-btn.visible{opacity:1;pointer-events:all}.scroll-arrow-btn:hover{background:var(--accent-gold);color:#0f1b2b;transform:translateY(-50%)scale(1.1)}#fair-left,#fair-right,#dash-left,#dash-right,#dash-left-rfq,#dash-right-rfq,#dash-left-news,#dash-right-news,#dash-left-companies,#dash-right-companies{z-index:100;top:50%!important;transform:translateY(-50%)!important}#fair-left:hover,#fair-right:hover,#dash-left:hover,#dash-right:hover,#dash-left-rfq:hover,#dash-right-rfq:hover,#dash-left-news:hover,#dash-right-news:hover,#dash-left-companies:hover,#dash-right-companies:hover{transform:translateY(-50%)scale(1.1)!important}#fair-left,#dash-left,#dash-left-rfq,#dash-left-news,#dash-left-companies{left:10px;right:auto}#fair-right,#dash-right,#dash-right-rfq,#dash-right-news,#dash-right-companies{left:auto;right:10px}.card{cursor:pointer;background:#0f1b2b99;flex-shrink:0;align-self:flex-start;width:280px;min-width:280px;height:380px;transition:transform .3s}.card:hover{border-color:#ffd7004d;transform:translateY(-3px)}.card-img-area{background:#1a283b;border-radius:12px;justify-content:center;align-items:center;width:100%;height:160px;margin-bottom:16px;padding:20px;display:flex;overflow:hidden}.card-stock-img{object-fit:contain;width:100%;height:100%}.card-header-row{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.card-country-row{color:var(--text-grey);align-items:center;gap:6px;margin-bottom:8px;font-size:13px;display:flex}.card-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0 0 6px;font-size:20px;font-weight:700;overflow:hidden}.card-spec{color:#94a3b8;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:auto;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.badge-new{color:#0f1b2b;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,gold 0% 100%);border-radius:8px;margin-bottom:12px;padding:2px 6px;font-size:8px;font-weight:700;display:inline-block}.card-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:auto;margin-top:16px;padding:10px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.btn-msg{background:var(--accent-gold);color:#0f1b2b}.btn-msg:hover{background:#fff}.btn-quote{color:#fff;background:#3b82f6}.btn-quote:hover{background:#60a5fa}.categories-section{background:0 0;width:100%;padding:60px 0}.categories-container{width:100%;max-width:100%;padding:0}.cat-grid{gap:16px;padding:10px 60px 30px;display:flex}@media (max-width:640px){.cat-grid{gap:12px;padding:10px 20px 20px}}.cat-card{text-align:center;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;flex:140px;justify-content:center;align-items:center;min-width:140px;height:140px;padding:20px 10px;transition:all .2s;display:flex}.cat-card:hover{border-color:var(--accent-gold);background:#ffffff0f;transform:translateY(-5px)}.cat-card:active{transform:scale(.95)}.cat-card-more{background:#ffd7000d;border:1px dashed #ffd7004d}.cat-card-more:hover{border-color:var(--accent-gold);background:#ffd70026;border-style:solid}.cat-card-more .cat-name{color:var(--accent-gold)}.cat-icon{width:36px;height:36px;color:var(--text-grey);margin-bottom:12px;transition:all .3s}.cat-card:hover .cat-icon{color:var(--accent-gold);transform:scale(1.1)}.cat-name{color:#e2e8f0;font-size:13px;font-weight:500}.cat-header{justify-content:space-between;align-items:end;width:100%;max-width:100%;margin-bottom:24px;padding:0 60px;display:flex}.cat-title{color:#fff;font-size:24px;font-weight:700}.btn-section-action{color:#0f1b2b;cursor:pointer;background:linear-gradient(135deg,gold 0%,#fdb931 100%);border:none;border-radius:100px;padding:12px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 4px 20px #ffd70040}.btn-section-action:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 25px #ffd70066}.btn-section-action:active{transform:scale(.95)}.btn-section-action-blue{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);box-shadow:0 4px 20px #3b82f640}.btn-section-action-blue:hover{color:#fff;background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);box-shadow:0 6px 25px #3b82f666}.featured-products-section{background:0 0;width:100%;padding:60px 0}.featured-products-container{width:100%;max-width:100%;padding:0}.featured-products-header{justify-content:space-between;align-items:flex-end;margin-bottom:40px;padding:0 60px;display:flex}.featured-products-header h2{color:#fff;margin:0;font-size:28px;font-weight:700}.featured-products-header p{color:var(--text-grey);margin:5px 0 0;font-size:14px}.featured-products-grid{width:100%}.product-card{cursor:pointer;background:#1a283b66;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;height:100%;transition:all .18s;display:flex;position:relative;overflow:hidden}.featured-rfqs-section{background:0 0;width:100%;padding:60px 0}.featured-rfqs-container{width:100%;max-width:100%;padding:0}.featured-rfqs-header{justify-content:space-between;align-items:flex-end;margin-bottom:40px;padding:0 60px;display:flex}.featured-rfqs-header h2{color:#fff;margin:0;font-size:28px;font-weight:700}.featured-rfqs-header p{color:var(--text-grey);margin:5px 0 0;font-size:14px}.featured-rfqs-grid{width:100%}#products{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:24px;padding:10px 60px 30px;display:flex;overflow-x:auto}#products::-webkit-scrollbar{display:none}#products .product-card{background:linear-gradient(145deg,#121c288c 0%,#0b142099 100%);border:1px solid #ffd70029;flex-direction:column;flex:0 0 calc(25% - 18px);min-width:280px;height:520px;display:flex;box-shadow:0 8px 30px #080c1473}#products .product-card .product-card-image{height:200px;min-height:200px;max-height:200px}#products .product-card .product-card-content{flex-direction:column;flex:1;padding:20px;display:flex}@media (max-width:1200px){#products .product-card,#requests .card{flex:0 0 calc(33.333% - 16px)}}@media (max-width:900px){#products .product-card,#requests .card{flex:0 0 calc(50% - 12px)}}@media (max-width:639px){#products{gap:16px;padding:8px 0 20px}#products .product-card,#requests .card{flex:0 0 100%}}.featured-products-grid .dynamic-container{background:0 0;padding:0}.product-card:hover{border-color:#ffd70080;transform:translateY(-6px);box-shadow:0 20px 50px #00000073,inset 0 0 28px #ffd70008}.product-card-image{background:linear-gradient(135deg,#ffffff08 0%,#ffffff03 100%);border-bottom:1px solid #ffffff08;justify-content:center;align-items:center;width:100%;height:280px;display:flex;overflow:hidden}.hero-info-card:active,.floating-widget:active,.product-card:active,.card:active{transition:transform .12s;transform:scale(.95)}.hero-info-card:focus-visible,.product-card:focus-visible,.card:focus-visible,.floating-widget:focus-visible{outline-offset:2px;outline:3px solid #ffd70024}.ripple{pointer-events:none;will-change:transform,opacity;background:#ffffff1f;border-radius:50%;animation:.6s cubic-bezier(.22,.9,.35,1) ripple-effect;position:absolute;transform:scale(0)}@keyframes ripple-effect{to{opacity:0;transform:scale(4)}}.product-card-image img{object-fit:contain;width:100%;height:100%;padding:12px;transform:translateZ(0)}.product-card-content{flex-direction:column;flex:1;padding:20px;display:flex}.product-card-country{color:var(--text-grey);align-items:center;gap:8px;margin-bottom:12px;font-size:14px;display:flex}.product-card-country span:first-child{font-size:18px}.product-card-name{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:24px;font-weight:800;line-height:1.15;display:-webkit-box;overflow:hidden}.product-card-description{color:#bfcbd8;flex:auto;margin-bottom:12px;font-size:13px;line-height:1.45}.product-card-price{color:gold;margin:8px 0;font-size:20px;font-weight:800}.product-card-btn{color:#0f1b2b;cursor:pointer;background:linear-gradient(135deg,gold 0%,#fdb931 100%);border:none;border-radius:28px;width:100%;margin-top:16px;padding:14px 18px;font-size:16px;font-weight:800;transition:all .22s;box-shadow:0 8px 28px #ffd7001f}.product-card-btn:hover{filter:brightness(1.03);transform:translateY(-3px);box-shadow:0 12px 34px #ffd7002e}.product-card-btn:active{transform:scale(.98)}#requests .card .card-country-row{color:var(--text-grey)}#requests .card .card-title{color:#fff;font-weight:700}#requests .card .card-spec{color:#94a3b8}#requests .card .card-btn{margin-top:auto}#requests .card .btn-quote{color:#fff;background:#3b82f6}.dynamic-container,.tab-content{background:0 0!important}#requests{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:0 0;gap:24px;padding:10px 60px 30px;display:flex;overflow-x:auto}#requests::-webkit-scrollbar{display:none}#requests .card{cursor:pointer;background:linear-gradient(145deg,#1a283b66 0%,#0f1b2ba6 100%);border:1px solid #ffd7002e;border-radius:16px;flex-direction:column;flex:0 0 calc(25% - 18px);min-width:280px;height:400px;padding:16px;transition:all .3s;display:flex}#requests .card:hover{border-color:#ffd70066;transform:translateY(-8px);box-shadow:0 15px 40px #00000059}#companies{-webkit-overflow-scrolling:touch;gap:24px;padding:10px 60px 30px;display:flex;overflow-x:auto}#companies .company-card-link{flex:0 0 320px;min-width:320px;max-width:320px;height:380px}#companies .company-card-inner{background:linear-gradient(145deg,#121c288c 0%,#0b142099 100%);border:1px solid #ffd70029;border-radius:16px;flex-direction:column;height:100%;padding:20px;transition:all .3s;display:flex;box-shadow:0 8px 30px #080c1473}#companies .company-card-link:hover .company-card-inner{border-color:#ffd70080;transform:translateY(-6px);box-shadow:0 20px 50px #00000073}@media (max-width:639px){#companies{gap:16px;padding:8px 16px 20px}#companies .company-card-link{flex:0 0 280px;min-width:280px;max-width:280px;height:380px}}.fairs-wrapper{background:0 0;border-top:1px solid #ffffff0d;justify-content:center;width:100%;padding:60px 0;display:flex}.exhibitions-container{flex-direction:column;width:100%;max-width:100%;padding:0;display:flex;position:relative;overflow:visible}.fair-header{justify-content:space-between;align-items:center;margin-bottom:30px;padding:0 60px;display:flex}.fair-title-group h2{color:#fff;margin:0;font-size:24px;font-weight:700}.fair-title-group p{color:var(--text-grey);margin:5px 0 0;font-size:14px}.fair-scroll-row{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:24px;padding:10px 60px 30px;display:flex;overflow-x:auto}.fair-scroll-row::-webkit-scrollbar{display:none}.fair-card{border-radius:var(--card-radius);cursor:pointer;background:linear-gradient(160deg,#1a1c2099 0%,#0f1b2bcc 100%);border:1px solid #ffffff1a;flex-direction:column;flex:0 0 400px;min-width:400px;max-width:400px;height:380px;padding:20px;transition:all .3s;display:flex;position:relative}.fair-card:hover{border-color:var(--accent-gold);transform:translateY(-8px)}.fair-content{z-index:1;flex-direction:column;height:100%;display:flex;position:relative}.fair-visual-area{background:#0000004d;border-radius:12px;justify-content:center;align-items:center;width:100%;height:160px;margin-top:auto;display:flex;position:relative;overflow:hidden}.fair-date-box{text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:10px;padding:12px 20px}.fair-date-day{color:#fff;margin-bottom:2px;font-size:28px;font-weight:700;line-height:1;display:block}.fair-date-month{color:var(--accent-gold);text-transform:uppercase;font-size:11px;font-weight:600;display:block}.showcase-section{background-color:#05080f;background-image:radial-gradient(at 50% 0,#14284666 0%,#0000 60%),linear-gradient(#0e1c2f 0%,#050608 100%);flex-direction:column;justify-content:center;align-items:center;min-height:40vh;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.showcase-section{display:none!important}}.section-header{text-align:center;z-index:10;margin-top:80px;margin-bottom:3rem}.section-title{background:linear-gradient(135deg,#fff 30%,#d4a345 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.section-subtitle{color:#9ca3af;max-width:600px;margin:0 auto;font-size:1.1rem;font-weight:400;line-height:1.6}.carousel-container{perspective:2000px;cursor:grab;transform-origin:50%;width:100%;max-width:1200px;height:450px;position:relative;transform:scale(.9)}.carousel-container:active{cursor:grabbing}.spotlight{pointer-events:none;z-index:1;filter:blur(60px);background:radial-gradient(#d4a34514 0%,#0e1c2f1a 40%,#0000 70%);width:800px;height:800px;position:absolute;top:-150px;left:50%;transform:translate(-50%)}.platform{pointer-events:none;z-index:2;background:radial-gradient(circle,#ffffff08 0%,#0000 60%);border:1px solid #ffffff0d;border-radius:50%;width:900px;height:900px;position:absolute;bottom:0;left:50%;transform:translate(-50%)rotateX(75deg)}.carousel-scene{width:100%;height:100%;transform-style:preserve-3d;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.company-card{width:250px;height:320px;transform-style:preserve-3d;margin-top:-190px;margin-left:-150px;transition:opacity .3s;position:absolute;top:50%;left:50%}.card-inner{-webkit-backdrop-filter:blur(24px);background:linear-gradient(145deg,#3c4b5f1a 0%,#0e1c2f99 100%);border:1px solid #ffffff1a;border-top-color:#ffffff26;border-radius:24px;flex-direction:column;width:100%;height:100%;padding:2rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;box-shadow:0 20px 40px -10px #0009,inset 0 1px #ffffff0d}.company-card.active .card-inner{background:linear-gradient(145deg,#1e2d4680 0%,#0a0f19cc 100%);border-color:#d4a34566;transform:scale(1.02);box-shadow:0 0 0 1px #d4a34533,0 25px 60px -12px #000c,0 0 30px #d4a3451a}.card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.logo-box{color:gold;background:#1a283b;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;font-weight:800;display:flex}.country-flag{filter:drop-shadow(0 2px 4px #0000004d);font-size:1.5rem}.company-info{text-align:left;flex-direction:column;flex:1;gap:8px;display:flex}.name-row{align-items:center;gap:5px;display:flex}.company-name{color:#fff;font-size:1.1rem;font-weight:600;line-height:1.3}.verified-badge{color:#d4a345;flex-shrink:0;width:16px;height:16px}.company-category{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.85rem}.rating-box{color:#e2e8f0;background:#ffffff0d;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:.85rem;display:inline-flex}.star-icon{color:#d4a345;width:14px;height:14px}.metrics{border-top:1px solid #ffffff1a;gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}.metric-item{flex-direction:column;display:flex}.metric-value{color:#f1f5f9;font-size:1rem;font-weight:600}.metric-label{color:#64748b;font-size:.75rem}.card-action{text-align:center;color:#d1d5db;cursor:pointer;background:#ffffff0d;border:1px solid #0000;border-radius:12px;width:100%;margin-top:1.5rem;padding:.75rem;font-size:.9rem;font-weight:600;transition:all .3s}.company-card.active .card-action{color:#d4a345;background:#d4a34526;border-color:#d4a3454d}.company-card.active .card-action:hover{background:#d4a34540}.card-profile-btn{text-align:center;color:gold;cursor:pointer;background:linear-gradient(135deg,#ffd70026 0%,#ffd7000d 100%);border:1px solid #ffd70033;border-radius:10px;width:100%;margin-top:auto;padding:10px 16px;font-size:.85rem;font-weight:600;transition:all .3s}.company-card.active .card-profile-btn{color:#0f1b2b;background:linear-gradient(135deg,gold 0%,#fdb931 100%);border-color:#0000}.card-profile-btn:hover{background:linear-gradient(135deg,#ffd70040 0%,#ffd7001a 100%)}.company-card.active .card-profile-btn:hover{background:linear-gradient(135deg,#fff 0%,gold 100%);transform:translateY(-2px);box-shadow:0 4px 15px #ffd7004d}.company-description{color:#94a3b8;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}.faq-section{z-index:10;background:0 0;border:none;padding:100px 20px;position:relative}.faq-container{max-width:900px;margin:0 auto}.faq-header{text-align:center;margin-bottom:60px}.faq-header h2{color:#fff;-webkit-text-fill-color:initial;letter-spacing:-.02em;background:0 0;margin-bottom:15px;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700}.faq-header p{color:var(--faq-text-muted);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.faq-item{background:linear-gradient(160deg,var(--faq-bg-card-start)0%,var(--faq-bg-card-end)100%);border:1px solid var(--faq-border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;margin-bottom:16px;transition:all .3s cubic-bezier(.25,.46,.45,.94);overflow:hidden}.faq-item:hover{border-color:#ffd7004d;transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}.faq-item.active{border-color:var(--faq-accent-gold);background:linear-gradient(160deg,var(--faq-bg-card-active-start)0%,var(--faq-bg-card-active-end)100%);box-shadow:0 0 20px #ffd7001a}.faq-question{text-align:left;cursor:pointer;width:100%;color:var(--text-white);background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px 30px;font-size:1.2rem;font-weight:600;transition:color .3s;display:flex}.faq-question:hover{color:gold}.faq-item.active .faq-question{color:gold;text-shadow:0 0 10px #ffd7004d}.faq-icon{fill:none;width:24px;height:24px;stroke:var(--text-grey);stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-left:20px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.faq-item.active .faq-icon{stroke:gold;transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .5s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-item.active .faq-answer{border-top:1px solid #ffffff0d}.faq-content-wrapper{color:#cbd5e1;opacity:0;padding:10px 30px 30px;font-size:15px;line-height:1.7;transition:opacity .3s,transform .3s;transform:translateY(-10px)}.faq-item.active .faq-content-wrapper{opacity:1;transition-delay:.1s;transform:translateY(0)}.faq-content-wrapper p{margin-top:15px;margin-bottom:15px}.faq-content-wrapper ul{color:var(--faq-text-muted);margin-bottom:15px;padding-left:20px}.faq-content-wrapper strong{color:#fff;font-weight:600}.news-section{background:0 0;padding:80px 0;position:relative;overflow:hidden}.news-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#ffd7000a 0%,#0000 60%);width:800px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.news-container{z-index:2;flex-direction:column;width:100%;max-width:100%;margin:0 auto;padding:0;display:flex;position:relative}.news-header{justify-content:space-between;align-items:center;margin-bottom:30px;padding:0 60px;display:flex}.news-header-content h2{color:#fff;margin:0;font-size:24px;font-weight:700}.news-header-content p{color:var(--text-grey);margin:5px 0 0;font-size:14px}.btn-view-all-news{color:#0f1b2b;cursor:pointer;background:linear-gradient(135deg,gold 0%,#fdb931 100%);border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:12px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 20px #ffd70040}.btn-view-all-news:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 25px #ffd70066}.btn-view-all-news:active{transform:scale(.95)}.news-scroll-wrapper{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:24px;padding:10px 60px 40px;display:flex;overflow-x:auto}.news-scroll-wrapper::-webkit-scrollbar{display:none}.news-card{cursor:pointer;background:linear-gradient(160deg,#1a1c2099 0%,#0f1b2bcc 100%);border:1px solid #ffffff14;border-radius:20px;flex-direction:column;flex:0 0 400px;min-width:400px;max-width:400px;height:400px;transition:all .3s;display:flex;overflow:hidden}.news-card:hover{border-color:#ffd70066;transform:translateY(-8px);box-shadow:0 15px 40px #0006}.news-img-wrapper{flex-shrink:0;width:100%;height:180px;position:relative;overflow:hidden}.news-img-placeholder{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .5s}.bg-news-1{background-image:linear-gradient(to bottom right,#2c3e50,#000)}.bg-news-2{background-image:linear-gradient(to bottom right,#1a283b,#4a3b1a)}.bg-news-3{background-image:linear-gradient(to bottom right,#0f1b2b,#243b55)}.bg-news-4{background-image:linear-gradient(to bottom right,#434343,#000)}.bg-news-5{background-image:linear-gradient(to bottom right,#200122,#6f0000)}.news-card:hover .news-img-placeholder{transform:scale(1.05)}.news-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--accent-gold);text-transform:uppercase;letter-spacing:.5px;z-index:2;background:#0f1b2bd9;border:1px solid #ffd7004d;border-radius:50px;padding:5px 10px;font-size:10px;font-weight:700;position:absolute;top:16px;left:16px}.news-content{flex-direction:column;flex-grow:1;padding:20px;display:flex}.news-meta{color:var(--text-grey);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:10px;margin-bottom:8px;font-size:11px;display:flex}.news-title{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:18px;font-weight:700;line-height:1.3;transition:color .3s;display:-webkit-box;overflow:hidden}.news-card:hover .news-title{color:var(--accent-gold)}.news-excerpt{color:#94a3b8;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:auto;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.news-link{color:#fff;border-top:1px solid #ffffff0d;align-items:center;gap:6px;margin-top:15px;padding-top:12px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.strategic-cta-v2{background:0 0;justify-content:center;padding:80px 20px;display:flex}.cta-container-v2{background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;width:95%;max-width:950px;display:flex;overflow:hidden}.cta-card-v2{text-align:center;cursor:default;background-color:#1e293b;flex-direction:column;flex:1;align-items:center;padding:60px 40px;transition:all .3s;display:flex}.cta-card-v2:hover{background-color:#263349}.cta-icon-box{background-color:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:24px;display:flex}.cta-card-v2 h2{color:#fff;margin-bottom:16px;font-size:28px;font-weight:700}.cta-card-v2 p{color:#94a3b8;min-height:90px;margin-bottom:36px;font-size:16px;line-height:1.6}.cta-action-highlight{color:#fff;letter-spacing:.3px;margin-top:15px;font-size:15px;font-weight:600;display:block}.cta-btn{cursor:pointer;border:none;border-radius:50px;padding:16px 36px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s}.cta-btn-sell{color:#000;background-color:#facc15}.cta-btn-sell:hover{color:#000;background-color:#fff;transform:translateY(-3px);box-shadow:0 10px 20px #0003}.cta-btn-buy{color:#fff;background-color:#3b82f6}.cta-btn-buy:hover{color:#fff;background-color:#60a5fa;transform:translateY(-3px);box-shadow:0 0 25px #3b82f699}#products{-webkit-overflow-scrolling:touch;overflow-x:auto}#products-grid{flex-wrap:nowrap;align-items:stretch;gap:24px;padding-bottom:8px;display:flex!important}#products-grid::-webkit-scrollbar{display:none}#products .product-card{flex-direction:column;display:flex;flex:0 0 280px!important;min-width:280px!important;max-width:320px!important}#products .product-card-image img{object-fit:contain;width:100%;height:100%;padding:12px}#products .product-card .product-card-content{flex-direction:column;flex:1;display:flex}#products .product-card-btn{margin-top:auto}.featured-products-grid{overflow:visible}@media (max-width:768px){.cta-container-v2{flex-direction:column}.cta-card-v2{border-bottom:1px solid #ffffff0d;padding:45px 25px}.cta-card-v2:last-child{border-bottom:none}}.btn-hero-white:active,.btn-hero-secondary:active,.search-btn:active,.card-btn:active,.btn-section-action:active,.btn-view-all-news:active{transform:scale(.95)}.floating-widget:active{transform:scale(.95)!important}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.brand-col{grid-column:1/-1}}@media (max-width:768px){.featured-products-section,.hp-section,.categories-section,.news-section,.fair-section,.strategic-cta-v2{padding:30px 0!important}.mobile-card-stack-container{padding:20px 16px!important}.fairs-wrapper{border-top:none!important}#fair-left,#dash-left,#dash-left-rfq,#dash-left-news,#dash-left-companies{left:5px}#fair-right,#dash-right,#dash-right-rfq,#dash-right-news,#dash-right-companies{right:5px}.scroll-arrow-btn{width:40px;height:40px}.cat-header{padding:0 20px}.featured-products-header,.featured-rfqs-header,.fair-header,.news-header{margin-bottom:20px;padding:0 16px}.btn-section-action,.btn-view-all-news{white-space:nowrap;text-align:center;justify-content:center;min-width:120px;padding:8px 12px;font-size:11px;display:inline-flex}.featured-products-header,.featured-rfqs-header,.cat-header,.fair-header,.news-header{align-items:center}.featured-products-header p,.featured-rfqs-header p,.cat-header p,.fair-header p,.fair-title-group p,.news-header p,.news-header-content p{display:none}.featured-products-header,.featured-rfqs-header,.cat-header,.fair-header,.news-header{padding:0 20px!important}#products.tab-content,#requests.tab-content,#companies.tab-content,.fair-scroll-row,.news-scroll-wrapper{padding:10px 0 20px 20px!important}#products.tab-content>:last-child,#requests.tab-content>:last-child,#companies.tab-content>:last-child,.fair-scroll-row>:last-child,.news-scroll-wrapper>:last-child{margin-right:20px!important}.cat-grid{padding:0 20px!important}.fair-card,.news-card{flex:0 0 calc(100vw - 60px)!important;min-width:calc(100vw - 60px)!important;max-width:calc(100vw - 60px)!important}}@media (max-width:640px){.footer-section{padding:40px 20px}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-bottom{text-align:center;flex-direction:column;gap:16px}.footer-legal{flex-wrap:wrap;justify-content:center;gap:12px}}.link-hero-blue{color:#06f!important}.link-hero-blue:hover{color:#0052cc!important}.hp-section{background:0 0;padding:60px 0}.hp-news-card{cursor:pointer;background:linear-gradient(160deg,#1a1c2099 0%,#0f1b2bcc 100%);border:1px solid #ffffff14;border-radius:20px;flex-direction:column;flex-shrink:0;width:300px;min-width:300px;transition:all .3s;display:flex;overflow:hidden}.hp-news-card:hover{border-color:#ffd70066;transform:translateY(-8px);box-shadow:0 15px 40px #0006}.rfq-card{box-sizing:border-box;background:linear-gradient(145deg,#1a283b66 0%,#0f1b2ba6 100%);border:1px solid #ffd7002e;border-radius:16px;flex-direction:column;flex-shrink:0;width:320px;min-width:320px;max-width:320px;height:380px;min-height:380px;padding:16px;transition:all .3s;display:flex}.rfq-card:hover{border-color:#ffd70066;transform:translateY(-8px);box-shadow:0 15px 40px #00000059}.tab-content{flex-wrap:nowrap;align-items:stretch;display:flex}.mobile-card-stack-container{background:linear-gradient(#0f1b2bf2 0%,#0a121e 100%);padding:24px 16px;display:none}@media (max-width:768px){.mobile-card-stack-container{display:block}.companies-desktop-view{display:none!important}}.mobile-stack-card{-webkit-backdrop-filter:blur(10px);background:linear-gradient(145deg,#0f1b2bfa 0%,#0a121efc 100%);border:1.5px solid #ffd70040;border-radius:20px;flex-direction:column;justify-content:center;width:100%;height:100%;padding:28px 24px;display:flex;box-shadow:0 10px 40px #00000080,inset 0 0 0 1px #ffffff0d}.mobile-stack-card:before{content:"";z-index:-1;opacity:.5;background:linear-gradient(145deg,#ffd70026 0%,#0000 50%);border-radius:22px;position:absolute;inset:-2px}@media (max-width:768px){.mobile-card-stack-container .section-header{margin-bottom:1.5rem;padding:0 16px;margin-top:0!important}.mobile-card-stack-container .section-title{margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.5rem)}.mobile-card-stack-container .link-hero-blue{align-items:center;gap:4px;font-size:14px;display:inline-flex}}.mobile-stack-header{text-align:center;gap:12px;margin-bottom:24px;padding:0 16px;flex-direction:column!important}.mobile-stack-header h2{font-size:1.75rem}.mobile-stack-header p{margin-bottom:8px}.mobile-stack-header .btn-section-action{font-size:14px}
