:root {
    --bg: #eef3ef;
    --surface: rgba(255, 255, 255, 0.78);
    --surface-strong: #ffffff;
    --surface-soft: #f7fbf9;
    --text: #132238;
    --muted: #5b6878;
    --line: rgba(19, 34, 56, 0.08);
    --accent: #1f8efe;
    --accent-dark: #0d5fc1;
    --green: #21b26b;
    --shadow-lg: 0 24px 64px rgba(13, 38, 59, 0.12);
    --shadow-md: 0 14px 34px rgba(13, 38, 59, 0.08);
    --radius-xl: 32px;
    --radius-lg: 24px;
}
body {
    background:
        radial-gradient(circle at top left, rgba(31, 142, 254, 0.14), transparent 34%),
        radial-gradient(circle at 85% 12%, rgba(33, 178, 107, 0.14), transparent 24%),
        linear-gradient(180deg, #f4f7f4 0%, #eaf1ec 100%);
    font-family: "Segoe UI Variable", "Segoe UI", "Trebuchet MS", Arial, sans-serif;
    color: var(--text);
    line-height: 1.6;
    min-height: 100vh;
    position: relative;
    overflow-wrap: anywhere;
}
.decor-bg {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    z-index: 0;
    pointer-events: none;
    background: url('data:image/svg+xml;utf8,<svg width="100%25" height="100%25" xmlns="http://www.w3.org/2000/svg"><ellipse cx="10%25" cy="12%25" rx="180" ry="110" fill="%230e7be0" fill-opacity="0.08"/><ellipse cx="84%25" cy="8%25" rx="140" ry="90" fill="%2321b26b" fill-opacity="0.08"/><ellipse cx="30%25" cy="82%25" rx="220" ry="130" fill="%23ffffff" fill-opacity="0.24"/></svg>') no-repeat center center;
    background-size: cover;
}
.animated-gradient {
    background: linear-gradient(270deg, #1e87f0, #23d160, #e0eafc, #1e87f0);
    background-size: 800% 800%;
    animation: gradientMove 18s ease infinite;
}
@keyframes gradientMove {
    0% {background-position:0% 50%}
    50% {background-position:100% 50%}
    100% {background-position:0% 50%}
}
.glass {
    background: var(--surface);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255,255,255,0.55);
}
.hero-bg {
    background: none;
    color: #fff;
    border-radius: 40px;
    box-shadow: 0 28px 72px rgba(10, 39, 68, 0.18);
    overflow: hidden;
    position: relative;
}
.hero-section {
    margin-top: 18px;
    margin-bottom: 40px;
    min-height: 72vh;
    padding: 78px 0 68px;
    background:
        linear-gradient(135deg, rgba(8, 28, 53, 0.92) 0%, rgba(18, 89, 160, 0.82) 48%, rgba(25, 150, 112, 0.8) 100%);
}
.hero-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(255,255,255,0.16), transparent 28%),
        radial-gradient(circle at 88% 22%, rgba(115, 226, 192, 0.18), transparent 22%);
    opacity: 1;
}
.hero-bg .animated-gradient {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.95;
}
.hero-glow {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, #fff8 0%, #1e87f0 80%);
    border-radius: 50%;
    filter: blur(32px);
    opacity: 0.5;
    z-index: 1;
    animation: float1 8s ease-in-out infinite alternate;
}
.hero-glow2 {
    position: absolute;
    right: 10%;
    bottom: 10%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, #23d16088 0%, #1e87f0 80%);
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.4;
    z-index: 1;
    animation: float2 10s ease-in-out infinite alternate;
}
@keyframes float1 {
    0% { transform: translateY(0) scale(1); }
    100% { transform: translateY(30px) scale(1.08); }
}
@keyframes float2 {
    0% { transform: translateY(0) scale(1); }
    100% { transform: translateY(-30px) scale(1.05); }
}
.hero-content {
    position: relative;
    z-index: 2;
}
.hero-visual-column {
    position: relative;
    padding: 24px 40px 110px 8px;
}
.hero-chip {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.18);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.92);
}
.hero-title {
    margin-bottom: 22px;
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
}
.hero-lead {
    max-width: 680px;
    color: rgba(255,255,255,0.88);
}
.hero-inline-note {
    display: grid;
    gap: 6px;
    max-width: 620px;
    margin: 26px 0 24px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.16);
}
.hero-inline-note strong {
    font-size: 1.1rem;
    color: #fff;
}
.hero-inline-note span {
    color: rgba(255,255,255,0.84);
}
.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 26px;
}
.hero-stat-card {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.hero-stat-card strong {
    display: block;
    font-size: 1.3rem;
    color: #fff;
}
.hero-stat-card span {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,0.8);
    font-size: 0.93rem;
    line-height: 1.45;
}
.hero-visual-card {
    position: relative;
    z-index: 2;
    padding: 24px;
    border-radius: 34px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 26px 56px rgba(4, 23, 44, 0.22);
    backdrop-filter: blur(16px);
}
.hero-visual-card__label {
    margin-bottom: 18px;
    color: rgba(255,255,255,0.85);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.hero-visual-image {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04));
    box-shadow: 0 18px 46px rgba(4, 23, 44, 0.18);
}
.hero-visual-card__footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}
.hero-visual-card__footer div {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
}
.hero-visual-card__footer strong,
.hero-floating-card strong {
    display: block;
    color: #fff;
    font-size: 0.98rem;
}
.hero-visual-card__footer span,
.hero-floating-card span {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,0.76);
    font-size: 0.88rem;
    line-height: 1.45;
}
.hero-floating-card {
    position: absolute;
    right: 0;
    z-index: 3;
    max-width: 250px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(7, 24, 43, 0.62);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 18px 38px rgba(4, 23, 44, 0.22);
    backdrop-filter: blur(14px);
}
.hero-floating-card--top {
    top: 10px;
    right: 8px;
    transform: none;
}
.hero-floating-card--bottom {
    bottom: 8px;
    left: 0;
    right: auto;
}
.uk-heading-medium,
.uk-heading-bullet,
.uk-card-title,
.uk-text-lead,
.city-link-card strong,
.city-link-card span,
.hero-contact-button span,
.hero-contact-button strong,
.uk-button {
    word-break: break-word;
}
.uk-card {
    border-radius: 30px;
    box-shadow: var(--shadow-md);
    transition: transform 0.35s, box-shadow 0.35s, background 0.35s;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(255,255,255,0.68);
    position: relative;
    backdrop-filter: blur(14px) saturate(160%);
}
.uk-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 42px rgba(13, 38, 59, 0.12);
    background: rgba(255,255,255,0.94);
}
.uk-section {
    margin-bottom: 26px;
    background: transparent;
    border-radius: 24px;
    box-shadow: none;
    padding: 64px 0;
    transition: box-shadow 0.3s, background 0.3s;
    position: relative;
    z-index: 1;
}
.uk-section-default, .uk-section-muted {
    background: transparent;
}
.uk-heading-bullet {
    border-left: 0;
    padding-left: 0;
    font-weight: 900;
    letter-spacing: -0.03em;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.02;
    color: var(--text);
    background: none;
    box-shadow: none;
}
.uk-navbar-container {
    margin: 18px auto 0;
    width: calc(100% - 36px);
    max-width: 1240px;
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(15, 40, 84, 0.1);
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.55);
    padding: 12px 24px;
    box-sizing: border-box;
}
.site-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-height: auto;
    text-decoration: none;
}
.site-brand__eyebrow {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--green);
}
.site-brand__title {
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    color: var(--text);
    line-height: 1.15;
}
.site-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}
.site-header-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 14px;
    background: rgba(255,255,255,0.7);
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid rgba(19,34,56,0.08);
    white-space: nowrap;
    transition: transform 0.22s ease, background 0.22s ease;
}
.site-header-link:hover {
    transform: translateY(-2px);
    background: #fff;
    color: var(--text);
    text-decoration: none;
}
.site-header-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 16px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(15, 40, 84, 0.18);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}
.site-header-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(15, 40, 84, 0.24);
    color: #fff;
    text-decoration: none;
    filter: saturate(1.08);
}
.site-header-button--telegram {
    background: linear-gradient(135deg, #1099dc 0%, #6fd7ff 100%);
}
.site-header-button--max {
    background: linear-gradient(135deg, #1d293f 0%, #516480 100%);
}
@media (max-width: 960px) {
    .uk-navbar-container {
        width: calc(100% - 20px);
        margin-top: 10px;
        padding: 12px 14px;
    }
}
.uk-footer {
    margin-top: 34px;
    background:
        radial-gradient(circle at top left, rgba(111, 215, 255, 0.14), transparent 28%),
        linear-gradient(135deg, #0c1f36 0%, #14365a 42%, #136a5c 100%);
    color: #fff;
    border-radius: 34px 34px 0 0;
    box-shadow: 0 -8px 28px rgba(12, 31, 54, 0.14);
}
.footer-shell {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 28px;
    align-items: center;
    text-align: left;
}
.footer-brand__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.68);
}
.footer-brand h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.02;
}
.footer-brand p {
    margin: 0;
    max-width: 520px;
    color: rgba(255,255,255,0.78);
}
.footer-actions {
    display: grid;
    gap: 12px;
}
.footer-action-card {
    display: block;
    padding: 16px 18px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
    transition: transform 0.22s ease, background 0.22s ease;
}
.footer-action-card:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.12);
    color: #fff;
    text-decoration: none;
}
.footer-action-card span,
.footer-action-card strong {
    display: block;
}
.footer-action-card span {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.7);
}
.footer-action-card strong {
    margin-top: 6px;
    font-size: 1rem;
}
.footer-bottom {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.12);
}
.footer-bottom a {
    color: rgba(255,255,255,0.82);
    text-decoration: none;
}
.footer-bottom a:hover {
    color: #fff;
    text-decoration: underline;
}
.uk-list-divider>li {
    padding: 18px 0;
}
.uk-icon {
    color: var(--accent);
    filter: drop-shadow(0 2px 8px #1e87f033);
}
.uk-button-secondary, .uk-button-success {
    font-size: 1.18rem;
    border-radius: 16px;
    font-weight: 800;
    box-shadow: 0 2px 16px rgba(30,135,240,0.15);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
    padding: 0.8em 2.5em;
    background: linear-gradient(90deg, #1e87f0 60%, #23d160 100%);
    color: #fff;
    border: none;
    position: relative;
    overflow: hidden;
    line-height: 1.35;
    white-space: normal;
    text-align: center;
}
.uk-button-secondary:after, .uk-button-success:after {
    content: '';
    position: absolute;
    left: 0; top: 0; width: 100%; height: 100%;
    background: linear-gradient(120deg, #1e87f0 0%, #23d160 100%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 0;
}
.uk-button-secondary:hover:after, .uk-button-success:hover:after {
    opacity: 0.18;
}
.uk-button-secondary:hover, .uk-button-success:hover {
    background: linear-gradient(90deg, #23d160 0%, #1e87f0 100%);
    color: #fff;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 24px rgba(30,135,240,0.18);
}
.hero-contact-panel {
    margin-top: 28px;
    padding: 24px;
    border-radius: 28px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.24);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 40px rgba(5, 33, 74, 0.18);
}
.hero-contact-caption {
    margin-bottom: 16px;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.82);
}
.hero-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}
.hero-contact-button {
    min-height: 96px;
    padding: 18px 20px;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 16px 28px rgba(8, 29, 61, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    overflow: hidden;
}
.hero-contact-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 38px rgba(8, 29, 61, 0.28);
    color: #fff;
    text-decoration: none;
    filter: saturate(1.08);
}
.hero-contact-button span,
.hero-contact-button strong {
    position: relative;
    z-index: 1;
}
.hero-contact-button span {
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.92;
    line-height: 1.3;
}
.hero-contact-button strong {
    margin-top: 10px;
    font-size: 1.12rem;
    line-height: 1.28;
    font-weight: 900;
}
.hero-contact-button .uk-icon {
    margin-bottom: 10px;
    color: #fff;
    filter: none;
}
.cookie-banner {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 980px;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    color: #1f2d3d;
    box-shadow: 0 18px 40px rgba(31, 45, 61, 0.16);
    border: 1px solid rgba(31, 45, 61, 0.08);
}
.cookie-banner__text {
    font-size: 0.95rem;
    line-height: 1.5;
}
.cookie-banner__text a {
    color: #1e87f0;
    font-weight: 700;
    text-decoration: none;
}
.cookie-banner__text a:hover {
    text-decoration: underline;
}
.cookie-banner__button {
    flex: 0 0 auto;
    padding: 10px 18px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(90deg, #1e87f0 0%, #23d160 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 10px 24px rgba(30, 135, 240, 0.18);
}
.cookie-banner__button:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(30, 135, 240, 0.22);
}
.hero-contact-button--phone {
    background: linear-gradient(135deg, #1c7ed6 0%, #6ea8fe 100%);
}
.hero-contact-button--whatsapp {
    background: linear-gradient(135deg, #14b866 0%, #5ee29b 100%);
}
.hero-contact-button--telegram {
    background: linear-gradient(135deg, #179cde 0%, #67d2ff 100%);
}
.hero-contact-button--max {
    background: linear-gradient(135deg, #1d293f 0%, #516480 100%);
}
.hero-contact-button--telegram strong,
.hero-contact-button--max strong {
    margin-top: auto;
}
.city-links-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.city-link-card {
    display: block;
    padding: 22px 22px 20px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(244,250,247,0.94) 100%);
    color: var(--text);
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(13, 38, 59, 0.07);
    border: 1px solid rgba(19, 34, 56, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    min-width: 0;
}
.city-link-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 38px rgba(13, 38, 59, 0.11);
    background: linear-gradient(180deg, #ffffff 0%, #f6fbf8 100%);
    color: var(--text);
    text-decoration: none;
}
.city-link-card strong {
    display: block;
    font-size: 1.12rem;
    font-weight: 900;
    color: var(--text);
    line-height: 1.2;
}
.city-link-card span {
    display: block;
    margin-top: 8px;
    font-size: 0.96rem;
    color: var(--muted);
}
.uk-card-title {
    font-size: 1.34rem;
    font-weight: 900;
    color: var(--text);
    letter-spacing: -0.02em;
    line-height: 1.25;
}
.uk-text-lead {
    font-size: 1.28rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--muted);
}
.uk-card-body {
    background: transparent;
}
.uk-card .uk-icon, .uk-card img {
    filter: drop-shadow(0 2px 8px #1e87f033);
}
.uk-card img {
    background: #e0f7fa;
    padding: 12px;
    border-radius: 20px;
}
.svg-wave {
    display: none;
}
.uk-card-anim {
    animation: cardPop 1.2s cubic-bezier(.23,1.01,.32,1) both;
}
.section-heading {
    max-width: 720px;
}
.section-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--accent-dark);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}
.section-kicker--light {
    color: rgba(255,255,255,0.72);
}
.feature-card {
    min-height: 100%;
    padding-top: 28px;
}
.feature-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(31,142,254,0.12), rgba(33,178,107,0.14));
    color: var(--accent-dark);
    font-size: 0.92rem;
    font-weight: 900;
}
.feature-card p,
.gallery-card p {
    margin: 0;
    color: var(--muted);
}
.story-copy {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--muted);
}
.story-card {
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(242,248,245,0.95));
    border: 1px solid rgba(19,34,56,0.06);
    box-shadow: var(--shadow-md);
}
.story-card__quote {
    margin-bottom: 18px;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.35;
    color: var(--text);
}
.story-list {
    margin: 0;
    padding-left: 20px;
    color: var(--muted);
}
.story-list li + li {
    margin-top: 10px;
}
.gallery-card {
    overflow: hidden;
}
.gallery-card__image {
    width: 100%;
    margin-bottom: 18px;
    border-radius: 22px;
    object-fit: cover;
}
.cta-band {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 28px;
    padding: 34px;
    border-radius: 36px;
    background: linear-gradient(135deg, #10233f 0%, #155b8f 48%, #1a8d74 100%);
    color: #fff;
    box-shadow: 0 28px 54px rgba(13, 38, 59, 0.18);
}
.cta-band__content h2 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.02;
    color: #fff;
}
.cta-band__content p {
    margin: 0;
    color: rgba(255,255,255,0.82);
    font-size: 1.02rem;
    line-height: 1.7;
}
.contact-pills {
    display: grid;
    gap: 12px;
}
.contact-pill {
    display: block;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.12);
    text-decoration: none;
    color: #fff;
    transition: transform 0.22s ease, background 0.22s ease;
}
.contact-pill:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.14);
    color: #fff;
    text-decoration: none;
}
.contact-pill span,
.contact-pill strong {
    display: block;
}
.contact-pill span {
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    color: rgba(255,255,255,0.68);
}
.contact-pill strong {
    margin-top: 6px;
    font-size: 1rem;
}
.faq-section .uk-accordion-title {
    font-weight: 800;
    color: var(--text);
}
.faq-section .uk-accordion-content {
    color: var(--muted);
}
.workers-hero {
    position: relative;
    min-height: 72vh;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 40px;
    background: url("images/workers/construction-workers.jpg") center / cover no-repeat;
    color: #fff;
}
.warehouse-hero {
    background-image: url("/images/workers/warehouse-labor-hero.jpg");
}
.cleaners-hero {
    background-image: url("/images/cleaners/janitors-outdoor.jpg");
}
.workers-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 21, 38, 0.82) 0%, rgba(7, 21, 38, 0.56) 46%, rgba(7, 21, 38, 0.18) 100%);
}
.workers-hero__content {
    position: relative;
    z-index: 1;
    min-height: 72vh;
    display: flex;
    align-items: center;
}
.workers-hero__inner {
    max-width: 760px;
    padding: 72px 0;
}
.workers-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--accent-dark);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.workers-kicker--light,
.workers-hero .workers-kicker {
    color: rgba(255,255,255,0.78);
}
.workers-hero h1 {
    margin: 0 0 22px;
    max-width: 760px;
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 1;
    letter-spacing: 0;
    font-weight: 900;
}
.workers-hero p {
    max-width: 660px;
    margin: 0 0 28px;
    color: rgba(255,255,255,0.9);
    font-size: 1.2rem;
    line-height: 1.6;
}
.workers-hero__actions,
.workers-cta__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.workers-button,
.workers-cta__contacts a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 8px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.16);
    transition: transform 0.22s ease, filter 0.22s ease;
}
.workers-button:hover,
.workers-cta__contacts a:hover {
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
    filter: saturate(1.08);
}
.workers-button--primary,
.workers-cta__contacts a:first-child {
    background: linear-gradient(135deg, #1f8efe 0%, #21b26b 100%);
}
.workers-button--telegram,
.workers-cta__contacts a:nth-child(3) {
    background: linear-gradient(135deg, #1099dc 0%, #58c7f4 100%);
}
.workers-button--whatsapp {
    background: linear-gradient(135deg, #16a85d 0%, #39c981 100%);
}
.workers-button--max,
.workers-cta__contacts a:nth-child(4) {
    background: linear-gradient(135deg, #1d293f 0%, #516480 100%);
}
.workers-cta__contacts a:nth-child(2) {
    background: linear-gradient(135deg, #16a85d 0%, #39c981 100%);
}
.workers-section {
    padding: 70px 0;
}
.workers-section--soft {
    background: rgba(255,255,255,0.48);
}
.workers-section-head {
    max-width: 760px;
    margin-bottom: 28px;
}
.workers-section-head h2,
.workers-info h2,
.workers-cta h2 {
    margin: 0;
    color: var(--text);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: 0;
    font-weight: 900;
}
.workers-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.workers-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.workers-card {
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(19,34,56,0.08);
    box-shadow: var(--shadow-md);
}
.workers-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.workers-card__body {
    padding: 18px;
}
.workers-card__body span {
    display: block;
    margin-bottom: 8px;
    color: var(--accent-dark);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.workers-card__body h3 {
    margin: 0 0 10px;
    color: var(--text);
    font-size: 1.18rem;
    line-height: 1.2;
    font-weight: 900;
}
.workers-card__body p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}
.workers-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: start;
}
.workers-info p {
    max-width: 620px;
    color: var(--muted);
    font-size: 1.1rem;
    line-height: 1.8;
}
.workers-steps {
    display: grid;
    gap: 12px;
}
.workers-steps div {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(19,34,56,0.08);
    box-shadow: var(--shadow-md);
}
.workers-steps strong {
    color: var(--accent-dark);
    font-size: 1.2rem;
}
.workers-steps span {
    color: var(--text);
    font-weight: 700;
    line-height: 1.45;
}
.workers-cta {
    padding: 70px 0;
}
.workers-cta__box {
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    gap: 28px;
    align-items: center;
    padding: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, #10233f 0%, #155b8f 48%, #1a8d74 100%);
    color: #fff;
    box-shadow: 0 28px 54px rgba(13, 38, 59, 0.18);
}
.workers-cta h2 {
    color: #fff;
}
.workers-cta p {
    max-width: 680px;
    margin: 14px 0 0;
    color: rgba(255,255,255,0.82);
    font-size: 1.05rem;
    line-height: 1.7;
}
@keyframes cardPop {
    0% { opacity: 0; transform: scale(0.8) translateY(40px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}
@media (max-width: 960px) {
    .hero-bg {
        border-radius: 28px;
    }
    .hero-section {
        margin-bottom: 24px;
        padding: 52px 0 42px;
    }
    .hero-visual-column {
        padding: 8px 0 0;
    }
    .hero-stats,
    .cta-band,
    .footer-shell,
    .city-links-grid {
        grid-template-columns: 1fr;
    }
    .hero-floating-card {
        position: static;
        max-width: none;
        margin-top: 14px;
        transform: none;
    }
    .hero-visual-card__footer {
        grid-template-columns: 1fr;
    }
    .uk-section {
        margin-bottom: 18px;
        border-radius: 16px;
        padding: 38px 0;
    }
    .uk-heading-bullet {
        font-size: 1.65rem;
    }
    .svg-wave {
        height: 40px;
    }
    .hero-contact-panel {
        padding: 18px;
    }
    .hero-contact-grid {
        grid-template-columns: 1fr;
    }
    .hero-contact-button {
        min-height: 84px;
        padding: 16px;
    }
    .uk-button-secondary,
    .uk-button-success {
        padding: 0.75em 1.2em;
        font-size: 1rem;
    }
    .uk-text-lead {
        font-size: 1.1rem;
    }
    .site-brand__title {
        font-size: 1rem;
    }
    .site-header-actions {
        gap: 8px;
    }
    .site-header-link {
        min-height: 42px;
        padding: 0 12px;
        font-size: 0.86rem;
    }
    .site-header-button {
        min-height: 42px;
        padding: 0 14px;
        font-size: 0.88rem;
    }
    .footer-brand h2 {
        font-size: 1.65rem;
    }
    .workers-hero,
    .workers-hero__content {
        min-height: 62vh;
    }
    .workers-grid,
    .workers-grid--three,
    .workers-info,
    .workers-cta__box {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 640px) {
    .uk-navbar-container {
        flex-wrap: wrap;
        gap: 12px;
    }
    .uk-navbar-left,
    .uk-navbar-right {
        width: 100%;
    }
    .site-header-actions {
        width: 100%;
        justify-content: stretch;
        flex-wrap: wrap;
    }
    .site-header-link,
    .site-header-button {
        flex: 1 1 0;
    }
    .hero-title {
        font-size: 2.4rem;
    }
    .hero-stats {
        grid-template-columns: 1fr;
    }
    .hero-inline-note,
    .hero-contact-panel,
    .story-card,
    .cta-band {
        padding: 20px;
    }
    .cookie-banner {
        left: 50%;
        bottom: 12px;
        width: calc(100% - 24px);
        flex-direction: column;
        align-items: stretch;
    }
    .cookie-banner__button {
        width: 100%;
    }
    .workers-hero {
        border-radius: 24px;
    }
    .workers-hero__inner {
        padding: 56px 0;
    }
    .workers-hero h1 {
        font-size: 2.35rem;
    }
    .workers-hero p {
        font-size: 1.02rem;
    }
    .workers-hero__actions,
    .workers-cta__contacts {
        flex-direction: column;
    }
    .workers-button,
    .workers-cta__contacts a {
        width: 100%;
    }
    .workers-section,
    .workers-cta {
        padding: 42px 0;
    }
    .workers-cta__box {
        padding: 22px;
    }
    .workers-steps div {
        grid-template-columns: 48px 1fr;
    }
}
