:root{--bg:#fafaf8;--surface:#fff;--text:rgba(0,0,0,.92);--muted:#6b7280;--faint:#6b7280;--border:rgba(0,0,0,.08);--blue:#0a66c2;--navy:#004182;--green:#057642;--green-bg:#e6f4ec;--radius:12px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-montserrat),"Montserrat",-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}.container{max-width:1080px;margin:0 auto;padding:0 24px}a{color:var(--blue)}nav{position:sticky;top:0;background:hsla(60,17%,98%,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:50}nav .container{display:flex;align-items:center;justify-content:space-between;height:68px}nav .logo{height:34px;width:auto;display:block}.nav-links{display:flex;gap:28px;align-items:center}.nav-links a{font-size:14px;font-weight:500;color:var(--text);text-decoration:none}.nav-links a.active,.nav-links a:hover{color:var(--blue)}.btn{display:inline-block;font-size:14px;font-weight:600;padding:10px 20px;border-radius:8px;text-decoration:none;border:none;cursor:pointer;font-family:inherit;transition:background .15s}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--navy)}.btn-secondary{background:#eef2f6;color:var(--text)}.btn-secondary:hover{background:#e2e8f0}.hero{padding:80px 0 52px;text-align:center}.hero .badge{display:inline-block;background:#eaf1f8;color:var(--blue);font-size:12px;font-weight:600;padding:5px 14px;border-radius:999px;margin-bottom:20px}.hero h1{font-size:50px;font-weight:700;letter-spacing:-1.6px;line-height:1.08;margin-bottom:18px}.hero h1 .accent{color:var(--blue)}.hero p{font-size:17px;color:var(--muted);max-width:560px;margin:0 auto 34px;line-height:1.6}.search{max-width:640px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:10px;display:flex;gap:8px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.search input{flex:1;border:none;outline:none;font-family:inherit;font-size:15px;padding:10px 12px;color:var(--text);background:transparent}.search input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(10,102,194,.25)}.search input::-moz-placeholder{color:var(--faint)}.search input::placeholder{color:var(--faint)}.search .divider{width:1px;background:var(--border);margin:6px 0}.search .btn{border-radius:10px;padding:12px 24px}.search-hint{margin-top:14px;font-size:12.5px;color:var(--faint)}.trust{display:flex;justify-content:center;gap:48px;margin:40px 0 0}.trust .t{text-align:center}.trust .num{font-size:24px;font-weight:700;color:var(--navy)}.trust .lbl{font-size:12.5px;color:var(--muted);margin-top:2px}.section{padding:60px 0 16px}.section h2{font-size:26px;font-weight:700;letter-spacing:-.6px;margin-bottom:8px}.section .sub{font-size:14.5px;color:var(--muted);margin-bottom:26px}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px}.section-head h2{margin-bottom:0}.section-head .all{font-size:13.5px;color:var(--blue);text-decoration:none;font-weight:600}.still-band-head{display:flex;align-items:baseline;justify-content:space-between}.still-band h2{font-size:22px;font-weight:700;letter-spacing:-.5px;margin-bottom:4px}.still-band-head h2{margin-bottom:0}.still-band-head .all{font-size:13.5px;color:var(--blue);text-decoration:none;font-weight:600}.still-band .sub{font-size:14px;color:var(--muted);margin:4px 0 18px}.still-band .job-list{gap:12px}.still-band-below{margin-top:36px;padding-top:28px;border-top:1px solid var(--border)}.job-list{display:flex;flex-direction:column;gap:12px}.job{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px 22px;display:flex;align-items:center;gap:18px;cursor:pointer;transition:border-color .15s,box-shadow .15s;text-decoration:none;color:inherit}.job:hover{border-color:rgba(10,102,194,.35);box-shadow:0 2px 10px rgba(0,0,0,.05)}.job .logo{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;color:#fff;flex-shrink:0}.job .info{flex:1;min-width:0}.job .title{font-size:15.5px;font-weight:600;margin-bottom:4px}.job .company{font-size:13.5px;color:var(--muted)}.job .tags{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.tag{font-size:11.5px;font-weight:500;padding:3px 10px;border-radius:999px;background:#f3f4f6;color:#4b5563}.tag.green{background:var(--green-bg);color:var(--green);font-weight:600}.job .meta{text-align:right;flex-shrink:0}.job .meta .time{font-size:12px;color:var(--faint);margin-bottom:8px}.job .meta .salary{font-size:14px;font-weight:600;color:var(--navy)}.job .meta .arrow{color:var(--blue);font-size:18px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px}.step .n{width:54px;height:54px;border-radius:50%;background:#eaf1f8;color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:26px;line-height:1;margin-bottom:14px}.step h3{font-size:17px;font-weight:600;margin-bottom:8px}.step p{font-size:13.5px;color:var(--muted);line-height:1.55}.cta-band{margin-top:56px;background:var(--navy);border-radius:var(--radius);padding:40px 36px;display:flex;justify-content:space-between;align-items:center;gap:24px;color:#fff}.cta-band h3{font-size:22px;font-weight:700;letter-spacing:-.4px;margin-bottom:8px}.cta-band p{font-size:13.5px;color:hsla(0,0%,100%,.75);line-height:1.55;max-width:480px}.cta-band .btn{background:#fff;color:var(--navy);border-radius:8px;flex-shrink:0}.cta-band .btn:hover{background:#eaf1f8}.page-head{padding:56px 0 30px}.page-head h1{font-size:34px;font-weight:700;letter-spacing:-1px;margin-bottom:10px}.page-head p{font-size:15px;color:var(--muted);max-width:640px;line-height:1.6}.breadcrumb{font-size:12.5px;color:var(--faint);margin-bottom:18px}.breadcrumb a{color:var(--faint);text-decoration:none}.breadcrumb a:hover{color:var(--blue)}.breadcrumb .sep{margin:0 6px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}.card:hover{border-color:rgba(10,102,194,.35);box-shadow:0 2px 10px rgba(0,0,0,.05)}.card .logo{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;color:#fff;margin-bottom:12px}.card .name{font-size:15.5px;font-weight:600;margin-bottom:3px}.card .industry{margin-bottom:10px}.card .industry,.card .loc{font-size:12.5px;color:var(--muted)}.card .jobs-count{font-size:12px;font-weight:600;color:var(--green);margin-top:10px}.layout{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start}.filters{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px;position:sticky;top:84px}.filters h3{font-size:14px;font-weight:700;margin-bottom:16px}.filters .group{margin-bottom:20px}.filters .group h4{font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px}.filters label{display:flex;align-items:center;gap:8px;font-size:13.5px;padding:4px 0;cursor:pointer}.filters input[type=checkbox]{accent-color:var(--blue)}.filters .group-remote label{font-weight:600}.results-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.results-head .count{font-size:13.5px;color:var(--muted)}.results-head select{font-family:inherit;font-size:13px;padding:6px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text)}.job-hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:30px 32px}.job-hero .top{gap:14px;margin-bottom:16px}.job-hero .logo,.job-hero .top{display:flex;align-items:center}.job-hero .logo{width:52px;height:52px;border-radius:12px;justify-content:center;font-weight:800;font-size:18px;color:#fff}.job-hero .company{font-size:15px;font-weight:500}.job-hero .loc{font-size:13px;color:var(--muted)}.job-hero h1{font-size:26px;font-weight:700;letter-spacing:-.7px;margin-bottom:14px;line-height:1.25}.job-hero .tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:20px}.job-hero .salary-line{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:16px}.article{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px 32px;margin-top:16px}.article h2{font-size:18px;font-weight:700;margin-bottom:12px}.article h3{font-size:15px;font-weight:600;margin:18px 0 8px}.article li,.article p{font-size:14px;color:var(--muted);line-height:1.65}.article ul{padding-left:20px;margin:8px 0}.article li{margin-bottom:6px}.apply-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;margin-top:16px;text-align:center}.apply-box p{font-size:13px;color:var(--muted);margin-bottom:14px}.apply-box .btn{width:100%;padding:14px;font-size:15px}.co-hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:30px 32px;gap:20px}.co-hero,.co-hero .logo{display:flex;align-items:center}.co-hero .logo{width:64px;height:64px;border-radius:14px;justify-content:center;font-weight:800;font-size:22px;color:#fff;flex-shrink:0}.co-hero h1{font-size:26px;font-weight:700;letter-spacing:-.7px;margin-bottom:4px}.co-hero .industry{font-size:13.5px;color:var(--muted)}.co-hero .links{margin-top:10px;display:flex;gap:16px;font-size:13.5px}.co-hero .links a{text-decoration:none;font-weight:500}.co-stats{display:flex;gap:32px;margin-top:16px}.co-stats .s{text-align:center}.co-stats .num{font-size:22px;font-weight:700;color:var(--navy)}.co-stats .lbl{font-size:12px;color:var(--muted)}.alert-form{max-width:620px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:30px}.alert-form .field{margin-bottom:18px}.alert-form label{display:block}.alert-form label,.alert-form legend{font-size:13px;font-weight:600;margin-bottom:6px}.alert-form legend{padding:0}.alert-form fieldset{border:0;margin:0;padding:0}.alert-form input[type=email],.alert-form input[type=text],.alert-form select{width:100%;font-family:inherit;font-size:14px;padding:11px 13px;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);outline:none}.alert-form input:focus,.alert-form select:focus{border-color:var(--blue)}.alert-form .radio-row{display:flex;gap:18px}.alert-form .radio-row label{display:flex;align-items:center;gap:7px;font-size:13.5px;font-weight:400;cursor:pointer}.alert-form .btn{width:100%;padding:14px;font-size:15px}.alert-note{text-align:center;font-size:12.5px;color:var(--faint);margin-top:14px}.faq{max-width:720px}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px;margin-bottom:10px}.faq-item h3{font-size:15px;font-weight:600;margin-bottom:8px}.faq-item p{font-size:13.5px;color:var(--muted);line-height:1.6}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.value{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px}.value h3{font-size:16px;font-weight:600;margin-bottom:8px}.value p{font-size:13.5px;color:var(--muted);line-height:1.55}footer{border-top:1px solid var(--border);margin-top:80px;padding:40px 0}footer .footer-grid{display:grid;grid-template-columns:215fr 120fr 115fr;gap:48px;align-items:start}footer .logo{height:26px;width:auto}footer .footer-copy{font-size:13px;color:var(--faint);margin:8px 0 0}footer .footer-heading{margin:0 0 10px;font-size:12px;font-weight:600;text-transform:uppercase;color:#374151;letter-spacing:.5px}footer .footer-badges{display:flex;gap:10px;align-items:flex-start}footer .footer-badge-wrap{display:flex;flex-direction:column;align-items:center;gap:4px}footer .footer-badge{background:#000;border-radius:8px;padding:8px 14px;display:flex;align-items:center;gap:7px;min-width:140px;height:42px;box-sizing:border-box;justify-content:center}footer .footer-badge svg{flex-shrink:0}footer .footer-badge-text{color:#fff;font-size:10px;line-height:1.2}footer .footer-badge-kicker{font-size:7.5px;opacity:.7;letter-spacing:.3px;display:block}footer .footer-badge-title{font-weight:600;font-size:13px;line-height:1.1;display:block}footer .footer-badge-note{font-size:10px;color:var(--faint)}footer .footer-social{display:flex;flex-direction:column;gap:8px}footer .footer-social a{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);text-decoration:none}footer .footer-social a:hover{color:var(--blue)}@media (max-width:800px){.hero h1{font-size:36px}.grid,.steps,.values{grid-template-columns:1fr}nav .container{height:auto;padding:10px 16px;flex-wrap:wrap;gap:8px}.nav-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.nav-links a{font-size:13px}.trust{gap:24px}.job .meta .salary{display:none}.layout{grid-template-columns:1fr}.filters{position:static}.co-hero,.cta-band{flex-direction:column;text-align:center}footer .footer-grid{grid-template-columns:1fr;gap:24px}.search,footer .footer-badges{flex-wrap:wrap}.search .divider{display:none}.search input{min-width:120px}}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:100;background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -2px 10px rgba(0,0,0,.05);padding:14px 0}.cookie-banner .container{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.cookie-banner p{flex:1;min-width:260px;font-size:13px;color:var(--muted);line-height:1.5}.cookie-banner .actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cookie-banner .btn{padding:8px 16px;font-size:13px}.cookie-banner .manage{font-size:13px;color:var(--blue);text-decoration:none;font-weight:500}.cookie-banner .manage:hover{text-decoration:underline}@media (max-width:640px){.cookie-banner .container{flex-direction:column;align-items:flex-start}}.text-gray-500{color:#6b7280}.skeleton-line{height:14px;border-radius:6px;margin-bottom:10px}.skeleton-box,.skeleton-line{background:linear-gradient(90deg,#eef0f2 25%,#e2e6ea 50%,#eef0f2 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease infinite}.skeleton-job{cursor:default}.skeleton-company{min-height:120px;flex-direction:column;align-items:flex-start;gap:10px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cookie-settings-link{display:inline-block;margin-top:8px;padding:0;border:none;background:none;color:var(--blue);font-size:13px;cursor:pointer;text-decoration:underline}.tags{display:flex;gap:6px;flex-wrap:wrap}.tags a{color:inherit;text-decoration:underline}.market-table{width:100%;border-collapse:collapse;margin-top:8px}.market-table td,.market-table th{text-align:left;padding:10px 12px;border-bottom:1px solid #eef0f2;font-size:14px}.market-table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:600}.market-table td:not(:first-child){white-space:nowrap}.share-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px}.share-label{font-size:13px;color:var(--muted)}.share-icons{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.share-icon{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);background:var(--surface);border:1px solid var(--border);cursor:pointer;padding:0;transition:color .15s,border-color .15s,background .15s,transform .15s}.share-icon:hover{transform:translateY(-1px)}.share-icon:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.share-whatsapp:hover{color:#25d366;border-color:#25d366}.share-linkedin:hover{color:#0a66c2;border-color:#0a66c2}.share-facebook:hover{color:#1877f2;border-color:#1877f2}.share-x:hover{color:#111;border-color:#111}.share-copy:hover,.share-email:hover{color:var(--blue);border-color:var(--blue)}.share-copy.copied{color:var(--green);border-color:var(--green);background:var(--green-bg)}.share-native{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:999px;font-size:13.5px;font-weight:600;background:var(--blue);color:#fff;border:1px solid var(--blue);cursor:pointer;transition:background .15s,border-color .15s}.share-native:hover{background:var(--navy);border-color:var(--navy)}.share-native:focus-visible{outline:2px solid var(--navy);outline-offset:2px}.share-copied-note{font-size:12.5px;font-weight:600;color:var(--green)}.empresas-filters .search{max-width:none;margin:0}.empresas-filters .filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.empresas-filters .filter-bar select{font-family:inherit;font-size:13px;padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);cursor:pointer}.empresas-filters .filter-bar select:focus{border-color:var(--blue);outline:none}.article .generated h2{font-size:15px;font-weight:600;margin:18px 0 8px;color:var(--text)}.article .generated h2:first-child{margin-top:0}.article .generated p{margin-bottom:8px}@font-face{font-family:__Montserrat_069ab3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_069ab3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_069ab3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_069ab3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_069ab3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_Fallback_069ab3;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_069ab3{font-family:__Montserrat_069ab3,__Montserrat_Fallback_069ab3;font-style:normal}.__variable_069ab3{--font-montserrat:"__Montserrat_069ab3","__Montserrat_Fallback_069ab3"}