/* ============================================================
   BoostYourCampaign — site stylesheet (Direction E design language)
   Dark navy, coral->orange->amber gradient accents, Inter.
   Scoped under .byc so it never leaks into the canvas chrome.
   ============================================================ */

.byc {
  --bg: #0A1428;
  --bg-2: #0E1B30;
  --panel: #142037;
  --panel-2: #1A2A45;
  --navy: #0A1428;
  --navy-2: #142037;
  --navy-3: #1F2D45;
  --slate: rgba(255,255,255,0.78);
  --muted: rgba(255,255,255,0.56);
  --dim: rgba(255,255,255,0.32);
  --line: rgba(255,255,255,0.12);
  --line-strong: rgba(255,255,255,0.22);
  --on-dark: #FFFFFF;
  --on-dark-2: rgba(255,255,255,0.78);
  --on-dark-muted: rgba(255,255,255,0.56);
  --orange: #FF8A4C;
  --orange-deep: #D85A24;
  --coral: #F0707E;
  --amber: #FFB948;
  --orange-soft: rgba(255,138,76,0.16);
  --warm-grad: linear-gradient(90deg, #F0707E 0%, #FF8A4C 50%, #FFB948 100%);
  --success: #4ADE80;
  --success-soft: rgba(74,222,128,0.16);

  background: var(--bg);
  color: #fff;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.005em;
  min-height: 100%;
}
.byc *, .byc *::before, .byc *::after { box-sizing: border-box; }
.byc a { color: inherit; text-decoration: none; }
.byc button { font: inherit; }
.byc img, .byc svg { display: block; max-width: 100%; }

.byc .accent-grad {
  background: var(--warm-grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  display: inline-block;
}
.byc .label { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); }
.byc h1, .byc h2, .byc h3, .byc h4, .byc h5 { margin: 0; letter-spacing: -0.025em; line-height: 1.1; }
.byc p { margin: 0; }
.byc .wrap { max-width: 1320px; margin: 0 auto; padding-left: 56px; padding-right: 56px; }

/* --- Nav --- */
.byc-nav { background: rgba(10,20,40,0.92); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; backdrop-filter: blur(10px); }
.byc-nav-top { border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.02); }
.byc-nav-top-inner { max-width: 1320px; margin: 0 auto; padding: 9px 56px; display: flex; align-items: center; gap: 18px; font-size: 12px; }
.byc-nav-top .since { color: var(--slate); font-weight: 600; letter-spacing: 0.04em; }
.byc-nav-top .since strong { color: #fff; font-weight: 700; }
.byc-nav-top .stars { color: var(--orange); letter-spacing: 0.12em; font-size: 13px; }
.byc-nav-top .rev { color: var(--slate); }
.byc-nav-top .rev strong { color: #fff; font-weight: 700; }
.byc-nav-main { max-width: 1320px; margin: 0 auto; padding: 18px 56px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.byc-logo { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 22px; letter-spacing: -0.025em; color: #fff; }
.byc-logo .mark { width: 36px; height: 36px; border-radius: 9px; background: #fff; position: relative; display: grid; place-items: center; flex-shrink: 0; }
.byc-logo .mark::before { content: ''; width: 16px; height: 16px; background: var(--warm-grad); border-radius: 4px; }
.byc-logo-img { height: 34px; width: auto; flex-shrink: 0; }
.byc-nav-links { display: flex; gap: 26px; align-items: center; }
.byc-nav-links a { font-size: 13.5px; font-weight: 600; color: var(--slate); letter-spacing: 0.04em; transition: color .15s; white-space: nowrap; }
.byc-nav-links a:hover { color: var(--orange); }
.byc-nav-links a.active { color: #fff; }
.byc .byc-nav-cta { background: var(--warm-grad); color: var(--navy); padding: 13px 22px; border-radius: 999px; font-size: 13.5px; font-weight: 800; display: inline-flex; align-items: center; gap: 10px; transition: filter .2s; letter-spacing: 0.02em; white-space: nowrap; }
.byc .byc-nav-cta:hover { filter: brightness(1.08); }
.byc-burger { display: none; }
.byc-nav-mobile { display: none; }

/* --- Buttons --- */
.byc .btn-primary { background: var(--warm-grad); color: var(--navy); padding: 18px 28px; border-radius: 12px; font-weight: 700; font-size: 16px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; transition: filter .2s; letter-spacing: 0.01em; border: 0; cursor: pointer; }
.byc .btn-primary:hover { filter: brightness(1.08); }
.byc .btn-primary .arrow { transition: transform .2s; display: inline-flex; }
.byc .btn-primary:hover .arrow { transform: translateX(3px); }
.byc .btn-ghost { color: #fff; padding: 16px 24px; font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line-strong); border-radius: 12px; background: transparent; cursor: pointer; transition: border-color .2s; }
.byc .btn-ghost:hover { border-color: #fff; }

/* --- Page header band (sub-pages) --- */
.byc-phead { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.byc-phead::before { content: ''; position: absolute; top: -240px; left: 60%; width: 760px; height: 760px; border-radius: 50%; background: radial-gradient(circle, rgba(255,138,76,0.16), transparent 62%); pointer-events: none; }
.byc-phead-inner { max-width: 1320px; margin: 0 auto; padding: 84px 56px 76px; position: relative; }

/* --- Section frame --- */
.byc-section { max-width: 1320px; margin: 0 auto; padding: 104px 56px; }
.byc-section.tight { padding: 72px 56px; }
.byc-section-head { display: flex; justify-content: space-between; align-items: end; gap: 64px; margin-bottom: 56px; }
.byc-section-head h2 { font-size: 48px; font-weight: 700; letter-spacing: -0.03em; max-width: 760px; }
.byc-section-head .lead { font-size: 18px; color: var(--slate); max-width: 420px; line-height: 1.55; }
.byc-h2 { font-size: 48px; font-weight: 700; letter-spacing: -0.03em; }

/* --- Stats --- */
.byc-stats { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.byc-stats-row { max-width: 1200px; margin: 0 auto; padding: 64px 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.byc-stats-row .item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 24px; }
.byc-stats-row .item:not(:last-child) { border-right: 1px solid var(--line); }
.byc-stats-row .num { font-size: 50px; font-weight: 800; letter-spacing: -0.035em; line-height: 1; color: var(--orange); white-space: nowrap; }
.byc-stats-row .lbl { font-size: 18px; font-weight: 700; color: #fff; margin-top: 14px; letter-spacing: -0.01em; }
.byc-stats-row .desc { font-size: 14px; color: var(--muted); margin-top: 8px; max-width: 240px; line-height: 1.5; }

/* --- Generic card grid --- */
.byc-cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.byc-cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.byc-card { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 38px 34px; display: flex; flex-direction: column; gap: 16px; transition: transform .2s, border-color .2s; }
.byc-card:hover { transform: translateY(-3px); border-color: var(--line-strong); }
.byc-card .icon { width: 56px; height: 56px; border-radius: 14px; background: var(--orange-soft); color: var(--orange); display: grid; place-items: center; }
.byc-card .icon svg { width: 26px; height: 26px; }
.byc-card h4 { font-size: 22px; font-weight: 700; letter-spacing: -0.015em; }
.byc-card p { font-size: 16px; color: var(--slate); line-height: 1.6; }
.byc-card.feature { background: var(--navy); border-color: #fff; }
.byc-card.feature .icon { background: var(--warm-grad); color: #fff; }

/* --- Forms --- */
.byc-form { display: flex; flex-direction: column; gap: 18px; }
.byc-field { display: flex; flex-direction: column; gap: 9px; }
.byc-field label { font-size: 13px; font-weight: 700; color: #fff; letter-spacing: 0.02em; }
.byc-field label .req { color: var(--orange); margin-left: 3px; }
.byc-field input,
.byc-field select,
.byc-field textarea {
  width: 100%; background: var(--bg); border: 1px solid var(--line-strong); border-radius: 11px;
  padding: 15px 16px; font-size: 15px; color: #fff; font-family: inherit; outline: none;
  transition: border-color .18s, box-shadow .18s;
}
.byc-field textarea { resize: vertical; min-height: 120px; line-height: 1.55; }
.byc-field input::placeholder, .byc-field textarea::placeholder { color: var(--dim); }
.byc-field select { appearance: none; -webkit-appearance: none; cursor: pointer; color: var(--slate);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23FF8A4C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; padding-right: 42px; }
.byc-field input:focus, .byc-field select:focus, .byc-field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-soft); }
.byc-field.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.byc-form .grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.byc-form-note { font-size: 13px; color: var(--muted); text-align: center; line-height: 1.5; }
.byc-form-ok { background: var(--success-soft); border: 1px solid rgba(74,222,128,0.35); color: var(--success); border-radius: 12px; padding: 18px 20px; font-size: 15px; font-weight: 600; display: flex; align-items: center; gap: 12px; }

/* form card */
.byc-formcard { background: var(--panel); border: 1px solid var(--line-strong); border-radius: 22px; padding: 40px 38px; box-shadow: 0 32px 80px rgba(0,0,0,0.4); }
.byc-formcard .fc-head { display: flex; flex-direction: column; gap: 8px; margin-bottom: 26px; }
.byc-formcard .fc-head h3 { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; }
.byc-formcard .fc-head p { font-size: 15px; color: var(--slate); }
.byc-avail { display: inline-flex; align-items: center; gap: 9px; padding: 8px 14px; border-radius: 999px; background: var(--orange-soft); border: 1px solid rgba(255,138,76,0.25); font-size: 12.5px; font-weight: 700; color: var(--orange); letter-spacing: 0.02em; }
.byc-avail .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(74,222,128,0.2); }

/* trust row */
.byc-trust { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.byc-trust .avs { display: flex; }
.byc-trust .avs > * { margin-right: -10px; border: 2.5px solid var(--bg); border-radius: 50%; }
.byc-trust .text { font-size: 14px; color: var(--slate); }
.byc-trust .text strong { color: #fff; font-weight: 700; }
.byc-trust .text .stars { display: inline-flex; gap: 2px; color: var(--orange); font-size: 14px; line-height: 1; margin-bottom: 5px; }

/* steps (what happens next) */
.byc-steps { display: flex; flex-direction: column; gap: 22px; }
.byc-step { display: flex; gap: 18px; align-items: flex-start; }
.byc-step .n { width: 40px; height: 40px; border-radius: 50%; background: var(--navy-3); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 15px; flex-shrink: 0; }
.byc-step:first-child .n { background: var(--warm-grad); color: var(--navy); }
.byc-step .body h5 { font-size: 17px; font-weight: 700; margin: 0 0 4px; }
.byc-step .body p { font-size: 14.5px; color: var(--slate); line-height: 1.55; }

/* --- Testimonials --- */
.byc-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.byc-testi-card { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 32px 30px; display: flex; flex-direction: column; gap: 20px; }
.byc-testi-card .top { display: flex; justify-content: space-between; align-items: center; }
.byc-testi-card .stars { color: var(--orange); font-size: 15px; letter-spacing: 0.18em; }
.byc-testi-card .raised-pill { padding: 5px 12px; border-radius: 999px; background: var(--success-soft); color: var(--success); font-size: 12px; font-weight: 700; letter-spacing: 0.04em; }
.byc-testi-card blockquote { font-size: 16px; line-height: 1.55; color: #fff; font-weight: 500; margin: 0; }
.byc-testi-card .creator { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.byc-testi-card .creator .meta .name { font-size: 15px; font-weight: 700; color: #fff; }
.byc-testi-card .creator .meta .role { font-size: 13px; color: var(--muted); margin-top: 2px; }

/* --- Accordion (FAQ) --- */
.byc-acc { display: flex; flex-direction: column; gap: 14px; }
.byc-acc-item { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: border-color .2s; }
.byc-acc-item.open { border-color: var(--line-strong); }
.byc-acc-q { width: 100%; text-align: left; background: transparent; border: 0; color: #fff; padding: 26px 30px; font-size: 19px; font-weight: 700; letter-spacing: -0.015em; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.byc-acc-q .ico { width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; transition: transform .25s, background .2s, color .2s; color: var(--orange); }
.byc-acc-item.open .byc-acc-q .ico { transform: rotate(45deg); background: var(--warm-grad); color: var(--navy); border-color: transparent; }
.byc-acc-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.byc-acc-a-inner { padding: 0 30px 28px; font-size: 16px; color: var(--slate); line-height: 1.7; }

/* --- Final CTA --- */
.byc-final { background: var(--navy); color: var(--on-dark); padding: 104px 0; position: relative; overflow: hidden; }
.byc-final::before { content: ''; position: absolute; top: -200px; left: 50%; transform: translateX(-50%); width: 720px; height: 720px; border-radius: 50%; background: radial-gradient(circle, rgba(255,138,76,0.18), transparent 60%); pointer-events: none; }
.byc-final-inner { max-width: 980px; margin: 0 auto; padding: 0 56px; text-align: center; position: relative; }
.byc-final h2 { font-size: 60px; font-weight: 700; letter-spacing: -0.035em; line-height: 1.04; margin: 22px 0 26px; color: #fff; }
.byc-final .lead { font-size: 19px; color: var(--on-dark-2); max-width: 620px; margin: 0 auto 40px; line-height: 1.55; }
.byc-final-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.byc .byc-final-primary { background: #fff; color: var(--navy); padding: 18px 32px; border-radius: 12px; font-weight: 700; font-size: 16px; display: inline-flex; align-items: center; gap: 12px; transition: background .2s, color .2s; }
.byc .byc-final-primary:hover { background: var(--orange); color: #fff; }

/* --- Footer --- */
/* Light footer (matches the homepage), used on all inner pages */
.byc-footer { background: #FAF6EF; color: #2D3B54; padding: 76px 0 28px; border-top: 1px solid rgba(10,20,40,0.10); }
.byc-footer-inner { max-width: 1320px; margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 56px; }
.byc-footer .logo { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 22px; color: #0A1428; }
.byc-footer .logo .mark { width: 36px; height: 36px; border-radius: 9px; background: #0A1428; position: relative; display: grid; place-items: center; }
.byc-footer .logo .mark::before { content: ''; width: 16px; height: 16px; background: var(--warm-grad); border-radius: 4px; }
.byc-footer .logo .byc-logo-img { height: 34px; width: auto; }
.byc-footer .blurb { font-size: 15px; color: #2D3B54; max-width: 340px; margin: 22px 0 24px; line-height: 1.65; }
.byc-footer .socials { display: flex; gap: 10px; }
.byc-footer .socials a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(10,20,40,0.18); display: grid; place-items: center; color: #5C6678; transition: color .2s, border-color .2s; }
.byc-footer .socials a:hover { color: #D85A24; border-color: #D85A24; }
.byc-footer h5 { color: #0A1428; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 18px; font-weight: 700; }
.byc-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; font-size: 14px; color: #2D3B54; }
.byc-footer ul a { color: #2D3B54; }
.byc-footer ul a:hover { color: #0A1428; }
.byc-footer-bot { margin-top: 56px; padding: 28px 56px 0; max-width: 1320px; margin-left: auto; margin-right: auto; border-top: 1px solid rgba(10,20,40,0.10); display: flex; justify-content: space-between; gap: 24px; font-size: 13px; color: #5C6678; flex-wrap: wrap; }

/* --- Exit-intent popup --- */
.byc-pop-overlay { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px;
  background: rgba(5,10,22,0.72); backdrop-filter: blur(6px); animation: bycPopOverlayIn .28s ease both; }
@keyframes bycPopOverlayIn { from { opacity: 0; } to { opacity: 1; } }
.byc-cpop { position: relative; width: min(520px, 100%); background: var(--bg-2); border: 1px solid var(--line-strong); border-radius: 22px; padding: 40px 38px; box-shadow: 0 40px 120px rgba(0,0,0,0.6); animation: bycPopCardIn .32s cubic-bezier(.2,.7,.3,1) both; }
.byc-cpop h3 { font-size: 28px; font-weight: 800; letter-spacing: -0.02em; color: #fff; margin: 16px 0 0; }
.byc-cpop > p { font-size: 15px; color: var(--slate); line-height: 1.55; margin: 10px 0 22px; }
.byc-pop { position: relative; width: min(880px, 100%); background: var(--bg-2); border: 1px solid var(--line-strong); border-radius: 24px;
  overflow: hidden; box-shadow: 0 40px 120px rgba(0,0,0,0.6); animation: bycPopCardIn .32s cubic-bezier(.2,.7,.3,1) both; }
@keyframes bycPopCardIn { from { transform: translateY(18px) scale(0.98); opacity: 0; } to { transform: none; opacity: 1; } }
.byc-pop-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: rgba(10,20,40,0.5); color: var(--slate); cursor: pointer; display: grid; place-items: center; transition: color .2s, border-color .2s; z-index: 3; }
.byc-pop-close:hover { color: #fff; border-color: var(--line-strong); }
.byc-pop-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: stretch; }
.byc-pop-main { position: relative; padding: 48px 44px; }
.byc-pop-main::before { content: ''; position: absolute; top: -160px; left: -40px; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(255,138,76,0.12), transparent 62%); pointer-events: none; }
.byc-pop .pill { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 7px 15px; border-radius: 999px; background: rgba(240,112,126,0.14); border: 1px solid rgba(240,112,126,0.3); font-size: 12px; font-weight: 800; letter-spacing: 0.07em; color: var(--coral); text-transform: uppercase; margin-bottom: 20px; white-space: nowrap; }
.byc-pop h3 { position: relative; font-size: 33px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; color: #fff; }
.byc-pop p { position: relative; font-size: 15.5px; color: var(--slate); line-height: 1.6; margin: 16px 0 26px; }
.byc-pop form { position: relative; display: flex; flex-direction: column; gap: 12px; }
.byc-pop input { width: 100%; background: #fff; border: 0; border-radius: 12px; padding: 17px 18px; font-size: 16px; color: var(--navy); font-family: inherit; outline: none; }
.byc-pop input::placeholder { color: #98a2b3; }
.byc-pop button[type=submit] { background: var(--warm-grad); color: var(--navy); border: 0; border-radius: 12px; padding: 17px 20px; font-size: 16px; font-weight: 800; cursor: pointer; transition: filter .2s; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.byc-pop button[type=submit]:hover { filter: brightness(1.07); }
.byc-pop .fine { position: relative; font-size: 12.5px; color: var(--muted); margin: 16px 0 0; }
.byc-pop-ok { position: relative; display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: #fff; line-height: 1.5; }
.byc-pop-ok .tick { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--success-soft); color: var(--success); display: grid; place-items: center; }
.byc-pop-back { position: relative; margin-top: 22px; background: var(--warm-grad); color: var(--navy); border: 0; border-radius: 12px; padding: 15px 22px; font-size: 15px; font-weight: 800; cursor: pointer; }
.byc-pop-visual { position: relative; background: linear-gradient(160deg, #16243d, #0c1626); border-left: 1px solid var(--line); display: flex; align-items: center; justify-content: center; padding: 32px; overflow: hidden; }
.byc-pop-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 70% 20%, rgba(255,138,76,0.18), transparent 60%); pointer-events: none; }
.byc-pop-visual img { position: relative; width: 100%; border-radius: 12px; box-shadow: 0 24px 60px rgba(0,0,0,0.5); transform: rotate(-2deg); border: 1px solid rgba(255,255,255,0.1); }
.byc-pop-badge { position: absolute; bottom: 22px; right: 22px; background: var(--navy); color: #fff; border: 1px solid var(--line-strong); border-radius: 999px; padding: 9px 16px; font-size: 12.5px; font-weight: 700; letter-spacing: 0.02em; z-index: 2; }
.byc-pop-badge strong { color: var(--orange); font-weight: 800; }

/* --- Press strip --- */
.byc-press { background: var(--bg); padding: 52px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.byc-press-inner { max-width: 1320px; margin: 0 auto; padding: 0 56px; display: flex; align-items: center; gap: 56px; }
.byc-press .lbl { font-size: 13px; font-weight: 700; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; }
.byc-press .logos { display: flex; flex: 1; justify-content: space-between; align-items: center; gap: 32px; }
.byc-press .logo { font-weight: 700; font-size: 18px; color: #fff; opacity: 0.6; letter-spacing: 0.04em; }
.byc-press .logo.regular { font-weight: 500; letter-spacing: -0.01em; font-size: 19px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  .byc-footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .byc-press-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .byc-press .logos { flex-wrap: wrap; gap: 24px; justify-content: flex-start; }
}
@media (max-width: 1100px) {
  .byc-nav-links { display: none; }
  .byc-burger { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--line-strong); background: transparent; color: #fff; cursor: pointer; }
  .byc-nav-top { display: none; }
}
@media (max-width: 860px) {
  .byc { font-size: 17px; }
  .byc .wrap, .byc-nav-main, .byc-section, .byc-stats-row, .byc-final-inner, .byc-footer-inner, .byc-phead-inner, .byc-press-inner { padding-left: 22px; padding-right: 22px; }
  .byc-nav-mobile { flex-direction: column; gap: 4px; padding: 8px 22px 20px; border-top: 1px solid var(--line); }
  .byc-nav-mobile.open { display: flex; }
  .byc-nav-mobile a { padding: 12px 6px; font-size: 15px; font-weight: 600; color: var(--slate); border-bottom: 1px solid var(--line); }
  .byc-section { padding-top: 64px; padding-bottom: 64px; }
  .byc-section-head { flex-direction: column; align-items: flex-start; gap: 18px; margin-bottom: 36px; }
  .byc-section-head h2, .byc-h2 { font-size: 34px; }
  .byc-stats-row { grid-template-columns: 1fr; gap: 0; padding-top: 12px; padding-bottom: 12px; }
  .byc-stats-row .item { padding: 28px 0; }
  .byc-stats-row .item:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--line); }
  .byc-cards-3, .byc-cards-2, .byc-testi-grid { grid-template-columns: 1fr; }
  .byc-final h2 { font-size: 38px; }
  .byc-footer-inner { grid-template-columns: 1fr; }
  .byc-formcard { padding: 30px 24px; }
  .byc-form .grid2, .byc-field.row2 { grid-template-columns: 1fr; }
  .byc-pop-grid { grid-template-columns: 1fr; }
  .byc-pop-visual { order: -1; padding: 24px; min-height: 180px; }
  .byc-pop-visual img { transform: none; max-height: 200px; width: auto; }
  .byc-pop-main { padding: 32px 26px; }
  .byc-pop h3 { font-size: 27px; }
}
