.bht-cta{margin:2rem auto;max-width:var(--content-width,768px);padding:0 1.5rem}.bht-cta__button,.bht-cta__link{display:inline-flex;align-items:center}.bht-cta__link{flex-direction:column;gap:8px;text-decoration:none!important}.bht-cta__button{justify-content:center;gap:10px;font-family:var(--font-sans);font-weight:600;border-radius:var(--r-md);transition:all var(--transition-normal) ease;position:relative;overflow:hidden}.bht-cta__icon{transition:var(--transition-normal)}.bht-cta__link:hover .bht-cta__icon{transform:translateX(4px)}.bht-cta__button--md{padding:14px 28px;font-size:16px}.bht-cta__button--primary{background:var(--primary);color:var(--bg-surface)!important;transition:all var(--transition-normal) ease}.bht-cta__link:hover .bht-cta__button--primary{background:var(--primary-hover);transform:translateY(-1px)}@media (max-width:640px){.bht-cta__link{display:flex;width:100%}.bht-cta__button{width:100%;justify-content:center}}.bht-faq{margin:3rem auto;max-width:var(--content-width,768px);width:calc(100% - 3rem)}.bht-faq__main-title{font-size:1.5rem;font-weight:800;color:var(--text-main);margin-bottom:1.5rem;letter-spacing:-.02em}.bht-faq__list{display:flex;flex-direction:column;border-top:1px solid var(--border)}.bht-faq__item{border-bottom:1px solid var(--border)}.bht-faq__header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;background:#fff0;border:0;cursor:pointer;text-align:left;color:var(--text-main);transition:color .2s ease}.bht-faq__header:hover,.header-logo a:hover{color:var(--primary)}.bht-faq__question{font-size:1.0625rem;font-weight:600;padding-right:1.5rem}.bht-faq__icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--text-hint);transition:transform .3s ease,color .3s ease}.bht-faq__content-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1)}.bht-faq__content-inner{overflow:hidden}.bht-faq__answer{padding-bottom:1.5rem;color:var(--text-muted);font-size:.9375rem;line-height:1.65}.bht-hero{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative;background:#0f172a}.bht-hero__inner{position:relative;display:flex;align-items:center;justify-content:center;min-height:70vh;padding:6rem 1.5rem;overflow:hidden}.bht-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.bht-hero__overlay{position:absolute;inset:0;background:#000;z-index:1}.bht-hero__content{position:relative;z-index:2;text-align:center;max-width:800px;width:100%}.bht-hero__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#fff;line-height:1.15;margin:0 0 1.5rem;letter-spacing:-.02em}.bht-hero__subtitle{font-size:clamp(1.125rem,2vw,1.25rem);color:rgb(255 255 255/.85);line-height:1.6;margin:0 0 2.5rem;font-weight:500}.bht-hero__actions{margin-top:2rem}.bht-hero__actions a{text-decoration:none!important}@media (max-width:640px){.bht-hero__inner{min-height:60vh;padding:4rem 1.5rem}}.bht-home-trust{margin:4rem auto;width:100%;max-width:var(--content-width-wide,1100px);padding:0 1.25rem;box-sizing:border-box}.bht-home-trust__panel{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--r-xl,24px);overflow:hidden;box-shadow:0 4px 20px rgb(0 0 0/.04)}.bht-home-trust__stats-header{display:grid;grid-template-columns:repeat(4,1fr);background:var(--bg-surface-alt);border-bottom:1px solid var(--border)}.bht-home-trust__stat-item{padding:2rem 2.5rem;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--border)}.bht-home-trust__stat-item:last-child{border-right:none}.bht-home-trust__stat-val{font-size:2rem;font-weight:900;line-height:1.1;margin-bottom:.25rem;letter-spacing:-.03em}.bht-home-trust__stat-label{font-size:.875rem;color:var(--text-muted);line-height:1.4;font-weight:700}.bht-home-trust__content-area{padding:4rem}.bht-home-trust__header{margin-bottom:4rem;max-width:800px;text-align:left}.bht-home-trust__pre-title{display:block;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.75rem;font-weight:800}.bht-home-trust__title{font-size:clamp(2.25rem,4vw,2.75rem);font-weight:900;color:var(--text-main);line-height:1.15;margin:0 0 1rem;letter-spacing:-.02em}.bht-home-trust__subtitle{font-size:1.125rem;color:var(--text-muted);line-height:1.6;margin:0}.bht-home-trust__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.bht-home-trust__card{background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--r-lg,16px);padding:2.5rem;display:flex;flex-direction:column;align-items:flex-start;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.bht-home-trust__card:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgb(0 0 0/.03);border-color:var(--primary)}.bht-home-trust__card-icon{width:48px;height:48px;background:rgba(var(--primary-rgb,16,185,129),.1);border:1px solid rgba(var(--primary-rgb,16,185,129),.2);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:1.5rem}.bht-home-trust__card-icon svg{width:24px;height:24px}.bht-home-trust__card-texts{flex:1;width:100%}.bht-home-trust__card-title{font-size:1.375rem;font-weight:800;color:var(--text-main);margin:0 0 1rem;line-height:1.25}.bht-home-trust__card-desc{font-size:1rem;color:var(--text-muted);line-height:1.5;margin:0 0 1.5rem}.bht-home-trust__card-bullets{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:12px}.bht-home-trust__card-bullets li{font-size:.9375rem;color:var(--text-main);font-weight:600;display:flex;align-items:baseline;gap:10px;line-height:1.4}.bht-home-trust__card-bullets .dot{display:inline-block;width:6px;height:6px;background:var(--primary);border-radius:50%;flex-shrink:0}.bht-home-trust__card-badge{margin-top:auto;display:inline-flex;align-items:center;gap:6px;background:var(--bg-surface-alt);border:1px solid var(--border);color:var(--text-main);padding:6px 12px;border-radius:6px;font-size:.8125rem;font-weight:700;width:fit-content}.bht-home-trust__card-badge svg{width:14px;height:14px;color:var(--primary)}.bht-home-trust__footer{display:flex;flex-wrap:wrap;align-items:center;gap:30px;padding:1.5rem 4rem;background:var(--bg-surface-alt);border-top:1px solid var(--border)}.bht-home-trust__footer-link{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:var(--text-muted);text-decoration:none!important;font-weight:700;transition:color .2s ease}.bht-home-trust__footer-link:hover{color:var(--text-main)}.bht-home-trust__footer-link svg{width:14px;height:14px;opacity:.7}@media (max-width:900px){.bht-home-trust__stats-header{grid-template-columns:repeat(2,1fr)}.bht-home-trust__stat-item:nth-child(2){border-right:none}.bht-home-trust__stat-item:nth-child(1),.bht-home-trust__stat-item:nth-child(2){border-bottom:1px solid var(--border)}.bht-home-trust__content-area{padding:3rem 2rem}.bht-home-trust__footer{padding:1.5rem 2rem;gap:20px}.bht-home-trust__grid{grid-template-columns:1fr}}@media (max-width:600px){.bht-home-trust__stats-header{grid-template-columns:1fr}.bht-home-trust__stat-item{border-right:none!important;border-bottom:1px solid var(--border);text-align:center}.bht-home-trust__stat-item:last-child{border-bottom:none}.bht-home-trust__header{margin-bottom:3rem;text-align:left}.bht-home-trust__card{padding:1.5rem;align-items:flex-start}.bht-home-trust__card-badge{margin-left:0}.bht-home-trust__footer{flex-direction:column;align-items:flex-start;gap:15px}}.bht-hubs{margin:5rem auto;max-width:var(--content-width-wide,1200px);width:calc(100% - 3rem)}.bht-hubs__main-title{text-align:center;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:var(--text-main);margin-bottom:3rem;letter-spacing:-.02em}.bht-hubs__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.bht-hubs__card{position:relative;border-radius:var(--r-xl);overflow:hidden;aspect-ratio:16/10;display:flex;align-items:flex-end;padding:2.5rem;text-decoration:none;isolation:isolate;box-shadow:0 10px 30px -10px rgb(0 0 0/.1)}.bht-hubs__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .6s cubic-bezier(.25,1,.5,1)}.bht-hubs__overlay,.bht-hubs__overlay-hover{position:absolute;inset:0;z-index:-1;transition:opacity .4s ease}.bht-hubs__overlay{background:linear-gradient(to top,rgb(15 23 42/.9)0,rgb(15 23 42/.2) 60%,transparent 100%)}.bht-hubs__overlay-hover{background:linear-gradient(to top,rgba(var(--primary-rgb,21,128,61),.95) 0%,rgb(15 23 42/.5) 70%,transparent 100%);opacity:0}.bht-hubs__card:hover .bht-hubs__bg{transform:scale(1.05)}.bht-hubs__card:hover .bht-hubs__overlay{opacity:0}.bht-hubs__card:hover .bht-hubs__overlay-hover{opacity:1}.bht-hubs__content{position:relative;z-index:10;max-width:80%}.bht-hubs__badge{display:inline-block;background:rgb(255 255 255/.15);backdrop-filter:blur(4px);color:#fff;font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:4px 10px;border-radius:6px;margin-bottom:1rem;border:1px solid rgb(255 255 255/.1)}.bht-hubs__card-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#fff;margin:0 0 .5rem;line-height:1.2}.bht-hubs__card-desc{font-size:1rem;color:rgb(255 255 255/.8);margin:0;line-height:1.5}.bht-hubs__card,.bht-hubs__card:focus,.bht-hubs__card:hover{text-decoration:none!important;border-bottom:none!important}.bht-hubs__card-desc,.bht-hubs__card-title{text-decoration:none!important;border:0!important;box-shadow:none!important}.bht-hubs__arrow{position:absolute;bottom:2.5rem;right:2.5rem;color:#fff;background:rgb(255 255 255/.1);backdrop-filter:blur(4px);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.25,1,.5,1);border:1px solid rgb(255 255 255/.1)}.bht-hubs__card:hover .bht-hubs__arrow{background:#fff;color:var(--primary,#15803d);transform:translateX(8px)}@media (max-width:768px){.bht-hubs__grid{grid-template-columns:1fr}.bht-hubs__card{aspect-ratio:3/3;padding:1.5rem}.bht-hubs__content{max-width:100%;padding-right:3rem}.bht-hubs__arrow{bottom:1.5rem;right:1.5rem;width:40px;height:40px}}.bht-product-cta{background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--r-xl);box-shadow:0 10px 30px -10px rgb(0 0 0/.08);margin:3rem auto;overflow:hidden;max-width:var(--content-width,768px);width:calc(100% - 3rem)}.bht-product-cta__inner{display:flex;padding:1.5rem;gap:2rem}.bht-product-cta__media{width:200px;height:200px;flex-shrink:0;border-radius:var(--r-lg);overflow:hidden;background:var(--bg-surface-alt)}.bht-product-cta__media img{width:100%;height:100%;object-fit:cover;display:block}.bht-product-cta__content{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.bht-product-cta__badge{align-self:flex-start;display:inline-block;background:#e8f5e9;color:#15803d;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:4px 10px;border-radius:6px;margin-bottom:8px}.bht-product-cta__title{margin:0 0 6px;font-size:1.375rem;font-weight:800;color:var(--text-main);letter-spacing:-.02em}.bht-product-cta__rating{display:flex;gap:2px;margin-bottom:12px}.bht-product-cta__desc{margin:0 0 1.5rem;font-size:.9375rem;color:var(--text-muted);line-height:1.6}.bht-product-cta__actions{display:flex;align-items:flex-start;gap:1.5rem;flex-wrap:wrap}.bht-product-cta__btn-wrap{display:flex;flex-direction:column;align-items:center;gap:6px}.bht-product-cta__btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.875rem 2rem;background:var(--bio-accent);color:var(--bg-surface)!important;box-shadow:var(--shadow-sm);font-size:1.0625rem;font-weight:700;text-decoration:none!important;border-radius:var(--r-md);transition:all .2s ease;width:100%}.bht-product-cta__btn-primary:hover{text-decoration:none!important;background:var(--bio-accent-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}@media (max-width:768px){.bht-product-cta__inner{flex-direction:column;padding:1.25rem;gap:1.5rem}.bht-product-cta__media{width:100%;height:220px}.bht-product-cta__actions{flex-direction:column;align-items:stretch;gap:12px}.bht-product-cta__btn-wrap{width:100%}}:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp:6px 6px 0px rgb(0, 0, 0)}:where(body){margin:0}:where(.is-layout-flex){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body{padding:0;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--text-main);background-color:var(--bg-base);transition:background-color var(--transition-normal),color var(--transition-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--bg-base:#F8FAFC;--bg-surface:#FFFFFF;--bg-surface-alt:#F1F5F9;--bg-elevated:#FFFFFF;--text-header:#070a13;--text-main:#0F172A;--text-muted:#475569;--text-hint:#94A3B8;--primary:#12803a;--primary-hover:#095e2a;--primary-soft:#F0FDF4;--primary-mid:#DCFCE7;--primary-text:#14532D;--accent:#1D4ED8;--accent-soft:#EFF6FF;--accent-mid:#DBEAFE;--accent-text:#1E3A8A;--bio-accent:#EA580C;--bio-accent-soft:#FFF7ED;--bio-accent-hover:#C2410C;--neutral:#334155;--neutral-soft:#F8FAFC;--score-high:#15803D;--score-mid:#B45309;--score-low:#B91C1C;--border:#E2E8F0;--border-strong:#CBD5E1;--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0 / 0.08), 0 2px 4px -2px rgb(0 0 0 / 0.05);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.08), 0 4px 6px -4px rgb(0 0 0 / 0.05);--r-sm:6px;--r-md:10px;--r-lg:16px;--r-xl:24px;--r-pill:999px;--font-sans:'DM Sans', system-ui, -apple-system, sans-serif;--font-serif:'Fraunces', Georgia, 'Times New Roman', serif;--font-mono:'DM Mono', 'Fira Code', monospace;--transition-fast:0.15s ease;--transition-normal:0.3s ease;--content-width:768px;--wide-width:1200px;--header-height:64px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}ul{list-style:none}img,svg{display:block;max-width:100%;height:auto}button{font:inherit}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}:focus:not(:focus-visible){outline:0}h1{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--text-main)}h2{font-size:clamp(1.25rem,3vw,1.375rem);line-height:1.3}h3,h4{font-size:1rem;line-height:1.4}h4{font-size:.875rem}a{color:var(--primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--primary-hover)}.container{width:100%;max-width:var(--wide-width);margin:0 auto;padding:0 1.5rem}.site-content{min-height:calc(100vh - var(--header-height) - 200px);padding-bottom:4rem}.site-header{position:sticky;top:0;z-index:100;background:var(--bg-surface);border-bottom:1px solid var(--border);transition:background var(--transition-normal),border-color var(--transition-normal)}.header-inner{justify-content:space-between;height:var(--header-height);max-width:var(--wide-width);margin:0 auto;padding:0 1.5rem}.header-logo a,.header-nav a{text-decoration:none;white-space:nowrap}.header-inner,.header-logo a{display:flex;align-items:center}.header-logo a{font-size:1.25rem;font-weight:700;color:var(--text-main);letter-spacing:-.02em;gap:.5rem;transition:color var(--transition-fast)}.header-actions,.header-nav{display:flex;align-items:center;gap:.25rem}.header-nav a{padding:.5rem .875rem;font-size:.875rem;font-weight:500;color:var(--text-muted);border-radius:var(--r-sm);transition:all var(--transition-fast)}.header-nav a:hover{color:var(--text-main);background:var(--bg-surface-alt)}.header-nav a[aria-current=page]{color:var(--primary);background:var(--primary-soft)}.header-actions{gap:.5rem}.theme-toggle{display:flex;width:36px;height:36px;background:var(--bg-surface-alt);border:1px solid var(--border);border-radius:var(--r-md);color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);padding:0}.footer-social a:hover,.theme-toggle:hover{color:var(--text-main);border-color:var(--border-strong)}.theme-toggle .icon-sun{display:flex}.theme-toggle .icon-moon,.theme-toggle .icon-sun{align-items:center;justify-content:center;line-height:1}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon{display:flex}.hamburger-icon,.mobile-menu-toggle,.theme-toggle{justify-content:center;align-items:center}.mobile-menu-toggle{display:none;width:36px;height:36px;background:0 0;border:1px solid var(--border);border-radius:var(--r-md);cursor:pointer;padding:0;transition:all var(--transition-fast)}.mobile-menu-toggle:hover{border-color:var(--border-strong)}.hamburger-icon{display:flex;flex-direction:column;width:18px;height:18px;gap:4px}.hamburger-icon span{display:block;width:16px;height:2px;background:var(--text-muted);border-radius:1px;transition:all .25s ease;transform-origin:center}@media (max-width:1024px){.header-nav a{padding:.5rem .625rem;font-size:.8125rem}}@media (max-width:768px){.mobile-menu-toggle{display:flex}.header-nav{position:absolute;top:100%;left:0;right:0;background:var(--bg-surface);border-bottom:1px solid var(--border);flex-direction:column;padding:.5rem 1rem;gap:.125rem;box-shadow:var(--shadow-lg);z-index:95;display:none;opacity:0;transform:translateY(-8px)}.header-nav a{padding:.75rem 1rem;font-size:1rem;width:100%;border-radius:var(--r-md)}}@media (max-width:380px){.header-inner{padding:0 1rem}.header-logo a{font-size:.8125rem}}.site-footer{background:var(--bg-surface);border-top:1px solid var(--border);transition:background var(--transition-normal),border-color var(--transition-normal)}.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:2.5rem;max-width:var(--wide-width);margin:0 auto;padding:3rem 1.5rem 2rem}.footer-logo,.footer-logo .logo-icon{display:inline-flex;align-items:center}.footer-logo{font-size:.9375rem;font-weight:700;color:var(--text-main);text-decoration:none;gap:.5rem;margin-bottom:.75rem}.footer-logo .logo-icon{justify-content:center;width:24px;height:24px;background:var(--bio-accent);color:#fff;border-radius:4px;font-size:12px}.footer-brand p{font-size:.8125rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem}.footer-social{display:flex;gap:.5rem}.footer-links a,.footer-social a{color:var(--text-muted);text-decoration:none}.footer-social a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--r-sm);background:var(--bg-surface-alt);border:1px solid var(--border);font-size:14px;transition:all var(--transition-fast)}.footer-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-main);margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.8125rem;transition:color var(--transition-fast)}.footer-links a:hover{color:var(--primary)}.footer-disclaimer{background:var(--bg-surface-alt);border:1px solid var(--border);border-radius:var(--r-md);padding:1rem}.footer-disclaimer-title{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;color:var(--text-main);margin-bottom:.5rem}.footer-disclaimer-title svg{width:14px;height:14px;color:var(--bio-accent)}.entry-content li,.footer-disclaimer p{font-size:.75rem;color:var(--text-muted);line-height:1.6}.footer-disclaimer a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.footer-bottom{max-width:var(--wide-width);margin:0 auto;padding:1.25rem 1.5rem;border-top:1px solid var(--border);font-size:.75rem;color:var(--text-hint)}@media (max-width:768px){.footer-inner{grid-template-columns:1fr;gap:2rem}}@media (min-width:769px) and (max-width:1024px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}}.entry-content{width:100%}.entry-content>p{font-family:var(--font-sans);max-width:var(--content-width);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;font-size:1.1875rem;line-height:1.6;color:var(--text-main)}.entry-content>*+*{margin-top:1.75rem}.entry-content strong,h2,h3,h4{color:var(--text-main);font-weight:600}.entry-content a{color:var(--bio-accent);text-underline-offset:3px;text-decoration-color:var(--bio-accent);transition:var(--transition-slow)}.entry-content a:hover{text-decoration:underline;transition:var(--transition-fast);color:var(--bio-accent-hover);text-decoration-color:var(--bio-accent-hover)}.entry-content ul{padding-left:1.5rem;list-style:disc}.entry-content li{margin-bottom:.5rem;font-size:1.0625rem;line-height:1.75}.entry-content li::marker{color:var(--primary)}.entry-content img{border-radius:var(--r-md)}.entry-content .alignwide{max-width:var(--wide-width);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.bht-bg-surface-alt{background:var(--bg-surface-alt)}.bht-p-md{padding:1.5rem}.bht-r-sm{border-radius:var(--r-sm,6px)}.bht-shadow-sm{box-shadow:var(--shadow-sm)}.bht-border{border:1px solid var(--border)}.bht-w-wide{max-width:var(--wide-width,1200px);margin-left:auto;margin-right:auto}@media (max-width:480px){.bht-p-md{padding:1rem}}.bht-layout{margin:2rem auto;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}.bht-layout__grid{display:grid}.bht-layout-slot{min-width:0}.bht-layout--2 .bht-layout__grid{grid-template-columns:1fr 1fr}.bht-layout--3 .bht-layout__grid{grid-template-columns:1fr 1fr 1fr}.bht-layout--gap-md .bht-layout__grid{gap:1rem}.bht-layout--gap-lg .bht-layout__grid{gap:1.5rem}.bht-layout--align-center .bht-layout__grid{align-items:center}.bht-layout-slot>:first-child{margin-top:0}.bht-layout-slot>:last-child{margin-bottom:0}@media (max-width:768px){.bht-layout--2 .bht-layout__grid,.bht-layout--3 .bht-layout__grid{grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1024px){.bht-layout--3 .bht-layout__grid{grid-template-columns:1fr 1fr}.bht-layout--3 .bht-layout__grid>:last-child:nth-child(3){grid-column:1/-1}}:root{--gb-container-width:1100px}.gb-element-752a76d6,.gb-element-84ddff4c{align-items:center;display:flex;flex-direction:column}.gb-element-84ddff4c{justify-content:center;margin-top:6vh;text-align:center}.gb-element-752a76d6{margin-bottom:80px;margin-top:80px}.gb-element-22fd1ec0{display:flex;flex-direction:column;padding-bottom:80px}.gb-element-561f49d1{align-items:center;display:flex;flex-direction:column}.wp-block-group{box-sizing:border-box}.wp-container-core-group-is-layout-de391324{justify-content:center}