@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#080c14;--bg-alt:#0d1424;--surface:#111827;--surface-hover:#1a2236;--border:#309af426;--accent:#309af4;--accent-2:#06c4f8;--accent-glow:#309af44d;--text:#f1f5f9;--text-muted:#94a3b8;--text-dim:#64748b;--radius:12px;--radius-sm:8px;--font:"Inter", system-ui, -apple-system, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}#network-bg{z-index:0;position:fixed;inset:0}#network-bg canvas{pointer-events:none!important}.navbar{z-index:100}.main-content{z-index:1;min-height:calc(100vh - 80px);position:relative}.footer{z-index:1;position:relative}.navbar{z-index:100;border-bottom:1px solid #0000;transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-color:var(--border);background:#080c14d9}.navbar__inner{justify-content:space-between;align-items:center;max-width:1100px;height:80px;margin:0 auto;padding:0 1.5rem;display:flex}.navbar__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.navbar__logo-img{object-fit:contain;object-position:left center;width:auto;max-width:none;height:60px;display:block}.navbar__links{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:.25rem;display:flex}.navbar__link{color:var(--text-muted);border-radius:var(--radius-sm);padding:.4rem .75rem;font-size:.9rem;text-decoration:none;transition:color .2s,background .2s}.navbar__link:hover{color:var(--text);background:var(--surface)}.lang-toggle{background:var(--surface);border:1px solid var(--border);color:var(--accent);cursor:pointer;letter-spacing:.05em;border-radius:20px;margin-left:.5rem;padding:.35rem .75rem;font-size:.8rem;font-weight:700;transition:background .2s,border-color .2s}.lang-toggle:hover{background:var(--surface-hover);border-color:var(--accent)}.navbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.navbar__hamburger span{background:var(--text-muted);border-radius:2px;width:22px;height:2px;display:block}.hero{align-items:center;min-height:100vh;padding:8.5rem 1.5rem 6rem;display:grid;position:relative;overflow:hidden}.hero__bg{pointer-events:none;position:absolute;inset:0}.hero__orb{filter:blur(90px);opacity:.22;border-radius:50%;position:absolute}.hero__orb--1{background:radial-gradient(circle,#309af4,#0000 70%);width:520px;height:520px;top:-120px;left:-80px}.hero__orb--2{background:radial-gradient(circle,#0694e0,#0000 70%);width:420px;height:420px;bottom:-60px;right:-100px}.hero__grid{background-image:linear-gradient(#309af40a 1px,#0000 1px),linear-gradient(90deg,#309af40a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 18% 45%,#000 20%,#0000 75%);mask-image:radial-gradient(80% 70% at 18% 45%,#000 20%,#0000 75%)}.hero__beam{opacity:.5;background:linear-gradient(90deg,#0000,#309af459,#0000);width:55%;height:1px;animation:12s ease-in-out infinite hero-beam;position:absolute;top:20%;left:-20%}@keyframes hero-beam{0%,to{opacity:.25;transform:translate(0)translateY(0)}50%{opacity:.55;transform:translate(30%)translateY(40px)}}.hero__inner{z-index:1;text-align:left;width:100%;max-width:1100px;margin:0 auto;position:relative}.hero__content{width:100%}.hero__logo{object-fit:contain;object-position:left center;width:min(280px,72vw);height:auto;max-height:88px;margin:0 0 1.75rem;display:block}.hero__terminal-wrap{max-width:min(100%,52rem);margin:.85rem 0 2.5rem}.hero__terminal-window{background:#0a0e18eb;border:1px solid #ffffff14;border-radius:14px;overflow:hidden;box-shadow:inset 0 0 0 1px #309af40f,inset 0 1px #ffffff0a,0 24px 48px #0006,0 0 48px #309af414}.hero__terminal-chrome{background:#101624f2;border-bottom:1px solid #ffffff0f;align-items:center;gap:.75rem;padding:.6rem 1rem;display:flex}.hero__terminal-dots{flex-shrink:0;align-items:center;gap:.35rem;display:flex}.hero__terminal-dot{background:#94a3b840;border:1px solid #ffffff0f;border-radius:50%;width:8px;height:8px}.hero__terminal-title{min-width:0;color:var(--text-dim);letter-spacing:.04em;text-transform:lowercase;-webkit-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;flex:1;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-size:.65rem;font-weight:500;overflow:hidden}.hero__terminal-status{text-transform:uppercase;letter-spacing:.08em;color:#309af4bf;flex-shrink:0;align-items:center;gap:.4rem;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-size:.6rem;font-weight:600;display:inline-flex}.hero__terminal-status-dot{background:#309af4e6;border-radius:50%;width:6px;height:6px;animation:2.4s ease-in-out infinite hero-terminal-pulse;box-shadow:0 0 8px #309af48c}@keyframes hero-terminal-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.92)}}.hero__terminal-body{background:linear-gradient(165deg,#0b101cfa 0%,#080b14 100%);padding:1.15rem 1.25rem 1.1rem;position:relative}.terminal-typewriter{color:var(--text-muted);flex-wrap:nowrap;align-items:center;gap:.55rem .75rem;margin:0;font-family:JetBrains Mono,Fira Code,Cascadia Code,ui-monospace,monospace;font-weight:500;line-height:1.4;display:inline-flex}.terminal-typewriter__prompt{color:var(--accent);letter-spacing:.04em;-webkit-user-select:none;user-select:none;flex-shrink:0;font-weight:700}.terminal-typewriter__line{flex:1;align-items:baseline;min-width:0;min-height:1.4em;display:inline-flex}.terminal-typewriter__text{color:var(--accent-2);white-space:nowrap;font-weight:600}.terminal-typewriter__cursor{color:#309af4f2;flex-shrink:0;font-weight:600;animation:1.15s ease-in-out infinite terminal-cursor-pulse}@keyframes terminal-cursor-pulse{0%,to{opacity:1}50%{opacity:.2}}.hero__terminal{z-index:1;gap:.6rem .75rem;width:100%;min-height:2.1rem;margin:0;padding:0;font-size:clamp(1.15rem,2.6vw,1.45rem);position:relative}.hero__terminal .terminal-typewriter__line{min-height:1.45em}.hero__terminal .terminal-typewriter__text{color:var(--accent);letter-spacing:-.01em;font-weight:700}.hero__terminal .terminal-typewriter__prompt{color:var(--accent);font-size:1em;font-weight:700}.hero__terminal .terminal-typewriter__cursor{font-size:1em}@media (prefers-reduced-motion:reduce){.terminal-typewriter__cursor,.hero__terminal-status-dot{animation:none}}.hero__headline{letter-spacing:-.045em;color:var(--text);max-width:18em;margin:0 0 1.75rem;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:700;line-height:1.08}.hero__subheadline{color:var(--text-muted);max-width:54ch;margin:0;font-size:clamp(1rem,1.6vw,1.1rem);line-height:1.75}.hero__capabilities{grid-template-columns:1fr 1fr;gap:.85rem 2rem;max-width:620px;margin:0 0 2.75rem;padding:0;list-style:none;display:grid}.hero__capabilities li{color:var(--text-muted);align-items:flex-start;gap:.65rem;font-size:.875rem;font-weight:500;line-height:1.5;display:flex}.hero__cap-mark{background:var(--accent);border-radius:1px;flex-shrink:0;width:6px;height:6px;margin-top:.5em;box-shadow:0 0 10px #309af473}.hero__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn--lg{padding:.85rem 1.65rem;font-size:.92rem}.hero__right{justify-content:center;align-items:center;display:flex}.hero__anim{justify-content:center;align-items:center;width:300px;height:300px;display:flex;position:relative}.hero__ring{border:1px solid #309af480;border-radius:50%;animation:3s ease-out infinite ring-expand;position:absolute}.hero__ring--1{width:100px;height:100px;animation-delay:0s}.hero__ring--2{width:162px;height:162px;animation-delay:.75s}.hero__ring--3{width:224px;height:224px;animation-delay:1.5s}.hero__ring--4{width:292px;height:292px;animation-delay:2.25s}@keyframes ring-expand{0%{opacity:.85;transform:scale(.92)}to{opacity:0;transform:scale(1.14)}}.hero__logo-center{color:#fff;letter-spacing:-.03em;z-index:2;background:linear-gradient(135deg,#309af4 0%,#1060b8 100%);border-radius:20px;justify-content:center;align-items:center;width:88px;height:88px;font-size:1.85rem;font-weight:800;animation:2.5s ease-in-out infinite logo-glow,4.5s ease-in-out infinite logo-float;display:flex}@keyframes logo-glow{0%,to{box-shadow:0 0 28px #309af480}50%{box-shadow:0 0 72px #309af4,0 0 120px #309af466}}@keyframes logo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn--primary{background:var(--accent);color:#fff;box-shadow:0 0 20px var(--accent-glow)}.btn--primary:hover{box-shadow:0 0 36px var(--accent-glow);background:#1a80d4;transform:translateY(-1px)}.btn--outline{color:var(--text);border:1px solid var(--border);background:0 0}.btn--outline:hover{background:var(--surface);border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.section{padding:6rem 1.5rem}.section--alt{background:var(--bg-alt)}#services,#results{scroll-margin-top:5rem}.container{max-width:1100px;margin:0 auto}.section__title{text-align:center;background:linear-gradient(135deg, var(--text) 40%, var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:800}.section__header{text-align:center;max-width:720px;margin:0 auto 3rem}.section__title--in-header{margin-bottom:1rem}.section__subtitle{color:var(--text-muted);font-size:clamp(.95rem,2vw,1.05rem);line-height:1.75}.solutions-section--placeholder{pointer-events:none;min-height:min(48vh,24rem)}.solutions-showcase-panel__loading{min-height:12rem}.solutions-section__header{text-align:center;max-width:720px;margin:0 auto 1rem}.solutions-section__title{letter-spacing:-.035em;color:var(--text);background:linear-gradient(#f1f5f9 0%,#bad7ffeb 55%,#309af4bf 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .75rem;font-size:clamp(1.5rem,3.4vw,2.3rem);font-weight:800;line-height:1.05}.solutions-section__subtitle{color:#94a3b8f2;max-width:640px;margin:0 auto;font-size:clamp(.9rem,1.85vw,1rem);line-height:1.6}.solutions-section__ops-strip{letter-spacing:.12em;text-transform:uppercase;color:#94a3b8d9;background:#080c148c;border:1px solid #309af424;border-radius:999px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.15rem .35rem;max-width:fit-content;margin:0 auto 1.15rem;padding:.45rem .85rem;font-size:.62rem;font-weight:600;display:flex;box-shadow:0 0 24px #309af40f}.solutions-section__ops-item{align-items:center;gap:.35rem;display:inline-flex}.solutions-section__ops-sep{color:#309af459;font-weight:400}.solutions-section__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;margin-top:2.25rem;display:flex}.solutions-tabs{max-width:1100px;margin:0 auto}.solutions-tabs__list{-webkit-overflow-scrolling:touch;scrollbar-width:thin;background:#080c1499;border:1px solid #309af41f;border-radius:12px;flex-wrap:nowrap;justify-content:center;gap:.2rem;margin-bottom:1.15rem;padding:.35rem;display:flex;position:relative;overflow-x:auto}.solutions-tabs__glider{pointer-events:none;z-index:0;background:#309af424;border:1px solid #309af442;border-radius:8px;position:absolute;top:.35rem;bottom:.35rem;box-shadow:0 2px 18px #309af424,inset 0 1px #ffffff0a}.solutions-tabs__tab{z-index:1;white-space:nowrap;font-family:var(--font);color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;flex-shrink:0;padding:.55rem 1rem;font-size:.78rem;font-weight:500;transition:color .28s cubic-bezier(.22,1,.36,1);position:relative}.solutions-tabs__tab:hover,.solutions-tabs__tab--active{color:var(--text)}.solutions-tabs__tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.solutions-tabs__panel{position:relative}.solutions-showcase-panel{--solutions-visual-min-h:clamp(380px, 42vw, 540px);background:linear-gradient(165deg,#0e1420f5 0%,#080c14fc 100%);border:1px solid #309af429;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);align-items:stretch;gap:1.75rem 2rem;padding:1.75rem 1.85rem 1.65rem;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #309af40d,0 24px 64px #00000061,0 0 56px #309af412}.solutions-showcase-panel__glow{pointer-events:none;background:radial-gradient(70% 45% at 75% 15%,#309af41f 0%,#0000 60%);position:absolute;inset:0}.solutions-showcase-panel__copy{z-index:1;flex-direction:column;gap:0;min-width:0;display:flex;position:relative}.solutions-showcase-panel__badges{flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:1rem;display:flex}.solutions-showcase-panel__online{letter-spacing:.05em;text-transform:uppercase;color:#86efacf2;align-items:center;gap:.32rem;font-size:.58rem;font-weight:600;display:inline-flex}.solutions-showcase-panel__online-dot{background:#22c55e;border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite pulse-dot;box-shadow:0 0 8px #22c55e8c}.solutions-showcase-panel__title{letter-spacing:-.035em;color:var(--text);margin:0 0 .65rem;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:700;line-height:1.15}.solutions-showcase-panel__desc{color:var(--text-muted);max-width:28rem;margin:0 0 1.1rem;font-size:.88rem;line-height:1.65}.solutions-showcase-panel__bullets{flex-direction:column;gap:.45rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.solutions-showcase-panel__bullets li{color:#cbd5e1eb;padding-left:1rem;font-size:.82rem;line-height:1.45;position:relative}.solutions-showcase-panel__bullets li:before{content:"";background:var(--accent);border-radius:50%;width:4px;height:4px;position:absolute;top:.55em;left:0;box-shadow:0 0 6px #309af480}.solutions-showcase-panel__metrics{flex-wrap:wrap;gap:.55rem;margin-bottom:1.35rem;display:flex}.solutions-showcase-panel__metric{background:#309af40f;border:1px solid #309af424;border-radius:8px;flex-direction:column;gap:.1rem;min-width:4.5rem;padding:.5rem .65rem;display:flex;box-shadow:0 0 16px #309af40d}.solutions-showcase-panel__metric-value{color:#e2e8f0fa;letter-spacing:-.02em;font-size:.95rem;font-weight:700}.solutions-showcase-panel__metric-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);font-size:.58rem;font-weight:600}.solutions-showcase-panel__ctas{flex-wrap:wrap;gap:.6rem;margin-top:auto;padding-top:.25rem;display:flex}.solutions-showcase-panel__visual{z-index:1;min-height:var(--solutions-visual-min-h);align-items:stretch;width:100%;display:flex;position:relative}.solutions-showcase-panel__mockup-frame{width:100%;min-height:var(--solutions-visual-min-h);background:#060a12cc;border:1px solid #309af42e;border-radius:12px;flex-direction:column;flex:1;display:flex;overflow:hidden;box-shadow:0 8px 32px #0000004d,0 0 32px #309af414}.solutions-showcase-panel__mockup-bar{background:#0f172aa6;border-bottom:1px solid #309af41a;justify-content:space-between;align-items:center;gap:.65rem;padding:.45rem .65rem;display:flex}.solutions-showcase-panel__mockup-dots{gap:.3rem;display:flex}.solutions-showcase-panel__mockup-dots i{border-radius:50%;width:6px;height:6px;font-style:normal;display:block}.solutions-showcase-panel__mockup-dots i:first-child{background:#f8717180}.solutions-showcase-panel__mockup-dots i:nth-child(2){background:#fbbf2480}.solutions-showcase-panel__mockup-dots i:nth-child(3){background:#22c55e80}.solutions-showcase-panel__mockup-status{color:var(--text-dim);letter-spacing:.02em;text-align:right;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.52rem;font-weight:500;overflow:hidden}.solutions-showcase-panel__mockup-body{flex:1;min-height:0;padding:.65rem;display:flex}.solutions-showcase-panel__mockup-body .pillar-visual{width:100%;min-height:0;box-shadow:none;background:0 0;border:none;flex:1}.solutions-showcase-panel--stacked{--solutions-stacked-media-h:clamp(380px, 42vw, 540px);text-align:center;grid-template-columns:1fr;gap:1.35rem}.solutions-showcase-panel--stacked .solutions-showcase-panel__glow{background:radial-gradient(80% 50% at 50% 20%,#309af41f 0%,#0000 60%)}.solutions-showcase-panel__stacked-head{z-index:1;max-width:42rem;margin:0 auto;position:relative}.solutions-showcase-panel--stacked .solutions-showcase-panel__title{margin-bottom:.5rem}.solutions-showcase-panel--stacked .solutions-showcase-panel__desc{max-width:36rem;margin:0 auto}.solutions-showcase-panel__stacked-main{z-index:1;width:100%;max-width:1100px;margin:0 auto;position:relative}.solutions-showcase-panel__stacked-foot{z-index:1;position:relative}.solutions-showcase-panel--stacked .solutions-showcase-panel__ctas{justify-content:center;margin-top:0}.scraping-tab-library .scraping-showcase{gap:1.5rem}.scraping-tab-library{text-align:left;flex-direction:column;align-items:stretch;gap:0;width:100%;display:flex}.scraping-tab-library .scrapers-library__heading{text-align:left;margin-bottom:1.25rem}.scraping-tab-library__page{align-self:center}.solutions-showcase-panel--automation .solutions-showcase-panel__stacked-main,.solutions-showcase-panel--dashboards .solutions-showcase-panel__stacked-main{max-width:1100px}.solutions-ops-cards{text-align:left;width:100%}.solutions-ops-cards .ops-module__pulse{display:none}.ops-module--featured{background:linear-gradient(165deg,#0e1626eb 0%,#080e1afa 100%);border-color:#309af461;box-shadow:inset 0 0 0 1px #309af41f,0 12px 36px #00000052,0 0 40px #309af41a}.ops-module--featured .ops-module__glow{opacity:.55}.ops-module__featured-badge{z-index:2;letter-spacing:.05em;text-transform:uppercase;color:#bae6fdfa;background:#309af42e;border:1px solid #309af459;border-radius:999px;align-items:center;gap:.3rem;padding:.22rem .5rem;font-size:.58rem;font-weight:700;display:inline-flex;position:absolute;top:.65rem;right:.65rem;box-shadow:0 0 16px #309af433}.ops-module__featured-badge svg{color:#fbbf24;filter:drop-shadow(0 0 4px #fbbf2473)}.solutions-showcase-panel--websites{--solutions-stacked-media-h:clamp(440px, 52vw, 680px)}.solutions-showcase-panel--websites .solutions-showcase-panel__stacked-main{max-width:1180px}.solutions-showcase-panel--websites .solutions-websites-showcase{flex-direction:column;align-items:center;width:100%;display:flex}.solutions-websites-showcase__projects.results__pills{justify-content:center;width:100%;max-width:1180px;margin-bottom:1.25rem}.solutions-websites-showcase__hero{text-align:left;align-items:stretch;width:100%;max-width:1180px}.solutions-websites-showcase__hero .results__copy-aside{flex-direction:column;align-self:stretch;height:100%;margin-top:0;display:flex}.solutions-websites-showcase .results__copy{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.65rem;width:100%;min-height:100%;display:flex}@media (width>=900px){.solutions-websites-showcase .results__copy{text-align:left;align-items:flex-start}}.solutions-websites-showcase__meta{flex-shrink:0;justify-content:center;align-items:center;width:100%;min-height:0;margin:.15rem 0 .5rem}@media (width>=900px){.solutions-websites-showcase__meta{justify-content:flex-start;align-items:flex-start}}.solutions-websites-showcase .results__meta{align-items:center;min-height:0}@media (width>=900px){.solutions-websites-showcase .results__meta{align-items:flex-start}}.solutions-websites-showcase .results__type{letter-spacing:.06em;padding:.18rem .48rem;font-size:.58rem;font-weight:600}.solutions-websites-showcase .results__project-title{flex-shrink:0;min-height:0;margin-top:0;margin-bottom:0}.solutions-websites-showcase .results__project-desc{flex:auto;width:100%;max-width:36rem;min-height:0;margin:0}.solutions-websites-showcase__actions{grid-template-columns:var(--websites-action-view-w) var(--websites-action-order-w);--websites-action-view-w:minmax(0, 1fr);--websites-action-order-w:minmax(0, 1.15fr);flex-shrink:0;justify-content:center;align-self:center;place-items:center stretch;gap:.65rem;width:min(100%,22rem);max-width:100%;min-height:2.75rem;margin-top:auto;padding-top:1rem;display:grid}@media (width>=900px){.solutions-websites-showcase__actions{--websites-action-view-w:minmax(8.75rem, auto);--websites-action-order-w:minmax(11.25rem, auto);justify-content:start;align-self:stretch;width:max-content}}.solutions-websites-showcase__actions .results__link{margin:0}.solutions-websites-showcase__action-slot{justify-content:stretch;align-items:center;min-width:0;display:flex}.solutions-websites-showcase__action-slot--view{grid-column:1}.solutions-websites-showcase__action-slot--order{grid-column:2}.solutions-websites-showcase__action-btn{justify-content:center;width:100%}.solutions-websites-showcase__action-placeholder{visibility:hidden;pointer-events:none;border-color:#0000}.solutions-websites-showcase__preview{flex-direction:column;width:100%;min-width:0;height:100%;display:flex}.solutions-websites-showcase .results__preview-stage{justify-content:flex-start;align-items:flex-start;padding-top:0}.solutions-websites-showcase__projects .results__pill{gap:0}.solutions-websites-showcase__stage{justify-content:center;width:100%;display:flex}.solutions-websites-showcase__stage .device-mockup--browser-window{width:100%;max-width:min(100%,720px);margin:0 auto}.solutions-websites-showcase__stage .device-mockup__browser{background:#0a0f18;border:1px solid #309af438;border-radius:12px;flex-direction:column;width:100%;display:flex;overflow:hidden;box-shadow:0 20px 48px #0006,inset 0 0 0 1px #ffffff0a}.solutions-websites-showcase__stage .device-mockup__browser-bar{flex-shrink:0}.solutions-websites-showcase__stage .device-mockup__screen{aspect-ratio:16/10;width:100%;min-height:0}@media (width>=900px){.solutions-websites-showcase__stage .device-mockup--browser-window{max-width:min(100%,800px)}}@media (width>=1100px){.solutions-websites-showcase__stage .device-mockup--browser-window{max-width:min(100%,880px)}}.scraping-preview__all{align-self:flex-start}.pillar-visual--showcase{height:100%;min-height:0}.pillar-visual--showcase.pillar-visual--browser{flex-direction:column;min-height:0;display:flex}.pillar-visual--showcase.pillar-visual--browser .pillar-visual__browser-body{flex:1;min-height:0}.pillar-visual--showcase.pillar-visual--workflow .pillar-visual__dag{flex:1;max-width:100%;min-height:0}.pillar-visual--showcase.pillar-visual--admin .pillar-visual__admin-table{flex:1;min-height:0}.pillar-visual__sync-bar{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);background:#309af40f;border:1px solid #309af41f;border-radius:6px;align-items:center;gap:.35rem;margin-bottom:.65rem;padding:.4rem .5rem;font-size:.52rem;font-weight:600;display:flex}.pillar-visual__sync-line{background:linear-gradient(90deg,#309af459,#309af41a);flex:1;height:1px}.pillar-visual__logs{border-top:1px solid #309af41a;flex-direction:column;gap:.28rem;margin-top:.55rem;padding-top:.5rem;display:flex}.pillar-visual__log-line{color:#94a3b8e6;align-items:center;gap:.5rem;font-family:ui-monospace,monospace;font-size:.5rem;display:flex}.pillar-visual__log-ts{color:#64748bf2;flex-shrink:0}.pillar-visual__log-ok{color:#86eface6}.solutions-pillars{grid-template-rows:minmax(300px,auto) minmax(240px,auto);grid-template-columns:1.1fr 1fr;gap:1rem;max-width:1100px;margin:0 auto;display:grid}.solutions-pillar{min-height:0;position:relative}.solutions-pillar--websites{grid-area:1/1}.solutions-pillar--dashboards{grid-area:1/2}.solutions-pillar--scraping{grid-area:2/1}.solutions-pillar--automation{grid-area:2/2}.solutions-pillar__link{height:100%;color:inherit;background:linear-gradient(165deg,#0e1420f5 0%,#080c14fc 100%);border:1px solid #309af424;border-radius:16px;text-decoration:none;transition:border-color .35s cubic-bezier(.22,1,.36,1),transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1);display:block;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #309af40a,0 8px 32px #00000040}.solutions-pillar__glow{opacity:.35;pointer-events:none;background:radial-gradient(90% 55% at 50% 0,#309af424 0%,#0000 68%);transition:opacity .35s;position:absolute;inset:0}.solutions-pillar__border-glow{border-radius:inherit;-webkit-mask-composite:xor;opacity:.5;pointer-events:none;background:linear-gradient(160deg,#309af440,#0000 45% 55%,#309af41f);padding:1px;transition:opacity .35s;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.solutions-pillar__link:hover{border-color:#309af452;transform:translateY(-3px);box-shadow:0 22px 52px #00000061,0 0 48px #309af41c}.solutions-pillar__link:hover .solutions-pillar__glow{opacity:1}.solutions-pillar__link:hover .solutions-pillar__border-glow{opacity:.9}.solutions-pillar__link:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.solutions-pillar__content{z-index:1;flex-direction:column;gap:1rem;height:100%;padding:1.35rem 1.4rem 1.25rem;display:flex;position:relative}.solutions-pillar--large .solutions-pillar__content{gap:1.1rem;padding:1.5rem 1.5rem 1.35rem}.solutions-pillar__copy-head{margin-bottom:.15rem}.pillar-ops-badge{letter-spacing:.06em;text-transform:uppercase;color:#bad7ffe6;background:#0f172abf;border:1px solid #309af429;border-radius:4px;align-items:center;gap:.32rem;padding:.22rem .5rem;font-size:.58rem;font-weight:600;display:inline-flex;box-shadow:0 0 12px #309af414}.pillar-ops-badge__dot{background:#22c55e;border-radius:50%;width:5px;height:5px;animation:2.2s ease-in-out infinite pulse-dot;box-shadow:0 0 8px #22c55e8c}.solutions-pillar__title{letter-spacing:-.03em;color:var(--text);margin:0 0 .45rem;font-size:clamp(1rem,1.8vw,1.15rem);font-weight:700;line-height:1.2}.solutions-pillar--large .solutions-pillar__title{font-size:clamp(1.08rem,2vw,1.28rem)}.solutions-pillar__desc{color:var(--text-muted);max-width:34rem;margin:0;font-size:.8rem;line-height:1.55}.solutions-pillar__visual-wrap{flex:1;align-items:stretch;min-height:8.5rem;display:flex}.solutions-pillar--large .solutions-pillar__visual-wrap{min-height:12.5rem}.solutions-pillar--medium .solutions-pillar__visual-wrap{min-height:7.25rem}.pillar-visual{background:#060a12b8;border:1px solid #309af424;border-radius:10px;width:100%;overflow:hidden;box-shadow:inset 0 0 0 1px #309af40d,0 4px 24px #0003,0 0 20px #309af40d}.pillar-visual--browser{flex-direction:column;height:100%;display:flex}.pillar-visual__chrome{background:#0f172aa6;border-bottom:1px solid #309af41a;align-items:center;gap:.35rem;padding:.4rem .6rem;display:flex}.pillar-visual__dot{border-radius:50%;width:6px;height:6px}.pillar-visual__dot:first-child{background:#f8717180}.pillar-visual__dot:nth-child(2){background:#fbbf2480}.pillar-visual__dot:nth-child(3){background:#22c55e80}.pillar-visual__url{color:#94a3b8e6;margin-left:.35rem;font-size:.56rem}.pillar-visual__browser-body{flex:1;gap:.45rem;min-height:9rem;padding:.5rem;display:flex}.pillar-visual--compact .pillar-visual__browser-body{min-height:6.5rem}.pillar-visual__sidebar{background:#080c1480;border-right:1px solid #309af41a;flex-direction:column;flex-shrink:0;gap:.22rem;width:4.5rem;padding:.2rem;display:flex}.pillar-visual__nav-item{color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;border-radius:4px;padding:.28rem .35rem;font-size:.5rem;font-weight:500;overflow:hidden}.pillar-visual__nav-item--active{color:#bad7fff2;background:#309af426;border:1px solid #309af433}.pillar-visual__main{flex-direction:column;flex:1;gap:.4rem;min-width:0;display:flex}.pillar-visual__kpi-row{grid-template-columns:repeat(3,1fr);gap:.35rem;display:grid}.pillar-visual__kpi{background:#309af40f;border:1px solid #309af41f;border-radius:6px;padding:.35rem .4rem}.pillar-visual__kpi-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.15rem;font-size:.48rem;display:block}.pillar-visual__kpi-value{color:#e2e8f0f2;font-size:.62rem;font-weight:700}.pillar-visual__dash-grid{flex:1;grid-template-columns:1.2fr 1fr;gap:.4rem;min-height:0;display:grid}.pillar-visual__chart-panel,.pillar-visual__table-panel{background:#0f172a73;border:1px solid #309af41a;border-radius:6px;flex-direction:column;gap:.35rem;padding:.4rem .45rem;display:flex}.pillar-visual__panel-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);font-size:.48rem;font-weight:600}.pillar-visual__chart{flex:1;align-items:flex-end;gap:.25rem;min-height:3rem;display:flex}.pillar-visual__bar{transform-origin:bottom;background:linear-gradient(#309af480 0%,#309af424 100%);border-radius:3px 3px 0 0;flex:1;height:100%;min-height:1.5rem}.pillar-visual__mini-table-head,.pillar-visual__mini-table-row{grid-template-columns:1fr auto;align-items:center;gap:.35rem;font-size:.5rem;display:grid}.pillar-visual__mini-table-head{color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #309af414;padding-bottom:.2rem}.pillar-visual__mini-table-row{color:#cbd5e1e6}.pillar-visual__pill{text-transform:uppercase;letter-spacing:.04em;border-radius:3px;padding:.12rem .35rem;font-size:.46rem;font-weight:600;display:inline-block}.pillar-visual__pill.pill--ok{color:#86efacf2;background:#22c55e26;border:1px solid #22c55e4d}.pillar-visual--pipeline{flex-direction:column;height:100%;padding:.75rem .85rem;display:flex}.pillar-visual__pipeline-header{justify-content:space-between;align-items:baseline;margin-bottom:.55rem;display:flex}.pillar-visual__pipeline-title{text-transform:uppercase;letter-spacing:.06em;color:#bad7ffe6;font-size:.56rem;font-weight:600}.pillar-visual__pipeline-meta{color:var(--text-dim);font-size:.5rem}.pillar-visual__source-list{flex-direction:column;flex:1;gap:.38rem;margin:0;padding:0;list-style:none;display:flex}.pillar-visual__source-item{background:#309af40a;border:1px solid #309af41a;border-radius:6px;justify-content:space-between;align-items:center;padding:.38rem .45rem;display:flex}.pillar-visual__source-name{color:#e2e8f0f2;font-size:.62rem;font-weight:600}.pillar-visual__source-status{letter-spacing:.03em;text-transform:uppercase;color:#94a3b8f2;align-items:center;gap:.3rem;font-size:.5rem;font-weight:600;display:inline-flex}.pillar-visual__source-dot{background:#22c55e;border-radius:50%;width:5px;height:5px;box-shadow:0 0 6px #22c55e80}.pillar-visual__source-status--running .pillar-visual__source-dot{animation:1.8s ease-in-out infinite pulse-dot}.pillar-visual__pipeline-footer{border-top:1px solid #309af41a;gap:1rem;margin-top:.55rem;padding-top:.5rem;display:flex}.pillar-visual__pipeline-stat{color:var(--text-dim);font-size:.5rem}.pillar-visual__pipeline-stat strong{color:#bad7fff2;font-weight:700}.pillar-visual--workflow{flex-direction:column;height:100%;padding:.7rem .8rem;display:flex}.pillar-visual__workflow-status{letter-spacing:.05em;text-transform:uppercase;color:#94a3b8f2;align-items:center;gap:.35rem;margin-bottom:.5rem;font-size:.56rem;font-weight:600;display:inline-flex}.pillar-visual__status-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-dot;box-shadow:0 0 10px #22c55e8c}.pillar-visual__dag{flex:1;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;gap:.25rem;min-height:6.5rem;display:grid;position:relative}.pillar-visual__dag-lines{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.pillar-visual__dag-node{z-index:1;background:#0f172acc;border:1px solid #309af433;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;padding:.35rem .3rem;display:flex;position:relative;box-shadow:0 2px 12px #0003}.pillar-visual__dag-node--ai{background:#309af41f;border-color:#309af461;box-shadow:0 0 16px #309af426}.pillar-visual__dag-node--pulse{animation:2.8s ease-in-out infinite pillar-dag-pulse}@keyframes pillar-dag-pulse{0%,to{box-shadow:0 2px 12px #0003}50%{box-shadow:0 0 18px #309af438}}.pillar-visual__dag-node-icon{background:#309af459;border-radius:3px;width:.65rem;height:.65rem}.pillar-visual__dag-node-label{color:#cbd5e1f2;white-space:nowrap;font-size:.48rem;font-weight:600}.pillar-visual--admin{flex-direction:column;height:100%;padding:.65rem .75rem;display:flex}.pillar-visual__admin-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.pillar-visual__admin-title{text-transform:uppercase;letter-spacing:.06em;color:#bad7ffe6;font-size:.56rem;font-weight:600}.pillar-visual__admin-metrics{gap:.65rem;display:flex}.pillar-visual__admin-metric{color:var(--text-dim);font-size:.5rem}.pillar-visual__admin-metric em{color:#e2e8f0f2;font-style:normal;font-weight:700}.pillar-visual__admin-table{flex:1;min-height:0}.pillar-visual__admin-head,.pillar-visual__admin-row{grid-template-columns:1.1fr .75fr .55fr .55fr;align-items:center;gap:.4rem;font-size:.5rem;display:grid}.pillar-visual__admin-head{text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);border-bottom:1px solid #309af41f;margin-bottom:.3rem;padding-bottom:.35rem;font-weight:600}.pillar-visual__admin-row{color:#cbd5e1e6;border-bottom:1px solid #309af40f;padding:.28rem 0}.pillar-visual__admin-row:last-child{border-bottom:none}.solutions__subtitle{max-width:640px;margin-left:auto;margin-right:auto}.solutions{max-width:1100px;margin:0 auto}.solutions__pills{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#309af459 transparent;background:#080c148c;border:1px solid #309af41a;border-radius:12px;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.25rem;width:100%;max-width:100%;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:.35rem;display:flex;position:relative;overflow-x:auto}.solutions__pill-glider{pointer-events:none;z-index:0;background:#309af41f;border:1px solid #309af438;border-radius:8px;position:absolute;top:.35rem;bottom:.35rem;box-shadow:0 2px 16px #309af41f,inset 0 1px #ffffff0a}.solutions__pills::-webkit-scrollbar{height:4px}.solutions__pills::-webkit-scrollbar-thumb{background:#309af459;border-radius:999px}.solutions__pill{z-index:1;white-space:nowrap;font-family:var(--font);letter-spacing:.01em;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;flex-shrink:0;align-items:center;gap:.45rem;padding:.55rem .95rem;font-size:.78rem;font-weight:500;transition:color .28s cubic-bezier(.22,1,.36,1),transform .2s;display:inline-flex;position:relative}.solutions__pill-dot{background:0 0;border-radius:50%;width:5px;height:5px;transition:background .25s,box-shadow .25s}.solutions__pill:hover{color:var(--text)}.solutions__pill--active{color:var(--text);box-shadow:none;background:0 0;border-color:#0000}.solutions__pill--active .solutions__pill-dot{background:var(--accent);box-shadow:0 0 8px #309af499}.solutions__pill:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.solutions__panel{background:linear-gradient(160deg,#111827eb 0%,#0a101cfa 100%);border:1px solid #309af424;border-radius:20px;overflow:clip;box-shadow:inset 0 0 0 1px #309af40a,0 32px 80px #0006,0 0 120px #309af40d}.solutions__panel-inner{flex-direction:column;gap:1.75rem;padding:2rem 2.25rem 2.25rem;display:flex}.solutions__header{max-width:640px}.solutions__header--centered{text-align:center;max-width:100%;margin-left:auto;margin-right:auto}.solutions__header--centered .solutions__desc,.solutions__header--centered .solutions__header-cta{margin-left:auto;margin-right:auto}.solutions__header-cta{color:var(--text);background:linear-gradient(135deg,#309af440 0%,#309af41f 100%);border:1px solid #309af459;border-radius:10px;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:gap .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 4px 24px #309af426}.solutions__header-cta:hover{border-color:#309af480;gap:.65rem;transform:translateY(-1px);box-shadow:0 8px 32px #309af440}.solutions__headline{color:var(--text);letter-spacing:-.03em;margin-bottom:.65rem;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.25}.solutions__header--centered .solutions__headline--solo{max-width:44rem;margin-bottom:0;font-size:clamp(1.2rem,2.8vw,1.7rem);font-weight:600;line-height:1.4}.solutions__desc{color:var(--text-muted);max-width:560px;font-size:.9rem;line-height:1.7}.solutions__metrics{flex-wrap:wrap;gap:.65rem;display:flex}.solutions__metric{background:#309af40a;border:1px solid #309af41a;border-radius:10px;flex-direction:column;gap:.15rem;min-width:110px;padding:.65rem 1rem;transition:border-color .25s,box-shadow .25s;display:flex}.solutions__metric--accent{background:#309af414;border-color:#309af447;box-shadow:0 0 24px #309af41a}.solutions__metric-value{color:var(--accent);letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.solutions__metric-label{color:var(--text-dim);text-transform:lowercase;font-size:.7rem}.solutions__visual{position:relative}.solutions__visual--collection{margin-top:0}.solutions__showcases-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin-bottom:.75rem;font-size:.65rem;font-weight:600;display:block}.solutions__showcases-grid{grid-template-columns:repeat(3,1fr);gap:.65rem;display:grid}.solutions__showcase-card{background:#080c1499;border:1px solid #309af41a;border-radius:10px;padding:.85rem 1rem;transition:border-color .2s,transform .2s}.solutions__showcase-card:hover{border-color:#309af440;transform:translateY(-1px)}.solutions__showcase-title{color:var(--text);margin-bottom:.25rem;font-size:.82rem;font-weight:600;display:block}.solutions__showcase-context{color:var(--text-dim);font-size:.7rem;display:block}.solutions__footer{padding-top:.25rem}.solutions__cta{color:var(--accent);align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:gap .2s,color .2s;display:inline-flex}.solutions__cta:hover{color:var(--accent-2);gap:.6rem}.showcase-cards{flex-direction:column;gap:.65rem;display:flex}.showcase-cards--data{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.showcase-card{background:#309af408;border:1px solid #309af41a;border-radius:10px;padding:1rem 1.1rem;transition:border-color .2s,box-shadow .2s}.showcase-card:hover{border-color:#309af438;box-shadow:0 4px 20px #309af414}.showcase-card--wide{width:100%}.showcase-card--pipeline .data-pipeline,.showcase-card--ops .data-ops-panel{margin:0}.data-pipeline{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;display:grid}.data-pipeline__sources{flex-direction:column;gap:.4rem;display:flex}.data-pipeline__source{color:var(--text-muted);background:#309af40f;border:1px solid #309af41f;border-radius:6px;align-items:center;gap:.4rem;padding:.35rem .5rem;font-size:.68rem;font-weight:600;display:flex}.data-pipeline__source-dot{background:var(--accent);border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite pulse-dot}.data-pipeline__flow{flex-direction:column;align-items:center;gap:.35rem;display:flex}.data-pipeline__line{background:linear-gradient(180deg, transparent, var(--accent), transparent);width:2px;height:20px;animation:1.5s linear infinite flow-vertical}.data-pipeline__hub{color:var(--accent);background:#309af41f;border:1px solid #309af459;border-radius:8px;padding:.4rem .55rem;font-size:.65rem;font-weight:700;box-shadow:0 0 16px #309af433}.data-pipeline__dest-label{color:var(--accent);margin-bottom:.35rem;font-size:.65rem;font-weight:600;display:block}.data-pipeline__dest-rows{flex-direction:column;gap:.3rem;display:flex}.data-pipeline__dest-rows span{background:#309af433;border-radius:3px;height:6px}.data-pipeline__dest-rows span:first-child{width:100%}.data-pipeline__dest-rows span:nth-child(2){width:80%}.data-pipeline__dest-rows span:nth-child(3){width:55%}.data-ops-panel__kpis{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:.75rem;display:grid}.data-ops-panel__kpi{text-align:center;background:#309af40d;border:1px solid #309af41a;border-radius:8px;padding:.5rem}.data-ops-panel__kpi--accent{background:#309af41a;border-color:#309af440}.data-ops-panel__kpi-val{color:var(--accent);font-size:.8rem;font-weight:700;display:block}.data-ops-panel__kpi-val.live{color:#22c55e;font-size:.65rem}.data-ops-panel__kpi-lbl{color:var(--text-dim);font-size:.58rem}.data-ops-panel__spark{align-items:flex-end;gap:4px;height:56px;display:flex}.data-ops-panel__bar{height:var(--h,50%);background:linear-gradient(180deg, var(--accent), #309af44d);transform-origin:bottom;border-radius:3px 3px 0 0;flex:1;min-height:8px;animation:2.4s ease-in-out infinite bar-pulse}.data-ops-panel__bar:nth-child(odd){animation-delay:.15s}.dash-mock__kpis{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem;display:grid}.dash-mock__kpi{background:#309af40d;border:1px solid #309af41a;border-radius:8px;padding:.55rem .5rem;position:relative}.dash-mock__kpi-val{color:var(--text);font-size:.85rem;font-weight:700;display:block}.dash-mock__kpi-lbl{color:var(--text-dim);font-size:.58rem}.dash-mock__kpi-trend{color:#22c55e;font-size:.6rem;position:absolute;top:.4rem;right:.4rem}.dash-mock__charts{grid-template-columns:1.4fr 1fr;gap:.75rem;margin-bottom:.85rem;display:grid}.dash-mock__chart--area{background:#309af40a;border:1px solid #309af414;border-radius:8px;height:72px;overflow:hidden}.dash-mock__chart--area svg{width:100%;height:100%}.dash-mock__chart--bars{background:#309af40a;border:1px solid #309af414;border-radius:8px;align-items:flex-end;gap:3px;height:72px;padding:.5rem;display:flex}.dash-mock__bar{height:var(--h,50%);background:var(--accent);opacity:.85;border-radius:2px 2px 0 0;flex:1;min-height:6px;animation:2.2s ease-in-out infinite bar-pulse}.dash-mock__table{flex-direction:column;gap:.4rem;display:flex}.dash-mock__row{grid-template-columns:72px 1fr 36px;align-items:center;gap:.5rem;font-size:.65rem;display:grid}.dash-mock__row-name{color:var(--text-muted)}.dash-mock__row-bar{background:linear-gradient(90deg, var(--accent), #309af44d);border-radius:3px;height:5px}.dash-mock__row-val{text-align:right;color:var(--accent);font-weight:600}.flow-mock{min-height:200px;position:relative}.flow-mock__lines{width:100%;height:100%;position:absolute;inset:0}.flow-mock__edge{fill:none;stroke:#309af433;stroke-width:.4px;stroke-dasharray:2 1}.flow-mock__edge--active{stroke:var(--accent);stroke-dasharray:none;animation:2s linear infinite edge-flow}.flow-mock__node{flex-direction:column;align-items:center;gap:.25rem;display:flex;position:absolute;transform:translate(-50%,-50%)}.flow-mock__node-icon{background:#309af414;border:1px solid #309af433;border-radius:10px;width:36px;height:36px;transition:border-color .3s,box-shadow .3s}.flow-mock__node--active .flow-mock__node-icon{background:#309af426;border-color:#309af480;animation:2s ease-in-out infinite node-glow;box-shadow:0 0 20px #309af44d}.flow-mock__node-label{color:var(--text-dim);font-size:.6rem;font-weight:500}.flow-mock__status{color:var(--text-dim);align-items:center;gap:.4rem;font-size:.65rem;display:flex;position:absolute;bottom:0;left:0}.flow-mock__status-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite pulse-dot}.scraping-showcase{flex-direction:column;gap:1.5rem;display:flex}.data-solutions-showcase .scrapers-grid-wrap,.automation-solutions-showcase .scrapers-grid-wrap,.platform-solutions-showcase .scrapers-grid-wrap{min-height:0}.ops-modules-wrap{position:relative}.ops-modules-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:.75rem;display:grid}.ops-module{background:#0a101cbf;border:1px solid #309af41a;border-radius:12px;flex-direction:column;height:100%;min-height:10.5rem;padding:1.1rem 1.15rem 1.15rem;transition:border-color .3s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden}.ops-module__glow{opacity:0;pointer-events:none;background:radial-gradient(at 50% 0,#309af41f 0%,#0000 70%);height:60%;transition:opacity .35s;position:absolute;inset:-40% -20% auto}.ops-module:hover{border-color:#309af447;transform:translateY(-2px);box-shadow:0 16px 40px #0000004d,0 0 32px #309af414}.ops-module:hover .ops-module__glow{opacity:1}.ops-module__head{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;display:flex}.ops-module__logo{letter-spacing:.04em;color:#fff;background:color-mix(in srgb, var(--brand) 88%, #0a1020);border:1px solid color-mix(in srgb, var(--brand) 50%, transparent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2.1rem;height:2.1rem;font-size:.62rem;font-weight:700;display:flex}.ops-module__title{color:var(--text);letter-spacing:-.02em;margin:0 0 .35rem;font-size:.88rem;font-weight:600;line-height:1.3}.ops-module__tag{color:#309af4bf;letter-spacing:.03em;margin:0 0 .5rem;font-size:.68rem;font-weight:500;line-height:1.45}.ops-module__detail{color:var(--text-muted);-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:1;margin:0;font-size:.78rem;line-height:1.55;display:-webkit-box;overflow:hidden}.ops-module__pulse{background:#309af480;border-radius:50%;width:6px;height:6px;animation:2.8s ease-in-out infinite ops-pulse;position:absolute;bottom:.85rem;right:.85rem;box-shadow:0 0 #309af466}@keyframes ops-pulse{0%,to{opacity:.5;box-shadow:0 0 #309af459}50%{opacity:1;box-shadow:0 0 0 6px #309af400}}.ops-badge{letter-spacing:.05em;text-transform:uppercase;color:#94a3b8f2;background:#0f172acc;border:1px solid #309af41f;border-radius:4px;flex-shrink:0;align-items:center;gap:.3rem;padding:.2rem .45rem;font-size:.58rem;font-weight:600;display:inline-flex}.ops-badge__dot{background:#22c55e;border-radius:50%;width:5px;height:5px;animation:2.2s ease-in-out infinite pulse-dot;box-shadow:0 0 6px #22c55e80}.scraper-card--ops{background:#0a101cb3}.scraper-card--ops:hover{border-color:#309af452;box-shadow:0 14px 36px #00000047,0 0 28px #309af41a}.scraper-card__status--ops{flex-direction:column;align-items:flex-end;gap:.35rem}.scraping-cta--ops{letter-spacing:.01em;font-weight:600}.solutions-tech{text-align:center;background:linear-gradient(#309af414 0%,#309af405 100%);border:1px solid #309af438;border-radius:14px;margin-top:.25rem;padding:1.15rem 1.25rem 1.25rem;box-shadow:0 0 32px #309af41f,inset 0 1px #ffffff0a}.solutions-tech__label{letter-spacing:.06em;text-transform:uppercase;color:#bad7fff2;margin-bottom:.65rem;font-size:.78rem;font-weight:700;display:block}.solutions-tech__stack{color:#e2e8f0eb;letter-spacing:.02em;margin:0;font-size:.88rem;font-weight:500;line-height:1.65}.scraper-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem 2.25rem;margin-bottom:1.35rem;display:flex}.scraper-filters{flex-wrap:wrap;flex:auto;align-items:center;gap:.55rem;min-width:0;display:flex}.scraper-filter{letter-spacing:.01em;color:#94a3b8f2;cursor:pointer;background:#0f172a73;border:1px solid #94a3b824;border-radius:8px;align-items:center;gap:.35rem;padding:.38rem .62rem;font-size:.72rem;font-weight:500;transition:color .22s,border-color .22s,background .22s,transform .22s,box-shadow .22s;display:inline-flex}.scraper-filter:hover{color:var(--text);background:#1e293b8c;border-color:#94a3b847}.scraper-filter--active{color:var(--text);background:#309af41a;border-color:#309af461;box-shadow:inset 0 -2px #309af4bf,0 0 20px #309af414}.scraper-filter:focus-visible{outline-offset:2px;outline:2px solid #309af48c}.scraper-filter__count{font-variant-numeric:tabular-nums;color:#94a3b8a6;text-align:center;min-width:1.1rem;font-size:.62rem;font-weight:600;transition:color .22s}.scraper-filter--active .scraper-filter__count{color:#309af4e6}.scraper-toolbar__actions{flex-wrap:wrap;flex:0 auto;justify-content:flex-end;align-items:center;gap:.65rem;margin-left:auto;display:flex}.scraper-toolbar__order{white-space:nowrap;flex-shrink:0}.scraper-search{flex:0 13.5rem;min-width:min(100%,10.5rem);position:relative}.scraper-search__icon{color:#94a3b88c;pointer-events:none;transition:color .22s;position:absolute;top:50%;left:.65rem;transform:translateY(-50%)}.scraper-search:focus-within .scraper-search__icon{color:#309af4bf}.scraper-search__input{width:100%;color:var(--text);background:#080c168c;border:1px solid #94a3b829;border-radius:10px;padding:.48rem 2rem .48rem 2.05rem;font-family:inherit;font-size:.78rem;transition:border-color .22s,box-shadow .22s,background .22s}.scraper-search__input::placeholder{color:#94a3b873}.scraper-search__input:hover{border-color:#94a3b842}.scraper-search__input:focus{background:#0c1220bf;border-color:#309af46b;outline:none;box-shadow:0 0 0 3px #309af41a}.scraper-search__clear{color:#94a3b8a6;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;transition:color .2s,background .2s;display:flex;position:absolute;top:50%;right:.35rem;transform:translateY(-50%)}.scraper-search__clear:hover{color:var(--text);background:#94a3b81f}.scraper-empty{text-align:center;color:#94a3b8d9;letter-spacing:.01em;margin:2rem 0;font-size:.88rem}.scraping-grid-section__title{color:var(--text);text-align:center;letter-spacing:-.02em;margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.scraping-grid-section{--scrapers-card-h:13.25rem}.scrapers-grid-wrap{min-height:calc(2 * var(--scrapers-card-h) + .75rem);position:relative}.scrapers-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2, var(--scrapers-card-h));align-items:stretch;gap:.75rem;display:grid}.scrapers-pagination{justify-content:center;align-items:center;gap:1rem;margin-top:1.35rem;padding-top:.25rem;display:flex}.scrapers-pagination__arrow{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:#309af40f;border:1px solid #309af433;border-radius:10px;justify-content:center;align-items:center;transition:border-color .2s,color .2s,background .2s,opacity .2s;display:flex}.scrapers-pagination__arrow:hover:not(:disabled){color:var(--accent);background:#309af41f;border-color:#309af466}.scrapers-pagination__arrow:disabled{opacity:.35;cursor:not-allowed}.scrapers-pagination__dots{align-items:center;gap:.45rem;display:flex}.scrapers-pagination__dot{cursor:pointer;background:#309af433;border:none;border-radius:999px;width:8px;height:8px;padding:0;transition:width .25s,background .25s,box-shadow .25s}.scrapers-pagination__dot:hover{background:#309af466}.scrapers-pagination__dot--active{background:var(--accent);width:24px;box-shadow:0 0 12px #309af473}.scraper-card{height:100%;min-height:0;color:inherit;cursor:pointer;background:#309af408;border:1px solid #309af41a;border-radius:12px;flex-direction:column;padding:1.1rem 1.15rem;text-decoration:none;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex;overflow:hidden}.scraper-card:hover{border-color:#309af447;transform:translateY(-2px);box-shadow:0 12px 32px #00000040,0 0 24px #309af414}.scraper-card--placeholder{visibility:hidden;pointer-events:none;box-shadow:none;background:0 0;border-color:#0000}.scraper-card--static{cursor:default}.scraper-card--unavailable{text-align:left;width:100%;font:inherit;appearance:none;cursor:pointer}.scraper-card--solution.scraper-card--static{overflow:visible}.scraper-card--static:hover{box-shadow:none;border-color:#309af41a;transform:none}.scraper-card--ops.scraper-card--static:hover{border-color:#309af447;transform:translateY(-2px);box-shadow:0 14px 36px #00000047,0 0 28px #309af41a}.scraper-modal{z-index:200;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.scraper-modal__backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#040810b8;border:0;position:absolute;inset:0}.scraper-modal__panel{z-index:1;background:linear-gradient(165deg,#121a2e 0%,#0a0f18 100%);border:1px solid #309af438;border-radius:16px;width:min(100%,28rem);padding:1.75rem 1.65rem 1.5rem;position:relative;box-shadow:0 24px 64px #00000073,0 0 40px #309af41a}.scraper-modal__close{width:2rem;height:2rem;color:var(--text-dim);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:color .2s,background .2s;display:flex;position:absolute;top:.85rem;right:.85rem}.scraper-modal__close:hover{color:var(--text);background:#309af41a}.scraper-modal__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 .35rem;font-size:.68rem;font-weight:700}.scraper-modal__heading{letter-spacing:-.03em;margin:0 2rem .75rem 0;font-size:1.35rem;font-weight:800;line-height:1.25}.scraper-modal__lead{color:var(--text-muted);margin:0 0 .85rem;font-size:.95rem;line-height:1.65}.scraper-modal__lead strong{color:var(--text);font-weight:700}.scraper-modal__body{color:var(--text-dim);margin:0 0 1.35rem;font-size:.9rem;line-height:1.65}.scraper-modal__actions{flex-wrap:wrap;gap:.65rem;display:flex}.scraper-modal__btn{flex:auto;justify-content:center;min-width:min(100%,9.5rem)}.scraper-card__head{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.65rem;margin-bottom:.75rem;display:flex}.scraper-card__logo{color:#fff;background:var(--brand,var(--accent));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.72rem;font-weight:800;display:flex;box-shadow:0 4px 14px #00000040}.scraper-card__logo--light{color:#0f172a}.scraper-card__logo--img{box-shadow:none;background:0 0;border:none;padding:0;overflow:hidden}.scraper-card__logo-img{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.scraper-card__status{flex-shrink:0;justify-content:flex-end;align-items:flex-start;max-width:calc(100% - 3rem);display:flex}.scraper-card__apify-row{align-items:center;gap:.35rem;max-width:100%;display:inline-flex}.scraper-card__apify-logo{object-fit:contain;flex-shrink:0;width:auto;max-width:56px;height:14px;display:block}.scraper-card__badge{text-transform:uppercase;letter-spacing:.04em;text-align:center;border-radius:4px;flex-shrink:0;padding:.22rem .5rem;font-size:.5rem;font-weight:700;line-height:1.3}.scraper-card__badge--apify{white-space:nowrap;color:#22c55e;background:#22c55e1f;border:1px solid #22c55e40}.scraper-card__badge--custom{white-space:nowrap;color:var(--accent);background:#309af41a;border:1px solid #309af438}.scraper-card__api{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-shrink:0;margin-bottom:.45rem;font-size:.88rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.scraper-card__detail{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:auto;min-height:0;font-size:.72rem;line-height:1.55;display:-webkit-box;overflow:hidden}.scraping-showcase__footer{flex-direction:column;align-items:center;gap:1.25rem;padding-top:.5rem;display:flex}.scraping-tech{text-align:center}.scraping-tech__title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.65rem;font-size:.72rem;font-weight:600;display:block}.scraping-tech__list{flex-wrap:wrap;justify-content:center;gap:.45rem;display:flex}.scraping-tech__item{color:var(--text-muted);background:#309af40f;border:1px solid #309af424;border-radius:8px;padding:.35rem .75rem;font-size:.78rem;font-weight:500;transition:color .2s,border-color .2s}.scraping-tech__item:hover{color:var(--accent);border-color:#309af44d}.scraping-cta{color:var(--text);background:linear-gradient(135deg,#309af440 0%,#309af41f 100%);border:1px solid #309af459;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:gap .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 4px 24px #309af426}.scraping-cta:hover{border-color:#309af480;gap:.65rem;transform:translateY(-1px);box-shadow:0 8px 32px #309af440}.connectors-grid{grid-template-columns:repeat(4,1fr);gap:.55rem;display:grid}.connector-card{background:#309af408;border:1px solid #309af41a;border-radius:10px;padding:.75rem;transition:border-color .2s,box-shadow .2s;position:relative;overflow:hidden}.connector-card:hover{border-color:#309af447;box-shadow:0 4px 20px #309af41a}.connector-card__head{justify-content:space-between;align-items:center;margin-bottom:.45rem;display:flex}.connector-card__logo{width:28px;height:28px;color:var(--accent);background:#309af41f;border:1px solid #309af433;border-radius:7px;justify-content:center;align-items:center;font-size:.62rem;font-weight:700;display:flex}.connector-card__badge{text-transform:uppercase;letter-spacing:.04em;text-align:center;border-radius:4px;max-width:72px;padding:.15rem .35rem;font-size:.5rem;font-weight:600;line-height:1.2}.connector-card__badge--public{color:#22c55e;background:#22c55e1f;border:1px solid #22c55e40}.connector-card__badge--client{color:var(--accent);background:#309af41a;border:1px solid #309af438}.connector-card__badge--private{color:#a78bfa;background:#a78bfa1a;border:1px solid #a78bfa38}.connector-card__name{color:var(--text);margin-bottom:.15rem;font-size:.72rem;font-weight:600;display:block}.connector-card__desc{color:var(--text-dim);font-size:.58rem;line-height:1.35}.connector-card__pulse{opacity:0;background:#22c55e;border-radius:50%;width:4px;height:4px;animation:3s ease-in-out infinite pulse-dot;position:absolute;top:.75rem;right:.75rem}.connector-card:hover .connector-card__pulse{opacity:1}.platform-tabs{flex-wrap:wrap;gap:.35rem;margin-bottom:1rem;display:flex}.platform-tabs__btn{font-family:var(--font);color:var(--text-dim);cursor:pointer;background:0 0;border:1px solid #309af41a;border-radius:999px;padding:.35rem .75rem;font-size:.72rem;font-weight:500;transition:color .2s,border-color .2s,background .2s}.platform-tabs__btn:hover{color:var(--text-muted);border-color:#309af433}.platform-tabs__btn--active{color:var(--text);background:#309af41a;border-color:#309af447}.platform-preview{grid-template-columns:1fr 140px;align-items:start;gap:1rem;display:grid}.showcase-cards--platform{gap:.75rem}.showcase-cards--platform .platform-tabs{margin-bottom:0}.platform-preview__desktop{padding:0;overflow:hidden}.platform-preview__desktop-body{min-height:180px;padding:.75rem;display:flex}.platform-preview__sidebar{background:#309af408;border-right:1px solid #309af414;flex-direction:column;gap:.35rem;width:72px;padding:.65rem .4rem;display:flex}.platform-preview__nav-item{color:var(--text-dim);border-radius:4px;padding:.25rem .35rem;font-size:.55rem}.platform-preview__nav-item:first-child{color:var(--accent);background:#309af41a}.platform-preview__main{flex-direction:column;flex:1;gap:.5rem;padding:.75rem;display:flex}.platform-preview__header{flex-direction:column;gap:.2rem;display:flex}.platform-preview__cat{color:var(--accent);text-transform:uppercase;letter-spacing:.06em;font-size:.6rem;font-weight:600}.platform-preview__title{color:var(--text);font-size:.75rem;font-weight:600}.platform-preview__cards{grid-template-columns:repeat(3,1fr);gap:.35rem;display:grid}.platform-preview__cards span{background:#309af414;border:1px solid #309af41f;border-radius:6px;height:32px}.platform-preview__table-row{align-items:center;gap:.4rem;display:flex}.platform-preview__table-row span:first-child{background:#309af44d;border-radius:50%;flex-shrink:0;width:8px;height:8px}.platform-preview__table-row span:nth-child(2){background:#309af426;border-radius:3px;flex:1;height:5px}.platform-preview__table-row span:last-child{background:#309af433;border-radius:3px;width:24px;height:5px}.platform-preview__mobile{padding:.75rem}.platform-preview__mobile-title{color:var(--text);margin-bottom:.45rem;padding:0 .25rem;font-size:.6rem;font-weight:600;display:block}.platform-preview__mobile-cards{grid-template-columns:1fr 1fr;gap:.3rem;margin-bottom:.45rem;padding:0 .25rem;display:grid}.platform-preview__mobile-cards span{background:#309af41a;border:1px solid #309af426;border-radius:5px;height:28px}.platform-preview__mobile-list{flex-direction:column;gap:.3rem;padding:0 .25rem;display:flex}.platform-preview__mobile-list span{background:#309af426;border-radius:3px;height:5px}.platform-preview__mobile-list span:first-child{width:90%}.platform-preview__mobile-list span:nth-child(2){width:70%}.platform-preview__mobile-list span:nth-child(3){width:55%}.platform-sectors{flex-wrap:wrap;gap:.4rem;margin-top:.85rem;display:flex}.platform-sectors__tag{color:var(--text-muted);background:#309af40f;border:1px solid #309af41f;border-radius:6px;padding:.25rem .6rem;font-size:.68rem}@keyframes bar-pulse{0%,to{opacity:.8;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.05)}}@keyframes pulse-dot{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@keyframes flow-vertical{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@keyframes edge-flow{0%{stroke-dashoffset:8px}to{stroke-dashoffset:0}}@keyframes node-glow{0%,to{box-shadow:0 0 12px #309af433}50%{box-shadow:0 0 24px #309af466}}@media (width<=900px){.solutions-showcase-panel{--solutions-visual-min-h:clamp(340px, 58vw, 480px);grid-template-columns:1fr;gap:1.35rem;padding:1.35rem 1.25rem 1.25rem}.solutions-showcase-panel--stacked{--solutions-stacked-media-h:clamp(340px, 58vw, 480px)}.solutions-showcase-panel--websites{--solutions-stacked-media-h:clamp(380px, 68vw, 560px)}.solutions-tabs__tab{padding:.5rem .75rem;font-size:.72rem}.solutions-pillars{grid-template-rows:auto;grid-template-columns:1fr}.solutions-pillar--websites,.solutions-pillar--dashboards,.solutions-pillar--scraping,.solutions-pillar--automation{grid-area:auto}.showcase-cards--data{grid-template-columns:1fr}.ops-modules-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.servico-capabilities{grid-template-columns:repeat(2,1fr)}.scraper-toolbar{flex-direction:column;align-items:stretch;gap:1.1rem;margin-bottom:1.5rem}.scraper-toolbar__actions{flex-direction:column;align-items:stretch;width:100%;margin-left:0}.scraper-toolbar__order{justify-content:center;width:100%}.scraper-search{flex:auto;width:100%;max-width:none}.scrapers-grid-wrap{min-height:calc(4 * var(--scrapers-card-h) + 3 * .75rem)}.scrapers-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4, var(--scrapers-card-h))}.connectors-grid{grid-template-columns:repeat(2,1fr)}.solutions__showcases-grid,.platform-preview{grid-template-columns:1fr}}@media (width<=640px){.solutions__pills{border-radius:14px;justify-content:flex-start;width:100%;padding:.4rem .5rem}.solutions__pill{padding:.5rem .75rem;font-size:.72rem}.solutions__panel-inner{gap:1.35rem;padding:1.35rem 1.15rem 1.5rem}.solutions__headline{font-size:1.1rem}.solutions__header-cta{justify-content:center;width:100%;margin-top:1rem}.data-pipeline{text-align:center;grid-template-columns:1fr}.data-pipeline__flow{flex-direction:row}.data-pipeline__line{background:linear-gradient(90deg, transparent, var(--accent), transparent);width:24px;height:2px}.dash-mock__charts,.ops-modules-grid{grid-template-columns:1fr}.solutions-section__title{font-size:1.65rem}.solutions-pillars{grid-template-rows:auto;grid-template-columns:1fr}.solutions-pillar--websites,.solutions-pillar--dashboards,.solutions-pillar--scraping,.solutions-pillar--automation{grid-area:auto}.pillar-visual__dash-grid{grid-template-columns:1fr}.pillar-visual__admin-head,.pillar-visual__admin-row{grid-template-columns:1fr .8fr;font-size:.48rem}.pillar-visual__admin-head span:nth-child(n+3),.pillar-visual__admin-row span:nth-child(n+3){display:none}.solutions-showcase-panel__title{font-size:1.2rem}.solutions-showcase-panel__ctas{flex-direction:column}.solutions-showcase-panel__ctas .btn{justify-content:center;width:100%}.solutions-section__actions{flex-direction:column;align-items:stretch}.solutions-section__actions .btn{justify-content:center;width:100%}.servico-capabilities{grid-template-columns:1fr}.scrapers-grid-wrap{min-height:calc(8 * var(--scrapers-card-h) + 7 * .75rem)}.scrapers-grid{grid-template-columns:1fr;grid-template-rows:repeat(8, var(--scrapers-card-h))}}.service-icon{flex-shrink:0;display:block}.tags{flex-wrap:wrap;gap:.4rem;display:flex}.tag{color:var(--accent);letter-spacing:.02em;background:#309af41a;border:1px solid #309af433;border-radius:4px;padding:.2rem .55rem;font-size:.72rem;font-weight:500}.tag--lg{border-radius:6px;padding:.3rem .75rem;font-size:.8rem}.projects__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.project-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.75rem;padding:1.5rem;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex}.project-card:hover{border-color:#309af466;transform:translateY(-3px);box-shadow:0 6px 24px #309af41a}.project-card__header{justify-content:space-between;align-items:center;display:flex}.project-card__type{color:var(--accent-2);letter-spacing:.04em;text-transform:uppercase;background:#309af41a;border:1px solid #309af433;border-radius:4px;padding:.15rem .55rem;font-size:.72rem;font-weight:600}.project-card__name{color:var(--text);font-size:1rem;font-weight:700}.project-card__desc{color:var(--text-muted);flex:1;font-size:.85rem;line-height:1.65}.project-card__link{color:var(--accent);align-items:center;gap:.35rem;margin-top:auto;padding-top:.25rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:gap .15s;display:inline-flex}.project-card__link:hover{gap:.55rem}.service-card--link{cursor:pointer;flex-direction:column;text-decoration:none;display:flex}.service-card__cta{color:var(--accent);align-items:center;gap:.4rem;margin-top:auto;padding-top:1rem;font-size:.82rem;font-weight:600;transition:gap .15s;display:inline-flex}.service-card--link:hover .service-card__cta{gap:.65rem}.scraping__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-bottom:2.5rem;display:grid}.scraping-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:.9rem;padding:1.1rem 1.25rem;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex}.scraping-card:hover{border-color:#309af466;transform:translateY(-2px);box-shadow:0 6px 24px #309af414}.scraping-card__icon{width:2.25rem;height:2.25rem;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.scraping-card__title{color:var(--text);font-size:.9rem;font-weight:600;line-height:1.4}.scraping__metrics{border-top:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;padding-top:.5rem;display:grid}.metric-card{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;align-items:center;gap:.35rem;padding:1.5rem 1rem;transition:border-color .25s;display:flex}.metric-card:hover{border-color:#309af459}.metric-card__value{color:var(--accent);letter-spacing:-.02em;font-size:clamp(1.5rem,3vw,1.85rem);font-weight:800;line-height:1.1}.metric-card__label{color:var(--text-muted);max-width:12rem;font-size:.78rem;line-height:1.4}.about__inner{grid-template-columns:minmax(260px,300px) 1fr;align-items:stretch;gap:3rem;display:grid}.section__title--left{text-align:left}.about__photo-wrap{flex-shrink:0;min-height:0;display:flex}.about__photo{border-radius:var(--radius);object-fit:cover;object-position:top center;border:2px solid var(--border);width:100%;height:100%;min-height:320px;box-shadow:0 0 48px var(--accent-glow);display:block}.about__p{color:var(--text-muted);margin-bottom:.75rem;font-size:.95rem;line-height:1.75}.about__bottom{flex-wrap:wrap;align-items:center;gap:2rem;margin-top:1.5rem;display:flex}.companies{border-top:1px solid var(--border);text-align:center;margin-top:4rem;padding-top:3rem}.companies__label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-dim);margin-bottom:2.5rem;font-size:.72rem;font-weight:600}.companies__logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:3.5rem;display:flex}.company-logo{opacity:.9;justify-content:center;align-items:center;display:flex}.company-logo img{object-fit:contain;width:140px;height:40px}.company-logo__name{color:var(--text);letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.company-logo__role{color:var(--text-dim);margin-top:.15rem;font-size:.72rem;font-weight:400;display:block}.btn--sm{padding:.45rem 1rem;font-size:.82rem}.scrapers-page{min-height:100vh}.scrapers-hero{padding:9rem 1.5rem 1.5rem;position:relative;overflow:hidden}.scrapers-hero__inner{max-width:820px;margin:0 auto;position:relative}.scrapers-hero__title{letter-spacing:-.03em;text-align:center;background:linear-gradient(135deg, #f8fafc 40%, var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(1.65rem,3.5vw,2.6rem);font-weight:800}.scrapers-hero__intro{color:var(--text-muted);text-align:center;margin-bottom:2rem;font-size:1.02rem;line-height:1.75}.scrapers-advantages-section{padding-top:2.5rem;padding-bottom:2.5rem}.scrapers-advantages__title{letter-spacing:-.02em;color:var(--text);text-align:center;margin-bottom:1.75rem;font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:700}.scrapers-advantages__grid{grid-template-columns:repeat(5,1fr);gap:1rem;margin:0;padding:0;list-style:none;display:grid}.scrapers-advantages__card{border-radius:var(--radius);background:#111827a6;border:1px solid #309af424;margin:0;padding:1.25rem 1.15rem;transition:border-color .25s,box-shadow .25s,transform .25s}.scrapers-advantages__card:hover{border-color:#309af452;transform:translateY(-3px);box-shadow:0 12px 40px #309af41a}.scrapers-advantages__card-title{color:var(--text);margin:0 0 .55rem;font-size:.9rem;font-weight:700;line-height:1.35}.scrapers-advantages__card-desc{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.65}@media (width<=1100px){.scrapers-advantages__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=720px){.scrapers-advantages__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.scrapers-advantages__grid{grid-template-columns:1fr}}.scrapers-page__cta{justify-content:center;width:100%;max-width:22rem}.scrapers-library{padding-top:0;padding-bottom:2.5rem}.scrapers-library__heading{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem;font-size:.72rem;font-weight:600}.scrapers-library .scraping-showcase{margin-top:0}.scrapers-footer-cta{padding-top:0;padding-bottom:5rem}.scrapers-footer-cta__inner{border-top:1px solid #309af41a;justify-content:center;padding-top:1.5rem;display:flex}.servico-page{min-height:100vh}.servico-hero{text-align:center;padding:9rem 1.5rem 5rem;position:relative;overflow:hidden}.servico-hero__inner{max-width:760px;margin:0 auto;position:relative}.servico-back{color:var(--text-muted);align-items:center;gap:.35rem;margin-bottom:2rem;font-size:.85rem;text-decoration:none;transition:color .2s;display:inline-flex}.servico-back:hover{color:var(--accent)}.servico-hero__icon{width:4rem;height:4rem;color:var(--accent);border-radius:var(--radius);background:#309af414;border:1px solid #309af433;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:inline-flex}.servico-hero__title{background:linear-gradient(135deg, #f8fafc 40%, var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:clamp(1.8rem,4vw,3rem);font-weight:800}.servico-hero__tagline{color:var(--accent);margin-bottom:1.25rem;font-size:1.1rem;font-weight:600}.servico-hero__desc{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1rem;line-height:1.75}.servico-content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.servico-section-title{color:var(--text);margin-bottom:1.5rem;font-size:1.15rem;font-weight:700}.bullets{flex-direction:column;gap:.75rem;list-style:none;display:flex}.bullet{color:var(--text-muted);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.6;display:flex}.bullet__icon{color:var(--accent);flex-shrink:0;margin-top:.05rem;font-weight:700}.servico-projects__grid{flex-direction:column;gap:1rem;display:flex}.servico-section-title--center{text-align:center;margin-bottom:2rem}.servico-capabilities{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.servico-capability{background:#309af408;border:1px solid #309af41a;border-radius:12px;gap:1rem;padding:1.15rem 1.2rem;scroll-margin-top:6rem;transition:border-color .3s,box-shadow .3s,background .3s;display:flex}.servico-capability--highlight{background:#309af414;border-color:#309af473;box-shadow:0 0 0 1px #309af433,0 12px 32px #309af41f}.servico-capability__logo{color:#fff;background:var(--brand,var(--accent));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.72rem;font-weight:800;display:flex;box-shadow:0 4px 14px #00000040}.servico-capability__body{min-width:0}.servico-capability__tag{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin-bottom:.35rem;font-size:.65rem;font-weight:700;display:block}.servico-capability__title{color:var(--text);margin-bottom:.4rem;font-size:.95rem;font-weight:700;line-height:1.3}.servico-capability__detail{color:var(--text-muted);margin:0;font-size:.8rem;line-height:1.55}.project-card__context{color:var(--accent);margin-bottom:.35rem;font-size:.75rem;font-weight:600}.not-found{min-height:60vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.stack__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}.stack__category-label{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.8rem;font-weight:700}.section--results{padding-top:7rem;padding-bottom:7rem;position:relative;overflow:hidden visible}.results__glow{pointer-events:none;filter:blur(40px);background:radial-gradient(#309af41a 0%,#0000 70%);width:min(520px,70vw);height:420px;position:absolute;top:10%;right:-8%}.results__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem;font-size:.7rem;font-weight:700}.results__subtitle{max-width:640px;margin-left:auto;margin-right:auto}.results{max-width:1100px;margin:0 auto}.results__pills{flex-wrap:wrap;justify-content:center;gap:.4rem;margin-bottom:2.5rem;padding:.35rem .5rem;display:flex}.results__pill{font-family:var(--font);color:var(--text-muted);cursor:pointer;background:#080c1480;border:1px solid #309af414;border-radius:999px;align-items:center;gap:.45rem;padding:.55rem 1rem;font-size:.82rem;font-weight:500;transition:color .25s,border-color .25s,background .25s,box-shadow .25s;display:inline-flex}.results__pill-dot{background:0 0;border-radius:50%;width:5px;height:5px;transition:background .25s,box-shadow .25s}.results__pill:hover{color:var(--text);border-color:#309af433}.results__pill--active{color:var(--text);background:#309af414;border-color:#309af440;box-shadow:0 0 24px #309af41f}.results__hero{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (width>=900px){.results__hero{grid-template-columns:minmax(0,1.2fr) minmax(260px,.75fr);align-items:start;gap:2.5rem 3rem}}.results__preview{flex-direction:column;align-items:center;gap:1.25rem;min-width:0;display:flex;position:relative;overflow:visible}.results__device-toggle{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#080c14eb;border:1px solid #309af426;border-radius:999px;flex-shrink:0;align-self:center;gap:.35rem;padding:.3rem;display:inline-flex;position:relative}.results__device-btn{color:var(--text-dim);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:.5rem .65rem;font-size:.72rem;font-weight:600;transition:color .2s,background .2s,box-shadow .2s;display:inline-flex}.results__device-btn:hover{color:var(--text);background:#309af414}.results__device-btn--active{color:var(--text);background:#309af424;box-shadow:0 0 20px #309af41f}.results__preview-stage{z-index:1;justify-content:center;align-items:center;width:100%;padding:.25rem 0 .5rem;display:flex;position:relative;overflow:visible}@media (width>=900px){.results__preview-stage{min-height:clamp(300px,32vw,440px)}}.results__preview-mockup{z-index:1;transform-origin:50%;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.results__preview-mockup--desktop{max-width:100%}.results__preview-mockup .device-mockup--desktop{width:100%;max-width:100%}@media (width>=900px){.results__preview-mockup .device-mockup--desktop{max-width:min(100%,720px)}}@media (width>=1280px){.results__preview-mockup .device-mockup--desktop{max-width:min(100%,780px)}}.results__preview-mockup--mobile{width:100%;max-width:none}.results__preview-mockup--mobile .device-mockup--mobile{flex:none;width:fit-content;margin:0 auto;position:relative;bottom:auto;right:auto;transform:none}.results__copy-aside{width:100%}@media (width>=900px){.results__copy-aside{align-self:start;min-height:clamp(300px,32vw,440px);margin-top:4.25rem;display:block}}.results__copy{text-align:center;grid-template-rows:2.25rem auto 1fr 2.75rem;align-content:start;width:100%;min-height:100%;display:grid}@media (width>=900px){.results__copy{text-align:left}}.results__meta{justify-content:center;align-items:center;min-height:2.25rem;margin:0;display:flex}@media (width>=900px){.results__meta{justify-content:flex-start}}.results__type{letter-spacing:.1em;text-transform:uppercase;border:1px solid;border-radius:999px;padding:.35rem .65rem;font-size:.68rem;font-weight:700;display:inline-block}.results__project-title{letter-spacing:-.03em;min-height:2.35rem;margin:0 0 1rem;font-size:clamp(1.35rem,2.5vw,1.85rem);font-weight:800;line-height:1.2}.results__project-desc{color:var(--text-muted);margin:0;font-size:.98rem;line-height:1.75}.results__actions{justify-content:center;align-items:flex-start;min-height:2.75rem;display:flex}@media (width>=900px){.results__actions{justify-content:flex-start}}.results__link{align-items:center;gap:.45rem;margin:0;display:inline-flex}.device-mockup--desktop{z-index:1;flex:1;width:100%;max-width:100%}.results .device-mockup--mobile{z-index:1;position:relative;bottom:auto;right:auto;transform:none}.device-mockup__monitor{flex-direction:column;align-items:center;display:flex}.device-mockup__bezel{background:linear-gradient(145deg,#1a2236 0%,#0d1424 100%);border:1px solid #309af426;border-radius:14px 14px 4px 4px;width:100%;padding:.5rem .5rem .65rem;box-shadow:0 20px 50px #00000073,inset 0 0 0 1px #ffffff08}.device-mockup--browser-window{width:100%}.device-mockup--browser-window .device-mockup__browser{border:1px solid #309af42e;border-radius:12px;box-shadow:0 16px 40px #00000059}.device-mockup__browser{background:#0a0f18;border-radius:8px;overflow:hidden}.device-mockup__browser-bar{background:#080c14e6;border-bottom:1px solid #309af414;align-items:center;gap:.35rem;padding:.45rem .65rem;display:flex}.device-mockup__dot{background:#94a3b840;border-radius:50%;width:7px;height:7px}.device-mockup__dot:first-child{opacity:.85;background:#ef4444}.device-mockup__dot:nth-child(2){opacity:.85;background:#eab308}.device-mockup__dot:nth-child(3){opacity:.85;background:#22c55e}.device-mockup__url{color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;background:#309af40f;border-radius:4px;flex:1;margin-left:.35rem;padding:.2rem .5rem;font-size:.62rem;overflow:hidden}.device-mockup__screen{aspect-ratio:16/10;background:#000;min-height:160px;overflow:hidden}@media (width>=1024px){.device-mockup__screen{min-height:clamp(260px,24vw,380px)}.results__preview .device-mockup__screen{min-height:0}}@media (width>=1280px){.device-mockup__screen{min-height:clamp(300px,26vw,420px)}.results__preview .device-mockup__screen{min-height:0}}.results__preview .device-mockup--desktop .device-mockup__screen,.device-mockup--desktop .device-mockup__screen{aspect-ratio:16/10;height:auto;min-height:0}@media (width>=1024px){.device-mockup--desktop .device-mockup__screen,.results__preview .device-mockup--desktop .device-mockup__screen{min-height:0}}.device-mockup__screen--placeholder{background:radial-gradient(ellipse 80% 60% at 50% 0%, color-mix(in srgb, var(--mockup-accent) 22%, transparent), transparent), linear-gradient(180deg, #0d1424 0%, #080c14 100%);justify-content:center;align-items:center;display:flex}.device-mockup__img,.device-mockup__video:not(.device-mockup__video--scaled){object-fit:fill;object-position:center;width:100%;height:100%;display:block}.device-mockup__screen--video{background:#000;position:relative}.device-mockup__screen--video .device-mockup__video-scaler,.device-mockup__screen--video .device-mockup__video:not(.device-mockup__video--scaled){position:absolute;inset:0}.device-mockup__video-scaler{background:#000;overflow:hidden}.device-mockup__video--scaled{transform-origin:0 0;max-width:none;display:block;position:absolute;top:0;left:0}.device-mockup__screen--embed{background:#0a0f18;position:relative}.device-mockup__embed-scaler{background:#0a0f18;width:100%;height:100%;position:relative;overflow:hidden}.device-mockup__embed-scaler--contain,.device-mockup__embed-scaler--cover,.device-mockup__embed-scaler--fill,.device-mockup--mobile .device-mockup__screen--embed,.device-mockup--mobile .device-mockup__embed-scaler--cover{background:#000}.device-mockup__embed--scaled,.device-mockup__embed--desktop-viewport,.device-mockup__embed--mobile-viewport{transform-origin:0 0;background:#000;border:0;position:absolute;top:0;left:0}.device-mockup__stand{flex-direction:column;align-items:center;margin-top:.35rem;display:flex}.device-mockup__neck{background:linear-gradient(#1a2236,#111827);border-radius:2px 2px 0 0;width:48px;height:18px}.device-mockup__base{background:#1a2236;border-radius:0 0 4px 4px;width:88px;height:6px;box-shadow:0 4px 12px #00000059}.device-mockup__phone{background:linear-gradient(160deg,#1e293b 0%,#0f172a 100%);border:2px solid #309af433;border-radius:32px;width:200px;padding:.6rem .55rem .7rem;box-shadow:0 20px 48px #00000080,inset 0 0 0 1px #ffffff0a}@media (width>=1024px){.device-mockup__phone{width:220px}}@media (width>=1280px){.device-mockup__phone{width:240px}}.device-mockup__phone-notch{background:#080c14;border-radius:999px;width:64px;height:7px;margin:0 auto .45rem}.device-mockup--mobile .device-mockup__screen{aspect-ratio:9/16;border-radius:18px;min-height:0}.device-mockup--mobile-slim .device-mockup__phone{flex-direction:column;padding-bottom:.5rem;display:flex}.device-mockup--mobile-slim .device-mockup__phone-notch{width:2.6rem;height:.32rem;margin-bottom:.35rem}.device-mockup__phone-home{background:#94a3b833;border-radius:999px;width:52px;height:4px;margin:.45rem auto 0}.results-placeholder{text-align:center;flex-direction:column;align-items:center;gap:.35rem;padding:1rem;display:flex}.results-placeholder__abbr{letter-spacing:.08em;font-size:1.1rem;font-weight:800}.results-placeholder__label{color:var(--text-dim);max-width:8rem;font-size:.62rem;line-height:1.4}@media (width<=899px){.results__hero{gap:1.75rem}}@media (width<=520px){.device-mockup__phone{width:168px}}.contact__inner{text-align:center;max-width:600px;margin:0 auto}.contact__sub{color:var(--text-muted);margin-top:-1.5rem;margin-bottom:2.5rem;font-size:1rem;line-height:1.7}.contact__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.section--contact{border-top:1px solid #309af41f;padding:8rem 1.5rem 9rem;position:relative;overflow:hidden}.contact-cta__glow{pointer-events:none;filter:blur(48px);background:radial-gradient(#309af41f 0%,#0000 68%);width:min(640px,80vw);height:380px;position:absolute;bottom:-30%;left:-5%}.contact-cta{z-index:1;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080c148c;border:1px solid #309af41f;border-radius:16px;max-width:760px;padding:2.5rem 2.75rem;position:relative;box-shadow:inset 0 0 0 1px #ffffff05,0 24px 64px #00000059}.contact-cta__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 1.25rem;font-size:.7rem;font-weight:700}.contact-cta__title{letter-spacing:-.04em;color:var(--text);max-width:20em;margin:0 0 1.5rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.15}.contact-cta__lead{color:var(--text-muted);max-width:56ch;margin:0 0 2.75rem;font-size:clamp(1rem,1.55vw,1.1rem);line-height:1.8}.contact-cta__help{background:#309af408;border:1px solid #309af41a;border-radius:12px;margin-bottom:2.75rem;padding:1.5rem 1.65rem;transition:border-color .35s,box-shadow .35s}.contact-cta__help:hover{border-color:#309af433;box-shadow:0 0 32px #309af414}.contact-cta__help-title{letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin:0 0 1.15rem;font-size:.7rem;font-weight:700}.contact-cta__help-grid{grid-template-columns:1fr 1fr;gap:.85rem 1.75rem;margin:0;padding:0;list-style:none;display:grid}.contact-cta__help-grid li{color:var(--text-muted);align-items:flex-start;gap:.6rem;font-size:.9rem;font-weight:500;line-height:1.5;display:flex}.contact-cta__help-mark{background:var(--accent);border-radius:1px;flex-shrink:0;width:6px;height:6px;margin-top:.48em;box-shadow:0 0 10px #309af473}.contact-cta__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.contact-cta__actions .btn{transition:transform .22s,box-shadow .28s,border-color .22s}.contact-cta__actions .btn:hover{transform:translateY(-2px)}.contact-cta__actions .btn--primary:hover{box-shadow:0 10px 32px #309af461}.contact-cta__footnote{margin:1.75rem 0 0;font-size:.85rem}.contact-cta__footnote a{color:var(--text-dim);text-decoration:none;transition:color .2s}.contact-cta__footnote a:hover{color:var(--accent)}.footer{background:linear-gradient(#080c1466 0%,#080c14eb 45%,#060a12fa 100%);border-top:1px solid #309af41f;margin-top:0;padding:3.5rem 0 2rem;position:relative}.footer__glow{pointer-events:none;background:radial-gradient(55% 80% at 50% 100%,#309af41a,#0000 70%);position:absolute;inset:0}.footer__inner{z-index:1;position:relative}.footer__top{border-bottom:1px solid #94a3b81a;grid-template-columns:1.35fr repeat(3,minmax(0,1fr));gap:2.5rem 2rem;padding-bottom:2.25rem;display:grid}.footer__brand{flex-direction:column;align-items:flex-start;gap:.85rem;max-width:18rem;display:flex}.footer__logo{letter-spacing:-.02em;color:var(--text);font-size:1.05rem;font-weight:700;text-decoration:none;transition:color .2s}.footer__logo:hover{color:var(--accent)}.footer__tagline{color:var(--text-muted);margin:0;font-size:.84rem;line-height:1.55}.footer__cta{margin-top:.15rem}.footer__col-title{letter-spacing:.08em;text-transform:uppercase;color:#bad7ffd9;margin:0 0 .85rem;font-size:.72rem;font-weight:700}.footer__links{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer__link{color:var(--text-muted);font-size:.84rem;line-height:1.45;text-decoration:none;transition:color .2s,transform .2s}.footer__link:hover{color:var(--text)}.footer__link--accent:hover{color:var(--accent)}.footer__bottom{text-align:center;padding-top:1.5rem}.footer__copy{color:var(--text-dim);letter-spacing:.01em;margin:0;font-size:.78rem}@media (width<=900px){.footer__top{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}.footer__brand{grid-column:1/-1;max-width:none}}@media (width<=520px){.footer{padding:2.75rem 0 1.75rem}.footer__top{grid-template-columns:1fr;gap:1.75rem}}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (width<=920px){.contact-cta{padding:2rem 1.75rem}.contact-cta__help-grid{grid-template-columns:1fr}.contact-cta__title{max-width:none}}@media (width<=700px){.navbar__links{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#080c14f7;flex-direction:column;align-items:flex-start;gap:.25rem;padding:1rem 1.5rem 1.5rem;display:none;position:fixed;top:80px;left:0;right:0}.navbar__links--open,.navbar__hamburger{display:flex}.navbar__logo-img{max-width:62vw;height:50px}}.scraper-product-page{min-height:100vh}.scraper-product-hero{padding:7.5rem 0 4.5rem;position:relative;overflow:hidden}.scraper-product-hero:before{content:"";pointer-events:none;background:radial-gradient(70% 55% at 20% 20%,#309af41f,#0000 65%);position:absolute;inset:0}.scraper-product-hero__inner{z-index:1;position:relative}.scraper-product-hero__grid{grid-template-columns:minmax(200px,280px) 1fr;align-items:center;gap:3rem;margin-top:.5rem;display:grid}.scraper-product-hero__visual{justify-content:center;display:flex}.scraper-product-hero__logo{--brand:var(--accent);aspect-ratio:1;background:linear-gradient(145deg, color-mix(in srgb, var(--brand) 22%, #0d1424), #080c14);border:1px solid color-mix(in srgb, var(--brand) 35%, transparent);width:min(100%,240px);box-shadow:0 0 60px color-mix(in srgb, var(--brand) 25%, transparent);color:var(--brand);letter-spacing:-.04em;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;font-size:2.75rem;font-weight:800;display:flex}.scraper-product-hero__logo--light{color:#0f172a;background:linear-gradient(145deg, color-mix(in srgb, var(--brand) 88%, #fff), color-mix(in srgb, var(--brand) 65%, #f8fafc))}.scraper-product-hero__logo-name{letter-spacing:.14em;text-transform:uppercase;opacity:.85;font-size:.72rem;font-weight:700}.scraper-product-hero__logo--img{box-shadow:none;background:0 0;border:none;padding:0;overflow:hidden}.scraper-product-hero__logo-img{object-fit:cover;width:100%;height:100%;display:block}.scraper-product-badge{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:#309af414;border:1px solid #309af440;border-radius:100px;margin-bottom:1rem;padding:.35rem .75rem;font-size:.68rem;font-weight:700;display:inline-block}.scraper-product-hero__title{letter-spacing:-.04em;color:var(--text);margin-bottom:1rem;font-size:clamp(1.85rem,4vw,2.75rem);font-weight:800;line-height:1.12}.scraper-product-hero__desc{color:var(--text-muted);max-width:54ch;margin-bottom:1.75rem;font-size:1.02rem;line-height:1.75}.scraper-product-hero__actions{width:100%;max-width:40rem;margin-bottom:1rem}.scraper-product-hero__cta-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,13.5rem),1fr));align-items:start;gap:1rem 1.25rem;display:grid}.scraper-product-hero__cta-col{flex-direction:column;align-items:stretch;gap:.45rem;min-width:0;display:flex}.scraper-product-hero__cta-col .btn{justify-content:center;width:100%}.scraper-product-hero__cta-hint{color:var(--text-dim);margin:0;font-size:.8rem;line-height:1.45}.scraper-product-hero__note{color:var(--text-dim);border-top:1px solid #309af41a;max-width:52ch;margin:0;padding-top:.5rem;font-size:.85rem;line-height:1.6}.scraper-product-section-title{letter-spacing:-.03em;color:var(--text);margin-bottom:1.25rem;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:700}.scraper-product-section-title--center{text-align:center}.scraper-product-overview{grid-template-columns:1fr minmax(240px,320px);align-items:start;gap:3rem;display:grid}.scraper-product-overview__p{color:var(--text-muted);margin:0 0 1rem;font-size:.95rem;line-height:1.8}.scraper-product-overview__p:last-child{margin-bottom:0}.scraper-product-highlights{border-radius:var(--radius);background:#309af40d;border:1px solid #309af42e;padding:1.5rem;box-shadow:0 0 40px #309af40f}.scraper-product-highlights__title{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin:0 0 1rem;font-size:.72rem;font-weight:700}.scraper-product-highlights__list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.scraper-product-highlights__list li{color:var(--text-muted);align-items:flex-start;gap:.55rem;font-size:.88rem;line-height:1.5;display:flex}.scraper-product-highlights__list li:before{content:"";background:var(--accent);border-radius:1px;flex-shrink:0;width:5px;height:5px;margin-top:.55em;box-shadow:0 0 8px #309af473}.scraper-product-apify{flex-direction:column;gap:2.5rem;display:flex}.scraper-product-apify__block{flex-direction:column;gap:1rem;min-width:0;display:flex}.scraper-product-apify__bullets{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.scraper-product-apify__bullets li{color:var(--text-muted);align-items:flex-start;gap:.6rem;font-size:.92rem;line-height:1.65;display:flex}.scraper-product-apify__bullets li:before{content:"›";color:var(--accent);flex-shrink:0;font-weight:700}.scraper-product-apify__io{grid-template-columns:1fr 1fr;align-items:start;gap:1.25rem;display:grid}.scraper-product-apify__io-block{flex-direction:column;gap:.65rem;min-width:0;display:flex}.scraper-product-apify__io-title{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin:0;font-size:.75rem;font-weight:700}.scraper-product-apify__code{border-radius:var(--radius-sm);color:#cbd5e1;background:#060a12;border:1px solid #309af426;max-height:min(360px,50vh);margin:0;padding:1rem 1.1rem;font-size:.76rem;line-height:1.55;overflow:auto}.scraper-product-apify__code code{white-space:pre;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;display:block}.scraper-product-apify__table-wrap{-webkit-overflow-scrolling:touch;border-radius:var(--radius);background:#080c1499;border:1px solid #309af426;overflow-x:auto}.scraper-product-apify__table{border-collapse:collapse;width:100%;min-width:480px;font-size:.86rem}.scraper-product-apify__table th,.scraper-product-apify__table td{text-align:left;vertical-align:top;border-bottom:1px solid #309af41a;padding:.75rem 1rem}.scraper-product-apify__table th{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);background:#309af40f;font-size:.72rem;font-weight:700}.scraper-product-apify__table td{color:var(--text-muted);line-height:1.55}.scraper-product-apify__table td code{color:var(--text);word-break:break-all;background:#309af414;border-radius:4px;padding:.15rem .35rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem}.scraper-product-apify__table tr:last-child td{border-bottom:none}.scraper-product-apify__notes{color:var(--text-dim);margin:0;font-size:.88rem;line-height:1.65}.scraper-product-apify__notes strong{color:var(--text-muted)}.scraper-product-value{max-width:920px;margin:0 auto}.scraper-product-value__intro{text-align:center;color:var(--text-muted);max-width:58ch;margin:0 auto 2.5rem;font-size:1rem;line-height:1.75}.scraper-product-value__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.scraper-product-value__card{border-radius:var(--radius);background:#111827a6;border:1px solid #309af424;padding:1.5rem;transition:border-color .25s,box-shadow .25s,transform .25s}.scraper-product-value__card:hover{border-color:#309af452;transform:translateY(-3px);box-shadow:0 12px 40px #309af41a}.scraper-product-value__card h3{color:var(--text);margin:0 0 .65rem;font-size:1rem;font-weight:700}.scraper-product-value__card p{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.65}.scraper-product-footer-cta{border-radius:var(--radius);background:linear-gradient(135deg,#309af40f,#080c1466);border:1px solid #309af429;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.scraper-product-footer-cta--split{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.scraper-product-footer-cta__block{flex-direction:column;align-items:flex-start;gap:.85rem;display:flex}.scraper-product-footer-cta__block--accent{border-radius:var(--radius-sm);background:#309af414;border:1px solid #309af438;padding:1.5rem}.scraper-product-footer-cta__title{letter-spacing:-.03em;color:var(--text);margin:0;font-size:1.35rem;font-weight:700}.scraper-product-footer-cta__desc{color:var(--text-muted);max-width:42ch;margin:0;font-size:.92rem;line-height:1.65}.scraper-product-footer-cta__actions{flex-wrap:wrap;gap:1rem;display:flex}.scraper-product-back-wrap{padding:2rem 1.5rem 4rem}@media (width<=960px){.scraper-product-hero__grid{text-align:center;grid-template-columns:1fr;gap:2rem}.scraper-product-hero__visual{order:-1}.scraper-product-hero__content{flex-direction:column;align-items:center;display:flex}.scraper-product-hero__desc,.scraper-product-hero__note{max-width:none}.scraper-product-hero__actions{max-width:22rem;margin-left:auto;margin-right:auto}.scraper-product-hero__cta-grid{grid-template-columns:1fr}.scraper-product-hero__cta-hint{text-align:center}.scraper-product-overview{grid-template-columns:1fr;gap:2rem}.scraper-product-apify__io,.scraper-product-value__grid,.scraper-product-footer-cta--split{grid-template-columns:1fr}}@media (width<=640px){.scraper-product-hero{padding:6.5rem 0 3rem}.scraper-product-hero__logo{width:min(100%,200px);font-size:2.25rem}.scraper-product-highlights,.scraper-product-footer-cta,.scraper-product-footer-cta__block--accent{padding:1.25rem}.scraper-product-apify__code{max-height:280px;font-size:.7rem}}.curriculo-page{z-index:1;min-height:100vh;padding:7rem 1.5rem 4rem;position:relative}.cv-container{flex-direction:column;gap:1.5rem;max-width:860px;margin:0 auto;display:flex}.cv-back{color:var(--text-muted);align-items:center;gap:.35rem;margin-bottom:.25rem;font-size:.85rem;text-decoration:none;transition:color .2s;display:inline-flex}.cv-back:hover{color:var(--accent)}.cv-topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin:.5rem 0 1rem;display:flex}.cv-lang-switch{justify-content:flex-start;display:flex}.cv-lang-switch__track{border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172aa6;border-radius:999px;padding:4px;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffff0f,0 4px 20px #00000040}.cv-lang-switch__thumb{width:calc(50% - 4px);height:calc(100% - 8px);box-shadow:0 2px 14px var(--accent-glow);pointer-events:none;background:linear-gradient(145deg,#309af459,#06c4f82e);border:1px solid #309af473;border-radius:999px;transition:transform .32s cubic-bezier(.34,1.2,.64,1);position:absolute;top:4px;left:4px}.cv-lang-switch[data-lang=en] .cv-lang-switch__thumb{transform:translate(100%)}.cv-lang-switch__btn{z-index:1;letter-spacing:.02em;min-width:6.75rem;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;flex:1 1 0;padding:.55rem 1rem;font-size:.84rem;font-weight:600;transition:color .25s,transform .12s;position:relative}.cv-lang-switch__btn:hover:not(.cv-lang-switch__btn--active){color:var(--text)}.cv-lang-switch__btn--active{color:#f8fafc;text-shadow:0 0 20px #309af480}.cv-hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:2rem;padding:2rem;display:flex}.cv-hero__photo{object-fit:cover;object-position:top;border-radius:var(--radius-sm);border:2px solid var(--border);flex-shrink:0;width:96px;height:120px}.cv-hero__info{flex:1;min-width:200px}.cv-hero__name{background:linear-gradient(135deg, var(--text) 40%, var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.3rem;font-size:1.6rem;font-weight:800}.cv-hero__title{color:var(--accent);margin-bottom:.4rem;font-size:.9rem;font-weight:500;line-height:1.45}.cv-hero__location{color:var(--text-dim);align-items:center;gap:.3rem;margin-bottom:.75rem;font-size:.82rem;display:flex}.cv-hero__links{flex-direction:column;gap:.3rem;display:flex}.cv-hero__link{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.8rem;text-decoration:none;transition:color .2s;display:inline-flex}.cv-hero__link:hover{color:var(--accent)}.cv-export__trigger{white-space:nowrap;justify-content:center;align-items:center;gap:.45rem;display:inline-flex}.cv-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.cv-card__title{color:var(--text);border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1rem;font-weight:700}.cv-about{flex-direction:column;gap:1.15rem;display:flex}.cv-about__lead{color:var(--text);margin:0;font-size:1.02rem;font-weight:500;line-height:1.75}.cv-about__p{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.85}.cv-about__p--last{margin-bottom:0}.cv-about__label{letter-spacing:.02em;color:var(--text);margin:.15rem 0 0;font-size:.88rem;font-weight:600}.cv-about__list{border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffff05;gap:.55rem;margin:0;padding:.85rem 1rem;list-style:none;display:grid}@media (width>=560px){.cv-about__list{grid-template-columns:1fr 1fr;gap:.5rem 1.25rem}}.cv-about__list li{color:var(--text-muted);padding-left:1rem;font-size:.88rem;line-height:1.55;position:relative}.cv-about__list li:before{content:"";background:var(--accent);border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}.cv-timeline{flex-direction:column;gap:0;display:flex;position:relative}.cv-timeline:before{content:"";background:var(--border);width:1px;position:absolute;top:16px;bottom:16px;left:11px}.cv-exp{position:relative}.cv-exp__header{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:1rem;padding:1rem 0;transition:opacity .2s;display:flex}.cv-exp__header:hover{opacity:.85}.cv-exp__dot{background:var(--border);border:2px solid var(--bg);z-index:1;border-radius:50%;flex-shrink:0;width:10px;height:10px;transition:background .2s}.cv-exp--open .cv-exp__dot{background:var(--accent)}.cv-exp__logo-wrap{border-radius:var(--radius-sm);background:var(--surface-hover);border:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;padding:0;display:flex;overflow:hidden}.cv-exp__logo-wrap--dark{background:#000;border-color:#334155}.cv-exp__logo{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.cv-exp__logo-wrap--contain{padding:4px}.cv-exp__logo-wrap--contain .cv-exp__logo{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.cv-exp__logo-placeholder{font-size:1.75rem}.cv-exp__meta{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.cv-exp__company{color:var(--text);font-size:.95rem;font-weight:700}.cv-exp__role{color:var(--accent);font-size:.85rem;font-weight:500}.cv-exp__period{color:var(--text-dim);font-size:.78rem}.cv-exp__duration{color:var(--text-dim)}.cv-exp__location{color:var(--text-dim);font-size:.78rem}.cv-exp__badge{color:var(--accent);background:#309af41a;border:1px solid #309af440;border-radius:20px;margin-left:.5rem;padding:.1rem .45rem;font-size:.68rem;font-weight:600}.cv-exp__badge--current{color:#4ade80;background:#22c55e1f;border-color:#4ade8040}.cv-exp__chevron{color:var(--text-dim);flex-shrink:0;transition:transform .25s}.cv-exp--open .cv-exp__chevron{color:var(--accent);transform:rotate(180deg)}.cv-exp__body{padding:0 0 1.5rem 2.5rem;animation:.25s both fadeInUp}.cv-exp__intro{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem;line-height:1.65}.cv-exp__bullets{flex-direction:column;gap:.6rem;margin-bottom:1.25rem;padding:0;list-style:none;display:flex}.cv-exp__bullet{color:var(--text-muted);align-items:flex-start;gap:.6rem;font-size:.875rem;line-height:1.65;display:flex}.cv-exp__bullet-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:.5rem}.cv-exp__bullet-phase{vertical-align:middle;letter-spacing:.03em;text-transform:uppercase;color:var(--text-dim);background:var(--surface);border:1px solid var(--border);border-radius:4px;margin-right:.45rem;padding:.1rem .4rem;font-size:.68rem;font-weight:600;display:inline-block}.cv-exp__tags{flex-wrap:wrap;gap:.4rem;display:flex}.cv-exp-more-toggle{width:100%;color:var(--text-muted);border:1px dashed var(--border);border-radius:var(--radius-sm);cursor:pointer;background:0 0;margin-top:.25rem;padding:.65rem 1rem;font-size:.82rem;font-weight:500;transition:color .2s,border-color .2s,background .2s;display:block}.cv-exp-more-toggle:hover{color:var(--accent);border-color:var(--accent);background:var(--surface)}.cv-edu-list{flex-direction:column;gap:1.25rem;display:flex}.cv-edu-item{align-items:flex-start;gap:1rem;display:flex}.cv-edu-item__icon{flex-shrink:0;margin-top:.1rem;font-size:1.5rem}.cv-edu-item__degree{color:var(--text);margin-bottom:.2rem;font-size:.95rem;font-weight:600}.cv-edu-item__institution{color:var(--text-muted);margin-bottom:.15rem;font-size:.82rem}.cv-edu-item__period{color:var(--text-dim);font-size:.78rem}.cv-skills-grid{grid-template-columns:1fr 1fr;gap:1.75rem;display:grid}.cv-skill-group__label{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.75rem;font-size:.8rem;font-weight:700}.cv-langs{flex-direction:column;gap:1rem;display:flex}.cv-lang-item{justify-content:space-between;align-items:center;gap:1rem;display:flex}.cv-lang-item__info{align-items:baseline;gap:.6rem;display:flex}.cv-lang-item__name{color:var(--text);font-size:.92rem;font-weight:600}.cv-lang-item__level{color:var(--text-dim);font-size:.78rem}.cv-lang-bar{gap:.35rem;display:flex}.cv-lang-dot{background:var(--surface-hover);border-radius:3px;width:28px;height:6px;transition:background .2s}.cv-lang-dot--active{background:var(--accent)}.cv-certs{grid-template-columns:1fr 1fr;gap:.9rem;display:grid}.cv-cert-item{align-items:flex-start;gap:.6rem;font-size:.85rem;display:flex}.cv-cert-item svg{color:var(--accent);flex-shrink:0;margin-top:.15rem}.cv-cert-item__title{color:var(--text);font-weight:500;display:block}.cv-cert-item__meta{color:var(--text-dim);margin-top:.1rem;font-size:.75rem;display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}.hero__logo{animation:.6s cubic-bezier(.22,1,.36,1) 60ms both fadeInUp}.hero__headline{animation:.65s cubic-bezier(.22,1,.36,1) .12s both fadeInUp}.hero__terminal-wrap{animation:.65s cubic-bezier(.22,1,.36,1) .28s both fadeInUp}.hero__subheadline{animation:.65s cubic-bezier(.22,1,.36,1) .38s both fadeInUp}.hero__capabilities{animation:.65s cubic-bezier(.22,1,.36,1) .4s both fadeInUp}.hero__actions{animation:.65s cubic-bezier(.22,1,.36,1) .5s both fadeInUp}.hero__orb--1{animation:7s ease-in-out infinite float}.hero__orb--2{animation:9s ease-in-out infinite reverse float}@media (width<=860px){.hero__terminal{gap:.65rem .75rem;padding:.85rem 1rem;font-size:clamp(.95rem,3.8vw,1.15rem)}.hero__terminal-wrap{max-width:100%}.about__inner{grid-template-columns:1fr;justify-items:center;gap:2rem}.about__text{width:100%}.about__photo-wrap{width:min(100%,280px)}.about__photo{aspect-ratio:4/5;width:100%;height:auto;min-height:300px;max-height:380px}.section__title--left{text-align:center}.servico-content{grid-template-columns:1fr;gap:2.5rem}.companies__logos{gap:2rem}}@media (width<=700px){.cv-hero{flex-direction:column;align-items:flex-start}.cv-topbar{flex-direction:column;align-items:stretch}.cv-topbar .cv-lang-switch{justify-content:center}.cv-topbar .cv-export__trigger{justify-content:center;width:100%}.cv-skills-grid,.cv-certs{grid-template-columns:1fr}.cv-timeline:before{left:9px}.cv-exp__body{padding-left:2rem}}.pulse-page{--pulse-font-serif:Georgia, "Times New Roman", Times, serif;min-height:calc(100vh - 80px);color:var(--text);padding:7rem 1rem 4rem;position:relative}.pulse-page--feed{padding-top:7.5rem}.pulse-feed{max-width:552px;margin:0 auto}.pulse-feed__head{text-align:center;margin-bottom:1.5rem}.pulse-feed__title{font-family:var(--pulse-font-serif);letter-spacing:-.02em;background:linear-gradient(135deg, #f8fafc 40%, var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .45rem;font-size:clamp(1.5rem,4vw,1.85rem);font-weight:700;line-height:1.25}.pulse-feed__subtitle{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.55}.pulse-feed__list{flex-direction:column;gap:.85rem;display:flex}.pulse-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius);background:#111827b8;border:1px solid #309af424;transition:border-color .25s,box-shadow .25s,transform .25s}.pulse-card:hover{border-color:#309af452;transform:translateY(-2px);box-shadow:0 12px 40px #309af41a}.pulse-card__link{color:inherit;padding:1.25rem 1.35rem 1.15rem;text-decoration:none;display:block}.pulse-card__author{align-items:flex-start;gap:.75rem;margin-bottom:.85rem;display:flex}.pulse-card__avatar,.pulse-author__avatar{object-fit:cover;background:var(--surface);border:2px solid #309af440;border-radius:50%;flex-shrink:0;width:48px;height:48px}.pulse-author__avatar{width:56px;height:56px}.pulse-card__meta,.pulse-author__info{flex-direction:column;gap:.1rem;min-width:0;display:flex}.pulse-card__name,.pulse-author__name{color:var(--text);font-size:.875rem;font-weight:600;line-height:1.3}.pulse-card__role,.pulse-author__role{color:var(--text-muted);font-size:.8125rem;line-height:1.35}.pulse-card__date,.pulse-author__date{color:var(--text-dim);font-size:.75rem;line-height:1.35}.pulse-card__title{font-family:var(--pulse-font-serif);color:var(--text);letter-spacing:-.01em;margin:0 0 .5rem;font-size:clamp(1.125rem,3.2vw,1.35rem);font-weight:700;line-height:1.35}.pulse-card__excerpt{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 .85rem;font-size:.9375rem;line-height:1.55;display:-webkit-box;overflow:hidden}.pulse-card__cta{color:var(--accent);font-size:.875rem;font-weight:600}.pulse-article{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius);background:#111827c7;border:1px solid #309af429;max-width:744px;margin:0 auto;padding:1.75rem clamp(1.25rem,4vw,2.5rem) 2.5rem;box-shadow:0 16px 48px #00000040}.pulse-article--empty{text-align:center;padding:3rem 1.5rem}.pulse-article--empty h1{color:var(--text);margin:0 0 1rem;font-size:1.25rem;font-weight:600}.pulse-back{color:var(--accent);align-items:center;margin-bottom:1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.pulse-back:hover{color:var(--accent-2)}.pulse-article__head{border-bottom:1px solid #309af41f;margin-bottom:1.75rem;padding-bottom:1.5rem}.pulse-author{align-items:flex-start;gap:.85rem;margin-bottom:1.25rem;display:flex}.pulse-article__title{font-family:var(--pulse-font-serif);color:var(--text);letter-spacing:-.02em;margin:0;font-size:clamp(1.75rem,5vw,2.25rem);font-weight:700;line-height:1.2}.pulse-body{color:var(--text);font-size:1.0625rem;line-height:1.7}.pulse-body__p{color:var(--text-muted);margin:0 0 1.25rem}.pulse-body__p:last-child{margin-bottom:0}.pulse-body__h2{font-family:var(--font);color:var(--text);margin:2rem 0 .85rem;font-size:1.375rem;font-weight:700;line-height:1.35}.pulse-body__h3{color:var(--text);margin:1.5rem 0 .65rem;font-size:1.125rem;font-weight:700;line-height:1.35}.pulse-body__quote{border-left:4px solid var(--accent);font-family:var(--pulse-font-serif);color:var(--text-muted);margin:1.5rem 0;padding:.15rem 0 .15rem 1.25rem;font-size:1.15rem;font-style:italic;line-height:1.55}.pulse-body__list{color:var(--text-muted);margin:0 0 1.25rem;padding-left:1.35rem}.pulse-body__list li{margin-bottom:.45rem;padding-left:.25rem}.pulse-body__list li::marker{color:var(--accent)}.pulse-body__list li:last-child{margin-bottom:0}.pulse-article__foot{border-top:1px solid #309af41f;margin-top:2.5rem;padding-top:1.75rem}.pulse-article__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.pulse-article__cta{justify-content:center;width:auto;max-width:none}@media (width<=640px){.pulse-page{padding:6rem .75rem 3rem}.pulse-page--feed{padding-top:6.5rem}.pulse-card__link{padding:1rem 1.05rem}.pulse-article{padding:1.35rem 1.1rem 2rem}.pulse-body{font-size:1rem}}.resume-pdf{--sidebar-bg:#343d4e;--sidebar-w:68mm;--text:#1e293b;--text-muted:#64748b;--accent:#1e3a5f;width:210mm;color:var(--text);-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fff;font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:9.5pt;line-height:1.45;position:relative}.resume-pdf:before{content:"";width:var(--sidebar-w);background:var(--sidebar-bg);z-index:0;pointer-events:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;height:100%;position:absolute;top:0;left:0}.resume-pdf *,.resume-pdf :before,.resume-pdf :after{box-sizing:border-box}.resume-pdf__table{z-index:1;border-collapse:collapse;table-layout:fixed;width:100%;position:relative}.resume-pdf__sidebar{width:var(--sidebar-w);max-width:var(--sidebar-w);vertical-align:top;color:#f1f5f9;background:0 0;padding:0;overflow:hidden}.resume-pdf__sidebar-inner{z-index:1;width:100%;max-width:100%;padding:8mm 5mm 10mm;position:relative;overflow:hidden}.resume-pdf__sidebar-identity{margin-bottom:4mm}.resume-pdf__sidebar-name{color:#fff;letter-spacing:-.02em;margin:0;font-size:17pt;font-weight:700;line-height:1.12}.resume-pdf__sidebar-role{color:#e2e8f0f2;margin:2.5mm 0 0;font-size:9pt;font-weight:500;line-height:1.38}.resume-pdf__main{vertical-align:top;background:#fff;padding:9mm 11mm 11mm 10mm}.resume-pdf__sidebar-section{break-inside:avoid;page-break-inside:avoid;margin-bottom:4mm}.resume-pdf__sidebar-title{letter-spacing:.03em;text-transform:uppercase;color:#fff;border-bottom:1px solid #ffffff40;margin:0 0 2mm;padding-bottom:1.2mm;font-size:9.5pt;font-weight:700}.resume-pdf__sidebar-list{margin:0;padding-left:4mm;font-size:8pt;line-height:1.45}.resume-pdf__sidebar-list li{word-break:break-word;margin-bottom:.8mm}.resume-pdf__edu-block{margin-bottom:2.5mm}.resume-pdf__edu-degree{color:#fff;margin:0 0 .5mm;font-size:8pt;font-weight:700;line-height:1.35}.resume-pdf__edu-period{color:#f1f5f9d9;margin:0 0 .8mm;font-size:7.5pt;font-weight:500}.resume-pdf__edu-inst{color:#cbd5e1e6;margin:0;font-size:7pt;font-weight:400;line-height:1.35}.resume-pdf__skill-group{margin-bottom:3mm}.resume-pdf__skill-cat{color:#fff;letter-spacing:.02em;margin:0 0 1.5mm;font-size:8pt;font-weight:600}.resume-pdf__skill-tags{flex-wrap:wrap;align-items:baseline;max-width:100%;line-height:1.5;display:flex}.resume-pdf__skill-tag{color:#f1f5f9f2;flex:0 auto;max-width:100%;font-size:7pt;line-height:1.4}.resume-pdf__skill-tag:not(:last-child):after{content:"·";color:#94a3b8e6;margin:0 1.2mm 0 1mm;font-size:8pt;font-weight:700}.resume-pdf__section{margin-bottom:4.5mm}.resume-pdf__section-title{color:var(--accent);border-bottom:1.5px solid #cbd5e1;margin:0 0 2.5mm;padding-bottom:1.2mm;font-size:11pt;font-weight:700}.resume-pdf__summary{margin:0}.resume-pdf__summary-p{text-align:justify;color:var(--text);margin:0 0 2.5mm;font-size:8.5pt;line-height:1.5}.resume-pdf__summary-p:last-child{margin-bottom:0}.resume-pdf__job{border-bottom:1px solid #e8eef4;margin-bottom:4mm;padding-bottom:3.5mm}.resume-pdf__job:last-child{border-bottom:none;padding-bottom:0}.resume-pdf__job-head{break-inside:avoid;page-break-inside:avoid;align-items:flex-start;gap:3mm;margin-bottom:1.5mm;display:flex}.resume-pdf__job-logo-wrap{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:11mm;height:11mm;padding:1mm;display:flex}.resume-pdf__job-logo-wrap--dark{background:#000;border-color:#1e293b}.resume-pdf__job-logo{object-fit:contain;max-width:100%;max-height:100%}.resume-pdf__job-logo-fallback{color:var(--accent);font-size:11pt;font-weight:700}.resume-pdf__job-head-text{flex:1;min-width:0}.resume-pdf__job-title{color:var(--text);margin:0;font-size:10pt;font-weight:700;line-height:1.25}.resume-pdf__job-meta{color:var(--text-muted);margin:.8mm 0 0;font-size:8pt;font-weight:500;line-height:1.4}.resume-pdf__job-duration{color:var(--text-muted)}.resume-pdf__job--compact{break-inside:avoid;page-break-inside:avoid}.resume-pdf__job--page-gap{margin-top:5mm;padding-top:8mm}.resume-pdf__job-intro{color:var(--text-muted);margin:0 0 1.5mm;font-size:8.5pt;font-style:italic}.resume-pdf__bullets{break-inside:auto;page-break-inside:auto;margin:0;padding-left:4.5mm}.resume-pdf__bullets li{margin-bottom:1mm;font-size:8.5pt;line-height:1.42}.resume-pdf__job-stack{color:var(--text-muted);margin:1.5mm 0 0;font-size:7.5pt}.resume-pdf__job--compact .resume-pdf__job-title{font-size:9.5pt}.resume-pdf__job--compact .resume-pdf__bullets li{font-size:8pt}@media print{@page{size:A4;margin:0}.resume-pdf{width:100%}.resume-pdf:before{height:100vh;width:var(--sidebar-w);position:fixed;top:0;left:0;background:var(--sidebar-bg)!important}.resume-pdf__table{z-index:1;position:relative}.resume-pdf__section-title,.resume-pdf__job-head{break-after:avoid;page-break-after:avoid}.resume-pdf__job--compact{break-inside:avoid;page-break-inside:avoid}}html.curriculo-print-active,body.curriculo-print-active{min-height:100%;margin:0;padding:0;background:#dde4ec!important}.curriculo-print-page{min-height:100vh;padding:1.25rem 1rem 2.5rem;font-family:Montserrat,Segoe UI,system-ui,sans-serif}.curriculo-print-toolbar{background:#fff;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:210mm;margin:0 auto 1.25rem;padding:1rem 1.25rem;display:flex;box-shadow:0 4px 24px #0f172a1a}.curriculo-print-toolbar__label{color:#1e3a5f;margin:0;font-size:.95rem;font-weight:700}.curriculo-print-toolbar__hint{color:#64748b;margin:.25rem 0 0;font-size:.8rem;line-height:1.4}.curriculo-print-toolbar__actions{flex-wrap:wrap;gap:.6rem;display:flex}.curriculo-print-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.45rem;padding:.6rem 1.1rem;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.curriculo-print-btn--primary{color:#fff;background:#1e3a5f}.curriculo-print-btn--primary:hover{background:#2d4a6f}.curriculo-print-btn--ghost{color:#334155;background:#f1f5f9;border:1px solid #cbd5e1}.curriculo-print-btn--ghost:hover{background:#e2e8f0}.curriculo-print-sheet{background-color:#fff;max-width:210mm;margin:0 auto;position:relative;box-shadow:0 8px 40px #0f172a24}@media screen{.curriculo-print-sheet{background-image:repeating-linear-gradient(#0000 0 1120.52px,#1e3a5f33 1120.52px 297mm);background-size:100% 297mm;padding-bottom:6mm}}.curriculo-print-sheet .resume-pdf{z-index:1;position:relative}.curriculo-print-page-guides{pointer-events:none;z-index:2;width:2rem;position:absolute;top:0;right:-2.5rem}.curriculo-print-page-guide{color:#64748b;letter-spacing:.02em;white-space:nowrap;font-size:.65rem;font-weight:700;position:absolute;left:0;transform:translateY(-50%)}@media print{html.curriculo-print-active,body.curriculo-print-active{background:#fff!important}.curriculo-print-page{padding:0}.no-print,.curriculo-print-page-guides{display:none!important}.curriculo-print-sheet{max-width:none;box-shadow:none;margin:0;background-image:none!important}}
