/* Shared medical landing. Scope everything under .esra-medical-landing.
   Future pages reuse this file and override only the variables below.
   Default palette is the labioplasty theme. */
.esra-medical-landing {
    --lp-primary: #9b4f68;
    --lp-primary-dark: #74374d;
    --lp-soft: #f8f1f4;
    --lp-border: #eadde2;
    --lp-text: #30282b;
    --lp-muted: #746a6e;
    --lp-card: #ffffff;
    --lp-radius: 16px;
    --lp-shadow: 0 8px 24px rgba(116, 55, 77, 0.08);
    --lp-sticky-top: 72px;
    color: var(--lp-text);
    background: #fff;
    line-height: 1.65;
}

.esra-medical-landing.lp-theme-labioplasty {
    --lp-primary: #9b4f68;
    --lp-primary-dark: #74374d;
    --lp-soft: #f8f1f4;
    --lp-border: #eadde2;
}

.esra-medical-landing h1,
.esra-medical-landing h2,
.esra-medical-landing h3,
.esra-medical-landing h4 {
    color: var(--lp-text);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.esra-medical-landing h1 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    margin: 0 0 1rem;
}

.esra-medical-landing h2 {
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    margin: 0 0 1rem;
}

.esra-medical-landing h3 {
    font-size: 1.15rem;
    margin: 0 0 0.5rem;
}

.esra-medical-landing a {
    color: var(--lp-primary-dark);
}

.esra-medical-landing a:focus-visible,
.esra-medical-landing button:focus-visible {
    outline: 2px solid var(--lp-primary);
    outline-offset: 3px;
}

.esra-medical-landing .lp-eyebrow {
    display: block;
    margin-bottom: 0.75rem;
    color: var(--lp-primary);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.esra-medical-landing .lp-lead {
    color: var(--lp-muted);
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
}

.esra-medical-landing .lp-section {
    padding: 3.5rem 0;
}

.esra-medical-landing .lp-section-soft {
    background: var(--lp-soft);
}

.esra-medical-landing .lp-breadcrumb {
    padding-top: 1.25rem;
}

.esra-medical-landing .breadcrumb {
    margin: 0;
    background: transparent;
    font-size: 0.875rem;
}

.esra-medical-landing .breadcrumb-item a {
    color: var(--lp-muted);
    text-decoration: none;
}

.esra-medical-landing .breadcrumb-item.active {
    color: var(--lp-primary-dark);
}

.esra-medical-landing .lp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.esra-medical-landing .btn-lp-primary,
.esra-medical-landing .btn-lp-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 48px;
    padding: 0.75rem 1.35rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
}

.esra-medical-landing .btn-lp-primary {
    background: var(--lp-primary);
    color: #fff;
    border: 2px solid var(--lp-primary);
}

.esra-medical-landing .btn-lp-primary:hover {
    background: var(--lp-primary-dark);
    border-color: var(--lp-primary-dark);
    color: #fff;
}

.esra-medical-landing .btn-lp-outline {
    background: transparent;
    color: var(--lp-primary-dark);
    border: 2px solid var(--lp-primary);
}

.esra-medical-landing .btn-lp-outline:hover {
    background: var(--lp-soft);
    color: var(--lp-primary-dark);
}

.esra-medical-landing .lp-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--lp-muted);
    font-size: 0.95rem;
}

.esra-medical-landing .lp-hero-media {
    border-radius: var(--lp-radius);
    overflow: hidden;
    background: var(--lp-soft);
    border: 1px solid var(--lp-border);
    aspect-ratio: 4 / 5;
}

.esra-medical-landing .lp-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.esra-medical-landing .lp-sticky-nav {
    position: sticky;
    top: var(--lp-sticky-top);
    z-index: 20;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--lp-border);
    border-bottom: 1px solid var(--lp-border);
    padding: 0.75rem 0;
}

.esra-medical-landing .lp-nav-scroll {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.esra-medical-landing .lp-nav-scroll::-webkit-scrollbar {
    display: none;
}

.esra-medical-landing .lp-nav-scroll a {
    display: inline-block;
    white-space: nowrap;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    color: var(--lp-muted);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
}

.esra-medical-landing .lp-nav-scroll a:hover {
    color: var(--lp-primary-dark);
    background: var(--lp-soft);
}

.esra-medical-landing .lp-prose p,
.esra-medical-landing .lp-prose li {
    color: var(--lp-muted);
}

.esra-medical-landing .lp-prose p:last-child,
.esra-medical-landing .lp-prose ul:last-child {
    margin-bottom: 0;
}

.esra-medical-landing .lp-prose ul {
    padding-left: 1.15rem;
}

.esra-medical-landing .lp-prose li + li {
    margin-top: 0.35rem;
}

.esra-medical-landing .lp-prose a {
    font-weight: 600;
    text-underline-offset: 0.15em;
}

.esra-medical-landing .lp-card {
    background: var(--lp-card);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    box-shadow: var(--lp-shadow);
    padding: 1.5rem;
}

.esra-medical-landing .lp-faq {
    border: 1px solid var(--lp-border);
    border-radius: 8px;
    background: #fff;
    padding: 1rem 1.15rem;
    margin-bottom: 0.75rem;
}

.esra-medical-landing .lp-faq h3 {
    margin-bottom: 0.4rem;
}

.esra-medical-landing .lp-note {
    margin-top: 2rem;
    padding: 1rem 1.15rem;
    border-left: 4px solid var(--lp-primary);
    background: var(--lp-soft);
    border-radius: 8px;
}

.esra-medical-landing .lp-note strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--lp-primary-dark);
}

.esra-medical-landing .lp-note p {
    margin: 0;
    color: var(--lp-muted);
}

@media (max-width: 991.98px) {
    .esra-medical-landing .lp-section {
        padding: 2.5rem 0;
    }

    .esra-medical-landing .lp-hero-media {
        aspect-ratio: 4 / 3;
        max-height: 420px;
    }

    .esra-medical-landing .lp-sticky-nav {
        top: 60px;
    }
}

/* Shared landing visual system. */
.esra-medical-landing {
    background: #fcfafa;
}

.esra-medical-landing .lp-hero {
    padding-top: 1.5rem;
}

.esra-medical-landing .lp-wide,
.esra-medical-landing .lp-center .lp-prose,
.esra-medical-landing .lp-faq .lp-prose {
    max-width: 920px;
}

.esra-medical-landing .lp-center .lp-prose {
    margin-right: auto;
    margin-left: auto;
}

.esra-medical-landing .lp-center h2,
.esra-medical-landing .lp-faq h2 {
    text-align: center;
}

.esra-medical-landing .lp-cards .lp-prose > ul,
.esra-medical-landing .lp-related .lp-prose > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.esra-medical-landing .lp-cards .lp-prose > ul > li,
.esra-medical-landing .lp-related .lp-prose > ul > li {
    margin: 0;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    box-shadow: var(--lp-shadow);
}

.esra-medical-landing .lp-related .lp-prose > ul > li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 48px;
    color: var(--lp-text);
    text-decoration: none;
}

.esra-medical-landing .lp-related .lp-prose > ul > li a:hover {
    color: var(--lp-primary-dark);
}

.esra-medical-landing .lp-concerns .lp-card h2 {
    font-size: 1.15rem;
}

.esra-medical-landing .accordion-item {
    border: 1px solid var(--lp-border);
    border-radius: 8px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: #fff;
}

.esra-medical-landing .accordion-header {
    margin: 0;
}

.esra-medical-landing .accordion-button {
    background: #fff;
    color: var(--lp-text);
    font-weight: 600;
    box-shadow: none;
}

.esra-medical-landing .accordion-button:not(.collapsed) {
    color: var(--lp-primary-dark);
    background: var(--lp-soft);
}

.esra-medical-landing .accordion-body {
    color: var(--lp-muted);
}

.esra-medical-landing .lp-actions-center {
    justify-content: center;
}

.esra-medical-landing .lp-final {
    padding-top: 0;
}

.esra-medical-landing .lp-bar {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fff;
    border-bottom: 1px solid var(--lp-border);
}

.esra-medical-landing .lp-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 72px;
}

.esra-medical-landing .lp-bar-brand {
    color: var(--lp-text);
    font-weight: 700;
    text-decoration: none;
}

.esra-medical-landing .lp-bar-nav {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.esra-medical-landing .lp-bar-nav a {
    color: var(--lp-primary-dark);
    font-weight: 600;
    text-decoration: none;
}

.esra-medical-landing .lp-foot {
    padding: 1.5rem 0 2rem;
    border-top: 1px solid var(--lp-border);
    color: var(--lp-muted);
    font-size: 0.9rem;
}

.esra-medical-landing .lp-foot p {
    margin: 0;
}

/* Labioplasty landing only. Other landings keep the shared rules above. */
.esra-medical-landing.landing-labioplasti {
    --lp-ivory: #FDFCFB;
    --lp-stone: #F4F1ED;
    --lp-stone-mid: #E6E1DA;
    --lp-stone-dark: #5f5954;
    --lp-charcoal: #2A2A2A;
    --lp-burgundy: #6D2A3F;
    --lp-burgundy-deep: #4A1A2A;
    --lp-blush: #FBF6F7;
    --lp-serif: Georgia, "Times New Roman", Times, serif;
    --lp-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: var(--lp-ivory);
    color: var(--lp-charcoal);
    font-family: var(--lp-sans);
    line-height: 1.65;
}

.esra-medical-landing.landing-labioplasti h1,
.esra-medical-landing.landing-labioplasti h2,
.esra-medical-landing.landing-labioplasti .header-brand-name,
.esra-medical-landing.landing-labioplasti .footer-logo,
.esra-medical-landing.landing-labioplasti .hero-floating-card strong,
.esra-medical-landing.landing-labioplasti .trust-item-number,
.esra-medical-landing.landing-labioplasti .terminology-card .term {
    font-family: var(--lp-serif);
    font-weight: 500;
    letter-spacing: 0;
    color: var(--lp-charcoal);
}

.esra-medical-landing.landing-labioplasti h1 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.12;
    margin: 0 0 1.25rem;
}

.esra-medical-landing.landing-labioplasti h2 {
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1.2;
    margin: 0 0 1rem;
}

.esra-medical-landing.landing-labioplasti h3 {
    font-family: var(--lp-sans);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 0.45rem;
}

.esra-medical-landing.landing-labioplasti p {
    color: #3f3f3f;
}

.esra-medical-landing.landing-labioplasti a {
    color: var(--lp-burgundy);
}

.esra-medical-landing.landing-labioplasti a:focus-visible,
.esra-medical-landing.landing-labioplasti summary:focus-visible,
.esra-medical-landing.landing-labioplasti button:focus-visible {
    outline: 2px solid var(--lp-burgundy);
    outline-offset: 3px;
}

.esra-medical-landing.landing-labioplasti .lp-section {
    padding: 0;
    background: transparent;
}

.esra-medical-landing.landing-labioplasti .lp-section-soft {
    background: var(--lp-stone);
}

.esra-medical-landing.landing-labioplasti .section-padding {
    padding: 5.5rem 0;
}

.esra-medical-landing.landing-labioplasti .eyebrow {
    display: block;
    margin-bottom: 0.75rem;
    color: var(--lp-stone-dark);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.esra-medical-landing.landing-labioplasti .btn-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 48px;
    padding: 0.8rem 1.35rem;
    border-radius: 4px;
    border: 1px solid transparent;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.esra-medical-landing.landing-labioplasti .btn-primary-burgundy,
.esra-medical-landing.landing-labioplasti a.btn-lp-primary {
    background: var(--lp-burgundy);
    border-color: var(--lp-burgundy);
    color: #fff;
}

.esra-medical-landing.landing-labioplasti .btn-primary-burgundy:hover,
.esra-medical-landing.landing-labioplasti a.btn-lp-primary:hover {
    background: var(--lp-burgundy-deep);
    border-color: var(--lp-burgundy-deep);
    color: #fff;
}

.esra-medical-landing.landing-labioplasti .btn-outline-burgundy {
    background: transparent;
    border-color: var(--lp-burgundy);
    color: var(--lp-burgundy);
}

.esra-medical-landing.landing-labioplasti .btn-outline-burgundy:hover {
    background: #F7E9EE;
    color: var(--lp-burgundy);
}

.esra-medical-landing.landing-labioplasti .btn-whatsapp {
    background: #fff;
    border-color: #128C7E;
    color: #0d6b60;
}

.esra-medical-landing.landing-labioplasti .btn-whatsapp:hover {
    background: #128C7E;
    color: #fff;
}

.esra-medical-landing.landing-labioplasti .btn-white {
    background: #fff;
    color: var(--lp-burgundy);
    margin-top: 1.25rem;
}

.esra-medical-landing.landing-labioplasti .btn-white:hover {
    background: var(--lp-stone);
    color: var(--lp-burgundy);
}

.esra-medical-landing.landing-labioplasti .btn-tel {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
}

.esra-medical-landing.landing-labioplasti .landing-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid var(--lp-stone-mid);
    padding: 0.7rem 0;
}

.esra-medical-landing.landing-labioplasti .header-inner,
.esra-medical-landing.landing-labioplasti .header-nav,
.esra-medical-landing.landing-labioplasti .header-nav-links,
.esra-medical-landing.landing-labioplasti .header-actions {
    display: flex;
    align-items: center;
}

.esra-medical-landing.landing-labioplasti .header-inner {
    justify-content: space-between;
    gap: 0.75rem;
}

.esra-medical-landing.landing-labioplasti .header-brand {
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: var(--lp-charcoal);
    text-decoration: none;
}

.esra-medical-landing.landing-labioplasti .header-brand-name {
    font-size: clamp(0.92rem, 2.4vw, 1.25rem);
    font-weight: 600;
    line-height: 1.15;
}

.esra-medical-landing.landing-labioplasti .header-brand-sub {
    color: var(--lp-stone-dark);
    font-size: 0.68rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.esra-medical-landing.landing-labioplasti .header-brand img,
.esra-medical-landing.landing-labioplasti .footer-logo img {
    display: block;
    width: auto;
    height: 52px;
    max-width: 220px;
}

.esra-medical-landing.landing-labioplasti .footer-logo img {
    height: 34px;
    max-width: 148px;
    margin: 0;
}

.esra-medical-landing.landing-labioplasti .header-nav {
    gap: 1.25rem;
    flex: 0 1 auto;
}

.esra-medical-landing.landing-labioplasti .header-nav-links {
    gap: 0.9rem;
}

.esra-medical-landing.landing-labioplasti .header-nav-links a {
    color: var(--lp-charcoal);
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.esra-medical-landing.landing-labioplasti .header-nav-links a:hover {
    color: var(--lp-burgundy);
}

.esra-medical-landing.landing-labioplasti .header-actions {
    gap: 0.5rem;
}

.esra-medical-landing.landing-labioplasti .header-actions .btn-premium {
    min-height: 40px;
    padding: 0.45rem 0.85rem;
    font-size: 0.84rem;
    white-space: nowrap;
}

.esra-medical-landing.landing-labioplasti .header-actions .btn-premium svg {
    width: 1.05rem;
    height: 1.05rem;
    fill: currentColor;
    flex: 0 0 auto;
}

.esra-medical-landing.landing-labioplasti .hero-section {
    background: var(--lp-blush);
    padding: 1.75rem 0 1.5rem;
    overflow: hidden;
}

.esra-medical-landing.landing-labioplasti .hero-section h1 {
    font-size: clamp(1.85rem, 3vw, 2.7rem);
    margin-bottom: 0.75rem;
}

.esra-medical-landing.landing-labioplasti .hero-content {
    padding-right: 1.5rem;
}

.esra-medical-landing.landing-labioplasti .hero-lead {
    max-width: 38rem;
    margin-bottom: 1rem;
    font-size: 1.02rem;
}

.esra-medical-landing.landing-labioplasti .hero-points {
    display: grid;
    gap: 0.65rem;
    margin: 0 0 1.15rem;
    padding: 0;
    list-style: none;
}

.esra-medical-landing.landing-labioplasti .hero-points li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
}

.esra-medical-landing.landing-labioplasti .hero-point-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #fff;
    color: var(--lp-burgundy);
}

.esra-medical-landing.landing-labioplasti .hero-point-icon svg {
    width: 1.05rem;
    height: 1.05rem;
    fill: currentColor;
}

.esra-medical-landing.landing-labioplasti .hero-points strong,
.esra-medical-landing.landing-labioplasti .hero-points li span span {
    display: block;
}

.esra-medical-landing.landing-labioplasti .hero-points strong {
    color: var(--lp-charcoal);
    font-size: 0.92rem;
    line-height: 1.25;
}

.esra-medical-landing.landing-labioplasti .hero-points li span span {
    color: var(--lp-stone-dark);
    font-size: 0.82rem;
    line-height: 1.35;
}

.esra-medical-landing.landing-labioplasti .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.esra-medical-landing.landing-labioplasti .hero-actions .btn-premium svg {
    width: 1.05rem;
    height: 1.05rem;
    fill: currentColor;
    flex: 0 0 auto;
}

.esra-medical-landing.landing-labioplasti .hero-image-wrapper {
    position: relative;
    z-index: 1;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
}

.esra-medical-landing.landing-labioplasti .hero-image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 88%;
    height: 88%;
    background: var(--lp-stone);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: -1;
    transform: translate(4%, 6%);
}

.esra-medical-landing.landing-labioplasti .hero-img {
    display: block;
    width: 100%;
    height: min(560px, calc(100vh - 150px));
    border-radius: 12px 12px 120px 12px;
    object-fit: cover;
    object-position: center 12%;
    box-shadow: 0 20px 40px rgba(42, 42, 42, 0.06);
}

.esra-medical-landing.landing-labioplasti .trust-strip {
    position: relative;
    background: #fff;
    border-bottom: 1px solid var(--lp-stone-mid);
    padding: 2.25rem 0 2rem;
    overflow: hidden;
}

.esra-medical-landing.landing-labioplasti .trust-kicker {
    margin: 0 0 0.35rem;
    color: var(--lp-burgundy);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.esra-medical-landing.landing-labioplasti .trust-lead {
    max-width: 36rem;
    margin: 0 0 1.5rem;
    color: var(--lp-charcoal);
    font-family: var(--lp-serif);
    font-size: clamp(1.25rem, 2vw, 1.6rem);
    line-height: 1.3;
}

.esra-medical-landing.landing-labioplasti .trust-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.esra-medical-landing.landing-labioplasti .trust-grid::before {
    content: "";
    position: absolute;
    top: 1.35rem;
    left: 8%;
    right: 8%;
    height: 1px;
    background: var(--lp-burgundy);
    transform: scaleX(0);
    transform-origin: left center;
    animation: lp-trust-line 1.1s ease 0.15s forwards;
}

.esra-medical-landing.landing-labioplasti .trust-item {
    position: relative;
    z-index: 1;
    min-height: 100%;
    margin: 0;
    padding: 0 0.85rem 1rem;
    animation: lp-trust-in 0.7s ease both;
}

.esra-medical-landing.landing-labioplasti .trust-item:nth-child(2) { animation-delay: 0.12s; }
.esra-medical-landing.landing-labioplasti .trust-item:nth-child(3) { animation-delay: 0.24s; }
.esra-medical-landing.landing-labioplasti .trust-item:nth-child(4) { animation-delay: 0.36s; }

.esra-medical-landing.landing-labioplasti .trust-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    margin-bottom: 0.85rem;
    background: #fff;
    border: 1px solid var(--lp-burgundy);
    border-radius: 50%;
    color: var(--lp-burgundy);
    font-family: var(--lp-serif);
    font-size: 0.95rem;
    font-style: italic;
}

.esra-medical-landing.landing-labioplasti .trust-item strong,
.esra-medical-landing.landing-labioplasti .trust-item > span:not(.trust-mark) {
    display: block;
}

.esra-medical-landing.landing-labioplasti .trust-item strong {
    margin-bottom: 0.25rem;
    font-size: 1.05rem;
}

.esra-medical-landing.landing-labioplasti .trust-item > span:not(.trust-mark) {
    color: var(--lp-stone-dark);
    font-size: 0.88rem;
    line-height: 1.45;
}

@keyframes lp-trust-line {
    to { transform: scaleX(1); }
}

@keyframes lp-trust-in {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: none; }
}

.esra-medical-landing.landing-labioplasti .definition-copy .lp-answer {
    margin-top: 0.5rem;
    padding-left: 1.15rem;
    border-left: 3px solid var(--lp-burgundy);
    font-size: 1.05rem;
}

.esra-medical-landing.landing-labioplasti .terminology-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--lp-stone-mid);
    border-radius: 12px;
    text-align: center;
}

.esra-medical-landing.landing-labioplasti .terminology-card img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: contain;
    background: var(--lp-blush);
}

.esra-medical-landing.landing-labioplasti .terminology-copy {
    padding: 1.35rem 1.25rem 1.5rem;
}

.esra-medical-landing.landing-labioplasti .terminology-card .term {
    display: block;
    margin-bottom: 0.65rem;
    font-size: 1.8rem;
}

.esra-medical-landing.landing-labioplasti .terminology-card .term-daily {
    margin: 0.35rem 0 0;
    color: var(--lp-charcoal);
    font-size: 1.05rem;
}

.esra-medical-landing.landing-labioplasti #durumlar .lp-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.esra-medical-landing.landing-labioplasti #durumlar .lp-card {
    height: 100%;
    margin: 0;
    padding: 1.35rem 1.2rem 1.2rem;
    background: #fff;
    border: 1px solid var(--lp-stone-mid);
    border-radius: 8px;
    box-shadow: none;
}

.esra-medical-landing.landing-labioplasti #durumlar .lp-card p {
    margin: 0;
    color: var(--lp-stone-dark);
    font-size: 0.95rem;
}

.esra-medical-landing.landing-labioplasti .consultation-section {
    background: var(--lp-burgundy);
    color: #f7f1f3;
}

.esra-medical-landing.landing-labioplasti .consultation-section h2,
.esra-medical-landing.landing-labioplasti .consultation-section .consultation-copy p {
    color: #f7f1f3;
}

.esra-medical-landing.landing-labioplasti .consultation-section a {
    color: #fff;
}

.esra-medical-landing.landing-labioplasti .consultation-checklist {
    background: #fff;
    color: var(--lp-charcoal);
    border-radius: 8px;
    padding: 1.5rem;
}

.esra-medical-landing.landing-labioplasti .checklist-label {
    margin: 0 0 0.85rem;
    color: var(--lp-burgundy);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.esra-medical-landing.landing-labioplasti .checklist-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.esra-medical-landing.landing-labioplasti .checklist-items li {
    color: var(--lp-charcoal);
    font-size: 0.95rem;
    padding-left: 0.9rem;
    position: relative;
}

.esra-medical-landing.landing-labioplasti .checklist-items li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--lp-burgundy);
}

.esra-medical-landing.landing-labioplasti #surec .lp-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.25rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.esra-medical-landing.landing-labioplasti #surec .lp-steps::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--lp-stone-mid);
}

.esra-medical-landing.landing-labioplasti #surec .lp-steps li {
    position: relative;
    z-index: 1;
    margin: 0;
}

.esra-medical-landing.landing-labioplasti #surec .lp-steps span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 0.85rem;
    background: #fff;
    border: 1px solid var(--lp-stone-mid);
    border-radius: 50%;
    color: var(--lp-burgundy);
    font-family: var(--lp-serif);
    font-size: 1.05rem;
}

.esra-medical-landing.landing-labioplasti #surec .lp-steps strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1rem;
}

.esra-medical-landing.landing-labioplasti #surec .lp-steps p {
    margin: 0;
    color: var(--lp-stone-dark);
    font-size: 0.9rem;
}

.esra-medical-landing.landing-labioplasti .technique-cards {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.esra-medical-landing.landing-labioplasti .tech-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
    background: #fff;
    border: 1px solid var(--lp-stone-mid);
    border-radius: 12px;
}

.esra-medical-landing.landing-labioplasti .tech-sketch {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 4.5rem;
    width: 4.5rem;
    height: 4.5rem;
    background: var(--lp-blush);
    border-radius: 10px;
}

.esra-medical-landing.landing-labioplasti .tech-shape {
    position: relative;
    width: 1.7rem;
    height: 2.6rem;
    border: 2px solid #c4b8b0;
    border-radius: 45% 45% 48% 48%;
    background: #fff;
}

.esra-medical-landing.landing-labioplasti .tech-trim .tech-shape {
    border-right-color: var(--lp-burgundy);
    border-right-width: 4px;
}

.esra-medical-landing.landing-labioplasti .tech-wedge .tech-shape::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 18%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 16px solid var(--lp-burgundy);
    transform: translateX(-50%);
}

.esra-medical-landing.landing-labioplasti .tech-wedge .tech-shape::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 18%;
    width: 2px;
    height: 0.7rem;
    background: var(--lp-burgundy);
    transform: translateX(-50%);
}

.esra-medical-landing.landing-labioplasti .tech-card h3 {
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
    margin: 0 0 0.25rem;
}

.esra-medical-landing.landing-labioplasti .tech-en {
    color: var(--lp-stone-dark);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.esra-medical-landing.landing-labioplasti .tech-text p,
.esra-medical-landing.landing-labioplasti .tech-note {
    margin: 0;
    color: var(--lp-stone-dark);
    font-size: 0.9rem;
    line-height: 1.45;
}

.esra-medical-landing.landing-labioplasti .tech-note {
    padding: 0.15rem 0.2rem 0;
}

.esra-medical-landing.landing-labioplasti #iyilesme .lp-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-top: 1.25rem;
}

.esra-medical-landing.landing-labioplasti #iyilesme .lp-card {
    margin: 0;
    padding: 1.6rem 1.4rem;
    background: #fff;
    border: 0;
    border-top: 3px solid var(--lp-stone-mid);
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(42, 42, 42, 0.04);
}

.esra-medical-landing.landing-labioplasti #iyilesme .lp-card:hover {
    border-top-color: var(--lp-burgundy);
}

.esra-medical-landing.landing-labioplasti .risks-section {
    background: var(--lp-charcoal);
    color: #f4f1ed;
}

.esra-medical-landing.landing-labioplasti .risks-section h2,
.esra-medical-landing.landing-labioplasti .risks-section p {
    color: #f4f1ed;
}

.esra-medical-landing.landing-labioplasti .risks-section a {
    color: #fff;
    text-decoration: underline;
}

.esra-medical-landing.landing-labioplasti .risk-bullets {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem 1rem;
    margin: 1.75rem 0 0;
    padding: 0;
    list-style: none;
}

.esra-medical-landing.landing-labioplasti .risk-bullets li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    color: #f4f1ed;
    font-size: 0.95rem;
}

.esra-medical-landing.landing-labioplasti .risk-bullets li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F7E9EE;
    flex: 0 0 auto;
}

.esra-medical-landing.landing-labioplasti .price-section .container {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    padding: 3rem 1.75rem;
    background: #fff;
    border: 1px solid var(--lp-stone-mid);
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(42, 42, 42, 0.04);
}

.esra-medical-landing.landing-labioplasti .price-factors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
    margin: 1.25rem 0 1.5rem;
}

.esra-medical-landing.landing-labioplasti .price-pill {
    padding: 0.4rem 0.85rem;
    background: var(--lp-stone);
    border-radius: 999px;
    color: var(--lp-charcoal);
    font-size: 0.88rem;
}

.esra-medical-landing.landing-labioplasti .price-actions {
    justify-content: center;
    margin-bottom: 0;
}

.esra-medical-landing.landing-labioplasti .doctor-authority {
    background: var(--lp-blush);
}

.esra-medical-landing.landing-labioplasti .doctor-card-premium {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(42, 42, 42, 0.05);
}

.esra-medical-landing.landing-labioplasti .doctor-card-img {
    position: relative;
    width: 42%;
    min-height: 420px;
}

.esra-medical-landing.landing-labioplasti .doctor-card-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
}

.esra-medical-landing.landing-labioplasti .doctor-card-content {
    width: 58%;
    padding: 2.5rem 2.25rem;
}

.esra-medical-landing.landing-labioplasti .doctor-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.esra-medical-landing.landing-labioplasti .doctor-tag {
    padding: 0.28rem 0.6rem;
    background: var(--lp-stone);
    border-radius: 4px;
    color: var(--lp-stone-dark);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.esra-medical-landing.landing-labioplasti .cert-note {
    margin: 1rem 0 0;
    color: var(--lp-stone-dark);
    font-size: 0.88rem;
}

.esra-medical-landing.landing-labioplasti .clinic-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.85fr);
    background: #fff;
    border: 1px solid var(--lp-stone-mid);
    border-radius: 16px;
    overflow: hidden;
}

.esra-medical-landing.landing-labioplasti .clinic-place {
    display: flex;
    flex-direction: column;
    padding: 2.4rem 2.25rem 2rem;
}

.esra-medical-landing.landing-labioplasti .clinic-place h2 {
    max-width: 22ch;
    margin-bottom: 1.35rem;
}

.esra-medical-landing.landing-labioplasti .clinic-place address {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    margin: 0;
    font-style: normal;
    font-family: var(--lp-serif);
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    line-height: 1.45;
    color: var(--lp-charcoal);
}

.esra-medical-landing.landing-labioplasti .clinic-pin {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
    margin-top: 0.1rem;
    background: var(--lp-blush);
    border-radius: 50%;
    color: var(--lp-burgundy);
}

.esra-medical-landing.landing-labioplasti .clinic-pin svg,
.esra-medical-landing.landing-labioplasti .clinic-way-icon svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: currentColor;
}

.esra-medical-landing.landing-labioplasti .clinic-note {
    margin: auto 0 0;
    padding-top: 1.1rem;
    border-top: 1px solid var(--lp-stone-mid);
    color: var(--lp-stone-dark);
    font-size: 0.92rem;
}

.esra-medical-landing.landing-labioplasti .clinic-ways {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.7rem;
    padding: 1.35rem;
    background: var(--lp-blush);
}

.esra-medical-landing.landing-labioplasti .clinic-way {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.9rem 1rem;
    background: #fff;
    border-radius: 12px;
    color: var(--lp-charcoal);
    text-decoration: none;
}

.esra-medical-landing.landing-labioplasti .clinic-way:hover {
    color: var(--lp-burgundy-deep);
}

.esra-medical-landing.landing-labioplasti .clinic-way-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: var(--lp-stone);
    color: var(--lp-burgundy);
}

.esra-medical-landing.landing-labioplasti .clinic-way-call .clinic-way-icon {
    background: var(--lp-burgundy);
    color: #fff;
}

.esra-medical-landing.landing-labioplasti .clinic-way-wa .clinic-way-icon {
    background: #128C7E;
    color: #fff;
}

.esra-medical-landing.landing-labioplasti .clinic-way-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.esra-medical-landing.landing-labioplasti .clinic-way-copy strong {
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.3;
}

.esra-medical-landing.landing-labioplasti .clinic-way-copy span {
    color: var(--lp-stone-dark);
    font-size: 0.84rem;
    line-height: 1.35;
}

.esra-medical-landing.landing-labioplasti .lp-faq-list details {
    border-bottom: 1px solid var(--lp-stone-mid);
}

.esra-medical-landing.landing-labioplasti .lp-faq-list details:first-child {
    border-top: 1px solid var(--lp-stone-mid);
}

.esra-medical-landing.landing-labioplasti .lp-faq-list summary {
    position: relative;
    padding: 1.15rem 2rem 1.15rem 0;
    color: var(--lp-charcoal);
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.esra-medical-landing.landing-labioplasti .lp-faq-list summary::-webkit-details-marker {
    display: none;
}

.esra-medical-landing.landing-labioplasti .lp-faq-list summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 1rem;
    color: var(--lp-charcoal);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
}

.esra-medical-landing.landing-labioplasti .lp-faq-list details[open] summary {
    color: var(--lp-burgundy);
}

.esra-medical-landing.landing-labioplasti .lp-faq-list details[open] summary::after {
    content: "\2212";
    color: var(--lp-burgundy);
}

.esra-medical-landing.landing-labioplasti .lp-faq-a {
    padding: 0 0 1.15rem;
    color: var(--lp-stone-dark);
}

.esra-medical-landing.landing-labioplasti #bilgi .lp-link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1rem;
}

.esra-medical-landing.landing-labioplasti #bilgi .lp-link-grid a {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.15rem 1.1rem;
    background: #fff;
    border: 1px solid var(--lp-stone-mid);
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
}

.esra-medical-landing.landing-labioplasti #bilgi .guide-kicker {
    margin: 1.85rem 0 0.15rem;
    color: var(--lp-stone-dark);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.esra-medical-landing.landing-labioplasti #bilgi .lp-link-grid.guide-related {
    grid-template-columns: 1fr 1fr;
}

.esra-medical-landing.landing-labioplasti #bilgi .guide-card {
    display: grid;
    grid-template-columns: 2.55rem minmax(0, 1fr) auto;
    grid-template-areas: "ico title no" "ico blurb no";
    align-items: center;
    column-gap: 0.75rem;
    row-gap: 0.15rem;
    min-height: 5.6rem;
    padding: 0.95rem 1rem;
    border-radius: 12px;
}

.esra-medical-landing.landing-labioplasti #bilgi .guide-ico {
    grid-area: ico;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.55rem;
    height: 2.55rem;
    background: var(--lp-blush);
    border-radius: 10px;
    color: var(--lp-burgundy);
}

.esra-medical-landing.landing-labioplasti #bilgi .guide-ico svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.esra-medical-landing.landing-labioplasti #bilgi .guide-card strong {
    grid-area: title;
    margin: 0;
}

.esra-medical-landing.landing-labioplasti #bilgi .guide-blurb {
    grid-area: blurb;
}

.esra-medical-landing.landing-labioplasti #bilgi .guide-no {
    grid-area: no;
    align-self: start;
    color: var(--lp-burgundy);
    font-family: var(--lp-serif);
    font-size: 0.95rem;
    line-height: 1.2;
}

.esra-medical-landing.landing-labioplasti #bilgi .guide-hub {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-top: 0.85rem;
    padding: 1rem 1.1rem;
    background: #fff;
    border: 1px solid var(--lp-stone-mid);
    border-radius: 12px;
    color: inherit;
    text-decoration: none;
}

.esra-medical-landing.landing-labioplasti #bilgi .guide-hub:hover,
.esra-medical-landing.landing-labioplasti #bilgi .guide-card:hover {
    border-color: var(--lp-burgundy);
}

.esra-medical-landing.landing-labioplasti #bilgi .guide-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.esra-medical-landing.landing-labioplasti #bilgi .guide-hub .guide-no {
    margin-left: auto;
}

.esra-medical-landing.landing-labioplasti #bilgi .lp-link-grid a:hover {
    border-color: var(--lp-burgundy);
}

.esra-medical-landing.landing-labioplasti #bilgi .lp-link-grid strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--lp-charcoal);
    font-size: 1.02rem;
}

.esra-medical-landing.landing-labioplasti #bilgi .lp-link-grid span {
    color: var(--lp-stone-dark);
    font-size: 0.88rem;
}

.esra-medical-landing.landing-labioplasti #bilgi .guide-card strong {
    margin-bottom: 0;
}

.esra-medical-landing.landing-labioplasti #bilgi .lp-link-grid .guide-no {
    color: var(--lp-burgundy);
    font-family: var(--lp-serif);
    font-size: 0.95rem;
}

.esra-medical-landing.landing-labioplasti #bilgi .lp-link-grid .guide-ico {
    color: var(--lp-burgundy);
    font-size: 0;
}

.esra-medical-landing.landing-labioplasti .final-cta {
    background: var(--lp-blush);
    text-align: center;
}

.esra-medical-landing.landing-labioplasti .final-cta-inner {
    max-width: 760px;
}

.esra-medical-landing.landing-labioplasti .final-actions,
.esra-medical-landing.landing-labioplasti .final-social {
    justify-content: center;
}

.esra-medical-landing.landing-labioplasti .final-social {
    margin: 1.25rem 0 0;
    color: var(--lp-stone-dark);
}

.esra-medical-landing.landing-labioplasti .final-doctor-crop {
    width: 120px;
    height: 120px;
    margin: 0 auto 1.25rem;
    border: 3px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 18%;
    box-shadow: 0 10px 20px rgba(42, 42, 42, 0.06);
}

.esra-medical-landing.landing-labioplasti .landing-footer {
    background: var(--lp-charcoal);
    color: #fff;
    padding: 0.85rem 0;
    border-top: 3px solid var(--lp-burgundy);
}

.esra-medical-landing.landing-labioplasti .footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.esra-medical-landing.landing-labioplasti .footer-logo {
    display: flex;
    flex: 0 0 auto;
    color: #fff;
    text-decoration: none;
}

.esra-medical-landing.landing-labioplasti .footer-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.9rem;
    margin: 0;
    min-width: 0;
    font-size: 0.8rem;
    line-height: 1.3;
}

.esra-medical-landing.landing-labioplasti .footer-contact span,
.esra-medical-landing.landing-labioplasti .footer-contact a,
.esra-medical-landing.landing-labioplasti .footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.esra-medical-landing.landing-labioplasti .landing-footer p,
.esra-medical-landing.landing-labioplasti .landing-footer a {
    color: #f4f1ed;
}

.esra-medical-landing.landing-labioplasti .landing-footer svg {
    width: 0.95rem;
    height: 0.95rem;
    fill: currentColor;
    flex: 0 0 auto;
}

.esra-medical-landing.landing-labioplasti .footer-links {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.85rem;
    margin: 0;
}

.esra-medical-landing.landing-labioplasti .footer-links a {
    text-decoration: none;
    font-size: 0.8rem;
    white-space: nowrap;
}

.esra-medical-landing.landing-labioplasti .footer-legal {
    margin: 0.45rem 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.72rem;
    line-height: 1.35;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .esra-medical-landing.landing-labioplasti .footer-bar {
        flex-wrap: wrap;
        justify-content: center;
    }

    .esra-medical-landing.landing-labioplasti .footer-legal {
        white-space: normal;
    }
}

@media (max-width: 991px) {
    .esra-medical-landing.landing-labioplasti .header-nav-links {
        display: none;
    }
}

@media (max-width: 991px) {
    .esra-medical-landing.landing-labioplasti .header-actions .btn-outline-burgundy {
        display: none;
    }

    .esra-medical-landing.landing-labioplasti .hero-section {
        padding: 2.5rem 0 0;
        text-align: center;
    }

    .esra-medical-landing.landing-labioplasti .hero-content {
        padding-right: 0;
        margin-bottom: 1.5rem;
    }

    .esra-medical-landing.landing-labioplasti .hero-lead,
    .esra-medical-landing.landing-labioplasti .hero-actions {
        margin-left: auto;
        margin-right: auto;
    }

    .esra-medical-landing.landing-labioplasti .hero-actions {
        justify-content: center;
    }

    .esra-medical-landing.landing-labioplasti .hero-image-wrapper {
        padding: 0 0.5rem 1rem;
    }

    .esra-medical-landing.landing-labioplasti .hero-points {
        text-align: left;
        max-width: 28rem;
        margin-left: auto;
        margin-right: auto;
    }

    .esra-medical-landing.landing-labioplasti .hero-img {
        height: min(420px, 62vh);
    }

    .esra-medical-landing.landing-labioplasti .trust-grid,
    .esra-medical-landing.landing-labioplasti #durumlar .lp-card-grid,
    .esra-medical-landing.landing-labioplasti .risk-bullets {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .esra-medical-landing.landing-labioplasti .trust-grid::before {
        display: none;
    }

    .esra-medical-landing.landing-labioplasti #surec .lp-steps {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .esra-medical-landing.landing-labioplasti #surec .lp-steps::before {
        top: 0;
        bottom: 0;
        left: 23px;
        width: 1px;
        height: auto;
    }

    .esra-medical-landing.landing-labioplasti #surec .lp-steps li {
        display: flex;
        gap: 1rem;
        align-items: flex-start;
    }

    .esra-medical-landing.landing-labioplasti #surec .lp-steps span {
        flex: 0 0 auto;
        margin-bottom: 0;
    }

    .esra-medical-landing.landing-labioplasti .doctor-card-premium {
        flex-direction: column;
    }

    .esra-medical-landing.landing-labioplasti .doctor-card-img,
    .esra-medical-landing.landing-labioplasti .doctor-card-content {
        width: 100%;
    }

    .esra-medical-landing.landing-labioplasti .doctor-card-img {
        height: 380px;
        min-height: 0;
    }

    .esra-medical-landing.landing-labioplasti .doctor-card-content {
        padding: 1.75rem 1.25rem 2rem;
    }
}

@media (max-width: 767px) {
    .esra-medical-landing.landing-labioplasti .section-padding {
        padding: 3.25rem 0;
    }

    .esra-medical-landing.landing-labioplasti .clinic-panel {
        grid-template-columns: 1fr;
    }

    .esra-medical-landing.landing-labioplasti .clinic-place {
        padding: 1.6rem 1.2rem 1.25rem;
    }

    .esra-medical-landing.landing-labioplasti .clinic-place h2 {
        max-width: none;
    }

    .esra-medical-landing.landing-labioplasti .header-brand img {
        height: 42px;
        max-width: 168px;
    }

    .esra-medical-landing.landing-labioplasti .trust-grid,
    .esra-medical-landing.landing-labioplasti #durumlar .lp-card-grid,
    .esra-medical-landing.landing-labioplasti #iyilesme .lp-split,
    .esra-medical-landing.landing-labioplasti #bilgi .lp-link-grid,
    .esra-medical-landing.landing-labioplasti #bilgi .lp-link-grid.guide-related,
    .esra-medical-landing.landing-labioplasti .checklist-items,
    .esra-medical-landing.landing-labioplasti .risk-bullets {
        grid-template-columns: 1fr;
    }

    .esra-medical-landing.landing-labioplasti .hero-img {
        border-radius: 12px 12px 72px 12px;
    }

    .esra-medical-landing.landing-labioplasti .price-section .container {
        padding: 2rem 1rem;
    }
}

@media (max-width: 1199px) {
    .esra-medical-landing.landing-labioplasti .btn-tel {
        display: none;
    }
}

@media (max-width: 400px) {
    .esra-medical-landing.landing-labioplasti .header-actions .btn-premium {
        padding: 0.4rem 0.55rem;
        font-size: 0.75rem;
    }

    .esra-medical-landing.landing-labioplasti .header-brand img {
        height: 36px;
        max-width: 132px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .esra-medical-landing.landing-labioplasti #bilgi .lp-link-grid,
    .esra-medical-landing.landing-labioplasti #iyilesme .lp-split {
        grid-template-columns: 1fr 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .esra-medical-landing.landing-labioplasti .hero-image-wrapper::before {
        transform: none;
    }

    .esra-medical-landing.landing-labioplasti .trust-grid::before,
    .esra-medical-landing.landing-labioplasti .trust-item {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .esra-medical-landing.landing-labioplasti .trust-grid::before {
        transform: none;
    }
}

body.landing-labioplasti-body {
    scroll-padding-top: 5rem;
}

body.landing-labioplasti-body .floating-wa-desktop {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 900;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.55rem 1.1rem 0.55rem 0.55rem;
    background: #fff;
    border: 1px solid #E6E1DA;
    border-radius: 999px;
    box-shadow: 0 10px 25px rgba(42, 42, 42, 0.12);
    color: #2A2A2A;
    font-weight: 500;
    text-decoration: none;
}

body.landing-labioplasti-body .floating-wa-desktop:focus-visible {
    outline: 2px solid #6D2A3F;
    outline-offset: 3px;
}

body.landing-labioplasti-body .floating-wa-desktop .icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #128C7E;
    border-radius: 50%;
}

body.landing-labioplasti-body .floating-wa-desktop svg {
    width: 1.35rem;
    height: 1.35rem;
    fill: #fff;
}

body.landing-labioplasti-body .floating-wa-desktop .hover-text {
    display: none;
}

body.landing-labioplasti-body .floating-wa-desktop:hover .default-text,
body.landing-labioplasti-body .floating-wa-desktop:focus-visible .default-text {
    display: none;
}

body.landing-labioplasti-body .floating-wa-desktop:hover .hover-text,
body.landing-labioplasti-body .floating-wa-desktop:focus-visible .hover-text {
    display: inline;
    color: #0d6b60;
}

body.landing-labioplasti-body .mobile-contact-bar {
    display: none;
}

@media (max-width: 768px) {
    body.landing-labioplasti-body {
        padding-bottom: calc(72px + env(safe-area-inset-bottom));
    }

    body.landing-labioplasti-body .floating-wa-desktop {
        display: none;
    }

    body.landing-labioplasti-body .mobile-contact-bar {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1100;
        min-height: 72px;
        background: #fff;
        border-top: 1px solid #E6E1DA;
        box-shadow: 0 -8px 24px rgba(42, 42, 42, 0.08);
        padding-bottom: env(safe-area-inset-bottom);
    }

    body.landing-labioplasti-body .mcb-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.28rem;
        min-height: 72px;
        padding: 0.45rem 0.2rem;
        color: #2A2A2A;
        font-size: 0.78rem;
        font-weight: 600;
        line-height: 1.1;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
    }

    body.landing-labioplasti-body .mcb-item + .mcb-item {
        box-shadow: inset 1px 0 0 #E6E1DA;
    }

    body.landing-labioplasti-body .mcb-ico {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.85rem;
        height: 1.85rem;
        border-radius: 50%;
        background: #FBF6F7;
        color: #6D2A3F;
    }

    body.landing-labioplasti-body .mcb-item svg {
        width: 1rem;
        height: 1rem;
        fill: currentColor;
    }

    body.landing-labioplasti-body .mcb-label {
        font-size: 0.74rem;
        font-weight: 600;
        letter-spacing: 0.01em;
    }

    body.landing-labioplasti-body .mcb-item:focus-visible {
        outline: 2px solid #6D2A3F;
        outline-offset: -3px;
    }

    body.landing-labioplasti-body .mcb-wa {
        color: #0d6b60;
    }

    body.landing-labioplasti-body .mcb-wa .mcb-ico {
        background: #e7f5f2;
        color: #128C7E;
    }

    body.landing-labioplasti-body .mcb-primary {
        margin-bottom: calc(-1 * env(safe-area-inset-bottom));
        padding-bottom: calc(0.45rem + env(safe-area-inset-bottom));
        background: #6D2A3F;
        color: #fff;
        box-shadow: none;
    }

    body.landing-labioplasti-body .mcb-primary .mcb-ico {
        background: rgba(255, 255, 255, 0.16);
        color: #fff;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.landing-labioplasti-body .floating-wa-desktop:hover {
        transform: none;
    }
}
