.trat-hero {
    text-align: center;
    padding: 100px 20px 70px;
    background: #fff;
  }
  .trat-hero .trat-eyebrow {
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3B8E7D;
    margin-bottom: 14px;
  }
  .trat-hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 800;
    color: grey;
    margin-bottom: 18px;
    line-height: 1.15;
  }
  .trat-hero p {
    max-width: 620px;
    margin: 0 auto;
    color: #6b7a8d;
    font-size: 1.1rem;
    line-height: 1.7;
  }

  .trat-section {
    padding: 60px 20px 80px;
    background: #f5f5f7;
  }
  .trat-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
  }

  .trat-card {
    background: #fff;
    border-radius: 22px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    transition: transform .3s ease, box-shadow .3s ease;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .trat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.11);
  }
  .trat-card .trat-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: #e8f5f2;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem;
  }
  .trat-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: grey;
    margin: 0;
  }
  .trat-card p {
    font-size: .92rem;
    color: #6b7a8d;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
  }
  .trat-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .trat-card ul li {
    font-size: .85rem;
    color: #3B8E7D;
    font-weight: 700;
    padding-left: 16px;
    position: relative;
  }
  .trat-card ul li::before {
    content: "→";
    position: absolute;
    left: 0;
    font-size: .8rem;
  }

  .trat-card.trat-cta {
    background: #1a1a2e;
    color: #fff;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
  }
  .trat-card.trat-cta h3 { color: #fff; font-size: 1.3rem; }
  .trat-card.trat-cta p { color: rgba(255,255,255,.65); }
  .trat-card.trat-cta .trat-cta-btn {
    display: inline-block;
    background: #3B8E7D;
    color: #fff;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 700;
    font-size: .9rem;
    text-decoration: none;
    transition: background .2s;
    margin-top: 4px;
  }
  .trat-card.trat-cta .trat-cta-btn:hover { background: #327a6b; }

  .metod-section {
    padding: 80px 20px;
    background: #fff;
  }
  .metod-inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  .metod-inner .metod-eyebrow {
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3B8E7D;
    margin-bottom: 12px;
  }
  .metod-inner h2 {
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 800;
    color: grey;
    margin-bottom: 14px;
  }
  .metod-inner > p {
    color: #6b7a8d;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 50px;
    line-height: 1.7;
  }
  .metod-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    text-align: left;
  }
  .metod-card {
    background: #f5f5f7;
    border-radius: 18px;
    padding: 28px 24px;
    transition: transform .3s;
  }
  .metod-card:hover { transform: translateY(-4px); }
  .metod-num {
    font-size: 2rem;
    font-weight: 800;
    color: #e0ede9;
    margin-bottom: 10px;
    line-height: 1;
  }
  .metod-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #3B8E7D;
    margin-bottom: 8px;
  }
  .metod-card p {
    font-size: .88rem;
    color: #6b7a8d;
    line-height: 1.6;
  }

  @media (max-width: 768px) {
    .trat-hero { padding: 80px 20px 50px; }
    .trat-grid { grid-template-columns: 1fr; }
    .metod-grid { grid-template-columns: 1fr; }
  }

.anatomia-section {
  position: relative;
  width: 100%;
  padding: 120px 24px 110px;
  background: #f7f8fb;
  overflow: hidden;
}

.anatomia-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

.anatomia-header {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.anatomia-eyebrow {
  display: inline-block;

  margin-bottom: 16px;

  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;

  color: #60709a;
}

.anatomia-header h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 800;
  color: grey;
  margin-bottom: 18px;
  line-height: 1.15;
  color: #3B8E7D;
}

.anatomia-header h2 span {
  color: grey;
}

.anatomia-header p {
  max-width: 650px;
  margin: 24px auto 0;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #69738a;
}



.anatomia-switch {
  display: flex;
  justify-content: center;
  align-items: center;

  width: fit-content;
  margin: 0 auto 55px;
  padding: 5px;

  background: rgba(255, 255, 255, 0.8);

  border: 1px solid #e1e5ee;
  border-radius: 999px;

  box-shadow:
    0 8px 30px rgba(25, 40, 80, 0.06);
}

.anatomia-switch-btn {
  border: none;
  background: transparent;

  padding: 12px 22px;

  border-radius: 999px;

  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;

  color: #3B8E7D;

  cursor: pointer;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.anatomia-switch-btn:hover {
  color: #3B8E7D;
}

.anatomia-switch-btn.active {
  background: #3B8E7D;
  color: #ffffff;

  box-shadow:
    0 5px 15px rgba(37, 56, 122, 0.22);
}


.anatomia-layout {
  display: grid;

  grid-template-columns:
    minmax(0, 1.45fr)
    minmax(330px, 0.55fr);

  gap: 45px;

  align-items: stretch;
}


.anatomia-plate {
  position: relative;

  min-height: 720px;

  display: flex;
  flex-direction: column;

  background: #ffffff;

  border: 1px solid #e4e8f0;
  border-radius: 30px;

  overflow: hidden;

  box-shadow:
    0 25px 70px rgba(31, 45, 78, 0.08);
}

.plate-badge {
  position: absolute;

  top: 22px;
  left: 24px;

  z-index: 10;

  display: flex;
  align-items: center;
  gap: 9px;

  padding: 8px 13px;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.88);

  border: 1px solid rgba(220, 225, 235, 0.9);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #59647b;
}

.plate-status {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #3B8E7D;

  box-shadow:
    0 0 0 4px rgba(37, 56, 122, 0.09);
}

.plate-visual {
  position: relative;

  flex: 1;

  min-height: 650px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 50px 35px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at center,
      rgba(240, 243, 249, 0.95) 0%,
      rgba(255, 255, 255, 1) 65%
    );
}

.anatomia-image {
  position: relative;

  display: block;

  width: 100%;
  max-width: 720px;

  max-height: 640px;

  object-fit: contain;

  user-select: none;
  -webkit-user-drag: none;

  transition:
    opacity 0.35s ease,
    transform 0.45s ease;
}

.anatomia-image.changing {
  opacity: 0;
  transform: scale(0.985);
}

.anatomia-hotspots {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  z-index: 5;

  overflow: visible;

  pointer-events: none;
}

.anatomia-hotspot {
  pointer-events: all;

  cursor: pointer;

  outline: none;
}

.anatomia-hotspot circle:first-child {
  fill: red;

  stroke: #ffffff;
  stroke-width: 0.6;

  vector-effect: non-scaling-stroke;

  transition:
    r 0.25s ease,
    fill 0.25s ease;
}

.anatomia-hotspot .hotspot-pulse {
  fill: none;

  stroke: #25387a;
  stroke-width: 0.7;

  opacity: 0;

  vector-effect: non-scaling-stroke;
}

.anatomia-hotspot:hover circle:first-child,
.anatomia-hotspot.active circle:first-child {
  fill: #ffffff;

  stroke: #25387a;

  r: 1.7;
}

.anatomia-hotspot:hover .hotspot-pulse,
.anatomia-hotspot.active .hotspot-pulse {
  opacity: 0.35;

  animation: hotspotPulse 1.8s infinite;
}

@keyframes hotspotPulse {

  0% {
    transform: scale(0.7);
    transform-origin: center;
  }

  70% {
    transform: scale(1.35);
    opacity: 0;
  }

  100% {
    transform: scale(1.35);
    opacity: 0;
  }

}

.plate-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 15px 20px;

  border-top: 1px solid #edf0f5;

  background: rgba(250, 251, 253, 0.95);

  color: #8a92a3;

  font-size: 0.75rem;
  font-weight: 500;
}

.plate-hint span {
  color: #3B8E7D;
}

.anatomia-info {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 720px;

  padding: 34px;

  background: #ffffff;

  border: 1px solid #e4e8f0;
  border-radius: 30px;

  box-shadow:
    0 25px 70px rgba(31, 45, 78, 0.06);

  overflow: hidden;
}

.info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-bottom: 25px;

  border-bottom: 1px solid #edf0f5;
}

.anatomia-info-tag {
  font-size: 0.68rem;
  font-weight: 800;

  letter-spacing: 0.13em;

  color: #3B8E7D;
}

.info-number {
  font-size: 0.75rem;
  font-weight: 700;

  color: #a2a9b7;
}


.info-content {
  padding-top: 60px;
}

.info-kicker {
  display: block;

  margin-bottom: 15px;

  font-size: 0.68rem;
  font-weight: 800;

  letter-spacing: 0.14em;

  color: #9aa2b2;
}

.info-content h3 {
  margin: 0;

  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;

  letter-spacing: -0.04em;

  color: #3B8E7D;
}

.info-content p {
  margin: 22px 0 0;

  font-size: 0.95rem;
  line-height: 1.75;

  color: #687287;
}

.anatomia-conditions {
  display: flex;
  flex-direction: column;

  gap: 14px;

  margin-top: 38px;
}

.condition-item {
  display: flex;
  align-items: center;
  gap: 12px;

  font-size: 0.85rem;

  color: #35405a;
}

.condition-item span {
  flex: 0 0 auto;

  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: #25387a;
}

.condition-item strong {
  font-weight: 600;
}


.info-footer {
  margin-top: auto;

  padding-top: 30px;

  border-top: 1px solid #edf0f5;
}

.anatomia-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;

  padding: 16px 18px;

  background: #3B8E7D;

  border-radius: 14px;

  color: #ffffff;

  text-decoration: none;

  font-size: 0.84rem;
  font-weight: 600;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.anatomia-cta strong {
  font-size: 1.1rem;
  font-weight: 400;

  transition: transform 0.25s ease;
}

.anatomia-cta:hover {
  transform: translateY(-2px);

  box-shadow:
    0 10px 25px rgba(37, 56, 122, 0.22);
}

.anatomia-cta:hover strong {
  transform: translateX(4px);
}

.anatomia-bottom {
  display: flex;
  align-items: center;
  gap: 20px;

  margin-top: 45px;

  color: #9aa2b1;

  font-size: 0.7rem;
  font-weight: 600;

  letter-spacing: 0.08em;
  text-transform: uppercase;

  text-align: center;
}

.anatomia-bottom-line {
  flex: 1;

  height: 1px;

  background: #dfe3eb;
}

.anatomia-info.is-changing .info-content {
  animation: infoChange 0.35s ease;
}

@keyframes infoChange {

  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }

}

@media (max-width: 1050px) {

  .anatomia-layout {
    grid-template-columns: 1fr;
  }

  .anatomia-plate,
  .anatomia-info {
    min-height: auto;
  }

  .anatomia-info {
    min-height: 500px;
  }

  .plate-visual {
    min-height: 620px;
  }

}


@media (max-width: 650px) {

  .anatomia-section {
    padding: 80px 16px 80px;
  }

  .anatomia-header {
    margin-bottom: 30px;
  }

  .anatomia-header h2 {
    font-size: 2.35rem;
  }

  .anatomia-header p {
    font-size: 0.9rem;
  }

  .anatomia-switch {
    width: 100%;

    margin-bottom: 35px;
  }

  .anatomia-switch-btn {
    flex: 1;

    padding: 11px 12px;

    font-size: 0.75rem;
  }

  .anatomia-plate {
    border-radius: 22px;
  }

  .plate-visual {
    min-height: 500px;

    padding: 55px 10px 15px;
  }

  .anatomia-image {
    max-height: 500px;
  }

  .plate-badge {
    top: 15px;
    left: 15px;

    font-size: 0.6rem;
  }

  .plate-hint {
    font-size: 0.68rem;
  }

  .anatomia-info {
    border-radius: 22px;

    padding: 25px;

    min-height: 480px;
  }

  .info-content {
    padding-top: 40px;
  }

  .info-content h3 {
    font-size: 2.2rem;
  }

  .anatomia-bottom {
    display: none;
  }

}