

/* Start:/clients/inline_styles.css?177985599225304*/
/* Extracted from <style> block of Zoom_Clients_Page_Mockup.html
   Paste this into your Bitrix component template <style> tag,
   or into a separate .css file linked from the template. */

:root {
    /* Zoom brand - hot pink/red + yellow accent (matching neon studio aesthetic) */
    --bg: #07020a;
    --bg-alt: #0f0612;
    --bg-card: #170a1a;
    --text: #f5f5f5;
    --text-dim: #d4b8c8;
    --text-faint: #8a6f7d;
    --pink: #ed1c5f;
    --pink-light: #ff4080;
    --pink-bright: #ff0a5c;
    --pink-deep: #a8074a;
    --magenta: #ed1c5f;
    --yellow: #fcd34d;
    --yellow-bright: #ffd700;
    --border: #3a0d24;
    --max-width: 1280px;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }

  /* Neon-pink icon styles (global - applies to elements inside SVG <use>) */
  .neon-pink {
    fill: none;
    stroke: #ff1493;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 6px #ff1493);
  }
  .neon-fill {
    fill: #ff1493;
    filter: drop-shadow(0 0 6px #ff1493);
  }
  /* Force dark theme on /clients/ - beats the brand-template light gradient. */
  html, body {
    background: var(--bg) !important;
    background-color: var(--bg) !important;
  }
  body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    color: var(--text) !important;
    line-height: 1.6; -webkit-font-smoothing: antialiased;
    background-image:
      radial-gradient(at 10% 0%, rgba(237, 28, 95, 0.16) 0%, transparent 50%),
      radial-gradient(at 90% 50%, rgba(237, 28, 95, 0.10) 0%, transparent 50%) !important;
  }
  .container { max-width: var(--max-width); margin: 0 auto; padding: 0 32px; }

  /* HERO */
  .hero {
    padding: 110px 0 70px; text-align: center;
    background: radial-gradient(ellipse at 50% 0%, rgba(237, 28, 95, 0.35) 0%, transparent 65%);
  }
  .hero .kicker {
    font-size: 12px; letter-spacing: 4px; color: var(--pink-light);
    text-transform: uppercase; font-weight: 700; margin-bottom: 24px;
  }
  .hero h1 {
    font-size: clamp(40px, 6vw, 72px); font-weight: 800;
    letter-spacing: -2px; margin-bottom: 22px; line-height: 1.05;
  }
  .hero h1 .accent {
    background: linear-gradient(90deg, #ff4080 0%, #ed1c5f 45%, #a8074a 100%);
    -webkit-background-clip: text; background-clip: text;
    color: transparent; -webkit-text-fill-color: transparent;
  }
  .hero .lead {
    max-width: 720px; margin: 0 auto 24px;
    color: var(--text-dim); font-size: 18px;
  }
  .hero .stats {
    display: flex; justify-content: center;
    gap: 60px; margin-top: 48px; flex-wrap: wrap;
  }
  .stat .num { font-size: 38px; font-weight: 800; color: var(--text); line-height: 1; }
  .stat .label {
    font-size: 12px; color: var(--text-dim);
    text-transform: uppercase; letter-spacing: 2px; margin-top: 8px;
  }

  /* SECTION TITLES */
  .section-title { text-align: center; margin: 90px 0 50px; }
  .section-title .kicker {
    font-size: 11px; letter-spacing: 3px; color: var(--pink-light);
    text-transform: uppercase; font-weight: 700;
  }
  .section-title h2 {
    font-size: clamp(28px, 4vw, 44px); font-weight: 800;
    letter-spacing: -1px; margin-top: 8px; line-height: 1.1;
  }
  .section-title h2 .accent {
    background: linear-gradient(90deg, #ff4080 0%, #ed1c5f 50%, #a8074a 100%);
    -webkit-background-clip: text; background-clip: text;
    color: transparent; -webkit-text-fill-color: transparent;
  }
  .section-title p {
    max-width: 720px; margin: 18px auto 0;
    color: var(--text-dim); font-size: 16px;
  }

  /* ARTIST CARDS - Zoom style with vinyl + waveform */
  .artists-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 18px;
  }
  .artists-grid.top5 {
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    max-width: none;
    margin: 0;
  }
  @media (max-width: 1100px) {
    .artists-grid.top5 { grid-template-columns: repeat(3, 1fr); }
  }
  @media (max-width: 720px) {
    .artists-grid.top5 { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 480px) {
    .artists-grid.top5 { grid-template-columns: 1fr; }
  }
  /* Compact top 5 cards - more square aspect, 5 fit in one row */
  .artists-grid.top5 .artist-card {
    padding: 18px 16px 60px;
    min-height: 200px;
  }
  .artists-grid.top5 .artist-card img.vinyl {
    width: 210px; height: 210px;
    margin: 20px auto -4px;
  }
  .artists-grid.top5 .artist-card .stage-name { font-size: 18px; margin-top: 0; }
  .artists-grid.top5 .artist-card .tag { font-size: 11px; }
  .artists-grid.top5 .artist-card .handle { font-size: 10.5px; margin-top: 4px; }
  .artists-grid.top5 .artist-card .number {
    font-size: 32px; margin-left: 44px; margin-bottom: 6px;
    color: var(--yellow);
  }
  /* Hide bio on top 5 cards to keep them more square */
  .artists-grid.top5 .artist-card .bio { display: none; }
  /* CROWN/STAR sizing - constrain SVG to top-left corner */
  .artist-card .crown {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 56px;
    height: 50px;
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6)) drop-shadow(0 2px 3px rgba(0,0,0,0.45));
    z-index: 4;
    pointer-events: none;
  }
  .artist-card {
    position: relative;
    background:
      radial-gradient(circle at 8% 6%, rgba(237, 28, 95, 0.22) 0%, rgba(237, 28, 95, 0.06) 28%, transparent 55%),
      linear-gradient(135deg, #150420 0%, #1f0830 60%, #2a0d3e 100%);
    border: 1px solid rgba(237, 28, 95, 0.22);
    border-radius: 16px;
    padding: 18px 16px 60px;
    min-height: 200px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
  }
  .artist-card:hover {
    border-color: rgba(255, 64, 128, 0.55);
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(237, 28, 95, 0.28);
  }
  .artist-card .number {
    font-size: 28px; font-weight: 800;
    color: var(--pink-light);
    line-height: 1;
    letter-spacing: -1.2px;
    position: absolute;
    top: 14px; right: 16px;
    z-index: 4;
    font-feature-settings: 'tnum';
    text-shadow: 0 0 12px rgba(255, 64, 128, 0.6);
  }
  .artist-card .vinyl {
    display: block;
    margin: 6px auto 16px;
    width: 110px; height: 110px;
    color: var(--pink);
    opacity: 0.95;
    filter: drop-shadow(0 0 10px rgba(237, 28, 95, 0.4));
    pointer-events: none;
    position: relative;
    z-index: 2;
  }
  /* PNG icon variant - blend mode removes the black background */
  .artist-card img.vinyl {
    width: 170px; height: 170px;
    mix-blend-mode: screen;
    filter: none;
    opacity: 1;
    object-fit: contain;
    margin: 16px auto 0;
  }
  .artist-card .waveform {
    position: absolute;
    left: 14px; top: 16px;
    width: 38px; height: 14px;
    opacity: 0.55;
    color: var(--pink-light);
    pointer-events: none;
    z-index: 2;
  }
  .artist-card .stage-name {
    font-size: 18px; font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.3px; line-height: 1.2;
    margin-top: 4px; margin-bottom: 6px;
    position: relative; z-index: 2;
    text-align: center;
  }
  /* Hide bio on all artist cards to keep compact aspect */
  .artist-card .bio { display: none; }
  .artist-card .tag {
    font-size: 12px; font-weight: 600;
    color: var(--pink-light);
    letter-spacing: 0.5px;
    text-transform: none;
    position: relative; z-index: 2;
    text-align: center;
  }
  .artist-card .handle {
    font-size: 11px; color: var(--text-faint);
    margin-top: 6px;
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    position: relative; z-index: 2;
    text-align: center;
  }
  .artist-card .arrow-btn {
    position: absolute;
    bottom: 20px; left: 22px;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: rgba(237, 28, 95, 0.18);
    border: 1px solid rgba(237, 28, 95, 0.4);
    display: flex; align-items: center; justify-content: center;
    transition: all 0.25s ease;
    z-index: 3;
  }
  .artist-card:hover .arrow-btn {
    background: var(--pink);
    border-color: var(--pink-light);
  }
  .artist-card .arrow-btn svg {
    width: 14px; height: 14px;
    color: var(--pink-light);
  }
  .artist-card:hover .arrow-btn svg { color: #fff; }
  .artist-card .bio {
    font-size: 12.5px; color: var(--text-dim);
    line-height: 1.5; margin-top: 10px;
    max-width: 100%;
    position: relative; z-index: 2;
    text-align: center;
  }
  .artist-card .badges {
    position: absolute;
    bottom: 22px; right: 22px;
    display: flex; gap: 6px;
    flex-wrap: wrap; justify-content: flex-end;
    max-width: 60%;
    z-index: 3;
  }
  .badge {
    font-size: 10px; padding: 3px 8px;
    border-radius: 4px; font-weight: 700; letter-spacing: 0.5px;
  }
  .badge-ig { background: rgba(237, 28, 95, 0.18); color: var(--pink-light); }
  .badge-sp { background: rgba(29,185,84,0.15); color: #1db954; }

  /* INDUSTRY PARTNERS (labels) */
  .labels-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 160px;
    gap: 14px;
    grid-auto-flow: row dense;
  }
  .label-card.w-1 { grid-column: span 1; }
  .label-card.w-2 { grid-column: span 2; }
  .label-card.w-3 { grid-column: span 3; }
  .label-card.h-2 { grid-row: span 2; }
  @media (max-width: 900px) {
    .labels-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 150px; }
    .label-card.w-1 { grid-column: span 2; }
    .label-card.w-2 { grid-column: span 2; }
    .label-card.w-3 { grid-column: span 4; }
  }
  @media (max-width: 520px) {
    .labels-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
    .label-card.w-1, .label-card.w-2, .label-card.w-3 { grid-column: span 1; }
    .label-card.h-2 { grid-row: span 1; }
  }
  .label-card {
    position: relative;
    padding: 28px 26px;
    background:
      radial-gradient(ellipse 90% 75% at 8% 6%, rgba(255, 64, 128, 0.26) 0%, rgba(237, 28, 95, 0.13) 28%, transparent 60%),
      radial-gradient(ellipse 80% 70% at 95% 95%, rgba(168, 7, 74, 0.20) 0%, transparent 65%),
      radial-gradient(ellipse 60% 60% at 50% 50%, rgba(132, 4, 56, 0.12) 0%, transparent 70%),
      linear-gradient(135deg, #180420 0%, #20062e 50%, #2d0a40 100%);
    border: 1px solid rgba(237, 28, 95, 0.14);
    border-radius: 14px;
    min-height: 138px;
    display: flex; flex-direction: column;
    justify-content: center; align-items: flex-start;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .label-card::before {
    content: '';
    position: absolute; inset: 0;
    border-radius: 14px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 30px rgba(237, 28, 95, 0.05);
    pointer-events: none;
  }
  .label-card:hover {
    border-color: rgba(255, 64, 128, 0.45);
    transform: translateY(-3px);
    box-shadow: 0 14px 38px rgba(237, 28, 95, 0.32);
  }
  .label-card .name {
    font-size: 22px; font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.3px; line-height: 1.2;
    margin-bottom: 10px;
    position: relative; z-index: 1;
  }
  .label-card .subtitle {
    font-size: 13px; font-weight: 400;
    color: #cba8c8;
    line-height: 1.5; letter-spacing: 0.1px;
    position: relative; z-index: 1;
    max-width: 95%;
  }
  .label-card .wave-decor {
    position: absolute;
    right: -16px; bottom: -10px;
    width: 200px; height: 130px;
    pointer-events: none;
    z-index: 0;
  }
  .label-card.h-2 .wave-decor {
    right: -10px; top: -10px; bottom: auto;
    width: 130px; height: 200px;
  }
  /* Partner icon - inline with company name, tight spacing, no overflow */
  .label-card.has-icon {
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-template-rows: auto auto;
    align-content: center;
    column-gap: 8px;
    row-gap: 6px;
    align-items: start;
  }
  .label-card .partner-icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
    filter: drop-shadow(0 0 10px rgba(255, 64, 128, 0.55));
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    background: transparent;
  }
  .label-card.has-icon .name {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
    align-self: center;
    line-height: 1.15;
    word-break: break-word;
    padding-top: 2px;
  }
  .label-card.has-icon .subtitle {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  /* Narrow cards w-1 (short): balanced icon + name on one line */
  .label-card.w-1:not(.h-2).has-icon {
    grid-template-columns: 48px 1fr;
    column-gap: 8px;
    row-gap: 6px;
  }
  .label-card.w-1:not(.h-2).has-icon .partner-icon {
    width: 46px;
    height: 46px;
    grid-column: 1;
    grid-row: 1;
  }
  .label-card.w-1:not(.h-2).has-icon .name {
    grid-column: 2;
    grid-row: 1;
    font-size: 18px;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .label-card.w-1:not(.h-2).has-icon .subtitle {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 12.5px;
    line-height: 1.45;
  }
  /* Narrow TALL cards w-1 h-2 (long names): keep smaller icon so name fits */
  .label-card.w-1.h-2.has-icon {
    grid-template-columns: 44px 1fr;
    column-gap: 8px;
    row-gap: 6px;
  }
  .label-card.w-1.h-2.has-icon .partner-icon {
    width: 42px;
    height: 42px;
    grid-column: 1;
    grid-row: 1;
  }
  .label-card.w-1.h-2.has-icon .name {
    grid-column: 2;
    grid-row: 1;
    font-size: 17px;
    line-height: 1.15;
  }
  .label-card.w-1.h-2.has-icon .subtitle {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 12.5px;
    line-height: 1.45;
  }
  .label-card .dot-accent {
    position: absolute;
    top: 14px; right: 14px;
    width: 5px; height: 5px;
    border-radius: 50%;
    background: var(--pink-light);
    box-shadow:
      0 0 6px rgba(255, 64, 128, 0.85),
      0 0 14px rgba(237, 28, 95, 0.6),
      0 0 24px rgba(237, 28, 95, 0.3);
    z-index: 3;
  }

  /* FAQ */
  .faq {
    background: var(--bg-alt);
    border-radius: 16px;
    padding: 48px 40px;
    border: 1px solid var(--border);
    max-width: 920px;
    margin: 0 auto;
  }
  .faq-item { border-bottom: 1px solid var(--border); padding: 20px 0; }
  .faq-item:last-child { border-bottom: none; }
  .faq-item h3 {
    font-size: 17px; font-weight: 700;
    color: var(--text); margin-bottom: 10px;
  }
  .faq-item h3::before {
    content: 'Q: '; color: var(--pink-light); font-weight: 800;
  }
  .faq-item p {
    color: var(--text-dim); font-size: 14.5px;
    line-height: 1.7; padding-left: 22px;
  }

  /* SEO footer, framed similar to FAQ for visual consistency */
  .seo-footer {
    padding: 60px 0 80px;
    text-align: left;
  }
  .seo-footer .container { max-width: 920px; }
  .seo-frame {
    background: var(--bg-alt);
    border-radius: 16px;
    padding: 48px 40px;
    border: 1px solid var(--border);
    max-width: 920px;
    margin: 0 auto;
  }
  .seo-item {
    border-bottom: 1px solid var(--border);
    padding: 22px 0;
  }
  .seo-item:first-child { padding-top: 4px; }
  .seo-item:last-child { border-bottom: none; padding-bottom: 4px; }
  .seo-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 12px;
    letter-spacing: -0.2px;
    line-height: 1.3;
  }
  .seo-item p {
    color: var(--text-dim);
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
  }
  .seo-footer .legal {
    color: var(--text-faint);
    font-size: 12px;
    margin: 24px auto 0;
    text-align: center;
    max-width: 920px;
    line-height: 1.5;
  }

  
  /* ===== COLLAPSIBLE FAQ + SEO (native <details>) ===== */
  details.faq-item,
  details.seo-item {
    list-style: none;
  }
  details.faq-item summary,
  details.seo-item summary {
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 36px;
    outline: none;
    user-select: none;
  }
  details.faq-item summary::-webkit-details-marker,
  details.seo-item summary::-webkit-details-marker,
  details.faq-item summary::marker,
  details.seo-item summary::marker { display: none; }
  details.faq-item summary::after,
  details.seo-item summary::after {
    content: '+';
    position: absolute;
    right: 0; top: 50%;
    transform: translateY(-50%);
    width: 28px; height: 28px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; font-weight: 700; line-height: 1;
    color: var(--text-dim);
    border: 1px solid var(--border);
    border-radius: 50%;
    transition: transform 0.25s ease, color 0.2s ease;
  }
  details.faq-item[open] summary::after,
  details.seo-item[open] summary::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
    color: var(--text);
  }
  details.faq-item summary h3,
  details.seo-item summary h3 {
    display: inline; margin: 0;
  }
  details.faq-item p,
  details.seo-item p {
    margin-top: 14px;
    animation: fadeIn 0.25s ease-out;
  }
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* ===== MOBILE-FIRST RESPONSIVE RULES (80% mobile users) ===== */
  @media (max-width: 768px) {
    .container { padding: 0 16px; }
    .hero { padding: 60px 0 36px; }
    .hero h1 { font-size: clamp(28px, 8vw, 40px); margin-bottom: 16px; }
    .hero .lead { font-size: 14.5px; line-height: 1.55; }
    .hero .stats { gap: 24px; margin-top: 28px; }
    .stat .num { font-size: 28px; }
    .stat .label { font-size: 10px; letter-spacing: 1.5px; }
    .section-title { margin: 36px 0 22px; }
    .section-title h2 { font-size: clamp(22px, 6vw, 30px); }
    .section-title .kicker { font-size: 10px; letter-spacing: 2.5px; }
    .section-title p { font-size: 13.5px; line-height: 1.55; }
    .artist-card { padding: 16px 14px 50px; min-height: auto; }
    .artist-card .stage-name { font-size: 16px; }
    .artist-card .tag { font-size: 11px; }
    .artist-card .handle { font-size: 10.5px; }
    .artist-card .bio { font-size: 12px; line-height: 1.5; }
    .badge { font-size: 9.5px; padding: 2px 6px; }
    .faq, .seo-frame {
      padding: 24px 18px;
      border-radius: 12px;
    }
    .faq-item h3, .seo-item h3 { font-size: 15px; line-height: 1.35; }
    .faq-item p, .seo-item p { font-size: 13.5px; line-height: 1.7; }
    details.faq-item summary,
    details.seo-item summary { padding-right: 32px; }
    details.faq-item summary::after,
    details.seo-item summary::after {
      width: 24px; height: 24px; font-size: 18px;
    }
    .seo-footer { padding: 36px 0 50px; }
    .seo-footer .legal { font-size: 11px; margin-top: 18px; }
    .labels-grid { grid-template-columns: 1fr !important; grid-auto-rows: auto !important; gap: 10px !important; }
    .label-card { padding: 18px 16px; min-height: auto; }
    .label-card .name { font-size: 18px; }
    .label-card .subtitle { font-size: 12px; }
    .label-card.w-1, .label-card.w-2, .label-card.w-3, .label-card.w-6 { grid-column: span 1 !important; }
    .label-card.h-2 { grid-row: span 1 !important; }
    .ipx-grid { grid-template-columns: 1fr !important; grid-auto-rows: auto !important; gap: 10px !important; }
    .ipx-card { padding: 18px 16px; min-height: auto; }
    .ipx-card .name { font-size: 18px; }
    .ipx-card .subtitle { font-size: 12px; }
    .ipx-card.w-1, .ipx-card.w-2, .ipx-card.w-3, .ipx-card.w-6 { grid-column: span 1 !important; }
    .ipx-card.h-2 { grid-row: span 1 !important; }
    .ipx-partners { padding: 50px 16px; }
    .ipx-headline { font-size: clamp(22px, 6vw, 30px); }
    .ipx-subhead { font-size: 13.5px; }
    .artists-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .artists-grid.top5 { grid-template-columns: 1fr; gap: 14px; }
    .artists-grid.top5 .artist-card { min-height: auto; }
    .avatar-disc { width: 80px; height: 80px; }
    .avatar-disc .initials { font-size: 11px; }
  }
  @media (max-width: 480px) {
    /* Keep 2 columns on Featured + Top 5 so cards stay scannable */
    .artists-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }
    .artists-grid.top5 { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }
    /* Top 5 last (5th) card spans both columns to balance the 2-col grid */
    .artists-grid.top5 .artist-card:nth-child(5) { grid-column: span 2; }
    .hero .stats { flex-direction: column; gap: 14px; align-items: center; }
    .stat { text-align: center; }
    /* Smaller artist-card padding + tighter icons for narrow screens */
    .artist-card { padding: 14px 10px 44px; }
    .artist-card .stage-name { font-size: 14px; }
    .artist-card .tag { font-size: 10px; }
    .artist-card .handle { font-size: 10px; }
    .artist-card .bio { display: none; }
    .artist-card .number { font-size: 22px; top: 8px; right: 10px; }
    /* MIX: shrink chrome avatar-disc */
    .avatar-disc { width: 64px !important; height: 64px !important; margin: 6px auto 12px !important; }
    .avatar-disc .initials { font-size: 10px !important; }
    /* Union/Zoom: shrink PNG and SVG vinyls */
    .artist-card img.vinyl,
    .artist-card svg.vinyl {
      width: 92px !important; height: 92px !important;
      margin: 8px auto 6px !important;
    }
    .artists-grid.top5 .artist-card img.vinyl,
    .artists-grid.top5 .artist-card svg.vinyl {
      width: 110px !important; height: 110px !important;
      margin: 10px auto 0 !important;
    }
    /* Smaller crown + waveform on tiny screens */
    .artist-card .crown { width: 36px !important; height: 32px !important; top: 6px !important; right: 6px !important; }
    .artist-card .waveform { width: 22px !important; height: 8px !important; left: 8px !important; top: 8px !important; }
    /* Smaller arrow button */
    .artist-card .arrow-btn { width: 28px !important; height: 28px !important; bottom: 10px !important; left: 10px !important; }
    /* Compact badges */
    .badge { font-size: 9px !important; padding: 2px 5px !important; }
    .artist-card .badges { bottom: 12px !important; right: 12px !important; gap: 4px !important; }
    /* Section title tighter */
    .section-title { margin: 28px 0 18px !important; }
    .section-title h2 { font-size: clamp(20px, 5.5vw, 26px); }
  }

  /* Responsive */
  @media (max-width: 720px) {
    .hero { padding: 70px 0 50px; }
    .hero .stats { gap: 32px; }
    .section-title { margin: 60px 0 36px; }
  }

  /* ===== /clients/ brand-template overrides (carried over from Union deployment) ===== */

  /* Hide Bitrix-auto-rendered page-title H1 (body_content provides its own hero H1). */
  .union-content.inner-page-content > h1.text-center {
    display: none !important;
  }

  /* Top header bar: phone link white, location pin pink. */
  html body .header-info .header-city,
  html body .header-info .header-city a {
    color: var(--pink-light) !important;
  }
  html body .header-info .header-city .marker-img,
  html body .header-info .header-city i.fa {
    color: var(--pink-light) !important;
  }
  html body .header-info .head-phone,
  html body .header-info .head-phone a {
    color: #ffffff !important;
  }
  html body .header-info .head-phone a:hover {
    color: var(--pink-light) !important;
  }

  /* Top-level nav links white on dark bg; sub-items in dropdown stay dark on light dropdown panel. */
  html body .main-nav .nav-link,
  html body .main-nav .nav-link:visited,
  html body .main-nav .dropdown-mark {
    color: #ffffff !important;
  }
  html body .main-nav .nav-link:hover,
  html body .main-nav .nav-link:focus {
    color: var(--pink-light) !important;
  }
  html body .main-nav .dropdown-content a,
  html body .main-nav .dropdown-content a:visited,
  html body .main-nav .dropdown-content li {
    color: #1a1a1a !important;
  }
  html body .main-nav .dropdown-content a:hover,
  html body .main-nav .dropdown-content a:focus {
    color: var(--pink-deep) !important;
  }
  html body .main-nav .navbar-city,
  html body #navbar-collapse .navbar-city {
    color: var(--pink-light) !important;
  }

  /* Mobile hamburger icon (.header__burger) - three lines visible on dark bg. */
  html body .header__burger span,
  html body .header__burger span::before,
  html body .header__burger span::after,
  html body .header__burger::before,
  html body .header__burger::after {
    background-color: #ffffff !important;
    background: #ffffff !important;
  }

  /* "Open 24/7" label next to the hamburger. */
  html body .open24 {
    color: #ffffff !important;
  }

  /* User-requested spacing + sizing tweaks 2026-05-27 (ZOOM /clients/ only):
     larger section kickers and more breathing room before/after each section. */
  .section-title .kicker {
    font-size: 15px !important;
    letter-spacing: 4px !important;
  }
  .section-title {
    margin-top: 140px !important;
    margin-bottom: 60px !important;
  }
  /* Push the next section away from the description paragraph */
  .section-title p {
    margin-bottom: 32px !important;
  }
  @media (max-width: 768px) {
    .section-title .kicker {
      font-size: 13px !important;
      letter-spacing: 3px !important;
    }
    .section-title {
      margin-top: 70px !important;
      margin-bottom: 36px !important;
    }
    .section-title p {
      margin-bottom: 24px !important;
    }
  }

/* End */
/* /clients/inline_styles.css?177985599225304 */
