/**
 * FilmMerge — buyers.css
 * Page: /buyers/
 * Extracted from filmmerge-buyers.html.
 */

/* ── Hero ───────────────────────────────────────────────── */
.byr-hero { position: relative; padding: 100px 0 88px; background: var(--deep); overflow: hidden; border-bottom: 1px solid var(--border); }
.byr-hero__bg { position: absolute; inset: 0; background: radial-gradient(ellipse 65% 80% at 90% 55%, rgba(200,151,58,.08), transparent 65%), radial-gradient(ellipse 35% 50% at 5% 20%, rgba(200,151,58,.04), transparent 60%); pointer-events: none; }
.byr-hero__orb { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.byr-hero__orb--1 { width: 550px; height: 550px; background: rgba(200,151,58,.05); top: -180px; right: -120px; }
.byr-hero__orb--2 { width: 280px; height: 280px; background: rgba(200,151,58,.04); bottom: -80px; left: -60px; }
.byr-hero__inner { position: relative; z-index: 2; max-width: var(--max-width); margin: 0 auto; padding: 0 28px; display: grid; grid-template-columns: 1fr 440px; gap: 80px; align-items: center; }
.byr-hero__breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.75rem; color: var(--muted); margin-bottom: 22px; }
.byr-hero__breadcrumb a { color: var(--muted); transition: color var(--transition); }
.byr-hero__breadcrumb a:hover { color: var(--gold); }
.byr-hero h1 { font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 4.2rem); font-weight: 700; color: var(--white); line-height: 1.08; margin-bottom: 22px; }
.byr-hero h1 em { font-style: italic; color: var(--gold); }
.byr-hero__sub { font-size: 1.02rem; font-weight: 300; color: var(--muted); line-height: 1.85; margin-bottom: 36px; max-width: 520px; }
.byr-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.byr-hero__trust { display: flex; gap: 24px; flex-wrap: wrap; }
.byr-hero__trust-item { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; color: var(--muted); }
.byr-hero__trust-item i { color: var(--gold); font-size: 0.9rem; }
.byr-hero__card { background: linear-gradient(145deg, rgba(200,151,58,.1), rgba(200,151,58,.03)); border: 1px solid rgba(200,151,58,.2); border-radius: 20px; padding: 40px 36px; position: relative; overflow: hidden; }
.byr-hero__card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(200,151,58,.07), transparent 65%); pointer-events: none; }
.byr-hero__card-title { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; color: var(--white); margin-bottom: 20px; position: relative; }
.byr-hero__stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; position: relative; }
.byr-hero__stat { background: rgba(10,12,16,.5); border: 1px solid var(--border); border-radius: 10px; padding: 18px 16px; text-align: center; }
.byr-hero__stat strong { display: block; font-family: var(--serif); font-size: 1.9rem; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 4px; }
.byr-hero__stat span { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.byr-hero__card-note { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--border); font-size: 0.8rem; color: var(--muted); line-height: 1.65; position: relative; display: flex; gap: 8px; }
.byr-hero__card-note i { color: var(--gold); flex-shrink: 0; margin-top: 1px; }

/* ── Who we serve ────────────────────────────────────────── */
.byr-serve { background: var(--ink); }
.byr-serve__header { text-align: center; margin-bottom: 56px; }
.byr-serve__header h2 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--white); }
.byr-serve__header p { color: var(--muted); max-width: 520px; margin: 14px auto 0; line-height: 1.8; }
.byr-serve__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.byr-serve-card { background: var(--panel); border: 1px solid var(--border); border-radius: 14px; padding: 36px 28px; position: relative; overflow: hidden; transition: var(--transition); }
.byr-serve-card:hover { border-color: rgba(200,151,58,.25); transform: translateY(-4px); }
.byr-serve-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); }
.byr-serve-card__icon { width: 52px; height: 52px; background: rgba(200,151,58,.07); border: 1px solid rgba(200,151,58,.15); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--gold); margin-bottom: 20px; }
.byr-serve-card h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.byr-serve-card p { font-size: 0.86rem; color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.byr-serve-card__examples { display: flex; gap: 6px; flex-wrap: wrap; }
.byr-serve-card__tag { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(200,151,58,.07); color: var(--gold); border: 1px solid rgba(200,151,58,.15); padding: 3px 9px; border-radius: 100px; }

/* ── Why our catalog ─────────────────────────────────────── */
.byr-why { background: var(--deep); }
.byr-why__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.byr-why__text h2 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 24px; }
.byr-why__text h2 em { font-style: italic; color: var(--gold); }
.byr-why__text p { font-size: 0.92rem; color: var(--muted); line-height: 1.9; margin-bottom: 16px; }
.byr-why__points { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.byr-why__point { display: flex; align-items: flex-start; gap: 14px; padding: 16px 18px; background: var(--panel); border: 1px solid var(--border); border-radius: 10px; transition: border-color var(--transition); }
.byr-why__point:hover { border-color: rgba(200,151,58,.2); }
.byr-why__point i { font-size: 1.1rem; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.byr-why__point div strong { display: block; font-size: 0.88rem; font-weight: 600; color: var(--cream); margin-bottom: 2px; }
.byr-why__point div span { font-size: 0.81rem; color: var(--muted); line-height: 1.6; }
.byr-why__standards { background: var(--panel); border: 1px solid var(--border); border-radius: 18px; padding: 36px 32px; }
.byr-why__standards-title { font-family: var(--serif); font-size: 1.25rem; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.byr-why__standards-sub { font-size: 0.82rem; color: var(--muted); margin-bottom: 24px; line-height: 1.65; }
.byr-standard-row { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--border); }
.byr-standard-row:last-child { border-bottom: none; }
.byr-standard-row__label { font-size: 0.85rem; color: var(--cream); display: flex; align-items: center; gap: 10px; }
.byr-standard-row__label i { color: var(--gold); font-size: 1rem; }
.byr-standard-row__badge { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 10px; border-radius: 100px; }
.badge-green { background: rgba(42,157,92,.12); color: #4eca88; border: 1px solid rgba(42,157,92,.2); }
.badge-gold { background: rgba(200,151,58,.1); color: var(--gold); border: 1px solid rgba(200,151,58,.2); }

/* ── Licensing options ───────────────────────────────────── */
.byr-licensing { background: var(--ink); }
.byr-licensing__header { text-align: center; margin-bottom: 56px; }
.byr-licensing__header h2 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--white); }
.byr-licensing__header p { color: var(--muted); max-width: 500px; margin: 14px auto 0; }
.byr-licensing__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-bottom: 36px; }
.byr-lic-card { background: var(--panel); border: 1px solid var(--border); border-radius: 14px; padding: 36px 32px; transition: var(--transition); position: relative; overflow: hidden; }
.byr-lic-card:hover { border-color: rgba(200,151,58,.25); }
.byr-lic-card--featured { border-color: rgba(200,151,58,.3); background: linear-gradient(145deg, rgba(200,151,58,.07), var(--panel)); }
.byr-lic-card--featured::before { content: 'Most Popular'; position: absolute; top: 18px; right: 18px; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; background: var(--gold); color: var(--ink); padding: 4px 10px; border-radius: 100px; }
.byr-lic-card__icon { font-size: 1.8rem; color: var(--gold); margin-bottom: 16px; line-height: 1; }
.byr-lic-card__type { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.byr-lic-card h3 { font-family: var(--serif); font-size: 1.4rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.byr-lic-card p { font-size: 0.87rem; color: var(--muted); line-height: 1.8; margin-bottom: 20px; }
.byr-lic-card__list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.byr-lic-card__list li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.83rem; color: var(--muted); }
.byr-lic-card__list li i { color: var(--gold); flex-shrink: 0; font-size: 0.9rem; margin-top: 2px; }
.byr-licensing__note { text-align: center; background: var(--panel); border: 1px solid var(--border); border-radius: 12px; padding: 28px 36px; }
.byr-licensing__note p { font-size: 0.88rem; color: var(--muted); line-height: 1.75; }
.byr-licensing__note p strong { color: var(--cream); }

/* ── Process ─────────────────────────────────────────────── */
.byr-process { background: var(--deep); }
.byr-process__header { text-align: center; margin-bottom: 60px; }
.byr-process__header h2 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--white); }
.byr-process__header p { color: var(--muted); max-width: 480px; margin: 14px auto 0; }
.byr-process__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.byr-process__steps::before { content: ''; position: absolute; top: 28px; left: calc(12.5% + 14px); right: calc(12.5% + 14px); height: 1px; background: linear-gradient(90deg, var(--gold), rgba(200,151,58,.3), var(--gold)); pointer-events: none; }
.byr-step { text-align: center; padding: 0 20px; position: relative; z-index: 1; }
.byr-step__num { width: 56px; height: 56px; border-radius: 50%; background: var(--panel); border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 1.2rem; font-weight: 700; color: var(--gold); margin: 0 auto 18px; }
.byr-step h3 { font-family: var(--serif); font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.byr-step p { font-size: 0.82rem; color: var(--muted); line-height: 1.65; }

/* ── Catalog preview ─────────────────────────────────────── */
.byr-catalog { background: var(--ink); }
.byr-catalog__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; flex-wrap: wrap; }
.byr-catalog__header h2 { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; color: var(--white); }
.byr-catalog__header p { color: var(--muted); font-size: 0.88rem; margin-top: 8px; }
.byr-catalog__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 32px; }
.byr-film-card { background: var(--panel); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; cursor: pointer; transition: var(--transition); }
.byr-film-card:hover { border-color: rgba(200,151,58,.25); transform: translateY(-3px); }
.byr-film-card__poster { aspect-ratio: 2/3; background: var(--deep); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.byr-film-card__poster img { width: 100%; height: 100%; object-fit: cover; }
.byr-film-card__poster i { font-size: 2.5rem; color: rgba(200,151,58,.25); }
.byr-film-card__badge { position: absolute; top: 10px; left: 10px; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: rgba(200,151,58,.85); color: var(--ink); padding: 3px 9px; border-radius: 4px; }
.byr-film-card__body { padding: 14px; }
.byr-film-card__title { font-family: var(--serif); font-size: 0.95rem; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.byr-film-card__meta { font-size: 0.72rem; color: var(--muted); }
.byr-catalog__access { display: flex; align-items: center; justify-content: space-between; gap: 32px; background: var(--panel); border: 1px solid var(--border); border-radius: 12px; padding: 28px 36px; flex-wrap: wrap; }
.byr-catalog__access h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.byr-catalog__access p { font-size: 0.86rem; color: var(--muted); line-height: 1.7; max-width: 480px; }
.byr-catalog__access-btns { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }

/* ── Territories ─────────────────────────────────────────── */
.byr-territory { background: var(--deep); }
.byr-territory__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.byr-territory__text h2 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 24px; }
.byr-territory__text h2 em { font-style: italic; color: var(--gold); }
.byr-territory__text p { font-size: 0.92rem; color: var(--muted); line-height: 1.9; margin-bottom: 16px; }
.byr-territory__list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.byr-territory__list li { display: flex; align-items: center; gap: 10px; font-size: 0.86rem; color: var(--muted); }
.byr-territory__list li i { color: var(--gold); font-size: 0.9rem; }
.byr-regions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.byr-region { background: var(--panel); border: 1px solid var(--border); border-radius: 10px; padding: 18px 20px; transition: border-color var(--transition); }
.byr-region:hover { border-color: rgba(200,151,58,.2); }
.byr-region__flag { font-size: 1.4rem; margin-bottom: 8px; line-height: 1; }
.byr-region__name { font-size: 0.88rem; font-weight: 700; color: var(--cream); margin-bottom: 4px; }
.byr-region__detail { font-size: 0.78rem; color: var(--muted); line-height: 1.6; }

/* ── FAQ ─────────────────────────────────────────────────── */
.byr-faq { background: var(--ink); }
.byr-faq__header { text-align: center; margin-bottom: 52px; }
.byr-faq__header h2 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--white); }
.byr-faq__header p { color: var(--muted); max-width: 480px; margin: 12px auto 0; }
.byr-faq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.byr-faq-item { background: var(--panel); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.byr-faq-item__q { padding: 18px 20px; font-size: 0.9rem; font-weight: 600; color: var(--cream); cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px; transition: color var(--transition); user-select: none; }
.byr-faq-item__q:hover { color: var(--gold); }
.byr-faq-item__q i { font-size: 1rem; color: var(--gold); flex-shrink: 0; transition: transform var(--transition); }
.byr-faq-item.open .byr-faq-item__q i { transform: rotate(180deg); }
.byr-faq-item__a { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(.4,0,.2,1); }
.byr-faq-item.open .byr-faq-item__a { max-height: 300px; }
.byr-faq-item__a-inner { padding: 0 20px 18px; font-size: 0.86rem; color: var(--muted); line-height: 1.8; border-top: 1px solid var(--border); padding-top: 14px; }

/* ── Contact / inquiry ───────────────────────────────────── */
.byr-contact { background: var(--deep); }
.byr-contact__inner { display: grid; grid-template-columns: 1fr 480px; gap: 80px; align-items: start; }
.byr-contact__text h2 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 18px; }
.byr-contact__text h2 em { font-style: italic; color: var(--gold); }
.byr-contact__text p { font-size: 0.92rem; color: var(--muted); line-height: 1.9; margin-bottom: 14px; }
.byr-contact__info { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; }
.byr-contact__info-item { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; color: var(--muted); }
.byr-contact__info-item i { color: var(--gold); font-size: 1rem; }
.byr-form-card { background: var(--panel); border: 1px solid var(--border); border-radius: 16px; padding: 36px; }
.byr-form-card h3 { font-family: var(--serif); font-size: 1.4rem; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.byr-form-card__sub { font-size: 0.82rem; color: var(--muted); margin-bottom: 24px; line-height: 1.55; }
.byr-form-row { margin-bottom: 14px; }
.byr-form-row label { display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.byr-form-row input, .byr-form-row select, .byr-form-row textarea { width: 100%; background: var(--ink); border: 1px solid var(--border); border-radius: var(--radius); padding: 11px 14px; font-family: var(--sans); font-size: 0.88rem; color: var(--cream); outline: none; transition: border-color var(--transition); -webkit-appearance: none; }
.byr-form-row input:focus, .byr-form-row select:focus, .byr-form-row textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,151,58,.08); }
.byr-form-row select option { background: var(--panel); color: var(--cream); }
.byr-form-row textarea { resize: vertical; min-height: 100px; line-height: 1.6; }
.byr-form-row-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.byr-form-submit { width: 100%; justify-content: center; margin-top: 8px; }
.byr-form-note { font-size: 0.73rem; color: var(--muted); text-align: center; margin-top: 12px; line-height: 1.55; }
.byr-form-success { display: none; text-align: center; padding: 32px 16px; }
.byr-form-success i { font-size: 3rem; color: var(--green); display: block; margin-bottom: 16px; }
.byr-form-success h4 { font-family: var(--serif); font-size: 1.6rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.byr-form-success p { font-size: 0.88rem; color: var(--muted); line-height: 1.75; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .byr-hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .byr-why__inner { grid-template-columns: 1fr; gap: 48px; }
  .byr-territory__inner { grid-template-columns: 1fr; gap: 48px; }
  .byr-contact__inner { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 768px) {
  .byr-serve__grid { grid-template-columns: 1fr 1fr; }
  .byr-faq__grid { grid-template-columns: 1fr; }
  .byr-catalog__grid { grid-template-columns: 1fr 1fr; }
  .byr-regions { grid-template-columns: 1fr; }
  .byr-process__steps::before { display: none; }
  .byr-form-row-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .byr-serve__grid { grid-template-columns: 1fr; }
  .byr-catalog__grid { grid-template-columns: 1fr 1fr; }
  .byr-licensing__grid { grid-template-columns: 1fr; }
  .byr-process__steps { grid-template-columns: 1fr 1fr; }
}


/* ── Verified access ────────────────────────────────────── */
.byr-access { background: var(--ink); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.byr-access__inner { display:grid; grid-template-columns: minmax(0,1fr) minmax(340px,520px); gap: 28px; align-items: start; }
.byr-access__text h2 { font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 2.9rem); font-weight: 700; color: var(--white); margin: 10px 0 14px; line-height: 1.15; }
.byr-access__text p { color: var(--muted); line-height: 1.85; max-width: 58ch; }
.byr-access__chips { display:flex; flex-wrap:wrap; gap:10px; margin-top: 22px; }
.byr-access__chip { display:inline-flex; align-items:center; gap:8px; padding:10px 14px; border-radius:999px; background: rgba(200,151,58,.08); border:1px solid rgba(200,151,58,.16); color: var(--cream); font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.byr-access__chip i { color: var(--gold); font-size: .95rem; }
.byr-access__panel { background: linear-gradient(145deg, rgba(200,151,58,.08), var(--panel)); border:1px solid rgba(200,151,58,.18); border-radius: 18px; padding: 28px; }
.byr-access__kicker { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 14px; }
.byr-access__steps { display:grid; gap:14px; }
.byr-access-step { display:grid; grid-template-columns: 42px minmax(0,1fr); gap:14px; align-items:start; padding: 14px 0; border-top:1px solid rgba(255,255,255,.08); }
.byr-access-step:first-child { border-top: 0; padding-top: 0; }
.byr-access-step strong { width:42px; height:42px; border-radius:50%; display:flex; align-items:center; justify-content:center; background: rgba(200,151,58,.12); border:1px solid rgba(200,151,58,.24); color: var(--gold); font-family: var(--serif); font-size: 1.1rem; }
.byr-access-step h3 { font-family: var(--serif); font-size: 1.08rem; font-weight:700; color: var(--white); margin-bottom:6px; }
.byr-access-step p { color: var(--muted); font-size: .84rem; line-height: 1.75; }
.byr-access-step code { font-size: .76rem; color: var(--gold); background: rgba(255,255,255,.05); padding: 2px 6px; border-radius: 6px; }
.byr-access__actions { display:flex; flex-wrap:wrap; gap:12px; margin-top: 20px; }
.byr-form-card__login { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:12px 14px; border-radius: 12px; border:1px solid rgba(200,151,58,.14); background: rgba(200,151,58,.05); font-size: .78rem; color: var(--muted); margin-bottom: 18px; }
.byr-form-card__login a { color: var(--gold); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .72rem; }
@media (max-width: 1024px) { .byr-access__inner { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .byr-form-card__login { align-items:flex-start; flex-direction:column; } }
