
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@500;600;700;800&display=swap');
:root{--ink:#10251f;--green:#0c6d51;--lime:#b9e886;--paper:#f6faf8;--pale:#eaf5f0;--line:#d8e6df;--muted:#60706a;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,sans-serif;overflow-x:hidden}a{text-decoration:none;color:inherit}h1,h2,h3,b{font-family:Manrope,sans-serif}.site-header{height:82px;padding:0 5vw;display:flex;align-items:center;gap:28px;position:fixed;z-index:100;top:0;left:0;right:0;background:rgba(246,250,248,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(216,230,223,.7)}.brand img{width:145px;display:block}.site-header nav{display:flex;gap:22px;margin-left:auto}.site-header nav a{font:600 13px Manrope}.btn{display:inline-flex;gap:18px;align-items:center;justify-content:center;background:var(--ink);color:white;padding:15px 20px;border:0;border-radius:2px;font:700 13px Manrope;cursor:pointer;transition:.25s}.btn:hover{background:var(--green);transform:translateY(-2px)}.mini{padding:11px 15px}.outline{background:transparent;color:var(--ink);border:1px solid var(--line)}.menu{display:none}.progress{height:3px;background:var(--green);position:fixed;z-index:101;top:0;left:0;width:0}.hero{min-height:100vh;padding:135px 6vw 55px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:6vw}.kicker,.tag{font:700 10px Manrope;letter-spacing:.17em;color:var(--green)}h1{font-size:clamp(55px,7vw,110px);line-height:.9;letter-spacing:-.07em;margin:24px 0 30px}h1 em,h2 em{font-style:normal;color:var(--green)}.hero-copy p,.pagehero p,.producthero p{font-size:17px;line-height:1.75;color:var(--muted);max-width:690px}.actions{display:flex;gap:10px;margin-top:32px}.hero-art{height:68vh;min-height:500px;background:#dff3e9;position:relative;display:grid;place-items:center;overflow:hidden}.liquid{position:absolute;width:75%;height:75%;border-radius:43% 57% 62% 38%/52% 40% 60% 48%;background:radial-gradient(circle at 30% 25%,#effcf6,#79c9aa 45%,#0d7356 90%);animation:morph 9s ease-in-out infinite}.hero-art strong{position:relative;font-size:clamp(90px,12vw,180px);letter-spacing:-.1em;color:white;text-shadow:0 10px 40px rgba(0,0,0,.12)}.hero-art strong span{color:var(--lime)}.hero-art small{position:absolute;bottom:24px;font:700 9px Manrope;letter-spacing:.15em}.atom{position:absolute;border:1px solid rgba(12,109,81,.3);border-radius:50%}.a1{width:160px;height:160px;top:10%;right:-40px}.a2{width:90px;height:90px;bottom:12%;left:-25px}@keyframes morph{50%{border-radius:60% 40% 35% 65%/40% 60% 40% 60%;transform:rotate(8deg) scale(1.04)}}.ticker{background:var(--ink);color:#cbe2d8;padding:14px 0;overflow:hidden;white-space:nowrap;font:600 11px Manrope;letter-spacing:.15em}.ticker div{display:inline-block;animation:tick 25s linear infinite}@keyframes tick{to{transform:translateX(-50%)}}.section{padding:105px 6vw}.split{display:grid;grid-template-columns:1fr 1fr;gap:9vw;margin-top:25px}.section h2,.contactgrid h2{font-size:clamp(42px,5.4vw,80px);line-height:.98;letter-spacing:-.06em;margin:10px 0}.copy{padding-top:10px}.copy p{color:var(--muted);line-height:1.75}.copy .lead{font-size:21px;color:var(--ink)}.copy a:not(.btn){color:var(--green);font-weight:700}.statrow{display:grid;grid-template-columns:repeat(3,1fr);margin-top:80px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.statrow>div{padding:30px;border-right:1px solid var(--line)}.statrow>div:first-child{padding-left:0}.statrow>div:last-child{border:0}.statrow p{font-size:13px;line-height:1.6;color:var(--muted)}.pale{background:var(--pale)}.head{display:flex;justify-content:space-between;align-items:end;gap:30px}.featured{display:grid;grid-template-columns:repeat(3,1fr);margin-top:55px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.feature{min-height:220px;background:white;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px;position:relative;transition:.3s}.feature:hover{background:#d9f1e6;transform:translateY(-4px)}.feature span,.pc>span{font:700 9px Manrope;color:var(--green);letter-spacing:.1em;text-transform:uppercase}.feature h3{font-size:24px;margin-top:50px}.feature b{position:absolute;right:25px;bottom:25px}.dark{padding:110px 6vw;background:#0a2d24;color:white;display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw}.dark h2{font-size:clamp(45px,5vw,78px);line-height:1;letter-spacing:-.06em}.dark h2 em{color:var(--lime)}.tag.light{color:var(--lime)}.darkcards a{display:block;padding:28px 0;border-bottom:1px solid #315048}.darkcards b{font-size:23px}.darkcards p{color:#9eb7ae;line-height:1.6}.callout{position:relative}.callout>span{font:700 10px Manrope;color:var(--green);letter-spacing:.15em}.callout h2{font-size:clamp(55px,7vw,105px);max-width:900px}.circle{position:absolute;right:8vw;bottom:20%;width:95px;height:95px;background:var(--ink);color:white;border-radius:50%;display:grid;place-items:center;font-size:35px;transition:.3s}.circle:hover{background:var(--green);transform:rotate(45deg)}.pagehero,.producthero{padding:180px 6vw 100px;min-height:68vh;display:flex;flex-direction:column;justify-content:end;background:linear-gradient(120deg,#f6faf8,#e1f3eb)}.pagehero h1,.producthero h1{font-size:clamp(60px,8vw,125px);max-width:1100px}.darkhero{background:#0a2d24;color:white}.darkhero p{color:#a9beb6}.tools{display:flex;justify-content:space-between;gap:20px;margin-bottom:30px}.tools input{width:420px;max-width:100%;padding:15px;border:1px solid var(--line);background:white}.filters{display:flex;gap:6px;flex-wrap:wrap}.filters button{border:1px solid var(--line);background:white;padding:10px 13px;font-weight:600}.filters button.active{background:var(--ink);color:white}.productgrid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.pc{padding:28px;min-height:290px;background:white;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;transition:.3s}.pc:hover{background:#e4f5ed;transform:translateY(-3px)}.pc h3{font-size:24px;margin:45px 0 10px}.pc p{font-size:13px;line-height:1.65;color:var(--muted)}.pc a{margin-top:auto;font:700 12px Manrope}.pc.hidden{display:none}.servicebig{display:grid;grid-template-columns:120px 1fr;padding:55px 0;border-top:1px solid var(--line)}.servicebig>span{font:700 12px Manrope;color:var(--green)}.servicebig h2{margin:0 0 15px;font-size:45px}.servicebig p{max-width:700px;line-height:1.7;color:var(--muted)}.certgrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.certgrid>a{background:white;padding:50px;min-height:360px;border:1px solid var(--line);transition:.3s}.certgrid>a:hover{background:var(--pale);transform:translateY(-4px)}.certicon{font-size:65px;color:var(--green)}.certgrid h3{font-size:30px}.certgrid p{color:var(--muted);line-height:1.6}.contactgrid{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.locations p{color:var(--muted);line-height:1.6;margin:6px 0 28px}.form{background:white;padding:35px;border:1px solid var(--line)}.row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form label{display:flex;flex-direction:column;gap:8px;font:600 12px Manrope;margin-bottom:20px}.form input,.form select,.form textarea{border:0;border-bottom:1px solid #b8c9c1;padding:12px 2px;background:transparent;font:14px Inter;outline:none}.form small,.muted{color:var(--muted);font-size:12px;line-height:1.6}.producthero{display:grid;grid-template-columns:1.3fr .7fr;align-items:end}.crumb{font:700 10px Manrope;letter-spacing:.14em;color:var(--green)}.producthero h1{font-size:clamp(58px,8vw,120px)}.productmark{height:350px;background:#dff3e9;display:grid;place-items:center;position:relative}.productmark span{font:800 110px Manrope;color:var(--green)}.productmark small{position:absolute;bottom:20px;font:700 10px Manrope;letter-spacing:.12em}footer{padding:65px 6vw 30px;background:#061d17;color:white;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px}footer img{width:160px;filter:brightness(0) invert(1)}footer p,footer span{font-size:12px;line-height:1.6;color:#8da59d}footer>div{display:flex;flex-direction:column;gap:11px}footer b{color:var(--lime)}footer a{font-size:12px;color:#bed0c9}footer small{grid-column:1/-1;border-top:1px solid #254038;padding-top:25px;margin-top:20px;color:#718a81;display:flex;justify-content:space-between}.float{position:fixed;right:20px;width:54px;height:54px;border:0;border-radius:50%;z-index:90;box-shadow:0 8px 30px #0003;cursor:pointer}.wa{bottom:20px;background:#25d366;color:white;font-weight:800}.chat-open{bottom:84px;background:var(--ink);color:white;font-size:20px}.chat{position:fixed;z-index:95;right:20px;bottom:150px;width:min(380px,calc(100vw - 30px));height:490px;background:white;box-shadow:0 20px 70px #0003;border:1px solid var(--line);display:none;flex-direction:column}.chat.open{display:flex}.chat-h{background:var(--ink);color:white;padding:17px;display:flex;justify-content:space-between}.chat-h button{border:0;background:none;color:white;font-size:22px}.chat-b{padding:17px;flex:1;overflow:auto}.bot,.usr{font-size:12px;line-height:1.55;padding:11px;background:var(--paper);max-width:88%}.usr{background:var(--pale);margin-left:auto}.chips{display:flex;gap:6px;flex-wrap:wrap}.chips button{padding:8px;border:1px solid var(--line);background:white}.chat-i{display:flex;border-top:1px solid var(--line)}.chat-i input{flex:1;border:0;padding:15px;outline:none}.chat-i button{width:50px;border:0;background:var(--green);color:white}.reveal{opacity:0;transform:translateY(25px);transition:.7s}.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){.site-header nav,.site-header>.mini{display:none}.menu{display:flex;margin-left:auto;border:0;background:none;flex-direction:column;gap:6px}.menu i{width:25px;height:2px;background:var(--ink)}.site-header nav.open{display:flex;position:absolute;top:82px;left:0;right:0;padding:30px 6vw;background:white;flex-direction:column}.hero{grid-template-columns:1fr;padding-top:125px}.hero-art{height:55vh}.dark,.contactgrid{grid-template-columns:1fr}.featured,.productgrid{grid-template-columns:repeat(2,1fr)}footer{grid-template-columns:2fr 1fr 1fr}.producthero{grid-template-columns:1fr}.productmark{height:280px}}
@media(max-width:650px){.site-header{height:70px;padding:0 20px}.brand img{width:125px}.site-header nav.open{top:70px}.hero{padding:110px 20px 45px}.hero h1{font-size:50px}.hero-art{min-height:380px;height:48vh}.actions{flex-direction:column}.section{padding:75px 20px}.split{grid-template-columns:1fr;gap:25px}.section h2{font-size:45px}.statrow{grid-template-columns:1fr;margin-top:45px}.statrow>div,.statrow>div:first-child{padding:24px 0;border-right:0;border-bottom:1px solid var(--line)}.head{align-items:flex-start;flex-direction:column}.featured,.productgrid{grid-template-columns:1fr}.dark{padding:75px 20px}.callout .circle{position:static}.pagehero,.producthero{padding:135px 20px 70px;min-height:58vh}.pagehero h1,.producthero h1{font-size:53px}.tools{flex-direction:column}.filters{overflow:auto;flex-wrap:nowrap}.filters button{white-space:nowrap}.servicebig{grid-template-columns:45px 1fr}.servicebig h2{font-size:30px}.certgrid{grid-template-columns:1fr}.contactgrid{gap:35px}.row{grid-template-columns:1fr}.form{padding:25px 18px}footer{grid-template-columns:1fr 1fr;padding:55px 20px 25px}.fbrand{grid-column:1/-1}footer small{flex-direction:column;gap:8px}.float{right:14px}.wa{bottom:14px}.chat-open{bottom:78px}.chat{right:14px;bottom:143px;height:min(490px,65vh)}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}

/* v2 mobile + splash + conversion upgrade */
.splash{position:fixed;inset:0;z-index:9999;background:#f6faf8;display:grid;place-items:center;transition:opacity .55s ease,visibility .55s}
.splash.hide{opacity:0;visibility:hidden}.splash-inner{text-align:center;width:min(82vw,420px)}.splash-logo{width:190px;max-width:65vw;margin:auto}
.splash-line{height:2px;background:#d8e6df;margin:28px 0 14px;overflow:hidden}.splash-line i{display:block;height:100%;width:40%;background:#0c6d51;animation:splashload 1.4s ease-in-out infinite}
.splash small{font:700 9px Manrope;letter-spacing:.18em;color:#60706a}@keyframes splashload{0%{transform:translateX(-110%)}100%{transform:translateX(260%)}}
.mobile-cta-bar{display:none}.wa-icon{font-size:0}.wa-icon:before{content:"✆";font-size:22px}.chat-h span{display:block;font:500 10px Inter;color:#a9beb6;margin-top:3px}
.chat-intro{background:#eaf5f0!important}.chat-lead{margin-top:10px}.chat-lead input,.chat-lead select{width:100%;border:1px solid #d8e6df;background:white;padding:10px;margin:4px 0;font:12px Inter}
.chat-lead button{width:100%;margin-top:5px}.brochure-cta{background:#0a2d24;color:white;padding:42px;border-radius:4px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brochure-cta h3{font-size:30px;margin:5px 0}.brochure-cta p{color:#aac0b8;max-width:650px}
@media(max-width:650px){
 body{padding-bottom:70px}.site-header{box-shadow:0 5px 25px rgba(16,37,31,.05)}.site-header nav.open{height:calc(100vh - 70px);overflow:auto;padding-bottom:110px}
 .hero{padding-top:95px}.hero-copy p,.pagehero p,.producthero p{font-size:14px;line-height:1.65}.hero-art{border-radius:4px}.hero-art strong{font-size:90px}
 .pagehero,.producthero{padding-top:115px}.pagehero h1,.producthero h1{font-size:clamp(43px,13vw,58px);line-height:.94}.section h2{font-size:clamp(38px,11vw,48px)}
 .productgrid{border-left:0}.pc{border-left:1px solid var(--line);min-height:250px}.pc h3{margin-top:30px}.feature{min-height:185px}
 .mobile-cta-bar{position:fixed;display:grid;grid-template-columns:1fr 1fr;left:0;right:0;bottom:0;z-index:89;background:white;border-top:1px solid #d8e6df;padding:8px 10px calc(8px + env(safe-area-inset-bottom));gap:7px}
 .mobile-cta-bar a,.mobile-cta-bar button{min-height:48px;border:0;font:700 12px Manrope}.mobile-cta-bar a{display:grid;place-items:center;background:#10251f;color:white}.mobile-cta-bar button{background:#25d366;color:white}
 .float.wa{display:none}.chat-open{bottom:82px}.chat{bottom:145px;max-height:calc(100dvh - 175px)}.chat-b{overscroll-behavior:contain}
 .brochure-cta{padding:28px 22px;flex-direction:column;align-items:flex-start}.brochure-cta h3{font-size:25px}
 footer{padding-bottom:95px}.actions .btn{min-height:50px}.form input,.form select,.form textarea{font-size:16px}
}

/* Interactive V3 — competitive UX + restrained 3D */
:root{--mx:50%;--my:50%}
.hero-art{transform-style:preserve-3d;perspective:1000px;will-change:transform}
.hero-art:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx) var(--my),rgba(255,255,255,.75),transparent 32%);pointer-events:none}
.hero-art .liquid{transform:translateZ(40px);filter:drop-shadow(0 28px 30px rgba(10,65,49,.18))}
.hero-art strong{transform:translateZ(80px)}
.feature,.pc,.darkcards a,.statrow>div{transform-style:preserve-3d;will-change:transform}
.tilt-active{transition:transform .08s linear!important}.tilt-active>*{transform:translateZ(14px)}
.solution-lab{background:#f7faf8}.finder-intro{max-width:500px;color:var(--muted);line-height:1.7}
.finder-shell{display:grid;grid-template-columns:.9fr 1.1fr;margin-top:55px;background:white;border:1px solid var(--line);min-height:570px}
.goal-list{padding:18px}.goal{width:100%;display:grid;grid-template-columns:42px 1fr;text-align:left;padding:20px 16px;border:0;border-bottom:1px solid var(--line);background:transparent;cursor:pointer;color:var(--ink);transition:.25s}
.goal span{grid-row:1/3;font:700 10px Manrope;color:var(--green);padding-top:4px}.goal b{font-size:16px}.goal small{color:var(--muted);margin-top:4px}.goal:hover,.goal.active{background:var(--pale);padding-left:23px}.goal.active b{color:var(--green)}
.finder-stage{position:relative;overflow:hidden;background:radial-gradient(circle at 55% 38%,#dff5eb,#c8e8da 42%,#b3d9c8);display:flex;align-items:flex-end;padding:45px;isolation:isolate}
.stage-core{position:absolute;width:190px;height:190px;border-radius:50%;background:linear-gradient(145deg,#0d7658,#0a4938);top:50%;left:50%;transform:translate(-50%,-62%);display:grid;place-items:center;box-shadow:0 35px 60px #0a4a3833;z-index:-1}
.stage-core span{font:800 60px Manrope;color:white;letter-spacing:-.08em}.stage-orbit{position:absolute;border:1px solid rgba(12,109,81,.25);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-60%);animation:orbit 15s linear infinite}.orbit1{width:310px;height:310px}.orbit2{width:430px;height:430px;animation-direction:reverse;animation-duration:22s}
.stage-orbit:after{content:"";position:absolute;width:13px;height:13px;border-radius:50%;background:var(--green);left:50%;top:-7px}.finder-copy{background:rgba(255,255,255,.88);backdrop-filter:blur(14px);padding:25px;width:min(430px,100%);box-shadow:0 20px 50px #0b46351c}
.finder-copy small{font:700 9px Manrope;color:var(--green);letter-spacing:.14em}.finder-copy h3{font-size:25px;margin:10px 0}.finder-copy p{font-size:13px;color:var(--muted);line-height:1.6}.finder-copy a{font:700 12px Manrope;color:var(--green)}
@keyframes orbit{to{transform:translate(-50%,-60%) rotate(360deg)}}
.process-section{height:220vh;background:#092c23;color:white;position:relative}.process-sticky{height:100vh;position:sticky;top:0;display:grid;grid-template-columns:.72fr 1.28fr;align-items:center;padding:7vw;overflow:hidden}
.process-copy h2{font-size:clamp(46px,5vw,78px);line-height:1;letter-spacing:-.06em}.process-copy h2 em{color:var(--lime);font-style:normal}.process-copy p{color:#9eb7ae;max-width:420px;line-height:1.7}
.process-track{height:360px;position:relative;display:flex;align-items:center}.paper-web{position:absolute;left:0;top:50%;height:86px;width:100%;transform:translateY(-50%) scaleX(var(--process, .05));transform-origin:left;background:linear-gradient(90deg,#c8e9db,#fff 65%,#edf8f3);border-radius:50px;box-shadow:0 0 50px rgba(185,232,134,.12)}
.process-node{position:relative;z-index:2;width:20%;text-align:center;opacity:.22;transform:translateY(30px);transition:.35s}.process-node.active{opacity:1;transform:none}.process-node i{margin:auto auto 13px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#0b6b50;color:white;font:700 9px Manrope;font-style:normal;box-shadow:0 0 0 8px #0b6b5030}.process-node b{display:block;color:var(--ink);font-size:11px}
.chat-open{display:grid;place-items:center}.chat-open svg{width:25px;height:25px;fill:none;stroke:white;stroke-width:1.7}.chat-open svg circle{fill:white;stroke:none}
.chat-open:after{content:"";position:absolute;inset:-5px;border:1px solid rgba(12,109,81,.25);border-radius:50%;animation:pulse 2s ease-out infinite}
@keyframes pulse{50%{transform:scale(1.15);opacity:0}}
.magnetic{transition:transform .15s ease}
@media(max-width:980px){.finder-shell{grid-template-columns:1fr}.finder-stage{min-height:500px}.process-sticky{grid-template-columns:1fr;align-content:center;gap:25px}.process-track{height:250px}}
@media(max-width:650px){
 .finder-shell{margin-top:30px}.goal-list{padding:8px}.goal{padding:16px 10px}.goal small{font-size:10px}.finder-stage{min-height:430px;padding:20px;align-items:flex-end}.stage-core{width:135px;height:135px;top:40%}.stage-core span{font-size:45px}.orbit1{width:210px;height:210px}.orbit2{width:290px;height:290px}.finder-copy{padding:18px}.finder-copy h3{font-size:20px}
 .process-section{height:180vh}.process-sticky{padding:80px 20px 90px}.process-copy h2{font-size:42px}.process-track{height:260px;align-items:stretch;flex-direction:column;justify-content:space-between;padding-left:30px}.paper-web{width:62px;height:100%;left:18px;top:0;transform:scaleY(var(--process,.05));transform-origin:top;border-radius:40px}.process-node{width:auto;text-align:left;display:flex;align-items:center;gap:13px;transform:translateX(20px)}.process-node i{margin:0}.process-node b{color:var(--ink);font-size:10px}
 .feature,.pc,.darkcards a,.statrow>div,.hero-art{transform:none!important}
}
@media(pointer:coarse){.tilt-active{transform:none!important}}
@media(prefers-reduced-motion:reduce){.stage-orbit,.chat-open:after{animation:none!important}.process-section{height:auto}.process-sticky{height:auto;position:relative}.paper-web{transform:none!important}.process-node{opacity:1;transform:none}}

/* SMART V4 CHAT + INTERACTIVE BROCHURE */
.smart-chat{position:fixed;right:24px;bottom:100px;width:min(390px,calc(100vw - 28px));height:min(650px,calc(100dvh - 130px));background:#fff;z-index:160;box-shadow:0 28px 90px #092c2340;border:1px solid var(--line);display:none;grid-template-rows:auto 1fr auto auto auto;overflow:hidden}
.smart-chat.open{display:grid;animation:chatIn .28s ease-out}@keyframes chatIn{from{opacity:0;transform:translateY(18px) scale(.97)}}
.smart-head{display:grid;grid-template-columns:42px 1fr 32px;gap:10px;align-items:center;background:#0a3026;color:white;padding:15px}.smart-head button{border:0;background:none;color:white;font-size:25px}.smart-head b{display:block;font-size:12px}.smart-head small{font-size:9px;color:#a9c4ba}.bot-avatar{width:38px;height:38px;border-radius:50%;background:#b9e886;display:grid;place-items:center}.bot-avatar svg{width:22px;fill:none;stroke:#0a3026;stroke-width:1.7}
.smart-messages{padding:18px;overflow:auto;background:#f6faf8;scroll-behavior:smooth}.msg{max-width:84%;padding:11px 13px;margin:0 0 10px;font-size:12px;line-height:1.55}.msg.bot{background:white;border:1px solid var(--line);border-radius:3px 14px 14px 14px}.msg.user{background:#0b6b50;color:white;margin-left:auto;border-radius:14px 3px 14px 14px}.msg b{font-family:Manrope}
.smart-chips{padding:8px 12px;display:flex;gap:6px;overflow-x:auto;border-top:1px solid var(--line)}.smart-chips button{flex:0 0 auto;border:1px solid var(--line);background:white;padding:8px 10px;font:700 9px Manrope;color:var(--green);cursor:pointer}.smart-chips button:hover{background:var(--pale)}
.smart-input{display:grid;grid-template-columns:1fr 45px;border-top:1px solid var(--line)}.smart-input input{border:0;padding:14px;font-size:13px;outline:0}.smart-input button{border:0;background:var(--green);color:white;font-size:20px}.smart-note{font-size:8px;color:var(--muted);padding:7px 12px;text-align:center}
.smart-launch{position:fixed;right:22px;bottom:25px;z-index:150;border:0;background:#0b6b50;color:white;height:54px;padding:0 18px;border-radius:28px;display:flex;align-items:center;gap:9px;box-shadow:0 12px 35px #0b6b5040;font:700 10px Manrope;cursor:pointer}.smart-launch svg{width:23px;fill:none;stroke:white;stroke-width:1.7}.smart-launch circle{fill:white;stroke:none}
.ib-body{background:#092c23}.ib-nav{position:fixed;z-index:100;left:0;right:0;top:0;height:68px;padding:0 4vw;display:flex;align-items:center;gap:25px;background:rgba(8,38,30,.82);backdrop-filter:blur(16px);color:white}.ib-brand{font:500 12px Manrope;letter-spacing:.08em}.ib-brand b{color:#b9e886}.ib-nav button{margin-left:auto;border:1px solid #ffffff55;background:transparent;color:white;padding:10px 14px;font:700 9px Manrope}.ib-progress{position:absolute;left:0;right:0;bottom:0;height:2px;background:#ffffff15}.ib-progress i{display:block;height:100%;width:0;background:#b9e886}
.ib-slide{min-height:100svh;padding:120px 7vw 80px;position:relative;overflow:hidden}.ib-cover{color:white;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;background:radial-gradient(circle at 78% 40%,#16684f,#092c23 42%)}.ib-copy{position:relative;z-index:2}.ib-copy small,.ib-kicker{font:700 9px Manrope;letter-spacing:.18em;color:#b9e886}.ib-copy h1,.ib-slide h2{font-size:clamp(55px,7vw,108px);line-height:.88;letter-spacing:-.07em;margin:25px 0}.ib-slide h2{font-size:clamp(50px,6vw,88px)}.ib-copy h1 em,.ib-slide h2 em{font-style:normal;color:#b9e886}.ib-copy p{max-width:630px;color:#b8cbc4;line-height:1.8}
.ib-molecule{justify-self:center;width:min(34vw,390px);aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,#25a77e,#0b5d47);box-shadow:0 60px 100px #0005;position:relative;animation:ibFloat 5s ease-in-out infinite}.ib-molecule span{font:800 90px Manrope;color:white;letter-spacing:-.09em}.ib-molecule i{position:absolute;inset:-12%;border:1px solid #b9e88655;border-radius:50%;animation:orbit 12s linear infinite}.ib-molecule i:nth-child(3){inset:-25%;animation-duration:18s;animation-direction:reverse}.ib-molecule i:nth-child(4){inset:-38%;animation-duration:25s}@keyframes ibFloat{50%{transform:translateY(-18px)}}
.ib-light{background:#f6faf8;color:#10251f}.ib-flow{display:flex;align-items:center;margin:60px 0 40px}.ib-flow button{width:115px;height:115px;border-radius:50%;border:1px solid #b8d4c8;background:white;font:700 11px Manrope;cursor:pointer;transition:.3s}.ib-flow button.active,.ib-flow button:hover{background:#0b6b50;color:white;transform:scale(1.08)}.ib-flow i{height:1px;flex:1;background:#b8d4c8}.ib-detail{max-width:720px;border-left:3px solid #0b6b50;padding-left:25px}.ib-detail small{font:700 9px Manrope;color:#0b6b50}.ib-detail h3{font-size:32px;margin:9px 0}.ib-detail p{color:#61726b}
.ib-dark{background:#092c23;color:white}.ib-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff20}.ib-cards article{background:#0c352a;padding:34px;min-height:250px;cursor:pointer;transition:.35s}.ib-cards article:hover{background:#0f4939;transform:translateY(-8px)}.ib-cards span{font:700 9px Manrope;color:#b9e886}.ib-cards h3{font-size:24px;margin:45px 0 10px}.ib-cards p{font-size:12px;color:#9db6ad;line-height:1.6}.ib-cards b{display:block;margin-top:25px;font-size:10px;color:#b9e886}
.ib-rd{background:#dfeee8;color:#10251f}.ib-rdgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.ib-rdgrid>div{background:white;padding:35px;min-height:200px}.ib-rdgrid b{font:700 10px Manrope;color:#0b6b50}.ib-rdgrid p{margin-top:40px;line-height:1.7;color:#61726b}
.ib-end{background:#0b6b50;color:white;display:grid;place-items:center;text-align:center}.ib-end>div{max-width:900px}.ib-end p{color:#d0e3dc;max-width:600px;margin:0 auto 30px}.ib-end a{display:block;margin-top:22px;font:700 10px Manrope;color:#b9e886}.ib-mobile-cta{display:none}
@media(max-width:650px){.smart-launch{bottom:80px;right:12px;width:52px;padding:0;justify-content:center}.smart-launch span{display:none}.smart-chat{right:7px;bottom:74px;width:calc(100vw - 14px);height:calc(100dvh - 88px)}.ib-nav{height:58px;padding:0 16px}.ib-nav button{font-size:8px}.ib-cover{grid-template-columns:1fr;padding-top:100px}.ib-copy h1{font-size:50px}.ib-molecule{width:55vw;margin:55px auto 20px}.ib-molecule span{font-size:55px}.ib-slide{padding:95px 20px 85px}.ib-slide h2{font-size:47px}.ib-flow{overflow-x:auto;margin:35px -20px;padding:10px 20px}.ib-flow button{flex:0 0 88px;width:88px;height:88px}.ib-flow i{flex:0 0 22px}.ib-cards{grid-template-columns:1fr}.ib-cards article{min-height:190px}.ib-cards h3{margin-top:25px}.ib-rdgrid{grid-template-columns:1fr}.ib-rdgrid>div{min-height:auto}.ib-mobile-cta{display:block;position:fixed;left:8px;right:8px;bottom:8px;z-index:110}.ib-mobile-cta button{width:100%;height:52px;border:0;background:#b9e886;color:#092c23;font:800 10px Manrope}}

/* V7 complete: loader + smart bot + dynamic brochure + separated floating controls */
.splash{animation:v7SplashFail 0s linear 4s forwards}.splash.hide,.splash.splash-done{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
@keyframes v7SplashFail{to{opacity:0;visibility:hidden;pointer-events:none}}
.back-top,.wa-float-v7{position:fixed;right:25px;width:48px;height:48px;border-radius:50%;z-index:145;display:grid;place-items:center;box-shadow:0 10px 30px #092c2330;transition:.25s}
.back-top{bottom:153px;border:1px solid #d6e3dd;background:white;color:#0b6b50;font-size:20px;opacity:0;visibility:hidden;transform:translateY(10px)}
.back-top.show{opacity:1;visibility:visible;transform:none}.back-top:hover{background:#0b6b50;color:white;transform:translateY(-3px)}
.wa-float-v7{bottom:91px;border:0;background:#25D366;color:white;cursor:pointer}.wa-float-v7 svg{width:23px;fill:none;stroke:white;stroke-width:1.5}.wa-float-v7:hover{transform:translateY(-3px) scale(1.04)}
.smart-launch{bottom:25px!important;right:22px!important}
.ib-explorer{background:#eef7f3;color:#10251f}.ib-explorer-head{display:flex;align-items:end;justify-content:space-between;gap:40px}.ib-explorer-head p{max-width:420px;color:#61726b;line-height:1.7}
.ib-explorer-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;margin-top:55px}.ib-challenges{display:flex;flex-direction:column}.ib-challenges button{border:0;border-bottom:1px solid #cfe0d9;background:transparent;text-align:left;padding:20px 15px;font:700 12px Manrope;color:#61726b;display:flex;justify-content:space-between;cursor:pointer;transition:.25s}.ib-challenges button:hover,.ib-challenges button.active{background:white;color:#0b6b50;padding-left:24px}
.ib-live-card{background:#0a3328;color:white;min-height:500px;padding:45px;position:relative;overflow:hidden;transform-style:preserve-3d;transition:transform .15s}.ib-live-card small{font:700 9px Manrope;color:#b9e886;letter-spacing:.14em}.ib-live-card h3{font-size:38px;margin:15px 0}.ib-live-card p{color:#abc1b8;line-height:1.7;max-width:530px}.ib-live-visual{height:205px;position:relative;display:grid;place-items:center}.chem-sphere{width:130px;height:130px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 30% 25%,#34b88d,#0b6b50 60%,#074234);box-shadow:0 30px 60px #0004}.chem-sphere span{font:800 35px Manrope}.ib-live-visual i{position:absolute;width:190px;height:190px;border:1px solid #b9e88644;border-radius:50%;animation:orbit 12s linear infinite}.ib-live-visual i:nth-child(3){width:250px;height:250px;animation-direction:reverse;animation-duration:18s}
@media(max-width:650px){.wa-float-v7{display:none}.back-top{right:13px;bottom:142px}.smart-launch{bottom:80px!important;right:12px!important}.ib-explorer-head{display:block}.ib-explorer-grid{grid-template-columns:1fr;margin-top:30px}.ib-challenges{overflow-x:auto;flex-direction:row;margin:0 -20px;padding:0 20px}.ib-challenges button{flex:0 0 190px;border:1px solid #cfe0d9;margin-right:7px}.ib-live-card{min-height:440px;padding:25px}.ib-live-card h3{font-size:29px}.ib-live-visual{height:180px}}
@media(prefers-reduced-motion:reduce){.splash{animation:v7SplashFail 0s linear 1.5s forwards!important}.ib-live-visual i{animation:none}}

/* V8 — definitive floating action rail */
.smart-launch,.wa-float-v7,.back-top{
  right:24px!important;
  margin:0!important;
  transform-origin:center;
}
.smart-launch{
  bottom:24px!important;
  min-width:142px;
  justify-content:center;
  z-index:152!important;
}
.wa-float-v7{
  bottom:96px!important;
  width:50px!important;height:50px!important;
  z-index:151!important;
}
.back-top{
  bottom:160px!important;
  width:50px!important;height:50px!important;
  z-index:151!important;
}
.back-top.show:hover{transform:translateY(-3px)!important}

/* Make the process journey visibly react to scroll */
.process-track{--journey-glow:0}
.process-node{transition:opacity .38s ease,transform .38s ease,filter .38s ease!important}
.process-node.active{opacity:1!important;transform:translateY(0)!important;filter:drop-shadow(0 8px 18px rgba(185,232,134,.12))}
.process-node.active i{background:#b9e886!important;color:#092c23!important;box-shadow:0 0 0 9px rgba(185,232,134,.12),0 0 28px rgba(185,232,134,.22)!important}
.paper-web{transition:filter .2s linear;filter:drop-shadow(0 0 14px rgba(185,232,134,.08))}

@media(max-width:650px){
 .smart-launch{right:12px!important;bottom:76px!important;width:54px!important;min-width:54px!important;height:54px!important;padding:0!important}
 .wa-float-v7{display:none!important}
 .back-top{right:14px!important;bottom:144px!important;width:48px!important;height:48px!important}
}

/* V9 PROCESS JOURNEY — explicit timeline, no collapsing white sheet */
.v9-track{height:330px!important;position:relative!important;display:grid!important;grid-template-columns:repeat(5,1fr)!important;align-items:center!important;padding:0 22px!important}
.v9-track .paper-web{display:none!important}
.journey-line{position:absolute;left:10%;right:10%;top:50%;height:3px;background:rgba(185,232,134,.13);transform:translateY(-50%);overflow:hidden;border-radius:3px}
.journey-line i{display:block;width:0;height:100%;background:linear-gradient(90deg,#b9e886,#ffffff);box-shadow:0 0 18px rgba(185,232,134,.35);transition:width .12s linear}
.v9-track .process-node{width:auto!important;text-align:center!important;opacity:.3!important;transform:none!important;position:relative!important;z-index:2!important;transition:opacity .3s ease,transform .3s ease!important}
.v9-track .process-node i{width:58px!important;height:58px!important;margin:0 auto 14px!important;border-radius:50%!important;background:#0b4939!important;border:1px solid rgba(185,232,134,.2)!important;color:#8eb5a6!important;display:grid!important;place-items:center!important;font:800 10px Manrope!important;font-style:normal!important;transition:.35s!important}
.v9-track .process-node b{display:block!important;color:#75988c!important;font:700 11px Manrope!important;transition:.3s!important}
.v9-track .process-node small{display:block!important;color:#5f8175!important;font-size:9px!important;margin-top:5px!important;opacity:0!important;transform:translateY(5px)!important;transition:.3s!important}
.v9-track .process-node.active{opacity:1!important;transform:translateY(-7px)!important}
.v9-track .process-node.active i{background:#b9e886!important;color:#092c23!important;border-color:#b9e886!important;box-shadow:0 0 0 10px rgba(185,232,134,.08),0 0 35px rgba(185,232,134,.18)!important;transform:scale(1.08)!important}
.v9-track .process-node.active b{color:white!important}.v9-track .process-node.active small{color:#9eb7ae!important;opacity:1!important;transform:none!important}

/* Remove any decorative/duplicate green bubble behind Ask Butane */
.smart-launch:before,.smart-launch:after{content:none!important;display:none!important}
.smart-launch{overflow:hidden!important;box-shadow:0 12px 35px rgba(11,107,80,.25)!important}
.smart-launch svg{position:relative!important;z-index:2!important}.smart-launch span{position:relative!important;z-index:2!important}

@media(max-width:650px){
 .v9-track{height:360px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:space-between!important;padding:5px 0 5px 42px!important}
 .journey-line{left:20px!important;right:auto!important;top:5%!important;bottom:5%!important;width:3px!important;height:auto!important;transform:none!important}
 .journey-line i{width:100%!important;height:0;background:linear-gradient(#b9e886,#fff)!important;transition:height .12s linear}
 .v9-track .process-node{display:grid!important;grid-template-columns:55px 1fr!important;grid-template-rows:auto auto!important;text-align:left!important;align-items:center!important;gap:0 12px!important}
 .v9-track .process-node i{grid-row:1/3!important;margin:0!important;width:48px!important;height:48px!important}
 .v9-track .process-node b{font-size:11px!important}.v9-track .process-node small{margin-top:2px!important}
}

/* V10 definitive process geometry */
.process-section{
  position:relative!important;
  height:240vh!important;
  min-height:1800px!important;
  background:#092c23!important;
  overflow:visible!important;
}
.process-sticky{
  position:sticky!important;
  top:0!important;
  height:100vh!important;
  min-height:700px!important;
  overflow:hidden!important;
  z-index:1!important;
}
.v9-track{overflow:visible!important}
.journey-line{display:block!important;opacity:1!important}
.journey-line>i{display:block!important}

/* Only V10's intended controls are allowed */
#wa,.float.wa,.float.chat-open,#chatOpen{display:none!important}
.smart-launch:before,.smart-launch:after,
.wa-float-v7:before,.wa-float-v7:after,
.back-top:before,.back-top:after{display:none!important;content:none!important}
.smart-launch{background:#0b6b50!important;border-radius:30px!important}
@media(max-width:650px){
 .process-section{height:210vh!important;min-height:1500px!important}
 .process-sticky{min-height:100svh!important}
}

/* V11 independent Smart Assistant */
.smart-launch{pointer-events:auto!important;cursor:pointer!important;z-index:180!important}
.smart-chat{z-index:220!important;pointer-events:auto!important}
.smart-chat.open{display:grid!important;visibility:visible!important;opacity:1!important}
.smart-chat:not(.open){pointer-events:none}

/* V12 3D interaction system */
.tilt3d,.feature,.pc,.darkcards a,.statrow>div,.service-card,.product-card{transform-style:preserve-3d;will-change:transform;transition:transform .18s ease,box-shadow .25s ease,border-color .25s ease}
.tilt3d:hover,.feature:hover,.pc:hover,.darkcards a:hover{box-shadow:0 24px 60px rgba(8,52,40,.12)}
.depth-child{transform:translateZ(18px)}
/* upgraded chemistry journey */
.v12-track{height:390px!important;position:relative!important;display:grid!important;grid-template-columns:repeat(5,1fr)!important;align-items:center!important;padding:0 18px!important;perspective:1100px}
.v12-rail{position:absolute;left:10%;right:10%;top:45%;height:4px;background:rgba(185,232,134,.12);border-radius:10px;transform:translateY(-50%);overflow:visible}
.v12-rail>i{position:absolute;left:0;top:0;height:100%;width:0;background:linear-gradient(90deg,#b9e886,#7fe2bb,#fff);border-radius:10px;box-shadow:0 0 22px rgba(185,232,134,.35)}
#journeyParticle{position:absolute;left:0;top:50%;width:16px;height:16px;border-radius:50%;background:white;box-shadow:0 0 0 7px rgba(185,232,134,.12),0 0 30px #b9e886;transform:translate(-50%,-50%);transition:left .08s linear}
.v12-track .process-node{width:auto!important;text-align:center!important;position:relative!important;z-index:3!important;opacity:.28!important;transform:translateY(18px) scale(.94)!important;transition:.45s cubic-bezier(.2,.8,.2,1)!important}
.node3d{width:86px;height:86px;margin:auto auto 17px;position:relative;display:grid;place-items:center;transform-style:preserve-3d;transition:.45s}
.node3d>i{width:58px!important;height:58px!important;margin:0!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#0b4939!important;color:#8eb5a6!important;border:1px solid rgba(185,232,134,.22)!important;font:800 10px Manrope!important;font-style:normal!important;position:relative;z-index:2}
.node-ring{position:absolute;inset:0;border:1px solid rgba(185,232,134,.18);border-radius:50%;transform:rotateX(68deg);transition:.45s}
.v12-track .process-node b{display:block!important;color:#789b8e!important;font:700 12px Manrope!important}.v12-track .process-node small{display:block!important;color:#65867a!important;font-size:9px!important;margin-top:4px!important}.v12-track .process-node p{position:absolute;width:190px;left:50%;transform:translateX(-50%) translateY(8px);font-size:10px;line-height:1.5;color:#9eb7ae;opacity:0;transition:.35s}
.v12-track .process-node.active{opacity:1!important;transform:translateY(-7px) scale(1)!important}.v12-track .process-node.active .node3d{transform:translateZ(28px) rotateY(-8deg)}.v12-track .process-node.active .node3d>i{background:#b9e886!important;color:#092c23!important;box-shadow:0 12px 35px rgba(185,232,134,.2)!important}.v12-track .process-node.active .node-ring{border-color:#b9e886;transform:rotateX(68deg) rotateZ(35deg) scale(1.08)}.v12-track .process-node.active b{color:white!important}.v12-track .process-node.active p{opacity:1;transform:translateX(-50%) translateY(0)}
/* exhibitions */
.ex-hero{min-height:80vh;padding:130px 7vw 80px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;background:#f4f8f6}.ex-hero h1{font-size:clamp(60px,7vw,110px);line-height:.88;letter-spacing:-.07em;margin:25px 0}.ex-hero h1 em{font-style:normal;color:#0b6b50}.ex-hero p{max-width:600px;color:#61726b;line-height:1.8}.ex-globe{width:min(34vw,410px);aspect-ratio:1;border-radius:50%;justify-self:center;position:relative;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,#dff5eb,#acd8c6);box-shadow:0 40px 80px rgba(8,52,40,.12);transform-style:preserve-3d}.ex-core{width:130px;height:130px;border-radius:50%;display:grid;place-items:center;background:#0b6b50;color:white;font:800 44px Manrope;transform:translateZ(50px)}.ex-globe i{position:absolute;inset:10%;border:1px solid #0b6b5040;border-radius:50%;animation:orbit 14s linear infinite}.ex-globe i:nth-of-type(2){inset:-5%;animation-direction:reverse;animation-duration:21s}.ex-globe .dot{position:absolute;width:13px;height:13px;border-radius:50%;background:#0b6b50}.d1{top:15%;left:25%}.d2{right:10%;top:48%}.d3{bottom:14%;left:38%}
.ex-section{background:white}.ex-tabs{display:flex;gap:7px;margin-bottom:35px}.ex-tabs button{border:1px solid var(--line);background:white;padding:10px 16px;font:700 9px Manrope;color:#61726b}.ex-tabs button.active{background:#0b6b50;color:white}.ex-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ex-card{border:1px solid var(--line);padding:30px;min-height:470px;position:relative;background:white}.ex-date b{font-size:30px}.ex-date span{display:block;font:700 9px Manrope;color:#61726b}.ex-status{position:absolute;right:25px;top:25px;padding:6px 9px;font:700 8px Manrope}.ex-status.past{background:#edf3f0;color:#557067}.ex-status.upcoming{background:#e1f5d0;color:#386626}.ex-card>small{display:block;margin-top:65px;color:#0b6b50;font:700 8px Manrope;letter-spacing:.12em}.ex-card h2{font-size:32px;margin:12px 0}.ex-card p{color:#61726b;line-height:1.7;font-size:12px}.ex-meta{display:flex;gap:15px;flex-wrap:wrap;margin:25px 0}.ex-meta span{font-size:9px;padding:7px 9px;background:#f3f7f5}.ex-card button{border:0;background:none;padding:0;color:#0b6b50;font:700 10px Manrope;cursor:pointer}.ex-placeholder{background:#f7faf8}.ex-cta{padding:110px 7vw;text-align:center;background:#092c23;color:white}.ex-cta small{color:#b9e886;font:700 9px Manrope}.ex-cta h2{font-size:clamp(48px,6vw,84px);line-height:.95}.ex-cta h2 em{color:#b9e886;font-style:normal}
@media(max-width:650px){.v12-track{height:430px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:space-between!important;padding-left:50px!important}.v12-rail{left:21px!important;right:auto!important;top:4%!important;bottom:4%!important;width:4px!important;height:auto!important;transform:none!important}.v12-rail>i{width:100%!important;height:0}.v12-track .process-node{display:grid!important;grid-template-columns:70px 1fr!important;grid-template-rows:auto auto!important;text-align:left!important}.node3d{grid-row:1/3;width:60px;height:60px;margin:0!important}.node3d>i{width:46px!important;height:46px!important}.v12-track .process-node p{display:none}.ex-hero{grid-template-columns:1fr;padding:100px 20px 60px}.ex-hero h1{font-size:52px}.ex-globe{width:62vw;margin-top:50px}.ex-grid{grid-template-columns:1fr}.ex-tabs{overflow-x:auto}.social-row span{display:none}.social-row a,.social-row button{width:38px;padding:0;justify-content:center}}


/* V14 — isolated footer social icons. No legacy class names. */
.bp-socials{
 display:flex!important;
 flex-direction:row!important;
 flex-wrap:nowrap!important;
 align-items:center!important;
 justify-content:flex-start!important;
 gap:12px!important;
 width:auto!important;
 max-width:none!important;
 margin:28px 0 0!important;
 padding:0!important;
 position:relative!important;
}
.bp-socials .bp-social{
 box-sizing:border-box!important;
 width:46px!important;
 min-width:46px!important;
 max-width:46px!important;
 height:46px!important;
 min-height:46px!important;
 max-height:46px!important;
 padding:0!important;
 margin:0!important;
 border:1px solid rgba(185,232,134,.32)!important;
 border-radius:999px!important;
 background:rgba(255,255,255,.035)!important;
 color:#d9e7e1!important;
 display:inline-flex!important;
 align-items:center!important;
 justify-content:center!important;
 flex:0 0 46px!important;
 line-height:0!important;
 text-decoration:none!important;
 appearance:none!important;
 -webkit-appearance:none!important;
 cursor:pointer!important;
 transition:transform .22s ease,background .22s ease,color .22s ease,border-color .22s ease!important;
}
.bp-socials .bp-social svg{
 display:block!important;
 width:21px!important;
 height:21px!important;
 min-width:21px!important;
 fill:none!important;
 stroke:currentColor!important;
 stroke-width:1.8!important;
 stroke-linecap:round!important;
 stroke-linejoin:round!important;
 margin:0!important;
 padding:0!important;
}
.bp-socials .bp-social svg .solid{fill:currentColor!important;stroke:none!important}
.bp-socials .bp-social:hover{
 transform:translateY(-4px)!important;
 background:#b9e886!important;
 color:#092c23!important;
 border-color:#b9e886!important;
}
.bp-socials button.bp-instagram,.bp-socials button.bp-google{opacity:.48!important;cursor:not-allowed!important}
.bp-socials button.bp-instagram:hover,.bp-socials button.bp-google:hover{
 transform:none!important;background:rgba(255,255,255,.035)!important;color:#d9e7e1!important;border-color:rgba(185,232,134,.32)!important
}
@media(max-width:650px){
 .bp-socials{gap:10px!important;margin-top:22px!important}
 .bp-socials .bp-social{width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important;flex-basis:42px!important}
 .bp-socials .bp-social svg{width:19px!important;height:19px!important}
}
