/* =========================================================
   Berpel Digital Solutions — Premium Design System
   Antrasit Gri + Sarı | 18 Yıllık Deneyim
   ========================================================= */

/* --- Tokens --- */
:root {
  --bp-bg: #0f1216;
  --bp-bg-2: #15191f;
  --bp-surface: #1c2128;
  --bp-surface-2: #232a33;
  --bp-border: #2d3640;
  --bp-text: #eef1f5;
  --bp-text-2: #b6bdc7;
  --bp-text-3: #808993;
  --bp-muted: #7a828d;
  --bp-yellow: #ffcc00;
  --bp-yellow-2: #ffd633;
  --bp-yellow-soft: rgba(255, 204, 0, 0.12);
  --bp-yellow-strong: #f5b800;
  --bp-anthracite: #2b3138;
  --bp-success: #22c55e;
  --bp-radius: 14px;
  --bp-radius-sm: 8px;
  --bp-shadow-sm: 0 2px 8px rgba(0,0,0,.25);
  --bp-shadow: 0 12px 32px -8px rgba(0,0,0,.5);
  --bp-shadow-yellow: 0 12px 32px -8px rgba(255,204,0,.35);
  --bp-container: 1240px;
  --bp-header-h: 88px;
  --bp-font: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --bp-font-display: 'Sora', 'Inter', system-ui, sans-serif;
  --bp-trans: 220ms cubic-bezier(.4,0,.2,1);
}

/* High contrast accessibility theme */
body.bp-a11y-contrast {
  --bp-bg: #000;
  --bp-bg-2: #000;
  --bp-surface: #0a0a0a;
  --bp-surface-2: #111;
  --bp-border: #ffcc00;
  --bp-text: #fff;
  --bp-text-2: #fff;
  --bp-muted: #ffe066;
  --bp-yellow: #ffea00;
}
body.bp-a11y-light {
  --bp-bg: #ffffff;
  --bp-bg-2: #f6f7f9;
  --bp-surface: #ffffff;
  --bp-surface-2: #f1f3f6;
  --bp-border: #d9dde3;
  --bp-text: #1a1d23;
  --bp-text-2: #475063;
  --bp-muted: #6b7280;
  --bp-yellow: #ffb800;
}

/* Reset + base */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--bp-font);
  background: var(--bp-bg);
  color: var(--bp-text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01", "cv11";
}
img, svg, video { max-width: 100%; display: block; }
a { color: var(--bp-yellow); text-decoration: none; transition: color var(--bp-trans); }
a:hover { color: var(--bp-yellow-2); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--bp-yellow);
  outline-offset: 2px;
  border-radius: 4px;
}
h1, h2, h3, h4, h5 { font-family: var(--bp-font-display); font-weight: 700; line-height: 1.15; margin: 0 0 .6em; letter-spacing: -.02em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p { margin: 0 0 1em; color: var(--bp-text-2); }

/* Font size accessibility */
body.bp-fs-lg { font-size: 18px; }
body.bp-fs-xl { font-size: 20px; }

/* Reduce motion */
body.bp-reduce-motion * {
  animation-duration: .01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: .01ms !important;
  scroll-behavior: auto !important;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Layout */
.bp-container { max-width: var(--bp-container); margin: 0 auto; padding: 0 24px; }
.bp-section { padding: 90px 0; position: relative; }
.bp-section--tight { padding: 60px 0; }
.bp-section--alt { background: var(--bp-bg-2); }

/* Eyebrow + heading group */
.bp-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--bp-yellow); font-weight: 700; font-size: .82rem;
  text-transform: uppercase; letter-spacing: .18em;
  padding: 6px 14px; border: 1px solid var(--bp-yellow);
  border-radius: 999px; background: var(--bp-yellow-soft);
  margin-bottom: 18px;
}
.bp-section-head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.bp-section-head p { color: var(--bp-text-2); font-size: 1.05rem; }

/* Skip link */
.bp-skip {
  position: absolute; left: -9999px; top: 8px; z-index: 1000;
  background: var(--bp-yellow); color: #000; padding: 12px 18px; border-radius: 8px;
  font-weight: 700;
}
.bp-skip:focus { left: 16px; }

/* ============== HEADER ============== */
.bp-topbar {
  background: #0a0d11; color: var(--bp-text-2);
  font-size: .85rem; padding: 8px 0; border-bottom: 1px solid var(--bp-border);
}
.bp-topbar__row { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; }
.bp-topbar a { color: var(--bp-text-2); display: inline-flex; align-items: center; gap: 6px; }
.bp-topbar a:hover { color: var(--bp-yellow); }
.bp-topbar__left, .bp-topbar__right { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }

.bp-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(15,18,22,.85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--bp-border);
}
.bp-header__row { display: flex; align-items: center; justify-content: space-between; height: var(--bp-header-h); gap: 24px; }
.bp-logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--bp-font-display); font-size: 1.7rem; font-weight: 800; color: var(--bp-text); letter-spacing: .02em; }
.bp-logo__mark {
  width: 38px; height: 38px; border-radius: 10px;
  background: linear-gradient(135deg, var(--bp-yellow), var(--bp-yellow-strong));
  display: grid; place-items: center; color: #1a1d23; font-weight: 900;
  box-shadow: var(--bp-shadow-yellow);
}

.bp-nav { display: flex; gap: 4px; align-items: center; }
.bp-nav__item { position: relative; }
.bp-nav__link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--bp-text); padding: 10px 14px; font-weight: 600; font-size: .95rem;
  border-radius: 8px;
}
.bp-nav__link:hover, .bp-nav__link[aria-current="page"] { color: var(--bp-yellow); background: var(--bp-yellow-soft); }
.bp-nav__sub {
  position: absolute; top: 100%; left: 0; min-width: 240px;
  background: var(--bp-surface); border: 1px solid var(--bp-border); border-radius: var(--bp-radius);
  padding: 10px; box-shadow: var(--bp-shadow);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all var(--bp-trans);
}
.bp-nav__item:hover .bp-nav__sub,
.bp-nav__item:focus-within .bp-nav__sub { opacity: 1; visibility: visible; transform: translateY(0); }
.bp-nav__sub a { display: block; padding: 10px 12px; color: var(--bp-text); border-radius: 8px; font-size: .92rem; }
.bp-nav__sub a:hover { background: var(--bp-yellow-soft); color: var(--bp-yellow); }

.bp-header__cta { display: flex; gap: 10px; align-items: center; }

/* Mobile menu */
.bp-burger {
  display: none; background: transparent; border: 1px solid var(--bp-border);
  color: var(--bp-text); padding: 10px; border-radius: 8px; cursor: pointer;
}
.bp-mobile-nav { display: none; }

@media (max-width: 1024px) {
  .bp-nav { display: none; }
  .bp-header__cta .bp-btn:not(.bp-btn--icon) { display: none; }
  .bp-burger { display: inline-flex; }
  .bp-mobile-nav {
    display: block; position: fixed; inset: var(--bp-header-h) 0 0 0; z-index: 70;
    background: var(--bp-bg); padding: 24px; overflow-y: auto;
    transform: translateX(100%); transition: transform var(--bp-trans);
  }
  .bp-mobile-nav.is-open { transform: translateX(0); }
  .bp-mobile-nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--bp-border); color: var(--bp-text); font-weight: 600; }
  .bp-mobile-nav .bp-mobile-sub a { padding-left: 18px; font-weight: 500; color: var(--bp-text-2); font-size: .92rem; }
}

/* ============== BUTTONS ============== */
.bp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 24px; font-weight: 700; font-size: .95rem;
  border-radius: 10px; border: 1px solid transparent; cursor: pointer;
  transition: all var(--bp-trans); text-decoration: none;
  font-family: inherit;
}
.bp-btn--primary { background: var(--bp-yellow); color: #1a1d23; box-shadow: var(--bp-shadow-yellow); }
.bp-btn--primary:hover { background: var(--bp-yellow-2); color: #1a1d23; transform: translateY(-2px); }
.bp-btn--ghost { background: transparent; color: var(--bp-text); border-color: var(--bp-border); }
.bp-btn--ghost:hover { background: var(--bp-surface); color: var(--bp-yellow); border-color: var(--bp-yellow); }
.bp-btn--outline-yellow { background: transparent; color: var(--bp-yellow); border-color: var(--bp-yellow); }
.bp-btn--outline-yellow:hover { background: var(--bp-yellow); color: #1a1d23; }
.bp-btn--icon { padding: 10px; }
.bp-btn--lg { padding: 18px 32px; font-size: 1.05rem; }
.bp-btn--whatsapp { background: #25D366; color: #fff; }
.bp-btn--whatsapp:hover { background: #1ebe5b; color: #fff; transform: translateY(-2px); }

/* ============== HERO SLIDER ============== */
.bp-hero { position: relative; height: clamp(560px, 78vh, 760px); overflow: hidden; background: #000; }
.bp-slider { position: absolute; inset: 0; }
.bp-slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity 800ms ease;
  background-size: cover; background-position: center;
}
.bp-slide.is-active { opacity: 1; z-index: 2; }
.bp-slide::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(15,18,22,.92) 0%, rgba(15,18,22,.7) 45%, rgba(15,18,22,.3) 100%);
}
.bp-slide__inner {
  position: relative; z-index: 2; height: 100%; display: flex; align-items: center;
  max-width: var(--bp-container); margin: 0 auto; padding: 0 24px;
}
.bp-slide__content { max-width: 680px; }
.bp-slide__eyebrow {
  display: inline-flex; gap: 8px; padding: 8px 16px; border-radius: 999px;
  background: var(--bp-yellow); color: #000; font-weight: 800; font-size: .78rem;
  text-transform: uppercase; letter-spacing: .14em; margin-bottom: 22px;
}
.bp-slide h1, .bp-slide h2 { color: #fff; font-size: clamp(2.2rem, 5vw, 4rem); margin-bottom: 18px; }
.bp-slide h1 span, .bp-slide h2 span { color: var(--bp-yellow); }
.bp-slide p { color: rgba(255,255,255,.85); font-size: clamp(1rem, 1.4vw, 1.2rem); max-width: 560px; margin-bottom: 30px; }
.bp-slide__cta { display: flex; gap: 14px; flex-wrap: wrap; }

.bp-slider__dots {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 3;
}
.bp-slider__dot {
  width: 36px; height: 4px; border-radius: 2px; background: rgba(255,255,255,.3);
  border: none; cursor: pointer; transition: all var(--bp-trans);
}
.bp-slider__dot.is-active { background: var(--bp-yellow); width: 56px; }
.bp-slider__arrows { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; display: flex; justify-content: space-between; padding: 0 24px; z-index: 3; pointer-events: none; }
.bp-slider__arrow {
  width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3);
  background: rgba(0,0,0,.4); color: #fff; cursor: pointer; pointer-events: auto;
  display: grid; place-items: center; backdrop-filter: blur(8px); transition: all var(--bp-trans);
}
.bp-slider__arrow:hover { background: var(--bp-yellow); color: #000; border-color: var(--bp-yellow); }

/* ============== TRUST STRIP ============== */
.bp-strip {
  background: var(--bp-anthracite);
  padding: 22px 0; border-top: 1px solid var(--bp-border); border-bottom: 1px solid var(--bp-border);
}
.bp-strip__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.bp-strip__item strong { display: block; font-family: var(--bp-font-display); color: var(--bp-yellow); font-size: 1.8rem; line-height: 1; }
.bp-strip__item span { color: var(--bp-text-2); font-size: .9rem; }
@media (max-width: 720px) { .bp-strip__row { grid-template-columns: repeat(2, 1fr); } }

/* ============== CARDS / SERVICES ============== */
.bp-grid { display: grid; gap: 24px; }
.bp-grid--3 { grid-template-columns: repeat(3, 1fr); }
.bp-grid--4 { grid-template-columns: repeat(4, 1fr); }
.bp-grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 980px) { .bp-grid--3, .bp-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .bp-grid--3, .bp-grid--4, .bp-grid--2 { grid-template-columns: 1fr; } }

.bp-card {
  background: var(--bp-surface);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius);
  padding: 32px;
  transition: all var(--bp-trans);
  position: relative;
  overflow: hidden;
}
.bp-card:hover { transform: translateY(-4px); border-color: var(--bp-yellow); box-shadow: var(--bp-shadow); }
.bp-card__icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--bp-yellow-soft); color: var(--bp-yellow);
  display: grid; place-items: center; margin-bottom: 20px;
  border: 1px solid var(--bp-yellow);
}
.bp-card h3 { margin-bottom: 10px; color: var(--bp-text); }
.bp-card p { color: var(--bp-text-2); margin-bottom: 18px; font-size: .95rem; }
.bp-card__link {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 700; color: var(--bp-yellow); font-size: .9rem;
}
.bp-card__link::after { content: "→"; transition: transform var(--bp-trans); }
.bp-card:hover .bp-card__link::after { transform: translateX(4px); }

/* Project / Blog card with image */
.bp-card--media { padding: 0; display: flex; flex-direction: column; }
.bp-card--media .bp-card__img {
  aspect-ratio: 16/10; background: var(--bp-surface-2);
  display: grid; place-items: center; overflow: hidden;
  position: relative;
}
.bp-card--media .bp-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--bp-trans); }
.bp-card--media:hover .bp-card__img img { transform: scale(1.05); }
.bp-card--media .bp-card__body { padding: 24px 26px 26px; }
.bp-card__tag {
  display: inline-block; padding: 4px 10px; border-radius: 6px;
  background: var(--bp-yellow-soft); color: var(--bp-yellow);
  font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  margin-bottom: 10px;
}

/* ============== ABOUT (text + features) ============== */
.bp-about { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.bp-about__features { display: grid; gap: 18px; }
.bp-feature { display: flex; gap: 16px; align-items: flex-start; padding: 20px; background: var(--bp-surface); border: 1px solid var(--bp-border); border-radius: var(--bp-radius); }
.bp-feature__icon { width: 44px; height: 44px; border-radius: 10px; background: var(--bp-yellow); color: #000; display: grid; place-items: center; flex-shrink: 0; }
.bp-feature h4 { margin: 0 0 4px; font-size: 1.05rem; }
.bp-feature p { margin: 0; font-size: .9rem; color: var(--bp-text-2); }
@media (max-width: 900px) { .bp-about { grid-template-columns: 1fr; gap: 32px; } }

/* ============== TESTIMONIALS / GOOGLE REVIEWS ============== */
.bp-review {
  background: var(--bp-surface); border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius); padding: 28px;
}
.bp-review__stars { color: var(--bp-yellow); font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 12px; }
.bp-review__text { color: var(--bp-text); font-size: .98rem; line-height: 1.7; margin-bottom: 18px; }
.bp-review__author { display: flex; align-items: center; gap: 12px; }
.bp-review__avatar {
  width: 42px; height: 42px; border-radius: 50%; background: var(--bp-yellow);
  color: #000; font-weight: 800; display: grid; place-items: center;
}
.bp-review__name { font-weight: 700; font-size: .95rem; }
.bp-review__name span { display: block; font-weight: 400; color: var(--bp-muted); font-size: .82rem; }

/* ============== CAROUSEL (horizontal scroll) ============== */
.bp-carousel { position: relative; }
.bp-carousel__track {
  display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 16px; scroll-padding: 16px;
}
.bp-carousel__track::-webkit-scrollbar { height: 6px; }
.bp-carousel__track::-webkit-scrollbar-thumb { background: var(--bp-border); border-radius: 3px; }
.bp-carousel__track > * { flex: 0 0 320px; scroll-snap-align: start; }
@media (max-width: 600px) { .bp-carousel__track > * { flex: 0 0 85%; } }

/* ============== INSTAGRAM ============== */
.bp-insta {
  background: linear-gradient(135deg, #2b3138 0%, #1a1d23 100%);
  border-radius: var(--bp-radius); padding: 50px 40px; text-align: center;
  border: 1px solid var(--bp-border);
}
.bp-insta h2 { margin-bottom: 12px; }
.bp-insta p { max-width: 520px; margin: 0 auto 24px; }

/* ============== FOOTER ============== */
.bp-footer { background: #0a0d11; color: var(--bp-text-2); padding-top: 70px; border-top: 1px solid var(--bp-border); margin-top: 60px; }
.bp-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.bp-footer h5 { color: #fff; font-size: 1rem; margin-bottom: 18px; font-family: var(--bp-font-display); }
.bp-footer ul { list-style: none; padding: 0; margin: 0; }
.bp-footer li { margin-bottom: 10px; }
.bp-footer a { color: var(--bp-text-2); display: inline-flex; align-items: center; gap: 6px; font-size: .92rem; }
.bp-footer a:hover { color: var(--bp-yellow); }
.bp-footer__about p { font-size: .92rem; }
.bp-footer__contact-item { display: flex; gap: 10px; margin-bottom: 12px; font-size: .92rem; }
.bp-footer__contact-item svg { color: var(--bp-yellow); flex-shrink: 0; margin-top: 3px; }
.bp-socials { display: flex; gap: 10px; margin-top: 18px; }
.bp-socials a { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--bp-border); display: grid; place-items: center; }
.bp-socials a:hover { background: var(--bp-yellow); color: #000; border-color: var(--bp-yellow); }
.bp-footer__bottom {
  border-top: 1px solid var(--bp-border); margin-top: 50px; padding: 22px 0;
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-size: .85rem;
}
.bp-footer__bottom a { color: var(--bp-yellow); font-weight: 700; }
@media (max-width: 900px) { .bp-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .bp-footer__grid { grid-template-columns: 1fr; } }

/* ============== PAGE HEADER ============== */
.bp-pagehead {
  background: linear-gradient(135deg, var(--bp-anthracite) 0%, #15191f 100%);
  padding: 70px 0 50px; border-bottom: 1px solid var(--bp-border);
  position: relative; overflow: hidden;
}
.bp-pagehead::after {
  content: ""; position: absolute; top: -50px; right: -50px;
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, var(--bp-yellow-soft) 0%, transparent 70%);
}
.bp-pagehead__inner { position: relative; z-index: 2; }
.bp-pagehead h1 { color: #fff; margin-bottom: 12px; }
.bp-pagehead p { color: var(--bp-text-2); max-width: 640px; font-size: 1.05rem; }
.bp-breadcrumb { display: flex; flex-wrap: wrap; gap: 6px; font-size: .85rem; color: var(--bp-muted); margin-bottom: 16px; }
.bp-breadcrumb a { color: var(--bp-text-2); }
.bp-breadcrumb a:hover { color: var(--bp-yellow); }
.bp-breadcrumb span[aria-current] { color: var(--bp-yellow); }
.bp-breadcrumb__sep { color: var(--bp-muted); }

/* ============== SIDEBAR LAYOUT (kurumsal alt sayfalar) ============== */
.bp-layout-sidebar { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: flex-start; }
@media (max-width: 900px) { .bp-layout-sidebar { grid-template-columns: 1fr; } }
.bp-sidebar {
  background: var(--bp-surface); border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius); padding: 22px; position: sticky; top: 110px;
}
.bp-sidebar h4 { font-size: .85rem; text-transform: uppercase; letter-spacing: .12em; color: var(--bp-muted); margin-bottom: 14px; }
.bp-sidebar ul { list-style: none; margin: 0; padding: 0; }
.bp-sidebar li { margin-bottom: 4px; }
.bp-sidebar a {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px; border-radius: 8px; color: var(--bp-text-2);
  font-weight: 500; font-size: .95rem;
}
.bp-sidebar a:hover { background: var(--bp-yellow-soft); color: var(--bp-yellow); }
.bp-sidebar a.is-active {
  background: var(--bp-yellow); color: #000; font-weight: 700;
}
.bp-sidebar a.is-active::before { content: ""; width: 3px; height: 16px; background: #000; border-radius: 2px; }

.bp-prose { color: var(--bp-text-2); font-size: 1rem; line-height: 1.85; }
.bp-prose h2 { color: var(--bp-text); margin-top: 1.8em; }
.bp-prose h3 { color: var(--bp-text); margin-top: 1.4em; font-size: 1.25rem; }
.bp-prose p { margin-bottom: 1.1em; }
.bp-prose ul, .bp-prose ol { padding-left: 1.4em; margin-bottom: 1.2em; }
.bp-prose li { margin-bottom: .5em; }
.bp-prose blockquote {
  border-left: 4px solid var(--bp-yellow);
  padding: 16px 22px; background: var(--bp-surface); border-radius: 0 var(--bp-radius) var(--bp-radius) 0;
  margin: 1.4em 0; color: var(--bp-text); font-style: italic;
}
.bp-prose a { color: var(--bp-yellow); text-decoration: underline; text-underline-offset: 3px; }
.bp-prose img { border-radius: var(--bp-radius); margin: 1.4em 0; }
.bp-prose code { background: var(--bp-surface); padding: 2px 6px; border-radius: 4px; font-size: .9em; color: var(--bp-yellow); }

/* TOC / Answer box */
.bp-answerbox {
  background: var(--bp-yellow-soft);
  border-left: 4px solid var(--bp-yellow);
  padding: 20px 24px; border-radius: 0 var(--bp-radius) var(--bp-radius) 0;
  margin: 0 0 30px;
}
.bp-answerbox h4 { color: var(--bp-yellow); margin: 0 0 6px; font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; }
.bp-answerbox p { margin: 0; color: var(--bp-text); }
.bp-toc {
  background: var(--bp-surface); border: 1px solid var(--bp-border); border-radius: var(--bp-radius);
  padding: 22px 26px; margin-bottom: 36px;
}
.bp-toc h4 { margin: 0 0 10px; font-size: 1rem; }
.bp-toc ol { margin: 0; padding-left: 1.2em; }
.bp-toc a { color: var(--bp-text-2); }

/* FAQ accordion */
.bp-faq { display: grid; gap: 12px; }
.bp-faq__item {
  background: var(--bp-surface); border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius); overflow: hidden;
}
.bp-faq__q {
  width: 100%; text-align: left; background: transparent; border: none;
  padding: 20px 24px; color: var(--bp-text); font-weight: 700; font-size: 1.02rem;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  cursor: pointer; font-family: inherit;
}
.bp-faq__q::after { content: "+"; color: var(--bp-yellow); font-size: 1.6rem; line-height: 1; transition: transform var(--bp-trans); }
.bp-faq__item.is-open .bp-faq__q::after { transform: rotate(45deg); }
.bp-faq__a { padding: 0 24px; max-height: 0; overflow: hidden; transition: all .3s ease; }
.bp-faq__a p { padding-bottom: 22px; margin: 0; }
.bp-faq__item.is-open .bp-faq__a { max-height: 800px; }

/* ============== FORM ============== */
.bp-form { display: grid; gap: 18px; }
.bp-field { display: grid; gap: 6px; }
.bp-field label { font-weight: 600; font-size: .9rem; color: var(--bp-text); }
.bp-field label .req { color: var(--bp-yellow); }
.bp-field input, .bp-field select, .bp-field textarea {
  background: var(--bp-surface); border: 1px solid var(--bp-border); color: var(--bp-text);
  padding: 14px 16px; border-radius: 10px; font-family: inherit; font-size: 1rem;
  transition: border-color var(--bp-trans);
}
.bp-field input:focus, .bp-field select:focus, .bp-field textarea:focus { border-color: var(--bp-yellow); outline: none; }
.bp-field textarea { min-height: 140px; resize: vertical; }
.bp-field--row { grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .bp-field--row { grid-template-columns: 1fr; } }
.bp-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .bp-form__row { grid-template-columns: 1fr; } }
.bp-form__consent { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--bp-text-2); }
.bp-form__consent input { accent-color: var(--bp-yellow); margin-top: 4px; }

/* ============== STEPS ============== */
.bp-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
@media (max-width: 900px) { .bp-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .bp-steps { grid-template-columns: 1fr; } }
.bp-step {
  background: var(--bp-surface); border: 1px solid var(--bp-border); padding: 26px;
  border-radius: var(--bp-radius); position: relative; counter-increment: step;
}
.bp-step::before {
  content: "0" counter(step);
  font-family: var(--bp-font-display); font-size: 2.2rem; font-weight: 800; color: var(--bp-yellow);
  display: block; margin-bottom: 10px; line-height: 1;
}
.bp-step h4 { font-size: 1.05rem; margin: 0 0 6px; }
.bp-step p { margin: 0; font-size: .9rem; }

/* ============== CTA BANNER ============== */
.bp-cta-banner {
  background: linear-gradient(135deg, var(--bp-yellow) 0%, var(--bp-yellow-strong) 100%);
  color: #1a1d23; padding: 60px 40px; border-radius: 20px;
  display: grid; grid-template-columns: 1.4fr auto; gap: 24px; align-items: center;
}
.bp-cta-banner h2 { color: #1a1d23; margin: 0 0 8px; }
.bp-cta-banner p { color: #2b3138; margin: 0; font-size: 1.05rem; }
.bp-cta-banner__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.bp-cta-banner .bp-btn--primary { background: #1a1d23; color: var(--bp-yellow); box-shadow: 0 8px 20px rgba(0,0,0,.25); }
.bp-cta-banner .bp-btn--primary:hover { background: #000; color: var(--bp-yellow); }
@media (max-width: 800px) { .bp-cta-banner { grid-template-columns: 1fr; text-align: center; padding: 40px 26px; } .bp-cta-banner__actions { justify-content: center; } }

/* ============== FLOATING ACTIONS ============== */
.bp-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  display: flex; flex-direction: column; gap: 12px;
}
.bp-fab a, .bp-fab button {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  box-shadow: var(--bp-shadow);
  border: none; cursor: pointer; transition: transform var(--bp-trans);
}
.bp-fab a:hover, .bp-fab button:hover { transform: scale(1.08); }
.bp-fab__wa { background: #25D366; color: #fff; }
.bp-fab__call { background: var(--bp-yellow); color: #1a1d23; }
.bp-fab__a11y { background: #1a73e8; color: #fff; }

/* ============== COOKIE BANNER ============== */
.bp-cookie {
  position: fixed; inset: auto 16px 16px 16px; z-index: 90;
  background: var(--bp-surface); border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius); padding: 22px 26px; box-shadow: var(--bp-shadow);
  display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center;
  max-width: 1100px; margin: 0 auto;
  transform: translateY(120%); transition: transform .4s ease;
}
.bp-cookie.is-visible { transform: translateY(0); }
.bp-cookie h4 { margin: 0 0 6px; color: var(--bp-yellow); font-size: 1.05rem; }
.bp-cookie p { margin: 0; font-size: .9rem; color: var(--bp-text-2); }
.bp-cookie__actions { display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 700px) { .bp-cookie { grid-template-columns: 1fr; } }

/* ============== A11Y TOOLBAR ============== */
.bp-a11y-panel {
  position: fixed; right: -340px; top: 80px; bottom: 80px; width: 320px; z-index: 95;
  background: var(--bp-surface); border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius) 0 0 var(--bp-radius); padding: 24px;
  overflow-y: auto; transition: right var(--bp-trans);
  box-shadow: var(--bp-shadow);
}
.bp-a11y-panel.is-open { right: 0; }
.bp-a11y-panel h4 { margin: 0 0 6px; color: var(--bp-yellow); font-size: 1.05rem; }
.bp-a11y-panel > p { font-size: .85rem; margin-bottom: 20px; color: var(--bp-text-2); }
.bp-a11y-group { margin-bottom: 22px; }
.bp-a11y-group strong { display: block; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: var(--bp-muted); margin-bottom: 10px; }
.bp-a11y-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.bp-a11y-options button {
  padding: 10px 6px; background: transparent; border: 1px solid var(--bp-border); color: var(--bp-text);
  border-radius: 8px; cursor: pointer; font-family: inherit; font-size: .82rem; font-weight: 600;
}
.bp-a11y-options button:hover, .bp-a11y-options button.is-active { background: var(--bp-yellow); color: #000; border-color: var(--bp-yellow); }
.bp-a11y-toggle {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 12px 14px; background: var(--bp-bg-2); border-radius: 8px; margin-bottom: 8px;
}
.bp-a11y-toggle button { background: var(--bp-border); color: var(--bp-text); border: none; padding: 6px 14px; border-radius: 6px; cursor: pointer; font-weight: 700; font-size: .82rem; }
.bp-a11y-toggle button.is-on { background: var(--bp-yellow); color: #000; }
.bp-a11y-panel__reset { width: 100%; }

/* Read aloud indicator */
.bp-reading { background: var(--bp-yellow-soft) !important; outline: 2px solid var(--bp-yellow); }

/* Utilities */
.bp-mt-0 { margin-top: 0 !important; }
.bp-text-center { text-align: center; }
.bp-flex { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
@media (max-width: 600px) { .bp-section { padding: 60px 0; } .bp-card { padding: 24px; } }

/* ===== Updates: submenu caret, footer link icons, carousel toolbar, captcha, slider controls, contact page ===== */
.bp-nav__caret { margin-left:4px; opacity:.7; transition: transform .2s; }
.bp-nav__item:hover .bp-nav__caret { transform: rotate(180deg); opacity:1; color: var(--bp-yellow); }

.bp-footer ul li a svg { color: var(--bp-yellow); opacity:.85; }
.bp-footer ul li a:hover svg { opacity:1; transform: translateX(2px); transition: transform .2s; }

/* Carousel toolbar */
.bp-carousel__toolbar { display:flex; gap:8px; justify-content:flex-end; margin-bottom:14px; }
.bp-carousel__btn {
  width:34px; height:34px; border-radius:50%; border:1px solid var(--bp-border);
  background: var(--bp-surface); color: var(--bp-text); cursor:pointer;
  display:inline-flex; align-items:center; justify-content:center; transition: all .2s;
}
.bp-carousel__btn:hover { background: var(--bp-yellow); color:#000; border-color: var(--bp-yellow); }
.bp-carousel__btn[aria-pressed="true"] { background: var(--bp-yellow); color:#000; border-color: var(--bp-yellow); }

/* Hero slider control bar */
.bp-slider__controls { position:absolute; bottom:24px; right:24px; display:flex; gap:8px; z-index:4; }
.bp-slider__ctl {
  width:34px; height:34px; border-radius:50%; border:1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.45); color:#fff; cursor:pointer; backdrop-filter: blur(6px);
  display:inline-flex; align-items:center; justify-content:center; transition: all .2s;
}
.bp-slider__ctl:hover { background: var(--bp-yellow); color:#000; border-color: var(--bp-yellow); }

/* Captcha */
.bp-captcha__row { display:grid; grid-template-columns:auto auto 1fr; gap:10px; align-items:center; }
.bp-captcha__code {
  font-family: 'Sora', monospace; font-size:1.4rem; font-weight:800; letter-spacing:6px;
  padding: 10px 16px; border-radius:8px; color:#000;
  background: repeating-linear-gradient(45deg, var(--bp-yellow), var(--bp-yellow) 8px, var(--bp-yellow-2) 8px, var(--bp-yellow-2) 16px);
  user-select:none; text-decoration: line-through wavy rgba(0,0,0,.25);
  text-align:center; min-width:130px;
}
.bp-captcha__reload {
  width:38px; height:38px; border-radius:8px; border:1px solid var(--bp-border);
  background: var(--bp-surface); color:var(--bp-yellow); cursor:pointer;
  display:inline-flex; align-items:center; justify-content:center;
}
.bp-captcha__reload:hover { background: var(--bp-yellow); color:#000; }
.bp-captcha__hint { color: var(--bp-muted); font-size:.8rem; margin-top:6px; display:block; }
@media (max-width:520px){ .bp-captcha__row { grid-template-columns:1fr; } .bp-captcha__code { min-width:0; } }

/* Equal-width form columns (typographic equality) */
.bp-form__row { display:grid; grid-template-columns:1fr 1fr; gap:18px; align-items:start; }
.bp-form__row > .bp-field { min-width:0; }
.bp-form__row > .bp-field input,
.bp-form__row > .bp-field select,
.bp-form__row > .bp-field textarea { width:100%; box-sizing:border-box; }
@media (max-width:600px){ .bp-form__row { grid-template-columns:1fr; } }

/* Contact page – shared bar + offices */
.bp-contact-shared { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:18px; }
.bp-contact-shared__item {
  display:flex; gap:12px; align-items:center; padding:16px 18px;
  background: var(--bp-surface); border:1px solid var(--bp-border); border-radius: var(--bp-radius);
  color: var(--bp-text); transition: all .2s;
}
.bp-contact-shared__item:hover { border-color: var(--bp-yellow); transform: translateY(-2px); }
.bp-contact-shared__item svg { color: var(--bp-yellow); flex-shrink:0; }
.bp-contact-shared__item small { display:block; color: var(--bp-muted); font-size:.78rem; }
.bp-contact-shared__item strong { display:block; color: var(--bp-text); font-size:.98rem; }
@media (max-width:780px){ .bp-contact-shared { grid-template-columns:1fr; } }

.bp-offices { align-items:stretch; }
.bp-office {
  display:flex; flex-direction:column; gap:16px;
  background: var(--bp-surface); border:1px solid var(--bp-border); border-radius: var(--bp-radius);
  padding:22px; transition: all .2s;
}
.bp-office:hover { border-color: var(--bp-yellow); }
.bp-office__head h3 { margin:6px 0; }
.bp-office__head p { color: var(--bp-text-2); font-size:.92rem; }
.bp-office__map { border-radius:12px; overflow:hidden; height:260px; border:1px solid var(--bp-border); }
.bp-office__map iframe { width:100%; height:100%; border:0; display:block; }
.bp-office__quick { display:flex; gap:10px; flex-wrap:wrap; }

.bp-route { display:grid; gap:10px; }
.bp-route__search { display:grid; grid-template-columns:1fr auto; gap:8px; }
.bp-route__search input {
  padding:11px 14px; border-radius:10px; border:1px solid var(--bp-border);
  background: var(--bp-bg-2); color: var(--bp-text); font: inherit;
}
.bp-route__search input:focus { border-color: var(--bp-yellow); outline:none; }
.bp-route__modes { display:flex; gap:6px; flex-wrap:wrap; }
.bp-route__modes button {
  display:inline-flex; align-items:center; gap:6px;
  padding:8px 12px; border-radius:8px; border:1px solid var(--bp-border);
  background: var(--bp-bg-2); color: var(--bp-text-2); cursor:pointer; font-size:.88rem; font-weight:600;
}
.bp-route__modes button.is-active,
.bp-route__modes button:hover { background: var(--bp-yellow); color:#000; border-color: var(--bp-yellow); }
@media (max-width:560px){ .bp-route__search { grid-template-columns:1fr; } }

/* === v3 overrides === */
/* Sidebar Teklif Al button — high contrast */
.bp-sidebar a.bp-btn,
.bp-sidebar a.bp-btn--primary {
  display: inline-flex !important; padding: 14px 20px !important;
  color: #1a1d23 !important; background: var(--bp-yellow) !important;
  font-weight: 800 !important; border: 1px solid var(--bp-yellow) !important;
  justify-content: center; gap: 8px;
}
.bp-sidebar a.bp-btn--primary:hover { background: var(--bp-yellow-2) !important; color: #1a1d23 !important; }

/* Hover top-border fix: contain transform so border isn't clipped by parent */
.bp-carousel__track { padding-top: 8px; padding-bottom: 24px; }
.bp-carousel__track > * { will-change: transform; }
.bp-card { border-top: 1px solid var(--bp-border); }
.bp-card:hover { border-top: 1px solid var(--bp-yellow); }

/* Contact page: bigger gray maps + equal-height stretched offices */
.bp-offices { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.bp-office { display: flex; flex-direction: column; height: 100%; }
.bp-office__map { height: 420px !important; flex: 0 0 420px; position: relative; }
.bp-office__map iframe {
  filter: grayscale(100%) contrast(1.05) brightness(0.9);
  transition: filter .4s ease;
}
.bp-office__map:hover iframe { filter: grayscale(40%) contrast(1.05); }
.bp-office__map::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,204,0,.18);
  border-radius: 12px;
}
@media (max-width: 900px) {
  .bp-offices { grid-template-columns: 1fr; }
  .bp-office__map { height: 320px !important; flex-basis: 320px; }
}

/* Page hero image (kurumsal/hizmetler) */
.bp-pagehead--with-cover { padding: 0; border: 0; min-height: 320px; position: relative; overflow: hidden; }
.bp-pagehead--with-cover .bp-pagehead__cover {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: .35;
}
.bp-pagehead--with-cover .bp-pagehead__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(15,18,22,.95) 0%, rgba(15,18,22,.7) 50%, rgba(15,18,22,.4) 100%);
}
.bp-pagehead--with-cover .bp-pagehead__inner { padding: 60px 0 50px; position: relative; z-index: 2; }

/* Infographic grid for hizmetler pages */
.bp-info {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  background: var(--bp-surface); border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius); padding: 30px; margin: 30px 0;
}
.bp-info__cell { text-align: center; padding: 10px; }
.bp-info__cell strong { display: block; font-family: var(--bp-font-display); font-size: 2.2rem; color: var(--bp-yellow); line-height: 1.1; }
.bp-info__cell span { color: var(--bp-text-2); font-size: .88rem; display: block; margin-top: 6px; }
@media (max-width: 700px) { .bp-info { grid-template-columns: repeat(2,1fr); } }

/* TIMELINE — premium tarihçe */
.bp-timeline { position: relative; padding: 30px 0; }
.bp-timeline::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 50%;
  width: 3px; background: linear-gradient(180deg, transparent 0%, var(--bp-yellow) 8%, var(--bp-yellow) 92%, transparent 100%);
  transform: translateX(-50%);
}
.bp-tl-item { position: relative; width: 50%; padding: 30px 50px; }
.bp-tl-item:nth-child(odd) { left: 0; text-align: right; }
.bp-tl-item:nth-child(even) { left: 50%; }
.bp-tl-item__card {
  background: var(--bp-surface); border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius); padding: 24px; position: relative;
  transition: all .3s ease;
}
.bp-tl-item__card:hover { border-color: var(--bp-yellow); transform: translateY(-3px); box-shadow: var(--bp-shadow); }
.bp-tl-item__card h3 { margin: 0 0 6px; color: var(--bp-text); font-size: 1.2rem; }
.bp-tl-item__card p { margin: 0; color: var(--bp-text-2); font-size: .95rem; }
.bp-tl-item__year {
  position: absolute; top: 30px; width: 80px; height: 80px;
  background: var(--bp-yellow); color: #1a1d23; border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--bp-font-display); font-size: 1.15rem; font-weight: 800;
  box-shadow: var(--bp-shadow-yellow); z-index: 2;
}
.bp-tl-item:nth-child(odd) .bp-tl-item__year { right: -40px; }
.bp-tl-item:nth-child(even) .bp-tl-item__year { left: -40px; }
.bp-tl-item__icon { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: var(--bp-yellow-soft); color: var(--bp-yellow); margin-bottom: 12px; border: 1px solid var(--bp-yellow); }
@media (max-width: 800px) {
  .bp-timeline::before { left: 30px; }
  .bp-tl-item, .bp-tl-item:nth-child(odd), .bp-tl-item:nth-child(even) {
    width: 100%; left: 0; text-align: left; padding: 24px 20px 24px 80px;
  }
  .bp-tl-item:nth-child(odd) .bp-tl-item__year,
  .bp-tl-item:nth-child(even) .bp-tl-item__year { left: -10px; right: auto; width: 60px; height: 60px; font-size: 1rem; top: 28px; }
}

/* Teklif form: equal columns + full container width */
.bp-form-wide { max-width: 1100px !important; }
.bp-form-wide .bp-form__row { grid-template-columns: 1fr 1fr; }

/* === v4 === Dual CTA (Instagram + 18 yıl) — 50/50 columns */
.bp-dual-cta {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch;
}
.bp-dual-cta__item {
  background: var(--bp-surface); border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius); padding: 40px 32px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  justify-content: center; gap: 6px;
}
.bp-dual-cta__item h2 { margin: 0 0 8px; font-size: 1.55rem; line-height: 1.25; }
.bp-dual-cta__item p { color: var(--bp-text-2); margin: 0 0 20px; max-width: 520px; }
.bp-dual-cta__item--exp {
  background: linear-gradient(135deg, var(--bp-yellow), #ffd84d);
  border-color: var(--bp-yellow);
}
.bp-dual-cta__item--exp h2,
.bp-dual-cta__item--exp p { color: #1a1d23; }
.bp-dual-cta__item--exp .bp-btn--primary { background:#1a1d23; color: var(--bp-yellow); }
.bp-dual-cta__item--exp .bp-btn--primary:hover { background:#000; }
.bp-dual-cta__actions { display:flex; gap:12px; flex-wrap:wrap; justify-content:center; }
@media (max-width: 800px) { .bp-dual-cta { grid-template-columns: 1fr; } }

/* === v4 === Contact maps: equalize office head height so maps align */
.bp-office__head { min-height: 150px; display: flex; flex-direction: column; }
.bp-office__head p { flex: 1; }
@media (max-width: 900px) { .bp-office__head { min-height: 0; } }

/* === v5 polish === */
.bp-prose > h2:first-child,
.bp-prose > h3:first-child,
.bp-prose > p:first-child { margin-top: 0; }
.bp-prose > img:first-child + h2,
.bp-prose > img:first-child + h3,
.bp-prose > img:first-child + p { margin-top: 0; }
.bp-header { min-height: var(--bp-header-h); }
.bp-header__row { min-height: var(--bp-header-h); }

/* Latest blog strip on homepage */
.bp-blog-latest__head { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:28px; flex-wrap:wrap; }
.bp-blog-latest__head h2 { margin:0 0 6px; }
.bp-blog-latest__head p { margin:0; color: var(--bp-text-2); }

/* === v6: Top bar mail setup guide button + guide page === */
.bp-topbar a.bp-topbar__guide {
  color: #1a1d23;
  background: var(--bp-yellow);
  border: 1px solid var(--bp-yellow);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 8px 22px rgba(255,204,0,.18);
}
.bp-topbar a.bp-topbar__guide svg { color: #1a1d23; }
.bp-topbar a.bp-topbar__guide:hover,
.bp-topbar a.bp-topbar__guide:focus-visible {
  color: #1a1d23;
  background: var(--bp-yellow-2);
  border-color: var(--bp-yellow-2);
  transform: translateY(-1px);
}
.bp-mail-guide-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--bp-border);
  background:
    radial-gradient(circle at 18% 16%, rgba(255,204,0,.22), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(255,204,0,.10), transparent 25%),
    linear-gradient(135deg, #0a0d11 0%, #15191f 48%, #0f1216 100%);
}
.bp-mail-guide-hero .bp-container {
  position: relative;
  z-index: 2;
  padding-top: 82px;
  padding-bottom: 72px;
}
.bp-mail-guide-hero h1 {
  max-width: 900px;
  color: #fff;
  margin-bottom: 18px;
}
.bp-mail-guide-hero p {
  max-width: 780px;
  font-size: 1.08rem;
  color: var(--bp-text-2);
}
.bp-mail-guide__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.bp-mail-guide__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,204,0,.12);
  border: 1px solid rgba(255,204,0,.34);
  color: var(--bp-yellow);
  font-weight: 800;
  font-size: .9rem;
}
.bp-mail-guide__summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: -36px 0 46px;
  position: relative;
  z-index: 4;
}
.bp-mail-guide__summary-card {
  background: var(--bp-surface);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius);
  padding: 20px;
  box-shadow: var(--bp-shadow-sm);
}
.bp-mail-guide__summary-card span {
  display: block;
  color: var(--bp-muted);
  font-size: .82rem;
  margin-bottom: 7px;
}
.bp-mail-guide__summary-card strong {
  display: block;
  color: var(--bp-text);
  font-size: 1rem;
  line-height: 1.42;
  word-break: break-word;
}
.bp-mail-guide__notice {
  margin: 0 0 44px;
  padding: 18px 20px;
  border-radius: var(--bp-radius);
  background: rgba(255,204,0,.10);
  border: 1px solid rgba(255,204,0,.34);
  color: var(--bp-text);
}
.bp-mail-guide__notice p { margin: 0; }
.bp-mail-device {
  margin-top: 42px;
}
.bp-mail-device__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bp-border);
}
.bp-mail-device__head h2 { margin: 0 0 8px; }
.bp-mail-device__head p { margin: 0; max-width: 760px; }
.bp-mail-device__pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--bp-yellow);
  color: #1a1d23;
  font-weight: 900;
}
.bp-mail-step-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.bp-mail-step {
  display: grid;
  grid-template-columns: 168px 1fr;
  min-height: 250px;
  background: var(--bp-surface);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius);
  overflow: hidden;
  box-shadow: var(--bp-shadow-sm);
  transition: border-color var(--bp-trans), transform var(--bp-trans), box-shadow var(--bp-trans);
}
.bp-mail-step:hover {
  border-color: var(--bp-yellow);
  transform: translateY(-3px);
  box-shadow: var(--bp-shadow);
}
.bp-mail-step__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  padding: 20px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,204,0,.24), transparent 32%),
    linear-gradient(135deg, #232a33, #15191f);
  border-right: 1px solid var(--bp-border);
}
.bp-mail-phone {
  width: 106px;
  height: 176px;
  padding: 9px;
  border-radius: 24px;
  background: #05070a;
  box-shadow: 0 18px 34px rgba(0,0,0,.34);
}
.bp-mail-phone__screen {
  height: 100%;
  border-radius: 17px;
  padding: 12px 10px;
  background: #f5f7fb;
  overflow: hidden;
}
.bp-mail-ui-line {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #d9dee8;
  margin-bottom: 9px;
}
.bp-mail-ui-line.is-yellow { background: #ffcc00; }
.bp-mail-ui-line.is-dark { background: #98a2b3; }
.bp-mail-ui-line.is-short { width: 52%; }
.bp-mail-ui-line.is-mid { width: 76%; }
.bp-mail-step__body {
  padding: 24px 24px 22px;
}
.bp-mail-step__no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: var(--bp-yellow);
  color: #1a1d23;
  font-weight: 900;
  margin-bottom: 14px;
}
.bp-mail-step__body h3 {
  margin-bottom: 10px;
  color: var(--bp-text);
}
.bp-mail-step__body p {
  margin: 0;
  font-size: .95rem;
}
.bp-mail-step__body code,
.bp-mail-table code {
  color: var(--bp-yellow);
  background: var(--bp-bg-2);
  border: 1px solid var(--bp-border);
  border-radius: 6px;
  padding: 2px 6px;
  word-break: break-word;
}
.bp-mail-table {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius);
  background: var(--bp-surface);
}
.bp-mail-table table {
  width: 100%;
  border-collapse: collapse;
}
.bp-mail-table th,
.bp-mail-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--bp-border);
  text-align: left;
  vertical-align: top;
}
.bp-mail-table th {
  color: var(--bp-text);
  background: var(--bp-surface-2);
  font-weight: 900;
}
.bp-mail-table td { color: var(--bp-text-2); }
.bp-mail-table tr:last-child td { border-bottom: 0; }
.bp-mail-checklist {
  margin-top: 42px;
  padding: 28px;
  background: var(--bp-surface);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius);
}
.bp-mail-checklist h2 { margin-bottom: 14px; }
.bp-mail-checklist ul { margin: 0; padding-left: 20px; color: var(--bp-text-2); }
.bp-mail-checklist li { margin-bottom: 8px; }
@media (max-width: 980px) {
  .bp-mail-guide__summary { grid-template-columns: repeat(2,1fr); }
  .bp-mail-step-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .bp-topbar__row,
  .bp-topbar__left,
  .bp-topbar__right { justify-content: center; }
  .bp-topbar a.bp-topbar__guide { padding: 7px 12px; }
  .bp-mail-device__head { display: block; }
  .bp-mail-device__pill { margin-top: 14px; }
  .bp-mail-step { grid-template-columns: 1fr; }
  .bp-mail-step__visual { border-right: 0; border-bottom: 1px solid var(--bp-border); min-height: 210px; }
}
@media (max-width: 560px) {
  .bp-mail-guide-hero .bp-container { padding-top: 58px; padding-bottom: 58px; }
  .bp-mail-guide__summary { grid-template-columns: 1fr; margin-top: -24px; }
  .bp-mail-table { overflow-x: auto; }
  .bp-mail-table table { min-width: 640px; }
}


/* Phase 7: rendering, media and accessibility hardening */
img { height: auto; }
.bp-card__img img, .bp-device__screen img { height: 100%; }
.bp-section { content-visibility: auto; contain-intrinsic-size: auto 700px; }
.bp-hero, .bp-pagehead, .bp-topbar, .bp-header { content-visibility: visible; }
@media (forced-colors: active) {
  .bp-btn, .bp-eyebrow, .bp-card, .bp-answerbox { border: 1px solid ButtonText; }
}
@media (prefers-contrast: more) {
  :root { --bp-text-2: #d5dae1; --bp-muted: #c3cad4; --bp-border: #65707d; }
}


/* Phase 8: conversion architecture, trust and lead journey */
.bp-cro-panel {
  margin-top: 42px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255,204,0,.26);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 8%, rgba(255,204,0,.13), transparent 34%),
    linear-gradient(145deg, rgba(25,31,40,.98), rgba(13,17,23,.98));
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
}
.bp-cro-panel__head { max-width: 760px; margin-bottom: 26px; }
.bp-cro-panel__head h2 { margin: 8px 0 10px; }
.bp-cro-panel__head p { margin: 0; color: var(--bp-text-2); }
.bp-cro-proof {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
  margin: 24px 0;
}
.bp-cro-proof__item {
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--bp-border);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}
.bp-cro-proof__item strong { display:block; color:var(--bp-yellow); font-size:1.12rem; margin-bottom:5px; }
.bp-cro-proof__item span { display:block; color:var(--bp-text-2); font-size:.9rem; line-height:1.5; }
.bp-cro-journey {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:26px 0;
}
.bp-cro-step { position:relative; padding:20px 18px 18px 54px; border-radius:16px; background:rgba(255,255,255,.04); border:1px solid var(--bp-border); }
.bp-cro-step__no { position:absolute; left:16px; top:18px; width:28px; height:28px; display:grid; place-items:center; border-radius:9px; background:var(--bp-yellow); color:#15191f; font-weight:900; font-size:.82rem; }
.bp-cro-step strong { display:block; color:var(--bp-text); margin-bottom:4px; }
.bp-cro-step span { display:block; color:var(--bp-text-2); font-size:.88rem; line-height:1.5; }
.bp-cro-actions { display:flex; flex-wrap:wrap; align-items:center; gap:12px; margin-top:24px; }
.bp-cro-assurance { display:flex; flex-wrap:wrap; gap:10px 18px; margin-top:16px; color:var(--bp-muted); font-size:.83rem; }
.bp-cro-assurance span::before { content:'✓'; color:var(--bp-yellow); font-weight:900; margin-right:6px; }
.bp-cro-form-intro { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin:22px 0 28px; }
.bp-cro-form-intro__item { padding:16px; border:1px solid var(--bp-border); background:var(--bp-surface-2); border-radius:14px; }
.bp-cro-form-intro__item strong { color:var(--bp-yellow); display:block; margin-bottom:4px; }
.bp-cro-form-intro__item span { color:var(--bp-text-2); font-size:.86rem; }
.bp-field__hint { display:block; margin-top:6px; color:var(--bp-muted); font-size:.78rem; line-height:1.45; }
.bp-form__privacy-note { margin:14px 0 0; padding:12px 14px; border-radius:10px; background:rgba(255,204,0,.07); color:var(--bp-text-2); font-size:.82rem; }
.bp-project-conversion { margin-top:34px; }
@media (max-width: 900px) {
  .bp-cro-proof { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .bp-cro-journey { grid-template-columns:1fr; }
}
@media (max-width: 620px) {
  .bp-cro-panel { padding:22px 18px; border-radius:18px; }
  .bp-cro-proof, .bp-cro-form-intro { grid-template-columns:1fr; }
  .bp-cro-proof__item { min-height:auto; }
  .bp-cro-actions .bp-btn { width:100%; justify-content:center; }
}

/* Phase 12: verified case study layout */
.bp-case-intro{margin:0 0 28px;padding:22px 24px;border:1px solid rgba(255,204,0,.22);border-radius:18px;background:linear-gradient(135deg,rgba(255,204,0,.09),rgba(255,255,255,.025));}
.bp-case-intro p{margin:0;color:var(--bp-text-2);font-size:1.03rem;line-height:1.75;}
.bp-case-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:24px 0 34px;}
.bp-case-card{padding:22px;border:1px solid var(--bp-border);border-radius:18px;background:var(--bp-surface);}
.bp-case-card h3{margin:0 0 12px;font-size:1.02rem;color:var(--bp-yellow);}
.bp-case-card p{margin:0;color:var(--bp-text-2);line-height:1.7;}
.bp-case-list{margin:0;padding-left:20px;color:var(--bp-text-2);}
.bp-case-list li{margin:0 0 9px;line-height:1.65;}
.bp-case-deliverables{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 30px;}
.bp-case-deliverables span{display:inline-flex;padding:9px 12px;border-radius:999px;background:rgba(255,204,0,.1);border:1px solid rgba(255,204,0,.2);font-size:.86rem;font-weight:700;color:var(--bp-text);}
.bp-case-note{margin:28px 0;padding:18px 20px;border-left:4px solid var(--bp-yellow);background:rgba(255,255,255,.035);border-radius:0 14px 14px 0;}
.bp-case-note strong{display:block;margin-bottom:5px;color:var(--bp-text);}
.bp-case-note p{margin:0;color:var(--bp-text-2);font-size:.92rem;line-height:1.65;}
@media(max-width:760px){.bp-case-grid{grid-template-columns:1fr}.bp-case-card{padding:18px}.bp-case-intro{padding:18px}}

/* Secure form helpers */
.bp-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.bp-form button[disabled]{opacity:.65;cursor:wait}

/* Berpel SMTP form status and success modal */
.bp-hp,
.bp-form .bp-hp,
form[data-smtp-form] .bp-hp {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.bp-form__sent {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 650;
  text-align: center;
}
.bp-form__sent.is-error {
  border: 1px solid rgba(255, 88, 88, .55);
  background: rgba(220, 53, 69, .1);
  color: #ff8f8f;
}
.bp-form__spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  vertical-align: -3px;
  animation: bp-form-spin .75s linear infinite;
}
@keyframes bp-form-spin { to { transform: rotate(360deg); } }

html.bp-modal-open,
html.bp-modal-open body { overflow: hidden; }

.bp-success-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .24s ease, visibility .24s ease;
}
.bp-success-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.bp-success-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 13, .82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.bp-success-modal__dialog {
  position: relative;
  width: min(620px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 42px 46px 34px;
  border: 1px solid rgba(141, 153, 168, .28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 194, 0, .09), transparent 38%),
    linear-gradient(145deg, #1b232d 0%, #10171f 100%);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .6), 0 0 0 1px rgba(255, 255, 255, .025) inset;
  color: #f4f6f8;
  text-align: center;
  transform: translateY(18px) scale(.97);
  transition: transform .28s cubic-bezier(.2,.8,.2,1);
  outline: none;
}
.bp-success-modal.is-open .bp-success-modal__dialog { transform: translateY(0) scale(1); }
.bp-success-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #aeb7c2;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.bp-success-modal__close:hover,
.bp-success-modal__close:focus-visible {
  background: rgba(255,255,255,.07);
  color: #fff;
  transform: rotate(4deg);
}
.bp-success-modal__close svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.bp-success-modal__icon {
  position: relative;
  width: 146px;
  height: 146px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border: 2px solid #ffc400;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,196,0,.16), rgba(255,196,0,.025) 62%, transparent 64%);
  box-shadow: 0 0 36px rgba(255,196,0,.25), 0 0 90px rgba(255,196,0,.1);
}
.bp-success-modal__mail { width: 76px; height: 76px; fill: #ffc400; stroke: #10171f; stroke-width: 3.2; stroke-linejoin: round; }
.bp-success-modal__check {
  position: absolute;
  right: 2px;
  bottom: 3px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 5px solid #151d26;
  border-radius: 50%;
  background: #ffc400;
  color: #111820;
  box-shadow: 0 8px 22px rgba(0,0,0,.35);
}
.bp-success-modal__check svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 3.1; stroke-linecap: round; stroke-linejoin: round; }
.bp-success-modal__sparkles { position: absolute; inset: 50px 55px auto; height: 140px; pointer-events: none; }
.bp-success-modal__sparkles i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #ffc400; box-shadow: 0 0 10px rgba(255,196,0,.65); animation: bp-sparkle 1.9s ease-in-out infinite; }
.bp-success-modal__sparkles i:nth-child(1){left:7%;top:35%;animation-delay:.1s}.bp-success-modal__sparkles i:nth-child(2){left:22%;top:5%;animation-delay:.55s}.bp-success-modal__sparkles i:nth-child(3){left:31%;top:65%;animation-delay:.3s}.bp-success-modal__sparkles i:nth-child(4){right:29%;top:14%;animation-delay:.8s}.bp-success-modal__sparkles i:nth-child(5){right:12%;top:48%;animation-delay:.4s}.bp-success-modal__sparkles i:nth-child(6){right:24%;top:78%;animation-delay:.95s}
@keyframes bp-sparkle { 0%,100%{transform:scale(.55);opacity:.3}50%{transform:scale(1.25);opacity:1} }
.bp-success-modal h2 { margin: 0 0 13px; color: #f7f8fa; font-size: clamp(1.75rem, 4vw, 2.5rem); line-height: 1.14; letter-spacing: -.035em; }
.bp-success-modal h2 strong { color: #ffc400; font-weight: 800; }
.bp-success-modal p { margin: 0; color: #b9c1cb; font-size: 1.05rem; line-height: 1.65; }
.bp-success-modal__question { margin-top: 2px !important; }
.bp-success-modal__actions { display: grid; gap: 12px; width: min(390px,100%); margin: 28px auto 0; }
.bp-success-modal__primary,
.bp-success-modal__secondary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 20px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.bp-success-modal__primary { background: linear-gradient(135deg, #ffd21a, #ffb900); color: #121820; box-shadow: 0 12px 28px rgba(255,190,0,.2); }
.bp-success-modal__primary:hover,
.bp-success-modal__primary:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(255,190,0,.28); color: #121820; }
.bp-success-modal__secondary { border: 1px solid rgba(198,207,217,.38); background: rgba(255,255,255,.025); color: #eef2f6; }
.bp-success-modal__secondary:hover,
.bp-success-modal__secondary:focus-visible { transform: translateY(-2px); border-color: rgba(255,196,0,.55); background: rgba(255,196,0,.055); color: #fff; }
.bp-success-modal__primary svg,
.bp-success-modal__secondary svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.bp-success-modal__primary b { margin-left: auto; font-size: 1.45rem; line-height: 1; }
.bp-success-modal__secure { display: flex; justify-content: center; align-items: center; gap: 9px; margin-top: 25px; color: #929da9; font-size: .92rem; }
.bp-success-modal__secure svg { width: 20px; height: 20px; fill: none; stroke: #ffc400; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 640px) {
  .bp-success-modal { padding: 14px; }
  .bp-success-modal__dialog { padding: 38px 20px 26px; border-radius: 19px; }
  .bp-success-modal__icon { width: 118px; height: 118px; }
  .bp-success-modal__mail { width: 63px; height: 63px; }
  .bp-success-modal__check { width: 40px; height: 40px; border-width: 4px; }
  .bp-success-modal__sparkles { inset: 44px 25px auto; }
  .bp-success-modal p { font-size: .98rem; }
  .bp-success-modal__actions { margin-top: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .bp-success-modal,
  .bp-success-modal__dialog,
  .bp-success-modal__sparkles i,
  .bp-form__spinner { animation: none !important; transition: none !important; }
}

/* Final simplified form success popup */
.bp-success-modal__dialog--simple{width:min(430px,100%);padding:42px 34px 32px;overflow:visible}
.bp-success-modal__icon--simple{width:112px;height:112px;margin-bottom:22px}
.bp-success-modal__dialog--simple h2{margin-bottom:8px;font-size:clamp(1.7rem,4vw,2.15rem)}
.bp-success-modal__dialog--simple p{font-size:1rem}
.bp-success-modal__ok{min-width:150px;min-height:50px;margin-top:24px;border:0;border-radius:12px;background:linear-gradient(135deg,#ffd21a,#ffb900);color:#111820;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 12px 28px rgba(255,190,0,.2)}
.bp-success-modal__ok:hover,.bp-success-modal__ok:focus-visible{transform:translateY(-1px);box-shadow:0 16px 34px rgba(255,190,0,.28);outline:2px solid rgba(255,210,26,.35);outline-offset:3px}
@media(max-width:640px){.bp-success-modal__dialog--simple{padding:38px 22px 28px}.bp-success-modal__icon--simple{width:98px;height:98px}}

/* ===== Universal Reklam + related projects carousel refinements ===== */
.bp-slide--project .bp-slide__inner{padding-top:24px;padding-bottom:86px;}
.bp-slide--project .bp-slide__layout{width:100%;align-items:center;}
.bp-slide--project .bp-slide__content{position:relative;z-index:5;}
.bp-slide--project .bp-slide__cta{position:relative;z-index:7;margin-top:4px;}
.bp-slide--project .bp-slide__cta .bp-btn{visibility:visible;opacity:1;}
.bp-slide--project .bp-device--laptop .bp-device__screen{aspect-ratio:1600/651;}
.bp-slide--project .bp-device--laptop img{object-fit:cover;object-position:top center;}
.bp-slide--project .bp-device--phone .bp-device__screen{aspect-ratio:600/914;}
.bp-slide--project .bp-device--phone img{object-fit:cover;object-position:top center;}
.bp-related-projects .bp-carousel__toolbar{margin-top:-8px;margin-bottom:18px;}
.bp-related-projects .bp-carousel__track{scroll-behavior:smooth;overscroll-behavior-x:contain;}
.bp-related-projects .bp-carousel__track>.bp-card{flex:0 0 min(360px,84vw);}
.bp-related-projects .bp-carousel__btn{width:40px;height:40px;font-size:16px;font-weight:800;}
.bp-project-main-picture{display:block;}
@media (max-width:1100px){
  .bp-slide--project .bp-slide__inner{align-items:flex-start;padding-top:36px;padding-bottom:110px;overflow-y:auto;}
  .bp-slide--project .bp-slide__layout{gap:18px;}
  .bp-slide--project .bp-project-showcase{min-height:260px;}
}
@media (max-width:640px){
  .bp-hero{height:760px;min-height:760px;}
  .bp-slide--project .bp-slide__inner{padding-top:22px;padding-bottom:108px;}
  .bp-slide--project .bp-slide__eyebrow{margin-bottom:12px;font-size:.68rem;}
  .bp-slide--project h1{font-size:clamp(1.8rem,9vw,2.55rem);margin-bottom:10px;}
  .bp-slide--project p{font-size:.94rem;margin-bottom:14px;}
  .bp-slide--project .bp-project-badges{margin-bottom:12px;gap:6px;}
  .bp-slide--project .bp-project-badge{font-size:10px;padding:6px 9px;}
  .bp-slide--project .bp-slide__cta{gap:8px;}
  .bp-slide--project .bp-slide__cta .bp-btn{width:100%;padding:13px 16px;font-size:.92rem;}
  .bp-slide--project .bp-project-meta{display:none;}
  .bp-slider__dots{bottom:70px;max-width:70vw;overflow:hidden;}
  .bp-slider__controls{bottom:18px;right:14px;}
  .bp-slider__arrows{padding:0 10px;}
}


/* 2026-07-13 final layout corrections */
.bp-cro-panel{
  width:min(1100px,calc(100% - 40px));
  margin:42px auto 0;
  box-sizing:border-box;
}
.bp-cro-panel__head h2{font-size:clamp(1.65rem,3vw,2.45rem);line-height:1.14;}
.bp-cro-proof__item,.bp-cro-step{box-sizing:border-box;}
.bp-project-main-image,
.bp-project-main-picture img{
  display:block;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  aspect-ratio:auto!important;
}
.bp-project-main-picture{height:auto!important;overflow:visible!important;}
@media(max-width:620px){
  .bp-cro-panel{width:min(100% - 24px,1100px);margin-top:28px;}
}

/* =========================================================
   Berpel Theme System — Day / Night Mode
   ========================================================= */
html {
  color-scheme: dark;
  background: var(--bp-bg);
}
html[data-theme="light"] {
  color-scheme: light;
  --bp-bg: #f7f8fb;
  --bp-bg-2: #eef1f5;
  --bp-surface: #ffffff;
  --bp-surface-2: #f4f6f9;
  --bp-border: #d8dee7;
  --bp-text: #171b22;
  --bp-text-2: #4b5565;
  --bp-text-3: #697386;
  --bp-muted: #667085;
  --bp-yellow: #e6ad00;
  --bp-yellow-2: #f2bc13;
  --bp-yellow-soft: rgba(230, 173, 0, .13);
  --bp-yellow-strong: #c99100;
  --bp-anthracite: #eef1f5;
  --bp-shadow-sm: 0 3px 14px rgba(20, 28, 40, .08);
  --bp-shadow: 0 20px 50px -24px rgba(20, 28, 40, .25);
  --bp-shadow-yellow: 0 12px 30px -14px rgba(201, 145, 0, .35);
}

body,
.bp-header,
.bp-topbar,
.bp-mobile-nav,
.bp-card,
.bp-footer,
.bp-nav__sub,
.bp-a11y-panel,
.bp-form-card,
.bp-answerbox,
.bp-faq__item,
.bp-cta-banner {
  transition: background-color 320ms ease, color 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

/* Floating theme control — grouped with accessibility actions */
.bp-theme-toggle {
  position: relative;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--bp-border);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--bp-surface), var(--bp-surface-2));
  color: var(--bp-text);
  box-shadow: var(--bp-shadow-sm);
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
}
.bp-theme-toggle::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  background: radial-gradient(circle, var(--bp-yellow-soft) 0 35%, transparent 70%);
  opacity: 0;
  transform: scale(.65);
  transition: opacity var(--bp-trans), transform var(--bp-trans);
}
.bp-theme-toggle:hover {
  color: var(--bp-yellow);
  border-color: var(--bp-yellow);
  transform: translateY(-2px);
}
.bp-theme-toggle:hover::before { opacity: 1; transform: scale(1); }
.bp-theme-toggle svg { width: 21px; height: 21px; transition: transform 360ms cubic-bezier(.2,.8,.2,1), opacity 220ms ease; }
.bp-theme-toggle .bp-theme-icon--sun { display: none; }
html[data-theme="light"] .bp-theme-toggle .bp-theme-icon--moon { display: none; }
html[data-theme="light"] .bp-theme-toggle .bp-theme-icon--sun { display: block; }
.bp-theme-toggle:active svg { transform: rotate(18deg) scale(.92); }

/* Light mode refinements */
html[data-theme="light"] body {
  background-image:
    radial-gradient(circle at 12% 0%, rgba(230,173,0,.08), transparent 34rem),
    linear-gradient(180deg, #fbfcfe 0%, var(--bp-bg) 24rem);
}
html[data-theme="light"] .bp-topbar {
  background: #edf0f4;
  color: var(--bp-text-2);
  border-bottom-color: #d8dee7;
}
html[data-theme="light"] .bp-header {
  background: rgba(255,255,255,.86);
  box-shadow: 0 10px 32px rgba(25,34,46,.07);
}
html[data-theme="light"] .bp-nav__sub,
html[data-theme="light"] .bp-mobile-nav,
html[data-theme="light"] .bp-a11y-panel {
  background: rgba(255,255,255,.98);
}
html[data-theme="light"] .bp-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 16px 36px -28px rgba(24,34,48,.32);
}
html[data-theme="light"] .bp-card:hover {
  box-shadow: 0 24px 50px -28px rgba(24,34,48,.36), 0 0 0 1px rgba(230,173,0,.13);
}
html[data-theme="light"] .bp-section--alt {
  background: linear-gradient(180deg, #eef1f5 0%, #f4f6f9 100%);
}
html[data-theme="light"] .bp-footer {
  background: #e9edf2;
  color: var(--bp-text);
  border-top-color: #d5dce5;
}
html[data-theme="light"] .bp-footer p,
html[data-theme="light"] .bp-footer a { color: #4b5565; }
html[data-theme="light"] .bp-footer a:hover { color: var(--bp-yellow-strong); }
html[data-theme="light"] input,
html[data-theme="light"] textarea,
html[data-theme="light"] select {
  background: #fff;
  color: #171b22;
  border-color: #cfd6e0;
}
html[data-theme="light"] input::placeholder,
html[data-theme="light"] textarea::placeholder { color: #7a8494; }
html[data-theme="light"] .bp-btn--ghost {
  background: rgba(255,255,255,.65);
}
html[data-theme="light"] .bp-btn--ghost:hover {
  background: #fff9df;
}
html[data-theme="light"] .bp-eyebrow {
  color: var(--bp-yellow-ink);
  border-color: rgba(201,145,0,.55);
  background: rgba(255,204,0,.12);
}
html[data-theme="light"] .bp-pagehead {
  background-color: #edf0f4;
}
html[data-theme="light"] .bp-breadcrumb,
html[data-theme="light"] .bp-breadcrumb a { color: #5b6575; }
html[data-theme="light"] .bp-faq__item,
html[data-theme="light"] .bp-answerbox,
html[data-theme="light"] .bp-cta-banner,
html[data-theme="light"] .bp-form-card {
  background: #fff;
  box-shadow: var(--bp-shadow-sm);
}

/* Cinematic areas intentionally remain dark for visual consistency */
html[data-theme="light"] .bp-hero,
html[data-theme="light"] .bp-slide,
html[data-theme="light"] .bp-project-hero,
html[data-theme="light"] .bp-slider-projects {
  color-scheme: dark;
}
html[data-theme="light"] .bp-hero h1,
html[data-theme="light"] .bp-hero h2,
html[data-theme="light"] .bp-hero p,
html[data-theme="light"] .bp-slide h1,
html[data-theme="light"] .bp-slide h2,
html[data-theme="light"] .bp-slide p { color: #fff; }

@media (max-width: 1024px) {
  .bp-theme-toggle { width: 54px; height: 54px; flex-basis: 54px; border-radius: 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .bp-theme-toggle,
  .bp-theme-toggle svg,
  body,
  .bp-header,
  .bp-card { transition: none !important; }
}


/* =========================================================
   Theme v2 refinements — dark-first + polished light mode
   ========================================================= */
.bp-fab__theme {
  background: linear-gradient(145deg, #151a21, #0b0e12);
  color: var(--bp-yellow);
  border: 1px solid rgba(255,204,0,.42) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.34), 0 0 0 4px rgba(255,204,0,.05);
}
html[data-theme="light"] .bp-fab__theme {
  background: linear-gradient(145deg, #fff, #eef2f7);
  color: #9b7100;
  border-color: rgba(155,113,0,.34) !important;
  box-shadow: 0 14px 34px rgba(34,43,56,.18), 0 0 0 4px rgba(230,173,0,.08);
}
.bp-fab__theme:focus-visible,
.bp-fab__a11y:focus-visible { outline: 3px solid rgba(255,204,0,.45); outline-offset: 3px; }

html[data-theme="light"] body { color: #171b22; }
html[data-theme="light"] h1,
html[data-theme="light"] h2,
html[data-theme="light"] h3,
html[data-theme="light"] h4,
html[data-theme="light"] h5,
html[data-theme="light"] h6,
html[data-theme="light"] strong { color: #171b22; }
html[data-theme="light"] p,
html[data-theme="light"] li,
html[data-theme="light"] .bp-prose,
html[data-theme="light"] .bp-card p,
html[data-theme="light"] .bp-section-head p { color: #4b5565; }
html[data-theme="light"] .bp-header__cta,
html[data-theme="light"] .bp-nav__link,
html[data-theme="light"] .bp-mobile-nav a { color: #202631; }
html[data-theme="light"] .bp-nav__sub a:hover,
html[data-theme="light"] .bp-mobile-nav a:hover { color: var(--bp-yellow-ink); background: rgba(230,173,0,.10); }
html[data-theme="light"] .bp-card__tag { color: #775800; background: rgba(230,173,0,.15); border-color: rgba(201,145,0,.26); }
html[data-theme="light"] .bp-card__link,
html[data-theme="light"] .bp-prose a,
html[data-theme="light"] .bp-toc a { color: var(--bp-yellow-ink); }
html[data-theme="light"] .bp-footer h1,
html[data-theme="light"] .bp-footer h2,
html[data-theme="light"] .bp-footer h3,
html[data-theme="light"] .bp-footer h4,
html[data-theme="light"] .bp-footer h5,
html[data-theme="light"] .bp-footer h6,
html[data-theme="light"] .bp-footer strong,
html[data-theme="light"] .bp-footer__contact-item { color: #202631; }
html[data-theme="light"] .bp-footer p,
html[data-theme="light"] .bp-footer li,
html[data-theme="light"] .bp-footer a,
html[data-theme="light"] .bp-footer__about p { color: #4b5565; }
html[data-theme="light"] .bp-footer__bottom { color: #4b5565; border-top-color: #cfd6df; }
html[data-theme="light"] .bp-footer__bottom a { color: var(--bp-yellow-ink); }
html[data-theme="light"] .bp-footer .bp-logo span { color: #202631; }
html[data-theme="light"] .bp-pagehead:not(.bp-pagehead--with-cover) h1 { color: #171b22; }
html[data-theme="light"] .bp-pagehead:not(.bp-pagehead--with-cover) p { color: #4b5565; }
html[data-theme="light"] .bp-pagehead--with-cover h1,
html[data-theme="light"] .bp-pagehead--with-cover p,
html[data-theme="light"] .bp-pagehead--with-cover .bp-breadcrumb,
html[data-theme="light"] .bp-pagehead--with-cover .bp-breadcrumb a { color: #fff; }
html[data-theme="light"] .bp-mail-guide-hero p { color: rgba(255,255,255,.78); }
html[data-theme="light"] .bp-answerbox h4 { color: #775800; }
html[data-theme="light"] .bp-answerbox p,
html[data-theme="light"] .bp-faq__q,
html[data-theme="light"] .bp-faq__a p,
html[data-theme="light"] .bp-form-card h2,
html[data-theme="light"] .bp-form-card h3 { color: #202631; }
html[data-theme="light"] .bp-a11y-panel h4,
html[data-theme="light"] .bp-a11y-panel strong,
html[data-theme="light"] .bp-a11y-panel span { color: #202631; }
html[data-theme="light"] .bp-a11y-panel p { color: #586273; }
html[data-theme="light"] .bp-a11y-panel button { color: #202631; background: #f4f6f9; border-color: #d3dae4; }
html[data-theme="light"] .bp-a11y-panel button.is-active,
html[data-theme="light"] .bp-a11y-panel button.is-on { background: #202631; color: #fff; border-color: #202631; }
html[data-theme="light"] .bp-a11y-panel button.is-active :is(span, small, b),
html[data-theme="light"] .bp-a11y-panel button.is-on :is(span, small, b) { color: #fff; }
html[data-theme="light"] .bp-cookie { background: rgba(255,255,255,.98); color: #202631; }
html[data-theme="light"] .bp-cookie p { color: #4b5565; }
html[data-theme="light"] .bp-office,
html[data-theme="light"] .bp-contact-shared__item,
html[data-theme="light"] .bp-step,
html[data-theme="light"] .bp-toc { background: #fff; box-shadow: var(--bp-shadow-sm); }
html[data-theme="light"] .bp-route__search input,
html[data-theme="light"] .bp-route__modes button { background: #fff; color: #202631; border-color: #cfd6e0; }
html[data-theme="light"] .bp-route__modes button.is-active,
html[data-theme="light"] .bp-route__modes button:hover { background: var(--bp-yellow); color: #171b22; }
html[data-theme="light"] .bp-success-modal__dialog { background: #fff; color: #202631; border-color: #d7dee7; }
html[data-theme="light"] .bp-success-modal__dialog h2,
html[data-theme="light"] .bp-success-modal__dialog p { color: #202631; }
html[data-theme="light"] .bp-success-modal__close:hover,
html[data-theme="light"] .bp-success-modal__close:focus-visible { background: #eef1f5; color: #202631; }


/* =========================================================
   Mobile navigation emergency fix — viewport drawer
   ========================================================= */
@media (max-width: 1024px) {
  .bp-header {
    z-index: 1000001 !important;
    isolation: isolate;
  }
  .bp-burger {
    position: relative;
    z-index: 1000003;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .bp-mobile-nav {
    display: block !important;
    position: fixed !important;
    top: var(--bp-mobile-nav-top, var(--bp-header-h)) !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: auto !important;
    margin: 0 !important;
    padding: 20px max(22px, env(safe-area-inset-right)) calc(32px + env(safe-area-inset-bottom)) max(22px, env(safe-area-inset-left)) !important;
    z-index: 1000000 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    background: rgba(10, 13, 17, .985) !important;
    border-top: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .62);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(100%, 0, 0) !important;
    transition: transform .28s cubic-bezier(.2,.8,.2,1), opacity .2s ease, visibility 0s linear .28s !important;
    -webkit-overflow-scrolling: touch;
  }
  .bp-mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) !important;
    transition-delay: 0s !important;
  }
  .bp-mobile-nav > a,
  .bp-mobile-nav .bp-mobile-sub a {
    position: relative;
    z-index: 1;
  }
  html.bp-mobile-menu-open,
  html.bp-mobile-menu-open body {
    overflow: hidden !important;
    overscroll-behavior: none;
  }
  html[data-theme="light"] .bp-mobile-nav {
    background: rgba(255, 255, 255, .99) !important;
    border-top-color: rgba(20, 28, 40, .12);
    box-shadow: 0 30px 80px rgba(20, 28, 40, .28);
  }
}


/* =========================================================
   Mobile layout audit — corporate pages, sidebar and footer
   ========================================================= */
.bp-pagehead--with-cover .bp-pagehead__inner {
  padding-left: 24px;
  padding-right: 24px;
}
.bp-layout-sidebar > *,
.bp-prose,
.bp-sidebar { min-width: 0; }
.bp-sidebar a {
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: break-word;
}
.bp-footer__bottom:has(> div:only-child) {
  justify-content: center;
  text-align: center;
}

@media (max-width: 900px) {
  .bp-layout-sidebar {
    gap: 28px;
  }
  .bp-sidebar {
    position: static;
    top: auto;
    width: 100%;
    padding: 20px;
  }
  .bp-sidebar ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .bp-sidebar li { margin: 0; min-width: 0; }
  .bp-sidebar a {
    height: 100%;
    padding: 12px 13px;
    border: 1px solid var(--bp-border);
  }
  .bp-sidebar a.is-active::before { flex: 0 0 3px; }
}

@media (max-width: 640px) {
  .bp-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bp-topbar { display: none; }
  .bp-header__row {
    height: 68px;
    gap: 12px;
  }
  .bp-logo { font-size: 1.5rem; }
  .bp-header__cta { margin-left: auto; }
  .bp-pagehead--with-cover {
    min-height: 280px;
  }
  .bp-pagehead--with-cover .bp-pagehead__inner {
    padding: 44px 20px 40px;
  }
  .bp-pagehead h1 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.08;
    overflow-wrap: break-word;
  }
  .bp-pagehead p {
    font-size: 1rem;
    line-height: 1.65;
  }
  .bp-breadcrumb {
    gap: 5px;
    line-height: 1.5;
  }
  .bp-section { padding: 54px 0; }
  .bp-layout-sidebar { gap: 24px; }
  .bp-sidebar {
    padding: 16px;
    border-radius: 14px;
  }
  .bp-sidebar h4 {
    margin-bottom: 12px;
    font-size: .78rem;
  }
  .bp-sidebar ul {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .bp-sidebar a {
    padding: 12px 14px;
    font-size: .93rem;
    line-height: 1.35;
  }
  .bp-prose {
    font-size: .98rem;
    line-height: 1.75;
  }
  .bp-prose h2 {
    font-size: clamp(1.55rem, 7vw, 2rem);
    line-height: 1.2;
  }
  .bp-prose h3 { line-height: 1.3; }
  .bp-prose img {
    width: 100%;
    height: auto;
  }
  .bp-answerbox,
  .bp-prose blockquote {
    padding: 16px 18px;
  }
  .bp-footer {
    padding-top: 52px;
    margin-top: 38px;
  }
  .bp-footer__grid {
    gap: 30px;
  }
  .bp-footer__bottom {
    display: block;
    text-align: center;
    line-height: 1.7;
    padding: 22px 0;
  }
  .bp-footer__contact-item {
    align-items: flex-start;
  }
  .bp-mobile-nav {
    padding-left: max(20px, env(safe-area-inset-left)) !important;
    padding-right: max(20px, env(safe-area-inset-right)) !important;
  }
}


/* =========================================================
   Theme v3 — light-mode legibility + calm anthracite pagehead
   ========================================================= */

/* 1) Page header: flat anthracite instead of the busy gradient */
.bp-pagehead {
  background: var(--bp-anthracite);
  background-image: none;
}
.bp-pagehead::after { display: none; }
.bp-pagehead--with-cover .bp-pagehead__cover { opacity: .22; }
.bp-pagehead--with-cover .bp-pagehead__cover::after {
  background: linear-gradient(180deg, rgba(35,39,46,.88) 0%, rgba(28,32,38,.94) 100%);
}
.bp-pagehead--with-cover { background: #23272e; }
html[data-theme="light"] .bp-pagehead {
  background: linear-gradient(180deg, #eef1f5 0%, #e7ebf1 100%);
  border-bottom-color: #d8dee7;
}
html[data-theme="light"] .bp-pagehead--with-cover { background: #23272e; }

/* 2) Footer: no hardcoded white text left behind in light mode */
.bp-footer__office { display: block; color: #fff; }
html[data-theme="light"] .bp-footer__office { color: #202631; }
html[data-theme="light"] .bp-footer h5 { color: #171b22; }
html[data-theme="light"] .bp-footer__contact-item svg,
html[data-theme="light"] .bp-footer li svg { color: var(--bp-yellow-strong); }
html[data-theme="light"] .bp-footer .bp-socials a {
  color: #4b5565;
  border-color: #d5dce5;
  background: #fff;
}
html[data-theme="light"] .bp-footer .bp-socials a:hover {
  color: #171b22;
  background: var(--bp-yellow);
  border-color: var(--bp-yellow);
}

/* 3) Intentionally dark surfaces keep light text in light mode */
html[data-theme="light"] :is(
  .bp-decision-list,
  .bp-ai-answer,
  .bp-ai-card,
  .bp-ai-summary-hero,
  .bp-ai-entity-box,
  .bp-blog-conversion,
  .bp-hub-card,
  .bp-knowledge-hero,
  .bp-knowledge-head,
  .bp-knowledge-stat,
  .bp-pagehead--with-cover,
  .bp-hero,
  .bp-slide
) :is(h1, h2, h3, h4, h5, h6, strong, dt) { color: #fff; }

html[data-theme="light"] :is(
  .bp-decision-list,
  .bp-ai-answer,
  .bp-ai-card,
  .bp-ai-summary-hero,
  .bp-ai-entity-box,
  .bp-blog-conversion,
  .bp-hub-card,
  .bp-knowledge-hero,
  .bp-knowledge-head,
  .bp-knowledge-stat
) :is(p, li, span, dd, small) { color: rgba(255,255,255,.84); }

html[data-theme="light"] .bp-knowledge-page { background: #10151b; }
html[data-theme="light"] :is(.bp-ai-answer, .bp-blog-conversion, .bp-hub-card) a:not(.bp-btn) { color: #ffd54a; }
html[data-theme="light"] .bp-blog-conversion__primary { color: #101828; }
html[data-theme="light"] .bp-hub-card__meta span { color: #cbd3dc; }
html[data-theme="light"] .bp-kicker { color: #a06f00; border-color: rgba(160,111,0,.45); background: rgba(255,196,0,.10); }
html[data-theme="light"] .bp-knowledge-hub .bp-kicker { color: #ffd01a; border-color: rgba(255,196,0,.45); background: rgba(255,196,0,.055); }

/* 4) Dark-mode safety: decision list on light-ish prose stays readable */
.bp-decision-list { border: 1px solid rgba(255,255,255,.08); }

/* =========================================================
   Premium FAB + Topbar refresh (2026-08-28)
   ========================================================= */

/* --- Floating actions: unified premium glass stack --- */
.bp-fab { gap: 10px; }
.bp-fab a, .bp-fab button,
.bp-fab a.bp-fab__wa, .bp-fab a.bp-fab__call, .bp-fab button.bp-fab__a11y {
  width: 52px; height: 52px;
  background: linear-gradient(150deg, rgba(30,36,45,.92), rgba(15,19,25,.96));
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 12px 28px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.06);
  transition: transform .28s cubic-bezier(.2,.8,.2,1), border-color .28s ease, box-shadow .28s ease, background .28s ease;
}
.bp-fab a svg, .bp-fab button svg { transition: transform .28s cubic-bezier(.2,.8,.2,1), color .28s ease; }
.bp-fab a.bp-fab__wa svg { color: #31d96c; }
.bp-fab a.bp-fab__call svg { color: var(--bp-yellow); }
.bp-fab button.bp-fab__a11y svg { color: #9db8ff; }
.bp-fab a:hover, .bp-fab button:hover,
.bp-fab a.bp-fab__wa:hover, .bp-fab a.bp-fab__call:hover, .bp-fab button.bp-fab__a11y:hover {
  transform: translateY(-3px);
  border-color: rgba(255,204,0,.55);
  box-shadow: 0 18px 38px rgba(0,0,0,.46), 0 0 0 4px rgba(255,204,0,.10), inset 0 1px 0 rgba(255,255,255,.08);
  background: linear-gradient(150deg, rgba(38,45,56,.95), rgba(18,23,30,.97));
}
.bp-fab a:hover svg, .bp-fab button:hover svg { transform: scale(1.12); }
.bp-fab a.bp-fab__wa:hover svg { color: #3ce47a; }
.bp-fab a.bp-fab__call:hover svg { color: #ffd84d; }
.bp-fab button.bp-fab__a11y:hover svg { color: #b9ccff; }
.bp-fab a:active, .bp-fab button:active { transform: translateY(-1px) scale(.96); }
.bp-fab a:focus-visible, .bp-fab button:focus-visible {
  outline: 3px solid rgba(255,204,0,.5); outline-offset: 3px;
}

html[data-theme="light"] .bp-fab a, html[data-theme="light"] .bp-fab button,
html[data-theme="light"] .bp-fab a.bp-fab__wa, html[data-theme="light"] .bp-fab a.bp-fab__call,
html[data-theme="light"] .bp-fab button.bp-fab__a11y {
  background: linear-gradient(150deg, #ffffff, #eef1f6);
  border-color: rgba(24,34,48,.12);
  box-shadow: 0 12px 28px rgba(24,34,48,.18), inset 0 1px 0 #fff;
}
html[data-theme="light"] .bp-fab a.bp-fab__wa svg { color: #17914b; }
html[data-theme="light"] .bp-fab a.bp-fab__call svg { color: var(--bp-yellow-ink); }
html[data-theme="light"] .bp-fab button.bp-fab__a11y svg { color: #1a4fd6; }
html[data-theme="light"] .bp-fab a:hover, html[data-theme="light"] .bp-fab button:hover {
  border-color: rgba(122,92,0,.5);
  box-shadow: 0 18px 38px rgba(24,34,48,.24), 0 0 0 4px rgba(230,173,0,.12), inset 0 1px 0 #fff;
}

/* --- Top bar: tek tip premium satır --- */
.bp-topbar {
  background: linear-gradient(180deg, #0c0f14, #0a0d11);
  padding: 7px 0;
  font-size: .82rem;
  letter-spacing: .01em;
}
.bp-topbar__row { gap: 14px; }
.bp-topbar__left, .bp-topbar__right { gap: 8px; }
.bp-topbar a {
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: var(--bp-text-2);
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease;
}
.bp-topbar a svg { width: 15px; height: 15px; opacity: .8; transition: opacity .22s ease; }
.bp-topbar a:hover, .bp-topbar a:focus-visible {
  color: var(--bp-yellow);
  background: rgba(255,204,0,.07);
  border-color: rgba(255,204,0,.28);
  transform: translateY(-1px);
}
.bp-topbar a:hover svg { opacity: 1; }
.bp-topbar__right > span {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px; border-radius: 999px;
  background: rgba(255,204,0,.08);
  border: 1px solid rgba(255,204,0,.25);
  font-size: .8rem; font-weight: 700;
}
.bp-topbar a.bp-topbar__guide {
  padding: 5px 14px;
  font-size: .8rem;
  box-shadow: 0 6px 16px rgba(255,204,0,.16);
}
.bp-topbar a.bp-topbar__guide:hover { transform: translateY(-1px); }

html[data-theme="light"] .bp-topbar {
  background: linear-gradient(180deg, #f2f4f8, #e9edf3);
  border-bottom-color: #d8dee7;
}
html[data-theme="light"] .bp-topbar a { color: #465161; }
html[data-theme="light"] .bp-topbar a:hover, html[data-theme="light"] .bp-topbar a:focus-visible {
  color: var(--bp-yellow-ink);
  background: rgba(230,173,0,.10);
  border-color: rgba(122,92,0,.35);
}
html[data-theme="light"] .bp-topbar__right > span {
  background: rgba(230,173,0,.12);
  border-color: rgba(122,92,0,.30);
}

/* ============================================================
   PREMIUM LOGO EFEKTİ — "Elegant Shimmer"
   - Sarı "pel" üzerinde periyodik ışık süpürmesi (skewed shine)
   - Yumuşak sarı glow
   - Hover'da sarı altı çizgi aksanı
   - reduced-motion'da tamamen kapalı
   ============================================================ */
.bp-logo span {
  position: relative;
  display: inline-block;
}

/* Hover'da sarı çizgi aksanı */
.bp-logo span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 3px;
  width: 26%;
  border-radius: 999px;
  background: var(--bp-yellow);
  opacity: .85;
  box-shadow: 0 0 10px rgba(245, 197, 24, .55);
  transition: width .55s cubic-bezier(.22, 1, .36, 1);
}
@media (prefers-reduced-motion: no-preference) {
  .bp-logo:hover span::after { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .bp-logo span::after { transition: none; }
}


/* Logo hover'da global a:hover sarısını uygulama; düz BERPEL görünümü koru */
.bp-logo:hover, .bp-logo:hover span { color: var(--bp-text); }
html[data-theme="light"] .bp-logo:hover span { color: #202631; }

.bp-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;}
