/* ==========================================================================
   FAMECLOCK TIMEZONE FINDER - PREMIUM MARBLE / GLASS SYSTEM
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }

:root {
    --tz-accent: #60a5fa !important;
    --tz-accent-strong: #3b82f6 !important;
    --tz-accent-glow: rgba(96, 165, 250, 0.18) !important;
    --tz-gold: #d97706 !important;
    --tz-text: #1e293b !important;
    --tz-muted: #64748b !important;
    --tz-muted-soft: #94a3b8 !important;
    --tz-border: rgba(148, 163, 184, 0.24) !important;
    --tz-white-border: rgba(255, 255, 255, 0.88) !important;
    --tz-panel: rgba(255, 255, 255, 0.60) !important;
    --tz-panel-strong: rgba(255, 255, 255, 0.80) !important;
    --tz-shadow: 0 24px 56px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255,255,255,0.84) !important;
    --tz-shadow-soft: 0 14px 34px rgba(15, 23, 42, 0.06) !important;
}

#sciFiBg,
.cyber-grid,
.soft-vignette,
canvas {
    display: none !important;
}

body.timezone-finder-page {
    background: linear-gradient(-45deg, #ffffff, #edf3f8, #ffffff, #e7eff6, #ffffff) !important;
    background-size: 400% 400% !important;
    animation: TimezoneMarbleFlow 16s ease infinite !important;
    color: var(--tz-text) !important;
    font-family: 'Roboto', sans-serif !important;
    margin: 0 !important;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

body.timezone-finder-page::before,
body.timezone-finder-page::after {
    content: "";
    position: fixed;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
    filter: blur(14px);
}

body.timezone-finder-page::before {
    top: 104px;
    left: -150px;
    width: 330px;
    height: 330px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.12) 0%, rgba(96, 165, 250, 0) 72%);
}

body.timezone-finder-page::after {
    right: -120px;
    bottom: 96px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, rgba(59, 130, 246, 0) 74%);
}

.tz-orb {
    position: fixed;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
    filter: blur(48px);
    opacity: 0.34;
}

.tz-orb--one {
    top: 28%;
    right: 8%;
    width: 230px;
    height: 230px;
    background: rgba(96, 165, 250, 0.16);
}

.tz-orb--two {
    left: 6%;
    bottom: 22%;
    width: 190px;
    height: 190px;
    background: rgba(217, 119, 6, 0.10);
}

.timezone-finder-page .navbar,
.timezone-finder-page footer {
    position: relative;
    z-index: 10;
}

.tz-shell {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 36px 0 88px;
}

.glass-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.58) 100%) !important;
    border: 1px solid var(--tz-white-border) !important;
    border-radius: 30px !important;
    box-shadow: var(--tz-shadow) !important;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.glass-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.08), rgba(255,255,255,0) 42%, rgba(255,255,255,0.28) 100%);
    pointer-events: none;
}

.tz-hero,
.tz-panel,
.tz-info-card {
    padding: 32px;
}

.tz-hero {
    margin-top: 34px;
}

.tz-pill-row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.tz-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(96, 165, 250, 0.16);
    color: var(--tz-muted);
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

.tz-pill i {
    color: var(--tz-accent);
}

.tz-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 390px);
    gap: 26px;
    align-items: stretch;
}

.tz-kicker,
.tz-section-kicker,
.tz-input-kicker,
.tz-result-label,
.tz-mini-label,
.tz-side-label,
.tz-spotlight-label,
.tz-results-badge,
.tz-disclaimer {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.tz-kicker,
.tz-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--tz-accent-strong);
    font-size: 0.76rem;
    font-weight: 900;
}

.tz-title {
    margin: 14px 0 14px;
    color: var(--tz-text);
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2.15rem, 4vw, 3.5rem);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.tz-title .text-accent,
.tz-title span {
    color: var(--tz-accent-strong);
}

.tz-subtitle,
.tz-intro,
.tz-results-header p,
.tz-info-card p,
.tz-cta-card p {
    max-width: 720px;
    color: var(--tz-muted);
    font-size: 0.98rem;
    line-height: 1.8;
    margin: 0;
}

.tz-intro {
    margin-top: 14px;
}

.tz-hero-side {
    display: grid;
    gap: 16px;
}

.tz-side-card,
.tz-mini-card,
.tz-input-card,
.tz-result-card,
.tz-cta-card {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 24px;
    box-shadow: var(--tz-shadow-soft);
}

.tz-side-card {
    padding: 24px;
    display: grid;
    gap: 12px;
}

.tz-side-label {
    color: var(--tz-accent-strong);
    font-size: 0.72rem;
    font-weight: 900;
}

.tz-side-time {
    color: var(--tz-text);
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2rem, 3vw, 2.75rem);
    font-weight: 900;
    line-height: 1;
}

.tz-side-note {
    color: var(--tz-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

.tz-side-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tz-mini-card {
    padding: 18px;
    display: grid;
    gap: 8px;
}

.tz-mini-label {
    color: var(--tz-muted-soft);
    font-size: 0.66rem;
    font-weight: 900;
    line-height: 1.5;
}

.tz-mini-card strong {
    color: var(--tz-text);
    font-family: 'Orbitron', sans-serif;
    font-size: 1.05rem;
    font-weight: 900;
}

.tz-workbench {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    gap: 24px;
    margin-top: 24px;
}

.tz-panel {
    display: grid;
    align-content: start;
    gap: 22px;
}

.tz-panel-head {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
}

.tz-panel-head h2,
.tz-results-header h2,
.tz-info-card h3 {
    margin: 0;
    color: var(--tz-text);
    font-family: 'Orbitron', sans-serif;
    font-size: 1.36rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tz-input-card {
    padding: 22px 22px 20px;
}

.tz-input-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.tz-input-kicker {
    display: block;
    color: var(--tz-accent-strong);
    font-size: 0.68rem;
    font-weight: 900;
    margin-bottom: 8px;
}

.tz-input-label {
    display: block;
    color: var(--tz-text);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tz-value-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    min-height: 42px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(96, 165, 250, 0.18);
    color: var(--tz-accent-strong);
    font-family: 'Orbitron', sans-serif;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    box-shadow: 0 10px 22px rgba(96, 165, 250, 0.10);
}

.timezone-finder-page input[type=range] {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 100% !important;
    height: 42px !important;
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.timezone-finder-page input[type=range]::-webkit-slider-runnable-track {
    height: 10px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, rgba(96, 165, 250, 0.18), rgba(59, 130, 246, 0.38)) !important;
    border: 0 !important;
}

.timezone-finder-page input[type=range]::-moz-range-track {
    height: 10px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, rgba(96, 165, 250, 0.18), rgba(59, 130, 246, 0.38)) !important;
    border: 0 !important;
}

.timezone-finder-page input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 24px !important;
    height: 24px !important;
    margin-top: -7px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 3px solid var(--tz-accent-strong) !important;
    box-shadow: 0 8px 18px rgba(59, 130, 246, 0.24) !important;
    cursor: pointer !important;
}

.timezone-finder-page input[type=range]::-moz-range-thumb {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 3px solid var(--tz-accent-strong) !important;
    box-shadow: 0 8px 18px rgba(59, 130, 246, 0.24) !important;
    cursor: pointer !important;
}

.tz-card-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.tz-city-hint {
    color: var(--tz-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

.tz-cta-card {
    padding: 22px;
    display: grid;
    gap: 16px;
}

.tz-cta-btn {
    justify-content: center;
    width: 100%;
    min-height: 56px;
    border-radius: 18px !important;
    box-shadow: 0 18px 34px rgba(59, 130, 246, 0.18) !important;
    font-size: 0.86rem !important;
    letter-spacing: 0.16em !important;
}

.tz-results-header {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
}

.tz-results-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    justify-self: start;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.80);
    border: 1px solid rgba(96, 165, 250, 0.18);
    color: var(--tz-accent-strong);
    font-size: 0.72rem;
    font-weight: 900;
}

.tz-spotlight-card {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    align-items: start;
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(59,130,246,0.10), rgba(255,255,255,0.82));
    border: 1px solid rgba(96, 165, 250, 0.20);
    box-shadow: 0 20px 34px rgba(59, 130, 246, 0.10);
}

.tz-spotlight-label {
    color: var(--tz-accent-strong);
    font-size: 0.74rem;
    font-weight: 900;
}

.tz-spotlight-time {
    color: var(--tz-text);
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    font-weight: 900;
    line-height: 1;
}

.tz-results-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tz-result-card {
    padding: 18px;
    display: grid;
    gap: 10px;
}

.tz-result-card--soft {
    background: linear-gradient(145deg, rgba(255,255,255,0.78), rgba(245,248,255,0.92));
}

.tz-result-label {
    color: var(--tz-muted-soft);
    font-size: 0.66rem;
    font-weight: 900;
    line-height: 1.5;
}

.tz-result-card strong {
    color: var(--tz-text);
    font-family: 'Orbitron', sans-serif;
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.25;
    word-break: break-word;
}

.tz-insights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.tz-info-card {
    display: grid;
    gap: 14px;
}

.tz-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.14), rgba(255,255,255,0.82));
    border: 1px solid rgba(96, 165, 250, 0.18);
    color: var(--tz-accent-strong);
    box-shadow: 0 14px 26px rgba(59, 130, 246, 0.10);
    font-size: 1rem;
}

.tz-disclaimer {
    margin: 24px auto 0;
    max-width: 920px;
    color: var(--tz-muted);
    font-size: 0.76rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.8;
}

@keyframes TimezoneMarbleFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 52%; }
    100% { background-position: 0% 50%; }
}

@media (max-width: 1100px) {
    .tz-hero-grid,
    .tz-workbench,
    .tz-insights {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .tz-shell {
        width: min(100% - 20px, 100%);
        padding: 24px 0 72px;
    }

    .tz-hero,
    .tz-panel,
    .tz-info-card {
        padding: 22px;
        border-radius: 24px !important;
    }

    .tz-title {
        font-size: 1.85rem;
    }

    .tz-side-mini-grid,
    .tz-results-grid {
        grid-template-columns: 1fr;
    }

    .tz-input-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .tz-value-badge {
        min-width: 0;
    }
}

/* ==========================================================================
   TIMEZONE FINDER EXECUTIVE WOW PASS
   Premium flagship global overlap intelligence / enterprise authority
   ========================================================================== */

:root {
    --tz-premium-shadow: 0 30px 70px rgba(15, 23, 42, 0.10), 0 10px 24px rgba(15, 23, 42, 0.05), inset 0 1px 0 rgba(255,255,255,0.92), inset 0 0 0 1px rgba(15, 23, 42, 0.04) !important;
    --tz-premium-shadow-hover: 0 38px 88px rgba(15, 23, 42, 0.14), 0 16px 34px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255,255,255,0.96), inset 0 0 0 1px rgba(15, 23, 42, 0.05) !important;
    --tz-copy: #475569 !important;
    --tz-copy-strong: #334155 !important;
    --tz-focus-ring: 0 0 0 3px rgba(96, 165, 250, 0.22) !important;
}

body.timezone-finder-page {
    background:
        radial-gradient(circle at 50% -8%, rgba(96, 165, 250, 0.12), rgba(96, 165, 250, 0) 28%),
        radial-gradient(circle at 100% 100%, rgba(217, 119, 6, 0.08), rgba(217, 119, 6, 0) 24%),
        linear-gradient(180deg, #f8fbfd 0%, #eef4f7 44%, #ffffff 100%) !important;
    background-size: auto !important;
    animation: none !important;
    line-height: 1.65 !important;
}

body.timezone-finder-page::before {
    top: 110px;
    left: -120px;
    width: 320px;
    height: 320px;
    filter: blur(18px);
    background: radial-gradient(circle, rgba(96, 165, 250, 0.10) 0%, rgba(96, 165, 250, 0) 72%) !important;
}

body.timezone-finder-page::after {
    right: -110px;
    bottom: 80px;
    width: 300px;
    height: 300px;
    filter: blur(18px);
    background: radial-gradient(circle, rgba(217, 119, 6, 0.08) 0%, rgba(217, 119, 6, 0) 72%) !important;
}

.tz-orb {
    opacity: 0.72 !important;
    filter: blur(18px) !important;
}

.tz-shell {
    width: min(1240px, calc(100% - 40px));
    padding: 42px 0 88px;
}

.glass-card,
.tz-side-card,
.tz-mini-card,
.tz-input-card,
.tz-result-card,
.tz-cta-card,
.tz-spotlight-card,
.timezone-finder-page .fc-ui-strip-v2--timezone-entity .fc-ui-strip-v2__shell,
.timezone-finder-page .fc-ui-strip-v2--timezone-related .fc-ui-strip-v2__shell {
    background: linear-gradient(180deg, rgba(255,255,255,0.90), rgba(255,255,255,0.76)) !important;
    border: 1px solid rgba(255, 255, 255, 0.94) !important;
    box-shadow: var(--tz-premium-shadow) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.glass-card::before {
    background:
        radial-gradient(circle at top right, rgba(96, 165, 250, 0.12), rgba(255,255,255,0) 38%),
        linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.04)) !important;
}

.tz-hero,
.tz-panel,
.tz-info-card {
    padding: 34px;
}

.tz-hero {
    position: relative;
    margin-top: 38px;
    border-radius: 34px !important;
    background:
        radial-gradient(circle at 50% 0%, rgba(96, 165, 250, 0.15), rgba(96, 165, 250, 0) 42%),
        linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.80)) !important;
    box-shadow: var(--tz-premium-shadow-hover) !important;
}

.tz-hero::after {
    content: "";
    position: absolute;
    left: 34px;
    right: 34px;
    top: 0;
    height: 2px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(96,165,250,0.40), rgba(255,255,255,0));
    pointer-events: none;
}

.tz-pill,
.tz-kicker,
.tz-section-kicker,
.tz-input-kicker,
.tz-result-label,
.tz-mini-label,
.tz-side-label,
.tz-spotlight-label,
.tz-results-badge,
.tz-disclaimer {
    letter-spacing: 0.12em !important;
}

.tz-pill {
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.90)) !important;
    border-color: rgba(96, 165, 250, 0.20) !important;
    box-shadow: 0 12px 24px rgba(96, 165, 250, 0.10) !important;
}

.tz-title {
    max-width: 11ch;
    letter-spacing: 0.03em !important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.92);
}

.tz-subtitle,
.tz-intro,
.tz-results-header p,
.tz-info-card p,
.tz-cta-card p,
.tz-side-note,
.tz-city-hint {
    color: var(--tz-copy) !important;
    text-transform: none !important;
    letter-spacing: 0.01em !important;
    font-family: 'Inter', 'Roboto', sans-serif !important;
}

.tz-subtitle,
.tz-intro,
.tz-results-header p,
.tz-info-card p,
.tz-cta-card p {
    font-size: 0.98rem !important;
    font-weight: 500 !important;
    line-height: 1.72 !important;
}

.tz-subtitle {
    max-width: 760px;
    color: var(--tz-copy-strong) !important;
}

.tz-hero-grid {
    gap: 28px;
}

.tz-hero-side {
    gap: 18px;
}

.tz-side-card,
.tz-mini-card,
.tz-input-card,
.tz-result-card,
.tz-cta-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,252,0.88)) !important;
}

.tz-side-card {
    padding: 24px;
    border-radius: 26px;
}

.tz-side-time,
.tz-mini-card strong,
.tz-result-card strong,
.tz-spotlight-time {
    text-shadow: 0 1px 0 rgba(255,255,255,0.92);
}

.tz-side-mini-grid {
    gap: 16px;
}

.tz-mini-card {
    padding: 20px;
    border-radius: 22px;
}

.tz-workbench {
    gap: 26px;
    margin-top: 28px;
}

.tz-panel {
    border-radius: 34px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.90), rgba(255,255,255,0.76)) !important;
}

.tz-panel-head h2,
.tz-results-header h2,
.tz-info-card h3 {
    letter-spacing: 0.03em !important;
    line-height: 1.16 !important;
}

.tz-input-card {
    padding: 24px 24px 22px;
    border-radius: 24px;
}

.tz-input-label {
    letter-spacing: 0.06em;
}

.tz-value-badge {
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.92)) !important;
    border-color: rgba(96, 165, 250, 0.20) !important;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05) !important;
}

.timezone-finder-page input[type=range]::-webkit-slider-runnable-track {
    height: 10px !important;
    background: linear-gradient(90deg, rgba(96, 165, 250, 0.16), rgba(37, 99, 235, 0.42)) !important;
    box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.10) !important;
}

.timezone-finder-page input[type=range]::-moz-range-track {
    height: 10px !important;
    background: linear-gradient(90deg, rgba(96, 165, 250, 0.16), rgba(37, 99, 235, 0.42)) !important;
    box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.10) !important;
}

.timezone-finder-page input[type=range]::-webkit-slider-thumb {
    width: 26px !important;
    height: 26px !important;
    border-width: 3px !important;
    box-shadow: 0 12px 24px rgba(96, 165, 250, 0.24) !important;
}

.timezone-finder-page input[type=range]::-moz-range-thumb {
    width: 26px !important;
    height: 26px !important;
    border-width: 3px !important;
    box-shadow: 0 12px 24px rgba(96, 165, 250, 0.24) !important;
}

.tz-card-foot {
    gap: 14px;
    margin-top: 14px;
}

.tz-cta-card {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(239,246,255,0.96), rgba(255,255,255,0.90)) !important;
    border-color: rgba(96, 165, 250, 0.18) !important;
    box-shadow: 0 18px 34px rgba(59, 130, 246, 0.08) !important;
}

.tz-cta-btn {
    min-height: 56px;
    box-shadow: 0 18px 34px rgba(37, 99, 235, 0.22) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease !important;
}

.tz-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(37, 99, 235, 0.26) !important;
    filter: brightness(1.03);
}

.tz-results-badge {
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.90)) !important;
    border-color: rgba(96, 165, 250, 0.20) !important;
    box-shadow: 0 12px 24px rgba(96, 165, 250, 0.10) !important;
}

.tz-spotlight-card {
    padding: 26px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(239,246,255,0.98), rgba(255,255,255,0.92)) !important;
    border-color: rgba(96, 165, 250, 0.18) !important;
    box-shadow: 0 22px 38px rgba(59, 130, 246, 0.10) !important;
}

.tz-results-grid {
    gap: 16px;
}

.tz-result-card {
    padding: 20px;
    border-radius: 22px;
}

.tz-result-card--soft {
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.90)) !important;
}

.tz-insights {
    gap: 24px;
    margin-top: 28px;
}

.tz-info-card {
    gap: 16px;
    border-radius: 30px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,250,252,0.84)) !important;
}

.tz-info-icon {
    width: 56px;
    height: 56px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(241,245,249,0.90)) !important;
    border-color: rgba(96, 165, 250, 0.18) !important;
    box-shadow: 0 14px 28px rgba(59, 130, 246, 0.08) !important;
}

.timezone-finder-page .fc-ui-strip-v2--timezone-entity,
.timezone-finder-page .fc-ui-strip-v2--timezone-related {
    margin-top: 28px;
}

.timezone-finder-page .fc-ui-strip-v2--timezone-entity .fc-ui-strip-v2__shell,
.timezone-finder-page .fc-ui-strip-v2--timezone-related .fc-ui-strip-v2__shell {
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(248,250,252,0.76)) !important;
}

.timezone-finder-page .fc-ui-strip-v2--timezone-entity .fc-ui-strip-v2__card,
.timezone-finder-page .fc-ui-strip-v2--timezone-entity .fc-ui-strip-v2__cta,
.timezone-finder-page .fc-ui-strip-v2--timezone-related .fc-ui-strip-v2__card,
.timezone-finder-page .fc-ui-strip-v2--timezone-related .fc-ui-strip-v2__cta {
    border-radius: 18px;
}

.tz-cta-btn:focus-visible,
.timezone-finder-page input[type=range]:focus-visible,
.timezone-finder-page .fc-ui-strip-v2--timezone-entity .fc-ui-strip-v2__cta:focus-visible,
.timezone-finder-page .fc-ui-strip-v2--timezone-entity .fc-ui-strip-v2__card:focus-visible,
.timezone-finder-page .fc-ui-strip-v2--timezone-related .fc-ui-strip-v2__cta:focus-visible,
.timezone-finder-page .fc-ui-strip-v2--timezone-related .fc-ui-strip-v2__card:focus-visible {
    outline: none;
    border-color: rgba(59, 130, 246, 0.42) !important;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.92), var(--tz-focus-ring), 0 18px 34px rgba(15, 23, 42, 0.10) !important;
}

@media (prefers-reduced-motion: reduce) {
    body.timezone-finder-page {
        animation: none !important;
    }

    body.timezone-finder-page::before,
    body.timezone-finder-page::after,
    .tz-orb {
        display: none !important;
    }

    .tz-cta-btn,
    .timezone-finder-page .fc-ui-strip-v2--timezone-entity .fc-ui-strip-v2__cta,
    .timezone-finder-page .fc-ui-strip-v2--timezone-entity .fc-ui-strip-v2__card,
    .timezone-finder-page .fc-ui-strip-v2--timezone-related .fc-ui-strip-v2__cta,
    .timezone-finder-page .fc-ui-strip-v2--timezone-related .fc-ui-strip-v2__card {
        transition: none !important;
    }
}

@media (max-width: 1100px) {
    .tz-shell {
        width: min(100% - 28px, 100%);
    }
}

@media (max-width: 720px) {
    .tz-shell {
        width: min(100% - 20px, 100%);
        padding: 24px 0 72px;
    }

    .tz-hero,
    .tz-panel,
    .tz-info-card {
        padding: 24px;
        border-radius: 24px !important;
    }

    .tz-side-card,
    .tz-mini-card,
    .tz-input-card,
    .tz-result-card,
    .tz-cta-card,
    .tz-spotlight-card {
        border-radius: 22px !important;
    }

    .tz-title {
        font-size: 1.92rem;
        letter-spacing: 0.02em !important;
    }

    .tz-subtitle,
    .tz-intro,
    .tz-results-header p,
    .tz-info-card p,
    .tz-cta-card p,
    .tz-side-note,
    .tz-city-hint {
        font-size: 0.95rem !important;
        line-height: 1.68 !important;
    }

    .timezone-finder-page .fc-ui-strip-v2--timezone-entity .fc-ui-strip-v2__shell,
    .timezone-finder-page .fc-ui-strip-v2--timezone-related .fc-ui-strip-v2__shell {
        border-radius: 22px;
    }
}

