/* Page-specific styles for tratamientos.html */

html,
body {
    background: #000000;
}

body {
    color: #ffffff;
}

.sub-banner,
.header,
.footer-section,
.copyright {
    background: #000000;
}

.tratamientos-page-title {
    margin-bottom: 26px;
    text-align: center;
}

.tratamientos-page-title h2 {
    margin: 0;
    color: #ffffff;
    font-family: "Segoe Script", "Brush Script MT", "Lucida Handwriting", cursive;
    font-size: clamp(46px, 10vw, 98px);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.01em;
    text-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

.tratamientos-grid-shell {
    margin-bottom: 42px;
    padding: 26px 12px 10px;
}

.tratamientos-grid-intro {
    margin-bottom: 30px;
    text-align: center;
}

.tratamientos-grid-intro p,
.tratamientos-grid-intro h3 {
    margin: 0;
    color: #d5aa61;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.tratamientos-grid-intro p {
    font-size: 14px;
    font-weight: 500;
}

.tratamientos-grid-intro h3 {
    margin-top: 6px;
    font-size: 20px;
    font-weight: 600;
}

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

.tratamiento-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tratamiento-card--bottom:nth-last-child(2) {
    grid-column: 1 / 2;
    justify-self: end;
    margin-right: -18px;
}

.tratamiento-card--bottom:last-child {
    grid-column: 3 / 4;
    justify-self: start;
    margin-left: -18px;
}

.tratamiento-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    border: 2px solid rgba(213, 170, 97, 0.82);
    border-radius: 50%;
    color: #d5aa61;
    font-size: 42px;
    box-shadow: inset 0 0 0 1px rgba(213, 170, 97, 0.15);
}

.tratamiento-card h4 {
    max-width: 210px;
    margin: 16px 0 14px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
}

.tratamiento-card-divider {
    position: relative;
    display: block;
    width: 106px;
    height: 16px;
    background:
        radial-gradient(circle, rgba(213, 170, 97, 1) 0 2px, transparent 3px);
    background-position: center;
    background-repeat: no-repeat;
}

.tratamiento-card-divider::before,
.tratamiento-card-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background: rgba(213, 170, 97, 0.8);
    transform: translateY(-50%);
}

.tratamiento-card-divider::before {
    left: 0;
}

.tratamiento-card-divider::after {
    right: 0;
}

.tratamiento-focus-section {
    padding: 110px 0 90px;
    background:
        linear-gradient(rgba(213, 170, 97, 0.085) 1px, transparent 1px),
        linear-gradient(90deg, rgba(213, 170, 97, 0.085) 1px, transparent 1px),
        linear-gradient(rgba(213, 170, 97, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(213, 170, 97, 0.03) 1px, transparent 1px),
        radial-gradient(circle at 18% 12%, rgba(213, 170, 97, 0.05), transparent 22%),
        radial-gradient(circle at 82% 22%, rgba(213, 170, 97, 0.035), transparent 18%),
        #000000;
    background-size: 160px 160px, 160px 160px, 40px 40px, 40px 40px, auto, auto;
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
}

.tratamiento-focus-shell {
    padding: 42px 34px 38px;
    border: 1px solid rgba(225, 178, 97, 0.28);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 22%),
        #070707;
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
}

.tratamiento-focus-shell + .tratamiento-focus-shell {
    margin-top: 36px;
}

.tratamiento-focus-shell--morpheus {
    overflow: hidden;
}

.morpheus-panel {
    text-align: center;
}

.morpheus-panel-title-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    width: 100%;
    max-width: 640px;
    margin: 0 auto 24px;
    padding: 14px 24px;
    border: 1px solid rgba(213, 170, 97, 0.5);
    border-radius: 22px;
    background:
        radial-gradient(circle at 20% 18%, rgba(213, 170, 97, 0.24), transparent 20%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
        #090909;
    box-shadow: inset 0 0 0 1px rgba(213, 170, 97, 0.08);
}

.morpheus-panel-title {
    margin: 0;
    color: #d5aa61;
    font-size: clamp(44px, 7vw, 80px);
    line-height: 0.95;
    letter-spacing: 0.04em;
}

.morpheus-panel-copy {
    max-width: 620px;
    margin: 0 auto 24px;
    color: #ffffff;
    font-size: clamp(22px, 2.7vw, 34px);
    line-height: 1.4;
}

.morpheus-panel-script {
    position: relative;
    width: fit-content;
    margin: 0 auto 18px;
    padding: 0 34px 12px;
    color: #ffffff;
    font-family: "Times New Roman", serif;
    font-size: clamp(30px, 5vw, 56px);
    font-style: italic;
    font-weight: 400;
    line-height: 1;
}

.morpheus-panel-script::before,
.morpheus-panel-script::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 42%;
    height: 1px;
    background: rgba(213, 170, 97, 0.85);
}

.morpheus-panel-script::before {
    left: 0;
}

.morpheus-panel-script::after {
    right: 0;
}

.morpheus-panel-script span,
.morpheus-panel-script::marker {
    display: none;
}

.morpheus-panel-script:after {
    right: 0;
}

.morpheus-panel-script:before {
    left: 0;
}

.morpheus-panel-script::selection {
    background: rgba(213, 170, 97, 0.2);
}

.morpheus-panel-script::before,
.morpheus-panel-script::after {
    bottom: 8px;
}

.morpheus-panel-script {
    background:
        radial-gradient(circle, rgba(213, 170, 97, 1) 0 4px, transparent 5px) center bottom 2px / 18px 18px no-repeat;
}

.morpheus-panel-tags {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    margin-bottom: 28px;
}

.morpheus-panel-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 20px;
}

.morpheus-panel-tag-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(213, 170, 97, 0.75);
    border-radius: 50%;
    color: #d5aa61;
    font-size: 18px;
}

.morpheus-panel-image {
    margin: 0 -34px -38px;
    border-radius: 0 0 28px 28px;
    overflow: hidden;
}

.morpheus-panel-image img {
    width: 100%;
    display: block;
}

.tratamiento-focus-shell--morpheus .morpheus-panel-image img {
    width: min(100%, 50%);
    margin: 0 auto;
}

.morpheus-panel-image--sculptra img {
    width: min(100%, 50%);
    margin: 0 auto;
    object-position: center top;
}

.morpheus-panel-image--rellenos img {
    width: min(100%, 50%);
    margin: 0 auto;
    object-position: center top;
}

.morpheus-panel-image--plasma img {
    width: min(100%, 50%);
    margin: 0 auto;
    object-position: center top;
}

.tratamiento-focus-shell--hifu {
    overflow: hidden;
}

.tratamiento-focus-shell--hifu .morpheus-panel-title-wrap {
    display: flex;
    max-width: 720px;
    justify-content: center;
    text-align: center;
    margin-bottom: 18px;
}

.tratamiento-focus-shell--hifu .morpheus-panel-title {
    display: block;
    font-size: clamp(52px, 8vw, 92px);
    letter-spacing: 0.06em;
    text-align: center;
    width: 100%;
}

.hifu-panel-subtitle {
    position: relative;
    width: fit-content;
    margin: 0 auto 34px;
    padding: 0 34px 12px;
    color: #ffffff;
    font-size: clamp(30px, 5vw, 56px);
    font-family: "Times New Roman", serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.01em;
    text-align: center;
    line-height: 1;
    background:
        radial-gradient(circle, rgba(213, 170, 97, 1) 0 4px, transparent 5px) center bottom 2px / 18px 18px no-repeat;
}

.hifu-panel-subtitle::before,
.hifu-panel-subtitle::after {
    content: "";
    position: absolute;
    bottom: 8px;
    width: 42%;
    height: 1px;
    background: rgba(213, 170, 97, 0.85);
}

.hifu-panel-subtitle::before {
    left: 0;
}

.hifu-panel-subtitle::after {
    right: 0;
}

.hifu-panel-body {
    display: grid;
    grid-template-columns: minmax(260px, 0.78fr) minmax(360px, 1.22fr);
    gap: 14px;
    align-items: end;
}

.hifu-panel-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    max-width: 360px;
    margin-left: auto;
    padding: 18px 0 12px 0;
}

.hifu-panel-benefits {
    margin: 0 0 36px;
    padding: 0;
    list-style: none;
}

.hifu-panel-benefits li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 34px;
    color: #ffffff;
    font-size: clamp(28px, 2.9vw, 42px);
    line-height: 1.15;
}

.hifu-panel-benefits li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 0;
    color: #d5aa61;
    font-size: 24px;
    line-height: 1.1;
}

.hifu-panel-tags {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.hifu-panel-tag {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #ffffff;
    font-size: 28px;
}

.hifu-panel-tag-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid rgba(213, 170, 97, 0.82);
    border-radius: 50%;
    color: #d5aa61;
    font-size: 28px;
}

.hifu-panel-image {
    margin: 0 -34px -38px 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 28px 0 28px 0;
}

.hifu-panel-image img {
    width: min(100%, 50%);
    display: block;
    object-fit: contain;
    object-position: right bottom;
    margin-left: auto;
    border-radius: 28px 0 28px 0;
}

.tratamiento-focus-shell--dermapen {
    overflow: hidden;
}

.tratamiento-focus-shell--dermapen .morpheus-panel-title-wrap {
    display: flex;
    margin: 0 auto 20px;
    max-width: 740px;
    justify-content: center;
    text-align: center;
}

.tratamiento-focus-shell--dermapen .morpheus-panel-title {
    width: 100%;
    text-align: center;
}

.dermapen-panel-subtitle {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 28px;
    padding: 0 34px 12px;
    color: #ffffff;
    font-size: clamp(30px, 5vw, 56px);
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
    font-family: "Times New Roman", serif;
    font-style: italic;
    background:
        radial-gradient(circle, rgba(213, 170, 97, 1) 0 4px, transparent 5px) center bottom 2px / 18px 18px no-repeat;
}

.dermapen-panel-subtitle::before,
.dermapen-panel-subtitle::after {
    content: "";
    position: absolute;
    bottom: 8px;
    width: 42%;
    height: 1px;
    background: rgba(213, 170, 97, 0.85);
}

.dermapen-panel-subtitle::before {
    left: 0;
}

.dermapen-panel-subtitle::after {
    right: 0;
}

.dermapen-panel-body {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: 18px;
    align-items: end;
}

.dermapen-panel-image {
    margin: 0 0 -38px -34px;
    display: flex;
    align-items: end;
}

.dermapen-panel-image img {
    display: block;
    width: min(100%, 50%);
    object-fit: contain;
    object-position: left bottom;
}

.dermapen-panel-copy {
    padding: 0 0 34px;
}

.dermapen-panel-benefits {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dermapen-panel-benefits li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 28px;
    color: #ffffff;
    font-size: clamp(22px, 2.45vw, 34px);
    line-height: 1.18;
}

.dermapen-panel-benefits li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 0;
    color: #d5aa61;
    font-size: 24px;
    line-height: 1;
}

.tratamiento-focus-shell--peeling {
    overflow: hidden;
}

.tratamiento-focus-shell--peeling .morpheus-panel-title-wrap {
    display: flex;
    margin: 0 auto 6px;
    max-width: 740px;
    justify-content: center;
    text-align: center;
}

.tratamiento-focus-shell--peeling .morpheus-panel-title {
    width: 100%;
    text-align: center;
}

.peeling-panel-script {
    margin: 0 auto 16px;
    color: #ffffff;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1;
    text-align: center;
    font-family: "Times New Roman", serif;
    font-weight: 400;
    font-style: italic;
}

.peeling-panel-subtitle {
    margin: 0;
    color: #ffffff;
    font-size: clamp(26px, 4vw, 48px);
    line-height: 1.16;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Times New Roman", serif;
    font-weight: 400;
}

.peeling-panel-divider {
    position: relative;
    width: min(100%, 560px);
    height: 24px;
    margin: 12px auto 18px;
}

.peeling-panel-divider::before,
.peeling-panel-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 18px);
    height: 1px;
    background: rgba(213, 170, 97, 0.85);
}

.peeling-panel-divider::before {
    left: 0;
}

.peeling-panel-divider::after {
    right: 0;
}

.peeling-panel-divider {
    background:
        radial-gradient(circle, rgba(213, 170, 97, 1) 0 4px, transparent 5px) center center / 18px 18px no-repeat;
}

.peeling-panel-body {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(250px, 0.95fr);
    gap: 16px;
    align-items: center;
}

.peeling-panel-image {
    margin: 0 0 -38px -34px;
    display: flex;
    align-items: end;
}

.peeling-panel-image img {
    display: block;
    width: min(100%, 50%);
    object-fit: contain;
    object-position: left bottom;
}

.peeling-panel-copy {
    padding: 0 14px 18px 0;
}

.peeling-panel-benefits {
    margin: 0;
    padding: 0;
    list-style: none;
}

.peeling-panel-benefits li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
    color: #ffffff;
    font-size: clamp(20px, 2.3vw, 32px);
    line-height: 1.2;
}

.peeling-panel-benefits li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 0;
    color: #d5aa61;
    font-size: 22px;
    line-height: 1;
}

.tratamiento-focus-header {
    margin-bottom: 34px;
    text-align: center;
}

.tratamiento-focus-kicker {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 18px;
    border-radius: 999px;
    border: 1px solid rgba(225, 178, 97, 0.3);
    color: #d5aa61;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tratamiento-focus-header h2 {
    margin: 0;
    color: #d5aa61;
    font-size: clamp(52px, 10vw, 108px);
    line-height: 0.92;
    letter-spacing: 0.04em;
}

.tratamiento-focus-header h3 {
    margin: 12px 0 0;
    color: #ffffff;
    font-size: clamp(28px, 4vw, 46px);
    font-family: "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
}

.tratamiento-focus-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 34px;
    align-items: center;
}

.tratamiento-focus-points {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tratamiento-focus-point {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 18px;
    align-items: center;
}

.tratamiento-focus-copy {
    position: relative;
    padding: 18px 18px 18px 0;
    border-bottom: 1px solid rgba(225, 178, 97, 0.18);
}

.tratamiento-focus-copy::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -1px;
    width: 18px;
    height: 18px;
    border-right: 1px solid rgba(225, 178, 97, 0.55);
    border-bottom: 1px solid rgba(225, 178, 97, 0.55);
    transform: skewX(-42deg);
    transform-origin: bottom right;
}

.tratamiento-focus-copy h4 {
    margin: 0 0 10px;
    color: #d5aa61;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
}

.tratamiento-focus-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    line-height: 1.65;
}

.tratamiento-focus-copy strong {
    color: #d5aa61;
    font-weight: 700;
}

.tratamiento-focus-detail,
.tratamiento-focus-model-image {
    margin: 0;
}

.tratamiento-focus-detail {
    width: 132px;
    height: 132px;
    border: 3px solid rgba(225, 178, 97, 0.82);
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.22);
}

.tratamiento-focus-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tratamiento-focus-point:nth-child(1) .tratamiento-focus-detail img {
    object-position: center top;
}

.tratamiento-focus-point:nth-child(2) .tratamiento-focus-detail img {
    object-position: center 24%;
}

.tratamiento-focus-point:nth-child(3) .tratamiento-focus-detail img {
    object-position: right center;
}

.tratamiento-focus-model {
    display: flex;
    justify-content: center;
}

.tratamiento-focus-model-image {
    position: relative;
    width: min(100%, 520px);
    overflow: hidden;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(225, 178, 97, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow: 0 26px 50px rgba(0, 0, 0, 0.28);
}

.tratamiento-focus-model-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.tratamiento-focus-model-image--morpheus img {
    object-position: center center;
}

.tratamiento-focus-connector {
    position: absolute;
    left: -150px;
    height: 2px;
    background: linear-gradient(90deg, rgba(213, 170, 97, 0.05) 0%, rgba(213, 170, 97, 0.95) 82%, rgba(245, 220, 160, 1) 100%);
    transform-origin: right center;
    box-shadow: 0 0 8px rgba(213, 170, 97, 0.22);
}

.tratamiento-focus-connector::before,
.tratamiento-focus-connector::after {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #f3d388;
}

.tratamiento-focus-connector::before {
    left: -6px;
    width: 6px;
    height: 6px;
    opacity: 0.85;
}

.tratamiento-focus-connector::after {
    right: -3px;
    width: 7px;
    height: 7px;
    box-shadow: 0 0 10px rgba(243, 211, 136, 0.5);
}

.tratamiento-focus-connector--frente {
    top: 25%;
    width: 208px;
    transform: rotate(10deg);
}

.tratamiento-focus-connector--entrecejo {
    top: 44%;
    width: 180px;
    transform: rotate(-10deg);
}

.tratamiento-focus-connector--ojo {
    top: 52%;
    width: 216px;
    transform: rotate(-36deg);
}

.tratamiento-focus-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid rgba(225, 178, 97, 0.18);
}

.tratamiento-focus-benefit {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 0 18px 0 0;
}

.tratamiento-focus-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(225, 178, 97, 0.32);
    border-radius: 50%;
    color: #d5aa61;
    font-size: 20px;
}

.tratamiento-focus-benefit p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.45;
}

.tratamiento-focus-benefit strong {
    color: #d5aa61;
    font-weight: 700;
}

@media (max-width: 991px) {
    .tratamientos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
    }

    .tratamiento-card--bottom:nth-last-child(2),
    .tratamiento-card--bottom:last-child {
        grid-column: auto;
        justify-self: center;
        margin: 0;
    }

    .tratamiento-focus-section {
        padding: 80px 0 70px;
    }

    .morpheus-panel-title-wrap {
        min-height: 80px;
        margin-bottom: 18px;
    }

    .morpheus-panel-copy {
        margin-bottom: 20px;
        font-size: clamp(20px, 4vw, 28px);
    }

    .morpheus-panel-script {
        margin-bottom: 14px;
        padding: 0 26px 10px;
        font-size: clamp(28px, 5vw, 44px);
    }

    .morpheus-panel-tags {
        gap: 28px;
        margin-bottom: 22px;
    }

    .morpheus-panel-tag {
        font-size: 18px;
    }

    .morpheus-panel-image {
        margin: 0 -24px -30px;
    }

    .tratamiento-focus-shell--morpheus .morpheus-panel-image img {
        width: min(100%, 62%);
        margin: 0 auto;
    }

    .hifu-panel-body {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hifu-panel-copy {
        order: 2;
        padding: 0;
        max-width: none;
        margin-left: 0;
    }

    .hifu-panel-image {
        order: 1;
        margin: 0 -24px 0;
        justify-content: center;
        border-radius: 24px;
    }

    .hifu-panel-image img {
        width: min(100%, 62%);
        border-radius: 24px;
    }

    .dermapen-panel-body {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .dermapen-panel-image {
        margin: 0 -24px 0;
        justify-content: center;
    }

    .dermapen-panel-image img {
        width: min(100%, 62%);
        margin: 0 auto;
    }

    .dermapen-panel-copy {
        padding: 0 0 10px;
    }

    .peeling-panel-body {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .peeling-panel-image {
        margin: 0 -24px 0;
        justify-content: center;
    }

    .peeling-panel-image img {
        width: min(100%, 62%);
        margin: 0 auto;
    }

    .peeling-panel-copy {
        padding: 0 0 10px;
    }

    .tratamiento-focus-shell {
        padding: 34px 24px 30px;
    }

    .tratamiento-focus-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .tratamiento-focus-model {
        order: -1;
    }

    .tratamiento-focus-model-image {
        max-width: 460px;
    }

    .tratamiento-focus-connector {
        left: -118px;
    }

    .tratamiento-focus-connector--frente {
        width: 168px;
    }

    .tratamiento-focus-connector--entrecejo {
        width: 148px;
    }

    .tratamiento-focus-connector--ojo {
        width: 176px;
    }
}

@media (max-width: 767px) {
    .tratamiento-focus-section {
        padding: 64px 0 56px;
    }

    .tratamientos-grid-shell {
        margin-bottom: 30px;
        padding: 12px 0 2px;
    }

    .tratamientos-grid-intro {
        margin-bottom: 20px;
    }

    .tratamientos-grid-intro p {
        font-size: 11px;
        line-height: 1.5;
        letter-spacing: 0.16em;
    }

    .tratamientos-grid-intro h3 {
        font-size: 16px;
        letter-spacing: 0.14em;
    }

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

    .tratamiento-card-icon {
        width: 88px;
        height: 88px;
        font-size: 30px;
    }

    .tratamiento-card h4 {
        max-width: 150px;
        margin: 10px 0 8px;
        font-size: 14px;
        line-height: 1.22;
    }

    .tratamiento-card-divider {
        width: 82px;
    }

    .tratamiento-card-divider::before,
    .tratamiento-card-divider::after {
        width: 30px;
    }

    .tratamientos-page-title {
        margin-bottom: 16px;
    }

    .tratamientos-page-title h2 {
        font-size: clamp(38px, 15vw, 58px);
        line-height: 1;
    }

    .morpheus-panel-title-wrap {
        min-height: 70px;
        padding: 12px 16px;
        border-radius: 18px;
    }

    .morpheus-panel-title {
        font-size: clamp(34px, 12vw, 54px);
    }

    .morpheus-panel-copy {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
        font-size: 17px;
        line-height: 1.5;
        text-align: center;
    }

    .morpheus-panel-script {
        padding: 0 18px 10px;
        font-size: clamp(24px, 9vw, 36px);
    }

    .morpheus-panel-tags {
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px 18px;
        margin-bottom: 18px;
    }

    .morpheus-panel-tag {
        gap: 8px;
        font-size: 16px;
    }

    .morpheus-panel-tag-icon {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .morpheus-panel-image {
        margin: 0 -18px -26px;
        border-radius: 0 0 22px 22px;
    }

    .tratamiento-focus-shell--morpheus .morpheus-panel-image img {
        width: min(100%, 82%);
        margin: 0 auto;
    }

    .hifu-panel-subtitle {
        margin-bottom: 20px;
        padding: 0 20px 10px;
        font-size: clamp(24px, 8vw, 38px);
    }

    .hifu-panel-benefits {
        max-width: 290px;
        margin: 0 auto 22px;
    }

    .hifu-panel-benefits li {
        margin-bottom: 10px;
        padding-left: 22px;
        font-size: 20px;
    }

    .hifu-panel-benefits li::before {
        font-size: 16px;
    }

    .hifu-panel-tags {
        width: fit-content;
        margin: 0 auto;
        gap: 14px;
    }

    .hifu-panel-tag {
        font-size: 18px;
    }

    .hifu-panel-tag-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .hifu-panel-image {
        margin: 0 -18px 0;
        border-radius: 20px;
    }

    .hifu-panel-image img {
        width: min(100%, 82%);
        margin: 0 auto;
        border-radius: 20px;
    }

    .dermapen-panel-subtitle {
        margin-bottom: 20px;
        padding: 0 20px 10px;
        font-size: clamp(24px, 8vw, 38px);
    }

    .dermapen-panel-image {
        margin: 0 -18px 0;
        justify-content: center;
    }

    .dermapen-panel-image img {
        width: min(100%, 82%);
        margin: 0 auto;
    }

    .dermapen-panel-copy {
        max-width: 290px;
        margin: 0 auto;
    }

    .dermapen-panel-benefits li {
        margin-bottom: 10px;
        padding-left: 22px;
        font-size: 20px;
    }

    .dermapen-panel-benefits li::before {
        font-size: 16px;
    }

    .peeling-panel-script {
        margin-bottom: 12px;
        font-size: clamp(28px, 9vw, 44px);
    }

    .peeling-panel-subtitle {
        font-size: clamp(20px, 6vw, 30px);
    }

    .peeling-panel-divider {
        width: min(100%, 320px);
        margin-bottom: 14px;
    }

    .peeling-panel-image {
        margin: 0 -18px 0;
        justify-content: center;
    }

    .peeling-panel-image img {
        width: min(100%, 82%);
        margin: 0 auto;
    }

    .peeling-panel-copy {
        max-width: 290px;
        margin: 0 auto;
    }

    .peeling-panel-benefits li {
        margin-bottom: 8px;
        padding-left: 20px;
        font-size: 18px;
    }

    .peeling-panel-benefits li::before {
        font-size: 16px;
    }

    .tratamiento-focus-shell {
        padding: 26px 18px 26px;
        border-radius: 24px;
    }

    .tratamiento-focus-header {
        margin-bottom: 24px;
    }

    .tratamiento-focus-kicker {
        margin-bottom: 12px;
        padding: 7px 14px;
        font-size: 11px;
        letter-spacing: 0.14em;
    }

    .tratamiento-focus-header h2 {
        font-size: clamp(44px, 18vw, 72px);
        letter-spacing: 0.03em;
    }

    .tratamiento-focus-header h3 {
        margin-top: 8px;
        font-size: clamp(24px, 8vw, 36px);
    }

    .tratamiento-focus-layout {
        gap: 22px;
    }

    .tratamiento-focus-model {
        margin: 0 auto;
        width: 100%;
    }

    .tratamiento-focus-model-image {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        border-radius: 26px;
    }

    .tratamiento-focus-points {
        gap: 16px;
    }

    .tratamiento-focus-point {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 14px;
        align-items: start;
        justify-items: start;
        padding: 14px 12px;
        border: 1px solid rgba(225, 178, 97, 0.14);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.02);
    }

    .tratamiento-focus-copy {
        order: 2;
        width: 100%;
        padding: 0;
        border-bottom: 0;
        text-align: left;
    }

    .tratamiento-focus-copy::after {
        display: none;
    }

    .tratamiento-focus-detail {
        order: 1;
        width: 88px;
        height: 88px;
        border-width: 2px;
        box-shadow: none;
    }

    .tratamiento-focus-connector {
        display: none;
    }

    .tratamiento-focus-copy h4 {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .tratamiento-focus-copy p {
        font-size: 15px;
        line-height: 1.55;
    }

    .tratamiento-focus-benefits {
        flex-direction: column;
        gap: 12px;
        margin-top: 24px;
        padding-top: 20px;
    }

    .tratamiento-focus-benefit {
        width: 100%;
        min-height: 0;
        padding: 12px 14px;
        border: 1px solid rgba(225, 178, 97, 0.14);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.02);
    }

    .tratamiento-focus-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .tratamiento-focus-benefit p {
        font-size: 15px;
        line-height: 1.5;
    }
}

@media (max-width: 575px) {
    .tratamiento-card h4 {
        max-width: 230px;
        font-size: 15px;
    }

    .morpheus-panel-title {
        font-size: clamp(32px, 12vw, 46px);
    }

    .morpheus-panel-copy {
        max-width: 300px;
        font-size: 16px;
    }

    .morpheus-panel-script,
    .hifu-panel-subtitle,
    .dermapen-panel-subtitle,
    .peeling-panel-script,
    .peeling-panel-subtitle {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .tratamiento-focus-shell--morpheus .morpheus-panel-image img,
    .hifu-panel-image img,
    .dermapen-panel-image img,
    .peeling-panel-image img {
        width: min(100%, 90%);
    }

    .hifu-panel-tag,
    .dermapen-panel-benefits li,
    .peeling-panel-benefits li {
        font-size: 17px;
    }

    .hifu-panel-tag-icon {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }
}

@media (max-width: 420px) {
    .tratamientos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 12px;
    }

    .tratamiento-card h4 {
        max-width: 130px;
        font-size: 14px;
    }

    .tratamientos-page-title h2 {
        font-size: 34px;
    }

    .morpheus-panel-tags {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .morpheus-panel-tag {
        font-size: 15px;
    }

    .hifu-panel-benefits li {
        font-size: 18px;
    }

    .hifu-panel-tag {
        font-size: 16px;
    }

    .hifu-panel-image img {
        width: min(100%, 88%);
    }

    .tratamiento-focus-shell--morpheus .morpheus-panel-image img,
    .dermapen-panel-image img,
    .peeling-panel-image img {
        width: min(100%, 88%);
        margin: 0 auto;
    }

    .tratamiento-focus-section {
        padding: 68px 0 60px;
    }

    .tratamiento-focus-shell {
        padding: 22px 14px 22px;
        border-radius: 20px;
    }

    .tratamiento-focus-point {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 12px;
        padding: 12px 10px;
    }

    .tratamiento-focus-detail {
        width: 76px;
        height: 76px;
    }

    .tratamiento-focus-copy h4 {
        font-size: 18px;
    }

    .tratamiento-focus-copy p,
    .tratamiento-focus-benefit p {
        font-size: 14px;
    }
}
