@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --bg: #f7faff;
  --surface: #ffffff;
  --ink: #071224;
  --muted: #64708a;
  --blue: #0f6bff;
  --blue-2: #33a5ff;
  --line: #dfe8f7;
  --soft: #eef5ff;
  --shadow: 0 22px 70px rgba(21, 52, 96, 0.11);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% -10%, rgba(15,107,255,.10), transparent 28%),
    linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.usmp-container {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}

.usmp-main {
  overflow: hidden;
}

.usmp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(223,232,247,.72);
  backdrop-filter: blur(18px);
}

.usmp-header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.usmp-logo {
  flex: 0 0 auto;
  line-height: 0;
}

.usmp-logo img {
  height: 54px;
  width: auto;
  max-width: 245px;
  object-fit: contain;
}

.usmp-nav {
  margin-left: auto;
}

.usmp-menu {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.usmp-menu a {
  color: #14213a;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}

.usmp-menu a:hover,
.usmp-menu .current-menu-item > a {
  color: var(--blue);
}

.usmp-menu a:hover:after,
.usmp-menu .current-menu-item > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 3px;
  border-radius: 99px;
  background: var(--blue);
}

.usmp-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  margin-left: auto;
  padding: 0;
  flex-direction: column;
  gap: 5px;
}

.usmp-menu-toggle span {
  width: 25px;
  height: 2px;
  background: var(--ink);
}

.usmp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 800;
  transition: .25s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}

.usmp-btn:hover {
  transform: translateY(-2px);
}

.usmp-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #0955d8);
  box-shadow: 0 16px 28px rgba(15,107,255,.24);
}

.usmp-btn-light {
  color: var(--ink);
  background: #fff;
  border-color: #cddbf4;
}

.usmp-btn-white {
  color: var(--ink);
  background: #fff;
  border-color: rgba(255,255,255,.65);
}

/* Hero */
.usmp-hero {
  position: relative;
  padding: 76px 0 0;
  background:
    radial-gradient(circle at 92% 20%, rgba(15,107,255,.13), transparent 26%),
    radial-gradient(circle at 42% 105%, rgba(15,107,255,.09), transparent 32%),
    linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
  border-bottom: 1px solid var(--line);
}

.usmp-hero:before {
  content: "";
  position: absolute;
  right: 6%;
  top: 80px;
  width: 160px;
  height: 160px;
  opacity: .28;
  background-image: radial-gradient(#0f6bff 1.3px, transparent 1.3px);
  background-size: 16px 16px;
}

.usmp-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 56px;
  align-items: center;
}

.usmp-kicker {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #eef5ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.usmp-hero h1 {
  margin: 0 0 28px;
  color: var(--ink);
  font-size: clamp(46px, 5.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  max-width: 760px;
}

.usmp-hero h1::first-line {
  color: var(--ink);
}

.usmp-hero-copy > p:not(.usmp-kicker) {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.usmp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.usmp-hero-visual {
  position: relative;
  min-height: 575px;
  display: grid;
  place-items: center;
}

.usmp-hero-ring {
  position: absolute;
  width: 620px;
  height: 520px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 50%, rgba(15,107,255,.20), transparent 55%),
    conic-gradient(from 160deg, transparent 0 8%, rgba(15,107,255,.72), transparent 34% 100%);
  filter: blur(.1px);
  opacity: .9;
  transform: rotate(-9deg);
}

.usmp-hero-ring:after {
  content: "";
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(15,107,255,.22);
  border-radius: 34px;
  transform: rotate(9deg);
}

.usmp-photo-card {
  position: relative;
  z-index: 2;
  width: min(420px, 88%);
  height: 525px;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(15,107,255,.24);
  box-shadow: var(--shadow);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.usmp-photo-card img {
  max-height: 560px;
  width: auto;
  object-fit: contain;
}

.usmp-person-badge {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 76px;
  min-width: 245px;
  padding: 19px 22px;
  border-radius: 14px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(220,229,246,.9);
  box-shadow: 0 16px 44px rgba(21,52,96,.13);
  backdrop-filter: blur(14px);
}

.usmp-person-badge:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.usmp-person-badge strong {
  font-size: 15px;
}

.usmp-person-badge span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  padding-left: 20px;
}

/* Tools */
.usmp-tools {
  position: relative;
  z-index: 3;
  margin-top: 34px;
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 30px;
  padding: 22px 28px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
  box-shadow: 0 16px 44px rgba(21,52,96,.07);
}

.usmp-tools-label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.usmp-tools-list {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
}

.usmp-tool-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
}

.usmp-tool-logo img {
  display: block;
  width: auto;
  max-width: 128px;
  max-height: 36px;
  object-fit: contain;
}

/* Sections */
.usmp-section {
  padding: 84px 0;
}

.usmp-services-section {
  background: linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
}

.usmp-section-head {
  max-width: 720px;
  margin-bottom: 42px;
}

.usmp-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.usmp-dot-kicker,
.usmp-kicker-small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.usmp-dot-kicker:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--blue);
}

.usmp-section h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.usmp-section-head > p:not(.usmp-dot-kicker):not(.usmp-kicker-small) {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.usmp-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.usmp-service-card {
  min-height: 292px;
  padding: 34px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(21,52,96,.07);
  transition: .25s ease;
}

.usmp-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(21,52,96,.12);
}

.usmp-service-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
}

.usmp-service-card h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.usmp-service-card p {
  margin: 0 0 24px;
  color: var(--muted);
}

.usmp-card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

/* Process */
.usmp-process-section {
  padding-top: 36px;
  background: #fbfdff;
}

.usmp-process-head {
  margin-bottom: 32px;
}

.usmp-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px;
  max-width: 920px;
  margin-inline: auto;
}

.usmp-process-grid:before {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  top: 50px;
  border-top: 1px dashed rgba(15,107,255,.34);
}

.usmp-process-item {
  position: relative;
  z-index: 2;
  text-align: center;
}

.usmp-process-number {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0 auto 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.usmp-process-item img {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
}

.usmp-process-item h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.usmp-process-item p {
  max-width: 230px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 14px;
}

/* CTA */
.usmp-cta-section {
  padding-top: 46px;
}

.usmp-cta {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 30px 34px;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 76% 20%, rgba(51,165,255,.38), transparent 28%),
    linear-gradient(135deg, #071224, #0b2a66);
  box-shadow: 0 22px 70px rgba(7,18,36,.18);
}

.usmp-cta-icon img {
  width: 62px;
  height: 62px;
}

.usmp-cta h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
}

.usmp-cta p {
  margin: 0;
  color: #c3d2ef;
}

/* Inner pages */
.usmp-page-hero {
  padding: 88px 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(15,107,255,.12), transparent 28%),
    linear-gradient(180deg, #fbfdff, #f7faff);
  border-bottom: 1px solid var(--line);
}

.usmp-page-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.usmp-page-hero p:not(.usmp-kicker) {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.usmp-content,
.usmp-contact-card {
  padding: 34px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(21,52,96,.07);
}

.usmp-scope-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.usmp-scope-list li {
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--soft);
  color: var(--ink);
  font-weight: 700;
}

.usmp-contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
}

.usmp-form {
  display: grid;
  gap: 14px;
}

.usmp-form input,
.usmp-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 15px 16px;
  font: inherit;
}

.usmp-form textarea {
  min-height: 150px;
}

.usmp-form button {
  min-height: 48px;
  border: 0;
  border-radius: 9px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
}

.usmp-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.usmp-post-card {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(21,52,96,.07);
}

.usmp-post-card > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.usmp-post-card > div {
  padding: 24px;
}

.usmp-post-card h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
}

.usmp-post-card p {
  margin: 0;
  color: var(--muted);
}

/* Footer */
.usmp-footer {
  padding: 62px 0 24px;
  background: #fbfdff;
  border-top: 1px solid var(--line);
}

.usmp-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .75fr .75fr .9fr;
  gap: 34px;
  padding-bottom: 32px;
}

.usmp-footer-brand img {
  height: 54px;
  width: auto;
  margin-bottom: 18px;
}

.usmp-footer p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
}

.usmp-footer h4 {
  margin: 0 0 15px;
  color: var(--ink);
}

.usmp-footer ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.usmp-footer li,
.usmp-footer a {
  color: var(--muted);
  font-size: 14px;
}

.usmp-social {
  display: flex;
  gap: 9px;
  margin-top: 16px;
}

.usmp-social a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.usmp-copy {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 1100px) {
  .usmp-hero-grid,
  .usmp-contact-grid {
    grid-template-columns: 1fr;
  }

  .usmp-hero-visual {
    min-height: 520px;
  }

  .usmp-tools-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .usmp-service-grid,
  .usmp-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .usmp-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .usmp-header-inner {
    min-height: 78px;
  }

  .usmp-logo img {
    height: 42px;
  }

  .usmp-menu-toggle {
    display: flex;
  }

  .usmp-header > .usmp-container > .usmp-btn {
    display: none;
  }

  .usmp-nav {
    display: none;
    position: absolute;
    left: 22px;
    right: 22px;
    top: 78px;
    padding: 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .usmp-nav.is-open {
    display: block;
  }

  .usmp-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .usmp-menu a:hover:after,
  .usmp-menu .current-menu-item > a:after {
    display: none;
  }

  .usmp-tools {
    grid-template-columns: 1fr;
  }

  .usmp-tools-label {
    text-align: center;
  }

  .usmp-process-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .usmp-process-grid:before {
    display: none;
  }

  .usmp-cta {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .usmp-container {
    width: min(100% - 28px, 1180px);
  }

  .usmp-hero {
    padding-top: 44px;
  }

  .usmp-hero h1 {
    font-size: 42px;
  }

  .usmp-hero-copy > p:not(.usmp-kicker) {
    font-size: 16px;
  }

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

  .usmp-hero-visual {
    min-height: 390px;
  }

  .usmp-photo-card {
    width: 100%;
    height: 390px;
  }

  .usmp-photo-card img {
    max-height: 410px;
  }

  .usmp-hero-ring {
    width: 420px;
    height: 360px;
  }

  .usmp-person-badge {
    right: 10px;
    bottom: 30px;
    min-width: 210px;
  }

  .usmp-tools-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .usmp-service-grid,
  .usmp-post-grid,
  .usmp-footer-grid {
    grid-template-columns: 1fr;
  }

  .usmp-section {
    padding: 60px 0;
  }

  .usmp-page-hero {
    padding: 64px 0;
  }

  .usmp-page-hero h1,
  .usmp-section h2 {
    font-size: 34px;
  }

  .usmp-copy {
    flex-direction: column;
  }
}


/* Header logo direct path fix */
.usmp-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}

.usmp-logo-img {
  display: block;
  width: auto;
  height: 52px;
  max-width: 240px;
  object-fit: contain;
}

.usmp-header-inner {
  min-height: 88px;
}

@media (max-width: 820px) {
  .usmp-logo-img {
    height: 42px;
    max-width: 200px;
  }
}

@media (max-width: 520px) {
  .usmp-logo-img {
    height: 36px;
    max-width: 170px;
  }
}

/* Footer logo and social icon update */
.usmp-footer-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  margin-bottom: 18px;
}

.usmp-footer-logo-img {
  display: block;
  width: auto;
  height: 54px;
  max-width: 250px;
  object-fit: contain;
}

.usmp-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.usmp-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  color: #ffffff;
  background: #0f6bff;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.usmp-social a:hover {
  transform: translateY(-2px);
  background: #071224;
  box-shadow: 0 12px 28px rgba(15, 107, 255, 0.22);
}

.usmp-social svg {
  width: 17px;
  height: 17px;
  display: block;
  fill: currentColor;
}

.usmp-footer-services ul {
  columns: 1;
}

.usmp-footer-col a {
  transition: color 0.25s ease;
}

.usmp-footer-col a:hover {
  color: #0f6bff;
}

@media (max-width: 620px) {
  .usmp-footer-logo-img {
    height: 44px;
    max-width: 210px;
  }

  .usmp-social a {
    width: 34px;
    height: 34px;
  }

  .usmp-social svg {
    width: 16px;
    height: 16px;
  }
}

/* Header & Footer logo size fix */
.usmp-logo img,
.usmp-logo-img {
  display: block;
  width: auto !important;
  height: 64px !important;
  max-width: 310px !important;
  object-fit: contain;
}

.usmp-header-inner {
  min-height: 96px !important;
}

.usmp-footer-brand img,
.usmp-footer-logo-img {
  display: block;
  width: auto !important;
  height: 74px !important;
  max-width: 340px !important;
  object-fit: contain;
}

.usmp-footer-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  margin-bottom: 20px;
}

/* Footer marka kolonunda logo/metin dengesi */
.usmp-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.usmp-footer-brand p {
  margin-top: 8px;
}

@media (max-width: 820px) {
  .usmp-logo img,
  .usmp-logo-img {
    height: 52px !important;
    max-width: 260px !important;
  }

  .usmp-header-inner {
    min-height: 84px !important;
  }

  .usmp-footer-brand img,
  .usmp-footer-logo-img {
    height: 60px !important;
    max-width: 280px !important;
  }
}

@media (max-width: 520px) {
  .usmp-logo img,
  .usmp-logo-img {
    height: 44px !important;
    max-width: 220px !important;
  }

  .usmp-footer-brand img,
  .usmp-footer-logo-img {
    height: 52px !important;
    max-width: 240px !important;
  }
}

/* Header & Footer layout balance fix */
.usmp-header-inner {
  min-height: 92px !important;
  display: grid !important;
  grid-template-columns: 300px 1fr auto !important;
  align-items: center !important;
  gap: 28px !important;
}

.usmp-logo {
  justify-self: start !important;
  display: flex !important;
  align-items: center !important;
  line-height: 0 !important;
}

.usmp-logo img,
.usmp-logo-img {
  height: 58px !important;
  width: auto !important;
  max-width: 285px !important;
  object-fit: contain !important;
}

.usmp-nav {
  margin-left: 0 !important;
  justify-self: center !important;
}

.usmp-menu {
  gap: 30px !important;
}

.usmp-header-cta,
.usmp-header-inner > .usmp-btn {
  justify-self: end !important;
}

/* Footer logo boşluk fix */
.usmp-footer-brand {
  align-items: flex-start !important;
}

.usmp-footer-logo-link {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  margin: 0 0 18px 0 !important;
  line-height: 0 !important;
}

.usmp-footer-logo-img,
.usmp-footer-brand img {
  height: 58px !important;
  width: auto !important;
  max-width: 285px !important;
  object-fit: contain !important;
  object-position: left center !important;
  margin: 0 !important;
}

/* Footer grid kolon aralıklarını toparla */
.usmp-footer-grid {
  grid-template-columns: 1.35fr 0.75fr 0.85fr 0.9fr !important;
  align-items: flex-start !important;
  gap: 52px !important;
}

.usmp-footer-brand p {
  margin-top: 8px !important;
  max-width: 330px !important;
}

/* Mobil */
@media (max-width: 1100px) {
  .usmp-header-inner {
    grid-template-columns: auto 1fr auto !important;
  }

  .usmp-nav {
    justify-self: end !important;
  }

  .usmp-logo img,
  .usmp-logo-img {
    height: 50px !important;
    max-width: 240px !important;
  }

  .usmp-footer-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 34px !important;
  }
}

@media (max-width: 820px) {
  .usmp-header-inner {
    display: flex !important;
  }

  .usmp-logo img,
  .usmp-logo-img {
    height: 44px !important;
    max-width: 220px !important;
  }

  .usmp-footer-logo-img,
  .usmp-footer-brand img {
    height: 50px !important;
    max-width: 240px !important;
  }
}

@media (max-width: 620px) {
  .usmp-footer-grid {
    grid-template-columns: 1fr !important;
  }

  .usmp-logo img,
  .usmp-logo-img {
    height: 38px !important;
    max-width: 190px !important;
  }
}
/* Footer logo left crop/offset fix */
.usmp-footer-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: visible !important;
  margin-left: -58px !important;
}

.usmp-footer-logo-img,
.usmp-footer-brand img {
  display: block !important;
  height: 58px !important;
  width: auto !important;
  max-width: 285px !important;
  object-fit: contain !important;
  margin: 0 !important;
}
/* Header logo canvas boşluğu + tüm header grubunu sola alma */
.usmp-header-inner {
  transform: translateX(-58px) !important;
}

/* Header logo görselini kendi içinde sola çeker */
.usmp-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: visible !important;
  line-height: 0 !important;
}

.usmp-logo img,
.usmp-logo-img {
  display: block !important;
  height: 58px !important;
  width: auto !important;
  max-width: 285px !important;
  object-fit: contain !important;
  object-position: left center !important;
  margin: 0 !important;
}

/* Header grid dengesini koru */
.usmp-header-inner {
  grid-template-columns: 300px 1fr auto !important;
  align-items: center !important;
}

.usmp-nav {
  justify-self: center !important;
  margin-left: 0 !important;
}

.usmp-header-cta,
.usmp-header-inner > .usmp-btn {
  justify-self: end !important;
}

/* Responsive güvenlik */
@media (max-width: 1100px) {
  .usmp-header-inner {
    transform: translateX(-36px) !important;
    grid-template-columns: auto 1fr auto !important;
  }
}

@media (max-width: 820px) {
  .usmp-header-inner {
    transform: none !important;
  }

  .usmp-logo img,
  .usmp-logo-img {
    height: 44px !important;
    max-width: 220px !important;
  }
}
/* Hero typography refinement */
.usmp-hero h1 {
  max-width: 620px !important;
  font-size: clamp(44px, 4.25vw, 66px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.055em !important;
  margin-bottom: 24px !important;
}

/* Hero açıklama biraz daha kompakt */
.usmp-hero-copy > p:not(.usmp-kicker) {
  max-width: 560px !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

/* AI gibi duran kapsülü daha premium etikete çevir */
.usmp-hero .usmp-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 !important;
  margin-bottom: 24px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #0f6bff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.usmp-hero .usmp-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: #0f6bff;
}

.usmp-hero .usmp-kicker::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #0f6bff;
  box-shadow: 0 0 0 5px rgba(15, 107, 255, 0.10);
}

/* Hero iç boşluk dengesi */
.usmp-hero-grid {
  align-items: center !important;
  gap: 72px !important;
}

.usmp-hero-copy {
  padding-top: 12px !important;
}

/* Mobilde başlık taşmasın */
@media (max-width: 820px) {
  .usmp-hero h1 {
    font-size: clamp(38px, 9vw, 52px) !important;
    line-height: 1.1 !important;
    max-width: 100% !important;
  }

  .usmp-hero-copy > p:not(.usmp-kicker) {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .usmp-hero .usmp-kicker {
    font-size: 11px !important;
    letter-spacing: 0.12em !important;
  }
}
/* Hero title word emphasis */
.usmp-hero-title {
  max-width: 660px !important;
  font-size: clamp(44px, 4.25vw, 66px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.055em !important;
  margin-bottom: 24px !important;
  color: #071224 !important;
}

.usmp-title-accent {
  display: inline-block;
  color: #071224;
  background: linear-gradient(90deg, #071224 0%, #0f6bff 72%, #33a5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.usmp-title-blue {
  color: #0f6bff;
  position: relative;
}

.usmp-title-blue::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 4px;
  height: 10px;
  border-radius: 999px;
  background: rgba(15, 107, 255, 0.13);
  z-index: -1;
}

.usmp-title-accent,
.usmp-title-blue {
  z-index: 1;
}

/* Mobil başlık dengesi */
@media (max-width: 820px) {
  .usmp-hero-title {
    font-size: clamp(38px, 9vw, 52px) !important;
    line-height: 1.1 !important;
    max-width: 100% !important;
  }

  .usmp-title-blue::after {
    bottom: 2px;
    height: 8px;
  }
}
/* Hero title accent fixes */
.usmp-hero-title {
  overflow: visible !important;
  line-height: 1.16 !important;
  padding-bottom: 8px !important;
}

.usmp-title-accent {
  display: inline-block !important;
  line-height: 1.18 !important;
  padding-bottom: 0.08em !important;
  overflow: visible !important;
}

/* “öne çık” altındaki highlight çizgisini kaldır */
.usmp-title-blue::after {
  display: none !important;
}

/* Mavi kelime dengesi */
.usmp-title-blue {
  color: #0f6bff !important;
  line-height: 1.18 !important;
}

/* Tool logo equal sizing */
.usmp-tools-list {
  align-items: center !important;
}

.usmp-tool-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 48px !important;
  min-width: 0 !important;
}

.usmp-tool-logo img {
  display: block !important;
  width: 100% !important;
  max-width: 118px !important;
  height: 34px !important;
  max-height: 34px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Bazı yatay logolar çok küçük kalırsa bunları biraz genişlet */
.usmp-tool-logo:nth-child(2) img,
.usmp-tool-logo:nth-child(3) img,
.usmp-tool-logo:nth-child(5) img,
.usmp-tool-logo:nth-child(6) img {
  max-width: 138px !important;
}

/* WordPress gibi yüksek logoları dengede tut */
.usmp-tool-logo:nth-child(7) img {
  max-width: 132px !important;
  height: 32px !important;
  max-height: 32px !important;
}

@media (max-width: 820px) {
  .usmp-hero-title {
    line-height: 1.15 !important;
    padding-bottom: 6px !important;
  }

  .usmp-tool-logo {
    height: 42px !important;
  }

  .usmp-tool-logo img {
    max-width: 112px !important;
    height: 30px !important;
    max-height: 30px !important;
  }
}
/* Hero full-screen balance after tools removal */
.usmp-hero {
  min-height: calc(100vh - 92px) !important;
  display: flex !important;
  align-items: center !important;
  padding-top: 72px !important;
  padding-bottom: 96px !important;
}

.usmp-hero > .usmp-container {
  width: min(1180px, calc(100% - 44px)) !important;
}

.usmp-hero-grid {
  width: 100% !important;
  align-items: center !important;
  gap: 78px !important;
}

/* Butonlar hero bitiş çizgisine yapışmasın */
.usmp-hero-actions {
  margin-top: 36px !important;
  margin-bottom: 42px !important;
}

/* Sol metin bloğu biraz yukarı/denge */
.usmp-hero-copy {
  padding-top: 10px !important;
}

/* Sağ görsel alanı da ilk ekrana daha iyi yayılsın */
.usmp-hero-visual {
  min-height: 620px !important;
}

/* Hero alt çizgiyle içerik arasında güvenli boşluk */
.usmp-hero::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #dfe8f7;
}

/* Hero sonrası hizmetler başlangıcı */
.usmp-services-section {
  padding-top: 92px !important;
}

/* Hizmetler kicker üstte çok yapışmasın */
.usmp-services-section .usmp-section-head {
  margin-top: 0 !important;
}

/* Büyük ekranlarda hero daha premium dursun */
@media (min-width: 1200px) {
  .usmp-hero {
    min-height: calc(100vh - 92px) !important;
  }

  .usmp-hero h1 {
    max-width: 680px !important;
  }
}

/* Laptop ekranlar */
@media (max-width: 1180px) {
  .usmp-hero {
    min-height: auto !important;
    padding-top: 72px !important;
    padding-bottom: 84px !important;
  }

  .usmp-hero-visual {
    min-height: 560px !important;
  }

  .usmp-hero-actions {
    margin-bottom: 28px !important;
  }
}

/* Tablet / mobil */
@media (max-width: 820px) {
  .usmp-hero {
    min-height: auto !important;
    display: block !important;
    padding-top: 56px !important;
    padding-bottom: 68px !important;
  }

  .usmp-hero-grid {
    gap: 46px !important;
  }

  .usmp-hero-visual {
    min-height: 430px !important;
  }

  .usmp-hero-actions {
    margin-bottom: 0 !important;
  }

  .usmp-services-section {
    padding-top: 70px !important;
  }
}

@media (max-width: 520px) {
  .usmp-hero {
    padding-top: 46px !important;
    padding-bottom: 58px !important;
  }

  .usmp-hero-visual {
    min-height: 360px !important;
  }
}
/* Home services 6-card layout */
.usmp-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.usmp-service-card {
  min-height: 300px !important;
}

@media (max-width: 1100px) {
  .usmp-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .usmp-service-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   SERVICES PAGE REDESIGN
   ========================================================= */

.usmp-services-hero {
  position: relative;
  overflow: hidden;
  padding: 108px 0 92px;
  background:
    radial-gradient(circle at 86% 18%, rgba(15, 107, 255, 0.13), transparent 28%),
    radial-gradient(circle at 48% 105%, rgba(15, 107, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
  border-bottom: 1px solid #dfe8f7;
}

.usmp-services-hero::before {
  content: "";
  position: absolute;
  right: 7%;
  top: 78px;
  width: 170px;
  height: 170px;
  opacity: 0.26;
  background-image: radial-gradient(#0f6bff 1.3px, transparent 1.3px);
  background-size: 16px 16px;
}

.usmp-services-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}

.usmp-services-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.usmp-services-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: #0f6bff;
}

.usmp-services-eyebrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #0f6bff;
  box-shadow: 0 0 0 5px rgba(15, 107, 255, 0.10);
}

.usmp-services-hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: #071224;
  font-size: clamp(44px, 4.5vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.usmp-services-hero h1 span {
  display: block;
  color: #0f6bff;
}

.usmp-services-hero p:not(.usmp-services-eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #64708a;
  font-size: 18px;
  line-height: 1.75;
}

.usmp-services-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.usmp-services-hero-card {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usmp-services-orbit {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 52% 48%, rgba(15, 107, 255, 0.18), transparent 58%),
    conic-gradient(from 130deg, transparent 0 10%, rgba(15, 107, 255, 0.72), transparent 34% 100%);
  transform: rotate(-11deg);
  opacity: 0.88;
}

.usmp-services-orbit::after {
  content: "";
  position: absolute;
  inset: 44px;
  border: 1px solid rgba(15, 107, 255, 0.22);
  border-radius: 36px;
  transform: rotate(11deg);
}

.usmp-services-stack-card {
  position: absolute;
  width: 310px;
  min-height: 132px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(205, 219, 244, 0.95);
  box-shadow: 0 22px 70px rgba(21, 52, 96, 0.12);
  backdrop-filter: blur(18px);
}

.usmp-services-stack-card strong {
  display: block;
  margin-bottom: 8px;
  color: #071224;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.usmp-services-stack-card span {
  color: #64708a;
  font-size: 14px;
  font-weight: 600;
}

.usmp-services-stack-card.is-main {
  z-index: 3;
  left: 50px;
  top: 92px;
}

.usmp-services-stack-card.is-second {
  z-index: 2;
  right: 32px;
  top: 212px;
}

.usmp-services-stack-card.is-third {
  z-index: 4;
  left: 105px;
  bottom: 72px;
}

.usmp-services-stack-card.is-main strong {
  color: #0f6bff;
}

.usmp-services-showcase {
  padding: 92px 0 86px;
  background: #fbfdff;
}

.usmp-services-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.usmp-services-head h2 {
  margin: 0 0 14px;
  color: #071224;
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.usmp-services-head p:not(.usmp-dot-kicker) {
  margin: 0;
  color: #64708a;
  font-size: 17px;
  line-height: 1.7;
}

.usmp-services-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.usmp-service-feature-card {
  position: relative;
  min-height: 330px;
  padding: 30px;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.usmp-service-feature-card::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(15, 107, 255, 0.07);
}

.usmp-service-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 107, 255, 0.28);
  box-shadow: 0 26px 80px rgba(21, 52, 96, 0.12);
}

.usmp-service-feature-card.is-featured {
  background:
    radial-gradient(circle at 88% 12%, rgba(15, 107, 255, 0.13), transparent 30%),
    #ffffff;
}

.usmp-service-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 28px;
}

.usmp-service-card-top span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: #0f6bff;
  background: #eef5ff;
  font-size: 12px;
  font-weight: 900;
}

.usmp-service-feature-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #071224;
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.usmp-service-feature-card p {
  position: relative;
  z-index: 2;
  margin: 0 0 26px;
  color: #64708a;
  font-size: 15.5px;
  line-height: 1.7;
}

.usmp-service-feature-card .usmp-card-link {
  position: relative;
  z-index: 2;
}

.usmp-services-process {
  padding: 0 0 76px;
  background: #fbfdff;
}

.usmp-services-process-box {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: center;
  padding: 42px;
  border-radius: 26px;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 20%, rgba(51, 165, 255, 0.35), transparent 28%),
    linear-gradient(135deg, #071224, #0b2a66);
  box-shadow: 0 24px 80px rgba(7, 18, 36, 0.18);
}

.usmp-services-process-title h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.usmp-services-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.usmp-services-process-grid article {
  min-height: 180px;
  padding: 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.usmp-services-process-grid article span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #8fb5ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.usmp-services-process-grid h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 20px;
}

.usmp-services-process-grid p {
  margin: 0;
  color: #c5d2ec;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .usmp-services-hero-grid,
  .usmp-services-process-box {
    grid-template-columns: 1fr;
  }

  .usmp-services-hero-card {
    min-height: 430px;
  }

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

  .usmp-services-process-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .usmp-services-hero {
    padding: 72px 0 64px;
  }

  .usmp-services-hero h1 {
    font-size: 40px;
  }

  .usmp-services-hero p:not(.usmp-services-eyebrow) {
    font-size: 16px;
  }

  .usmp-services-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .usmp-services-hero-card {
    display: none;
  }

  .usmp-services-showcase {
    padding: 68px 0;
  }

  .usmp-services-feature-grid {
    grid-template-columns: 1fr;
  }

  .usmp-service-feature-card {
    min-height: auto;
  }

  .usmp-services-process-box {
    padding: 28px;
  }
}
/* =========================================================
   SERVICES HERO V3 - INDEX PANEL
   ========================================================= */

.usmp-services-hero,
.usmp-services-hero-v2 {
  display: none !important;
}

.usmp-services-hero-v3 {
  position: relative;
  overflow: hidden;
  padding: 108px 0 88px;
  background:
    radial-gradient(circle at 86% 12%, rgba(15, 107, 255, 0.13), transparent 27%),
    radial-gradient(circle at 25% 100%, rgba(51, 165, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
  border-bottom: 1px solid #dfe8f7;
}

.usmp-services-hero-v3::before {
  content: "";
  position: absolute;
  right: 7%;
  top: 86px;
  width: 170px;
  height: 170px;
  opacity: 0.24;
  background-image: radial-gradient(#0f6bff 1.3px, transparent 1.3px);
  background-size: 16px 16px;
}

.usmp-services-hero-v3::after {
  content: "";
  position: absolute;
  left: 55%;
  bottom: -160px;
  width: 430px;
  height: 430px;
  border-radius: 999px;
  background: rgba(15, 107, 255, 0.08);
  filter: blur(16px);
}

.usmp-services-hero-v3-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 82px;
  align-items: center;
}

.usmp-services-eyebrow-v3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.usmp-services-eyebrow-v3::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: #0f6bff;
}

.usmp-services-eyebrow-v3::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #0f6bff;
  box-shadow: 0 0 0 5px rgba(15, 107, 255, 0.10);
}

.usmp-services-hero-v3 h1 {
  max-width: 760px;
  margin: 0 0 26px;
  color: #071224;
  font-size: clamp(42px, 4.6vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.usmp-services-hero-v3 h1 span {
  display: block;
  color: #0f6bff;
}

.usmp-services-hero-v3-copy > p:not(.usmp-services-eyebrow-v3) {
  max-width: 660px;
  margin: 0;
  color: #64708a;
  font-size: 18px;
  line-height: 1.75;
}

.usmp-services-hero-v3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

/* Sağ panel */
.usmp-services-index-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.72)),
    radial-gradient(circle at 90% 0%, rgba(15,107,255,0.16), transparent 30%);
  border: 1px solid rgba(205, 219, 244, 0.95);
  box-shadow: 0 26px 80px rgba(21, 52, 96, 0.12);
  backdrop-filter: blur(18px);
}

.usmp-services-index-panel::before {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -72px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: rgba(15, 107, 255, 0.09);
}

.usmp-services-index-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfe8f7;
}

.usmp-services-index-head span {
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.usmp-services-index-head strong {
  color: #071224;
  font-size: 15px;
  font-weight: 900;
}

.usmp-services-index-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
}

.usmp-services-index-list a {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 76px;
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(223, 232, 247, 0.95);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.usmp-services-index-list a:hover {
  transform: translateX(4px);
  border-color: rgba(15, 107, 255, 0.32);
  box-shadow: 0 14px 38px rgba(21, 52, 96, 0.08);
}

.usmp-services-index-list a span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #0f6bff;
  background: #eef5ff;
  font-size: 12px;
  font-weight: 900;
}

.usmp-services-index-list a strong {
  color: #071224;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.usmp-services-index-list a em {
  color: #64708a;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .usmp-services-hero-v3-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .usmp-services-index-panel {
    max-width: 720px;
  }
}

@media (max-width: 720px) {
  .usmp-services-hero-v3 {
    padding: 72px 0 58px;
  }

  .usmp-services-hero-v3 h1 {
    font-size: 40px;
  }

  .usmp-services-hero-v3-copy > p:not(.usmp-services-eyebrow-v3) {
    font-size: 16px;
  }

  .usmp-services-hero-v3-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .usmp-services-index-list a {
    grid-template-columns: 42px 1fr;
  }

  .usmp-services-index-list a em {
    grid-column: 2;
    white-space: normal;
  }

  .usmp-services-index-head {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* =========================================================
   WORKS PAGE REDESIGN
   ========================================================= */

.usmp-works-hero {
  position: relative;
  overflow: hidden;
  padding: 108px 0 88px;
  background:
    radial-gradient(circle at 84% 16%, rgba(15, 107, 255, 0.14), transparent 28%),
    radial-gradient(circle at 20% 100%, rgba(51, 165, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
  border-bottom: 1px solid #dfe8f7;
}

.usmp-works-hero::before {
  content: "";
  position: absolute;
  right: 7%;
  top: 86px;
  width: 170px;
  height: 170px;
  opacity: 0.24;
  background-image: radial-gradient(#0f6bff 1.3px, transparent 1.3px);
  background-size: 16px 16px;
}

.usmp-works-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 82px;
  align-items: center;
}

.usmp-works-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.usmp-works-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: #0f6bff;
}

.usmp-works-eyebrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #0f6bff;
  box-shadow: 0 0 0 5px rgba(15, 107, 255, 0.10);
}

.usmp-works-hero h1 {
  max-width: 760px;
  margin: 0 0 26px;
  color: #071224;
  font-size: clamp(42px, 4.6vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.usmp-works-hero h1 span {
  display: block;
  color: #0f6bff;
}

.usmp-works-hero-copy > p:not(.usmp-works-eyebrow) {
  max-width: 660px;
  margin: 0;
  color: #64708a;
  font-size: 18px;
  line-height: 1.75;
}

.usmp-works-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.usmp-works-summary-panel {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.72)),
    radial-gradient(circle at 90% 0%, rgba(15,107,255,0.16), transparent 30%);
  border: 1px solid rgba(205, 219, 244, 0.95);
  box-shadow: 0 26px 80px rgba(21, 52, 96, 0.12);
  backdrop-filter: blur(18px);
}

.usmp-works-summary-panel::before {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -72px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: rgba(15, 107, 255, 0.09);
}

.usmp-works-summary-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfe8f7;
}

.usmp-works-summary-head span {
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.usmp-works-summary-head strong {
  color: #071224;
  font-size: 15px;
  font-weight: 900;
}

.usmp-works-summary-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.usmp-works-summary-grid div {
  min-height: 112px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.82);
  border: 1px solid #dfe8f7;
}

.usmp-works-summary-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #0f6bff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.usmp-works-summary-grid span {
  color: #071224;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
}

.usmp-works-summary-panel > p {
  position: relative;
  z-index: 2;
  margin: 22px 0 0;
  color: #64708a;
  font-size: 15px;
  line-height: 1.7;
}

.usmp-works-showcase {
  padding: 92px 0 86px;
  background: #fbfdff;
}

.usmp-works-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.usmp-works-head h2 {
  margin: 0 0 14px;
  color: #071224;
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.usmp-works-head p:not(.usmp-dot-kicker) {
  margin: 0;
  color: #64708a;
  font-size: 17px;
  line-height: 1.7;
}

.usmp-works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.usmp-work-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.usmp-work-card:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 107, 255, 0.28);
  box-shadow: 0 26px 80px rgba(21, 52, 96, 0.12);
}

.usmp-work-card-link {
  position: absolute;
  inset: 0;
  z-index: 6;
}

.usmp-work-visual {
  position: relative;
  min-height: 220px;
  background:
    radial-gradient(circle at 80% 20%, rgba(15, 107, 255, 0.20), transparent 34%),
    linear-gradient(135deg, #071224, #0b2a66);
}

.usmp-work-visual img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.usmp-work-placeholder {
  display: grid;
  place-items: center;
  height: 240px;
}

.usmp-work-placeholder span {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 26px;
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  font-size: 44px;
  font-weight: 900;
  text-transform: uppercase;
}

.usmp-work-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 3;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(15, 107, 255, 0.90);
  font-size: 12px;
  font-weight: 900;
}

.usmp-work-content {
  position: relative;
  z-index: 2;
  padding: 26px;
}

.usmp-work-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
}

.usmp-work-meta span {
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.usmp-work-content h3 {
  margin: 0 0 12px;
  color: #071224;
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.usmp-work-content p {
  margin: 0 0 24px;
  color: #64708a;
  font-size: 15.5px;
  line-height: 1.7;
}

.usmp-work-result {
  margin-bottom: 22px;
  padding: 15px 16px;
  border-radius: 16px;
  background: #eef5ff;
}

.usmp-work-result strong {
  display: block;
  margin-bottom: 4px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.usmp-work-result span {
  color: #071224;
  font-size: 14px;
  font-weight: 800;
}

.usmp-empty-works {
  padding: 42px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.07);
}

.usmp-empty-works h3 {
  margin: 0 0 8px;
  font-size: 26px;
}

.usmp-empty-works p {
  margin: 0;
  color: #64708a;
}

@media (max-width: 1100px) {
  .usmp-works-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .usmp-works-summary-panel {
    max-width: 720px;
  }

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

@media (max-width: 720px) {
  .usmp-works-hero {
    padding: 72px 0 58px;
  }

  .usmp-works-hero h1 {
    font-size: 40px;
  }

  .usmp-works-hero-copy > p:not(.usmp-works-eyebrow) {
    font-size: 16px;
  }

  .usmp-works-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .usmp-works-summary-grid,
  .usmp-works-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   CASE STUDY DETAIL PAGE
   ========================================================= */

.usmp-case-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 88px;
  background:
    radial-gradient(circle at 84% 16%, rgba(15, 107, 255, 0.14), transparent 28%),
    radial-gradient(circle at 20% 100%, rgba(51, 165, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
  border-bottom: 1px solid #dfe8f7;
}

.usmp-case-hero::before {
  content: "";
  position: absolute;
  right: 7%;
  top: 86px;
  width: 170px;
  height: 170px;
  opacity: 0.24;
  background-image: radial-gradient(#0f6bff 1.3px, transparent 1.3px);
  background-size: 16px 16px;
}

.usmp-case-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 72px;
  align-items: center;
}

.usmp-case-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.usmp-case-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: #0f6bff;
}

.usmp-case-eyebrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #0f6bff;
  box-shadow: 0 0 0 5px rgba(15, 107, 255, 0.10);
}

.usmp-case-hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: #071224;
  font-size: clamp(42px, 4.7vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.usmp-case-hero-copy > p:not(.usmp-case-eyebrow) {
  max-width: 660px;
  margin: 0;
  color: #64708a;
  font-size: 18px;
  line-height: 1.75;
}

.usmp-case-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.usmp-case-meta-grid div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.86);
  border: 1px solid #dfe8f7;
  box-shadow: 0 16px 44px rgba(21, 52, 96, 0.07);
}

.usmp-case-meta-grid span {
  display: block;
  margin-bottom: 6px;
  color: #0f6bff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.usmp-case-meta-grid strong {
  display: block;
  color: #071224;
  font-size: 15px;
  line-height: 1.35;
}

.usmp-case-visual {
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 20%, rgba(15, 107, 255, 0.20), transparent 34%),
    linear-gradient(135deg, #071224, #0b2a66);
  border: 1px solid #dfe8f7;
  box-shadow: 0 24px 80px rgba(21, 52, 96, 0.13);
}

.usmp-case-visual img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.usmp-case-placeholder {
  display: grid;
  place-items: center;
  height: 430px;
}

.usmp-case-placeholder span {
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  border-radius: 30px;
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  font-size: 54px;
  font-weight: 900;
  text-transform: uppercase;
}

.usmp-case-content-section {
  padding: 92px 0;
  background: #fbfdff;
}

.usmp-case-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 36px;
  align-items: start;
}

.usmp-case-main {
  display: grid;
  gap: 24px;
}

.usmp-case-block {
  padding: 34px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.07);
}

.usmp-case-block > span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.usmp-case-block h2 {
  margin: 0 0 14px;
  color: #071224;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.usmp-case-block p {
  margin: 0;
  color: #64708a;
  font-size: 17px;
  line-height: 1.75;
}

.usmp-case-scope-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.usmp-case-scope-list li {
  position: relative;
  padding: 15px 18px 15px 42px;
  border-radius: 16px;
  color: #071224;
  background: #eef5ff;
  font-weight: 800;
}

.usmp-case-scope-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #0f6bff;
}

.usmp-case-editor-content {
  color: #64708a;
  font-size: 17px;
  line-height: 1.75;
}

.usmp-case-editor-content > *:first-child {
  margin-top: 0;
}

.usmp-case-editor-content > *:last-child {
  margin-bottom: 0;
}

.usmp-case-sidebar {
  position: sticky;
  top: 120px;
}

.usmp-case-summary-card {
  padding: 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 0%, rgba(15,107,255,0.13), transparent 32%),
    #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.08);
}

.usmp-case-summary-card h3 {
  margin: 0 0 22px;
  color: #071224;
  font-size: 24px;
  line-height: 1.2;
}

.usmp-case-summary-card div {
  padding: 16px 0;
  border-top: 1px solid #dfe8f7;
}

.usmp-case-summary-card span {
  display: block;
  margin-bottom: 4px;
  color: #0f6bff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.usmp-case-summary-card strong {
  display: block;
  color: #071224;
  font-size: 15px;
  line-height: 1.4;
}

.usmp-case-summary-card .usmp-btn {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 1100px) {
  .usmp-case-hero-grid,
  .usmp-case-content-grid {
    grid-template-columns: 1fr;
  }

  .usmp-case-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .usmp-case-hero {
    padding: 72px 0 58px;
  }

  .usmp-case-hero h1 {
    font-size: 40px;
  }

  .usmp-case-hero-copy > p:not(.usmp-case-eyebrow) {
    font-size: 16px;
  }

  .usmp-case-meta-grid {
    grid-template-columns: 1fr;
  }

  .usmp-case-visual img,
  .usmp-case-placeholder {
    height: 300px;
  }

  .usmp-case-content-section {
    padding: 64px 0;
  }

  .usmp-case-block {
    padding: 26px;
  }
}
/* =========================================================
   WORKS ARCHIVE PAGE
   ========================================================= */

.usmp-works-archive-hero {
  position: relative;
  overflow: hidden;
  padding: 108px 0 92px;
  background:
    radial-gradient(circle at 84% 14%, rgba(15, 107, 255, 0.14), transparent 28%),
    radial-gradient(circle at 18% 100%, rgba(51, 165, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
  border-bottom: 1px solid #dfe8f7;
}

.usmp-works-archive-hero::before {
  content: "";
  position: absolute;
  right: 7%;
  top: 86px;
  width: 170px;
  height: 170px;
  opacity: 0.24;
  background-image: radial-gradient(#0f6bff 1.3px, transparent 1.3px);
  background-size: 16px 16px;
}

.usmp-works-archive-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 82px;
  align-items: center;
}

.usmp-works-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.usmp-works-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: #0f6bff;
}

.usmp-works-eyebrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #0f6bff;
  box-shadow: 0 0 0 5px rgba(15, 107, 255, 0.10);
}

.usmp-works-archive-hero h1 {
  max-width: 780px;
  margin: 0 0 26px;
  color: #071224;
  font-size: clamp(42px, 4.7vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.usmp-works-archive-hero h1 span {
  display: block;
  color: #0f6bff;
}

.usmp-works-archive-copy > p:not(.usmp-works-eyebrow) {
  max-width: 660px;
  margin: 0;
  color: #64708a;
  font-size: 18px;
  line-height: 1.75;
}

.usmp-works-archive-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

/* Right summary panel */
.usmp-works-archive-panel {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.90), rgba(255,255,255,0.74)),
    radial-gradient(circle at 90% 0%, rgba(15,107,255,0.16), transparent 30%);
  border: 1px solid rgba(205, 219, 244, 0.95);
  box-shadow: 0 26px 80px rgba(21, 52, 96, 0.12);
  backdrop-filter: blur(18px);
}

.usmp-works-archive-panel::before {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -72px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: rgba(15, 107, 255, 0.09);
}

.usmp-works-panel-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfe8f7;
}

.usmp-works-panel-head span {
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.usmp-works-panel-head strong {
  color: #071224;
  font-size: 15px;
  font-weight: 900;
}

.usmp-works-panel-steps {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.usmp-works-panel-steps div {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.82);
  border: 1px solid #dfe8f7;
}

.usmp-works-panel-steps span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.usmp-works-panel-steps strong {
  display: block;
  margin-bottom: 6px;
  color: #071224;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
}

.usmp-works-panel-steps p {
  margin: 0;
  color: #64708a;
  font-size: 14px;
  line-height: 1.6;
}

/* Works list */
.usmp-works-archive-section {
  padding: 92px 0 86px;
  background: #fbfdff;
}

.usmp-works-archive-head {
  max-width: 780px;
  margin-bottom: 42px;
}

.usmp-works-archive-head h2 {
  margin: 0 0 14px;
  color: #071224;
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.usmp-works-archive-head p:not(.usmp-dot-kicker) {
  margin: 0;
  color: #64708a;
  font-size: 17px;
  line-height: 1.7;
}

.usmp-works-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.usmp-works-archive-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.usmp-works-archive-card:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 107, 255, 0.28);
  box-shadow: 0 26px 80px rgba(21, 52, 96, 0.12);
}

.usmp-works-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 8;
}

.usmp-works-card-visual {
  position: relative;
  min-height: 245px;
  background:
    radial-gradient(circle at 80% 20%, rgba(15, 107, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #071224, #0b2a66);
}

.usmp-works-card-visual img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.usmp-works-card-placeholder {
  display: grid;
  place-items: center;
  height: 245px;
}

.usmp-works-card-placeholder span {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 26px;
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  font-size: 44px;
  font-weight: 900;
  text-transform: uppercase;
}

.usmp-works-card-type {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 3;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(15, 107, 255, 0.92);
  font-size: 12px;
  font-weight: 900;
}

.usmp-works-card-body {
  position: relative;
  z-index: 2;
  padding: 26px;
}

.usmp-works-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
}

.usmp-works-card-meta span {
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.usmp-works-card-body h3 {
  margin: 0 0 12px;
  color: #071224;
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.usmp-works-card-body p {
  margin: 0 0 24px;
  color: #64708a;
  font-size: 15.5px;
  line-height: 1.7;
}

.usmp-works-card-result {
  margin-bottom: 22px;
  padding: 15px 16px;
  border-radius: 16px;
  background: #eef5ff;
}

.usmp-works-card-result strong {
  display: block;
  margin-bottom: 4px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.usmp-works-card-result span {
  color: #071224;
  font-size: 14px;
  font-weight: 800;
}

.usmp-works-empty {
  padding: 42px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.07);
}

.usmp-works-empty h3 {
  margin: 0 0 8px;
  font-size: 26px;
}

.usmp-works-empty p {
  margin: 0;
  color: #64708a;
}

@media (max-width: 1100px) {
  .usmp-works-archive-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .usmp-works-archive-panel {
    max-width: 720px;
  }

  .usmp-works-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .usmp-works-archive-hero {
    padding: 72px 0 58px;
  }

  .usmp-works-archive-hero h1 {
    font-size: 40px;
  }

  .usmp-works-archive-copy > p:not(.usmp-works-eyebrow) {
    font-size: 16px;
  }

  .usmp-works-archive-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .usmp-works-archive-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   CASE STUDY DETAIL FINAL TOUCH
   ========================================================= */

.usmp-case-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 88px;
  background:
    radial-gradient(circle at 84% 16%, rgba(15, 107, 255, 0.14), transparent 28%),
    radial-gradient(circle at 20% 100%, rgba(51, 165, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
  border-bottom: 1px solid #dfe8f7;
}

.usmp-case-hero::before {
  content: "";
  position: absolute;
  right: 7%;
  top: 86px;
  width: 170px;
  height: 170px;
  opacity: 0.24;
  background-image: radial-gradient(#0f6bff 1.3px, transparent 1.3px);
  background-size: 16px 16px;
}

.usmp-case-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 72px;
  align-items: center;
}

.usmp-case-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.usmp-case-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: #0f6bff;
}

.usmp-case-eyebrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #0f6bff;
  box-shadow: 0 0 0 5px rgba(15, 107, 255, 0.10);
}

.usmp-case-hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: #071224;
  font-size: clamp(42px, 4.7vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.usmp-case-hero-copy > p:not(.usmp-case-eyebrow) {
  max-width: 660px;
  margin: 0;
  color: #64708a;
  font-size: 18px;
  line-height: 1.75;
}

.usmp-case-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.usmp-case-meta-grid div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.86);
  border: 1px solid #dfe8f7;
  box-shadow: 0 16px 44px rgba(21, 52, 96, 0.07);
}

.usmp-case-meta-grid span {
  display: block;
  margin-bottom: 6px;
  color: #0f6bff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.usmp-case-meta-grid strong {
  display: block;
  color: #071224;
  font-size: 15px;
  line-height: 1.35;
}

.usmp-case-visual {
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 20%, rgba(15, 107, 255, 0.20), transparent 34%),
    linear-gradient(135deg, #071224, #0b2a66);
  border: 1px solid #dfe8f7;
  box-shadow: 0 24px 80px rgba(21, 52, 96, 0.13);
}

.usmp-case-visual img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.usmp-case-placeholder {
  display: grid;
  place-items: center;
  height: 430px;
}

.usmp-case-placeholder span {
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  border-radius: 30px;
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  font-size: 54px;
  font-weight: 900;
  text-transform: uppercase;
}

.usmp-case-content-section {
  padding: 92px 0;
  background: #fbfdff;
}

.usmp-case-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 36px;
  align-items: start;
}

.usmp-case-main {
  display: grid;
  gap: 24px;
}

.usmp-case-block,
.usmp-case-result-block,
.usmp-case-summary-card,
.usmp-case-next-card {
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.07);
}

.usmp-case-block {
  padding: 34px;
}

.usmp-case-block-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.usmp-case-block-head span {
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.usmp-case-block-head p {
  margin: 0;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.usmp-case-block h2,
.usmp-case-result-block h2 {
  margin: 0 0 14px;
  color: #071224;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.usmp-case-block > p,
.usmp-case-result-block p {
  margin: 0;
  color: #64708a;
  font-size: 17px;
  line-height: 1.75;
}

.usmp-case-scope-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.usmp-case-scope-list li {
  position: relative;
  padding: 15px 18px 15px 42px;
  border-radius: 16px;
  color: #071224;
  background: #eef5ff;
  font-weight: 800;
}

.usmp-case-scope-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #0f6bff;
}

.usmp-case-result-block {
  padding: 38px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 16%, rgba(51,165,255,0.36), transparent 28%),
    linear-gradient(135deg, #071224, #0b2a66);
}

.usmp-case-result-block span {
  display: inline-flex;
  margin-bottom: 16px;
  color: #9fc1ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.usmp-case-result-block h2 {
  color: #ffffff;
}

.usmp-case-result-block p {
  color: #c5d2ec;
}

.usmp-case-editor-content {
  color: #64708a;
  font-size: 17px;
  line-height: 1.75;
}

.usmp-case-editor-content > *:first-child {
  margin-top: 0;
}

.usmp-case-editor-content > *:last-child {
  margin-bottom: 0;
}

.usmp-case-sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 18px;
}

.usmp-case-summary-card {
  padding: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(15,107,255,0.13), transparent 32%),
    #ffffff;
}

.usmp-case-summary-card h3 {
  margin: 0 0 22px;
  color: #071224;
  font-size: 24px;
  line-height: 1.2;
}

.usmp-case-summary-card div {
  padding: 16px 0;
  border-top: 1px solid #dfe8f7;
}

.usmp-case-summary-card span {
  display: block;
  margin-bottom: 4px;
  color: #0f6bff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.usmp-case-summary-card strong {
  display: block;
  color: #071224;
  font-size: 15px;
  line-height: 1.4;
}

.usmp-case-summary-card .usmp-btn {
  width: 100%;
  margin-top: 20px;
}

.usmp-case-next-card {
  padding: 26px;
  background:
    radial-gradient(circle at 88% 0%, rgba(15,107,255,0.10), transparent 36%),
    #ffffff;
}

.usmp-case-next-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.usmp-case-next-card h3 {
  margin: 0 0 10px;
  color: #071224;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.usmp-case-next-card p {
  margin: 0;
  color: #64708a;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .usmp-case-hero-grid,
  .usmp-case-content-grid {
    grid-template-columns: 1fr;
  }

  .usmp-case-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .usmp-case-hero {
    padding: 72px 0 58px;
  }

  .usmp-case-hero h1 {
    font-size: 40px;
  }

  .usmp-case-hero-copy > p:not(.usmp-case-eyebrow) {
    font-size: 16px;
  }

  .usmp-case-meta-grid {
    grid-template-columns: 1fr;
  }

  .usmp-case-visual img,
  .usmp-case-placeholder {
    height: 300px;
  }

  .usmp-case-content-section {
    padding: 64px 0;
  }

  .usmp-case-block,
  .usmp-case-result-block,
  .usmp-case-summary-card,
  .usmp-case-next-card {
    padding: 26px;
  }
}
/* =========================================================
   SERVICE DETAIL PAGE
   ========================================================= */

.usmp-service-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 108px 0 92px;
  background:
    radial-gradient(circle at 84% 14%, rgba(15, 107, 255, 0.14), transparent 28%),
    radial-gradient(circle at 18% 100%, rgba(51, 165, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
  border-bottom: 1px solid #dfe8f7;
}

.usmp-service-detail-hero::before {
  content: "";
  position: absolute;
  right: 7%;
  top: 86px;
  width: 170px;
  height: 170px;
  opacity: 0.24;
  background-image: radial-gradient(#0f6bff 1.3px, transparent 1.3px);
  background-size: 16px 16px;
}

.usmp-service-detail-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 82px;
  align-items: center;
}

.usmp-service-detail-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.usmp-service-detail-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: #0f6bff;
}

.usmp-service-detail-eyebrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #0f6bff;
  box-shadow: 0 0 0 5px rgba(15, 107, 255, 0.10);
}

.usmp-service-detail-hero h1 {
  max-width: 780px;
  margin: 0 0 26px;
  color: #071224;
  font-size: clamp(42px, 4.7vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.usmp-service-detail-copy > p:not(.usmp-service-detail-eyebrow) {
  max-width: 670px;
  margin: 0;
  color: #64708a;
  font-size: 18px;
  line-height: 1.75;
}

.usmp-service-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.usmp-service-detail-panel {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.90), rgba(255,255,255,0.74)),
    radial-gradient(circle at 90% 0%, rgba(15,107,255,0.16), transparent 30%);
  border: 1px solid rgba(205, 219, 244, 0.95);
  box-shadow: 0 26px 80px rgba(21, 52, 96, 0.12);
  backdrop-filter: blur(18px);
}

.usmp-service-detail-panel::before {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -72px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: rgba(15, 107, 255, 0.09);
}

.usmp-service-panel-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfe8f7;
}

.usmp-service-panel-head span {
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.usmp-service-panel-head strong {
  color: #071224;
  font-size: 15px;
  font-weight: 900;
}

.usmp-service-panel-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.usmp-service-panel-list div {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.82);
  border: 1px solid #dfe8f7;
}

.usmp-service-panel-list span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.usmp-service-panel-list strong {
  display: block;
  margin-bottom: 6px;
  color: #071224;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
}

.usmp-service-panel-list p {
  margin: 0;
  color: #64708a;
  font-size: 14px;
  line-height: 1.6;
}

/* Content */
.usmp-service-detail-section {
  padding: 92px 0;
  background: #fbfdff;
}

.usmp-service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 36px;
  align-items: start;
}

.usmp-service-detail-main {
  display: grid;
  gap: 24px;
}

.usmp-service-detail-block,
.usmp-service-result-box,
.usmp-service-sticky-card {
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.07);
}

.usmp-service-detail-block {
  padding: 34px;
}

.usmp-service-detail-block-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.usmp-service-detail-block-head span,
.usmp-service-detail-block-head p {
  margin: 0;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.usmp-service-detail-block h2,
.usmp-service-result-box h2 {
  margin: 0 0 18px;
  color: #071224;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.usmp-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.usmp-scope-grid div {
  position: relative;
  min-height: 78px;
  padding: 18px 18px 18px 44px;
  border-radius: 16px;
  background: #eef5ff;
}

.usmp-scope-grid div span {
  position: absolute;
  left: 18px;
  top: 26px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #0f6bff;
}

.usmp-scope-grid strong {
  color: #071224;
  font-size: 15px;
  line-height: 1.4;
}

.usmp-service-check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.usmp-service-check-list li {
  position: relative;
  padding: 15px 18px 15px 44px;
  border-radius: 16px;
  color: #071224;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  font-weight: 800;
}

.usmp-service-check-list li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 14px;
  color: #0f6bff;
  font-weight: 900;
}

.usmp-service-process-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.usmp-service-process-line div {
  min-height: 112px;
  padding: 20px;
  border-radius: 18px;
  background: #eef5ff;
}

.usmp-service-process-line span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.usmp-service-process-line strong {
  display: block;
  color: #071224;
  font-size: 18px;
  line-height: 1.25;
}

.usmp-service-result-box {
  padding: 38px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 16%, rgba(51,165,255,0.36), transparent 28%),
    linear-gradient(135deg, #071224, #0b2a66);
}

.usmp-service-result-box span {
  display: inline-flex;
  margin-bottom: 16px;
  color: #9fc1ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.usmp-service-result-box h2 {
  color: #ffffff;
  margin-bottom: 0;
}

.usmp-service-editor-content {
  color: #64708a;
  font-size: 17px;
  line-height: 1.75;
}

.usmp-service-editor-content > *:first-child {
  margin-top: 0;
}

.usmp-service-editor-content > *:last-child {
  margin-bottom: 0;
}

/* Sidebar */
.usmp-service-detail-sidebar {
  position: sticky;
  top: 120px;
}

.usmp-service-sticky-card {
  padding: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(15,107,255,0.13), transparent 32%),
    #ffffff;
}

.usmp-service-sticky-card h3 {
  margin: 0 0 14px;
  color: #071224;
  font-size: 24px;
  line-height: 1.2;
}

.usmp-service-sticky-card p {
  margin: 0 0 20px;
  color: #64708a;
  font-size: 15px;
  line-height: 1.65;
}

.usmp-service-mini-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 22px;
}

.usmp-service-mini-list span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 12px;
  background: #eef5ff;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
}

.usmp-service-sticky-card .usmp-btn {
  width: 100%;
}

@media (max-width: 1100px) {
  .usmp-service-detail-hero-grid,
  .usmp-service-detail-grid {
    grid-template-columns: 1fr;
  }

  .usmp-service-detail-sidebar {
    position: static;
  }

  .usmp-service-process-line {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .usmp-service-detail-hero {
    padding: 72px 0 58px;
  }

  .usmp-service-detail-hero h1 {
    font-size: 40px;
  }

  .usmp-service-detail-copy > p:not(.usmp-service-detail-eyebrow) {
    font-size: 16px;
  }

  .usmp-service-detail-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .usmp-service-detail-section {
    padding: 64px 0;
  }

  .usmp-service-detail-block,
  .usmp-service-result-box,
  .usmp-service-sticky-card {
    padding: 26px;
  }

  .usmp-scope-grid,
  .usmp-service-process-line,
  .usmp-service-mini-list {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   SERVICE DETAIL PAGE FIX
   ========================================================= */

.usmp-service-detail-hero {
  position: relative !important;
  overflow: hidden !important;
  padding: 108px 0 92px !important;
  background:
    radial-gradient(circle at 84% 14%, rgba(15, 107, 255, 0.14), transparent 28%),
    radial-gradient(circle at 18% 100%, rgba(51, 165, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #f7faff 100%) !important;
  border-bottom: 1px solid #dfe8f7 !important;
}

.usmp-service-detail-hero-grid {
  display: grid !important;
  grid-template-columns: 1fr 0.82fr !important;
  gap: 82px !important;
  align-items: center !important;
}

.usmp-service-detail-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 24px !important;
  color: #0f6bff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.usmp-service-detail-eyebrow::before {
  content: "" !important;
  width: 28px !important;
  height: 2px !important;
  border-radius: 99px !important;
  background: #0f6bff !important;
}

.usmp-service-detail-eyebrow::after {
  content: "" !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 99px !important;
  background: #0f6bff !important;
  box-shadow: 0 0 0 5px rgba(15, 107, 255, 0.10) !important;
}

.usmp-service-detail-hero h1 {
  max-width: 780px !important;
  margin: 0 0 26px !important;
  color: #071224 !important;
  font-size: clamp(42px, 4.7vw, 72px) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.055em !important;
}

.usmp-service-detail-copy > p:not(.usmp-service-detail-eyebrow) {
  max-width: 670px !important;
  margin: 0 !important;
  color: #64708a !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.usmp-service-detail-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin-top: 34px !important;
}

/* Hero sağ panel */
.usmp-service-detail-panel {
  position: relative !important;
  overflow: hidden !important;
  padding: 30px !important;
  border-radius: 30px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.90), rgba(255,255,255,0.74)),
    radial-gradient(circle at 90% 0%, rgba(15,107,255,0.16), transparent 30%) !important;
  border: 1px solid rgba(205, 219, 244, 0.95) !important;
  box-shadow: 0 26px 80px rgba(21, 52, 96, 0.12) !important;
  backdrop-filter: blur(18px) !important;
}

.usmp-service-panel-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin-bottom: 22px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #dfe8f7 !important;
}

.usmp-service-panel-head span {
  color: #0f6bff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

.usmp-service-panel-head strong {
  color: #071224 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

.usmp-service-panel-list {
  display: grid !important;
  gap: 14px !important;
}

.usmp-service-panel-list div {
  padding: 20px !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,0.82) !important;
  border: 1px solid #dfe8f7 !important;
}

.usmp-service-panel-list span {
  display: inline-flex !important;
  margin-bottom: 10px !important;
  color: #0f6bff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
}

.usmp-service-panel-list strong {
  display: block !important;
  margin-bottom: 6px !important;
  color: #071224 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.usmp-service-panel-list p {
  margin: 0 !important;
  color: #64708a !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

/* İçerik alanı */
.usmp-service-detail-section {
  padding: 92px 0 !important;
  background: #fbfdff !important;
}

.usmp-service-detail-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 350px !important;
  gap: 36px !important;
  align-items: start !important;
}

.usmp-service-detail-main {
  display: grid !important;
  gap: 24px !important;
}

.usmp-service-detail-block,
.usmp-service-result-box,
.usmp-service-sticky-card {
  border-radius: 24px !important;
  background: #ffffff !important;
  border: 1px solid #dfe8f7 !important;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.07) !important;
}

.usmp-service-detail-block {
  padding: 34px !important;
}

.usmp-service-detail-block-head {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 18px !important;
}

.usmp-service-detail-block-head span,
.usmp-service-detail-block-head p {
  margin: 0 !important;
  color: #0f6bff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.usmp-service-detail-block h2,
.usmp-service-result-box h2 {
  margin: 0 0 18px !important;
  color: #071224 !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em !important;
}

/* Kapsam grid */
.usmp-scope-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.usmp-scope-grid div {
  position: relative !important;
  min-height: 78px !important;
  padding: 18px 18px 18px 44px !important;
  border-radius: 16px !important;
  background: #eef5ff !important;
}

.usmp-scope-grid div span {
  position: absolute !important;
  left: 18px !important;
  top: 26px !important;
  width: 9px !important;
  height: 9px !important;
  border-radius: 999px !important;
  background: #0f6bff !important;
}

.usmp-scope-grid strong {
  color: #071224 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}

/* Kimler için */
.usmp-service-check-list {
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.usmp-service-check-list li {
  position: relative !important;
  padding: 15px 18px 15px 44px !important;
  border-radius: 16px !important;
  color: #071224 !important;
  background: #ffffff !important;
  border: 1px solid #dfe8f7 !important;
  font-weight: 800 !important;
}

.usmp-service-check-list li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 18px !important;
  top: 14px !important;
  color: #0f6bff !important;
  font-weight: 900 !important;
}

/* Süreç */
.usmp-service-process-line {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}

.usmp-service-process-line div {
  min-height: 112px !important;
  padding: 20px !important;
  border-radius: 18px !important;
  background: #eef5ff !important;
}

.usmp-service-process-line span {
  display: inline-flex !important;
  margin-bottom: 14px !important;
  color: #0f6bff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
}

.usmp-service-process-line strong {
  display: block !important;
  color: #071224 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
}

/* Beklenen çıktı */
.usmp-service-result-box {
  padding: 38px !important;
  color: #ffffff !important;
  background:
    radial-gradient(circle at 88% 16%, rgba(51,165,255,0.36), transparent 28%),
    linear-gradient(135deg, #071224, #0b2a66) !important;
}

.usmp-service-result-box span {
  display: inline-flex !important;
  margin-bottom: 16px !important;
  color: #9fc1ff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.usmp-service-result-box h2 {
  color: #ffffff !important;
  margin-bottom: 0 !important;
}

/* Sidebar */
.usmp-service-detail-sidebar {
  position: sticky !important;
  top: 120px !important;
}

.usmp-service-sticky-card {
  padding: 28px !important;
  background:
    radial-gradient(circle at 90% 0%, rgba(15,107,255,0.13), transparent 32%),
    #ffffff !important;
}

.usmp-service-sticky-card h3 {
  margin: 0 0 14px !important;
  color: #071224 !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
}

.usmp-service-sticky-card p {
  margin: 0 0 20px !important;
  color: #64708a !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.usmp-service-mini-list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px !important;
  margin-bottom: 22px !important;
}

.usmp-service-mini-list span {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 38px !important;
  padding: 0 10px !important;
  border-radius: 12px !important;
  background: #eef5ff !important;
  color: #0f6bff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.usmp-service-sticky-card .usmp-btn {
  width: 100% !important;
}

@media (max-width: 1100px) {
  .usmp-service-detail-hero-grid,
  .usmp-service-detail-grid {
    grid-template-columns: 1fr !important;
  }

  .usmp-service-detail-sidebar {
    position: static !important;
  }

  .usmp-service-process-line {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 720px) {
  .usmp-service-detail-hero {
    padding: 72px 0 58px !important;
  }

  .usmp-service-detail-hero h1 {
    font-size: 40px !important;
  }

  .usmp-service-detail-copy > p:not(.usmp-service-detail-eyebrow) {
    font-size: 16px !important;
  }

  .usmp-service-detail-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .usmp-service-detail-section {
    padding: 64px 0 !important;
  }

  .usmp-service-detail-block,
  .usmp-service-result-box,
  .usmp-service-sticky-card {
    padding: 26px !important;
  }

  .usmp-scope-grid,
  .usmp-service-process-line,
  .usmp-service-mini-list {
    grid-template-columns: 1fr !important;
  }
}
/* =========================================================
   SERVICE DETAIL LAYOUT IMPROVEMENT
   Sağ boşluğu kaldır / içerik alanını geniş kullan
   ========================================================= */

.usmp-service-detail-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 28px !important;
}

.usmp-service-detail-sidebar {
  position: static !important;
}

/* Sidebar kartını artık altta tam geniş CTA kartı gibi kullan */
.usmp-service-sticky-card {
  max-width: none !important;
  padding: 34px !important;
}

.usmp-service-sticky-card .usmp-btn {
  width: auto !important;
  min-width: 240px;
}

/* Hizmet kapsamı alanını daha dolu göster */
.usmp-scope-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

/* Kimler için uygun alanını 2 kolon yap */
.usmp-service-check-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.usmp-service-check-list li {
  min-height: 84px !important;
  display: flex !important;
  align-items: center !important;
}

/* Süreç kutuları biraz daha dengeli yayılsın */
.usmp-service-process-line {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

/* Genel blok spacing biraz daha premium dursun */
.usmp-service-detail-block {
  padding: 38px !important;
}

.usmp-service-result-box {
  padding: 42px !important;
}

.usmp-service-sticky-card h3 {
  margin-bottom: 10px !important;
}

.usmp-service-sticky-card p {
  max-width: 780px;
}

/* Mini liste daha yatay dursun */
.usmp-service-mini-list {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  max-width: 720px;
}

@media (max-width: 1200px) {
  .usmp-scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .usmp-service-check-list {
    grid-template-columns: 1fr !important;
  }

  .usmp-service-mini-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .usmp-scope-grid,
  .usmp-service-process-line,
  .usmp-service-check-list,
  .usmp-service-mini-list {
    grid-template-columns: 1fr !important;
  }

  .usmp-service-detail-block,
  .usmp-service-result-box,
  .usmp-service-sticky-card {
    padding: 26px !important;
  }

  .usmp-service-sticky-card .usmp-btn {
    width: 100% !important;
    min-width: 0;
  }
}
/* =========================================================
   SERVICE DETAIL - RESTORE TWO COLUMN + FILL RIGHT SIDE
   ========================================================= */

.usmp-service-detail-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 36px !important;
  align-items: start !important;
}

/* Önceki full-width düzeni iptal */
.usmp-service-detail-sidebar {
  position: sticky !important;
  top: 120px !important;
  display: block !important;
}

/* Sağ kartı daha dolu ve premium yap */
.usmp-service-sticky-card {
  position: relative !important;
  overflow: hidden !important;
  padding: 28px !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(15, 107, 255, 0.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border: 1px solid #dfe8f7 !important;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.08) !important;
}

.usmp-service-sticky-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(15, 107, 255, 0.08);
  pointer-events: none;
}

.usmp-service-sticky-head {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfe8f7;
}

.usmp-service-sticky-head span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.usmp-service-sticky-head h3 {
  margin: 0 0 10px !important;
  color: #071224 !important;
  font-size: 25px !important;
  line-height: 1.18 !important;
  letter-spacing: -0.035em;
}

.usmp-service-sticky-head p {
  margin: 0 !important;
  color: #64708a !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

/* Sağ sayfa içi navigasyon */
.usmp-service-side-nav {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.usmp-service-side-nav a {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 10px 12px;
  border-radius: 15px;
  color: #071224;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid #dfe8f7;
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}

.usmp-service-side-nav a:hover {
  transform: translateX(4px);
  border-color: rgba(15, 107, 255, 0.34);
  background: #ffffff;
}

.usmp-service-side-nav a span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #0f6bff;
  background: #eef5ff;
  font-size: 11px;
  font-weight: 900;
}

/* Mini listeyi sağ kolona uygun hale getir */
.usmp-service-mini-list {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-bottom: 22px !important;
  max-width: none !important;
}

.usmp-service-mini-list span {
  min-height: 38px !important;
  border-radius: 12px !important;
  background: #eef5ff !important;
  color: #0f6bff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.usmp-service-sticky-card .usmp-btn {
  position: relative;
  z-index: 2;
  width: 100% !important;
  min-width: 0 !important;
}

/* Sol içerik eski iki kolon hissine dönsün */
.usmp-scope-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.usmp-service-check-list {
  grid-template-columns: 1fr !important;
}

.usmp-service-process-line {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

/* Blokların sağ tarafla daha iyi hizalanması */
.usmp-service-detail-block,
.usmp-service-result-box {
  padding: 34px !important;
}

/* Responsive */
@media (max-width: 1100px) {
  .usmp-service-detail-grid {
    grid-template-columns: 1fr !important;
  }

  .usmp-service-detail-sidebar {
    position: static !important;
  }

  .usmp-service-sticky-card {
    max-width: none !important;
  }

  .usmp-service-side-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .usmp-service-process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .usmp-scope-grid,
  .usmp-service-side-nav,
  .usmp-service-process-line,
  .usmp-service-mini-list {
    grid-template-columns: 1fr !important;
  }

  .usmp-service-detail-block,
  .usmp-service-result-box,
  .usmp-service-sticky-card {
    padding: 26px !important;
  }
}
/* =========================================================
   SERVICE DETAIL FINAL LAYOUT
   İlk satır: Hizmet Kapsamı + Hizmet Özeti
   Sonraki bloklar: full width
   ========================================================= */

.usmp-service-detail-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 36px !important;
  align-items: stretch !important;
}

/* İçerik wrapper'ını grid içinde görünmez yapıyoruz.
   Böylece içindeki bloklar ana grid'e doğrudan yerleşir. */
.usmp-service-detail-main {
  display: contents !important;
}

/* 1. blok: Hizmet Kapsamı solda kalsın */
.usmp-service-detail-main > :first-child {
  grid-column: 1 / 2 !important;
  grid-row: 1 !important;
  height: 100% !important;
}

/* Sağdaki Hizmet Özeti kartı ilk satırda sağda kalsın */
.usmp-service-detail-sidebar {
  grid-column: 2 / 3 !important;
  grid-row: 1 !important;
  position: static !important;
  align-self: stretch !important;
  height: 100% !important;
}

/* Sağ kart, Hizmet Kapsamı bloğuyla aynı yükseklikte dursun */
.usmp-service-sticky-card {
  height: 100% !important;
  min-height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

/* Hizmet kapsamı bloğu sağ kartla aynı yükseklik hissi versin */
.usmp-service-detail-main > :first-child.usmp-service-detail-block {
  display: flex !important;
  flex-direction: column !important;
}

/* Sonraki tüm bloklar tam genişlik kullansın */
.usmp-service-detail-main > :nth-child(n + 2),
.usmp-service-result-box,
.usmp-service-editor-content {
  grid-column: 1 / -1 !important;
}

/* Kimler için uygun alanı full width olduğunda 2 kolon güzel dursun */
.usmp-service-check-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.usmp-service-check-list li {
  min-height: 82px !important;
  display: flex !important;
  align-items: center !important;
}

/* Süreç alanı tam genişlikte daha iyi yayılsın */
.usmp-service-process-line {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

/* Hizmet kapsamı solda olduğu için 2 kolon kalsın */
.usmp-scope-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

/* Sağ kart içindeki mini listeyi düzgün tut */
.usmp-service-mini-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-bottom: 22px !important;
}

/* Sağ karttaki buton en altta düzgün dursun */
.usmp-service-sticky-card .usmp-btn {
  width: 100% !important;
  min-width: 0 !important;
}

/* Sağ kart iç navigasyonu çok uzun durmasın */
.usmp-service-side-nav {
  margin-bottom: 20px !important;
}

/* Full width bloklar daha güçlü görünsün */
.usmp-service-detail-main > :nth-child(n + 2).usmp-service-detail-block,
.usmp-service-result-box {
  width: 100% !important;
}

/* Beklenen çıktı tam geniş ve kontrollü */
.usmp-service-result-box {
  grid-column: 1 / -1 !important;
}

/* Tablet */
@media (max-width: 1100px) {
  .usmp-service-detail-grid {
    grid-template-columns: 1fr !important;
  }

  .usmp-service-detail-main {
    display: grid !important;
    gap: 24px !important;
  }

  .usmp-service-detail-main > :first-child,
  .usmp-service-detail-main > :nth-child(n + 2),
  .usmp-service-detail-sidebar,
  .usmp-service-result-box {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }

  .usmp-service-sticky-card {
    height: auto !important;
    min-height: 0 !important;
  }

  .usmp-service-process-line {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Mobil */
@media (max-width: 720px) {
  .usmp-scope-grid,
  .usmp-service-check-list,
  .usmp-service-process-line,
  .usmp-service-mini-list {
    grid-template-columns: 1fr !important;
  }

  .usmp-service-check-list li {
    min-height: auto !important;
  }
}
/* =========================================================
   SERVICE DETAIL - SÜREÇ ALANI 3 ÜST / 3 ALT
   ========================================================= */

.usmp-service-process-line {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.usmp-service-process-line div {
  min-height: 132px !important;
  padding: 22px 20px !important;
  border-radius: 20px !important;
  background: #eef5ff !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

.usmp-service-process-line span {
  display: inline-flex !important;
  margin-bottom: 16px !important;
  color: #0f6bff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
}

.usmp-service-process-line strong {
  display: block !important;
  color: #071224 !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;

  /* tek satır */
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Tablet */
@media (max-width: 1100px) {
  .usmp-service-process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobil */
@media (max-width: 720px) {
  .usmp-service-process-line {
    grid-template-columns: 1fr !important;
  }

  .usmp-service-process-line strong {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
  }
}
/* Service detail expected result + CTA spacing fix */
.usmp-service-detail-section {
  padding-bottom: 54px !important;
}

.usmp-service-result-box {
  margin-bottom: 0 !important;
}

.usmp-service-detail-section + .usmp-cta-section {
  padding-top: 0 !important;
}

.usmp-service-detail-section + .usmp-cta-section .usmp-cta {
  margin-top: 0 !important;
}

/* Beklenen çıktı kutusunun altındaki görsel boşluğu azalt */
.usmp-service-detail-main > .usmp-service-result-box:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 720px) {
  .usmp-service-detail-section {
    padding-bottom: 42px !important;
  }

  .usmp-service-detail-section + .usmp-cta-section {
    padding-top: 0 !important;
  }
}
/* =========================================================
   ABOUT PAGE REDESIGN
   ========================================================= */

.usmp-about-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 92px;
  background:
    radial-gradient(circle at 84% 14%, rgba(15, 107, 255, 0.14), transparent 28%),
    radial-gradient(circle at 18% 100%, rgba(51, 165, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
  border-bottom: 1px solid #dfe8f7;
}

.usmp-about-hero::before {
  content: "";
  position: absolute;
  right: 7%;
  top: 86px;
  width: 170px;
  height: 170px;
  opacity: 0.24;
  background-image: radial-gradient(#0f6bff 1.3px, transparent 1.3px);
  background-size: 16px 16px;
}

.usmp-about-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.84fr;
  gap: 82px;
  align-items: center;
}

.usmp-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.usmp-about-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: #0f6bff;
}

.usmp-about-eyebrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #0f6bff;
  box-shadow: 0 0 0 5px rgba(15, 107, 255, 0.10);
}

.usmp-about-hero h1 {
  max-width: 780px;
  margin: 0 0 26px;
  color: #071224;
  font-size: clamp(42px, 4.7vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.usmp-about-hero-copy > p:not(.usmp-about-eyebrow) {
  max-width: 670px;
  margin: 0;
  color: #64708a;
  font-size: 18px;
  line-height: 1.75;
}

.usmp-about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.usmp-about-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.usmp-about-visual::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 480px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 50%, rgba(15, 107, 255, 0.18), transparent 58%),
    conic-gradient(from 150deg, transparent 0 10%, rgba(15, 107, 255, 0.62), transparent 34% 100%);
  transform: rotate(-9deg);
  opacity: 0.86;
}

.usmp-about-photo-card {
  position: relative;
  z-index: 2;
  width: min(420px, 90%);
  height: 520px;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(205, 219, 244, 0.95);
  box-shadow: 0 26px 80px rgba(21, 52, 96, 0.13);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.usmp-about-photo-card img {
  max-height: 560px;
  width: auto;
  object-fit: contain;
}

.usmp-about-sign-card {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 78px;
  min-width: 250px;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255,255,255,0.88);
  border: 1px solid #dfe8f7;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.12);
  backdrop-filter: blur(16px);
}

.usmp-about-sign-card strong {
  display: block;
  color: #071224;
  font-size: 16px;
}

.usmp-about-sign-card span {
  display: block;
  margin-top: 6px;
  color: #64708a;
  font-size: 13px;
  font-weight: 700;
}

/* Intro */
.usmp-about-intro-section {
  padding: 92px 0;
  background: #fbfdff;
}

.usmp-about-intro-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 72px;
  align-items: start;
}

.usmp-about-intro-title h2,
.usmp-about-section-head h2,
.usmp-about-expertise-card h2,
.usmp-about-tools-box h2 {
  margin: 0;
  color: #071224;
  font-size: clamp(32px, 3.7vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.usmp-about-intro-content > p {
  margin: 0;
  color: #64708a;
  font-size: 18px;
  line-height: 1.8;
}

.usmp-about-mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.usmp-about-mini-metrics div {
  padding: 22px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.07);
}

.usmp-about-mini-metrics strong {
  display: block;
  margin-bottom: 6px;
  color: #0f6bff;
  font-size: 26px;
  letter-spacing: -0.04em;
}

.usmp-about-mini-metrics span {
  color: #64708a;
  font-size: 14px;
  font-weight: 700;
}

/* Principles */
.usmp-about-principles-section {
  padding: 0 0 92px;
  background: #fbfdff;
}

.usmp-about-section-head {
  max-width: 780px;
  margin-bottom: 42px;
}

.usmp-about-section-head p:not(.usmp-dot-kicker) {
  margin: 14px 0 0;
  color: #64708a;
  font-size: 17px;
  line-height: 1.7;
}

.usmp-about-principles-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.usmp-about-principle-card {
  min-height: 180px;
  padding: 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.07);
}

.usmp-about-principle-card span {
  display: inline-flex;
  margin-bottom: 22px;
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.usmp-about-principle-card h3 {
  margin: 0;
  color: #071224;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

/* Expertise */
.usmp-about-expertise-section {
  padding: 92px 0;
  background: #fbfdff;
}

.usmp-about-expertise-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  align-items: stretch;
}

.usmp-about-expertise-card {
  padding: 38px;
  border-radius: 28px;
  border: 1px solid #dfe8f7;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.07);
}

.usmp-about-expertise-card.is-dark {
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 16%, rgba(51,165,255,0.36), transparent 28%),
    linear-gradient(135deg, #071224, #0b2a66);
}

.usmp-about-expertise-card.is-dark h2 {
  color: #ffffff;
}

.usmp-about-expertise-card.is-dark p {
  margin: 18px 0 0;
  color: #c5d2ec;
  font-size: 17px;
  line-height: 1.75;
}

.usmp-about-expertise-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.usmp-about-expertise-list div {
  padding: 28px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.07);
}

.usmp-about-expertise-list strong {
  display: block;
  margin-bottom: 10px;
  color: #071224;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.usmp-about-expertise-list span {
  color: #64708a;
  font-size: 15px;
  line-height: 1.6;
}

/* Tools */
.usmp-about-tools-section {
  padding: 0 0 92px;
  background: #fbfdff;
}

.usmp-about-tools-box {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  align-items: center;
  padding: 38px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(15,107,255,0.12), transparent 30%),
    #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 18px 54px rgba(21, 52, 96, 0.07);
}

.usmp-about-tools-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.usmp-about-tools-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: #0f6bff;
  background: #eef5ff;
  font-size: 14px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .usmp-about-hero-grid,
  .usmp-about-intro-grid,
  .usmp-about-expertise-grid,
  .usmp-about-tools-box {
    grid-template-columns: 1fr;
  }

  .usmp-about-principles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .usmp-about-visual {
    min-height: 500px;
  }
}

@media (max-width: 720px) {
  .usmp-about-hero {
    padding: 72px 0 58px;
  }

  .usmp-about-hero h1 {
    font-size: 40px;
  }

  .usmp-about-hero-copy > p:not(.usmp-about-eyebrow) {
    font-size: 16px;
  }

  .usmp-about-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .usmp-about-visual {
    min-height: 390px;
  }

  .usmp-about-photo-card {
    width: 100%;
    height: 390px;
  }

  .usmp-about-photo-card img {
    max-height: 410px;
  }

  .usmp-about-sign-card {
    right: 12px;
    bottom: 28px;
    min-width: 220px;
  }

  .usmp-about-intro-section,
  .usmp-about-expertise-section {
    padding: 64px 0;
  }

  .usmp-about-principles-section,
  .usmp-about-tools-section {
    padding-bottom: 64px;
  }

  .usmp-about-mini-metrics,
  .usmp-about-principles-grid,
  .usmp-about-expertise-list {
    grid-template-columns: 1fr;
  }

  .usmp-about-tools-box {
    padding: 26px;
  }
}
/* =========================================================
   ABOUT PAGE LAPTOP FIX
   Hakkımda sayfası erken mobil düzene düşmesin
   ========================================================= */

.usmp-about-hero {
  padding: 86px 0 76px !important;
}

.usmp-about-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr) !important;
  gap: 56px !important;
  align-items: center !important;
}

.usmp-about-hero h1 {
  max-width: 760px !important;
  margin-bottom: 22px !important;
  font-size: clamp(38px, 4vw, 62px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.05em !important;
}

.usmp-about-hero-copy > p:not(.usmp-about-eyebrow) {
  max-width: 720px !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

.usmp-about-visual {
  min-height: 520px !important;
  display: grid !important;
  place-items: center !important;
}

.usmp-about-photo-card {
  width: min(360px, 100%) !important;
  height: 470px !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  background: rgba(255,255,255,0.74) !important;
  border: 1px solid #dfe8f7 !important;
  box-shadow: 0 26px 80px rgba(21, 52, 96, 0.13) !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
}

.usmp-about-photo-card img {
  width: auto !important;
  max-width: none !important;
  max-height: 500px !important;
  object-fit: contain !important;
}

.usmp-about-sign-card {
  right: 0 !important;
  bottom: 56px !important;
}

/* 1100px altındaki eski tek kolon kuralını ez */
@media (max-width: 1100px) and (min-width: 821px) {
  .usmp-about-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr) !important;
    gap: 42px !important;
  }

  .usmp-about-visual {
    min-height: 470px !important;
  }

  .usmp-about-photo-card {
    width: 320px !important;
    height: 430px !important;
  }

  .usmp-about-photo-card img {
    max-height: 455px !important;
  }

  .usmp-about-sign-card {
    bottom: 42px !important;
    right: -4px !important;
  }
}

/* Mobilde tek kolon kalsın */
@media (max-width: 820px) {
  .usmp-about-hero {
    padding: 70px 0 58px !important;
  }

  .usmp-about-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .usmp-about-hero h1 {
    font-size: 38px !important;
  }

  .usmp-about-visual {
    min-height: 390px !important;
  }

  .usmp-about-photo-card {
    width: 100% !important;
    height: 390px !important;
  }

  .usmp-about-photo-card img {
    max-height: 420px !important;
  }

  .usmp-about-sign-card {
    right: 12px !important;
    bottom: 26px !important;
  }
}
/* =========================================================
   ABOUT PAGE V2 - MODERN PERSONAL BRAND
   ========================================================= */

.usmp-about-v2-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
  background:
    radial-gradient(circle at 86% 16%, rgba(15,107,255,0.13), transparent 30%),
    radial-gradient(circle at 10% 96%, rgba(51,165,255,0.09), transparent 32%),
    linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
  border-bottom: 1px solid #dfe8f7;
}

.usmp-about-v2-hero::before {
  content: "";
  position: absolute;
  right: 5%;
  top: 110px;
  width: 210px;
  height: 210px;
  opacity: 0.2;
  background-image: radial-gradient(#0f6bff 1.3px, transparent 1.3px);
  background-size: 16px 16px;
}

.usmp-about-v2-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.78fr);
  gap: 72px;
  align-items: center;
}

.usmp-about-v2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #2f63ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.usmp-about-v2-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #2f63ff;
  box-shadow: 0 0 0 5px rgba(47, 99, 255, 0.10);
}

.usmp-about-v2-copy h1 {
  max-width: 820px;
  margin: 0 0 24px;
  color: #071224;
  font-size: clamp(42px, 4.8vw, 74px);
  line-height: 1.05;
  letter-spacing: -0.058em;
}

.usmp-about-v2-copy > p {
  max-width: 710px;
  margin: 0;
  color: #64708a;
  font-size: 18px;
  line-height: 1.75;
}

.usmp-about-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 34px;
}

.usmp-about-v2-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.usmp-about-v2-visual::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 470px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 52% 50%, rgba(15,107,255,0.18), transparent 58%),
    linear-gradient(145deg, rgba(15,107,255,0.10), rgba(51,165,255,0.02));
  border: 1px solid rgba(15,107,255,0.10);
  transform: rotate(-7deg);
}

.usmp-about-v2-photo {
  position: relative;
  z-index: 2;
  width: min(390px, 92%);
  height: 510px;
  overflow: hidden;
  border-radius: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.78), rgba(244,248,255,0.94));
  border: 1px solid #dfe8f7;
  box-shadow: 0 28px 90px rgba(21, 52, 96, 0.14);
}

.usmp-about-v2-photo img {
  width: auto;
  max-width: none;
  max-height: 545px;
  object-fit: contain;
}

.usmp-about-v2-badge {
  position: absolute;
  z-index: 3;
  left: 18px;
  bottom: 78px;
  min-width: 270px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.90);
  border: 1px solid #dfe8f7;
  box-shadow: 0 18px 60px rgba(21, 52, 96, 0.13);
  backdrop-filter: blur(16px);
}

.usmp-about-v2-badge strong {
  display: block;
  color: #071224;
  font-size: 17px;
  letter-spacing: -0.02em;
}

.usmp-about-v2-badge span {
  display: block;
  margin-top: 6px;
  color: #64708a;
  font-size: 13px;
  font-weight: 800;
}

/* Sections */
.usmp-about-v2-section,
.usmp-about-v2-system-section,
.usmp-about-v2-expertise-section,
.usmp-about-v2-tools-section {
  background: #fbfdff;
}

.usmp-about-v2-section {
  padding: 96px 0 74px;
}

.usmp-about-v2-split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 74px;
  align-items: start;
}

.usmp-about-v2-section-title h2,
.usmp-about-v2-system-head h2,
.usmp-about-v2-dark-card h2,
.usmp-about-v2-tools-box h2 {
  margin: 0;
  color: #071224;
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.052em;
}

.usmp-about-v2-rich-text {
  display: grid;
  gap: 18px;
}

.usmp-about-v2-rich-text p {
  margin: 0;
  color: #64708a;
  font-size: 18px;
  line-height: 1.82;
}

/* Focus cards */
.usmp-about-v2-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 46px;
}

.usmp-about-v2-focus-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 28px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 20px 60px rgba(21, 52, 96, 0.075);
}

.usmp-about-v2-focus-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(15,107,255,0.08);
}

.usmp-about-v2-focus-card span {
  display: inline-flex;
  margin-bottom: 30px;
  color: #2f63ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.usmp-about-v2-focus-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #071224;
  font-size: 25px;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.usmp-about-v2-focus-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #64708a;
  font-size: 15.5px;
  line-height: 1.7;
}

/* System */
.usmp-about-v2-system-section {
  padding: 22px 0 96px;
}

.usmp-about-v2-system-box {
  position: relative;
  overflow: hidden;
  padding: 46px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 8%, rgba(51,165,255,0.20), transparent 30%),
    linear-gradient(135deg, #071224 0%, #0b2a66 100%);
  box-shadow: 0 28px 90px rgba(21, 52, 96, 0.18);
}

.usmp-about-v2-system-box::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 330px;
  height: 330px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
}

.usmp-about-v2-system-head {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.usmp-about-v2-system-head h2 {
  color: #ffffff;
}

.usmp-about-v2-system-head > p {
  margin: 18px 0 0;
  color: #c5d2ec;
  font-size: 17px;
  line-height: 1.75;
}

.usmp-about-v2-system-steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.usmp-about-v2-step {
  padding: 24px;
  min-height: 230px;
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(12px);
}

.usmp-about-v2-step span {
  display: inline-flex;
  margin-bottom: 24px;
  color: #8eb8ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.usmp-about-v2-step strong {
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.usmp-about-v2-step p {
  margin: 0;
  color: #c5d2ec;
  font-size: 14.5px;
  line-height: 1.65;
}

/* Expertise */
.usmp-about-v2-expertise-section {
  padding: 0 0 96px;
}

.usmp-about-v2-expertise-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 26px;
  align-items: stretch;
}

.usmp-about-v2-dark-card {
  padding: 40px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 14%, rgba(15,107,255,0.17), transparent 28%),
    #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 20px 60px rgba(21, 52, 96, 0.075);
}

.usmp-about-v2-dark-card p:not(.usmp-about-v2-kicker) {
  margin: 18px 0 0;
  color: #64708a;
  font-size: 17px;
  line-height: 1.75;
}

.usmp-about-v2-expertise-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.usmp-about-v2-expertise-list a {
  position: relative;
  overflow: hidden;
  min-height: 212px;
  padding: 26px;
  border-radius: 24px;
  color: #071224;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 20px 60px rgba(21, 52, 96, 0.075);
  transition: 0.25s ease;
}

.usmp-about-v2-expertise-list a:hover {
  transform: translateY(-4px);
  border-color: rgba(15,107,255,0.34);
  box-shadow: 0 26px 74px rgba(21, 52, 96, 0.11);
}

.usmp-about-v2-expertise-list a::after {
  content: "→";
  position: absolute;
  right: 24px;
  top: 22px;
  color: #2f63ff;
  font-weight: 950;
}

.usmp-about-v2-expertise-list span {
  display: inline-flex;
  margin-bottom: 34px;
  color: #2f63ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.usmp-about-v2-expertise-list strong {
  display: block;
  margin-bottom: 10px;
  color: #071224;
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.usmp-about-v2-expertise-list p {
  margin: 0;
  color: #64708a;
  font-size: 14.5px;
  line-height: 1.65;
}

/* Tools */
.usmp-about-v2-tools-section {
  padding: 0 0 96px;
}

.usmp-about-v2-tools-box {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 42px;
  align-items: center;
  padding: 40px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 0%, rgba(15,107,255,0.13), transparent 32%),
    #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 20px 60px rgba(21, 52, 96, 0.075);
}

.usmp-about-v2-tools-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.usmp-about-v2-tools-list span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 17px;
  border-radius: 999px;
  color: #2f63ff;
  background: #eef5ff;
  border: 1px solid rgba(47,99,255,0.10);
  font-size: 14px;
  font-weight: 900;
}

/* CTA spacing */
.usmp-about-v2-cta-section {
  padding-top: 0 !important;
}

/* Responsive */
@media (max-width: 1180px) {
  .usmp-about-v2-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    gap: 42px;
  }

  .usmp-about-v2-copy h1 {
    font-size: clamp(40px, 4.2vw, 58px);
  }

  .usmp-about-v2-visual {
    min-height: 500px;
  }

  .usmp-about-v2-photo {
    width: 330px;
    height: 450px;
  }

  .usmp-about-v2-photo img {
    max-height: 480px;
  }

  .usmp-about-v2-system-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .usmp-about-v2-hero-grid,
  .usmp-about-v2-split,
  .usmp-about-v2-expertise-grid,
  .usmp-about-v2-tools-box {
    grid-template-columns: 1fr;
  }

  .usmp-about-v2-focus-grid,
  .usmp-about-v2-expertise-list {
    grid-template-columns: 1fr;
  }

  .usmp-about-v2-visual {
    min-height: 420px;
  }

  .usmp-about-v2-badge {
    left: 16px;
    bottom: 44px;
  }
}

@media (max-width: 720px) {
  .usmp-about-v2-hero {
    padding: 70px 0 60px;
  }

  .usmp-about-v2-copy h1 {
    font-size: 39px;
    line-height: 1.08;
  }

  .usmp-about-v2-copy > p,
  .usmp-about-v2-rich-text p {
    font-size: 16px;
  }

  .usmp-about-v2-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .usmp-about-v2-visual {
    min-height: 390px;
  }

  .usmp-about-v2-photo {
    width: 100%;
    height: 390px;
  }

  .usmp-about-v2-photo img {
    max-height: 420px;
  }

  .usmp-about-v2-section {
    padding: 66px 0 52px;
  }

  .usmp-about-v2-system-section,
  .usmp-about-v2-expertise-section,
  .usmp-about-v2-tools-section {
    padding-bottom: 66px;
  }

  .usmp-about-v2-system-box,
  .usmp-about-v2-dark-card,
  .usmp-about-v2-tools-box {
    padding: 28px;
    border-radius: 26px;
  }

  .usmp-about-v2-system-steps {
    grid-template-columns: 1fr;
  }

  .usmp-about-v2-step {
    min-height: auto;
  }

  .usmp-about-v2-section-title h2,
  .usmp-about-v2-system-head h2,
  .usmp-about-v2-dark-card h2,
  .usmp-about-v2-tools-box h2 {
    font-size: 34px;
  }
}
/* =========================================================
   ABOUT PAGE - APPROACH V3
   Modern SEO / GEO / WEB system panel
   ========================================================= */

.usmp-about-approach-v3 {
  padding: 96px 0 78px !important;
  background: #fbfdff !important;
}

.usmp-about-approach-v3-box {
  position: relative !important;
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr) !important;
  gap: 46px !important;
  align-items: stretch !important;
  padding: 42px !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(15, 107, 255, 0.13), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%) !important;
  border: 1px solid #dfe8f7 !important;
  box-shadow: 0 24px 76px rgba(21, 52, 96, 0.08) !important;
}

.usmp-about-approach-v3-box::before {
  content: "" !important;
  position: absolute !important;
  right: -120px !important;
  top: -120px !important;
  width: 280px !important;
  height: 280px !important;
  border-radius: 999px !important;
  background: rgba(15, 107, 255, 0.08) !important;
  pointer-events: none !important;
}

.usmp-about-approach-v3-copy {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.usmp-about-approach-v3-copy h2 {
  margin: 0 !important;
  color: #071224 !important;
  font-size: clamp(34px, 3.7vw, 56px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.052em !important;
}

.usmp-about-approach-v3-copy > p {
  max-width: 640px !important;
  margin: 22px 0 0 !important;
  color: #64708a !important;
  font-size: 17px !important;
  line-height: 1.78 !important;
}

.usmp-about-approach-v3-proof {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 28px !important;
}

.usmp-about-approach-v3-proof span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  color: #0f6bff !important;
  background: #eef5ff !important;
  border: 1px solid rgba(15, 107, 255, 0.12) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

/* Sağ sistem alanı */
.usmp-about-approach-v3-system {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  gap: 14px !important;
}

.usmp-about-approach-v3-system::before {
  content: "" !important;
  position: absolute !important;
  left: 32px !important;
  top: 46px !important;
  bottom: 108px !important;
  width: 2px !important;
  border-radius: 99px !important;
  background: linear-gradient(180deg, rgba(15,107,255,0.15), rgba(15,107,255,0.55), rgba(15,107,255,0.15)) !important;
}

.usmp-about-approach-v3-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 66px 1fr !important;
  gap: 18px !important;
  align-items: center !important;
  min-height: 124px !important;
  padding: 22px 24px !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,0.86) !important;
  border: 1px solid #dfe8f7 !important;
  box-shadow: 0 18px 52px rgba(21, 52, 96, 0.07) !important;
  backdrop-filter: blur(14px) !important;
}

.usmp-about-approach-v3-number {
  position: relative !important;
  z-index: 3 !important;
  width: 48px !important;
  height: 48px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 16px !important;
  color: #0f6bff !important;
  background: #eef5ff !important;
  border: 1px solid rgba(15,107,255,0.12) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 0.12em !important;
}

.usmp-about-approach-v3-card h3 {
  margin: 0 0 7px !important;
  color: #071224 !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.035em !important;
}

.usmp-about-approach-v3-card p {
  max-width: 520px !important;
  margin: 0 !important;
  color: #64708a !important;
  font-size: 14.5px !important;
  line-height: 1.62 !important;
}

.usmp-about-approach-v3-card.is-geo {
  transform: translateX(24px) !important;
}

.usmp-about-approach-v3-card.is-web {
  transform: translateX(48px) !important;
}

/* Sonuç kartı */
.usmp-about-approach-v3-result {
  position: relative !important;
  z-index: 2 !important;
  margin-left: 48px !important;
  margin-top: 6px !important;
  padding: 24px 26px !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 86% 10%, rgba(51,165,255,0.26), transparent 34%),
    linear-gradient(135deg, #071224 0%, #0b2a66 100%) !important;
  box-shadow: 0 22px 68px rgba(21, 52, 96, 0.17) !important;
}

.usmp-about-approach-v3-result span {
  display: inline-flex !important;
  margin-bottom: 10px !important;
  color: #8eb8ff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

.usmp-about-approach-v3-result strong {
  display: block !important;
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 1.22 !important;
  letter-spacing: -0.035em !important;
}

/* Eski yaklaşım kartlarının etkisini azalt */
.usmp-about-v2-section {
  padding-top: 0 !important;
}

/* Responsive */
@media (max-width: 1100px) {
  .usmp-about-approach-v3-box {
    grid-template-columns: 1fr !important;
  }

  .usmp-about-approach-v3-card.is-geo,
  .usmp-about-approach-v3-card.is-web,
  .usmp-about-approach-v3-result {
    transform: none !important;
    margin-left: 0 !important;
  }

  .usmp-about-approach-v3-system::before {
    display: none !important;
  }
}

@media (max-width: 720px) {
  .usmp-about-approach-v3 {
    padding: 64px 0 54px !important;
  }

  .usmp-about-approach-v3-box {
    padding: 26px !important;
    border-radius: 28px !important;
  }

  .usmp-about-approach-v3-copy h2 {
    font-size: 34px !important;
  }

  .usmp-about-approach-v3-copy > p {
    font-size: 16px !important;
  }

  .usmp-about-approach-v3-card {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    min-height: auto !important;
    padding: 22px !important;
  }

  .usmp-about-approach-v3-card h3 {
    font-size: 22px !important;
  }

  .usmp-about-approach-v3-result strong {
    font-size: 22px !important;
  }
}
/* =========================================================
   ABOUT APPROACH V3 - CARD ALIGN FIX
   Tüm kartlar ortalı ve hizalı olsun
   ========================================================= */

.usmp-about-approach-v3-system {
  display: grid !important;
  gap: 14px !important;
  align-content: center !important;
}

.usmp-about-approach-v3-system::before {
  display: none !important;
}

/* tüm kartlar aynı hizada */
.usmp-about-approach-v3-card,
.usmp-about-approach-v3-result {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  transform: none !important;
}

/* önceki kaydırmaları tamamen iptal et */
.usmp-about-approach-v3-card.is-seo,
.usmp-about-approach-v3-card.is-geo,
.usmp-about-approach-v3-card.is-web {
  transform: none !important;
}

/* kart içeriğini daha dengeli hizala */
.usmp-about-approach-v3-card {
  min-height: 140px !important;
  grid-template-columns: 72px 1fr !important;
  align-items: center !important;
  padding: 26px 28px !important;
}

.usmp-about-approach-v3-card > div:last-child {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* sonuç kartı da aynı genişlikte ve hizalı */
.usmp-about-approach-v3-result {
  min-height: 164px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 28px !important;
  border-radius: 24px !important;
}

/* sağ kolon genel hizası */
.usmp-about-approach-v3-box {
  align-items: center !important;
}

/* mobil/tablet */
@media (max-width: 1100px) {
  .usmp-about-approach-v3-card,
  .usmp-about-approach-v3-result {
    width: 100% !important;
    margin-left: 0 !important;
    transform: none !important;
  }
}

@media (max-width: 720px) {
  .usmp-about-approach-v3-card {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    min-height: auto !important;
  }

  .usmp-about-approach-v3-result {
    min-height: auto !important;
  }
}
/* =========================================================
   BLOG LIST PAGE V2
   ========================================================= */

.usmp-blog-v2-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 86px;
  background:
    radial-gradient(circle at 86% 12%, rgba(15,107,255,0.14), transparent 30%),
    radial-gradient(circle at 12% 100%, rgba(51,165,255,0.08), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
  border-bottom: 1px solid #dfe8f7;
}

.usmp-blog-v2-hero::before {
  content: "";
  position: absolute;
  right: 6%;
  top: 100px;
  width: 210px;
  height: 210px;
  opacity: 0.22;
  background-image: radial-gradient(#0f6bff 1.3px, transparent 1.3px);
  background-size: 16px 16px;
}

.usmp-blog-v2-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  gap: 64px;
  align-items: center;
}

.usmp-blog-v2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #2f63ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.usmp-blog-v2-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #2f63ff;
  box-shadow: 0 0 0 5px rgba(47, 99, 255, 0.10);
}

.usmp-blog-v2-hero-copy h1 {
  max-width: 860px;
  margin: 0 0 24px;
  color: #071224;
  font-size: clamp(42px, 4.8vw, 74px);
  line-height: 1.05;
  letter-spacing: -0.058em;
}

.usmp-blog-v2-hero-copy > p {
  max-width: 720px;
  margin: 0;
  color: #64708a;
  font-size: 18px;
  line-height: 1.75;
}

.usmp-blog-v2-hero-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 0%, rgba(51,165,255,0.22), transparent 34%),
    linear-gradient(135deg, #071224 0%, #0b2a66 100%);
  box-shadow: 0 28px 90px rgba(21, 52, 96, 0.18);
}

.usmp-blog-v2-hero-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #8eb8ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.usmp-blog-v2-hero-card strong {
  display: block;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.usmp-blog-v2-hero-card p {
  margin: 16px 0 0;
  color: #c5d2ec;
  font-size: 15.5px;
  line-height: 1.72;
}

/* Featured */
.usmp-blog-v2-featured-section {
  padding: 72px 0 34px;
  background: #fbfdff;
}

.usmp-blog-v2-featured-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 24px 76px rgba(21, 52, 96, 0.08);
}

.usmp-blog-v2-featured-media {
  min-height: 430px;
  display: block;
  background: #eef5ff;
}

.usmp-blog-v2-featured-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.usmp-blog-v2-featured-placeholder,
.usmp-blog-v2-card-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 70% 20%, rgba(51,165,255,0.24), transparent 32%),
    linear-gradient(135deg, #071224, #0b2a66);
}

.usmp-blog-v2-featured-placeholder span,
.usmp-blog-v2-card-placeholder span {
  color: #ffffff;
  font-size: 76px;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.usmp-blog-v2-featured-copy {
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.usmp-blog-v2-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.usmp-blog-v2-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: #2f63ff;
  background: #eef5ff;
  font-size: 12px;
  font-weight: 900;
}

.usmp-blog-v2-label {
  margin: 0 0 14px;
  color: #2f63ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.usmp-blog-v2-featured-copy h2 {
  margin: 0;
  color: #071224;
  font-size: clamp(34px, 3.6vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.052em;
}

.usmp-blog-v2-featured-copy h2 a {
  color: inherit;
}

.usmp-blog-v2-featured-copy > p:not(.usmp-blog-v2-label) {
  margin: 18px 0 0;
  color: #64708a;
  font-size: 17px;
  line-height: 1.75;
}

.usmp-blog-v2-read-more,
.usmp-blog-v2-card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  color: #0f6bff;
  font-size: 14px;
  font-weight: 950;
}

/* List */
.usmp-blog-v2-list-section {
  padding: 42px 0 96px;
  background: #fbfdff;
}

.usmp-blog-v2-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 36px;
  align-items: start;
}

.usmp-blog-v2-section-head {
  margin-bottom: 28px;
}

.usmp-blog-v2-section-head h2 {
  margin: 0;
  color: #071224;
  font-size: clamp(32px, 3.4vw, 50px);
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.usmp-blog-v2-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.usmp-blog-v2-card {
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 20px 60px rgba(21, 52, 96, 0.075);
  transition: 0.25s ease;
}

.usmp-blog-v2-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15,107,255,0.34);
  box-shadow: 0 28px 76px rgba(21, 52, 96, 0.11);
}

.usmp-blog-v2-card-media {
  display: block;
  height: 220px;
  background: #eef5ff;
}

.usmp-blog-v2-card-media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.usmp-blog-v2-card-body {
  padding: 26px;
}

.usmp-blog-v2-card h3 {
  margin: 0;
  color: #071224;
  font-size: 25px;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.usmp-blog-v2-card h3 a {
  color: inherit;
}

.usmp-blog-v2-card p {
  margin: 14px 0 0;
  color: #64708a;
  font-size: 15px;
  line-height: 1.68;
}

.usmp-blog-v2-card-link {
  margin-top: 22px;
}

/* Sidebar */
.usmp-blog-v2-sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 16px;
}

.usmp-blog-v2-sidebar-card,
.usmp-blog-v2-sidebar-cta {
  overflow: hidden;
  padding: 26px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 20px 60px rgba(21, 52, 96, 0.075);
}

.usmp-blog-v2-sidebar-card > span,
.usmp-blog-v2-sidebar-cta > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #2f63ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.usmp-blog-v2-sidebar-card h3,
.usmp-blog-v2-sidebar-cta h3 {
  margin: 0;
  color: #071224;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.usmp-blog-v2-sidebar-card p {
  margin: 14px 0 0;
  color: #64708a;
  font-size: 15px;
  line-height: 1.68;
}

.usmp-blog-v2-category-list {
  display: grid;
  gap: 10px;
}

.usmp-blog-v2-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 15px;
  color: #071224;
  background: #f4f8ff;
  border: 1px solid #dfe8f7;
  font-size: 14px;
  font-weight: 900;
}

.usmp-blog-v2-category-list small {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #0f6bff;
  background: #ffffff;
  font-size: 12px;
  font-weight: 950;
}

.usmp-blog-v2-sidebar-cta {
  background:
    radial-gradient(circle at 88% 0%, rgba(51,165,255,0.24), transparent 34%),
    linear-gradient(135deg, #071224, #0b2a66);
}

.usmp-blog-v2-sidebar-cta h3 {
  color: #ffffff;
}

.usmp-blog-v2-sidebar-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  margin-top: 22px;
  padding: 0 18px;
  border-radius: 14px;
  color: #071224;
  background: #ffffff;
  font-size: 14px;
  font-weight: 950;
}

/* Pagination */
.usmp-blog-v2-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.usmp-blog-v2-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  color: #071224;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  font-size: 14px;
  font-weight: 900;
}

.usmp-blog-v2-pagination .page-numbers.current {
  color: #ffffff;
  background: #0f6bff;
  border-color: #0f6bff;
}

.usmp-blog-v2-empty {
  padding: 34px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
}

.usmp-blog-v2-empty h3 {
  margin: 0;
  color: #071224;
  font-size: 28px;
}

.usmp-blog-v2-empty p {
  margin: 10px 0 0;
  color: #64708a;
}

/* CTA spacing */
.usmp-blog-v2-cta-section {
  padding-top: 0 !important;
}

/* Responsive */
@media (max-width: 1100px) {
  .usmp-blog-v2-hero-grid,
  .usmp-blog-v2-featured-card,
  .usmp-blog-v2-layout {
    grid-template-columns: 1fr;
  }

  .usmp-blog-v2-sidebar {
    position: static;
  }

  .usmp-blog-v2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .usmp-blog-v2-featured-media,
  .usmp-blog-v2-featured-media img {
    min-height: 340px;
  }
}

@media (max-width: 720px) {
  .usmp-blog-v2-hero {
    padding: 72px 0 60px;
  }

  .usmp-blog-v2-hero-copy h1 {
    font-size: 39px;
    line-height: 1.08;
  }

  .usmp-blog-v2-hero-copy > p {
    font-size: 16px;
  }

  .usmp-blog-v2-hero-card,
  .usmp-blog-v2-featured-copy,
  .usmp-blog-v2-sidebar-card,
  .usmp-blog-v2-sidebar-cta {
    padding: 26px;
    border-radius: 26px;
  }

  .usmp-blog-v2-featured-section {
    padding-top: 54px;
  }

  .usmp-blog-v2-grid {
    grid-template-columns: 1fr;
  }

  .usmp-blog-v2-featured-media,
  .usmp-blog-v2-featured-media img {
    min-height: 280px;
  }

  .usmp-blog-v2-card-media,
  .usmp-blog-v2-card-media img {
    height: 210px;
  }

  .usmp-blog-v2-list-section {
    padding-bottom: 66px;
  }
}
/* =========================================================
   SINGLE BLOG PAGE V2
   ========================================================= */

.usmp-single-v2 {
  background: #fbfdff;
}

/* Hero */
.usmp-single-v2-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 74px;
  background:
    radial-gradient(circle at 86% 12%, rgba(15,107,255,0.14), transparent 30%),
    radial-gradient(circle at 12% 100%, rgba(51,165,255,0.08), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
  border-bottom: 1px solid #dfe8f7;
}

.usmp-single-v2-hero::before {
  content: "";
  position: absolute;
  right: 6%;
  top: 96px;
  width: 210px;
  height: 210px;
  opacity: 0.22;
  background-image: radial-gradient(#0f6bff 1.3px, transparent 1.3px);
  background-size: 16px 16px;
}

.usmp-single-v2-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.usmp-single-v2-meta,
.usmp-single-v2-related-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.usmp-single-v2-meta span,
.usmp-single-v2-meta a,
.usmp-single-v2-related-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: #2f63ff;
  background: #eef5ff;
  border: 1px solid rgba(47,99,255,0.10);
  font-size: 12px;
  font-weight: 900;
}

.usmp-single-v2-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #071224;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.usmp-single-v2-excerpt {
  max-width: 780px;
  margin: 24px 0 0;
  color: #64708a;
  font-size: 19px;
  line-height: 1.75;
}

.usmp-single-v2-author-row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 34px;
}

.usmp-single-v2-author-avatar {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #071224, #0f6bff);
  font-size: 16px;
  font-weight: 950;
}

.usmp-single-v2-author-row strong {
  display: block;
  color: #071224;
  font-size: 15px;
  line-height: 1.2;
}

.usmp-single-v2-author-row span {
  display: block;
  margin-top: 4px;
  color: #64708a;
  font-size: 13px;
  font-weight: 700;
}

/* Cover */
.usmp-single-v2-cover-section {
  padding: 56px 0 0;
  background: #fbfdff;
}

.usmp-single-v2-cover {
  overflow: hidden;
  border-radius: 34px;
  background: #eef5ff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 24px 76px rgba(21, 52, 96, 0.08);
}

.usmp-single-v2-cover img {
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: cover;
  display: block;
}

/* Content */
.usmp-single-v2-content-section {
  padding: 72px 0 94px;
  background: #fbfdff;
}

.usmp-single-v2-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 46px;
  align-items: start;
}

.usmp-single-v2-content {
  max-width: 820px;
  padding: 42px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 20px 60px rgba(21, 52, 96, 0.075);
}

.usmp-single-v2-content > *:first-child {
  margin-top: 0;
}

.usmp-single-v2-content > *:last-child {
  margin-bottom: 0;
}

.usmp-single-v2-content p {
  margin: 0 0 24px;
  color: #33405c;
  font-size: 18px;
  line-height: 1.88;
}

.usmp-single-v2-content h2 {
  margin: 46px 0 18px;
  color: #071224;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.usmp-single-v2-content h3 {
  margin: 36px 0 16px;
  color: #071224;
  font-size: 27px;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.usmp-single-v2-content h4 {
  margin: 30px 0 14px;
  color: #071224;
  font-size: 22px;
  line-height: 1.2;
}

.usmp-single-v2-content a {
  color: #0f6bff;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.usmp-single-v2-content ul,
.usmp-single-v2-content ol {
  margin: 0 0 26px 22px;
  padding: 0;
  color: #33405c;
  font-size: 18px;
  line-height: 1.86;
}

.usmp-single-v2-content li {
  margin-bottom: 10px;
}

.usmp-single-v2-content blockquote {
  margin: 36px 0;
  padding: 28px 30px;
  border-radius: 24px;
  color: #071224;
  background:
    radial-gradient(circle at 90% 0%, rgba(15,107,255,0.12), transparent 32%),
    #f4f8ff;
  border: 1px solid #dfe8f7;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 800;
}

.usmp-single-v2-content img {
  max-width: 100%;
  height: auto;
  border-radius: 22px;
}

.usmp-single-v2-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 34px 0;
  overflow: hidden;
  border-radius: 18px;
}

.usmp-single-v2-content th,
.usmp-single-v2-content td {
  padding: 15px 16px;
  border: 1px solid #dfe8f7;
  text-align: left;
  color: #33405c;
  font-size: 15px;
}

.usmp-single-v2-content th {
  color: #071224;
  background: #eef5ff;
  font-weight: 950;
}

/* Sidebar */
.usmp-single-v2-sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 16px;
}

.usmp-single-v2-side-card,
.usmp-single-v2-side-cta {
  overflow: hidden;
  padding: 26px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 20px 60px rgba(21, 52, 96, 0.075);
}

.usmp-single-v2-side-card > span,
.usmp-single-v2-side-cta > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #2f63ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.usmp-single-v2-side-card h3,
.usmp-single-v2-side-cta h3 {
  margin: 0;
  color: #071224;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.usmp-single-v2-side-card p {
  margin: 12px 0 0;
  color: #64708a;
  font-size: 15px;
  line-height: 1.68;
}

.usmp-single-v2-side-author {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
}

.usmp-single-v2-side-author strong {
  display: block;
  color: #071224;
  font-size: 17px;
  line-height: 1.2;
}

.usmp-single-v2-side-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: #0f6bff;
  font-size: 14px;
  font-weight: 950;
}

.usmp-single-v2-side-cta {
  background:
    radial-gradient(circle at 88% 0%, rgba(51,165,255,0.24), transparent 34%),
    linear-gradient(135deg, #071224, #0b2a66);
}

.usmp-single-v2-side-cta h3 {
  color: #ffffff;
}

.usmp-single-v2-side-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  margin-top: 22px;
  padding: 0 18px;
  border-radius: 14px;
  color: #071224;
  background: #ffffff;
  font-size: 14px;
  font-weight: 950;
}

/* Related */
.usmp-single-v2-related-section {
  padding: 0 0 96px;
  background: #fbfdff;
}

.usmp-single-v2-section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.usmp-single-v2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: #2f63ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.usmp-single-v2-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #2f63ff;
  box-shadow: 0 0 0 5px rgba(47, 99, 255, 0.10);
}

.usmp-single-v2-section-head h2 {
  margin: 0;
  color: #071224;
  font-size: clamp(32px, 3.4vw, 50px);
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.usmp-single-v2-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.usmp-single-v2-related-card {
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #dfe8f7;
  box-shadow: 0 20px 60px rgba(21, 52, 96, 0.075);
  transition: 0.25s ease;
}

.usmp-single-v2-related-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15,107,255,0.34);
  box-shadow: 0 28px 76px rgba(21, 52, 96, 0.11);
}

.usmp-single-v2-related-media {
  display: block;
  height: 210px;
  background: #eef5ff;
}

.usmp-single-v2-related-media img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.usmp-single-v2-related-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 70% 20%, rgba(51,165,255,0.24), transparent 32%),
    linear-gradient(135deg, #071224, #0b2a66);
}

.usmp-single-v2-related-placeholder span {
  color: #ffffff;
  font-size: 64px;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.usmp-single-v2-related-body {
  padding: 24px;
}

.usmp-single-v2-related-card h3 {
  margin: 0;
  color: #071224;
  font-size: 23px;
  line-height: 1.17;
  letter-spacing: -0.035em;
}

.usmp-single-v2-related-card h3 a {
  color: inherit;
}

.usmp-single-v2-related-card p {
  margin: 13px 0 0;
  color: #64708a;
  font-size: 14.5px;
  line-height: 1.65;
}

.usmp-single-v2-page-links {
  margin-top: 34px;
}

/* CTA spacing */
.usmp-single-v2-cta-section {
  padding-top: 0 !important;
}

/* Responsive */
@media (max-width: 1100px) {
  .usmp-single-v2-layout {
    grid-template-columns: 1fr;
  }

  .usmp-single-v2-content {
    max-width: none;
  }

  .usmp-single-v2-sidebar {
    position: static;
  }

  .usmp-single-v2-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .usmp-single-v2-hero {
    padding: 72px 0 58px;
  }

  .usmp-single-v2-hero h1 {
    font-size: 39px;
    line-height: 1.08;
  }

  .usmp-single-v2-excerpt {
    font-size: 16px;
  }

  .usmp-single-v2-cover-section {
    padding-top: 42px;
  }

  .usmp-single-v2-cover {
    border-radius: 26px;
  }

  .usmp-single-v2-content-section {
    padding: 52px 0 68px;
  }

  .usmp-single-v2-content {
    padding: 26px;
    border-radius: 26px;
  }

  .usmp-single-v2-content p,
  .usmp-single-v2-content ul,
  .usmp-single-v2-content ol {
    font-size: 16px;
    line-height: 1.82;
  }

  .usmp-single-v2-content h2 {
    font-size: 31px;
  }

  .usmp-single-v2-content h3 {
    font-size: 24px;
  }

  .usmp-single-v2-related-grid {
    grid-template-columns: 1fr;
  }

  .usmp-single-v2-side-card,
  .usmp-single-v2-side-cta {
    padding: 24px;
    border-radius: 24px;
  }

  .usmp-single-v2-related-section {
    padding-bottom: 68px;
  }
}
/* =========================================================
   SINGLE BLOG QUICK POLISH
   Hero ve içerik boşluk düzeni
   ========================================================= */

.usmp-single-v2-hero {
  padding: 74px 0 58px !important;
}

.usmp-single-v2-hero h1 {
  font-size: clamp(42px, 4.4vw, 66px) !important;
  line-height: 1.05 !important;
}

.usmp-single-v2-excerpt {
  margin-top: 20px !important;
  font-size: 18px !important;
}

.usmp-single-v2-content-section {
  padding: 54px 0 78px !important;
}

.usmp-single-v2-content {
  min-height: 260px !important;
}

.usmp-single-v2-content p {
  font-size: 18px !important;
  line-height: 1.85 !important;
}

/* İçerik çok kısa olduğunda kutu daha dengeli dursun */
.usmp-single-v2-content > p:only-child {
  margin-bottom: 0 !important;
}

/* Sidebar kartları biraz daha kompakt */
.usmp-single-v2-side-card,
.usmp-single-v2-side-cta {
  padding: 24px !important;
}

/* Uncategorized görüntüsünü biraz daha düzgün göster */
.usmp-single-v2-meta a {
  text-transform: none !important;
}

/* Mobil */
@media (max-width: 720px) {
  .usmp-single-v2-hero {
    padding: 62px 0 48px !important;
  }

  .usmp-single-v2-content-section {
    padding: 42px 0 62px !important;
  }

  .usmp-single-v2-content {
    min-height: auto !important;
  }
}
html {
  scroll-behavior: smooth;
}

.usmp-single-v2-content h2[id] {
  scroll-margin-top: 120px;
}

.usmp-blog-toc-desktop {
  position: sticky;
  top: 110px;
  z-index: 2;
}

.usmp-blog-toc-mobile {
  display: none;
  margin-bottom: 28px;
}

.usmp-blog-toc {
  width: 100%;
  border: 1px solid rgba(15, 107, 255, .16);
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(244,248,255,.92));
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 22px 60px rgba(7, 18, 36, .08);
}

.usmp-blog-toc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(7, 18, 36, .08);
}

.usmp-blog-toc-head span {
  font-size: 15px;
  font-weight: 800;
  color: #071224;
  letter-spacing: -.01em;
}

.usmp-blog-toc-head small {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  color: #0f6bff;
  background: rgba(15, 107, 255, .09);
  border: 1px solid rgba(15, 107, 255, .12);
  padding: 6px 9px;
  border-radius: 999px;
}

.usmp-blog-toc ol {
  list-style: none;
  counter-reset: toc-counter;
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  max-height: 58vh;
  overflow: auto;
  scrollbar-width: thin;
}

.usmp-blog-toc li {
  counter-increment: toc-counter;
  margin: 0;
  padding: 0;
}

.usmp-blog-toc a {
  position: relative;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: start;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 14px;
  color: rgba(7, 18, 36, .72);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.usmp-blog-toc a::before {
  content: counter(toc-counter);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(15, 107, 255, .08);
  color: #0f6bff;
  font-size: 11px;
  font-weight: 900;
}

.usmp-blog-toc a:hover {
  background: rgba(15, 107, 255, .075);
  color: #071224;
  transform: translateX(3px);
}

.usmp-blog-toc a:hover::before {
  background: #0f6bff;
  color: #fff;
}

@media (max-width: 1020px) {
  .usmp-blog-toc-desktop {
    display: none;
  }

  .usmp-blog-toc-mobile {
    display: block;
  }

  .usmp-blog-toc {
    padding: 18px;
    border-radius: 20px;
  }

  .usmp-blog-toc ol {
    max-height: 320px;
  }

  .usmp-blog-toc a {
    font-size: 13px;
    padding: 9px 8px;
  }
}

@media (max-width: 640px) {
  .usmp-blog-toc-mobile {
    margin-bottom: 22px;
  }

  .usmp-blog-toc-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .usmp-blog-toc ol {
    max-height: 280px;
  }

  .usmp-single-v2-content h2[id] {
    scroll-margin-top: 92px;
  }
}
/* BLOG TABLE OF CONTENTS - FINAL FIX */
html {
  scroll-behavior: smooth;
}

.usmp-single-v2-content h2[id] {
  scroll-margin-top: 120px !important;
}

/* Desktop: sadece sağdaki TOC görünsün */
.usmp-blog-toc-mobile {
  display: none !important;
}

.usmp-blog-toc-desktop {
  display: block !important;
  position: sticky !important;
  top: 104px !important;
  z-index: 5 !important;
  margin-bottom: 18px !important;
}

/* TOC kutusu */
.usmp-blog-toc {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid rgba(15, 107, 255, .15) !important;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(244,248,255,.94)) !important;
  border-radius: 22px !important;
  padding: 18px !important;
  box-shadow: 0 18px 50px rgba(7, 18, 36, .075) !important;
}

/* Başlık alanı */
.usmp-blog-toc-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 0 14px 0 !important;
  padding: 0 0 12px 0 !important;
  border-bottom: 1px solid rgba(7, 18, 36, .08) !important;
}

.usmp-blog-toc-head span {
  display: block !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
  color: #071224 !important;
}

.usmp-blog-toc-head small {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  color: #0f6bff !important;
  background: rgba(15, 107, 255, .09) !important;
  border: 1px solid rgba(15, 107, 255, .14) !important;
  padding: 6px 8px !important;
  border-radius: 999px !important;
}

/* Liste */
.usmp-blog-toc ol {
  list-style: none !important;
  counter-reset: toc-counter !important;
  display: grid !important;
  gap: 3px !important;
  margin: 0 !important;
  padding: 0 !important;
  max-height: 56vh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-width: thin !important;
}

.usmp-blog-toc li {
  counter-increment: toc-counter !important;
  margin: 0 !important;
  padding: 0 !important;
}

.usmp-blog-toc a {
  display: grid !important;
  grid-template-columns: 24px 1fr !important;
  align-items: flex-start !important;
  gap: 9px !important;
  padding: 8px 8px !important;
  border-radius: 13px !important;
  color: rgba(7, 18, 36, .72) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  transition: background .18s ease, color .18s ease, transform .18s ease !important;
}

.usmp-blog-toc a::before {
  content: counter(toc-counter) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  border-radius: 999px !important;
  background: rgba(15, 107, 255, .08) !important;
  color: #0f6bff !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.usmp-blog-toc a:hover {
  background: rgba(15, 107, 255, .075) !important;
  color: #071224 !important;
  transform: translateX(2px) !important;
}

.usmp-blog-toc a:hover::before {
  background: #0f6bff !important;
  color: #fff !important;
}

/* Sidebar içindeki TOC ile yazar kartı arasında boşluk */
.usmp-blog-toc-desktop + .usmp-single-v2-side-card {
  margin-top: 18px !important;
}

/* Tablet ve mobil: sağdaki gizlensin, içerik üstündeki görünsün */
@media (max-width: 1020px) {
  .usmp-blog-toc-desktop {
    display: none !important;
  }

  .usmp-blog-toc-mobile {
    display: block !important;
    margin: 0 0 26px 0 !important;
  }

  .usmp-blog-toc {
    padding: 17px !important;
    border-radius: 20px !important;
  }

  .usmp-blog-toc ol {
    max-height: 320px !important;
  }

  .usmp-blog-toc a {
    font-size: 13px !important;
    padding: 9px 8px !important;
  }
}

@media (max-width: 640px) {
  .usmp-blog-toc-head {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  .usmp-blog-toc ol {
    max-height: 280px !important;
  }

  .usmp-single-v2-content h2[id] {
    scroll-margin-top: 92px !important;
  }
}
/* BLOG DETAIL HERO + AUTHOR + RELATED FINAL FIX */

/* Hero genel düzen */
.usmp-single-v2-hero {
  padding: 86px 0 72px !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(15, 107, 255, .12), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%) !important;
  border-bottom: 1px solid rgba(7, 18, 36, .08) !important;
}

.usmp-single-v2-hero-inner {
  max-width: 980px !important;
}

/* Üst meta: kategori / tarih / okuma */
.usmp-single-v2-labels {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-bottom: 18px !important;
  color: rgba(7, 18, 36, .62) !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
}

.usmp-single-v2-labels a,
.usmp-single-v2-labels span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 8px 11px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .72) !important;
  border: 1px solid rgba(15, 107, 255, .13) !important;
  color: rgba(7, 18, 36, .72) !important;
  text-decoration: none !important;
  box-shadow: 0 10px 26px rgba(7, 18, 36, .045) !important;
}

.usmp-single-v2-labels a {
  color: #0f6bff !important;
  font-weight: 850 !important;
}

/* Başlık */
.usmp-single-v2-hero h1 {
  max-width: 920px !important;
  margin: 0 !important;
  font-size: clamp(44px, 5.1vw, 78px) !important;
  line-height: .98 !important;
  letter-spacing: -.065em !important;
  color: #071224 !important;
  font-weight: 900 !important;
}

/* Özet */
.usmp-single-v2-excerpt {
  max-width: 820px !important;
  margin: 26px 0 0 0 !important;
  color: rgba(7, 18, 36, .68) !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

/* Yazar alanı */
.usmp-single-v2-author {
  display: inline-flex !important;
  align-items: center !important;
  gap: 13px !important;
  width: auto !important;
  max-width: 100% !important;
  margin-top: 24px !important;
  padding: 10px 14px 10px 10px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .78) !important;
  border: 1px solid rgba(15, 107, 255, .13) !important;
  box-shadow: 0 18px 44px rgba(7, 18, 36, .07) !important;
}

.usmp-single-v2-author-avatar {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #0f6bff, #1741b8) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.usmp-single-v2-author div:last-child {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 2px !important;
}

.usmp-single-v2-author strong {
  display: block !important;
  color: #071224 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  text-transform: capitalize !important;
}

.usmp-single-v2-author span {
  display: block !important;
  color: rgba(7, 18, 36, .62) !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
}

/* İçerik alanı genişlik */
.usmp-single-v2-content-section {
  padding: 58px 0 84px !important;
}

.usmp-single-v2-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 320px !important;
  align-items: start !important;
  gap: 34px !important;
}

.usmp-single-v2-content-card {
  min-width: 0 !important;
}

.usmp-single-v2-sidebar {
  min-width: 0 !important;
}

/* Benzer içerikler */
.usmp-single-v2-related-section {
  padding: 72px 0 96px !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(15, 107, 255, .08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
}

.usmp-single-v2-related-head {
  max-width: 720px !important;
  margin: 0 0 28px 0 !important;
}

.usmp-single-v2-related-head span {
  display: inline-flex !important;
  color: #0f6bff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
}

.usmp-single-v2-related-head h2 {
  margin: 0 !important;
  color: #071224 !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
  font-weight: 900 !important;
}

.usmp-single-v2-related-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.usmp-single-v2-related-card {
  min-width: 0 !important;
  height: 100% !important;
  border-radius: 24px !important;
  border: 1px solid rgba(15, 107, 255, .15) !important;
  background: rgba(255, 255, 255, .82) !important;
  box-shadow: 0 20px 55px rgba(7, 18, 36, .07) !important;
  overflow: hidden !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

.usmp-single-v2-related-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(15, 107, 255, .28) !important;
  box-shadow: 0 28px 70px rgba(7, 18, 36, .11) !important;
}

.usmp-single-v2-related-card a {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 220px !important;
  padding: 24px !important;
  text-decoration: none !important;
  color: inherit !important;
}

.usmp-single-v2-related-card span {
  display: inline-flex !important;
  align-self: flex-start !important;
  margin-bottom: 14px !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: rgba(15, 107, 255, .08) !important;
  color: #0f6bff !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

.usmp-single-v2-related-card h3 {
  margin: 0 !important;
  color: #071224 !important;
  font-size: 22px !important;
  line-height: 1.12 !important;
  letter-spacing: -.035em !important;
  font-weight: 900 !important;
}

.usmp-single-v2-related-card p {
  margin: 16px 0 0 0 !important;
  color: rgba(7, 18, 36, .62) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

/* Tablet */
@media (max-width: 1100px) {
  .usmp-single-v2-layout {
    grid-template-columns: 1fr !important;
  }

  .usmp-single-v2-sidebar {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .usmp-single-v2-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobil */
@media (max-width: 720px) {
  .usmp-single-v2-hero {
    padding: 58px 0 48px !important;
  }

  .usmp-single-v2-hero h1 {
    font-size: clamp(34px, 11vw, 48px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.05em !important;
  }

  .usmp-single-v2-excerpt {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .usmp-single-v2-labels {
    gap: 7px !important;
    margin-bottom: 15px !important;
  }

  .usmp-single-v2-labels a,
  .usmp-single-v2-labels span {
    min-height: 28px !important;
    padding: 7px 9px !important;
    font-size: 12px !important;
  }

  .usmp-single-v2-author {
    border-radius: 20px !important;
    padding: 10px !important;
    align-items: center !important;
  }

  .usmp-single-v2-author-avatar {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }

  .usmp-single-v2-content-section {
    padding: 40px 0 62px !important;
  }

  .usmp-single-v2-sidebar {
    grid-template-columns: 1fr !important;
  }

  .usmp-single-v2-related-section {
    padding: 54px 0 72px !important;
  }

  .usmp-single-v2-related-grid {
    grid-template-columns: 1fr !important;
  }

  .usmp-single-v2-related-card a {
    min-height: auto !important;
    padding: 22px !important;
  }

  .usmp-single-v2-related-card h3 {
    font-size: 20px !important;
  }
}
/* TEXT SELECTION DISABLE */
body.us-disable-copy,
body.us-disable-copy * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* Form alanlarında seçim/kopyalama açık kalsın */
body.us-disable-copy input,
body.us-disable-copy textarea,
body.us-disable-copy select,
body.us-disable-copy [contenteditable="true"] {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
body.us-disable-copy img {
  -webkit-user-drag: none !important;
  user-drag: none !important;
  pointer-events: none;
}

/* =========================================================
   CONTACT PAGE - FINAL
   Add to bottom of main.css
========================================================= */

.usmp-contact-page {
  background: #f7fbff;
  color: #071224;
  overflow: hidden;
}

.usmp-contact-page * {
  box-sizing: border-box;
}

/* HERO */
.usmp-contact-hero {
  position: relative;
  padding: 108px 0 78px;
  background:
    radial-gradient(circle at 86% 12%, rgba(15, 107, 255, .14), transparent 34%),
    radial-gradient(circle at 10% 88%, rgba(51, 165, 255, .10), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(7, 18, 36, .08);
}

.usmp-contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 48px;
  align-items: center;
}

.usmp-contact-hero-copy span,
.usmp-contact-kicker,
.usmp-contact-map-card span,
.usmp-contact-section-head span {
  display: inline-flex;
  color: #0f6bff;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.usmp-contact-hero-copy h1 {
  max-width: 900px;
  margin: 0;
  color: #071224;
  font-size: clamp(46px, 5.4vw, 82px);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 850;
}

.usmp-contact-hero-copy p {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(7, 18, 36, .68);
  font-size: 18px;
  line-height: 1.75;
}

.usmp-contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.usmp-contact-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  transition: transform .22s ease, box-shadow .22s ease;
}

.usmp-contact-btn:hover {
  transform: translateY(-2px);
}

.usmp-contact-btn.is-primary {
  color: #fff;
  background: linear-gradient(135deg, #0f6bff, #143db8);
  box-shadow: 0 18px 42px rgba(15, 107, 255, .25);
}

.usmp-contact-btn.is-secondary {
  color: #071224;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(15, 107, 255, .14);
}

/* HERO CARD */
.usmp-contact-hero-card {
  padding: 30px;
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(240,247,255,.92));
  border: 1px solid rgba(15, 107, 255, .15);
  box-shadow: 0 30px 90px rgba(7, 18, 36, .10);
}

.usmp-contact-hero-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.usmp-contact-hero-card-top span {
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.usmp-contact-hero-card-top strong {
  color: #071224;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 850;
}

.usmp-contact-hero-list {
  display: grid;
  gap: 12px;
}

.usmp-contact-hero-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(7, 18, 36, .07);
}

.usmp-contact-hero-list b {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(15, 107, 255, .08);
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
}

.usmp-contact-hero-list p {
  margin: 0;
  color: rgba(7, 18, 36, .66);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}

/* INFO CARDS */
.usmp-contact-info-section {
  padding: 64px 0 20px;
  background: #ffffff;
}

.usmp-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.usmp-contact-info-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(15, 107, 255, .13);
  box-shadow: 0 18px 58px rgba(7, 18, 36, .055);
  color: inherit;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.usmp-contact-info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 107, 255, .25);
  box-shadow: 0 26px 72px rgba(7, 18, 36, .085);
}

.usmp-contact-info-card span {
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.usmp-contact-info-card strong {
  color: #071224;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 850;
  word-break: break-word;
}

.usmp-contact-info-card small {
  color: rgba(7, 18, 36, .62);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 650;
}

/* MAIN FORM SECTION */
.usmp-contact-main-section {
  padding: 76px 0;
  background: #ffffff;
}

.usmp-contact-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.usmp-contact-form-card {
  padding: 36px;
  border-radius: 34px;
  background: linear-gradient(145deg, #ffffff, #f7fbff);
  border: 1px solid rgba(15, 107, 255, .13);
  box-shadow: 0 24px 78px rgba(7, 18, 36, .07);
}

.usmp-contact-form-card h2 {
  margin: 0;
  color: #071224;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -.055em;
  font-weight: 850;
}

.usmp-contact-form-card > p {
  max-width: 660px;
  margin: 18px 0 30px;
  color: rgba(7, 18, 36, .65);
  font-size: 16px;
  line-height: 1.72;
}

.usmp-contact-demo-form {
  display: grid;
  gap: 16px;
}

.usmp-contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.usmp-contact-demo-form label {
  display: grid;
  gap: 9px;
}

.usmp-contact-demo-form label span {
  color: rgba(7, 18, 36, .76);
  font-size: 13px;
  font-weight: 850;
}

.usmp-contact-demo-form input,
.usmp-contact-demo-form select,
.usmp-contact-demo-form textarea,
.usmp-contact-form-placeholder input,
.usmp-contact-form-placeholder select,
.usmp-contact-form-placeholder textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(7, 18, 36, .12);
  background: rgba(255,255,255,.88);
  color: #071224;
  font-size: 15px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.usmp-contact-demo-form textarea,
.usmp-contact-form-placeholder textarea {
  min-height: 150px;
  padding-top: 15px;
  resize: vertical;
}

.usmp-contact-demo-form input:focus,
.usmp-contact-demo-form select:focus,
.usmp-contact-demo-form textarea:focus,
.usmp-contact-form-placeholder input:focus,
.usmp-contact-form-placeholder select:focus,
.usmp-contact-form-placeholder textarea:focus {
  border-color: rgba(15, 107, 255, .42);
  box-shadow: 0 0 0 4px rgba(15, 107, 255, .08);
}

.usmp-contact-demo-form button,
.usmp-contact-form-placeholder input[type="submit"],
.usmp-contact-form-placeholder button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #071224;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  transition: transform .22s ease, background .22s ease;
}

.usmp-contact-demo-form button:hover,
.usmp-contact-form-placeholder input[type="submit"]:hover,
.usmp-contact-form-placeholder button:hover {
  background: #0f6bff;
  transform: translateY(-2px);
}

/* SIDE CARDS */
.usmp-contact-side {
  display: grid;
  gap: 18px;
}

.usmp-contact-side-card {
  padding: 26px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(15, 107, 255, .13);
  box-shadow: 0 18px 58px rgba(7, 18, 36, .055);
}

.usmp-contact-side-card.is-dark {
  background:
    radial-gradient(circle at 14% 16%, rgba(255,255,255,.16), transparent 28%),
    linear-gradient(135deg, #071224, #0d2a60 72%, #0f6bff);
  color: #fff;
}

.usmp-contact-side-card span {
  color: #0f6bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.usmp-contact-side-card.is-dark span {
  color: rgba(255,255,255,.72);
}

.usmp-contact-side-card h3 {
  margin: 14px 0 20px;
  color: #071224;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -.04em;
  font-weight: 850;
}

.usmp-contact-side-card.is-dark h3 {
  color: #fff;
}

.usmp-contact-side-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.usmp-contact-side-tags a {
  display: inline-flex;
  padding: 9px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.15);
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
}

.usmp-contact-side-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.usmp-contact-side-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(7, 18, 36, .65);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 650;
}

.usmp-contact-side-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0f6bff;
}

/* MAP / LOCATION */
.usmp-contact-map-section {
  padding: 22px 0 76px;
  background: #ffffff;
}

.usmp-contact-map-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 34px;
  align-items: center;
  padding: 36px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 14%, rgba(15, 107, 255, .13), transparent 30%),
    linear-gradient(145deg, #f7fbff, #ffffff);
  border: 1px solid rgba(15, 107, 255, .13);
  box-shadow: 0 24px 78px rgba(7, 18, 36, .065);
}

.usmp-contact-map-card h2 {
  max-width: 700px;
  margin: 0;
  color: #071224;
  font-size: clamp(32px, 3.6vw, 54px);
  line-height: 1.05;
  letter-spacing: -.055em;
  font-weight: 850;
}

.usmp-contact-map-card p {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(7, 18, 36, .65);
  font-size: 16px;
  line-height: 1.72;
}

.usmp-contact-map-visual {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(rgba(15,107,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,107,255,.08) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff, #edf5ff);
  background-size: 32px 32px, 32px 32px, cover;
  border: 1px solid rgba(15, 107, 255, .15);
}

.usmp-contact-map-dot {
  position: absolute;
  left: 48%;
  top: 38%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0f6bff;
  box-shadow:
    0 0 0 12px rgba(15, 107, 255, .12),
    0 0 0 26px rgba(15, 107, 255, .07);
}

.usmp-contact-map-visual strong {
  color: #071224;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 850;
}

.usmp-contact-map-visual small {
  margin-top: 8px;
  color: rgba(7, 18, 36, .58);
  font-size: 14px;
  font-weight: 650;
}

/* FAQ */
.usmp-contact-faq-section {
  padding: 76px 0 96px;
  background: #f7fbff;
}

.usmp-contact-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.usmp-contact-section-head h2 {
  margin: 0;
  color: #071224;
  font-size: clamp(32px, 3.8vw, 56px);
  line-height: 1.05;
  letter-spacing: -.055em;
  font-weight: 850;
}

.usmp-contact-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.usmp-contact-faq-list details {
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(15, 107, 255, .13);
  box-shadow: 0 16px 52px rgba(7, 18, 36, .055);
  overflow: hidden;
}

.usmp-contact-faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  color: #071224;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 850;
}

.usmp-contact-faq-list summary::-webkit-details-marker {
  display: none;
}

.usmp-contact-faq-list p {
  margin: 0;
  padding: 0 24px 22px;
  color: rgba(7, 18, 36, .65);
  font-size: 15px;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .usmp-contact-hero-grid,
  .usmp-contact-main-grid,
  .usmp-contact-map-card {
    grid-template-columns: 1fr;
  }

  .usmp-contact-info-grid {
    grid-template-columns: 1fr;
  }

  .usmp-contact-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .usmp-contact-hero {
    padding: 70px 0 54px;
  }

  .usmp-contact-hero-copy h1 {
    font-size: clamp(36px, 11vw, 52px);
    line-height: 1.02;
    letter-spacing: -.052em;
  }

  .usmp-contact-hero-copy p {
    font-size: 16px;
    line-height: 1.7;
  }

  .usmp-contact-hero-actions {
    flex-direction: column;
  }

  .usmp-contact-btn {
    width: 100%;
  }

  .usmp-contact-info-section,
  .usmp-contact-main-section,
  .usmp-contact-faq-section {
    padding: 54px 0;
  }

  .usmp-contact-form-card,
  .usmp-contact-map-card,
  .usmp-contact-hero-card {
    padding: 24px;
    border-radius: 26px;
  }

  .usmp-contact-form-row,
  .usmp-contact-side,
  .usmp-contact-faq-list {
    grid-template-columns: 1fr;
  }

  .usmp-contact-map-visual {
    min-height: 220px;
  }

  .usmp-contact-info-card {
    min-height: 180px;
  }
}
/* =========================================================
   CONTACT PAGE FIXES - NO ISTANBUL IMAGE VERSION
   - premium 15 dk badge
   - email no wrap
   - location visual back to clean map/grid
========================================================= */

/* Ön görüşme üst alanı */
.usmp-contact-hero-card-top {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 22px !important;
  margin-bottom: 24px !important;
}

.usmp-contact-hero-card-head {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.usmp-contact-hero-card-head span {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  color: #0f6bff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
}

.usmp-contact-hero-card-head p {
  margin: 0 !important;
  color: rgba(7, 18, 36, .58) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 650 !important;
}

/* Eski strong 15 dk görünümünü ez */
.usmp-contact-hero-card-top > strong {
  display: none !important;
}

/* Premium 15 dk badge */
.usmp-contact-duration-badge {
  width: 102px !important;
  min-width: 102px !important;
  height: 102px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 28px !important;
  text-align: center !important;
  background:
    radial-gradient(circle at 30% 22%, rgba(15, 107, 255, .18), transparent 44%),
    linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%) !important;
  border: 1px solid rgba(15, 107, 255, .16) !important;
  box-shadow:
    0 18px 44px rgba(7, 18, 36, .09),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}

.usmp-contact-duration-badge small {
  display: block !important;
  margin: 0 0 3px !important;
  color: rgba(7, 18, 36, .52) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
}

.usmp-contact-duration-badge strong {
  display: block !important;
  margin: 0 !important;
  color: #071224 !important;
  font-size: 42px !important;
  line-height: .9 !important;
  letter-spacing: -.06em !important;
  font-weight: 900 !important;
}

.usmp-contact-duration-badge em {
  display: block !important;
  margin-top: 5px !important;
  color: #0f6bff !important;
  font-style: normal !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

/* İletişim kartları */
.usmp-contact-info-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.usmp-contact-info-card {
  min-width: 0 !important;
  min-height: 220px !important;
  padding: 28px !important;
  border-radius: 28px !important;
}

/* Mail masaüstünde tek satır kalsın */
.usmp-contact-email {
  display: block !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  letter-spacing: -.035em !important;
  font-size: clamp(18px, 1.55vw, 24px) !important;
  line-height: 1.12 !important;
}

/* Diğer kart başlıkları da fazla büyümesin */
.usmp-contact-info-card strong:not(.usmp-contact-email) {
  font-size: clamp(22px, 1.8vw, 28px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.04em !important;
}

/* Lokasyon alanı - görselsiz premium grid/map görünümü */
.usmp-contact-map-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) 390px !important;
  gap: 36px !important;
  align-items: center !important;
  padding: 38px !important;
  border-radius: 36px !important;
  background:
    radial-gradient(circle at 88% 14%, rgba(15, 107, 255, .12), transparent 30%),
    linear-gradient(145deg, #f7fbff, #ffffff) !important;
  border: 1px solid rgba(15, 107, 255, .13) !important;
  box-shadow: 0 24px 78px rgba(7, 18, 36, .065) !important;
}

/* Önceki image CSS'lerini sıfırla */
.usmp-contact-map-image,
.usmp-contact-map-image img,
.usmp-contact-map-image::after,
.usmp-contact-map-overlay {
  all: unset !important;
}

/* Sağdaki lokasyon kutusunu tekrar grid/map yap */
.usmp-contact-map-visual {
  position: relative !important;
  min-height: 280px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  padding: 28px !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  background:
    linear-gradient(rgba(15,107,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,107,255,.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 38%, rgba(15,107,255,.14), transparent 18%),
    linear-gradient(145deg, #ffffff, #edf5ff) !important;
  background-size: 32px 32px, 32px 32px, cover, cover !important;
  border: 1px solid rgba(15, 107, 255, .15) !important;
  box-shadow:
    0 18px 54px rgba(7, 18, 36, .075),
    inset 0 1px 0 rgba(255,255,255,.85) !important;
}

.usmp-contact-map-visual::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 38% !important;
  width: 18px !important;
  height: 18px !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 50% !important;
  background: #0f6bff !important;
  box-shadow:
    0 0 0 12px rgba(15, 107, 255, .12),
    0 0 0 28px rgba(15, 107, 255, .07),
    0 0 0 48px rgba(15, 107, 255, .035) !important;
  z-index: 1 !important;
}

.usmp-contact-map-visual::after {
  content: "ONLINE / UZAKTAN" !important;
  position: absolute !important;
  right: 22px !important;
  top: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  color: #0f6bff !important;
  background: rgba(255,255,255,.78) !important;
  border: 1px solid rgba(15,107,255,.14) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  z-index: 2 !important;
}

.usmp-contact-map-dot {
  display: none !important;
}

.usmp-contact-map-visual strong {
  position: relative !important;
  z-index: 2 !important;
  color: #071224 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  letter-spacing: -.045em !important;
  font-weight: 900 !important;
}

.usmp-contact-map-visual small {
  position: relative !important;
  z-index: 2 !important;
  margin-top: 9px !important;
  color: rgba(7, 18, 36, .62) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

/* Lokasyon başlık kontrol */
.usmp-contact-map-card h2 {
  max-width: 760px !important;
  font-size: clamp(34px, 4vw, 60px) !important;
  line-height: 1.04 !important;
  letter-spacing: -.06em !important;
  font-weight: 850 !important;
}

.usmp-contact-map-card p {
  max-width: 720px !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

/* Responsive */
@media (max-width: 1180px) {
  .usmp-contact-info-grid {
    gap: 18px !important;
  }

  .usmp-contact-email {
    font-size: 18px !important;
  }

  .usmp-contact-map-card {
    grid-template-columns: 1fr !important;
  }

  .usmp-contact-map-visual {
    min-height: 260px !important;
  }
}

@media (max-width: 991px) {
  .usmp-contact-info-grid {
    grid-template-columns: 1fr !important;
  }

  .usmp-contact-email {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    overflow: visible !important;
    text-overflow: unset !important;
    font-size: 24px !important;
  }

  .usmp-contact-hero-card-top {
    align-items: flex-start !important;
  }

  .usmp-contact-duration-badge {
    width: 96px !important;
    min-width: 96px !important;
    height: 96px !important;
    border-radius: 24px !important;
  }

  .usmp-contact-duration-badge strong {
    font-size: 36px !important;
  }
}

@media (max-width: 767px) {
  .usmp-contact-hero-card-top {
    flex-direction: column !important;
  }

  .usmp-contact-map-card {
    padding: 24px !important;
    border-radius: 28px !important;
  }

  .usmp-contact-map-card h2 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  .usmp-contact-map-card p {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .usmp-contact-map-visual {
    min-height: 230px !important;
    padding: 22px !important;
    border-radius: 24px !important;
  }

  .usmp-contact-map-visual strong {
    font-size: 25px !important;
  }

  .usmp-contact-info-card {
    min-height: auto !important;
    padding: 24px !important;
    border-radius: 24px !important;
  }

  .usmp-contact-email {
    font-size: 18px !important;
  }
}
/* =========================================================
   CONTACT PAGE - HERO / EMAIL / 15DK ALIGN FIX
========================================================= */

/* Hero başlık küçültme */
.usmp-contact-hero-copy h1 {
  max-width: 720px !important;
  font-size: clamp(44px, 4.8vw, 70px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.06em !important;
  font-weight: 850 !important;
}

.usmp-contact-hero-copy p {
  max-width: 680px !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

/* Hero grid biraz daha dengeli */
.usmp-contact-hero-grid {
  grid-template-columns: minmax(0, 1fr) 430px !important;
  gap: 56px !important;
}

/* Ön görüşme üst alan hizalama */
.usmp-contact-hero-card-top {
  min-height: 116px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 104px !important;
  align-items: center !important;
  gap: 22px !important;
  margin-bottom: 24px !important;
  padding: 0 !important;
}

.usmp-contact-hero-card-head {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 9px !important;
  min-width: 0 !important;
}

.usmp-contact-hero-card-head span {
  margin: 0 !important;
  color: #0f6bff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
}

.usmp-contact-hero-card-head p {
  max-width: 180px !important;
  margin: 0 !important;
  color: rgba(7, 18, 36, .62) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
}

/* Eski strong varsa gizle */
.usmp-contact-hero-card-top > strong {
  display: none !important;
}

/* 15 dk badge daha premium ve hizalı */
.usmp-contact-duration-badge {
  justify-self: end !important;
  align-self: center !important;
  width: 104px !important;
  min-width: 104px !important;
  height: 104px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 28px !important;
  text-align: center !important;
  background:
    radial-gradient(circle at 30% 22%, rgba(15, 107, 255, .18), transparent 44%),
    linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%) !important;
  border: 1px solid rgba(15, 107, 255, .16) !important;
  box-shadow:
    0 18px 44px rgba(7, 18, 36, .09),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}

.usmp-contact-duration-badge small {
  display: block !important;
  margin: 0 0 4px !important;
  color: rgba(7, 18, 36, .52) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
}

.usmp-contact-duration-badge strong {
  display: block !important;
  margin: 0 !important;
  color: #071224 !important;
  font-size: 40px !important;
  line-height: .9 !important;
  letter-spacing: -.06em !important;
  font-weight: 900 !important;
}

.usmp-contact-duration-badge em {
  display: block !important;
  margin-top: 5px !important;
  color: #0f6bff !important;
  font-style: normal !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

/* İletişim kartları genel denge */
.usmp-contact-info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.usmp-contact-info-card {
  min-width: 0 !important;
  min-height: 220px !important;
  padding: 28px !important;
  border-radius: 28px !important;
}

/* E-posta üç nokta olmasın, tek satıra sığacak şekilde küçülsün */
.usmp-contact-email {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  letter-spacing: -.04em !important;
  font-size: clamp(15px, 1.32vw, 20px) !important;
  line-height: 1.18 !important;
}

/* E-posta kartı içi biraz daha kompakt */
.usmp-contact-info-card:first-child strong {
  font-size: clamp(15px, 1.32vw, 20px) !important;
}

/* Telefon / lokasyon başlıkları dengeli */
.usmp-contact-info-card strong:not(.usmp-contact-email) {
  font-size: clamp(22px, 1.8vw, 28px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.04em !important;
}

/* Kart alt metni */
.usmp-contact-info-card small {
  max-width: 300px !important;
}

/* Tablet */
@media (max-width: 1180px) {
  .usmp-contact-hero-copy h1 {
    max-width: 680px !important;
    font-size: clamp(42px, 5.2vw, 64px) !important;
  }

  .usmp-contact-email,
  .usmp-contact-info-card:first-child strong {
    font-size: 16px !important;
    letter-spacing: -.035em !important;
  }
}

/* Tek kolona düşünce mail doğal kırılabilir */
@media (max-width: 991px) {
  .usmp-contact-info-grid {
    grid-template-columns: 1fr !important;
  }

  .usmp-contact-email,
  .usmp-contact-info-card:first-child strong {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    font-size: 24px !important;
    line-height: 1.15 !important;
  }

  .usmp-contact-hero-card-top {
    grid-template-columns: minmax(0, 1fr) 96px !important;
    min-height: 104px !important;
  }

  .usmp-contact-duration-badge {
    width: 96px !important;
    min-width: 96px !important;
    height: 96px !important;
    border-radius: 24px !important;
  }

  .usmp-contact-duration-badge strong {
    font-size: 36px !important;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .usmp-contact-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(36px, 10.5vw, 50px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.052em !important;
  }

  .usmp-contact-hero-card-top {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  .usmp-contact-duration-badge {
    justify-self: start !important;
  }

  .usmp-contact-email,
  .usmp-contact-info-card:first-child strong {
    font-size: 19px !important;
  }
}
/* CONTACT INFO CARDS - title size rebalance */

/* Kart iç genel boşluk */
.usmp-contact-info-card {
  padding: 28px !important;
}

/* Ortak kart başlıkları */
.usmp-contact-info-card strong {
  display: block !important;
  margin: 0 0 18px !important;
  color: #071224 !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.04em !important;
}

/* Mail alanı özel kalsın */
.usmp-contact-email {
  font-size: clamp(16px, 1.18vw, 22px) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.045em !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* Telefon ve lokasyon daha dengeli olsun */
.usmp-contact-info-card strong:not(.usmp-contact-email) {
  font-size: clamp(18px, 1.55vw, 24px) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.035em !important;
}

/* Kart açıklamaları */
.usmp-contact-info-card small {
  display: block !important;
  margin-top: 0 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: rgba(7, 18, 36, 0.62) !important;
  font-weight: 600 !important;
  max-width: 300px !important;
}

/* Tablet */
@media (max-width: 1180px) {
  .usmp-contact-email {
    font-size: 18px !important;
  }

  .usmp-contact-info-card strong:not(.usmp-contact-email) {
    font-size: 22px !important;
  }
}

/* Mobilde doğal kırılsın */
@media (max-width: 767px) {
  .usmp-contact-email {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    font-size: 20px !important;
  }

  .usmp-contact-info-card strong:not(.usmp-contact-email) {
    font-size: 20px !important;
  }

  .usmp-contact-info-card small {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}
/* =========================================================
   CONTACT FORM WORKING STATE + HERO TITLE FIX
========================================================= */

/* Honeypot gizle */
.usmp-contact-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Form gönderim mesajları */
.usmp-contact-alert {
  margin-top: 18px !important;
  padding: 15px 18px !important;
  border-radius: 16px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 750 !important;
}

.usmp-contact-alert.is-success {
  color: #065f46 !important;
  background: rgba(16, 185, 129, .10) !important;
  border: 1px solid rgba(16, 185, 129, .22) !important;
}

.usmp-contact-alert.is-error {
  color: #991b1b !important;
  background: rgba(239, 68, 68, .10) !important;
  border: 1px solid rgba(239, 68, 68, .22) !important;
}

/* İşaretli hero başlığı daha kontrollü */
.usmp-contact-hero-copy h1 {
  max-width: 760px !important;
  font-size: clamp(42px, 4.45vw, 66px) !important;
  line-height: 1.04 !important;
  letter-spacing: -.058em !important;
  font-weight: 850 !important;
}

/* Hero açıklama hizası */
.usmp-contact-hero-copy p {
  max-width: 700px !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

/* Hero soldaki alanın genişliği daha dengeli */
.usmp-contact-hero-grid {
  grid-template-columns: minmax(0, 1fr) 430px !important;
  gap: 64px !important;
}

/* Çok geniş ekranlarda başlık 3-4 satıra aşırı düşmesin */
@media (min-width: 1280px) {
  .usmp-contact-hero-copy h1 {
    max-width: 800px !important;
    font-size: 64px !important;
  }
}

/* Tablet */
@media (max-width: 1100px) {
  .usmp-contact-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(40px, 7vw, 58px) !important;
  }

  .usmp-contact-hero-grid {
    gap: 42px !important;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .usmp-contact-hero-copy h1 {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.045em !important;
  }

  .usmp-contact-hero-copy p {
    font-size: 16px !important;
    line-height: 1.68 !important;
  }
}