
* { -webkit-tap-highlight-color: transparent !important; }
/* ============================================================
   Biorez Landing — landing page styles
   Variabilele --primary / --accent sunt injectate din Customizer
   (vezi functions.php: biorez_landing_inline_css()).
   ============================================================ */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

.brl-page {
  --primary: #0b6e8c;
  --primary-dark: #074a5e;
  --primary-light: #4fb3c9;
  --accent: #18c39b;
  --accent-soft: #e6fbf4;
  --bg: #f6fafc;
  --bg-soft: #eef5f8;
  --text: #1d2a33;
  --text-soft: #5a6b76;
  --border: #d7e3ea;
  --white: #ffffff;
  --shadow: 0 10px 30px rgba(11, 110, 140, 0.10);
  --shadow-lg: 0 20px 50px rgba(11, 110, 140, 0.18);
  --radius: 16px;
  --radius-sm: 10px;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --font-head: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --fs-h1: clamp(32px, 5vw, 52px);
  --fs-h2: clamp(28px, 3.5vw, 40px);
  --btn-text: #ffffff;
  --logo-h: 44px;
  --footer-logo-h: 38px;

  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  /* 'clip' nu creează scroll-container (nu strică position:sticky), spre deosebire de 'hidden' */
  overflow-x: clip;
}
.brl-page * { box-sizing: border-box; margin: 0; padding: 0; }
.brl-page a { color: inherit; text-decoration: none; }
.brl-page img { max-width: 100%; display: block; }

.brl-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== HEADER (sticky) ===== */
.brl-header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .25s ease, background .25s ease;
}
.admin-bar .brl-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .brl-header {
    top: 46px;
  }
}
.brl-header.scrolled {
  background: rgba(255,255,255,0.98);
  box-shadow: 0 6px 24px rgba(11, 110, 140, 0.10);
}
.brl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  position: relative; /* pentru panoul mobil absolut */
}
.brl-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
  color: var(--primary);
  line-height: 1;
}
.brl-logo-mark {
  width: var(--logo-h, 44px); height: var(--logo-h, 44px);
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: grid; place-items: center;
  color: #fff; font-weight: 800;
  box-shadow: var(--shadow);
  font-size: calc(var(--logo-h,44px) * 0.55);
  flex-shrink: 0;
}
/* Logou încărcat din Customizer (Site Identity → Logo) — mărime controlabilă */
.brl-logo .brl-logo-link { display: inline-flex; align-items: center; line-height: 0; }
.brl-header img.custom-logo {
  height: var(--logo-h, 44px) !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
}

/* Scroll lin + offset pentru header sticky */
html { scroll-behavior: smooth; scroll-padding-top: 90px; }

/* Logo footer — mărime controlabilă separat */
.brl-footer .brl-logo .brl-logo-link img,
.brl-footer .brl-logo img.custom-logo { height: var(--footer-logo-h, 38px) !important; width: auto !important; max-width: none !important; max-height: none !important; }
.brl-footer .brl-logo-mark { width: var(--footer-logo-h,38px); height: var(--footer-logo-h,38px); font-size: calc(var(--footer-logo-h,38px)*0.55); flex-shrink: 0; }
.brl-foot-about .brl-logo { align-items: center; margin-bottom: 4px; }
.brl-nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
}
.brl-nav-links.align-center { margin: 0 auto; }
.brl-nav-links.align-left { margin-right: auto; margin-left: 30px; }
.brl-nav-links.align-right { margin-left: auto; }

.brl-nav-links a:not(.brl-nav-cta) {
  color: var(--text-soft);
  font-weight: 500;
  transition: color .2s;
  position: relative;
}
.brl-nav-links a:not(.brl-nav-cta)::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--nav-hover, #063126);
  transition: width 0.3s ease;
  border-radius: 2px;
}
.brl-nav-links a:not(.brl-nav-cta):hover::after {
  width: 100%;
}
.brl-nav-links a:not(.brl-nav-cta):hover { color: var(--primary); }
.brl-page a.brl-nav-cta {
  background: var(--primary);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  transition: transform .2s, box-shadow .2s;
}
.brl-page a.brl-nav-cta:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.brl-burger {
  display: none; background: none; border: none;
  cursor: pointer; font-size: 26px; color: var(--primary);
  transition: transform .2s;
}
.brl-burger:hover { transform: scale(1.1); }

.mobile-only { display: none !important; }
.desktop-only { display: block !important; }

.brl-mobile-brand {
  display: none;
  color: var(--mob-brand-color, #044b5f);
}
.brl-desktop-brand {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 24px;
  color: var(--primary-dark);
  margin-left: 6px;
  line-height: 1;
}

/* Meniu mobil — `.brl-nav-links` devine panou slide-down (aceleași linkuri, fără duplicare) */
@media (max-width: 900px) {
  .brl-nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 4px;
    padding: 14px 24px 22px;
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
    max-height: 0;
    opacity: 0;
    transform: translateY(-8px);
    overflow: hidden;
    transition: max-height .35s ease, opacity .3s ease, transform .3s ease;
    pointer-events: none;
  }
  .brl-nav.open .brl-nav-links {
    max-height: 420px;
    opacity: 1; pointer-events: auto; transform: translateY(0);
  }
  .brl-nav-links.align-center, .brl-nav-links.align-left, .brl-nav-links.align-right { margin: 0; }
  .mobile-only { display: block !important; }
  .desktop-only { display: none !important; }
  
  .brl-burger { display: block; }
  
  .brl-mobile-brand {
    display: block;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 17px;
    color: var(--mob-brand-color, #044b5f);
    margin: 0 auto;
  }
  .brl-desktop-brand { display: none; }

  .brl-nav-links li { width: 100%; }
  .brl-nav-links a:not(.brl-nav-cta) {
    display: block;
    padding: 12px 6px;
    color: var(--text);
    font-weight: 600;
    border-bottom: 1px dashed var(--border);
  }
  .brl-nav-links li:last-child a { border-bottom: none; }
  .brl-nav-cta-wrap { margin-top: 12px; }
  .brl-nav-cta { display: inline-flex; }
}

/* ===== GLOBAL BUTTONS ===== */
.brl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
.brl-page a.brl-btn-primary,
.brl-btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: var(--btn-text, #ffffff) !important;
  box-shadow: var(--shadow);
}
.brl-page a.brl-btn-primary:hover,
.brl-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.brl-btn-ghost {
  background: #fff;
  color: var(--primary);
  border: 1px solid var(--border);
}
.brl-btn-ghost:hover {
  border-color: var(--primary);
}

/* ===== HERO TYPOGRAPHY ===== */
.brl-hero {
  padding: 60px 0;
}

/* ===== HERO PREMIUM ===== */
.brl-hero-premium {
  position: relative;
  padding: 100px 0 80px;
  background: linear-gradient(135deg, var(--hero-bg-1, #021a14) 0%, var(--hero-bg-2, #063126) 100%); /* Dark premium green customizable */
  color: #fff;
  overflow: hidden;
}
.brl-hero-top.brl-hero-premium {
  padding: 40px 0;
}
.brl-hero-premium .brl-hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}
.brl-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  color: var(--primary-dark);
  font-weight: 600;
  font-size: var(--fs-badge, 14px);
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.brl-hero-badge .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
}
.brl-hero h1 {
  font-family: var(--font-head);
  font-size: var(--fs-h1, 48px);
  font-weight: 800;
  line-height: var(--lh-h1, 1.15);
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  color: var(--text);
}
.brl-hero h1 .grad {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brl-hero .lead {
  font-size: var(--fs-showcase, 20px);
  color: var(--text-soft);
  max-width: 800px;
  margin: 0 auto 36px auto;
  line-height: 1.6;
}
.brl-hero-actions { 
  display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; justify-content: center;
}
.brl-hero .brl-hero-checks {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.brl-hero-checks .check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  text-align: left;
}
.brl-hero-checks .check-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  background: #18c39b;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  flex-shrink: 0;
}
.brl-hero-img-placeholder img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  border-radius: 32px;
  margin: 0 auto;
}
.brl-hero-visual {
  order: -1;
  width: 100%;
}

/* ===== SECTIONS ===== */
.brl-page section { padding: 60px 0; }
.brl-sec-head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.brl-eyebrow {
  color: var(--primary);
  font-weight: 700;
  font-size: var(--fs-eyebrow, 13px);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-block;
}
.brl-page h2 {
  font-family: var(--font-head);
  font-size: var(--fs-h2);
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  line-height: var(--lh-h1, 1.15);
}
.brl-sec-head p { color: var(--text-soft); font-size: 18px; }

/* ===== APPS INTRO (PREMIUM) ===== */
.brl-apps-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}
.brl-app-card-premium {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  color: var(--text);
  border: 1px solid var(--border);
  box-shadow: 0 10px 30px rgba(11, 110, 140, 0.05);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease, border-color 0.4s ease;
  position: relative;
  overflow: hidden;
}
.brl-app-card-premium::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle at top right, rgba(24,195,155,0.06), transparent 60%);
  pointer-events: none;
}
.brl-app-card-premium:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: 0 20px 40px rgba(11, 110, 140, 0.12);
}
.brl-app-card-premium .card-ic {
  width: 72px; height: 72px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 20px;
  display: grid; place-items: center;
  box-shadow: var(--shadow);
}
.brl-app-card-premium .card-ic svg {
  width: 32px; height: 32px;
  stroke: #fff;
}
.brl-app-card-premium h4 {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  color: var(--primary-dark);
}
.brl-app-card-premium p {
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.6;
}

/* ===== PREMIUM SHOWCASE SECTIONS ===== */
.brl-premium-section {
  padding: 60px 0;
  background: #fff;
}
.brl-premium-section.bg-light {
  background: #f8fbfb;
}
.brl-premium-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.brl-premium-grid.reverse > .brl-premium-visual { order: -1; }
.brl-pill {
  display: inline-block;
  padding: 6px 16px;
  background: #e9f8f4;
  color: #11a280;
  font-size: var(--fs-pill, 12px);
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 50px;
  margin-bottom: 24px;
  border: 1px solid #c8ede2;
}
.brl-premium-content h2 {
  font-family: var(--font-head);
  font-size: var(--fs-h2, 48px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  color: var(--primary-dark);
}
.brl-premium-content .lead {
  font-size: var(--fs-showcase, 18px);
  color: var(--text-soft);
  margin-bottom: 40px;
  line-height: 1.6;
}
/* Cab Grid */
.brl-cab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
.brl-cab-feat {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px;
  transition: transform .3s, box-shadow .3s;
}
.brl-cab-feat:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: #d1e4e9;
}
.brl-cab-feat .num {
  font-size: 14px;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 12px;
}
.brl-cab-feat h4 {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--primary-dark);
}
.brl-cab-feat p {
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.5;
}
/* Patient List */
.brl-pat-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
.brl-pat-list .pat-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-dark);
}
.brl-pat-list .check {
  color: var(--accent);
  font-size: 14px;
  margin-top: 2px;
}
.brl-premium-link {
  font-weight: 700;
  color: var(--primary-dark);
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.brl-premium-link:hover {
  color: var(--accent);
}
.brl-showcase-img-placeholder img {
  width: 100%;
  border-radius: 32px;
  box-shadow: var(--shadow-lg);
}

@media (max-width: 900px) {
  .brl-hero-top.brl-hero-premium { padding: 32px 0 16px 0 !important; }
  .brl-hero { padding: 40px 0 24px 0 !important; }
  .brl-container { padding: 0 16px; }
  .brl-hero-checks { flex-direction: column; align-items: flex-start; gap: 12px; width: fit-content; margin: 0 auto; }
  .brl-hero-grid, .brl-premium-grid, .brl-apps-intro-grid, .brl-contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .brl-premium-grid > .brl-premium-visual { order: -1; }
  .brl-cab-grid, .brl-pat-list { grid-template-columns: 1fr; }
}

/* ===== FEATURES ===== */
.brl-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.brl-feature {
  background: #fff;
  padding: 30px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: transform .25s, box-shadow .25s;
}
.brl-feature:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.brl-feature .brl-ic { width: 54px; height: 54px; font-size: 26px; margin-bottom: 16px; }
.brl-feature h4 { font-size: calc(var(--fs-h3, 24px) - 4px); margin-bottom: 8px; }
.brl-feature p { color: var(--text-soft); font-size: 15px; }

/* ===== HOW IT WORKS ===== */
.brl-how { background: linear-gradient(180deg, var(--bg-soft), var(--bg)); }
.brl-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.brl-step {
  background: #fff;
  padding: 28px 22px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  position: relative;
  transition: transform .25s, box-shadow .25s;
}
.brl-step:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.brl-step .num {
  position: absolute;
  top: -16px; left: 22px;
  width: 38px; height: 38px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff; font-weight: 800;
  border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: var(--shadow);
}
.brl-step h4 { font-size: 17px; margin: 10px 0 8px; }
.brl-step p { color: var(--text-soft); font-size: 14px; }

/* ===== TESTIMONIALS ===== */
/* ===== TESTIMONIALS CAROUSEL ===== */
.brl-testi-carousel {
  position: relative;
  padding: 0 60px; /* Space for arrows */
}
.brl-testi-viewport {
  overflow: hidden;
  width: auto;
  padding: 40px 2px; /* Vertical space for shadow, 2px horizontal for subpixel rounding tolerance */
  margin: -40px -2px;
}
.brl-testi-track {
  display: flex;
  gap: 22px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.brl-testi {
  background: var(--brl-white);
  padding: 40px;
  border-radius: 24px;
  border: 1px solid var(--border); /* Clean border, no shadow */
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  flex: 0 0 calc(33.333% - 14.66px); /* Desktop */
  display: flex;
  flex-direction: column;
}
.brl-testi:hover {
  transform: translateY(-5px);
  border-color: var(--primary); /* Highlight on hover instead of giant shadow */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05); /* very subtle hover shadow */
}

/* Navigation */
.brl-carousel-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.brl-carousel-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: all .2s;
  color: var(--primary);
  font-size: 20px;
}
.brl-carousel-btn:hover { background: var(--primary); color: #fff; border-color: var(--primary); transform: scale(1.05); }
.brl-carousel-btn.disabled { opacity: 0.3; cursor: default; transform: none; background: #fff; color: var(--primary); border-color: var(--border); }

.brl-s1-link { font-size: var(--s1-link-fs); }
.brl-s2-link { font-size: var(--s2-link-fs); }

.brl-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.brl-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #d0dde3;
  cursor: pointer;
  transition: all .3s;
}
.brl-dot.active { background: var(--primary); transform: scale(1.2); }
.brl-testi .stars { color: #f5a623; margin-bottom: 12px; letter-spacing: 2px; }
.brl-testi .quote { font-style: italic; color: var(--text-soft); margin-bottom: 24px; }
.brl-testi .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.brl-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff; font-weight: 700;
  display: grid; place-items: center;
}
.brl-who b { font-size: 14px; display: block; }
.brl-who span { font-size: 12px; color: var(--text-soft); }

/* ===== CTA ===== */
.brl-cta-band {
  background: linear-gradient(135deg, var(--cta-bg-1), var(--cta-bg-2));
  border-radius: 28px;
  padding: 60px 40px;
  text-align: center;
  color: #fff;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.brl-cta-band::before {
  content: '';
  position: absolute;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(24,195,155,0.25), transparent 70%);
  top: -100px; right: -80px;
}
.brl-cta-band h2 { color: #fff; }
.brl-cta-band p { color: rgba(255,255,255,0.85); max-width: 600px; margin: 0 auto 28px; font-size: 18px; }
.brl-cta-band .brl-page a.brl-btn-primary,
.brl-cta-band .brl-btn-primary { background: var(--accent); color: #fff !important; }
.brl-cta-band .brl-page a.brl-btn-primary:hover,
.brl-cta-band .brl-btn-primary:hover { background: #0bbf8e; }
.brl-cta-band .brl-btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.06);
}
.brl-cta-band .brl-btn-ghost:hover {
  background: rgba(255,255,255,0.14);
  border-color: #fff;
}

/* ===== CONTACT SECTION ===== */
.brl-contact-section {
  padding: 80px 0;
  background: var(--bg);
}
.brl-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.brl-contact-info {
  padding-right: 20px;
}
.brl-contact-methods {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.c-method {
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-icon {
  width: 56px; height: 56px;
  background: #fff;
  border-radius: 16px;
  display: grid; place-items: center;
  box-shadow: var(--shadow);
  color: var(--accent);
}
.c-icon svg { width: 24px; height: 24px; }
.c-text { display: flex; flex-direction: column; }
.c-text span { font-size: 14px; color: var(--text-soft); }
.c-text strong { font-size: 18px; color: var(--primary-dark); font-weight: 700; }

.brl-contact-form-wrapper {
  perspective: 1000px;
}
.brl-glass-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(11, 110, 140, 0.08);
  position: relative;
}
.brl-demo-form .form-group {
  margin-bottom: 24px;
  text-align: left;
}
.brl-demo-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 8px;
}
.brl-demo-form input,
.brl-demo-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-soft);
  font-family: inherit;
  font-size: 15px;
  color: var(--text);
  transition: all .2s;
}
.brl-demo-form input:focus,
.brl-demo-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(24,195,155,0.1);
}

@media (max-width: 900px) {
  .brl-contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .brl-contact-info {
    padding-right: 0;
  }
  .brl-contact-section {
    padding: 50px 0;
  }
}

/* ===== FOOTER ===== */
.brl-footer {
  background: #0c2a35;
  color: #a8c0cc;
  padding: 60px 0 24px;
}
.brl-foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 36px;
}
.brl-foot-grid h5 { color: #fff; font-size: 15px; margin-bottom: 14px; }
.brl-foot-grid ul { list-style: none; }
.brl-foot-grid ul li { margin-bottom: 8px; }
.brl-foot-grid ul a:hover { color: #fff; }
.brl-foot-about p { font-size: 14px; margin-top: 14px; max-width: 320px; }
.brl-social { display: flex; gap: 10px; margin-top: 16px; }
.brl-social a {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  display: grid; place-items: center;
  transition: background .2s;
  color: #fff;
  font-weight: 700;
}
.brl-social a:hover { background: var(--primary); }
.brl-foot-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
}

/* Imagine hero optional (din Customizer) */
.brl-hero-img {
  width: 100%;
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  object-fit: cover;
}
.brl-page .brl-hero-dyn-img {
  width: var(--hero-img-w, 100%);
  max-width: none !important;
  display: block;
  margin: 0 !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.brl-hero-visual { width: 100%; text-align: center; display: block; }
.brl-hero-img-placeholder { width: 100%; text-align: center; display: block; }
.brl-hero-img-placeholder picture { width: 100%; display: block; }

/* Footer — coloane HTML personalizabile */
.brl-foot-html h5 { color: #fff; font-size: 15px; margin-bottom: 14px; }
.brl-foot-html .foot-links { list-style: none; }
.brl-foot-html .foot-links li { margin-bottom: 8px; }
.brl-foot-html .foot-links a { color: #a8c0cc; }
.brl-foot-html .foot-links a:hover { color: #fff; }
.brl-foot-html a { color: #a8c0cc; }
.brl-foot-html a:hover { color: #fff; }

/* Reveal animation */
.brl-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.brl-reveal.show { opacity: 1; transform: none; }

/* Back to Top button */
.brl-back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: var(--btt-bg);
  color: #fff !important;
  border-radius: 50%;
  display: none;
  place-items: center;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(24,195,155,0.4);
  z-index: 999;
  transition: opacity .3s, transform .3s, background .3s, color .3s;
  opacity: 0;
  transform: translateY(20px);
}
.brl-back-to-top.show { display: grid; opacity: 1; transform: translateY(0); }
.brl-back-to-top svg { width: 24px; height: 24px; fill: none; stroke: var(--btt-icon); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; transition: stroke .3s; }
@media (hover: hover) and (pointer: fine) {
  .brl-back-to-top:hover { background: var(--btt-hover-bg); color: #fff !important; }
  .brl-back-to-top:hover svg { stroke: var(--btt-hover-icon); }
}

/* ===== PRICING ===== */
.brl-pricing-section {
  padding: var(--prc-pad-d, 100px) 0 !important;
}
.brl-pricing-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}
.brl-pricing-title {
  font-size: var(--prc-title-d, 42px) !important;
  margin-bottom: 24px;
}
.brl-pricing-subtitle {
  font-size: 18px;
  color: var(--prc-text);
  opacity: 0.8;
  margin-bottom: 40px;
}
/* ==========================================================================
   PRICING TOGGLE
   ========================================================================== */
.brl-pricing-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.brl-pricing-toggle {
    background: rgba(0,0,0,0.15) !important;
    padding: 8px !important;
    border-radius: 50px !important;
    display: inline-flex;
    gap: 16px;
    border: 1px solid rgba(255,255,255,0.1);
  }
.brl-toggle-bg {
  display: none !important;
}
.brl-pricing-toggle button {
  padding: 12px 32px !important;
  border-radius: 50px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  border: 1px solid #94a3b8 !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  opacity: 1 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  
}
.brl-pricing-toggle button:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.brl-pricing-toggle button.active {
  background: #fff !important;
  color: var(--primary, #111) !important;
  border-color: #fff !important;
  
}
.brl-pricing-promo-text {
  font-size: 14px;
  color: var(--prc-text);
  opacity: 0.9;
  margin-top: -20px;
  margin-bottom: 24px;
  font-weight: 600;
}
.brl-pricing-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.7s ease;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}
.brl-pricing-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.15); }

/* Cardul Recomandat / Cel mai ales */
@media (min-width: 992px) {
  .brl-reveal.show.brl-plan-highlight,
  .brl-plan-highlight {
    transform: scale(1.08) !important;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  }
  .brl-reveal.show.brl-plan-highlight:hover,
  .brl-plan-highlight:hover {
    transform: scale(1.08) translateY(-8px) !important;
  }
}
.brl-plan-highlight { border: 2px solid var(--prc-accent, var(--accent)); }

/* Badge plan */
.brl-plan-badge {
  background: var(--prc-badge, var(--accent));
  animation: brlPulseBadge 2s infinite;
}

@keyframes brlPulseBadge {
  0% { transform: translate(-50%, -50%) scale(1); box-shadow: 0 0 0 0 rgba(0,0,0,0.2); }
  50% { transform: translate(-50%, -50%) scale(1.05); box-shadow: 0 0 0 10px rgba(0,0,0,0); }
  100% { transform: translate(-50%, -50%) scale(1); box-shadow: 0 0 0 0 rgba(0,0,0,0); }
}

/* Butoane */
.brl-pricing-btn { transition: all 0.3s ease; }
.brl-pricing-btn:hover { opacity: 0.9; transform: scale(1.03); }
.brl-pricing-btn.btn-secondary { background: #fff !important; border: 2px solid var(--prc-accent, var(--accent)); color: var(--prc-accent, var(--accent)) !important; }
.brl-pricing-btn.btn-secondary:hover { background: var(--prc-accent, var(--accent)) !important; color: #fff !important; }
.brl-pricing-btn.btn-primary { background: var(--prc-accent, var(--accent)) !important; color: #fff !important; box-shadow: 0 8px 20px rgba(0,0,0,0.15); text-transform: uppercase; letter-spacing: 0.5px; }
.brl-pricing-btn.btn-primary:hover { box-shadow: 0 12px 25px rgba(0,0,0,0.25); }

@keyframes brlPulsePromo {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.4); }
  70% { box-shadow: 0 0 0 10px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .brl-pricing-section {
    padding: 30px 0 var(--prc-pad-m, 60px) !important;
  }
  .brl-pricing-header {
    margin-bottom: 24px;
  }
  .brl-pricing-title {
    font-size: var(--prc-title-m, 32px) !important;
    margin-bottom: 8px;
  }
  .brl-pricing-subtitle {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .brl-pricing-toggle-wrap {
    margin-bottom: 16px;
  }
  .brl-pricing-promo-text {
    margin-top: -8px;
    margin-bottom: 16px;
  }
  .brl-hero-premium .brl-hero-grid, .brl-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .brl-hero-premium .brl-hero-visual { order: -1; margin-bottom: 20px; }
  .brl-apps-grid, .brl-features-grid { grid-template-columns: 1fr; }
  
  .brl-testi-carousel { padding: 0; }
  .brl-carousel-nav { display: flex; position: static; transform: none; justify-content: center; gap: 16px; margin-bottom: 24px; }
  
  .brl-testi-track {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    grid-auto-columns: 100%; /* Show exactly 1 column completely */
    gap: 24px; /* More breathing room on mobile */
  }
  .brl-testi { flex: none; width: 100%; margin-bottom: 0; }
  .brl-steps { grid-template-columns: 1fr; }
  .brl-foot-grid { grid-template-columns: 1fr 1fr; }
  /* Burger vizibil pe mobil; meniul desktop devine drop-down (vehiculat de .brl-nav-links de mai sus) */
  .brl-burger { display: block; }

  .brl-s1-link { font-size: var(--s1-link-fs-m); }
  .brl-s2-link { font-size: var(--s2-link-fs-m); }
}
@media (max-width: 560px) {
  .brl-container { padding: 0 15px; }
  .brl-steps { grid-template-columns: 1fr; }
  .brl-foot-grid { grid-template-columns: 1fr; }
  .brl-page section { padding: 40px 0; }
  .brl-hero { padding: 15px 0 40px; }
  .brl-hero-top.brl-hero-premium { padding: 15px 0; }
  .brl-app-card, .brl-feature, .brl-testi { padding: 24px; }
}
/* ===== FAQ SECTION ===== */
.brl-faq-section {
  padding: 60px 0;
  background: var(--bg-body, #f8fafc);
}
.brl-faq-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}
.brl-faq-title {
  font-size: var(--fs-h2);
  font-family: var(--font-head);
  font-weight: 800;
  margin-bottom: 24px;
  color: var(--primary, #044b5f);
}
.brl-faq-subtitle {
  font-size: 18px;
  color: var(--text-color, #475569);
  margin-bottom: 40px;
  line-height: 1.6;
}
/* ==========================================================================
   FAQ SECTION
   ========================================================================== */
.brl-faq-toggle-wrap {
  display: flex;
  justify-content: center;
}
.brl-faq-toggle {
  background: transparent !important;
  padding: 0 !important;
  display: inline-flex;
  gap: 12px;
}
.brl-faq-toggle-bg {
  display: none !important;
}
.brl-faq-toggle button {
  position: relative;
  z-index: 1;
  padding: 12px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-color, #64748b);
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  
}
.brl-faq-toggle button:hover {
  border-color: rgba(0, 0, 0, 0.15);
  color: var(--primary, #044b5f);
}
.brl-faq-toggle button.active {
  color: #fff;
  background: var(--primary, #044b5f);
  border-color: var(--primary, #044b5f);
  
}

.brl-faq-content-wrap {
  max-width: 800px;
  margin: 0 auto 20px;
}
.brl-faq-item {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.03);
  transition: box-shadow 0.3s ease;
}
.brl-faq-item:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.brl-faq-question {
  width: 100%;
  text-align: left;
  padding: 24px 32px;
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary, #044b5f);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brl-faq-icon {
  width: 24px;
  height: 24px;
  color: var(--accent, #18c39b);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  margin-left: 16px;
}
.brl-faq-question[aria-expanded="true"] .brl-faq-icon {
  transform: rotate(180deg);
}
.brl-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.brl-faq-answer-inner {
  padding: 0 32px 24px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-color, #475569);
}

.brl-faq-cta {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.brl-faq-cta .brl-btn {
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.brl-faq-cta .brl-btn-primary {
  background: var(--accent, #18c39b);
  color: #fff;
  box-shadow: 0 8px 20px rgba(24, 195, 155, 0.3);
}
.brl-faq-cta .brl-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(24, 195, 155, 0.4);
}
.brl-faq-cta .brl-btn-secondary {
  background: #fff;
  color: var(--primary, #044b5f);
  border: 2px solid var(--primary, #044b5f);
}
.brl-faq-cta .brl-btn-secondary:hover {
  background: var(--primary, #044b5f);
  color: #fff;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .brl-faq-section { padding: 40px 0; }
  .brl-faq-question { padding: 20px; font-size: 16px; }
  .brl-faq-answer-inner { padding: 0 20px 20px; font-size: 15px; }
}



@media (max-width: 576px) {
  .brl-faq-toggle, .brl-pricing-toggle { gap: 12px !important; }
  .brl-faq-toggle button, .brl-pricing-toggle button { padding: 12px 24px !important; font-size: 15px !important; white-space: nowrap !important; }
}




@media (max-width: 560px) {
  .brl-section-header, .brl-faq-header { margin-bottom: 30px !important; }
    .brl-pricing-header { margin-bottom: 45px !important; }
  .brl-page section { padding: 40px 0 !important; }
  .brl-faq-section { padding: 40px 0 !important; }
  .brl-hero { padding: 15px 0 20px !important; }
}




/* Fundal si spatiu alternat pentru sectiuni */
.brl-bg-alternate { background: var(--bg-soft, #eef5f8); padding-top: 60px !important; }
@media (max-width: 900px) { .brl-bg-alternate { padding-top: 40px !important; } }








/* ==========================================================================
   STANDARD PAGES (GUTENBERG BLOCKS)
   ========================================================================== */
.entry-content {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-soft);
    
}
.entry-content p {
    margin-bottom: 28px;
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5 {
    color: var(--text);
    font-weight: 800;
    margin-top: 56px;
    margin-bottom: 24px;
    line-height: 1.25;
    font-family: var(--font-head);
    letter-spacing: -0.03em;
}
.entry-content h1:first-child, 
.entry-content h2:first-child {
    margin-top: 0;
}
.entry-content h1 { font-size: 48px; }
.entry-content h2 { font-size: 36px; }
.entry-content h3 { font-size: 28px; }
.entry-content img, .entry-content figure {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin-bottom: 40px;
    margin-top: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}
.entry-content figure:first-child, .entry-content img:first-child {
    margin-top: 0;
}
.entry-content ul, .entry-content ol {
    margin-bottom: 28px;
    padding-left: 24px;
}
.entry-content li {
    margin-bottom: 12px;
}
.entry-content a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid rgba(11, 110, 140, 0.2);
    transition: all 0.2s ease;
}
.entry-content a:hover {
    color: var(--accent);
    border-color: var(--accent);
}
.entry-content blockquote {
    border-left: 4px solid var(--accent);
    padding-left: 24px;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 32px;
    color: var(--primary-dark);
}

@media (max-width: 900px) {
  .entry-content h1 { font-size: 36px; margin-top: 40px; }
  .entry-content h2 { font-size: 28px; margin-top: 32px; }
  .entry-content h3 { font-size: 22px; margin-top: 24px; }
  .brl-faq-question { padding: 20px 24px; font-size: 16px; }

  .brl-contact-form-wrapper .brl-glass-card { padding: 12px !important; }

  /* Forteaza reducerea marginilor pentru containerul HTML adaugat manual */
  .entry-content > div[style*="padding: 50px 30px"] { padding: 30px 10px !important; }
  .entry-content > div[style*="padding: 50px"] { padding: 30px 10px !important; }


}
