@import "font-awesome.css";
@import "swiper.min.css";
@import "animate.css";
@import "style.css";
:root{--container:min(92vw,1400px);
    --green:#21a35b;
    --green-dark:#128247;
    --nav-accent:#21a35b;
    --ink:#1d1d1f;
    --muted:#68717a;
    --line:#e7ece9;
    --mega-divider:#dcdfe3;
    --section-y:clamp(58px,7vw,96px);
    --radius-lg:30px;
    --shadow-sm:0 12px 34px rgba(18,34,26,.06);
    --shadow-lg:0 24px 70px rgba(18,34,26,.10);
    --bg-dark:#082218;
    --bg-darker:#0b1711;
    --bg-light:#fff;
    --bg-mist:#f4f7f5;
    --bg-green-soft:#edf5f0;}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;
    color:var(--ink);
    background:var(--bg-light);
    line-height:1.65;
    -webkit-font-smoothing:antialiased;}
a{text-decoration:none;color:inherit}
button{font-family:inherit}
img{max-width:100%;display:block}
.page{--workbench-overlap:230px;min-height:100vh;padding-top:88px}
.container{width:var(--container);margin-inline:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;
    padding:0!important;margin:-1px!important;overflow:hidden!important;
    clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}
.site-header{position:fixed;top:0;left:0;right:0;z-index:2000;
    height:88px;background:#fff;border-bottom:1px solid #eceff1;
    box-shadow:0 8px 28px rgba(16,24,32,.06);}
.site-header.is-scrolled{box-shadow:0 12px 34px rgba(16,24,32,.1)}
.header-inner{width:min(96vw,1840px);height:100%;margin-inline:auto;
    display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:42px;}
.logo{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:950;
    letter-spacing:-.6px;white-space:nowrap;color:#111;}

.logo.logo-svg{display:inline-flex;align-items:center;justify-content:flex-start;line-height:0;min-width:150px;gap:0}
.logo.logo-svg img{display:block;height:46px;width:auto;max-width:230px;object-fit:contain;filter:brightness(0) saturate(100%) invert(49%) sepia(71%) saturate(647%) hue-rotate(97deg) brightness(89%) contrast(89%)}
.footer-logo.footer-logo-svg{display:inline-flex;align-items:center;justify-content:flex-start;line-height:0;gap:0;min-width:150px}
.footer-logo.footer-logo-svg img{display:block;height:44px;width:auto;max-width:230px;object-fit:contain;filter:brightness(0) invert(1)}
.main-nav{height:100%;display:flex;align-items:center;gap:18px;font-size:16px;color:#111;white-space:nowrap;}
.nav-item{height:64px;padding:0 26px;border-radius:14px 14px 0 0;
    display:flex;align-items:center;gap:8px;font-weight:850;background:transparent;
    border:0;cursor:pointer;color:#111;font-size:16px;}
.nav-item:after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;
    transform:rotate(45deg) translateY(-3px);}
.nav-item.active,.nav-item:hover{background:var(--nav-accent);color:#fff}
.header-actions{display:flex;align-items:center;gap:18px}
.header-search-btn{width:46px;height:46px;border:1px solid #dfe6e2;background:#fff;border-radius:999px;
    display:inline-flex;align-items:center;justify-content:center;color:#111;cursor:pointer;transition:.22s ease;}
.header-search-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.header-search-btn:hover{background:var(--nav-accent);border-color:var(--nav-accent);color:#fff;transform:translateY(-1px)}
.header-contact{height:54px;padding-inline:28px;border-radius:12px;background:#102018;color:#fff;
    display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:850;}
.header-contact:hover{background:var(--nav-accent)}
.mobile-menu{display:none;width:44px;height:44px;border:1px solid #d8dde1;background:#fff;border-radius:999px;
    align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;}
.mobile-menu span{width:19px;height:2px;background:#111;border-radius:10px}
.mega-wrap{position:fixed;left:0;right:0;top:88px;z-index:1999;background:transparent;display:none;pointer-events:none}
.mega-wrap.is-open{display:block;pointer-events:auto}
.mega-panel{width:var(--container);min-height:460px;margin:0 auto;display:grid;grid-template-columns:300px minmax(0,1fr) 300px;overflow:hidden;background:#fff;border-radius:0 0 30px 30px;box-shadow:0 28px 80px rgba(20,24,28,.14)}
.mega-left{padding:24px 30px;border-right:1px solid var(--mega-divider)}
.mega-left-item{width:100%;min-height:74px;padding:0;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:18px;border:0;background:transparent;color:#17191c;font-family:inherit;font-size:16px;font-weight:850;text-align:left;cursor:pointer}
.mega-icon{width:48px;display:inline-flex;align-items:center;justify-content:center;font-size:25px}
.mega-icon svg{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.mega-left-item .arrow{font-size:28px;font-weight:500}
.mega-left-item:hover,.mega-left-item.is-active{color:var(--nav-accent)}
.mega-content{min-width:0;position:relative}
.mega-center{height:100%;padding:30px 0 24px;display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}
.mega-center.is-active{display:grid}
.mega-col{padding:0 42px;border-right:1px solid var(--mega-divider)}
.mega-col:nth-child(2){border-right:0}
.mega-col-title{display:block;margin-bottom:22px;color:#16191d;font-size:18px;font-weight:950}
.mega-col a{display:block;padding:8px 0;color:#555b61;font-size:16px;line-height:1.45}
.mega-col a:hover{color:var(--nav-accent)}
.mega-side{position:relative;padding:30px 24px;background:#f4f4f4}
.mega-close{position:absolute;right:22px;top:18px;width:34px;height:34px;border:0;background:transparent;cursor:pointer}
.mega-close:before,.mega-close:after{content:"";position:absolute;left:16px;top:2px;width:4px;height:32px;background:#000;border-radius:6px}
.mega-close:before{transform:rotate(45deg)}
.mega-close:after{transform:rotate(-45deg)}
.mega-trial{height:68px;margin:28px 0 22px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--nav-accent);color:#fff;font-size:18px;font-weight:950}
.quick-title{margin-bottom:16px;color:#33383d;font-size:16px;font-weight:950}
.quick-links{display:grid;gap:18px}
.quick-links a{color:#33383d;font-size:16px;font-weight:850}
.quick-links a:hover{color:var(--nav-accent)}
.developer-mega .mega-col,.resource-mega .mega-col{padding-inline:46px}
.developer-mega .mega-col a{padding:10px 0;color:#565f66}
.solution-text-list{display:grid;gap:12px}
.solution-text-list a{padding:3px 0;color:#555b61;font-size:16px;line-height:1.55;font-weight:720}
.solution-text-list a:hover{color:var(--green)}
.solution-note{max-width:380px;margin-top:18px;color:#747d85;font-size:14px;line-height:1.7}
.resource-mega .mega-panel{grid-template-columns:300px minmax(0,1fr) minmax(0,1fr) 300px}
.resource-mega .mega-center{grid-template-columns:minmax(0,1fr)}
.resource-mega .mega-col{min-height:100%;border-right:1px solid var(--mega-divider)}
.resource-mega .mega-col-title{margin-bottom:20px}
.resource-news{padding:30px 46px 26px;display:flex;align-items:flex-start;background:#fff}
.resource-news-inner{width:100%}
.resource-news-label{display:block;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--mega-divider);color:#16191d;font-size:18px;font-weight:950}
.resource-news-cover{aspect-ratio:16/9;margin:22px 0 18px;overflow:hidden;border-radius:24px;background:#eef3ef}
.resource-news-cover img{width:100%;height:100%;display:block;object-fit:cover}
.resource-news-copy{margin:0 0 24px;color:#28342e;font-size:17px;line-height:1.75;font-weight:850}
.resource-news-link{display:inline-flex;border-bottom:2px solid currentColor;color:#111;font-size:18px;line-height:1.35;font-weight:950}
.resource-news-link:hover{color:var(--green)}

.search-modal{position:fixed;inset:0;z-index:2600;display:none;align-items:flex-start;justify-content:center;
    padding-top:120px;background:rgba(8,16,12,.46);backdrop-filter:blur(8px);}
.search-modal.is-open{display:flex}
.search-box{width:min(92vw,760px);border-radius:30px;background:#fff;box-shadow:0 34px 100px rgba(0,0,0,.22);
    padding:34px;position:relative;border:1px solid #edf1ef;}
.search-close{position:absolute;right:22px;top:20px;width:38px;height:38px;border:0;border-radius:999px;
    background:#f2f5f3;cursor:pointer;color:#111;font-size:24px;line-height:1;}
.search-box .label{display:inline-flex;padding:6px 12px;border-radius:999px;background:#eaf8f0;color:var(--green-dark);font-weight:950;font-size:12px;letter-spacing:.1em}
.search-box h2{margin:16px 0 8px;font-size:clamp(26px,3vw,42px);line-height:1.15}
.search-box p{color:var(--muted);margin-bottom:22px}
.search-form{display:block}
.search-row{display:flex;gap:12px}
.search-form input{flex:1;height:52px;border:1px solid #dce5e0;border-radius:14px;padding:0 16px;font-size:16px;outline:none;}
.search-form input:focus{border-color:var(--green);box-shadow:0 0 0 4px rgba(33,163,91,.11)}
.search-form button{height:52px;padding:0 24px;border:0;border-radius:14px;background:#111;color:#fff;font-weight:900;cursor:pointer;}
.search-form.has-error input{border-color:#d93025;box-shadow:0 0 0 4px rgba(217,48,37,.10)}
.search-error{display:none;margin-top:10px;padding:10px 12px;border-radius:12px;background:#fff3f1;color:#c9352b;font-size:14px;font-weight:850;line-height:1.45}
.search-error.is-visible{display:block}
.hot-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.hot-tags a{padding:8px 12px;border-radius:999px;background:#f5f8f6;color:#4b5450;font-weight:800;font-size:14px}
.mobile-drawer,.mobile-backdrop{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:850;
    transition:.22s ease;white-space:nowrap;}
.btn-lg{height:clamp(46px,3.8vw,54px);padding-inline:clamp(22px,2vw,31px);font-size:clamp(14px,1vw,16px)}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 12px 28px rgba(33,163,91,.22)}
.btn-primary:hover{background:var(--green-dark);transform:translateY(-1px)}
.btn-ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}
.btn-ghost:hover{border-color:#cad3d8;transform:translateY(-1px)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.section{padding-block:var(--section-y)}
.section-head{max-width:880px;margin-bottom:clamp(34px,3.5vw,54px)}
.center{text-align:center;margin-left:auto;margin-right:auto}
.kicker{color:var(--green);font-size:13px;font-weight:950;text-transform:uppercase;
    letter-spacing:.8px;margin-bottom:12px;}
h2{font-size:clamp(32px,3.35vw,56px);line-height:1.14;
    letter-spacing:clamp(-1.8px,-.12vw,-.8px);margin-bottom:16px;}
.section-head p{color:var(--muted);font-size:clamp(15px,1.05vw,18px)}

.product-showcase-section{background:var(--bg-light)}
.product-showcase-head{max-width:900px;
    margin:0 auto clamp(24px,2.5vw,36px);
    text-align:center;}
.product-showcase-head h2{margin:0 0 14px;
    color:var(--ink);
    font-size:clamp(36px,3.8vw,60px);
    letter-spacing:-.06em;}
.product-showcase-head p{color:var(--muted);
    font-size:clamp(15px,1vw,18px);
    line-height:1.78;}
.product-tabs{width:min(100%,980px);
    margin:0 auto clamp(28px,3vw,42px);
    padding:7px;
    border:1px solid #e7eee9;
    border-radius:999px;
    background:#fff;
    box-shadow:0 12px 34px rgba(15,60,52,.06);
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:6px;}
.product-accordion-trigger{display:none}
.product-tabs button{min-height:46px;
    border:0;
    border-radius:999px;
    background:transparent;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#34423a;
    font-size:15px;
    font-weight:850;
    cursor:pointer;}
.product-tabs button.is-active{background:#56a867;color:#fff}
.product-feature-panel{width:min(100%,1280px);
    margin:0 auto;
    border:1px solid #e2ebe6;
    border-radius:34px;
    background:#fff;
    box-shadow:var(--shadow-lg);
    overflow:hidden;}
.product-feature-content{display:none}
.product-feature-content.is-active{display:block}
.product-feature-main{min-height:500px;
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:clamp(28px,4vw,72px);
    align-items:center;
    padding:clamp(52px,5vw,88px) clamp(38px,5vw,70px) clamp(30px,3vw,48px);
    background:radial-gradient(circle at 76% 28%,rgba(87,169,103,.15),transparent 28%);}
.product-feature-copy small{display:block;
    margin-bottom:18px;
    color:#111a15;
    font-size:12px;
    line-height:1;
    letter-spacing:.08em;
    text-transform:uppercase;
    font-weight:950;}
.product-feature-copy h3{max-width:570px;
    margin:0 0 18px;
    color:#101820;
    font-size:clamp(36px,4vw,62px);
    line-height:1.08;
    letter-spacing:-.065em;
    font-weight:950;}
.product-feature-copy p{max-width:570px;
    margin:0 0 28px;
    color:#3f4c56;
    font-size:clamp(15px,1vw,18px);
    line-height:1.78;
    font-weight:720;}
.product-feature-copy a{display:inline-flex;
    min-height:50px;
    padding:0 24px;
    border-radius:999px;
    align-items:center;
    justify-content:center;
    background:#56a867;
    color:#fff;
    font-size:15px;
    font-weight:950;
    box-shadow:0 18px 34px rgba(31,126,68,.14);}
.product-feature-copy a:hover{background:#438f54;transform:translateY(-1px)}
.product-feature-visual{position:relative;min-height:360px}
.uc-board{width:min(92%,430px);
    margin-left:auto;
    padding:28px 28px 34px;
    border-radius:28px;
    background:rgba(255,255,255,.9);
    border:1px solid #e7eee9;
    box-shadow:0 24px 66px rgba(16,31,24,.12);
    transform:rotate(7deg);}
.uc-board-head{display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-bottom:22px;
    color:#101820;
    font-size:16px;
    font-weight:950;}
.uc-board-head span:before{content:"";
    display:inline-block;
    width:10px;
    height:10px;
    margin-right:8px;
    border-radius:99px;
    background:#56a867;
    box-shadow:0 0 0 6px rgba(86,168,103,.13);
    vertical-align:middle;}
.uc-board-head em{color:#56a867;font-size:12px;font-style:normal;font-weight:950}
.uc-board-highlight{min-height:72px;
    margin-bottom:12px;
    border-radius:16px;
    background:#56a867;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-size:20px;
    font-weight:950;}
.uc-board-metric{min-height:98px;
    margin-bottom:14px;
    border-radius:18px;
    background:#edf7f1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:0 24px;}
.uc-board-metric strong{color:#56a867;font-size:42px;line-height:1;font-weight:950;letter-spacing:-.04em}
.uc-board-metric span{margin-top:8px;color:#27332d;font-size:14px;font-weight:900}
.uc-board-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.uc-board-grid span{min-height:46px;
    border-radius:14px;
    background:#f3f7f5;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#17251c;
    font-size:14px;
    font-weight:850;}
.uc-note{position:absolute;
    left:5%;
    bottom:18px;
    width:min(56%,330px);
    padding:22px 24px;
    border-radius:22px;
    background:#fff;
    border:1px solid #e8efeb;
    box-shadow:0 22px 54px rgba(16,31,24,.12);
    transform:rotate(-4deg);}
.uc-note b{display:inline-flex;
    margin-bottom:12px;
    padding:5px 10px;
    border-radius:999px;
    background:#e8f7ed;
    color:#56a867;
    font-size:12px;
    font-weight:950;}
.uc-note p{margin:0;color:#2a352f;font-size:14px;line-height:1.72;font-weight:850}
.product-link-grid{padding:0 clamp(38px,5vw,70px) clamp(42px,4vw,58px);
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px 36px;}
.product-link-item{min-height:66px;
    border-bottom:1px solid #dde6e1;
    display:grid;
    grid-template-columns:42px 1fr auto;
    align-items:center;
    gap:16px;
    color:#111a15;
    font-size:17px;
    font-weight:950;}
.product-link-icon{width:42px;
    height:42px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#eef8f1;
    color:#56a867;
    font-size:18px;
    flex:0 0 42px;}
.product-link-icon svg{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.product-link-icon svg text{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:9px;font-weight:950;fill:currentColor;stroke:none}
.product-link-item:after{content:"→";color:#111a15;font-weight:850}
.product-link-item:hover,.product-link-item:hover:after{color:#56a867}
@media (max-width:1180px){.product-feature-main{grid-template-columns:1fr;min-height:auto}
.product-feature-visual{min-height:360px}
.uc-board{margin-inline:auto}
.uc-note{left:8%;bottom:0}
.product-link-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:720px){.product-tabs{display:none}
.product-feature-panel{border-radius:26px;padding:10px;background:#fff}
.product-feature-content{display:block;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;margin-bottom:10px}
.product-feature-content:last-of-type{margin-bottom:0}
.product-accordion-trigger{display:flex;width:100%;min-height:58px;padding:0 18px;align-items:center;justify-content:space-between;border:0;background:#fff;color:#102018;font-size:16px;font-weight:950;text-align:left;cursor:pointer}
.product-accordion-trigger:after{content:"+";color:var(--green);font-size:24px;font-weight:700;line-height:1}
.product-accordion-trigger.is-active:after{content:"−"}
.product-feature-content:not(.is-active) .product-feature-main{display:none}
.product-feature-content.is-active .product-feature-main{display:grid}
.product-feature-main{grid-template-columns:1fr;padding:24px 16px 22px;gap:24px;background:radial-gradient(circle at 80% 20%,rgba(87,169,103,.13),transparent 30%)}
.product-feature-copy small{margin-bottom:12px}
.product-feature-copy h3{font-size:30px;letter-spacing:-.05em}
.product-feature-copy p{font-size:14px;line-height:1.72;margin-bottom:20px}
.product-feature-copy a{min-height:44px;padding:0 20px}
.product-feature-visual{min-height:auto}
.uc-board{width:100%;transform:none;padding:22px 16px}
.uc-note{position:relative;left:auto;right:auto;bottom:auto;width:auto;margin-top:14px;transform:none}
.product-link-grid{grid-template-columns:1fr;padding:16px 12px 20px;gap:8px}
}
.cta{padding-block:var(--section-y);background:var(--bg-light);color:#fff}
.cta-box{width:var(--container);margin-inline:auto;border-radius:var(--radius-lg);
    padding:clamp(46px,5vw,78px) 7%;text-align:center;color:#fff;
    background:#102018;border:0;box-shadow:0 24px 70px rgba(8,34,24,.16);}
.cta-box h2{color:#fff}
.cta-box p{max-width:820px;margin:0 auto 30px;color:rgba(255,255,255,.74);font-size:clamp(15px,1.05vw,18px)}
.cta-box .btn-primary{background:#128247;box-shadow:0 12px 28px rgba(18,130,71,.24)}
.cta-box .btn-primary:hover{background:#0e713d}
.site-footer{background:var(--bg-darker);
    color:rgba(255,255,255,.78);
    border-top:1px solid rgba(255,255,255,.08);}
.site-footer .footer-inner{width:var(--container);margin-inline:auto;
    padding:clamp(54px,5vw,82px) 0 clamp(34px,3vw,46px);
    display:grid;grid-template-columns:minmax(280px,1.45fr) repeat(4,minmax(150px,1fr));
    gap:clamp(28px,3vw,54px);align-items:start;}
.footer-brand p{max-width:440px;color:rgba(255,255,255,.68);font-size:15px;line-height:1.75;margin:20px 0 22px}
.footer-logo{display:flex;align-items:center;gap:12px;color:#fff;font-size:24px;font-weight:950;letter-spacing:-.4px;}
.footer-social{display:flex;gap:10px}
.footer-social a{position:relative;width:36px;height:36px;border-radius:999px;display:flex;align-items:center;justify-content:center;
    background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.1);font-weight:850;}
.footer-social a:hover{background:var(--green);border-color:var(--green)}
.footer-qr{position:absolute;left:50%;bottom:calc(100% + 14px);width:136px;padding:8px;border-radius:16px;background:#fff;
    border:1px solid rgba(255,255,255,.82);box-shadow:0 18px 42px rgba(0,0,0,.22);opacity:0;visibility:hidden;
    transform:translate(-50%,8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;pointer-events:none;z-index:20;}
.footer-qr:after{content:"";position:absolute;left:50%;bottom:-7px;width:14px;height:14px;background:#fff;transform:translateX(-50%) rotate(45deg);}
.footer-qr img{position:relative;z-index:1;width:100%;height:auto;border-radius:10px;display:block;}
.footer-social a:hover .footer-qr,.footer-social a:focus-visible .footer-qr{opacity:1;visibility:visible;transform:translate(-50%,0)}
.footer-title{color:#fff;font-size:17px;margin:0 0 16px;font-weight:950}
.footer-primary-accordion{display:flex;width:100%;align-items:center;justify-content:space-between;padding:0;border:0;background:transparent;color:#fff;font:inherit;font-weight:950;text-align:left;cursor:default}
.footer-primary-accordion:after{display:none;content:"+";font-size:24px;font-weight:500;color:rgba(255,255,255,.76);line-height:1}
.footer-sub-list{display:grid;gap:8px}
.footer-sub-item{border-bottom:1px solid rgba(255,255,255,.10)}
.footer-sub-accordion{display:flex;width:100%;min-height:42px;padding:0;border:0;background:transparent;text-align:left;font:inherit;align-items:center;justify-content:space-between;gap:12px;color:rgba(255,255,255,.82);font-size:15px;font-weight:900;cursor:pointer;-webkit-tap-highlight-color:transparent;user-select:none}
.footer-sub-accordion:after{content:"+";font-size:21px;font-weight:500;color:rgba(255,255,255,.66);line-height:1}
.footer-sub-item.is-open .footer-sub-accordion:after{content:"−"}
.footer-sub-panel{display:none;padding:4px 0 14px}
.footer-sub-item.is-open .footer-sub-panel{display:block}
.footer-link-block{padding:8px 0 4px}
.footer-col a{display:block;color:rgba(255,255,255,.62);font-size:14px;padding:6px 0}
.footer-col a:hover{color:#fff}
.footer-bottom{width:var(--container);margin-inline:auto;min-height:68px;padding:18px 0;
    border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;
    gap:20px;color:rgba(255,255,255,.52);font-size:14px;}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.footer-links a:hover{color:#fff}
[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .55s ease,transform .55s ease}
[data-reveal].is-visible{opacity:1;transform:translateY(0)}
[data-reveal-delay="1"]{transition-delay:.08s}
[data-reveal-delay="2"]{transition-delay:.16s}
[data-reveal-delay="3"]{transition-delay:.24s}
.home-hero{position:relative;padding:clamp(30px,3.4vw,52px) 0 0;overflow:visible;background:var(--bg-dark);color:#fff}
.home-hero:before,.home-hero:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%;pointer-events:none}
.home-hero:before{width:640px;height:640px;left:-360px;top:-330px}
.home-hero:after{width:520px;height:520px;right:-300px;top:110px}
.home-hero .container{position:relative;z-index:1}
.home-hero-layout{display:flex;flex-direction:column;align-items:center}
.home-hero-copy{max-width:1120px;min-height:330px;text-align:center;display:flex;flex-direction:column;justify-content:center}
.home-hero-copy h1{max-width:none;margin:0 0 36px;color:#fff;font-size:clamp(44px,4.4vw,68px);line-height:1.04;letter-spacing:-.06em;white-space:nowrap}
.home-hero-copy p{max-width:900px;margin:0 auto 44px;color:rgba(255,255,255,.76);font-size:clamp(16px,1.05vw,18px);line-height:1.72;font-weight:650}
.home-hero-copy strong{color:#fff;font-weight:950}
.home-hero .hero-actions{justify-content:center}
.home-hero .btn{min-height:48px;padding:0 26px;font-size:15px}
.home-hero .btn-primary{background:#58b56c;color:#fff;box-shadow:0 18px 38px rgba(17,119,62,.3)}
.home-hero .btn-primary:hover{background:#69c57d}
.home-hero .btn-ghost{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.06);color:#fff}
.home-hero .btn-ghost:hover{border-color:rgba(255,255,255,.46);background:rgba(255,255,255,.1)}
.home-workbench{position:relative;z-index:5;width:100%;max-width:1400px;margin:clamp(32px,3.4vw,48px) auto calc(-1 * var(--workbench-overlap));overflow:hidden;border:0;border-radius:30px;background:#f3f5f4;box-shadow:0 28px 76px rgba(0,0,0,.20)}
.home-workbench-carousel{position:relative;height:clamp(580px,39vw,680px);overflow:hidden;border-radius:inherit;background:#f3f5f4;color:#101820}
.home-carousel-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(410px,42%) minmax(0,58%);background:#f3f5f4;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .48s ease,visibility .48s ease}
.home-carousel-slide.is-active{opacity:1;visibility:visible;pointer-events:auto}
.home-carousel-copy{position:relative;z-index:2;grid-column:1;min-width:0;padding:clamp(64px,5vw,86px) clamp(36px,3vw,52px) 118px clamp(64px,5.4vw,92px);display:flex;flex-direction:column;justify-content:center}
.home-carousel-copy h3{max-width:540px;margin:0 0 24px;color:#101820;font-size:clamp(42px,3.8vw,62px);line-height:1.06;letter-spacing:-.055em;font-weight:950}
.home-carousel-copy p{max-width:520px;margin:0;color:#68717a;font-size:clamp(16px,1.05vw,18px);line-height:1.78;font-weight:650}
.home-carousel-media{position:relative;z-index:1;grid-column:2;align-self:stretch;min-width:0;width:100%;height:100%;margin:0;overflow:hidden;background:#e6ece9;-webkit-clip-path:polygon(13% 0,100% 0,100% 100%,0 100%);clip-path:polygon(13% 0,100% 0,100% 100%,0 100%)}
.home-carousel-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;filter:saturate(.98) contrast(1.01);transform:scale(1.025);opacity:0;transition:opacity .65s ease,transform 5.8s ease}
.home-carousel-slide.is-active .home-carousel-media img{opacity:1;transform:scale(1.06)}
.home-carousel-copy>*{opacity:0;transform:translateY(26px);transition:opacity .52s ease,transform .62s ease}
.home-carousel-slide.is-active .home-carousel-copy>*{opacity:1;transform:translateY(0)}
.home-carousel-slide.is-active .home-carousel-copy h3{transition-delay:.10s}
.home-carousel-slide.is-active .home-carousel-copy p{transition-delay:.18s}
.home-carousel-controls{position:absolute;left:clamp(64px,5.4vw,92px);bottom:34px;z-index:8;display:flex;align-items:center;gap:24px}
.home-carousel-arrows{display:flex;align-items:center;gap:10px}
.home-carousel-arrow{width:46px;height:46px;border:1px solid #dce3df;border-radius:999px;background:#fff;color:#101820;display:grid;place-items:center;cursor:pointer;font-size:19px;line-height:1;box-shadow:0 10px 26px rgba(16,24,32,.08);transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease}
.home-carousel-arrow:hover{background:var(--green);border-color:var(--green);color:#fff;transform:translateY(-1px)}
.home-carousel-dots{display:flex;align-items:center;gap:14px}
.home-carousel-dot{position:relative;width:30px;height:30px;padding:0 0 8px;border:0;background:transparent;color:#92999f;cursor:pointer;font-size:0;line-height:1;transition:color .22s ease}
.home-carousel-dot:before{font-size:12px;font-weight:950;letter-spacing:.05em}
.home-carousel-dot:nth-child(1):before{content:"01"}
.home-carousel-dot:nth-child(2):before{content:"02"}
.home-carousel-dot:nth-child(3):before{content:"03"}
.home-carousel-dot:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#d0d5d8;transition:background .22s ease,transform .22s ease}
.home-carousel-dot.is-active{color:var(--green)}
.home-carousel-dot.is-active:after{background:var(--green);transform:scaleX(1.25)}
.home-capability-section{padding:calc(var(--section-y) + var(--workbench-overlap)) 0 var(--section-y);background:var(--bg-mist)}
@media (max-width:1180px){.home-workbench-carousel{height:600px}.home-carousel-slide{grid-template-columns:minmax(360px,45%) minmax(0,55%)}.home-carousel-copy{padding-left:68px;padding-right:34px}.home-carousel-copy h3{font-size:clamp(40px,4.8vw,54px)}.home-carousel-controls{left:68px}}
@media (max-width:980px){.page{--workbench-overlap:120px}.home-hero-copy{min-height:320px}.home-hero-copy h1{white-space:normal}.home-workbench{width:100%;border-radius:24px}.home-workbench-carousel{height:auto;min-height:0}.home-carousel-slide{position:relative;inset:auto;display:none;grid-template-columns:1fr;grid-template-rows:auto auto}.home-carousel-slide.is-active{display:grid}.home-carousel-media{grid-column:1;grid-row:1;align-self:auto;height:auto;aspect-ratio:2/1;-webkit-clip-path:none;clip-path:none}.home-carousel-copy{grid-column:1;grid-row:2;padding:54px 44px 112px}.home-carousel-copy h3{max-width:760px;font-size:clamp(38px,6vw,52px)}.home-carousel-copy p{max-width:720px}.home-carousel-controls{left:44px;bottom:34px}}
@media (max-width:720px){.page{--workbench-overlap:0px;padding-bottom:calc(58px + env(safe-area-inset-bottom))}.home-hero{padding:38px 0 42px;overflow:hidden;background:#082218}.home-hero:before,.home-hero:after{display:none}.home-hero-copy{min-height:340px}.home-hero-copy h1{margin:0 0 30px;font-size:38px;line-height:1.08;letter-spacing:-.05em}.home-hero-copy p{font-size:15px;line-height:1.72;margin-bottom:38px}.home-hero .btn{min-height:46px}.home-workbench{margin-top:28px;margin-bottom:0;border-radius:20px}.home-carousel-copy{padding:40px 22px 104px}.home-carousel-copy h3{font-size:clamp(32px,9vw,42px);line-height:1.08}.home-carousel-copy p{font-size:14px;line-height:1.72}.home-carousel-controls{left:22px;right:22px;bottom:26px;justify-content:space-between;gap:12px}.home-carousel-arrow{width:42px;height:42px;font-size:18px}.home-carousel-dots{gap:10px}.home-carousel-dot{width:24px}.home-capability-section{padding-bottom:58px}}
@media (max-width:430px){.home-hero-copy h1{font-size:37px}.home-carousel-copy{padding-inline:20px}.home-carousel-copy h3{font-size:34px}.home-carousel-controls{left:20px;right:20px}}
@media (min-width:981px) and (max-height:850px){.page{--workbench-overlap:190px}.home-hero{padding:22px 0 0}.home-hero-copy{min-height:300px}.home-hero-copy h1{margin:0 0 26px;font-size:clamp(42px,4vw,58px)}.home-hero-copy p{margin-bottom:34px;font-size:16px;line-height:1.62}.home-hero .btn{min-height:44px;padding-inline:23px;font-size:14px}.home-workbench{margin-top:20px}.home-workbench-carousel{height:560px}.home-carousel-copy{padding-top:54px;padding-bottom:104px}.home-carousel-copy h3{font-size:46px}.home-carousel-copy p{font-size:15px}.home-carousel-controls{bottom:28px}}

@media (prefers-reduced-motion:reduce){.home-carousel-slide,.home-carousel-copy>*,.home-carousel-media img,.home-carousel-arrow{transition:none}.home-carousel-copy>*,.home-carousel-media img{opacity:1;transform:none}}

.hero-feature-swap{margin-top:0!important;
    padding:0!important;
    border-radius:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    backdrop-filter:none;}
.hero-feature-swap .wrap{width:100%!important;max-width:1280px!important;margin:0 auto!important}
.hero-feature-swap .hd{max-width:880px;margin:0 auto clamp(34px,3.5vw,54px)!important;text-align:center!important}
.hero-feature-swap .hd h2{font-size:clamp(32px,3.35vw,56px)!important;line-height:1.14!important;letter-spacing:clamp(-1.8px,-.12vw,-.8px)!important;margin:0 0 16px!important;color:var(--ink)!important}
.hero-feature-swap .ip-choose-desc{max-width:880px!important;margin:0 auto!important;font-size:clamp(15px,1.05vw,18px)!important;line-height:1.75!important;color:var(--muted)!important}
.hero-feature-swap .bd{display:flex;align-items:center;justify-content:center}
.hero-feature-swap .bd .txt{flex:0 0 auto;width:33.3333%;z-index:3}
.hero-feature-swap .bd .txt .item{margin-right:35px;padding:24px 30px 22px;border-radius:30px 0 0 30px;position:relative;display:flex;align-items:center;justify-content:flex-start;text-align:left;border:1px solid #e7eee9;margin-bottom:22px;background:#fff;min-height:126px;box-shadow:0 10px 28px rgba(15,60,52,.045)}
.hero-feature-swap .bd .txt .item:last-child{margin-bottom:0}
.hero-feature-swap .bd .txt .item .t{width:100%;display:flex;flex-direction:column;justify-content:center;text-align:left}
.hero-feature-swap .bd .txt .item .t h3{display:block;font-size:21px!important;line-height:1.35!important;font-weight:700;margin:0 0 9px;color:#101f3a}
.hero-feature-swap .bd .txt .item .t p{font-size:13px!important;line-height:1.65!important;color:#75727b;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.hero-feature-swap .bd .txt .item .p{height:100%;position:absolute;left:0;top:0;width:100%;background:#fff;padding:20px 40px 20px 30px;border-radius:30px 0 0 30px;display:flex;align-items:center;text-align:left;opacity:0;transform:scaleY(0);transform-origin:center bottom;transition:.5s;z-index:3;border:1px solid var(--line)}
.hero-feature-swap .bd .txt .item .p p{width:100%;color:var(--muted);margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;font-size:13px!important;line-height:1.65!important}
.hero-feature-swap .bd .txt .item:hover .p{opacity:1;transform:scaleY(1)}
.hero-feature-swap .bd .txt1 .item .icons,.hero-feature-swap .bd .txt2 .item .icons{position:absolute;display:flex!important;align-items:center!important;justify-content:center!important;top:-20px!important;width:58px!important;height:82px!important;font-size:24px!important;color:#fff;line-height:1!important;text-align:center;z-index:4;transition:.5s;background:#21a35b!important;font-weight:950!important;letter-spacing:-.02em!important}
.hero-feature-swap .bd .txt1 .item .icons{right:-36px!important;border-radius:0 30px}
.hero-feature-swap .bd .txt2 .item .icons{left:-36px!important;border-radius:30px 0}
.hero-feature-swap .bd .txt1 .item .icons:before{position:absolute;content:"";background:#21a35b;width:20px;height:20px;top:0;left:-20px;border-top-left-radius:15px}
.hero-feature-swap .bd .txt2 .item .icons:before{position:absolute;content:"";background:#21a35b;width:20px;height:20px;top:0;right:-20px;border-top-right-radius:15px}
.hero-feature-swap .bd .txt1 .item:nth-child(2){position:relative;right:50px}
.hero-feature-swap .bd .txt2 .item{margin-left:35px;margin-right:0;padding:24px 30px 22px 60px;border-radius:0 30px 30px 0}
.hero-feature-swap .bd .txt2 .item:nth-child(2){position:relative;left:50px}
.hero-feature-swap .bd .txt2 .item .p{border-radius:0 30px 30px 0;padding:20px 30px 20px 50px}
.hero-feature-swap .bd .pic{flex:0 0 auto;position:relative;width:33.3333%;display:grid;place-items:center;z-index:2;transform:scale(.92)}
.hero-feature-swap .bd .pic .i{position:relative;width:100%;aspect-ratio:1/1;border-radius:50%;overflow:hidden;background:radial-gradient(circle at 50% 46%,#176247 0%,#0b3b27 50%,#062014 100%)!important;border:12px solid #fff!important;box-shadow:0 32px 80px rgba(6,32,20,.22)!important}
.hero-feature-swap .matrix-orbit{position:absolute;left:50%;top:50%;border:1px solid rgba(255,255,255,.28);border-radius:50%;transform:translate(-50%,-50%)}
.hero-feature-swap .orbit-a{width:76%;height:76%}
.hero-feature-swap .orbit-b{width:52%;height:52%}
.hero-feature-swap .dot{position:absolute;width:18px;height:18px;border-radius:50%;background:rgba(255,255,255,.68);box-shadow:0 0 0 15px rgba(255,255,255,.10)}
.hero-feature-swap .d1{left:26%;top:22%}
.hero-feature-swap .d2{right:21%;top:34%}
.hero-feature-swap .d3{left:21%;bottom:28%}
.hero-feature-swap .d4{right:28%;bottom:20%}
.hero-feature-swap .alloll-slider{position:absolute;inset:0;z-index:5;border-radius:50%;display:grid;place-items:center;text-align:center;overflow:hidden}
.hero-feature-swap .alloll-slider:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.13),rgba(255,255,255,.03) 32%,rgba(0,0,0,.18) 72%)}
.hero-feature-swap .alloll-slide{position:absolute;left:50%;top:50%;width:78%;max-width:430px;transform:translate(-50%,-44%) scale(.88);opacity:0;visibility:hidden;transition:opacity .45s ease,transform .45s ease;display:grid;justify-items:center;color:#fff}
.hero-feature-swap .alloll-slide.is-active{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}
.hero-feature-swap .alloll-icon{width:82px;height:82px;margin-bottom:18px;border-radius:25px;display:grid;place-items:center;background:rgba(236,253,245,.16);border:1px solid rgba(187,247,208,.32);color:#dffbed}
.hero-feature-swap .alloll-icon svg{width:44px;height:44px;stroke:#dffbed;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.hero-feature-swap .alloll-icon .fill-soft{fill:rgba(223,251,237,.18);stroke:#dffbed}
.hero-feature-swap .alloll-icon .solid-dot{fill:#dffbed;stroke:none}
.hero-feature-swap .alloll-badge{display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;padding:8px 18px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.24);color:#d9fbe8;font-size:13px;font-weight:900}
.hero-feature-swap .alloll-slide h3{margin:0 0 14px!important;color:#fff!important;font-size:30px!important;line-height:1.12!important;letter-spacing:-.04em!important}
.hero-feature-swap .alloll-slide p{max-width:390px;margin:0!important;color:rgba(255,255,255,.82)!important;font-size:14px!important;line-height:1.72!important;font-weight:600}
@media (min-width:981px){.hero-feature-swap .bd .txt1,.hero-feature-swap .bd .txt2{transform:translateY(28px)!important}
}
@media (min-width:1101px){.hero-feature-swap .bd{align-items:center!important}
.hero-feature-swap .bd .txt{display:flex!important;flex-direction:column!important;justify-content:center!important;gap:clamp(28px,2.8vw,48px)!important}
.hero-feature-swap .bd .txt .item,.hero-feature-swap .bd .txt2 .item{margin-top:0!important;margin-bottom:0!important;min-height:clamp(150px,10vw,185px)!important}
.hero-feature-swap .bd .txt1 .item:nth-child(2){right:50px!important}
.hero-feature-swap .bd .txt2 .item:nth-child(2){left:50px!important}
}
@media (max-width:1100px){.hero-feature-swap .bd{display:grid;grid-template-columns:1fr;gap:24px}
.hero-feature-swap .bd .txt,.hero-feature-swap .bd .pic{width:100%}
.hero-feature-swap .bd .pic{max-width:460px;margin:0 auto;transform:none}
.hero-feature-swap .bd .txt{display:grid!important;gap:18px!important}
.hero-feature-swap .bd .txt .item,.hero-feature-swap .bd .txt2 .item{margin:0!important;border-radius:28px;padding:26px 26px 26px 80px}
.hero-feature-swap .bd .txt1 .item:nth-child(2),.hero-feature-swap .bd .txt2 .item:nth-child(2){left:auto!important;right:auto!important}
.hero-feature-swap .bd .txt1 .item .icons,.hero-feature-swap .bd .txt2 .item .icons{left:0!important;right:auto!important;top:-14px!important;border-radius:20px 0!important}
.hero-feature-swap .bd .txt1 .item .icons:before,.hero-feature-swap .bd .txt2 .item .icons:before{display:none!important;content:none!important}
.hero-feature-swap .bd .txt .item .p,.hero-feature-swap .bd .txt2 .item .p{border-radius:28px;padding:24px 26px 24px 80px}
}
@media (max-width:980px){.hero-feature-swap{padding:0!important}
.hero-feature-swap .bd .txt1,.hero-feature-swap .bd .txt2{transform:none!important}
}
@media (max-width:640px){.hero-feature-swap{border-radius:0!important}
.hero-feature-swap .hd{text-align:center!important}
.hero-feature-swap .hd h2{font-size:32px!important}
.hero-feature-swap .bd .txt{gap:22px!important}
.hero-feature-swap .bd .txt .item,.hero-feature-swap .bd .txt2 .item{padding:24px 20px 24px 72px}
.hero-feature-swap .bd .txt .item .t h3{font-size:20px!important}
.hero-feature-swap .alloll-slide{width:82%}
.hero-feature-swap .alloll-icon{width:62px;height:62px;margin-bottom:12px}
.hero-feature-swap .alloll-icon svg{width:34px;height:34px}
.hero-feature-swap .alloll-badge{margin-bottom:12px}
.hero-feature-swap .alloll-slide h3{font-size:24px!important}
.hero-feature-swap .alloll-slide p{display:none!important}
}
@media (max-width:1180px){:root{--section-y:56px}
.site-header{height:72px;background:#fff;border-bottom:1px solid #e7ece9;box-shadow:0 6px 22px rgba(12,24,18,.06)}
.page{padding-top:72px}
.header-inner{width:92vw;height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.logo{gap:10px;font-size:20px;color:#122019}
.logo.logo-svg{min-width:128px}
.logo.logo-svg img{height:40px;max-width:210px}
.main-nav,.header-contact,.mega-wrap{display:none}

.header-actions{gap:10px}
.header-search-btn{display:flex;width:42px;height:42px;border-radius:8px;border:1px solid #dfe6e2;background:#fff;box-shadow:none;color:#16221a}
.header-search-btn svg{width:19px;height:19px}
.header-search-btn:hover{background:#fff;border-color:#dfe6e2;color:#16221a;transform:none}
.mobile-menu{display:flex;width:42px;height:42px;border-radius:8px;
        border:1px solid #dfe6e2;background:#fff;box-shadow:none;position:relative;z-index:2100;}
.mobile-menu span{width:20px;height:2px;background:#16221a;border-radius:10px}
.mobile-drawer{display:block;position:fixed;top:72px;left:0;right:0;bottom:auto;width:100%;
        max-height:calc(100vh - 72px);overflow:auto;background:#fff;border-top:1px solid #e7ece9;
        z-index:2050;transform:translateY(-12px);opacity:0;visibility:hidden;
        transition:opacity .2s ease,transform .2s ease,visibility .2s ease;box-shadow:0 22px 50px rgba(12,24,18,.12);}
.mobile-drawer.is-open{transform:translateY(0);opacity:1;visibility:visible}
.mobile-backdrop{display:block;position:fixed;left:0;right:0;top:72px;bottom:0;background:rgba(8,16,12,.34);
        z-index:2040;opacity:0;visibility:hidden;transition:.2s ease;}
.mobile-backdrop.is-open{opacity:1;visibility:visible}
.mobile-nav-accordion{padding:8px 0;display:block}
.mobile-nav-group{border-bottom:1px solid #edf2ef;background:#fff}
.mobile-nav-toggle{width:100%;min-height:54px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;
        border:0;background:#fff;color:#152019;font-size:16px;font-weight:850;text-align:left;cursor:pointer;}
.mobile-nav-toggle:after{content:"+";color:#6b746f;font-size:23px;font-weight:400}
.mobile-nav-group.is-open .mobile-nav-toggle:after{content:"−"}
.mobile-subnav{display:none;padding:4px 22px 16px;background:#fff;border-top:1px solid #edf2ef}
.mobile-nav-group.is-open .mobile-subnav{display:block}
.mobile-subnav a{display:block;padding:10px 0;border:0;background:transparent;color:#526058;font-size:14px;font-weight:720;}
.mobile-solution-group{border-bottom:1px solid #edf2ef}
.mobile-solution-group:last-child{border-bottom:0}
.mobile-solution-group summary{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;list-style:none;color:#203028;font-size:14px;font-weight:850;cursor:pointer}
.mobile-solution-group summary::-webkit-details-marker{display:none}
.mobile-solution-group summary:after{content:"+";color:#6b746f;font-size:20px;font-weight:400;line-height:1}
.mobile-solution-group[open] summary:after{content:"−"}
.mobile-solution-links{padding:0 0 10px 14px}
.mobile-actions{padding:18px 22px 22px;display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#fff;}
.mobile-actions a,.mobile-actions button{height:46px;border-radius:8px;display:flex;align-items:center;justify-content:center;font:inherit;font-weight:850;
        border:1px solid #dfe6e2;color:#152019;background:#fff;cursor:pointer;}
.mobile-actions .mobile-search-action svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}

.mobile-actions .mobile-primary{background:var(--green);color:#fff;border-color:var(--green)}
body.mobile-menu-open{overflow:hidden}
.site-footer .footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}
.footer-brand{grid-column:1/-1}
}
@media (max-width:720px){.hero-actions .btn,.cta-box .btn{width:100%}
.site-footer .footer-inner{grid-template-columns:1fr;gap:0;padding:42px 0 20px}
.footer-brand{margin-bottom:22px}
.footer-col{border-top:1px solid rgba(255,255,255,.12);padding:18px 0}
.footer-col:last-child{border-bottom:1px solid rgba(255,255,255,.12)}
.footer-title{margin:0 0 8px;font-size:16px}
.footer-primary-mobile{padding:0}
.footer-primary-title{height:58px;margin:0;display:flex;align-items:center}
.footer-primary-accordion{height:58px;cursor:pointer}
.footer-primary-accordion:after{display:block}
.footer-primary-mobile:not(.is-primary-open) .footer-sub-list{display:none}
.footer-primary-mobile.is-primary-open .footer-primary-accordion:after{content:"−"}
.footer-primary-mobile.is-primary-open .footer-sub-list{display:grid;padding:0 0 18px}
.footer-sub-accordion{min-height:46px;font-size:15px}
.footer-sub-panel{padding:2px 0 12px}
.footer-col a{padding:6px 0;font-size:14px}
.footer-bottom{flex-direction:column;align-items:flex-start}
.search-modal{padding-top:86px}
.search-box{padding:28px 20px;border-radius:24px}
.search-row{flex-direction:column}
}

.bt-solutions-section{background:var(--bg-green-soft)}.bt-solution-shell{border:1px solid var(--line);border-radius:30px;padding:clamp(18px,2vw,28px);background:#f8faf9;box-shadow:var(--shadow-sm)}
.bt-solution-accordion-trigger{display:none}.bt-solution-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:6px;border-radius:16px;background:#fff;border:1px solid var(--line);margin-bottom:clamp(20px,2.2vw,34px)}
.bt-solution-tab{border:0;border-radius:11px;background:transparent;color:#26312b;font-weight:950;min-height:46px;cursor:pointer}.bt-solution-tab.is-active{background:#128247;color:#fff}
.bt-solution-panel{display:none;grid-template-columns:.88fr 1.12fr;gap:clamp(22px,2.8vw,44px);align-items:stretch}.bt-solution-panel.is-active{display:grid}
.bt-solution-copy{padding:clamp(24px,3vw,48px);border-radius:24px;background:#102018;color:#fff}.bt-solution-copy span{display:block;color:#8de0a5;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.bt-solution-copy h3{font-size:clamp(28px,3.4vw,50px);line-height:1.08;letter-spacing:-.055em;margin-bottom:18px}.bt-solution-copy p{color:rgba(255,255,255,.72);font-size:clamp(15px,1vw,17px);line-height:1.8}.bt-solution-copy a{display:inline-flex;margin-top:24px;color:#a7e9b8;font-weight:950}
.bt-solution-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.bt-solution-cards article{border-radius:20px;background:#fff;border:1px solid var(--line);padding:clamp(22px,2vw,28px)}.bt-solution-cards span{display:inline-flex;width:38px;height:38px;border-radius:11px;align-items:center;justify-content:center;background:#eaf8f0;color:#128247;font-weight:950;margin-bottom:16px}.bt-solution-cards strong{display:block;font-size:clamp(18px,1.25vw,22px);margin-bottom:8px}.bt-solution-cards p{color:var(--muted);font-size:clamp(14px,.95vw,16px);line-height:1.72}
.bt-trust-section{background:var(--bg-light)}.bt-trust-head{max-width:980px;margin:0 auto clamp(34px,4vw,54px);text-align:center}.bt-trust-head h2{margin:0 0 16px;color:#102018;font-size:clamp(38px,4vw,62px);line-height:1.08;letter-spacing:-.055em}.bt-trust-head p{max-width:820px;margin:0 auto;color:#68736d;font-size:clamp(15px,1.05vw,18px);line-height:1.78}.bt-trust-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,4vw,54px);align-items:stretch}
.bt-trust-delivery,.bt-trust-content{border-radius:30px;padding:clamp(30px,4vw,54px)}.bt-trust-delivery{background:#102018;color:#fff}.bt-trust-delivery h3,.bt-trust-content h3{font-size:clamp(30px,3vw,48px);line-height:1.12;letter-spacing:-.05em;margin:0 0 18px}.bt-trust-delivery h3{color:#fff}.bt-trust-content h3{color:#1d1d1f}.bt-trust-delivery>p{color:rgba(255,255,255,.7);line-height:1.78;margin-bottom:28px}.delivery-list{display:grid;gap:12px}.delivery-list article{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:16px;border:1px solid rgba(255,255,255,.11);border-radius:16px;background:rgba(255,255,255,.05)}.delivery-list article>span{width:38px;height:38px;border-radius:11px;background:#128247;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:950}.delivery-list strong{display:block;margin-bottom:5px;font-size:17px}.delivery-list p{color:rgba(255,255,255,.65);font-size:13px;line-height:1.65}
.bt-trust-content{background:#fff;border:1px solid #e5ebe7}.trust-note{color:#68736d;line-height:1.72;margin-bottom:26px}.bt-trust-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.bt-trust-metrics article{min-height:140px;padding:20px;border-radius:18px;background:#f5f8f6;border:1px solid #e6ece8;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.bt-trust-metrics strong{display:block;color:#128247;font-size:clamp(38px,3.8vw,64px);line-height:1;letter-spacing:-.06em;font-weight:950;margin-bottom:12px}.bt-trust-metrics span{color:#1d1d1f;font-size:14px;font-weight:850}.trust-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}.trust-checks span{padding:12px 14px;border-radius:12px;background:#102018;color:#fff;font-size:13px;font-weight:850;text-align:center}
.bt-cases-section{background:var(--bg-mist)}
.bt-case-head{display:grid;grid-template-columns:.45fr .55fr;gap:30px;align-items:end;margin-bottom:clamp(28px,3vw,44px)}
.bt-case-head p{color:var(--muted);font-size:clamp(15px,1.05vw,18px);line-height:1.78}
.bt-case-card{border-radius:clamp(28px,2.4vw,46px);border:1px solid var(--line);background:#fff;box-shadow:0 24px 70px rgba(18,34,26,.08);overflow:hidden}
.bt-case-accordion-trigger{display:none}
.bt-case-tabs{display:grid;grid-template-columns:repeat(8,1fr);gap:0;border-bottom:1px solid var(--line);background:#f8fbf9}
.bt-case-tab{border:0;background:transparent;min-height:58px;cursor:pointer;font-weight:950;color:#3d4540}
.bt-case-tab.is-active{background:var(--green);color:#fff}
.bt-case-panels{position:relative}
.bt-case-panel{display:none;grid-template-columns:.8fr 1.2fr;gap:clamp(22px,3vw,48px);align-items:center;padding:clamp(24px,3.6vw,58px)}
.bt-case-panel.is-active{display:grid}
.bt-case-panel>div{height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}
.bt-case-panel span{color:var(--green);font-size:13px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.bt-case-panel h3{font-size:clamp(28px,3.2vw,50px);line-height:1.08;letter-spacing:-.055em;margin:14px 0 18px}
.bt-case-panel p{color:var(--muted);font-size:clamp(15px,1vw,17px);line-height:1.8}
.bt-case-panel a{display:inline-flex;margin-top:24px;color:var(--green-dark);font-weight:950}
.bt-case-panel figure{width:100%;aspect-ratio:16/9;border-radius:32px;overflow:hidden;background:#eef3ef;position:relative}
.bt-case-panel img{width:100%;height:100%;display:block;object-fit:cover}
@media(max-width:1180px){.bt-solution-panel,.bt-trust-layout,.bt-case-panel{grid-template-columns:1fr}.bt-case-head{grid-template-columns:1fr}.bt-case-tabs{grid-template-columns:repeat(4,1fr)}}
@media(max-width:720px){.bt-solution-tabs,.bt-case-tabs{display:none}.bt-solution-shell{padding:8px;border-radius:24px;background:#f7faf8}.bt-case-card{padding:10px;border-radius:28px;background:#fff}.bt-solution-accordion-trigger{display:flex;width:100%;min-height:58px;margin-bottom:8px;padding:0 18px;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:16px;background:#fff;color:#102018;font-size:16px;font-weight:950;text-align:left;cursor:pointer}.bt-case-accordion-trigger{display:flex;width:100%;min-height:58px;margin-bottom:10px;padding:0 18px;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:18px;background:#fff;color:#102018;font-size:16px;font-weight:950;text-align:left;cursor:pointer}.bt-solution-accordion-trigger:after{content:"+";color:#128247;font-size:24px}.bt-case-accordion-trigger:after{content:"+";color:var(--green);font-size:24px;font-weight:700;line-height:1}.bt-case-accordion-trigger.is-active{background:#eaf8f0;border-color:#d6eadf;color:var(--green-dark)}.bt-solution-accordion-trigger.is-active:after,.bt-case-accordion-trigger.is-active:after{content:"−"}.bt-solution-panel{grid-template-columns:1fr;gap:14px;margin:0 0 8px;padding:0 0 12px;border-bottom:1px solid #e5ebe7}.bt-case-panel{grid-template-columns:1fr;gap:16px;margin:0 0 10px;padding:18px 8px 20px;border-bottom:1px solid #edf1ef}.bt-solution-copy{padding:24px 20px;border-radius:20px}.bt-solution-copy h3,.bt-case-panel h3{font-size:28px;letter-spacing:-.05em}.bt-solution-cards,.bt-trust-metrics,.trust-checks{grid-template-columns:1fr}.bt-case-panel figure{border-radius:20px}.bt-trust-delivery,.bt-trust-content{border-radius:24px;padding:24px 18px}}
/* Knowledge center */
.knowledge-center-clean.kc-latest-blogs{
  padding:clamp(64px,7vw,108px) 0;
  background:var(--bg-light);
  overflow:hidden;
}
.knowledge-center-clean.kc-latest-blogs .container{
  width:var(--container);
}
.kc-latest-blogs .kc-blog-head{
  display:grid;
  grid-template-columns:minmax(260px,.68fr) minmax(360px,.72fr);
  gap:32px;
  align-items:end;
  margin-bottom:clamp(46px,5vw,72px);
}
.kc-latest-blogs .kc-blog-head h2{
  margin:0;
  color:#101828;
  font-size:clamp(36px,3.8vw,60px);
  line-height:1.02;
  letter-spacing:-.06em;
  font-weight:950;
}
.kc-latest-blogs .kc-blog-head p{
  margin:0;
  max-width:720px;
  color:#667085;
  font-size:clamp(15px,1.05vw,18px);
  line-height:1.8;
  font-weight:600;
}
.kc-latest-blogs .kc-blog-grid{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(0,1fr);
  gap:clamp(34px,5vw,68px);
  align-items:stretch;
}
.kc-latest-blogs .kc-blog-feature{
  display:block;
  height:100%;
  overflow:hidden;
  border-radius:24px;
  background:#ffffff;
  color:#111827;
  border:1px solid #e3ebe6;
  box-shadow:var(--shadow-sm);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.kc-latest-blogs .kc-blog-feature:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-lg);
  border-color:rgba(33,163,91,.28);
}
.kc-latest-blogs .kc-blog-feature-media,
.kc-latest-blogs .kc-blog-thumb{
  aspect-ratio:16/9;
}
.kc-latest-blogs .kc-blog-feature-media{
  margin:0;
  overflow:hidden;
  background:#eef3ef;
}
.kc-latest-blogs .kc-blog-feature-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.kc-latest-blogs .kc-blog-feature:hover .kc-blog-feature-media img{
  transform:scale(1.035);
}
.kc-latest-blogs .kc-blog-feature-body{
  padding:clamp(28px,3vw,42px) clamp(24px,2.6vw,36px) clamp(24px,2.6vw,36px);
}
.kc-latest-blogs .kc-blog-feature-body h3{
  margin:0 0 16px;
  color:#101828;
  font-size:clamp(22px,1.75vw,28px);
  line-height:1.36;
  letter-spacing:-.036em;
  font-weight:950;
}
.kc-latest-blogs .kc-blog-feature-body p{
  margin:0 0 22px;
  color:#475467;
  font-size:clamp(15px,1.02vw,17px);
  line-height:1.78;
}
.kc-latest-blogs .kc-blog-list{
  display:grid;
  grid-template-rows:repeat(6,minmax(0,1fr));
  gap:clamp(10px,1.05vw,16px);
  height:100%;
  padding-top:0;
}
.kc-latest-blogs .kc-blog-item{
  display:grid;
  grid-template-columns:minmax(0,1fr) clamp(118px,11vw,150px);
  gap:clamp(18px,2.2vw,28px);
  align-items:center;
  min-height:0;
  color:#111827;
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
}
.kc-latest-blogs .kc-blog-item-copy{
  min-width:0;
}
.kc-latest-blogs .kc-blog-item h3{
  margin:0 0 12px;
  overflow:hidden;
  color:#101828;
  font-size:clamp(16px,1.2vw,20px);
  line-height:1.35;
  letter-spacing:-.025em;
  font-weight:950;
  white-space:nowrap;
  text-overflow:ellipsis;
  transition:color .22s ease;
}
.kc-latest-blogs .kc-blog-item:hover h3{
  color:#128247;
}
.kc-latest-blogs .kc-blog-meta{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  color:#667085;
  font-size:14px;
  line-height:1.2;
}
.kc-latest-blogs .kc-blog-meta time,
.kc-latest-blogs .kc-blog-meta span:not(.kc-blog-tag){
  color:#667085;
  font-weight:600;
}
.kc-latest-blogs .kc-blog-meta time:before,
.kc-latest-blogs .kc-blog-meta span:not(.kc-blog-tag):before{
  content:"•";
  color:#98a2b3;
  margin-right:10px;
}
.kc-latest-blogs .kc-blog-tag{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:#f7faf8;
  border:1px solid #dfe6e2;
  color:#475467;
  font-weight:800;
  white-space:nowrap;
}
.kc-latest-blogs .kc-blog-tag.muted{
  color:#667085;
  background:#fbfcfb;
}
.kc-latest-blogs .kc-blog-thumb{
  margin:0;
  width:100%;
  border-radius:16px;
  overflow:hidden;
  background:#eef3ef;
  border:1px solid #e6ebf2;
}
.kc-latest-blogs .kc-blog-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .32s ease;
}
.kc-latest-blogs .kc-blog-item:hover .kc-blog-thumb img{
  transform:scale(1.04);
}
.kc-latest-blogs .kc-blog-more{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:20px;
  align-items:center;
  margin-top:clamp(-24px,-1.6vw,-10px);
  margin-bottom:-6px;
  position:relative;
  z-index:2;
}
.kc-latest-blogs .kc-blog-more span{
  display:block;
  height:1px;
  background:#e6ebf2;
}
.kc-latest-blogs .kc-blog-more a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 20px;
  border-radius:999px;
  border:1px solid #d0d5dd;
  background:#ffffff;
  color:#101828;
  font-size:15px;
  font-weight:900;
  box-shadow:var(--shadow-sm);
  transition:.22s ease;
}
.kc-latest-blogs .kc-blog-more a:hover{
  color:#128247;
  border-color:rgba(33,163,91,.34);
  transform:translateY(-2px);
}
@media(max-width:980px){
  .kc-latest-blogs .kc-blog-head,
  .kc-latest-blogs .kc-blog-grid{
    grid-template-columns:1fr;
  }
  .kc-latest-blogs .kc-blog-head{
    gap:16px;
    margin-bottom:34px;
  }
  .kc-latest-blogs .kc-blog-head p{
    max-width:760px;
  }
  .kc-latest-blogs .kc-blog-grid{
    align-items:start;
  }
  .kc-latest-blogs .kc-blog-feature{
    height:auto;
  }
  .kc-latest-blogs .kc-blog-list{
    grid-template-rows:none;
    height:auto;
    gap:18px;
  }
}
@media(max-width:640px){
  .knowledge-center-clean.kc-latest-blogs{
    padding:52px 0;
  }
  .kc-latest-blogs .kc-blog-head h2{
    font-size:38px;
  }
  .kc-latest-blogs .kc-blog-grid{
    gap:30px;
  }
  .kc-latest-blogs .kc-blog-feature{
    border-radius:22px;
  }
  .kc-latest-blogs .kc-blog-feature-body{
    padding:22px;
  }
  .kc-latest-blogs .kc-blog-list{
    gap:16px;
  }
  .kc-latest-blogs .kc-blog-item{
    grid-template-columns:minmax(0,1fr) 96px;
    gap:14px;
  }
  .kc-latest-blogs .kc-blog-item h3{
    margin-bottom:10px;
    font-size:15px;
  }
  .kc-latest-blogs .kc-blog-meta{
    gap:7px;
    font-size:12px;
  }
  .kc-latest-blogs .kc-blog-tag{
    min-height:26px;
    padding:0 9px;
    border-radius:999px;
  }
  .kc-latest-blogs .kc-blog-meta time:before,
  .kc-latest-blogs .kc-blog-meta span:not(.kc-blog-tag):before{
    margin-right:7px;
  }
  .kc-latest-blogs .kc-blog-more{
    margin-top:20px;
    margin-bottom:0;
    gap:12px;
  }
  .kc-latest-blogs .kc-blog-more a{
    min-height:38px;
    padding:0 16px;
    font-size:14px;
  }
}
@media(max-width:430px){
  .kc-latest-blogs .kc-blog-item{
    grid-template-columns:1fr;
  }
  .kc-latest-blogs .kc-blog-thumb{
    max-width:180px;
  }
}
.bt-faq-section{padding-block:var(--section-y);background:var(--bg-green-soft)}
.bt-faq-head{text-align:center;max-width:860px;margin:0 auto clamp(28px,3vw,44px)}.bt-faq-head h2{margin-top:0}
.bt-faq-head p{color:var(--muted);font-size:clamp(15px,1.05vw,18px)}
.bt-faq-list{display:grid;gap:14px;max-width:980px;margin:0 auto}
.bt-faq-list details{border:1px solid #e3ebe6;border-radius:22px;background:#f7faf8;overflow:hidden}
.bt-faq-list summary{cursor:pointer;padding:20px 24px;font-weight:950;font-size:clamp(16px,1.05vw,19px);color:#1f2823}
.bt-faq-list details[open] summary{border-bottom:1px solid var(--line);color:var(--green-dark)}
.bt-faq-list p{padding:18px 24px 22px;color:var(--muted);font-size:clamp(14px,.95vw,16px)}

.float-service{position:fixed;right:22px;top:50%;transform:translateY(-50%);z-index:1850;display:grid;gap:10px}
.float-service-item{position:relative;display:grid;place-items:center}
.float-service-link,.float-service-btn{width:54px;height:54px;border:1px solid #dfe8e3;border-radius:18px;background:#fff;color:#102018;box-shadow:0 14px 34px rgba(15,60,52,.10);display:grid;place-items:center;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.float-service-link:hover,.float-service-link:focus-visible,.float-service-btn:hover,.float-service-btn:focus-visible{background:var(--green);color:#fff;border-color:var(--green);transform:translateY(-2px);box-shadow:0 18px 40px rgba(33,163,91,.24);outline:none}
.float-service-link svg,.float-service-btn svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.float-service-label{display:none}
.float-service-panel{position:absolute;right:66px;top:50%;width:max-content;max-width:260px;padding:16px;border:1px solid #e5eee9;border-radius:20px;background:#fff;color:#102018;box-shadow:0 22px 58px rgba(15,60,52,.16);opacity:0;visibility:hidden;transform:translate(10px,-50%);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;pointer-events:none}
.float-service-item:hover .float-service-panel,.float-service-item:focus-within .float-service-panel{opacity:1;visibility:visible;transform:translate(0,-50%);pointer-events:auto}
.float-service-panel:after{content:"";position:absolute;right:-7px;top:50%;width:14px;height:14px;background:#fff;border-top:1px solid #e5eee9;border-right:1px solid #e5eee9;transform:translateY(-50%) rotate(45deg)}
.float-service-panel strong{display:block;margin-bottom:6px;color:#102018;font-size:15px;line-height:1.3;font-weight:950;white-space:nowrap}
.float-service-panel p{margin:0;color:#66736c;font-size:13px;line-height:1.65;font-weight:700}
.float-service-panel a{display:block;color:#128247;font-size:14px;line-height:1.8;font-weight:950;white-space:nowrap}
.float-service-qr{width:142px;padding:10px;text-align:center}
.float-service-qr img{width:118px;height:118px;margin:0 auto 8px;border-radius:10px;object-fit:cover}
.float-service-qr p{font-size:12px;line-height:1.45}
@media (max-width:720px){
.float-service{left:0;right:0;top:auto;bottom:0;width:100%;min-height:calc(58px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);transform:none;z-index:2050;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;background:var(--green);border-top:1px solid rgba(255,255,255,.18);box-shadow:0 -8px 28px rgba(8,34,24,.18)}
.float-service-item{display:block;min-width:0;border-right:1px solid rgba(255,255,255,.22)}
.float-service-item:last-child{border-right:0}
.float-service-link,.float-service-btn{width:100%;height:58px;border:0;border-radius:0;background:transparent;color:#fff;box-shadow:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px 2px;font:inherit}
.float-service-link:hover,.float-service-link:focus-visible,.float-service-btn:hover,.float-service-btn:focus-visible{background:rgba(255,255,255,.12);color:#fff;border-color:transparent;transform:none;box-shadow:none}
.float-service-link svg,.float-service-btn svg{width:21px;height:21px}
.float-service-label{display:block;color:inherit;font-size:11px;line-height:1;font-weight:850;white-space:nowrap}
.float-service-item:nth-child(-n+2) .float-service-panel{display:none}
.float-service-item:nth-child(3) .float-service-panel{right:8px;left:auto;top:auto;bottom:calc(100% + 12px);max-width:calc(100vw - 24px);transform:translateY(10px)}
.float-service-item:nth-child(3):hover .float-service-panel,.float-service-item:nth-child(3):focus-within .float-service-panel{transform:translateY(0)}
.float-service-panel:after{display:none}
.float-service-qr{width:132px}
.float-service-qr img{width:108px;height:108px}
}
