/* BIOTERIS 3.2.8 — clean public stylesheet
   One coherent layer replaces the accumulated legacy overrides. */
:root{
  --bt-forest:#123d2c;
  --bt-forest-2:#1b5a40;
  --bt-forest-3:#0c2d21;
  --bt-leaf:#4f8a47;
  --bt-leaf-2:#78a969;
  --bt-sage:#eaf3e5;
  --bt-sage-2:#f3f7ef;
  --bt-cream:#faf8f1;
  --bt-paper:#fffdf8;
  --bt-white:#fff;
  --bt-ink:#17392d;
  --bt-text:#465e53;
  --bt-muted:#6f7f77;
  --bt-line:rgba(18,61,44,.12);
  --bt-line-strong:rgba(18,61,44,.20);
  --bt-shadow:0 22px 58px rgba(18,61,44,.10);
  --bt-shadow-soft:0 10px 28px rgba(18,61,44,.07);
  --bt-radius:24px;
  --bt-radius-sm:16px;
}

html{scroll-behavior:smooth}
body.bioteris-page{
  margin:0!important;
  background:var(--bt-paper)!important;
  color:var(--bt-ink)!important;
  font-family:"Poppins","Avenir Next","Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.72!important;
  letter-spacing:-.008em!important;
  overflow-x:hidden!important;
  color-scheme:light;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.bioteris-page *,body.bioteris-page *::before,body.bioteris-page *::after{box-sizing:border-box}
body.bioteris-page main{display:block;min-height:50vh}
body.bioteris-page img{display:block;max-width:100%;height:auto}
body.bioteris-page a{text-decoration:none!important}
body.bioteris-page button,body.bioteris-page input,body.bioteris-page select,body.bioteris-page textarea{font:inherit}
.bioteris-page :where(p,ul,ol,dl){margin-top:0}
.bioteris-page :where(p,li,dd,figcaption){color:var(--bt-text)!important;overflow-wrap:break-word}
.bioteris-page :where(h1,h2,h3,h4){
  margin-top:0;
  color:var(--bt-ink)!important;
  font-family:"Poppins","Avenir Next","Segoe UI",Roboto,Arial,sans-serif!important;
  font-weight:500!important;
  letter-spacing:-.038em!important;
  text-transform:none!important;
  overflow-wrap:break-word;
  text-wrap:balance;
}
.bioteris-page :where(h1){font-size:clamp(2.55rem,5vw,4.35rem)!important;line-height:1.07!important}
.bioteris-page :where(h2){font-size:clamp(1.9rem,3.2vw,2.95rem)!important;line-height:1.13!important}
.bioteris-page :where(h3){font-size:clamp(1.08rem,1.45vw,1.32rem)!important;line-height:1.35!important;letter-spacing:-.025em!important}
.bioteris-page :where(h4){font-size:1.02rem!important;line-height:1.4!important;letter-spacing:-.02em!important}

.bt-shell{width:min(calc(100% - 48px),1240px);margin-inline:auto}
.bt-article-narrow,.bt-legal-narrow{width:min(calc(100% - 48px),860px);margin-inline:auto}
.bt-section{position:relative;padding:92px 0}
.bt-soft-wash,.bt-soft-section{background:linear-gradient(180deg,#f4f8f0 0%,#f9faf5 100%)}
.bt-field-section,.bt-section-leaf,.bt-page-hero-nature{overflow:hidden}
.bt-field-section::before,.bt-section-leaf::before,.bt-page-hero-nature::before{
  content:"";position:absolute;pointer-events:none;width:520px;height:520px;border-radius:54% 46% 61% 39%/47% 56% 44% 53%;
  background:radial-gradient(circle at 38% 38%,rgba(112,157,90,.12),rgba(112,157,90,0) 68%);right:-270px;top:-260px;transform:rotate(18deg)
}
.bt-reveal{opacity:0;transform:translateY(12px);transition:opacity .55s ease,transform .55s ease}
.bt-reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.bt-reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}

/* accessibility */
.bt-skip{position:fixed;left:18px;top:-90px;z-index:99999;background:#fff!important;color:var(--bt-forest)!important;padding:10px 16px;border-radius:10px;box-shadow:var(--bt-shadow)}
.bt-skip:focus{top:18px}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* top bar + navigation */
.bt-topbar{height:34px;background:var(--bt-forest-3)!important;color:#eef6ec!important}
.bt-topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:18px}
.bt-topbar p{margin:0!important;color:#dce9df!important;font-size:.68rem!important;line-height:1.2!important;letter-spacing:.025em!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bt-topbar-actions,.bt-mini-socials,.bt-lang{display:flex;align-items:center}.bt-topbar-actions{gap:15px}.bt-mini-socials{gap:6px}.bt-lang{gap:6px;font-size:.68rem;font-weight:500}
.bt-lang a{color:#c9d9cf!important;opacity:.7}.bt-lang a.is-active,.bt-lang a:hover{color:#fff!important;opacity:1}.bt-lang span{color:rgba(255,255,255,.35)!important}
.bt-mini-socials a{width:25px;height:25px;display:grid!important;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:#eaf3ec!important;background:transparent!important;transition:.18s ease}
.bt-mini-socials a:hover{color:var(--bt-forest)!important;background:#fff!important;border-color:#fff!important;transform:translateY(-1px)}
.bt-social-svg{width:14px;height:14px;display:block;flex:0 0 auto}

.bt-header{position:sticky;top:0;z-index:1000;background:rgba(255,253,248,.96)!important;backdrop-filter:blur(16px);border-bottom:1px solid var(--bt-line);box-shadow:0 8px 28px rgba(18,61,44,.035)}
.bt-nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.bt-brand{display:flex!important;align-items:center;gap:10px;flex:0 0 auto;color:var(--bt-forest)!important}
.bt-brand-mark{width:43px;height:43px;display:grid;place-items:center}.bt-brand-mark img{width:43px;height:39px;object-fit:contain}
.bt-brand-copy{display:flex;flex-direction:column;min-width:0}
.bt-brand-copy strong{color:#103b2c!important;font-size:1.22rem!important;line-height:1!important;font-weight:500!important;letter-spacing:-.035em!important}
.bt-brand-copy small{margin-top:5px;color:#708079!important;font-size:.55rem!important;line-height:1.15!important;font-weight:400!important;letter-spacing:.07em!important;text-transform:uppercase}
.bt-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(7px,1vw,14px);min-width:0}
.bt-nav>a{display:inline-flex!important;align-items:center;justify-content:center;min-height:42px;padding:10px 9px;border-radius:10px;color:#355247!important;font-size:.84rem!important;line-height:1.2!important;font-weight:450!important;letter-spacing:-.012em!important;white-space:nowrap;transition:.18s ease}
.bt-nav>a:not(.bt-nav-login):not(.bt-nav-app):hover,.bt-nav>a.is-current:not(.bt-nav-app){background:#edf4e9!important;color:#123d2c!important}
.bt-nav>a.bt-nav-login{color:#52695f!important}.bt-nav>a.bt-nav-login:hover{color:#123d2c!important}
.bt-nav>a.bt-nav-app{padding:11px 15px!important;background:#123d2c!important;color:#fff!important;border-radius:11px!important;font-weight:500!important;box-shadow:0 8px 18px rgba(18,61,44,.12)}
.bt-nav>a.bt-nav-app:hover{background:#1b5a40!important;color:#fff!important;transform:translateY(-1px)}
.bt-menu-toggle{display:none;width:44px;height:44px;padding:10px;border:1px solid var(--bt-line-strong);border-radius:12px;background:#fff!important;color:var(--bt-forest)!important;cursor:pointer}
.bt-menu-toggle span{display:block;height:2px;background:#123d2c!important;margin:5px 0;border-radius:2px}

/* text helpers + buttons */
.bt-kicker{margin-bottom:15px!important;color:#5a8553!important;font-size:.67rem!important;line-height:1.35!important;font-weight:500!important;letter-spacing:.13em!important;text-transform:uppercase!important}
.bt-kicker-light{color:#c8dfbb!important}
.bt-lead{font-size:clamp(1rem,1.25vw,1.13rem)!important;line-height:1.78!important;color:#4b6258!important}
.bt-section-heading{max-width:760px}.bt-section-heading-center{text-align:center;margin-inline:auto}.bt-section-heading-center>p:last-child{max-width:700px;margin-inline:auto}
.bt-section-heading h2{margin-bottom:18px!important}.bt-section-heading>p:last-child{font-size:.98rem!important;line-height:1.74!important;color:#556b61!important}
.bt-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:29px;align-items:stretch}
.bt-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px;min-height:50px!important;height:auto!important;max-width:100%!important;padding:13px 20px!important;border:1px solid transparent!important;border-radius:12px!important;font-size:.89rem!important;font-weight:500!important;line-height:1.3!important;letter-spacing:-.012em!important;white-space:normal!important;text-align:center!important;overflow:visible!important;transition:.18s ease;cursor:pointer}
.bt-btn:hover{transform:translateY(-1px)}
.bt-btn-primary{background:#154b35!important;color:#fff!important;border-color:#154b35!important;box-shadow:0 8px 20px rgba(18,61,44,.11)}
.bt-btn-primary:hover{background:#1d6043!important;color:#fff!important;border-color:#1d6043!important;box-shadow:0 11px 25px rgba(18,61,44,.14)}
.bt-btn-secondary{background:#f2f6ef!important;color:#173f31!important;border-color:#c4d4c0!important}.bt-btn-secondary:hover{background:#e9f2e4!important;color:#123d2c!important;border-color:#a9c0a4!important}
.bt-btn-light{background:#fff!important;color:#123d2c!important;border-color:#fff!important}.bt-btn-light:hover{background:#eef5e9!important;color:#123d2c!important}
.bt-btn-outline-light{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.44)!important}.bt-btn-outline-light:hover{background:#fff!important;color:#123d2c!important;border-color:#fff!important}
.bt-text-link,.bt-read{display:inline-flex!important;align-items:center;gap:7px;color:#356044!important;font-size:.85rem!important;font-weight:500!important;line-height:1.45!important}.bt-text-link:hover,.bt-read:hover{color:#123d2c!important}
.bt-center{text-align:center;margin-top:34px}

/* home hero */
.bt-hero-v27{position:relative;overflow:hidden;padding:78px 0 72px;background:linear-gradient(135deg,#fffdf8 0%,#f2f7ee 100%);border-bottom:1px solid var(--bt-line)}
.bt-hero-v27::before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(114,158,89,.16),rgba(114,158,89,0) 70%);left:-240px;bottom:-260px}
.bt-hero-grid-v27{display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:58px;align-items:center}
.bt-hero-copy{position:relative;z-index:2;min-width:0}.bt-hero-copy h1{max-width:670px;margin-bottom:24px!important}.bt-hero-copy .bt-lead{max-width:690px}
.bt-hero-reassurance{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.bt-hero-reassurance span,.bt-producer-points span{display:inline-flex;align-items:center;min-height:32px;padding:7px 10px;border:1px solid rgba(35,83,61,.13);border-radius:999px;background:rgba(255,255,255,.76);color:#38594b!important;font-size:.73rem!important;font-weight:500!important}
.bt-hero-visual-v27{min-width:0}.bt-editorial-visual{position:relative;overflow:hidden;border-radius:26px;background:#e7efe2;box-shadow:var(--bt-shadow);min-width:0}.bt-editorial-visual img{width:100%;height:100%;object-fit:cover;object-position:center}
.bt-editorial-visual-hero{aspect-ratio:1.03/1}.bt-editorial-visual-hero img{object-position:52% 44%}
.bt-editorial-visual-producer img{object-position:center 42%}

/* quick flow */
.bt-simple-flow{background:#123d2c!important;color:#fff!important}
.bt-simple-flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.bt-simple-flow-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}
.bt-simple-flow article{display:grid;grid-template-columns:36px 1fr;gap:14px;padding:24px 22px;border-right:1px solid rgba(255,255,255,.12);min-width:0}.bt-simple-flow article:last-child{border-right:0}
.bt-simple-flow article>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);color:#dbead2!important;font-size:.76rem!important;font-weight:500!important}
.bt-simple-flow strong{display:block;color:#fff!important;font-size:.9rem!important;font-weight:500!important;line-height:1.35!important;margin:0 0 5px}.bt-simple-flow p{margin:0!important;color:#cbdcd1!important;font-size:.76rem!important;line-height:1.55!important}

/* platform cards */
.bt-platform-showcase{background:#fffdf8}.bt-platform-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr);gap:18px;margin-top:44px}.bt-platform-side{display:grid;grid-template-columns:1fr;gap:18px;min-width:0}
.bt-browser-card{overflow:hidden;min-width:0;border:1px solid var(--bt-line);border-radius:20px;background:#fff!important;box-shadow:var(--bt-shadow-soft);color:var(--bt-ink)!important}
.bt-browser-bar{height:40px;display:flex;align-items:center;gap:7px;padding:0 13px;background:#f5f3ec!important;border-bottom:1px solid var(--bt-line);color:#617267!important;font-size:.67rem!important;font-weight:500!important}.bt-browser-bar i{width:7px;height:7px;border-radius:50%;background:#c5c9c1}.bt-browser-bar span{margin-left:3px;color:#617267!important}
.bt-browser-card img{width:100%;height:auto;object-fit:contain!important;object-position:center;background:#f7fbf5}
.bt-browser-card figcaption{display:flex;flex-direction:column;gap:5px;padding:16px 18px 18px;background:#fff!important}.bt-browser-card figcaption strong{color:#173f31!important;font-size:.87rem!important;font-weight:500!important;line-height:1.35}.bt-browser-card figcaption span{color:#66776e!important;font-size:.76rem!important;line-height:1.5!important}

/* split stories + imagery */
.bt-split-story-grid,.bt-photo-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:68px;align-items:center}.bt-split-story-grid-reverse .bt-editorial-visual{order:1}.bt-split-story-grid-reverse .bt-split-story-copy{order:2}
.bt-split-story-copy,.bt-photo-copy,.bt-platform-producer-copy{min-width:0}.bt-split-story-copy h2,.bt-photo-copy h2,.bt-platform-producer-copy h2{margin-bottom:20px!important}.bt-split-story-copy>p:not(.bt-kicker),.bt-photo-copy>p:not(.bt-kicker),.bt-platform-producer-copy>p:not(.bt-kicker){font-size:.98rem!important;line-height:1.78!important;color:#4f665c!important}
.bt-clean-list{list-style:none;padding:0;margin:24px 0 28px!important;display:grid;gap:10px}.bt-clean-list li{position:relative;padding-left:24px;color:#365548!important;font-size:.9rem!important;line-height:1.55}.bt-clean-list li::before{content:"";position:absolute;left:2px;top:.62em;width:7px;height:7px;border-radius:50%;background:#6f9c61}
.bt-photo-wrap{position:relative;overflow:hidden;border-radius:26px;background:#e8eee4;box-shadow:var(--bt-shadow-soft)}.bt-photo-wrap img{width:100%;aspect-ratio:4/3;object-fit:cover}.bt-photo-caption{position:absolute;left:18px;right:18px;bottom:18px;padding:12px 14px;border-radius:12px;background:rgba(255,255,255,.94);color:#53655d!important;font-size:.75rem!important;line-height:1.45!important;box-shadow:0 8px 22px rgba(23,63,49,.08)}

/* fees dark panel */
.bt-fees-section{background:#f8f7f1}
.bt-fees-card{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:46px;align-items:center;padding:48px 52px!important;border-radius:26px;background:linear-gradient(135deg,#164a35,#0e3326)!important;border:1px solid rgba(255,255,255,.10);box-shadow:0 22px 50px rgba(10,40,29,.18);color:#fff!important;min-width:0}
.bt-fees-copy{min-width:0}.bt-fees-copy .bt-kicker{color:#bad5ab!important}.bt-fees-copy h2{color:#fff!important;margin-bottom:18px!important}.bt-fees-copy p{color:#d7e3da!important;font-size:.94rem!important;line-height:1.74!important}.bt-fees-copy .bt-text-link{color:#e1efda!important}.bt-fees-copy .bt-text-link:hover{color:#fff!important}
.bt-fees-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-width:0}.bt-fees-stats article{min-width:0;min-height:112px;padding:18px 14px;border-radius:15px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;justify-content:center}.bt-fees-stats strong{color:#fff!important;font-size:1.68rem!important;line-height:1.05!important;font-weight:500!important;letter-spacing:-.04em!important}.bt-fees-stats span{margin-top:8px;color:#dce8de!important;font-size:.69rem!important;line-height:1.42!important;overflow-wrap:break-word}

/* mission / two column */
.bt-mission-v27{background:#fff}.bt-mission-v27-grid,.bt-two-col{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:70px;align-items:start}.bt-two-col-wide{grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr)}.bt-mission-copy p,.bt-two-col p{font-size:.97rem!important;line-height:1.78!important}

/* page heroes */
.bt-page-hero,.bt-legal-hero{position:relative;padding:78px 0 68px;background:linear-gradient(135deg,#fffdf8 0%,#eff6eb 100%);border-bottom:1px solid var(--bt-line)}
.bt-page-hero-green{background:linear-gradient(135deg,#123d2c 0%,#1a543c 100%)!important;color:#fff!important}
.bt-page-hero-grid,.bt-producer-hero-grid{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(300px,.86fr);gap:58px;align-items:center}.bt-producer-hero-grid{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr)}
.bt-page-hero-copy{min-width:0}.bt-page-hero-copy h1{margin-bottom:22px!important;max-width:820px}.bt-page-hero-copy>p:not(.bt-kicker){max-width:760px;font-size:1rem!important;line-height:1.78!important;color:#4e665b!important}
.bt-page-hero-green .bt-page-hero-copy h1{color:#fff!important}.bt-page-hero-green .bt-page-hero-copy>p:not(.bt-kicker){color:#d8e4dc!important}.bt-page-hero-green .bt-kicker{color:#c5deb7!important}
.bt-page-hero-aside{padding:26px 27px;border:1px solid var(--bt-line);border-radius:20px;background:rgba(255,255,255,.8);box-shadow:var(--bt-shadow-soft);min-width:0}.bt-page-hero-aside p{margin:13px 0 6px!important;color:#6b7c73!important;font-size:.72rem!important;text-transform:uppercase;letter-spacing:.08em}.bt-page-hero-aside strong{display:block;color:#173f31!important;font-size:1.08rem!important;line-height:1.5!important;font-weight:500!important}.bt-page-hero-aside small{display:block;margin-top:13px;color:#687970!important;font-size:.77rem!important;line-height:1.55!important}.bt-aside-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#e9f2e3;color:#41723d}.bt-ui-svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.bt-page-hero-green .bt-page-hero-aside-light{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.18)!important}.bt-page-hero-green .bt-page-hero-aside-light p,.bt-page-hero-green .bt-page-hero-aside-light strong,.bt-page-hero-green .bt-page-hero-aside-light small{color:#fff!important}.bt-page-hero-green .bt-page-hero-aside-light .bt-aside-icon{background:rgba(255,255,255,.11);color:#dbead4}
.bt-fees-hero-v27{background:linear-gradient(135deg,#fbfaf4,#eef5e9)!important}.bt-fees-hero-stat{justify-self:end;width:min(100%,320px);padding:30px;border-radius:22px;background:#123d2c!important;color:#fff!important;box-shadow:var(--bt-shadow)}.bt-fees-hero-stat strong{display:block;color:#fff!important;font-size:3.15rem!important;line-height:1!important;font-weight:500!important;letter-spacing:-.05em!important}.bt-fees-hero-stat span{display:block;margin-top:10px;color:#d7e6d7!important;font-size:.84rem!important;line-height:1.5!important}

/* process */
.bt-process-list{display:grid;gap:0}.bt-process-item{display:grid;grid-template-columns:58px minmax(0,1fr) minmax(170px,230px);gap:28px;align-items:start;padding:34px 0;border-bottom:1px solid var(--bt-line);min-width:0}.bt-process-item:first-child{border-top:1px solid var(--bt-line)}.bt-process-number{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#eaf3e5;color:#35623d;font-size:.82rem;font-weight:500}.bt-process-content{min-width:0}.bt-process-content .bt-kicker{margin-bottom:10px!important}.bt-process-content h2{font-size:clamp(1.35rem,2.2vw,1.95rem)!important;line-height:1.23!important;margin-bottom:12px!important;letter-spacing:-.03em!important}.bt-process-content p{margin:0!important;font-size:.93rem!important;line-height:1.75!important}.bt-process-note{padding:14px 15px;border-radius:13px;background:#f2f6ef;color:#52685d!important;font-size:.76rem!important;line-height:1.5!important}

/* producer benefits */
.bt-producer-points{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.bt-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:40px}.bt-benefit-card{min-width:0;padding:28px 26px 30px;border-radius:18px;background:#fff!important;border:1px solid var(--bt-line);box-shadow:0 8px 24px rgba(18,61,44,.045);color:var(--bt-ink)!important}.bt-benefit-card .bt-value-icon{margin-bottom:21px}.bt-benefit-card h3{margin-bottom:10px!important}.bt-benefit-card p{margin:0!important;font-size:.86rem!important;line-height:1.68!important;color:#5a6f65!important}
.bt-platform-producer-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:54px;align-items:center}

/* fee page cards — no oversized global H2 can escape here */
.bt-fees-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.bt-fee-detail{min-width:0;padding:30px 27px;border-radius:19px;background:#fff!important;border:1px solid var(--bt-line);box-shadow:0 10px 30px rgba(18,61,44,.05);overflow:hidden}.bt-fee-icon{display:inline-flex!important;align-items:center;justify-content:center;min-width:46px;min-height:38px;padding:8px 11px;border-radius:12px;background:#eaf4e4!important;color:#356c3b!important;font-size:.77rem!important;font-weight:500!important;letter-spacing:0!important;margin-bottom:20px}.bt-fee-detail h2{font-size:1.18rem!important;line-height:1.35!important;font-weight:500!important;letter-spacing:-.025em!important;margin:0 0 10px!important;color:#173f31!important;overflow-wrap:break-word}.bt-fee-detail p{font-size:.86rem!important;line-height:1.7!important;margin:0!important;color:#5b6f65!important}
.bt-quote-card{align-self:stretch;padding:34px;border-radius:22px;background:#123d2c!important;color:#fff!important;display:flex;flex-direction:column;justify-content:center}.bt-quote-card p{margin:0 0 18px!important;color:#fff!important;font-size:1.15rem!important;line-height:1.6!important}.bt-quote-card span{color:#c6d9ca!important;font-size:.75rem!important;letter-spacing:.08em!important;text-transform:uppercase}

/* about values / facts */
.bt-values-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-top:40px}.bt-value-card{min-width:0;padding:26px 24px;border:1px solid var(--bt-line);border-radius:18px;background:#fff!important;color:var(--bt-ink)!important}.bt-value-icon{width:43px;height:43px;border-radius:14px;display:grid;place-items:center;background:#eaf3e5;color:#427340}.bt-value-card h3{margin:22px 0 9px!important}.bt-value-card p{margin:0!important;font-size:.84rem!important;line-height:1.65!important;color:#607269!important}
.bt-facts-card{padding:30px;border-radius:20px;background:#fff!important;border:1px solid var(--bt-line);box-shadow:var(--bt-shadow-soft);min-width:0}.bt-facts-card dl{margin:0 0 22px}.bt-facts-card dl>div{display:grid;grid-template-columns:130px minmax(0,1fr);gap:18px;padding:11px 0;border-bottom:1px solid var(--bt-line)}.bt-facts-card dt{color:#74837b!important;font-size:.72rem!important}.bt-facts-card dd{margin:0;color:#24483a!important;font-size:.82rem!important;line-height:1.55!important;min-width:0}

/* news */
.bt-home-news-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.bt-home-news-head h2{margin:0!important}.bt-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.bt-post-grid-large{grid-template-columns:repeat(3,minmax(0,1fr))}.bt-post-card{min-width:0;overflow:hidden;border:1px solid var(--bt-line);border-radius:19px;background:#fff!important;box-shadow:0 8px 25px rgba(18,61,44,.045)}.bt-post-image{display:grid!important;place-items:center;overflow:hidden;aspect-ratio:16/10;padding:10px;background:linear-gradient(145deg,#f7f9f3,#edf4e9)!important;border-bottom:1px solid rgba(18,61,44,.08)}.bt-post-image img{display:block;width:100%!important;height:100%!important;max-width:100%;object-fit:contain!important;object-position:center;border-radius:11px;transition:transform .3s ease}.bt-post-image:hover img{transform:scale(1.012)}.bt-post-body{padding:22px 22px 24px;min-width:0}.bt-card-meta{font-size:.67rem!important;color:#819087!important;letter-spacing:.06em!important;text-transform:uppercase!important;margin-bottom:11px!important}.bt-post-card h2,.bt-post-card h3{font-size:1.22rem!important;line-height:1.35!important;font-weight:500!important;letter-spacing:-.025em!important;margin:0 0 11px!important;overflow-wrap:break-word}.bt-post-card h2 a,.bt-post-card h3 a{display:block;color:#173f31!important}.bt-post-body>p:not(.bt-card-meta){font-size:.85rem!important;line-height:1.65!important;color:#62746b!important;margin-bottom:18px!important}.bt-empty-news{padding:34px;border:1px dashed var(--bt-line-strong);border-radius:18px;background:#faf9f4}.bt-empty-news-large{padding:44px;max-width:820px}.bt-empty-news-large h2{font-size:clamp(1.7rem,3vw,2.45rem)!important}.bt-empty-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#eaf3e5;color:#4d7e47;margin-bottom:22px}.bt-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:42px}.bt-pagination .page-numbers{min-width:40px;height:40px;padding:0 11px;display:grid;place-items:center;border:1px solid var(--bt-line);border-radius:10px;background:#fff;color:#123d2c!important;font-size:.78rem}.bt-pagination .current,.bt-pagination a:hover{background:#123d2c!important;color:#fff!important;border-color:#123d2c!important}

/* social */
.bt-social-section{background:#eef4e9}.bt-social-layout{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:58px;align-items:center}.bt-social-copy h2{margin-bottom:16px!important}.bt-social-copy p:last-child{font-size:.94rem!important;line-height:1.72!important}.bt-social-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0}.bt-social-grid a{min-width:0;min-height:88px;padding:15px 16px;border-radius:16px;background:#fff!important;border:1px solid var(--bt-line);display:grid!important;grid-template-columns:46px minmax(0,1fr);grid-template-rows:auto auto;column-gap:13px;align-items:center;color:#173f31!important}.bt-social-mark{grid-row:1/3;width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:#edf5e8!important;color:#356b3f!important}.bt-social-mark .bt-social-svg{width:20px;height:20px}.bt-social-grid strong{align-self:end;color:#173f31!important;font-size:.87rem!important;font-weight:500!important}.bt-social-grid small{align-self:start;color:#708078!important;font-size:.7rem!important;line-height:1.4!important;overflow-wrap:break-word}.bt-social-grid a:hover{border-color:#a9c3a4;transform:translateY(-1px);box-shadow:0 10px 24px rgba(18,61,44,.06)}

/* FAQ */
.bt-faq-layout{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:64px;align-items:start}.bt-accordion{display:grid;gap:10px}.bt-faq-item{border:1px solid var(--bt-line);border-radius:15px;background:#fff!important;overflow:hidden}.bt-faq-item summary{position:relative;cursor:pointer;list-style:none;padding:18px 48px 18px 20px;color:#173f31!important;font-size:.91rem!important;font-weight:500!important;line-height:1.45!important}.bt-faq-item summary::-webkit-details-marker{display:none}.bt-faq-item summary::after{content:"+";position:absolute;right:19px;top:50%;transform:translateY(-50%);color:#5b7e55;font-size:1.15rem;font-weight:400}.bt-faq-item[open] summary::after{content:"–"}.bt-faq-item div{padding:0 20px 18px}.bt-faq-item div p{margin:0!important;color:#5d7167!important;font-size:.85rem!important;line-height:1.7!important}

/* contact */
.bt-contact-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:58px;align-items:start}.bt-contact-aside h2{margin-bottom:16px!important}.bt-contact-aside>p:not(.bt-kicker){font-size:.95rem!important;line-height:1.74!important}.bt-contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:27px}.bt-contact-cards>div{min-width:0;padding:17px;border:1px solid var(--bt-line);border-radius:15px;background:#fff!important;display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;column-gap:11px}.bt-contact-icon{grid-row:1/3;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#eaf3e5;color:#427340}.bt-contact-icon .bt-ui-svg{width:19px;height:19px}.bt-contact-cards strong{align-self:end;color:#173f31!important;font-size:.82rem!important;font-weight:500!important}.bt-contact-cards span:last-child{align-self:start;color:#6c7d74!important;font-size:.7rem!important;line-height:1.4!important}.bt-form-card{min-width:0;padding:30px;border-radius:21px;background:#fff!important;border:1px solid var(--bt-line);box-shadow:var(--bt-shadow-soft)}.bt-contact-form{display:grid;gap:17px}.bt-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.bt-contact-form label{display:grid;gap:7px;color:#284a3d!important;font-size:.77rem!important;font-weight:500!important}.bt-contact-form input[type=text],.bt-contact-form input[type=email],.bt-contact-form select,.bt-contact-form textarea{width:100%;border:1px solid #cad7cb!important;border-radius:11px!important;background:#fff!important;color:#173f31!important;padding:12px 13px!important;outline:none;box-shadow:none!important}.bt-contact-form input:focus,.bt-contact-form select:focus,.bt-contact-form textarea:focus{border-color:#6c9a65!important;box-shadow:0 0 0 3px rgba(95,142,82,.10)!important}.bt-contact-form textarea{resize:vertical;min-height:150px}.bt-consent{grid-template-columns:18px 1fr!important;align-items:start!important;gap:9px!important;font-weight:400!important}.bt-consent input{margin-top:3px}.bt-consent span{font-size:.72rem!important;line-height:1.55!important;color:#62746b!important}.bt-recaptcha-wrap{overflow-x:auto}.bt-recaptcha-wrap p,.bt-antispam-note{font-size:.69rem!important;line-height:1.45!important;color:#75847c!important}.bt-alert{padding:12px 14px;border-radius:11px;background:#fff2e5;color:#7c4c1b!important;font-size:.78rem!important}.bt-alert-success{background:#edf6e9;color:#34643a!important}.bt-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

/* final CTA */
.bt-final-cta{position:relative;padding:62px 0;background:linear-gradient(110deg,#123d2c 0%,#1d5a3f 100%)!important;color:#fff!important;overflow:hidden}.bt-final-cta::before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;right:-220px;top:-240px;background:radial-gradient(circle,rgba(160,194,133,.20),rgba(160,194,133,0) 70%)}.bt-final-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:42px}.bt-final-inner>div:first-child{max-width:760px;min-width:0}.bt-final-cta h2{color:#fff!important;margin-bottom:12px!important}.bt-final-cta p{color:#d9e6de!important;margin-bottom:0!important}.bt-final-cta .bt-kicker{color:#c9dfbb!important;margin-bottom:12px!important}.bt-final-actions{display:flex;flex-wrap:wrap;gap:10px;flex:0 0 auto}

/* footer */
.bt-footer{background:#0c2d21!important;color:#fff!important;padding:58px 0 24px}.bt-footer-top{display:grid;grid-template-columns:minmax(0,1.5fr) repeat(3,minmax(130px,.7fr));gap:44px;padding-bottom:34px}.bt-footer-brand{max-width:420px}.bt-footer-lockup{display:flex!important;align-items:center;gap:11px;color:#fff!important}.bt-footer-lockup img{width:48px;height:43px;object-fit:contain;filter:brightness(0) invert(1);opacity:.94}.bt-footer-lockup span{display:flex;flex-direction:column}.bt-footer-lockup strong{color:#fff!important;font-size:1.28rem!important;font-weight:500!important;line-height:1!important;letter-spacing:-.03em!important}.bt-footer-lockup small{margin-top:5px;color:#afc6b6!important;font-size:.6rem!important;letter-spacing:.05em!important}.bt-footer-brand>p{margin:19px 0 16px!important;color:#c9d9cf!important;font-size:.79rem!important;line-height:1.7!important}.bt-footer-mail{color:#e3eee6!important;font-size:.79rem!important}.bt-footer-col{display:flex;flex-direction:column;gap:9px}.bt-footer-col>strong{color:#fff!important;font-size:.78rem!important;font-weight:500!important;margin-bottom:4px}.bt-footer-col a{color:#c7d7cd!important;font-size:.74rem!important;line-height:1.45!important}.bt-footer-col a:hover{color:#fff!important}.bt-footer-social-row{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:25px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.bt-footer-social-row p{margin:0 0 3px!important;color:#fff!important;font-size:.77rem!important;font-weight:500!important}.bt-footer-social-row small{color:#aebfb4!important;font-size:.69rem!important}.bt-footer-socials{display:flex;flex-wrap:wrap;gap:7px}.bt-footer-socials a{display:inline-flex!important;align-items:center;gap:6px;min-height:34px;padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:10px;color:#e3eee6!important;font-size:.69rem!important}.bt-footer-socials a:hover{color:#fff!important;border-color:rgba(255,255,255,.32)!important;background:rgba(255,255,255,.06)!important}.bt-footer-socials .bt-social-svg{width:13px;height:13px}.bt-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px}.bt-footer-bottom p{margin:0!important;color:#9fb2a6!important;font-size:.65rem!important;line-height:1.45!important}

/* legal + article */
.bt-legal-hero{padding:66px 0 52px}.bt-legal-hero h1{margin-bottom:15px!important}.bt-legal-hero p:last-child{font-size:.95rem!important;line-height:1.72!important}.bt-legal-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:54px;align-items:start}.bt-legal-nav{position:sticky;top:100px;display:grid;gap:7px}.bt-legal-nav a{padding:9px 10px;border-radius:9px;color:#5d7166!important;font-size:.76rem!important}.bt-legal-nav a:hover{background:#eef4e9;color:#173f31!important}.bt-legal-content{min-width:0}.bt-legal-content>section{padding:0 0 36px;margin:0 0 36px;border-bottom:1px solid var(--bt-line)}.bt-legal-content h2{font-size:1.65rem!important;margin-bottom:18px!important}.bt-legal-content p{font-size:.88rem!important;line-height:1.75!important}.bt-legal-dl{display:grid;gap:0;margin:0}.bt-legal-dl>div{display:grid;grid-template-columns:180px minmax(0,1fr);gap:18px;padding:11px 0;border-bottom:1px solid var(--bt-line)}.bt-legal-dl dt{color:#738179!important;font-size:.73rem!important}.bt-legal-dl dd{margin:0;color:#294d3f!important;font-size:.82rem!important;line-height:1.55!important;overflow-wrap:anywhere}.bt-legal-warning{padding:16px;border-radius:13px;background:#fff5df;border:1px solid #eadab5}.bt-legal-warning strong{color:#775418!important;font-size:.82rem!important}.bt-legal-warning p{margin:7px 0 0!important;color:#775f35!important}.bt-legal-date{color:#819087!important;font-size:.72rem!important}
.bt-article-head{padding:58px 0 46px;background:linear-gradient(135deg,#fffdf8,#eff6eb);border-bottom:1px solid var(--bt-line)}.bt-back{display:inline-flex;margin-bottom:22px;color:#4f6a5d!important;font-size:.78rem!important}.bt-article-head .bt-card-meta{margin-bottom:13px!important}.bt-article-head h1{max-width:790px;margin-bottom:0!important;font-size:clamp(2.2rem,4.6vw,3.75rem)!important;line-height:1.08!important}.bt-article-excerpt{max-width:740px;margin:19px 0 0!important;font-size:1rem!important;line-height:1.72!important;color:#52695f!important}.bt-article-image-wrap{width:min(calc(100% - 48px),900px);margin:34px auto 0}.bt-article-image-frame{margin:0!important;display:grid;place-items:center;overflow:hidden;min-height:0;padding:10px;border:1px solid var(--bt-line);border-radius:20px;background:linear-gradient(145deg,#f7f9f3,#edf4e9);box-shadow:0 14px 36px rgba(18,61,44,.07)}.bt-article-image{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:min(64vh,540px)!important;margin:auto!important;object-fit:contain!important;object-position:center;border-radius:13px}.bt-article-image-frame.is-landscape .bt-article-image{width:100%!important;max-height:520px!important}.bt-article-image-frame.is-portrait .bt-article-image{max-height:560px!important}.bt-article-body{padding-top:42px;padding-bottom:78px;min-width:0;overflow-wrap:anywhere}.bt-article-body>*:first-child{margin-top:0!important}.bt-article-body h2{font-size:clamp(1.45rem,2.6vw,1.82rem)!important;line-height:1.25!important;margin:38px 0 14px!important}.bt-article-body h3{font-size:1.22rem!important;line-height:1.35!important;margin:30px 0 11px!important}.bt-article-body h4{margin:26px 0 9px!important}.bt-article-body p,.bt-article-body li{font-size:.94rem!important;line-height:1.82!important}.bt-article-body ul,.bt-article-body ol{padding-left:1.4em;margin-bottom:24px!important}.bt-article-body li+li{margin-top:6px}.bt-article-body a:not(.bt-btn):not(.wp-block-button__link){color:#356044!important;text-decoration:underline!important;text-underline-offset:3px;text-decoration-thickness:1px!important}.bt-article-body .bt-btn,.bt-article-body .wp-block-button__link{text-decoration:none!important}.bt-article-body figure{max-width:100%;margin:30px 0!important}.bt-article-body figure img,.bt-article-body .wp-block-image img{max-width:100%!important;height:auto!important;margin-inline:auto;border-radius:14px}.bt-article-body figcaption{margin-top:9px!important;font-size:.72rem!important;line-height:1.55!important;text-align:center;color:#74847c!important}.bt-article-body blockquote,.bt-article-body .wp-block-quote{margin:32px 0!important;padding:20px 22px!important;border-left:3px solid #6f9c61!important;border-radius:0 13px 13px 0;background:#f2f6ef!important}.bt-article-body blockquote p{margin-bottom:8px!important;color:#294d3f!important}.bt-article-body .wp-block-pullquote{padding:26px!important;border-top:1px solid var(--bt-line)!important;border-bottom:1px solid var(--bt-line)!important}.bt-article-body .wp-block-separator{margin:38px auto!important;border:0!important;border-top:1px solid var(--bt-line)!important}.bt-article-body .wp-block-table{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.bt-article-body table{width:100%;border-collapse:collapse;font-size:.82rem}.bt-article-body th,.bt-article-body td{padding:11px 12px;border:1px solid var(--bt-line);text-align:left;vertical-align:top}.bt-article-body th{background:#f1f6ed;color:#244b3c!important;font-weight:500}.bt-article-body iframe,.bt-article-body video{max-width:100%!important}.bt-article-body .alignwide,.bt-article-body .alignfull{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.bt-article-body .wp-block-button{margin:24px 0!important}.bt-article-body .wp-block-button__link{display:inline-flex!important;align-items:center;justify-content:center;min-height:46px;padding:12px 18px!important;border-radius:11px!important;background:#154b35!important;color:#fff!important;font-size:.86rem!important;font-weight:500!important;line-height:1.3!important}.bt-article-end{margin-top:50px;padding:24px 0;border-top:1px solid var(--bt-line);border-bottom:1px solid var(--bt-line);display:flex;align-items:center;justify-content:space-between;gap:24px}.bt-article-end>div{max-width:560px}.bt-article-end strong{display:block;margin-bottom:5px;color:#244b3c!important;font-size:.88rem!important;font-weight:500!important}.bt-article-end p{margin:0!important;color:#667a70!important;font-size:.8rem!important;line-height:1.6!important}.bt-article-end .bt-btn{flex:0 0 auto}

/* Component hierarchy and contrast safeguards. Base typography uses :where() above so these rules always win. */
.bt-fees-hero-v27 .bt-page-hero-copy h1{font-size:clamp(2.35rem,4vw,3.65rem)!important;line-height:1.08!important}
.bt-fee-detail,.bt-benefit-card,.bt-value-card,.bt-post-card,.bt-contact-cards>div{overflow-wrap:anywhere}
.bt-fee-detail h2{max-width:100%;word-break:normal!important;hyphens:auto}
.bt-fee-detail p{max-width:100%;word-break:normal!important}
.bt-quote-card p{color:#fff!important}
.bt-final-cta h2{color:#fff!important}.bt-final-cta p{color:#d9e6de!important}.bt-final-cta .bt-kicker{color:#c9dfbb!important}
.bt-footer p,.bt-footer li,.bt-footer figcaption{color:#c9d9cf!important}
.bt-topbar p{color:#dce9df!important}
.bt-simple-flow p{color:#cbdcd1!important}
.bt-fees-copy p{color:#d7e3da!important}

/* responsive */
@media(max-width:1120px){
  .bt-nav{gap:4px}.bt-nav>a{padding-inline:7px;font-size:.8rem!important}.bt-nav-app{padding-inline:12px!important}
  .bt-hero-grid-v27,.bt-producer-hero-grid{gap:40px}.bt-platform-grid{grid-template-columns:1fr}.bt-platform-side{grid-template-columns:1fr 1fr}.bt-values-grid{grid-template-columns:1fr 1fr}
  .bt-footer-top{grid-template-columns:1.3fr repeat(3,.75fr);gap:30px}
}
@media(max-width:980px){
  .bt-menu-toggle{display:block}.bt-nav-wrap{position:relative;min-height:72px}.bt-nav{position:absolute!important;top:72px!important;left:-16px!important;right:-16px!important;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:11px 16px 17px!important;background:#fffdf8!important;border-top:1px solid var(--bt-line)!important;border-bottom:1px solid var(--bt-line)!important;box-shadow:0 20px 40px rgba(18,61,44,.12)!important}.bt-nav.is-open{display:flex!important}.bt-nav>a{width:100%!important;min-height:46px!important;justify-content:flex-start!important;padding:12px 9px!important;border-bottom:1px solid rgba(18,61,44,.08)!important;border-radius:0!important;font-size:.9rem!important}.bt-nav>a.bt-nav-app{justify-content:center!important;margin-top:9px!important;border-radius:10px!important;border-bottom:0!important}.bt-nav-login{margin:0!important}
  .bt-hero-grid-v27,.bt-page-hero-grid,.bt-producer-hero-grid,.bt-split-story-grid,.bt-photo-grid,.bt-platform-producer-layout,.bt-mission-v27-grid,.bt-two-col,.bt-two-col-wide,.bt-social-layout,.bt-contact-grid,.bt-faq-layout{grid-template-columns:1fr;gap:38px}
  .bt-hero-visual-v27,.bt-producer-hero-v27 .bt-editorial-visual{width:min(100%,780px);margin-inline:auto}.bt-editorial-visual-hero{aspect-ratio:1.2/1}
  .bt-split-story-grid-reverse .bt-editorial-visual{order:1}.bt-split-story-grid-reverse .bt-split-story-copy{order:2}
  .bt-simple-flow-grid-four{grid-template-columns:1fr 1fr}.bt-simple-flow-grid-four article:nth-child(2){border-right:0}.bt-simple-flow-grid-four article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
  .bt-fees-card{grid-template-columns:1fr;gap:30px;padding:40px!important}.bt-footer-top{grid-template-columns:1.2fr 1fr 1fr}.bt-footer-brand{grid-column:1/-1;max-width:620px}.bt-final-inner{align-items:flex-start;flex-direction:column}.bt-final-actions{flex:1}
  .bt-process-item{grid-template-columns:52px minmax(0,1fr)}.bt-process-note{grid-column:2}
  .bt-fees-hero-stat{justify-self:start}.bt-legal-layout{grid-template-columns:1fr}.bt-legal-nav{position:static;display:flex;flex-wrap:wrap}.bt-post-grid,.bt-post-grid-large{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  body.bioteris-page{font-size:15.5px!important}.bt-shell{width:min(calc(100% - 32px),1240px)}.bt-article-narrow,.bt-legal-narrow{width:min(calc(100% - 32px),860px)}
  .bioteris-page :where(h1){font-size:clamp(2.2rem,10vw,3.2rem)!important;line-height:1.08!important}.bioteris-page :where(h2){font-size:clamp(1.72rem,7.4vw,2.35rem)!important;line-height:1.16!important}.bioteris-page :where(h3){font-size:1.08rem!important}
  .bt-section{padding:70px 0}.bt-topbar p{font-size:.6rem!important}.bt-mini-socials{display:none}.bt-topbar-actions{gap:9px}.bt-brand-copy strong{font-size:1.12rem!important}.bt-brand-copy small{font-size:.5rem!important}
  .bt-hero-v27,.bt-page-hero,.bt-legal-hero{padding:54px 0 50px}.bt-hero-grid-v27{gap:30px}.bt-editorial-visual{border-radius:20px}.bt-editorial-visual-hero{aspect-ratio:1/1}.bt-editorial-visual-hero img{object-position:54% 46%}.bt-producer-hero-v27 .bt-editorial-visual img{object-position:center 40%}
  .bt-simple-flow-grid,.bt-simple-flow-grid-four{grid-template-columns:1fr}.bt-simple-flow article{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important;padding:19px 4px}.bt-simple-flow article:last-child{border-bottom:0!important}.bt-simple-flow-grid{padding:0 16px}
  .bt-platform-side{grid-template-columns:1fr}.bt-platform-grid{gap:14px}.bt-browser-card{border-radius:16px}.bt-browser-card figcaption{padding:14px 15px 16px}
  .bt-fees-stats{grid-template-columns:1fr 1fr}.bt-fees-stats article:last-child{grid-column:1/-1}.bt-fees-card{padding:28px 22px!important;border-radius:20px}
  .bt-benefit-grid,.bt-fees-detail-grid,.bt-values-grid{grid-template-columns:1fr}.bt-benefit-card,.bt-fee-detail,.bt-value-card{padding:23px 21px}.bt-fee-detail h2{font-size:1.12rem!important}
  .bt-process-item{grid-template-columns:40px minmax(0,1fr);gap:18px;padding:27px 0}.bt-process-number{width:36px;height:36px}.bt-process-note{grid-column:2}.bt-process-content h2{font-size:1.35rem!important}
  .bt-contact-cards{grid-template-columns:1fr}.bt-form-row{grid-template-columns:1fr}.bt-form-card{padding:23px 20px}
  .bt-social-grid{grid-template-columns:1fr}.bt-post-grid,.bt-post-grid-large{grid-template-columns:1fr}.bt-home-news-head{align-items:flex-start;flex-direction:column}.bt-footer-top{grid-template-columns:1fr 1fr}.bt-footer-brand{grid-column:1/-1}.bt-footer-social-row,.bt-footer-bottom{align-items:flex-start;flex-direction:column}.bt-footer-socials{width:100%}.bt-footer-socials a{flex:1 1 calc(50% - 7px);justify-content:center}.bt-legal-dl>div,.bt-facts-card dl>div{grid-template-columns:1fr;gap:4px}.bt-article-head{padding:48px 0 40px}.bt-article-image-wrap{width:min(calc(100% - 32px),860px);margin-top:26px}.bt-article-image{max-height:460px!important}.bt-article-body{padding-top:34px;padding-bottom:64px}.bt-article-end{align-items:flex-start;flex-direction:column}.bt-article-end .bt-btn{flex:1 1 auto}
}
@media(max-width:520px){
  .bt-shell{width:min(calc(100% - 28px),1240px)}.bt-article-narrow,.bt-legal-narrow{width:min(calc(100% - 28px),860px)}
  .bt-topbar{height:32px}.bt-nav-wrap{min-height:68px}.bt-nav{top:68px!important}.bt-brand-mark{width:39px;height:39px}.bt-brand-mark img{width:39px;height:35px}.bt-brand-copy strong{font-size:1.06rem!important}.bt-brand-copy small{font-size:.47rem!important}
  .bt-actions{display:grid!important;grid-template-columns:1fr!important}.bt-btn{width:100%!important;min-width:0!important}.bt-final-actions{display:grid;width:100%}.bt-final-actions .bt-btn{width:100%!important}.bt-article-image-wrap{width:min(calc(100% - 28px),860px);margin-top:22px}.bt-article-image-frame{padding:7px;border-radius:16px}.bt-article-image{max-height:390px!important;border-radius:10px}.bt-article-body{padding-top:30px}.bt-article-end{padding:20px 0}.bt-hero-reassurance{gap:6px}.bt-hero-reassurance span,.bt-producer-points span{font-size:.68rem!important;padding:7px 9px}.bt-fees-stats{grid-template-columns:1fr}.bt-fees-stats article:last-child{grid-column:auto}.bt-fees-hero-stat{max-width:100%;padding:24px}.bt-fees-hero-stat strong{font-size:2.7rem!important}.bt-footer-top{grid-template-columns:1fr}.bt-footer-brand{grid-column:auto}.bt-footer-socials a{flex:1 1 100%;justify-content:flex-start}.bt-page-hero-aside,.bt-facts-card{padding:23px 20px}.bt-quote-card{padding:26px 22px}.bt-empty-news-large{padding:30px 22px}.bt-contact-cards>div{grid-template-columns:36px 1fr}.bt-social-grid a{grid-template-columns:43px 1fr}.bt-social-mark{width:43px;height:43px}.bt-recaptcha-wrap{transform-origin:left top}
}

/* === SEO content library v3.2.5 ========================================= */
.bt-section-white{background:#fffdfa;border-top:1px solid var(--bt-line);border-bottom:1px solid var(--bt-line)}
.bt-seo-hero{position:relative;overflow:hidden;padding:74px 0 82px;background:linear-gradient(135deg,#fffdf8 0%,#f1f7ed 58%,#e9f3e5 100%);border-bottom:1px solid var(--bt-line)}
.bt-seo-hero::after{content:"";position:absolute;width:430px;height:430px;border-radius:50%;right:-150px;top:-190px;background:radial-gradient(circle,rgba(107,157,85,.12),transparent 68%);pointer-events:none}
.bt-seo-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:clamp(38px,6vw,78px);align-items:center}
.bt-seo-hero-copy{min-width:0}.bt-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 18px;color:#718179;font-size:.7rem;line-height:1.5}.bt-breadcrumb a{color:#526b60!important}.bt-breadcrumb a:hover{color:#153f2f!important}.bt-breadcrumb span[aria-current=page]{max-width:360px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bt-seo-hero h1{max-width:820px;margin:0 0 20px!important;font-size:clamp(2.45rem,5vw,4.45rem)!important;line-height:1.04!important;letter-spacing:-.05em!important;color:#173f31!important;font-weight:560!important;text-wrap:balance}
.bt-seo-lead{max-width:760px;margin:0!important;color:#4d6559!important;font-size:clamp(1rem,1.35vw,1.14rem)!important;line-height:1.8!important}
.bt-seo-hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:26px}
.bt-seo-visual{margin:0!important;overflow:hidden;border:1px solid rgba(23,63,49,.11);border-radius:25px;background:#eef4e9;box-shadow:0 24px 60px rgba(18,61,44,.10)}
.bt-seo-visual img{display:block!important;width:100%!important;aspect-ratio:4/3;object-fit:cover!important}
.bt-seo-visual figcaption{display:flex;flex-direction:column;gap:4px;padding:18px 20px;background:#fff}.bt-seo-visual figcaption strong{color:#244b3c!important;font-size:.9rem!important;font-weight:600!important}.bt-seo-visual figcaption span{color:#718178!important;font-size:.72rem!important;line-height:1.5!important}
.bt-seo-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:62px;align-items:start}.bt-seo-article{min-width:0;max-width:780px}.bt-seo-copy-block{padding:0 0 34px;margin-bottom:34px;border-bottom:1px solid var(--bt-line)}.bt-seo-copy-block:last-of-type{margin-bottom:0}.bt-seo-copy-block h2,.bt-seo-faq h2,.bt-seo-city-intro h2{margin:0 0 15px!important;color:#204737!important;font-size:clamp(1.5rem,2.6vw,2rem)!important;line-height:1.23!important;letter-spacing:-.025em!important}.bt-seo-copy-block p,.bt-seo-city-intro>p:last-child{margin:0!important;color:#536a5f!important;font-size:.96rem!important;line-height:1.86!important}
.bt-seo-callout{display:grid;grid-template-columns:52px 1fr;gap:18px;margin:44px 0;padding:26px 28px;border:1px solid #cbdac5;border-radius:20px;background:linear-gradient(145deg,#f1f7ed,#fbfcf8)}.bt-seo-callout-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:#fff;color:#4f7d49}.bt-seo-callout-icon .bt-ui-svg{width:27px;height:27px}.bt-seo-callout h2{margin:0 0 10px!important;font-size:1.25rem!important;line-height:1.3!important;color:#204737!important}.bt-seo-callout p{margin:0!important;font-size:.87rem!important;line-height:1.75!important;color:#587065!important}
.bt-seo-sidebar{position:sticky;top:112px;display:grid;gap:16px}.bt-seo-sidecard{padding:24px;border:1px solid var(--bt-line);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(18,61,44,.05)}.bt-seo-sidecard.is-soft{background:#f1f6ee;box-shadow:none}.bt-seo-sidecard h2{margin:7px 0 10px!important;font-size:1.25rem!important;line-height:1.28!important}.bt-seo-sidecard h3{margin:0 0 9px!important;font-size:1rem!important}.bt-seo-sidecard p{margin:0 0 17px!important;color:#60756a!important;font-size:.79rem!important;line-height:1.7!important}.bt-seo-sidecard .bt-btn{width:100%!important}
.bt-seo-faq{max-width:840px}.bt-seo-faq-list{display:grid;gap:10px;margin-top:22px}.bt-seo-faq-list details{border:1px solid var(--bt-line);border-radius:15px;background:#fff;padding:0 17px}.bt-seo-faq-list summary{cursor:pointer;list-style:none;padding:16px 28px 16px 0;position:relative;color:#294e3f;font-size:.86rem;font-weight:600;line-height:1.5}.bt-seo-faq-list summary::-webkit-details-marker{display:none}.bt-seo-faq-list summary::after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);color:#71936b;font-size:1.2rem;font-weight:400}.bt-seo-faq-list details[open] summary::after{content:"–"}.bt-seo-faq-list details p{padding:0 0 16px;margin:0!important;color:#62766c!important;font-size:.8rem!important;line-height:1.7!important}
.bt-seo-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bt-seo-related-card{padding:22px;border:1px solid var(--bt-line);border-radius:18px;background:#fff}.bt-seo-related-card>span{display:block;margin-bottom:9px;color:#71877b;font-size:.63rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.bt-seo-related-card h3{margin:0 0 18px!important;font-size:1.02rem!important;line-height:1.35!important}.bt-seo-related-card h3 a{color:#224b3b!important}.bt-seo-related-card h3 a:hover{color:#3d714f!important}
.bt-city-status{margin-top:22px;padding:15px 17px;border-left:3px solid #719c61;border-radius:0 13px 13px 0;background:rgba(255,255,255,.68);color:#536a60;font-size:.78rem;line-height:1.7}.bt-city-status strong{color:#244d3c;font-weight:600}.bt-seo-city-intro{max-width:900px;text-align:center}.bt-seo-city-intro>p:last-child{max-width:820px;margin-inline:auto!important}
.bt-audiences{display:grid;grid-template-columns:1fr 1fr;gap:20px}.bt-audience{padding:31px;border:1px solid var(--bt-line);border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(18,61,44,.05)}.bt-audience.is-producer{background:linear-gradient(145deg,#173f30,#245c43);border-color:transparent}.bt-audience-label{display:inline-flex;margin-bottom:16px;color:#5d8257;font-size:.65rem;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.bt-audience h2{margin:0 0 13px!important;font-size:clamp(1.45rem,2.4vw,1.85rem)!important;line-height:1.22!important}.bt-audience p{margin:0 0 17px!important;color:#60766b!important;font-size:.86rem!important;line-height:1.78!important}.bt-audience.is-producer .bt-audience-label{color:#b8d9a9}.bt-audience.is-producer h2{color:#fff!important}.bt-audience.is-producer p{color:#dbe9df!important}.bt-text-link-light{color:#e9f5e3!important}.bt-text-link-light:hover{color:#fff!important}
.bt-seo-local-card{align-self:start;padding:28px;border:1px solid #cad9c4;border-radius:22px;background:#fff}.bt-seo-local-card strong{display:block;margin-bottom:9px;color:#244d3d;font-size:.88rem;font-weight:600}.bt-seo-local-card p{margin:0 0 10px!important;color:#566e62!important;font-size:.86rem!important;line-height:1.75!important}.bt-seo-local-card small{display:block;color:#85938c;font-size:.69rem;line-height:1.55}
.bt-seo-directory-head{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:end;margin-bottom:34px}.bt-seo-directory-head h2{margin:0!important}.bt-seo-directory-head>p{margin:0!important;color:#5f7569!important;font-size:.88rem!important;line-height:1.76!important}.bt-seo-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bt-seo-directory-grid.is-cities{grid-template-columns:repeat(3,minmax(0,1fr))}.bt-seo-directory-card{display:flex;flex-direction:column;min-width:0;padding:23px;border:1px solid var(--bt-line);border-radius:19px;background:#fff;box-shadow:0 10px 28px rgba(18,61,44,.04)}.bt-seo-directory-card>span{margin-bottom:9px;color:#72877c;font-size:.62rem;font-weight:650;letter-spacing:.07em;text-transform:uppercase}.bt-seo-directory-card h3{margin:0 0 10px!important;font-size:1.04rem!important;line-height:1.35!important}.bt-seo-directory-card h3 a{color:#214939!important}.bt-seo-directory-card p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 18px!important;color:#61766b!important;font-size:.76rem!important;line-height:1.7!important}.bt-seo-directory-card .bt-read{margin-top:auto}.bt-seo-hub-cta{display:flex;align-items:center;justify-content:space-between;gap:34px}.bt-seo-hub-cta>div:first-child{max-width:680px}.bt-seo-hub-cta h2{margin:0 0 10px!important}.bt-seo-hub-cta p{margin:0!important;color:#60766a!important;font-size:.86rem!important;line-height:1.75!important}
.bt-sitemap-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bt-sitemap-link{display:flex!important;flex-direction:column!important;gap:4px;padding:15px 16px;border:1px solid var(--bt-line);border-radius:13px;background:#fff;color:#234b3b!important}.bt-sitemap-link:hover{border-color:#a9c0a4;background:#f9fbf7}.bt-sitemap-link strong{font-size:.78rem;font-weight:600;line-height:1.4}.bt-sitemap-link span{color:#819087;font-size:.64rem;line-height:1.35}.bt-sitemap-link-grid.is-cities{grid-template-columns:repeat(5,minmax(0,1fr))}

@media(max-width:1020px){.bt-seo-hero-grid{grid-template-columns:1fr}.bt-seo-visual{max-width:660px}.bt-seo-layout{grid-template-columns:1fr;gap:42px}.bt-seo-article{max-width:none}.bt-seo-sidebar{position:static;grid-template-columns:1fr 1fr}.bt-seo-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bt-seo-directory-grid.is-cities{grid-template-columns:repeat(2,minmax(0,1fr))}.bt-sitemap-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bt-sitemap-link-grid.is-cities{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.bt-seo-hero{padding:48px 0 58px}.bt-seo-hero h1{font-size:clamp(2.05rem,10vw,3rem)!important}.bt-breadcrumb span[aria-current=page]{max-width:210px}.bt-seo-hero-actions{align-items:stretch;flex-direction:column}.bt-seo-hero-actions .bt-btn{width:100%!important}.bt-seo-layout{gap:32px}.bt-seo-sidebar,.bt-audiences,.bt-seo-related-grid,.bt-seo-directory-grid,.bt-seo-directory-grid.is-cities,.bt-sitemap-link-grid,.bt-sitemap-link-grid.is-cities{grid-template-columns:1fr}.bt-seo-callout{grid-template-columns:1fr;padding:23px 20px}.bt-seo-directory-head{grid-template-columns:1fr;gap:12px}.bt-seo-hub-cta{align-items:flex-start;flex-direction:column}.bt-audience{padding:25px 21px}.bt-seo-sidecard{padding:22px}.bt-seo-visual{border-radius:20px}}
.bt-home-seo-resources .bt-home-news-head h2{max-width:800px}.bt-home-city-link{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:22px;padding:24px 26px;border:1px solid var(--bt-line);border-radius:18px;background:#fff}.bt-home-city-link strong{display:block;margin-bottom:5px;color:#244d3d;font-size:.9rem;font-weight:600}.bt-home-city-link p{margin:0!important;color:#687b71!important;font-size:.76rem!important;line-height:1.6!important}.bt-home-city-link .bt-btn{flex:0 0 auto}@media(max-width:720px){.bt-home-city-link{align-items:flex-start;flex-direction:column}.bt-home-city-link .bt-btn{width:100%!important}}

/* === v3.2.8 — grands titres plus naturels ============================== */
/* Les titres de héros ne sont plus artificiellement "équilibrés" :
   le navigateur privilégie des lignes naturelles et évite les mots isolés. */
.bt-page-hero-copy h1,
.bt-seo-hero h1,
.bt-hero-copy h1,
.bt-article-head h1{
  text-wrap:pretty!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}
.bt-nowrap{white-space:nowrap!important}

/* Actualités : moins massif, plus respirant et une colonne texte plus large. */
.bt-news-hero .bt-page-hero-grid{
  grid-template-columns:minmax(0,1.34fr) minmax(280px,.66fr);
  gap:44px;
}
.bt-news-hero .bt-page-hero-copy h1{
  max-width:920px!important;
  font-size:clamp(2.55rem,4.15vw,3.7rem)!important;
  line-height:1.11!important;
  letter-spacing:-.041em!important;
}

/* Pages villes : le H1 reste fort sans prendre toute la largeur de l’écran. */
.bt-seo-city-hero .bt-seo-hero-grid{
  grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);
  gap:clamp(34px,5vw,66px);
}
.bt-seo-city-hero h1{
  max-width:850px!important;
  font-size:clamp(2.55rem,4.2vw,3.85rem)!important;
  line-height:1.105!important;
  letter-spacing:-.043em!important;
}

@media(max-width:1020px){
  .bt-seo-city-hero .bt-seo-hero-grid{grid-template-columns:1fr;gap:34px}
  .bt-seo-city-hero .bt-seo-visual{max-width:620px}
}
@media(max-width:980px){
  .bt-news-hero .bt-page-hero-grid{grid-template-columns:1fr;gap:32px}
  .bt-news-hero .bt-page-hero-aside{max-width:700px}
}
@media(max-width:720px){
  .bt-news-hero .bt-page-hero-copy h1{
    font-size:clamp(2.12rem,6.4vw,2.6rem)!important;
    line-height:1.13!important;
    letter-spacing:-.035em!important;
  }
  .bt-seo-city-hero h1{
    font-size:clamp(2.12rem,6.6vw,2.65rem)!important;
    line-height:1.13!important;
    letter-spacing:-.036em!important;
  }
}
@media(max-width:520px){
  .bt-news-hero .bt-page-hero-copy h1,
  .bt-seo-city-hero h1{
    font-size:clamp(2rem,8vw,2.35rem)!important;
    line-height:1.14!important;
  }
}

/* v3.2.9 — richer local pages: readable, useful, and genuinely city-specific */
.bt-city-needs .bt-section-heading { max-width: 820px; }
.bt-city-needs .bt-section-heading > p:last-child { max-width: 760px; margin-left: auto; margin-right: auto; }
.bt-city-chips { display:flex; flex-wrap:wrap; justify-content:center; gap:10px; max-width:920px; margin:28px auto 34px; }
.bt-city-chips span { display:inline-flex; align-items:center; min-height:42px; padding:9px 15px; border:1px solid rgba(21,63,47,.11); border-radius:999px; background:#fff; color:#285943; font-size:14px; font-weight:600; line-height:1.35; box-shadow:0 8px 22px rgba(20,60,45,.045); }
.bt-city-chips span::before { content:""; width:7px; height:7px; margin-right:8px; border-radius:50%; background:#7fc544; box-shadow:0 0 0 4px rgba(127,197,68,.13); }
.bt-city-practical-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; max-width:980px; margin:0 auto; }
.bt-city-practical-card { position:relative; min-width:0; padding:28px 28px 27px; border:1px solid rgba(21,63,47,.1); border-radius:25px; background:linear-gradient(150deg,#fff 0%,#fbfcf8 100%); box-shadow:0 16px 40px rgba(20,55,42,.055); }
.bt-city-practical-icon { display:grid; place-items:center; width:38px; height:38px; margin-bottom:17px; border-radius:12px; background:#edf5e8; color:#34723d; font-size:12px; font-weight:800; letter-spacing:.03em; }
.bt-city-practical-card h3 { margin:0 0 10px !important; color:#153f2f !important; font-size:20px !important; line-height:1.3 !important; font-weight:650 !important; letter-spacing:-.015em !important; }
.bt-city-practical-card p { margin:0 !important; color:#5c6f64 !important; font-size:15px !important; line-height:1.75 !important; }
.bt-seo-directory-grid.is-cities .bt-seo-directory-card p { line-height:1.7; }
@media (max-width:720px){
  .bt-city-chips { justify-content:flex-start; margin-top:22px; margin-bottom:28px; }
  .bt-city-chips span { font-size:13px; min-height:39px; }
  .bt-city-practical-grid { grid-template-columns:1fr; }
  .bt-city-practical-card { padding:23px 21px 22px; }
}
