:root{
  --color-primary:#27277f;
  --color-primary-dark:#17175f;
  --color-secondary:#5142cc;
  --color-accent:#00b6a6;
  --color-text:#15182b;
  --color-text-muted:#646a7b;
  --color-background:#ffffff;
  --color-surface:#f6f7fb;
  --color-surface-2:#eef0fa;
  --color-border:#e4e6ef;
  --color-success:#14836f;
  --color-warning:#aa6914;
  --gradient-brand:linear-gradient(135deg,#27277f 0%,#5142cc 52%,#00b6a6 100%);
  --shadow-sm:0 8px 28px rgba(30,32,74,.08);
  --shadow-md:0 24px 70px rgba(29,31,77,.13);
  --shadow-lg:0 38px 100px rgba(25,27,71,.18);
  --radius-sm:14px;
  --radius-md:22px;
  --radius-lg:30px;
  --container:1180px;
  --font:Inter,Geist,"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;background:var(--color-background);color:var(--color-text);font-family:var(--font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img,svg{display:block;max-width:100%}
button,input,select,textarea{font:inherit;color:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
p,h1,h2,h3,h4,ul,ol{margin-top:0}
h1,h2,h3,h4{line-height:1.08;letter-spacing:-.035em}
p{color:var(--color-text-muted)}
ul{padding-left:1.25rem}
[hidden]{display:none!important}
::selection{background:rgba(0,182,166,.2)}
:focus-visible{outline:3px solid rgba(0,182,166,.55);outline-offset:3px}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.narrow{width:min(calc(100% - 40px),820px)}
.skip{position:fixed;z-index:9999;left:20px;top:-80px;background:#fff;color:var(--color-primary);padding:12px 18px;border-radius:12px;box-shadow:var(--shadow-md);font-weight:700}
.skip:focus{top:18px}

/* Cabeçalho */
.header{position:fixed;z-index:1000;inset:0 0 auto;height:78px;border-bottom:1px solid transparent;transition:background .25s,border-color .25s,box-shadow .25s,backdrop-filter .25s}
.header.scrolled{background:rgba(255,255,255,.88);border-color:rgba(228,230,239,.8);box-shadow:0 8px 35px rgba(24,25,67,.06);backdrop-filter:blur(18px)}
.header-in{height:78px;display:flex;align-items:center;gap:36px}
.brand{display:flex;align-items:center;width:158px;flex:none}
.brand img{width:100%;height:auto}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:30px;margin-left:auto}
.desktop-nav a,.enter{font-size:14px;font-weight:650;color:#4b5062;transition:color .2s}
.desktop-nav a:hover,.desktop-nav a[aria-current=page],.enter:hover{color:var(--color-primary)}
.head-actions{display:flex;align-items:center;gap:19px}
.menu-btn{display:none;border:0;background:transparent;width:44px;height:44px;padding:10px;color:var(--color-primary)}
.menu-btn svg{width:24px;height:24px}.menu-btn svg:last-child{display:none}.menu-btn[aria-expanded=true] svg:first-child{display:none}.menu-btn[aria-expanded=true] svg:last-child{display:block}
.mobile-menu{background:#fff;border-top:1px solid var(--color-border);box-shadow:var(--shadow-md)}
.mobile-menu nav{display:grid;gap:3px;width:min(calc(100% - 40px),var(--container));margin:auto;padding:18px 0 24px}
.mobile-menu a:not(.button){padding:11px 4px;font-weight:650;color:#404557}
/* Botões */
.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 22px;border:1px solid transparent;border-radius:999px;font-weight:750;font-size:15px;line-height:1;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s,color .2s}
.button svg,.inline svg{width:17px;height:17px;transition:transform .2s}
.button:hover{transform:translateY(-2px)}
.button:hover svg,.inline:hover svg{transform:translateX(3px)}
.button.primary{color:#fff;background:var(--color-primary);box-shadow:0 12px 28px rgba(39,39,127,.22)}
.button.primary:hover{background:var(--color-primary-dark);box-shadow:0 16px 34px rgba(39,39,127,.28)}
.button.secondary{background:#fff;border-color:var(--color-border);color:var(--color-primary);box-shadow:var(--shadow-sm)}
.button.secondary:hover,.button.ghost:hover{border-color:#c9cce0;background:#fafaff}
.button.ghost{background:transparent;border-color:var(--color-border);color:var(--color-primary)}
.button.small{min-height:44px;padding-inline:18px;font-size:14px}
.button.wide{width:100%}.buttons{display:flex;align-items:center;gap:13px;flex-wrap:wrap}
.inline{display:inline-flex;align-items:center;gap:7px;color:var(--color-primary);font-weight:750;margin-top:20px}
.inline svg{width:17px;height:17px}.center-action{text-align:center;margin-top:42px}
/* Títulos e secções */
.section{padding:116px 0;position:relative}.section.soft{background:var(--color-surface)}
.eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;color:var(--color-primary);font-size:12px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.eyebrow::before{content:"";width:25px;height:2px;border-radius:2px;background:var(--color-accent)}
.section-title{max-width:610px}.section-title.centered{max-width:780px;text-align:center;margin-inline:auto}
.section-title h2{font-size:clamp(38px,4vw,53px);margin-bottom:22px}.section-title p{font-size:19px;line-height:1.65;margin-bottom:0}
.split{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);align-items:center;gap:84px}.split.reverse>div:first-child{order:2}.split.reverse>div:last-child{order:1}
.visual{min-width:0}html.motion-ready .reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}html.motion-ready .reveal.visible{opacity:1;transform:none}
/* Cartões e listas */
.cards,.commit-grid,.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:15px;box-shadow:0 6px 24px rgba(35,37,81,.04);transition:transform .25s,box-shadow .25s,border-color .25s}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:#d8daea}.card .icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#f0f0fc;color:var(--color-primary);margin-bottom:24px}.card .icon svg{width:23px;height:23px}.card h3{font-size:21px;margin-bottom:12px}.card p{margin:0;line-height:1.6; font-size: 14px}
.checks{display:grid;gap:12px;list-style:none;padding:0;margin:28px 0 0}.checks li{display:flex;align-items:flex-start;gap:11px;color:#353a4d}.checks svg{flex:none;width:20px;height:20px;color:var(--color-accent);margin-top:2px}.checks li::marker{display:none}
/* Browser mockups */
.browser{background:#fff;border:1px solid rgba(213,216,232,.9);border-radius:18px;box-shadow:var(--shadow-lg);overflow:hidden;color:#24283c}.browser .bar{height:35px;background:#f4f5f8;border-bottom:1px solid #e5e6eb;display:flex;align-items:center;gap:6px;padding:0 12px}.browser .bar>i{width:7px;height:7px;border-radius:50%;background:#ccd0d9}.browser .bar>span{font:500 9px var(--font);color:#8b8f9b;margin-left:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.portal-in{padding:28px;text-align:center}.mock-brand{font-size:11px;font-weight:850;color:var(--color-primary);letter-spacing:.05em;margin-bottom:25px}.mock-brand span{display:block;color:#676c7c;font-weight:550;font-size:9px}.portal-in>small{font-size:8px;letter-spacing:.14em;color:var(--color-accent);font-weight:800}.portal-in h3{font-size:21px;margin:9px 0}.portal-in>p{font-size:10px;line-height:1.55;max-width:330px;margin:0 auto 18px}.choices{display:grid;grid-template-columns:1fr 1fr;gap:10px;text-align:left}.choices>div{padding:14px;border:1px solid #e3e5ed;border-radius:12px;background:#fff}.choices svg{width:18px;height:18px;color:var(--color-primary);margin-bottom:8px}.choices b,.choices em{display:block}.choices b{font-size:10px}.choices em{font-size:8px;color:#8a8e9c;font-style:normal}.portal-in button,.form-mock button,.phone button{border:0;border-radius:9px;background:var(--color-primary);color:#fff;font-size:9px;font-weight:750;padding:10px 18px;margin-top:14px}
.dashboard .app{display:grid;grid-template-columns:43px 1fr;min-height:280px}.dashboard .app>aside{background:#25257e;color:#fff;display:flex;flex-direction:column;align-items:center;gap:23px;padding:12px 0}.dashboard .app>aside b{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:linear-gradient(135deg,#5142cc,#00b6a6);font-size:10px}.dashboard .app>aside svg{width:14px;height:14px;opacity:.65}.dashboard .app>div{background:#f7f8fb;padding:18px}.dashboard .app header{display:flex;justify-content:space-between;align-items:center;background:transparent;border:0;padding:0;margin-bottom:16px}.dashboard .app header span{font-size:13px;font-weight:750}.dashboard .app header strong{font-size:8px;color:#848997}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stats article{background:#fff;border:1px solid #e9eaf0;border-radius:9px;padding:11px}.stats small,.stats b{display:block}.stats small{font-size:7px;color:#838895}.stats b{font-size:18px;color:#25257e}.mock-table{margin-top:10px;background:#fff;border:1px solid #e8eaf0;border-radius:10px;padding:12px}.mock-table>strong{font-size:9px}.mock-table p{display:grid;grid-template-columns:90px 1fr 78px;gap:5px;align-items:center;margin:8px 0 0;padding-top:8px;border-top:1px solid #eff0f4;font-size:7px}.mock-table p b{font-size:7px}.mock-table p em{text-align:center;background:#eeeffb;color:#393995;border-radius:20px;padding:4px;font-style:normal}
.detail-in{padding:18px}.detail-in>header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eceef3;padding-bottom:15px}.detail-in header h3{font-size:16px;margin:6px 0 2px}.detail-in header em{font-size:7px;font-style:normal;color:#4a459e;background:#efeffb;padding:4px 7px;border-radius:20px}.detail-in header small{font-size:7px;color:#8a8f9c}.detail-in header button{border:0;border-radius:8px;background:#25257e;color:#fff;padding:8px 11px;font-size:7px}.detail-grid{display:grid;grid-template-columns:1.55fr .7fr;gap:15px;padding-top:15px}.detail-grid section>small{font-size:7px;font-weight:800;color:#888d9a}.msg{width:78%;padding:10px;border-radius:10px 10px 10px 3px;background:#f1f2f7;font-size:8px;line-height:1.5;margin:8px 0}.msg.answer{margin-left:auto;background:#e8e7fb;border-radius:10px 10px 3px 10px;color:#353279}.composer{border:1px solid #e2e4ec;border-radius:8px;padding:9px;font-size:7px;color:#999daa}.composer b{float:right;color:#25257e}.detail-grid aside{border-left:1px solid #ebecef;padding-left:13px;display:flex;flex-direction:column}.detail-grid aside small{font-size:6px;color:#9296a2;margin-top:8px}.detail-grid aside small:first-child{margin-top:0}.detail-grid aside b{font-size:7px}
/* Formulários */
label{font-weight:700;font-size:14px;color:#353a4d}input,select,textarea{width:100%;margin-top:7px;border:1px solid #dfe1ea;background:#fff;border-radius:12px;padding:13px 14px;outline:0;transition:border-color .2s,box-shadow .2s}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px rgba(39,39,127,.09)}input:user-invalid,select:user-invalid,textarea:user-invalid{border-color:#bd3d4e}.consent{display:flex!important;align-items:flex-start!important;gap:10px;font-weight:500;line-height:1.45}.consent input{width:18px;height:18px;margin:2px 0 0;flex:none}.consent a{text-decoration:underline;color:var(--color-primary)}.form-status{font-size:13px;margin:12px 0 0;min-height:20px}.form-status.success{color:var(--color-success)}.form-status.error{color:#a73343}
/* Rodapé */
.footer{padding:75px 0 25px;background:#11122d;color:#fff}.footer-grid{display:grid;grid-template-columns:1.55fr repeat(3,1fr);gap:60px}.footer a{display:block;color:#b9bdce;font-size:14px;margin:11px 0;transition:color .2s}.footer a:hover{color:#fff}.footer strong{display:block;font-size:13px;margin-bottom:18px;letter-spacing:.04em}.footer-about img{width: 180px;height: auto !important; padding: 15px 15px; background: rgb(255 255 255 / 90%); border-radius: 10px;}.footer-about p{max-width:320px;color:#b9bdce;margin:22px 0}.footer-about a{display:flex;align-items:center;gap:9px}.footer-about svg{width:17px;height:17px;color:#48d2c4}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);padding-top:22px;margin-top:55px;color:#898ea4;font-size:13px}.footer-bottom span:last-child{display:flex;gap:24px}.footer-bottom a{display:inline;margin:0;font-size:13px}
/* CTA final */
.final{overflow:hidden;background:#f5f6ff}.final-in{display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:60px;padding:72px;border-radius:var(--radius-lg);background:linear-gradient(135deg,#f0f0ff 0%,#f6fcfb 100%);border:1px solid #e1e3f0;position:relative}.final h2{font-size:clamp(38px,4vw,55px);max-width:720px}.final p{font-size:18px;max-width:670px}.final small{display:block;margin-top:16px;color:#6e7384}.final-art{height:260px;position:relative}.final-art i{position:absolute;border-radius:24px;background:#fff;border:1px solid #dbddea;box-shadow:var(--shadow-md)}.final-art i:nth-child(1){width:233px;height:160px;right:26px;top:10px;transform:rotate(6deg)}.final-art i:nth-child(2){width:250px;height:175px;right: 17px;top:40px;transform:rotate(-5deg)}.final-art i:nth-child(3){width:260px;height:190px;right:10px;top:72px;background:linear-gradient(135deg,#282880,#5142cc)}.final-art b{position:absolute;right:45px;top:145px;color:#fff;font-size:18px;z-index:2}

/* Multilingual, editorial and form enhancements */
.language-switcher{position:relative}.language-switcher summary{cursor:pointer;list-style:none;font-size:.86rem;font-weight:700;padding:.55rem .65rem;border:1px solid var(--line,#d9dbea);border-radius:.6rem}.language-switcher summary::-webkit-details-marker{display:none}.language-switcher-menu{position:absolute;right:0;top:calc(100% + .45rem);z-index:50;min-width:12rem;padding:.45rem;background:#fff;border:1px solid var(--line,#d9dbea);border-radius:.75rem;box-shadow:0 14px 40px rgba(25,25,60,.14)}.language-switcher-menu a{display:block;padding:.55rem .7rem;border-radius:.45rem;white-space:nowrap}.language-switcher-menu a:hover,.language-switcher-menu a[aria-current="page"]{background:#f1f1fb}.article-sources{margin-top:2.5rem;padding:1.4rem;border:1px solid var(--line,#d9dbea);border-radius:1rem;background:#fafaff}.article-sources ul{margin:.8rem 0 0;padding-left:1.2rem}.article-sources li+li{margin-top:.45rem}.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.prose h2{margin-top:2rem}.prose ul{padding-left:1.3rem}@media(max-width:900px){.language-switcher{display:none}}

/* Hero principal */
.hero-home{position:relative;min-height:850px;padding:170px 0 105px;overflow:hidden;background:linear-gradient(180deg,#fbfbff 0%,#fff 90%)}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(39,39,127,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(39,39,127,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,#000 0%,transparent 85%)}
.orb{position:absolute;border-radius:50%;filter:blur(3px);opacity:.55}.orb-a{width:500px;height:500px;right:-220px;top:70px;background:radial-gradient(circle,rgba(0,182,166,.21),transparent 70%)}.orb-b{width:500px;height:500px;left:-300px;top:260px;background:radial-gradient(circle,rgba(81,66,204,.14),transparent 70%)}
.hero-layout{display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);align-items:center;gap:60px;position:relative}.hero-copy{position:relative;z-index:4}.hero-copy h1{font-size:clamp(58px,5vw,72px);max-width:690px;margin:0 0 27px}.hero-copy>p{font-size:20px;line-height:1.65;max-width:650px;margin-bottom:32px}.micro{display:block;color:#777c8d;margin-top:16px}.trust-mini{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#4f5468;font-size:13px}.trust-mini span{display:flex;align-items:center;gap:6px}.trust-mini svg{width:16px;height:16px;color:var(--color-accent)}
.hero-stage{position:relative;height:590px;z-index:2}.hero-stage .dashboard{position:absolute;width:610px;right:-110px;top:10px;transform:rotate(1.5deg)}.hero-stage .portal{position:absolute;width:380px;left:-30px;bottom:5px;transform:rotate(-2deg);z-index:2}.float-card{position:absolute;z-index:4;display:flex;align-items:center;gap:11px;background:rgba(255,255,255,.95);border:1px solid var(--color-border);border-radius:15px;padding:12px 15px;box-shadow:var(--shadow-md);backdrop-filter:blur(10px)}.float-card>span{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:#efeffc;color:var(--color-primary)}.float-card svg{width:18px;height:18px}.float-card small,.float-card b{display:block}.float-card small{font-size:8px;color:#858a99}.float-card b{font-size:10px;letter-spacing:.03em}.float-card.code{left:45px;top:105px}.float-card.protected{right:20px;bottom:32px}
.trust-bar{border-block:1px solid var(--color-border);background:#fff}.trust-bar .container{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:30px}.trust-bar p{margin:0;font-size:14px;font-weight:700;color:#383d50}.trust-bar .container>div{display:flex;align-items:center;justify-content:flex-end;gap:28px;flex-wrap:wrap}.trust-bar span{display:flex;align-items:center;gap:8px;color:#626779;font-size:12px;font-weight:650}.trust-bar svg{width:18px;height:18px;color:var(--color-primary)}
/* Comparação */
.problem .section-title{margin-bottom:55px}.compare{display:grid;grid-template-columns:1fr 52px 1fr;align-items:stretch}.compare article{padding:42px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff}.compare .generic{border-radius:var(--radius-md) 0 0 var(--radius-md);background:#fafafa}.compare .workky{border-color:#cbcbed;background:linear-gradient(150deg,#f8f8ff,#f5fcfb);box-shadow:var(--shadow-md);border-radius:0 var(--radius-md) var(--radius-md) 0}.compare-label{font-size:11px;font-weight:850;letter-spacing:.09em;color:#818695;text-transform:uppercase}.compare h3{font-size:27px;margin:14px 0 5px}.compare .versus{display:grid;place-items:center;align-self:center;justify-self:center;width:54px;height:54px;margin-inline:-1px;border-radius:50%;background:var(--color-primary);color:#fff;font-size:11px;font-weight:850;z-index:2;box-shadow:0 10px 28px rgba(39,39,127,.25)}.compare .generic .checks svg{color:#a3a7b2}.compare .workky .checks li{font-weight:620}
/* Passos */
.steps .section-title{margin-bottom:58px}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.step{position:relative;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:30px;overflow:hidden;box-shadow:0 8px 30px rgba(28,31,72,.04)}.step>b{font-size:12px;color:var(--color-accent);letter-spacing:.12em}.step h3{font-size:25px;margin:26px 0 12px}.step p{margin:0}.step-visual{height:185px;border-radius:17px;background:#f3f4fa;margin-top:25px;padding:24px;position:relative;overflow:hidden}.step-visual>span{display:grid;place-items:center;width:45px;height:45px;border-radius:13px;background:#fff;color:var(--color-primary);box-shadow:var(--shadow-sm)}.step-visual svg{width:23px;height:23px}.configure i{display:block;height:12px;border-radius:8px;background:#fff;margin-top:13px}.configure i:nth-of-type(1){width:90%}.configure i:nth-of-type(2){width:70%}.configure i:nth-of-type(3){width:82%}.publish{display:grid;place-items:center;background:linear-gradient(135deg,#f0f0fb,#eefaf8)}.publish>span{position:absolute;top:25px;left:25px}.publish div{font-size:13px;background:#fff;border:1px solid #dfe1eb;border-radius:10px;padding:13px 18px;box-shadow:var(--shadow-sm);color:#42475a}.follow i{display:block;width:72%;height:45px;border-radius:12px;background:#fff;margin:11px 0 0}.follow i:last-child{margin-left:auto;background:#e7e7fb;width:65%}
/* Destaques */
.feature-show .mock-stack{position:relative;min-height:510px}.mock-stack .portal{width:520px}.phone{position:absolute;right:-5px;bottom:-15px;width:205px;height:390px;padding:43px 20px 20px;border:7px solid #1e2035;border-radius:34px;background:#fff;box-shadow:var(--shadow-lg);text-align:center}.phone-top{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:68px;height:16px;border-radius:10px;background:#1e2035}.phone>small{font-size:8px;color:var(--color-accent);font-weight:800}.phone h4{font-size:18px;margin:40px 0 18px}.code-input{padding:12px;border:1px solid #dfe1e9;border-radius:10px;font-size:10px;color:#898d99}.management .detail{width:100%;transform:rotate(1deg)}.deadlines .section-title{margin-bottom:55px}.timeline{display:grid;grid-template-columns:repeat(5,1fr);position:relative}.timeline::before{content:"";position:absolute;left:10%;right:10%;top:24px;height:2px;background:linear-gradient(90deg,var(--color-primary),var(--color-accent));opacity:.25}.timeline article{position:relative;text-align:center;padding-inline:12px}.timeline article>b{position:relative;z-index:2;display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#fff;border:2px solid #dedff1;margin:0 auto 20px;color:var(--color-primary);font-size:12px}.timeline article span{display:block;font-weight:800}.timeline article p{font-size:13px;line-height:1.5;margin:8px 0}.legal-note{max-width:930px;margin:45px auto 0;padding:16px 20px;border-radius:12px;background:#faf6ed;color:#80603c;font-size:13px;text-align:center}
.access-card,.entities,.permission-mock,.form-mock,.process-visual,.boundary-card,.law-card,.law-timing{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.access-card{padding:26px}.access-head{display:flex;align-items:center;gap:14px;padding-bottom:20px;border-bottom:1px solid var(--color-border)}.access-head>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#eeeefd;color:var(--color-primary)}.access-head svg{width:24px;height:24px}.access-head small,.access-head h3{display:block}.access-head small{font-size:8px;letter-spacing:.1em;color:#898e9c}.access-head h3{font-size:20px;margin:4px 0 0}.people p,.entities article{display:flex;align-items:center;gap:12px;margin:0;padding:15px 0;border-bottom:1px solid #eceef2}.people i,.entities i{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#efeffb;color:#34338b;font-style:normal;font-weight:800;font-size:11px}.people p>span,.entities article>div{flex:1}.people b,.people small,.entities b,.entities small{display:block}.people b,.entities b{font-size:12px}.people small,.entities small{font-size:9px;color:#858997}.people em,.entities em{font-size:8px;color:var(--color-success);background:#e8f6f2;border-radius:20px;padding:5px 8px;font-style:normal}.access-foot{display:flex;align-items:center;gap:8px;padding-top:17px;color:#6b7080;font-size:10px}.access-foot svg{width:16px;height:16px}.entities{padding:24px}.entities header{display:flex;justify-content:space-between;border-bottom:1px solid var(--color-border);padding-bottom:17px}.entities header span{font-size:15px;font-weight:800}.entities header b{font-size:10px;color:#656a79}.entities article em{background:#f0f0fb;color:#424295}.entities .e2{background:#e9f8f5;color:#087f72}.entities .e3{background:#fff3e4;color:#a06010}.entities .e4{background:#f4ebf8;color:#75428e}
.commit-grid{grid-template-columns:repeat(4,1fr);margin-top:55px}.commit-grid .card{padding:27px}.commit-grid .card h3{font-size:19px}.commit-grid .card p{font-size:14px}.case-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:35px;align-items:center;padding:55px 0 55px 55px;border-radius:var(--radius-lg);background:#15163c;color:#fff;overflow:hidden}.case-card h2{font-size:45px}.case-card p{color:#bfc3d7}.case-card .eyebrow{color:#81e3d9}.case-metrics{display:flex;gap:28px;margin:29px 0}.case-metrics span{padding-right:27px;border-right:1px solid rgba(255,255,255,.16)}.case-metrics span:last-child{border:0}.case-metrics b,.case-metrics small{display:block}.case-metrics b{font-size:30px}.case-metrics small{color:#aaaec3;font-size:10px}.demo-label{display:inline-block;color:#8b90a5;font-size:9px;font-weight:800;letter-spacing:.1em}.case-card .inline{display:flex;color:#fff}.case-visual{transform:translateX(45px)}.features-grid{grid-template-columns:repeat(4,1fr);margin-top:55px}.features-grid .card{padding:24px}.features-grid .card .icon{width:42px;height:42px;margin-bottom:19px}.features-grid .card h3{font-size:18px}.features-grid .card p{font-size:13px}.pricing-preview .split{align-items:start}.validation{font-size:12px;color:#8c693a;background:#faf6ec;border:1px solid #eee0c8;border-radius:12px;padding:13px 15px;margin-top:25px}.price-card{background:#fff;border:1px solid #dadced;border-radius:var(--radius-lg);padding:38px;box-shadow:var(--shadow-lg)}.price-card>span{font-size:11px;color:var(--color-primary);font-weight:850;letter-spacing:.13em}.price{display:flex;align-items:end;gap:9px;margin:18px 0 8px}.price b{font-size:56px;line-height:1;color:var(--color-primary);letter-spacing:-.06em}.price small{font-size:12px;color:#7c8191;margin-bottom:6px}.price-card>p{font-size:14px}.price-card .button{margin-top:10px}.price-card hr{border:0;border-top:1px solid var(--color-border);margin:25px 0}.price-card hr+p{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.price-card hr+p strong{font-size:13px;color:var(--color-primary)}.price-card>small{font-size:11px;color:#8a8e9c}.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;align-items:start;gap:85px}.faq-layout .section-title{position:sticky;top:120px}.faq-list{border-top:1px solid #dfe1ea}.faq{border-bottom:1px solid #dfe1ea}.faq h3{margin:0}.faq button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;border:0;background:none;padding:22px 0;text-align:left;font-size:17px;font-weight:750}.faq button svg{width:19px;height:19px;flex:none;transition:transform .2s}.faq button[aria-expanded=true] svg{transform:rotate(180deg)}.faq>div{padding:0 38px 23px 0}.faq>div p{margin:0;font-size:15px}
/* Heróis interiores */
.page-hero{padding:180px 0 100px;text-align:center;position:relative;overflow:hidden;background:linear-gradient(180deg,#f7f7ff 0%,#fff 100%)}.page-hero::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(39,39,127,.09) 1px,transparent 1px);background-size:26px 26px;mask-image:linear-gradient(to bottom,#000,transparent)}.page-hero .container{position:relative;max-width:930px}.page-hero h1{font-size:clamp(54px,6vw,70px);margin-bottom:24px}.page-hero p{font-size:20px;max-width:780px;margin:0 auto 31px}.page-hero .buttons{justify-content:center}
.tabs-demo .tab-buttons{display:flex;gap:8px;margin-bottom:15px;background:#f0f1f6;padding:5px;border-radius:12px}.tab-buttons button{flex:1;border:0;background:transparent;border-radius:8px;padding:10px;font-size:11px;font-weight:750;color:#757a8b}.tab-buttons button.active{background:#fff;color:var(--color-primary);box-shadow:0 4px 12px rgba(30,31,76,.08)}.form-mock{padding:27px}.form-mock>span{display:block;font-size:16px;font-weight:800;border-bottom:1px solid var(--color-border);padding-bottom:16px;margin-bottom:18px}.form-mock label{display:block;font-size:9px;margin-top:13px}.form-mock label>div{font-weight:500;color:#8a8f9d;border:1px solid #e0e2ea;border-radius:9px;padding:11px;margin-top:6px}.form-mock .textarea{height:85px}.form-mock .upload{display:flex;align-items:center;gap:6px;color:var(--color-primary)}.form-mock .upload svg{width:14px;height:14px}.cards{margin-top:38px}.process-visual{padding:40px;text-align:center}.process-visual>b{display:grid;place-items:center;width:70px;height:70px;border-radius:50%;margin:0 auto 16px;background:var(--gradient-brand);color:#fff;font-size:28px}.process-visual>span{display:block;font-size:20px;font-weight:800;margin-bottom:25px}.process-visual p{display:inline-block;margin:5px;padding:8px 13px;background:#f2f3f8;border-radius:20px;font-size:12px}.permission-mock{padding:27px}.permission-mock header{display:flex;align-items:center;gap:15px;padding-bottom:20px;border-bottom:1px solid var(--color-border)}.permission-mock header>svg{width:38px;height:38px;color:var(--color-primary)}.permission-mock header small,.permission-mock header b{display:block}.permission-mock header small{font-size:8px;color:#878b99}.permission-mock header b{font-size:17px}.permission-mock>p{display:flex;align-items:center;gap:10px;margin:0;padding:13px 0;border-bottom:1px solid #eff0f4;font-size:13px;color:#404558}.permission-mock>p span{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:#eaf7f4;color:#0a897a}.permission-mock>p svg{width:14px;height:14px}.permission-mock>p.off span{background:#f5eded;color:#a44b57}.boundary-card{padding:42px;text-align:center}.boundary-card>span{display:grid;place-items:center;width:60px;height:60px;border-radius:18px;background:#f0f0fb;color:var(--color-primary);margin:0 auto 22px}.boundary-card svg{width:28px;height:28px}.boundary-card h3{font-size:28px}.compliance-wheel{position:relative;width:430px;height:430px;margin:auto}.compliance-wheel>i{position:absolute;display:flex;align-items:center;justify-content:center;gap:8px;width:155px;height:155px;border-radius:50%;background:#fff;border:1px solid var(--color-border);box-shadow:var(--shadow-sm);font-style:normal;color:var(--color-primary);font-size:24px;font-weight:850}.compliance-wheel i span{font-size:11px;color:#52576a}.compliance-wheel i:nth-child(1){left:0;top:0}.compliance-wheel i:nth-child(2){right:0;top:0}.compliance-wheel i:nth-child(3){left:0;bottom:0}.compliance-wheel i:nth-child(4){right:0;bottom:0}.compliance-wheel>b{position:absolute;display:flex;align-items:center;justify-content:center;gap:8px;width:170px;height:170px;border-radius:50%;left:130px;top:130px;background:var(--gradient-brand);color:#fff;box-shadow:var(--shadow-md)}.compliance-wheel b svg{width:24px;height:24px}.law-card{padding:45px}.law-card small{font-size:11px;font-weight:850;color:var(--color-accent);letter-spacing:.15em}.law-card b{display:block;font-size:31px;line-height:1.2;margin:18px 0}.law-card p{font-size:14px}.law-card span{display:inline-block;padding:7px 11px;border-radius:20px;background:#f8f0e4;color:#95611b;font-size:10px}.law-timing{display:flex;align-items:center;justify-content:center;gap:30px;padding:45px}.law-timing>div{text-align:center}.law-timing b{display:inline;font-size:64px;color:var(--color-primary)}.law-timing span{font-weight:750}.law-timing p{font-size:12px;max-width:150px}.law-timing>i svg{width:30px;height:30px;color:var(--color-accent)}
/* Preço e casos */
.price-page{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:start;max-width:1000px}.price-card.featured{border:2px solid #cacbed}.price-card .checks{margin-bottom:26px}.price-side{display:grid;gap:15px}.price-side>article{display:flex;gap:16px;padding:24px;background:#fff;border:1px solid var(--color-border);border-radius:18px}.price-side>article>span{display:grid;place-items:center;width:45px;height:45px;border-radius:13px;background:#efeffb;color:var(--color-primary);flex:none}.price-side svg{width:22px;height:22px}.price-side h3{font-size:18px;margin:2px 0 5px}.price-side p{font-size:13px;margin:0}.price-side b{display:block;margin-top:7px;color:var(--color-primary);font-size:13px}.case-list{display:grid;gap:65px}.case-full{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:65px;padding:50px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff}.case-full.reverse>div:first-child{order:2}.case-full h2{font-size:40px;margin:15px 0 22px}.case-full>div>p{font-size:15px}.case-full .browser{box-shadow:var(--shadow-md)}
/* Recursos */
.resources-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.resource-card{display:flex;flex-direction:column;min-height:310px;padding:31px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;transition:transform .25s,box-shadow .25s}.resource-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.resource-card>span{font-size:10px;font-weight:850;letter-spacing:.13em;color:var(--color-accent)}.resource-card h2{font-size:26px;margin:20px 0 14px}.resource-card p{font-size:15px}.resource-card .inline{margin-top:auto}.newsletter-in{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;padding:55px;border-radius:var(--radius-lg);background:#fff;border:1px solid var(--color-border)}.newsletter h2{font-size:38px;margin-bottom:10px}.newsletter p{margin-bottom:0}.inline-form{display:flex;align-items:end;gap:10px;flex-wrap:wrap}.inline-form label{min-width:220px; width: 100%}.inline-form .form-status{flex-basis:100%}
/* Artigos */
.article-head{padding:165px 0 80px;background:linear-gradient(180deg,#f7f7ff,#fff)}.article-head .back,.conversion .back{display:inline-flex;align-items:center;gap:7px;color:#676c7e;font-size:13px;font-weight:700;margin-bottom:55px}.back svg{width:16px;height:16px;transform:rotate(180deg)}.article-head h1{font-size:clamp(50px,6vw,72px);margin-bottom:25px}.article-head>div>p{font-size:21px;max-width:750px}.article-meta{display:flex;gap:18px;flex-wrap:wrap;color:#7b8091;font-size:12px}.article-meta span+span::before{content:"·";margin-right:18px}.article-layout{display:grid;grid-template-columns:220px 1fr;gap:80px;align-items:start;padding-block:75px 110px}.toc{position:sticky;top:115px;display:grid;gap:10px;border-left:2px solid #e6e7ef;padding-left:18px}.toc strong{font-size:12px;margin-bottom:7px}.toc a{font-size:12px;color:#6f7485}.toc a:hover{color:var(--color-primary)}.article-content{max-width:760px}.article-content>section{scroll-margin-top:110px;margin-bottom:60px}.article-content h2{font-size:36px;margin-bottom:20px}.article-content p{font-size:18px;line-height:1.8}.article-note{padding:28px;border-radius:18px;background:#faf6ec;border:1px solid #eee1c9}.article-note h2{font-size:24px}.article-note p{font-size:15px;margin:0}.article-action{padding:42px;border-radius:var(--radius-md);background:#f0f0fb}.article-action h2{font-size:32px}.article-action p{font-size:16px}
/* Guias */
.guide-layout{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:start}.guide-preview{min-height:680px;padding:55px;border-radius:8px 32px 32px 8px;background:linear-gradient(145deg,#25257e,#4335af 70%,#00a999);color:#fff;box-shadow:var(--shadow-lg);position:sticky;top:115px;overflow:hidden}.guide-preview::after{content:"";position:absolute;width:350px;height:350px;border-radius:50%;right:-160px;bottom:-150px;border:70px solid rgba(255,255,255,.08)}.guide-preview header{display:flex;align-items:center;gap:14px}.guide-preview header img{width:58px;height:58px}.guide-preview header span{font-size:11px;letter-spacing:.14em;font-weight:850}.guide-preview h2{font-size:48px;margin:105px 0 25px}.guide-preview p{color:#d9daee}.guide-pages{display:flex;gap:8px;margin-top:130px}.guide-pages i{width:44px;height:6px;border-radius:5px;background:rgba(255,255,255,.3)}.guide-pages i:first-child{background:#fff}.download-panel{padding:20px 0}.download-panel h2{font-size:45px}.stack-form,.lead-form{display:grid;gap:17px;margin-top:30px}.stack-form{padding:26px;border-radius:20px;background:#f7f8fb;border:1px solid var(--color-border)}.download-panel>small{display:block;margin-top:18px;color:#898d9a}.checklist-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:45px;align-items:start}.checklist-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm);padding:40px}.checklist-card>header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--color-border);padding-bottom:24px}.checklist-card h2{font-size:34px;margin:0}.progress-ring{display:flex;align-items:baseline;color:var(--color-primary)}.progress-ring b{font-size:36px}.progress-ring small{font-size:13px}.check-items{display:grid;gap:0}.check-items label{display:flex;align-items:flex-start;gap:14px;padding:17px 0;border-bottom:1px solid #eceef2;font-weight:550}.check-items input{appearance:none;width:23px;height:23px;margin:0;flex:none;border-radius:7px;padding:0;display:grid;place-items:center}.check-items input:checked{background:var(--color-primary);border-color:var(--color-primary)}.check-items input:checked::after{content:"✓";color:#fff;font-size:14px;font-weight:850}.check-items input:checked+span{text-decoration:line-through;color:#8b8f9b}.check-result{margin-top:25px;padding:16px;border-radius:12px;background:#f2f3fa;color:#4e5367;font-size:14px}.check-aside{position:sticky;top:115px;padding:32px;border-radius:var(--radius-md);background:#f3f4fb}.check-aside>span{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;background:#fff;color:var(--color-primary)}.check-aside svg{width:23px;height:23px}.check-aside h2{font-size:28px;margin-top:25px}.check-aside .button{width:100%;margin-top:10px}
/* Conversão */
.conversion{min-height:100vh;padding:130px 0 80px;background:linear-gradient(135deg,#f7f7ff 0%,#f5fbfa 100%)}.conversion-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:start;gap:75px}.conversion-copy{padding-top:15px}.conversion-copy h1{font-size:clamp(54px,5vw,72px);margin-bottom:25px}.conversion-copy>p{font-size:19px}.session-card{display:flex;gap:18px;padding:25px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:rgba(255,255,255,.7);margin-top:35px}.session-card>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#fff;color:var(--color-primary);flex:none}.session-card svg{width:24px;height:24px}.session-card b{font-size:15px}.session-card ul{padding-left:18px;color:#666b7c;font-size:13px;margin:10px 0 0}.session-meta{display:flex;gap:16px;flex-wrap:wrap;margin-top:20px}.session-meta span{display:flex;align-items:center;gap:6px;color:#656a7c;font-size:11px}.session-meta svg{width:15px;height:15px;color:var(--color-accent)}.lead-form{padding:36px;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.lead-form h2{font-size:30px;margin-bottom:8px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}form .form-row{    align-items: end;}.lead-form label{display:block}.lead-form label>small{font-weight:500;color:#8d919d}.lead-form>small{font-size:10px;color:#8c909d;line-height:1.5}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:start}.contact-cards{display:grid;gap:15px; margin-top: 30px}.contact-card{display:flex;gap:18px;padding:25px;border:1px solid var(--color-border);border-radius:var(--radius-md);transition:transform .2s,box-shadow .2s}.contact-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.contact-card>span{display:grid;place-items:center;width:48px;height:48px;flex:none;border-radius:14px;background:#f0f0fb;color:var(--color-primary)}.contact-card svg{width:23px;height:23px}.contact-card small{font-size:9px;color:var(--color-accent);font-weight:850}.contact-card h2{font-size:21px;margin:5px 0}.contact-card p{font-size:13px;margin:0}.thanks,.not-found{text-align:center;min-height:75vh;padding:180px 20px 100px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#f8f8ff,#fff)}.thanks-art{display:grid;place-items:center;width:85px;height:85px;border-radius:28px;background:linear-gradient(135deg,#e9e9fa,#e1f6f2);color:var(--color-primary);margin-bottom:30px}.thanks-art svg{width:42px;height:42px}.thanks h1,.not-found h1{font-size:clamp(48px,6vw,70px);max-width:850px}.thanks p,.not-found p{font-size:18px;max-width:680px}.thanks .buttons,.not-found .buttons{justify-content:center;margin-top:20px}.error-code{font-size:150px;line-height:.9;font-weight:900;letter-spacing:-.09em;color:#e8e9f4;margin-left:-12px}
/* Legais */
.legal-page{padding:165px 0 110px}.legal-page h1{font-size:clamp(48px,6vw,70px)}.updated{font-size:13px;margin:17px 0 60px}.legal-content>section{margin-bottom:48px}.legal-content h2{font-size:30px}.legal-content p,.legal-content li{font-size:17px;line-height:1.8}.legal-warning{margin-top:60px;padding:24px;border-radius:16px;background:#faf6ec;border:1px solid #eee1c9}.legal-warning p{margin:7px 0 0;font-size:14px}

/* Animações e microinterações Workky
   Concebidas para dar profundidade aos mockups sem prejudicar leitura ou performance. */

html,body{overflow-x:clip}

html.motion-ready .reveal{
  transition-property:opacity,transform,filter;
  transition-duration:.72s;
  transition-timing-function:cubic-bezier(.2,.72,.2,1);
  transition-delay:var(--reveal-delay,0ms);
  filter:blur(3px);
  will-change:opacity,transform;
}
html.motion-ready .reveal.visible{filter:none}
html.motion-ready .reveal.reveal-scale{transform:translateY(20px) scale(.975)}
html.motion-ready .reveal.reveal-scale.visible{transform:none}
html.motion-ready .reveal.reveal-left{transform:translate3d(-28px,12px,0)}
html.motion-ready .reveal.reveal-right{transform:translate3d(28px,12px,0)}
html.motion-ready .reveal.reveal-left.visible,
html.motion-ready .reveal.reveal-right.visible{transform:none}

/* Entrada inicial da página */
html.motion-ready body.hero-loaded .hero-copy>*,
html.motion-ready body.hero-loaded .page-hero .container>*,
html.motion-ready body.hero-loaded .article-head>div>*,
html.motion-ready body.hero-loaded .conversion-copy>*{
  animation:workky-copy-in .72s cubic-bezier(.2,.72,.2,1) both;
}
html.motion-ready body.hero-loaded .hero-copy>*:nth-child(1),
html.motion-ready body.hero-loaded .page-hero .container>*:nth-child(1),
html.motion-ready body.hero-loaded .article-head>div>*:nth-child(1),
html.motion-ready body.hero-loaded .conversion-copy>*:nth-child(1){animation-delay:.05s}
html.motion-ready body.hero-loaded .hero-copy>*:nth-child(2),
html.motion-ready body.hero-loaded .page-hero .container>*:nth-child(2),
html.motion-ready body.hero-loaded .article-head>div>*:nth-child(2),
html.motion-ready body.hero-loaded .conversion-copy>*:nth-child(2){animation-delay:.13s}
html.motion-ready body.hero-loaded .hero-copy>*:nth-child(3),
html.motion-ready body.hero-loaded .page-hero .container>*:nth-child(3),
html.motion-ready body.hero-loaded .article-head>div>*:nth-child(3),
html.motion-ready body.hero-loaded .conversion-copy>*:nth-child(3){animation-delay:.21s}
html.motion-ready body.hero-loaded .hero-copy>*:nth-child(4),
html.motion-ready body.hero-loaded .page-hero .container>*:nth-child(4),
html.motion-ready body.hero-loaded .article-head>div>*:nth-child(4),
html.motion-ready body.hero-loaded .conversion-copy>*:nth-child(4){animation-delay:.29s}
html.motion-ready body.hero-loaded .hero-copy>*:nth-child(5){animation-delay:.37s}
html.motion-ready body.hero-loaded .hero-copy>*:nth-child(6){animation-delay:.45s}

/* Hero e mockups principais */
.hero-stage{translate:0 var(--stage-y,0px)}
html.motion-ready body.hero-loaded .hero-stage .dashboard{
  animation:workky-dashboard-in .9s cubic-bezier(.16,.8,.2,1) .18s both,
            workky-dashboard-float 7.5s ease-in-out 1.15s infinite;
  translate:calc(var(--pointer-x,0) * -7px) calc(var(--pointer-y,0) * -5px);
}
html.motion-ready body.hero-loaded .hero-stage .portal{
  animation:workky-portal-in .88s cubic-bezier(.16,.8,.2,1) .34s both,
            workky-portal-float 6.6s ease-in-out 1.3s infinite;
  translate:calc(var(--pointer-x,0) * 9px) calc(var(--pointer-y,0) * 6px);
}
html.motion-ready body.hero-loaded .hero-stage .float-card.code{
  animation:workky-float-card-in .62s cubic-bezier(.18,.85,.25,1) .72s both,
            workky-bob 5.4s ease-in-out 1.5s infinite;
  translate:calc(var(--pointer-x,0) * 13px) calc(var(--pointer-y,0) * 9px);
}
html.motion-ready body.hero-loaded .hero-stage .float-card.protected{
  animation:workky-float-card-in .62s cubic-bezier(.18,.85,.25,1) .88s both,
            workky-bob-alt 5.9s ease-in-out 1.7s infinite;
  translate:calc(var(--pointer-x,0) * -11px) calc(var(--pointer-y,0) * -8px);
}
html.motion-ready .hero-grid{animation:workky-grid-drift 24s linear infinite}
html.motion-ready .orb-a{animation:workky-orb-a 12s ease-in-out infinite}
html.motion-ready .orb-b{animation:workky-orb-b 14s ease-in-out infinite}

/* Animação dentro dos ecrãs */
html.motion-ready .browser .stats article,
html.motion-ready .browser .mock-table p,
html.motion-ready .browser .choices>div,
html.motion-ready .browser .msg,
html.motion-ready .access-card .people p,
html.motion-ready .entities article,
html.motion-ready .permission-mock>p,
html.motion-ready .form-mock label,
html.motion-ready .process-visual p{
  opacity:0;
  transform:translateY(10px);
}
html.motion-ready .browser.motion-active .stats article,
html.motion-ready .browser.motion-active .mock-table p,
html.motion-ready .browser.motion-active .choices>div,
html.motion-ready .browser.motion-active .msg,
html.motion-ready .access-card.motion-active .people p,
html.motion-ready .entities.motion-active article,
html.motion-ready .permission-mock.motion-active>p,
html.motion-ready .form-mock.motion-active label,
html.motion-ready .process-visual.motion-active p{
  animation:workky-mock-item .48s cubic-bezier(.2,.72,.2,1) both;
}
html.motion-ready .motion-active .stats article:nth-child(2),
html.motion-ready .motion-active .choices>div:nth-child(2),
html.motion-ready .motion-active .msg:nth-of-type(2),
html.motion-ready .motion-active .people p:nth-child(2),
html.motion-ready .entities.motion-active article:nth-of-type(2),
html.motion-ready .permission-mock.motion-active>p:nth-of-type(2),
html.motion-ready .form-mock.motion-active label:nth-of-type(2),
html.motion-ready .process-visual.motion-active p:nth-of-type(2){animation-delay:.09s}
html.motion-ready .motion-active .stats article:nth-child(3),
html.motion-ready .motion-active .mock-table p:nth-of-type(2),
html.motion-ready .motion-active .people p:nth-child(3),
html.motion-ready .entities.motion-active article:nth-of-type(3),
html.motion-ready .permission-mock.motion-active>p:nth-of-type(3),
html.motion-ready .form-mock.motion-active label:nth-of-type(3),
html.motion-ready .process-visual.motion-active p:nth-of-type(3){animation-delay:.18s}
html.motion-ready .motion-active .mock-table p:nth-of-type(3),
html.motion-ready .motion-active .people p:nth-child(4),
html.motion-ready .entities.motion-active article:nth-of-type(4),
html.motion-ready .permission-mock.motion-active>p:nth-of-type(4),
html.motion-ready .form-mock.motion-active label:nth-of-type(4),
html.motion-ready .process-visual.motion-active p:nth-of-type(4){animation-delay:.27s}
html.motion-ready .permission-mock.motion-active>p:nth-of-type(5),
html.motion-ready .form-mock.motion-active label:nth-of-type(5),
html.motion-ready .process-visual.motion-active p:nth-of-type(5){animation-delay:.36s}
html.motion-ready .browser.motion-active .bar>i{animation:workky-dot-pulse 2.4s ease-in-out infinite}
html.motion-ready .browser.motion-active .bar>i:nth-child(2){animation-delay:.18s}
html.motion-ready .browser.motion-active .bar>i:nth-child(3){animation-delay:.36s}
html.motion-ready .browser.motion-active .mock-table p em{animation:workky-status-pulse 3.2s ease-in-out infinite}

/* Passos e linha temporal */
html.motion-ready .step.motion-active .step-visual>span{animation:workky-icon-pop .55s cubic-bezier(.18,.9,.26,1.25) both}
html.motion-ready .step .configure i{transform:scaleX(0);transform-origin:left center}
html.motion-ready .step.motion-active .configure i{animation:workky-line-grow .52s cubic-bezier(.2,.72,.2,1) .15s both}
html.motion-ready .step.motion-active .configure i:nth-of-type(2){animation-delay:.25s}
html.motion-ready .step.motion-active .configure i:nth-of-type(3){animation-delay:.35s}
html.motion-ready .step .publish div{opacity:0;transform:translateY(10px) scale(.94)}
html.motion-ready .step.motion-active .publish div{animation:workky-link-pop .58s cubic-bezier(.18,.9,.26,1.18) .18s both}
html.motion-ready .step .follow i{opacity:0;transform:translateX(-18px)}
html.motion-ready .step.motion-active .follow i{animation:workky-message-in .5s cubic-bezier(.2,.72,.2,1) .18s both}
html.motion-ready .step.motion-active .follow i:last-child{animation-delay:.34s;transform:translateX(18px)}
.timeline::after{content:"";position:absolute;left:10%;right:10%;top:24px;height:2px;background:linear-gradient(90deg,var(--color-primary),var(--color-accent));transform:scaleX(0);transform-origin:left center;z-index:1}
html.motion-ready .timeline.motion-active::after{animation:workky-timeline-line 1.15s cubic-bezier(.2,.72,.2,1) both}
html.motion-ready .timeline article>b{transform:scale(.82);opacity:.5}
html.motion-ready .timeline.motion-active article>b{animation:workky-timeline-dot .45s cubic-bezier(.18,.9,.26,1.2) both}
html.motion-ready .timeline.motion-active article:nth-child(2)>b{animation-delay:.18s}
html.motion-ready .timeline.motion-active article:nth-child(3)>b{animation-delay:.36s}
html.motion-ready .timeline.motion-active article:nth-child(4)>b{animation-delay:.54s}
html.motion-ready .timeline.motion-active article:nth-child(5)>b{animation-delay:.72s}

/* Cartões, ícones e botões */
.card{position:relative;isolation:isolate;overflow:hidden}
.card::after{content:"";position:absolute;inset:-60% -80%;z-index:-1;background:linear-gradient(115deg,transparent 43%,rgba(81,66,204,.055) 49%,rgba(0,182,166,.07) 52%,transparent 58%);transform:translateX(-42%) rotate(8deg);transition:transform .7s cubic-bezier(.2,.72,.2,1)}
.card:hover::after{transform:translateX(42%) rotate(8deg)}
.card .icon{transition:transform .32s cubic-bezier(.18,.9,.26,1.2),background .25s,color .25s,box-shadow .25s}
.card:hover .icon{transform:translateY(-3px) rotate(-3deg) scale(1.06);background:linear-gradient(135deg,#eeeeff,#e8faf7);box-shadow:0 10px 24px rgba(39,39,127,.11)}
.button.primary{position:relative;overflow:hidden;isolation:isolate}
.button.primary::after{content:"";position:absolute;inset:-3px;z-index:-1;background:linear-gradient(105deg,transparent 25%,rgba(255,255,255,.34) 48%,transparent 70%);transform:translateX(-130%);transition:transform .55s ease}
.button.primary:hover::after{transform:translateX(130%)}
.button:active{transform:translateY(0) scale(.98)}
.button.is-loading{pointer-events:none;opacity:.82}
.button.is-loading::before{content:"";width:15px;height:15px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:workky-spin .65s linear infinite}

/* Tabs e navegação móvel */
[data-panel].panel-enter{animation:workky-panel-in .34s cubic-bezier(.2,.72,.2,1) both}
.mobile-menu.menu-enter{animation:workky-menu-in .25s cubic-bezier(.2,.72,.2,1) both;transform-origin:top center}
.mobile-menu.menu-leave{animation:workky-menu-out .2s ease both;transform-origin:top center}

/* Elementos visuais complementares */
html.motion-ready .final-art.motion-active i:nth-child(1){animation:workky-final-one .8s cubic-bezier(.18,.85,.25,1) both}
html.motion-ready .final-art.motion-active i:nth-child(2){animation:workky-final-two .8s cubic-bezier(.18,.85,.25,1) .12s both}
html.motion-ready .final-art.motion-active i:nth-child(3){animation:workky-final-three .8s cubic-bezier(.18,.85,.25,1) .24s both,workky-final-float 6s ease-in-out 1.2s infinite}
html.motion-ready .final-art.motion-active b{animation:workky-copy-in .55s cubic-bezier(.2,.72,.2,1) .52s both}
html.motion-ready .compliance-wheel.motion-active>i{animation:workky-wheel-item .65s cubic-bezier(.18,.9,.26,1.12) both}
html.motion-ready .compliance-wheel.motion-active>i:nth-child(2){animation-delay:.1s}
html.motion-ready .compliance-wheel.motion-active>i:nth-child(3){animation-delay:.2s}
html.motion-ready .compliance-wheel.motion-active>i:nth-child(4){animation-delay:.3s}
html.motion-ready .compliance-wheel.motion-active>b{animation:workky-wheel-centre .72s cubic-bezier(.18,.9,.26,1.12) .25s both,workky-soft-pulse 4.5s ease-in-out 1.1s infinite}
html.motion-ready .law-timing.motion-active b{animation:workky-number-pop .65s cubic-bezier(.18,.9,.26,1.15) both}
html.motion-ready .price-card.motion-active{animation:workky-price-glow .8s cubic-bezier(.2,.72,.2,1) both}

/* FAQ: o painel é animado por JavaScript e mantém a semântica aria-expanded. */
.faq>div.faq-animating{overflow:hidden;will-change:height,opacity}
.faq button{transition:color .2s}
.faq button:hover,.faq button[aria-expanded=true]{color:var(--color-primary)}

@keyframes workky-copy-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@keyframes workky-dashboard-in{from{opacity:0;transform:translate3d(75px,26px,0) rotate(4deg) scale(.94)}to{opacity:1;transform:rotate(1.5deg) scale(1)}}
@keyframes workky-dashboard-float{0%,100%{transform:translateY(0) rotate(1.5deg)}50%{transform:translateY(-10px) rotate(.8deg)}}
@keyframes workky-portal-in{from{opacity:0;transform:translate3d(-55px,34px,0) rotate(-5deg) scale(.94)}to{opacity:1;transform:rotate(-2deg) scale(1)}}
@keyframes workky-portal-float{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(9px) rotate(-1.3deg)}}
@keyframes workky-float-card-in{from{opacity:0;transform:translateY(14px) scale(.9)}to{opacity:1;transform:none}}
@keyframes workky-bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes workky-bob-alt{0%,100%{transform:translateY(0)}50%{transform:translateY(7px)}}
@keyframes workky-grid-drift{to{background-position:64px 64px}}
@keyframes workky-orb-a{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-24px,24px) scale(1.05)}}
@keyframes workky-orb-b{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(28px,-20px) scale(.96)}}
@keyframes workky-mock-item{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@keyframes workky-dot-pulse{0%,70%,100%{opacity:.55;transform:scale(1)}35%{opacity:1;transform:scale(1.28)}}
@keyframes workky-status-pulse{0%,100%{box-shadow:0 0 0 0 rgba(81,66,204,0)}50%{box-shadow:0 0 0 4px rgba(81,66,204,.08)}}
@keyframes workky-icon-pop{from{opacity:0;transform:translateY(10px) scale(.72) rotate(-8deg)}to{opacity:1;transform:none}}
@keyframes workky-line-grow{to{transform:scaleX(1)}}
@keyframes workky-link-pop{to{opacity:1;transform:none}}
@keyframes workky-message-in{to{opacity:1;transform:none}}
@keyframes workky-timeline-line{to{transform:scaleX(1)}}
@keyframes workky-timeline-dot{to{opacity:1;transform:scale(1)}}
@keyframes workky-panel-in{from{opacity:0;transform:translateY(8px) scale(.992)}to{opacity:1;transform:none}}
@keyframes workky-menu-in{from{opacity:0;transform:translateY(-8px) scaleY(.96)}to{opacity:1;transform:none}}
@keyframes workky-menu-out{from{opacity:1;transform:none}to{opacity:0;transform:translateY(-6px) scaleY(.98)}}
@keyframes workky-final-one{from{opacity:0;transform:translate3d(55px,-12px,0) rotate(13deg)}to{opacity:1;transform:rotate(0deg)}}
@keyframes workky-final-two{from{opacity:0;transform:translate3d(45px,5px,0) rotate(-12deg)}to{opacity:1;transform:rotate(0deg)}}
@keyframes workky-final-three{from{opacity:0;transform:translate3d(38px,20px,0) scale(.94)}to{opacity:1;transform:none}}
@keyframes workky-final-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes workky-wheel-item{from{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}
@keyframes workky-wheel-centre{from{opacity:0;transform:scale(.72) rotate(-8deg)}to{opacity:1;transform:scale(1)}}
@keyframes workky-soft-pulse{0%,100%{box-shadow:var(--shadow-md)}50%{box-shadow:0 20px 50px rgba(39,39,127,.24)}}
@keyframes workky-number-pop{from{opacity:0;transform:translateY(12px) scale(.78)}to{opacity:1;transform:none}}
@keyframes workky-price-glow{from{box-shadow:0 0 0 rgba(39,39,127,0)}to{box-shadow:var(--shadow-lg)}}
@keyframes workky-spin{to{transform:rotate(360deg)}}

@media (max-width:900px){
  .hero-stage{translate:none}
  html.motion-ready body.hero-loaded .hero-stage .dashboard,
  html.motion-ready body.hero-loaded .hero-stage .portal,
  html.motion-ready body.hero-loaded .hero-stage .float-card{translate:none}
  html.motion-ready .hero-grid{animation-duration:34s}
}

@media (prefers-reduced-motion:reduce){
  html.motion-ready .hero-grid,html.motion-ready .orb,
  html.motion-ready body.hero-loaded .hero-stage .dashboard,
  html.motion-ready body.hero-loaded .hero-stage .portal,
  html.motion-ready body.hero-loaded .hero-stage .float-card,
  html.motion-ready .browser.motion-active .bar>i,
  html.motion-ready .browser.motion-active .mock-table p em,
  html.motion-ready .final-art.motion-active i,
  html.motion-ready .compliance-wheel.motion-active>*{animation:none!important}
  html.motion-ready .browser .stats article,
  html.motion-ready .browser .mock-table p,
  html.motion-ready .browser .choices>div,
  html.motion-ready .browser .msg,
  html.motion-ready .access-card .people p,
  html.motion-ready .entities article,
  html.motion-ready .permission-mock>p,
  html.motion-ready .form-mock label,
  html.motion-ready .process-visual p{opacity:1;transform:none}
}

@media (max-width:1100px){
  .desktop-nav{gap:18px}.desktop-nav a{font-size:13px}.hero-layout{grid-template-columns:1fr}.hero-home{padding-top:150px}.hero-copy{text-align:center}.hero-copy h1,.hero-copy>p{margin-inline:auto}.hero-copy .buttons,.trust-mini{justify-content:center}.hero-stage{width:min(100%,760px);margin:35px auto 0}.hero-stage .dashboard{right:0}.hero-stage .portal{left:0}
  .split{gap:50px}.commit-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:repeat(3,1fr)}.case-card{grid-template-columns:1fr;padding:50px}.case-visual{transform:none}.case-visual .dashboard{max-width:650px;margin:0 auto}.final-in{padding:55px}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:35px}
}
@media (max-width:900px){
  .desktop-nav,.head-actions>.enter,.head-actions>.button{display:none}.menu-btn{display:block}.head-actions{margin-left:auto}.header,.header-in{height:70px}.brand{width:145px}
  .section{padding:90px 0}.split,.price-page,.guide-layout,.checklist-layout,.conversion-grid,.contact-grid,.article-layout,.faq-layout{grid-template-columns:1fr}.split.reverse>div:first-child,.split.reverse>div:last-child,.case-full.reverse>div:first-child{order:initial}.section-title{max-width:720px}.visual{width:100%;max-width:700px;margin-inline:auto}
  .trust-bar .container{flex-direction:column;justify-content:center;text-align:center;padding:25px 0}.trust-bar .container>div{justify-content:center}
  .compare{grid-template-columns:1fr}.compare article,.compare .generic,.compare .workky{border-radius:var(--radius-md)}.compare .versus{margin:-12px auto;transform:rotate(90deg)}
  .step-grid{grid-template-columns:1fr}.step{display:grid;grid-template-columns:80px 1fr;column-gap:15px}.step>b{grid-column:1}.step-visual{grid-column:1/3;grid-row:2;margin-top:15px}.step h3{grid-column:2;grid-row:1;margin:0}.step p{grid-column:1/3;margin-top:18px}
  .timeline{grid-template-columns:1fr;gap:0}.timeline::before{left:24px;right:auto;top:25px;bottom:25px;width:2px;height:auto}.timeline article{display:grid;grid-template-columns:50px 1fr;text-align:left;gap:18px;padding:0 0 26px}.timeline article>b{grid-row:1/3;margin:0}.timeline article span{align-self:end}.timeline article p{margin:0}
  .commit-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.case-card{padding:40px}.case-card h2{font-size:38px}.pricing-preview .split{align-items:center}.price-page{max-width:700px}.faq-layout .section-title,.guide-preview,.check-aside,.toc{position:static}.faq-layout{gap:45px}.final-in{grid-template-columns:1fr}.final-art{display:none}
  .cards{grid-template-columns:1fr}.compliance-wheel{transform:scale(.85);margin-block:-30px}.resources-grid{grid-template-columns:repeat(2,1fr)}.newsletter-in{grid-template-columns:1fr}.article-layout{gap:35px}.toc{display:flex;flex-wrap:wrap;border-left:0;border-bottom:1px solid var(--color-border);padding:0 0 20px}.toc strong{width:100%}.guide-preview{min-height:520px}.guide-preview h2{margin-top:70px}.guide-pages{margin-top:90px}.conversion-copy{padding:0}.conversion-grid{max-width:720px}.contact-grid{max-width:720px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}
}
@media (max-width:640px){
  .container,.narrow{width:min(calc(100% - 28px),var(--container))}.section{padding:72px 0}.section-title h2{font-size:36px}.section-title p{font-size:17px}.eyebrow{font-size:10px}
  .hero-home{min-height:auto;padding:125px 0 70px}.hero-copy h1{font-size:43px}.hero-copy>p{font-size:17px}.hero-stage{height:415px;margin-top:30px}.hero-stage .dashboard{width:430px;right:-80px}.hero-stage .portal{width:275px;left:-20px}.hero-stage .dashboard .app{min-height:210px}.float-card{padding:9px}.float-card.code{left:0;top:65px}.float-card.protected{right:0;bottom:10px}.float-card.protected{display:none}.trust-mini{gap:10px}.trust-mini span{font-size:11px}
  .buttons{display:grid;width:100%}.buttons .button{width:100%}.trust-bar .container>div{gap:15px}.compare article{padding:28px}.compare h3{font-size:23px}
  .feature-show .mock-stack{min-height:380px}.mock-stack .portal{width:100%}.phone{width:150px;height:295px;padding:37px 12px 12px;border-width:5px;right:-5px}.phone h4{font-size:13px;margin:28px 0 12px}.phone-top{width:50px;height:12px}.portal-in{padding:18px}.portal-in h3{font-size:16px}.choices>div{padding:10px}.detail-grid{grid-template-columns:1fr}.detail-grid aside{display:none}
  .commit-grid,.features-grid,.resources-grid{grid-template-columns:1fr}.case-card{padding:28px}.case-card h2{font-size:32px}.case-metrics{gap:12px;flex-wrap:wrap}.case-metrics span{padding-right:12px}.price-card{padding:28px}.price b{font-size:48px}.faq button{font-size:15px;padding:19px 0}.faq>div{padding-right:0}.final-in{padding:34px 25px}.final h2{font-size:35px}
  .page-hero{padding:135px 0 75px}.page-hero h1{font-size:43px}.page-hero p{font-size:17px}.compliance-wheel{width:320px;height:320px;transform:none}.compliance-wheel>i{width:115px;height:115px}.compliance-wheel>b{width:130px;height:130px;left:95px;top:95px;font-size:12px}.law-timing{padding:25px;gap:12px}.law-timing b{font-size:48px}.law-timing>i{display:none}.case-full{grid-template-columns:1fr;padding:26px;gap:35px}.case-full h2{font-size:31px}.newsletter-in{padding:30px}.inline-form{align-items:stretch}.inline-form .button{width:100%}
  .article-head{padding:125px 0 60px}.article-head .back,.conversion .back{margin-bottom:35px}.article-head h1{font-size:42px}.article-head>div>p{font-size:18px}.article-meta span+span::before{display:none}.article-meta{display:grid;gap:5px}.article-layout{padding-block:45px 80px}.article-content h2{font-size:30px}.article-content p{font-size:17px}.article-action{padding:28px}.article-action h2{font-size:28px}
  .guide-preview{min-height:450px;padding:35px}.guide-preview h2{font-size:38px;margin-top:70px}.guide-pages{margin-top:75px}.download-panel h2{font-size:36px}.checklist-card{padding:25px}.checklist-card h2{font-size:27px}.checklist-card>header{align-items:flex-end}.check-aside{padding:26px}
  .conversion{padding:110px 0 60px}.conversion-copy h1{font-size:43px}.lead-form{padding:25px}.form-row{grid-template-columns:1fr}.session-card{padding:20px}.session-meta{display:grid}.contact-card{padding:20px}.thanks,.not-found{padding-top:130px}.thanks h1,.not-found h1{font-size:42px}.error-code{font-size:110px}.legal-page{padding:130px 0 75px}.legal-page h1{font-size:42px}.legal-content h2{font-size:27px}.legal-content p{font-size:16px}
  .footer{padding-top:55px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-about{grid-column:1/3}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:12px}.footer-bottom span:last-child{flex-wrap:wrap;gap:15px}
}
@media (max-width:380px){.hero-copy h1,.page-hero h1,.conversion-copy h1{font-size:38px}.hero-stage{height:360px}.hero-stage .dashboard{width:380px}.hero-stage .portal{width:245px}.compliance-wheel{transform:scale(.9);margin-inline:-15px}.footer-grid{grid-template-columns:1fr}.footer-about{grid-column:auto}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
@media print{.header,.footer,.final,.button,.check-aside{display:none!important}.section{padding:20px 0}.checklist-layout{display:block}.checklist-card{box-shadow:none;border:0}.check-items label{break-inside:avoid}}
@media (max-width:640px){.case-full,.case-full>div{min-width:0;width:100%}.case-full .browser{width:100%}.case-list{min-width:0}}

/* Production enhancements */
.language-switcher{position:relative}.language-switcher summary{cursor:pointer;list-style:none;font-size:.84rem;font-weight:700;padding:.55rem .7rem;border:1px solid var(--line,#d9dbea);border-radius:.65rem;background:#fff}.language-switcher summary::-webkit-details-marker{display:none}.language-switcher-menu{position:absolute;right:0;top:calc(100% + .45rem);z-index:80;min-width:11.5rem;padding:.45rem;background:#fff;border:1px solid var(--line,#d9dbea);border-radius:.75rem;box-shadow:0 14px 40px rgba(25,25,60,.16)}.language-switcher-menu a{display:block;padding:.55rem .7rem;border-radius:.45rem;white-space:nowrap}.language-switcher-menu a:hover,.language-switcher-menu a[aria-current="page"]{background:#f1f1fb}.mobile-languages{display:flex!important;flex-wrap:wrap;gap:.4rem;padding-top:.8rem;border-top:1px solid var(--line,#d9dbea)}.mobile-languages a{width:auto!important;padding:.45rem .6rem!important;border:1px solid var(--line,#d9dbea)!important;border-radius:.5rem}.mobile-languages a[aria-current="page"]{background:#f1f1fb}.article-sources.container{margin-top:2.5rem;margin-bottom:2.5rem}.article-content section[id^="pratico-"]{padding-top:.5rem}.article-checklist{display:grid;gap:.65rem;margin:1.25rem 0 0;padding:0;list-style:none}.article-checklist li{position:relative;padding-left:1.7rem}.article-checklist li::before{content:"✓";position:absolute;left:0;top:0;color:var(--brand,#24247e);font-weight:800}.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}@media(max-width:900px){.language-switcher{display:none}}

/* Language selector with flags */
.language-switcher>summary{display:flex;align-items:center;gap:.5rem;min-width:9.5rem;user-select:none}
.language-switcher>summary:focus-visible{outline:3px solid rgba(36,36,126,.22);outline-offset:2px}
.language-flag{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;min-width:1.35rem;font-size:1.15rem;line-height:1}
.language-current-name,.language-name{line-height:1.25}
.language-chevron{margin-left:auto;font-size:.95rem;line-height:1;transition:transform .18s ease}
.language-switcher[open] .language-chevron{transform:rotate(180deg)}
.language-switcher-menu{min-width:13.5rem}
.language-switcher-menu .language-option,.mobile-languages .language-option{display:flex;align-items:center;gap:.65rem;text-decoration:none}
.language-switcher-menu .language-name,.mobile-languages .language-name{flex:1}
.language-check{margin-left:auto;font-weight:800;color:var(--brand,#24247e)}
.mobile-languages{display:grid!important;grid-template-columns:1fr!important;gap:.35rem!important}
.mobile-languages .language-option{width:100%!important;padding:.65rem .75rem!important}
@media(max-width:900px){.mobile-languages{margin-top:.75rem}.mobile-languages .language-flag{font-size:1.2rem}}
