/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  fonts  */

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Black.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/*~~~~~~~~~~~~~~~~~~~~  end of fonts  */

:root {
  --orange: #ff8011;
  --orange-deep: #ff8011;
  --blue: #1673ff;
  --ink: #12162a;
  --body: #58627a;
  --muted: #757474;
  --warm: #fffaf5;
  --line: #e8e6e2;
  --shadow: 0 14px 34px rgba(30, 41, 70, 0.09);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: relative;
  z-index: 20;
  background: rgba(255,255,255,.97);
}
.header-inner {
  width: min(100% - 48px, 1320px);
  min-height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  flex: none;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -1.6px;
  font-weight: 500;
}
.brand span { color: var(--orange-deep); }
.brand b { color: var(--blue); font-weight: 500; }
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 1.65vw, 28px);
  flex: 1;
  white-space: nowrap;
}
.desktop-nav a,
.desktop-actions a {
  font-size: 13px;
  font-weight: 600;
}
.desktop-nav a:hover,
.desktop-actions a:hover,
.business-path a:hover,
.spanish-path:hover { color: var(--blue); }
.desktop-nav span { color: var(--blue); margin-left: 2px; }
.desktop-actions {
  flex: none;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.desktop-actions .divider { color: #cfd1d7; }
.language-link { color: var(--blue); }
.login-button {
  border: 1px solid #dfe1e7;
  border-radius: 8px;
  padding: 10px 15px;
  background: #fff;
}
.mobile-actions { display: none; }

.hero {
  position: relative;
  background:
    radial-gradient(circle at 73% 45%, rgba(22,115,255,.045), transparent 36%),
    linear-gradient(#fff, #fff);
}
.hero-inner {
  width: min(100% - 48px, 1320px);
  min-height: 550px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(390px, .86fr) minmax(510px, 1.14fr);
  align-items: center;
  gap: clamp(24px, 3vw, 54px);
  padding: 12px 0 6px;
}
.hero-copy { position: relative; z-index: 2; padding: 22px 0 30px; }
h1 {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(52px, 4.4vw, 68px);
  line-height: .98;
  letter-spacing: -2.4px;
  font-weight: 600;
}
h1 > span { display: block; }
.find-you {
  position: relative;
  width: max-content;
  color: var(--blue);
  padding-bottom: 11px;
}
.find-you::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -7px;
  bottom: 3px;
  height: 5px;
  border-radius: 999px;
  background: var(--orange-deep);
  transform: rotate(-1.4deg);
}
.hero-kicker {
  margin: 14px 0 0;
  font-size: 19px;
  font-weight: 700;
}
.hero-description {
  max-width: 520px;
  margin: 14px 0 0;
  color: var(--body);
  font-size: 16px;
  line-height: 1.65;
}
.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  margin-top: 26px;
  padding: 0 26px;
  color: #fff;
  background: var(--orange);
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(255, 128, 17, .22);
  font-size: 17px;
  font-weight: 600;
  transition: transform .18s ease, box-shadow .18s ease;
}
.primary-cta:hover { background: #e86f00; transform: translateY(-1px); box-shadow: 0 13px 26px rgba(255,128,17,.28); }
.primary-cta span { font-size: 24px; line-height: 1; }
.business-path {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 15px;
  font-weight: 600;
}
.business-path a { color: var(--blue); }
.spanish-path {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 600;
}
.spanish-path svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.desktop-micro-benefits {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
  color: #4d5970;
  font-size: 13px;
  font-weight: 500;
}
.desktop-micro-benefits i { color: #b7bbc4; font-style: normal; }

.hero-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}
.desktop-visual {
  display: block;
  width: min(100%, 760px);
  height: auto;
  object-fit: contain;
  object-position: right center;
}
.mobile-visual { display: none; }

.ticker {
  position: relative;
  z-index: 5;
  width: min(100% - 48px, 1320px);
  margin: 0 auto 22px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255,252,249,.94);
  box-shadow: 0 9px 22px rgba(26,35,55,.035);
}
.ticker-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 82px;
}
.ticker-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
}
.ticker-item + .ticker-item { border-left: 1px solid var(--line); }
.ticker-item svg {
  flex: none;
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #1f2229;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1130px) {
  .header-inner, .hero-inner, .ticker { width: min(100% - 32px, 1320px); }
  .header-inner { gap: 18px; }
  .desktop-nav { gap: 12px; }
  .desktop-nav a, .desktop-actions a { font-size: 12px; }
  .hero-inner { grid-template-columns: minmax(365px, .88fr) minmax(460px, 1.12fr); gap: 16px; }
  h1 { font-size: clamp(48px, 5vw, 58px); }
}

@media (max-width: 899px) {
  .header-inner {
    width: min(100% - 30px, 680px);
    min-height: 66px;
    justify-content: space-between;
  }
  .brand { font-size: 27px; }
  .desktop-nav, .desktop-actions { display: none; }
  .mobile-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 600;
  }
  .mobile-actions .divider { width: 1px; height: 22px; background: #e3e4e8; }
  .menu-button {
    width: 40px;
    height: 40px;
    padding: 8px;
    display: grid;
    align-content: center;
    gap: 5px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-button span { display: block; width: 24px; height: 2px; background: #16191f; border-radius: 99px; }

  .hero-inner {
    width: min(100% - 30px, 680px);
    min-height: 0;
    display: block;
    padding: 4px 0 0;
  }
  .hero-copy { padding: 16px 0 0; }
  h1 {
    font-size: clamp(40px, 8.8vw, 55px);
    line-height: 1.01;
    letter-spacing: -1.5px;
  }
  .hero-kicker { margin-top: 15px; font-size: 16px; }
  .hero-description { max-width: 560px; margin-top: 12px; font-size: 15px; line-height: 1.55; }
  .primary-cta { min-height: 56px; width: 100%; max-width: 390px; margin-top: 22px; padding: 0 18px; }
  .business-path { display: block; margin-top: 18px; font-size: 14px; }
  .business-path span, .business-path a { display: block; }
  .business-path a { margin-top: 5px; }
  .spanish-path { margin-top: 15px; font-size: 13px; }
  .desktop-micro-benefits { display: none; }
  .hero-visual { margin-top: 4px; min-height: 560px; display: block; }
  .desktop-visual { display: none; }
  .mobile-visual {
    display: block;
    position: relative;
    width: min(100%, 590px);
    height: 560px;
    margin-inline: auto;
    overflow: hidden;
  }
  .mobile-worker {
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 3%;
    height: 440px;
    width: auto;
    filter: drop-shadow(0 12px 18px rgba(26,34,54,.08));
  }
  .mobile-role-card,
  .mobile-business-card,
  .mobile-message-card {
    position: absolute;
    z-index: 3;
    height: auto;
    border-radius: 15px;
    box-shadow: var(--shadow);
  }
  .mobile-role-card { left: 1%; top: 295px; width: 45%; }
  .mobile-business-card { right: 1%; top: 295px; width: 52%; }
  .mobile-message-card { left: 11%; top: 430px; width: 78%; }

  .ticker {
    width: min(100% - 30px, 680px);
    margin-top: 0;
    margin-bottom: 22px;
    border-radius: 16px;
  }
  .ticker-inner { grid-template-columns: 1fr 1fr; min-height: 0; }
  .ticker-item {
    min-height: 82px;
    justify-content: flex-start;
    gap: 12px;
    padding: 14px 18px;
    font-size: 14px;
  }
  .ticker-item + .ticker-item { border-left: 0; }
  .ticker-item:nth-child(even) { border-left: 1px solid var(--line); }
  .ticker-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .ticker-item svg { width: 34px; height: 34px; }
}

@media (max-width: 480px) {
  .header-inner, .hero-inner, .ticker { width: calc(100% - 24px); }
  .brand { font-size: 25px; }
  .mobile-actions { gap: 10px; font-size: 12px; }
  h1 { font-size: 41px; }
  .hero-description { max-width: 340px; }
  .primary-cta { max-width: none; font-size: 15px; }
  .hero-visual { min-height: 485px; }
  .mobile-visual { height: 485px; }
  .mobile-worker { height: 408px; right: 0; }
  .mobile-role-card { left: 0; top: 230px; width: 45%; }
  .mobile-business-card { right: 0; top: 230px; width: 54%; }
  .mobile-message-card { left: 8%; top: 352px; width: 84%; }
  .ticker-item { min-height: 78px; padding: 12px 13px; font-size: 13px; }
}

@media (max-width: 375px) {
  .header-inner, .hero-inner, .ticker { width: calc(100% - 20px); }
  .brand { font-size: 23px; }
  .mobile-actions { gap: 8px; }
  .mobile-actions .divider { display: none; }
  h1 { font-size: 37px; }
  .hero-kicker { font-size: 15px; }
  .hero-description { font-size: 14px; }
  .hero-visual { min-height: 460px; }
  .mobile-visual { height: 460px; }
  .mobile-worker { height: 385px; }
  .mobile-role-card, .mobile-business-card { top: 218px; }
  .mobile-message-card { top: 330px; }
  .ticker-item { padding: 10px; font-size: 12px; gap: 8px; }
  .ticker-item svg { width: 30px; height: 30px; }
}


/* LIVE LOCAL — section 3 */
.live-local {
  position: relative;
  background: #fff;
}
.live-local-inner {
  width: min(100% - 48px, 1320px);
  min-height: 270px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(205px, .28fr) minmax(620px, .72fr);
  align-items: center;
  gap: clamp(28px, 4vw, 70px);
  padding: 12px 0 28px;
}
.live-local-copy {
  position: relative;
  z-index: 2;
  padding-left: 28px;
}
.live-local h2 {
    margin: 0;
    font-family: "Source Serif 4",Georgia,serif;
    font-size: clamp(34px, 3.2vw, 52px);
    line-height: 1.04;
    letter-spacing: -1.7px;
    font-weight: 700;
}
.live-local h2 span { display: block; }
.live-line { color: var(--blue); }
.work-line { color: var(--orange); }
.spend-line { color: var(--ink); }
.live-local-copy p {
  max-width: 350px;
  margin: 18px 0 0;
  color: var(--body);
  font-size: 17px;
  line-height: 1.55;
}
.live-local-art {
  display: block;
  min-width: 0;
  align-self: end;
}
.live-local-art img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}
.live-local-cta { display: none; }

@media (max-width: 1130px) {
  .live-local-inner {
    width: min(100% - 32px, 1320px);
    grid-template-columns: minmax(190px, .28fr) minmax(540px, .72fr);
    gap: 24px;
  }
  .live-local-copy { padding-left: 18px; }
  .live-local h2 { font-size: clamp(32px, 3.5vw, 44px); }
  .live-local-copy p { font-size: 15px; }
}

@media (max-width: 899px) {
  .live-local-inner {
    width: min(100% - 30px, 680px);
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 30px 0 36px;
  }
  .live-local-copy { padding: 0 18px; }
  .live-local h2 {
    font-size: clamp(43px, 9vw, 58px);
    line-height: 1.04;
    letter-spacing: -1.8px;
  }
  .live-local-copy p {
    max-width: 590px;
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.5;
  }
  .live-local-art {
    width: 100%;
    margin-top: 40px;
  }
  .live-local-art img { width: 100%; }
  .live-local-cta {
    display: inline-flex;
    width: calc(100% - 36px);
    max-width: none;
    margin: 24px 18px 0;
  }
}

@media (max-width: 480px) {
  .live-local-inner { width: calc(100% - 24px); padding-top: 28px; }
  .live-local-copy { padding: 0 16px; }
  .live-local h2 { font-size: 42px; }
  .live-local-copy p { font-size: 16px; }
  .live-local-art { margin-top: 34px; }
  .live-local-cta { width: calc(100% - 32px); margin-inline: 16px; font-size: 15px; }
}

@media (max-width: 375px) {
  .live-local-inner { width: calc(100% - 20px); }
  .live-local-copy { padding: 0 12px; }
  .live-local h2 { font-size: 39px; }
  .live-local-copy p { font-size: 15px; }
  .live-local-art { margin-top: 30px; }
  .live-local-cta { width: calc(100% - 24px); margin-inline: 12px; }
}


/* SNAPROLES IS DIFFERENT — corrected section */
.comparison-section{padding:14px 0 48px;background:#fff}
.comparison-shell{width:min(100% - 48px,1320px);margin-inline:auto;padding:28px 32px 30px;text-align:center;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(25,35,58,.035)}
.comparison-eyebrow{margin:0;color:var(--blue);font-size:13px;line-height:1.2;letter-spacing:1.8px;font-weight:700}
.comparison-section h2{margin:8px 0 0;font-family:"Source Serif 4",Georgia,serif;font-size:clamp(32px,2.8vw,42px);line-height:1.05;letter-spacing:-1px;font-weight:600}
.comparison-intro{max-width:780px;margin:10px auto 0;color:var(--body);font-size:15px;line-height:1.5}
.comparison-panels{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr);align-items:stretch;gap:12px;margin-top:23px}
.comparison-card{min-width:0;padding:17px 18px 18px;border-radius:15px}
.traditional-card{border:1px solid #ece9e5;background:#fbfaf8}
.snaproles-card{border:1px solid #dce8ff;background:#f4f8ff}
.comparison-card h3{margin:0 0 14px;font-size:15px;line-height:1.2;font-weight:700}
.snaproles-card h3{color:var(--blue)}
.traditional-flow,.snaproles-flow{display:grid;align-items:start}
.traditional-flow{grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr) 22px minmax(0,1fr) 22px minmax(0,1fr)}
.snaproles-flow{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr)}
.comparison-item{min-width:0;display:flex;flex-direction:column;align-items:center;gap:9px;color:#171a22;font-size:11px;line-height:1.25;font-weight:600}
.flow-icon{width:52px;height:52px;flex:none;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;box-shadow:0 6px 14px rgba(29,39,62,.08)}
.flow-icon svg{width:29px;height:29px;fill:none;stroke:#171a22;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.snaproles-card .flow-icon svg{stroke:var(--blue);stroke-width:2.2}
.flow-arrow{align-self:start;padding-top:16px;color:var(--blue);font-size:22px;line-height:1;font-weight:500}
.comparison-vs{align-self:center;justify-self:center;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#151821;box-shadow:0 6px 18px rgba(29,39,62,.10);font-size:13px;font-weight:700}
.comparison-mobile-cta{display:none}
@media(max-width:1130px){.comparison-shell{width:min(100% - 32px,1320px);padding-inline:22px}.comparison-panels{grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);gap:8px}.comparison-card{padding-inline:10px}.traditional-flow{grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr) 16px minmax(0,1fr) 16px minmax(0,1fr)}.snaproles-flow{grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr) 20px minmax(0,1fr)}.flow-icon{width:46px;height:46px}.flow-icon svg{width:25px;height:25px}.flow-arrow{padding-top:14px;font-size:18px}.comparison-vs{width:42px;height:42px;font-size:12px}}
@media(max-width:899px){.comparison-section{padding:10px 0 38px}.comparison-shell{width:min(100% - 30px,680px);padding:27px 16px 25px;border-radius:18px}.comparison-eyebrow{font-size:12px;letter-spacing:1.55px}.comparison-section h2{margin-top:8px;font-size:clamp(29px,6.8vw,38px);letter-spacing:-.7px}.comparison-intro{max-width:560px;margin-top:10px;font-size:14px}.comparison-panels{display:flex;flex-direction:column;gap:0;margin-top:20px}.comparison-card{width:100%;padding:17px 10px 18px;border-radius:14px}.comparison-card h3{margin-bottom:14px;font-size:14px}.traditional-flow{grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr) 16px minmax(0,1fr) 16px minmax(0,1fr)}.snaproles-flow{grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr) 22px minmax(0,1fr)}.comparison-item{gap:8px}.flow-icon{width:48px;height:48px}.flow-icon svg{width:27px;height:27px}.flow-arrow{padding-top:15px;font-size:18px}.comparison-vs{position:relative;z-index:2;width:46px;height:46px;margin:-7px auto;font-size:12px}.comparison-mobile-cta{width:min(100%,330px);min-height:52px;margin:20px auto 0;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:13px;border-radius:10px;color:#fff;background:var(--orange);box-shadow:0 8px 18px rgba(255,128,17,.20);font-size:15px;line-height:1.2;font-weight:600}.comparison-mobile-cta span{font-size:21px;line-height:1}}
@media(max-width:480px){.comparison-shell{width:calc(100% - 24px);padding:25px 10px 23px}.comparison-section h2{font-size:28px}.comparison-intro{font-size:13.5px}.comparison-card{padding-inline:6px}.comparison-card h3{font-size:13px}.traditional-flow{grid-template-columns:minmax(0,1fr) 11px minmax(0,1fr) 11px minmax(0,1fr) 11px minmax(0,1fr)}.snaproles-flow{grid-template-columns:minmax(0,1fr) 17px minmax(0,1fr) 17px minmax(0,1fr)}.comparison-item{gap:7px}.flow-icon{width:42px;height:42px}.flow-icon svg{width:23px;height:23px}.flow-arrow{padding-top:13px;font-size:15px}.comparison-mobile-cta{width:min(calc(100% - 18px),310px);min-height:50px;margin-top:18px;font-size:14px}}
@media(max-width:375px){.comparison-shell{width:calc(100% - 20px);padding-inline:8px}.comparison-eyebrow{font-size:11px;letter-spacing:1.3px}.comparison-section h2{font-size:26px}.comparison-intro{font-size:13px}.comparison-card{padding-inline:4px}.flow-icon{width:39px;height:39px}.flow-icon svg{width:21px;height:21px}.flow-arrow{padding-top:12px;font-size:14px}}


/* SKILLS OVER RESUMES — section 5 */
.skills-section {
  padding: 28px 0 58px;
  background: #fff;
}
.skills-shell {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
  text-align: center;
}
.skills-eyebrow {
  margin: 0;
  color: var(--orange);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1.8px;
  font-weight: 700;
}
.skills-section h2 {
  margin: 11px auto 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(39px, 3.2vw, 50px);
  line-height: 1.04;
  letter-spacing: -1.4px;
  font-weight: 600;
}
.skills-section h2 span {
  display: block;
}
.skills-section h2 strong {
  position: relative;
  color: var(--blue);
  font-weight: 600;
}
.skills-section h2 strong::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 116px;
  height: 4px;
  border-radius: 100%;
  background: var(--orange);
  transform: rotate(-2deg);
}
.skills-intro {
  max-width: 690px;
  margin: 15px auto 0;
  color: var(--body);
  font-size: 15px;
  line-height: 1.55;
}
.skills-process-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .82fr) minmax(0, 1fr);
    align-items: start;
    gap: 26px;
    margin-top: 50px;
    align-items: stretch;
}
.skills-card,
.skills-prepare {
  min-width: 0;
  text-align: left;
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(30, 39, 61, .055);
}
.skills-card {
  padding: 24px 24px 20px;
  background: #fff;
}
.write-card {
  border: 1px solid #ffd5b8;
  background: linear-gradient(180deg, #fffdfb, #fff9f4);
}
.review-card {
  border: 1px solid #cfe0ff;
  background: linear-gradient(180deg, #fbfdff, #f4f8ff);
}
.skills-card-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}
.skills-card-heading h3,
.skills-prepare h3 {
  margin: 0;
  color: #161c32;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
.step-badge {
  width: 35px;
  height: 35px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.orange-badge { background: var(--orange); }
.blue-badge { background: var(--blue); }
.skills-card-intro {
  margin: 13px 0 0;
  color: var(--body);
  font-size: 13px;
  line-height: 1.45;
}
.work-introduction-input,
.introduction-preview {
  position: relative;
  margin-top: 16px;
  padding: 17px 18px;
  border: 1px solid #e5e7ec;
  border-radius: 13px;
  background: #fff;
}
.input-label,
.preview-label {
  display: block;
  margin-bottom: 12px;
  color: #202639;
  font-size: 12px;
  font-weight: 600;
}
.preview-label {
  color: var(--blue);
}
.work-introduction-input p {
  margin: 0;
  color: #151b31;
  font-size: 16px;
  line-height: 1.52;
  font-style: italic;
}
.introduction-preview p {
  margin: 0;
  color: #151b31;
  font-size: 14px;
  line-height: 1.55;
}
.character-count {
  position: absolute;
  right: 13px;
  bottom: 9px;
  color: #a0a6b2;
  font-size: 9px;
}
.privacy-note,
.approved-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
  padding: 10px 12px;
  border-radius: 11px;
  font-size: 12px;
  line-height: 1.35;
}
.privacy-note {
  color: #434a5c;
  background: #fff0e6;
}
.approved-note {
  padding-inline: 0;
  color: var(--blue);
  font-weight: 600;
}
.privacy-note svg,
.approved-note svg {
  width: 22px;
  height: 22px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.skills-prepare {
  position: relative;
  padding: 28px 22px 22px;
  border: 1px solid #d9e6ff;
  background: linear-gradient(180deg, #f7faff, #edf5ff);
  text-align: center;
}
.prepare-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: -31px;
    width: 62px;
    height: 62px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 20px rgba(30, 39, 61, .09);
}

    .prepare-mark > img {
        max-width: calc(100% - 20px); 
    }
    .prepare-orange,
    .prepare-blue {
        position: absolute;
        top: 18px;
        width: 20px;
        height: 27px;
        border: 3px solid;
        border-radius: 14px 14px 11px 11px;
    }
.prepare-orange {
  left: 17px;
  border-color: var(--orange);
  transform: rotate(-22deg);
}
.prepare-blue {
  right: 17px;
  border-color: var(--blue);
  transform: rotate(22deg);
}
.skills-prepare h3 {
  margin-top: 12px;
  text-align: center;
}
.prepare-list {
  margin-top: 19px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 15px rgba(30, 39, 61, .045);
}
.prepare-item {
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  text-align: left;
}
.prepare-item + .prepare-item {
  border-top: 1px solid #edf0f5;
}
.prepare-number {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 50%;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}
.orange-outline {
  color: var(--orange);
  border-color: var(--orange);
}
.blue-outline {
  color: var(--blue);
  border-color: var(--blue);
}
.prepare-item strong,
.prepare-item span {
  display: block;
}
.prepare-item strong {
  color: #171c31;
  font-size: 12px;
  line-height: 1.3;
}
.prepare-item span {
  margin-top: 3px;
  color: var(--body);
  font-size: 10.5px;
  line-height: 1.35;
  display: flex;
}
.preview-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 12px;
}
.approve-control,
.change-control {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
}
.approve-control {
  color: #fff;
  background: var(--blue);
}
.change-control {
  color: var(--blue);
  border: 1.5px solid var(--blue);
  background: #fff;
}
.monthly-rule {
  width: fit-content;
  max-width: calc(100% - 40px);
  min-height: 48px;
  margin: 24px auto 0;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid #d4e2ff;
  border-radius: 999px;
  color: var(--body);
  background: #fff;
  font-size: 12px;
  line-height: 1.4;
}
.monthly-rule svg {
  width: 24px;
  height: 24px;
  flex: none;
  fill: none;
  stroke: var(--blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.monthly-rule strong {
  color: var(--blue);
  font-weight: 600;
}
.fairness-card {
  min-height: 155px;
  margin-top: 22px;
  padding: 0 26px 0 0;
  display: grid;
  grid-template-columns: 330px 280px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  overflow: hidden;
  border: 1px solid #f1e2d6;
  border-radius: 20px;
  background: #fffaf5;
  box-shadow: 0 8px 20px rgba(30, 39, 61, .04);
  text-align: left;
}
.fairness-card > img {
  align-self: end;
  width: 100%;
  height: 155px;
  object-fit: cover;
  object-position: left top;
}
.fairness-heading {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}
.fairness-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--blue);
  background: #edf4ff;
}
.fairness-icon svg {
  width: 37px;
  height: 37px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fairness-heading h3 {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  color: #151b31;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 600;
}
.fairness-heading h3 strong {
  color: var(--blue);
  font-weight: 600;
}
.fairness-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}
.fairness-proof > div {
  min-height: 88px;
  padding: 8px 14px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}
.fairness-proof > div + div {
  border-left: 1px solid #eee4dd;
}
.proof-icon {
  color: var(--blue);
  font-size: 24px;
  line-height: 1;
}
.orange-proof {
  color: var(--orange);
}
.fairness-proof p {
  margin: 0;
  color: var(--body);
  font-size: 11px;
  line-height: 1.4;
}
.fairness-proof strong {
  color: #171c31;
  font-size: 12px; 
}
.skills-cta {
  width: min(100%, 430px);
  min-height: 56px;
  margin: 24px auto 0;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 11px;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 9px 20px rgba(255, 128, 17, .22);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
}
.skills-cta span {
  font-size: 23px;
  line-height: 1;
}

@media (max-width: 1130px) and (min-width: 900px) {
  .skills-shell {
    width: min(100% - 32px, 1240px);
  }
  .skills-process-grid {
    grid-template-columns: minmax(0, 1fr) minmax(230px, .78fr) minmax(0, 1fr);
    gap: 14px;
  }
  .skills-card {
    padding: 20px 16px 17px;
  }
  .skills-card-heading h3,
  .skills-prepare h3 {
    font-size: 17px;
  }
  .skills-card-intro {
    font-size: 11.5px;
  }
  .work-introduction-input p {
    font-size: 13px;
  }
  .introduction-preview p {
    font-size: 12px;
  }
  .skills-prepare {
    padding-inline: 13px;
  }
  .fairness-card {
    grid-template-columns: 250px 235px minmax(0, 1fr);
    gap: 10px;
  }
  .fairness-heading {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 9px;
  }
  .fairness-icon {
    width: 50px;
    height: 50px;
  }
  .fairness-heading h3 {
    font-size: 21px;
  }
  .fairness-proof > div {
    padding-inline: 8px;
    grid-template-columns: 24px minmax(0,1fr);
  }
}

@media (max-width: 899px) {
  .skills-section {
    padding: 30px 0 48px;
  }
  .skills-shell {
    width: min(100% - 30px, 680px);
  }
  .skills-eyebrow {
    font-size: 13px;
    letter-spacing: 1.5px;
  }
  .skills-section h2 {
    margin-top: 12px;
    font-size: clamp(35px, 7.2vw, 45px);
    letter-spacing: -1px;
  }
  .skills-section h2 strong::after {
    width: 100px;
    height: 3px;
    bottom: -5px;
  }
  .skills-intro {
    max-width: 580px;
    margin-top: 16px;
    font-size: 15px;
  }
  .skills-process-grid {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 32px;
  }
  .skills-card,
  .skills-prepare {
    width: 100%;
    border-radius: 18px;
  }
  .skills-card {
    padding: 22px 20px 18px;
  }
  .skills-card-heading h3,
  .skills-prepare h3 {
    font-size: 19px;
  }
  .skills-card-intro {
    font-size: 13px;
  }
  .work-introduction-input p {
    font-size: 16px;
  }
  .introduction-preview p {
    font-size: 14px;
  }
  .skills-prepare {
    margin-top: 0;
    padding: 22px 20px 18px;
  }
  .prepare-mark {
    display: none;
  }
  .skills-prepare h3 {
    margin-top: 0;
  }
  .prepare-list {
    max-width: 530px;
    margin-inline: auto;
  }
  .prepare-item {
    grid-template-columns: 32px minmax(0, 1fr);
  }
  .prepare-item strong {
    font-size: 13px;
  }
  .prepare-item span {
    font-size: 11.5px;
  }
  .monthly-rule {
    max-width: 560px;
    margin-top: 22px;
    padding-inline: 20px;
    font-size: 12px;
  }
  .fairness-card {
    min-height: 0;
    padding: 0 20px 22px;
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 16px;
  }
  .fairness-card > img {
    grid-row: 1 / 3;
    align-self: stretch;
    height: 100%;
    min-height: 155px;
  }
  .fairness-heading {
    padding-top: 20px;
    grid-template-columns: 52px minmax(0,1fr);
    gap: 10px;
  }
  .fairness-icon {
    width: 48px;
    height: 48px;
  }
  .fairness-heading h3 {
    font-size: 23px;
  }
  .fairness-proof {
    grid-column: 2;
    display: block;
  }
  .fairness-proof > div {
    min-height: 0;
    padding: 5px 0;
    grid-template-columns: 25px minmax(0,1fr);
  }
  .fairness-proof > div + div {
    border-left: 0;
  }
  .proof-icon {
    font-size: 19px;
  }
  .skills-cta {
    width: min(100%, 330px);
    min-height: 52px;
    font-size: 15px;
  }
}

@media (max-width: 560px) {
  .skills-shell {
    width: calc(100% - 24px);
  }
  .skills-section h2 {
    font-size: 34px;
  }
  .skills-section h2 span:nth-child(2) {
    max-width: 390px;
    margin-inline: auto;
  }
  .skills-intro {
    max-width: 390px;
    font-size: 14px;
  }
  .skills-card {
    padding-inline: 17px;
  }
  .preview-actions {
    grid-template-columns: 1fr;
  }
  .approve-control,
  .change-control {
    min-height: 40px;
    font-size: 12px;
  }
  .monthly-rule {
    max-width: calc(100% - 20px);
    border-radius: 20px;
    padding-inline: 15px;
  }
  .fairness-card {
    padding: 0 14px 18px;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .fairness-card > img {
    grid-row: auto;
    width: 100%;
    height: 112px;
    min-height: 0;
    object-fit: cover;
    object-position: left top;
  }
  .fairness-heading {
    padding: 16px 4px 0;
    grid-template-columns: 46px minmax(0,1fr);
  }
  .fairness-heading h3 {
    font-size: 23px;
  }
  .fairness-proof {
    grid-column: auto;
    padding: 10px 4px 0;
  }
  .fairness-proof > div {
    display: none;
  }
  .fairness-proof > div:first-child {
    display: grid;
  }
  .fairness-proof > div:first-child p::after {
    content: " Same standard. You review. You approve. You decide.";
  }
  .skills-cta {
    width: min(calc(100% - 24px), 320px);
    margin-top: 25px;
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .skills-shell {
    width: calc(100% - 20px);
  }
  .skills-section h2 {
    font-size: 31px;
  }
  .skills-intro {
    font-size: 13.5px;
  }
  .skills-card {
    padding: 20px 14px 16px;
  }
  .work-introduction-input p {
    font-size: 14.5px;
  }
  .skills-prepare {
    padding-inline: 14px;
  }
  .monthly-rule {
    font-size: 11px;
  }
  .skills-cta {
    width: min(calc(100% - 20px), 310px);
  }
}


/* BUILT FOR WHERE YOU ARE NOW — section 6 */
.built-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 48px 0 58px;
  background: linear-gradient(180deg, rgba(255,250,245,.92), rgba(255,255,255,.98));
}
.built-scene {
  position: absolute;
  z-index: -1;
  bottom: 54px;
  width: min(35vw, 520px);
  height: 430px;
  object-fit: contain;
  pointer-events: none;
}
.built-scene-left {
  left: 0;
  object-position: left bottom;
}
.built-scene-right {
  right: 0;
  object-position: right bottom;
}
.built-shell {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
  text-align: center;
}
.built-eyebrow {
  margin: 0;
  color: var(--blue);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1.8px;
  font-weight: 700;
}
.built-section h2 {
  margin: 12px auto 0;
  font-family: "Source Serif 4", Georgia, serif;
  color: var(--ink);
  font-size: clamp(40px, 3.5vw, 54px);
  line-height: 1.04;
  letter-spacing: -1.5px;
  font-weight: 600;
}
.built-section h2 span { display: block; }
.built-section h2 strong {
  color: var(--blue);
  font-weight: 600;
}
.built-intro {
  max-width: 770px;
  margin: 15px auto 0;
  color: var(--body);
  font-size: 15px;
  line-height: 1.55;
}
.role-selector {
  position: relative;
  width: min(100%, 730px);
  margin: 27px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: visible;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 14px 34px rgba(31,42,68,.10);
  text-align: left;
}
.role-column {
  min-width: 0;
  padding: 25px 30px 24px;
}
.role-column + .role-column {
  border-left: 1px solid #e8e8e8;
}
.role-column h3 {
  margin: 0 0 13px;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
}
.experience-column h3 { color: var(--blue); }
.learn-column h3 { color: var(--orange); }
.role-row {
  min-height: 66px;
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #edf0f3;
}
.role-column h3 + .role-row { border-top: 0; }
.role-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.blue-role-icon {
  color: var(--blue);
  background: #edf4ff;
}
.orange-role-icon {
  color: var(--orange);
  background: #fff2e8;
}
.role-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.role-name {
  min-width: 0;
  color: #171c31;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}
.role-status {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.role-status svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.check-status { color: var(--blue); }
.plus-status { color: var(--orange); }
.selector-mark {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: var(--orange);
  background: #fff;
  box-shadow: 0 8px 20px rgba(31,42,68,.12);
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
}
.opportunity-card {
  width: min(100%, 1010px);
  min-height: 156px;
  margin: 22px auto 0;
  padding: 23px 29px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  align-items: center;
  gap: 30px;
  border: 1px solid #f0dfd0;
  border-radius: 19px;
  background: rgba(255,252,249,.97);
  box-shadow: 0 10px 27px rgba(31,42,68,.07);
  text-align: left;
}
.opportunity-message {
  min-width: 0;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 19px;
}
.opportunity-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--blue);
  background: #eef5ff;
}
.opportunity-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.opportunity-message h3 {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  color: var(--ink);
  font-size: 29px;
  line-height: 1.08;
  letter-spacing: -.5px;
  font-weight: 600;
}
.opportunity-action {
  min-width: 0;
  padding-left: 30px;
  border-left: 1px solid #e7e1dc;
}
.opportunity-action p {
  margin: 0;
  color: var(--body);
  font-size: 14px;
  line-height: 1.5;
}
.built-cta {
  width: min(100%, 350px);
  min-height: 52px;
  margin-top: 16px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 10px;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 8px 18px rgba(255,128,17,.20);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
}
.built-cta:hover { background: #e86f00; }
.built-cta span {
  font-size: 21px;
  line-height: 1;
}

@media (max-width: 1130px) and (min-width: 900px) {
  .built-shell { width: min(100% - 32px, 1180px); }
  .built-scene {
    width: 36vw;
    height: 390px;
    opacity: .78;
  }
  .role-selector { width: min(100%, 680px); }
  .role-column { padding-inline: 23px; }
  .opportunity-card {
    width: min(100%, 900px);
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  }
  .opportunity-message h3 { font-size: 25px; }
}

@media (max-width: 899px) {
  .built-section {
    padding: 42px 0 48px;
    background: #fff;
  }
  .built-shell { width: min(100% - 30px, 680px); }
  .built-scene {
    bottom: 250px;
    width: 220px;
    height: 440px;
    opacity: .34;
  }
  .built-scene-left { left: -62px; }
  .built-scene-right { right: -62px; }
  .built-eyebrow {
    font-size: 11px;
    letter-spacing: 1.55px;
  }
  .built-section h2 {
    margin-top: 14px;
    font-size: clamp(36px, 7.5vw, 47px);
    line-height: 1.03;
    letter-spacing: -1px;
  }
  .built-section h2 span:nth-child(2) {
    max-width: 630px;
    margin-inline: auto;
  }
  .built-intro {
    max-width: 590px;
    margin-top: 17px;
    font-size: 15px;
  }
  .role-selector {
    width: min(100%, 540px);
    margin-top: 30px;
    display: block;
    border-radius: 20px;
  }
  .role-column { padding: 25px 28px 23px; }
  .role-column + .role-column {
    border-left: 0;
    border-top: 1px solid #e8e8e8;
  }
  .selector-mark { display: none; }
  .role-row { min-height: 62px; }
  .opportunity-card {
    width: min(100%, 590px);
    min-height: 0;
    margin-top: 29px;
    padding: 26px 27px 24px;
    display: block;
    text-align: center;
  }
  .opportunity-message {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    text-align: left;
  }
  .opportunity-icon {
    width: 66px;
    height: 66px;
  }
  .opportunity-message h3 { font-size: 30px; }
  .opportunity-action {
    margin-top: 22px;
    padding: 0;
    border-left: 0;
  }
  .opportunity-action p { font-size: 14px; }
  .built-cta {
    width: min(100%, 430px);
    min-height: 54px;
    margin: 22px auto 0;
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .built-shell { width: calc(100% - 24px); }
  .built-section h2 { font-size: 35px; }
  .built-intro {
    max-width: 400px;
    font-size: 14px;
  }
  .role-selector { width: calc(100% - 18px); }
  .role-column { padding: 23px 20px 21px; }
  .role-column h3 { font-size: 18px; }
  .role-row {
    grid-template-columns: 39px minmax(0, 1fr) 30px;
    gap: 10px;
  }
  .role-icon {
    width: 36px;
    height: 36px;
  }
  .role-icon svg {
    width: 23px;
    height: 23px;
  }
  .role-name { font-size: 15px; }
  .opportunity-card {
    width: 100%;
    padding: 25px 20px 20px;
    border-radius: 18px;
  }
  .opportunity-message {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 15px;
  }
  .opportunity-icon {
    width: 58px;
    height: 58px;
  }
  .opportunity-icon svg {
    width: 38px;
    height: 38px;
  }
  .opportunity-message h3 { font-size: 27px; }
  .built-cta {
    width: min(100%, 455px);
    min-height: 54px;
    font-size: 15px;
  }
}

@media (max-width: 375px) {
  .built-shell { width: calc(100% - 20px); }
  .built-section h2 { font-size: 32px; }
  .built-intro { font-size: 13.5px; }
  .role-selector { width: calc(100% - 12px); }
  .role-column { padding-inline: 17px; }
  .role-name { font-size: 14px; }
  .opportunity-message h3 { font-size: 25px; }
  .built-cta {
    width: calc(100% - 8px);
    font-size: 14px;
  }
}

.selector-mark {
  color: transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #ff8011, #1673ff) border-box;
  border: 2px solid transparent;
}
.selector-mark::after {
  content: "S";
  background: linear-gradient(135deg, #ff8011 32%, #1673ff 68%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


/* MOBILE HERO APRON CLEANUP */
@media (max-width: 899px) {
  .mobile-visual::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: -2%;
    top: 345px;
    width: 30%;
    height: 132px;
    border-radius: 22px;
    background: #fff;
    box-shadow:
      -10px -5px 18px rgba(255,255,255,.96),
      0 8px 18px rgba(255,255,255,.98);
    pointer-events: none;
  }
}
@media (max-width: 480px) {
  .mobile-visual::after {
    top: 278px;
    width: 29%;
    height: 126px;
  }
}
@media (max-width: 375px) {
  .mobile-visual::after {
    top: 264px;
    width: 30%;
    height: 118px;
  }
}

/* PRIVACY AND CONTROL — section 7 */
.privacy-section {
  padding: 38px 0 58px;
  background: #fff;
}
.privacy-shell {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
  padding: 42px 38px 36px;
  border: 1px solid #cfe0ff;
  border-radius: 24px;
  background:
    linear-gradient(180deg, #f5f9ff 0%, #eef5ff 100%);
  box-shadow: 0 12px 30px rgba(31,42,68,.055);
  text-align: center;
}
.privacy-eyebrow {
  margin: 0;
  color: var(--blue);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1.8px;
  font-weight: 700;
}
.privacy-section h2 {
  margin: 14px auto 0;
  font-family: "Source Serif 4", Georgia, serif;
  color: var(--ink);
  font-size: clamp(39px, 3.2vw, 51px);
  line-height: 1.04;
  letter-spacing: -1.25px;
  font-weight: 600;
}
.privacy-section h2 span {
  display: block;
}
.privacy-intro {
  margin: 14px 0 0;
  color: var(--body);
  font-size: 17px;
  line-height: 1.45;
}
.privacy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.privacy-card {
  min-width: 0;
  min-height: 154px;
  padding: 24px 22px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  border: 1px solid #d8e4f8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(31,42,68,.07);
  text-align: left;
}
.privacy-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.privacy-icon-blue {
  color: var(--blue);
  background: #eaf3ff;
}
.privacy-icon-orange {
  color: var(--orange);
  background: #fff2e8;
}
.privacy-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.privacy-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
}
.privacy-card p {
  margin: 8px 0 0;
  color: var(--body);
  font-size: 14px;
  line-height: 1.48;
}
.privacy-cta {
  display: none;
}

@media (max-width: 1130px) and (min-width: 900px) {
  .privacy-shell {
    width: min(100% - 32px, 1240px);
    padding-inline: 26px;
  }
  .privacy-grid {
    gap: 13px;
  }
  .privacy-card {
    padding-inline: 16px;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
  }
  .privacy-icon {
    width: 49px;
    height: 49px;
  }
  .privacy-icon svg {
    width: 29px;
    height: 29px;
  }
  .privacy-card h3 {
    font-size: 17px;
  }
  .privacy-card p {
    font-size: 12.5px;
  }
}

@media (max-width: 899px) {
  .privacy-section {
    padding: 34px 0 50px;
  }
  .privacy-shell {
    width: min(100% - 30px, 680px);
    padding: 34px 24px 30px;
    border-radius: 22px;
  }
  .privacy-eyebrow {
    font-size: 11px;
    letter-spacing: 1.55px;
  }
  .privacy-section h2 {
    margin-top: 13px;
    font-size: clamp(35px, 7vw, 45px);
    letter-spacing: -.95px;
  }
  .privacy-intro {
    margin-top: 12px;
    font-size: 16px;
  }
  .privacy-grid {
    display: block;
    margin-top: 28px;
  }
  .privacy-card {
    min-height: 150px;
    padding: 22px 22px;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 17px;
    border-radius: 18px;
  }
  .privacy-card + .privacy-card {
    margin-top: 17px;
  }
  .privacy-card h3 {
    font-size: 19px;
  }
  .privacy-card p {
    font-size: 14px;
  }
  .privacy-cta {
    width: min(100%, 430px);
    min-height: 54px;
    margin: 27px auto 0;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 11px;
    color: #fff;
    background: var(--orange);
    box-shadow: 0 8px 19px rgba(255,128,17,.22);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
  }
  .privacy-cta:hover {
    background: #e86f00;
  }
  .privacy-cta span {
    font-size: 22px;
    line-height: 1;
  }
}

@media (max-width: 560px) {
  .privacy-shell {
    width: calc(100% - 24px);
    padding: 31px 18px 27px;
  }
  .privacy-section h2 {
    font-size: 34px;
  }
  .privacy-intro {
    font-size: 15px;
  }
  .privacy-card {
    min-height: 146px;
    padding: 20px 17px;
    grid-template-columns: 57px minmax(0, 1fr);
    gap: 14px;
  }
  .privacy-icon {
    width: 54px;
    height: 54px;
  }
  .privacy-card h3 {
    font-size: 18px;
  }
  .privacy-card p {
    font-size: 13.5px;
  }
  .privacy-cta {
    width: min(100%, 455px);
    font-size: 15px;
  }
}

@media (max-width: 375px) {
  .privacy-shell {
    width: calc(100% - 20px);
    padding-inline: 15px;
  }
  .privacy-section h2 {
    font-size: 31px;
  }
  .privacy-card {
    min-height: 140px;
    padding-inline: 14px;
    grid-template-columns: 51px minmax(0, 1fr);
    gap: 11px;
  }
  .privacy-icon {
    width: 49px;
    height: 49px;
  }
  .privacy-icon svg {
    width: 29px;
    height: 29px;
  }
  .privacy-card h3 {
    font-size: 17px;
  }
  .privacy-card p {
    font-size: 13px;
  }
  .privacy-cta {
    width: calc(100% - 8px);
    font-size: 14px;
  }
}


/* FINAL MOBILE HERO GAP CLEANUP */
@media (max-width: 899px) {
  .mobile-visual::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 45%;
    top: 397px;
    width: 36%;
    height: 96px;
    border-radius: 18px;
    background: #fff;
    box-shadow:
      -10px -6px 18px rgba(255,255,255,.98),
      10px 8px 18px rgba(255,255,255,.98);
    pointer-events: none;
  }
}

@media (max-width: 480px) {
  .mobile-visual::before {
    left: 43%;
    top: 321px;
    width: 39%;
    height: 91px;
  }
}

@media (max-width: 375px) {
  .mobile-visual::before {
    left: 42%;
    top: 301px;
    width: 41%;
    height: 88px;
  }
}

/* FINAL CTA */
.final-cta-section {
  padding: 24px 0 34px;
  background: #fff;
}

.final-cta-shell {
  width: min(100% - 48px, 1240px);
  min-height: 330px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #f0d7c4;
  border-radius: 24px;
  background: #fff6ed;
  box-shadow: 0 12px 28px rgba(31,42,68,.065);
}

.final-cta-art {
  min-height: 330px;
  overflow: hidden;
  background: #fff7ef;
}

.final-cta-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.final-cta-copy {
  padding: 45px 56px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.final-cta-eyebrow {
  margin: 0;
  color: var(--orange);
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 1.8px;
  font-weight: 700;
}

.final-cta-copy h2 {
  max-width: 600px;
  margin: 13px 0 0;
  font-family: "Source Serif 4", Georgia, serif;
  color: var(--ink);
  font-size: clamp(42px, 3.7vw, 58px);
  line-height: 1.02;
  letter-spacing: -1.5px;
  font-weight: 600;
}

.final-cta-copy > p:not(.final-cta-eyebrow) {
  max-width: 560px;
  margin: 17px 0 0;
  color: var(--body);
  font-size: 16px;
  line-height: 1.55;
}

.final-worker-cta {
  width: min(100%, 390px);
  min-height: 54px;
  margin-top: 24px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 11px;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 9px 20px rgba(255,128,17,.22);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.final-worker-cta:hover {
  background: #e86f00;
}

.final-worker-cta span {
  font-size: 22px;
  line-height: 1;
}

/* BUSINESS BRIDGE */
.business-bridge {
  display: none;
  padding: 0 0 32px;
  background: #fff;
}

.business-bridge-shell,
.footer-business-card {
  border: 1px solid #cfe0ff;
  border-radius: 17px;
  background: #f1f6ff;
}

.business-bridge-shell {
  width: min(100% - 48px, 1240px);
  min-height: 100px;
  margin-inline: auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.business-bridge-icon {
  width: 48px;
  height: 48px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}

.business-bridge-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.business-bridge strong,
.footer-business-card strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.3;
}

.business-bridge a,
.footer-business-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  color: var(--blue);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}

/* FOOTER */
.site-footer {
  border-top: 1px solid #e6e8ed;
  background: #fbfbfc;
}

.footer-shell {
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
  padding: 34px 0 27px;
  display: grid;
  grid-template-columns: 1.1fr 1.45fr .8fr;
  gap: 42px;
  align-items: start;
}

.footer-brand {
  min-width: 0;
}

.footer-logo {
  display: inline-flex;
  align-items: baseline;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -1.2px;
  font-weight: 700;
}

.footer-logo span {
  color: var(--orange);
}

.footer-logo b {
  color: var(--blue);
}

.footer-brand h2 {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}

.footer-brand p {
  max-width: 360px;
  margin: 9px 0 0;
  color: var(--body);
  font-size: 13px;
  line-height: 1.55;
}

.footer-local-line {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}

.footer-local-line span:nth-child(1) {
  color: var(--blue);
}

.footer-local-line span:nth-child(2) {
  color: var(--orange);
}

.footer-local-line span:nth-child(3) {
  color: var(--ink);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.footer-links h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}

.footer-links a {
  display: block;
  width: fit-content;
  margin-top: 9px;
  color: #414a61;
  font-size: 12.5px;
  line-height: 1.35;
}

.footer-links a:hover,
.legal-links a:hover {
  color: var(--blue);
}

.footer-business-card {
  min-height: 112px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-legal {
  width: min(100% - 48px, 1320px);
  min-height: 64px;
  margin-inline: auto;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  border-top: 1px solid #e1e4e9;
  color: #626b7f;
  font-size: 11.5px;
  line-height: 1.3;
}

.legal-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.legal-links a {
  color: #626b7f;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-links a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #11172a;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

@media (max-width: 1030px) and (min-width: 900px) {
  .final-cta-shell {
    width: min(100% - 32px, 1240px);
    grid-template-columns: minmax(310px, .9fr) minmax(0, 1.1fr);
  }

  .final-cta-copy {
    padding-inline: 38px;
  }

  .footer-shell,
  .footer-legal {
    width: min(100% - 32px, 1320px);
  }

  .footer-shell {
    grid-template-columns: 1fr 1.4fr;
  }

  .footer-business-card {
    grid-column: 1 / -1;
    min-height: 92px;
  }
}

@media (max-width: 899px) {
  .final-cta-section {
    padding: 24px 0 29px;
  }

  .final-cta-shell {
    width: min(100% - 30px, 680px);
    display: block;
    border-radius: 22px;
  }

  .final-cta-art {
    width: calc(100% - 34px);
    height: 330px;
    min-height: 0;
    margin: 22px auto 0;
    border-radius: 18px;
  }

  .final-cta-art img {
    object-position: center top;
  }

  .final-cta-copy {
    padding: 28px 27px 31px;
    align-items: center;
    text-align: center;
  }

  .final-cta-eyebrow {
    font-size: 12px;
    letter-spacing: 1.6px;
  }

  .final-cta-copy h2 {
    max-width: 570px;
    margin-top: 16px;
    font-size: clamp(39px, 8vw, 50px);
    line-height: 1.04;
    letter-spacing: -1.1px;
  }

  .final-cta-copy > p:not(.final-cta-eyebrow) {
    max-width: 520px;
    margin-top: 16px;
    font-size: 15px;
  }

  .final-worker-cta {
    width: min(100%, 430px);
    min-height: 54px;
    margin-top: 26px;
    font-size: 16px;
  }

  .business-bridge {
    display: block;
  }

  .business-bridge-shell {
    width: min(100% - 30px, 680px);
  }

  .footer-shell {
    width: min(100% - 30px, 680px);
    padding: 34px 0 27px;
    display: block;
  }

  .footer-logo {
    font-size: 34px;
  }

  .footer-brand p {
    max-width: 580px;
    font-size: 14px;
  }

  .footer-local-line {
    font-size: 13px;
  }

  .footer-links {
    margin-top: 27px;
    padding-top: 25px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    border-top: 1px solid #e1e4e9;
  }

  .footer-company-links {
    display: none;
  }

  .footer-links h3 {
    font-size: 14px;
  }

  .footer-links a {
    font-size: 13.5px;
  }

  .footer-business-card {
    display: none;
  }

  .footer-legal {
    width: min(100% - 30px, 680px);
    min-height: 0;
    padding: 24px 0 29px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 19px;
    font-size: 11.5px;
  }

  .legal-links {
    order: 3;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .final-cta-shell {
    width: calc(100% - 24px);
  }

  .final-cta-art {
    width: calc(100% - 28px);
    height: 300px;
  }

  .final-cta-copy {
    padding-inline: 19px;
  }

  .final-cta-copy h2 {
    font-size: 41px;
  }

  .final-worker-cta {
    width: min(100%, 455px);
    font-size: 15px;
  }

  .business-bridge-shell {
    width: calc(100% - 24px);
    min-height: 100px;
    padding: 18px 20px;
  }

  .footer-shell,
  .footer-legal {
    width: calc(100% - 40px);
  }

  .footer-brand h2 {
    font-size: 16px;
  }

  .footer-links {
    gap: 23px;
  }

  .footer-links a {
    font-size: 13px;
  }

  .social-links {
    margin-left: auto;
  }
}

@media (max-width: 375px) {
  .final-cta-shell {
    width: calc(100% - 20px);
  }

  .final-cta-art {
    width: calc(100% - 24px);
    height: 275px;
  }

  .final-cta-copy h2 {
    font-size: 37px;
  }

  .final-worker-cta {
    width: calc(100% - 6px);
    font-size: 14px;
  }

  .business-bridge-shell {
    width: calc(100% - 20px);
    padding-inline: 17px;
  }

  .business-bridge strong {
    font-size: 15px;
  }

  .business-bridge a {
    font-size: 13px;
  }

  .footer-shell,
  .footer-legal {
    width: calc(100% - 32px);
  }

  .footer-logo {
    font-size: 31px;
  }

  .footer-links {
    gap: 18px;
  }

  .footer-links a {
    font-size: 12.5px;
  }

  .legal-links {
    gap: 9px;
  }
}

/* Text-light production refinement */
.privacy-grid{margin-top:22px}.final-worker-cta{margin-top:20px}
@media(max-width:899px){.privacy-grid{margin-top:18px}.final-worker-cta{margin-top:18px}}


/* Refinement pass 2: compact mobile rhythm without structural redesign */
@media (max-width: 899px) {
  .skills-section { padding: 24px 0 38px; }
  .skills-process-grid { gap: 16px; margin-top: 26px; }
  .skills-card { padding: 18px 17px 15px; }
  .skills-card-intro { margin-top: 9px; }
  .work-introduction-input,
  .introduction-preview { margin-top: 12px; padding: 14px 15px; }
  .privacy-note,
  .approved-note { margin-top: 9px; padding-block: 8px; }
  .skills-prepare { padding: 18px 17px 14px; }
  .prepare-list { margin-top: 13px; padding: 6px 10px; }
  .prepare-item { padding: 7px 0; align-items: center; }
  .prepare-item strong { font-size: 12.5px; }
  .fairness-card { margin-top: 17px; }
  .skills-cta { margin-top: 20px; }

  .built-section { padding: 34px 0 40px; }
  .built-intro { margin-top: 13px; }
  .role-selector { margin-top: 23px; }
  .role-column { padding: 20px 24px 18px; }
  .role-row { min-height: 54px; }
  .opportunity-card { margin-top: 22px; padding: 21px 23px 19px; }
  .opportunity-message { grid-template-columns: 58px minmax(0, 1fr); }
  .opportunity-icon { width: 54px; height: 54px; }
  .opportunity-message h3 { font-size: 27px; }
  .opportunity-action { margin-top: 17px; }
  .built-cta { margin-top: 17px; }

  .privacy-section { padding: 28px 0 38px; }
  .privacy-shell { padding: 29px 22px 24px; }
  .privacy-grid { margin-top: 21px; }
  .privacy-card {
    min-height: 98px;
    padding: 15px 17px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
  }
  .privacy-card + .privacy-card { margin-top: 10px; }
  .privacy-icon { width: 46px; height: 46px; }
  .privacy-icon svg { width: 27px; height: 27px; }
  .privacy-card h3 { font-size: 17px; }
  .privacy-card p { margin-top: 4px; font-size: 13px; }

  .final-cta-section { padding-top: 18px; }
  .final-cta-art { height: 265px; }
  .final-cta-copy { padding-top: 23px; padding-bottom: 26px; }
  .final-worker-cta { margin-top: 20px; }
}

@media (max-width: 560px) {
  .skills-section h2 { font-size: 33px; }
  .skills-intro { margin-top: 13px; }
  .skills-card-heading h3,
  .skills-prepare h3 { font-size: 18px; }
  .fairness-card > img { height: 100px; }
  .fairness-heading { padding-top: 13px; }
  .fairness-proof { padding-top: 7px; }
  .fairness-proof > div:first-child p::after {
    content: " You review and approve.";
  }

  .built-section h2 { font-size: 34px; }
  .role-column { padding: 18px 18px 16px; }
  .role-row { min-height: 50px; }
  .role-icon { width: 33px; height: 33px; }
  .role-icon svg { width: 21px; height: 21px; }
  .opportunity-card { padding: 19px 18px 17px; }
  .opportunity-message {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
  }
  .opportunity-icon { width: 48px; height: 48px; }
  .opportunity-icon svg { width: 31px; height: 31px; }
  .opportunity-message h3 { font-size: 24px; }

  .privacy-shell { padding: 26px 16px 21px; }
  .privacy-section h2 { font-size: 33px; }
  .privacy-card {
    min-height: 90px;
    padding: 13px 14px;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 11px;
  }
  .privacy-icon { width: 41px; height: 41px; }
  .privacy-icon svg { width: 24px; height: 24px; }
  .privacy-card h3 { font-size: 16px; }
  .privacy-card p { font-size: 12.5px; }

  .final-cta-art { height: 235px; }
  .final-cta-copy h2 { font-size: 39px; }
}

@media (max-width: 375px) {
  .skills-section h2 { font-size: 30px; }
  .built-section h2,
  .privacy-section h2 { font-size: 31px; }
  .final-cta-art { height: 220px; }
  .final-cta-copy h2 { font-size: 36px; }
}

/* Official Snaproles compact mark */
.selector-mark {
  padding: 7px;
  color: transparent;
  background: #fff;
  border: 1px solid rgba(22,115,255,.13);
}
.selector-mark::after { content: none; }
.selector-mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
