/* Global */
/* Navigation */
/* Hero */
/* Cards */
/* CTAs */
/* Footer */

/* Shared inner-page system: extends homepage tokens/components */
.page-main {
  background: var(--e2z-cream);
}

.page-hero {
  position: relative;
  min-height: clamp(420px, 64vh, 620px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-size: cover;
  background-position: 62% center;
  background-repeat: no-repeat;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 20%, rgba(229, 211, 138, 0.08), transparent 36%),
    radial-gradient(circle at 74% 78%, rgba(245, 232, 200, 0.1), transparent 46%),
    linear-gradient(to bottom, rgba(17, 26, 45, 0.2), rgba(17, 26, 45, 0.06) 38%, rgba(30, 28, 27, 0.24) 100%);
  z-index: 0;
}

.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(7, 21, 45, 0.88) 0%,
      rgba(7, 21, 45, 0.88) 24%,
      rgba(7, 21, 45, 0.72) 40%,
      rgba(7, 21, 45, 0.55) 52%,
      rgba(17, 26, 45, 0.34) 60%,
      rgba(30, 28, 27, 0.14) 68%,
      transparent 76%
    );
}

.page-hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding-left: clamp(1.25rem, 4vw, 3rem);
  padding-right: clamp(1.25rem, 4vw, 3rem);
  padding-top: clamp(8rem, 13vw, 11rem);
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

@media (min-width: 901px) {
  .page-hero .container {
    padding-left: clamp(134px, 9vw, 167px);
  }
}

.page-hero .eyebrow {
  font-size: clamp(0.98rem, 0.9rem + 0.22vw, 1.12rem);
  letter-spacing: 0.14em;
  font-weight: 600;
  color: #e5d38a;
  margin-bottom: 22px;
}

.page-hero h1 {
  color: #f7f5f2;
  font-size: clamp(2.95rem, 4.45vw, 5.15rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.02em;
  max-width: 12.8ch;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
  text-shadow: 0 8px 22px rgba(31, 30, 28, 0.26);
}

.page-hero p {
  color: #ede7dd;
  opacity: 0.96;
  font-size: clamp(1.06rem, 1rem + 0.24vw, 1.18rem);
  line-height: 1.72;
  letter-spacing: 0.006em;
  font-weight: 400;
  margin-top: 30px;
  max-width: 520px;
}

@media (max-width: 900px) {
  .page-hero .container {
    padding-left: clamp(1.25rem, 6vw, 2rem);
    padding-right: clamp(1.25rem, 6vw, 2rem);
  }

  .page-hero h1 {
    font-size: 36px;
    max-width: 100%;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    text-wrap: pretty;
  }

  .page-hero .eyebrow {
    display: none;
  }

  .page-hero p {
    margin-top: 18px;
    max-width: 100%;
  }
}

.about-page {
  --about-cta-spacing-lg: clamp(2rem, 3.8vw, 2.25rem);
  --about-cta-spacing-md: clamp(1.85rem, 3.2vw, 2rem);
}

.page-hero--about {
  background-image: url('../assets/images/about-bg.png');
  background-position: center 38%;
}

.page-hero--services {
  background-image: url('../assets/images/about-bg.png');
  background-position: center;
}

.page-hero--insights {
  background-image: url('../assets/images/about-bg.png');
  background-position: center 46%;
}

.page-hero--contact {
  background-image: url('../assets/images/values-core-bg.png');
  background-position: center 35%;
}

.section-alt {
  background: var(--e2z-white);
  border-top: 1px solid var(--e2z-border-subtle);
}

.section-cream {
  background: var(--e2z-cream-soft);
  border-top: 1px solid var(--e2z-border-subtle);
}

.section-navy {
  background:
    linear-gradient(to bottom, rgba(247, 245, 242, 0.04), transparent 26%),
    #07152d;
  border-top: 1px solid rgba(229, 211, 138, 0.14);
}

.section-navy .eyebrow,
.section-navy h2,
.section-navy h3,
.section-navy p,
.section-navy li {
  color: #f7f5f2;
}

.section-navy .eyebrow {
  color: #e5d38a;
}

.section-navy .premium-card h3 {
  color: var(--e2z-charcoal);
}

.section-navy .premium-card p,
.section-navy .premium-card li {
  color: var(--e2z-muted);
}

.section-navy a:not(.page-btn) {
  color: #e5d38a;
}

.section-navy a:not(.page-btn):hover,
.section-navy a:not(.page-btn):focus-visible {
  color: #f8f5e7;
}

.section-navy .inline-cta,
.section-navy .text-cta {
  color: #e5d38a;
  border-bottom-color: rgba(229, 211, 138, 0.65);
}

.section-navy .inline-cta:hover,
.section-navy .inline-cta:focus-visible,
.section-navy .text-cta:hover,
.section-navy .text-cta:focus-visible {
  color: #f8f5e7;
  border-bottom-color: #f8f5e7;
}

.prefooter-final-section {
  background: #f9f6ef;
  padding-top: clamp(3.8rem, 6vw, 5.1rem);
  padding-bottom: clamp(4.1rem, 6.5vw, 5.6rem);
}

.prefooter-final-section .prefooter-centered-card {
  max-width: 520px;
  margin: 0 auto clamp(1.2rem, 2.4vw, 2rem);
  border-radius: 16px;
  border: 1px solid rgba(229, 211, 138, 0.18);
  background: linear-gradient(155deg, rgba(6, 18, 40, 0.96), rgba(9, 24, 51, 0.96));
  box-shadow: 0 20px 44px rgba(7, 21, 45, 0.24);
  padding: clamp(1.7rem, 3.1vw, 2.45rem) clamp(1.2rem, 2.8vw, 2.1rem);
}

/* Universal centered prefooter CTA card */
.prefooter-centered-card {
  display: block;
}

.prefooter-centered-card .prefooter-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.15rem, 2vw, 1.8rem);
  align-items: center;
  justify-items: center;
}

.prefooter-centered-card .prefooter-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 36rem;
}

.prefooter-centered-card .prefooter-eyebrow {
  margin: 0 0 14px;
  font-size: clamp(0.96rem, 0.9rem + 0.2vw, 1.08rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d4b24f;
}

.prefooter-centered-card h2 {
  margin: 0 0 14px;
  font-size: clamp(2.05rem, 3.4vw, 2.9rem);
  font-weight: 800;
  font-family: var(--font-heading);
  color: #f7f5f2;
  text-align: center;
  line-height: 1.12;
  max-width: 16ch;
}

.prefooter-centered-card .prefooter-body {
  margin: 0 0 2rem;
  font-size: clamp(1.03rem, 0.98rem + 0.2vw, 1.14rem);
  color: rgba(247, 245, 242, 0.8);
  text-align: center;
  line-height: 1.72;
  max-width: 44ch;
  text-wrap: balance;
}

.prefooter-centered-card .cta-row {
  justify-content: center;
  margin: 0;
}

.prefooter-centered-card .prefooter-locations {
  margin: 0;
  font-size: clamp(0.92rem, 0.88rem + 0.18vw, 1.02rem);
  color: rgba(247, 245, 242, 0.6);
  letter-spacing: 0.05em;
  text-align: center;
}

.prefooter-centered-card .hero-btn-primary {
  white-space: nowrap;
  color: #0e1c35;
  min-width: 190px;
  min-height: 56px;
  padding: 1rem 2.25rem;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 10px 22px rgba(31, 30, 28, 0.2);
  opacity: 1;
}

@media (max-width: 960px) {
  .prefooter-final-section {
    padding-top: 3.6rem;
    padding-bottom: 4rem;
  }

  .prefooter-centered-card .prefooter-content {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .prefooter-centered-card .prefooter-main {
    align-items: center;
    text-align: center;
    max-width: 100%;
  }

  .prefooter-centered-card h2 {
    text-align: center;
    max-width: 16ch;
  }

  .prefooter-centered-card .prefooter-body,
  .prefooter-centered-card .prefooter-locations {
    text-align: center;
  }

  .prefooter-centered-card .cta-row {
    justify-content: center;
  }

  .prefooter-centered-card {
    padding: 2.2rem 1.25rem 2rem;
  }

  .prefooter-centered-card .prefooter-body {
    margin-bottom: 1.6rem;
  }

  .prefooter-centered-card .prefooter-locations {
    line-height: 1.5;
  }
}

@media (max-width: 680px) {
  .prefooter-centered-card .hero-btn-primary {
    min-width: 176px;
    min-height: 52px;
    padding: 0.95rem 1.9rem;
  }
}

.prefooter-final-section .cta-row {
  justify-content: center;
}

.prefooter-final-section .hero-btn-primary {
  white-space: nowrap;
  opacity: 1;
  color: #111a2d;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.8rem, 3vw, 3rem);
  align-items: start;
}

.story-visual {
  min-height: clamp(280px, 40vw, 480px);
  border-radius: var(--radius-lg);
  border: 1px solid var(--e2z-border);
  box-shadow: var(--e2z-shadow-soft);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.story-visual--about {
  background: none;
}

.company-story-image {
  position: relative;
  overflow: hidden;
}

.company-story-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 72%;
}

.about-page .about-process-cta {
  margin-top: var(--about-cta-spacing-lg);
  background: linear-gradient(180deg, #fffdf7 0%, #fff 100%);
  padding: clamp(1.9rem, 4.2vw, 3.6rem);
}

.about-page .about-process-cta h3 {
  margin-bottom: clamp(1rem, 1.8vw, 1.15rem);
  font-size: 24px;
}

.about-page .about-process-cta p {
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.75;
  white-space: nowrap;
}

.about-page .about-process-cta .about-process-cta-emphasis {
  color: #c9a227;
  font-weight: 700;
}

.about-page .section p,
.about-page .section li,
.about-page .faq-item p,
.about-page .kpi-card span {
  font-size: clamp(1.04rem, 0.98rem + 0.2vw, 1.14rem);
  line-height: 1.75;
}

.about-page .about-process-cta p + .cta-row {
  margin-top: var(--about-cta-spacing-md);
}

.about-page .about-services-cta {
  display: flex;
  width: fit-content;
  margin-top: clamp(2.7rem, 4.4vw, 4rem);
  margin-left: 0;
  margin-right: 0;
}

.about-page .card-grid .premium-card:hover,
.about-page .about-process-cta:hover {
  transform: translateY(-1px);
  box-shadow: var(--e2z-shadow-lift);
  border-color: rgba(44, 44, 42, 0.22);
}

@media (max-width: 768px) {
  :root {
    --mobile-card-measure: 32ch;
    --mobile-card-heading-measure: 18ch;
    --mobile-card-pad: clamp(1.1rem, 4.6vw, 1.4rem);
  }

  .container {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .section-head {
    margin-bottom: 1.1rem;
  }

  .home-page #main-content {
    overflow-x: clip;
    overflow-y: visible;
  }

  #main-content :is(h1, h2, h3, p, li) {
    text-align: center;
  }

  .home-page #main-content :where(
    .premium-card,
    .commitment-item,
    .testimonial,
    .why-card,
    .article-feature,
    .article-card,
    .hiring-guide-article,
    .hiring-guide-step,
    .faq-row,
    .about-process-cta,
    .difference-card,
    .step-card,
    .process-strip,
    .contact-details-card,
    #contact-routing,
    .contact-cta-card
  ) {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .home-page #main-content :where(
    .premium-card,
    .commitment-item,
    .testimonial,
    .why-card,
    .article-feature,
    .article-card,
    .hiring-guide-article,
    .hiring-guide-step,
    .faq-row,
    .about-process-cta,
    .difference-card,
    .step-card,
    .process-strip,
    .contact-details-card,
    #contact-routing,
    .contact-cta-card
  ) :is(h1, h2, h3, h4) {
    max-width: min(100%, var(--mobile-card-heading-measure));
    margin-left: auto;
    margin-right: auto;
    line-height: 1.24;
    text-wrap: balance;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .home-page #main-content :where(
    .premium-card,
    .commitment-item,
    .testimonial,
    .why-card,
    .article-feature,
    .article-card,
    .hiring-guide-article,
    .hiring-guide-step,
    .faq-row,
    .about-process-cta,
    .difference-card,
    .step-card,
    .process-strip,
    .contact-details-card,
    #contact-routing,
    .contact-cta-card
  ) :is(p, li, a, span, strong, em) {
    max-width: min(100%, var(--mobile-card-measure));
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
    text-wrap: pretty;
  }

  .home-page #main-content .e2z-gold-phrase {
    display: inline;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    text-wrap: pretty;
  }

  #main-content .section p,
  #main-content .section li,
  #main-content .prefooter-body {
    max-width: min(100%, var(--mobile-card-measure));
    margin-left: auto;
    margin-right: auto;
  }

  .home-page #about .about-copy .about-lockline {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  #main-content .hero-support p {
    text-align: left;
    max-width: min(100%, 34ch);
  }

  .about-page {
    --about-cta-spacing-lg: 1.6rem;
    --about-cta-spacing-md: 1.45rem;
  }

  .about-page .about-services-cta {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .inline-cta-centered {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }

  .about-page .about-process-cta p {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .about-page .company-story-image {
    width: min(100%, 320px);
    max-width: 320px;
    min-height: 0;
    aspect-ratio: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .about-page .company-story-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  /* Grids: 1-column on mobile */
  .card-grid,
  .kpi-grid,
  .faq-grid,
  .article-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }

  /* Page hero mobile */
  .page-hero {
    min-height: clamp(320px, 52vh, 480px);
  }

  .page-hero .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 6.5rem;
    padding-bottom: 2rem;
  }

  .page-hero h1 {
    font-size: 30px;
    max-width: 100%;
  }

  .page-hero p {
    font-size: 1rem;
    margin-top: 1rem;
    max-width: 100%;
  }

  .page-hero .eyebrow {
    display: none;
  }

  /* Typography scaling */
  .section-head h2 {
    font-size: clamp(1.75rem, 5vw, 2.25rem);
  }

  .premium-card h3 {
    font-size: clamp(1.15rem, 3.5vw, 1.35rem);
  }

  /* Buttons: minimum 44px height */
  .page-btn {
    min-height: 46px;
    padding: 0 1.2rem;
    font-size: 0.9rem;
  }

  /* Split grid */
  .split-grid {
    gap: 1.5rem;
  }

  /* Story visual */
  .story-visual {
    min-height: 200px;
  }

  /* Premium card padding */
  .premium-card {
    padding: var(--mobile-card-pad);
  }

  /* About process CTA */
  .about-page .about-process-cta {
    padding: var(--mobile-card-pad);
  }

  /* Section spacing overrides */
  .prefooter-final-section {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

  .prefooter-centered-card {
    padding: 1.5rem 1rem;
  }

  .prefooter-centered-card h2 {
    font-size: clamp(1.65rem, 5vw, 2.1rem);
  }

  .prefooter-centered-card .prefooter-body {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

  .prefooter-centered-card .hero-btn-primary {
    min-width: 160px;
    min-height: 48px;
    padding: 0.85rem 1.5rem;
  }

  /* Inline CTA centering */
  .inline-cta {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  /* KPI card */
  .kpi-card {
    text-align: center;
  }

  /* FAQ */
  .faq-question {
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
  }

  .faq-answer {
    padding: 0 1rem;
  }

  /* Hiring guide article */
  .hiring-guide-header h2 {
    font-size: clamp(1.6rem, 5vw, 2rem);
  }

  /* Contact page spacing */
  .contact-page .contact-content-shell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-page .contact-layout-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .contact-page #contact-routing {
    padding: var(--mobile-card-pad);
  }

  .contact-page .contact-details-card {
    padding: var(--mobile-card-pad);
  }

  .contact-page .contact-cta-card {
    padding: var(--mobile-card-pad);
  }

  .contact-page .contact-combined-section {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  /* Services page */
  .services-page .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .services-page .section-head {
    margin-bottom: 1.25rem;
  }

  .services-page .difference-container {
    padding: 1.2rem;
  }

  .services-page .services-shell {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .services-page .services-h2 {
    font-size: clamp(1.9rem, 6vw, 2.2rem);
  }

  .services-page .steps-row-top,
  .services-page .steps-row-bottom {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }

  /* Article feature */
  .article-feature {
    padding: 1.25rem;
  }

  .article-feature .page-btn {
    margin-top: 1.25rem;
  }

  /* Toolbar */
  .toolbar {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .article-grid {
    grid-template-columns: 1fr !important;
  }

  /* Meta row */
  .meta-row {
    justify-content: center;
  }

  /* Note text */
  .note {
    text-align: center;
  }
}

@media (max-width: 430px) {
  .home-page {
    --mobile-card-measure: 30ch;
    --mobile-card-heading-measure: 17ch;
    --mobile-card-pad: clamp(1rem, 4.8vw, 1.25rem);
  }

}

@media (max-width: 390px) {
  .home-page {
    --mobile-card-measure: 28ch;
    --mobile-card-heading-measure: 16ch;
  }

  .home-page .container {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

}

@media (max-width: 375px) {
  .home-page {
    --mobile-card-measure: 27ch;
    --mobile-card-heading-measure: 15.5ch;
  }

}

@media (max-width: 320px) {
  .home-page {
    --mobile-card-measure: 24ch;
    --mobile-card-heading-measure: 14.5ch;
    --mobile-card-pad: 0.95rem;
  }

}

.copy-stack p + p {
  margin-top: var(--space-4);
}

.card-grid,
.kpi-grid,
.faq-grid,
.article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.2rem, 2.3vw, 1.9rem);
}

.premium-card {
  background: var(--e2z-white);
  border: 1px solid var(--e2z-border);
  border-top: 2px solid #c9a227;
  border-radius: var(--radius-md);
  box-shadow: var(--e2z-shadow-soft);
  padding: clamp(1.5rem, 2.9vw, 2rem);
  transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);
}

.premium-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--e2z-shadow-lift);
  border-color: rgba(44, 44, 42, 0.22);
}

.premium-card h2,
.premium-card h3 {
  margin-bottom: clamp(1rem, 1.7vw, 1.2rem);
}

.premium-card h3 {
  font-size: var(--text-xl);
}

.premium-card p {
  color: var(--e2z-muted);
}

.premium-card p + p,
.premium-card ul + p {
  margin-top: clamp(0.8rem, 1.4vw, 1rem);
}

.premium-card p + .cta-row,
.premium-card ul + .cta-row,
.premium-card .meta-row + .cta-row {
  margin-top: clamp(1.75rem, 3vw, 2.2rem);
}

.kpi-card {
  text-align: left;
}

.kpi-card strong {
  display: block;
  color: var(--e2z-navy);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.1;
}

.kpi-card span {
  display: block;
  margin-top: var(--space-2);
  color: var(--e2z-muted);
}

.list-checks {
  display: grid;
  gap: var(--space-2);
}

.list-checks li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--e2z-muted);
}

.list-checks li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #d4b24f;
}

.inline-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: var(--space-4);
  color: var(--e2z-navy);
  border-bottom: 1px solid rgba(13, 43, 92, 0.45);
  padding-bottom: 2px;
}

.inline-cta:hover {
  color: #d4b24f;
  border-bottom-color: #d4b24f;
}

.inline-cta-centered {
  display: inline-flex;
  width: fit-content;
  margin-left: 0;
  margin-right: 0;
}

.toolbar {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-3);
  margin-top: var(--space-6);
  margin-bottom: var(--space-8);
}

.input,
.select {
  width: 100%;
  background: rgba(247, 245, 242, 0.94);
  border: 1px solid rgba(44, 44, 42, 0.16);
  border-radius: 9px;
  padding: 0.72rem 0.88rem;
  color: var(--e2z-charcoal);
  font: inherit;
}

.input::placeholder {
  color: rgba(44, 44, 42, 0.58);
}

.input:focus,
.select:focus {
  outline: none;
  border-color: rgba(212, 178, 79, 0.72);
  box-shadow: 0 0 0 3px rgba(212, 178, 79, 0.18);
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 178, 79, 0.45);
  color: #854f0b;
  font-size: var(--text-xs);
  background: rgba(212, 178, 79, 0.1);
}

.article-feature {
  background:
    linear-gradient(130deg, rgba(7, 21, 45, 0.83), rgba(17, 26, 45, 0.64)),
    url('../assets/images/why-choose-bg.png');
  background-size: cover;
  background-position: center;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(229, 211, 138, 0.2);
  padding: clamp(1.6rem, 3vw, 2.4rem);
  box-shadow: var(--e2z-shadow-lift);
}

.article-feature .eyebrow,
.article-feature h2,
.article-feature p {
  color: #f7f5f2;
}

.article-feature h2 {
  margin-bottom: clamp(0.9rem, 1.7vw, 1.25rem);
}

.article-feature p {
  max-width: 58ch;
}

.article-feature .eyebrow {
  color: #e5d38a;
}

.article-feature .page-btn {
  margin-top: clamp(1.75rem, 3vw, 2.2rem);
}

.article-card {
  display: grid;
  gap: var(--space-3);
}

.article-card .meta-pill {
  width: fit-content;
}

.hiring-guide-article {
  max-width: min(100%, 760px);
  margin: 0 auto;
}

.hiring-guide-header {
  margin-bottom: clamp(1.4rem, 2.4vw, 2rem);
  text-align: left;
}

.hiring-guide-header h2 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 2.85rem);
  line-height: 1.14;
}

.hiring-guide-header .hiring-guide-deck {
  margin-top: clamp(0.9rem, 1.7vw, 1.2rem);
  margin-bottom: clamp(0.35rem, 1vw, 0.75rem);
  max-width: 62ch;
}

.hiring-guide-step {
  padding: clamp(1.15rem, 2.2vw, 1.6rem) 0;
  border-top: 1px solid var(--e2z-border-subtle);
}

.hiring-guide-step:last-of-type {
  border-bottom: 1px solid var(--e2z-border-subtle);
}

.hiring-guide-label {
  margin: 0 0 0.48rem;
  font-size: var(--text-sm);
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #c9a227;
}

.hiring-guide-step h3 {
  margin: 0 0 0.6rem;
  font-size: var(--text-xl);
}

.hiring-guide-step p {
  margin: 0;
  max-width: 64ch;
}

.about-page .section-alt .split-grid > .reveal p + p {
  margin-top: clamp(0.95rem, 1.8vw, 1.3rem);
}

.hiring-guide-related {
  margin-top: clamp(1.25rem, 2.5vw, 1.8rem);
  font-size: var(--text-base);
}

.faq-item h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-2);
}

.faq-item p {
  color: var(--e2z-muted);
}

.faq-helper {
  margin-top: 0.52rem;
  font-size: var(--text-sm);
  color: var(--e2z-muted);
}

.faq-accordion {
  display: grid;
  gap: 0.75rem;
  margin-top: clamp(1rem, 2vw, 1.35rem);
}

.faq-row {
  padding: 0;
  overflow: hidden;
}

.faq-details {
  border-top-width: 2px;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  background: transparent;
  padding: 0.95rem 1.25rem;
  text-align: left;
  color: var(--e2z-navy);
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 500;
  line-height: 1.45;
  cursor: pointer;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::marker {
  content: '';
}

.faq-question span:first-child {
  flex: 1;
}

.faq-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
    font-size: 1.15rem;
  line-height: 1;
  border: 1px solid rgba(201, 168, 76, 0.5);
  border-radius: 999px;
  color: transparent;
  transition: transform var(--transition-fast), color var(--transition-fast),
    border-color var(--transition-fast), background-color var(--transition-fast);
}

.faq-icon::before {
  content: '+';
  color: #d4b24f;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.25rem;
  transition: max-height 240ms ease, padding-bottom 240ms ease;
}

.faq-answer p {
  color: var(--e2z-muted);
  margin: 0;
  padding-bottom: 0.95rem;
}

.faq-details[open] .faq-answer {
  max-height: 28rem;
  padding-bottom: 0.95rem;
}

.faq-details[open] .faq-icon {
  border-color: rgba(13, 43, 92, 0.42);
  background: rgba(13, 43, 92, 0.06);
}

.faq-details[open] .faq-icon::before {
  content: '−';
  color: var(--e2z-navy);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8);
}

.contact-page .contact-content-shell {
  width: min(100%, 980px);
  margin: 0 auto;
  padding-left: clamp(1rem, 2.2vw, 1.75rem);
  padding-right: clamp(1rem, 2.2vw, 1.75rem);
}

.contact-page .contact-layout-section {
  padding-top: clamp(2.2rem, 4vw, 3.2rem);
  padding-bottom: clamp(2.2rem, 4vw, 3.2rem);
}

.contact-page #routing-sections {
  background: #f3f4f6;
  border-top: 1px solid var(--e2z-border-subtle);
}

.contact-page .contact-main-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 1.9vw, 1.45rem);
  align-items: start;
  justify-items: center;
}

.contact-page .contact-main-grid--single {
  grid-template-columns: 1fr;
  justify-items: center;
}

.contact-page .contact-main-grid--single .premium-card {
  width: min(100%, 840px);
}

.contact-page .contact-main-grid .premium-card {
  height: 100%;
  width: min(100%, 840px);
}

.contact-page .contact-main-grid .premium-card .cta-row {
  margin-top: clamp(1.75rem, 3vw, 2.2rem);
}

.contact-page #contact-routing {
  background: var(--e2z-white);
  border: 1px solid rgba(13, 43, 92, 0.12);
  border-top: 1px solid rgba(13, 43, 92, 0.12);
  border-radius: var(--radius-md);
  padding: 2.5rem;
  text-align: center;
}

.contact-page #contact-routing .eyebrow,
.contact-page #contact-routing h2,
.contact-page #contact-routing > p,
.contact-page #contact-routing .cta-row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.contact-page #contact-routing h2,
.contact-page #contact-routing > p {
  text-align: center;
}

.contact-page #contact-routing .cta-row {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.contact-page #contact-routing .cta-row .contact-channel-btn {
  width: fit-content;
  padding: 14px 32px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-page .prefooter-final-section .hero-btn-primary,
.contact-page .prefooter-final-section .hero-btn-primary:hover,
.contact-page .prefooter-final-section .hero-btn-primary:focus-visible {
  color: var(--e2z-white);
}

.contact-page .contact-main-grid .page-btn-secondary {
  background: #07152d;
  color: #f7f5f2;
  border: 1px solid #07152d;
}

.contact-page .contact-main-grid .page-btn-secondary:hover,
.contact-page .contact-main-grid .page-btn-secondary:focus-visible {
  background: #0d1b36;
  color: #f7f5f2;
  border-color: #0d1b36;
}

.contact-page .contact-details-card {
  background: linear-gradient(160deg, #07152d 0%, #0c2042 100%);
  border: 1px solid rgba(229, 211, 138, 0.26);
  padding: clamp(1.9rem, 4vw, 3.3rem);
}

.contact-page .contact-details-card h2 {
  color: #f7f5f2;
}

.contact-page .contact-details-intro {
  color: rgba(247, 245, 242, 0.82);
  margin-bottom: clamp(1.25rem, 2vw, 1.6rem);
  max-width: 52ch;
}

.contact-page .contact-details-card label > span {
  color: rgba(247, 245, 242, 0.82);
}

.contact-page .contact-details-card label > span em {
  color: rgba(247, 245, 242, 0.82);
}

.contact-page .contact-detail-row {
  border-top: 1px solid rgba(229, 211, 138, 0.2);
  padding-top: clamp(0.85rem, 1.6vw, 1rem);
  margin-top: clamp(0.85rem, 1.6vw, 1rem);
}

.contact-page .contact-detail-label {
  color: #d4b24f;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: clamp(0.86rem, 0.82rem + 0.14vw, 0.94rem);
  font-weight: 600;
  margin: 0 0 0.4rem;
}

.contact-page .contact-detail-link {
  color: #f7f5f2;
  font-size: clamp(1.03rem, 0.98rem + 0.2vw, 1.12rem);
  line-height: 1.65;
  text-decoration: none;
  border-bottom: 1px solid rgba(229, 211, 138, 0.44);
}

.contact-page .contact-detail-link:hover,
.contact-page .contact-detail-link:focus-visible {
  color: #e5d38a;
  border-bottom-color: #e5d38a;
}

.contact-page .contact-combined-section {
  padding-top: clamp(2.4rem, 4.4vw, 3.4rem);
  padding-bottom: clamp(2.8rem, 4.8vw, 3.8rem);
}

.contact-page .contact-combined-container {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.2rem, 2.4vw, 2rem);
  align-items: start;
}

.contact-page .contact-combined-container .contact-details-card {
  width: 100%;
}

.contact-page .contact-cta-card {
  width: min(100%, 520px);
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid rgba(229, 211, 138, 0.18);
  background: linear-gradient(155deg, rgba(6, 18, 40, 0.96), rgba(9, 24, 51, 0.96));
  box-shadow: 0 20px 44px rgba(7, 21, 45, 0.24);
  padding: clamp(1.7rem, 3.1vw, 2.45rem) clamp(1.2rem, 2.8vw, 2.1rem);
}

.contact-page .contact-cta-card .prefooter-content {
  grid-template-columns: 1fr;
  grid-template-areas:
    'main'
    'cta';
  align-items: center;
}

.contact-page .contact-cta-card .prefooter-main {
  grid-area: main;
  max-width: 100%;
}

.contact-page .contact-cta-card h2 {
  max-width: none;
  white-space: normal;
}

.contact-page .contact-cta-card .hero-btn-primary {
  width: auto;
  min-width: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.contact-page .contact-cta-card .cta-row {
  grid-area: cta;
  width: 100%;
  align-self: center;
  justify-content: center;
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.75rem, 1.3vw, 1rem);
}

.hero-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
  width: min(100%, 34rem);
}

.hero-support--cta .hero-cta-buttons {
  margin-top: clamp(1rem, 2vw, 1.5rem);
}

.hero-cta-button {
  flex: 1 1 220px;
  min-width: 0;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  appearance: none;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast),
    background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
}

.hero-cta-text {
  font-size: var(--text-lg);
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}

.hero-cta-button-candidate {
  background: #c9a84c;
  border-color: #c9a84c;
  color: #2a1a00;
  box-shadow: 0 8px 20px rgba(31, 30, 28, 0.2);
}

.hero-cta-button-employer {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.hero-cta-button:hover,
.hero-cta-button:focus-visible {
  transform: translateY(-1px);
}

.hero-cta-button-candidate:hover,
.hero-cta-button-candidate:focus-visible {
  background: #c9a227;
  border-color: #c9a227;
  box-shadow: 0 14px 28px rgba(31, 30, 28, 0.24);
}

.hero-cta-button-employer:hover,
.hero-cta-button-employer:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 22px rgba(13, 43, 92, 0.32);
}

body.hiring-request-modal-open {
  overflow: hidden;
}

.hiring-request-modal[hidden] {
  display: none;
}

.hiring-request-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3rem) 1rem;
}

.hiring-request-modal [hidden] {
  display: none !important;
}

.hiring-request-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 27, 46, 0.55);
}

.hiring-request-modal-shell {
  position: relative;
  width: min(100%, 580px);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border-radius: 24px;
  border: 1px solid rgba(30, 58, 95, 0.16);
  background: #f7f5f2;
  box-shadow: 0 28px 70px rgba(13, 27, 46, 0.24);
}

.hiring-request-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.35rem 0.75rem;
}

.hiring-request-modal-eyebrow {
  margin: 0 0 0.4rem;
  color: #1d9e75;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hiring-request-modal-header h2 {
  margin: 0;
  color: #12233d;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  line-height: 1.12;
}

.hiring-request-modal-close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: rgba(18, 35, 61, 0.08);
  color: #12233d;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.hiring-request-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 0 1.35rem;
}

.hiring-request-progress-step {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #6c788a;
  font-size: 0.8rem;
  font-weight: 600;
}

.hiring-request-progress-step.is-current,
.hiring-request-progress-step.is-complete {
  color: #12233d;
}

.hiring-request-progress-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(18, 35, 61, 0.18);
  background: #ffffff;
}

.hiring-request-progress-step.is-current .hiring-request-progress-index,
.hiring-request-progress-step.is-complete .hiring-request-progress-index {
  border-color: #1d9e75;
  background: #e1f5ee;
}

.hiring-request-progress-bar {
  margin: 0.95rem 1.35rem 0;
  height: 6px;
  border-radius: 999px;
  background: rgba(18, 35, 61, 0.08);
  overflow: hidden;
}

.hiring-request-progress-bar-fill {
  display: block;
  height: 100%;
  width: 33.333%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1d9e75, #c9a227);
  transition: width 0.22s ease;
}

.hiring-request-modal-body {
  padding: 1.25rem 1.35rem 1.35rem;
}

.hiring-request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hiring-request-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  color: #12233d;
  font-size: 0.9rem;
  font-weight: 600;
}

.hiring-request-field-full {
  grid-column: 1 / -1;
}

.hiring-request-field input,
.hiring-request-field textarea {
  width: 100%;
  border: 1px solid rgba(18, 35, 61, 0.14);
  border-radius: 12px;
  background: #ffffff;
  color: #12233d;
  padding: 0.82rem 0.92rem;
  font: inherit;
}

.hiring-request-field textarea {
  min-height: 120px;
  resize: vertical;
}

.hiring-request-field input:focus-visible,
.hiring-request-field textarea:focus-visible {
  outline: 2px solid rgba(29, 158, 117, 0.16);
  outline-offset: 2px;
  border-color: rgba(29, 158, 117, 0.5);
}

.hiring-request-field.is-invalid input,
.hiring-request-field.is-invalid textarea {
  border-color: rgba(176, 58, 40, 0.55);
  background: #fff5f2;
}

.hiring-request-field.is-valid input,
.hiring-request-field.is-valid textarea {
  border-color: rgba(29, 158, 117, 0.35);
}

.hiring-request-field-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.hiring-request-field small {
  color: #607086;
  font-size: 0.78rem;
  font-weight: 500;
}

.hiring-request-field-counter,
.hiring-request-file-chip {
  color: #607086;
  font-size: 0.76rem;
  font-weight: 700;
}

.hiring-request-field-counter[data-state="warning"] {
  color: #8a6e23;
}

.hiring-request-field-counter[data-state="limit"] {
  color: #8d1f1f;
}

.hiring-request-file-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.24rem 0.65rem;
  border-radius: 999px;
  background: rgba(18, 35, 61, 0.06);
}

.hiring-request-field-feedback {
  margin: 0;
  color: #607086;
  font-size: 0.78rem;
  font-weight: 600;
}

.hiring-request-field-feedback[data-state="invalid"] {
  color: #8d1f1f;
}

.hiring-request-field-feedback[data-state="valid"] {
  color: #1d7c5d;
}

.hiring-request-preference {
  margin: 1.25rem 0 0;
  padding: 0;
  border: none;
}

.hiring-request-preference legend {
  margin-bottom: 0.75rem;
  color: #12233d;
  font-size: 0.92rem;
  font-weight: 700;
}

.hiring-request-preference-cards {
  display: grid;
  gap: 0.9rem;
}

.hiring-request-preference-card {
  position: relative;
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1rem 1rem 3rem;
  border-radius: 16px;
  border: 1px solid rgba(18, 35, 61, 0.12);
  background: #ffffff;
  cursor: pointer;
}

.hiring-request-preference-card input {
  position: absolute;
  left: 1rem;
  top: 1.05rem;
}

.hiring-request-preference-title {
  color: #12233d;
  font-size: 1rem;
  font-weight: 700;
}

.hiring-request-preference-copy {
  color: #506077;
  font-size: 0.84rem;
  line-height: 1.5;
  font-weight: 500;
}

.hiring-request-preference-badge,
.hiring-request-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 999px;
  padding: 0.28rem 0.72rem;
  font-size: 0.76rem;
  font-weight: 700;
}

.hiring-request-preference-badge-public,
.hiring-request-badge-public {
  background: #e1f5ee;
  color: #085041;
}

.hiring-request-preference-badge-private,
.hiring-request-badge-private {
  background: #e6f1fb;
  color: #0c447c;
}

.hiring-request-preference-card-public:has(input:checked) {
  border-color: #1d9e75;
  background: #e1f5ee;
}

.hiring-request-preference-card-private:has(input:checked) {
  border-color: #1e3a5f;
  background: #ebf3fc;
}

.hiring-request-form-error {
  margin: 1rem 0 0;
  padding: 0.8rem 0.95rem;
  border-radius: 12px;
  background: #fff1f1;
  color: #8d1f1f;
  font-size: 0.88rem;
  font-weight: 600;
}

.hiring-request-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
}

.hiring-request-actions-right {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.hiring-request-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.2rem;
  border-radius: 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.hiring-request-btn-secondary {
  border: 1px solid rgba(18, 35, 61, 0.14);
  background: #ffffff;
  color: #12233d;
}

.hiring-request-btn-primary {
  border: none;
  background: #12233d;
  color: #f7f5f2;
}

.hiring-request-btn[disabled] {
  opacity: 0.65;
  cursor: wait;
}

/* ── Hiring request: post-submission confirmation ─────────────────── */

.hiring-modal--success {
  max-width: 480px !important;
  width: min(480px, calc(100vw - 32px)) !important;
  background: #f5f3ee !important;
  border-radius: 20px !important;
  box-shadow: 0 30px 70px rgba(13, 27, 46, 0.22) !important;
  position: relative !important;
  overflow: hidden !important;
}

.hiring-modal--success .hiring-request-modal-body {
  padding: 0 !important;
}

.hiring-success-confirmation {
  position: relative;
  padding: 40px;
  max-width: 480px;
  width: 100%;
  background: #f5f3ee;
  border-radius: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.hiring-success-confirmation__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #ebe8e0;
  color: #555;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.hiring-success-confirmation__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e6f4ee;
  color: #2a7a5a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.hiring-success-confirmation__title {
  font-family: Georgia, serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #0d1b2e;
  margin: 0 0 12px;
}

.hiring-success-confirmation__message {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 28px;
}

.hiring-success-confirmation__done {
  display: inline-block;
  padding: 13px 28px;
  border: 0;
  border-radius: 10px;
  background: #0d1b2e;
  color: #ffffff;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: background-color 160ms ease;
}

.hiring-success-confirmation__done:hover {
  background: #16253c;
}

.hiring-success-confirmation__done:focus-visible,
.hiring-success-confirmation__close:focus-visible {
  outline: 3px solid rgba(201, 168, 76, 0.45);
  outline-offset: 3px;
}

.prefooter-centered-card .hero-cta-buttons,
.contact-page .contact-cta-card .hero-cta-buttons,
.section-navy .dark-cta-right .hero-cta-buttons {
  margin-inline: auto;
}

@media (max-width: 640px) {
  .hero-cta-buttons {
    width: 100%;
    flex-direction: column;
  }

  .hero-cta-button {
    width: 100%;
    flex-basis: auto;
  }

  .hiring-request-grid,
  .hiring-request-progress {
    grid-template-columns: 1fr;
  }

  .hiring-request-modal-shell {
    max-height: calc(100vh - 1rem);
  }

  .hiring-request-actions,
  .hiring-request-actions-right {
    flex-direction: column;
    align-items: stretch;
  }

  .hiring-request-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  main.page-main .hero-support.hero-support--cta {
    display: block;
  }
}

.page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  min-height: 48px;
  padding: 0 1.35rem;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.page-btn:hover,
.page-btn:focus-visible {
  transform: translateY(-0.5px);
}

.page-btn-primary {
  background: #d4b24f;
  color: #111a2d;
  border: none;
  box-shadow: 0 8px 20px rgba(31, 30, 28, 0.2);
}

.page-btn-primary:hover,
.page-btn-primary:focus-visible {
  background: #c9a227;
}

.page-btn-secondary {
  background: rgba(17, 26, 45, 0.24);
  color: #f7f5f2;
  border: 1px solid rgba(229, 211, 138, 0.45);
}

.page-btn-secondary:hover,
.page-btn-secondary:focus-visible {
  border-color: rgba(229, 211, 138, 0.62);
  background: rgba(212, 178, 79, 0.08);
}

.note {
  color: rgba(247, 245, 242, 0.72);
  font-size: var(--text-sm);
}

.services-page .section {
  padding-top: clamp(3.35rem, 5.8vw, 5rem);
  padding-bottom: clamp(3.35rem, 5.8vw, 5rem);
}

.services-page .section-head {
  margin-bottom: clamp(1.75rem, 3.2vw, 2.4rem);
}

@media (min-width: 768px) {
  .split-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid,
  .article-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .toolbar {
    grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 0.7fr));
  }

}

@media (min-width: 900px) {
  .contact-page .contact-main-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-page .contact-main-grid--single {
    grid-template-columns: 1fr;
  }

}

@media (min-width: 1024px) {
  .contact-page .contact-main-grid .cta-row {
    flex-wrap: nowrap;
    gap: 0.6rem;
  }

  .contact-page .contact-main-grid .page-btn {
    white-space: nowrap;
    padding: 0 1rem;
    min-height: 46px;
    font-size: 0.84rem;
    letter-spacing: 0;
  }

  .contact-page .contact-main-grid--single .cta-row {
    flex-wrap: nowrap;
    gap: clamp(0.75rem, 1.3vw, 1rem);
    justify-content: flex-start;
  }

  .contact-page .contact-main-grid--single .page-btn,
  .contact-page .contact-main-grid--single .hero-btn {
    padding: 0 1.35rem;
    min-height: 48px;
    font-size: 0.92rem;
    letter-spacing: 0.01em;
  }

  .contact-page .contact-combined-container {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(1.5rem, 2.6vw, 2.5rem);
    align-items: start;
  }
}

@media (min-width: 1024px) {
  .card-grid,
  .article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
