/* ExpertHiring homepage redesign - nav/footer deltas + homepage sections */
/* Loaded after style.css on home.html only */
/* Header base styles: style.css + rwd.css. New nav rules below are mega-menu + phone only. */

html,
body {
  max-width: 100%;
}

/* New header elements (phone + CTA row) */
.Nav-right-btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-phone-link {
  font-weight: 400;
}

.My-NavBar .nav-phone-link:hover,
.My-NavBar .nav-phone-link:focus,
.My-NavBar .nav-phone-link:active {
  background: transparent !important;
  transform: none !important;
  box-shadow: none !important;
}

.My-NavBar .nav-link:focus {
  outline: none;
  box-shadow: none;
}

.nav-hiring-logos {
  height: 48px;
}

.industries-mega .RSN-hiring-strip .logos,
.resources-mega .RSN-hiring-strip .logos {
  flex-shrink: 0;
  width: auto;
  max-width: max-content;
}

.industries-mega .nav-hiring-logos,
.resources-mega .nav-hiring-logos {
  display: block;
  height: 48px;
  width: auto;
  max-width: none;
  object-fit: contain;
}

/* Mega dropdown panels */
.my-nav-dropdown .industries-mega,
.my-nav-dropdown .resources-mega {
  list-style: none;
  padding: 0;
  margin: 0;
}

.my-nav-dropdown .industries-mega > .RSN-section,
.my-nav-dropdown .resources-mega > .RSN-section {
  list-style: none;
}

.industries-mega .RSN-hiring-strip,
.resources-mega .RSN-hiring-strip {
  margin-top: 32px;
}

.industries-mega .RSN-header,
.resources-mega .RSN-header {
  margin-bottom: 16px;
}

.resources-mega .RSN-Itemgap {
  padding: 10px 14px;
  border-radius: 10px;
  transition: background .18s;
}

.resources-mega .RSN-Itemgap:hover {
  background: #F5F7FF;
}

.resources-mega .RSN-learnMore-section h5 {
  margin-bottom: 2px;
}

.resources-mega .RSN-learnMore-section h6 {
  margin: 0;
}

.ind-mega-grid {
  display: grid;
  gap: 0;
}

@media (min-width: 992px) {
  .ind-mega-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ind-mega-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none !important;
  color: #2B2B2B;
  transition: background .18s;
}

.ind-mega-item:hover {
  background: #F5F7FF;
  color: #2B2B2B;
}

.ind-mega-item .rm-sub {
  display: none;
}

.ind-mega-item .rm-title {
  font-size: 14px;
  font-weight: 500;
  color: #1A1A1A;
  font-family: 'Inter', sans-serif;
}

.ind-mega-item .rm-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ind-mega-item .rm-icon img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  display: block;
}

.ind-mega-view-all {
  padding: 10px 14px;
  color: #3063D2;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 18px;
  letter-spacing: -0.28px;
  text-decoration: none;
}

.ind-mega-view-all:hover {
  color: #3063D2;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .ind-mega-view-all {
    grid-column: 4;
    align-self: start;
  }
}

.industries-mega {
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, .18);
  border: 1px solid #EAEAEA;
  overflow: hidden;
  margin-top: 8px;
  background: #fff !important;
}

.resources-mega {
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, .18);
  border: 1px solid #EAEAEA;
  overflow: hidden;
  margin-top: 8px;
  background: #fff !important;
}

@media (min-width: 992px) {
  .industries-mega {
    min-width: 780px;
  }

  .resources-mega {
    min-width: 640px;
  }
}

/* Footer */
.EH-footer {
  background: #0A0A0A;
  padding: 72px 0 0;
  font-family: 'Inter', sans-serif;
  border-top: 2px solid rgba(255, 255, 255, .12);
}

.EH-footer-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  margin-bottom: 40px;
}

.EH-footer-tagline {
  color: rgb(203, 199, 199);
  font-size: 17px;
  margin: 0;
  line-height: 1.6;
  text-align: left;
}

.EH-footer-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  padding-bottom: 32px;
}

.EH-footer-contact-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  padding: 32px 0 24px;
}

.EH-footer-contact-left {
  display: flex;
  flex-direction: column;
}

.EH-footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  border-top: none;
  align-items: center;
}

.EH-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgb(203, 199, 199);
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.EH-footer-contact-item svg {
  opacity: .6;
  flex-shrink: 0;
}

.EH-footer-contact-item:hover {
  color: #fff;
}

.EH-footer-logo-sm {
  width: 120px;
  height: auto;
  display: block;
}

.EH-footer-contact a,
.EH-footer-contact span {
  color: rgb(203, 199, 199);
  font-size: 14px;
  text-decoration: none;
  line-height: 1.65;
  transition: color .2s;
}

.EH-footer-contact a:hover {
  color: #fff;
}

.EH-footer-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .01em;
  text-transform: none;
  margin-bottom: 20px;
}

.EH-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.EH-footer-link {
  color: rgb(203, 199, 199);
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
}

.EH-footer-link:hover {
  color: #fff;
}

.My-border {
  border-color: #1F1F1F !important;
}

.EH-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  flex-wrap: wrap;
  gap: 12px;
}

.EH-footer-logo {
  width: 160px;
  height: auto;
  display: block;
}

.EH-footer-copy {
  color: rgb(195, 169, 169);
  font-size: 14px;
  margin: 0;
}

.EH-footer-social {
  width: 40px;
  height: 40px;
  background: #0077B5;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: background .2s;
}

.EH-footer-social:hover {
  background: #005f8e;
  color: #fff;
}

/* Extra icon colors */
.rm-icon img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  display: block;
}

/* Dropdown backdrop overlay - unused; header uses .Nav-overlay */

.rm-icon-blue {
  background: #E8F1FF;
  color: #1A77E1;
}

.rm-icon-indigo {
  background: #EBEBFF;
  color: #4f46e5;
}

.rm-icon-slate {
  background: #F0F2F5;
  color: #475569;
}

.rm-icon-yellow {
  background: #FFF8E1;
  color: #d97706;
}

/* â”€â”€ Hover-open + centered mega dropdowns â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

/* Remove underlines from all CTA buttons */
.BJB-btn,
.my-btn,
.btn-glow,
.SeeCandidates-Btn,
.BJB-btn:hover,
.my-btn:hover,
.btn-glow:hover,
.SeeCandidates-Btn:hover {
  text-decoration: none !important;
}

/* Hero - centered layout */
.hero-wrap {
  padding: 60px 24px 80px;
  text-align: center;
  background: #fff;
}

.hero-g-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  background: transparent;
  border: none;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #2B2B2B;
  text-decoration: none;
  margin-bottom: 28px;
  transition: background .2s;
}

.hero-g-pill svg,
.hero-g-pill .g-stars-yellow {
  flex-shrink: 0;
}

.hero-g-pill:hover {
  background: #EFEFEF;
  color: #2B2B2B;
}

.hero-g-pill-text {
  min-width: 0;
}

.hero-g-pill-reviews {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hero-h1 {
  font-size: clamp(32px, 3.8vw, 52px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -2px;
  color: #191A15;
  margin-bottom: 20px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.hero-sub {
  font-size: 19px;
  line-height: 1.65;
  color: #454545;
  max-width: 580px;
  margin: 0 auto 36px;
}

.hero-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.hero-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 28px;
  border-radius: 999px;
  background: #1E1006;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: background .2s;
  border: 2px solid transparent;
}

.hero-primary-btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #FF8DB3 0%, #7B48FE 100%);
  z-index: -1;
}

.hero-primary-btn:hover {
  background: #2c190b;
  color: #fff;
}

.hero-ghost-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 28px;
  border-radius: 999px;
  background: #fff;
  border: 1.5px solid #D5D7DA;
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, border-color .2s;
}

.hero-ghost-btn:hover {
  background: #F5F5F5;
  border-color: #BBBDC0;
  color: #2B2B2B;
}

.hero-trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.hero-trust-row .ti {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: #454545;
}

.hero-trust-row .ti svg {
  width: 15px;
  height: 15px;
  color: #22A861;
  flex-shrink: 0;
}

.hero-trust-row .ti .chk-box {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: #ECFDF3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-trust-row .ti .chk-box svg {
  width: 14px;
  height: 14px;
  color: #22A861;
}

/* Hero Michelle testimonial card (Home V1_Jesh) */
.hero-testimonial-card {
  max-width: 680px;
  margin: 32px auto 0;
  background: #fff;
  border: 1px solid #E8EAF0;
  border-radius: 14px;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.hero-testimonial-stars {
  color: #F5A623;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}

.hero-testimonial-body {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}

.hero-testimonial-photo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.hero-testimonial-copy {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.hero-testimonial-quote {
  margin: 0 0 8px;
  font-size: 15px;
  color: #1A1D2E;
  line-height: 1.6;
  border: 0;
  padding: 0;
  font-style: normal;
  text-align: center;
}

.hero-testimonial-attr {
  margin: 0;
  font-size: 13px;
  color: #555A6E;
  line-height: 1.45;
  text-align: center;
}

.hero-testimonial-attr strong {
  color: #1A1D2E;
  font-weight: 600;
}

/* Stats card */
.stats-card {
  border: 1.5px solid transparent;
  border-radius: 24px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #FF8DB3 0%, #64D3E0 50%, #7B48FE 100%) border-box;
  box-shadow: 10px 14px 54px rgba(0, 0, 0, .10);
  padding: 26px;
}

.g-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F5FAFF;
  border: 1px solid #CBE5FF;
  border-radius: 48px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
  text-decoration: none;
  color: #2B2B2B;
}

.g-pill:hover {
  background: #EBF4FF;
  color: #2B2B2B;
}

.stats-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.stat-cell {
  padding: 14px 0 14px 0;
  border-top: 1px solid #EFEFEF;
}

.stat-cell:nth-child(1),
.stat-cell:nth-child(2) {
  border-top: none;
  padding-top: 0;
}

.stat-cell:nth-child(odd) {
  padding-right: 16px;
  border-right: 1px solid #EFEFEF;
}

.stat-cell:nth-child(even) {
  padding-left: 16px;
}

.stat-n {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #2B2B2B;
  line-height: 1;
}

.stat-l {
  font-size: 12px;
  color: #454545;
  margin-top: 4px;
  line-height: 1.4;
}

.hero-quote {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EFEFEF;
}

.hero-quote blockquote {
  font-size: 13.5px;
  font-style: italic;
  line-height: 1.65;
  color: #444;
  margin: 0 0 12px;
}

.hero-quote figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-quote figcaption img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.hero-quote figcaption b {
  font-size: 13px;
  color: #2B2B2B;
  display: block;
}

.hero-quote figcaption span {
  font-size: 11px;
  color: #454545;
}

.logo-img {
  height: 28px;
  width: auto;
  object-fit: contain;
  transition: opacity .2s;
  opacity: .85;
}

.logo-img:hover {
  opacity: 1;
}

/* Stats bar â€” dark impact section */
.stats-bar {
  background: #0E0E0E;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.stats-bar::after {
  content: '';
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  border: 1.5px solid rgba(99, 67, 255, .25);
  border-radius: 50%;
  pointer-events: none;
}

.stats-bar-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
  min-width: 0;
}

.stats-bar-left-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.stats-bar-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.stats-logo-row {
  display: flex;
  gap: 24px;
  width: max-content;
}

.stats-logo-row img {
  height: 36px;
  width: 100px;
  object-fit: contain;
  opacity: .9;
  flex-shrink: 0;
}

.stats-logo-row-1 {
  animation: stats-scroll-l 20s linear infinite;
}

.stats-logo-row-2 {
  animation: stats-scroll-r 24s linear infinite;
}

/* Static logo grid */
.stats-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.stats-logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 100%;
  min-width: 0;
  padding: 4px;
  overflow: hidden;
}

.stats-logo-grid img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.stats-logo-cell--wordmark img {
  max-height: 70%;
}

@keyframes stats-scroll-l {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes stats-scroll-r {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.stats-bar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
}

.stats-bar-item {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  padding: 20px 24px;
  transition: border-color .2s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 256px;
  height: auto;
  min-height: 126px;
  box-sizing: border-box;
}

.stats-bar-item:hover {
  border-color: rgba(99, 67, 255, .4);
}

.stats-bar-item.accent {
  border-color: rgba(99, 67, 255, .45);
}

.stats-bar-n {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1;
  margin-bottom: 8px;
  color: #fff;
  white-space: normal;
}

.stats-bar-l {
  font-size: 14px;
  color: rgba(255, 255, 255, .45);
  line-height: 1.45;
}

.RHS-job-card-wrapper {
  padding: 1.5px !important;
  background: linear-gradient(160deg, #6B5B8A 0%, #4A3F7A 50%, #2a2a3e 100%) !important;
  border-radius: 22px !important;
  height: auto !important;
  min-height: 90px;
  min-width: 340px !important;
}

.RHS-job-card {
  background-color: #111116 !important;
  border-radius: 20px !important;
  height: auto !important;
  min-height: 87px;
  padding: 16px 28px !important;
}

.sec-head {
  text-align: center;
  margin-bottom: 52px;
}

.sec-head .eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #919191;
  margin-bottom: 10px;
}

.sec-head h2 {
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 700;
  letter-spacing: -1.8px;
  line-height: 1.12;
  color: #2B2B2B;
  margin-bottom: 14px;
}

.sec-head p {
  font-size: 20px;
  line-height: 1.6;
  color: #454545;
  max-width: 700px;
  margin: 0 auto;
}

/* Testimonials */
/* Testimonials â€” Quo-inspired */
.test-section-wrap {
  background: linear-gradient(160deg, #F0F4FF 0%, #F7F5FF 60%, #FDF0F5 100%);
  padding: 88px 0;
}

.t2-card {
  background: #fff;
  border-radius: 24px;
  border: none;
  padding: 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 2px 16px rgba(80, 60, 180, .07), 0 1px 3px rgba(0, 0, 0, .04);
  transition: box-shadow .25s, transform .25s;
}

.t2-card:hover {
  box-shadow: 0 12px 40px rgba(80, 60, 180, .14);
  transform: translateY(-4px);
}

/* attribution row at top */
.t2-person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.t2-person img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.t2-ph {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C4B5FD, #93C5FD);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.t2-name {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  line-height: 1.2;
}

.t2-title {
  font-size: 12px;
  color: #777;
  margin-top: 3px;
  line-height: 1.4;
}

.t2-divider {
  border: none;
  border-top: 1px solid #EBEBEB;
  margin: 0 0 18px;
}

.t2-stars {
  color: #FBBC04;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.t2-headline {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin: 0 0 10px;
}

.t2-quote {
  font-size: 17px;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.65;
  flex: 1;
}

.g-review-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin: 36px 0 28px;
}

.g-mini {
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 16px;
  padding: 14px 18px;
  font-size: 14px;
  color: #444;
  font-style: italic;
  max-width: 320px;
  text-align: left;
}

.g-mini .g-stars {
  color: #FBBC04;
  font-size: 12px;
  margin-bottom: 4px;
}

.g-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 48px;
  background: #F5FAFF;
  border: 1px solid #CBE5FF;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #2B2B2B;
}

.g-badge-pill:hover {
  background: #EBF4FF;
  color: #2B2B2B;
}

/* Recruiter cards â€” reference design */
.rec2-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #E8E8E8;
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
  transition: box-shadow .22s, transform .22s;
  height: 100%;
}

.rec2-card:hover {
  box-shadow: 0 10px 32px rgba(0, 0, 0, .10);
  transform: translateY(-3px);
}

.rec2-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0;
}

.rec2-photo-wrap {
  width: 88px;
  height: 88px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  background: #F0F0F0;
}

.rec2-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.rec2-li-badge {
  width: 32px;
  height: 32px;
  background: #0077B5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  transition: background .2s;
}

.rec2-li-badge:hover {
  background: #005f8e;
}

.rec2-li-badge svg {
  width: 18px;
  height: 18px;
}

.rec2-spacer {
  flex: 1;
  min-height: 32px;
}

.rec2-body {
  font-size: 14px;
  color: #454545;
  line-height: 1.6;
  margin-top: 20px;
}

.rec2-divider {
  border: none;
  border-top: 1px solid #D8D8D8;
  margin: 16px 0;
}

.rec2-name {
  font-size: 20px;
  font-weight: 400;
  color: #111;
  letter-spacing: -.2px;
  margin-bottom: 4px;
}

.rec2-spec {
  font-size: 14px;
  color: #666;
}

/* Recruiter cards (old) */
.rec-card {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #EAEAEA;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
  padding: 22px;
  height: 100%;
  transition: transform .22s, box-shadow .22s;
}

.rec-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .10);
}

.rec-photo {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  object-fit: cover;
  display: block;
  margin-bottom: 12px;
}

.rec-name {
  font-size: 16px;
  font-weight: 700;
  color: #2B2B2B;
  margin-bottom: 2px;
}

.rec-spec {
  font-size: 12px;
  font-weight: 600;
  color: #1A77E1;
  margin-bottom: 6px;
}

.rec-bio {
  font-size: 13px;
  color: #454545;
  line-height: 1.55;
  margin: 0;
}

.rec-li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #0077B5;
  border-radius: 5px;
  margin-top: 10px;
}

/* Simplified recruiter grid (Home V1_Jesh) */
.rec-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.rec-card--simple {
  border: 1px solid #E8E8EE;
  border-radius: 20px;
  padding: 24px 24px 28px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: none;
}

.rec-card--simple:hover {
  transform: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.rec-photo-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: #F0F0F5;
  flex-shrink: 0;
}

.rec-photo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rec-spec--muted {
  color: #5C5C66;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 13px;
}

.rec-card--simple .rec-name {
  margin-bottom: 2px;
  color: #111;
}

/* Google reviews panel (Home V1_Jesh) */
.g-reviews-panel {
  margin-top: 48px;
  background: #fff;
  border-radius: 20px;
  padding: 32px 36px;
  box-shadow: 0 2px 20px rgba(80, 60, 180, .07);
}

.g-reviews-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F5;
}

.g-reviews-logo {
  flex-shrink: 0;
}

.g-reviews-rating {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.g-reviews-score {
  font-size: 26px;
  font-weight: 400;
  color: #111;
  letter-spacing: -1px;
  line-height: 1;
}

.g-reviews-stars {
  font-size: 16px;
  color: #F5A623;
  letter-spacing: 1px;
  line-height: 1;
}

.g-reviews-divider {
  width: 1px;
  height: 28px;
  background: #E0E0EA;
  flex-shrink: 0;
}

.g-reviews-link {
  font-size: 15px;
  font-weight: 400;
  color: #1a73e8;
  text-decoration: none;
}

.g-reviews-link:hover,
.g-reviews-link:focus-visible {
  text-decoration: underline;
  color: #1558b0;
}

.g-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.g-review-mini {
  padding: 20px;
  background: #FAFAFE;
  border-radius: 14px;
}

.g-review-mini-stars {
  color: #F5A623;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1;
}

.g-review-mini-quote {
  margin: 0 0 14px;
  font-size: 14px;
  color: #1A1D2E;
  line-height: 1.65;
  font-weight: 500;
}

.g-review-mini-person {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.g-review-mini-person img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.g-review-mini-name {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #555;
}

.g-review-mini-source {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #5C5C66;
  font-weight: 500;
}

.rec-closing {
  margin-top: 44px;
  display: flex;
  justify-content: center;
}

.rec-closing-box {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #F0F4FF;
  border: 1.5px solid #D5DCFA;
  border-radius: 12px;
  padding: 16px 28px;
  max-width: 680px;
}

.rec-closing-stat {
  font-size: 32px;
  font-weight: 800;
  color: #2A3760;
  letter-spacing: -.03em;
  white-space: nowrap;
  line-height: 1;
}

.rec-closing-divider {
  width: 1px;
  height: 32px;
  background: #D5DCFA;
  flex-shrink: 0;
}

.rec-closing-text {
  font-size: 15px;
  color: #41496A;
  line-height: 1.5;
  text-wrap: pretty;
}

/* Industries section — 1140px on large desktop (global my-container is 1260px above 1300px) */
@media (min-width: 1301px) {
  .home-industries-section .my-container {
    max-width: 1140px;
  }
}

/* Industry cards */
.ind-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px 0;
  pointer-events:none;
}

.ind-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 16px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: #fff;
  text-decoration: none;
  color: #2B2B2B;
  transition: border-color .22s, box-shadow .22s, background .22s;
  position: relative;
}

.ind-card:hover {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #FF8DB3 0%, #7B48FE 50%, #64D3E0 100%) border-box;
  border-color: transparent;
  box-shadow: 0 4px 20px rgba(123, 72, 254, .10);
  color: #2B2B2B;
}

.ind-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ind-icon svg {
  width: 28px;
  height: 28px;
  color: #111;
}

.ind-label {
  font-size: 15px;
  font-weight: 400;
  flex: 1;
}

.ind-hook {
  display: none;
}

.ind-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #D5DCFA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #111;
  font-size: 13px;
}

/* Bottom CTA */
.bottom-cta-section {
  position: relative;
  background: #0A0A0A;
  padding: 120px 24px;
  text-align: center;
  overflow: hidden;
}

.bottom-cta-section::before {
  content: "";
  position: absolute;
  left: -180px;
  top: 40px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(80, 60, 160, .45), transparent 68%);
  pointer-events: none;
}

.bottom-cta-section::after {
  content: "";
  position: absolute;
  right: -180px;
  top: 40px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(80, 60, 160, .35), transparent 68%);
  pointer-events: none;
}

.bottom-cta-section h2 {
  font-size: clamp(36px, 4.5vw, 62px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -2.5px;
  line-height: 1.08;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  text-wrap: balance;
}

.cta-br-mobile {
  display: none;
}

.cta-br-desktop {
  display: inline;
}

@media (max-width: 767px) {
  .cta-br-mobile {
    display: inline;
  }

  .cta-br-desktop {
    display: none;
  }
}

.bottom-cta-section .cta-sub {
  font-size: 20px;
  color: rgba(255, 255, 255, .6);
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto 44px;
  position: relative;
  z-index: 1;
}

.cta-google-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
  transition: background .2s;
}

.cta-google-pill:hover {
  background: rgba(255, 255, 255, .13);
}

.cta-google-pill:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  background: rgba(255, 255, 255, .13);
}

.cta-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 36px;
  border-radius: 999px;
  background: #fff;
  border: none;
  color: #111;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  color: #111 !important;
  transition: background .2s, box-shadow .2s;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .18);
}

.cta-pill-btn:hover {
  background: #F5F5F5;
  color: #111 !important;
  box-shadow: 0 6px 32px rgba(0, 0, 0, .28);
}

.cta-pill-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  background: #F5F5F5;
  color: #111 !important;
}

/* Contact page bottom CTA — Home chrome, Contact content (no .cta-sub) */
.contact-page-cta h2 {
  margin-bottom: 44px;
}

.contact-cta-deliver {
  margin-top: 12px;
}

.cta-pill-btn,
.cta-pill-btn *,
.cta-pill-btn span {
  color: #111 !important;
}

.bottom-cta-trust {
  font-size: 14px;
  color: rgba(255, 255, 255, .38);
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

.bottom-cta-trust a {
  color: rgba(255, 255, 255, .55);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bottom-cta-trust a:hover {
  color: rgba(255, 255, 255, .8);
}

.Animation-strip-wrapper::before,
.Animation-strip-wrapper::after {
  display: none !important;
}

/* Homepage inline-style replacements */
.g-stars-yellow {
  color: #FBBC04;
}

.home-cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 32px;
  border-radius: 54px;
}

.home-cta-pill--gap12 {
  gap: 12px;
}

.stats-bar-eyebrow {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.stats-bar-patent-link {
  text-decoration: none;
}

.stats-bar-patent-star {
  font-size: 22px;
  color: #fff;
}

.home-section-divider {
  border-top: 2px solid #222222;
}

.test-section-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #111;
}

.t2-person-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  padding: 4px;
}

.home-section-pad {
  padding: 80px 0;
  background: #fff;
}

.sec-head--narrow p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.cta-google-pill-text {
  color: rgba(255, 255, 255, .85);
}

.EH-footer-sparkle {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 4px;
}

.EH-footer-contact-item--address {
  gap: 10px;
}

.EH-footer-social--inline {
  flex-shrink: 0;
  margin-left: 16px;
  color: #fff;
}

/* =============================================================================
   See Candidates page (section-level)
   ============================================================================= */

.sc-hero,
.sc-sec,
.trust-strip {
  --sc-ink: #111;
  --sc-muted: #555;
  --sc-purple: #7B48FE;
}

/* Hero */
.sc-hero {
  padding: 72px 0 80px;
  background: #fff;
}

.sc-h1 {
  font-size: clamp(36px, 4.4vw, 58px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.08;
  color: var(--sc-ink);
  margin-bottom: 20px;
}

.sc-sub {
  font-size: 18px;
  line-height: 1.7;
  color: var(--sc-muted);
  margin-bottom: 32px;
  max-width: 52ch;
}

.sc-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sc-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--sc-ink);
  font-weight: 500;
}

.sc-benefits .bic {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #ECFDF3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sc-benefits .bic svg {
  width: 15px;
  height: 15px;
  color: #22A861;
}

.sc-security {
  font-size: 13px;
  color: #888;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.sc-security svg {
  width: 14px;
  height: 14px;
  color: #888;
  flex-shrink: 0;
}

.sc-form-wrap {
  position: sticky;
  top: 96px;
}

/* Form — production SCH classes restyled for new hero */
.sc-hero .SCH-form-area {
  position: relative;
  min-height: 0;
  display: block;
}

.sc-hero .SCH-form-area::before {
  display: none;
}

.sc-hero .SCH-form-card {
  width: 100%;
  max-width: 100%;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #FF8DB3 0%, #7B48FE 100%) border-box;
  box-shadow: 0 0 0 4px rgba(123, 72, 254, .07), 0 8px 40px rgba(0, 0, 0, .10);
}

.sc-hero .SCH-form-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.4px;
  color: var(--sc-ink);
  margin: 0 0 8px;
}

.sc-hero .SCH-form-sub {
  font-size: 15px;
  font-weight: 400;
  color: #555;
  line-height: 1.45;
  margin: 0 0 24px;
}

.sc-hero .SCH-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.sc-hero .SCH-field {
  margin-bottom: 16px;
}

.sc-hero .SCH-label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.sc-hero .SCH-required {
  margin-left: 1px;
}

.sc-hero .SCH-input,
.sc-hero .SCH-select {
  width: 100%;
  height: auto;
  min-height: 44px;
  padding: 11px 14px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  font-size: 15px;
  color: var(--sc-ink);
  transition: border-color .2s, box-shadow .2s;
}

.sc-hero .SCH-input:focus {
  border-color: var(--sc-purple);
  box-shadow: 0 0 0 3px rgba(123, 72, 254, .1);
  outline: none;
}

.sc-hero .SCH-input::placeholder {
  color: #bbb;
  font-size: 14px;
}

.sc-hero .SCH-textarea {
  min-height: 80px;
  resize: vertical;
}

.sc-hero .SCH-phone-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
}

.sc-hero .SCH-captcha-wrap {
  margin: 10px 0;
}

.sc-hero .SCH-captcha-error {
  font-size: 12px;
  color: #c00;
  display: none;
  margin-top: 6px;
}

.sc-hero .SCH-button-wrap {
  margin: 20px 0 16px;
}

.sc-hero .SCH-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 15px 27px;
  border-radius: 54px;
  border: 2.25px solid transparent;
  background:
    linear-gradient(#1E1006, #1E1006) padding-box,
    linear-gradient(90deg, #FF8DB3 0%, #7B48FE 100%) border-box;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  box-shadow:
    0 2.25px 5.625px 2.25px rgba(254, 140, 178, 0.20),
    0 0 14px rgba(123, 72, 254, 0.22);
  transition: box-shadow 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.sc-hero .SCH-submit-btn:hover {
  color: #fff;
  background:
    linear-gradient(#2c190b, #2c190b) padding-box,
    linear-gradient(90deg, #FF8DB3 0%, #7B48FE 100%) border-box;
  box-shadow:
    0 0 12px rgba(123, 72, 254, 0.35),
    0 0 12px rgba(254, 140, 178, 0.35);
  transform: translateY(-2px);
}

.sc-hero .SCH-submit-btn span {
  font-size: 20px;
  line-height: 1;
}

.sc-hero .SCH-submit-btn span img {
  display: block;
}

.sc-hero .SCH-disclaimer {
  font-size: 11px;
  color: #888;
  line-height: 1.45;
  text-align: center;
}

.sc-hero .input-error {
  border-color: #c00 !important;
}

/* Logo strip */
.logo-strip-section {
  padding: 40px 0;
  background: #fff;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}

.logo-strip-section .strip-label {
  font-size: 14px;
  font-weight: 400;
  color: #111;
  text-align: center;
  margin-bottom: 28px;
}

.sc-logo-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
  width: 100%;
}

.sc-logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  height: 100px;
}

.sc-logo-grid img {
  display: block;
  height: 54px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
}

.sc-logo-grid img.sc-logo-monster {
  height: 100px;
}

.sc-logo-grid img.sc-logo-nestle {
  height: 48px;
}

.sc-logo-grid img.sc-logo-sallie {
  height: 35px;
}

/* Section headers */
.sc-sec {
  padding: 80px 0;
}

.sc-sec.alt {
  background: #F9F9FB;
}

.sc-sec-head {
  text-align: center;
  margin-bottom: 52px;
}

.sc-sec-head h2 {
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 800;
  letter-spacing: -1.5px;
  color: var(--sc-ink);
  margin-bottom: 12px;
}

.sc-sec-head p {
  font-size: 18px;
  color: var(--sc-muted);
  max-width: 60ch;
  margin: 0 auto;
}

/* Receive cards */
.rcv-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  padding: 28px;
  height: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
  transition: box-shadow .22s, transform .22s;
}

.rcv-card:hover {
  box-shadow: 0 10px 32px rgba(0, 0, 0, .09);
  transform: translateY(-3px);
}

.rcv-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.rcv-icon svg {
  width: 24px;
  height: 24px;
}

.rcv-icon--purple { background: #EDE9FE; }
.rcv-icon--green { background: #ECFDF3; }
.rcv-icon--orange { background: #FFF7ED; }

.rcv-title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.3px;
  color: var(--sc-ink);
  margin-bottom: 10px;
}

.rcv-body {
  font-size: 15px;
  color: var(--sc-muted);
  line-height: 1.65;
  margin: 0;
}

/* Candidate snapshot cards */
.cand-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #22A861;
  background: #ECFDF3;
  border: 1px solid #A7F3D0;
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 14px;
}

.cand-badge svg {
  width: 10px;
  height: 10px;
}

.cand-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
}

.cand-role {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.3px;
  color: var(--sc-ink);
  margin-bottom: 22px;
}

.cand-loc {
  font-size: 15px;
  color: #666;
  font-weight: 400;
}

.cand-section {
  margin-bottom: 16px;
}

.cand-section-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 6px;
}

.cand-section-body {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.cand-divider {
  border: none;
  border-top: 1px solid #EFEFEF;
  margin: 14px 0;
}

.cand-note {
  background: #F5F4FF;
  border-radius: 12px;
  padding: 14px;
  margin-top: auto;
}

.cand-note-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--sc-purple);
  margin-bottom: 6px;
}

.cand-note-body {
  font-size: 13px;
  color: #444;
  line-height: 1.55;
  margin: 0;
}

.cand-disclaimer {
  font-size: 13px;
  color: #888;
  text-align: center;
  margin-top: 32px;
  font-style: italic;
}

/* How it works */
.step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.step-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  padding: 28px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
  text-align: left;
}

.step-num {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #EDE9FE, #FCE4EC);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
  color: var(--sc-purple);
  margin-bottom: 18px;
}

.step-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.2px;
  color: var(--sc-ink);
  margin-bottom: 8px;
}

.step-body {
  font-size: 14px;
  color: var(--sc-muted);
  line-height: 1.6;
  margin: 0;
}

/* Trust strip */
.trust-strip {
  background: #fff;
  padding: 52px 0;
  border-top: 1px solid #EFEFEF;
}

.trust-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.trust-stat {
  text-align: center;
  padding: 22px 16px;
  background: #F9F9FB;
  border-radius: 16px;
  border: 1px solid #EFEFEF;
}

.trust-stat-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.trust-stat-link:hover {
  text-decoration: none;
  color: inherit;
}

.trust-stat-n {
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 800;
  letter-spacing: -1px;
  background: linear-gradient(135deg, #7B48FE 0%, #C4899A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
}

.trust-stat-l {
  font-size: 13px;
  color: var(--sc-muted);
  line-height: 1.4;
}

/* Final CTA variant */
.sc-final-cta .cta-pill-btn {
  cursor: pointer;
}

.sc-final-cta h2 {
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 800;
  letter-spacing: -2px;
}

/* ============================================================
   Industries page + reusable eh-faq accordion
   ============================================================ */

.ind-hero,
.browse-sec,
.notsure-sec,
.why-sec,
.eh-faq-sec,
.ind-page-cta {
  font-family: 'Inter', sans-serif;
}

.ind-hero {
  background: #fff;
  padding: 36px 0;
  overflow: hidden;
  position: relative;
}

.ind-hero-stage {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.ind-hero-center {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 760px;
  padding: 40px 40px 64px;
}

.ind-hero-center h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(40px, 5.5vw, 74px);
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.15;
  color: #1a1535;
  margin-bottom: 24px;
}

.ind-hero-sub {
  font-size: 16px;
  line-height: 1.65;
  color: #999;
  max-width: 72ch;
  margin: 0 auto 36px;
  text-align: center;
}

.ind-primary-btn,
.notsure-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 36px;
  border-radius: 54px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: 2.25px solid transparent;
  background: linear-gradient(#1E1006, #1E1006) padding-box, linear-gradient(90deg, #FF8DB3 0%, #7B48FE 100%) border-box;
  box-shadow: 0 2.25px 5.625px 2.25px rgba(254, 140, 178, .20), 0 0 14px rgba(123, 72, 254, .22);
  transition: background .2s;
}

.ind-primary-btn:hover,
.notsure-cta:hover {
  background: linear-gradient(#2c190b, #2c190b) padding-box, linear-gradient(90deg, #FF8DB3 0%, #7B48FE 100%) border-box;
  color: #fff;
}

.rls-rec-card {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 36px rgba(0, 0, 0, .10);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  z-index: 3;
  min-width: 210px;
}

.rls-rec-card img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.rls-rec-name {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
}

.rls-rec-role {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}

@keyframes rls-float-l {
  0%, 100% { transform: translateY(-50%) translateY(0); }
  50% { transform: translateY(-50%) translateY(-12px); }
}

@keyframes rls-float-r {
  0%, 100% { transform: translateY(-50%) translateY(-8px); }
  50% { transform: translateY(-50%) translateY(4px); }
}

.rls-card-l {
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  animation: rls-float-l 3.6s ease-in-out infinite;
  background: #FAF5FF;
}

.rls-card-r {
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  animation: rls-float-r 4.2s ease-in-out infinite;
  background: #EFF9FF;
}

.rls-match {
  position: absolute;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .09);
  padding: 9px 16px;
  z-index: 3;
}

.rls-match-pct {
  font-size: 12px;
  font-weight: 700;
  color: #1a1535;
}

.rls-match-role-lbl {
  font-size: 11px;
  color: #888;
  margin-top: 1px;
}

.rls-pill-tl { left: 6%; top: 16%; }
.rls-pill-tr { right: 5%; top: 13%; }

.rls-cursor {
  position: absolute;
  pointer-events: none;
  z-index: 4;
}

.rls-card-l .rls-cursor { top: -28px; right: -20px; }
.rls-card-r .rls-cursor { top: -28px; left: -20px; }

@media (max-width: 1100px) {
  .rls-rec-card,
  .rls-match {
    display: none;
  }

  .ind-hero-stage {
    min-height: unset;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rls-card-l,
  .rls-card-r {
    animation: none;
  }
}

.browse-sec {
  background: #fff;
  padding: 88px 0 72px;
}

.browse-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 52px;
  flex-wrap: wrap;
}

.browse-h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #111;
  line-height: 1.1;
  margin: 0;
}

.ind-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.ind-card-v2 {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid #E8E8E8;
  padding: 18px 20px;
  text-decoration: none;
  color: #111;
  transition: border-color .22s, box-shadow .22s, background .22s;
  position: relative;
  cursor: default;
  pointer-events: none;
}

.ind-card-v2:hover,
.ind-card-v2:focus-visible {
  border-color: transparent;
  box-shadow: 0 4px 20px rgba(123, 72, 254, .10);
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #FF8DB3 0%, #7B48FE 100%) border-box;
  color: #111;
  outline: none;
}

.ind-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ind-card-icon img {
  width: 26px;
  height: 26px;
}

.ind-card-title {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  flex: 1;
  margin: 0;
}

.ind-card-arr {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1.5px solid #D5DCFA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #41496A;
  transition: background .2s, color .2s, border-color .2s;
}

.ind-card-v2:hover .ind-card-arr {
  background: transparent;
  color: #111;
  border-color: #D0D0D0;
}

.notsure-sec {
  background: #fff;
  padding: 80px 0;
  border-top: 1px solid #E8E8E8;
}

.notsure-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px;
}

.notsure-h2 {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -1.2px;
  color: #111;
  margin-bottom: 14px;
}

.notsure-sub {
  font-size: 17px;
  color: #6B6B6B;
  line-height: 1.7;
  margin-bottom: 36px;
}

.why-sec {
  background: #0E0E0E;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}

.why-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 100% 100%, rgba(99, 67, 255, .18) 0%, transparent 70%);
  pointer-events: none;
}

.why-sec::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 600 500' preserveAspectRatio='none'%3E%3Cpath d='M 600 500 Q 200 500 0 0' fill='none' stroke='rgba(120,90,255,0.25)' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right bottom;
  pointer-events: none;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.why-h2 {
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 28px;
}

.why-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 8px;
}

.why-point {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.why-point-num {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  flex-shrink: 0;
  background: rgba(167, 139, 250, .15);
  border: 1px solid rgba(167, 139, 250, .25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #A78BFA;
}

.why-point-body {
  font-size: 15px;
  color: rgba(255, 255, 255, .6);
  line-height: 1.75;
  margin: 0;
}

.why-point-body strong {
  color: rgba(255, 255, 255, .9);
  font-weight: 600;
}

/* Reusable eh-faq (Bootstrap accordion, V1 UI) */
.eh-faq-sec {
  background: #fff;
  padding: 96px 0;
  border-top: 1px solid #EBEBEB;
}

.eh-faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}

.eh-faq-h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #111;
  line-height: 1.2;
  margin: 0 0 20px;
}

.eh-faq-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.75;
  margin: 0;
  max-width: 34ch;
}

.eh-faq-accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
}

.eh-faq-item {
  background: transparent;
  border: 0;
  border-bottom: 1px dashed #D0D0D0;
  border-radius: 0 !important;
}

.eh-faq-item:first-child {
  border-top: 1px dashed #D0D0D0;
}

.eh-faq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
.eh-faq-btn:hover{
    color: #222;
}
.eh-faq-btn:not(.collapsed) {
  background: none !important;
  box-shadow: none !important;
  color: #222;
}

.eh-faq-btn:focus-visible {
  outline: 2px solid #7B48FE;
  outline-offset: 2px;
}

.eh-faq-btn::after {
  display: none !important;
}

.eh-faq-icon {
  font-size: 0;
  font-weight: 400;
  color: #111;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
  line-height: 1;
  user-select: none;
}

.eh-faq-icon::before {
  content: '+';
  font-size: 20px;
}

.eh-faq-btn:not(.collapsed) .eh-faq-icon {
  color: #1a1535;
}

.eh-faq-btn:not(.collapsed) .eh-faq-icon::before {
  content: '\2212';
}

.eh-faq-q {
  flex: 1;
}

.eh-faq-answer {
  padding: 0 0 22px 34px !important;
}

.eh-faq-answer p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.ind-page-cta h2 {
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.08;
}

.ind-page-cta .ind-footnote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 28px;
  position: relative;
  z-index: 1;
}

.ind-page-cta .ind-footnote > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, .75);
}

.ind-page-cta .ind-footnote .chk {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(34, 197, 94, .2);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ind-page-cta .ind-footnote .chk svg {
  width: 11px;
  height: 11px;
  color: #22C55E;
}

.ind-page-cta .ind-footnote .dot {
  color: rgba(255, 255, 255, .15);
  font-size: 18px;
}

/* ============================================================
   About Us page (V1)
   ============================================================ */
:root {
  --ab-purple: #7B48FE;
  --ab-rose: #C4899A;
  --ab-ink: #111;
  --ab-muted: #555;
}

.ab-hero {
  background: #F5F4F0;
  padding: 100px 0 96px;
  text-align: center;
}

.ab-hero h1 {
  font-size: clamp(28px, 3.8vw, 52px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -2px;
  color: #111;
  margin-bottom: 28px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.ab-hero-hl {
  display: inline;
  background: #BDD7F5;
  border-radius: 4px;
  padding: 2px 0;
}

.ab-hero-sub {
  font-size: 20px;
  line-height: 1.65;
  color: #555;
  max-width: 54ch;
  margin: 0 auto;
}

.origin-dark {
  background: #000;
  padding: 88px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.origin-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
  padding-bottom: 80px;
}

.origin-eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
  color: rgba(255, 255, 255, .72);
  margin-bottom: 24px;
}

.origin-eyebrow--purple {
  color: var(--ab-purple);
}

.origin-h2 {
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 0;
}

.origin-h2--ink {
  color: var(--ab-ink);
}

.origin-body p {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .78);
  margin-bottom: 22px;
}

.origin-body p:last-child {
  margin-bottom: 0;
}

.origin-body strong {
  color: #fff;
  font-weight: 700;
}

.origin-body--muted p {
  color: var(--ab-muted);
}

.origin-body-closing {
  font-size: 18px;
  font-weight: 400;
  color: #555 !important;
}

.candid-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1.15fr;
  gap: 16px;
  align-items: end;
}

.candid-grid--single {
  display: block;
  padding-bottom: 0;
}

.candid-team-img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

.ab-sec {
  padding: 88px 0;
}

.ab-sec--border-top {
  border-top: 1px solid #EBEBEB;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pillar {
  padding: 32px 28px 40px;
  background: #F9F8FD;
  border-radius: 20px;
  border: 1px solid #EAE8F4;
  position: relative;
  overflow: hidden;
  transition: box-shadow .22s, transform .22s;
}

.pillar:hover {
  box-shadow: 0 14px 40px rgba(80, 60, 180, .12);
  transform: translateY(-4px);
}

.pillar .deco {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 120px;
  height: 120px;
  opacity: .35;
  pointer-events: none;
  z-index: 0;
}

.pillar-num {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.pillar-title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.3px;
  color: #111;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.pillar-body {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0;
  padding-right: 48px;
  padding-bottom: 16px;
  position: relative;
  z-index: 1;
}

.impact-sec {
  background: #000;
  padding: 96px 0 110px;
  position: relative;
  overflow: hidden;
}

.impact-arc {
  position: absolute;
  right: -420px;
  top: -220px;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  border: 1.5px solid rgba(100, 80, 220, .35);
  pointer-events: none;
}

.impact-arc::after {
  content: "";
  position: absolute;
  inset: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(100, 80, 220, .18);
}

.impact-inner {
  max-width: 620px;
  position: relative;
  z-index: 1;
}

.impact-h2 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 16px;
}

.impact-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.65;
  margin-bottom: 44px;
  max-width: 42ch;
}

.impact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 560px;
}

.impact-card {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  padding: 24px 26px;
  transition: border-color .22s;
}

.impact-card:hover {
  border-color: rgba(123, 72, 254, .5);
}

.impact-n {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  letter-spacing: -1px;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}

.impact-l {
  font-size: 14px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.4;
}

.impact-reviews-link {
  text-decoration: none;
  display: block;
  color: inherit;
}

.impact-reviews-link:hover .impact-l,
.impact-reviews-link:focus-visible .impact-l {
  color: rgba(255, 255, 255, .9);
}

.impact-star {
  font-size: .55em;
  font-weight: 600;
  color: #FBBC04;
}

.impact-google-icon {
  vertical-align: middle;
  margin: 0 1px;
}

.how-sec {
  background: #fff;
  padding: 88px 0;
}

.how-h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -1.2px;
  line-height: 1.1;
  color: #111;
  margin-bottom: 14px;
}

.how-sub {
  font-size: 17px;
  color: #555;
  line-height: 1.65;
  margin: 0;
}

.how-sub--wide {
  max-width: none;
  margin-top: 14px;
}

.ab-test-wrap {
  background: #EEF2FF;
  padding: 88px 0;
}

.ab-test-card {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 32px rgba(80, 60, 180, .10);
  max-width: 1000px;
  margin: 0 auto;
}

.ab-test-color-block {
  width: 260px;
  flex-shrink: 0;
  background: linear-gradient(160deg, #60AFFF 0%, #3B82F6 50%, #93C5FD 100%);
}

.ab-test-content {
  flex: 1;
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ab-test-quote {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 400;
  line-height: 1.55;
  color: #111;
  margin: 0 0 32px;
  letter-spacing: -.3px;
}

.ab-test-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ab-test-person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ab-test-person img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.ab-test-name {
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.ab-test-role {
  font-size: 13px;
  color: #777;
  margin-top: 3px;
}

.ab-cta {
  background: #0A0A0A;
  padding: 110px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ab-cta::before {
  content: "";
  position: absolute;
  left: -180px;
  top: 0;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(80, 60, 160, .42), transparent 68%);
  pointer-events: none;
}

.ab-cta::after {
  content: "";
  position: absolute;
  right: -180px;
  top: 0;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 137, 154, .25), transparent 68%);
  pointer-events: none;
}

.ab-cta h2 {
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -2px;
  line-height: 1.08;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.ab-cta-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.65;
  max-width: 40ch;
  margin: 0 auto 36px;
  position: relative;
  z-index: 1;
  white-space: normal;
}

.ab-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 36px;
  border-radius: 999px;
  background: #fff;
  border: none;
  color: #111;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: background .2s, box-shadow .2s;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .18);
  white-space: nowrap;
  max-width: 100%;
}

.ab-cta-btn:hover,
.ab-cta-btn:focus-visible {
  background: #F5F5F5;
  color: #111;
}

.ab-cta-footnote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255, 255, 255, .75);
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

.ab-cta-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, .75);
}

.ab-cta-chip-icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(34, 168, 97, .25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (prefers-reduced-motion: reduce) {
  .pillar {
    transition: none;
  }

  .pillar:hover {
    transform: none;
  }
}
