.brand-profile-page {
  --profile-accent: #f5d522;
  --profile-accent-ink: #101d31;
  --profile-accent-hover: #ffe447;
  --profile-shadow: #d8eaf6;
  --profile-line: rgba(16, 29, 49, .28);
}
.profile-selim {
  --profile-accent: #174a80;
  --profile-accent-ink: #fff;
  --profile-accent-hover: #215b96;
  --profile-shadow: #d7e7f4;
  --profile-line: rgba(255,255,255,.36);
}
.profile-best-trend-gaming {
  --profile-accent: #d3f877;
  --profile-accent-ink: #183742;
  --profile-accent-hover: #e0ff94;
  --profile-shadow: #dcefb1;
}
.profile-der-romeo {
  --profile-accent: #7a2d49;
  --profile-accent-ink: #fff;
  --profile-accent-hover: #91405c;
  --profile-shadow: #edd8e0;
  --profile-line: rgba(255,255,255,.36);
}
.profile-sobia-mohammed {
  --profile-accent: #765142;
  --profile-accent-ink: #fff;
  --profile-accent-hover: #8b6656;
  --profile-shadow: #e7ded7;
  --profile-line: rgba(255,255,255,.36);
}
.profile-haa-magazin {
  --profile-accent: #bc0f15;
  --profile-accent-ink: #fff;
  --profile-accent-hover: #d4252b;
  --profile-shadow: #f1d3d4;
  --profile-line: rgba(255,255,255,.36);
}
.profile-niroz-frame {
  --profile-accent: #2e5741;
  --profile-accent-ink: #fff;
  --profile-accent-hover: #3f6d54;
  --profile-shadow: #d7e5dc;
  --profile-line: rgba(255,255,255,.36);
}
.profile-selim-frame {
  --profile-accent: #3974aa;
  --profile-accent-ink: #fff;
  --profile-accent-hover: #4d89bf;
  --profile-shadow: #d7e8f6;
  --profile-line: rgba(255,255,255,.36);
}
.profile-yalla-gang {
  --profile-accent: #103b69;
  --profile-accent-ink: #fff;
  --profile-accent-hover: #1d4d7e;
  --profile-shadow: #d3e2ef;
  --profile-line: rgba(255,255,255,.36);
}
.profile-swipe-musik {
  --profile-accent: #1c5f8a;
  --profile-accent-ink: #fff;
  --profile-accent-hover: #2b739f;
  --profile-shadow: #d5e7f2;
  --profile-line: rgba(255,255,255,.36);
}
.btv-profile-hero {
  position: relative;
  overflow: hidden;
  padding: 46px 0 58px;
  background: #fff;
  color: var(--ink);
}
.btv-profile-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -360px;
  right: -105px;
  width: 720px;
  height: 720px;
  border: 92px solid #edf5fa;
  border-radius: 50%;
  pointer-events: none;
}
.btv-profile-hero .wrap { position: relative; z-index: 1; }
.btv-back {
  display: inline-flex;
  margin-bottom: 30px;
  color: #4f6578;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .2s ease;
}
.btv-back:hover { color: var(--blue); }
.btv-profile-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  gap: clamp(58px, 8vw, 118px);
  align-items: center;
}
.btv-profile-copy > .eyebrow,
.btv-reach-column > .eyebrow,
.btv-platform-section .eyebrow,
.btv-brand-note .eyebrow { color: var(--blue); }
.btv-profile-logo {
  display: grid;
  width: min(100%, 540px);
  min-height: 190px;
  place-items: center;
  margin: 24px 0 31px;
  padding: 34px 38px;
  background: #f5d522;
  box-shadow: 0 15px 36px rgba(16, 44, 80, .08);
}
.btv-profile-logo img { display: block; width: 100%; max-height: 145px; height: auto; object-fit: contain; }
.btv-profile-wordmark { display: grid; place-items: center; color: #205387; line-height: 1; text-align: center; }
.btv-profile-wordmark strong { font-size: clamp(3.3rem, 6vw, 5.6rem); letter-spacing: .07em; }
.btv-profile-wordmark small { margin-top: 12px; font-size: 15px; font-weight: 800; letter-spacing: .52em; text-indent: .52em; }
.profile-selim .btv-profile-logo { background: #edf4fa; }
.profile-best-trend-gaming .btv-profile-logo { background: #183742; }
.profile-der-romeo .btv-profile-logo { background: #eedee3; }
.profile-sobia-mohammed .btv-profile-logo { background: #765142; }
.profile-haa-magazin .btv-profile-logo { background: #bc0f15; }
.profile-niroz-frame .btv-profile-logo { background: #2e5741; }
.profile-selim-frame .btv-profile-logo { background: #dceaf7; }
.profile-yalla-gang .btv-profile-logo { background: #103b69; }
.profile-yalla-gang .btv-profile-wordmark { color: #fff; }
.profile-swipe-musik .btv-profile-logo { background: #172f55; }
.btv-profile-copy h1 {
  max-width: 750px;
  margin: 0;
  font: 400 clamp(3.2rem, 5vw, 5.7rem)/.98 Georgia, "Times New Roman", serif;
  letter-spacing: -.05em;
}
.btv-profile-copy > p:last-child {
  max-width: 620px;
  margin: 27px 0 0;
  color: #536a7f;
  font-size: 18px;
  line-height: 1.65;
}
.btv-reach-column { padding-top: 32px; }
.btv-reach-column > .eyebrow { margin: 0 0 34px 18px; letter-spacing: .28em; }
.btv-total-panel {
  position: relative;
  padding: 42px 40px 33px;
  background: var(--profile-accent);
  color: var(--profile-accent-ink);
  box-shadow: 18px 18px 0 var(--profile-shadow);
}
.btv-total-panel > span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.btv-total-panel strong {
  display: flex;
  align-items: baseline;
  gap: .18em;
  margin-top: 24px;
  font: 400 clamp(3rem, 4.7vw, 5.15rem)/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.055em;
  white-space: nowrap;
}
.btv-total-panel strong span { font-size: .32em; font-weight: 700; letter-spacing: 0; }
.btv-total-panel p { margin: 19px 0 31px; font-size: 17px; line-height: 1.5; }
.btv-total-panel small {
  display: block;
  border-top: 1px solid var(--profile-line);
  padding-top: 20px;
  font-size: 12px;
  line-height: 1.45;
}
.btv-proof-row {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: clamp(38px, 7vw, 94px);
  width: fit-content;
  max-width: 100%;
  margin-top: 58px;
  border-top: 4px solid var(--blue);
  padding-top: 32px;
}
.btv-proof-row > div {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #405b73;
  font-size: 14px;
  line-height: 1.4;
}
.btv-proof-row svg {
  width: 34px;
  height: 34px;
  flex: none;
  fill: none;
  stroke: #0878d1;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.btv-platform-section { padding-block: 74px 82px; background: #eef6fb; }
.btv-section-heading { max-width: 900px; margin-bottom: 43px; }
.btv-section-heading h2 {
  margin: 21px 0 17px;
  font: 400 clamp(2.7rem, 4.1vw, 4.5rem)/1.06 Georgia, "Times New Roman", serif;
  letter-spacing: -.04em;
}
.btv-section-heading > p:last-child { margin: 0; color: #50677b; font-size: 17px; line-height: 1.65; }
.btv-channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.btv-channel-grid.btv-count-1 { grid-template-columns: minmax(260px, 310px); }
.btv-channel-grid.btv-count-2 { grid-template-columns: repeat(2, minmax(260px, 310px)); }
.btv-channel-grid.btv-count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.btv-channel-card {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  border: 1px solid #ccdce8;
  padding: 25px 25px 22px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 22px rgba(16, 44, 80, .025);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btv-channel-card:hover {
  transform: translateY(-5px);
  border-color: #a9c6dc;
  box-shadow: 0 19px 38px rgba(16, 44, 80, .1);
}
.btv-channel-card.is-unlinked { border-style: dashed; background: rgba(255,255,255,.64); box-shadow: none; }
.btv-channel-card.is-unlinked:hover { transform: none; border-color: #ccdce8; box-shadow: none; }
.btv-channel-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--channel, var(--blue));
  color: #fff;
}
.btv-channel-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.btv-channel-icon .icon-fill { fill: currentColor; stroke: none; }
.btv-channel-icon .icon-cut { fill: #fff; stroke: none; }
.btv-channel-name {
  display: block;
  margin-bottom: 12px;
  font: 400 28px/1.15 Georgia, "Times New Roman", serif;
}
.btv-channel-account {
  display: block;
  min-height: 20px;
  margin: -5px 0 13px;
  color: #667b8d;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.btv-channel-count {
  display: block;
  color: #0878d1;
  font-size: clamp(1.7rem, 2.2vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -.035em;
}
.btv-channel-count.is-missing { color: #667b8d; font-size: 1.15rem; letter-spacing: 0; }
.btv-channel-unit { display: block; margin-top: 4px; color: #597084; font-size: 13px; }
.btv-channel-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  border-top: 1px solid #dce6ed;
  padding-top: 17px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}
.btv-channel-link span { color: #0878d1; font-size: 21px; font-weight: 400; line-height: 1; }
.btv-channel-card.is-unlinked .btv-channel-link { color: #667b8d; font-weight: 700; }
.btv-channel-instagram { --channel: linear-gradient(135deg, #e2428d, #a832a0); }
.btv-channel-facebook { --channel: #1877f2; }
.btv-channel-tiktok { --channel: #101010; }
.btv-channel-youtube { --channel: #f20f17; }
.btv-channel-threads { --channel: #101010; }
.btv-channel-whatsapp { --channel: #21bd66; }
.btv-channel-snapchat { --channel: #ffed00; }
.btv-channel-pinterest { --channel: #e60023; }
.btv-channel-snapchat .btv-channel-icon { color: #111; }
.btv-brand-note { padding: 83px 0 88px; background: #fff; }
.btv-brand-note > .wrap > .eyebrow { margin-bottom: 26px; }
.btv-brand-note-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .84fr);
  gap: clamp(56px, 8vw, 118px);
  align-items: center;
}
.btv-brand-note h2 {
  margin: 0;
  font: 400 clamp(2.65rem, 4.3vw, 4.75rem)/1.04 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
}
.btv-brand-note-grid > p {
  margin: 0;
  border-left: 1px solid #bed0dd;
  padding: 8px 0 8px clamp(34px, 5vw, 58px);
  color: #475f74;
  font-size: 17px;
  line-height: 1.75;
}
.btv-cta {
  position: relative;
  overflow: hidden;
  padding: 55px 0 58px;
  background: #0d3c68;
  color: #fff;
}
.btv-cta::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -260px;
  width: 530px;
  height: 530px;
  border: 72px solid rgba(130, 187, 227, .11);
  border-radius: 50%;
  pointer-events: none;
}
.btv-cta .wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
}
.btv-cta .eyebrow { color: #b2daf5; }
.btv-cta h2 {
  margin: 18px 0 12px;
  color: #fff;
  font: 400 clamp(2.6rem, 4vw, 4.35rem)/1.05 Georgia, "Times New Roman", serif;
  letter-spacing: -.04em;
}
.btv-cta div > p:last-child { margin: 0; color: #dceaf4; font-size: 17px; line-height: 1.6; }
.btv-cta-button {
  display: inline-flex;
  min-width: 280px;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 20px 29px;
  background: var(--profile-accent);
  color: var(--profile-accent-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  transition: transform .2s ease, background .2s ease;
}
.btv-cta-button:hover { transform: translateY(-3px); background: var(--profile-accent-hover); }
.btv-cta-button span { font-size: 22px; font-weight: 400; }
@media (max-width: 1080px) {
  .btv-profile-hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: 45px; }
  .btv-profile-logo { padding: 29px 31px; }
  .btv-channel-grid,
  .btv-channel-grid.btv-count-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  .btv-profile-hero { padding: 34px 0 50px; }
  .btv-profile-hero::before { top: -255px; right: -250px; width: 520px; height: 520px; border-width: 62px; }
  .btv-profile-hero-grid, .btv-brand-note-grid { grid-template-columns: 1fr; }
  .btv-reach-column { max-width: 580px; padding-top: 6px; }
  .btv-reach-column > .eyebrow { margin-left: 0; }
  .btv-proof-row { grid-template-columns: 1fr; width: 100%; gap: 18px; margin-top: 48px; border-top-width: 3px; }
  .btv-brand-note-grid { gap: 34px; }
  .btv-brand-note-grid > p { border-top: 1px solid #bed0dd; border-left: 0; padding: 28px 0 0; }
  .btv-cta .wrap { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .btv-profile-hero { padding-bottom: 43px; }
  .btv-back { margin-bottom: 26px; }
  .btv-profile-logo { margin: 18px 0 25px; padding: 21px 22px; }
  .btv-profile-copy h1 { font-size: 2.85rem; }
  .btv-profile-copy > p:last-child { margin-top: 21px; font-size: 16px; }
  .btv-reach-column > .eyebrow { margin-bottom: 21px; }
  .btv-total-panel { padding: 29px 24px 25px; box-shadow: 10px 10px 0 var(--profile-shadow); }
  .btv-total-panel strong { font-size: 2.55rem; }
  .btv-total-panel p { font-size: 15px; }
  .btv-proof-row { margin-top: 42px; padding-top: 25px; }
  .btv-platform-section { padding-block: 56px; }
  .btv-section-heading { margin-bottom: 31px; }
  .btv-section-heading h2 { font-size: 2.55rem; }
  .btv-section-heading > p:last-child { font-size: 16px; }
  .btv-channel-grid,
  .btv-channel-grid.btv-count-1,
  .btv-channel-grid.btv-count-2,
  .btv-channel-grid.btv-count-3 { grid-template-columns: 1fr; gap: 13px; }
  .btv-channel-card { min-height: 285px; }
  .btv-brand-note { padding: 58px 0 61px; }
  .btv-brand-note h2 { font-size: 2.65rem; }
  .btv-brand-note-grid > p { font-size: 16px; }
  .btv-cta { padding: 50px 0 54px; }
  .btv-cta h2 { font-size: 2.65rem; }
  .btv-cta-button { width: 100%; min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .btv-back, .btv-channel-card, .btv-cta-button { transition: none; }
}
