/* 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: center;
  background-repeat: no-repeat;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(7, 21, 45, 0.88) 0%,
      rgba(7, 21, 45, 0.84) 34%,
      rgba(30, 28, 27, 0.62) 56%,
      rgba(30, 28, 27, 0.18) 74%,
      transparent 100%
    );
}

.page-hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  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 {
  color: #e5d38a;
}

.page-hero h1 {
  color: #f7f5f2;
  font-size: clamp(2.6rem, 4.6vw, 5rem);
  max-width: 12ch;
  display: inline-block;
  border-bottom: 3px solid #d4b24f;
  padding-bottom: 6px;
}

.page-hero p {
  color: rgba(247, 245, 242, 0.8);
  margin-top: clamp(1rem, 1.8vw, 1.25rem);
  max-width: 58ch;
}

.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?v=20260518u');
  background-position: center 38%;
}

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

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

.page-hero--contact {
  background-image: url('../assets/images/values-core-bg.png?v=20260518q');
  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 .insights-gold-link {
  color: var(--e2z-gold);
  font-weight: 600;
}

.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 .page-btn.page-btn-compact {
  min-height: 40px;
  padding: 0 1.1rem;
  font-size: 0.84rem;
}

.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: var(--e2z-gold);
  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 .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) {
  .about-page {
    --about-cta-spacing-lg: 1.6rem;
    --about-cta-spacing-md: 1.45rem;
  }
}

.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 var(--e2z-gold);
  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);
}

.process-list {
  display: grid;
  gap: var(--space-4);
}

.process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-3);
  align-items: start;
}

.process-step span {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm);
  font-weight: 600;
  color: #07152d;
  background: #d4b24f;
}

.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;
}

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

.input,
.select,
.textarea {
  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,
.textarea::placeholder {
  color: rgba(44, 44, 42, 0.58);
}

.input:focus,
.select:focus,
.textarea: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?v=20260518u');
  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 .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);
}

.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);
  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: var(--e2z-gold);
}

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

.hiring-guide-step p {
  margin: 0;
}

.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;
  color: var(--e2z-gold-deep);
  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: var(--e2z-gold-deep);
}

.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,
.contact-page .contact-secondary-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,
.contact-page .contact-secondary-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: #ffffff;
  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 {
  width: 100%;
  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: #ffffff;
}

.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-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-detail-foot {
  margin-top: clamp(1.2rem, 2.2vw, 1.6rem);
  padding-top: 12px;
  border-top: 1px solid rgba(229, 211, 138, 0.2);
  color: rgba(247, 245, 242, 0.72);
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1.04rem);
  letter-spacing: 0.02em;
}

.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;
}

.textarea {
  min-height: 140px;
  resize: vertical;
}

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

.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);
}

.services-page .services-what-grid .premium-card,
.services-page .services-values-grid .premium-card {
  padding: clamp(1.8rem, 2.9vw, 2.35rem);
}

.services-page .services-what-grid .premium-card p,
.services-page .services-values-grid .premium-card p {
  line-height: 1.72;
}

.services-page .services-process-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: clamp(1.65rem, 2.6vw, 2.15rem);
}

.services-page .services-process-card span {
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm);
  font-weight: 600;
  color: #07152d;
  background: #d4b24f;
}

.services-page .services-process-card p {
  margin: 0;
  line-height: 1.7;
}

.services-page .services-process-card strong {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: var(--e2z-charcoal);
}

@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,
  .contact-page .contact-secondary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .contact-page .contact-secondary-grid {
    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));
  }
}
