/* Turga Hakkımızda — split panel + bento grid */
.tg-ab {
  --ink: #0b1220;
  --muted: #5b6478;
  --line: rgba(11, 18, 32, 0.12);
  --blue: #1b5de7;
  --navy: #0b1220;
  --paper: #f6f7fb;
  --white: #fff;
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
  color: var(--ink);
  background: var(--white);
  max-width: 100%;
  overflow-x: hidden;
}

.tg-ab__inner {
  width: min(1180px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
}

.tg-ab-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
}

.tg-ab-kicker i {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--blue);
  font-style: normal;
}

.tg-ab-kicker--light {
  color: rgba(255, 255, 255, 0.72);
}

.tg-ab-kicker--light i {
  background: rgba(255, 255, 255, 0.55);
}

/* Hero */
.tg-ab-hero {
  padding: clamp(7rem, 14vw, 9.5rem) 0 clamp(4rem, 6vw, 5.5rem);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.tg-ab-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: stretch;
}

.tg-ab-hero__grid > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tg-ab-hero h1 {
  margin: 0 0 18px;
  max-width: 14ch;
  font-size: var(--tg-h1-size, clamp(36px, 5.2vw, 64px));
  font-weight: var(--tg-h-weight, 500);
  line-height: var(--tg-h-lh, 1.12);
  letter-spacing: var(--tg-h-ls, -0.045em);
  color: var(--navy) !important;
}

.tg-ab-hero--stack .tg-ab-hero__grid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.tg-ab-hero h1.tg-ab-hero__title-wide {
  max-width: none;
}

.tg-ab-hero__lead {
  margin: 0;
  max-width: 36ch;
  font-size: clamp(18px, 1.7vw, 20px);
  line-height: 1.7;
  color: var(--muted);
}

.tg-ab-hero__lead--wide {
  max-width: 38ch;
}

.tg-ab-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.tg-ab-prose {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: none;
  margin-top: 0;
}

.tg-ab-prose p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: var(--muted);
}

.tg-ab-prose ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tg-ab-prose li {
  position: relative;
  padding-left: 18px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted);
}

.tg-ab-prose li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

.tg-ab-section--navy .tg-ab-prose li {
  color: rgba(255, 255, 255, 0.78);
}

.tg-ab-section--navy .tg-ab-prose li::before {
  background: #8bb4ff;
}

.tg-ab-section--navy .tg-ab-prose p {
  color: rgba(255, 255, 255, 0.78);
}

.tg-ab-section .tg-ab-prose {
  margin-top: 0;
}

.tg-ab-prose + .tg-ab-bento {
  margin-top: 40px;
}

.tg-ab-intro + .tg-ab-bento,
.tg-ab-intro + .tg-ab-feed {
  margin-top: clamp(36px, 4.5vw, 56px);
}

.tg-ab-bento + .tg-ab-prose {
  margin-top: 28px;
}

.tg-ab-hero__aside {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--paper);
}

.tg-ab-hero__aside h3 {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.tg-ab-hero__aside p,
.tg-ab-hero__aside li {
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

.tg-ab-hero__aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tg-ab-hero__aside li {
  position: relative;
  padding: 0 0 8px 14px;
}

.tg-ab-hero__aside li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
}

.tg-ab-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0;
  margin-top: 32px;
}

.tg-ab-stat {
  padding-right: 40px;
}

.tg-ab-stat + .tg-ab-stat {
  padding-left: 40px;
  padding-right: 40px;
  border-left: 1px solid var(--line);
}

.tg-ab-stat:last-child {
  padding-right: 0;
}

.tg-ab-stat strong {
  display: block;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--navy);
  line-height: 1;
}

.tg-ab-stat span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: var(--muted);
}

/* Section shell */
.tg-ab-section {
  padding: clamp(56px, 8vw, 88px) 0;
}

.tg-ab-section--paper {
  background: var(--paper);
}

.tg-ab-section[id] {
  scroll-margin-top: 120px;
}

.tg-ab-section--navy {
  background: var(--navy);
  color: #fff;
}

.tg-ab-section--navy .tg-ab-intro h2 {
  color: #fff !important;
}

.tg-ab-section--navy .tg-ab-tile h3 {
  color: #fff !important;
}

.tg-ab-section--navy .tg-ab-intro__side {
  color: rgba(255, 255, 255, 0.72);
}

.tg-ab-section--navy .tg-ab-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.tg-ab-section--navy .tg-ab-kicker i {
  background: rgba(255, 255, 255, 0.55);
}

.tg-ab-section--navy .tg-ab-tile p {
  color: rgba(255, 255, 255, 0.72);
}

.tg-ab-section--navy .tg-ab-tile {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
}

.tg-ab-section--navy .tg-ab-tile:hover {
  border-color: rgba(255, 255, 255, 0.28);
}

.tg-ab-section--navy .tg-ab-tile__foot {
  color: rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.12);
}

.tg-ab-section--navy .tg-ab-bento {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.14);
}

.tg-ab-section--navy .tg-ab-bento .tg-ab-tile {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
}

.tg-ab-section--navy .tg-ab-bento .tg-ab-tile h3 {
  color: #fff !important;
}

.tg-ab-section--navy .tg-ab-bento .tg-ab-tile p {
  color: rgba(255, 255, 255, 0.72);
}

.tg-ab-section--navy .tg-ab-bento .tg-ab-tile__foot {
  color: rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.12);
}

.tg-ab-section--navy .tg-ab-bento .tg-ab-tile:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.22);
}

.tg-ab-section--navy .tg-ab-tile__top a {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.tg-ab-section--navy .tg-ab-tile__top a:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

/* Intro header */
.tg-ab-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 64px;
  align-items: stretch;
  margin-bottom: 40px;
}

.tg-ab-intro__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.tg-ab-intro__photo {
  position: relative;
  margin: 0;
  min-height: 280px;
  border-radius: 2px;
  overflow: hidden;
  background: var(--navy);
}

.tg-ab-section--navy .tg-ab-intro__photo {
  outline: 1px solid rgba(255, 255, 255, 0.12);
}

.tg-ab-intro__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tg-ab-intro h2 {
  margin: 0;
  max-width: 16ch;
  font-size: var(--tg-h2-size, clamp(36px, 5.2vw, 64px));
  font-weight: var(--tg-h-weight, 500);
  line-height: var(--tg-h-lh, 1.12);
  letter-spacing: var(--tg-h-ls, -0.045em);
  color: var(--navy) !important;
}

.tg-ab-intro--stack {
  grid-template-columns: 1fr;
  align-items: start;
  margin-bottom: 28px;
}

.tg-ab-intro h2.tg-ab-intro__title-wide {
  max-width: none;
}

#kapsam .tg-ab-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
  text-align: center;
}

#kapsam .tg-ab-intro__main {
  align-items: center;
  width: 100%;
}

#kapsam .tg-ab-intro h2 {
  max-width: none;
}

#kapsam .tg-ab-intro__photo {
  display: none;
}

.tg-ab-intro__side {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

/* Split panel — editorial: photo + light copy, matches homepage */
.tg-ab-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  min-height: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.tg-ab-split--flip {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.tg-ab-split--flip .tg-ab-split__media {
  order: 2;
}

.tg-ab-split--flip .tg-ab-split__panel {
  order: 1;
}

.tg-ab-split__media {
  position: relative;
  margin: 0;
  min-height: clamp(380px, 42vw, 560px);
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  background: #eef1f6;
}

.tg-ab-split__media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transform: none;
  transition: transform 0.7s ease;
}

.tg-ab-split:hover .tg-ab-split__media > img {
  transform: scale(1.04);
}

.tg-ab-split__tag {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(11, 18, 32, 0.72);
  backdrop-filter: blur(8px);
}

.tg-ab-split__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(8px, 1vw, 16px) 0;
  background: transparent;
  color: var(--ink);
}

.tg-ab-split__panel .tg-ab-kicker,
.tg-ab-split__panel .tg-ab-kicker--light {
  margin-bottom: 16px;
  color: var(--blue);
}

.tg-ab-split__panel .tg-ab-kicker i,
.tg-ab-split__panel .tg-ab-kicker--light i {
  background: var(--blue);
}

.tg-ab-split__panel h2 {
  margin: 0 0 18px;
  max-width: none;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: var(--tg-h-weight, 500);
  line-height: var(--tg-h-lh, 1.12);
  letter-spacing: var(--tg-h-ls, -0.045em);
  color: var(--ink) !important;
}

.tg-ab-split__panel p {
  margin: 0;
  max-width: none;
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
}

.tg-ab-split__panel p + p {
  margin-top: 14px;
}

.tg-ab-split__panel .tg-ab-prose {
  margin-top: 4px;
  gap: 14px;
}

.tg-ab-split__panel .tg-ab-prose p {
  color: var(--muted);
  font-size: 17px;
}

.tg-ab-split__panel .tg-ab-prose p:first-child {
  color: #3d4556;
}

.tg-ab-split__panel .tg-ab-prose li::before {
  content: none;
}

.tg-ab-split__panel a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.tg-ab-split__panel a:hover {
  color: var(--ink);
}

.tg-ab-split__panel ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.tg-ab-split__panel li {
  position: relative;
  padding: 0 0 10px 16px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

.tg-ab-split__panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

.tg-ab-section--navy:has(.tg-ab-split) {
  background: var(--white);
  color: var(--ink);
}

.tg-ab-section--navy .tg-ab-split .tg-ab-kicker,
.tg-ab-section--navy .tg-ab-split .tg-ab-kicker--light {
  color: var(--blue);
}

.tg-ab-section--navy .tg-ab-split .tg-ab-kicker i,
.tg-ab-section--navy .tg-ab-split .tg-ab-kicker--light i {
  background: var(--blue);
}

/* Bento grid */
.tg-ab-bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  background: var(--white);
}

.tg-ab-bento--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tg-ab-bento--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tg-ab-tile {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 220px;
  padding: 24px 24px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  transition: background 0.2s ease;
}

.tg-ab-bento .tg-ab-tile:nth-child(3n) {
  border-right: none;
}

.tg-ab-bento--2 .tg-ab-tile:nth-child(2n) {
  border-right: none;
}

.tg-ab-bento--2 .tg-ab-tile:nth-child(3n) {
  border-right: 1px solid var(--line);
}

.tg-ab-bento--2 .tg-ab-tile:nth-child(2n) {
  border-right: none;
}

.tg-ab-bento--4 .tg-ab-tile:nth-child(4n) {
  border-right: none;
}

.tg-ab-tile:hover {
  background: rgba(27, 93, 231, 0.03);
}

.tg-ab-tile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.tg-ab-tile__top span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--blue);
}

.tg-ab-tile__top a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--blue);
  text-decoration: none;
  font-size: 14px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.tg-ab-tile__top a:hover {
  border-color: rgba(27, 93, 231, 0.35);
  background: rgba(27, 93, 231, 0.06);
}

.tg-ab-tile h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: var(--tg-h-weight, 500);
  letter-spacing: var(--tg-h-ls, -0.045em);
  color: var(--navy) !important;
}

.tg-ab-tile p {
  margin: 0;
  flex: 1;
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.tg-ab-tile__foot {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

/* KPI rows */
.tg-ab-kpi-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.tg-ab-kpi-panel {
  border-radius: 2px;
  overflow: hidden;
}

.tg-ab-section--navy .tg-ab-kpi-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.tg-ab-section--navy .tg-ab-kpi-block .tg-ab-intro {
  margin-bottom: 0;
}

.tg-ab-kpi {
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
}

.tg-ab-section--navy .tg-ab-kpi-panel .tg-ab-kpi {
  border: none;
  border-radius: 0;
}

.tg-ab-kpi__row {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr 1.6fr;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  align-items: center;
  background: var(--white);
}

.tg-ab-section--navy .tg-ab-kpi-panel .tg-ab-kpi__row {
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
}

.tg-ab-kpi__row:last-child {
  border-bottom: none;
}

.tg-ab-section--navy .tg-ab-kpi-panel .tg-ab-kpi__row:not(:last-child) {
  border-bottom-color: rgba(11, 18, 32, 0.08);
}

.tg-ab-kpi__row strong {
  font-size: 15px;
  color: var(--navy);
}

.tg-ab-kpi__val {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
}

.tg-ab-kpi__desc {
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
}

.tg-ab-kpi__badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 2px;
  background: rgba(27, 93, 231, 0.08);
  color: var(--blue);
}

.tg-ab-kpi-note {
  max-width: 520px;
  padding: 24px 28px;
  border-radius: 2px;
  background: var(--white);
}

.tg-ab-section--navy .tg-ab-kpi-panel .tg-ab-kpi-note {
  max-width: none;
  margin: 0;
  padding: 22px 28px;
  border-top: 1px solid rgba(11, 18, 32, 0.08);
  border-radius: 0;
  background: var(--paper);
}

.tg-ab-kpi-note h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy) !important;
}

.tg-ab-kpi-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

/* Cards row (simple) */
.tg-ab-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.tg-ab-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--white);
}

.tg-ab-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy) !important;
}

.tg-ab-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}

.tg-ab-card a {
  display: inline-block;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
  text-decoration: none;
}

.tg-ab-card a:hover {
  color: #164fc4;
}

.tg-ab-feed {
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  background: var(--white);
}

.tg-ab-feed__item {
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
  gap: 8px 40px;
  align-items: start;
  padding: 28px 32px;
  border-bottom: 1px solid var(--line);
  transition: background 0.2s ease;
}

.tg-ab-stories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.tg-ab-stories--2 {
  grid-template-columns: 1fr 1fr;
}

.tg-ab-story {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  background: var(--white);
  min-height: 100%;
  transition: border-color 0.2s ease;
}

.tg-ab-story figure {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--navy);
}

.tg-ab-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tg-ab-story > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}

.tg-ab-story h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--navy) !important;
}

.tg-ab-story p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}

.tg-ab-story:hover {
  border-color: rgba(27, 93, 231, 0.22);
}

.tg-ab-story a {
  margin-top: auto;
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
  text-decoration: none;
}

.tg-ab-story a:hover {
  color: #164fc4;
}

.tg-ab-feed__item:last-child {
  border-bottom: none;
}

.tg-ab-feed__meta {
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
}

.tg-ab-feed__item h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--navy) !important;
}

.tg-ab-feed__item p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}

.tg-ab-feed__item a {
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
  text-decoration: none;
}

.tg-ab-feed__item a:hover {
  color: #164fc4;
}

.tg-ab-section--navy .tg-ab-feed {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.tg-ab-section--navy .tg-ab-feed__item {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.tg-ab-section--navy .tg-ab-feed__item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.tg-ab-section--navy .tg-ab-feed__item h3 {
  color: #fff !important;
}

.tg-ab-section--navy .tg-ab-feed__item p {
  color: rgba(255, 255, 255, 0.72);
}

.tg-ab-section--navy .tg-ab-feed__item a,
.tg-ab-section--navy .tg-ab-feed__meta {
  color: #8bb4ff;
}

.tg-ab-section--navy .tg-ab-feed__item a:hover {
  color: #fff;
}

.tg-ab-article {
  max-width: 72ch;
}

.tg-ab-article .tg-ab-feed__meta {
  margin-bottom: 16px;
}

/* Map embed */
.tg-ab-map {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  background: var(--paper);
}

.tg-ab-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Office tile */
.tg-ab-offices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}

.tg-ab-offices--single {
  grid-template-columns: 1fr;
  max-width: none;
}

.tg-ab-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  background: var(--white);
  align-items: stretch;
}

.tg-ab-pair--flip .tg-ab-pair__media {
  order: 2;
}

.tg-ab-pair__media {
  position: relative;
  margin: 0;
  min-height: 420px;
  background: var(--navy);
}

.tg-ab-pair__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tg-ab-pair .tg-ab-office {
  border: none;
  border-radius: 0;
}

.tg-ab-office {
  display: flex;
  flex-direction: column;
  padding: 28px 28px 24px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--white);
  height: 100%;
}

.tg-ab-office__loc {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
}

.tg-ab-office h3 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--navy) !important;
}

.tg-ab-office p {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}

.tg-ab-office__contact {
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}

.tg-ab-office__contact span {
  display: inline-block;
  min-width: 1.4em;
  font-weight: 700;
  color: var(--navy);
}

.tg-ab-office a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
}

.tg-ab-office a:hover {
  color: #164fc4;
}

.tg-ab-office__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.tg-ab-office__actions a {
  font-size: 15px;
  font-weight: 700;
}

.tg-ab-intro + .tg-ab-offices {
  margin-top: 8px;
}

/* Dark office card */
.tg-ab-office--dark {
  padding: 28px 32px;
  border: none;
  border-radius: 2px;
  background: var(--navy);
  color: #fff;
  height: auto;
  min-height: 0;
}

.tg-ab-office--dark .tg-ab-office__brand {
  margin: 0 0 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0f6b55 !important;
}

.tg-ab-office__field {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tg-ab-office__field:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.tg-ab-office__field:first-of-type {
  padding-top: 0;
}

.tg-ab-office__label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.tg-ab-office--dark .tg-ab-office__value {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
}

.tg-ab-office--dark a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.tg-ab-office--dark a:hover {
  color: rgba(255, 255, 255, 0.85);
}

/* CTA — homepage-aligned: centered white block, large title, blue pills */
.tg-ab-section:has(> .tg-ab__inner > .tg-ab-cta) {
  padding: clamp(88px, 12vw, 148px) 0;
  background: #fff;
}

.tg-ab-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 780px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0b1220;
  text-align: center;
}

.tg-ab-cta > div:first-child {
  width: 100%;
}

.tg-ab-cta h2 {
  margin: 0 auto;
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
  font-size: clamp(36px, 5.2vw, 64px) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.045em !important;
  color: #0b1220 !important;
}

.tg-ab-cta p {
  margin: 22px auto 0;
  max-width: 42rem;
  font-size: 18px;
  line-height: 1.75;
  color: #5b6478;
}

.tg-ab-cta p:empty {
  display: none;
}

.tg-ab-cta p + p {
  margin-top: 14px;
}

.tg-ab-cta a,
.tg-ab-cta__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin: 0;
  padding: 0 36px;
  border: 0;
  border-radius: 999px;
  background: #0b1220;
  color: #fff !important;
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(11, 18, 32, 0.28);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.tg-ab-cta > a {
  margin-top: 36px;
}

.tg-ab-cta a:hover,
.tg-ab-cta__links a:hover {
  background: #161d2e;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(11, 18, 32, 0.34);
}

.tg-ab-cta__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
}

.tg-ab-cta > .tg-ab-cta__links:first-child {
  margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  .tg-ab-cta a,
  .tg-ab-cta a:hover,
  .tg-ab-cta__links a,
  .tg-ab-cta__links a:hover {
    transform: none;
    transition: none;
  }
}

@media (max-width: 575.98px) {
  .tg-ab-cta p {
    font-size: 16px;
  }

  .tg-ab-cta > a,
  .tg-ab-cta__links {
    width: 100%;
    max-width: 280px;
  }

  .tg-ab-cta__links {
    flex-direction: column;
    align-items: stretch;
  }

  .tg-ab-cta > a,
  .tg-ab-cta__links a {
    width: 100%;
  }
}

/* Forms */
.tg-ab-form-wrap {
  padding: 32px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--blue);
  border-radius: 2px;
  background: var(--white);
}

.tg-ab-form-wrap h3,
.tg-ab-form-wrap h4 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: var(--navy) !important;
}

.press-contact-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.press-form-field {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.press-form-number {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  padding-top: 22px;
}

.press-form-label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.press-form-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid transparent;
  padding: 8px 0;
  font-size: 16px;
  color: var(--navy);
  background: transparent;
  outline: none;
}

.press-form-input:focus {
  border-bottom-color: var(--blue);
}

.press-form-submit,
.contact-form-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: none;
  border-radius: 2px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.press-form-submit:hover,
.contact-form-btn:hover {
  background: #164fc4;
}

.press-contact-success,
.contact-form-success {
  display: none;
  margin-top: 12px;
  font-size: 14px;
  color: #0f6b55;
  font-weight: 600;
}

.press-contact-success.is-visible,
.contact-form-success.is-visible {
  display: block;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
}

.contact-form .tp-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 2px;
  font-size: 15px;
  color: var(--navy);
  background: var(--white);
}

.contact-form textarea.tp-input {
  min-height: 120px;
  resize: vertical;
}

.contact-form-note {
  font-size: 12px;
  color: var(--muted);
}

.tg-ab-legal {
  margin: 0;
  padding: 24px 0 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}

.tg-ab-steps {
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  background: var(--white);
}

.tg-ab-step {
  display: grid;
  grid-template-columns: minmax(148px, 0.42fr) 1fr;
  gap: 20px 32px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.tg-ab-step:last-child {
  border-bottom: none;
}

.tg-ab-step__id {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--blue);
}

.tg-ab-step h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--navy) !important;
}

.tg-ab-step p {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
}

.tg-ab-section--navy .tg-ab-steps {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.tg-ab-section--navy .tg-ab-step {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.tg-ab-section--navy .tg-ab-step h3 {
  color: #fff !important;
}

.tg-ab-section--navy .tg-ab-step p {
  color: rgba(255, 255, 255, 0.72);
}

.tg-ab-path {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 4px;
  margin-top: 8px;
}

.tg-ab-path span {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
}

.tg-ab-path span:not(:last-child)::after {
  content: "→";
  margin: 0 10px 0 8px;
  color: var(--blue);
  font-weight: 700;
}

.tg-ab-section--navy .tg-ab-path span {
  color: #fff;
}

.tg-ab-section--navy .tg-ab-path span:not(:last-child)::after {
  color: #8bb4ff;
}

@media (max-width: 991.98px) {
  .tg-ab-hero__grid,
  .tg-ab-duo,
  .tg-ab-intro,
  .tg-ab-split,
  .tg-ab-split--flip {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tg-ab-split--flip .tg-ab-split__media,
  .tg-ab-split--flip .tg-ab-split__panel {
    order: unset;
  }

  .tg-ab-split__media {
    min-height: 320px;
  }

  .tg-ab-split__panel {
    padding: 4px 0 8px;
  }

  .tg-ab-bento,
  .tg-ab-bento--2,
  .tg-ab-bento--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tg-ab-bento .tg-ab-tile,
  .tg-ab-bento--2 .tg-ab-tile,
  .tg-ab-bento--4 .tg-ab-tile {
    border-right: none;
  }

  .tg-ab-cards {
    grid-template-columns: 1fr;
  }

  .tg-ab-kpi__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tg-ab-step {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tg-ab-offices,
  .tg-ab-pair,
  .tg-ab-pair--flip,
  .tg-ab-stories,
  .tg-ab-stories--2,
  .tg-ab-feed__item {
    grid-template-columns: 1fr;
  }

  .tg-ab-pair--flip .tg-ab-pair__media {
    order: unset;
  }

  .tg-ab-intro__photo {
    min-height: 220px;
  }
}

@media (max-width: 575.98px) {
  .tg-ab-bento,
  .tg-ab-bento--2,
  .tg-ab-bento--4 {
    grid-template-columns: 1fr;
  }

  .tg-ab-stat {
    width: calc(50% - 20px);
    padding-right: 20px;
  }

  .tg-ab-stat + .tg-ab-stat {
    padding-left: 20px;
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tg-ab-split__media > img,
  .tg-ab-split:hover .tg-ab-split__media > img {
    transform: none;
    transition: none;
  }
}
