/* Compiled template scope: .pg-template */
/* ── Hakkımızda — Editorial Premium ───────────────────────────── */

.pg-template .about-page {
  background: var(--color-surface);
  padding-bottom: 96px;
}

/* ── Giriş bandı — Editorial split ─────────────────────────────── */
.pg-template .about-intro-band {
  background: var(--color-surface);
  padding: clamp(28px, 4vw, 44px) 0 clamp(44px, 6vw, 68px);
  margin-bottom: clamp(28px, 4vw, 40px);
}

.pg-template .about-intro-band__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vw, 56px);
}

.pg-template .about-hero {
  width: 100%;
}

.pg-template .about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(24px, 3.5vw, 36px);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.pg-template .about-breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
}

.pg-template .about-breadcrumb a:hover {
  color: var(--color-brand-hover);
}

.pg-template .about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: end;
}

.pg-template .about-hero__intro {
  padding-bottom: 4px;
}

.pg-template .about-hero__tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 77, .28);
  background: rgba(201, 162, 77, .06);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--color-brand-active);
}

.pg-template .about-hero__title {
  margin: 0 0 14px;
  font-family: var(--font-sans);
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.03em;
  color: var(--color-text);
}

.pg-template .about-hero__quote {
  position: relative;
  margin: 0;
  padding: clamp(24px, 3.5vw, 32px) clamp(24px, 3vw, 32px) clamp(24px, 3.5vw, 32px) clamp(28px, 4vw, 40px);
  border: none;
  border-radius: 20px;
  background: linear-gradient(145deg, var(--color-surface-2) 0%, var(--color-surface-2) 100%);
  border: 1px solid rgba(201, 162, 77, .14);
  box-shadow: 0 16px 40px rgba(26, 22, 18, .05);
}

.pg-template .about-hero__quote::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--brand-300), var(--color-brand));
}

.pg-template .about-hero__quote-mark {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-sans);
  font-size: 42px;
  line-height: 1;
  color: rgba(201, 162, 77, .45);
}

.pg-template .about-hero__quote p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(17px, 2.2vw, 21px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
  color: var(--color-text);
  letter-spacing: .01em;
}

/* ── Metrik şeridi ─────────────────────────────────────────────── */
.pg-template .about-metrics {
  display: flex;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--zinc-900) 0%, var(--zinc-800) 50%, var(--zinc-950) 100%);
  border: 1px solid rgba(201, 162, 77, .22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .06) inset,
    0 28px 56px rgba(26, 22, 18, .16);
}

.pg-template .about-metrics__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: clamp(22px, 3.5vw, 30px) 12px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.pg-template .about-metrics__item:last-child {
  border-right: none;
}

.pg-template .about-metrics__num {
  display: block;
  font-family: var(--font-sans);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.03em;
  background: linear-gradient(180deg, var(--brand-100) 0%, var(--brand-300) 55%, var(--color-brand) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pg-template .about-metrics__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
}

/* ── Altın ayırıcı ────────────────────────────────────────────── */
.pg-template .about-divider {
  width: min(520px, 80%);
  height: 1px;
  margin: clamp(40px, 5vw, 64px) auto;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 77, .35), transparent);
  position: relative;
  opacity: 0;
  transform: scaleX(.4);
  transition: opacity 1.1s ease, transform 1.3s cubic-bezier(.22, .61, .36, 1);
}

.pg-template .about-divider.is-visible {
  opacity: 1;
  transform: scaleX(1);
}

.pg-template .about-divider::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(201, 162, 77, .5);
  background: var(--color-surface);
  transform: translate(-50%, -50%) rotate(45deg);
}

/* ── Kaydırma animasyonları ───────────────────────────────────── */
.pg-template .about-reveal {
  opacity: 0;
  transform: translateY(32px);
  filter: blur(6px);
  transition:
    opacity .9s cubic-bezier(.22, .61, .36, 1),
    transform .9s cubic-bezier(.22, .61, .36, 1),
    filter .9s cubic-bezier(.22, .61, .36, 1);
}

.pg-template .about-reveal--soft {
  transform: translateY(20px);
  filter: blur(4px);
}

.pg-template .about-reveal.is-visible,
.pg-template .about-reveal-stagger.is-visible > * {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.pg-template .about-reveal-stagger > * {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(4px);
  transition:
    opacity .8s cubic-bezier(.22, .61, .36, 1),
    transform .8s cubic-bezier(.22, .61, .36, 1),
    filter .8s cubic-bezier(.22, .61, .36, 1);
}

.pg-template .about-reveal-stagger.is-visible > *:nth-child(2) { transition-delay: .12s; }
.pg-template .about-reveal-stagger.is-visible > *:nth-child(3) { transition-delay: .24s; }
.pg-template .about-reveal-stagger.is-visible > *:nth-child(4) { transition-delay: .36s; }
.pg-template .about-reveal-stagger.is-visible > *:nth-child(5) { transition-delay: .48s; }
.pg-template .about-reveal-stagger.is-visible > *:nth-child(6) { transition-delay: .6s; }

@media (prefers-reduced-motion: reduce) {
  .pg-template .about-reveal,
  .pg-template .about-reveal-stagger > *,
  .pg-template .about-divider {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

/* ── Ortak tipografi ──────────────────────────────────────────── */
.pg-template .about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--color-brand);
  margin-bottom: 12px;
}

.pg-template .about-eyebrow::before,
.pg-template .about-eyebrow::after {
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(184, 139, 57, .45);
  flex-shrink: 0;
}

.pg-template .about-eyebrow--light {
  color: rgba(255, 255, 255, .88);
}

.pg-template .about-eyebrow--light::before,
.pg-template .about-eyebrow--light::after {
  background: rgba(255, 255, 255, .35);
}

.pg-template .about-values__head .about-eyebrow {
  justify-content: center;
}

.pg-template .about-heading {
  font-family: var(--font-sans);
  font-size: clamp(28px, 4.5vw, 42px);
  font-weight: 500;
  color: var(--color-text);
  margin: 0;
  letter-spacing: -.03em;
  line-height: 1.12;
}

.pg-template .about-body {
  position: relative;
}

/* ── Hikaye blokları ──────────────────────────────────────────── */
.pg-template .about-block {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  margin-bottom: clamp(48px, 6vw, 80px);
}

/* Metin sol — Görsel sağ */
.pg-template .about-block.is-text-left .about-block__body {
  grid-column: 1;
  grid-row: 1;
}

.pg-template .about-block.is-text-left .about-block__media {
  grid-column: 2;
  grid-row: 1;
}

/* Görsel sol — Metin sağ */
.pg-template .about-block.is-image-left .about-block__media {
  grid-column: 1;
  grid-row: 1;
}

.pg-template .about-block.is-image-left .about-block__body {
  grid-column: 2;
  grid-row: 1;
}

.pg-template .about-block__frame {
  position: relative;
  padding: 12px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(250,246,239,.6));
  border: 1px solid rgba(201, 162, 77, .14);
  box-shadow: 0 24px 56px rgba(26, 22, 18, .08);
}

.pg-template .about-block__frame::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(201, 162, 77, .12);
  border-radius: 16px;
  pointer-events: none;
}

.pg-template .about-block__img,
.pg-template .about-block__img-placeholder {
  width: 100%;
  border-radius: 14px;
  display: block;
}

.pg-template .about-block__img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  background: var(--color-surface-2);
  transition: transform 1.2s cubic-bezier(.22, .61, .36, 1);
}

.pg-template .about-block.is-visible .about-block__img {
  transform: scale(1);
}

.pg-template .about-block__img-placeholder svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.pg-template .about-block__index {
  display: block;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .2em;
  color: var(--color-brand);
  margin-bottom: 14px;
}

.pg-template .about-block__title {
  font-family: var(--font-sans);
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 500;
  color: var(--color-text);
  margin: 0 0 18px;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.pg-template .about-block__content {
  font-size: 15.5px;
  color: var(--color-muted);
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}

/* Vizyon / Misyon — ayrı kartlar */
.pg-template .about-block.about-block--vm {
  gap: clamp(40px, 6vw, 72px);
  align-items: start;
}

.pg-template .about-block.about-block--vm .about-block__title {
  margin-bottom: clamp(24px, 3vw, 32px);
}

.pg-template .about-vm-pair {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pg-template .about-vm-item {
  padding: clamp(20px, 3vw, 26px) clamp(22px, 3vw, 28px);
  border-radius: 18px;
  background: var(--color-surface-2);
  border: 1px solid rgba(201, 162, 77, .1);
  box-shadow: 0 10px 28px rgba(26, 22, 18, .04);
}

.pg-template .about-vm-item__label {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(201, 162, 77, .16);
  font-family: var(--font-sans);
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 500;
  color: var(--color-text);
  letter-spacing: -.01em;
}

.pg-template .about-vm-item__text {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--color-muted);
  text-align: left;
}

.pg-template .about-block__content h5 {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text);
  margin: 20px 0 8px;
  text-align: left;
}

.pg-template .about-block__content p {
  margin: 0 0 14px;
  max-width: none;
  width: 100%;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  text-justify: inter-word;
}

.pg-template .about-block__highlights {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pg-template .about-block__highlights li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  color: var(--color-text);
  line-height: 1.5;
  padding: 12px 14px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--color-surface) 60%, transparent);
  border: 1px solid rgba(201, 162, 77, .1);
}

.pg-template .about-block__check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(201, 162, 77, .14);
  position: relative;
}

.pg-template .about-block__check::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid var(--color-brand);
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

/* ── Değerler bandı ───────────────────────────────────────────── */
.pg-template .about-values-band {
  margin: clamp(48px, 6vw, 80px) calc(-1 * var(--container-padding, 16px));
  padding: clamp(48px, 6vw, 72px) var(--container-padding, 16px);
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(201, 162, 77, .06), transparent 70%),
    linear-gradient(180deg, var(--color-surface-2) 0%, var(--color-surface-2) 100%);
  border-top: 1px solid rgba(201, 162, 77, .1);
  border-bottom: 1px solid rgba(201, 162, 77, .1);
}

.pg-template .about-values {
  max-width: var(--container-max, 1200px);
  margin: 0 auto;
}

.pg-template .about-values__head {
  text-align: center;
  margin-bottom: clamp(32px, 4vw, 48px);
}

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

.pg-template .about-value-card {
  background: color-mix(in srgb, var(--color-surface) 85%, transparent);
  border: 1px solid rgba(201, 162, 77, .12);
  border-radius: 20px;
  padding: 32px 26px;
  box-shadow: 0 12px 32px rgba(26, 22, 18, .04);
  transition: transform .35s cubic-bezier(.22, .61, .36, 1), box-shadow .35s ease;
}

.pg-template .about-value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(26, 22, 18, .09);
}

.pg-template .about-value-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(201, 162, 77, .16), rgba(201, 162, 77, .06));
  color: var(--color-brand-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid rgba(201, 162, 77, .15);
}

.pg-template .about-value-card h3 {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text);
  margin: 0 0 10px;
  letter-spacing: -.01em;
}

.pg-template .about-value-card p {
  font-size: 14px;
  color: var(--color-muted);
  line-height: 1.65;
  margin: 0;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  text-justify: inter-word;
}

/* ── Google yorum ─────────────────────────────────────────────── */
.pg-template .about-review-section {
  margin-bottom: 56px;
}

.pg-template .about-review-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  background: color-mix(in srgb, var(--color-surface) 90%, transparent);
  border: 1px solid rgba(201, 162, 77, .14);
  border-radius: 20px;
  padding: 26px 32px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 14px 36px rgba(26, 22, 18, .05);
  transition: border-color .25s, box-shadow .25s, transform .25s;
}

.pg-template .about-review-card:hover {
  border-color: rgba(201, 162, 77, .35);
  box-shadow: 0 20px 48px rgba(26, 22, 18, .08);
  transform: translateY(-2px);
  color: inherit;
}

.pg-template .about-review-card__left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pg-template .about-review-card__score {
  display: block;
  font-family: var(--font-sans);
  font-size: 32px;
  font-weight: 600;
  color: var(--color-text);
  line-height: 1;
}

.pg-template .about-review-card__label {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.pg-template .about-review-card__stars {
  font-size: 22px;
  color: var(--color-warning);
  letter-spacing: 3px;
}

.pg-template .about-review-card__right {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-muted);
}

/* ── CTA — Editorial kapanış ──────────────────────────────────── */
.pg-template .about-cta {
  margin-bottom: 16px;
}

.pg-template .about-cta__card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: clamp(52px, 7vw, 80px) clamp(28px, 5vw, 48px);
  color: var(--color-surface);
  background:
    radial-gradient(ellipse 55% 70% at 12% 18%, rgba(201, 162, 77, .22), transparent 55%),
    radial-gradient(ellipse 45% 55% at 88% 82%, rgba(214, 184, 133, .14), transparent 50%),
    linear-gradient(155deg, var(--zinc-950) 0%, var(--zinc-900) 38%, var(--zinc-800) 72%, var(--zinc-800) 100%);
  border: 1px solid rgba(201, 162, 77, .18);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .06) inset,
    0 32px 72px rgba(26, 22, 18, .22);
}

.pg-template .about-cta__glow {
  position: absolute;
  inset: -20% -10%;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 162, 77, .12), transparent 42%),
    radial-gradient(circle at 80% 100%, rgba(255, 255, 255, .04), transparent 35%);
  pointer-events: none;
}

.pg-template .about-cta__texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .4;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none;
}

.pg-template .about-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.pg-template .about-cta__frame-corner {
  position: absolute;
  width: 32px;
  height: 32px;
  border-color: rgba(201, 162, 77, .38);
  border-style: solid;
  pointer-events: none;
}

.pg-template .about-cta__frame-corner--tl { top: 0; left: 0; border-width: 1px 0 0 1px; }
.pg-template .about-cta__frame-corner--tr { top: 0; right: 0; border-width: 1px 1px 0 0; }
.pg-template .about-cta__frame-corner--bl { bottom: 0; left: 0; border-width: 0 0 1px 1px; }
.pg-template .about-cta__frame-corner--br { bottom: 0; right: 0; border-width: 0 1px 1px 0; }

.pg-template .about-cta__eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  padding: 7px 20px;
  border: 1px solid rgba(201, 162, 77, .32);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(214, 184, 133, .95);
}

.pg-template .about-cta__title {
  font-family: var(--font-sans);
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 500;
  margin: 0;
  line-height: 1.08;
  color: var(--color-surface);
  letter-spacing: -.03em;
}

.pg-template .about-cta__ornament {
  display: flex;
  justify-content: center;
  margin: 28px 0 24px;
}

.pg-template .about-cta__ornament span {
  display: block;
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, rgba(201, 162, 77, .7), transparent);
  position: relative;
}

.pg-template .about-cta__ornament span::before,
.pg-template .about-cta__ornament span::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(201, 162, 77, .45);
  background: var(--zinc-800);
  transform: translateX(-50%) rotate(45deg);
}

.pg-template .about-cta__ornament span::before { top: 0; }
.pg-template .about-cta__ornament span::after { bottom: 0; }

.pg-template .about-cta__quote {
  position: relative;
  margin: 0 auto 36px;
  padding: 0 clamp(12px, 3vw, 28px);
  max-width: 560px;
  border: none;
}

.pg-template .about-cta__quote-mark {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-sans);
  font-size: clamp(48px, 8vw, 72px);
  line-height: .8;
  color: rgba(201, 162, 77, .55);
  font-weight: 400;
}

.pg-template .about-cta__quote p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(17px, 2.5vw, 22px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, .88);
  letter-spacing: .01em;
}

.pg-template .about-cta__rule {
  width: 64px;
  height: 1px;
  margin: 0 auto 32px;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 77, .55), transparent);
}

.pg-template .about-cta__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.pg-template .about-cta__btn {
  gap: 8px;
  letter-spacing: .04em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.pg-template .about-cta__btn:hover {
  transform: translateY(-2px);
}

.pg-template .about-cta__btn--primary {
  background: linear-gradient(145deg, var(--color-brand-bg) 0%, var(--color-brand) 55%, var(--color-brand-active) 100%);
  color: var(--color-text);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 8px 24px rgba(201, 162, 77, .28);
}

.pg-template .about-cta__btn--primary:hover {
  background: linear-gradient(145deg, var(--color-brand-subtle) 0%, var(--color-brand-bg) 55%, var(--color-brand-hover) 100%);
  color: var(--color-text);
  box-shadow: 0 12px 32px rgba(201, 162, 77, .35);
}

.pg-template .about-cta__btn--outline {
  background: rgba(255, 255, 255, .06);
  color: var(--color-surface);
  border: 1px solid rgba(255, 255, 255, .28);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.pg-template .about-cta__btn--outline:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .42);
  color: var(--color-surface);
}

.pg-template .about-cta__btn--wa {
  background: rgba(37, 211, 102, .14);
  color: var(--color-success-subtle);
  border: 1px solid rgba(37, 211, 102, .45);
}

.pg-template .about-cta__btn--wa:hover {
  background: rgba(37, 211, 102, .28);
  border-color: rgba(37, 211, 102, .65);
  color: var(--color-surface);
}

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .pg-template .about-values__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .pg-template .about-hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: stretch;
  }

  .pg-template .about-hero__intro {
    text-align: center;
  }

  .pg-template .about-breadcrumb {
    justify-content: center;
  }

  .pg-template .about-hero__tag {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .pg-template .about-metrics {
    flex-direction: column;
    max-width: 320px;
    margin: 0 auto;
  }

  .pg-template .about-metrics__item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding: 20px 16px;
  }

  .pg-template .about-metrics__item:last-child {
    border-bottom: none;
  }

  .pg-template .about-block {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pg-template .about-block.is-text-left .about-block__body {
    grid-column: 1;
    grid-row: 1;
  }

  .pg-template .about-block.is-text-left .about-block__media {
    grid-column: 1;
    grid-row: 2;
  }

  .pg-template .about-block.is-image-left .about-block__media {
    grid-column: 1;
    grid-row: 1;
  }

  .pg-template .about-block.is-image-left .about-block__body {
    grid-column: 1;
    grid-row: 2;
  }

  .pg-template .about-values__grid {
    grid-template-columns: 1fr;
  }

  .pg-template .about-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pg-template .about-cta__btn {
    width: 100%;
  }
}
