@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&display=swap";
.hero2-section{height:clamp(360px,38vw,680px)}@media (max-width:767px){.hero2-section{height:clamp(300px,55vw,480px)}}@media (max-width:479px){.hero2-section{height:clamp(380px,110vw,560px)}}.hero2-logo-dark,.hero2-logo-light{object-fit:contain;height:clamp(24px,5vw,42px)}.hero2-logo-dark{display:block}.hero2-logo-light,[data-theme=light] .hero2-logo-dark{display:none}[data-theme=light] .hero2-logo-light{display:block}.hero2-tagline{letter-spacing:clamp(.08em,.8vw,.2em);color:#e2e8f0;opacity:.9;margin:0;font-size:clamp(.6rem,2.2vw,1.2rem);font-weight:600}[data-theme=light] .hero2-tagline{color:#334155;opacity:.8}.hero2-shield{z-index:3;justify-content:center;align-items:center;width:clamp(70px,10vw,200px);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:479px){.hero2-shield{width:clamp(60px,18vw,110px)}}.hero2-shield-img{object-fit:contain;opacity:.85;width:100%;height:auto;display:block}.hero2-nails-img{object-fit:contain;transform-origin:50%;opacity:.7;width:88%;height:auto;position:absolute}@keyframes hero2NailsSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hero2FadeDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}
@keyframes typeChar{0%{opacity:0}to{opacity:1}}.char-span{opacity:0;animation:80ms forwards typeChar}#hero-mid{--bg:#0b1220;--bg-card:#0f1929;--bg-card2:#0c1522;--border:#ffffff12;--code-plain:#8fa8cc;--code-highlight:#fca5a5;--gold:var(--teal);--primary:var(--teal);--text:#e8eaf0;--muted:#90caf9;--green:#22c55e;--red:#ef4444;--red-10:#ef44441a;--red-20:#ef444433;--orange:#c2410c;--yellow:#a16207;--mono:"JetBrains Mono", monospace}html[data-theme=light] #hero-mid,body[data-theme=light] #hero-mid,[data-theme=light] #hero-mid{--bg:#fff;--bg-card:#f8f9fb;--bg-card2:#f0f3f9;--border:#00000014;--code-plain:#1a365d;--code-highlight:#991b1b;--gold:var(--teal);--text:#0b1726;--muted:#475569;--green:#15803d;--red:#b91c1c;--red-10:#b91c1c1a;--red-20:#b91c1c33;--orange:#9a3412;--yellow:#7c2d12}*,:before,:after{box-sizing:border-box;margin:0;padding:0}#hero-mid{--code-line-h:1.12rem;background:var(--bg);min-height:100vh;font-family:var(--font-product-sans);align-items:center;padding:clamp(64px,10vh,100px) clamp(16px,6vw,120px) clamp(20px,4vh,40px);transition:background .3s,color .3s;display:flex;position:relative;overflow:hidden}#hero-mid:before,#hero-mid:after{display:none}.hero-svg-bg{pointer-events:none;z-index:1;opacity:1;width:100%;height:100%;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 80%,#0000 100%);mask-image:linear-gradient(#000 80%,#0000 100%)}[data-theme=light] .hero-svg-bg{opacity:.85}.hero-svg-bg svg{width:100%;height:100%;display:block}@keyframes pulseOpacity{0%,to{opacity:.2}50%{opacity:.6}}@keyframes drift{0%{transform:translate(0)}to{transform:translate(40px,25px)}}@keyframes flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-300px}}.animate-pulse-slow{animation:6s ease-in-out infinite pulseOpacity}.animate-drift{animation:24s ease-in-out infinite alternate drift}.animate-flow{stroke-dasharray:150 250;animation:8s linear infinite flow}.hero-inner{z-index:2;grid-template-columns:1fr 1fr;align-items:flex-start;gap:clamp(32px,4vw,100px);width:100%;max-width:1280px;margin:0 auto;padding:0;display:grid;position:relative}.hero-left{opacity:0;flex-direction:column;transition:opacity .7s,transform .7s;display:flex;transform:translateY(24px)}.hero-left.in{opacity:1;transform:none}.eyebrow{align-items:center;gap:10px;margin-bottom:clamp(18px,3vw,28px);display:flex}.eyebrow-sq{background:var(--gold);flex-shrink:0;width:10px;height:10px}.eyebrow span{font-size:var(--text-xs);letter-spacing:.18em;color:var(--gold);text-transform:uppercase;font-weight:600}.headline{font-size:var(--text-h1);color:var(--text);margin-bottom:10px;font-weight:900;line-height:1.08}.headline-italic{font-size:var(--text-h2);color:var(--gold);margin-bottom:clamp(20px,3vw,32px);font-style:italic;font-weight:700;line-height:1.1}.divider{background:linear-gradient(to right, var(--teal), transparent);width:56px;height:1.5px;margin-bottom:clamp(18px,2.5vw,28px)}.body-text{font-size:var(--text-body);color:var(--muted);max-width:440px;margin-bottom:clamp(20px,3vw,32px);font-weight:400;line-height:1.7}.pillrow{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:clamp(24px,4vw,40px);display:flex}.pillrow span{letter-spacing:.16em;color:var(--muted);text-transform:uppercase;font-size:clamp(.62rem,1.1vw,.7rem);font-weight:600}.pillrow .dot{color:var(--gold);font-size:.5rem}.btn-row{flex-direction:row;align-items:center;gap:12px;margin-bottom:clamp(28px,4vw,44px);display:flex}.btn-primary{background:var(--teal);color:#fff;font-family:var(--font-product-sans);font-weight:700;font-size:var(--text-body);letter-spacing:.03em;cursor:pointer;white-space:nowrap;border:none;border-radius:4px;padding:clamp(12px,2vw,15px) clamp(24px,3vw,38px);transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 24px #0a66c240}.btn-primary:hover{background:var(--cyan);transform:translateY(-2px);box-shadow:0 8px 32px #0a66c26b}.btn-ghost{color:var(--teal);border:1.5px solid var(--teal);font-family:var(--font-product-sans);font-weight:700;font-size:var(--text-body);cursor:pointer;white-space:nowrap;box-shadow:none;background:0 0;border-radius:4px;padding:clamp(10px,1.8vw,13px) clamp(18px,2.5vw,28px);transition:all .25s}.btn-ghost:hover{background:#0a66c214;transform:translateY(-2px);box-shadow:0 4px 12px #0a66c226}[data-theme=light] #hero-mid .btn-ghost:hover{background:#0a66c20d}.hero-right{opacity:0;justify-content:flex-end;align-items:center;transition:opacity .7s .18s,transform .7s .18s;display:flex;transform:translateY(24px)}.hero-right.in{opacity:1;transform:none}.scan-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;flex-direction:column;width:100%;max-width:clamp(380px,38vw,540px);height:clamp(520px,76vh,600px);display:flex;overflow:hidden;box-shadow:0 24px 80px #0009,0 0 0 1px #0077b61a}[data-theme=light] #hero-mid .scan-card{box-shadow:0 8px 32px #0000001f,0 0 0 1px #0077b626}.card-titlebar{border-bottom:1px solid var(--border);background:var(--bg-card2);flex-shrink:0;justify-content:space-between;align-items:center;padding:clamp(10px,1.5vw,13px) clamp(12px,2vw,18px);display:flex}.traffic-lights{align-items:center;gap:7px;display:flex}.tl{border-radius:50%;width:11px;height:11px}.tl-r{background:#ff5f57}.tl-y{background:#ffbd2e}.tl-g{background:#28c940}.card-title{letter-spacing:.16em;color:var(--muted);text-transform:uppercase;font-size:clamp(.6rem,1vw,.7rem);font-weight:600}.lang-badge{letter-spacing:.06em;white-space:nowrap;border:1px solid;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:clamp(.6rem,1vw,.7rem);font-weight:600;transition:all .4s;display:flex}.lang-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.6s ease-in-out infinite pulse-dot}.lang-pills{border-bottom:1px solid var(--border);background:var(--bg-card2);scrollbar-width:none;flex-shrink:0;gap:5px;padding:8px clamp(12px,2vw,18px);display:flex;overflow-x:auto}.lang-pills::-webkit-scrollbar{display:none}.lang-pill{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;cursor:default;border:1px solid;border-radius:20px;padding:3px 9px;font-size:clamp(.55rem,.9vw,.62rem);font-weight:600;transition:all .3s}.file-path{border-bottom:1px solid var(--border);background:var(--bg-card2);font-family:var(--mono);color:var(--muted);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:9px clamp(12px,2vw,18px);font-size:clamp(.62rem,1vw,.75rem);display:flex}.fp-left{align-items:center;gap:6px;min-width:0;display:flex}.fp-left span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fp-gt{color:#0077b699;flex-shrink:0}.scan-status-text{letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;flex-shrink:0;font-size:clamp(.55rem,.9vw,.65rem);font-weight:600}.code-area{background:var(--bg-card);flex-shrink:0;height:clamp(160px,28vh,220px);position:relative;overflow:hidden}.code-lines{font-family:var(--mono);width:100%;padding:8px 0;font-size:clamp(.65rem,.9vw,.78rem);line-height:1.6;transition:transform .15s;position:absolute}[data-theme=light] #hero-mid .code-lines{background:#fafbfc}.code-line{align-items:center;gap:10px;padding:0 clamp(12px,2vw,18px);transition:background .2s;display:flex}.code-line.hl{background:#ef44441f!important}[data-theme=light] #hero-mid .code-line.hl{background:#dc26261a!important}.ln{color:#6b7a9966;text-align:right;-webkit-user-select:none;user-select:none;flex-shrink:0;min-width:20px;font-size:clamp(.55rem,.9vw,.65rem)}[data-theme=light] #hero-mid .ln{color:#6b7a9999}.code-text{color:var(--code-plain);white-space:pre;overflow:hidden}.code-text.hl{color:var(--code-highlight)}.vuln-label{color:var(--red);font-size:.6rem;font-family:var(--mono);white-space:nowrap;flex-shrink:0;margin-left:auto}.scan-beam{pointer-events:none;z-index:4;background:linear-gradient(90deg,#0000,#0077b6b3,#0000);height:2px;transition:top .1s linear;position:absolute;left:0;right:0;box-shadow:0 0 10px #0077b666}.scan-beam:before{content:"";background:linear-gradient(#0000,#0077b60a,#0000);height:18px;position:absolute;top:-8px;left:0;right:0}[data-theme=light] #hero-mid .scan-beam{background:linear-gradient(90deg,#0000,#0077b6e6,#0000);box-shadow:0 0 10px #0077b699}.vuln-drip{border-top:1px solid var(--border);flex-direction:column;flex:1 1 0;min-height:0;display:flex;overflow:hidden}[data-theme=light] #hero-mid .vuln-drip{background:#fafbfc}.vuln-header{border-bottom:1px solid var(--border);background:var(--bg-card2);flex-shrink:0;justify-content:space-between;align-items:center;padding:8px clamp(12px,2vw,18px);display:flex}[data-theme=light] #hero-mid .vuln-header{background:#f0f3f9}.vuln-header-left{align-items:center;gap:7px;display:flex}.vuln-header span{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-size:clamp(.6rem,1vw,.68rem);font-weight:600}.vuln-count-pill{letter-spacing:.05em;border-radius:10px;padding:2px 8px;font-size:.65rem;font-weight:700}.vuln-rows{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;display:flex;overflow-y:auto}.vuln-rows::-webkit-scrollbar{display:none}[data-theme=light] #hero-mid .vuln-rows{background:#fafbfc}.vuln-row{border-bottom:1px solid #ffffff0a;flex-shrink:0;justify-content:space-between;align-items:center;padding:clamp(5px,1vw,7px) clamp(12px,2vw,18px);animation:.35s cubic-bezier(.34,1.56,.64,1) both slide-in;display:flex}[data-theme=light] #hero-mid .vuln-row{border-bottom:1px solid #0000000f}.vuln-row-left{align-items:center;gap:8px;min-width:0;display:flex}.sev-pip{border-radius:1px;flex-shrink:0;width:7px;height:7px}.vuln-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:clamp(.72rem,1.1vw,.82rem);font-weight:400;overflow:hidden}.vuln-line-badge{font-family:var(--mono);color:var(--muted);background:#ffffff0d;border-radius:3px;flex-shrink:0;padding:2px 6px;font-size:clamp(.58rem,.9vw,.65rem)}[data-theme=light] #hero-mid .vuln-line-badge{background:#0000000d}.sev-tag{letter-spacing:.1em;white-space:nowrap;border-radius:3px;flex-shrink:0;padding:2px 6px;font-size:clamp(.55rem,.85vw,.62rem);font-weight:700}.results-summary{border-top:1px solid var(--border);flex-shrink:0;align-items:stretch;animation:.4s both fade-in;display:flex}[data-theme=light] #hero-mid .results-summary{background:#f5f7fc}.rsm-cell{text-align:center;border-right:1px solid var(--border);flex-direction:column;flex:1;gap:3px;padding:clamp(8px,1.5vw,12px) 6px;display:flex}.rsm-cell:last-child{border-right:none}.rsm-num{font-size:var(--text-h2);font-weight:900;line-height:1}.rsm-label{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-size:clamp(.5rem,.8vw,.58rem);font-weight:600}.card-footer{border-top:1px solid var(--border);background:var(--bg-card2);flex-shrink:0;justify-content:space-between;align-items:center;padding:clamp(8px,1.5vw,10px) clamp(12px,2vw,18px);display:flex}[data-theme=light] #hero-mid .card-footer{background:#f0f3f9}.cf-left{align-items:center;gap:6px;display:flex}.cf-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.cf-text{color:var(--muted);font-size:clamp(.62rem,1vw,.7rem)}.cf-time{font-family:var(--mono);color:var(--muted);font-size:clamp(.62rem,1vw,.72rem)}@media (min-width:1025px){.code-lines{font-size:.78rem;line-height:1.65}.code-line{padding:2px clamp(12px,2vw,18px)}.ln{font-size:.72rem}}[data-theme=light] #hero-mid .card-titlebar,[data-theme=light] #hero-mid .file-path,[data-theme=light] #hero-mid .lang-pills{background:#f0f3f9}[data-theme=light] #hero-mid .code-area{background:#fafbfc}@keyframes slide-in{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.demo-overlay{z-index:9999;background:#000000d1;justify-content:center;align-items:center;padding:16px;animation:.2s both fade-in;display:flex;position:fixed;inset:0}.demo-modal{background:#0f1929;border:1px solid #ffffff1a;border-radius:12px;width:min(860px,100%);overflow:hidden;box-shadow:0 32px 80px #000000b3}[data-theme=light] .demo-modal{background:#f0f3f9;border-color:#0000001f}.demo-modal-header{background:#0c1522;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}[data-theme=light] .demo-modal-header{background:#e4e9f2;border-bottom-color:#00000014}.demo-modal-title{letter-spacing:.14em;text-transform:uppercase;color:#6b7a99;font-size:.75rem;font-weight:600}.demo-close{cursor:pointer;color:#6b7a99;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:1.3rem;line-height:1;transition:color .2s,background .2s}.demo-close:hover{color:#e8eaf0;background:#ffffff12}[data-theme=light] .demo-close:hover{color:#0b1726;background:#00000012}.demo-video{aspect-ratio:16/9;background:#000;width:100%;display:block}.hero2-wrapper{display:block}@media (max-width:860px){.hero2-wrapper{display:none}}@media (max-width:1100px){.hero-inner{gap:clamp(24px,3vw,48px)}.scan-card{max-width:clamp(360px,42vw,480px)}.card-title{display:none}}@media (max-width:860px){#hero-mid{--code-line-h:1rem;min-height:auto;padding:clamp(56px,8vh,80px) clamp(16px,5vw,40px) clamp(16px,3vh,24px)}.hero-inner{grid-template-columns:1fr;gap:clamp(24px,4vh,40px)}.hero-left,.hero-right{text-align:center;justify-content:center}.hero-right{justify-content:center}.body-text,.pillrow,.btn-row,.divider{margin-left:auto;margin-right:auto}.eyebrow{justify-content:center}.scan-card{border-radius:10px;max-width:min(520px,100%);height:clamp(420px,55vh,520px)}.code-area{height:clamp(140px,24vh,200px)}}@media (max-width:640px){#hero-mid{--code-line-h:.9rem;padding:clamp(48px,6vh,64px) 16px 16px}.hero-inner{gap:clamp(20px,3vh,32px)}.headline{font-size:clamp(1.8rem,7.5vw,2.6rem)}.headline-italic{font-size:clamp(1.3rem,5.5vw,2rem)}.scan-card{border-radius:12px;height:clamp(380px,50vh,460px)}.card-title{display:none}.tl{width:9px;height:9px}.code-area{height:clamp(120px,20vh,160px)}.vuln-label{display:none}.btn-row{flex-direction:row;justify-content:center;gap:12px}.btn-primary,.btn-ghost{width:auto}}@media (max-width:400px){#hero-mid{--code-line-h:.85rem;padding-left:12px;padding-right:12px}.headline{font-size:clamp(1.6rem,9vw,2.2rem)}.headline-italic{font-size:clamp(1.1rem,7vw,1.6rem)}.lang-badge{display:none}.scan-card{border-radius:10px;height:clamp(360px,48vh,430px)}.code-area{height:clamp(100px,16vh,130px)}.rsm-label{letter-spacing:.06em}}@media (max-height:600px) and (max-width:860px){#hero-mid{--code-line-h:.85rem}.hero-inner{gap:16px}.scan-card{height:clamp(320px,70vh,400px)}.code-area{height:110px}.headline{font-size:clamp(1.5rem,5vw,2rem)}.headline-italic{margin-bottom:12px;font-size:clamp(1.1rem,4vw,1.5rem)}.body-text,.pillrow{margin-bottom:12px}.btn-row{margin-bottom:0}.eyebrow{margin-bottom:10px}}@media (min-width:1440px){.hero-inner{max-width:1360px}.scan-card{max-width:560px;height:clamp(520px,60vh,620px)}.code-area{height:clamp(220px,30vh,280px)}}
:root{--bg-mid:#0a0c12;--bg-deep:#06080c;--card-bg:#ffffff0d;--border:#ffffff14;--text:white;--muted:#8e9aaf;--teal:#0a66c2;--cyan:#1e88e5;--shadow:0 12px 40px #0000004d}[data-theme=light]{--bg-mid:#f0f4f8;--bg-deep:#e6edf4;--card-bg:#fffc;--border:#00000014;--text:#0a1628;--muted:#475569;--shadow:0 8px 24px #0000000d}.Sections-module__k-WNVq__section{z-index:1;opacity:0;transition:opacity .7s,transform .7s;position:relative;transform:translateY(20px)}.Sections-module__k-WNVq__sectionIn{opacity:1;transform:translateY(0)}.Sections-module__k-WNVq__container{max-width:1200px;margin:0 auto;padding:90px 60px}.Sections-module__k-WNVq__sectionHeader{text-align:center;margin-bottom:52px}.Sections-module__k-WNVq__section-label{font-size:var(--text-xs-caps);letter-spacing:.18em;text-transform:uppercase;color:var(--teal);margin-bottom:12px;font-weight:700}.Sections-module__k-WNVq__section-title{font-size:var(--text-h2);color:var(--text);letter-spacing:-.02em;margin-bottom:16px;font-weight:900}.Sections-module__k-WNVq__section-desc{font-size:var(--text-body);color:var(--muted);line-height:1.6}.Sections-module__k-WNVq__overviewSection{background:var(--bg-mid);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.Sections-module__k-WNVq__splitGrid{opacity:0;grid-template-columns:1fr 1fr;align-items:center;gap:70px;margin-bottom:64px;transition:all .75s;display:grid;transform:translateY(20px)}.Sections-module__k-WNVq__splitIn{opacity:1;transform:translateY(0)}.Sections-module__k-WNVq__featurePills{flex-wrap:wrap;gap:9px;margin-top:22px;display:flex}.Sections-module__k-WNVq__pill{border:1px solid var(--border);color:var(--teal);background:#0096c81a;border-radius:20px;padding:5px 14px;font-size:.78rem}.Sections-module__k-WNVq__splitVisual{justify-content:center;display:flex}.Sections-module__k-WNVq__overviewCard{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;min-width:320px;padding:28px}.Sections-module__k-WNVq__ocHeader{color:var(--teal);letter-spacing:.12em;text-align:center;border-bottom:1px solid var(--border);margin-bottom:22px;padding-bottom:14px;font-size:.65rem}.Sections-module__k-WNVq__ocGrid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.Sections-module__k-WNVq__ocTile{border:1px solid var(--border);cursor:pointer;background:#0096c80d;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:20px 14px;transition:all .3s;display:flex}.Sections-module__k-WNVq__ocTile:hover{border-color:var(--teal);transform:translateY(-3px)}.Sections-module__k-WNVq__ocIcon{font-size:1.8rem}.Sections-module__k-WNVq__ocLabel{color:var(--muted);text-align:center;font-size:.78rem;font-weight:600}.Sections-module__k-WNVq__statsRow{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.Sections-module__k-WNVq__statCard{background:var(--card-bg);border:1px solid var(--border);text-align:center;box-shadow:var(--shadow);opacity:0;border-radius:14px;padding:28px 20px;transition:all .4s;transform:translateY(20px)}.Sections-module__k-WNVq__statIn{opacity:1;transform:translateY(0)}.Sections-module__k-WNVq__statCard:hover{border-color:var(--teal);transform:translateY(-5px)scale(1.02)}.Sections-module__k-WNVq__statNum{font-size:var(--text-h1);background:linear-gradient(135deg, var(--teal), var(--cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:900}.Sections-module__k-WNVq__statSuf{font-size:1.4rem}.Sections-module__k-WNVq__statLabel{color:var(--muted);margin-top:5px;font-size:.78rem}.Sections-module__k-WNVq__servicesSection{background:var(--bg-deep)}.Sections-module__k-WNVq__servicesGrid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.Sections-module__k-WNVq__serviceCard{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow);opacity:0;cursor:pointer;border-radius:14px;padding:28px;transition:all .35s;position:relative;overflow:hidden;transform:translateY(22px)}.Sections-module__k-WNVq__serviceCard:before{content:"";background:linear-gradient(90deg, transparent, var(--teal), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Sections-module__k-WNVq__serviceCard:hover:before{opacity:1}.Sections-module__k-WNVq__serviceCard:hover{border-color:var(--teal);transform:translateY(-5px)}.Sections-module__k-WNVq__scTop{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.Sections-module__k-WNVq__scIcon{font-size:1.8rem}.Sections-module__k-WNVq__scTag{color:var(--teal);border:1px solid var(--border);border-radius:10px;padding:2px 9px;font-size:.65rem}.Sections-module__k-WNVq__scTitle{color:var(--text);margin-bottom:10px;font-size:1.05rem;font-weight:700}.Sections-module__k-WNVq__scDesc{color:var(--muted);margin-bottom:16px;font-size:.83rem;line-height:1.6}.Sections-module__k-WNVq__scLink{color:var(--teal);font-size:.82rem;font-weight:600;text-decoration:none}.Sections-module__k-WNVq__scLink:hover{opacity:.7}.Sections-module__k-WNVq__impactSection{background:var(--bg-mid)}.Sections-module__k-WNVq__impactGrid{opacity:0;grid-template-columns:1.2fr .8fr;align-items:center;gap:60px;transition:all .75s;display:grid;transform:translateY(20px)}.Sections-module__k-WNVq__impactIn{opacity:1;transform:translateY(0)}.Sections-module__k-WNVq__impactHeading{font-size:var(--text-h2);color:var(--text);margin-bottom:14px;font-weight:900;line-height:1.3}.Sections-module__k-WNVq__impactText{color:var(--muted);line-height:1.7;font-size:var(--text-body);margin-bottom:28px}.Sections-module__k-WNVq__impactBars{flex-direction:column;gap:16px;display:flex}.Sections-module__k-WNVq__ibLabel{color:var(--muted);justify-content:space-between;margin-bottom:5px;font-size:.82rem;font-weight:600;display:flex}.Sections-module__k-WNVq__ibTrack{background:#0096c81a;border-radius:3px;align-items:center;height:6px;display:flex;position:relative;overflow:hidden}.Sections-module__k-WNVq__ibFill{background:linear-gradient(90deg, var(--teal), var(--cyan));border-radius:3px;height:100%;transition:width 1.2s ease-out}.Sections-module__k-WNVq__ibPct{color:var(--teal);white-space:nowrap;padding-left:6px;font-size:.7rem;position:absolute;right:0}.Sections-module__k-WNVq__impactRight{flex-direction:column;gap:16px;display:flex}.Sections-module__k-WNVq__impactMetric{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;align-items:center;gap:14px;padding:20px;transition:all .3s;display:flex}.Sections-module__k-WNVq__impactMetric:hover{border-color:var(--teal);transform:translate(5px)}.Sections-module__k-WNVq__imNum{color:var(--teal);min-width:50px;font-size:1.5rem;font-weight:900}.Sections-module__k-WNVq__imLabel{color:var(--muted);font-size:.84rem;line-height:1.4}.Sections-module__k-WNVq__caseSection{background:var(--bg-deep)}.Sections-module__k-WNVq__caseGrid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.Sections-module__k-WNVq__caseCard{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow);opacity:0;border-left:3px solid var(--accent-color,var(--teal));border-radius:14px;padding:30px;transition:all .35s;position:relative;overflow:hidden;transform:translateY(22px)}.Sections-module__k-WNVq__caseCard:hover{transform:translateY(-5px)}.Sections-module__k-WNVq__caseTag{color:var(--teal);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-size:.68rem}.Sections-module__k-WNVq__caseTitle{color:var(--text);margin-bottom:12px;font-size:1.05rem;font-weight:700;line-height:1.3}.Sections-module__k-WNVq__caseDesc{color:var(--muted);margin-bottom:18px;font-size:.83rem;line-height:1.6}.Sections-module__k-WNVq__caseLink{color:var(--teal);font-size:.82rem;font-weight:600;text-decoration:none}.Sections-module__k-WNVq__recognitionSection{background:var(--bg-mid)}.Sections-module__k-WNVq__awardsGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.Sections-module__k-WNVq__awardCard{background:var(--card-bg);border:1px solid var(--border);text-align:center;box-shadow:var(--shadow);opacity:0;border-radius:14px;padding:28px;transition:all .35s;transform:translateY(22px)}.Sections-module__k-WNVq__awardCard:hover{border-color:var(--teal);transform:translateY(-4px)}.Sections-module__k-WNVq__awardIcon{margin-bottom:12px;font-size:2.2rem;display:block}.Sections-module__k-WNVq__awardTitle{color:var(--text);margin-bottom:8px;font-size:.9rem;font-weight:700;line-height:1.3}.Sections-module__k-WNVq__awardYear{color:var(--teal);font-size:.75rem}.Sections-module__k-WNVq__priceSection{background:var(--bg-deep)}.Sections-module__k-WNVq__priceGrid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.Sections-module__k-WNVq__partnerCard{background:var(--card-bg);border:1px solid var(--border);text-align:center;opacity:0;box-shadow:var(--shadow);border-radius:12px;padding:28px 20px;transition:all .3s;transform:scale(.95)}.Sections-module__k-WNVq__partnerCard:hover{border-color:var(--teal);transform:scale(1.03)}.Sections-module__k-WNVq__cardIn{opacity:1;transform:translateY(0)scale(1)}.Sections-module__k-WNVq__partnerName{color:var(--muted);font-size:.82rem;font-weight:700}.Sections-module__k-WNVq__partnerCard:hover .Sections-module__k-WNVq__partnerName{color:var(--teal)}.Sections-module__k-WNVq__insightsSection{background:var(--bg-mid)}.Sections-module__k-WNVq__postsGrid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.Sections-module__k-WNVq__postCard{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow);opacity:0;border-radius:14px;flex-direction:column;padding:28px;transition:all .35s;display:flex;transform:translateY(22px)}.Sections-module__k-WNVq__postCard:hover{border-color:var(--teal);transform:translateY(-4px)}.Sections-module__k-WNVq__postTag{color:var(--teal);border:1px solid var(--border);border-radius:10px;width:fit-content;margin-bottom:12px;padding:3px 10px;font-size:.65rem;display:inline-block}.Sections-module__k-WNVq__postTitle{color:var(--text);flex:1;margin-bottom:20px;font-size:.98rem;font-weight:700;line-height:1.4}.Sections-module__k-WNVq__postFooter{justify-content:space-between;align-items:center;display:flex}.Sections-module__k-WNVq__postDate{color:var(--muted);font-size:.78rem}.Sections-module__k-WNVq__postLink{color:var(--teal);font-size:.8rem;font-weight:600;text-decoration:none}.Sections-module__k-WNVq__newsSection{background:var(--bg-deep)}.Sections-module__k-WNVq__newsBanner{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow);opacity:0;border-radius:16px;align-items:center;gap:40px;margin-bottom:32px;transition:opacity .75s,transform .75s;display:flex;overflow:hidden;transform:translateY(22px)}.Sections-module__k-WNVq__newsBannerIn{opacity:1;transform:translateY(0)}.Sections-module__k-WNVq__newsBannerImage{flex:1;min-width:0}.Sections-module__k-WNVq__newsBannerImg{object-fit:cover;width:100%;height:auto;display:block}.Sections-module__k-WNVq__newsBannerContent{flex:1;padding:32px 32px 32px 0}.Sections-module__k-WNVq__newsBannerTag{background:var(--teal);color:var(--bg-deep);letter-spacing:.1em;border-radius:4px;margin-bottom:12px;padding:4px 12px;font-size:.7rem;font-weight:700;display:inline-block}.Sections-module__k-WNVq__newsBannerTitle{font-size:var(--text-h2);color:var(--text);margin-bottom:12px;font-weight:900;line-height:1.3}.Sections-module__k-WNVq__newsBannerSub{font-size:var(--text-body);color:var(--muted);line-height:1.5}.Sections-module__k-WNVq__contactSection{background:var(--bg-mid)}.Sections-module__k-WNVq__contactWrap{grid-template-columns:1fr 1.4fr;align-items:start;gap:70px;display:grid}.Sections-module__k-WNVq__contactInfo{flex-direction:column;gap:14px;margin-top:24px;display:flex}.Sections-module__k-WNVq__contactRow{color:var(--muted);align-items:center;gap:12px;font-size:.9rem;display:flex}.Sections-module__k-WNVq__cIcon{font-size:1.2rem}.Sections-module__k-WNVq__contactForm{flex-direction:column;gap:14px;display:flex}.Sections-module__k-WNVq__formRow{grid-template-columns:1fr 1fr;gap:14px;display:grid}.Sections-module__k-WNVq__formInput,.Sections-module__k-WNVq__formTextarea{background:var(--card-bg);border:1px solid var(--border);color:var(--text);border-radius:8px;outline:none;padding:12px 16px;font-size:.9rem;transition:border-color .3s}.Sections-module__k-WNVq__formInput:focus,.Sections-module__k-WNVq__formTextarea:focus{border-color:var(--teal)}.Sections-module__k-WNVq__formInput::placeholder,.Sections-module__k-WNVq__formTextarea::placeholder{color:var(--muted)}.Sections-module__k-WNVq__formTextarea{resize:vertical}@media (max-width:1100px){.Sections-module__k-WNVq__container{padding:70px 40px}.Sections-module__k-WNVq__statsRow{gap:16px}}@media (max-width:960px){.Sections-module__k-WNVq__servicesGrid,.Sections-module__k-WNVq__caseGrid,.Sections-module__k-WNVq__postsGrid,.Sections-module__k-WNVq__awardsGrid,.Sections-module__k-WNVq__priceGrid{grid-template-columns:repeat(2,1fr)}.Sections-module__k-WNVq__splitGrid{gap:40px}}@media (max-width:860px){.Sections-module__k-WNVq__container{padding:60px 30px}.Sections-module__k-WNVq__splitGrid,.Sections-module__k-WNVq__impactGrid,.Sections-module__k-WNVq__contactWrap{grid-template-columns:1fr;gap:40px}.Sections-module__k-WNVq__statsRow{grid-template-columns:repeat(2,1fr)}.Sections-module__k-WNVq__servicesGrid,.Sections-module__k-WNVq__caseGrid,.Sections-module__k-WNVq__postsGrid,.Sections-module__k-WNVq__awardsGrid,.Sections-module__k-WNVq__priceGrid{grid-template-columns:1fr}.Sections-module__k-WNVq__newsBanner{flex-direction:column}.Sections-module__k-WNVq__newsBannerContent{padding:0 24px 32px}.Sections-module__k-WNVq__newsBannerImage{width:100%}}@media (max-width:680px){.Sections-module__k-WNVq__container{padding:48px 20px}.Sections-module__k-WNVq__statsRow,.Sections-module__k-WNVq__formRow{grid-template-columns:1fr}.Sections-module__k-WNVq__overviewCard{min-width:auto}.Sections-module__k-WNVq__ocGrid{grid-template-columns:1fr}.Sections-module__k-WNVq__section-title{font-size:1.8rem}}@media (max-width:480px){.Sections-module__k-WNVq__container{padding:40px 16px}.Sections-module__k-WNVq__statNum{font-size:2rem}.Sections-module__k-WNVq__serviceCard,.Sections-module__k-WNVq__caseCard,.Sections-module__k-WNVq__postCard,.Sections-module__k-WNVq__awardCard,.Sections-module__k-WNVq__partnerCard{padding:20px}.Sections-module__k-WNVq__newsBannerTitle{font-size:1.3rem}.Sections-module__k-WNVq__contactWrap{gap:30px}}.Sections-module__k-WNVq__btn-cta{background:var(--teal);color:#fff;font-family:var(--font-product-sans);letter-spacing:.05em;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #0a66c233}.Sections-module__k-WNVq__btn-cta:hover{background:var(--cyan);transform:translateY(-2px);box-shadow:0 8px 32px #0a66c266}
