@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#030712;--bg-soft:#07111f;--panel:#0b1224;--title:#f8fbff;--text:#dbeafe;--text-muted:#8ca0bf;--accent:#38bdf8;--accent-strong:#22d3ee;--accent-deep:#2563eb;--radius-lg:28px;--radius-md:20px;--shadow-soft:0 24px 60px #02061752;--font-body:"Manrope", "Segoe UI", sans-serif;--font-display:"Space Grotesk", "Segoe UI", sans-serif;font-family:var(--font-body);color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;background:radial-gradient(circle at 0 0,#22d3ee29,#0000 32%),radial-gradient(circle at 100% 0,#2563eb29,#0000 28%),linear-gradient(#07111f 0%,#050816 52%,#030712 100%);font-weight:400;line-height:1.5}*{box-sizing:border-box}html{scroll-padding-top:96px;overflow-x:clip}body{background:0 0;min-width:320px;min-height:100vh;margin:0;overflow-x:clip}body:before{content:"";pointer-events:none;opacity:.35;background-image:linear-gradient(#94a3b80d 1px,#0000 1px),linear-gradient(90deg,#94a3b80d 1px,#0000 1px);background-size:72px 72px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#0000008c,#0000 88%);mask-image:linear-gradient(#0000008c,#0000 88%)}a{color:inherit;text-decoration:none}button,a{font:inherit}img{max-width:100%;display:block}#root{width:100%;min-height:100vh;overflow-x:clip}::selection{color:var(--title);background:#38bdf847}.page{position:relative}.container{width:min(1180px,100% - 40px);margin:0 auto}.header-inner>*,.hero-grid>*,.about-grid>*,.contact-grid>*{min-width:0}.section{padding:96px 0;scroll-margin-top:96px}.section-kicker{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;background:#082f496b;border:1px solid #67e8f92e;border-radius:999px;align-items:center;margin:0 0 20px;padding:8px 14px;font-size:.82rem;font-weight:700;display:inline-flex}.section-heading{max-width:760px;margin-bottom:36px}.section-heading h2{font-family:var(--font-display);letter-spacing:-.04em;color:var(--title);margin:0 0 14px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.section-heading p,.hero-text,.panel-top p,.panel-footer p,.highlight-card p,.service-card p,.about-copy p,.blog-card p,.faq-item p,.contact-panel p,.contact-panel a,.footer-brand p,.footer-year{color:var(--text-muted)}.about-copy p+p{margin-top:16px}.site-header{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#030712c2;border-bottom:1px solid #94a3b824;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:18px 28px;padding:18px 0;display:flex}.brand{align-items:center;gap:14px;min-width:max-content;display:flex}.brand-mark{border-radius:16px;flex:none;width:46px;height:46px;display:block;overflow:hidden;box-shadow:0 18px 40px #38bdf838}.brand-logo{width:100%;height:100%;display:block}.brand-text strong{font-family:var(--font-display);color:var(--title);font-size:1.08rem;display:block}.brand-text small{color:var(--text-muted);font-size:.82rem;display:block}.site-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:22px;display:flex}.site-nav a{color:var(--text-muted);white-space:nowrap;font-size:.97rem;transition:color .2s,transform .2s}.site-nav a:hover,.site-nav a:focus-visible,.brand:hover,.brand:focus-visible{color:var(--title);transform:translateY(-1px)}.site-nav a.is-active{color:var(--title)}.nav-dropdown{justify-content:center;align-items:center;display:inline-flex;position:relative}.nav-dropdown:after{content:"";z-index:39;width:max(100%,250px);height:14px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.nav-dropdown-panel{z-index:40;border-radius:var(--radius-md);min-width:250px;box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;visibility:hidden;background:#060c1af5;border:1px solid #7dd3fc29;gap:4px;padding:10px;transition:opacity .2s,transform .2s,visibility .2s;display:grid;position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%,8px)}.nav-dropdown:hover .nav-dropdown-panel,.nav-dropdown:focus-within .nav-dropdown-panel{opacity:1;pointer-events:auto;visibility:visible;transform:translate(-50%)}.nav-dropdown-panel a{min-height:42px;color:var(--text-muted);white-space:nowrap;border-radius:14px;align-items:center;padding:8px 12px;display:flex}.nav-dropdown-panel a:hover,.nav-dropdown-panel a:focus-visible,.nav-dropdown-panel a.is-active{color:var(--title);background:#082f497a}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 22px;font-size:.98rem;font-weight:700;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s;display:inline-flex}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button-primary{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#03111d;box-shadow:0 18px 40px #38bdf840}.button-secondary{color:var(--title);background:#0b1224b8;border-color:#7dd3fc38}.button-secondary:hover,.button-secondary:focus-visible{border-color:#7dd3fc7a}.header-button{white-space:nowrap}.hero-section{padding-top:72px}.hero-grid,.about-grid,.contact-grid{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);align-items:stretch;gap:28px;display:grid}.hero-copy{padding:24px 0 18px}.hero-title{max-width:11ch;font-family:var(--font-display);letter-spacing:-.05em;text-wrap:balance;color:var(--title);margin:0 0 18px;font-size:clamp(3rem,6vw,5.4rem);line-height:.95}.hero-text{max-width:58ch;font-size:1.12rem}.hero-actions{flex-wrap:wrap;gap:16px;margin:32px 0;display:flex}.highlight-grid,.service-grid,.blog-grid,.faq-grid,.contact-stack{gap:18px;display:grid}.highlight-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.highlight-card,.service-card,.blog-card,.faq-item,.about-card,.contact-panel,.hero-panel{box-shadow:var(--shadow-soft);background:linear-gradient(#0f172aeb 0%,#090e1cf5 100%);border:1px solid #7dd3fc24}.highlight-card,.service-card,.blog-card{border-radius:var(--radius-md);padding:24px}.highlight-card h2,.service-card h3,.blog-card h3,.step-card h3,.contact-panel strong{color:var(--title);margin:0 0 10px}.highlight-card h2{font-size:1.08rem}.hero-panel,.about-card,.contact-panel-primary{position:relative;overflow:hidden}.hero-panel,.about-card,.contact-panel{border-radius:var(--radius-lg);padding:32px}.hero-panel:before,.about-card:before,.contact-panel-primary:before{content:"";pointer-events:none;background:radial-gradient(circle,#22d3ee33,#0000 72%);width:220px;height:220px;position:absolute;inset:auto auto 0 0;transform:translate(-26%,24%)}.panel-top,.step-list,.panel-footer,.about-card-label,.about-list,.contact-panel>*,.contact-panel-primary>*{z-index:1;position:relative}.panel-chip,.about-card-label,.contact-label,.blog-meta span,.panel-footer-label,.card-index{letter-spacing:.06em;text-transform:uppercase;color:var(--accent-strong);align-items:center;font-size:.82rem;font-weight:700;display:inline-flex}.panel-top h2{font-family:var(--font-display);letter-spacing:-.04em;color:var(--title);margin:18px 0 12px;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.05}.step-list{gap:14px;margin:28px 0;display:grid}.step-card{border-radius:var(--radius-md);background:#0b1224b8;border:1px solid #7dd3fc24;grid-template-columns:auto 1fr;align-items:start;gap:16px;padding:18px 20px;display:grid}.step-number{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#03111d;width:44px;height:44px;font-family:var(--font-display);border-radius:14px;place-items:center;font-weight:700;display:grid}.step-card p,.service-card p,.blog-card p{margin:0}.panel-footer{border-top:1px solid #94a3b824;padding-top:18px}.service-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.service-card{flex-direction:column;min-height:250px;display:flex}.service-card h3,.blog-card h3{font-size:1.2rem}.service-tag,.blog-link{color:var(--title);margin-top:auto;padding-top:18px;font-weight:700}.section-heading-compact{margin-bottom:0}.home-page .section{padding:50px 0}.home-page .section-kicker{margin-bottom:10px;padding:6px 10px;font-size:.7rem}.home-page .section-heading{max-width:660px;margin-bottom:16px}.home-page .section-heading h2,.home-page .contact-panel-primary h2{margin:0 0 7px;font-size:clamp(1.54rem,2.7vw,2.16rem)}.home-page .section-heading>p:not(.section-kicker){font-size:.91rem;line-height:1.52}.home-page .hero-section{padding-top:38px;padding-bottom:42px}.home-page .hero-grid,.home-page .contact-grid{gap:16px}.home-page .hero-copy{padding:4px 0 2px}.home-page .hero-title{max-width:13ch;margin-bottom:10px;font-size:clamp(2.02rem,4.2vw,3.42rem)}.home-page .hero-text{max-width:58ch;font-size:.92rem;line-height:1.54}.home-page .hero-actions{gap:9px;margin:14px 0 10px}.home-page .highlight-grid,.home-page .service-grid,.home-page .contact-stack,.home-page .home-issues-grid,.home-page .home-method-grid{gap:10px}.home-page .highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-page .highlight-card,.home-page .service-card{border-radius:16px;padding:14px}.home-page .highlight-card h2{margin-bottom:5px;font-size:.9rem}.home-page .highlight-card p,.home-page .service-card p,.home-page .step-card p,.home-page .contact-panel p,.home-page .home-issue-card p,.home-page .home-method-card p{font-size:.87rem;line-height:1.42}.home-page .highlight-card{min-height:108px}.home-page .hero-panel,.home-page .contact-panel-primary{border-radius:20px;padding:18px}.home-page .contact-stack .contact-panel{border-radius:16px;padding:13px 15px}.home-page .panel-top h2{margin:10px 0 7px;font-size:clamp(1.24rem,2vw,1.64rem)}.home-page .panel-top p,.home-page .panel-footer p{font-size:.86rem;line-height:1.46}.home-page .step-list{gap:8px;margin:14px 0}.home-page .step-card{gap:10px;padding:10px 12px}.home-page .step-number{border-radius:11px;width:30px;height:30px;font-size:.72rem}.home-page .panel-footer{padding-top:10px}.home-page .service-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.home-page .service-card{min-height:164px}.home-page .service-card h3{margin-bottom:6px;font-size:.94rem}.home-page .service-tag{padding-top:8px;font-size:.7rem}.home-page .home-issues-grid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;display:grid}.home-page .home-issue-card,.home-page .home-method-card{box-shadow:var(--shadow-soft);background:linear-gradient(#0f172aeb 0%,#090e1cf5 100%);border:1px solid #7dd3fc24}.home-page .home-issue-card{border-radius:15px;align-items:flex-start;min-height:100%;padding:12px 13px;display:flex}.home-page .home-issue-card p{color:var(--title);margin:0;font-size:.83rem;line-height:1.36}.home-page .home-problems-explorer,.home-page .home-workmethod-explorer{grid-template-columns:minmax(268px,.8fr) minmax(0,1.2fr);align-items:stretch;gap:16px;display:grid}.home-page .home-problems-nav,.home-page .home-problems-detail,.home-page .home-workmethod-nav,.home-page .home-workmethod-detail{box-shadow:var(--shadow-soft);background:linear-gradient(#0f172aeb 0%,#090e1cf5 100%);border:1px solid #7dd3fc24;align-self:stretch}.home-page .home-problems-nav,.home-page .home-workmethod-nav{border-radius:18px;padding:12px}.home-page .home-problems-nav-list,.home-page .home-workmethod-nav-list{align-content:start;gap:8px;display:grid}.home-page .home-problems-trigger,.home-page .home-workmethod-trigger{width:100%;min-height:56px;color:var(--text);text-align:left;cursor:pointer;background:#080f1e6b;border:1px solid #7dd3fc14;border-radius:14px;grid-template-columns:auto 1fr;align-items:start;gap:10px;padding:12px 13px;transition:border-color .2s,background .2s,transform .2s;display:grid}.home-page .home-problems-trigger:hover,.home-page .home-problems-trigger:focus-visible{background:#080f1ebd;border-color:#22d3ee47;outline:none}.home-page .home-problems-trigger.is-active{background:linear-gradient(#0a182ef2 0%,#081224f5 100%);border-color:#22d3ee57;transform:translate(2px)}.home-page .home-problems-trigger-index{min-width:30px;height:30px;color:var(--accent-strong);letter-spacing:.06em;background:#22d3ee1f;border-radius:10px;justify-content:center;align-items:center;font-size:.68rem;font-weight:800;display:inline-flex}.home-page .home-problems-trigger-title{color:var(--title);font-size:.86rem;font-weight:700;line-height:1.35}.home-page .home-problems-detail,.home-page .home-workmethod-detail{border-radius:18px;flex-direction:column;justify-content:flex-start;min-height:100%;padding:12px;display:flex}.home-page .home-problems-detail-head,.home-page .home-workmethod-detail-head{margin-bottom:14px}.home-page .home-problems-detail-label{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:.72rem;font-weight:800}.home-page .home-problems-detail-head h3{color:var(--title);margin:0 0 8px;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.1}.home-page .home-problems-detail-head p,.home-page .home-problems-detail-section p,.home-page .home-problems-detail-section li{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.55}.home-page .home-problems-detail-grid,.home-page .home-workmethod-detail-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:12px;display:grid}.home-page .home-problems-detail-section{background:#080f1e85;border:1px solid #7dd3fc1a;border-radius:16px;padding:14px}.home-page .home-problems-detail-section h4{color:var(--title);margin:0 0 8px;font-size:.88rem}.home-page .home-problems-detail-section ul{margin:0;padding-left:18px}.home-page .home-problems-detail-section li+li{margin-top:6px}.home-page .home-problems-detail-section-accent{background:linear-gradient(#091b2dcc 0%,#081224eb 100%);border-color:#22d3ee2e;grid-column:1/-1}.home-page .home-workmethod-trigger:hover,.home-page .home-workmethod-trigger:focus-visible{background:#080f1ebd;border-color:#22d3ee47;outline:none}.home-page .home-workmethod-trigger.is-active{background:linear-gradient(#0a182ef2 0%,#081224f5 100%);border-color:#22d3ee57;transform:translate(2px)}.home-page .home-workmethod-trigger-index{min-width:30px;height:30px;color:var(--accent-strong);letter-spacing:.06em;background:#22d3ee1f;border-radius:10px;justify-content:center;align-items:center;font-size:.68rem;font-weight:800;display:inline-flex}.home-page .home-workmethod-trigger-title{color:var(--title);font-size:.86rem;font-weight:700;line-height:1.35}.home-page .home-workmethod-detail-label{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:.72rem;font-weight:800}.home-page .home-workmethod-detail-head h3{color:var(--title);margin:0 0 8px;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.1}.home-page .home-workmethod-detail-head p,.home-page .home-workmethod-detail-section p,.home-page .home-workmethod-detail-section li{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.55}.home-page .home-workmethod-detail-section{background:#080f1e85;border:1px solid #7dd3fc1a;border-radius:16px;padding:14px}.home-page .home-workmethod-detail-section h4{color:var(--title);margin:0 0 8px;font-size:.88rem}.home-page .home-workmethod-detail-section ul{margin:0;padding-left:18px}.home-page .home-workmethod-detail-section li+li{margin-top:6px}.home-page .home-workmethod-detail-section-accent{background:linear-gradient(#091b2dcc 0%,#081224eb 100%);border-color:#22d3ee2e;grid-column:1/-1}.home-page .home-method-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.home-page .home-method-card{border-radius:16px;padding:13px}.home-page .home-method-index{min-width:30px;height:30px;color:var(--accent-strong);letter-spacing:.06em;background:#22d3ee1f;border-radius:10px;justify-content:center;align-items:center;padding:0 7px;font-size:.68rem;font-weight:800;display:inline-flex}.home-page .home-method-card h3{color:var(--title);margin:8px 0 5px;font-size:.88rem}.home-page .contact-stack{gap:8px}.home-page .contact-panel strong{font-size:.9rem}.home-page .contact-label{margin-bottom:4px}.home-page .contact-panel a{font-size:.84rem}.home-page .contact-panel-primary .hero-actions{gap:9px;margin:14px 0 0}.home-page .panel-chip,.home-page .contact-label,.home-page .card-index{font-size:.7rem}@media (width<=1180px){.home-page .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-page .home-issues-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=900px){.home-page .home-problems-explorer{grid-template-columns:1fr}.home-page .home-problems-nav{box-shadow:none;background:0 0;border:none;padding:0}.home-page .home-problems-nav-list{scroll-snap-type:x proximity;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.home-page .home-problems-trigger{scroll-snap-align:start;flex:0 0 220px;min-width:220px}.home-page .home-problems-detail-grid,.home-page .home-workmethod-explorer{grid-template-columns:1fr}.home-page .home-workmethod-nav{box-shadow:none;background:0 0;border:none;padding:0}.home-page .home-workmethod-nav-list{scroll-snap-type:x proximity;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.home-page .home-workmethod-trigger{scroll-snap-align:start;flex:0 0 220px;min-width:220px}.home-page .home-workmethod-detail-grid{grid-template-columns:1fr}.home-page .home-issues-grid,.home-page .home-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.services-page-hero{padding-top:72px}.services-page-hero-grid,.section-block-grid,.service-cta-panel{gap:24px 28px;display:grid}.services-page-hero-grid,.section-block-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.services-page-copy{margin-bottom:0;padding:24px 0 12px}.services-page-copy p+p{margin-top:16px}.services-page-title{font-family:var(--font-display);letter-spacing:-.05em;text-wrap:balance;color:var(--title);margin:0 0 18px;font-size:clamp(2.9rem,5vw,4.8rem);line-height:.96}.services-page-panel,.service-detail-card,.info-panel,.audience-card,.service-cta-panel{box-shadow:var(--shadow-soft);background:linear-gradient(#0f172aeb 0%,#090e1cf5 100%);border:1px solid #7dd3fc24}.services-page-panel,.info-panel,.service-cta-panel{border-radius:var(--radius-lg);padding:32px;position:relative;overflow:hidden}.services-page-panel:before,.service-cta-panel:before{content:"";pointer-events:none;background:radial-gradient(circle,#22d3ee33,#0000 72%);width:220px;height:220px;position:absolute;inset:auto auto 0 0;transform:translate(-26%,24%)}.services-page-panel>*,.service-cta-panel>*{z-index:1;position:relative}.services-page-panel h2,.info-panel h2,.service-cta-panel h2{font-family:var(--font-display);letter-spacing:-.04em;color:var(--title);margin:18px 0 12px;font-size:clamp(1.8rem,3vw,2.45rem);line-height:1.05}.services-page-panel p,.service-detail-card p,.info-panel p,.audience-card p,.service-cta-panel p{color:var(--text-muted)}.services-summary-list,.service-detail-list,.info-list{gap:14px;margin:24px 0 0;padding:0;list-style:none;display:grid}.services-summary-list li,.service-detail-list li,.info-list li{color:var(--text);padding-left:26px;position:relative}.services-summary-list li:before,.service-detail-list li:before,.info-list li:before{content:"";background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);border-radius:50%;width:11px;height:11px;position:absolute;top:10px;left:0;box-shadow:0 0 16px #22d3ee57}.service-detail-grid,.audience-grid{gap:18px;display:grid}.service-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-detail-card,.audience-card{border-radius:var(--radius-lg)}.service-detail-card{flex-direction:column;min-height:100%;padding:28px;display:flex}.service-link-card{color:inherit;transition:border-color .2s,transform .2s,box-shadow .2s}.service-link-card:hover,.service-link-card:focus-visible{border-color:#7dd3fc5c;transform:translateY(-3px);box-shadow:0 26px 70px #0206176b}.service-detail-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.service-detail-tag{color:var(--accent-strong);letter-spacing:.06em;text-transform:uppercase;background:#082f495c;border:1px solid #67e8f92e;border-radius:999px;align-items:center;padding:8px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.service-detail-card h3,.audience-card h3{color:var(--title);margin:0 0 12px}.service-detail-card h3{font-size:1.28rem}.service-detail-link{color:var(--accent-strong);margin-top:auto;padding-top:20px;font-weight:700}.audience-grid{margin-top:24px}.audience-card{padding:20px}.audience-card p{margin:0}.service-cta-panel{grid-template-columns:minmax(0,1fr) auto;align-items:end}.service-cta-actions{justify-content:flex-end;margin:0}.protheus-hero .services-page-panel,.protheus-module-hero .services-page-panel{align-self:stretch}.protheus-module-card-grid{align-items:stretch}.protheus-module-card{min-height:100%}.protheus-module-card h3{margin-top:14px}.protheus-module-group{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:18px 0 0;font-size:.75rem;font-weight:700}.protheus-card-pains{gap:8px;margin:22px 0 0;padding:0;list-style:none;display:grid}.protheus-card-pains li{color:var(--text-muted);padding-left:18px;font-size:.92rem;line-height:1.5;position:relative}.protheus-card-pains li:before{background:var(--accent);content:"";border-radius:999px;width:6px;height:6px;position:absolute;top:.58rem;left:0}.protheus-module-card-muted{opacity:.76}.protheus-module-card-muted .service-detail-link{color:var(--text-muted)}.protheus-module-card .service-detail-link{overflow-wrap:anywhere}.protheus-problems-grid{margin-top:24px}.protheus-module-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.protheus-list-card h2{margin-bottom:20px;font-size:clamp(1.15rem,2vw,1.45rem)}.protheus-back-link{margin-bottom:22px}.protheus-back-link a{color:var(--accent);font-weight:700;text-decoration:none}.protheus-back-link a:hover{color:var(--accent-strong)}.protheus-cta-panel{margin-top:0}.protheus-compact-section{padding-top:56px;padding-bottom:56px}.protheus-hero{padding-top:52px}.protheus-hero .services-page-title{max-width:13ch;font-size:clamp(2.2rem,4.6vw,3.8rem);line-height:.98}.protheus-hero .services-page-panel{padding:24px}.protheus-hero .services-page-panel h2{font-size:clamp(1.45rem,2.4vw,2rem)}.protheus-module-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.protheus-module-card{border-radius:var(--radius-md);background:#080f1ed1;border:1px solid #7dd3fc1f;flex-direction:column;gap:12px;min-height:0;padding:18px;transition:border-color .18s,transform .18s,background .18s;display:flex}.protheus-module-card-link:hover{background:#0f172af5;border-color:#38bdf859;transform:translateY(-2px)}.protheus-card-head{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.78rem;line-height:1;display:flex}.protheus-card-head strong{color:var(--accent);letter-spacing:.08em;font-size:.76rem}.protheus-module-card h3{margin:0;font-size:1.05rem}.protheus-module-card p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.55}.protheus-module-card .protheus-card-pains{gap:6px;margin:0}.protheus-module-card .protheus-card-pains li{font-size:.84rem;line-height:1.35}.protheus-card-link{color:var(--accent);margin-top:auto;font-size:.9rem;font-weight:800;display:inline-flex}.protheus-module-card-muted .protheus-card-link{color:var(--text-muted)}.protheus-doc-page{padding:30px 0 64px}.protheus-breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:22px;font-size:.9rem;display:flex}.protheus-breadcrumb a{color:var(--accent);font-weight:700}.protheus-doc-header{border-bottom:1px solid #7dd3fc24;max-width:880px;margin-bottom:22px;padding-bottom:20px;scroll-margin-top:120px}.protheus-doc-header h1{font-family:var(--font-display);margin:0 0 10px;font-size:clamp(1.85rem,3.7vw,3rem);line-height:1.02}.protheus-doc-header p:not(.section-kicker){color:var(--text-muted);max-width:76ch;margin:0;font-size:.98rem;line-height:1.62}.protheus-doc-shell{grid-template-columns:230px minmax(0,1fr);align-items:start;gap:28px;display:grid}.protheus-doc-sidebar{position:sticky;top:108px}.protheus-sidebar-nav{border-radius:var(--radius-md);background:#080f1ec2;border:1px solid #7dd3fc1f;padding:12px}.protheus-sidebar-nav p{color:var(--title);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:.78rem;font-weight:800}.protheus-sidebar-nav-list{gap:3px;display:grid}.protheus-sidebar-nav-list a{color:var(--text-muted);border-radius:12px;padding:7px 9px;font-size:.88rem;font-weight:700}.protheus-sidebar-nav-list a:hover{color:var(--title);background:#38bdf81a}.protheus-doc-content{gap:16px;display:grid}.protheus-doc-section{border-radius:var(--radius-md);background:#080f1ea3;border:1px solid #7dd3fc1f;padding:22px;scroll-margin-top:118px}.protheus-doc-section-head{margin-bottom:14px}.protheus-doc-section-head .section-kicker{margin-bottom:8px}.protheus-doc-section h2{font-family:var(--font-display);margin:0;font-size:clamp(1.2rem,2vw,1.7rem);line-height:1.12}.protheus-doc-section-head p:not(.section-kicker){color:var(--text-muted);margin:8px 0 0;font-size:.95rem;line-height:1.58}.protheus-doc-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.protheus-doc-list li{color:var(--text);border-left:2px solid #38bdf861;padding-left:12px;font-size:.94rem;line-height:1.5}.protheus-chip-list{flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none;display:flex}.protheus-chip-list li{color:var(--text);background:#38bdf812;border:1px solid #7dd3fc24;border-radius:999px;padding:7px 11px;font-size:.88rem;font-weight:700;line-height:1.2}.protheus-doc-cta-section{padding:0}.protheus-cta-panel-compact{border-radius:var(--radius-md);box-shadow:none;border:0;padding:22px}.protheus-cta-panel-compact h2{font-size:clamp(1.25rem,2.1vw,1.75rem)}.protheus-cta-panel-compact p{font-size:.94rem}.protheus-help-page{padding:30px 0 60px}.protheus-help-header{border-bottom:1px solid #7dd3fc24;max-width:860px;margin-bottom:18px;padding-bottom:18px}.protheus-help-header h1{font-family:var(--font-display);margin:0 0 10px;font-size:clamp(1.8rem,3.6vw,2.85rem);line-height:1.02}.protheus-help-header p:not(.section-kicker){color:var(--text-muted);margin:0;font-size:.96rem;line-height:1.58}.protheus-help-shell{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:20px;display:grid}.protheus-help-sidebar{border-radius:var(--radius-md);background:#07111fd6;border:1px solid #7dd3fc1f;max-height:calc(100vh - 120px);padding:10px;position:sticky;top:104px;overflow:auto}.protheus-help-sidebar-head{border-bottom:1px solid #7dd3fc1a;justify-content:space-between;align-items:center;margin-bottom:6px;padding:2px 4px 8px;display:flex}.protheus-help-sidebar-head strong{color:var(--title);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}.protheus-help-sidebar-head span{color:var(--accent);font-size:.78rem;font-weight:800}.protheus-help-search{border-bottom:1px solid #7dd3fc1a;gap:6px;margin:0 0 8px;padding:0 0 10px;display:grid}.protheus-help-search label{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:800}.protheus-help-search-control{grid-template-columns:minmax(0,1fr) auto;gap:6px;display:grid}.protheus-help-search input{color:var(--title);font:inherit;background:#010812b8;border:1px solid #7dd3fc2e;border-radius:10px;outline:0;min-width:0;padding:8px 10px;font-size:.9rem}.protheus-help-search input:focus{border-color:#38bdf88c;box-shadow:0 0 0 3px #38bdf81f}.protheus-help-search button{color:var(--accent);cursor:pointer;font:inherit;background:#38bdf81a;border:1px solid #7dd3fc2e;border-radius:10px;padding:0 10px;font-size:.78rem;font-weight:800}.protheus-help-search-empty{color:var(--text-muted);margin:0;padding:12px 4px;font-size:.9rem;line-height:1.5}.protheus-help-tree-list{gap:2px;margin:0;padding:0;list-style:none;display:grid}.protheus-help-tree-root{gap:3px}.protheus-help-tree-divider{border-top:1px solid #7dd3fc29;margin:12px 4px 6px;padding-top:10px;list-style:none}.protheus-help-tree-divider span{color:#7dd3fcb8;letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:800;display:inline-block}.protheus-help-tree-row{padding-left:calc(var(--tree-level) * 12px);grid-template-columns:24px minmax(0,1fr);align-items:center;gap:3px;display:grid}.protheus-help-tree-toggle,.protheus-help-tree-link{cursor:pointer;font:inherit;border:0}.protheus-help-tree-toggle{color:var(--accent);background:#38bdf814;border-radius:8px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:.88rem;font-weight:900;display:inline-flex}.protheus-help-tree-spacer{width:22px}.protheus-help-tree-link{color:var(--text-muted);overflow-wrap:anywhere;text-align:left;background:0 0;border-radius:10px;min-height:28px;padding:6px 7px;font-size:.88rem;line-height:1.2}.protheus-help-tree-link:hover{color:var(--title);background:#38bdf814}.protheus-help-tree-link.is-active{color:var(--title);background:#38bdf829;font-weight:800}.protheus-help-content{min-width:0}.protheus-help-topic{border-radius:var(--radius-md);background:#080f1ea8;border:1px solid #7dd3fc1f;padding:24px}.protheus-help-topic-meta{color:var(--accent);letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:800}.protheus-help-topic h2{font-family:var(--font-display);margin:0 0 12px;font-size:clamp(1.45rem,2.6vw,2.05rem);line-height:1.08}.protheus-doc-flow{gap:16px;margin-top:12px;display:grid}.protheus-doc-flow-main{gap:10px;margin:0;padding:0;list-style:none;display:grid}.protheus-doc-flow-step{grid-template-columns:68px minmax(0,1fr);gap:12px;display:grid;position:relative}.protheus-doc-flow-step:not(:last-child):after{content:"";background:linear-gradient(#38bdf86b 0%,#38bdf81f 100%);width:1px;position:absolute;top:34px;bottom:-10px;left:33px}.protheus-doc-flow-badge{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;background:#38bdf81f;border:1px solid #7dd3fc33;border-radius:999px;justify-content:center;align-self:start;min-width:42px;padding:7px 10px;font-size:.7rem;font-weight:800;display:inline-flex}.protheus-doc-flow-card,.protheus-doc-flow-track{background:#040c18b8;border:1px solid #7dd3fc1f;border-radius:16px;padding:14px 15px}.protheus-doc-flow-card h4,.protheus-doc-flow-track h4{color:var(--title);margin:0 0 6px;font-size:.95rem}.protheus-doc-flow-card p,.protheus-doc-flow-track p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.protheus-doc-flow-parallel{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.protheus-doc-flow-track-label{color:#7dd3fcc7;letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:.68rem;font-weight:800}.protheus-doc-flow-track-list{gap:6px;margin:10px 0 0;padding:0;list-style:none;display:grid}.protheus-doc-flow-track-list li{color:var(--text);border-left:2px solid #38bdf83d;padding-left:10px;font-size:.88rem;line-height:1.45}.protheus-help-topic-intro,.protheus-help-topic-section p{color:var(--text-muted);margin:0;font-size:.94rem;line-height:1.62}.protheus-help-topic-section{border-top:1px solid #7dd3fc1a;margin-top:18px;padding-top:16px}.protheus-help-topic-section h3,.protheus-help-callout h3{margin:0 0 8px;font-size:.96rem}.protheus-help-topic-section ul,.protheus-help-callout ul{gap:7px;margin:0;padding:0;list-style:none;display:grid}.protheus-help-topic-section li,.protheus-help-callout li{color:var(--text);border-left:2px solid #38bdf861;padding-left:12px;font-size:.93rem;line-height:1.48}.protheus-help-callout{background:#38bdf80f;border:1px solid #38bdf82e;border-radius:18px;margin-top:20px;padding:16px}.protheus-help-table-wrap{margin-top:12px;overflow-x:auto}.protheus-help-table{border-collapse:collapse;width:100%;min-width:760px}.protheus-help-table th,.protheus-help-table td{text-align:left;vertical-align:top;border-bottom:1px solid #7dd3fc1f;padding:9px 10px}.protheus-help-table th{color:var(--title);letter-spacing:.06em;text-transform:uppercase;background:#38bdf814;font-size:.74rem}.protheus-help-table td{color:var(--text-muted);font-size:.88rem;line-height:1.45}.protheus-help-table td:first-child{color:var(--accent);white-space:nowrap;font-weight:800}.blog-page-hero{padding-top:72px}.blog-page-heading{margin-bottom:0}.blog-page-title{font-family:var(--font-display);letter-spacing:-.05em;text-wrap:balance;color:var(--title);margin:0 0 18px;font-size:clamp(2.8rem,5vw,4.6rem);line-height:.96}.blog-categories-section{padding-top:0}.blog-articles-section{padding-bottom:44px}.blog-cta-section{padding-top:28px}.category-tag-list,.blog-article-grid{gap:18px;display:grid}.category-tag-list{grid-template-columns:repeat(auto-fit,minmax(170px,max-content))}.category-tag{min-height:48px;color:var(--accent-strong);letter-spacing:.06em;text-transform:uppercase;background:#082f495c;border:1px solid #67e8f92e;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:.84rem;font-weight:700;display:inline-flex}.blog-article-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.blog-article-card,.blog-cta-panel{box-shadow:var(--shadow-soft);background:linear-gradient(#0f172aeb 0%,#090e1cf5 100%);border:1px solid #7dd3fc24}.blog-article-card{border-radius:var(--radius-lg);flex-direction:column;min-height:100%;padding:28px;display:flex}.blog-article-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.blog-article-category{color:var(--accent-strong);letter-spacing:.06em;background:#082f495c;border:1px solid #67e8f92e;border-radius:999px;align-items:center;padding:8px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.blog-article-card h3{color:var(--title);margin:0 0 12px;font-size:1.24rem}.blog-article-card p{color:var(--text-muted);margin:0}.blog-article-card .blog-link{margin-top:auto;padding-top:22px}.blog-cta-panel{border-radius:var(--radius-lg);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px 28px;padding:32px;display:grid;position:relative;overflow:hidden}.blog-cta-panel:before{content:"";pointer-events:none;background:radial-gradient(circle,#22d3ee33,#0000 72%);width:220px;height:220px;position:absolute;inset:auto auto 0 0;transform:translate(-26%,24%)}.blog-cta-panel>*{z-index:1;position:relative}.blog-cta-panel h2{font-family:var(--font-display);letter-spacing:-.04em;color:var(--title);margin:0;font-size:clamp(1.9rem,3vw,2.5rem);line-height:1.05}.blog-cta-actions{justify-content:flex-end;margin:0}.faq-page-hero{padding-top:72px}.faq-page-heading{margin-bottom:0}.faq-page-title{font-family:var(--font-display);letter-spacing:-.05em;text-wrap:balance;color:var(--title);margin:0 0 18px;font-size:clamp(2.8rem,5vw,4.6rem);line-height:.96}.faq-page-content{padding-top:56px}.faq-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 28px;display:grid}.faq-category-panel,.faq-page-cta-panel{box-shadow:var(--shadow-soft);background:linear-gradient(#0f172aeb 0%,#090e1cf5 100%);border:1px solid #7dd3fc24}.faq-category-panel{border-radius:var(--radius-lg);padding:32px}.faq-category-heading{margin-bottom:0}.faq-category-list{gap:16px;margin-top:24px;display:grid}.faq-category-item{border-radius:var(--radius-lg)}.faq-page-cta-section{padding-top:36px}.faq-page-cta-panel{border-radius:var(--radius-lg);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px 28px;padding:32px;display:grid;position:relative;overflow:hidden}.faq-page-cta-panel:before{content:"";pointer-events:none;background:radial-gradient(circle,#22d3ee33,#0000 72%);width:220px;height:220px;position:absolute;inset:auto auto 0 0;transform:translate(-26%,24%)}.faq-page-cta-panel>*{z-index:1;position:relative}.faq-page-cta-panel h2{font-family:var(--font-display);letter-spacing:-.04em;color:var(--title);margin:0 0 14px;font-size:clamp(1.9rem,3vw,2.5rem);line-height:1.05}.faq-page-cta-panel p{color:var(--text-muted)}.faq-page-cta-actions{justify-content:flex-end;margin:0}.contact-page-hero{padding-top:72px;padding-bottom:56px}.contact-page-heading{margin-bottom:0}.contact-page-title{font-family:var(--font-display);letter-spacing:-.05em;text-wrap:balance;color:var(--title);margin:0 0 18px;font-size:clamp(2.8rem,5vw,4.6rem);line-height:.96}.contact-page-methods-section{padding-top:0;padding-bottom:40px}.contact-page-method-grid,.contact-demand-grid{gap:18px;display:grid}.contact-page-method-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-method-card,.contact-demand-card,.contact-page-cta-panel{box-shadow:var(--shadow-soft);background:linear-gradient(#0f172aeb 0%,#090e1cf5 100%);border:1px solid #7dd3fc24}.contact-method-card{border-radius:var(--radius-lg);flex-direction:column;min-height:100%;padding:28px;display:flex}.contact-method-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.contact-method-card h2,.contact-page-cta-panel h2{font-family:var(--font-display);letter-spacing:-.04em;color:var(--title);margin:0 0 12px;line-height:1.05}.contact-method-card h2{font-size:1.4rem}.contact-method-card p,.contact-page-cta-panel p{color:var(--text-muted);margin:0}.contact-method-value{color:var(--title);word-break:break-word;align-items:center;margin-top:18px;font-size:1rem;font-weight:700;display:inline-flex}.contact-method-link{align-self:flex-start;margin-top:auto;margin-bottom:0}.contact-page-info-section{padding-top:0;padding-bottom:40px}.contact-demand-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px}.contact-demand-card{border-radius:var(--radius-md);padding:18px 20px}.contact-demand-card h3{color:var(--title);margin:0;font-size:1rem}.contact-page-cta-section{padding-top:0}.contact-page-cta-panel{border-radius:var(--radius-lg);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px 28px;padding:32px;display:grid;position:relative;overflow:hidden}.contact-page-cta-panel:before{content:"";pointer-events:none;background:radial-gradient(circle,#22d3ee33,#0000 72%);width:220px;height:220px;position:absolute;inset:auto auto 0 0;transform:translate(-26%,24%)}.contact-page-cta-panel>*{z-index:1;position:relative}.contact-page-cta-panel h2{font-size:clamp(1.9rem,3vw,2.5rem)}.contact-page-cta-actions{justify-content:flex-end;margin:0}.about-list{gap:16px;margin:24px 0 0;padding:0;list-style:none;display:grid}.about-list li{color:var(--text);padding-left:28px;position:relative}.about-list li:before{content:"";background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);border-radius:50%;width:12px;height:12px;position:absolute;top:10px;left:0;box-shadow:0 0 18px #22d3ee66}.blog-grid,.faq-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.blog-meta{justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.blog-link{color:var(--accent-strong)}.faq-item{border-radius:var(--radius-md);overflow:hidden}.faq-item summary{cursor:pointer;color:var(--title);justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;font-size:1.02rem;font-weight:700;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--accent-strong);flex-shrink:0;font-size:1.2rem}.faq-item[open] summary:after{content:"-"}.faq-item p{margin:0;padding:0 24px 24px}.contact-grid{align-items:start}.contact-panel-primary h2{font-family:var(--font-display);letter-spacing:-.04em;color:var(--title);margin:0 0 14px;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.contact-stack{grid-template-columns:1fr}.contact-panel strong{font-size:1.08rem;display:block}.contact-panel a{font-weight:600}.site-footer{border-top:1px solid #94a3b824;padding:28px 0 40px}.footer-inner{justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-brand strong{font-family:var(--font-display);color:var(--title);display:block}.footer-brand p,.footer-year{margin:6px 0 0}@media (width<=1024px){.container{width:min(100% - 36px,1180px)}.section{padding:84px 0;scroll-margin-top:148px}.header-inner{flex-wrap:wrap;justify-content:space-between;gap:16px 20px;padding:16px 0 18px}.site-nav{order:3;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 12px;width:100%;display:grid}.nav-dropdown{display:contents}.nav-dropdown:after{display:none}.site-nav>a,.nav-dropdown>a{order:1}.nav-dropdown-panel{opacity:1;pointer-events:auto;visibility:visible;border-radius:18px;order:2;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;min-width:0;padding:8px;display:grid;position:static;transform:none}.nav-dropdown-panel a{white-space:normal;text-align:center;justify-content:center;min-height:38px;padding:7px 8px}.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:24px}.hero-title{max-width:12ch;font-size:clamp(2.8rem,7vw,4.6rem)}.hero-text{max-width:100%}.hero-panel,.about-card,.contact-panel{padding:28px}.blog-meta{flex-wrap:wrap}.services-page-hero-grid,.section-block-grid,.service-cta-panel{grid-template-columns:1fr}.service-cta-actions{justify-content:flex-start}.blog-article-grid,.blog-cta-panel{grid-template-columns:1fr}.blog-cta-actions{justify-content:flex-start}.faq-category-grid,.faq-page-cta-panel{grid-template-columns:1fr}.faq-page-cta-actions{justify-content:flex-start}.contact-page-method-grid,.contact-page-cta-panel{grid-template-columns:1fr}.contact-page-cta-actions{justify-content:flex-start}}.protheus-service-grid{align-items:stretch}.protheus-page-main .services-page-copy p,.protheus-page-main .section-heading p{max-width:72ch}.protheus-area-explorer{grid-template-columns:minmax(268px,.8fr) minmax(0,1.2fr);align-items:stretch;gap:16px;display:grid}.protheus-area-nav,.protheus-area-detail{box-shadow:var(--shadow-soft);background:linear-gradient(#0f172aeb 0%,#090e1cf5 100%);border:1px solid #7dd3fc24;align-self:stretch}.protheus-area-nav{border-radius:18px;padding:12px}.protheus-area-nav-list{align-content:start;gap:8px;display:grid}.protheus-area-trigger{width:100%;min-height:56px;color:var(--text);text-align:left;cursor:pointer;background:#080f1e6b;border:1px solid #7dd3fc14;border-radius:14px;grid-template-columns:auto 1fr;align-items:start;gap:10px;padding:12px 13px;transition:border-color .2s,background .2s,transform .2s;display:grid}.protheus-area-trigger:hover,.protheus-area-trigger:focus-visible{background:#080f1ebd;border-color:#22d3ee47;outline:none}.protheus-area-trigger.is-active{background:linear-gradient(#0a182ef2 0%,#081224f5 100%);border-color:#22d3ee57;transform:translate(2px)}.protheus-area-trigger-index{min-width:30px;height:30px;color:var(--accent-strong);letter-spacing:.06em;background:#22d3ee1f;border-radius:10px;justify-content:center;align-items:center;font-size:.68rem;font-weight:800;display:inline-flex}.protheus-area-trigger-title{color:var(--title);font-size:.86rem;font-weight:700;line-height:1.35}.protheus-area-detail{border-radius:18px;flex-direction:column;justify-content:flex-start;min-height:100%;padding:12px;display:flex}.protheus-area-detail-head{margin-bottom:14px}.protheus-area-detail-label{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:.72rem;font-weight:800}.protheus-area-detail-head h3{color:var(--title);margin:0;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.1}.protheus-area-detail-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:12px;display:grid}.protheus-area-detail-section{background:#080f1e85;border:1px solid #7dd3fc1a;border-radius:16px;padding:14px}.protheus-area-detail-section h4{color:var(--title);margin:0 0 8px;font-size:.88rem}.protheus-area-detail-section p,.protheus-area-detail-section li{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.55}.protheus-area-detail-section ul{margin:0;padding-left:18px}.protheus-area-detail-section li+li{margin-top:6px}.protheus-area-detail-section-accent{background:linear-gradient(#091b2dcc 0%,#081224eb 100%);border-color:#22d3ee2e;grid-column:1/-1}.protheus-area-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.protheus-area-card,.protheus-type-card{padding:22px}.protheus-area-card h3,.protheus-type-card h3{font-size:1.08rem}.protheus-area-card p,.protheus-type-card p,.protheus-help-card p{font-size:.94rem;line-height:1.55}.protheus-issues-panel{padding:26px}.protheus-problems-explorer{grid-template-columns:minmax(268px,.8fr) minmax(0,1.2fr);align-items:stretch;gap:16px;display:grid}.protheus-problems-nav,.protheus-problems-detail{box-shadow:var(--shadow-soft);background:linear-gradient(#0f172aeb 0%,#090e1cf5 100%);border:1px solid #7dd3fc24;align-self:stretch}.protheus-problems-nav{border-radius:18px;padding:12px}.protheus-problems-nav-list{align-content:start;gap:8px;display:grid}.protheus-problems-trigger{width:100%;min-height:56px;color:var(--text);text-align:left;cursor:pointer;background:#080f1e6b;border:1px solid #7dd3fc14;border-radius:14px;grid-template-columns:auto 1fr;align-items:start;gap:10px;padding:12px 13px;transition:border-color .2s,background .2s,transform .2s;display:grid}.protheus-problems-trigger:hover,.protheus-problems-trigger:focus-visible{background:#080f1ebd;border-color:#22d3ee47;outline:none}.protheus-problems-trigger.is-active{background:linear-gradient(#0a182ef2 0%,#081224f5 100%);border-color:#22d3ee57;transform:translate(2px)}.protheus-problems-trigger-index{min-width:30px;height:30px;color:var(--accent-strong);letter-spacing:.06em;background:#22d3ee1f;border-radius:10px;justify-content:center;align-items:center;font-size:.68rem;font-weight:800;display:inline-flex}.protheus-problems-trigger-title{color:var(--title);font-size:.86rem;font-weight:700;line-height:1.35}.protheus-problems-detail{border-radius:18px;flex-direction:column;justify-content:flex-start;min-height:100%;padding:12px;display:flex}.protheus-problems-detail-head{margin-bottom:14px}.protheus-problems-detail-label{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:.72rem;font-weight:800}.protheus-problems-detail-head h3{color:var(--title);margin:0 0 8px;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.1}.protheus-problems-detail-head p,.protheus-problems-detail-section p,.protheus-problems-detail-section li{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.55}.protheus-problems-detail-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:12px;display:grid}.protheus-problems-detail-section{background:#080f1e85;border:1px solid #7dd3fc1a;border-radius:16px;padding:14px}.protheus-problems-detail-section h4{color:var(--title);margin:0 0 8px;font-size:.88rem}.protheus-problems-detail-section ul{margin:0;padding-left:18px}.protheus-problems-detail-section li+li{margin-top:6px}.protheus-problems-detail-section-accent{background:linear-gradient(#091b2dcc 0%,#081224eb 100%);border-color:#22d3ee2e;grid-column:1/-1}.protheus-issues-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;margin:0;padding:0;list-style:none;display:grid}.protheus-issues-list li{min-height:100%;color:var(--text);padding:0 0 0 22px;line-height:1.5;position:relative}.protheus-issues-list li:before{content:"";background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);border-radius:999px;width:8px;height:8px;position:absolute;top:.58rem;left:0;box-shadow:0 0 16px #22d3ee4d}.protheus-help-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.protheus-help-card{align-items:center;min-height:100%;display:flex}.protheus-type-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.protheus-documentation-section{padding-top:16px}.protheus-documentation-panel{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:18px 24px;display:grid}.protheus-documentation-actions{justify-content:flex-end;margin:0}.protheus-module-pill-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;display:grid}.protheus-module-pill{background:linear-gradient(#0b1224f5 0%,#060a18eb 100%);border:1px solid #94a3b829;border-radius:20px;gap:10px;min-height:112px;padding:18px;display:grid;box-shadow:0 18px 42px #0206172e}.protheus-module-pill strong{color:var(--title);font-size:1rem}.protheus-module-pill span{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:700}.protheus-method-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}.protheus-method-card{background:#080f1ed1;border:1px solid #94a3b824;border-radius:22px;padding:22px;box-shadow:0 18px 42px #0206172e}.protheus-method-index{width:44px;height:44px;color:var(--accent-strong);letter-spacing:.06em;background:#22d3ee1f;border-radius:14px;justify-content:center;align-items:center;margin-bottom:16px;font-size:.84rem;font-weight:800;display:inline-flex}.protheus-method-card h3{color:var(--title);margin:0 0 10px;font-size:1.08rem}.protheus-method-card p{color:var(--text-muted);margin:0}.protheus-docs-page{padding-top:40px}.protheus-docs-header{border-bottom:1px solid #94a3b81f;gap:16px;margin-bottom:32px;padding-bottom:24px;display:grid}.protheus-docs-header h1{font-family:var(--font-display);letter-spacing:-.04em;color:var(--title);margin:0;font-size:clamp(2.4rem,4.6vw,4rem);line-height:1.02}.protheus-docs-header p{max-width:760px;color:var(--text-muted);margin:0}.protheus-docs-actions{margin-top:4px}.protheus-documentation-linkline{color:var(--text-muted);margin:18px 0 0;font-size:.95rem}.protheus-documentation-linkline a{color:var(--accent-strong);text-decoration:none}.protheus-documentation-linkline a:hover,.protheus-documentation-linkline a:focus-visible{text-decoration:underline}@media (width<=768px){.container{width:min(100% - 28px,1180px)}.section{padding:64px 0;scroll-margin-top:198px}.home-page .section{padding:42px 0}.header-inner{justify-content:center;gap:12px 14px;padding:12px 0 14px}.brand{text-align:center;justify-content:center;width:100%;min-width:0}.brand-text{min-width:0}.site-nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.site-nav a{justify-content:center;align-items:center;min-height:38px;padding:5px 8px;font-size:.92rem;display:flex}.header-button,.button{width:100%}.hero-title{max-width:100%;font-size:clamp(2.25rem,10.2vw,3.25rem)}.hero-section{padding-top:48px}.home-page .hero-title{max-width:100%;font-size:clamp(1.82rem,7.6vw,2.62rem)}.home-page .hero-section{padding-top:30px;padding-bottom:34px}.section-heading{margin-bottom:24px}.home-page .section-heading{margin-bottom:14px}.section-heading h2,.contact-panel-primary h2{font-size:clamp(1.8rem,7vw,2.5rem)}.home-page .section-heading h2,.home-page .contact-panel-primary h2{font-size:clamp(1.4rem,5.4vw,1.9rem)}.panel-top h2{font-size:clamp(1.65rem,6vw,2.2rem)}.home-page .panel-top h2{font-size:clamp(1.22rem,5vw,1.6rem)}.hero-text{font-size:1rem}.hero-actions{flex-direction:column;align-items:stretch;gap:14px;margin:24px 0}.home-page .hero-actions{gap:8px;margin:12px 0}.highlight-grid,.service-grid,.blog-grid,.faq-grid,.home-page .home-issues-grid,.home-page .home-method-grid{grid-template-columns:1fr}.service-card,.blog-card{min-height:auto}.home-page .highlight-card,.home-page .service-card,.home-page .hero-panel,.home-page .contact-panel,.home-page .home-issue-card,.home-page .home-method-card{padding:15px}.services-page-hero{padding-top:48px}.services-page-title{font-size:clamp(2.25rem,8.8vw,3.4rem)}.blog-page-hero{padding-top:48px}.blog-page-title{font-size:clamp(2.2rem,8.6vw,3.35rem)}.faq-page-hero{padding-top:48px}.faq-page-title{font-size:clamp(2.2rem,8.6vw,3.35rem)}.contact-page-hero{padding-top:48px;padding-bottom:40px}.contact-page-title{font-size:clamp(2.2rem,8.6vw,3.35rem)}.blog-articles-section{padding-bottom:34px}.blog-cta-section{padding-top:18px}.faq-page-content{padding-top:42px}.contact-page-methods-section,.contact-page-info-section{padding-top:0;padding-bottom:30px}.category-tag-list,.blog-article-grid{grid-template-columns:1fr}.blog-article-card,.blog-cta-panel,.faq-category-panel,.faq-page-cta-panel{padding:22px}.faq-category-list{margin-top:20px}.contact-method-card,.contact-page-cta-panel{padding:22px}.contact-demand-grid{grid-template-columns:1fr;margin-top:20px}.blog-article-head{flex-direction:column;align-items:flex-start}.services-page-panel,.service-detail-card,.info-panel,.service-cta-panel{padding:22px}.service-detail-grid,.audience-grid,.protheus-module-grid{grid-template-columns:1fr}.service-detail-head{flex-direction:column;align-items:flex-start}.hero-panel,.about-card,.contact-panel{padding:22px}.step-card{padding:15px 16px}.blog-meta{justify-content:flex-start}.footer-inner{flex-direction:column;align-items:flex-start}}@media (width<=480px){.container{width:min(100% - 20px,1180px)}.section{padding:52px 0;scroll-margin-top:170px}.section-kicker{margin-bottom:14px;padding:7px 12px;font-size:.74rem}.header-inner{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 10px;padding:10px 0 11px;display:grid}.brand{text-align:left;grid-area:1/1;justify-content:flex-start;gap:10px;width:auto;min-width:0}.brand-mark{border-radius:10px;width:36px;height:36px;font-size:.9rem}.brand-text strong{font-size:.94rem;line-height:1.05}.brand-text small{max-width:132px;font-size:.7rem;line-height:1.12}.site-nav{order:unset;grid-area:2/1/auto/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px 8px;width:100%}.site-nav a{min-height:34px;padding:4px;font-size:.82rem}.header-button{grid-area:1/2;justify-self:end;width:auto;min-height:40px;padding:0 14px;font-size:.84rem}.button{min-height:44px;padding:0 16px}.hero-copy{padding:8px 0 0}.hero-title{letter-spacing:-.04em;max-width:11.2ch;margin-bottom:14px;font-size:clamp(1.82rem,8.7vw,2.32rem);line-height:.97}.section-heading h2,.contact-panel-primary h2,.panel-top h2{font-size:clamp(1.62rem,7.4vw,2.08rem);line-height:1.08}.hero-text{font-size:.95rem}.hero-actions{gap:12px;margin:20px 0}.services-page-copy{padding:8px 0 0}.services-page-title{margin-bottom:14px;font-size:clamp(1.95rem,8vw,2.48rem);line-height:.98}.services-page-panel,.service-detail-card,.info-panel,.service-cta-panel,.audience-card{border-radius:22px;padding:18px}.services-summary-list,.service-detail-list,.info-list,.audience-grid{gap:12px;margin-top:18px}.service-detail-card h3{font-size:1.16rem}.service-detail-tag{padding:7px 10px;font-size:.72rem}.blog-page-title,.faq-page-title,.contact-page-title{margin-bottom:14px;font-size:clamp(1.92rem,7.9vw,2.4rem);line-height:.98}.blog-articles-section{padding-bottom:28px}.blog-cta-section{padding-top:12px}.faq-page-content{padding-top:34px}.contact-page-methods-section,.contact-page-info-section{padding-top:0;padding-bottom:24px}.category-tag{justify-content:flex-start;min-height:42px;padding:0 14px;font-size:.76rem}.blog-article-card,.blog-cta-panel,.faq-category-panel,.faq-page-cta-panel{border-radius:22px;padding:18px}.faq-category-list{gap:12px;margin-top:18px}.contact-method-card,.contact-page-cta-panel{border-radius:22px;padding:18px}.contact-method-card h2{font-size:1.24rem}.contact-method-link{align-self:stretch;width:100%}.contact-demand-grid{gap:12px;margin-top:18px}.contact-demand-card{padding:16px 18px}.blog-article-card h3{font-size:1.14rem}.blog-article-category{padding:7px 10px;font-size:.72rem}.highlight-card,.service-card,.blog-card{padding:18px}.hero-panel,.about-card,.contact-panel{border-radius:22px;padding:18px}.step-card{gap:10px;padding:14px}.step-number{border-radius:10px;width:36px;height:36px}.faq-item summary{padding:16px 18px;font-size:.94rem}.faq-item p{padding:0 18px 18px}.about-list{gap:14px;margin-top:18px}.about-list li{padding-left:24px}.footer-inner{gap:12px}}.consultoria-page,.client-page{overflow-x:clip}.client-hero{padding-top:52px;padding-bottom:54px}.client-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);align-items:center;gap:24px 30px}.client-hero-copy{padding:8px 0 4px}.client-page-title{font-size:clamp(2.7rem,4.2vw,4.2rem)}.client-hero-actions{margin:24px 0 0}.client-hero-panel{align-self:center;padding:26px}.client-hero-panel h2{margin:14px 0 10px;font-size:clamp(1.62rem,2.2vw,2.08rem)}.client-form-section{padding-top:52px}.client-request-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);background:linear-gradient(#0f172aeb 0%,#090e1cf5 100%);border:1px solid #7dd3fc24;padding:30px;position:relative;overflow:hidden}.client-request-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#22d3ee2e,#0000 72%);width:240px;height:240px;position:absolute;inset:auto auto 0 0;transform:translate(-28%,28%)}.client-request-card>*{z-index:1;position:relative}.client-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.client-form-field{gap:8px;min-width:0;display:grid}.client-form-field-wide{grid-column:1/-1}.client-form-field span{color:var(--title);font-weight:700}.client-form-field input,.client-form-field select,.client-form-field textarea{width:100%;min-width:0;color:var(--title);font:inherit;background:#060c1ab8;border:1px solid #7dd3fc2e;border-radius:16px;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.client-form-field input,.client-form-field select{min-height:50px;padding:0 16px}.client-form-field textarea{resize:vertical;padding:14px 16px}.client-form-field input:focus,.client-form-field select:focus,.client-form-field textarea:focus{background:#060c1aeb;border-color:#22d3ee8c;box-shadow:0 0 0 4px #22d3ee14}.client-form-actions{justify-content:flex-end;margin-top:24px;display:flex}.client-workflow-section,.client-service-types-section{padding-top:78px;padding-bottom:78px}.client-card-grid,.client-type-grid{gap:18px;display:grid}.client-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.client-info-card{align-content:start;gap:12px;display:grid}.client-info-card h3{margin-bottom:0}.client-type-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.client-type-card{min-height:110px}.consultoria-hero{padding-top:52px;padding-bottom:54px}.consultoria-hero-grid{grid-template-columns:minmax(0,1.16fr) minmax(300px,.84fr);align-items:center;gap:24px 30px}.consultoria-hero-copy{padding:8px 0 4px}.consultoria-hero-copy>p:not(.section-kicker){max-width:68ch}.consultoria-hero-title{letter-spacing:-.045em;margin-bottom:16px;font-size:clamp(2.55rem,4.15vw,4.05rem);line-height:.99}.consultoria-hero-actions{margin:24px 0 0}.consultoria-hero-panel{align-self:center;min-height:auto;padding:26px}.consultoria-hero-panel h2{margin:14px 0 10px;font-size:clamp(1.62rem,2.2vw,2.08rem)}.consultoria-hero-panel .services-summary-list{gap:10px;margin-top:18px}.consultoria-hero-panel .services-summary-list li{padding-left:22px}.consultoria-help-section{padding-top:52px}.consultoria-differentials-section,.consultoria-cta-section{padding-top:78px;padding-bottom:78px}.consultoria-differentials-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0}@media (width<=1024px){.client-hero{padding-top:44px;padding-bottom:44px}.client-hero-grid{grid-template-columns:1fr;align-items:start;gap:22px}.client-hero-copy{padding:0}.client-form-section{padding-top:42px}.client-card-grid,.client-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.consultoria-hero{padding-top:44px;padding-bottom:44px}.consultoria-hero-grid{grid-template-columns:1fr;align-items:start;gap:22px}.consultoria-hero-copy{padding:0}.consultoria-hero-title{font-size:clamp(2.35rem,5.6vw,3.45rem)}.consultoria-hero-panel{padding:24px}.consultoria-help-section{padding-top:42px}.consultoria-differentials-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.client-hero{padding-top:36px;padding-bottom:34px}.client-page-title{font-size:clamp(2.2rem,8.4vw,3rem)}.client-form-section{padding-top:34px}.client-request-card{padding:22px}.client-form-grid,.client-card-grid,.client-type-grid{grid-template-columns:1fr}.client-form-actions{justify-content:stretch}.client-workflow-section,.client-service-types-section{padding-top:56px;padding-bottom:56px}.site-nav a{white-space:normal;overflow-wrap:break-word;text-align:center;line-height:1.08}.consultoria-hero{padding-top:36px;padding-bottom:34px}.consultoria-hero-grid{gap:20px}.consultoria-hero-title{font-size:clamp(2rem,8vw,2.75rem);line-height:1}.consultoria-hero-actions{margin-top:22px;margin-bottom:0}.consultoria-help-section{padding-top:34px}.consultoria-differentials-section,.consultoria-cta-section{padding-top:56px;padding-bottom:56px}.consultoria-differentials-grid{grid-template-columns:1fr}}@media (width<=480px){.client-hero{padding-top:30px;padding-bottom:28px}.client-page-title{font-size:clamp(2rem,8vw,2.55rem)}.client-hero-panel,.client-request-card{padding:18px}.client-form-field input,.client-form-field select{min-height:46px}.client-card-grid,.client-type-grid{gap:14px}.site-nav a{min-height:38px;font-size:.78rem}.nav-dropdown-panel{grid-template-columns:1fr}.consultoria-hero{padding-top:30px;padding-bottom:28px}.consultoria-hero-title{font-size:clamp(1.75rem,7.4vw,2.18rem);line-height:1.02}.consultoria-hero-panel{padding:18px}.consultoria-hero-panel h2{font-size:clamp(1.45rem,6.4vw,1.82rem)}.consultoria-help-section{padding-top:28px}.consultoria-card-grid{gap:14px}.consultoria-cta-panel{gap:20px}}@media (width<=1024px){.protheus-compact-section{padding-top:48px;padding-bottom:48px}.protheus-module-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.protheus-doc-shell{grid-template-columns:1fr;gap:24px}.protheus-doc-sidebar{z-index:4;position:sticky;top:82px}.protheus-help-shell{grid-template-columns:1fr}.protheus-help-sidebar{max-height:320px;position:relative;top:auto}.protheus-doc-flow-parallel{grid-template-columns:1fr}.protheus-sidebar-nav{padding:12px}.protheus-sidebar-nav-list{scrollbar-width:thin;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.protheus-sidebar-nav-list a{white-space:nowrap;flex:none}}@media (width<=768px){.protheus-compact-section{padding-top:38px;padding-bottom:38px}.protheus-hero{padding-top:34px}.protheus-hero .services-page-title{max-width:100%;font-size:clamp(2rem,8vw,2.7rem)}.protheus-module-card-grid,.protheus-area-explorer,.protheus-area-grid,.protheus-help-grid,.protheus-problems-explorer,.protheus-type-grid,.protheus-issues-list,.protheus-module-pill-grid,.protheus-method-list{grid-template-columns:1fr}.protheus-area-nav{box-shadow:none;background:0 0;border:none;padding:0}.protheus-area-nav-list{scroll-snap-type:x proximity;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.protheus-area-trigger{scroll-snap-align:start;flex:0 0 220px;min-width:220px}.protheus-area-detail-grid{grid-template-columns:1fr}.protheus-problems-nav{box-shadow:none;background:0 0;border:none;padding:0}.protheus-problems-nav-list{scroll-snap-type:x proximity;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.protheus-problems-trigger{scroll-snap-align:start;flex:0 0 220px;min-width:220px}.protheus-problems-detail-grid{grid-template-columns:1fr}.protheus-issues-panel{padding:22px}.protheus-documentation-panel{grid-template-columns:1fr;align-items:start}.protheus-documentation-actions{justify-content:flex-start}.protheus-module-card{padding:16px}.protheus-docs-page{padding-top:26px}.protheus-docs-header{margin-bottom:24px;padding-bottom:20px}.protheus-docs-header h1{font-size:clamp(1.9rem,8vw,2.7rem)}.protheus-doc-page{padding-top:26px}.protheus-doc-header{margin-bottom:20px;padding-bottom:20px}.protheus-doc-header h1{font-size:clamp(1.85rem,8vw,2.5rem)}.protheus-doc-section{padding:20px;scroll-margin-top:170px}.protheus-doc-sidebar{top:78px}.protheus-sidebar-nav p{margin-bottom:8px}.protheus-help-page{padding-top:26px}.protheus-help-header{margin-bottom:18px;padding-bottom:18px}.protheus-help-header h1{font-size:clamp(1.85rem,8vw,2.55rem)}.protheus-help-topic{padding:22px}.protheus-help-tree-row{padding-left:calc(var(--tree-level) * 10px)}.protheus-doc-flow-step{grid-template-columns:56px minmax(0,1fr)}.protheus-doc-flow-step:not(:last-child):after{left:27px}}@media (width<=480px){.protheus-compact-section{padding-top:30px;padding-bottom:30px}.protheus-doc-section,.protheus-cta-panel-compact,.protheus-module-pill,.protheus-method-card{padding:18px}.protheus-sidebar-nav{border-radius:18px}.protheus-chip-list li{border-radius:14px;width:100%}.protheus-help-sidebar{border-radius:18px;max-height:300px;padding:10px}.protheus-help-topic,.protheus-help-callout{border-radius:18px;padding:18px}.protheus-help-tree-link{font-size:.88rem}}
