.uro-page {
    --uro-blue: #1269c7; --uro-blue-dark: #0f3764; --uro-green: #20a57c; --uro-ink: #142238; --uro-muted: #5f6f84; --uro-soft: #f3f8fd; --uro-line: #d8e5f0;
    width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); color: var(--uro-ink); background: #fff; font-family: inherit; letter-spacing: 0; overflow-x: hidden;
}
.uro-page *, .uro-page *::before, .uro-page *::after { box-sizing: border-box; }
.uro-wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.uro-section { padding: 52px 0; }
.uro-kicker { margin: 0 0 12px; color: var(--uro-blue); font-size: 13px; line-height: 1.35; font-weight: 800; text-transform: uppercase; }
.uro-kicker::before { content: ""; display: inline-block; width: 9px; height: 9px; margin-right: 9px; border-radius: 999px; background: var(--uro-green); vertical-align: 1px; }
.uro-page h1, .uro-page h2, .uro-page h3, .uro-page p { letter-spacing: 0; }
.uro-page h1, .uro-page h2, .uro-page h3 { margin-top: 0; color: var(--uro-ink); font-weight: 800; overflow-wrap: anywhere; word-break: break-word; }
.uro-page h1 { margin-bottom: 18px; font-size: 36px; line-height: 1.14; }
.uro-page h2 { margin-bottom: 16px; font-size: clamp(26px, 3vw, 40px); line-height: 1.14; }
.uro-page h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.2; }
.uro-page p { color: var(--uro-muted); font-size: 17px; line-height: 1.68; }
.uro-hero { padding: 48px 0 34px; background: linear-gradient(180deg, #f2f8fe 0%, #fff 100%); overflow: hidden; }
.uro-hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(340px, .96fr); gap: 42px; align-items: center; }
.uro-hero-grid > *, .uro-two > *, .uro-method-layout > *, .uro-faq-grid > * { min-width: 0; }
.uro-lead { max-width: 720px; margin: 0 0 24px; font-size: 18px; }
.uro-quick { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0 0 26px; }
.uro-quick span { min-height: 48px; padding: 13px 16px 13px 42px; border: 1px solid var(--uro-line); border-radius: 8px; background: rgba(255,255,255,.92); color: var(--uro-ink); font-size: 15px; line-height: 1.35; font-weight: 700; position: relative; }
.uro-quick span::before { content: ""; position: absolute; top: 17px; left: 17px; width: 10px; height: 10px; border-radius: 999px; background: var(--uro-green); box-shadow: 0 0 0 5px rgba(32,165,124,.12); }
.uro-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.uro-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 .2s ease, box-shadow .2s ease, background .2s ease; }
.uro-page .btn-style-one { background: var(--uro-blue); box-shadow: 0 14px 28px rgba(18,105,199,.2); }
.uro-page .btn-style-two { background: #fff; border-color: var(--uro-line); color: var(--uro-blue-dark); }
.uro-page .theme-btn:hover, .uro-page .theme-btn:focus-visible { color: #fff; transform: translateY(-2px); }
.uro-page .btn-style-one:hover, .uro-page .btn-style-one:focus-visible { background: var(--uro-blue-dark); }
.uro-page .btn-style-two:hover, .uro-page .btn-style-two:focus-visible { background: #eef7ff; color: var(--uro-blue-dark); }
.uro-page .btn-wrap { display: inline-flex; align-items: center; justify-content: center; }
.uro-page .btn-wrap .text-two { display: none; }
.uro-placeholder { display: flex; min-height: 340px; padding: 30px; border: 1px dashed #9fc2df; border-radius: 8px; background: linear-gradient(135deg, rgba(18,105,199,.08), rgba(32,165,124,.08)), repeating-linear-gradient(45deg, rgba(18,105,199,.06) 0 10px, transparent 10px 20px); color: var(--uro-blue-dark); box-shadow: 0 18px 45px rgba(18,46,76,.08); flex-direction: column; justify-content: flex-end; overflow: hidden; position: relative; }
.uro-placeholder::before { content: ""; position: absolute; top: 32px; left: 32px; width: 92px; height: 92px; border: 16px solid rgba(18,105,199,.12); border-radius: 999px; }
.uro-placeholder::after { content: ""; position: absolute; right: 34px; bottom: 34px; width: 118px; height: 72px; border-radius: 8px; border: 2px solid rgba(32,165,124,.32); background: rgba(255,255,255,.55); }
.uro-placeholder span, .uro-placeholder strong, .uro-placeholder small { position: relative; z-index: 1; }
.uro-placeholder span { margin-bottom: 8px; color: var(--uro-blue); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.uro-placeholder strong { max-width: 420px; font-size: 28px; line-height: 1.1; }
.uro-placeholder small { margin-top: 10px; color: var(--uro-muted); font-size: 13px; line-height: 1.4; }
.uro-placeholder-small { min-height: 230px; margin-top: 22px; }
.uro-placeholder-small strong { font-size: 22px; }
.uro-nav { position: sticky; top: 0; z-index: 5; background: rgba(255,255,255,.94); border-top: 1px solid var(--uro-line); border-bottom: 1px solid var(--uro-line); backdrop-filter: blur(10px); }
.uro-nav-scroll { display: flex; gap: 8px; padding: 10px 0; overflow-x: auto; scrollbar-width: thin; }
.uro-nav a { flex: 0 0 auto; padding: 10px 15px; border-radius: 8px; color: var(--uro-blue-dark); font-size: 14px; line-height: 1; font-weight: 800; text-decoration: none; }
.uro-nav a:hover, .uro-nav a:focus-visible { background: #eaf4ff; color: var(--uro-blue); }
.uro-head { max-width: 900px; margin-bottom: 28px; }
.uro-head p { margin-bottom: 0; }
.uro-two { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 28px; align-items: stretch; }
.uro-copy p { margin: 0 0 18px; }
.uro-card-accent { padding: 28px; border: 1px solid var(--uro-line); border-left: 4px solid var(--uro-green); border-radius: 8px; background: #fff; box-shadow: 0 18px 40px rgba(20,34,56,.06); }
.uro-card-accent p { margin-bottom: 18px; }
.uro-card-accent a, .uro-link-grid a { color: var(--uro-blue); font-weight: 800; text-decoration: none; }
.uro-card-accent a:hover, .uro-link-grid a:hover { color: var(--uro-blue-dark); text-decoration: underline; }
.uro-soft, .uro-links { background: var(--uro-soft); }
.uro-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.uro-grid article, .uro-steps article, .uro-benefit-list article { border: 1px solid var(--uro-line); border-radius: 8px; background: #fff; }
.uro-grid article { min-height: 210px; padding: 20px; }
.uro-grid b, .uro-steps span { display: inline-flex; align-items: center; justify-content: center; min-width: 30px; height: 30px; margin-bottom: 16px; border-radius: 999px; background: var(--uro-blue); color: #fff; font-size: 13px; font-weight: 800; }
.uro-grid p, .uro-steps p, .uro-benefit-list p { margin: 0; font-size: 15px; line-height: 1.55; }
.uro-alert { display: flex; gap: 14px; align-items: flex-start; margin-top: 18px; padding: 18px 20px; border-left: 4px solid var(--uro-green); border-radius: 8px; background: #fff; color: var(--uro-muted); font-size: 16px; line-height: 1.6; }
.uro-alert strong { color: var(--uro-ink); }
.uro-method-layout { display: grid; grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr); gap: 28px; align-items: start; }
.uro-method-layout p { margin-bottom: 0; }
.uro-steps, .uro-benefit-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.uro-steps article, .uro-benefit-list article { min-height: 190px; padding: 22px; }
.uro-benefit-list article { border-top: 4px solid var(--uro-green); }
.uro-benefit-list article:nth-child(even) { border-top-color: var(--uro-blue); }
.uro-sale { padding: 36px 0; }
.uro-sale-box, .uro-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; }
.uro-sale-box::after, .uro-final-box::after { content: ""; position: absolute; inset: auto -70px -120px auto; width: 240px; height: 240px; border: 34px solid rgba(255,255,255,.12); border-radius: 999px; }
.uro-sale-box > *, .uro-final-box > * { position: relative; z-index: 1; }
.uro-sale-box .uro-kicker, .uro-final-box .uro-kicker, .uro-sale-box h2, .uro-final-box h2, .uro-sale-box p, .uro-final-box p { color: #fff; }
.uro-sale-box .uro-kicker::before, .uro-final-box .uro-kicker::before { background: #fff; }
.uro-sale-box h2, .uro-final-box h2 { margin-bottom: 10px; }
.uro-sale-box p, .uro-final-box p { max-width: 720px; margin: 0; opacity: .92; }
.uro-related-prices { margin-top: 20px; }
.uro-link-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.uro-link-grid a { min-height: 88px; padding: 18px; border: 1px solid var(--uro-line); border-radius: 8px; background: #fff; color: var(--uro-blue-dark); font-size: 16px; line-height: 1.35; }
.uro-faq-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 34px; align-items: start; }
.uro-faq-intro { position: sticky; top: 78px; }
.uro-accordion { display: grid; gap: 12px; }
.uro-accordion details { border: 1px solid var(--uro-line); border-radius: 8px; background: #fff; overflow: hidden; }
.uro-accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 64px; padding: 18px 22px; color: var(--uro-ink); font-size: 18px; line-height: 1.25; font-weight: 800; cursor: pointer; list-style: none; }
.uro-accordion summary::-webkit-details-marker { display: none; }
.uro-accordion summary::after { content: ""; flex: 0 0 auto; width: 12px; height: 12px; border-right: 2px solid var(--uro-blue); border-bottom: 2px solid var(--uro-blue); transform: rotate(45deg); transition: transform .24s ease; }
.uro-accordion details[open] summary::after { transform: rotate(225deg); }
.uro-accordion details > div { height: 0; overflow: hidden; }
.uro-accordion details.uro-ready > div { transition: height .28s ease; }
.uro-accordion details > div > p { margin: 0; padding: 0 22px 20px; font-size: 16px; }
.uro-final { padding-top: 30px; }
.uro-final-box { display: block; text-align: center; }
.uro-final-box p { margin: 0 auto 22px; }
.uro-final-box .uro-actions { justify-content: center; }
@media (max-width: 1100px) {
    .uro-hero-grid, .uro-two, .uro-method-layout { grid-template-columns: 1fr; }
    .uro-placeholder { max-width: 760px; }
    .uro-grid, .uro-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
    .uro-wrap { width: min(100% - 22px, 1180px); }
    .uro-section { padding: 38px 0; }
    .uro-hero { padding-top: 34px; }
    .uro-page { min-width: 0; }
    .uro-hero-content { max-width: 100%; min-width: 0; }
    .uro-page h1 { max-width: min(100%, calc(100vw - 22px)); font-size: 25px; line-height: 1.14; overflow-wrap: anywhere; word-break: normal; }
    .uro-page h2 { font-size: 28px; }
    .uro-page p, .uro-lead { font-size: 16px; line-height: 1.62; }
    .uro-quick, .uro-grid, .uro-steps, .uro-benefit-list, .uro-link-grid, .uro-faq-grid { grid-template-columns: 1fr; }
    .uro-placeholder { min-height: 250px; padding: 22px; }
    .uro-placeholder strong { font-size: 23px; }
    .uro-alert { display: block; }
    .uro-alert strong { display: block; margin-bottom: 6px; }
    .uro-sale-box { display: block; padding: 24px; }
    .uro-sale-box .theme-btn { margin-top: 20px; }
    .uro-faq-intro { position: static; }
    .uro-accordion summary { min-height: 58px; padding: 16px 18px; font-size: 16px; }
    .uro-accordion details > div > p { padding: 0 18px 18px; }
    .uro-actions .theme-btn, .uro-sale-box .theme-btn, .uro-final-box .theme-btn { width: 100%; max-width: 360px; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
    .uro-page *, .uro-page *::before, .uro-page *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}

/* 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);
}


/* SEO cleanup: sticky menu below site header, final spacing, and service grids. */
.cos-nav,.uro-nav,.gyn-nav,.uz-nav{top:var(--seo-sticky-offset,96px)!important;z-index:3!important}
.sprocto-nav{top:var(--seo-sticky-offset,96px)!important;z-index:3!important}
.cos-final,.uro-final,.gyn-final,.sur-final,.uz-final,.end-final,.svc-final,.labseo-final,#zapis-proktolog{padding-bottom:92px!important}
.cos-link-grid,.uro-link-grid,.gyn-link-grid,.sur-link-grid,.uz-link-grid,.end-link-grid,.gas-link-grid,.endocr-link-grid,.labseo-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.cos-link-grid a,.uro-link-grid a,.gyn-link-grid a,.sur-link-grid a,.uz-link-grid a,.end-link-grid a,.gas-link-grid a,.endocr-link-grid a,.labseo-link-grid a{display:flex;align-items:center;min-height:64px;padding:14px 16px;border:1px solid #dbe5f1;border-radius:8px;background:#fff;text-decoration:none;font-weight:800;color:#10223d;line-height:1.35;box-shadow:0 10px 22px rgba(16,34,59,.04)}
.cos-link-grid a:hover,.uro-link-grid a:hover,.gyn-link-grid a:hover,.sur-link-grid a:hover,.uz-link-grid a:hover,.end-link-grid a:hover,.gas-link-grid a:hover,.endocr-link-grid a:hover,.labseo-link-grid a:hover{border-color:#87b9e8;color:#0f5faf}
@media (max-width:980px){.cos-link-grid,.uro-link-grid,.gyn-link-grid,.sur-link-grid,.uz-link-grid,.end-link-grid,.gas-link-grid,.endocr-link-grid,.labseo-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.cos-nav,.uro-nav,.gyn-nav,.uz-nav,.sprocto-nav{top:var(--seo-sticky-offset-mobile,72px)!important}.cos-final,.uro-final,.gyn-final,.sur-final,.uz-final,.end-final,.svc-final,.labseo-final,#zapis-proktolog{padding-bottom:72px!important}.cos-link-grid,.uro-link-grid,.gyn-link-grid,.sur-link-grid,.uz-link-grid,.end-link-grid,.gas-link-grid,.endocr-link-grid,.labseo-link-grid{grid-template-columns:1fr}}

/* Urology hero banner image */
.uro-placeholder {
    min-height: 0 !important;
    aspect-ratio: 16 / 9;
    padding: 0 !important;
    border: 1px solid var(--uro-line) !important;
    border-radius: 8px !important;
    background: #fff url("/seopagecontent/urologiya/urologiya-hero-banner.webp") center / contain no-repeat !important;
    box-shadow: 0 18px 45px rgba(18,46,76,.08) !important;
}
.uro-placeholder::before,
.uro-placeholder::after,
.uro-placeholder span,
.uro-placeholder strong,
.uro-placeholder small {
    display: none !important;
}
.uro-placeholder-small {
    min-height: 0 !important;
    aspect-ratio: 16 / 9;
}
@media (max-width: 760px) {
    .uro-placeholder {
        min-height: 0 !important;
        aspect-ratio: 16 / 9;
        padding: 0 !important;
    }
}
