:root {
    color-scheme: light;
    --bg: #f8f5f7;
    --surface: #ffffff;
    --surface-soft: #f0edf2;
    --text: #1f1720;
    --muted: #675c66;
    --line: #e4dce5;
    --accent: #c2185b;
    --accent-dark: #8f1745;
    --accent-2: #0f766e;
    --danger: #9f1239;
    --shadow: 0 18px 45px rgba(47, 22, 42, 0.13);
}

/* Ultimate final overrides: keep the public page calm and premium. */
.hero {
    padding: 0 0 20px;
    background: linear-gradient(180deg, #120912 0, #120912 210px, #f6f2f5 210px);
}

.hero-pro {
    max-width: none;
}

.hero-image {
    position: relative;
    min-height: clamp(170px, 24vw, 260px);
    border-radius: 0;
    background-color: #120912;
    box-shadow: none;
}

.hero-image img {
    display: none;
}

.top-chat-link {
    top: 18px;
    right: max(18px, calc((100vw - 1040px) / 2));
    min-height: 32px;
    padding: 0 14px;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(18, 9, 18, 0.48);
    font-size: 13px;
}

.hero-content-calm {
    position: relative;
    z-index: 2;
    width: min(1040px, calc(100% - 32px));
    margin: -24px auto 0;
    padding: 24px;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 28px;
    align-items: center;
    border: 1px solid rgba(226, 214, 224, 0.9);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 44px rgba(47, 22, 42, 0.12);
}

.hero-content-calm .hero-copy h1 {
    max-width: 620px;
    margin: 0;
    color: #211821;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.18;
    font-weight: 750;
}

.hero-content-calm .hero-intro {
    max-width: 650px;
    margin: 9px 0 0;
    color: #655a64;
    font-size: 14.5px;
    line-height: 1.55;
}

.hero-content-calm .checkline {
    gap: 7px;
    margin: 13px 0 18px;
}

.hero-content-calm .checkline span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    border-radius: 999px;
    background: #f7edf3;
    color: #6f3250;
    font-size: 12px;
    font-weight: 700;
}

.hero-content-calm .hero-copy h2 {
    max-width: 620px;
    margin: 0 0 8px;
    color: #2b202a;
    font-size: clamp(18px, 1.8vw, 22px);
    line-height: 1.25;
    font-weight: 750;
}

.hero-content-calm .intro-text p {
    margin-bottom: 0;
    color: #655a64;
    font-size: 13.5px;
    line-height: 1.55;
}

.hero-content-calm .hero-action {
    padding: 16px;
    border-color: rgba(194, 24, 91, 0.16);
    background: #fff;
    box-shadow: none;
}

.steps {
    width: min(1040px, calc(100% - 32px));
    max-width: none;
    margin: 16px auto 0;
    gap: 10px;
}

.steps article {
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 6px 18px rgba(47, 22, 42, 0.04);
}

#kontakte {
    padding-top: 18px;
}

@media (max-width: 820px) {
    .hero {
        background: linear-gradient(180deg, #120912 0, #120912 145px, #f6f2f5 145px);
    }

    .hero-content-calm {
        width: min(100% - 24px, 1040px);
        grid-template-columns: 1fr;
        margin-top: -18px;
        padding: 18px;
    }

    .hero-video-form {
        grid-template-columns: 1fr;
    }

    .steps {
        width: min(100% - 24px, 1040px);
    }
}

/* Telefonsex.fit active final hero layout */
body {
    background: #f7f3f5;
}

.hero {
    padding: 0 0 18px;
    background: #f7f3f5;
}

.hero-pro {
    width: 100%;
    max-width: none;
    margin: 0;
}

.hero-image {
    position: relative;
    width: 100%;
    min-height: 0;
    height: clamp(170px, 19vw, 238px);
    overflow: hidden;
    border-radius: 0;
    background: #160914;
    box-shadow: none;
}

.hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}

.top-chat-link {
    position: absolute;
    top: 16px;
    right: max(16px, calc((100vw - 1040px) / 2));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    color: #fff;
    background: rgba(25, 13, 24, 0.46);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.hero-content-calm {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 272px;
    gap: 26px;
    align-items: center;
    width: min(1040px, calc(100% - 32px));
    margin: -18px auto 0;
    padding: 21px 22px;
    border: 1px solid rgba(222, 211, 220, 0.96);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 42px rgba(42, 22, 38, 0.1);
}

.hero-content-calm .hero-copy h1 {
    max-width: 680px;
    margin: 0;
    color: #231b23;
    font-size: clamp(22px, 2.15vw, 29px);
    line-height: 1.16;
    letter-spacing: 0;
    font-weight: 760;
}

.hero-content-calm .hero-intro {
    max-width: 660px;
    margin: 8px 0 0;
    color: #655c64;
    font-size: 14px;
    line-height: 1.55;
}

.hero-content-calm .checkline {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 12px 0 0;
}

.hero-content-calm .checkline span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 9px;
    border: 1px solid #ead9e3;
    border-radius: 999px;
    color: #773653;
    background: #fbf4f8;
    font-size: 12px;
    font-weight: 700;
}

.hero-content-calm .checkline span::before {
    content: "";
}

.hero-content-calm .hero-action {
    padding: 15px;
    border: 1px solid #eadde5;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

.hero-content-calm .hero-action strong {
    color: #2a2129;
    font-size: 14px;
}

.hero-content-calm .hero-action p {
    margin: 6px 0 11px;
    color: #6a6269;
    font-size: 12.5px;
    line-height: 1.45;
}

.hero-video-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(1040px, calc(100% - 32px));
    max-width: none;
    margin: 13px auto 0;
    gap: 10px;
}

.steps article {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: start;
    column-gap: 11px;
    padding: 12px 13px;
    border: 1px solid #e7dfe7;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: none;
}

.steps article span {
    grid-row: span 2;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid #d9bac8;
    border-radius: 999px;
    color: #9a2556;
    background: #fff;
    font-weight: 800;
}

.steps article strong {
    color: #2a2229;
    font-size: 13.5px;
}

.steps article p {
    margin: 4px 0 0;
    color: #6c636b;
    font-size: 12.5px;
    line-height: 1.4;
}

#kontakte {
    padding-top: 18px;
}

.catalog-head {
    margin-bottom: 18px;
}

.catalog-head h2 {
    max-width: 720px;
    color: #231b23;
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.18;
}

.catalog-head p {
    max-width: 720px;
    color: #665d65;
    font-size: 14.5px;
}

.info-section {
    padding-top: 34px;
}

@media (max-width: 820px) {
    .hero {
        padding-bottom: 14px;
        background: #f7f3f5;
    }

    .hero-image {
        height: clamp(132px, 34vw, 176px);
    }

    .hero-image img {
        object-position: center center;
    }

    .top-chat-link {
        top: 10px;
        right: 12px;
        min-height: 28px;
        padding: 0 11px;
        font-size: 11.5px;
    }

    .hero-content-calm {
        grid-template-columns: 1fr;
        width: min(100% - 24px, 1040px);
        margin-top: -10px;
        padding: 17px;
        gap: 16px;
    }

    .hero-content-calm .hero-copy h1 {
        font-size: clamp(21px, 6vw, 27px);
    }

    .hero-video-form,
    .steps {
        grid-template-columns: 1fr;
    }

    .steps {
        width: min(100% - 24px, 1040px);
    }
}

/* Telefonsex.fit final hero layout */
body {
    background: #f7f3f5;
}

.hero {
    padding: 0 0 18px;
    background: #f7f3f5;
}

.hero-pro {
    width: 100%;
    max-width: none;
    margin: 0;
}

.hero-image {
    position: relative;
    width: 100%;
    min-height: 0;
    height: clamp(170px, 19vw, 238px);
    overflow: hidden;
    border-radius: 0;
    background: #160914;
    box-shadow: none;
}

.hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}

.top-chat-link {
    position: absolute;
    top: 16px;
    right: max(16px, calc((100vw - 1040px) / 2));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    color: #fff;
    background: rgba(25, 13, 24, 0.46);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.hero-content-calm {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 272px;
    gap: 26px;
    align-items: center;
    width: min(1040px, calc(100% - 32px));
    margin: -18px auto 0;
    padding: 21px 22px;
    border: 1px solid rgba(222, 211, 220, 0.96);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 42px rgba(42, 22, 38, 0.1);
}

.hero-content-calm .hero-copy h1 {
    max-width: 680px;
    margin: 0;
    color: #231b23;
    font-size: clamp(22px, 2.15vw, 29px);
    line-height: 1.16;
    letter-spacing: 0;
    font-weight: 760;
}

.hero-content-calm .hero-intro {
    max-width: 660px;
    margin: 8px 0 0;
    color: #655c64;
    font-size: 14px;
    line-height: 1.55;
}

.hero-content-calm .checkline {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 12px 0 0;
}

.hero-content-calm .checkline span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 9px;
    border: 1px solid #ead9e3;
    border-radius: 999px;
    color: #773653;
    background: #fbf4f8;
    font-size: 12px;
    font-weight: 700;
}

.hero-content-calm .checkline span::before {
    content: "";
}

.hero-content-calm .hero-action {
    padding: 15px;
    border: 1px solid #eadde5;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

.hero-content-calm .hero-action strong {
    color: #2a2129;
    font-size: 14px;
}

.hero-content-calm .hero-action p {
    margin: 6px 0 11px;
    color: #6a6269;
    font-size: 12.5px;
    line-height: 1.45;
}

.hero-video-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(1040px, calc(100% - 32px));
    max-width: none;
    margin: 13px auto 0;
    gap: 10px;
}

.steps article {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: start;
    column-gap: 11px;
    padding: 12px 13px;
    border: 1px solid #e7dfe7;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: none;
}

.steps article span {
    grid-row: span 2;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid #d9bac8;
    border-radius: 999px;
    color: #9a2556;
    background: #fff;
    font-weight: 800;
}

.steps article strong {
    color: #2a2229;
    font-size: 13.5px;
}

.steps article p {
    margin: 4px 0 0;
    color: #6c636b;
    font-size: 12.5px;
    line-height: 1.4;
}

#kontakte {
    padding-top: 18px;
}

.catalog-head {
    margin-bottom: 18px;
}

.catalog-head h2 {
    max-width: 720px;
    color: #231b23;
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.18;
}

.catalog-head p {
    max-width: 720px;
    color: #665d65;
    font-size: 14.5px;
}

.info-section {
    padding-top: 34px;
}

@media (max-width: 820px) {
    .hero {
        padding-bottom: 14px;
        background: #f7f3f5;
    }

    .hero-image {
        height: clamp(132px, 34vw, 176px);
    }

    .hero-image img {
        object-position: center center;
    }

    .top-chat-link {
        top: 10px;
        right: 12px;
        min-height: 28px;
        padding: 0 11px;
        font-size: 11.5px;
    }

    .hero-content-calm {
        grid-template-columns: 1fr;
        width: min(100% - 24px, 1040px);
        margin-top: -10px;
        padding: 17px;
        gap: 16px;
    }

    .hero-content-calm .hero-copy h1 {
        font-size: clamp(21px, 6vw, 27px);
    }

    .hero-video-form,
    .steps {
        grid-template-columns: 1fr;
    }

    .steps {
        width: min(100% - 24px, 1040px);
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: var(--bg);
}

a {
    color: inherit;
}

img {
    max-width: 100%;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(222, 214, 204, 0.85);
    background: rgba(244, 241, 237, 0.94);
    backdrop-filter: blur(14px);
}

.header-inner,
.section,
.footer-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    gap: 18px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 800;
}

.brand-mark {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

.nav {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--muted);
    font-size: 15px;
}

.nav a {
    text-decoration: none;
}

.hero {
    padding: 0 0 22px;
}

.hero-pro {
    max-width: 1180px;
    margin: 0 auto;
}

.hero-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.72);
}

.hero-tab {
    min-height: 50px;
    display: grid;
    place-items: center;
    color: var(--muted);
    text-decoration: none;
    font-weight: 800;
}

.hero-tab.is-active {
    color: var(--accent-dark);
    box-shadow: inset 0 -3px 0 var(--accent);
}

.hero-brand-card {
    display: grid;
    grid-template-columns: 72px 1fr 82px;
    align-items: center;
    gap: 16px;
    min-height: 118px;
    padding: 18px 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        radial-gradient(circle at 12% 20%, rgba(190, 24, 93, 0.13), transparent 30%),
        linear-gradient(135deg, #fff, #f4eef3);
    box-shadow: 0 12px 34px rgba(47, 22, 42, 0.09);
}

.hero-mark {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 3px solid #d8ccd6;
    border-radius: 999px;
    background: linear-gradient(145deg, #f9f9fb, #cfd5dc);
    box-shadow: inset 0 -12px 22px rgba(31, 23, 32, 0.12);
}

.hero-mark span {
    display: block;
    width: 27px;
    height: 27px;
    border: 6px solid #1f2937;
    border-radius: 999px;
    background: radial-gradient(circle at 38% 38%, #7dd3fc 0 16%, #0f172a 17% 100%);
    box-shadow: 24px -18px 0 -17px #22c55e;
}

.hero-logo-text {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    font-size: clamp(36px, 6vw, 62px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.hero-logo-text span,
.hero-logo-text strong {
    color: var(--accent);
}

.hero-logo-text strong {
    color: #14121c;
}

.hero-seal {
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    align-content: center;
    border: 2px dashed #7d6e79;
    border-radius: 999px;
    background: #fff;
    color: var(--accent-dark);
    text-align: center;
    transform: rotate(-6deg);
}

.hero-seal strong {
    font-size: 14px;
    text-transform: uppercase;
}

.hero-seal span {
    font-weight: 800;
    color: var(--muted);
}

.hero-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 34px;
    align-items: start;
    margin-top: 30px;
}

.hero-copy h1 {
    max-width: 700px;
    margin: 0;
    font-size: clamp(32px, 4.6vw, 52px);
    line-height: 1.08;
    letter-spacing: 0;
}

.checkline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin: 16px 0 28px;
    color: var(--muted);
    font-weight: 800;
    font-size: 14px;
}

.checkline span::before {
    content: "✓ ";
    color: var(--accent);
}

.hero-copy h2 {
    max-width: 680px;
    margin: 0 0 12px;
    font-size: clamp(24px, 3.2vw, 34px);
    line-height: 1.15;
}

.intro-text {
    max-width: 720px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.6;
}

.intro-text p {
    margin: 0 0 12px;
}

.hero-action {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: 0 10px 28px rgba(47, 22, 42, 0.08);
}

.hero-action strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

.hero-action p {
    margin: 0 0 14px;
    color: var(--muted);
    line-height: 1.45;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: end;
    gap: 32px;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--accent-dark);
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 13px;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(36px, 7vw, 78px);
    line-height: 0.98;
    letter-spacing: 0;
}

.lead {
    max-width: 710px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.6;
}

.hero-panel {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.hero-panel strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}

.hero-panel p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.status-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.7);
    color: var(--muted);
    font-weight: 700;
    font-size: 14px;
}

.pill.is-live {
    border-color: rgba(15, 118, 110, 0.3);
    color: #0a5f59;
    background: rgba(15, 118, 110, 0.1);
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 980px;
    margin: 22px auto 0;
}

.steps article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 6px 14px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
}

.steps span {
    grid-row: span 2;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 2px solid rgba(190, 24, 93, 0.35);
    border-radius: 999px;
    color: var(--accent-dark);
    font-size: 19px;
    font-weight: 900;
}

.steps strong {
    font-size: 16px;
}

.steps p {
    margin: 0;
    color: var(--muted);
    line-height: 1.45;
    font-size: 14px;
}

.section {
    padding: 28px 0;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.section-head h2 {
    margin: 0;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.08;
}

.section-head p {
    max-width: 560px;
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.notice {
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    color: var(--muted);
    line-height: 1.55;
}

.notice strong {
    color: var(--text);
}

.notice h1,
.notice h2 {
    margin: 0 0 12px;
    line-height: 1.15;
}

.notice h2 {
    margin-top: 28px;
    font-size: 22px;
}

.notice p {
    margin: 0 0 14px;
}

.legal-text {
    white-space: normal;
    line-height: 1.65;
}

/* Final layout polish for Telefonsex.fit */
body {
    background: #f6f2f5;
}

.hero {
    padding: 0 0 20px;
    background: linear-gradient(180deg, #120912 0, #120912 210px, #f6f2f5 210px);
}

.hero-pro {
    max-width: none;
}

.hero-image {
    min-height: clamp(170px, 24vw, 260px);
    border-radius: 0;
    box-shadow: none;
    background-color: #120912;
}

.hero-image img {
    display: none;
}

.top-chat-link {
    top: 18px;
    right: max(18px, calc((100vw - 1040px) / 2));
    min-height: 32px;
    padding: 0 14px;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(18, 9, 18, 0.48);
    font-size: 13px;
}

.hero-content-calm {
    position: relative;
    z-index: 2;
    width: min(1040px, calc(100% - 32px));
    margin: -24px auto 0;
    padding: 24px;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 28px;
    align-items: center;
    border: 1px solid rgba(226, 214, 224, 0.9);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 44px rgba(47, 22, 42, 0.12);
}

.hero-content-calm .hero-copy h1 {
    max-width: 620px;
    margin: 0;
    color: #211821;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.18;
    font-weight: 750;
}

.hero-intro {
    max-width: 650px;
    margin: 9px 0 0;
    color: #655a64;
    font-size: 14.5px;
    line-height: 1.55;
}

.hero-content-calm .checkline {
    gap: 7px;
    margin: 13px 0 18px;
}

.hero-content-calm .checkline span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    border-radius: 999px;
    background: #f7edf3;
    color: #6f3250;
    font-size: 12px;
    font-weight: 700;
}

.hero-content-calm .checkline span::before {
    color: #c2185b;
}

.hero-content-calm .hero-copy h2 {
    max-width: 620px;
    margin: 0 0 8px;
    color: #2b202a;
    font-size: clamp(18px, 1.8vw, 22px);
    line-height: 1.25;
    font-weight: 750;
}

.hero-content-calm .intro-text p {
    margin-bottom: 0;
    color: #655a64;
    font-size: 13.5px;
    line-height: 1.55;
}

.hero-action {
    padding: 16px;
    border-color: rgba(194, 24, 91, 0.16);
    background: #fff;
    box-shadow: none;
}

.hero-action strong {
    font-size: 15px;
}

.hero-action p {
    font-size: 13px;
}

.hero-video-form {
    grid-template-columns: 1fr auto;
}

.steps {
    width: min(1040px, calc(100% - 32px));
    max-width: none;
    margin: 16px auto 0;
    gap: 10px;
}

.steps article {
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 6px 18px rgba(47, 22, 42, 0.04);
}

.steps span {
    width: 34px;
    height: 34px;
    font-size: 17px;
}

.steps strong {
    font-size: 15px;
}

.steps p {
    font-size: 13px;
}

#kontakte {
    padding-top: 18px;
}

.catalog-grid {
    gap: 14px;
}

.profile-card {
    box-shadow: 0 8px 20px rgba(47, 22, 42, 0.08);
}

@media (max-width: 820px) {
    .hero {
        background: linear-gradient(180deg, #120912 0, #120912 145px, #f6f2f5 145px);
    }

    .hero-content-calm {
        width: min(100% - 24px, 1040px);
        grid-template-columns: 1fr;
        margin-top: -18px;
        padding: 18px;
    }

    .hero-video-form {
        grid-template-columns: 1fr;
    }

    .steps {
        width: min(100% - 24px, 1040px);
    }
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 18px;
}

.profile-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: 0 8px 22px rgba(42, 33, 26, 0.08);
}

.profile-open,
.profile-title a {
    color: inherit;
    text-decoration: none;
}

.profile-open {
    display: block;
}

.profile-open:hover img,
.profile-title a:hover {
    opacity: 0.9;
}

.profile-media {
    position: relative;
    aspect-ratio: 4 / 5;
    background: var(--surface-soft);
}

.profile-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--accent);
    font-size: 13px;
    font-weight: 800;
    line-height: 28px;
}

.live-badge.is-busy,
.pill.is-busy {
    background: #f59e0b;
    color: #241500;
}

.live-badge.is-offline,
.pill.is-offline {
    background: #6b7280;
    color: #fff;
}

.live-badge.is-free,
.pill.is-free {
    background: var(--accent);
    color: #fff;
}

.profile-body {
    padding: 14px;
}

.profile-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.profile-title h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.15;
}

.profile-title span {
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 14px;
}

.slogan {
    min-height: 44px;
    margin: 0 0 12px;
    color: var(--muted);
    line-height: 1.45;
}

.facts {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
}

.facts li {
    padding: 5px 8px;
    border-radius: 999px;
    background: var(--surface-soft);
    color: var(--muted);
    font-size: 13px;
}

.call-box {
    padding: 12px;
    border-radius: 8px;
    background: #fdf2f8;
}

.call-label {
    display: block;
    margin-bottom: 5px;
    color: var(--accent-dark);
    font-size: 13px;
    font-weight: 800;
}

.phone-number {
    display: block;
    color: var(--text);
    text-decoration: none;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.15;
}

.price-note {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.35;
}

.details-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    margin-top: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--accent-dark);
    text-decoration: none;
    font-weight: 800;
}

.detail-list {
    display: grid;
    grid-template-columns: minmax(110px, 150px) 1fr;
    gap: 9px 14px;
    margin: 18px 0;
}

.detail-list dt {
    color: var(--muted);
    font-weight: 800;
}

.detail-list dd {
    margin: 0;
}

.empty-state,
.error-state {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--line);
    background: var(--surface);
}

.error-state {
    border-color: rgba(159, 18, 57, 0.3);
    color: var(--danger);
}

.info-section {
    padding-top: 18px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: min(1040px, calc(100% - 32px));
    margin: 0 auto;
    color: var(--muted);
}

.info-grid h2 {
    margin: 0 0 10px;
    color: var(--text);
    font-size: 21px;
    line-height: 1.25;
}

.info-grid p {
    margin: 0 0 10px;
    font-size: 14.5px;
    line-height: 1.6;
}

.video-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin-top: 12px;
}

.profile-video-form {
    margin-top: 16px;
}

.profile-video-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--accent-dark);
    font-weight: 800;
}

.video-inline {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.video-form input,
.video-inline input {
    min-width: 0;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--text);
    font: inherit;
}

.button {
    min-height: 44px;
    padding: 0 16px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: var(--accent);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.hero-video-form {
    grid-template-columns: minmax(0, 1fr) auto;
}

/* Refined header using the supplied Telefonsex.fit banner image. */
.hero-pro {
    max-width: 1040px;
}

.hero-image {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 0 0 8px 8px;
    background: #f3edf2;
    box-shadow: 0 12px 30px rgba(47, 22, 42, 0.12);
}

.hero-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1280 / 435;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.top-chat-link {
    position: absolute;
    top: 18px;
    right: 22px;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 999px;
    color: #fff;
    background: rgba(18, 10, 18, 0.42);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.hero-content-calm {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 28px;
    margin-top: 18px;
    padding: 0 20px;
}

.hero-content-calm .hero-copy h1 {
    max-width: 600px;
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.22;
    font-weight: 700;
}

.hero-intro {
    max-width: 620px;
    margin: 9px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.hero-content-calm .checkline {
    margin: 9px 0 16px;
    font-weight: 600;
    font-size: 12px;
}

.hero-content-calm .checkline span::before {
    content: "\2713 ";
}

.hero-content-calm .hero-copy h2 {
    max-width: 650px;
    font-size: clamp(17px, 1.55vw, 20px);
    line-height: 1.3;
    font-weight: 700;
}

.hero-content-calm .intro-text {
    font-size: 13.5px;
    line-height: 1.52;
}

.hero-content-calm .hero-action {
    padding: 14px;
    border-color: rgba(194, 24, 91, 0.16);
    box-shadow: 0 8px 22px rgba(47, 22, 42, 0.05);
}

.hero-content-calm .hero-action strong {
    font-size: 15px;
}

.hero-content-calm .hero-action p {
    font-size: 13px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-footer {
    margin-top: 42px;
    border-top: 1px solid var(--line);
    background: #e9e2da;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 26px 0;
    color: var(--muted);
    font-size: 14px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

@media (max-width: 820px) {
    .header-inner,
    .footer-inner,
    .section {
        width: min(100% - 24px, 1180px);
    }

    .header-inner,
    .section-head,
    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .nav {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }

    .hero {
        padding-top: 42px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-brand-card {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 14px;
        min-height: auto;
        padding: 24px 18px;
    }

    .hero-logo-text {
        flex-wrap: wrap;
        text-align: center;
    }

    .hero-seal {
        width: 92px;
        height: 92px;
    }

    .steps {
        grid-template-columns: 1fr;
    }

    .hero-content-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .catalog-grid {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
        gap: 12px;
    }

    .profile-body {
        padding: 12px;
    }

    .phone-number {
        font-size: 18px;
    }

    .video-form {
        grid-template-columns: 1fr;
    }

    .video-inline {
        grid-template-columns: 1fr;
    }

    .info-grid {
        grid-template-columns: 1fr;
        width: min(100% - 24px, 1040px);
    }

}

/* Ultimate final overrides: keep the public page calm and premium. */
.hero {
    padding: 0 0 20px;
    background: linear-gradient(180deg, #120912 0, #120912 210px, #f6f2f5 210px);
}

.hero-pro {
    max-width: none;
}

.hero-image {
    position: relative;
    min-height: clamp(170px, 24vw, 260px);
    border-radius: 0;
    background-color: #120912;
    box-shadow: none;
}

.hero-image img {
    display: none;
}

.top-chat-link {
    top: 18px;
    right: max(18px, calc((100vw - 1040px) / 2));
    min-height: 32px;
    padding: 0 14px;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(18, 9, 18, 0.48);
    font-size: 13px;
}

.hero-content-calm {
    position: relative;
    z-index: 2;
    width: min(1040px, calc(100% - 32px));
    margin: -24px auto 0;
    padding: 24px;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 28px;
    align-items: center;
    border: 1px solid rgba(226, 214, 224, 0.9);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 44px rgba(47, 22, 42, 0.12);
}

.hero-content-calm .hero-copy h1 {
    max-width: 620px;
    margin: 0;
    color: #211821;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.18;
    font-weight: 750;
}

.hero-content-calm .hero-intro {
    max-width: 650px;
    margin: 9px 0 0;
    color: #655a64;
    font-size: 14.5px;
    line-height: 1.55;
}

.hero-content-calm .checkline {
    gap: 7px;
    margin: 13px 0 18px;
}

.hero-content-calm .checkline span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    border-radius: 999px;
    background: #f7edf3;
    color: #6f3250;
    font-size: 12px;
    font-weight: 700;
}

.hero-content-calm .hero-copy h2 {
    max-width: 620px;
    margin: 0 0 8px;
    color: #2b202a;
    font-size: clamp(18px, 1.8vw, 22px);
    line-height: 1.25;
    font-weight: 750;
}

.hero-content-calm .intro-text p {
    margin-bottom: 0;
    color: #655a64;
    font-size: 13.5px;
    line-height: 1.55;
}

.hero-content-calm .hero-action {
    padding: 16px;
    border-color: rgba(194, 24, 91, 0.16);
    background: #fff;
    box-shadow: none;
}

.steps {
    width: min(1040px, calc(100% - 32px));
    max-width: none;
    margin: 16px auto 0;
    gap: 10px;
}

.steps article {
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 6px 18px rgba(47, 22, 42, 0.04);
}

#kontakte {
    padding-top: 18px;
}

@media (max-width: 820px) {
    .hero {
        background: linear-gradient(180deg, #120912 0, #120912 145px, #f6f2f5 145px);
    }

    .hero-content-calm {
        width: min(100% - 24px, 1040px);
        grid-template-columns: 1fr;
        margin-top: -18px;
        padding: 18px;
    }

    .hero-video-form {
        grid-template-columns: 1fr;
    }

    .steps {
        width: min(100% - 24px, 1040px);
    }
}
