:root {
  --ink: #17221f;
  --muted: #65716c;
  --paper: #f7f8f3;
  --lime: #d9f36b;
  --line: #dce1d8;
  --orange: #f27745;
  --blue: #b9dced;
  --dark: #1d2c29;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', sans-serif; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: 'Space Grotesk', sans-serif; font-size: 17px; font-weight: 700; letter-spacing: .04em; }
.brand-logo { display: block; width: 178px; height: auto; }
.footer-logo { width: 150px; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; color: var(--ink); background: var(--lime); font-size: 18px; clip-path: polygon(0 0, 100% 0, 100% 74%, 74% 100%, 0 100%); }
.brand-dot { color: var(--orange); }
.main-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 28px; color: #50605a; font-size: 14px; }
.main-nav a:hover, .text-link:hover { color: var(--orange); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.nav-cta { padding: 12px 17px; border: 1px solid var(--ink); }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.hero { min-height: 615px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 60px; padding-top: 62px; padding-bottom: 72px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #78837d; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-line { width: 31px; height: 2px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Space Grotesk', sans-serif; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 590px; margin-bottom: 25px; font-size: clamp(52px, 6.1vw, 82px); }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-text { max-width: 470px; margin-bottom: 30px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 29px; }
.button { min-height: 51px; padding: 0 21px; border: 0; cursor: pointer; }
.button-primary { color: #fff; background: var(--ink); }
.button-primary:hover { background: var(--orange); }
.text-link { color: var(--ink); font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.hero-note { display: flex; gap: 9px; align-items: center; margin-top: 43px; color: #7b8580; font-size: 12px; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #7eb76c; box-shadow: 0 0 0 5px #e4f1d9; }
.hero-visual { position: relative; min-height: 445px; overflow: hidden; background: var(--blue); clip-path: polygon(10% 0, 100% 0, 100% 89%, 90% 100%, 0 100%, 0 11%); }
.visual-grid { position: absolute; inset: 0; opacity: .27; background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px); background-size: 34px 34px; }
.floating-word { position: absolute; right: -25px; top: 142px; color: rgba(255,255,255,.55); font-family: 'Space Grotesk', sans-serif; font-size: 88px; font-weight: 700; letter-spacing: -.09em; transform: rotate(-90deg); }
.stat-card, .profile-card { position: absolute; display: flex; background: rgba(255,255,255,.95); box-shadow: 10px 14px 0 rgba(23,34,31,.08); }
.stat-card { flex-direction: column; padding: 17px 19px; }
.stat-card-top { top: 31px; left: 30px; width: 165px; }
.stat-card strong { margin: 7px 0 3px; font-family: 'Space Grotesk', sans-serif; font-size: 36px; letter-spacing: -.08em; }
.small-label { color: #76827d; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.stat-rise { color: #4f9b61; font-size: 11px; }
.profile-card { right: 22px; bottom: 97px; width: 280px; align-items: center; gap: 12px; padding: 17px; }
.profile-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--orange); font-size: 12px; font-weight: 700; }
.profile-card strong, .profile-card span { display: block; } .profile-card strong { font-size: 13px; } .profile-card div span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.checkmark { margin-left: auto; color: #5ca966; font-size: 20px; }
.stat-card-bottom { right: 42px; bottom: 26px; width: 170px; padding-bottom: 12px; }
.company-stacks { display: flex; margin-top: 6px; } .company-stacks i { width: 24px; height: 24px; display: grid; place-items: center; margin-right: -5px; border: 2px solid #fff; border-radius: 50%; color: #fff; background: #e85d45; font-size: 9px; font-style: normal; font-weight: 700; } .company-stacks i:nth-child(2) { background: #1c8ac0; } .company-stacks i:nth-child(3) { background: #e49a39; } .company-stacks i:nth-child(4) { background: var(--ink); }
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #eef1eb; }
.trust-inner { min-height: 128px; display: flex; align-items: center; gap: 55px; } .trust-inner p { margin: 0; color: #7b8580; font-size: 12px; white-space: nowrap; } .company-logos { display: flex; justify-content: space-between; align-items: center; flex: 1; gap: 25px; color: #9ba49f; filter: grayscale(1); } .company-logos span { white-space: nowrap; font-size: 19px; } .logo-bimbo { font-size: 13px !important; } .logo-oxxo { font-size: 25px !important; letter-spacing: .04em; } .logo-mercado { font-size: 16px !important; } .logo-kavak { font-size: 22px !important; } .logo-nemak { font-family: 'Space Grotesk'; font-size: 17px !important; letter-spacing: .12em; }
.jobs-section { padding-top: 110px; padding-bottom: 120px; } .section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 50px; } .section-heading h2 { max-width: 500px; margin: 0; font-size: 49px; } .desktop-link { margin-bottom: 7px; }
.jobs-layout { display: grid; grid-template-columns: 190px 1fr; gap: 52px; } .filters { display: flex; flex-direction: column; gap: 4px; } .filter-label { margin-bottom: 14px; color: #84908a; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; } .filter-button { display: flex; align-items: center; justify-content: space-between; padding: 12px 13px; border: 0; color: #76817b; background: transparent; text-align: left; font: inherit; font-size: 13px; cursor: pointer; } .filter-button b { font-size: 11px; font-weight: 500; } .filter-button.active { color: var(--ink); background: var(--lime); font-weight: 700; }
.job-list { display: flex; flex-direction: column; gap: 14px; } .job-card { padding: 23px 26px 20px; border: 1px solid var(--line); background: #fff; transition: transform .2s ease, box-shadow .2s ease; } .job-card:hover { transform: translateX(5px); box-shadow: 7px 7px 0 var(--lime); } .featured-job { border-color: var(--ink); } .job-topline, .job-bottom { display: flex; align-items: center; } .job-topline { gap: 12px; } .job-company { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; color: #fff; font-family: 'Space Grotesk'; font-weight: 700; } .company-orange { background: var(--orange); } .company-red { background: #d8382e; } .company-blue { background: #4e8bc3; } .job-type { color: #85918a; font-size: 11px; } .save-job { margin-left: auto; color: #8b9790; font-size: 24px; cursor: pointer; } .job-card h3 { margin: 18px 0 5px; font-family: 'Space Grotesk'; font-size: 22px; letter-spacing: -.04em; } .new-tag { display: inline-block; margin-left: 8px; padding: 4px 7px; vertical-align: middle; color: #607426; background: var(--lime); font-family: 'DM Sans'; font-size: 10px; letter-spacing: .03em; text-transform: uppercase; } .job-company-name { margin-bottom: 18px; color: #65716c; font-size: 13px; } .job-tags { display: flex; gap: 7px; } .job-tags span { padding: 6px 9px; color: #69766f; background: #f0f3ed; font-size: 11px; } .job-bottom { justify-content: space-between; margin-top: 21px; padding-top: 15px; border-top: 1px solid #eef0ec; color: #9aa39d; font-size: 11px; } .job-bottom a { color: var(--orange); font-weight: 700; }
.process-section { color: #fff; background: var(--dark); } .process-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; padding-top: 87px; padding-bottom: 92px; } .eyebrow.light { color: #9ba8a1; } .process-inner h2 { margin: 0; font-size: 50px; } .process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; padding-top: 36px; } .step { border-top: 1px solid #52625b; padding-top: 15px; } .step > span { color: var(--lime); font-family: 'Space Grotesk'; font-size: 12px; } .step h3 { margin: 36px 0 12px; font-family: 'Space Grotesk'; font-size: 17px; } .step p { margin: 0; color: #acb7b0; font-size: 12px; line-height: 1.65; }
.application-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; padding-top: 115px; padding-bottom: 120px; } .application-intro h2 { margin-bottom: 24px; font-size: 49px; } .application-intro > p:not(.eyebrow) { max-width: 290px; color: var(--muted); font-size: 14px; line-height: 1.7; } .form-promise { margin-top: 35px; color: #76817b; font-size: 12px; } .form-promise span { display: inline-grid; width: 20px; height: 20px; margin-right: 8px; place-items: center; border-radius: 50%; color: #668126; background: var(--lime); font-weight: 700; }
.application-form { padding: 30px; border: 1px solid var(--ink); background: #fff; } .form-heading { display: flex; gap: 16px; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--line); } .form-number { color: var(--orange); font-family: 'Space Grotesk'; font-size: 12px; } .form-heading h3 { margin: 0 0 5px; font-family: 'Space Grotesk'; font-size: 19px; } .form-heading p { margin: 0; color: #84908a; font-size: 11px; } .field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; } label { display: flex; flex-direction: column; gap: 8px; color: #596760; font-size: 11px; font-weight: 700; } input, select, textarea { width: 100%; border: 1px solid #dce2da; border-radius: 0; outline: none; color: var(--ink); background: #fbfcf9; font: inherit; font-size: 13px; transition: border .2s ease, box-shadow .2s ease; } input, select { height: 43px; padding: 0 12px; } textarea { padding: 12px; resize: vertical; } input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 3px 3px 0 var(--lime); } select { cursor: pointer; } .full-field { margin-top: 19px; } .upload-field { margin-top: 18px; } .upload-box { min-height: 66px; flex-direction: row; align-items: center; gap: 13px; padding: 12px; border: 1px dashed #b7c1b8; background: #fbfcf9; cursor: pointer; } .upload-box input { display: none; } .upload-icon { width: 33px; height: 33px; display: grid; place-items: center; color: #627422; background: var(--lime); font-size: 18px; } .upload-box strong, .upload-box small { display: block; } .upload-box strong { color: var(--ink); font-size: 12px; } .upload-box small { margin-top: 4px; color: #89938d; font-size: 10px; font-weight: 400; } .consent { flex-direction: row; align-items: flex-start; gap: 9px; margin: 20px 0; color: #78847d; font-size: 10px; font-weight: 400; line-height: 1.45; } .consent input { width: 15px; height: 15px; flex: 0 0 auto; margin: 0; accent-color: var(--orange); } .button-submit { width: 100%; color: #fff; background: var(--orange); } .button-submit:hover { background: var(--ink); }
.site-footer { border-top: 1px solid var(--line); } .footer-inner { min-height: 85px; display: flex; align-items: center; justify-content: space-between; color: #8b9690; font-size: 11px; } .footer-inner p { margin: 0; }
.result-page { min-height: 100vh; display: grid; place-items: center; }
.result-box { position: relative; width: min(100%, 620px); padding: 55px; border: 1px solid var(--ink); background: #fff; box-shadow: 12px 12px 0 var(--lime); }
.result-box .eyebrow { margin-bottom: 30px; }
.result-box h1 { margin-bottom: 20px; font-size: clamp(45px, 7vw, 70px); }
.result-box > p:not(.eyebrow) { max-width: 470px; margin-bottom: 30px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.result-mark { position: absolute; top: 26px; right: 28px; display: grid; width: 38px; height: 38px; place-items: center; color: var(--ink); background: var(--lime); font-family: 'Space Grotesk'; font-size: 20px; font-weight: 700; }
.result-box.error { box-shadow: 12px 12px 0 #f7c5ae; }
.result-box.error .result-mark { color: #fff; background: var(--orange); }
.reveal { animation: rise .75s ease both; } .reveal-delay { animation-delay: .12s; } @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.company-call { background: #1769b0; }
.company-call-dark { background: #f26b38; }
@media (max-width: 560px) { .brand-logo { width: 143px; } }
@media (max-width: 850px) { .container { width: min(100% - 38px, 620px); } .main-nav { display: none; } .hero, .process-inner, .application-section { grid-template-columns: 1fr; } .hero { padding-top: 58px; gap: 50px; } .hero-visual { min-height: 370px; } .trust-inner { display: block; padding-top: 27px; padding-bottom: 22px; } .company-logos { flex-wrap: wrap; margin-top: 22px; gap: 16px 27px; } .jobs-section { padding-top: 75px; padding-bottom: 75px; } .jobs-layout { grid-template-columns: 1fr; gap: 25px; } .filters { display: grid; grid-template-columns: repeat(2, 1fr); } .filter-label { grid-column: 1 / -1; } .section-heading { align-items: start; flex-direction: column; gap: 20px; } .process-inner { gap: 20px; padding-top: 70px; padding-bottom: 70px; } .process-steps { padding-top: 25px; } .application-section { gap: 45px; padding-top: 75px; padding-bottom: 75px; } }
@media (max-width: 560px) { .container { width: calc(100% - 30px); } .nav-wrap { min-height: 69px; } .nav-cta { padding: 10px; font-size: 12px; } h1 { font-size: 48px; } .hero { padding-top: 43px; } .hero-text { font-size: 14px; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; } .hero-note { margin-top: 32px; } .hero-visual { min-height: 310px; } .stat-card-top { top: 19px; left: 17px; transform: scale(.86); transform-origin: top left; } .profile-card { right: 10px; bottom: 73px; width: 240px; transform: scale(.84); transform-origin: right bottom; } .stat-card-bottom { right: 17px; bottom: 17px; transform: scale(.82); transform-origin: right bottom; } .floating-word { font-size: 58px; right: -19px; top: 110px; } .section-heading h2, .process-inner h2, .application-intro h2 { font-size: 40px; } .job-card { padding: 18px; } .job-type { font-size: 10px; } .job-tags { flex-wrap: wrap; } .process-steps { grid-template-columns: 1fr; gap: 22px; } .step h3 { margin-top: 15px; } .application-form { padding: 20px 16px; } .field-grid { grid-template-columns: 1fr; gap: 17px; } .footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; padding: 18px 0; } }
