:root {
  --navy: #0f1154;
  --navy-deep: #1b1b39;
  --red: #b31a17;
  --ink: #24243f;
  --muted: rgba(15, 17, 84, .64);
  --light: #f0f3fb;
  --card: #e8e8e8;
  --white: #fff;
  --shell: 1024px;
}

@font-face {
  font-family: "JYC Font Awesome";
  src: url("assets/fa-solid-900.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  background: #fff;
  overflow-x: hidden;
}

img, video { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button, input, textarea { font: inherit; }

.shell {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 104px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-search {
  position: absolute;
  right: 0;
  top: 82px;
  z-index: 120;
  display: none;
  align-items: center;
  gap: 8px;
  width: 370px;
  padding: 15px;
  background: #fff;
  border-top: 3px solid var(--red);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .16);
}

.header-search.open { display: flex; }
.header-search label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.header-search input { min-width: 0; flex: 1; height: 42px; padding: 0 12px; border: 1px solid #ddd; color: var(--navy); }
.header-search button { height: 42px; border: 0; padding: 0 15px; background: var(--red); color: #fff; cursor: pointer; }

.brand img {
  width: 181px;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font: 500 14px/1 "Roboto", Arial, sans-serif;
}

.primary-nav a {
  padding-block: 43px;
  transition: color .2s ease;
}

.primary-nav a:hover,
.primary-nav a.active { color: var(--red); }

.search-toggle {
  width: 23px;
  height: 23px;
  border: 0;
  padding: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.search-toggle span {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #222;
  border-radius: 50%;
  top: 2px;
  left: 2px;
}

.search-toggle span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background: #222;
  transform: rotate(-48deg);
  right: -6px;
  bottom: -3px;
}

.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 846px;
  color: #fff;
  overflow: hidden;
}

.section-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(12, 12, 22, .35), rgba(20, 14, 13, .08) 70%), rgba(0, 0, 0, .14);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 75px;
}

.hero h1 {
  max-width: 1000px;
  margin: 0;
  color: #fff;
  font-size: clamp(58px, 7vw, 90px);
  line-height: 1.04;
  letter-spacing: -3.5px;
  font-weight: 800;
  text-shadow: 0 9px 7px rgba(0, 0, 0, .48);
}

.hero-copy {
  width: 300px;
  min-height: 194px;
  margin: 28px 0 0;
  padding: 12px 14px;
  background: rgba(0, 0, 0, .13);
  font-size: 17px;
  line-height: 1.88;
  font-weight: 600;
}

.hero-bottom {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  height: 172px;
  pointer-events: none;
}

.quote-button,
.talent-callout { pointer-events: auto; }

.quote-button {
  position: absolute;
  left: 0;
  top: 2px;
  min-width: 300px;
  padding: 18px 36px 18px max(40px, calc((100vw - var(--shell)) / 2));
  background: var(--red);
  color: #fff;
  font-weight: 700;
  text-align: right;
}

.talent-callout {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc((100vw - var(--shell)) / 2 + 397px);
  min-width: 470px;
  color: #fff;
}

.talent-callout strong {
  display: block;
  margin-left: 45px;
  padding: 19px 32px;
  background: #f1f4fa;
  color: var(--navy);
  font-size: 20px;
}

.talent-callout span {
  display: block;
  padding: 20px 30px 22px;
  background: var(--navy);
  font-size: 18px;
}

.about {
  min-height: 612px;
  padding: 25px 0 80px;
  background: var(--navy);
  color: #fff;
  position: relative;
}

.about::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 58px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.about-grid {
  display: grid;
  grid-template-columns: 371px 1fr;
  gap: 56px;
}

.about-metrics h2,
.about-copy h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

.about-metrics h2 {
  min-height: 114px;
  padding-top: 9px;
}

.metric {
  height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.metric strong {
  color: #fff;
  font-size: 66px;
  line-height: .95;
  font-weight: 500;
}

.metric span {
  margin-top: 9px;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  font-weight: 600;
}

.about-copy h2 {
  margin-top: 1px;
  font-size: 31px;
}

.red-rule {
  display: block;
  width: 135px;
  height: 3px;
  margin: 24px 0 25px;
  background: var(--red);
}

.about-copy p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .9);
}

.consultation {
  min-height: 561px;
  padding: 25px 0 100px;
}

.consultation-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 55px;
  align-items: start;
}

.consultation-grid > img {
  width: 100%;
  height: 436px;
  object-fit: cover;
}

.consultation-copy {
  padding-top: 0;
  text-align: center;
}

.consultation-copy h2 {
  margin: 0;
  padding-top: 0;
  color: var(--navy);
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -1.6px;
  text-align: left;
}

.outline-button {
  display: inline-block;
  margin-top: 28px;
  padding: 16px 22px;
  border: 3px solid var(--red);
  color: var(--red);
  font-weight: 700;
  transition: .2s ease;
}

.outline-button:hover { background: var(--red); color: #fff; }

.benefits {
  min-height: 1311px;
  padding: 6px 0 115px;
  position: relative;
  background: #fff;
}

.benefits::before,
.benefits::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 42px;
  pointer-events: none;
}

.benefits::before { top: 0; background: #fff; clip-path: polygon(0 0, 100% 100%, 100% 0); }
.benefits::after { bottom: 0; background: var(--light); clip-path: polygon(0 100%, 100% 0, 100% 100%); }

.display-title {
  margin: 0;
  color: var(--navy);
  font-size: clamp(72px, 10vw, 128px);
  line-height: .9;
  letter-spacing: -7px;
  font-weight: 800;
}

.benefits-intro {
  padding: 28px 0 0;
  text-align: center;
}

.benefits-intro h3 {
  margin: 0 0 13px;
  color: var(--navy);
  font-size: 22px;
}

.benefits-intro p {
  max-width: 920px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.benefit-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px 55px;
  padding-inline: 30px;
}

.benefit-card {
  min-height: 365px;
  padding: 49px 28px 36px;
  background: #e8e8e8;
  text-align: center;
}

.benefit-icon {
  height: 62px;
  color: var(--red);
  font-size: 52px;
  line-height: 1;
}

.fa { font-family: "JYC Font Awesome"; font-weight: 900; font-style: normal; }

.benefit-card h3 {
  margin: 10px 0 12px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.35;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font: 500 14px/1.75 "Roboto", Arial, sans-serif;
}

.hiring-process {
  position: relative;
  min-height: 911px;
  overflow: hidden;
  color: #fff;
}

.process-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, .04), rgba(10, 9, 24, .17)), rgba(0, 0, 0, .16);
}

.process-content {
  position: relative;
  z-index: 2;
  padding-top: 18px;
}

.process-content > h2 {
  width: 480px;
  margin: 0;
  color: var(--navy);
  font-size: 90px;
  line-height: 1.02;
  letter-spacing: -5px;
  font-weight: 600;
}

.priority-copy {
  margin-top: 40px;
  max-width: 100%;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.4);
}

.priority-copy h3 {
  margin: 0 0 9px;
  font-size: 30px;
}

.priority-copy p {
  margin: 0 0 14px;
  font: 400 17px/1.48 "Roboto", Arial, sans-serif;
}

.how-title {
  margin: 36px 0 0;
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 1;
}

.steps {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px;
}

.step span {
  display: block;
  color: var(--red);
  font-size: 48px;
  line-height: 1;
}

.step strong {
  display: block;
  margin-top: 24px;
  color: rgba(15, 17, 84, .7);
  font-size: 18px;
  line-height: 1.55;
}

.numbers {
  min-height: 281px;
  padding: 34px 0;
  background: var(--navy-deep);
  color: #fff;
}

.number-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
}

.big-number {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.big-number strong {
  font-size: 100px;
  line-height: .9;
  font-weight: 500;
}

.big-number span {
  margin-top: 15px;
  color: rgba(255, 255, 255, .65);
  font-size: 20px;
}

.partners {
  min-height: 262px;
  padding: 55px 0;
}

.partner-grid {
  min-height: 145px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 43px;
  align-items: center;
}

.partner-grid img {
  width: 100%;
  max-height: 105px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .75;
}

.contact-info {
  min-height: 694px;
  padding: 25px 0 90px;
  background: linear-gradient(90deg, var(--light) 0 50%, #fff 50% 100%);
}

.contact-info > .shell > h2 {
  margin: 0;
  min-height: 148px;
  color: var(--navy);
  font-size: 84px;
  line-height: 1.1;
  letter-spacing: -4px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
}

.contact-lead { padding-left: 40px; }

.contact-lead img {
  width: 112px;
  height: 165px;
  object-fit: contain;
  object-position: left center;
}

.contact-lead h3 {
  margin: 26px 0 0;
  color: var(--navy);
  font-size: 46px;
  line-height: 1.15;
}

.contact-details {
  padding-top: 82px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--navy);
}

.contact-details a { font-size: 16px; font-weight: 600; }
.contact-details .phone { font-size: 25px; }

.contact-details p {
  margin: 8px 0 0;
  font: 400 14px/1.75 "Roboto", Arial, sans-serif;
}

.contact-form-section {
  min-height: 627px;
  padding: 25px 0 80px;
  background: var(--navy-deep);
}

.contact-form-section h2 {
  margin: 0 0 28px;
  color: var(--red);
  font-size: 43px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form label { position: relative; }
.contact-form label > span:not(.form-bottom span) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.contact-form > input[type="hidden"], .honey-field { display: none !important; }

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--navy);
  padding: 18px 20px;
  outline: none;
}

.contact-form input { height: 58px; }
.contact-form textarea { min-height: 136px; resize: vertical; }

.contact-form input:focus,
.contact-form textarea:focus { box-shadow: inset 0 0 0 3px var(--red); }

.message-field { grid-column: 1 / -1; }

.form-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
}

.captcha {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 600;
}

.captcha span { position: static !important; width: auto !important; height: auto !important; overflow: visible !important; clip: auto !important; }
.captcha input { width: 78px; height: 48px; }

.form-bottom button {
  min-width: 138px;
  height: 54px;
  border: 2px solid var(--red);
  background: transparent;
  color: var(--red);
  font-weight: 700;
  cursor: pointer;
}

.form-bottom button:hover { background: var(--red); color: #fff; }
.form-bottom button:disabled { opacity: .55; cursor: wait; }
.form-status { grid-column: 1 / -1; min-height: 24px; margin: 0; color: #fff; text-align: right; }
.form-status.success { color: #75e690; }
.form-status.error { color: #ff8a86; }

footer {
  min-height: 80px;
  display: flex;
  align-items: center;
  background: var(--navy-deep);
  color: rgba(255,255,255,.7);
  font-size: 13px;
}

.translate-button {
  position: fixed;
  left: 20px;
  bottom: 0;
  z-index: 110;
  border: 0;
  padding: 12px 22px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.whatsapp-button {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 110;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 154px;
  padding: 10px 18px;
  border-radius: 36px;
  background: #10be32;
  color: #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,.16);
}

.wa-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  overflow: visible;
}

.wa-icon img { width: 42px; height: 42px; object-fit: contain; }

.wa-icon b {
  position: absolute;
  right: -4px;
  top: -8px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: red;
  font-size: 12px;
}

.back-to-top {
  position: fixed;
  right: 0;
  bottom: 124px;
  z-index: 100;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background: #9f9f9f;
  color: #fff;
}

/* Blog */
.blog-page { color: #666; }
.blog-main { min-height: 100vh; padding-bottom: 80px; background: #fff; }

.blog-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 53px;
  padding-top: 74px;
}

.blog-column { display: flex; flex-direction: column; gap: 36px; min-width: 0; }

.blog-card {
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
  transition: transform .2s ease, box-shadow .2s ease;
}

.blog-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(15,17,84,.10); }

.blog-card > a { display: block; overflow: hidden; }
.blog-card img { width: 100%; aspect-ratio: 400 / 250; object-fit: cover; transition: transform .35s ease; }
.blog-card:hover img { transform: scale(1.025); }

.blog-card-body { padding: 27px 20px 24px; }
.blog-card h2 { margin: 0 0 13px; color: #595959; font: 400 19px/1.05 "Roboto", Arial, sans-serif; }
.blog-card h2 a:hover { color: var(--red); }
.blog-card p { margin: 0 0 7px; color: #737373; font: 400 15px/1.75 "Roboto", Arial, sans-serif; }
.read-more { color: var(--red); font: 400 15px/1 "Roboto", Arial, sans-serif; }
.read-more:hover { text-decoration: underline; }
.blog-card[hidden] { display: none; }

.no-results { grid-column: 1 / -1; padding: 60px 0; text-align: center; color: var(--navy); font-size: 18px; }

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 55px;
}

.pagination a, .pagination span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #ddd; }
.pagination span { background: var(--navy); border-color: var(--navy); color: #fff; }
.pagination a:hover { border-color: var(--red); color: var(--red); }

/* Article */
.article-page { background: #fff; }
.article-shell { width: min(900px, calc(100% - 48px)); margin: 0 auto; padding: 68px 0 95px; }
.article-back { display: inline-block; margin-bottom: 38px; color: var(--red); font-size: 14px; font-weight: 700; }
.article-back:hover { text-decoration: underline; }
.article-kicker { margin: 0 0 14px; color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.article-shell > h1 { max-width: 850px; margin: 0; color: var(--navy); font-size: clamp(46px, 6.2vw, 76px); line-height: 1.02; letter-spacing: -3.5px; }
.article-meta { margin: 22px 0 35px; color: #8b8b8b; font: 400 14px/1.5 "Roboto", Arial, sans-serif; }
.article-hero { width: 100%; max-height: 530px; object-fit: cover; border-radius: 16px; }
.article-copy { width: min(760px, 100%); margin: 48px auto 0; color: #555; font: 400 18px/1.9 "Roboto", Arial, sans-serif; }
.article-copy p { margin: 0 0 26px; }
.article-copy .article-lead { color: var(--navy); font-family: "Montserrat", Arial, sans-serif; font-size: 23px; line-height: 1.65; font-weight: 500; }
.article-copy h2 { margin: 48px 0 18px; color: var(--navy); font-family: "Montserrat", Arial, sans-serif; font-size: 32px; line-height: 1.25; }
.article-copy ul { margin: 12px 0 34px; padding: 0; list-style: none; }
.article-copy li { position: relative; margin: 12px 0; padding-left: 30px; }
.article-copy li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--red); font-weight: 700; }
.article-copy blockquote { margin: 42px 0; padding: 28px 34px; border-left: 5px solid var(--red); background: var(--light); color: var(--navy); font-family: "Montserrat", Arial, sans-serif; font-size: 22px; line-height: 1.55; font-weight: 600; }
.article-cta { margin-top: 64px; padding: 36px 42px; display: flex; align-items: center; justify-content: space-between; gap: 35px; background: var(--navy); color: #fff; }
.article-cta span, .article-cta strong { display: block; }
.article-cta span { margin-bottom: 8px; color: rgba(255,255,255,.72); font-size: 13px; }
.article-cta strong { font-size: 22px; line-height: 1.35; }
.article-cta a { flex: 0 0 auto; padding: 15px 20px; border: 2px solid var(--red); color: #fff; font-weight: 700; }
.article-cta a:hover { background: var(--red); }
.article-nav { margin-top: 40px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; font-size: 13px; font-weight: 700; }
.article-nav a { color: var(--navy); }
.article-nav a:hover { color: var(--red); }
.article-nav a:last-child { text-align: right; }

@media (max-width: 900px) {
  .shell { width: min(100% - 38px, 720px); }
  .site-header { height: 82px; }
  .brand img { width: 150px; }
  .menu-toggle {
    display: grid;
    gap: 5px;
    border: 0;
    background: transparent;
    padding: 8px;
    cursor: pointer;
  }
  .menu-toggle span { width: 27px; height: 3px; background: var(--navy); }
  .primary-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 24px 20px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
  }
  .header-search { top: 82px; right: 18px; width: min(370px, calc(100vw - 36px)); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 14px 0; border-bottom: 1px solid #eee; }
  .search-toggle { display: none; }
  .hero { min-height: 750px; }
  .hero-content { padding-top: 62px; }
  .hero h1 { font-size: clamp(47px, 11vw, 72px); letter-spacing: -2px; }
  .hero-copy { margin-top: 35px; }
  .talent-callout { display: none; }
  .quote-button { min-width: 250px; padding-left: 30px; }
  .about-grid, .consultation-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 45px; }
  .about { padding-bottom: 105px; }
  .consultation-grid { gap: 35px; }
  .consultation-copy h2 { text-align: center; }
  .benefits { padding-top: 45px; }
  .display-title { letter-spacing: -4px; }
  .benefit-grid { gap: 26px; padding-inline: 0; }
  .process-content > h2 { font-size: 72px; }
  .priority-copy { margin-top: 28px; }
  .steps { gap: 20px; }
  .step strong { font-size: 14px; }
  .contact-info { background: var(--light); }
  .contact-lead { padding-left: 0; }
  .contact-details { padding-top: 15px; }
  .blog-list { grid-template-columns: 1fr 1fr; gap: 28px; }
  .blog-column { display: contents; }
  .article-shell { padding-top: 50px; }
}

@media (max-width: 640px) {
  .shell { width: calc(100% - 32px); }
  .hero { min-height: 700px; }
  .hero h1 { font-size: 48px; line-height: 1.03; }
  .hero-copy { width: min(300px, 90%); font-size: 14px; line-height: 1.75; }
  .quote-button { font-size: 14px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-metrics h2, .about-copy h2 { font-size: 29px; }
  .consultation { padding-bottom: 60px; }
  .consultation-grid > img { height: 300px; }
  .consultation-copy h2 { font-size: 42px; }
  .display-title { font-size: 60px; letter-spacing: -3px; }
  .benefits { min-height: 0; }
  .benefit-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .benefit-card { min-height: 340px; }
  .hiring-process { min-height: 1120px; }
  .process-content > h2 { width: auto; font-size: 64px; }
  .priority-copy h3 { font-size: 23px; }
  .how-title { font-size: 43px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 35px 15px; }
  .step { text-align: center; }
  .number-grid { grid-template-columns: 1fr; gap: 0; }
  .big-number { min-height: 150px; text-align: center; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .partners { padding-block: 45px; }
  .contact-info > .shell > h2 { font-size: 58px; min-height: 110px; }
  .contact-lead h3 { font-size: 39px; }
  .contact-form { grid-template-columns: 1fr; }
  .message-field, .form-bottom, .form-status { grid-column: 1; }
  .form-bottom { flex-wrap: wrap; }
  .translate-button { left: 0; }
  .whatsapp-button { right: 12px; bottom: 18px; min-width: 126px; padding: 8px 12px; }
  .back-to-top { bottom: 104px; }
  .blog-list { grid-template-columns: 1fr; padding-top: 42px; }
  .article-shell { width: calc(100% - 32px); padding-top: 38px; }
  .article-shell > h1 { font-size: 43px; letter-spacing: -2px; }
  .article-copy { margin-top: 34px; font-size: 17px; line-height: 1.75; }
  .article-copy .article-lead { font-size: 20px; line-height: 1.55; }
  .article-copy h2 { font-size: 27px; }
  .article-copy blockquote { margin-inline: 0; padding: 24px; font-size: 19px; }
  .article-cta { padding: 28px 24px; flex-direction: column; align-items: flex-start; }
  .article-nav { grid-template-columns: 1fr 1fr; }
  .article-nav a:nth-child(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .section-video { display: none; }
  .hero { background: linear-gradient(120deg, #5d493c, #c1a98f); }
  .hiring-process { background: linear-gradient(120deg, #b69d85, #d6c2af); }
}
