/* =====================================================================
   Panel ile yönetilen bileşenler: duyuru şeridi, maç header bandı,
   Maç Merkezi, banner bağlantısı, çerez bildirimi.
   Tailwind'e bağlı DEĞİL (purge etkilemez) — sınıflar yalnız burada.
   ===================================================================== */
/* İkon fontu gelene kadar ligature adı ("chevron_left") yazı olarak genişlik kaplamasın → CLS yok */
.material-symbols-outlined { display: inline-block; width: 1em; min-width: 1em; overflow: hidden; }

html { scroll-padding-top: calc(7rem + var(--header-extra, 0px)); }
body > main { padding-top: var(--header-extra, 0px); }

.banner-link { display: block; }

/* ---- Duyuru şeridi (header içinde) ---- */
.header-bands { width: 100%; }
.promo-bar { position: relative; display: flex; align-items: center; justify-content: center; padding: 7px 44px; font-size: 13.5px; font-weight: 700; color: #fff; background: linear-gradient(90deg, #b3002d, #dd1936 50%, #b3002d); }
.promo-bar.promo-dark { background: linear-gradient(90deg, #0a2440, #12375f 50%, #0a2440); }
.promo-bar.promo-gold { background: linear-gradient(90deg, #f5b400, #ffd23f 50%, #f5b400); color: #1b1b1b; }
.promo-inner { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; text-align: center; line-height: 1.35; }
.promo-inner .material-symbols-outlined { font-size: 18px; }
.promo-link { color: inherit; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.promo-close { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background: transparent; border: 0; color: inherit; font-size: 22px; line-height: 1; cursor: pointer; opacity: .8; padding: 4px 8px; }
.promo-close:hover { opacity: 1; }

/* ---- Maç header bandı (referans: dbs_yeni match-banner) ---- */
.match-band { position: relative; overflow: hidden; color: #fff; background-color: #150a2e; background-image: linear-gradient(180deg, rgba(27, 10, 54, .72) 0%, rgba(27, 10, 54, .92) 100%), var(--mb-img, none); background-size: cover; background-position: center; max-height: 420px; transition: max-height .3s ease, opacity .25s ease; }
.match-band::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(70% 120% at 0% 0%, rgba(219, 39, 119, .38) 0%, rgba(219, 39, 119, 0) 60%), radial-gradient(70% 120% at 100% 100%, rgba(124, 58, 237, .45) 0%, rgba(124, 58, 237, 0) 60%); }
.mb-inner { position: relative; max-width: 1280px; margin: 0 auto; padding: 12px 16px 14px; }
.mb-text { margin: 0 0 8px; text-align: center; font-size: .86rem; font-weight: 800; line-height: 1.3; }
.mb-row { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 6px; max-width: 560px; margin: 0 auto; }
.mb-team { display: flex; flex-direction: column; align-items: center; gap: 4px; min-width: 0; text-align: center; }
.mb-team img { width: 46px; height: 46px; object-fit: contain; filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .5)); }
.mb-team i { width: 46px; height: 46px; font-size: .8rem; }
.mb-team i, .mc-c-team i, .mc-f-team i { display: inline-grid; place-items: center; border-radius: 50%; font-style: normal; font-weight: 900; color: #fff; }
.mb-name { font-size: .8rem; font-weight: 800; line-height: 1.15; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mb-mid { min-width: 0; text-align: center; }
.mb-count { display: flex; justify-content: center; gap: 2px; }
.mb-count[hidden] { display: none; }
.mb-count span { display: flex; flex-direction: column; align-items: center; min-width: 42px; }
.mb-count b { font-size: 1.6rem; font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; }
.mb-count small { margin-top: 4px; font-size: .56rem; font-weight: 800; letter-spacing: .04em; color: #e9d5ff; }
.mb-when { margin: 0; font-size: 1rem; font-weight: 800; white-space: nowrap; }
.mb-when[hidden], .mb-live[hidden] { display: none; }
.mb-live { display: inline-flex; align-items: center; gap: 6px; margin: 0; font-weight: 800; color: #fda4af; }
.mb-live::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; animation: mcPulse 1.4s ease-in-out infinite; }
.mb-cta { display: flex; align-items: center; justify-content: center; width: 100%; max-width: 560px; min-height: 48px; margin: 12px auto 0; border-radius: 999px; color: #fff !important; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; text-decoration: none; background: linear-gradient(90deg, #db2777 0%, #e11d48 100%); box-shadow: 0 8px 22px rgba(219, 39, 119, .38); transition: filter .15s, transform .15s; }
.mb-cta:hover { filter: brightness(1.07); transform: translateY(-1px); }
/* Sayfa aşağı kaydırılınca büyük bant kapanır (site-cms.js → body.bands-collapsed) */
body.bands-collapsed .match-band { max-height: 0; opacity: 0; }
@media (max-width: 767px) {
    .promo-bar { padding: 6px 36px 6px 12px; font-size: 12.5px; justify-content: flex-start; }
    .promo-inner { justify-content: flex-start; text-align: left; }
}
@media (max-width: 380px) {
    .mb-team img, .mb-team i { width: 38px; height: 38px; }
    .mb-name { font-size: .68rem; }
    .mb-count span { min-width: 33px; }
    .mb-count b { font-size: 1.25rem; }
    .mb-count small { font-size: .46rem; letter-spacing: 0; }
}
@media (min-width: 768px) {
    .mb-inner { padding-top: 14px; padding-bottom: 16px; }
    .mb-row { max-width: 680px; gap: 16px; }
    .mb-team img, .mb-team i { width: 56px; height: 56px; }
    .mb-name { font-size: .95rem; }
    .mb-count span { min-width: 58px; }
    .mb-count b { font-size: 2rem; }
    .mb-count small { font-size: .62rem; }
    .mb-cta { max-width: 380px; }
}

/* ---- Maç Merkezi (ana sayfa) ---- */
.mc-section { background: radial-gradient(1200px 400px at 50% -10%, rgba(0,212,255,.08), transparent 60%), #0a1726; padding: 48px 16px; }
.mc-wrap { max-width: 1280px; margin: 0 auto; }
.mc-head { text-align: center; margin-bottom: 26px; }
.mc-kicker { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #00d4ff; background: rgba(0,212,255,.1); border-radius: 999px; padding: 5px 12px; }
.mc-kicker .material-symbols-outlined { font-size: 16px; }
.mc-head h2 { color: #fff; font-size: clamp(24px, 3.2vw, 34px); font-weight: 900; margin: 12px 0 8px; }
.mc-head p { color: #a9b8ca; max-width: 720px; margin: 0 auto; font-size: 15px; line-height: 1.55; }
.mc-featured { border-radius: 20px; padding: 22px; margin-bottom: 18px; color: #fff; background: linear-gradient(135deg, #102c4d 0%, #0c1d33 45%, #3b0b1f 100%); border: 1px solid rgba(255,255,255,.1); box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.mc-f-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.mc-f-when { color: #b9c7d8; font-size: 14px; font-weight: 600; text-transform: capitalize; }
.mc-badge { display: inline-block; background: #ffd23f; color: #1b1b1b; font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; border-radius: 6px; padding: 4px 10px; }
.mc-badge.sm { font-size: 10.5px; padding: 2px 7px; }
.mc-f-teams { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; }
.mc-f-team { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; min-width: 0; }
.mc-f-team img { width: 72px; height: 72px; object-fit: contain; filter: drop-shadow(0 6px 14px rgba(0,0,0,.4)); }
.mc-f-team i { width: 72px; height: 72px; font-size: 18px; }
.mc-f-team strong { font-size: clamp(16px, 2.2vw, 22px); font-weight: 900; }
.mc-f-team small { color: #8ea3bd; font-size: 12px; }
.mc-f-mid { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.mc-f-label { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: #8ea3bd; font-weight: 800; }
.mc-f-count { font-variant-numeric: tabular-nums; font-size: clamp(22px, 3.6vw, 34px); font-weight: 900; letter-spacing: .02em; }
.mc-f-count.is-live, .mc-live { color: #ff4d6d; }
.mc-live { font-weight: 900; font-size: 22px; animation: mcPulse 1.4s ease-in-out infinite; }
@keyframes mcPulse { 50% { opacity: .45; } }
.mc-f-comp { font-size: 12.5px; color: #b9c7d8; }
.mc-f-cta { display: flex; flex-direction: column; align-items: center; gap: 6px; margin-top: 18px; }
.mc-sub { font-size: 12.5px; color: #a9b8ca; }
.mc-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #dd1936; color: #fff !important; font-weight: 800; border-radius: 10px; padding: 10px 18px; transition: background .15s, transform .15s; text-decoration: none; }
.mc-btn:hover { background: #b3002d; transform: translateY(-1px); }
.mc-btn-lg { font-size: 17px; padding: 14px 30px; border-radius: 12px; box-shadow: 0 10px 26px rgba(221,25,54,.35); }
.mc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; }
.mc-card { background: #0f2238; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 16px; display: flex; flex-direction: column; gap: 12px; color: #fff; transition: border-color .15s, transform .15s; }
.mc-card:hover { border-color: rgba(0,212,255,.35); transform: translateY(-2px); }
.mc-card.is-derby { border-color: rgba(255,210,63,.45); }
.mc-c-top { display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.mc-c-date { color: #a9b8ca; font-weight: 700; text-transform: capitalize; }
.mc-c-time { font-weight: 900; font-size: 16px; }
.mc-c-teams { display: flex; flex-direction: column; gap: 8px; }
.mc-c-team { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 15px; }
.mc-c-team img { width: 36px; height: 36px; object-fit: contain; }
.mc-c-team i { width: 36px; height: 36px; font-size: 10px; }
.mc-c-team small { color: #8ea3bd; font-weight: 600; margin-left: auto; }
.mc-c-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 12.5px; color: #a9b8ca; }
.mc-card .mc-btn { margin-top: auto; width: 100%; }
.mc-note { text-align: center; color: #7f93ab; font-size: 12.5px; margin: 18px 0 0; }
@media (max-width: 640px) {
    .mc-section { padding: 34px 14px; }
    .mc-featured { padding: 16px; border-radius: 16px; }
    .mc-f-team img, .mc-f-team i { width: 52px; height: 52px; }
    .mc-f-teams { gap: 6px; }
    .mc-btn-lg { width: 100%; font-size: 16px; padding: 13px 18px; }
    .mc-grid { grid-template-columns: 1fr; }
}

/* ---- Çerez bildirimi ---- */
.cookie-bar { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 120; max-width: 640px; margin: 0 auto; display: flex; gap: 14px; align-items: center; background: #0f2238; color: #d6e0ec; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 12px 14px; box-shadow: 0 16px 40px rgba(0,0,0,.4); font-size: 13px; }
.cookie-bar[hidden] { display: none; }
.cookie-bar p { margin: 0; flex: 1; line-height: 1.45; }
.cookie-bar a { color: #00d4ff; text-decoration: underline; }
.cookie-bar button { background: #dd1936; color: #fff; border: 0; border-radius: 8px; padding: 8px 16px; font-weight: 800; cursor: pointer; }
@media (max-width: 767px) { body:not(.no-sticky-bar) .cookie-bar { bottom: calc(4.5rem + 10px); } }

/* ---- Satın alma akışı: Cihaz Türü → Ödeme Planı (device-flow.js) ---- */
.device-modal__panel { max-height: calc(100dvh - 2rem); }
.device-modal__panel.is-plan { max-width: 580px; }
.device-step[hidden], .plan-city[hidden], .plan-hint[hidden] { display: none !important; }
.plan-back { display: inline-flex; align-items: center; gap: 6px; background: transparent; border: 0; color: #9fb3c7; font-weight: 700; font-size: 13px; cursor: pointer; padding: 4px 6px; margin: -4px 0 6px -6px; border-radius: 8px; }
.plan-back:hover { color: #fff; background: rgba(255,255,255,.06); }
.plan-back .material-symbols-outlined { font-size: 18px; }
.plan-icon { width: 56px; height: 56px; border-radius: 16px; margin: 0 auto 10px; display: grid; place-items: center; background: rgba(0,212,255,.1); color: #00d4ff; }
.plan-icon .material-symbols-outlined { font-size: 30px; }
[data-device-step="plan"] { max-width: 520px; margin: 0 auto; }
.plan-city { margin: 0 0 14px; }
.plan-city__label { display: block; color: #cdd8e6; font-size: 13px; font-weight: 700; margin: 0 0 6px; }
.plan-city select { width: 100%; height: 52px; border-radius: 12px; border: 1px solid rgba(255,255,255,.18); background: #0a1a2b; color: #fff; font: inherit; font-size: 16px; font-weight: 700; padding: 0 14px; appearance: auto; }
.plan-city select:focus { outline: none; border-color: #00d4ff; box-shadow: 0 0 0 3px rgba(0,212,255,.2); }
.plan-city select option { color: #111; background: #fff; }
.plan-hint { text-align: center; color: #9fb3c7; font-size: 14px; margin: 6px 0 0; line-height: 1.5; }
.plan-hint strong { color: #fff; }
.plan-hint a { color: #00d4ff; text-decoration: underline; }
.plan-list { display: flex; flex-direction: column; gap: 12px; }
.plan-package { color: #fff; font-weight: 800; font-size: 15px; margin: 2px 0 2px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.plan-option { position: relative; display: flex; align-items: center; gap: 14px; padding: 18px 16px; border-radius: 14px; border: 1.5px solid rgba(0,212,255,.45); background: linear-gradient(135deg, rgba(0,212,255,.08), rgba(0,212,255,.02)); color: #fff !important; text-decoration: none; transition: border-color .15s, transform .15s, background .15s; }
.plan-option:hover { border-color: #00d4ff; transform: translateY(-1px); background: rgba(0,212,255,.12); }
.plan-option--monthly { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.03); }
.plan-option__radio { width: 20px; height: 20px; flex: 0 0 20px; border-radius: 50%; border: 2px solid rgba(255,255,255,.45); }
.plan-option:hover .plan-option__radio { border-color: #00d4ff; box-shadow: inset 0 0 0 4px #0e2438, inset 0 0 0 10px #00d4ff; }
.plan-option__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.plan-option__title { font-weight: 800; font-size: 15px; }
.plan-option__prices { display: flex; align-items: baseline; gap: 4px; }
.plan-option__price { font-size: 24px; font-weight: 900; color: #00d4ff; }
.plan-option--monthly .plan-option__price { color: #fff; }
.plan-option__period { color: #9fb3c7; font-size: 13px; font-weight: 700; }
.plan-option__gift { color: #ffd23f; font-size: 12.5px; font-weight: 700; }
.plan-option__arrow { color: #9fb3c7; font-size: 22px; }
.plan-option:hover .plan-option__arrow { color: #fff; }
.plan-badge { position: absolute; top: -10px; right: 14px; background: #dd1936; color: #fff; font-size: 10.5px; font-weight: 900; letter-spacing: .05em; border-radius: 999px; padding: 3px 9px; }
.plan-badge--region { position: static; background: #ffd23f; color: #1b1b1b; }
@media (max-width: 640px) {
    .device-modal__panel { max-height: calc(100dvh - 1.5rem); }
    .plan-option { padding: 16px 14px; }
    .plan-option__price { font-size: 22px; }
}

/* =====================================================================
   Başvuru formu — kartsız, modern koyu tema (_BasvuruFormSection)
   Alanlar doğrudan sayfa zemininde; yumuşak cam dolgu + cyan odak.
   ===================================================================== */
.bf-section {
    background:
        radial-gradient(900px 420px at 50% 0%, rgba(0, 212, 255, .10), transparent 65%),
        radial-gradient(700px 380px at 100% 100%, rgba(221, 25, 54, .10), transparent 60%),
        #0a1522;
}
.bf-wrap { max-width: 560px; margin: 0 auto; padding: 0 16px; }
.bf-head { text-align: center; margin-bottom: 28px; }
.bf-kicker { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #00d4ff; background: rgba(0, 212, 255, .1); border: 1px solid rgba(0, 212, 255, .25); border-radius: 999px; padding: 5px 12px; }
.bf-kicker .material-symbols-outlined { font-size: 16px; }
.bf-title { color: #fff; font-size: clamp(26px, 5vw, 36px); font-weight: 900; letter-spacing: -.01em; line-height: 1.15; margin: 0 0 8px; }
.bf-sub { color: #9fb3c7; font-size: 15px; line-height: 1.55; margin: 0 auto; max-width: 440px; }

.bf-form { background: transparent; border: 0; box-shadow: none; padding: 0; }
.bf-form .form-section-head { border: 0; margin: 0 0 14px; padding: 0; }
.bf-form .form-section-head h3 { color: #fff; font-size: 18px; font-weight: 800; }
.bf-form label { color: #cddcec; font-size: 13.5px; font-weight: 700; letter-spacing: .01em; }
.bf-form .gov-req { color: #ff4d6d; margin-left: 2px; font-weight: 800; }

/* Alanlar: 56px yükseklik, cam dolgu, 16px yazı (iOS yakınlaştırmaz) */
.bf-form .corp-select {
    height: 56px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    transition: border-color .15s, background-color .15s, box-shadow .15s;
}
.bf-form select.corp-select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 44px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%238fb3d1' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
}
.bf-form .corp-select::placeholder { color: #6f86a0; font-weight: 500; }
.bf-form .corp-select:hover { border-color: rgba(255, 255, 255, .22); }
.bf-form .corp-select:focus { outline: none; border-color: #00d4ff; background-color: rgba(0, 212, 255, .06); box-shadow: 0 0 0 4px rgba(0, 212, 255, .15); }
.bf-form .corp-select:disabled { opacity: .55; cursor: not-allowed; }
.bf-form .corp-select option { background: #0c1927; color: #fff; }
.bf-form .border-error { border-color: #ff4d6d !important; box-shadow: 0 0 0 4px rgba(255, 77, 109, .15) !important; }

/* Seçim kartları: Cinsiyet + Ödeme türü */
.choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-option { position: relative; display: flex; align-items: center; gap: 10px; min-height: 56px; padding: 0 16px; border-radius: 14px; border: 1px solid rgba(255, 255, 255, .12); background: rgba(255, 255, 255, .045); color: #dbe7f3; font-weight: 700; cursor: pointer; user-select: none; transition: border-color .15s, background .15s, color .15s; }
.choice-option:hover { border-color: rgba(255, 255, 255, .24); }
.choice-option input[type="radio"] { appearance: none; -webkit-appearance: none; background: transparent !important; background-image: none !important; color: transparent; width: 20px; height: 20px; flex: 0 0 20px; margin: 0; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .35); transition: border-color .15s, box-shadow .15s; }
.choice-option input[type="radio"]:checked { border-color: #00d4ff; box-shadow: inset 0 0 0 4px #0a1522, inset 0 0 0 10px #00d4ff; }
.choice-option input[type="radio"]:focus-visible { outline: 2px solid #00d4ff; outline-offset: 2px; }
.choice-option.is-selected, .choice-option:has(input:checked) { border-color: #00d4ff; background: rgba(0, 212, 255, .08); color: #fff; }
.choice-option .text-body-md { color: inherit; }
.choice-option input:disabled + span { opacity: .5; }

/* Butonlar */
.bf-form .wizard-nav { margin-top: 6px; gap: 10px; }
.bf-form .corp-btn-primary { height: 56px; padding: 0 22px; border-radius: 14px; font-size: 16px; font-weight: 800; letter-spacing: .01em; background: linear-gradient(135deg, #ff3b5c 0%, #dd1936 100%); box-shadow: 0 12px 28px rgba(221, 25, 54, .35); }
.bf-form .corp-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 16px 32px rgba(221, 25, 54, .45); }
.bf-form .corp-btn-secondary { height: 56px; padding: 0 18px; border-radius: 14px; border: 1px solid rgba(255, 255, 255, .16); color: #cddcec; background: transparent; font-weight: 700; }
.bf-form .corp-btn-secondary:hover { background: rgba(255, 255, 255, .06); color: #fff; }

/* Adım göstergesi (masaüstü) */
.bf-form .wizard-step-dot { background: rgba(255, 255, 255, .08); color: #8ea3bd; }
.bf-form .wizard-step-dot.is-active, .bf-form .wizard-step-dot.is-done { background: #00d4ff; color: #062033; }
.bf-form .wizard-step-connector { background: rgba(255, 255, 255, .1); }
.bf-form .wizard-step-connector.is-done { background: #00d4ff; }

/* Paket detay kutusu */
.bf-form #campaign-details { background: rgba(0, 212, 255, .06) !important; border: 1px solid rgba(0, 212, 255, .25) !important; border-radius: 14px; padding: 16px; }
.bf-form #campaign-description { color: #fff !important; }
.bf-form #campaign-note, .bf-form #campaign-payment-note { color: #cddcec !important; }
.bf-form #campaign-payment-note-secondary { color: #ff8a9f !important; }
.bf-form #campaign-price, .bf-form #campaign-monthly { color: #00d4ff !important; }
.bf-form #campaign-details .text-on-surface-variant { color: #9fb3c7 !important; }

/* Başarı ekranı */
.bf-success-icon { width: 84px; height: 84px; margin: 0 auto 20px; border-radius: 50%; display: grid; place-items: center; background: rgba(16, 185, 129, .14); border: 1px solid rgba(52, 211, 153, .35); }
.bf-success-icon .material-symbols-outlined { font-size: 50px; color: #34d399; }
.bf-success-ref { padding: 16px; margin-bottom: 24px; border-radius: 14px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); }
.bf-success-ref #request-id { color: #00d4ff !important; }

@media (max-width: 767px) {
    .bf-head { margin-bottom: 22px; }
    .bf-sub { font-size: 14px; }
    .bf-form .form-section-head { display: none; }
}
