/* =====================================================
   ESCORTXPERIENCE - GLOBAL PREMIUM STYLE
   Homepage + componenti comuni
   ===================================================== */

:root {
    --ex-black: #08080c;
    --ex-dark: #101014;
    --ex-card: #ffffff;
    --ex-soft: #f7f4f7;
    --ex-text: #19191f;
    --ex-muted: #70707c;
    --ex-border: rgba(17, 17, 24, 0.10);
    --ex-pink: #ef3d5a;
    --ex-pink-strong: #ff2f7d;
    --ex-fuchsia: #ff008c;
    --ex-blue: #2f5bff;
    --ex-radius: 28px;
    --ex-shadow: 0 30px 80px rgba(0, 0, 0, 0.16);
    --ex-shadow-soft: 0 18px 50px rgba(17, 17, 24, 0.10);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(255, 47, 125, 0.10), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, var(--ex-soft) 52%, #ffffff 100%);
    color: var(--ex-text);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.home-page {
    background:
        radial-gradient(circle at top left, rgba(255, 47, 125, 0.08), transparent 25%),
        linear-gradient(180deg, #09090d 0 680px, #f7f4f7 680px 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

button {
    border: none;
    cursor: pointer;
}

input,
select,
textarea {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(17, 17, 24, 0.16);
    background: #fff;
    color: var(--ex-text);
    outline: none;
}

input:focus,
select:focus,
textarea:focus {
    border-color: rgba(239, 61, 90, 0.7);
    box-shadow: 0 0 0 4px rgba(239, 61, 90, 0.12);
}

/* =====================================================
   CITY SUGGESTION
   ===================================================== */

.city-suggestion {
    position: relative;
    z-index: 90;
    background: #fff;
    color: var(--ex-text);
    padding: 12px 18px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.city-suggestion strong {
    font-weight: 900;
}

.city-suggestion a {
    color: var(--ex-pink);
    font-weight: 900;
    margin-left: 12px;
}

/* =====================================================
   NAVBAR PREMIUM
   ===================================================== */

.ex-header,
.top-bar {
    width: 100%;
    position: relative;
    z-index: 80;
    background: rgba(8, 8, 12, 0.96);
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.ex-header-inner,
.top-bar-inner {
    width: min(1220px, calc(100% - 48px));
    min-height: 82px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
}


.ex-logo,
.logo {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 950;
    letter-spacing: -0.04em;
    line-height: 1;
    white-space: nowrap;
}

.ex-logo span,
.logo span {
    color: #ff2f7d;
    text-shadow: 0 0 18px rgba(255, 47, 125, 0.45);
}

.ex-nav,
.top-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ex-nav a,
.top-nav a {
    color: rgba(255,255,255,0.78);
    font-size: 15px;
    font-weight: 750;
    line-height: 1;
    padding: 14px 15px;
    border-radius: 999px;
    white-space: nowrap;
    transition: all 0.18s ease;
}

.ex-nav a:hover,
.top-nav a:hover {
    color: #fff;
    background: rgba(255,255,255,0.08);
}

.ex-nav .btn-escort,
.top-nav .btn-escort,
.btn-escort {
    color: #fff !important;
    background: linear-gradient(135deg, var(--ex-pink), var(--ex-pink-strong));
    box-shadow: 0 14px 34px rgba(239, 61, 90, 0.34);
    padding: 15px 21px;
    font-weight: 950 !important;
}

.ex-nav .btn-escort:hover,
.top-nav .btn-escort:hover,
.btn-escort:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 44px rgba(239, 61, 90, 0.45);
}

.mobile-menu-toggle {
    display: none;
}

.mobile-menu-button {
    display: none;
}

/* =====================================================
   HERO PREMIUM
   ===================================================== */

.ex-hero,
.hero {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    background: #090711;
    isolation: isolate;
}

.ex-hero-visual {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: url('/images/hero.PNG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: scale(1.002);
}

.ex-hero-layer {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(180deg, rgba(8,8,12,0.08) 0%, rgba(8,8,12,0.06) 42%, rgba(8,8,12,0.58) 100%),
        radial-gradient(circle at 20% 45%, rgba(255,0,140,0.15), transparent 34%),
        radial-gradient(circle at 85% 30%, rgba(47,91,255,0.18), transparent 32%);
    pointer-events: none;
}

.ex-hero-inner {
    position: relative;
    z-index: 4;
    width: min(1220px, calc(100% - 48px));
    min-height: 620px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 72px;
}

.ex-hero-copy {
    max-width: 560px;
    color: #fff;
    margin-bottom: 28px;
    text-shadow: 0 10px 30px rgba(0,0,0,0.28);
}

.ex-eyebrow,
.ex-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    color: var(--ex-pink-strong);
    font-size: 13px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ex-hero-copy h1 {
    font-size: clamp(38px, 5vw, 72px);
    font-weight: 950;
    letter-spacing: -0.055em;
    line-height: 0.98;
    margin-bottom: 14px;
}

.ex-hero-copy p {
    max-width: 480px;
    color: rgba(255,255,255,0.82);
    font-size: 18px;
    line-height: 1.55;
}

.ex-hero-search,
.hero-search {
    width: min(860px, 100%);
    min-height: 78px;
    display: flex;
    align-self: center;
    background: rgba(255,255,255,0.98);
    border: 3px solid var(--ex-pink);
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 28px 70px rgba(0,0,0,0.34),
        0 0 0 1px rgba(255,255,255,0.26) inset;
}

.ex-hero-search input,
.hero-search input {
    flex: 1;
    min-width: 0;
    height: 78px;
    padding: 0 28px;
    border: none;
    border-radius: 0;
    background: transparent;
    color: var(--ex-text);
    font-size: 18px;
    font-weight: 600;
    box-shadow: none;
}

.ex-hero-search input:focus,
.hero-search input:focus {
    border: none;
    box-shadow: none;
}

.ex-hero-search input::placeholder,
.hero-search input::placeholder {
    color: #9b9ba5;
    font-weight: 500;
}

.ex-hero-search button,
.hero-search button {
    flex: 0 0 88px;
    min-height: 78px;
    display: grid;
    place-items: center;
    background: #fff;
    color: var(--ex-text);
    font-size: 28px;
    border-left: 1px solid rgba(17,17,24,0.08);
    transition: all 0.18s ease;
}

.ex-hero-search button:hover,
.hero-search button:hover {
    background: linear-gradient(135deg, var(--ex-pink), var(--ex-pink-strong));
    color: #fff;
}

.hero-search-wrapper {
    width: min(860px, calc(100% - 48px));
    margin: 0 auto;
}

/* =====================================================
   MAIN LAYOUT
   ===================================================== */

.ex-main,
.container {
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto;
    padding: 42px 0 0;
}

.ex-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: -88px;
    position: relative;
    z-index: 10;
}

.ex-stat-card {
    min-height: 136px;
    padding: 26px 24px;
    border-radius: 26px;
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(255,255,255,0.74);
    box-shadow: var(--ex-shadow);
}

.ex-stat-card strong {
    display: block;
    color: var(--ex-text);
    font-size: 40px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 12px;
}

.ex-stat-card span {
    color: var(--ex-muted);
    font-size: 14px;
    font-weight: 850;
}

.ex-section {
    padding: 90px 0 0;
}

.ex-section-head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.ex-section-head h2,
.section-title,
.ex-platform-copy h2,
.ex-escort-cta h2,
.ex-powered h2 {
    color: var(--ex-text);
    font-size: clamp(31px, 4vw, 52px);
    font-weight: 950;
    letter-spacing: -0.05em;
    line-height: 1.05;
    margin-bottom: 14px;
}

.ex-section-head p,
.ex-platform-copy p,
.ex-escort-cta p,
.ex-powered p {
    color: var(--ex-muted);
    font-size: 18px;
    line-height: 1.7;
}

/* =====================================================
   ESCORT CARDS
   ===================================================== */

.escort-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.escort-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--ex-shadow-soft);
    border: 1px solid rgba(17,17,24,0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.escort-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 32px 85px rgba(17, 17, 24, 0.18);
    border-color: rgba(239, 61, 90, 0.22);
}

.escort-card-link {
    display: block;
}

.escort-card-photo {
    position: relative;
    height: 360px;
    background: #090711;
    overflow: hidden;
}

.escort-card-photo img,
.escort-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.escort-card:hover .escort-card-photo img {
    transform: scale(1.045);
}

.escort-placeholder {
    display: grid;
    place-items: center;
    color: var(--ex-pink-strong);
    font-size: 22px;
    font-weight: 950;
    letter-spacing: 1px;
    background:
        radial-gradient(circle at center, rgba(255,0,140,0.18), transparent 42%),
        #08080c;
}

.escort-badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 10px 13px;
    border-radius: 999px;
    background: rgba(8,8,12,0.76);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
}

.escort-badge-top {
    background: linear-gradient(135deg, var(--ex-pink), var(--ex-pink-strong));
    box-shadow: 0 12px 28px rgba(239,61,90,0.38);
}

.escort-card-body {
    padding: 22px 22px 24px;
}

.escort-city {
    display: block;
    color: var(--ex-muted);
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    margin-bottom: 7px;
}

.escort-card-body h3 {
    color: var(--ex-text);
    font-size: 28px;
    font-weight: 950;
    letter-spacing: -0.04em;
    line-height: 1.05;
    margin-bottom: 10px;
}

.escort-price {
    color: var(--ex-muted);
    font-size: 15px;
    font-weight: 750;
    margin-bottom: 18px;
}

.escort-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 17px;
    border-radius: 999px;
    color: #fff;
    background: var(--ex-text);
    font-size: 13px;
    font-weight: 900;
    transition: all 0.18s ease;
}

.escort-card:hover .escort-view {
    background: linear-gradient(135deg, var(--ex-pink), var(--ex-pink-strong));
}

/* =====================================================
   EMPTY STATE
   ===================================================== */

.empty-state {
    background: #fff;
    border: 1px solid var(--ex-border);
    border-radius: 30px;
    padding: 46px 28px;
    text-align: center;
    box-shadow: var(--ex-shadow-soft);
}

.empty-state h2 {
    font-size: 28px;
    font-weight: 950;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
}

.empty-state p {
    color: var(--ex-muted);
}

/* =====================================================
   CITIES
   ===================================================== */

.ex-city-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ex-city-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 92px;
    padding: 22px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid var(--ex-border);
    box-shadow: 0 14px 42px rgba(17,17,24,0.06);
    transition: all 0.2s ease;
}

.ex-city-card:hover {
    transform: translateY(-3px);
    border-color: rgba(239,61,90,0.24);
    box-shadow: 0 24px 60px rgba(17,17,24,0.10);
}

.ex-city-card strong {
    font-size: 19px;
    font-weight: 950;
}

.ex-city-card span {
    color: var(--ex-muted);
    font-size: 14px;
    font-weight: 700;
}

/* =====================================================
   CTA FOR ESCORT
   ===================================================== */

.ex-escort-cta {
    margin: 90px 0 0;
    padding: 54px;
    border-radius: 38px;
    background:
        radial-gradient(circle at top left, rgba(255,47,125,0.28), transparent 35%),
        radial-gradient(circle at bottom right, rgba(47,91,255,0.18), transparent 34%),
        linear-gradient(135deg, #101014, #07070b);
    color: #fff;
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 36px;
    box-shadow: var(--ex-shadow);
    overflow: hidden;
}

.ex-escort-cta h2,
.ex-powered h2 {
    color: #fff;
}

.ex-escort-cta p,
.ex-powered p {
    color: rgba(255,255,255,0.72);
}

.ex-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.ex-button-primary,
.ex-button-secondary,
.ex-button-dark,
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 950;
    transition: all 0.18s ease;
}

.ex-button-primary,
.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--ex-pink), var(--ex-pink-strong));
    box-shadow: 0 16px 34px rgba(239,61,90,0.35);
}

.ex-button-primary:hover,
.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 44px rgba(239,61,90,0.45);
}

.ex-button-secondary {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.08);
}

.ex-button-secondary:hover {
    background: rgba(255,255,255,0.14);
}

.ex-escort-cta-cards {
    display: grid;
    gap: 14px;
}

.ex-escort-cta-cards div {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(12px);
}

.ex-escort-cta-cards strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 950;
    margin-bottom: 7px;
}

.ex-escort-cta-cards span {
    color: rgba(255,255,255,0.66);
    font-size: 14px;
    line-height: 1.5;
}

/* =====================================================
   PLATFORM
   ===================================================== */

.ex-platform {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 42px;
    align-items: start;
}

.ex-platform-copy {
    position: sticky;
    top: 26px;
}

.ex-platform-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.ex-platform-card {
    min-height: 210px;
    padding: 28px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid var(--ex-border);
    box-shadow: 0 18px 48px rgba(17,17,24,0.07);
}

.ex-platform-card span {
    display: inline-flex;
    font-size: 30px;
    margin-bottom: 18px;
}

.ex-platform-card h3 {
    color: var(--ex-text);
    font-size: 23px;
    font-weight: 950;
    letter-spacing: -0.035em;
    margin-bottom: 10px;
}

.ex-platform-card p {
    color: var(--ex-muted);
    font-size: 15px;
    line-height: 1.65;
}

/* =====================================================
   POWERED BY EXOA
   ===================================================== */

.ex-powered {
    margin: 90px 0 0;
    padding: 42px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(255,47,125,0.16), transparent 34%),
        linear-gradient(135deg, #121218, #08080c);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-shadow: var(--ex-shadow);
}

.ex-powered > div {
    max-width: 650px;
}

.ex-button-dark {
    color: var(--ex-text);
    background: #fff;
    white-space: nowrap;
}

.ex-button-dark:hover {
    transform: translateY(-1px);
}

/* =====================================================
   FOOTER
   ===================================================== */

.main-footer,
.ex-footer {
    margin-top: 90px;
    padding: 56px 24px;
    background: #08080c;
    color: rgba(255,255,255,0.58);
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-inner {
    width: min(1000px, 100%);
    margin: 0 auto;
}

.footer-brand {
    color: #fff;
    font-size: 28px;
    font-weight: 950;
    letter-spacing: -0.03em;
    margin-bottom: 22px;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 22px;
}

.footer-links a {
    color: rgba(255,255,255,0.68);
    font-size: 15px;
    font-weight: 750;
    transition: color 0.18s ease;
}

.footer-links a:hover {
    color: #fff;
}

.powered-by {
    margin-bottom: 12px;
    color: rgba(255,255,255,0.48);
    font-size: 15px;
}

.powered-by a {
    color: #fff;
    font-weight: 950;
    letter-spacing: 0.14em;
}

.powered-by a:hover {
    color: var(--ex-pink-strong);
}

/* =====================================================
   COMPONENTI GENERICI USATI IN ALTRE PAGINE
   ===================================================== */

.container {
    padding-top: 42px;
}

.btn-whatsapp {
    display: block;
    background: linear-gradient(135deg, #25d366, #1ebe5d);
    color: #fff;
    padding: 17px 22px;
    font-size: 18px;
    font-weight: 950;
    text-align: center;
    border-radius: 16px;
    margin: 25px 0;
    box-shadow: 0 18px 45px rgba(37,211,102,0.28);
    transition: transform 0.18s ease;
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
}

.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px,1fr));
    gap: 10px;
    list-style: none;
    margin-top: 15px;
}

.services-list li {
    background: #fff;
    border: 1px solid var(--ex-border);
    padding: 10px;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
}

.review-card {
    background: #fff;
    padding: 18px;
    border-radius: 18px;
    margin-bottom: 15px;
    box-shadow: var(--ex-shadow-soft);
}

.review-card strong {
    font-size: 15px;
}

.review-card span {
    color: #f4b400;
    font-weight: 900;
    margin-left: 8px;
}

.review-card p {
    margin-top: 8px;
    font-size: 14px;
}

/* =====================================================
   AGE GATE 18+
   ===================================================== */

body.age-gate-active {
    overflow: hidden;
}

.age-gate-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.age-gate-box {
    width: 100%;
    max-width: 540px;
    background:
        radial-gradient(circle at top left, rgba(255,47,125,0.20), transparent 40%),
        #111117;
    color: #fff;
    border-radius: 28px;
    padding: 38px 32px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.62);
}

.age-gate-logo {
    font-size: 27px;
    font-weight: 950;
    letter-spacing: -0.02em;
    margin-bottom: 22px;
}

.age-gate-box h2 {
    font-size: 30px;
    line-height: 1.15;
    font-weight: 950;
    letter-spacing: -0.04em;
    margin: 0 0 18px;
}

.age-gate-box p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.72);
    margin: 0 0 24px;
}

.age-gate-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 22px 0;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

.age-gate-check input {
    width: 20px;
    height: 20px;
    accent-color: var(--ex-pink);
    cursor: pointer;
}

.age-gate-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    margin: 18px 0 26px;
    font-size: 13px;
    color: rgba(255,255,255,0.48);
}

.age-gate-links a {
    color: var(--ex-pink-strong);
    font-weight: 800;
}

.age-gate-links a:hover {
    text-decoration: underline;
}

.age-gate-enter,
.age-gate-exit {
    width: 100%;
    border: none;
    border-radius: 15px;
    padding: 16px 18px;
    font-size: 16px;
    font-weight: 950;
    cursor: pointer;
    transition: all 0.2s ease;
}

.age-gate-enter {
    background: linear-gradient(135deg, var(--ex-pink), var(--ex-pink-strong));
    color: #fff;
    margin-bottom: 12px;
}

.age-gate-enter:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 18px 44px rgba(239,61,90,0.35);
}

.age-gate-enter:disabled {
    background: #555;
    color: #aaa;
    cursor: not-allowed;
    box-shadow: none;
}

.age-gate-exit {
    background: transparent;
    color: rgba(255,255,255,0.62);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.age-gate-exit:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 1120px) {
    .escort-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ex-stats,
    .ex-city-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ex-platform,
    .ex-escort-cta {
        grid-template-columns: 1fr;
    }

    .ex-platform-copy {
        position: static;
    }
}

@media (max-width: 900px) and (orientation: landscape) {
    .ex-header-inner,
    .top-bar-inner {
        min-height: 66px;
    }

    .ex-hero,
    .hero {
        min-height: 440px;
    }

    .ex-hero-inner {
        min-height: 440px;
        padding-bottom: 42px;
    }

    .ex-hero-copy {
        margin-bottom: 18px;
    }

    .ex-hero-copy h1 {
        font-size: 38px;
    }

    .ex-hero-search,
    .hero-search {
        min-height: 62px;
    }

    .ex-hero-search input,
    .hero-search input,
    .ex-hero-search button,
    .hero-search button {
        height: 62px;
        min-height: 62px;
    }
}

@media (max-width: 768px) {
    body.home-page {
        background:
            linear-gradient(180deg, #09090d 0 420px, #f7f4f7 420px 100%);
    }

    .ex-header-inner,
    .top-bar-inner {
        width: 100%;
        min-height: 78px;
        padding: 0 28px;
    }

    .ex-logo,
    .logo {
        font-size: 23px;
        max-width: calc(100vw - 104px);
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-menu-button {
        display: inline-flex;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 6px;
        border-radius: 16px;
        background: rgba(255,255,255,0.08);
        border: 1px solid rgba(255,255,255,0.10);
        cursor: pointer;
        position: relative;
        z-index: 100;
    }

    .mobile-menu-button span {
        display: block;
        width: 24px;
        height: 2px;
        border-radius: 999px;
        background: #fff;
        transition: all 0.18s ease;
    }

    .ex-nav,
    .top-nav {
        position: absolute;
        top: calc(100% + 12px);
        right: 18px;
        left: 18px;
        display: grid;
        gap: 7px;
        padding: 14px;
        border-radius: 24px;
        background:
            radial-gradient(circle at top right, rgba(255,47,125,0.16), transparent 40%),
            rgba(8,8,12,0.98);
        border: 1px solid rgba(255,255,255,0.12);
        box-shadow: 0 28px 70px rgba(0,0,0,0.45);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        pointer-events: none;
        transition: all 0.18s ease;
    }

    .ex-nav a,
    .top-nav a {
        display: block;
        width: 100%;
        padding: 16px 17px;
        border-radius: 16px;
        color: #fff;
        background: rgba(255,255,255,0.04);
        font-size: 16px;
    }

    .ex-nav .btn-escort,
    .top-nav .btn-escort,
    .btn-escort {
        text-align: center;
        border-radius: 16px;
        margin-top: 4px;
    }

    .mobile-menu-toggle:checked ~ .ex-nav,
    .mobile-menu-toggle:checked ~ .top-nav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .mobile-menu-toggle:checked + .mobile-menu-button span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .mobile-menu-toggle:checked + .mobile-menu-button span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle:checked + .mobile-menu-button span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .ex-hero,
    .hero {
        min-height: 0;
        background: #090711;
        padding-bottom: 30px;
    }

    .ex-hero-visual {
        position: relative;
        inset: auto;
        width: 100%;
        height: clamp(220px, 61vw, 310px);
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
        transform: none;
    }

    .ex-hero-layer {
        display: none;
    }

    .ex-hero-inner {
        width: 100%;
        min-height: 0;
        padding: 22px 30px 0;
        display: block;
    }

    .ex-hero-copy {
        display: none;
    }

    .ex-hero-search,
    .hero-search {
        width: 100%;
        min-height: 68px;
        border-radius: 18px;
        border: 3px solid var(--ex-pink);
        box-shadow: 0 20px 50px rgba(0,0,0,0.32);
    }

    .ex-hero-search input,
    .hero-search input {
        height: 68px;
        min-height: 68px;
        padding: 0 18px;
        font-size: 17px;
    }

    .ex-hero-search button,
    .hero-search button {
        flex-basis: 72px;
        height: 68px;
        min-height: 68px;
        font-size: 25px;
    }

    .ex-main,
    .container {
        width: 100%;
        padding: 28px 20px 0;
    }

    .ex-stats {
        margin-top: 0;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .ex-stat-card {
        min-height: 116px;
        padding: 21px 18px;
        border-radius: 22px;
    }

    .ex-stat-card strong {
        font-size: 31px;
    }

    .ex-stat-card span {
        font-size: 13px;
    }

    .ex-section {
        padding-top: 64px;
    }

    .ex-section-head {
        text-align: left;
        margin-bottom: 24px;
    }

    .ex-section-head h2,
    .section-title,
    .ex-platform-copy h2,
    .ex-escort-cta h2,
    .ex-powered h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .ex-section-head p,
    .ex-platform-copy p,
    .ex-escort-cta p,
    .ex-powered p {
        font-size: 16px;
        line-height: 1.65;
    }

    .escort-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .escort-card {
        border-radius: 28px;
    }

    .escort-card-photo {
        height: 430px;
    }

    .ex-city-grid,
    .ex-platform-grid {
        grid-template-columns: 1fr;
    }

    .ex-escort-cta,
    .ex-powered {
        margin-top: 64px;
        padding: 30px 24px;
        border-radius: 30px;
    }

    .ex-powered {
        display: grid;
    }

    .ex-button-dark,
    .ex-button-primary,
    .ex-button-secondary,
    .btn-primary {
        width: 100%;
    }

    .ex-platform-card {
        min-height: 0;
    }

    .main-footer,
    .ex-footer {
        margin-top: 64px;
        padding: 48px 20px;
    }

    .footer-brand {
        font-size: 26px;
    }

    .footer-links {
        gap: 16px 20px;
    }

    .age-gate-overlay {
        padding: 18px;
        align-items: center;
    }

    .age-gate-box {
        padding: 30px 22px;
        border-radius: 22px;
    }

    .age-gate-logo {
        font-size: 24px;
    }

    .age-gate-box h2 {
        font-size: 24px;
    }

    .age-gate-box p {
        font-size: 14px;
    }

    .age-gate-check {
        align-items: flex-start;
        text-align: left;
        justify-content: flex-start;
    }

    .age-gate-links {
        font-size: 12px;
        line-height: 1.5;
    }
}

@media (max-width: 430px) {
    .ex-header-inner,
    .top-bar-inner {
        min-height: 74px;
        padding: 0 22px;
    }

    .ex-logo,
    .logo {
        font-size: 21px;
    }

    .mobile-menu-button {
        width: 46px;
        height: 46px;
    }

    .ex-hero-visual {
        height: 235px;
    }

    .ex-hero-inner {
        padding: 20px 18px 0;
    }

    .ex-hero-search,
    .hero-search {
        min-height: 66px;
        border-radius: 16px;
    }

    .ex-hero-search input,
    .hero-search input {
        height: 66px;
        min-height: 66px;
        font-size: 16px;
        padding: 0 16px;
    }

    .ex-hero-search button,
    .hero-search button {
        flex-basis: 66px;
        height: 66px;
        min-height: 66px;
        font-size: 23px;
    }

    .ex-stats {
        grid-template-columns: 1fr 1fr;
    }

    .ex-stat-card {
        min-height: 105px;
        padding: 18px 15px;
    }

    .ex-stat-card strong {
        font-size: 28px;
    }

    .escort-card-photo {
        height: 410px;
    }

    .escort-card-body {
        padding: 20px;
    }

    .escort-card-body h3 {
        font-size: 27px;
    }

    .ex-section-head h2,
    .section-title,
    .ex-platform-copy h2,
    .ex-escort-cta h2,
    .ex-powered h2 {
        font-size: 31px;
    }
}

@media (max-width: 375px) {
    .ex-hero-visual {
        height: 216px;
    }

    .ex-hero-inner {
        padding-left: 14px;
        padding-right: 14px;
    }

    .ex-hero-search,
    .hero-search {
        min-height: 62px;
    }

    .ex-hero-search input,
    .hero-search input {
        height: 62px;
        min-height: 62px;
        font-size: 15px;
    }

    .ex-hero-search button,
    .hero-search button {
        height: 62px;
        min-height: 62px;
        flex-basis: 62px;
    }

    .escort-card-photo {
        height: 360px;
    }
}


/* =====================================================
   ESCORTXPERIENCE - LEGAL PAGES PREMIUM STYLE
   termini / privacy / politica 18+
   ===================================================== */

.legal-page-body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 47, 125, 0.10), transparent 34%),
        radial-gradient(circle at bottom right, rgba(123, 77, 255, 0.08), transparent 34%),
        #f4f4f7;
    color: #17171d;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.legal-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(8, 8, 11, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.legal-navbar-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.legal-logo {
    color: #fff;
    font-size: 26px;
    font-weight: 950;
    letter-spacing: -0.8px;
    text-decoration: none;
    white-space: nowrap;
}

.legal-logo span {
    color: #ff2f7d;
}

.legal-nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.legal-nav-links a {
    color: rgba(255, 255, 255, 0.74);
    text-decoration: none;
    font-size: 15px;
    font-weight: 850;
}

.legal-nav-links a:hover {
    color: #fff;
}

.legal-nav-cta {
    background: linear-gradient(135deg, #ef3d55, #ff2f7d);
    color: #fff !important;
    padding: 13px 18px;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(239, 61, 85, 0.28);
}

.legal-menu-btn {
    display: none;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    cursor: pointer;
}

.legal-hero {
    background:
        radial-gradient(circle at top left, rgba(255, 47, 125, 0.20), transparent 32%),
        radial-gradient(circle at bottom right, rgba(123, 77, 255, 0.18), transparent 34%),
        linear-gradient(135deg, #111118 0%, #09090c 100%);
    color: #fff;
    padding: 84px 24px 96px;
}

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

.legal-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ff4f9d;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.legal-hero h1 {
    margin: 0;
    max-width: 780px;
    font-size: clamp(46px, 6vw, 82px);
    line-height: 0.98;
    letter-spacing: -3px;
}

.legal-hero p {
    max-width: 760px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.70);
    font-size: 22px;
    line-height: 1.55;
    font-weight: 650;
}

.legal-main {
    max-width: 980px;
    margin: -46px auto 90px;
    padding: 0 24px;
}

.legal-card {
    background: #fff;
    border-radius: 34px;
    padding: 54px;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.legal-updated {
    display: inline-flex;
    margin-bottom: 36px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #f5f5f8;
    color: #70707a;
    font-size: 15px;
    font-weight: 800;
}

.legal-card h2 {
    margin: 44px 0 18px;
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -1.2px;
    color: #17171d;
}

.legal-card h2:first-of-type {
    margin-top: 0;
}

.legal-card h3 {
    margin: 32px 0 14px;
    font-size: 24px;
    line-height: 1.2;
    color: #202026;
}

.legal-card p {
    margin: 0 0 20px;
    color: #55555f;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 600;
}

.legal-card ul {
    margin: 0 0 24px;
    padding-left: 22px;
}

.legal-card li {
    margin-bottom: 13px;
    color: #55555f;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 600;
}

.legal-company-box,
.legal-note-box {
    margin: 28px 0;
    padding: 26px;
    border-radius: 24px;
    background: #f7f7fa;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.legal-note-box {
    border-left: 5px solid #ff2f7d;
}

.legal-company-box strong,
.legal-note-box strong {
    color: #17171d;
}

.legal-footer {
    background: #08080b;
    color: rgba(255, 255, 255, 0.64);
    text-align: center;
    padding: 52px 24px;
}

.legal-footer-brand {
    margin: 0 0 18px;
    color: #fff;
    font-size: 30px;
    font-weight: 950;
    letter-spacing: -0.7px;
}

.legal-footer-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.legal-footer-links a {
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
    font-weight: 800;
}

.legal-footer-links a:hover {
    color: #fff;
}

.legal-powered {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.56);
    font-weight: 700;
}

.legal-powered a {
    color: #fff;
    text-decoration: none;
    font-weight: 950;
    letter-spacing: 2px;
}

.legal-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
}

@media (max-width: 820px) {
    .legal-navbar-inner {
        padding: 24px 20px;
    }

    .legal-logo {
        font-size: 28px;
    }

    .legal-menu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .legal-nav-links {
        display: none;
        position: absolute;
        top: 86px;
        left: 16px;
        right: 16px;
        padding: 18px;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        background: rgba(12, 12, 16, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.10);
        border-radius: 24px;
        box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
    }

    .legal-nav-links.is-open {
        display: flex;
    }

    .legal-nav-links a {
        padding: 15px 16px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.04);
    }

    .legal-nav-cta {
        text-align: center;
    }

    .legal-hero {
        padding: 66px 24px 86px;
    }

    .legal-hero h1 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .legal-hero p {
        font-size: 20px;
    }

    .legal-main {
        margin-top: -38px;
        padding: 0 18px;
    }

    .legal-card {
        padding: 34px 26px;
        border-radius: 28px;
    }

    .legal-card h2 {
        font-size: 30px;
    }

    .legal-card p,
    .legal-card li {
        font-size: 17px;
    }
}

@media (max-width: 520px) {
    .legal-logo {
        font-size: 24px;
    }

    .legal-hero h1 {
        font-size: 40px;
    }

    .legal-hero p {
        font-size: 18px;
    }

    .legal-card {
        padding: 30px 22px;
    }

    .legal-footer-brand {
        font-size: 27px;
    }
}