:root {
  --navy-950: #031927;
  --navy-900: #062a43;
  --navy-800: #073b5a;
  --blue-600: #0b5fa5;
  --blue-100: #eaf6ff;
  --green-600: #2e9d59;
  --green-100: #dff4e6;
  --gold-500: #c8a45d;
  --cream: #f8f6f0;
  --cream-2: #fffdf8;
  --text: #17212b;
  --muted: #5d6d7d;
  --line: rgba(7, 59, 90, 0.14);
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(3, 25, 39, 0.16);
  --shadow-soft: 0 12px 40px rgba(3, 25, 39, 0.10);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1160px;
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.bne-landing-page {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background: radial-gradient(circle at 20% 0%, rgba(46,157,89,0.09), transparent 35%), var(--cream-2);
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

/*
 * GeneratePress and plugin CSS can add underlines or typography defaults after
 * a child theme stylesheet. These scoped rules intentionally win only on the
 * custom BNE landing template. They do not affect the rest of the website.
 */
body.bne-landing-page a,
body.bne-landing-page a:link,
body.bne-landing-page a:visited,
body.bne-landing-page a:hover,
body.bne-landing-page a:active {
  text-decoration: none !important;
  text-underline-offset: 0;
}
body.bne-landing-page a:focus-visible {
  outline: 3px solid rgba(11,95,165,.48);
  outline-offset: 4px;
}
body.bne-landing-page,
body.bne-landing-page .site-shell {
  font-family: var(--sans) !important;
}
body.bne-landing-page h1,
body.bne-landing-page h2 {
  font-family: var(--serif) !important;
}
body.bne-landing-page h3,
body.bne-landing-page .nav-links a,
body.bne-landing-page .btn,
body.bne-landing-page .brand,
body.bne-landing-page .fluent-form-card,
body.bne-landing-page .fluent-form-card * {
  font-family: var(--sans) !important;
}
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  background: var(--navy-900);
  color: white;
  padding: 12px 18px;
  border-radius: 999px;
  transition: top 180ms ease;
}
.skip-link:focus { top: 16px; }

.site-shell { min-height: 100vh; }
.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}
.section-pad { padding: 110px 0; }

.site-header {
  position: fixed;
  inset: 18px 0 auto 0;
  z-index: 100;
  pointer-events: none;
}
.nav {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 14px 13px 18px;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 60px rgba(3, 25, 39, 0.12);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  transition: transform 240ms ease, background 240ms ease, border-color 240ms ease;
}
.site-header.is-scrolled .nav {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(7, 59, 90, 0.12);
  transform: translateY(-6px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo-wrap {
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  box-shadow: inset 0 0 0 1px rgba(6,42,67,.10), 0 10px 24px rgba(7, 59, 90, 0.16);
  overflow: hidden;
}
.brand-logo-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}
.footer-brand .brand-logo-wrap {
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.brand-mark {
  position: relative;
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, var(--navy-900), var(--blue-600));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 10px 24px rgba(7, 59, 90, 0.2);
  overflow: hidden;
}
.brand-globe,
.brand-globe::before,
.brand-globe::after {
  position: absolute;
  border: 1.5px solid rgba(255,255,255,.72);
  border-radius: 50%;
  content: "";
}
.brand-globe { width: 30px; height: 30px; }
.brand-globe::before { inset: 5px 10px; }
.brand-globe::after { inset: 13px 2px; height: 0; border-radius: 0; }
.brand-dove {
  position: absolute;
  right: 7px;
  top: 7px;
  color: #fff;
  font-size: 16px;
  text-shadow: 0 2px 8px rgba(0,0,0,.2);
}
.brand-text { display: grid; line-height: 1.05; }
.brand-text strong { font-size: 15px; letter-spacing: -0.02em; color: var(--navy-900); }
.brand-text span { font-size: 12px; color: var(--muted); font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links a {
  padding: 11px 14px;
  border-radius: 999px;
  color: #263848;
  font-size: 14px;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.nav-links a:hover { background: rgba(7, 59, 90, 0.08); color: var(--navy-900); transform: translateY(-1px); }
.nav-links .nav-cta {
  background: var(--navy-900);
  color: white;
  padding-inline: 18px;
  box-shadow: 0 10px 24px rgba(7, 59, 90, 0.25);
}
.nav-links .nav-cta:hover { background: var(--blue-600); color: white; }
.mobile-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 150px;
  background:
    linear-gradient(135deg, rgba(234,246,255,0.8), rgba(248,246,240,0.4) 45%, rgba(223,244,230,0.58)),
    var(--cream-2);
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  opacity: .65;
  animation: floatOrb 11s ease-in-out infinite alternate;
}
.orb-one { width: 360px; height: 360px; left: -120px; top: 12%; background: radial-gradient(circle, rgba(46,157,89,.25), transparent 66%); }
.orb-two { width: 520px; height: 520px; right: -160px; top: 8%; background: radial-gradient(circle, rgba(11,95,165,.22), transparent 65%); animation-delay: -3s; }
.orb-three { width: 420px; height: 420px; right: 20%; bottom: -200px; background: radial-gradient(circle, rgba(200,164,93,.19), transparent 60%); animation-delay: -5s; }
.line-art {
  position: absolute;
  inset: auto -8vw 7vh auto;
  width: 70vw;
  min-width: 680px;
  fill: none;
  stroke: rgba(7, 59, 90, 0.10);
  stroke-width: 2;
  animation: driftLines 16s ease-in-out infinite alternate;
}
@keyframes floatOrb { to { transform: translate3d(24px, -22px, 0) scale(1.04); } }
@keyframes driftLines { to { transform: translate3d(-28px, 18px, 0); } }

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .92fr);
  gap: 70px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-600);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green-600), var(--gold-500));
}
h1, h2, h3 { margin: 0; color: var(--navy-950); line-height: 1.08; }
body.bne-landing-page h1 {
  font-family: var(--serif) !important;
  font-size: clamp(48px, 7vw, 92px) !important;
  max-width: 860px;
  letter-spacing: -0.055em;
}
body.bne-landing-page h2 {
  font-family: var(--serif) !important;
  font-size: clamp(34px, 4vw, 58px) !important;
  letter-spacing: -0.04em;
}
body.bne-landing-page h3 { font-size: 20px; letter-spacing: -0.02em; }
.hero-lead {
  margin: 24px 0 12px;
  font-size: clamp(21px, 2.3vw, 34px);
  font-weight: 800;
  color: var(--blue-600);
  letter-spacing: -0.03em;
}
.hero-text {
  max-width: 650px;
  margin: 0;
  font-size: 18px;
  color: #405363;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--navy-900), var(--blue-600));
  box-shadow: 0 16px 34px rgba(7, 59, 90, 0.28);
}
.btn-primary:hover { box-shadow: 0 20px 44px rgba(7, 59, 90, 0.34); }
.btn-ghost {
  background: rgba(255,255,255,.56);
  border-color: rgba(7, 59, 90, 0.16);
  color: var(--navy-900);
  backdrop-filter: blur(12px);
}

.hero-visual { position: relative; min-height: 620px; }
.visual-card, .stack-card, .local-image {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(6,42,67,.08), rgba(46,157,89,.10)),
    var(--cream);
  box-shadow: var(--shadow);
}
.visual-card img, .stack-card img, .local-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 900ms cubic-bezier(.2,.8,.2,1), filter 900ms cubic-bezier(.2,.8,.2,1);
}
.visual-card:hover img, .stack-card:hover img, .local-image:hover img { transform: scale(1.04); filter: saturate(1.05); }
.main-photo-card {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(92%, 510px);
  height: 590px;
  border-radius: 44px;
  transform: rotate(1.5deg);
  border: 10px solid rgba(255,255,255,.75);
}
.main-photo-card::before,
.stack-main::before,
.local-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 42%, rgba(3,25,39,.28)),
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.28), transparent 28%);
}
.photo-overlay {
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  z-index: 2;
  background: linear-gradient(180deg, transparent, rgba(6,42,67,.62));
}
.floating-card {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 3px;
  width: 245px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 16px 44px rgba(3,25,39,.14);
  backdrop-filter: blur(20px);
  animation: floatCard 6s ease-in-out infinite alternate;
}
.floating-card strong { color: var(--navy-900); line-height: 1.15; }
.floating-card span:not(.mini-icon) { color: var(--muted); font-size: 13px; line-height: 1.4; }
.mini-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-600);
  font-weight: 900;
}
/* Trust card sits just above the image's upper-right edge, keeping faces unobstructed. */
.card-trust {
  top: -26px;
  right: -12px;
  left: auto;
  width: 220px;
  transform: none;
  animation-name: floatCardTrust;
}
.card-local { right: 24px; bottom: 64px; animation-delay: -2.4s; }
@keyframes floatCard { to { transform: translateY(-14px); } }
@keyframes floatCardTrust { to { transform: translateY(-10px); } }

.impact-strip {
  position: relative;
  margin-top: -44px;
  z-index: 4;
}
.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}
.impact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(234,246,255,.72), rgba(248,246,240,.65));
}
.impact-item strong {
  color: var(--gold-500);
  font-family: var(--serif);
  font-size: 28px;
}
.impact-item span { font-weight: 800; color: var(--navy-900); }

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr);
  gap: 70px;
  align-items: center;
}
.section-copy p:not(.eyebrow) {
  color: #465969;
  font-size: 17px;
  margin: 20px 0 0;
}
.values-panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 16px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(6,42,67,.98), rgba(7,59,90,.95));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.panel-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  right: -120px;
  top: -110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,157,89,.46), transparent 66%);
}
.value-chip {
  position: relative;
  z-index: 1;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.86);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}
.value-chip:hover { transform: translateY(-6px); background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.24); }
.value-chip span { color: var(--gold-500); font-family: var(--serif); font-size: 28px; }
.value-chip strong { display: block; color: white; font-size: 21px; margin-top: 28px; }
.value-chip p { margin: 10px 0 0; color: rgba(255,255,255,.72); font-size: 14px; }

.pillars-section {
  background: linear-gradient(180deg, var(--cream-2), var(--blue-100));
}
.section-head { max-width: 780px; margin-bottom: 50px; }
.section-head.centered { text-align: center; margin-inline: auto; }
.section-head.centered .eyebrow { justify-content: center; }
.section-head.centered .eyebrow::after {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-500), var(--green-600));
}
.section-head p:not(.eyebrow) { color: #526577; font-size: 17px; margin: 20px auto 0; max-width: 680px; }
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.pillar-card {
  position: relative;
  min-height: 244px;
  padding: 28px;
  border: 1px solid rgba(7,59,90,.10);
  border-radius: 28px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 12px 34px rgba(3,25,39,.06);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.pillar-card::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,157,89,.12), transparent 70%);
}
.pillar-card:hover { transform: translateY(-8px); box-shadow: 0 22px 54px rgba(3,25,39,.11); border-color: rgba(46,157,89,.22); }
.icon-badge {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--green-100), rgba(234,246,255,.98));
  color: var(--navy-900);
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 24px;
}
.pillar-card p { color: var(--muted); margin: 13px 0 0; }

.animal-section {
  position: relative;
  background: linear-gradient(135deg, var(--navy-950), var(--navy-900));
  color: white;
  overflow: hidden;
}
.animal-section h2 { color: white; }
.animal-section .section-copy p:not(.eyebrow) { color: rgba(255,255,255,.75); }
.section-wave {
  position: absolute;
  left: -5%; right: -5%; top: -60px;
  height: 130px;
  background: var(--blue-100);
  border-radius: 0 0 50% 50%;
  transform: rotate(-1.5deg);
}
.animal-section::after {
  content: "";
  position: absolute;
  width: 620px; height: 620px;
  right: -220px; bottom: -260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,157,89,.25), transparent 64%);
}
.animal-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}
.image-stack { position: relative; min-height: 540px; }
.stack-main {
  position: absolute;
  inset: 0 auto auto 0;
  width: min(100%, 500px);
  height: 540px;
  border-radius: 38px;
  border: 9px solid rgba(255,255,255,.12);
}
.stack-note {
  position: absolute;
  right: 0;
  bottom: 42px;
  width: 292px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 24px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 70px rgba(0,0,0,.25);
}
.stack-note strong { display: block; color: white; font-size: 20px; }
.stack-note span { color: rgba(255,255,255,.72); font-size: 14px; }
.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 30px;
}
.mini-grid span {
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.88);
  font-weight: 700;
  font-size: 14px;
}

.local-section { background: linear-gradient(180deg, var(--blue-100), var(--cream-2)); }
.local-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 40px;
  align-items: stretch;
  padding: 26px;
  border-radius: 42px;
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255,255,255,.7);
  backdrop-filter: blur(18px);
}
.local-copy { padding: 36px 20px 36px 24px; }
.local-copy p:not(.eyebrow) { color: #465969; font-size: 17px; margin: 20px 0 0; }
.local-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.local-points span {
  padding: 10px 13px;
  border-radius: 999px;
  background: var(--green-100);
  color: #1d6d3e;
  font-weight: 800;
  font-size: 13px;
}
.local-image {
  min-height: 560px;
  border-radius: 32px;
}

.contact-section {
  position: relative;
  overflow: hidden;
  background: var(--cream-2);
}
.contact-section::before {
  content: "";
  position: absolute;
  inset: 80px auto auto -240px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11,95,165,.13), transparent 66%);
}
.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, .82fr);
  gap: 70px;
  align-items: start;
}
.contact-mail {
  display: inline-flex;
  margin-top: 28px;
  padding: 13px 16px;
  border-radius: 999px;
  background: var(--blue-100);
  color: var(--navy-900);
  font-weight: 900;
}

.fluent-form-card {
  padding: 30px;
  border: 1px solid rgba(7,59,90,.11);
  border-radius: 32px;
  background: rgba(255,255,255,.90);
  box-shadow: var(--shadow-soft);
}
.fluent-form-card h3 {
  margin: 0 0 18px;
  color: var(--navy-900);
  font-size: 24px;
}
.fluent-form-card .form-note { margin-top: 16px; }
.bne-form-placeholder {
  padding: 18px;
  border: 1px dashed rgba(7,59,90,.25);
  border-radius: 18px;
  background: var(--blue-100);
  color: var(--navy-900);
  font-weight: 700;
}
.bne-form-placeholder code {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(255,255,255,.8);
}
.fluent-form-card .ff-el-group { margin-bottom: 16px; }
.fluent-form-card .ff-el-input--label label,
.fluent-form-card .ff-el-input--label {
  color: var(--navy-900) !important;
  font-weight: 800 !important;
  font-size: 14px !important;
}
.fluent-form-card .ff-el-form-control,
.fluent-form-card input[type="text"],
.fluent-form-card input[type="email"],
.fluent-form-card textarea,
.fluent-form-card select {
  width: 100%;
  border: 1px solid rgba(7,59,90,.14) !important;
  border-radius: 16px !important;
  background: #fff !important;
  padding: 14px 15px !important;
  color: var(--text) !important;
  outline: none;
  box-shadow: none !important;
  min-height: 48px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.fluent-form-card textarea { min-height: 140px; resize: vertical; }
.fluent-form-card .ff-el-form-control:focus,
.fluent-form-card input:focus,
.fluent-form-card textarea:focus {
  border-color: rgba(11,95,165,.55) !important;
  box-shadow: 0 0 0 4px rgba(11,95,165,.10) !important;
}
.fluent-form-card .ff-el-form-check-label,
.fluent-form-card .ff_tc_label,
.fluent-form-card .ff-el-form-check-label span {
  color: var(--muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}
.fluent-form-card .ff-el-form-check-label a,
.fluent-form-card .ff_tc_label a { color: var(--blue-600); font-weight: 900; }
.fluent-form-card .ff-btn-submit,
.fluent-form-card button[type="submit"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  color: white !important;
  background: linear-gradient(135deg, var(--navy-900), var(--blue-600)) !important;
  box-shadow: 0 16px 34px rgba(7, 59, 90, 0.28) !important;
  font-weight: 900 !important;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.fluent-form-card .ff-btn-submit:hover,
.fluent-form-card button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(7, 59, 90, 0.34) !important;
}
.fluent-form-card .ff-message-success {
  border-radius: 18px !important;
  border-color: rgba(46,157,89,.28) !important;
  background: var(--green-100) !important;
  color: var(--navy-900) !important;
}

.contact-form {
  padding: 28px;
  border: 1px solid rgba(7,59,90,.11);
  border-radius: 32px;
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow-soft);
}
.contact-form label { display: grid; gap: 8px; margin-bottom: 16px; }
.contact-form label span { color: var(--navy-900); font-weight: 800; font-size: 14px; }
.contact-form input:not([type="checkbox"]), .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(7,59,90,.14);
  border-radius: 16px;
  background: #fff;
  padding: 14px 15px;
  color: var(--text);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.contact-form input:focus, .contact-form textarea:focus {
  border-color: rgba(11,95,165,.55);
  box-shadow: 0 0 0 4px rgba(11,95,165,.10);
}
.check-row {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 10px !important;
  color: var(--muted);
  font-size: 13px;
}
.check-row input { margin-top: 3px; }
.check-row a { color: var(--blue-600); font-weight: 900; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; }

.site-footer {
  color: rgba(255,255,255,.78);
  background: linear-gradient(135deg, var(--navy-950), var(--navy-900));
  padding: 54px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr .8fr .9fr;
  gap: 38px;
  align-items: start;
}
.footer-brand .brand-text strong { color: white; }
.footer-brand .brand-text span { color: rgba(255,255,255,.62); }
.site-footer p { margin: 18px 0 0; max-width: 360px; }
.footer-links, .footer-contact { display: grid; gap: 11px; }
.footer-links a, .footer-contact a { color: rgba(255,255,255,.76); font-weight: 700; }
.footer-links a:hover, .footer-contact a:hover { color: white; }
.footer-contact span { color: var(--gold-500); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 13px;
}
.credit { opacity: .7; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms cubic-bezier(.2,.8,.2,1), transform 700ms cubic-bezier(.2,.8,.2,1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 100ms; }
.reveal-delay-2 { transition-delay: 200ms; }
.reveal-delay-3 { transition-delay: 300ms; }
.reveal-delay-4 { transition-delay: 400ms; }

@media (max-width: 980px) {
  .section-pad { padding: 82px 0; }
  .hero { min-height: auto; padding-top: 138px; }
  .hero-grid, .split-grid, .animal-grid, .contact-grid, .local-card { grid-template-columns: 1fr; gap: 42px; }
  .hero-visual { min-height: 560px; }
  .main-photo-card { left: 50%; right: auto; transform: translateX(-50%) rotate(1deg); width: min(92vw, 500px); height: 540px; }
  .card-trust { top: -18px; right: 8px; left: auto; transform: none; }
  .card-local { right: 0; bottom: 42px; }
  .impact-grid, .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .values-panel { grid-template-columns: 1fr 1fr; }
  .local-image { min-height: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { inset: 12px 0 auto 0; }
  .nav { border-radius: 24px; align-items: flex-start; flex-wrap: wrap; }
  .mobile-toggle {
    display: inline-grid;
    gap: 5px;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 16px;
    background: var(--navy-900);
    cursor: pointer;
  }
  .mobile-toggle span { width: 19px; height: 2px; background: white; border-radius: 999px; transition: transform 200ms ease, opacity 200ms ease; }
  .mobile-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mobile-toggle.is-open span:nth-child(2) { opacity: 0; }
  .mobile-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links {
    display: none;
    flex: 1 0 100%;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding-top: 12px;
  }
  .nav-links.is-open { display: flex; }
  .nav-links a { width: 100%; }
  h1 { font-size: clamp(42px, 13vw, 58px); }
  h2 { font-size: clamp(31px, 9vw, 42px); }
  .hero-text, .section-copy p:not(.eyebrow), .local-copy p:not(.eyebrow) { font-size: 16px; }
  .hero-actions, .footer-bottom { flex-direction: column; }
  .hero-visual { min-height: 486px; }
  .main-photo-card { height: 460px; border-width: 6px; border-radius: 32px; }
  .floating-card { width: 218px; padding: 15px; }
  .card-trust { top: -10px; right: 0; width: 204px; }
  .card-local { bottom: 14px; }
  .impact-grid, .pillar-grid, .values-panel, .mini-grid { grid-template-columns: 1fr; }
  .impact-strip { margin-top: 0; padding-top: 18px; }
  .animal-grid { gap: 28px; }
  /* Keep the animal-protection label fully inside the image on mobile. */
  .image-stack { min-height: 448px; }
  .stack-main { height: 448px; width: 100%; }
  .stack-note {
    right: 16px;
    bottom: 20px;
    width: calc(100% - 32px);
    padding: 18px;
  }
  .local-card { padding: 16px; border-radius: 30px; }
  .local-copy { padding: 18px 8px; }
  .local-image { min-height: 340px; border-radius: 24px; }
  .contact-form, .fluent-form-card { padding: 20px; border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* v1.0.2 — stabil mobile hamburger placement and linked WooWebsite footer mark. */
@media (max-width: 760px) {
  .nav {
    align-items: center;
    gap: 12px;
  }
  .nav .brand {
    flex: 1 1 auto;
    min-width: 0;
  }
  .nav .mobile-toggle {
    position: relative !important;
    z-index: 2;
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 2px);
    place-content: center !important;
    place-items: center !important;
    gap: 5px;
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    overflow: hidden;
    isolation: isolate;
    border: 0 !important;
    border-radius: 16px !important;
    outline: 0;
    appearance: none !important;
    -webkit-appearance: none !important;
    background: var(--navy-900) !important;
    background-image: none !important;
    box-shadow: none !important;
    transform: none !important;
  }
  .nav .mobile-toggle::before,
  .nav .mobile-toggle::after {
    content: none !important;
    display: none !important;
  }
  .nav .mobile-toggle span {
    display: block !important;
    width: 19px !important;
    height: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-self: center !important;
    align-self: center !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 999px !important;
    transform-origin: center center;
  }
}

/* Footer design credit: the wordmark is exactly the same height as the 13px "Webdesign:" label. */
.footer-bottom .credit {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 13px;
  opacity: .78;
  white-space: nowrap;
  line-height: 1;
}
.footer-bottom .credit-label {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
}
.footer-bottom .credit-logo-link {
  display: inline-flex;
  align-items: center;
  height: 13px;
  line-height: 1;
  border-radius: 2px;
  transition: opacity 180ms ease, transform 180ms ease;
}
.footer-bottom .credit-logo-link:hover {
  opacity: 1;
  transform: translateY(-1px);
}
.footer-bottom .credit-logo-link:focus-visible {
  outline: 2px solid rgba(255,255,255,.78);
  outline-offset: 4px;
}
.footer-bottom .credit-logo {
  display: block;
  width: auto;
  height: 13px;
  max-width: none;
}


/* v1.0.3 — restore intentional link colors and enlarge WooWebsite footer wordmark.
 * The generic anti-underline rule must not force every anchor to inherit the surrounding text color.
 * That behavior turned white CTA labels black under GeneratePress.
 */
body.bne-landing-page .btn.btn-primary,
body.bne-landing-page .btn.btn-primary:link,
body.bne-landing-page .btn.btn-primary:visited,
body.bne-landing-page .btn.btn-primary:hover,
body.bne-landing-page .btn.btn-primary:active {
  color: #ffffff !important;
}
body.bne-landing-page .nav-links .nav-cta,
body.bne-landing-page .nav-links .nav-cta:link,
body.bne-landing-page .nav-links .nav-cta:visited,
body.bne-landing-page .nav-links .nav-cta:hover,
body.bne-landing-page .nav-links .nav-cta:active {
  color: #ffffff !important;
}
body.bne-landing-page .btn.btn-ghost,
body.bne-landing-page .btn.btn-ghost:link,
body.bne-landing-page .btn.btn-ghost:visited,
body.bne-landing-page .btn.btn-ghost:hover,
body.bne-landing-page .btn.btn-ghost:active {
  color: var(--navy-900) !important;
}

/* 13px label × 1.5 = 19.5px; 20px keeps the result crisp on all displays. */
.footer-bottom .credit {
  min-height: 20px;
  align-items: center;
}
.footer-bottom .credit-logo-link {
  height: 20px;
}
.footer-bottom .credit-logo {
  height: 20px;
}

/* v1.0.4 — /adatvedelem/ receives the same bespoke BNE shell, navigation and footer.
 * The privacy text itself remains managed from the existing WordPress page editor.
 */
body.bne-legal-page {
  margin: 0;
  min-height: 100vh;
  font-family: var(--sans) !important;
  color: var(--text);
  background: var(--cream-2);
  line-height: 1.65;
  overflow-x: hidden;
}
body.bne-legal-page a,
body.bne-legal-page a:link,
body.bne-legal-page a:visited,
body.bne-legal-page a:hover,
body.bne-legal-page a:active {
  text-decoration: none !important;
}
body.bne-legal-page h1,
body.bne-legal-page h2,
body.bne-legal-page h3,
body.bne-legal-page h4 {
  font-family: var(--serif) !important;
  color: var(--navy-900) !important;
}

.bne-legal-main { overflow: hidden; }
.legal-hero {
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
  padding: 166px 0 76px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(234,246,255,.94), rgba(248,246,240,.76) 46%, rgba(223,244,230,.74)),
    var(--cream-2);
}
.legal-hero-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.legal-hero-art svg {
  position: absolute;
  right: -12vw;
  bottom: 8px;
  width: min(82vw, 1160px);
  height: 260px;
  fill: none;
  stroke: rgba(7,59,90,.12);
  stroke-width: 2;
}
.legal-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}
.legal-orb-one {
  width: 360px;
  height: 360px;
  top: -170px;
  left: -110px;
  background: radial-gradient(circle, rgba(46,157,89,.24), transparent 67%);
}
.legal-orb-two {
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -290px;
  background: radial-gradient(circle, rgba(11,95,165,.20), transparent 66%);
}
.legal-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 285px;
  gap: 54px;
  align-items: end;
}
.legal-hero h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(46px, 6vw, 72px) !important;
  line-height: 1.08;
  letter-spacing: -.055em;
}
.legal-intro {
  max-width: 720px;
  margin: 18px 0 0;
  color: #405363;
  font-size: 18px;
}
.legal-hero-note {
  display: grid;
  gap: 7px;
  width: 100%;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}
.legal-hero-note strong { color: var(--navy-900); line-height: 1.22; }
.legal-hero-note span:not(.mini-icon) { color: var(--muted); font-size: 13px; line-height: 1.45; }

.legal-content-section {
  position: relative;
  padding: 82px 0 112px;
  background:
    radial-gradient(circle at 92% 9%, rgba(46,157,89,.10), transparent 24%),
    linear-gradient(180deg, var(--cream-2), #f6f7f5);
}
.legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, .31fr) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}
.legal-meta-card {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(7,59,90,.12);
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 34px rgba(3,25,39,.08);
}
.legal-meta-card strong { color: var(--navy-900); font-size: 18px; line-height: 1.3; }
.legal-meta-card span { color: var(--muted); font-size: 14px; line-height: 1.45; }
.legal-meta-label {
  margin: 0;
  color: var(--green-600);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.legal-back-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  color: var(--blue-600) !important;
  font-size: 14px;
  font-weight: 900;
}
.legal-back-link:hover { color: var(--navy-900) !important; transform: translateX(-2px); }

.legal-document {
  min-width: 0;
  padding: clamp(28px, 5vw, 62px);
  border: 1px solid rgba(7,59,90,.11);
  border-radius: 32px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow-soft);
}
.legal-document > :first-child { margin-top: 0 !important; }
.legal-document > :last-child { margin-bottom: 0 !important; }
.legal-document h1,
.legal-document h2 {
  margin: 42px 0 16px;
  font-size: clamp(28px, 3.4vw, 42px) !important;
  line-height: 1.22;
  letter-spacing: -.036em;
}
.legal-document h3 {
  margin: 32px 0 12px;
  font-size: clamp(21px, 2.2vw, 28px) !important;
  line-height: 1.28;
  letter-spacing: -.025em;
}
.legal-document h4 {
  margin: 24px 0 10px;
  font-size: 19px !important;
  line-height: 1.32;
}
.legal-document p,
.legal-document li {
  color: #415363;
  font-size: 16px;
}
.legal-document p { margin: 0 0 18px; }
.legal-document ul,
.legal-document ol {
  margin: 0 0 22px;
  padding-left: 1.35em;
}
.legal-document li { margin: 7px 0; }
.legal-document a:not(.wp-block-button__link) {
  color: var(--blue-600) !important;
  font-weight: 800;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}
.legal-document a:not(.wp-block-button__link):hover { color: var(--navy-900) !important; }
.legal-document blockquote {
  margin: 28px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--green-600);
  border-radius: 0 18px 18px 0;
  background: var(--green-100);
  color: var(--navy-900);
}
.legal-document table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(7,59,90,.12);
  border-radius: 16px;
}
.legal-document th,
.legal-document td {
  padding: 13px 14px;
  border: 1px solid rgba(7,59,90,.11);
  text-align: left;
  vertical-align: top;
}
.legal-document th {
  color: var(--navy-900);
  background: var(--blue-100);
  font-weight: 900;
}
.legal-document td { color: #415363; }

@media (max-width: 980px) {
  .legal-hero { min-height: 0; padding-top: 150px; }
  .legal-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .legal-hero-note { max-width: 400px; }
  .legal-layout { grid-template-columns: 1fr; gap: 26px; }
  .legal-meta-card { position: static; grid-template-columns: auto 1fr; align-items: center; }
  .legal-meta-label { grid-column: 1 / -1; }
  .legal-back-link { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .legal-hero { padding: 135px 0 58px; }
  .legal-hero h1 { font-size: clamp(40px, 12vw, 56px) !important; }
  .legal-intro { font-size: 16px; }
  .legal-content-section { padding: 48px 0 72px; }
  .legal-document { padding: 24px 20px; border-radius: 24px; }
  .legal-document h1,
  .legal-document h2 { margin-top: 32px; font-size: 29px !important; }
  .legal-document h3 { margin-top: 26px; font-size: 22px !important; }
  .legal-document p,
  .legal-document li { font-size: 15px; }
  .legal-document table { display: block; overflow-x: auto; white-space: nowrap; }
}

/* v1.0.5 — formatted privacy policy content and a default built-in document fallback. */
.privacy-policy-content { max-width: 880px; }
.legal-document-kicker {
  margin: 0 0 8px !important;
  color: var(--green-600) !important;
  font-size: 12px !important;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.privacy-effective {
  display: inline-flex;
  margin: 0 0 32px !important;
  padding: 8px 12px;
  border: 1px solid rgba(7,59,90,.10);
  border-radius: 999px;
  background: var(--cream-2);
  color: var(--muted) !important;
  font-size: 14px !important;
}
.privacy-policy-content section { scroll-margin-top: 116px; }
.privacy-toc {
  margin: 0 0 46px;
  padding: 26px 28px;
  border: 1px solid rgba(7,59,90,.11);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(234,246,255,.74), rgba(223,244,230,.56));
}
.privacy-toc-title {
  margin: 0 0 14px !important;
  color: var(--navy-900) !important;
  font-size: 18px !important;
  font-weight: 900;
}
.privacy-toc ol { margin: 0; padding-left: 1.35em; }
.privacy-toc li { margin: 5px 0; }
.privacy-toc ol ol { margin: 5px 0 7px; }
.privacy-toc a { font-weight: 700 !important; }
.privacy-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}
.privacy-contact-grid > div {
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid rgba(7,59,90,.10);
  border-radius: 16px;
  background: #fbfcfb;
}
.privacy-contact-grid dt {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.privacy-contact-grid dd { margin: 0; color: var(--navy-900); font-weight: 700; }
.privacy-note,
.privacy-authority-card {
  margin: 24px 0 8px;
  padding: 20px 22px;
  border-left: 4px solid var(--green-600);
  border-radius: 0 18px 18px 0;
  background: linear-gradient(115deg, rgba(223,244,230,.8), rgba(234,246,255,.7));
}
.privacy-note p,
.privacy-authority-card p { margin: 0 0 12px; }
.privacy-note p:last-child,
.privacy-authority-card p:last-child { margin-bottom: 0; }
.privacy-definitions { margin: 24px 0; }
.privacy-definitions > div {
  padding: 20px 0;
  border-bottom: 1px solid rgba(7,59,90,.10);
}
.privacy-definitions > div:first-child { border-top: 1px solid rgba(7,59,90,.10); }
.privacy-definitions dt { color: var(--navy-900); font-weight: 900; }
.privacy-definitions dd { margin: 7px 0 0; color: #415363; }
.privacy-processing-card {
  margin: 26px 0;
  padding: 28px;
  border: 1px solid rgba(7,59,90,.12);
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, #f9fcfa);
  box-shadow: 0 10px 30px rgba(3,25,39,.05);
  scroll-margin-top: 116px;
}
.privacy-processing-card h3 { margin-top: 0 !important; }
.privacy-processing-card p:last-child { margin-bottom: 0; }
.privacy-check-list,
.privacy-laws-list { padding-left: 0 !important; list-style: none; }
.privacy-check-list li,
.privacy-laws-list li {
  position: relative;
  padding-left: 30px;
}
.privacy-check-list li::before,
.privacy-laws-list li::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-600);
  font-size: 12px;
  font-weight: 900;
}
.privacy-last-updated {
  margin: 34px 0 0 !important;
  padding-top: 20px;
  border-top: 1px solid rgba(7,59,90,.12);
  color: var(--muted) !important;
  font-size: 14px !important;
}

@media (max-width: 760px) {
  .privacy-toc { margin-bottom: 34px; padding: 20px; }
  .privacy-contact-grid { grid-template-columns: 1fr; }
  .privacy-processing-card { padding: 22px 18px; }
  .privacy-note,
  .privacy-authority-card { padding: 18px; }
}


/* v1.0.6 — A long legal document must never use viewport reveal opacity.
 * IntersectionObserver measures ratio against the full document height; a 30k+ px article
 * could otherwise remain at opacity: 0 and appear completely empty.
 */
body.bne-legal-page .legal-document,
body.bne-legal-page .legal-document.reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.privacy-file-warning {
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(177, 91, 24, .28);
  border-left: 4px solid #b15b18;
  border-radius: 18px;
  background: #fff8ee;
  color: #6e3b16;
}
.privacy-file-warning strong { color: #6e3b16; }
.privacy-file-warning p { margin: 10px 0 0 !important; color: #6e3b16 !important; }
.privacy-file-warning code {
  padding: 2px 5px;
  border-radius: 5px;
  background: rgba(177, 91, 24, .10);
  color: #6e3b16;
}
