:root{
 --bg:#04101c;--bg2:#071b2c;--surface:rgba(10,31,50,.84);--surface2:#0a2033;--text:#f8fbff;--muted:#a9bed0;
 --cyan:#00e5ff;--green:#15f59b;--gold:#ffcb45;--violet:#835cff;--pink:#ff4ecd;--blue:#3788ff;
 --line:rgba(255,255,255,.11);--shadow:0 24px 70px rgba(0,0,0,.28);--radius:24px;--wrap:min(1240px,calc(100% - 40px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:radial-gradient(circle at 15% 5%,rgba(0,229,255,.09),transparent 32%),radial-gradient(circle at 85% 12%,rgba(131,92,255,.10),transparent 35%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.wrap{width:var(--wrap);margin-inline:auto}.icon{width:1.15em;height:1.15em;flex:0 0 auto}.skip-link{position:fixed;left:10px;top:-100px;z-index:9999;background:#fff;color:#000;padding:10px 14px;border-radius:10px}.skip-link:focus{top:10px}
.site-header{height:88px;position:fixed;inset:0 0 auto;z-index:1000;transition:.35s;background:linear-gradient(180deg,rgba(2,9,16,.70),transparent);border-bottom:1px solid transparent}.site-header.scrolled{height:78px;background:rgba(3,13,23,.86);backdrop-filter:blur(18px);border-color:var(--line);box-shadow:0 12px 40px rgba(0,0,0,.22)}.nav-shell{height:100%;display:flex;align-items:center;gap:28px}.brand{margin-right:auto;display:flex;align-items:center}.brand img{width:205px;height:auto;filter:drop-shadow(0 8px 16px rgba(0,229,255,.1))}.desktop-nav{display:flex;align-items:center;gap:6px}.desktop-nav>a,.nav-drop>a{padding:11px 12px;color:#e8f5ff;font-size:.91rem;font-weight:750;border-radius:12px;display:flex;gap:5px;align-items:center;white-space:nowrap}.desktop-nav a:hover,.desktop-nav a.active{color:#fff;background:rgba(255,255,255,.07)}.nav-drop{position:relative}.drop-menu{position:absolute;top:calc(100% + 10px);left:-12px;min-width:230px;padding:10px;display:grid;gap:5px;border:1px solid var(--line);border-radius:18px;background:rgba(5,20,34,.97);box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.nav-drop:hover .drop-menu{opacity:1;visibility:visible;transform:none}.drop-menu a{padding:10px 12px;border-radius:10px;color:var(--muted);font-weight:650}.drop-menu a:hover{background:rgba(0,229,255,.08);color:#fff}.nav-actions{display:flex;gap:10px;align-items:center}.menu-toggle{display:none;background:rgba(255,255,255,.08);color:#fff;border:1px solid var(--line);width:44px;height:44px;border-radius:14px;align-items:center;justify-content:center}.menu-toggle .icon{width:22px;height:22px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 18px;border:1px solid transparent;border-radius:14px;font-weight:850;letter-spacing:.01em;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn-primary,.btn-luminous{color:#031019;background:linear-gradient(115deg,var(--cyan),var(--green));box-shadow:0 10px 34px rgba(0,229,255,.22)}.btn-luminous{min-height:54px;padding-inline:23px}.btn-outline{color:#fff;border-color:rgba(0,229,255,.35);background:rgba(0,229,255,.07)}.btn-gold{background:linear-gradient(110deg,#fff0a2,var(--gold));color:#171000}.btn-mini{min-height:42px;padding:8px 14px;font-size:.86rem}.mobile-panel{position:fixed;inset:0;z-index:1100;padding:24px;background:linear-gradient(145deg,#04101c 0%,#09253c 70%,#10224f 100%);transform:translateX(105%);transition:.35s;overflow:auto}.mobile-panel.open{transform:none}.mobile-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:20px}.mobile-top img{width:200px}.mobile-top button{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid var(--line);color:#fff}.mobile-panel nav{display:grid;gap:9px;margin-top:28px}.mobile-panel nav>a:not(.btn){padding:15px 5px;border-bottom:1px solid var(--line);font-size:1.2rem;font-weight:800}.mobile-contact{display:grid;gap:10px;color:var(--muted);margin-top:28px}.mobile-contact span{display:flex;align-items:center;gap:8px}
.hero-slider{height:min(900px,100svh);min-height:650px;position:relative;overflow:hidden;background:#061220}.hero-slide{position:absolute;inset:0;opacity:0;transform:scale(1.04);transition:opacity 1.65s ease,transform 8s ease}.hero-slide.is-active{opacity:1;transform:scale(1)}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,8,14,.78) 0%,rgba(1,8,14,.48) 40%,rgba(1,8,14,.12) 75%),linear-gradient(0deg,rgba(3,13,22,.73),transparent 50%)}.hero-copy{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding-bottom:11vh;max-width:1000px}.hero-kicker,.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--cyan);font-weight:900;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem}.hero-kicker:before,.section-kicker:before{content:"";width:30px;height:2px;background:linear-gradient(90deg,var(--cyan),var(--green));box-shadow:0 0 14px var(--cyan)}.hero-copy h1{font-size:clamp(2.8rem,6.8vw,6.4rem);line-height:.93;max-width:980px;margin:18px 0 18px;letter-spacing:-.055em;text-wrap:balance;text-shadow:0 7px 28px rgba(0,0,0,.35)}.hero-copy p{max-width:730px;font-size:clamp(1rem,1.55vw,1.3rem);color:#e0ebf4;margin:0 0 24px}.hero-dots{position:absolute;z-index:4;bottom:35px;right:max(20px,calc((100% - 1240px)/2));display:flex;gap:8px}.hero-dots button{border:0;width:34px;height:5px;border-radius:99px;background:rgba(255,255,255,.36);padding:0;transition:.2s}.hero-dots button.active{background:linear-gradient(90deg,var(--cyan),var(--green));box-shadow:0 0 14px rgba(0,229,255,.65)}
.section{padding:100px 0;position:relative;background:var(--section-bg,transparent);color:var(--section-text,inherit)}.section:nth-of-type(even):not(.hero-slider){background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(0,229,255,.025))}.section-title{font-size:clamp(2rem,4.2vw,4.15rem);line-height:1.04;letter-spacing:-.045em;margin:15px 0;max-width:900px;text-wrap:balance}.section-lead{font-size:1.12rem;color:var(--muted);max-width:790px;margin:0 0 36px}.rich-text{color:#c6d6e3;max-width:820px;font-size:1.05rem}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}.lux-card{min-height:245px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));box-shadow:inset 0 1px rgba(255,255,255,.08);position:relative;overflow:hidden;transition:.25s}.lux-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-70px;top:-70px;background:var(--section-accent,var(--cyan));filter:blur(55px);opacity:.17}.lux-card:hover{transform:translateY(-6px);border-color:rgba(0,229,255,.35);box-shadow:0 20px 60px rgba(0,0,0,.22)}.lux-card h3{font-size:1.24rem;margin:18px 0 8px}.lux-card p{margin:0;color:var(--muted)}.icon-orb{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.18)}.icon-orb .icon{width:27px;height:27px}.orb-cyan{background:linear-gradient(145deg,#00bfd6,#0252ff)}.orb-gold{background:linear-gradient(145deg,#ffcf44,#ef7b00)}.orb-violet{background:linear-gradient(145deg,#9a65ff,#5d24ff)}.orb-green{background:linear-gradient(145deg,#23e8a1,#00897b)}.orb-pink{background:linear-gradient(145deg,#ff5ac8,#d61d73)}.orb-blue{background:linear-gradient(145deg,#3d93ff,#004cd7)}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:40px}.process-card{padding:26px;border-top:2px solid var(--cyan);background:rgba(255,255,255,.035);border-radius:0 0 20px 20px}.process-card>span{font-size:2.7rem;line-height:1;font-weight:950;color:rgba(0,229,255,.38)}.process-card h3{font-size:1.15rem;margin:16px 0 6px}.process-card p{color:var(--muted);margin:0;font-size:.95rem}.split-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.split-visual{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);min-height:480px}.split-visual img{width:100%;height:100%;min-height:480px;object-fit:cover}.check-list{list-style:none;padding:0;margin:32px 0 0;display:grid;gap:16px}.check-list li{display:flex;gap:13px}.check-list li>.icon{color:var(--green);width:24px;height:24px;margin-top:3px}.check-list b,.check-list small{display:block}.check-list small{color:var(--muted);font-size:.92rem;margin-top:3px}
.cta-band{padding:46px;border-radius:32px;border:1px solid rgba(0,229,255,.25);background:linear-gradient(120deg,rgba(0,229,255,.12),rgba(131,92,255,.14),rgba(21,245,155,.10));display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:var(--shadow)}.cta-band h3{font-size:clamp(1.8rem,3vw,3rem);line-height:1.06;margin:0 0 9px}.cta-band p{color:var(--muted);margin:0}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}.faq-list{display:grid;gap:12px;max-width:900px;margin-top:35px}.faq-list details{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.035);padding:0 20px}.faq-list summary{cursor:pointer;list-style:none;padding:20px 0;font-weight:820;display:flex;justify-content:space-between}.faq-list details p{color:var(--muted);margin:0 0 20px}
.page-content{padding:84px 0 110px}.filter-bar{display:grid;grid-template-columns:minmax(220px,1fr) repeat(2,minmax(150px,220px)) auto;gap:10px;margin:0 0 34px;padding:14px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.04);position:sticky;top:92px;z-index:20;backdrop-filter:blur(14px)}.field{display:grid;gap:7px}.field label{font-size:.79rem;color:var(--muted);font-weight:750}.control,input,select,textarea{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:#0a1d2e;color:#fff;padding:11px 13px;outline:none}.control:focus,input:focus,select:focus,textarea:focus{border-color:rgba(0,229,255,.6);box-shadow:0 0 0 3px rgba(0,229,255,.10)}textarea{min-height:140px;resize:vertical}option{background:#0a1d2e}.search-wrap{position:relative}.search-wrap .icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:var(--cyan)}.search-wrap input{padding-left:40px}
.product-grid,.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card,.article-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:rgba(255,255,255,.035);transition:.25s}.product-card:hover,.article-card:hover{transform:translateY(-5px);border-color:rgba(0,229,255,.3);box-shadow:var(--shadow)}.card-media{aspect-ratio:16/10;background:#0b2032;overflow:hidden;position:relative}.card-media img{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover .card-media img,.article-card:hover .card-media img{transform:scale(1.04)}.card-badge{position:absolute;left:14px;top:14px;border-radius:99px;padding:7px 10px;background:rgba(4,16,28,.8);border:1px solid var(--line);font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.card-body{padding:22px}.card-body h2,.card-body h3{font-size:1.25rem;line-height:1.2;margin:0 0 9px}.card-body p{color:var(--muted);margin:0 0 15px}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#dce9f3;font-size:.86rem}.empty-state{border:1px dashed rgba(0,229,255,.3);padding:60px 30px;text-align:center;border-radius:28px;background:rgba(0,229,255,.03)}.empty-state .icon-orb{margin:auto}.empty-state h2{margin:16px 0 8px}.empty-state p{color:var(--muted);max-width:620px;margin:0 auto 22px}
.detail-shell{display:grid;grid-template-columns:1.15fr .85fr;gap:45px;align-items:start}.detail-media{display:grid;gap:14px}.detail-media img,.detail-media video{width:100%;border-radius:26px;border:1px solid var(--line);background:#081929}.detail-copy{position:sticky;top:105px}.detail-copy h1{font-size:clamp(2.2rem,4vw,4.4rem);line-height:1.01;letter-spacing:-.05em;margin:10px 0 18px}.detail-copy p{color:var(--muted)}.document-list{display:grid;gap:10px;margin-top:25px}.document-list a{padding:13px;border:1px solid var(--line);border-radius:13px;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.03)}.document-list .icon{color:var(--gold)}
.form-card{max-width:980px;margin:auto;border:1px solid var(--line);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));padding:34px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.form-grid .full{grid-column:1/-1}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px}.form-note{font-size:.83rem;color:var(--muted)}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:36px}.contact-card{padding:24px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.04)}.contact-card .icon{color:var(--cyan);width:25px;height:25px}.contact-card h3{margin:12px 0 5px}.contact-card p,.contact-card a{color:var(--muted)}
.site-footer{padding:76px 0 26px;position:relative;overflow:hidden;border-top:1px solid var(--line);background:#020a11}.footer-orbit{position:absolute;width:600px;height:600px;border:1px solid rgba(0,229,255,.12);border-radius:50%;right:-320px;top:-300px;box-shadow:0 0 120px rgba(0,229,255,.08)}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr 1.1fr 1.1fr;gap:38px}.footer-brand img{width:235px}.footer-brand p,.site-footer p{color:var(--muted)}.footer-badges{display:flex;gap:7px;flex-wrap:wrap}.footer-badges span{border:1px solid var(--line);padding:6px 10px;border-radius:99px;font-size:.75rem;color:#b8cad8}.site-footer h3{font-size:.9rem;text-transform:uppercase;letter-spacing:.12em;color:var(--cyan);margin:8px 0 16px}.site-footer .footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:10px}.site-footer a:not(.btn),.site-footer span{color:#c1d2df}.site-footer a:not(.btn){display:flex;gap:7px;align-items:center}.footer-bottom{border-top:1px solid var(--line);margin-top:48px;padding-top:20px;display:flex;justify-content:space-between;font-size:.8rem;color:#7994a8}.floating-contact{position:fixed;right:22px;bottom:22px;z-index:100;display:flex;align-items:center;gap:8px;background:linear-gradient(110deg,var(--cyan),var(--green));color:#04101c;font-weight:900;padding:13px 16px;border-radius:99px;box-shadow:0 14px 44px rgba(0,229,255,.28)}
.toast{position:fixed;z-index:1300;top:100px;right:20px;max-width:380px;padding:14px 18px;border-radius:14px;background:#102b40;border:1px solid rgba(0,229,255,.3);box-shadow:var(--shadow);transition:.4s}.toast-success{border-color:rgba(21,245,155,.45)}.toast-error{border-color:rgba(255,78,110,.45)}.toast.hide{opacity:0;transform:translateY(-12px);pointer-events:none}
.reveal{opacity:0;transform:translateY(18px);transition:.6s ease}.reveal.in{opacity:1;transform:none}
@media(max-width:1120px){.desktop-nav{display:none}.menu-toggle{display:flex}.nav-actions .btn-mini{display:none}.card-grid,.product-grid,.article-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.hero-copy h1{font-size:clamp(2.7rem,7.6vw,5.3rem)}}
@media(max-width:820px){:root{--wrap:min(100% - 28px,1240px)}.site-header{height:76px}.brand img{width:178px}.hero-slider{height:82svh;min-height:590px}.hero-copy{padding-bottom:90px}.hero-copy h1{font-size:clamp(2.5rem,11vw,4.6rem);max-width:95%}.hero-copy p{font-size:1rem;max-width:90%}.hero-shade{background:linear-gradient(0deg,rgba(1,8,14,.86) 0%,rgba(1,8,14,.30) 70%,rgba(1,8,14,.25))}.section{padding:76px 0}.split-layout,.detail-shell{grid-template-columns:1fr}.split-visual,.split-visual img{min-height:360px}.detail-copy{position:static}.filter-bar{position:relative;top:0;grid-template-columns:1fr 1fr}.filter-bar .search-wrap{grid-column:1/-1}.contact-cards{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.cta-band{align-items:flex-start;flex-direction:column}.floating-contact span{display:none}.floating-contact{width:52px;height:52px;padding:0;justify-content:center}.hero-dots{left:14px;right:auto;bottom:24px}}
@media(max-width:600px){:root{--wrap:calc(100% - 22px)}.brand img{width:160px}.hero-slider{min-height:560px;height:78svh}.hero-copy{justify-content:flex-end;padding-bottom:75px}.hero-copy h1{font-size:clamp(2.3rem,12vw,3.7rem);margin:13px 0 14px}.hero-copy p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero-kicker{font-size:.68rem}.btn-luminous{min-height:49px;padding:10px 16px}.card-grid,.product-grid,.article-grid,.process-grid,.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.filter-bar{grid-template-columns:1fr}.filter-bar .search-wrap{grid-column:auto}.lux-card{min-height:auto}.section{padding:64px 0}.section-title{font-size:clamp(2rem,10vw,3.1rem)}.form-card{padding:22px 16px;border-radius:22px}.form-actions{align-items:stretch;flex-direction:column}.footer-bottom{gap:10px;flex-direction:column}.mobile-panel{padding:18px}.cta-band{padding:28px 20px}.split-visual,.split-visual img{min-height:300px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}.hero-slide{transform:none!important}}


/* ===== MS TRADING — LIGHT LUMINOUS SIGNATURE 2026 ===== */
:root{--bg:#fff;--bg2:#f4faff;--surface:rgba(255,255,255,.92);--surface2:#f6fbff;--text:#082b62;--muted:#5f7490;--cyan:#087dff;--green:#00b982;--gold:#f3bd2f;--violet:#5d4cff;--pink:#ed4ab7;--blue:#087dff;--line:rgba(8,72,152,.12);--shadow:0 26px 70px rgba(7,67,138,.12);--soft-shadow:0 14px 36px rgba(7,67,138,.09)}
body{background:radial-gradient(circle at 7% 4%,rgba(8,125,255,.10),transparent 24%),radial-gradient(circle at 93% 10%,rgba(0,185,130,.08),transparent 25%),linear-gradient(180deg,#fff 0%,#f9fcff 48%,#fff 100%);color:var(--text)}
.site-header,.site-header.scrolled{height:86px;background:rgba(255,255,255,.94);backdrop-filter:blur(20px) saturate(1.35);border-color:rgba(8,72,152,.10);box-shadow:0 10px 40px rgba(8,65,130,.09)}.site-header.scrolled{height:78px}.brand img{width:235px;filter:drop-shadow(0 8px 16px rgba(8,93,193,.10))}.desktop-nav>a,.nav-drop>a{color:#113b73}.desktop-nav a:hover,.desktop-nav a.active{color:#075bd8;background:linear-gradient(135deg,rgba(8,125,255,.08),rgba(0,185,130,.06))}.drop-menu{border-color:rgba(8,72,152,.12);background:rgba(255,255,255,.98);box-shadow:0 24px 60px rgba(7,67,138,.15)}.drop-menu a{color:#536b89}.drop-menu a:hover{background:linear-gradient(90deg,rgba(8,125,255,.09),rgba(0,185,130,.05));color:#075bd8}.menu-toggle{background:#f4f9ff;color:#075bd8;border-color:rgba(8,72,152,.14)}
.btn{box-shadow:none}.btn-primary,.btn-luminous{color:#fff;background:linear-gradient(120deg,#075bd8 0%,#08a4ff 46%,#00b982 100%);box-shadow:0 12px 30px rgba(8,125,255,.22)}.btn-primary:hover,.btn-luminous:hover{box-shadow:0 16px 36px rgba(8,125,255,.28)}.btn-outline{color:#075bd8;border-color:rgba(8,125,255,.28);background:rgba(255,255,255,.88)}.btn-outline:hover{background:#eef7ff}.btn-gold{background:linear-gradient(120deg,#fff1a5,#f3bd2f);color:#634500;box-shadow:0 10px 26px rgba(243,189,47,.18)}
.mobile-panel{background:radial-gradient(circle at 86% 5%,rgba(0,185,130,.11),transparent 28%),linear-gradient(155deg,#fff,#f2f8ff 70%,#f2fff9);color:#082b62}.mobile-top{border-color:rgba(8,72,152,.12)}.mobile-top button{background:#eef6ff;border-color:rgba(8,72,152,.12);color:#075bd8}.mobile-panel nav>a:not(.btn){border-color:rgba(8,72,152,.10)}.mobile-contact{color:#58718f}
.hero-slider{height:min(900px,100svh);min-height:680px;background:#eef7ff;margin-top:0}.hero-shade{background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.88) 32%,rgba(255,255,255,.38) 58%,rgba(255,255,255,.05) 80%),linear-gradient(0deg,rgba(255,255,255,.36),transparent 42%)}.hero-copy{padding-top:115px;padding-bottom:9vh}.hero-kicker,.section-kicker{color:#0782ea}.hero-kicker:before,.section-kicker:before{background:linear-gradient(90deg,#087dff,#00b982,#f3bd2f);box-shadow:0 0 14px rgba(8,125,255,.30)}.hero-copy h1{color:#082b62;text-shadow:0 5px 24px rgba(255,255,255,.9),0 2px 12px rgba(7,56,121,.08)}.hero-copy p{color:#385b82;font-weight:620;text-shadow:0 2px 10px rgba(255,255,255,.95)}.hero-dots button{background:rgba(8,72,152,.22)}.hero-dots button.active{background:linear-gradient(90deg,#087dff,#00b982,#f3bd2f);box-shadow:0 0 16px rgba(8,125,255,.28)}
.section{background:var(--section-bg,transparent);color:var(--section-text,inherit)}.section:nth-of-type(even):not(.hero-slider){background:linear-gradient(180deg,#fbfdff,#f1f8ff 52%,#fbfffd)}.section-title{color:#082b62}.section-lead,.rich-text{color:#607893}.lux-card{border-color:rgba(8,72,152,.11);background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(244,250,255,.96));box-shadow:0 14px 38px rgba(7,67,138,.08),inset 0 1px #fff}.lux-card:hover{border-color:rgba(8,125,255,.26);box-shadow:0 24px 54px rgba(7,67,138,.13)}.lux-card p,.process-card p,.check-list small,.cta-band p,.faq-list details p{color:#607893}.process-card{background:#fff;border-top:3px solid #087dff;box-shadow:var(--soft-shadow);border-radius:0 0 20px 20px}.process-card>span{color:rgba(8,125,255,.35)}.split-visual{border-color:rgba(8,72,152,.12);box-shadow:0 28px 70px rgba(7,67,138,.13)}.cta-band{border-color:rgba(8,125,255,.18);background:linear-gradient(120deg,#f5fbff,#effff9,#fffaf0);box-shadow:0 20px 55px rgba(7,67,138,.10)}.faq-list details{border-color:rgba(8,72,152,.12);background:#fff;box-shadow:0 10px 26px rgba(7,67,138,.05)}
.page-content{background:linear-gradient(180deg,#fff,#f8fbff)}.filter-bar{border-color:rgba(8,72,152,.12);background:rgba(255,255,255,.94);box-shadow:0 12px 32px rgba(7,67,138,.08)}.control,input,select,textarea{border-color:rgba(8,72,152,.15);background:#fff;color:#0b315f;box-shadow:inset 0 1px 2px rgba(8,72,152,.03)}.control:focus,input:focus,select:focus,textarea:focus{border-color:rgba(8,125,255,.58);box-shadow:0 0 0 4px rgba(8,125,255,.09)}option{background:#fff;color:#0b315f}.field label{color:#57718f}
.product-card,.article-card{border-color:rgba(8,72,152,.11);background:#fff;box-shadow:0 14px 38px rgba(7,67,138,.07)}.product-card:hover,.article-card:hover{border-color:rgba(8,125,255,.25);box-shadow:0 24px 55px rgba(7,67,138,.13)}.card-media{background:linear-gradient(145deg,#f5fbff,#edfff8)}.card-badge{background:rgba(255,255,255,.94);border-color:rgba(8,72,152,.12);color:#075bd8;box-shadow:0 8px 20px rgba(7,67,138,.10)}.card-body h2,.card-body h3{color:#0b315f}.card-body p{color:#607893}.card-meta{color:#55718f}.card-meta strong{color:#00a477}.empty-state{border-color:rgba(8,125,255,.24);background:linear-gradient(145deg,#f7fbff,#f1fff9)}
.detail-media img,.detail-media video{border-color:rgba(8,72,152,.12);background:#f3f8ff;box-shadow:0 18px 45px rgba(7,67,138,.09)}.detail-copy h1{color:#082b62}.detail-copy p{color:#607893}.document-list a{border-color:rgba(8,72,152,.12);background:#fff;box-shadow:0 8px 24px rgba(7,67,138,.06)}.form-card{border-color:rgba(8,72,152,.11);background:linear-gradient(145deg,#fff,#f5faff);box-shadow:0 24px 60px rgba(7,67,138,.10)}.contact-card{border-color:rgba(8,72,152,.11);background:#fff;box-shadow:0 12px 34px rgba(7,67,138,.07)}.contact-card p,.contact-card a{color:#607893}
.site-footer{border-top-color:rgba(8,72,152,.10);background:radial-gradient(circle at 90% 0,rgba(0,185,130,.08),transparent 24%),linear-gradient(180deg,#f7fbff,#fff);color:#0b315f}.footer-orbit{border-color:rgba(8,125,255,.12);box-shadow:0 0 120px rgba(8,125,255,.05)}.footer-brand p,.site-footer p{color:#607893}.footer-badges span{border-color:rgba(8,72,152,.12);color:#57718f;background:#fff}.site-footer h3{color:#087dff}.site-footer a:not(.btn),.site-footer span{color:#4f6f91}.footer-bottom{border-top-color:rgba(8,72,152,.10);color:#7189a2}.floating-contact{background:linear-gradient(115deg,#075bd8,#08a4ff,#00b982);color:#fff;box-shadow:0 14px 44px rgba(8,125,255,.25)}.toast{background:#fff;color:#0b315f;border-color:rgba(8,125,255,.25);box-shadow:0 18px 50px rgba(7,67,138,.16)}
@media(max-width:820px){.site-header,.site-header.scrolled{height:76px}.hero-slider{min-height:620px;height:84svh}.hero-copy{padding-top:90px;padding-bottom:86px}.hero-shade{background:linear-gradient(0deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.87) 46%,rgba(255,255,255,.28) 78%,rgba(255,255,255,.10))}.hero-copy h1{color:#082b62;text-shadow:0 3px 16px #fff}.hero-copy p{color:#365a82}.filter-bar{background:#fff}}
@media(max-width:600px){.hero-slider{min-height:585px;height:80svh}.hero-copy{padding-top:78px;padding-bottom:72px}.hero-copy h1{font-size:clamp(2.25rem,11.6vw,3.55rem)}.hero-shade{background:linear-gradient(0deg,#fff 0%,rgba(255,255,255,.94) 46%,rgba(255,255,255,.34) 78%,rgba(255,255,255,.08))}.brand img{width:176px}}

.catalogue-intro{margin:0 0 28px;padding:28px 30px;border:1px solid rgba(8,72,152,.10);border-radius:26px;background:linear-gradient(120deg,#fff,#f2f8ff,#f1fff9);box-shadow:0 14px 38px rgba(7,67,138,.07)}.catalogue-intro h2{margin:8px 0 8px;font-size:clamp(1.8rem,3.2vw,3rem);line-height:1.05;color:#082b62}.catalogue-intro p{margin:0;max-width:900px;color:#607893}

/* =========================================================
   MS TRADING ULTIMATE 2026 — EMERALD / GOLD E-COMMERCE LAYER
   ========================================================= */
:root{
  --emerald:#006b56;--emerald-2:#009d7a;--emerald-3:#00bc91;--gold:#d7a431;--gold-soft:#f6e7b5;
  --ink:#063b34;--ink-2:#0b554a;--muted:#657b76;--line:rgba(0,107,86,.13);--cream:#fffdf8;
  --shadow:0 24px 70px rgba(0,76,61,.12);--shadow-soft:0 12px 34px rgba(0,76,61,.08);--radius:26px;
}
body{background:radial-gradient(circle at 4% 2%,rgba(0,188,145,.08),transparent 24%),radial-gradient(circle at 96% 8%,rgba(215,164,49,.08),transparent 23%),linear-gradient(180deg,#fff 0%,#fbfffd 48%,#fff 100%);color:var(--ink)}
::selection{background:rgba(0,157,122,.2);color:var(--ink)}
.site-header,.site-header.scrolled{background:rgba(255,255,255,.95);border-bottom-color:rgba(0,107,86,.1);box-shadow:0 12px 36px rgba(0,70,58,.08)}
.site-header{height:90px}.site-header.scrolled{height:80px}.header-glow{background:linear-gradient(90deg,transparent,rgba(215,164,49,.18),rgba(0,188,145,.12),transparent)}
.brand{display:flex;align-items:center;min-width:210px}.brand img{width:220px!important;max-height:70px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,92,73,.1))}
.desktop-nav>a,.nav-drop>a{color:#174a42;font-weight:700}.desktop-nav a:hover,.desktop-nav a.active{color:var(--emerald);background:linear-gradient(135deg,rgba(0,157,122,.08),rgba(215,164,49,.06))}.drop-menu{border:1px solid rgba(0,107,86,.12);box-shadow:0 26px 65px rgba(0,76,61,.15);border-radius:20px}.drop-menu a{color:#476860}.drop-menu a:hover{color:var(--emerald);background:linear-gradient(90deg,rgba(0,188,145,.08),rgba(215,164,49,.06))}
.nav-actions{display:flex;align-items:center;gap:10px}.cart-pill{height:44px;padding:0 13px;border:1px solid rgba(0,107,86,.14);border-radius:999px;display:flex;align-items:center;gap:8px;background:#fff;color:var(--emerald);font-weight:800;box-shadow:0 8px 22px rgba(0,76,61,.07);transition:.25s}.cart-pill:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,76,61,.12)}.cart-pill .icon{width:18px}.cart-pill b{display:grid;place-items:center;min-width:24px;height:24px;padding:0 5px;border-radius:999px;background:linear-gradient(135deg,var(--emerald),var(--emerald-3));color:#fff;font-size:.76rem}
.menu-toggle{color:var(--emerald);border-color:rgba(0,107,86,.14);background:#f4fbf8}.mobile-panel{background:radial-gradient(circle at 88% 5%,rgba(0,188,145,.12),transparent 28%),linear-gradient(155deg,#fff,#f4fbf8 70%,#fffaf0);color:var(--ink)}.mobile-top img{max-width:200px;max-height:66px;object-fit:contain}.mobile-panel nav>a:not(.btn){color:var(--ink);border-color:rgba(0,107,86,.1)}
.btn-primary,.btn-luminous{background:linear-gradient(120deg,#005c49 0%,#008e70 48%,#00b58c 100%);box-shadow:0 12px 30px rgba(0,107,86,.22);color:#fff}.btn-primary:hover,.btn-luminous:hover{box-shadow:0 18px 38px rgba(0,107,86,.28);transform:translateY(-2px)}.btn-outline{color:var(--emerald);border-color:rgba(0,107,86,.23);background:rgba(255,255,255,.9)}.btn-outline:hover{background:#effbf7;border-color:rgba(0,107,86,.35)}.btn-gold{background:linear-gradient(120deg,#fff1b8,#d7a431);color:#5f4200}.btn-card{min-height:44px;padding:10px 15px;border-radius:14px;font-size:.86rem}
.hero-slider{min-height:690px;height:min(880px,94svh);background:#effaf6}.hero-slide img{object-fit:cover;object-position:center;filter:saturate(1.04) contrast(1.02)}.hero-shade{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 31%,rgba(255,255,255,.48) 52%,rgba(0,49,39,.09) 78%,rgba(0,49,39,.18) 100%),linear-gradient(0deg,rgba(255,255,255,.45),transparent 45%)}.hero-copy{padding-top:125px;padding-bottom:9vh}.hero-kicker,.section-kicker{color:var(--emerald);font-weight:900;letter-spacing:.13em}.hero-kicker:before,.section-kicker:before{background:linear-gradient(90deg,var(--emerald),var(--emerald-3),var(--gold));box-shadow:0 0 18px rgba(0,157,122,.24)}.hero-copy h1{max-width:850px;color:#083e36;letter-spacing:-.045em;text-shadow:0 4px 24px rgba(255,255,255,.95)}.hero-copy p{max-width:690px;color:#46665f;font-weight:650}.hero-dots button{background:rgba(0,107,86,.22)}.hero-dots button.active{background:linear-gradient(90deg,var(--emerald),var(--emerald-3),var(--gold));box-shadow:0 0 14px rgba(0,157,122,.28)}
.section:nth-of-type(even):not(.hero-slider){background:linear-gradient(180deg,#fbfffd,#f4fbf8 52%,#fffdf8)}.section-title{color:var(--ink);letter-spacing:-.035em}.section-lead,.rich-text{color:#607a74}.lux-card{border-color:rgba(0,107,86,.11);background:linear-gradient(145deg,#fff,#f8fcfa);box-shadow:0 15px 40px rgba(0,76,61,.08)}.lux-card:hover{border-color:rgba(0,157,122,.24);box-shadow:0 24px 60px rgba(0,76,61,.13);transform:translateY(-7px)}.process-card{background:#fff;border-top:3px solid var(--emerald);box-shadow:var(--shadow-soft)}.process-card>span{color:rgba(0,107,86,.32)}.cta-band{border-color:rgba(0,107,86,.15);background:linear-gradient(120deg,#f4fcf9,#fffaf0,#fff);box-shadow:0 20px 55px rgba(0,76,61,.1)}.split-visual{border-color:rgba(0,107,86,.12);box-shadow:0 28px 70px rgba(0,76,61,.13)}.split-visual img{object-fit:cover}.check-list .icon{color:var(--emerald)}
.page-content{background:linear-gradient(180deg,#fff,#fbfffd)}.luxury-intro{border-color:rgba(0,107,86,.1);background:linear-gradient(120deg,#fff,#f3fbf8,#fffaf0);box-shadow:0 16px 45px rgba(0,76,61,.07)}.catalogue-stat-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.catalogue-stat-row span{padding:9px 13px;border:1px solid rgba(0,107,86,.1);border-radius:999px;background:#fff;color:#607a74;font-size:.84rem}.catalogue-stat-row b{color:var(--emerald);font-size:1rem}
.premium-filter{position:sticky;top:92px;z-index:10;border-color:rgba(0,107,86,.12);background:rgba(255,255,255,.96);backdrop-filter:blur(18px);box-shadow:0 12px 32px rgba(0,76,61,.08)}.filter-bar input,.filter-bar select,.control,input,select,textarea{border-color:rgba(0,107,86,.15);color:#174a42}.control:focus,input:focus,select:focus,textarea:focus{border-color:rgba(0,157,122,.55);box-shadow:0 0 0 4px rgba(0,157,122,.08)}
.premium-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.premium-product-card{position:relative;overflow:hidden;border:1px solid rgba(0,107,86,.1);border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(0,76,61,.07);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.premium-product-card:hover{transform:translateY(-7px);border-color:rgba(0,157,122,.24);box-shadow:0 26px 58px rgba(0,76,61,.14)}.product-main-link{display:block;color:inherit;text-decoration:none}.premium-product-card .card-media{position:relative;aspect-ratio:1/1;background:radial-gradient(circle at 50% 45%,#fff,#f4fbf8 72%);overflow:hidden}.premium-product-card .card-media img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.premium-product-card:hover .card-media img{transform:scale(1.045)}.premium-product-card .card-body{padding:17px 17px 12px}.premium-product-card .card-body h2{font-size:1.03rem;line-height:1.28;min-height:2.55em;color:#0c463d;margin:7px 0 8px}.premium-product-card .card-body p{font-size:.84rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.65em}.product-type{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;font-weight:900;color:var(--emerald)}.premium-product-card .card-meta{margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,107,86,.08);font-size:.74rem}.premium-product-card .card-meta strong{color:var(--emerald);font-size:.84rem}.card-badge{top:12px;left:12px;max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--emerald);border-color:rgba(0,107,86,.12);background:rgba(255,255,255,.94)}.featured-badge{position:absolute;right:12px;top:12px;padding:7px 10px;border-radius:999px;background:linear-gradient(120deg,#fff1b0,#d7a431);color:#644500;font-size:.67rem;font-weight:900;box-shadow:0 8px 20px rgba(215,164,49,.2)}.product-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 17px 17px}.product-card-actions form{margin:0}.product-card-actions .btn{width:100%;justify-content:center}
.product-detail-page{padding-top:80px}.product-detail-meta{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 20px}.product-detail-meta span{padding:7px 10px;border-radius:999px;background:#f3fbf8;border:1px solid rgba(0,107,86,.1);font-size:.78rem;color:#52726b}.stock-dot:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:6px;background:#00a77f;box-shadow:0 0 0 4px rgba(0,167,127,.1)}.product-price-big{margin:24px 0 14px;font-size:1.55rem;font-weight:950;color:var(--emerald);letter-spacing:-.03em}.buy-box{display:flex;align-items:end;gap:10px;padding:16px;border-radius:20px;background:linear-gradient(135deg,#f4fbf8,#fffaf0);border:1px solid rgba(0,107,86,.1);margin:12px 0}.buy-box label{display:grid;gap:5px;font-size:.72rem;font-weight:900;color:#4d6d65}.buy-box input{width:90px;min-height:48px;text-align:center;font-weight:800;background:#fff}.buy-box .btn{min-height:48px;flex:1}
.cart-page,.checkout-page{padding:80px 0 110px}.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.7fr);gap:26px;align-items:start}.cart-list{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:120px 1fr 90px 42px;gap:16px;align-items:center;padding:14px;border:1px solid rgba(0,107,86,.1);border-radius:22px;background:#fff;box-shadow:var(--shadow-soft)}.cart-thumb{width:120px;height:120px;border-radius:17px;overflow:hidden;background:#f5fbf8}.cart-thumb img{width:100%;height:100%;object-fit:contain}.cart-info>span{display:block;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--emerald);font-weight:900}.cart-info h2{font-size:1.05rem;margin:5px 0}.cart-info h2 a{color:var(--ink)}.cart-info small{color:#82938f}.cart-line-price{margin-top:8px;font-weight:900;color:var(--emerald)}.qty-control{display:grid;gap:5px;font-size:.68rem;font-weight:900;color:#688079}.qty-control input{min-height:45px;text-align:center}.cart-remove{width:38px;height:38px;border:0;border-radius:50%;background:#fff2f2;color:#c74646;font-size:1.35rem;cursor:pointer}.cart-actions{display:flex;justify-content:space-between;gap:10px;margin-top:8px}.cart-summary,.checkout-summary{position:sticky;top:105px;padding:24px;border:1px solid rgba(0,107,86,.12);border-radius:25px;background:linear-gradient(145deg,#fff,#f6fcfa);box-shadow:var(--shadow)}.cart-summary h2,.checkout-summary h2{margin:8px 0 18px}.summary-row{display:flex;justify-content:space-between;gap:12px;padding:16px 0;border-top:1px solid rgba(0,107,86,.1);border-bottom:1px solid rgba(0,107,86,.1);margin:14px 0}.summary-row strong{color:var(--emerald)}.summary-note{font-size:.82rem;color:#69817b;line-height:1.55}.full-btn{width:100%;justify-content:center;margin-top:9px}.checkout-mini{display:grid;grid-template-columns:62px 1fr;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(0,107,86,.08)}.checkout-mini img{width:62px;height:62px;object-fit:contain;border-radius:12px;background:#fff}.checkout-mini b{display:block;font-size:.82rem;color:var(--ink)}.checkout-mini small{display:block;margin-top:4px;color:#748983}.form-privacy{font-size:.76rem;color:#78908a;text-align:center;margin:14px 0 0}.success-order{max-width:780px;margin:auto;text-align:center;padding:45px 28px;border:1px solid rgba(0,107,86,.12);border-radius:30px;background:linear-gradient(145deg,#fff,#f4fbf8,#fffaf0);box-shadow:var(--shadow)}.success-order .icon-orb{margin:0 auto 18px}.success-order h1{font-size:clamp(2rem,5vw,3.5rem);color:var(--ink);letter-spacing:-.045em}.success-order p{max-width:620px;margin:0 auto 22px;color:#607a74}.success-order .btn{margin:5px}
.site-footer{border-top-color:rgba(0,107,86,.1);background:radial-gradient(circle at 88% 0,rgba(0,188,145,.08),transparent 24%),linear-gradient(180deg,#f5fbf8,#fff);color:var(--ink)}.footer-brand img{max-width:235px;max-height:82px;object-fit:contain}.site-footer h3{color:var(--emerald)}.site-footer a:not(.btn),.site-footer span,.site-footer p{color:#58766e}.footer-badges span{border-color:rgba(0,107,86,.12);background:#fff}.floating-contact.whatsapp-float{background:linear-gradient(115deg,#006b56,#00a77f);box-shadow:0 14px 42px rgba(0,107,86,.25)}
@media(max-width:1180px){.premium-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.desktop-nav{gap:2px}.desktop-nav>a,.nav-drop>a{padding-left:9px;padding-right:9px}.hide-nav-mid{display:none}}
@media(max-width:900px){.premium-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-filter{position:relative;top:0}.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary,.checkout-summary{position:static}.site-header,.site-header.scrolled{height:76px}.brand img{width:178px!important}.hero-slider{height:82svh;min-height:620px}.hero-shade{background:linear-gradient(0deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 42%,rgba(255,255,255,.32) 74%,rgba(0,49,39,.15) 100%)}.hero-copy{padding-top:90px;padding-bottom:78px}.cart-pill span{display:none}}
@media(max-width:640px){:root{--wrap:calc(100% - 22px)}.premium-product-grid{grid-template-columns:1fr 1fr;gap:10px}.premium-product-card{border-radius:18px}.premium-product-card .card-body{padding:12px 12px 9px}.premium-product-card .card-body h2{font-size:.9rem}.premium-product-card .card-body p{display:none}.premium-product-card .card-meta{display:grid;gap:4px;font-size:.67rem}.product-card-actions{padding:0 12px 12px;grid-template-columns:1fr}.product-card-actions .btn-outline{display:none}.featured-badge{font-size:.6rem;padding:6px 8px;right:7px;top:7px}.card-badge{font-size:.59rem;left:7px;top:7px;max-width:68%}.catalogue-intro{padding:22px 18px}.catalogue-stat-row{gap:6px}.catalogue-stat-row span{font-size:.72rem;padding:7px 9px}.hero-slider{min-height:590px;height:80svh}.hero-copy h1{font-size:clamp(2.2rem,11vw,3.45rem)}.hero-copy p{font-size:.94rem}.buy-box{display:grid;grid-template-columns:100px 1fr}.buy-box label{grid-row:1}.buy-box .btn{grid-row:1}.cart-item{grid-template-columns:82px 1fr 68px 32px;gap:9px;padding:10px}.cart-thumb{width:82px;height:82px}.cart-info h2{font-size:.87rem}.cart-info>span,.cart-info small{display:none}.cart-line-price{font-size:.8rem}.cart-remove{width:30px;height:30px}.cart-actions{flex-direction:column}.cart-actions .btn{width:100%;justify-content:center}.success-order{padding:34px 18px}.nav-actions{gap:6px}.cart-pill{height:40px;padding:0 9px}.cart-pill .icon{width:17px}.brand{min-width:0}.brand img{width:155px!important}}
@media(max-width:390px){.premium-product-grid{grid-template-columns:1fr}.premium-product-card .card-body p{display:-webkit-box}.product-card-actions{grid-template-columns:1fr 1fr}.product-card-actions .btn-outline{display:flex}.cart-item{grid-template-columns:72px 1fr 58px}.cart-remove{grid-column:3;grid-row:2}.cart-thumb{width:72px;height:72px}.buy-box{grid-template-columns:1fr}.buy-box label,.buy-box .btn{grid-row:auto}.buy-box input{width:100%}}
.contact-cards{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:980px){.contact-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.contact-cards{grid-template-columns:1fr}}
.home-products{background:linear-gradient(180deg,#fff,#f4fbf8,#fff)!important}.home-products-cta{display:flex;justify-content:center;gap:10px;margin-top:28px}.home-product-grid .premium-product-card .card-body h3{font-size:1.03rem;line-height:1.28;min-height:2.55em;color:#0c463d;margin:7px 0 8px}.home-product-grid .premium-product-card .card-body p{font-size:.84rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.65em}@media(max-width:640px){.home-products-cta{flex-direction:column}.home-products-cta .btn{width:100%;justify-content:center}.home-product-grid .premium-product-card .card-body p{display:none}}

.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}

/* =========================================================
   MS TRADING — STOREFRONT V4
   Présentation e-commerce directe : moins de texte, plus de produits.
   ========================================================= */
.btn-whatsapp{background:linear-gradient(120deg,#0f8f6c,#18b981);color:#fff;border-color:transparent;box-shadow:0 12px 30px rgba(15,143,108,.18)}
.btn-whatsapp:hover{box-shadow:0 18px 38px rgba(15,143,108,.26)}

.storefront-home{background:#fff}
.storefront-home .hero-slider{height:min(650px,76svh);min-height:520px}
.storefront-home .hero-copy{justify-content:flex-end;padding-top:110px;padding-bottom:72px}
.storefront-home .hero-copy h1{font-size:clamp(2.65rem,5.9vw,5.45rem);max-width:760px;margin:12px 0 14px;line-height:.96}
.storefront-home .hero-copy p{font-size:clamp(.95rem,1.2vw,1.08rem);max-width:590px;margin-bottom:20px}
.storefront-home .hero-kicker{font-size:.7rem}

.storefront-search{position:relative;z-index:12;margin-top:-34px;padding-bottom:32px}
.storefront-searchbar{max-width:890px;margin:auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 10px 10px 18px;background:#fff;border:1px solid rgba(0,107,86,.12);border-radius:22px;box-shadow:0 18px 48px rgba(0,76,61,.14)}
.storefront-searchbar>.icon{color:var(--emerald);width:21px;height:21px}
.storefront-searchbar input{min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:1rem;padding:10px 2px}

.storefront-categories{padding:30px 0 38px;background:#fff}
.storefront-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.storefront-heading h2{margin:5px 0 0;color:var(--ink);font-size:clamp(1.8rem,3.2vw,3rem);line-height:1;letter-spacing:-.04em}
.storefront-heading>a{display:inline-flex;align-items:center;gap:7px;color:var(--emerald);font-weight:850;font-size:.9rem;white-space:nowrap}
.storefront-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.storefront-category-card{display:grid;grid-template-columns:84px minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px;border:1px solid rgba(0,107,86,.10);border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(0,76,61,.06);transition:.25s}
.storefront-category-card:hover{transform:translateY(-4px);border-color:rgba(0,157,122,.24);box-shadow:0 18px 38px rgba(0,76,61,.12)}
.storefront-category-image{width:84px;height:84px;border-radius:15px;overflow:hidden;background:#f4fbf8}
.storefront-category-image img{width:100%;height:100%;object-fit:contain;padding:5px}
.storefront-category-card h3{margin:0 0 5px;color:var(--ink);font-size:.95rem;line-height:1.25}
.storefront-category-card span{font-size:.74rem;color:#718680}
.storefront-category-card>.icon{color:var(--emerald)}

.storefront-products{padding:60px 0 72px!important;background:linear-gradient(180deg,#f8fcfa,#fff)!important}
.storefront-product-card .card-body{padding:14px 15px 12px}
.storefront-product-card .card-body h3{font-size:.98rem;line-height:1.28;min-height:2.55em;color:#103f36;margin:0 0 13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.store-card-bottom{display:flex;align-items:end;justify-content:space-between;gap:10px;padding-top:10px;border-top:1px solid rgba(0,107,86,.08)}
.store-card-bottom span{font-size:.66rem;color:#889a95;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:46%}
.store-card-bottom strong{font-size:.86rem;line-height:1.2;color:var(--emerald);text-align:right}
.storefront-product-card .product-card-actions{padding:0 15px 15px}
.storefront-product-card .card-media{aspect-ratio:1/1.02}
.storefront-product-card .card-media img{padding:7px}

.storefront-trust{padding:24px 0 34px;background:#fff}
.storefront-trust-row{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(0,107,86,.1);border-radius:20px;overflow:hidden;background:linear-gradient(120deg,#f8fcfa,#fff,#fffaf0)}
.storefront-trust-row>div{display:flex;align-items:center;gap:12px;padding:17px 20px;border-right:1px solid rgba(0,107,86,.09)}
.storefront-trust-row>div:last-child{border-right:0}.storefront-trust-row>.icon{color:var(--emerald);width:24px;height:24px}
.storefront-trust-row span{display:grid}.storefront-trust-row b{font-size:.84rem;color:var(--ink)}.storefront-trust-row small{font-size:.72rem;color:#758a84;margin-top:2px}

.shop-compact-head{padding:132px 0 30px;background:linear-gradient(120deg,#f2faf7,#fff,#fffaf2);border-bottom:1px solid rgba(0,107,86,.08)}
.shop-compact-head h1{margin:5px 0 0;color:var(--ink);font-size:clamp(2rem,4.5vw,4rem);line-height:1;letter-spacing:-.05em}
.shop-back{font-size:.8rem;font-weight:850;color:var(--emerald)}
.universe-compact-head{padding-bottom:34px}
.storefront-catalogue{padding-top:26px}
.storefront-result-line{margin:18px 0 16px;color:#718680;font-size:.8rem}.storefront-result-line b{color:var(--emerald);font-size:.96rem}
.storefront-catalogue .premium-filter{margin-bottom:0}

.product-storefront{padding:128px 0 80px;background:linear-gradient(180deg,#fbfffd,#fff)}
.product-breadcrumb{display:flex;gap:8px;align-items:center;margin-bottom:22px;color:#7b8d88;font-size:.78rem}.product-breadcrumb a{color:var(--emerald);font-weight:800}
.store-detail-shell{grid-template-columns:minmax(0,1.05fr) minmax(360px,.78fr);gap:48px;align-items:start}
.store-detail-media{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.store-detail-media img,.store-detail-media video{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff;border:1px solid rgba(0,107,86,.09);border-radius:22px;padding:10px;box-shadow:0 12px 34px rgba(0,76,61,.06)}
.store-detail-media img:first-child,.store-detail-media video:first-child{grid-column:1/-1;aspect-ratio:1.18/1}
.store-detail-copy{position:sticky;top:105px}
.store-detail-copy h1{margin:8px 0 12px;color:var(--ink);font-size:clamp(2rem,3.6vw,3.5rem);line-height:1.02;letter-spacing:-.045em}
.store-product-short{margin:8px 0 0;color:#607a74;font-size:.96rem;line-height:1.6}
.store-detail-copy .product-price-big{font-size:1.75rem;margin:20px 0 12px}
.product-info-details{margin-top:12px;border:1px solid rgba(0,107,86,.1);border-radius:16px;background:#fff;overflow:hidden}
.product-info-details summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:12px;padding:15px 16px;color:var(--ink);font-weight:850;font-size:.84rem}.product-info-details summary::-webkit-details-marker{display:none}.product-info-details[open] summary{border-bottom:1px solid rgba(0,107,86,.08)}
.product-info-details .rich-text,.product-info-details .document-list{padding:15px 16px;margin:0;font-size:.86rem;color:#607a74}
.related-products{padding-top:56px}

.storefront-footer-grid{grid-template-columns:1.45fr 1fr 1fr 1fr}
.footer-contact-quick{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:14px;font-weight:800}.footer-contact-quick a{display:inline-flex;align-items:center;gap:6px}
.storefront-footer p{display:none}

@media(min-width:1181px){.storefront-products .premium-product-grid,.storefront-catalogue .premium-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.storefront-product-card{border-radius:20px}.storefront-product-card .card-body h3{font-size:.9rem}.storefront-product-card .product-card-actions .btn{font-size:.77rem;min-height:41px;padding:8px 10px}}
@media(max-width:1120px){.storefront-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.storefront-footer-grid>div:last-child{grid-column:1/-1}.store-detail-shell{grid-template-columns:1fr 1fr;gap:28px}}
@media(max-width:900px){.storefront-home .hero-slider{height:64svh;min-height:500px}.storefront-home .hero-copy{padding-bottom:62px}.storefront-trust-row{grid-template-columns:1fr}.storefront-trust-row>div{border-right:0;border-bottom:1px solid rgba(0,107,86,.09)}.storefront-trust-row>div:last-child{border-bottom:0}.store-detail-shell{grid-template-columns:1fr}.store-detail-copy{position:static}.product-storefront{padding-top:105px}}
@media(max-width:640px){.storefront-home .hero-slider{height:58svh;min-height:455px}.storefront-home .hero-copy{padding-top:78px;padding-bottom:54px}.storefront-home .hero-copy h1{font-size:clamp(2.25rem,11vw,3.55rem);max-width:92%}.storefront-home .hero-copy p{font-size:.88rem;max-width:88%;margin-bottom:16px}.storefront-search{margin-top:-24px;padding-bottom:24px}.storefront-searchbar{grid-template-columns:auto 1fr;padding:8px 12px;border-radius:17px}.storefront-searchbar .btn{grid-column:1/-1;min-height:42px}.storefront-categories{padding-top:18px}.storefront-heading{align-items:center;margin-bottom:16px}.storefront-heading h2{font-size:1.72rem}.storefront-heading>a{font-size:.76rem}.storefront-category-grid{grid-template-columns:1fr;gap:8px}.storefront-category-card{grid-template-columns:64px 1fr auto;padding:9px;border-radius:16px}.storefront-category-image{width:64px;height:64px}.storefront-products{padding:42px 0 54px!important}.storefront-product-card .card-body{padding:10px 10px 9px}.storefront-product-card .card-body h3{font-size:.82rem;min-height:2.5em;margin-bottom:8px}.store-card-bottom{display:grid;gap:3px;padding-top:8px}.store-card-bottom span{display:none}.store-card-bottom strong{font-size:.76rem;text-align:left}.storefront-product-card .product-card-actions{padding:0 10px 10px;grid-template-columns:1fr}.storefront-product-card .product-card-actions .btn-outline{display:none}.shop-compact-head{padding:102px 0 22px}.shop-compact-head h1{font-size:2.15rem}.storefront-catalogue{padding-top:18px}.storefront-catalogue .premium-filter{gap:7px}.store-detail-media{grid-template-columns:1fr 1fr;gap:8px}.store-detail-media img,.store-detail-media video{border-radius:15px;padding:6px}.store-detail-copy h1{font-size:2rem}.store-detail-copy .buy-box{grid-template-columns:90px 1fr}.storefront-footer-grid{grid-template-columns:1fr 1fr}.storefront-footer-grid>div:first-child,.storefront-footer-grid>div:last-child{grid-column:1/-1}}
@media(max-width:390px){.storefront-category-card h3{font-size:.88rem}.storefront-products .premium-product-grid,.storefront-catalogue .premium-product-grid{grid-template-columns:1fr 1fr}.storefront-product-card .product-card-actions{grid-template-columns:1fr}.storefront-product-card .product-card-actions .btn-outline{display:none}.storefront-footer-grid{grid-template-columns:1fr}.storefront-footer-grid>div{grid-column:auto!important}}
.storefront-simple-page{padding-top:34px}.storefront-simple-page .contact-cards{margin-bottom:20px}.storefront-simple-page .form-card{margin-top:16px}.store-form-title{margin:0 0 18px;color:var(--ink);font-size:clamp(1.45rem,2.5vw,2.25rem);letter-spacing:-.03em}.storefront-simple-page .form-actions{justify-content:flex-end}.storefront-cart-page,.storefront-checkout-page{padding-top:34px}
@media(max-width:350px){.storefront-products .premium-product-grid,.storefront-catalogue .premium-product-grid{grid-template-columns:1fr}.storefront-product-card .product-card-actions{grid-template-columns:1fr 1fr}.storefront-product-card .product-card-actions .btn-outline{display:flex}.store-detail-copy .buy-box{grid-template-columns:1fr}.store-detail-copy .buy-box label,.store-detail-copy .buy-box .btn{grid-row:auto}}
