﻿.lig-page {
    --lig-blue: #1269c7;
    --lig-blue-dark: #0f3764;
    --lig-green: #20a57c;
    --lig-ink: #142238;
    --lig-muted: #5f6f84;
    --lig-soft: #f3f8fd;
    --lig-line: #d8e5f0;
    color: var(--lig-ink);
    background: #fff;
    font-family: inherit;
    letter-spacing: 0;
    overflow-x: hidden;
}

.lig-page *,
.lig-page *::before,
.lig-page *::after {
    box-sizing: border-box;
}

.lig-wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.lig-section {
    padding: 54px 0;
}

.lig-kicker {
    margin: 0 0 12px;
    color: var(--lig-blue);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
    text-transform: uppercase;
}

.lig-kicker::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 9px;
    border-radius: 999px;
    background: var(--lig-green);
    vertical-align: 1px;
}

.lig-page h1,
.lig-page h2,
.lig-page h3,
.lig-page p {
    letter-spacing: 0;
}

.lig-page h1,
.lig-page h2,
.lig-page h3 {
    margin-top: 0;
    color: var(--lig-ink);
    font-weight: 800;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.lig-page h1 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.06;
}

.lig-page h2 {
    margin-bottom: 16px;
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.12;
}

.lig-page h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
}

.lig-page p {
    color: var(--lig-muted);
    font-size: 17px;
    line-height: 1.68;
}

.lig-hero {
    padding: 50px 0 34px;
    background: linear-gradient(180deg, #f2f8fe 0%, #ffffff 100%);
    overflow: hidden;
}

.lig-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
    gap: 46px;
    align-items: center;
}

.lig-hero-grid > *,
.lig-two > *,
.lig-method-layout > *,
.lig-faq-grid > * {
    min-width: 0;
}

.lig-lead {
    max-width: 720px;
    margin: 0 0 24px;
    font-size: 19px;
}

.lig-quick {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 26px;
}

.lig-quick span {
    min-height: 48px;
    padding: 13px 16px 13px 42px;
    border: 1px solid var(--lig-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--lig-ink);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    position: relative;
}

.lig-quick span::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 17px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--lig-green);
    box-shadow: 0 0 0 5px rgba(32, 165, 124, 0.12);
}

.lig-actions,
.lig-inline-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.lig-page .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    min-width: 190px;
    padding: 0 24px;
    border-radius: 8px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.lig-page .btn-style-one {
    background: var(--lig-blue);
    box-shadow: 0 14px 28px rgba(18, 105, 199, 0.2);
}

.lig-page .btn-style-two {
    background: #fff;
    border-color: var(--lig-line);
    color: var(--lig-blue-dark);
}

.lig-page .theme-btn:hover,
.lig-page .theme-btn:focus-visible {
    color: #fff;
    transform: translateY(-2px);
}

.lig-page .btn-style-one:hover,
.lig-page .btn-style-one:focus-visible {
    background: var(--lig-blue-dark);
}

.lig-page .btn-style-two:hover,
.lig-page .btn-style-two:focus-visible {
    background: #eef7ff;
    color: var(--lig-blue-dark);
}

.lig-page .btn-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lig-page .btn-wrap .text-two {
    display: none;
}

.lig-placeholder {
    display: flex;
    min-height: 360px;
    padding: 30px;
    border: 1px dashed #9fc2df;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(18, 105, 199, 0.08), rgba(32, 165, 124, 0.08)),
        repeating-linear-gradient(45deg, rgba(18, 105, 199, 0.06) 0 10px, transparent 10px 20px);
    color: var(--lig-blue-dark);
    box-shadow: 0 18px 45px rgba(18, 46, 76, 0.08);
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
}

.lig-placeholder::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 32px;
    width: 92px;
    height: 92px;
    border: 16px solid rgba(18, 105, 199, 0.12);
    border-radius: 999px;
}

.lig-placeholder::after {
    content: "";
    position: absolute;
    right: 34px;
    bottom: 34px;
    width: 118px;
    height: 72px;
    border-radius: 8px;
    border: 2px solid rgba(32, 165, 124, 0.32);
    background: rgba(255, 255, 255, 0.55);
}

.lig-placeholder span,
.lig-placeholder strong,
.lig-placeholder small {
    position: relative;
    z-index: 1;
}

.lig-placeholder span {
    margin-bottom: 8px;
    color: var(--lig-blue);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.lig-placeholder strong {
    max-width: 390px;
    font-size: 30px;
    line-height: 1.1;
}

.lig-placeholder small {
    margin-top: 10px;
    color: var(--lig-muted);
    font-size: 13px;
    line-height: 1.4;
}

.lig-placeholder-small {
    min-height: 250px;
    margin-top: 24px;
}

.lig-placeholder-small strong {
    font-size: 24px;
}

.lig-nav {
    position: sticky;
    top: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid var(--lig-line);
    border-bottom: 1px solid var(--lig-line);
    backdrop-filter: blur(10px);
}

.lig-nav-scroll {
    display: flex;
    gap: 8px;
    padding: 10px 0;
    overflow-x: auto;
    scrollbar-width: thin;
}

.lig-nav a {
    flex: 0 0 auto;
    padding: 10px 15px;
    border-radius: 8px;
    color: var(--lig-blue-dark);
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease;
}

.lig-nav a:hover,
.lig-nav a:focus-visible {
    background: #eaf4ff;
    color: var(--lig-blue);
}

.lig-head {
    max-width: 780px;
    margin-bottom: 28px;
}

.lig-head-wide {
    max-width: 930px;
}

.lig-head p {
    margin-bottom: 0;
}

.lig-two {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 28px;
    align-items: stretch;
}

.lig-copy p {
    margin: 0 0 18px;
}

.lig-card-accent {
    padding: 28px;
    border: 1px solid var(--lig-line);
    border-left: 4px solid var(--lig-green);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(20, 34, 56, 0.06);
}

.lig-card-accent p {
    margin-bottom: 18px;
}

.lig-card-accent a,
.lig-link-grid a,
.lig-method-layout a {
    color: var(--lig-blue);
    font-weight: 800;
    text-decoration: none;
}

.lig-card-accent a:hover,
.lig-link-grid a:hover,
.lig-method-layout a:hover {
    color: var(--lig-blue-dark);
    text-decoration: underline;
}

.lig-soft,
.lig-links {
    background: var(--lig-soft);
}

.lig-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.lig-grid article,
.lig-steps article,
.lig-benefit-list article {
    border: 1px solid var(--lig-line);
    border-radius: 8px;
    background: #fff;
}

.lig-grid article {
    min-height: 218px;
    padding: 20px;
}

.lig-grid b,
.lig-steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: var(--lig-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.lig-grid p,
.lig-steps p,
.lig-benefit-list p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
}

.lig-alert {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 18px;
    padding: 18px 20px;
    border-left: 4px solid var(--lig-green);
    border-radius: 8px;
    background: #fff;
    color: var(--lig-muted);
    font-size: 16px;
    line-height: 1.6;
}

.lig-alert strong {
    color: var(--lig-ink);
}

.lig-method-layout {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    gap: 28px;
    align-items: start;
}

.lig-method-layout p {
    margin-bottom: 0;
}

.lig-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.lig-steps article {
    min-height: 200px;
    padding: 22px;
}

.lig-benefit-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.lig-benefit-list article {
    min-height: 210px;
    padding: 22px;
    border-top: 4px solid var(--lig-green);
}

.lig-benefit-list article:nth-child(even) {
    border-top-color: var(--lig-blue);
}

.lig-sale {
    padding: 36px 0;
}

.lig-sale-box,
.lig-final-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    padding: 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0f3764 0%, #1269c7 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.lig-sale-box::after,
.lig-final-box::after {
    content: "";
    position: absolute;
    inset: auto -70px -120px auto;
    width: 240px;
    height: 240px;
    border: 34px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
}

.lig-sale-box > *,
.lig-final-box > * {
    position: relative;
    z-index: 1;
}

.lig-sale-box .lig-kicker,
.lig-final-box .lig-kicker,
.lig-sale-box h2,
.lig-final-box h2,
.lig-sale-box p,
.lig-final-box p {
    color: #fff;
}

.lig-sale-box .lig-kicker::before,
.lig-final-box .lig-kicker::before {
    background: #fff;
}

.lig-sale-box h2,
.lig-final-box h2 {
    margin-bottom: 10px;
}

.lig-sale-box p,
.lig-final-box p {
    max-width: 720px;
    margin: 0;
    opacity: 0.92;
}

.lig-related-prices {
    margin-top: 20px;
}

.lig-link-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.lig-link-grid a {
    min-height: 88px;
    padding: 18px;
    border: 1px solid var(--lig-line);
    border-radius: 8px;
    background: #fff;
    color: var(--lig-blue-dark);
    font-size: 16px;
    line-height: 1.35;
}

.lig-link-grid a:hover,
.lig-link-grid a:focus-visible {
    border-color: var(--lig-blue);
    color: var(--lig-blue);
}

.lig-faq-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 34px;
    align-items: start;
}

.lig-faq-intro {
    position: sticky;
    top: 78px;
}

.lig-faq-intro p {
    margin-bottom: 0;
}

.lig-accordion {
    display: grid;
    gap: 12px;
}

.lig-accordion details {
    border: 1px solid var(--lig-line);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.lig-accordion summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 64px;
    padding: 18px 22px;
    color: var(--lig-ink);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.lig-accordion summary::-webkit-details-marker {
    display: none;
}

.lig-accordion summary::after {
    content: "";
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--lig-blue);
    border-bottom: 2px solid var(--lig-blue);
    transform: rotate(45deg);
    transition: transform 0.24s ease;
}

.lig-accordion details[open] summary::after {
    transform: rotate(225deg);
}

.lig-accordion details > div {
    height: 0;
    overflow: hidden;
}

.lig-accordion details.lig-ready > div {
    transition: height 0.28s ease;
}

.lig-accordion details > div > p {
    margin: 0;
    padding: 0 22px 20px;
    font-size: 16px;
}

.lig-final {
    padding-top: 30px;
}

.lig-final-box {
    display: block;
    text-align: center;
}

.lig-final-box p {
    margin: 0 auto 22px;
}

.lig-final-box .lig-actions {
    justify-content: center;
}

@media (max-width: 1100px) {
    .lig-hero-grid,
    .lig-two,
    .lig-method-layout {
        grid-template-columns: 1fr;
    }

    .lig-placeholder {
        max-width: 760px;
    }

    .lig-grid,
    .lig-benefit-list,
    .lig-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .lig-wrap {
        width: min(100% - 22px, 1180px);
    }

    .lig-section {
        padding: 38px 0;
    }

    .lig-hero {
        padding-top: 34px;
    }

    .lig-page h1 {
        max-width: 100%;
        font-size: 27px;
        line-height: 1.12;
    }

    .lig-page h2 {
        font-size: 28px;
    }

    .lig-page p,
    .lig-lead {
        font-size: 16px;
        line-height: 1.62;
    }

    .lig-quick,
    .lig-grid,
    .lig-steps,
    .lig-benefit-list,
    .lig-link-grid,
    .lig-faq-grid {
        grid-template-columns: 1fr;
    }

    .lig-placeholder {
        min-height: 260px;
        padding: 22px;
    }

    .lig-placeholder strong {
        font-size: 24px;
    }

    .lig-alert {
        display: block;
    }

    .lig-alert strong {
        display: block;
        margin-bottom: 6px;
    }

    .lig-sale-box {
        display: block;
        padding: 24px;
    }

    .lig-sale-box .theme-btn {
        margin-top: 20px;
    }

    .lig-faq-intro {
        position: static;
    }

    .lig-accordion summary {
        min-height: 58px;
        padding: 16px 18px;
        font-size: 16px;
    }

    .lig-accordion details > div > p {
        padding: 0 18px 18px;
    }

    .lig-actions .theme-btn,
    .lig-sale-box .theme-btn,
    .lig-final-box .theme-btn {
        width: 100%;
        max-width: 360px;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lig-page *,
    .lig-page *::before,
    .lig-page *::after {
        transition: none !important;
        animation: none !important;
        scroll-behavior: auto !important;
    }
}
/* Proctology SEO shell alignment: make the first SEO block behave like gynecology pages. */
.svc-page,
.hem-page,
.lig-page,
.sclass-visit-page,
.sclass-procto-seo {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.svc-page .svc-hero,
.hem-page .hem-hero,
.lig-page .lig-hero,
.sclass-visit-page .visit-hero,
.sclass-procto-seo .sprocto-hero {
    padding-top: 48px;
    background: linear-gradient(180deg, #f2f8fe 0%, #ffffff 100%);
}

.svc-page h1,
.hem-page h1,
.lig-page h1,
.sclass-visit-page .visit-hero h1,
.sclass-procto-seo .sprocto-hero h1 {
    font-size: 36px;
    line-height: 1.14;
}

@media (max-width: 760px) {
    .svc-page h1,
    .hem-page h1,
    .lig-page h1,
    .sclass-visit-page .visit-hero h1,
    .sclass-procto-seo .sprocto-hero h1 {
        font-size: 27px;
        line-height: 1.12;
    }
}

/* Proctology alternating section bands: match the gynecology visual rhythm. */
.svc-page > section.svc-section:nth-of-type(odd),
.hem-page > section.hem-section:nth-of-type(odd),
.lig-page > section.lig-section:nth-of-type(odd),
.sclass-visit-page > section.visit-section:nth-of-type(odd),
.sclass-procto-seo > section.sprocto-section:nth-of-type(odd) {
    background: #fff;
}

.svc-page > section.svc-section:nth-of-type(even),
.hem-page > section.hem-section:nth-of-type(even),
.lig-page > section.lig-section:nth-of-type(even),
.sclass-visit-page > section.visit-section:nth-of-type(even),
.sclass-procto-seo > section.sprocto-section:nth-of-type(even),
.svc-page .svc-soft,
.svc-page .svc-links,
.hem-page .hem-soft,
.hem-page .hem-links,
.lig-page .lig-soft,
.lig-page .lig-links,
.sclass-visit-page .visit-soft,
.sclass-procto-seo .sprocto-band,
.sclass-procto-seo .sprocto-links {
    background: #f3f8fd;
}

.svc-page .svc-hero,
.hem-page .hem-hero,
.lig-page .lig-hero,
.sclass-visit-page .visit-hero,
.sclass-procto-seo .sprocto-hero {
    background: linear-gradient(180deg, #f2f8fe 0%, #fff 100%);
}

.svc-page article,
.hem-page article,
.lig-page article,
.sclass-visit-page article,
.sclass-procto-seo article,
.svc-page .svc-card-accent,
.hem-page .hem-card-accent,
.lig-page .lig-card-accent,
.sclass-visit-page .visit-card,
.sclass-procto-seo .sprocto-card,
.sclass-procto-seo .sprocto-service-card {
    background-color: #fff;
}

/* SEO page overflow fix: avoid 100vw negative-margin horizontal scroll inside the site layout. */
.svc-page,
.hem-page,
.lig-page,
.sclass-visit-page,
.sclass-procto-seo,
.gyn-page,
.gm-page,
.uro-page,
.gastro-page {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: clip;
}

@supports not (overflow: clip) {
    .svc-page,
    .hem-page,
    .lig-page,
    .sclass-visit-page,
    .sclass-procto-seo,
    .gyn-page,
    .gm-page,
    .uro-page,
    .gastro-page {
        overflow-x: hidden;
    }
}

.svc-wrap,
.hem-wrap,
.lig-wrap,
.visit-wrap,
.sprocto-wrap,
.gyn-wrap,
.gm-wrap,
.uro-wrap,
.gas-wrap {
    max-width: calc(100% - 22px);
}
