/* Page-specific polish overrides */
.hero-chairman-quote {
  quotes: none;
}

.hero-chairman-name {
  background: linear-gradient(90deg, #ffd977, #c9a45d 52%, #f2dfb3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-quote-copy {
  margin-top: 20px;
}

.testimonial-showcase {
  background:
    radial-gradient(circle at top center, rgba(201, 164, 93, 0.12), transparent 26%),
    linear-gradient(180deg, #f8f6f1 0%, #ffffff 100%);
}

.testimonial-showcase .section-intro-block {
  max-width: 760px;
  margin-inline: auto;
}

.testimonial-showcase .swiper-slide {
  height: auto;
}

.card-testimonial {
  height: 100%;
  border: 1px solid rgba(15, 23, 38, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 236, 0.96));
  box-shadow: 0 20px 54px rgba(16, 32, 58, 0.08);
}

.testimonial-quote-copy {
  color: #425166;
  line-height: 1.78;
}

.card-testimonial .user-name {
  color: #10203a;
}

.card-testimonial .user-desig {
  color: #6a768a;
}

.card-testimonial .icon-quote {
  color: rgba(201, 164, 93, 0.28);
}

@media (max-width: 767px) {
  .testimonial-showcase.section-padding {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .testimonial-showcase .section-headings .heading {
    font-size: clamp(1.9rem, 8vw, 2.5rem);
    line-height: 1.08;
  }

  .testimonial-showcase .section-headings .text.text-18 {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .testimonial-swiper-shell {
    overflow: visible;
  }

  .card-testimonial {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .card-testimonial .rating-list {
    gap: 6px;
    margin-bottom: 14px;
  }

  .card-testimonial .rating-list .rating-icon svg {
    width: 18px;
    height: 18px;
  }

  .testimonial-quote-copy {
    margin-top: 0;
    font-size: 0.98rem;
    line-height: 1.76;
  }

  .card-testimonial .user-info-wrap {
    align-items: flex-start;
    gap: 14px;
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid rgba(15, 23, 38, 0.08);
  }

  .card-testimonial .user-info {
    gap: 12px;
  }

  .card-testimonial .user-img {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 16px;
  }

  .card-testimonial .user-name {
    font-size: 1rem;
    line-height: 1.25;
  }

  .card-testimonial .user-info .user-desig {
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .card-testimonial .icon-quote {
    margin-left: auto;
    opacity: 0.9;
  }

  .card-testimonial .icon-quote svg {
    width: 34px;
    height: 34px;
  }
}

.about-cta-card-has-image {
  background-image:
    linear-gradient(180deg, rgba(9, 7, 5, 0.78), rgba(9, 7, 5, 0.88)),
    var(--about-cta-bg);
  background-size: cover;
  background-position: center;
}

.business-sidebar-card {
  background: #0f172a;
}

.business-sidebar-list {
  color: rgba(241, 245, 249, 0.82);
}

.business-sidebar-url {
  color: #93c5fd;
}

.business-sidebar-panel {
  background: rgba(255, 255, 255, 0.04);
}

.business-sidebar-link {
  color: #dbeafe;
}

.insight-page-hero {
  padding: clamp(132px, 17vw, 188px) 0 70px;
  color: #fff;
  background: linear-gradient(135deg, #10203a 0%, #193252 58%, #1f3e67 100%);
}

.insight-page-hero--warm {
  background: linear-gradient(135deg, #1d2738 0%, #31435f 55%, #6d5224 100%);
}

.insight-page-hero--approach {
  background: linear-gradient(135deg, #10203a 0%, #21364a 58%, #2d4c65 100%);
}

.insight-page-hero--future {
  background: linear-gradient(135deg, #141b27 0%, #24354f 58%, #345377 100%);
}

.insight-page-hero-shell,
.insight-feature-grid,
.future-metric-grid {
  display: grid;
  gap: 24px;
}

.insight-page-hero-shell {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
}

.insight-page-hero-copy .heading,
.insight-page-hero-copy .text {
  color: #fff;
}

.insight-page-hero-copy .text {
  max-width: 760px;
  opacity: 0.88;
}

.insight-page-hero-card,
.insight-feature-card,
.approach-step-card,
.future-metric-card {
  border: 1px solid rgba(15, 23, 38, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(16, 32, 58, 0.08);
}

.insight-page-hero-card {
  padding: 28px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.insight-page-hero-card span,
.insight-feature-card span,
.approach-step-index {
  display: inline-flex;
  margin-bottom: 12px;
  color: #c9a45d;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.insight-page-hero-card strong {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.25;
}

.insight-page-hero-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.insight-page-section {
  background: linear-gradient(180deg, #f8f6f1 0%, #ffffff 100%);
}

.insight-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.insight-feature-card,
.future-metric-card {
  padding: 28px;
  background: #fff;
}

.insight-feature-card h2,
.approach-step-card h2 {
  margin-bottom: 10px;
  color: #10203a;
  font-size: 1.5rem;
}

.insight-feature-card p,
.approach-step-card p,
.future-metric-card span {
  margin: 0;
  color: #566379;
  line-height: 1.75;
}

.approach-timeline {
  display: grid;
  gap: 18px;
}

.approach-step-card {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 28px;
  background: #fff;
}

.approach-step-index {
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(201, 164, 93, 0.18), rgba(201, 164, 93, 0.08));
}

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

.future-metric-card strong {
  display: block;
  margin-bottom: 8px;
  color: #10203a;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
}

.legal-page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(132px, 17vw, 188px) 0 70px;
  color: #10203a;
  background: #f7f4ee;
  border-bottom: 1px solid rgba(15, 23, 38, 0.08);
}

.legal-page-hero-shell,
.legal-page-layout,
.error-page-help-grid {
  display: grid;
  gap: 24px;
}

.legal-page-hero-shell {
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
  align-items: end;
}

.legal-page-hero-copy .heading,
.legal-page-hero-copy .text {
  color: #10203a;
}

.legal-page-hero-copy .text {
  max-width: 780px;
  color: #566379;
  opacity: 1;
}

.legal-page-hero-card {
  padding: 28px;
  border: 1px solid rgba(15, 23, 38, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16, 32, 58, 0.08);
}

.legal-page-hero-card span,
.legal-sidebar-label,
.error-page-code {
  display: inline-flex;
  margin-bottom: 12px;
  color: #c9a45d;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.legal-page-hero-card strong {
  display: block;
  color: #10203a;
  font-size: 1.5rem;
  line-height: 1.25;
}

.legal-page-hero-card p {
  margin: 14px 0 0;
  color: #566379;
  line-height: 1.7;
}

.legal-page-content {
  background: #fcfbf8;
}

.legal-page-layout {
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  align-items: start;
}

.legal-page-sidebar {
  position: sticky;
  top: calc(var(--header-height, 72px) + 20px);
}

.legal-sidebar-card,
.legal-page-article,
.error-page-card,
.error-page-help-card {
  border: 1px solid rgba(15, 23, 38, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 32, 58, 0.08);
}

.legal-sidebar-card {
  padding: 24px;
}

.legal-sidebar-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.legal-sidebar-list li {
  color: #425166;
  line-height: 1.6;
}

.legal-page-article {
  padding: 34px;
}

.legal-page-article section + section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(15, 23, 38, 0.08);
}

.legal-page-article h2 {
  margin-bottom: 12px;
  color: #10203a;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.legal-page-article p {
  margin: 0;
  color: #556377;
  line-height: 1.8;
}

.legal-page-article p + p {
  margin-top: 14px;
}

.error-page-shell {
  padding: clamp(130px, 17vw, 188px) 0 96px;
  background: #fcfbf8;
}

.error-page-card {
  padding: 42px;
  text-align: center;
  border: 1px solid rgba(15, 23, 38, 0.08);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16, 32, 58, 0.08);
}

.error-page-code {
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1rem;
}

.error-page-card .heading {
  max-width: 680px;
  margin-inline: auto;
}

.error-page-card .text {
  max-width: 740px;
  margin: 0 auto;
  color: #566379;
}

.error-page-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.button-whatsapp {
  color: #fff;
  background: #1fa855;
  border-color: transparent;
}

.button-whatsapp:hover {
  color: #fff;
  filter: brightness(1.05);
}

.error-page-help-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
  text-align: left;
}

.error-page-help-card {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.error-page-help-card strong {
  color: #10203a;
  font-size: 1.1rem;
}

.error-page-help-card a,
.error-page-help-card span {
  color: #566379;
  line-height: 1.7;
}

.error-page-card .heading {
  color: #10203a;
}

.error-page-help-grid {
  gap: 20px;
}

.csr-page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(136px, 18vw, 190px) 0 72px;
  background:
    radial-gradient(circle at top right, rgba(198, 159, 83, 0.22), transparent 30%),
    linear-gradient(135deg, #0f1726 0%, #16263c 55%, #1d3557 100%);
  color: #fff;
}

.csr-page-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  gap: 30px;
  align-items: stretch;
}

.csr-page-hero-copy .heading,
.csr-page-hero-copy .text,
.csr-page-hero-copy .rich-text-content {
  color: #fff;
}

.csr-page-hero-copy .text,
.csr-page-hero-copy .rich-text-content {
  max-width: 760px;
  opacity: 0.9;
}

.csr-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.csr-page-hero .button-outline {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.csr-page-hero .button-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.csr-page-hero-panel {
  align-self: end;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 60px rgba(3, 10, 22, 0.22);
}

.csr-page-panel-label,
.csr-editorial-kicker,
.csr-activity-index {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9a45d;
}

.csr-page-hero-panel h2 {
  margin: 12px 0 14px;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.08;
}

.csr-page-hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.csr-page-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.csr-page-metric {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.csr-page-metric strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.2rem;
}

.csr-page-metric span {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
  line-height: 1.5;
}

.csr-page-breadcrumb {
  margin-top: 28px;
}

.csr-page-breadcrumb a,
.csr-page-breadcrumb li {
  color: rgba(255, 255, 255, 0.8);
}

.csr-page-breadcrumb .active {
  color: #fff;
}

.csr-editorial {
  background: linear-gradient(180deg, #f8f6f1 0%, #ffffff 100%);
}

.csr-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 24px;
  align-items: stretch;
}

.csr-editorial-card,
.csr-pillar-card,
.csr-activity-card,
.csr-page-cta-shell {
  border: 1px solid rgba(15, 23, 38, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 32, 58, 0.08);
}

.csr-editorial-card {
  padding: 34px;
}

.csr-pillars-grid {
  display: grid;
  gap: 18px;
}

.csr-pillar-card {
  padding: 26px;
}

.csr-pillar-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: #c9a45d;
  font-size: 1.2rem;
  font-weight: 700;
}

.csr-pillar-card h3,
.csr-activity-content h3 {
  margin-bottom: 10px;
  color: #10203a;
  font-size: 1.55rem;
  line-height: 1.2;
}

.csr-pillar-card p,
.csr-activity-content p,
.csr-activity-detail,
.csr-page-cta-shell p {
  margin: 0;
  color: #566379;
  line-height: 1.75;
}

.csr-activity-showcase {
  background: #fff;
}

.csr-activity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.csr-activity-card {
  overflow: hidden;
}

.csr-activity-media img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.csr-activity-content {
  padding: 28px;
}

.csr-activity-index {
  margin-bottom: 14px;
}

.csr-activity-detail {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 38, 0.08);
}

.csr-page-cta {
  padding: 0 0 100px;
  background: #fff;
}

.csr-page-cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  gap: 24px;
  align-items: center;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(201, 164, 93, 0.14), rgba(255, 255, 255, 0.96)),
    #fff;
}

.csr-page-cta-shell .button {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .insight-page-hero-shell,
  .insight-feature-grid,
  .insight-feature-grid--three,
  .future-metric-grid,
  .legal-page-hero-shell,
  .csr-page-hero-shell,
  .investor-overview-grid,
  .investor-plan-grid,
  .investor-report-list,
  .legal-page-layout,
  .error-page-help-grid,
  .csr-editorial-grid,
  .csr-page-cta-shell,
  .contact-editorial-grid,
  .contact-focus-grid,
  .contact-experience-shell,
  .contact-form-grid,
  .csr-activity-grid,
  .news-detail-layout,
  .team-member-profile-redesign .team-member-intro-grid,
  .team-member-company-grid,
  .team-member-portfolio-grid,
  .team-member-gallery-grid {
    grid-template-columns: 1fr !important;
  }

  .investor-plan-actions,
  .news-detail-actions,
  .contact-social-links,
  .team-member-profile-links,
  .team-member-meta {
    flex-wrap: wrap;
  }

  .insight-feature-card,
  .approach-step-card,
  .future-metric-card,
  .investor-report-card,
  .legal-sidebar-card,
  .legal-page-article,
  .error-page-card,
  .error-page-help-card,
  .csr-editorial-card,
  .csr-pillar-card,
  .csr-activity-content,
  .csr-page-cta-shell,
  .news-detail-article,
  .contact-experience-form,
  .contact-map-shell,
  .team-member-profile-redesign .team-member-profile-card,
  .team-member-profile-redesign .team-member-copy-card,
  .team-member-profile-redesign .team-member-thought-card {
    padding: 24px;
  }

  .news-detail-sidebar {
    position: static;
  }

  .legal-page-sidebar {
    position: static;
  }

  .csr-page-metrics {
    grid-template-columns: 1fr;
  }

  .news-related-item {
    grid-template-columns: 92px minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .insight-page-hero,
  .csr-page-hero {
    padding: 118px 0 58px;
  }

  .legal-page-hero,
  .error-page-shell {
    padding-top: 118px;
  }

  .insight-page-hero .heading,
  .legal-page-hero .heading,
  .csr-page-hero .heading,
  .investors-page-hero .heading,
  .contact-page-hero .heading,
  .news-detail-title,
  .team-member-hero-redesign .team-member-hero-content .heading {
    font-size: clamp(1.9rem, 8vw, 2.8rem);
    line-height: 1.05;
  }

  .insight-page-hero .text.text-20,
  .legal-page-hero .text.text-20,
  .csr-page-hero .text.text-20,
  .investors-page-hero .text.text-22,
  .contact-page-hero .text.text-22,
  .team-member-hero-redesign .text.text-18,
  .news-detail-copy {
    font-size: 1rem;
    line-height: 1.7;
  }

  .insight-feature-card,
  .approach-step-card,
  .future-metric-card,
  .legal-sidebar-card,
  .legal-page-article,
  .error-page-card,
  .error-page-help-card,
  .csr-editorial-card,
  .csr-pillar-card,
  .investor-overview-card,
  .investor-plan-card,
  .investor-report-card,
  .investor-empty-state,
  .contact-editorial-card,
  .contact-focus-card,
  .contact-aside-card,
  .contact-experience-form,
  .contact-map-shell,
  .news-detail-article,
  .news-related-card,
  .csr-page-hero-panel,
  .team-member-company-card,
  .team-member-portfolio-card,
  .team-member-gallery-item {
    padding: 20px;
  }

  .approach-step-card {
    grid-template-columns: 1fr;
  }

  .approach-step-index {
    width: 64px;
    height: 64px;
  }

  .error-page-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .error-page-actions .button {
    width: 100%;
    justify-content: center;
  }

  .csr-page-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .csr-page-hero-actions .button,
  .investor-plan-actions,
  .news-detail-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .csr-page-hero-actions .button,
  .investor-card-button,
  .news-detail-actions .button {
    width: 100%;
    justify-content: center;
  }

  .contact-form-grid {
    gap: 14px;
  }

  .contact-form-premium .field input,
  .contact-form-premium .field textarea {
    min-height: 52px;
    padding-inline: 16px;
  }

  .contact-form-premium .field textarea {
    min-height: 150px;
    padding-top: 14px;
  }

  .contact-map-frame iframe {
    min-height: 320px;
  }

  .csr-activity-media img {
    height: 220px;
  }

  .news-detail-hero,
  .team-member-hero-redesign,
  .investors-page-hero,
  .contact-page-hero {
    min-height: auto;
  }

  .news-detail-hero-content,
  .team-member-hero-shell,
  .about-hero-wrap.about-hero-wrap-wide {
    padding-block: 28px 10px;
  }

  .news-detail-meta,
  .team-member-meta,
  .contact-hero-meta,
  .investor-overview-highlights {
    gap: 12px;
  }

  .team-member-company-card {
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
  }

  .team-member-company-card img,
  .news-related-item-media img {
    height: 72px;
  }

  .team-member-profile-links,
  .contact-social-links {
    gap: 10px;
  }
}
