/* Bei Price Intelligence */
:root{
    --bei-green:#087A45;
    --bei-green-dark:#075233;
    --bei-green-soft:#EAF6EF;
    --bei-bg:#F7F9F7;
    --bei-card:#FFFFFF;
    --bei-text:#152019;
    --bei-muted:#6A746D;
    --bei-border:rgba(10,60,35,.10);
    --bei-amber:#9A6700;
    --bei-amber-bg:#FFF5CC;
    --bei-red:#B42318;
    --bei-red-bg:#FEECEB;
    --bei-radius:20px;
    --bei-shadow:0 14px 40px rgba(17,54,36,.08);
}

.bei-shell,
.bei-shell *{box-sizing:border-box}

.bei-shell{
    width:min(1160px,calc(100% - 32px));
    margin:0 auto;
    color:var(--bei-text);
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.bei-home{padding:24px 0 72px}
.bei-tool-page,.bei-list-page,.bei-product-page{padding:32px 0 72px}

.bei-hero{
    background:linear-gradient(145deg,#F1FBF5 0%,#E9F8EF 55%,#F9FCFA 100%);
    border:1px solid var(--bei-border);
    border-radius:30px;
    padding:24px;
    min-height:520px;
    display:flex;
    flex-direction:column;
    box-shadow:var(--bei-shadow);
}

.bei-topline{display:flex;align-items:center;justify-content:space-between;gap:16px}
.bei-brand{font-weight:900;letter-spacing:.08em;font-size:24px;color:var(--bei-green-dark)!important;text-decoration:none!important}
.bei-location{font-size:14px;font-weight:700;background:rgba(255,255,255,.75);border:1px solid var(--bei-border);padding:10px 14px;border-radius:999px}

.bei-hero-content{
    width:min(720px,100%);
    margin:auto;
    padding:46px 0 70px;
    text-align:center;
}

.bei-eyebrow,.bei-section-kicker{
    display:inline-block;
    color:var(--bei-green);
    font-weight:800;
    font-size:12px;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.bei-hero h1,.bei-tool-card h1,.bei-page-title h1,.bei-product-hero-card h1{
    margin:10px 0 12px;
    color:var(--bei-text);
    letter-spacing:-.045em;
    line-height:1.02;
}

.bei-hero h1{font-size:clamp(40px,7vw,70px)}
.bei-hero p{font-size:18px;line-height:1.65;color:var(--bei-muted);margin:0 auto 28px;max-width:620px}

.bei-search-wrap,.bei-inline-autocomplete{position:relative}
.bei-search-box{
    display:flex;
    align-items:center;
    min-height:68px;
    background:#fff;
    border:1px solid var(--bei-border);
    border-radius:18px;
    box-shadow:0 12px 34px rgba(17,54,36,.10);
    overflow:hidden;
}
.bei-search-icon{font-size:30px;padding-left:20px;color:var(--bei-green)}
.bei-search-box input,
.bei-inline-autocomplete>input[type="search"]{
    width:100%;
    min-width:0;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    background:#fff!important;
    color:var(--bei-text)!important;
    font:inherit;
}
.bei-search-box input{height:66px;padding:0 14px;font-size:17px}
.bei-search-clear{border:0;background:none;font-size:26px;color:var(--bei-muted);padding:12px 18px;cursor:pointer}

.bei-search-results{
    position:absolute;
    z-index:50;
    top:calc(100% + 8px);
    left:0;
    right:0;
    background:#fff;
    border:1px solid var(--bei-border);
    border-radius:16px;
    box-shadow:0 18px 42px rgba(17,54,36,.16);
    padding:8px;
    text-align:left;
    max-height:380px;
    overflow:auto;
}
.bei-search-item{
    width:100%;
    border:0;
    background:transparent;
    padding:12px;
    border-radius:12px;
    display:flex;
    justify-content:space-between;
    gap:16px;
    text-decoration:none!important;
    color:var(--bei-text)!important;
    cursor:pointer;
}
.bei-search-item:hover{background:var(--bei-green-soft)}
.bei-search-item strong,.bei-search-item span{display:block}
.bei-search-item span{font-size:12px;color:var(--bei-muted);margin-top:4px}
.bei-search-item-price{font-size:13px!important;font-weight:800;color:var(--bei-green-dark)!important;white-space:nowrap}
.bei-search-empty{padding:16px;color:var(--bei-muted);font-size:14px}

.bei-hero-actions,.bei-product-actions{display:flex;gap:12px;flex-wrap:wrap}
.bei-hero-actions{justify-content:center;margin-top:20px}
.bei-btn{
    appearance:none;
    border:0;
    border-radius:14px;
    padding:14px 20px;
    font:inherit;
    font-weight:800;
    cursor:pointer;
    text-decoration:none!important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:50px;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.bei-btn:hover{transform:translateY(-1px)}
.bei-btn-primary{background:var(--bei-green)!important;color:#fff!important;box-shadow:0 10px 24px rgba(8,122,69,.20)}
.bei-btn-primary:hover{background:var(--bei-green-dark)!important}
.bei-btn-secondary{background:#fff!important;color:var(--bei-green-dark)!important;border:1px solid var(--bei-border)}
.bei-btn-ghost{background:transparent!important;color:var(--bei-text)!important;border:1px solid var(--bei-border)}
.bei-btn-block{width:100%}

.bei-section{margin-top:54px}
.bei-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}
.bei-section-head h2,.bei-contribute-card h2{font-size:28px;letter-spacing:-.03em;margin:4px 0 0}
.bei-section-head>a{font-weight:800;color:var(--bei-green)!important;text-decoration:none!important}
.bei-page-title{margin-bottom:28px}
.bei-page-title h1{font-size:44px}
.bei-page-title p{color:var(--bei-muted);margin:8px 0 0}

.bei-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.bei-product-card{
    background:var(--bei-card);
    border:1px solid var(--bei-border);
    border-radius:var(--bei-radius);
    padding:20px;
    text-decoration:none!important;
    color:var(--bei-text)!important;
    box-shadow:0 8px 28px rgba(17,54,36,.05);
    transition:transform .18s ease,box-shadow .18s ease;
}
.bei-product-card:hover{transform:translateY(-2px);box-shadow:var(--bei-shadow)}
.bei-product-card-top{display:flex;align-items:center;justify-content:space-between}
.bei-chip{font-size:11px;font-weight:800;color:var(--bei-green);background:var(--bei-green-soft);border-radius:999px;padding:7px 9px;text-transform:uppercase;letter-spacing:.05em}
.bei-card-arrow{font-size:22px;color:var(--bei-green)}
.bei-product-card h3{margin:18px 0 4px;font-size:20px;letter-spacing:-.02em}
.bei-variant{font-size:13px;color:var(--bei-muted)}
.bei-price-range{font-size:20px;font-weight:900;margin:16px 0}
.bei-card-meta{display:flex;justify-content:space-between;gap:10px;color:var(--bei-muted);font-size:12px}

.bei-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.bei-category-card{
    background:#fff;
    border:1px solid var(--bei-border);
    border-radius:18px;
    padding:20px 14px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    color:var(--bei-text)!important;
    text-decoration:none!important;
    text-align:center;
}
.bei-category-card>span{font-size:30px}
.bei-category-card small{color:var(--bei-muted)}

.bei-contribute-card{
    margin-top:56px;
    background:var(--bei-green-dark);
    color:#fff;
    padding:30px;
    border-radius:26px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}
.bei-contribute-card .bei-section-kicker{color:#9FE0BC}
.bei-contribute-card h2{color:#fff}
.bei-contribute-card p{margin:8px 0 0;color:rgba(255,255,255,.75)}

.bei-back-link{display:inline-block;margin-bottom:18px;font-weight:800;color:var(--bei-green)!important;text-decoration:none!important}

.bei-tool-card,.bei-product-hero-card{
    width:min(720px,100%);
    margin:0 auto;
    background:#fff;
    border:1px solid var(--bei-border);
    border-radius:26px;
    padding:32px;
    box-shadow:var(--bei-shadow);
}
.bei-tool-card h1{font-size:42px}
.bei-tool-card>p{color:var(--bei-muted);line-height:1.6}
.bei-check-form,.bei-report-form{margin-top:28px}
.bei-field{margin-bottom:18px}
.bei-field label{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:800;margin-bottom:8px}
.bei-field label small{font-weight:600;color:var(--bei-muted)}
.bei-field input,.bei-field select,.bei-field textarea{
    width:100%;
    border:1px solid var(--bei-border)!important;
    border-radius:14px!important;
    background:#fff!important;
    color:var(--bei-text)!important;
    min-height:52px;
    padding:12px 14px!important;
    outline:0!important;
    box-shadow:none!important;
    font:inherit;
}
.bei-field input:focus,.bei-field select:focus,.bei-field textarea:focus{border-color:rgba(8,122,69,.45)!important}
.bei-field textarea{min-height:100px}
.bei-money-input{display:flex;align-items:center;border:1px solid var(--bei-border);border-radius:14px;overflow:hidden;background:#fff}
.bei-money-input span{padding-left:16px;font-weight:900;color:var(--bei-green-dark)}
.bei-money-input input{border:0!important}
.bei-inline-autocomplete>input[type="search"]{height:54px;border:1px solid var(--bei-border)!important;border-radius:14px!important;padding:0 14px!important}

.bei-check-result{margin-top:24px;border-radius:18px;padding:22px;border:1px solid var(--bei-border)}
.bei-check-result.good{background:var(--bei-green-soft)}
.bei-check-result.normal{background:var(--bei-amber-bg)}
.bei-check-result.expensive{background:var(--bei-red-bg)}
.bei-check-result h2{margin:0 0 8px;font-size:28px}
.bei-check-result .bei-result-price{font-size:34px;font-weight:900;margin:12px 0}
.bei-check-result p{margin:6px 0;color:var(--bei-muted)}
.bei-check-result .bei-result-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}

.bei-step-indicator{display:flex;align-items:center;justify-content:center;margin:8px 0 28px}
.bei-step-indicator span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#EEF2EF;color:var(--bei-muted);font-weight:900}
.bei-step-indicator span.is-active{background:var(--bei-green);color:#fff}
.bei-step-indicator i{width:52px;height:2px;background:#E4EAE6}
.bei-form-step{display:none}
.bei-form-step.is-active{display:block}
.bei-form-step h3{font-size:24px;margin:0 0 20px}
.bei-step-actions{display:flex;justify-content:space-between;gap:12px}
.bei-consent{display:flex;gap:10px;align-items:flex-start;font-size:14px;margin:8px 0 16px}
.bei-consent input{margin-top:3px}
.bei-note{font-size:13px;line-height:1.55;background:var(--bei-bg);padding:13px;border-radius:12px;color:var(--bei-muted);margin-bottom:18px}
.bei-report-success{text-align:center;padding:30px 0}
.bei-success-icon{width:64px;height:64px;border-radius:50%;background:var(--bei-green-soft);color:var(--bei-green);display:grid;place-items:center;font-size:34px;font-weight:900;margin:0 auto 16px}

.bei-product-page{width:min(900px,calc(100% - 32px))}
.bei-product-hero-card{width:100%;padding:34px}
.bei-product-hero-card h1{font-size:46px}
.bei-product-variant{color:var(--bei-muted);margin:4px 0 0}
.bei-typical-label{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--bei-muted);margin-top:30px}
.bei-typical-price{font-size:clamp(34px,7vw,56px);font-weight:950;letter-spacing:-.045em;margin-top:4px}
.bei-range-band{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:24px 0}
.bei-range-band>div{padding:16px 12px;border-radius:14px;text-align:center}
.bei-range-band strong,.bei-range-band span{display:block}
.bei-range-band strong{font-size:12px;letter-spacing:.06em}
.bei-range-band span{font-size:12px;margin-top:5px}
.bei-band-good{background:var(--bei-green-soft);color:var(--bei-green-dark)}
.bei-band-normal{background:var(--bei-amber-bg);color:var(--bei-amber)}
.bei-band-expensive{background:var(--bei-red-bg);color:var(--bei-red)}

.bei-confidence{border:1px solid var(--bei-border);border-radius:16px;padding:16px;margin:20px 0}
.bei-confidence>div{display:flex;align-items:center;gap:9px}
.bei-confidence p{margin:6px 0 0;color:var(--bei-muted);font-size:13px}
.bei-confidence-dot{width:10px;height:10px;border-radius:50%;background:#999}
.bei-confidence.high .bei-confidence-dot{background:var(--bei-green)}
.bei-confidence.medium .bei-confidence-dot{background:#E0A100}
.bei-confidence.low .bei-confidence-dot{background:#8A9390}

.bei-report-count{font-size:13px;font-weight:800;color:var(--bei-muted)}
.bei-report-list{background:#fff;border:1px solid var(--bei-border);border-radius:20px;overflow:hidden}
.bei-report-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border-bottom:1px solid var(--bei-border)}
.bei-report-row:last-child{border-bottom:0}
.bei-report-row strong,.bei-report-row span{display:block}
.bei-report-row strong{font-size:20px}
.bei-report-row span{font-size:13px;color:var(--bei-muted);margin-top:4px}
.bei-report-row time{font-size:12px;color:var(--bei-muted);white-space:nowrap}
.bei-empty-state{background:#fff;border:1px dashed var(--bei-border);border-radius:20px;padding:30px;text-align:center}
.bei-empty-state p{color:var(--bei-muted)}
.bei-description{background:#fff;border:1px solid var(--bei-border);border-radius:20px;padding:24px}

@media(max-width:900px){
    .bei-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .bei-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:640px){
    .bei-shell{width:min(100% - 20px,1160px)}
    .bei-home{padding-top:10px}
    .bei-hero{min-height:auto;padding:18px;border-radius:24px}
    .bei-hero-content{padding:50px 0 42px}
    .bei-hero h1{font-size:42px}
    .bei-hero p{font-size:16px}
    .bei-search-box{min-height:60px}
    .bei-search-box input{height:58px}
    .bei-hero-actions{display:grid;grid-template-columns:1fr}
    .bei-btn{width:100%}
    .bei-section{margin-top:40px}
    .bei-section-head{align-items:center}
    .bei-section-head h2{font-size:24px}
    .bei-card-grid{grid-template-columns:1fr}
    .bei-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .bei-contribute-card{margin-top:40px;display:block;padding:24px}
    .bei-contribute-card .bei-btn{margin-top:18px}
    .bei-tool-page,.bei-list-page,.bei-product-page{padding-top:18px}
    .bei-tool-card,.bei-product-hero-card{padding:22px;border-radius:22px}
    .bei-tool-card h1,.bei-product-hero-card h1{font-size:34px}
    .bei-product-actions,.bei-result-actions{display:grid!important;grid-template-columns:1fr}
    .bei-range-band{grid-template-columns:1fr}
    .bei-range-band>div{text-align:left}
    .bei-step-actions{display:grid;grid-template-columns:1fr 1fr}
    .bei-page-title h1{font-size:36px}
}

@media(prefers-reduced-motion:reduce){
    .bei-btn,.bei-product-card{transition:none}
}


/* =========================================================
   Bei v0.2 — theme-independent application shell
   ========================================================= */

html{scroll-behavior:smooth}
body.bei-app-body{
    margin:0;
    background:#f7faf8;
    color:var(--bei-text);
    overflow-x:hidden;
}
body.bei-app-body a{text-underline-offset:3px}
.bei-site-content{min-height:70vh}
.bei-site-content > p:empty{display:none}

/* Header */
.bei-site-header{
    position:relative;
    z-index:1000;
    width:100%;
    background:rgba(255,255,255,.96);
    border-bottom:1px solid rgba(10,60,35,.08);
    backdrop-filter:saturate(160%) blur(14px);
    -webkit-backdrop-filter:saturate(160%) blur(14px);
}
.bei-header-inner{
    width:min(1220px,calc(100% - 36px));
    min-height:78px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:28px;
}
.bei-site-logo{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:var(--bei-text)!important;
    text-decoration:none!important;
    flex:0 0 auto;
}
.bei-site-logo-mark{
    width:38px;
    height:38px;
    border-radius:12px;
    display:grid;
    place-items:center;
    background:linear-gradient(145deg,#0c8d52,#066239);
    color:#fff;
    box-shadow:0 8px 20px rgba(8,122,69,.22);
    transform:rotate(-4deg);
}
.bei-site-logo-text{
    font-size:25px;
    font-weight:950;
    letter-spacing:-.045em;
}
.bei-desktop-nav{
    display:flex;
    align-items:center;
    gap:28px;
    margin-left:auto;
}
.bei-desktop-nav a{
    position:relative;
    color:#34443a!important;
    font-size:14px;
    font-weight:750;
    text-decoration:none!important;
}
.bei-desktop-nav a:after{
    content:"";
    position:absolute;
    left:0;
    right:100%;
    bottom:-8px;
    height:2px;
    border-radius:2px;
    background:var(--bei-green);
    transition:right .18s ease;
}
.bei-desktop-nav a:hover:after{right:0}
.bei-header-actions{
    display:flex;
    align-items:center;
    gap:10px;
    margin-left:12px;
}
.bei-header-location{
    display:inline-flex;
    align-items:center;
    gap:7px;
    height:42px;
    padding:0 13px;
    border-radius:12px;
    background:#f3f7f4;
    color:#405148;
    font-size:13px;
    font-weight:750;
    white-space:nowrap;
}
.bei-header-location i{color:var(--bei-green)}
.bei-header-report{
    height:44px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:0 16px;
    border-radius:12px;
    background:var(--bei-green);
    color:#fff!important;
    text-decoration:none!important;
    font-size:13px;
    font-weight:850;
    box-shadow:0 8px 22px rgba(8,122,69,.18);
}
.bei-header-report:hover{background:var(--bei-green-dark)}
.bei-menu-toggle{
    display:none;
    width:44px;
    height:44px;
    border:1px solid var(--bei-border);
    border-radius:12px;
    background:#fff;
    color:var(--bei-text);
    cursor:pointer;
}
.bei-mobile-menu{
    width:min(1220px,calc(100% - 36px));
    margin:0 auto 12px;
    padding:10px;
    background:#fff;
    border:1px solid var(--bei-border);
    border-radius:16px;
    box-shadow:var(--bei-shadow);
}
.bei-mobile-menu[hidden]{display:none!important}
.bei-mobile-menu a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:13px 12px;
    border-radius:11px;
    color:var(--bei-text)!important;
    text-decoration:none!important;
    font-weight:750;
}
.bei-mobile-menu a:hover{background:var(--bei-green-soft)}
.bei-mobile-menu i{width:20px;color:var(--bei-green);text-align:center}

/* Footer */
.bei-site-footer{
    margin-top:72px;
    background:#092d20;
    color:#fff;
}
.bei-footer-inner{
    width:min(1220px,calc(100% - 36px));
    min-height:120px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr auto auto;
    align-items:center;
    gap:36px;
}
.bei-footer-brand{
    display:flex;
    align-items:center;
    gap:12px;
}
.bei-footer-brand strong,.bei-footer-brand span{display:block}
.bei-footer-brand strong{font-size:19px}
.bei-footer-brand>div>span{font-size:12px;color:rgba(255,255,255,.62);margin-top:2px}
.bei-footer-links{display:flex;gap:20px}
.bei-footer-links a{color:rgba(255,255,255,.78)!important;text-decoration:none!important;font-size:13px;font-weight:700}
.bei-footer-links a:hover{color:#fff!important}
.bei-footer-copy{font-size:12px;color:rgba(255,255,255,.5)}

/* Hero */
.bei-home-v2{padding:30px 0 84px}
.bei-hero-v2{
    position:relative;
    overflow:hidden;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
    gap:52px;
    align-items:center;
    min-height:610px;
    padding:64px;
    border:1px solid rgba(8,122,69,.10);
    border-radius:34px;
    background:
        radial-gradient(circle at 10% 0%,rgba(95,210,142,.22),transparent 30%),
        linear-gradient(135deg,#f2fbf5 0%,#edf8f1 45%,#f9fcfa 100%);
    box-shadow:0 20px 55px rgba(20,70,43,.08);
}
.bei-hero-v2:after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(8,122,69,.055);
    right:-110px;
    bottom:-140px;
}
.bei-hero-copy{position:relative;z-index:3}
.bei-hero-copy .bei-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 11px;
    border-radius:999px;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(8,122,69,.12);
}
.bei-hero-copy h1{
    max-width:720px;
    margin:18px 0 18px;
    font-size:clamp(48px,5.4vw,76px);
    line-height:.98;
    letter-spacing:-.058em;
    color:#102219;
}
.bei-hero-copy h1 span{color:var(--bei-green)}
.bei-hero-copy>p{
    max-width:640px;
    margin:0 0 28px;
    color:#5a6a61;
    font-size:18px;
    line-height:1.7;
}
.bei-hero-v2 .bei-search-wrap{max-width:680px}
.bei-hero-v2 .bei-search-box{
    min-height:72px;
    border-radius:18px;
    box-shadow:0 16px 38px rgba(21,60,39,.12);
}
.bei-hero-v2 .bei-search-box input{height:70px;font-size:16px}
.bei-hero-v2 .bei-search-icon{
    padding-left:20px;
    font-size:19px;
}
.bei-hero-v2 .bei-hero-actions{justify-content:flex-start;margin-top:18px}
.bei-trust-strip{
    display:flex;
    flex-wrap:wrap;
    gap:16px 22px;
    margin-top:22px;
    color:#607068;
    font-size:12px;
    font-weight:700;
}
.bei-trust-strip span{display:inline-flex;align-items:center;gap:7px}
.bei-trust-strip i{color:var(--bei-green)}
.bei-hero-visual{
    position:relative;
    z-index:2;
    min-height:470px;
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(150px,.75fr);
    gap:14px;
}
.bei-hero-photo{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    box-shadow:0 22px 48px rgba(23,59,39,.16);
}
.bei-hero-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.bei-hero-photo-main{min-height:470px}
.bei-photo-badge{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    padding:16px;
    border:1px solid rgba(255,255,255,.35);
    border-radius:16px;
    background:rgba(8,35,24,.78);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    color:#fff;
}
.bei-photo-badge span,.bei-photo-badge strong,.bei-photo-badge small{display:block}
.bei-photo-badge span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#aee8c8;font-weight:850}
.bei-photo-badge strong{font-size:23px;margin:4px 0 2px}
.bei-photo-badge small{font-size:11px;color:rgba(255,255,255,.72)}
.bei-hero-photo-stack{display:grid;grid-template-rows:1fr auto;gap:14px}
.bei-hero-photo-small{min-height:310px}
.bei-mini-stat{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:18px;
    background:#fff;
    border:1px solid var(--bei-border);
    border-radius:20px;
    box-shadow:0 12px 32px rgba(23,59,39,.09);
}
.bei-mini-stat>i{
    width:38px;
    height:38px;
    flex:0 0 38px;
    display:grid;
    place-items:center;
    border-radius:12px;
    color:var(--bei-green);
    background:var(--bei-green-soft);
}
.bei-mini-stat strong,.bei-mini-stat span{display:block}
.bei-mini-stat strong{font-size:13px}
.bei-mini-stat span{margin-top:3px;font-size:11px;line-height:1.45;color:var(--bei-muted)}

/* Quick 3-step strip */
.bei-quick-flow{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin-top:18px;
}
.bei-flow-item{
    min-height:108px;
    display:grid;
    grid-template-columns:auto auto 1fr;
    align-items:center;
    gap:14px;
    padding:18px 20px;
    border:1px solid var(--bei-border);
    border-radius:19px;
    background:#fff;
    box-shadow:0 8px 26px rgba(23,59,39,.04);
}
.bei-flow-item>span{
    color:#93a198;
    font-size:11px;
    font-weight:900;
}
.bei-flow-item>i{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:13px;
    background:var(--bei-green-soft);
    color:var(--bei-green);
}
.bei-flow-item strong,.bei-flow-item small{display:block}
.bei-flow-item strong{font-size:14px}
.bei-flow-item small{margin-top:3px;color:var(--bei-muted);font-size:11px;line-height:1.45}

/* Section improvements */
.bei-section-head>div>p{margin:7px 0 0;color:var(--bei-muted);font-size:14px}
.bei-text-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--bei-green)!important;
    text-decoration:none!important;
    font-size:13px;
    font-weight:850;
    white-space:nowrap;
}

/* Image product cards */
.bei-product-card-v2{padding:0!important;overflow:hidden}
.bei-product-card-image{
    position:relative;
    height:185px;
    overflow:hidden;
    background:#e9efeb;
}
.bei-product-card-image:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom,transparent 35%,rgba(6,30,20,.20));
}
.bei-product-card-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:transform .28s ease;
}
.bei-product-card-v2:hover .bei-product-card-image img{transform:scale(1.035)}
.bei-product-card-image .bei-chip{
    position:absolute;
    z-index:2;
    left:14px;
    top:14px;
    background:rgba(255,255,255,.92);
    color:var(--bei-green-dark);
    box-shadow:0 5px 16px rgba(6,30,20,.10);
}
.bei-product-card-body{padding:18px 19px 20px}
.bei-product-card-v2 .bei-product-card-top{align-items:flex-start}
.bei-product-card-v2 h3{margin:0;font-size:20px}
.bei-product-card-v2 .bei-card-arrow{
    width:36px;
    height:36px;
    flex:0 0 36px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:#f3f7f4;
    font-size:13px;
}
.bei-product-card-v2 .bei-price-range{margin:15px 0 13px}
.bei-product-card-v2 .bei-card-meta{
    padding-top:13px;
    border-top:1px solid var(--bei-border);
    font-size:11px;
}
.bei-product-card-v2 .bei-card-meta span{display:flex;align-items:center;gap:6px}
.bei-product-card-v2 .bei-card-meta i{color:var(--bei-green)}

/* Photo categories */
.bei-category-grid-v2{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:14px;
}
.bei-category-card-v2{
    position:relative;
    isolation:isolate;
    min-height:250px;
    overflow:hidden;
    border-radius:22px;
    background:#18372a;
    color:#fff!important;
    text-decoration:none!important;
    box-shadow:0 12px 34px rgba(17,54,36,.10);
}
.bei-category-card-v2>img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:-2;
    transition:transform .3s ease;
}
.bei-category-card-v2:hover>img{transform:scale(1.045)}
.bei-category-shade{
    position:absolute;
    inset:0;
    z-index:-1;
    background:linear-gradient(to top,rgba(4,25,16,.90) 8%,rgba(4,25,16,.40) 55%,rgba(4,25,16,.12));
}
.bei-category-icon{
    position:absolute;
    left:16px;
    top:16px;
    width:42px;
    height:42px;
    border-radius:13px;
    display:grid;
    place-items:center;
    background:rgba(255,255,255,.90);
    color:var(--bei-green-dark);
    box-shadow:0 8px 18px rgba(0,0,0,.12);
}
.bei-category-content{
    position:absolute;
    left:18px;
    right:44px;
    bottom:18px;
}
.bei-category-content strong,.bei-category-content small{display:block}
.bei-category-content strong{font-size:19px}
.bei-category-content small{margin-top:4px;color:rgba(255,255,255,.68);font-size:11px}
.bei-category-arrow{
    position:absolute;
    right:18px;
    bottom:22px;
    font-size:13px;
    color:#fff;
}

/* Community feature */
.bei-community-feature{
    margin-top:64px;
    display:grid;
    grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);
    min-height:360px;
    overflow:hidden;
    border-radius:28px;
    background:#083f2a;
    color:#fff;
}
.bei-community-photo{min-height:360px}
.bei-community-photo img{width:100%;height:100%;display:block;object-fit:cover}
.bei-community-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    padding:48px;
}
.bei-community-copy .bei-section-kicker{color:#9de2bd}
.bei-community-copy h2{
    max-width:600px;
    margin:10px 0 12px;
    color:#fff;
    font-size:clamp(32px,4vw,48px);
    line-height:1.03;
    letter-spacing:-.045em;
}
.bei-community-copy p{
    max-width:620px;
    margin:0 0 22px;
    color:rgba(255,255,255,.72);
    line-height:1.65;
}

/* Category archive */
.bei-category-page-v2{padding:30px 0 80px}
.bei-category-hero{
    position:relative;
    isolation:isolate;
    min-height:360px;
    overflow:hidden;
    border-radius:30px;
    display:flex;
    align-items:flex-end;
    padding:46px;
    color:#fff;
}
.bei-category-hero>img{
    position:absolute;
    inset:0;
    z-index:-2;
    width:100%;
    height:100%;
    object-fit:cover;
}
.bei-category-hero-shade{
    position:absolute;
    inset:0;
    z-index:-1;
    background:linear-gradient(90deg,rgba(4,28,18,.88),rgba(4,28,18,.35) 65%,rgba(4,28,18,.15));
}
.bei-category-hero-copy{max-width:660px}
.bei-category-hero-icon{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    margin-bottom:18px;
    border-radius:15px;
    background:rgba(255,255,255,.16);
    border:1px solid rgba(255,255,255,.25);
}
.bei-category-hero .bei-section-kicker{color:#a9e4c4}
.bei-category-hero h1{
    margin:8px 0 10px;
    color:#fff;
    font-size:clamp(42px,6vw,66px);
    letter-spacing:-.05em;
}
.bei-category-hero p{max-width:560px;margin:0;color:rgba(255,255,255,.72);font-size:16px}
.bei-pagination{margin-top:34px}
.bei-pagination .nav-links{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}
.bei-pagination .page-numbers{padding:10px 13px;border:1px solid var(--bei-border);border-radius:10px;background:#fff;color:var(--bei-text)!important;text-decoration:none!important}
.bei-pagination .current{background:var(--bei-green);color:#fff!important;border-color:var(--bei-green)}

/* Product page refresh */
.bei-product-page-v2{padding-top:28px}
.bei-product-showcase{
    display:grid;
    grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);
    overflow:hidden;
    background:#fff;
    border:1px solid var(--bei-border);
    border-radius:28px;
    box-shadow:var(--bei-shadow);
}
.bei-product-visual{position:relative;min-height:510px;background:#e8efea}
.bei-product-visual img{width:100%;height:100%;display:block;object-fit:cover}
.bei-product-category-chip{
    position:absolute;
    top:18px;
    left:18px;
    padding:8px 11px;
    border-radius:999px;
    background:rgba(255,255,255,.92);
    color:var(--bei-green-dark);
    font-size:11px;
    font-weight:850;
    box-shadow:0 7px 18px rgba(0,0,0,.10);
}
.bei-product-summary{padding:42px}
.bei-product-summary h1{
    margin:10px 0 4px;
    font-size:clamp(38px,5vw,58px);
    line-height:1;
    letter-spacing:-.052em;
}
.bei-product-summary .bei-typical-price{font-size:clamp(34px,4.8vw,52px)}
.bei-price-meta-row{
    display:flex;
    flex-wrap:wrap;
    gap:10px 16px;
    margin:14px 0 4px;
    color:var(--bei-muted);
    font-size:12px;
    font-weight:700;
}
.bei-price-meta-row span{display:inline-flex;align-items:center;gap:7px}
.bei-price-meta-row i{color:var(--bei-green)}
.bei-price-band-section{margin-top:50px}
.bei-range-band>div>i{
    width:30px;
    height:30px;
    margin:0 auto 9px;
    display:grid;
    place-items:center;
    border-radius:10px;
    background:rgba(255,255,255,.65);
}
.bei-report-price{display:flex;align-items:center;gap:12px}
.bei-report-pin{
    width:38px;
    height:38px;
    display:grid!important;
    place-items:center;
    border-radius:12px;
    background:var(--bei-green-soft);
    color:var(--bei-green)!important;
    margin:0!important;
}
.bei-empty-state>i{
    width:50px;
    height:50px;
    margin:0 auto 14px;
    display:grid;
    place-items:center;
    border-radius:15px;
    background:var(--bei-green-soft);
    color:var(--bei-green);
    font-size:19px;
}

/* Tool pages inside the custom shell */
.bei-tool-page,.bei-list-page{padding-top:38px}
.bei-back-link{
    display:inline-flex!important;
    align-items:center;
    gap:8px;
}
.bei-tool-card{margin-top:6px}
.bei-tool-card .bei-section-kicker i{margin-right:5px}

/* Mobile */
@media(max-width:1050px){
    .bei-desktop-nav{gap:18px}
    .bei-header-location{display:none}
    .bei-hero-v2{grid-template-columns:1fr;gap:34px;padding:48px}
    .bei-hero-visual{min-height:390px}
    .bei-hero-photo-main{min-height:390px}
    .bei-category-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:820px){
    .bei-desktop-nav,.bei-header-report{display:none}
    .bei-menu-toggle{display:grid;place-items:center}
    .bei-header-actions{margin-left:auto}
    .bei-header-inner{min-height:70px}
    .bei-footer-inner{
        grid-template-columns:1fr;
        gap:18px;
        padding:28px 0;
        text-align:left;
    }
    .bei-footer-links{flex-wrap:wrap}
    .bei-quick-flow{grid-template-columns:1fr}
    .bei-category-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}
    .bei-community-feature{grid-template-columns:1fr}
    .bei-community-photo{min-height:260px}
    .bei-product-showcase{grid-template-columns:1fr}
    .bei-product-visual{min-height:360px}
}

@media(max-width:560px){
    .bei-header-inner,.bei-mobile-menu,.bei-footer-inner{
        width:min(100% - 22px,1220px);
    }
    .bei-site-logo-mark{width:35px;height:35px}
    .bei-site-logo-text{font-size:23px}
    .bei-home-v2{padding-top:12px}
    .bei-hero-v2{
        padding:26px 20px 22px;
        border-radius:24px;
        min-height:auto;
    }
    .bei-hero-copy h1{font-size:43px}
    .bei-hero-copy>p{font-size:15px;line-height:1.6}
    .bei-hero-v2 .bei-search-box{min-height:62px}
    .bei-hero-v2 .bei-search-box input{height:60px;font-size:14px}
    .bei-trust-strip{gap:10px 14px}
    .bei-hero-visual{
        grid-template-columns:1fr;
        min-height:0;
    }
    .bei-hero-photo-main{min-height:330px}
    .bei-hero-photo-stack{grid-template-columns:1fr 1fr;grid-template-rows:none}
    .bei-hero-photo-small{min-height:160px}
    .bei-mini-stat{padding:14px}
    .bei-mini-stat>i{width:34px;height:34px;flex-basis:34px}
    .bei-flow-item{min-height:92px}
    .bei-category-grid-v2{grid-template-columns:1fr 1fr;gap:10px}
    .bei-category-card-v2{min-height:205px;border-radius:18px}
    .bei-category-content strong{font-size:16px}
    .bei-category-icon{width:37px;height:37px}
    .bei-community-feature{margin-top:48px;border-radius:22px}
    .bei-community-photo{min-height:220px}
    .bei-community-copy{padding:28px 22px}
    .bei-community-copy h2{font-size:34px}
    .bei-category-hero{min-height:300px;padding:28px 22px;border-radius:22px}
    .bei-category-hero h1{font-size:42px}
    .bei-product-visual{min-height:300px}
    .bei-product-summary{padding:26px 20px}
    .bei-product-summary h1{font-size:40px}
    .bei-price-band-section{margin-top:38px}
    .bei-report-row{align-items:flex-start}
    .bei-report-row time{font-size:10px}
}


/* =========================================================
   Bei v0.3 — hybrid Nairobi community + Kenya online prices
   ========================================================= */

.bei-card-source-label{
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin:-2px 0 12px;
    padding:6px 8px;
    border-radius:999px;
    font-size:10px;
    line-height:1.2;
    font-weight:850;
}
.bei-card-source-label.is-web{
    color:#2257a5;
    background:#edf4ff;
}
.bei-card-source-label.is-community{
    color:var(--bei-green-dark);
    background:var(--bei-green-soft);
}
.bei-search-source{
    color:#47715d!important;
    font-weight:750;
}
.bei-primary-source-note{
    display:flex;
    gap:9px;
    align-items:flex-start;
    margin:14px 0 6px;
    padding:11px 12px;
    border-radius:12px;
    background:#edf4ff;
    color:#315a8f;
    font-size:12px;
    line-height:1.5;
}
.bei-primary-source-note.is-stale{
    background:#fff5d8;
    color:#77560a;
}
.bei-primary-source-note i{margin-top:2px}
.bei-product-page-v3 .bei-price-meta-row{margin-top:17px}

.bei-price-sources-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin-top:54px;
}
.bei-price-source-panel{
    overflow:hidden;
    background:#fff;
    border:1px solid var(--bei-border);
    border-radius:24px;
    box-shadow:0 10px 32px rgba(17,54,36,.05);
}
.bei-source-panel-head{
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:12px;
    padding:20px;
    border-bottom:1px solid var(--bei-border);
}
.bei-source-panel-head h2{
    margin:3px 0 0;
    font-size:22px;
    letter-spacing:-.03em;
}
.bei-source-panel-icon{
    width:43px;
    height:43px;
    display:grid;
    place-items:center;
    border-radius:13px;
    background:var(--bei-green-soft);
    color:var(--bei-green);
}
.bei-web-panel .bei-source-panel-icon{
    color:#2257a5;
    background:#edf4ff;
}
.bei-source-range{
    font-size:13px;
    white-space:nowrap;
    color:var(--bei-text);
}
.bei-source-empty{
    padding:36px 24px;
    text-align:center;
}
.bei-source-empty h3{
    margin:12px 0 7px;
    font-size:19px;
}
.bei-source-empty p{
    max-width:470px;
    margin:0 auto 18px;
    color:var(--bei-muted);
    font-size:13px;
    line-height:1.6;
}
.bei-empty-icon{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    margin:auto;
    border-radius:15px;
    background:var(--bei-green-soft);
    color:var(--bei-green);
}
.bei-web-panel .bei-empty-icon{
    background:#edf4ff;
    color:#2257a5;
}
.bei-price-source-panel .bei-report-list{
    border:0;
    border-radius:0;
    box-shadow:none;
}
.bei-web-price-list{display:block}
.bei-web-price-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:18px 20px;
    border-bottom:1px solid var(--bei-border);
}
.bei-web-price-row.is-stale{background:#fffdf6}
.bei-web-price-row>div>span,
.bei-web-price-row>div>strong,
.bei-web-price-row>div>small{
    display:block;
}
.bei-retailer-name{
    color:#44564c;
    font-size:11px;
    font-weight:800;
}
.bei-retailer-name i{color:#2257a5;margin-right:5px}
.bei-web-price-row strong{
    margin-top:5px;
    font-size:21px;
}
.bei-web-price-row small{
    margin-top:3px;
    color:var(--bei-muted);
    font-size:10px;
}
.bei-web-price-row>a{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#2257a5!important;
    text-decoration:none!important;
    font-size:11px;
    font-weight:850;
    white-space:nowrap;
}
.bei-web-trust-note{
    display:flex;
    gap:10px;
    align-items:flex-start;
    margin:16px;
    padding:13px 14px;
    border-radius:13px;
    background:#f5f8fb;
    color:#596a61;
}
.bei-web-trust-note i{color:#2257a5;margin-top:2px}
.bei-web-trust-note p{
    margin:0;
    font-size:11px;
    line-height:1.55;
}
.bei-web-disclosure{
    display:flex;
    align-items:flex-start;
    gap:8px;
    margin:11px 0!important;
    padding:10px 11px;
    border-radius:10px;
    background:#edf4ff;
    color:#315a8f!important;
    font-size:11px;
    line-height:1.5;
}
.bei-web-disclosure i{margin-top:2px}

@media(max-width:900px){
    .bei-price-sources-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
    .bei-price-sources-grid{margin-top:40px}
    .bei-source-panel-head{
        grid-template-columns:auto 1fr;
        align-items:start;
    }
    .bei-source-range{
        grid-column:2;
        white-space:normal;
    }
    .bei-web-price-row{
        align-items:flex-start;
    }
}

/* =========================================================
   Bei v0.3.2 — product intelligence page + expanded footer
   Inspired by common price-comparison UX patterns:
   prominent search, price signal, offer comparison, trust.
   ========================================================= */

/* Wider product experience */
.bei-product-page-v4{
    width:min(1320px,calc(100% - 40px))!important;
    padding:30px 0 88px!important;
}
.bei-product-searchbar{
    display:grid;
    grid-template-columns:auto minmax(0,620px);
    align-items:center;
    justify-content:space-between;
    gap:24px;
    margin:2px 0 18px;
    padding:14px 16px 14px 18px;
    background:#fff;
    border:1px solid var(--bei-border);
    border-radius:18px;
    box-shadow:0 7px 24px rgba(18,58,38,.045);
}
.bei-product-searchbar-label{
    display:flex;
    align-items:center;
    gap:9px;
    color:#425349;
    font-size:13px;
    font-weight:800;
}
.bei-product-searchbar-label i{color:var(--bei-green)}
.bei-product-searchbar .bei-search-box{
    min-height:48px;
    border-radius:13px;
    box-shadow:none;
    background:#f7faf8;
}
.bei-product-searchbar .bei-search-box input{
    height:46px;
    background:#f7faf8!important;
    font-size:14px;
}
.bei-product-searchbar .bei-search-icon{padding-left:15px;font-size:15px}
.bei-product-searchbar .bei-search-clear{font-size:16px;padding:10px 14px}

.bei-product-breadcrumbs{
    display:flex;
    align-items:center;
    gap:9px;
    margin:18px 2px;
    color:#8a978f;
    font-size:11px;
    font-weight:700;
    white-space:nowrap;
    overflow:hidden;
}
.bei-product-breadcrumbs a{color:#527061!important;text-decoration:none!important}
.bei-product-breadcrumbs>a:hover{color:var(--bei-green)!important}
.bei-product-breadcrumbs>i{font-size:8px}
.bei-product-breadcrumbs>span{overflow:hidden;text-overflow:ellipsis}

.bei-product-command-center{
    display:grid;
    grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr);
    overflow:hidden;
    min-height:590px;
    background:#fff;
    border:1px solid var(--bei-border);
    border-radius:30px;
    box-shadow:0 18px 52px rgba(18,58,38,.075);
}
.bei-product-gallery-panel{
    display:flex;
    flex-direction:column;
    min-width:0;
    background:#f3f7f4;
    border-right:1px solid var(--bei-border);
}
.bei-product-image-stage{
    position:relative;
    min-height:530px;
    flex:1;
    overflow:hidden;
    background:#edf2ef;
}
.bei-product-image-stage:after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(to top,rgba(6,29,19,.08),transparent 30%);
}
.bei-product-image-stage img{
    width:100%;
    height:100%;
    min-height:530px;
    display:block;
    object-fit:cover;
}
.bei-product-command-center .bei-product-category-chip{
    z-index:2;
    display:inline-flex;
    align-items:center;
    gap:7px;
    top:20px;
    left:20px;
    padding:9px 12px;
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(8px);
}
.bei-image-note{
    display:flex;
    align-items:flex-start;
    gap:8px;
    padding:13px 18px;
    color:#738078;
    font-size:10px;
    line-height:1.45;
    background:#f7faf8;
}
.bei-image-note i{color:#789287;margin-top:2px}

.bei-product-command-copy{
    min-width:0;
    padding:44px 48px 42px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.bei-product-title-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
}
.bei-product-scope{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:var(--bei-green);
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.bei-product-title-row h1{
    max-width:720px;
    margin:10px 0 5px;
    color:#13231a;
    font-size:clamp(44px,5.5vw,72px);
    line-height:.97;
    letter-spacing:-.058em;
}
.bei-product-command-copy .bei-product-variant{
    margin:0;
    color:#718078;
    font-size:15px;
}
.bei-icon-action{
    width:46px;
    height:46px;
    flex:0 0 46px;
    display:grid;
    place-items:center;
    border:1px solid var(--bei-border);
    border-radius:14px;
    background:#fff;
    color:#148747!important;
    text-decoration:none!important;
    font-size:21px;
    box-shadow:0 7px 20px rgba(18,58,38,.05);
}
.bei-icon-action:hover{background:var(--bei-green-soft)}

.bei-live-price-card{
    margin-top:30px;
    padding:22px;
    border:1px solid rgba(8,122,69,.13);
    border-radius:20px;
    background:linear-gradient(135deg,#f3fbf6,#fbfdfb);
}
.bei-live-price-card.is-web{
    border-color:rgba(45,93,164,.13);
    background:linear-gradient(135deg,#f4f8ff,#fbfdff);
}
.bei-live-price-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    color:#4b6055;
    font-size:11px;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.045em;
}
.bei-live-price-freshness{
    display:inline-flex;
    align-items:center;
    gap:5px;
    color:#7e8b84;
    font-weight:700;
    letter-spacing:0;
    text-transform:none;
}
.bei-live-price-value{
    margin:9px 0 18px;
    color:#102119;
    font-size:clamp(38px,4.9vw,61px);
    line-height:1;
    font-weight:950;
    letter-spacing:-.05em;
}
.bei-price-stat-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-top:1px solid rgba(10,60,35,.09);
    padding-top:15px;
}
.bei-price-stat-grid>div{padding:0 14px;border-right:1px solid rgba(10,60,35,.08)}
.bei-price-stat-grid>div:first-child{padding-left:0}
.bei-price-stat-grid>div:last-child{border-right:0;padding-right:0}
.bei-price-stat-grid span,.bei-price-stat-grid strong{display:block}
.bei-price-stat-grid span{color:#839087;font-size:9px;text-transform:uppercase;letter-spacing:.05em;font-weight:800}
.bei-price-stat-grid strong{margin-top:5px;font-size:14px;color:#26372e}

.bei-price-building-card{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:16px;
    align-items:start;
    padding:23px;
    background:linear-gradient(135deg,#f6faf7,#fff);
    border-color:var(--bei-border);
}
.bei-building-icon{
    width:52px;
    height:52px;
    display:grid;
    place-items:center;
    border-radius:16px;
    background:var(--bei-green-soft);
    color:var(--bei-green);
    font-size:18px;
}
.bei-building-label{
    display:block;
    color:var(--bei-green);
    font-size:10px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.07em;
}
.bei-price-building-card h2{
    margin:5px 0 7px;
    color:#13231a;
    font-size:25px;
    letter-spacing:-.03em;
}
.bei-price-building-card p{margin:0;color:#68776f;font-size:12px;line-height:1.6}
.bei-building-status{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:13px;color:#52645a;font-size:10px;font-weight:750}
.bei-building-status span{display:inline-flex;align-items:center;gap:6px}
.bei-building-status i{color:var(--bei-green)}

.bei-product-command-copy .bei-primary-source-note{margin:14px 0 0}
.bei-product-action-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-top:18px;
}
.bei-product-action-grid .bei-btn{min-width:0;padding:13px 16px}

.bei-product-insights-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin-top:14px;
}
.bei-product-insight-card{
    display:flex;
    align-items:center;
    gap:13px;
    min-height:100px;
    padding:18px;
    background:#fff;
    border:1px solid var(--bei-border);
    border-radius:18px;
    box-shadow:0 8px 24px rgba(18,58,38,.035);
}
.bei-insight-icon{
    width:42px;
    height:42px;
    flex:0 0 42px;
    display:grid;
    place-items:center;
    border-radius:13px;
    background:#edf4ff;
    color:#2d65ad;
}
.bei-insight-icon.is-community{background:var(--bei-green-soft);color:var(--bei-green)}
.bei-insight-icon.is-fresh{background:#fff5d8;color:#9a6700}
.bei-product-insight-card span,.bei-product-insight-card strong,.bei-product-insight-card small{display:block}
.bei-product-insight-card>div>span{color:#849087;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.055em}
.bei-product-insight-card strong{margin-top:3px;color:#1d2d24;font-size:15px}
.bei-product-insight-card small{margin-top:3px;color:#7a8780;font-size:10px;line-height:1.35}

.bei-price-band-section-v4{margin-top:56px}
.bei-price-insight-meter{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    overflow:hidden;
    border:1px solid var(--bei-border);
    border-radius:20px;
    background:#fff;
    box-shadow:0 9px 30px rgba(18,58,38,.04);
}
.bei-meter-segment{
    position:relative;
    min-height:132px;
    padding:23px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    border-right:1px solid rgba(10,60,35,.08);
}
.bei-meter-segment:last-child{border-right:0}
.bei-meter-segment:before{content:"";position:absolute;left:0;right:0;top:0;height:4px}
.bei-meter-good:before{background:#18a563}
.bei-meter-normal:before{background:#e3a514}
.bei-meter-high:before{background:#dc4c43}
.bei-meter-segment i{font-size:14px;margin-bottom:10px}
.bei-meter-good i{color:#138750}
.bei-meter-normal i{color:#9a6700}
.bei-meter-high i{color:#b42318}
.bei-meter-segment strong{font-size:15px;color:#213129;text-transform:uppercase;letter-spacing:.03em}
.bei-meter-segment span{margin-top:5px;color:#728078;font-size:12px}

.bei-offers-section{margin-top:58px}
.bei-offers-layout{
    display:grid;
    grid-template-columns:minmax(0,1.75fr) minmax(310px,.75fr);
    gap:16px;
    align-items:start;
}
.bei-offers-main,.bei-community-sidebar{
    overflow:hidden;
    background:#fff;
    border:1px solid var(--bei-border);
    border-radius:22px;
    box-shadow:0 10px 32px rgba(18,58,38,.045);
}
.bei-offers-panel-head,.bei-community-sidebar-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:20px;
    border-bottom:1px solid var(--bei-border);
}
.bei-offers-panel-head>div,.bei-community-sidebar-head{
    display:flex;
    align-items:center;
    gap:12px;
}
.bei-offers-panel-head h3,.bei-community-sidebar-head h3{margin:3px 0 0;font-size:20px;letter-spacing:-.025em}
.bei-offers-panel-head>strong{font-size:13px;color:#2b3c32;white-space:nowrap}
.bei-source-panel-icon.is-web{background:#edf4ff;color:#2d65ad}

.bei-offer-row-v4{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(140px,.55fr) auto;
    align-items:center;
    gap:20px;
    min-height:88px;
    padding:15px 20px;
    border-bottom:1px solid var(--bei-border);
}
.bei-offer-row-v4:last-child{border-bottom:0}
.bei-offer-row-v4:hover{background:#fbfdfb}
.bei-offer-row-v4.is-stale{background:#fffdf7}
.bei-offer-store{display:flex;align-items:center;gap:12px;min-width:0}
.bei-store-avatar{
    width:40px;
    height:40px;
    flex:0 0 40px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:#edf4ff;
    color:#2d65ad;
}
.bei-offer-store strong,.bei-offer-store span{display:block}
.bei-offer-store strong{font-size:14px;color:#203128;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bei-offer-store span{margin-top:3px;color:#829087;font-size:10px}
.bei-offer-price{text-align:right}
.bei-offer-price strong{display:block;font-size:19px;color:#18291f}
.bei-best-price-badge{
    display:inline-flex;
    align-items:center;
    gap:4px;
    margin-bottom:4px;
    padding:4px 6px;
    border-radius:999px;
    background:#e9f8ef;
    color:#087a45;
    font-size:8px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.bei-offer-action a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:40px;
    padding:0 12px;
    border:1px solid var(--bei-border);
    border-radius:11px;
    color:#2257a5!important;
    background:#fff;
    text-decoration:none!important;
    font-size:10px;
    font-weight:850;
    white-space:nowrap;
}
.bei-offer-action a:hover{background:#edf4ff}
.bei-offer-action>span{color:#9ba49f;font-size:10px}
.bei-source-disclaimer{
    display:flex;
    align-items:flex-start;
    gap:9px;
    margin:14px;
    padding:12px 13px;
    border-radius:12px;
    background:#f5f8fb;
    color:#63726a;
    font-size:10px;
    line-height:1.5;
}
.bei-source-disclaimer i{color:#2d65ad;margin-top:2px}
.bei-offer-empty-v4{
    min-height:230px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    padding:34px;
    text-align:left;
}
.bei-offer-empty-v4>span{
    width:54px;
    height:54px;
    flex:0 0 54px;
    display:grid;
    place-items:center;
    border-radius:16px;
    background:#edf4ff;
    color:#2d65ad;
    font-size:18px;
}
.bei-offer-empty-v4 h3{margin:0 0 6px;font-size:18px}
.bei-offer-empty-v4 p{margin:0;color:var(--bei-muted);font-size:12px;line-height:1.55}

.bei-community-sidebar{padding-bottom:16px}
.bei-community-sidebar-head{justify-content:flex-start}
.bei-community-mini-list{padding:0 16px}
.bei-community-mini-list article{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
    padding:14px 2px;
    border-bottom:1px solid var(--bei-border);
}
.bei-community-mini-list strong,.bei-community-mini-list span{display:block}
.bei-community-mini-list strong{font-size:16px;color:#1f3027}
.bei-community-mini-list span{margin-top:3px;color:#77847d;font-size:10px}
.bei-community-mini-list span i{color:var(--bei-green);margin-right:3px}
.bei-community-mini-list time{color:#98a19c;font-size:9px;white-space:nowrap}
.bei-community-empty-v4{padding:28px 22px;text-align:center}
.bei-community-empty-v4 h3{margin:12px 0 6px;font-size:18px}
.bei-community-empty-v4 p{margin:0;color:var(--bei-muted);font-size:11px;line-height:1.55}
.bei-community-sidebar>.bei-btn{width:calc(100% - 32px);margin:14px 16px 0}

.bei-methodology-strip{
    margin-top:18px;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
}
.bei-methodology-strip>div{
    display:flex;
    align-items:flex-start;
    gap:11px;
    padding:16px;
    border:1px solid var(--bei-border);
    border-radius:16px;
    background:#f9fbfa;
}
.bei-method-icon{
    width:35px;
    height:35px;
    flex:0 0 35px;
    display:grid;
    place-items:center;
    border-radius:11px;
    background:#edf3ef;
    color:#4e675a;
}
.bei-methodology-strip strong,.bei-methodology-strip>div>div>span{display:block}
.bei-methodology-strip strong{font-size:12px;color:#27382f}
.bei-methodology-strip>div>div>span{margin-top:3px;color:#78857e;font-size:9px;line-height:1.45}

.bei-related-products-section{margin-top:60px}
.bei-related-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.bei-related-product-card{
    position:relative;
    overflow:hidden;
    min-height:300px;
    border-radius:20px;
    color:#fff!important;
    text-decoration:none!important;
    background:#18372a;
    box-shadow:0 10px 28px rgba(18,58,38,.08);
}
.bei-related-product-card:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(5,28,18,.92),rgba(5,28,18,.12) 65%);
}
.bei-related-product-card>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .25s ease}
.bei-related-product-card:hover>img{transform:scale(1.035)}
.bei-related-product-card>div{position:absolute;z-index:2;left:18px;right:42px;bottom:18px}
.bei-related-product-card>div>span{display:block;color:#aee7c7;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.bei-related-product-card h3{margin:5px 0 7px;color:#fff;font-size:18px;line-height:1.15}
.bei-related-product-card strong{font-size:12px;color:#fff}
.bei-related-product-card>i{position:absolute;z-index:2;right:18px;bottom:20px;color:#fff;font-size:12px}

/* Footer v2 */
.bei-site-footer-v2{
    margin-top:82px!important;
    background:#07291e!important;
    color:#fff;
}
.bei-footer-cta-wrap{
    width:min(1320px,calc(100% - 40px));
    margin:0 auto;
    transform:translateY(-38px);
}
.bei-footer-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:34px;
    min-height:190px;
    padding:34px 38px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:26px;
    background:
        radial-gradient(circle at 10% 0%,rgba(63,188,116,.28),transparent 38%),
        linear-gradient(135deg,#0c6540,#08462f 55%,#063826);
    box-shadow:0 20px 50px rgba(2,24,15,.28);
}
.bei-footer-kicker{display:inline-flex;align-items:center;gap:7px;color:#a9e7c4;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.bei-footer-cta h2{margin:8px 0 7px;color:#fff;font-size:clamp(31px,3.6vw,48px);line-height:1;letter-spacing:-.045em}
.bei-footer-cta p{max-width:670px;margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.55}
.bei-footer-cta-actions{display:flex;gap:9px;flex:0 0 auto}
.bei-btn-footer-light{background:#fff!important;color:#075233!important;box-shadow:none!important}
.bei-btn-footer-outline{background:rgba(255,255,255,.07)!important;color:#fff!important;border:1px solid rgba(255,255,255,.25)!important;box-shadow:none!important}
.bei-btn-footer-outline:hover{background:rgba(255,255,255,.13)!important}

.bei-footer-main{
    width:min(1320px,calc(100% - 40px));
    margin:-5px auto 0;
    padding:36px 0 42px;
    display:grid;
    grid-template-columns:minmax(300px,1.45fr) repeat(3,minmax(150px,.55fr));
    gap:48px;
}
.bei-footer-logo{display:inline-flex;align-items:center;gap:10px;color:#fff!important;text-decoration:none!important;font-size:25px;font-weight:950;letter-spacing:-.04em}
.bei-footer-brand-v2 p{max-width:420px;margin:18px 0 14px;color:rgba(255,255,255,.61);font-size:12px;line-height:1.65}
.bei-footer-market{display:flex;flex-wrap:wrap;gap:7px;color:#99c7ad;font-size:10px;font-weight:750}
.bei-footer-market i{color:#68cd91}
.bei-footer-market span{color:rgba(255,255,255,.25)}
.bei-footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.bei-footer-column>strong{margin-bottom:5px;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.bei-footer-column a{color:rgba(255,255,255,.72)!important;text-decoration:none!important;font-size:11px;font-weight:650}
.bei-footer-column a:hover{color:#fff!important}
.bei-footer-muted-link{color:rgba(255,255,255,.48);font-size:10px;line-height:1.4}
.bei-footer-bottom{
    width:min(1320px,calc(100% - 40px));
    min-height:70px;
    margin:0 auto;
    border-top:1px solid rgba(255,255,255,.09);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    color:rgba(255,255,255,.46);
    font-size:9px;
}
.bei-footer-badges{display:flex;flex-wrap:wrap;gap:12px}
.bei-footer-badges span{display:inline-flex;align-items:center;gap:5px}
.bei-footer-badges i{color:#74d49b}

@media(max-width:1080px){
    .bei-product-command-center{grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr)}
    .bei-product-command-copy{padding:38px 34px}
    .bei-offers-layout{grid-template-columns:1fr}
    .bei-related-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .bei-footer-main{grid-template-columns:minmax(280px,1.3fr) repeat(2,minmax(150px,.7fr))}
    .bei-footer-column:last-child{grid-column:2/4}
}

@media(max-width:820px){
    .bei-product-page-v4{width:min(100% - 24px,1320px)!important}
    .bei-product-searchbar{grid-template-columns:1fr;gap:10px}
    .bei-product-searchbar-label{display:none}
    .bei-product-command-center{grid-template-columns:1fr;min-height:0}
    .bei-product-gallery-panel{border-right:0;border-bottom:1px solid var(--bei-border)}
    .bei-product-image-stage,.bei-product-image-stage img{min-height:430px}
    .bei-product-insights-grid{grid-template-columns:1fr}
    .bei-price-insight-meter{grid-template-columns:1fr}
    .bei-meter-segment{min-height:100px;border-right:0;border-bottom:1px solid rgba(10,60,35,.08)}
    .bei-meter-segment:last-child{border-bottom:0}
    .bei-methodology-strip{grid-template-columns:1fr}
    .bei-footer-cta{display:block;padding:30px}
    .bei-footer-cta-actions{margin-top:20px}
    .bei-footer-main{grid-template-columns:1fr 1fr;gap:34px}
    .bei-footer-brand-v2{grid-column:1/-1}
    .bei-footer-column:last-child{grid-column:auto}
}

@media(max-width:560px){
    .bei-product-page-v4{width:min(100% - 18px,1320px)!important;padding-top:16px!important}
    .bei-product-searchbar{margin-bottom:12px;padding:8px;border-radius:15px}
    .bei-product-breadcrumbs{margin:14px 2px;font-size:9px}
    .bei-product-command-center{border-radius:22px}
    .bei-product-image-stage,.bei-product-image-stage img{min-height:330px}
    .bei-product-command-copy{padding:25px 19px 22px}
    .bei-product-title-row h1{font-size:42px}
    .bei-icon-action{width:42px;height:42px;flex-basis:42px}
    .bei-live-price-card{margin-top:22px;padding:17px}
    .bei-live-price-head{display:block}
    .bei-live-price-freshness{margin-top:5px}
    .bei-live-price-value{font-size:36px;margin-bottom:15px}
    .bei-price-stat-grid{grid-template-columns:1fr;gap:8px}
    .bei-price-stat-grid>div{padding:8px 0;border-right:0;border-bottom:1px solid rgba(10,60,35,.07)}
    .bei-price-stat-grid>div:last-child{border-bottom:0}
    .bei-price-building-card{grid-template-columns:1fr}
    .bei-product-action-grid{grid-template-columns:1fr}
    .bei-product-insight-card{min-height:84px;padding:14px}
    .bei-section-head{align-items:flex-end}
    .bei-offer-row-v4{grid-template-columns:1fr auto;gap:12px;padding:15px}
    .bei-offer-price{grid-column:2;text-align:right}
    .bei-offer-action{grid-column:1/-1}
    .bei-offer-action a{width:100%}
    .bei-offers-panel-head{align-items:flex-start}
    .bei-offers-panel-head>strong{white-space:normal;text-align:right}
    .bei-related-product-grid{grid-template-columns:1fr 1fr;gap:9px}
    .bei-related-product-card{min-height:240px}
    .bei-related-product-card>div{left:14px;bottom:14px}
    .bei-related-product-card h3{font-size:15px}
    .bei-footer-cta-wrap,.bei-footer-main,.bei-footer-bottom{width:min(100% - 20px,1320px)}
    .bei-footer-cta-wrap{transform:translateY(-26px)}
    .bei-footer-cta{padding:25px 20px;border-radius:21px}
    .bei-footer-cta h2{font-size:34px}
    .bei-footer-cta-actions{display:grid;grid-template-columns:1fr}
    .bei-footer-main{margin-top:0;padding-top:15px;grid-template-columns:1fr 1fr;gap:28px 20px}
    .bei-footer-brand-v2{grid-column:1/-1}
    .bei-footer-bottom{padding:18px 0;display:block;line-height:1.5}
    .bei-footer-badges{margin-top:10px}
}

/* =========================================================
   Bei v0.3.3 — live retailer meta-search
   ========================================================= */
.bei-searching-web{
    display:flex;
    align-items:center;
    gap:13px;
    padding:18px 16px;
    color:var(--bei-text);
}
.bei-searching-web strong,.bei-searching-web span{display:block}
.bei-searching-web>div>span{margin-top:3px;color:var(--bei-muted);font-size:12px}
.bei-search-spinner{
    width:22px;
    height:22px;
    flex:0 0 22px;
    border:2px solid rgba(8,122,69,.18);
    border-top-color:var(--bei-green);
    border-radius:50%;
    animation:beiSpin .75s linear infinite;
}
@keyframes beiSpin{to{transform:rotate(360deg)}}
.bei-live-results-label{
    padding:11px 12px 9px;
    border-bottom:1px solid var(--bei-border);
}
.bei-live-results-label span{
    display:flex;
    align-items:center;
    gap:7px;
    color:var(--bei-green-dark);
    font-size:12px;
    font-weight:900;
    letter-spacing:.035em;
    text-transform:uppercase;
}
.bei-live-results-label small{
    display:block;
    margin-top:4px;
    color:var(--bei-muted);
    font-size:11px;
}
.bei-web-search-item{
    align-items:center;
    border-bottom:1px solid rgba(10,60,35,.06)!important;
}
.bei-web-search-item:last-of-type{border-bottom:0!important}
.bei-web-search-item .bei-search-source{
    display:inline-flex!important;
    align-items:center;
    gap:5px;
    margin-top:6px!important;
    color:var(--bei-green)!important;
    font-weight:800;
}
.bei-web-result-side{
    display:flex!important;
    flex-direction:column;
    align-items:flex-end;
    gap:4px;
    flex:0 0 auto;
}
.bei-web-result-side>strong{
    color:var(--bei-text);
    font-size:15px;
    white-space:nowrap;
}
.bei-web-result-side>small{
    display:inline-flex!important;
    align-items:center;
    gap:5px;
    color:var(--bei-green)!important;
    font-size:10px!important;
    font-weight:850;
    white-space:nowrap;
}
.bei-live-results-note{
    display:flex;
    align-items:flex-start;
    gap:7px;
    padding:10px 12px;
    border-top:1px solid var(--bei-border);
    background:#f7faf8;
    color:var(--bei-muted);
    font-size:10px;
    line-height:1.45;
}
.bei-live-results-note i{margin-top:2px;color:var(--bei-green)}
.bei-search-empty-v2{
    display:flex;
    align-items:flex-start;
    gap:12px;
}
.bei-search-empty-v2>i{
    width:34px;
    height:34px;
    flex:0 0 34px;
    display:grid;
    place-items:center;
    border-radius:11px;
    background:var(--bei-green-soft);
    color:var(--bei-green);
}
.bei-search-empty-v2 strong,.bei-search-empty-v2 span{display:block}
.bei-search-empty-v2 span{margin-top:4px;font-size:11px;line-height:1.45}
.bei-adopt-loading{
    width:100%;
    display:flex;
    align-items:center;
    gap:11px;
    padding:4px 0;
    color:var(--bei-green-dark);
}
.bei-search-inline-error{
    margin:5px 10px 10px;
    padding:9px 11px;
    border-radius:10px;
    background:var(--bei-red-bg);
    color:var(--bei-red);
    font-size:11px;
    font-weight:700;
}
.bei-web-search-item.is-loading{pointer-events:none;opacity:.78}

@media(max-width:640px){
    .bei-web-search-item{align-items:flex-start}
    .bei-web-result-side{align-items:flex-end;max-width:42%}
    .bei-web-result-side>strong{font-size:13px}
    .bei-live-results-label small{line-height:1.4}
}

@media(prefers-reduced-motion:reduce){
    .bei-search-spinner{animation:none}
}

/* =========================================================
   Bei v0.4 — search-first interface, list-based results
   ========================================================= */

.bei-site-header-searchfirst .bei-header-inner{width:min(1320px,calc(100% - 36px))}
.bei-desktop-nav-minimal{margin-left:auto}
.bei-desktop-nav-minimal a{font-size:13px}

/* Search engine homepage */
.bei-home-v4{
    width:min(1320px,calc(100% - 32px));
    padding:30px 0 82px;
}
.bei-search-hero-v4{
    display:grid;
    grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);
    gap:56px;
    align-items:center;
    min-height:610px;
    padding:62px;
    border:1px solid rgba(8,122,69,.10);
    border-radius:34px;
    background:radial-gradient(circle at 12% 8%,rgba(64,200,119,.18),transparent 34%),linear-gradient(135deg,#f2fbf5,#f8fcf9);
    box-shadow:0 20px 55px rgba(20,70,43,.07);
}
.bei-search-hero-copy h1{
    margin:18px 0 16px;
    max-width:760px;
    font-size:clamp(50px,5.7vw,82px);
    line-height:.96;
    letter-spacing:-.062em;
    color:#102219;
}
.bei-search-hero-copy h1 span{color:var(--bei-green)}
.bei-search-hero-copy>p{
    max-width:690px;
    margin:0 0 28px;
    color:#596960;
    font-size:18px;
    line-height:1.7;
}
.bei-search-wrap-engine{position:relative;width:100%}
.bei-search-box-engine{
    min-height:76px;
    border-radius:18px;
    padding-right:7px;
    box-shadow:0 15px 38px rgba(17,54,36,.12);
}
.bei-search-box-engine input{height:74px!important;font-size:17px!important}
.bei-search-box-engine .bei-search-icon{font-size:18px}
.bei-search-submit{
    flex:0 0 auto;
    min-height:58px;
    padding:0 19px;
    border:0;
    border-radius:13px;
    background:var(--bei-green);
    color:#fff;
    font:inherit;
    font-size:13px;
    font-weight:850;
    cursor:pointer;
}
.bei-search-submit:hover{background:var(--bei-green-dark)}
.bei-search-results-engine{
    top:calc(100% + 10px);
    padding:9px;
    border-radius:17px;
    max-height:460px;
}
.bei-search-results-engine .bei-search-item{padding:14px 13px}
.bei-search-source{color:var(--bei-green)!important;font-weight:700}
.bei-live-results-label{
    padding:10px 12px 12px;
    border-bottom:1px solid var(--bei-border);
    margin-bottom:5px;
}
.bei-live-results-label span,.bei-live-results-label small{display:block}
.bei-live-results-label span{font-size:12px;font-weight:850;color:var(--bei-green-dark)}
.bei-live-results-label small{margin-top:3px;color:var(--bei-muted);font-size:10px}
.bei-live-results-note{padding:11px 12px;color:var(--bei-muted);font-size:10px;border-top:1px solid var(--bei-border)}
.bei-web-result-side{display:flex!important;flex-direction:column;align-items:flex-end;justify-content:center}
.bei-web-result-side strong{font-size:14px!important;color:var(--bei-text)!important}
.bei-web-result-side small{font-size:10px!important;color:var(--bei-green)!important;font-weight:800}
.bei-searching-web,.bei-adopt-loading,.bei-search-empty-v2{
    display:flex;
    align-items:center;
    gap:12px;
    padding:16px;
}
.bei-searching-web strong,.bei-searching-web span,.bei-search-empty-v2 strong,.bei-search-empty-v2 span{display:block}
.bei-searching-web span,.bei-search-empty-v2 span{margin-top:3px;font-size:11px;color:var(--bei-muted)}
.bei-search-spinner{
    width:19px;height:19px;border-radius:50%;border:2px solid #dbe8df;border-top-color:var(--bei-green);animation:beiSpin .7s linear infinite;flex:0 0 19px;
}
@keyframes beiSpin{to{transform:rotate(360deg)}}
.bei-search-examples{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:14px}
.bei-search-examples>span{font-size:11px;color:var(--bei-muted);font-weight:750}
.bei-search-example{
    border:1px solid var(--bei-border);
    background:rgba(255,255,255,.76);
    color:#415047;
    border-radius:999px;
    padding:7px 10px;
    font:inherit;
    font-size:10px;
    font-weight:750;
    cursor:pointer;
}
.bei-search-example:hover{border-color:rgba(8,122,69,.28);color:var(--bei-green-dark);background:#fff}
.bei-trust-strip-v4{margin-top:18px}
.bei-search-hero-visual{
    position:relative;
    min-height:475px;
    overflow:hidden;
    border-radius:26px;
    box-shadow:0 22px 50px rgba(18,58,37,.15);
}
.bei-search-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(4,29,18,.42),transparent 52%)}
.bei-search-hero-visual img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;display:block}
.bei-search-hero-price-card{
    position:absolute;
    z-index:2;
    left:20px;right:20px;bottom:20px;
    padding:18px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:17px;
    background:rgba(7,40,27,.82);
    backdrop-filter:blur(12px);
    color:#fff;
}
.bei-search-hero-price-card span,.bei-search-hero-price-card strong,.bei-search-hero-price-card small{display:block}
.bei-search-hero-price-card span{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#9ee4bd;font-weight:850}
.bei-search-hero-price-card strong{font-size:25px;margin:5px 0 2px}
.bei-search-hero-price-card small{font-size:11px;color:rgba(255,255,255,.72)}
.bei-engine-principles{
    margin-top:20px;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    border:1px solid var(--bei-border);
    border-radius:20px;
    overflow:hidden;
    background:#fff;
}
.bei-engine-principles article{display:flex;gap:13px;padding:22px;border-right:1px solid var(--bei-border)}
.bei-engine-principles article:last-child{border-right:0}
.bei-engine-principles article>span{font-size:10px;font-weight:900;color:var(--bei-green);padding-top:2px}
.bei-engine-principles strong{display:block;font-size:13px}
.bei-engine-principles p{margin:5px 0 0;color:var(--bei-muted);font-size:11px;line-height:1.5}
.bei-search-first-cta{
    margin-top:52px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    padding:30px 34px;
    border-radius:22px;
    background:#0a4931;
    color:#fff;
}
.bei-search-first-cta .bei-section-kicker{color:#a5e4c0}
.bei-search-first-cta h2{margin:6px 0 7px;color:#fff;font-size:30px;letter-spacing:-.035em}
.bei-search-first-cta p{max-width:720px;margin:0;color:rgba(255,255,255,.7);font-size:13px;line-height:1.55}
.bei-search-first-cta .bei-btn{flex:0 0 auto;background:#fff!important;color:var(--bei-green-dark)!important;box-shadow:none}

/* Product result page — intentionally no imagery */
.bei-result-page-v5{width:min(1320px,calc(100% - 32px));padding:28px 0 78px}
.bei-result-searchbar{margin-bottom:24px}
.bei-result-searchbar .bei-search-box-engine{box-shadow:0 8px 24px rgba(17,54,36,.07)}
.bei-result-breadcrumbs{display:flex;align-items:center;gap:8px;margin:0 0 18px;color:var(--bei-muted);font-size:11px}
.bei-result-breadcrumbs a{color:var(--bei-green)!important;text-decoration:none!important;font-weight:800}
.bei-result-breadcrumbs i{font-size:8px;color:#a5afa9}
.bei-result-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:26px;padding:8px 0 24px}
.bei-result-meta-line{display:flex;flex-wrap:wrap;gap:8px 15px;color:var(--bei-green);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.055em}
.bei-result-meta-line span{display:inline-flex;align-items:center;gap:6px}
.bei-result-heading h1{margin:8px 0 2px;font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.055em;color:#142419}
.bei-result-heading p{margin:6px 0 0;color:var(--bei-muted);font-size:16px}
.bei-result-heading-actions{display:flex;gap:8px;padding-top:6px;flex:0 0 auto}
.bei-result-heading-actions a{display:inline-flex;align-items:center;gap:7px;padding:10px 12px;border:1px solid var(--bei-border);border-radius:11px;background:#fff;color:var(--bei-text)!important;text-decoration:none!important;font-size:11px;font-weight:800}
.bei-result-heading-actions a:first-child{background:var(--bei-green);color:#fff!important;border-color:var(--bei-green)}
.bei-price-answer-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.72fr) minmax(180px,.43fr);gap:14px}
.bei-price-answer-main,.bei-price-trend-card,.bei-coverage-card{border:1px solid var(--bei-border);border-radius:20px;background:#fff;box-shadow:0 8px 28px rgba(17,54,36,.045)}
.bei-price-answer-main{padding:28px}
.bei-price-answer-label{font-size:11px;text-transform:uppercase;letter-spacing:.065em;font-weight:900;color:var(--bei-green)}
.bei-price-answer-value{margin:7px 0 19px;font-size:clamp(38px,4.2vw,60px);font-weight:950;letter-spacing:-.05em;line-height:1;color:#102219}
.bei-price-answer-value.is-building{max-width:700px;font-size:34px;line-height:1.06}
.bei-price-answer-main>p{max-width:690px;margin:-4px 0 18px;color:var(--bei-muted);font-size:13px;line-height:1.6}
.bei-price-answer-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:16px}
.bei-price-answer-stats span{padding:12px;border-radius:12px;background:#f7faf8;border:1px solid rgba(8,122,69,.07)}
.bei-price-answer-stats small,.bei-price-answer-stats strong{display:block}
.bei-price-answer-stats small{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:var(--bei-muted);font-weight:800}
.bei-price-answer-stats strong{margin-top:3px;font-size:13px}
.bei-price-answer-note{display:flex;align-items:center;gap:7px;color:var(--bei-muted);font-size:10px}
.bei-price-answer-note i{color:var(--bei-green)}
.bei-price-trend-card{padding:22px;display:flex;flex-direction:column;justify-content:space-between}
.bei-price-trend-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.bei-price-trend-head>div>span,.bei-price-trend-head>div>strong{display:block}
.bei-price-trend-head>div>span{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--bei-muted);font-weight:850}
.bei-price-trend-head>div>strong{margin-top:5px;font-size:22px;letter-spacing:-.025em}
.bei-price-trend-card.trend-up .bei-price-trend-head>div>strong{color:#b42318}
.bei-price-trend-card.trend-down .bei-price-trend-head>div>strong{color:#087a45}
.bei-trend-source{max-width:105px;text-align:right;color:var(--bei-muted);font-size:9px;line-height:1.4}
.bei-price-trend-card>p{margin:18px 0 0;color:var(--bei-muted);font-size:11px;line-height:1.55}
.bei-trend-sparkline{width:100%;height:78px;margin:18px 0 4px;overflow:visible}
.bei-trend-sparkline polyline{stroke:var(--bei-green);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.bei-price-trend-card.trend-up .bei-trend-sparkline polyline{stroke:#b42318}
.bei-trend-foot{display:flex;justify-content:space-between;color:var(--bei-muted);font-size:9px}
.bei-coverage-card{padding:22px;display:flex;flex-direction:column;gap:15px}
.bei-coverage-card>span{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--bei-muted);font-weight:850}
.bei-coverage-card>div{padding-top:13px;border-top:1px solid var(--bei-border)}
.bei-coverage-card strong,.bei-coverage-card small{display:block}
.bei-coverage-card strong{font-size:24px;line-height:1}
.bei-coverage-card small{margin-top:4px;color:var(--bei-muted);font-size:10px}
.bei-quote-inline-card{margin-top:16px;display:grid;grid-template-columns:minmax(0,.85fr) minmax(380px,1.15fr);gap:28px;align-items:center;padding:24px 26px;border:1px solid var(--bei-border);border-radius:18px;background:#f4f9f6}
.bei-quote-inline-copy h2{margin:5px 0 6px;font-size:23px;letter-spacing:-.03em}
.bei-quote-inline-copy p{margin:0;color:var(--bei-muted);font-size:11px;line-height:1.5}
.bei-check-form-inline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin:0!important}
.bei-check-form-inline .bei-money-input{min-height:50px;background:#fff}
.bei-check-form-inline .bei-btn{width:auto!important;min-width:110px}
.bei-quote-inline-form-wrap .bei-check-result{margin-top:10px}
.bei-result-lists-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:16px;margin-top:38px}
.bei-result-list-panel{overflow:hidden;border:1px solid var(--bei-border);border-radius:20px;background:#fff;box-shadow:0 8px 28px rgba(17,54,36,.04)}
.bei-result-list-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:22px;border-bottom:1px solid var(--bei-border)}
.bei-result-list-head h2{margin:4px 0 0;font-size:24px;letter-spacing:-.03em}
.bei-result-list-head>strong{font-size:13px;color:var(--bei-green-dark)}
.bei-result-list-head>a{color:var(--bei-green)!important;text-decoration:none!important;font-size:10px;font-weight:850}
.bei-clean-price-list{display:block}
.bei-clean-price-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(100px,.42fr);gap:16px;align-items:center;padding:16px 20px;border-bottom:1px solid var(--bei-border)}
.bei-clean-price-row:last-child{border-bottom:0}
.bei-clean-source{display:flex;align-items:center;gap:10px;min-width:0}
.bei-list-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;background:var(--bei-green-soft);color:var(--bei-green)}
.bei-clean-source strong,.bei-clean-source small{display:block}
.bei-clean-source strong{font-size:12px}
.bei-clean-source small{margin-top:2px;color:var(--bei-muted);font-size:9px}
.bei-clean-price{text-align:right}
.bei-clean-price strong{display:block;font-size:15px}
.bei-lowest-label{display:inline-block;margin-bottom:3px;padding:3px 5px;border-radius:999px;background:var(--bei-green-soft);color:var(--bei-green);font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.bei-clean-action{text-align:right}
.bei-clean-action a{color:var(--bei-green)!important;text-decoration:none!important;font-size:9px;font-weight:850}
.bei-clean-action>span{color:var(--bei-muted);font-size:9px}
.bei-list-disclaimer{display:flex;gap:7px;padding:13px 20px;background:#fafcfb;color:var(--bei-muted);font-size:9px;line-height:1.5;border-top:1px solid var(--bei-border)}
.bei-list-disclaimer i{color:var(--bei-green);margin-top:2px}
.bei-simple-empty{display:flex;align-items:flex-start;gap:12px;padding:24px}
.bei-simple-empty>i{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--bei-green-soft);color:var(--bei-green)}
.bei-simple-empty strong,.bei-simple-empty span{display:block}
.bei-simple-empty strong{font-size:13px}
.bei-simple-empty span{margin-top:3px;color:var(--bei-muted);font-size:10px;line-height:1.5}
.bei-related-searches{margin-top:28px;padding:20px 0;border-top:1px solid var(--bei-border)}
.bei-related-searches>span{display:block;margin-bottom:10px;color:var(--bei-muted);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.bei-related-searches>div{display:flex;flex-wrap:wrap;gap:7px}
.bei-related-searches a{padding:8px 10px;border:1px solid var(--bei-border);border-radius:999px;background:#fff;color:var(--bei-text)!important;text-decoration:none!important;font-size:10px;font-weight:750}

/* Text-only category fallback */
.bei-category-list-page{width:min(1100px,calc(100% - 32px));padding:30px 0 80px}
.bei-category-list-head{padding:22px 0 25px}
.bei-category-list-head h1{margin:5px 0 7px;font-size:46px;letter-spacing:-.045em}
.bei-category-list-head p{margin:0;color:var(--bei-muted);font-size:13px}
.bei-category-text-list{overflow:hidden;border:1px solid var(--bei-border);border-radius:18px;background:#fff}
.bei-category-text-row{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr) auto;gap:18px;align-items:center;padding:17px 20px;border-bottom:1px solid var(--bei-border);color:var(--bei-text)!important;text-decoration:none!important}
.bei-category-text-row:last-child{border-bottom:0}
.bei-category-text-row:hover{background:#f8fbf9}
.bei-category-text-row>div:first-child strong,.bei-category-text-row>div:first-child span,.bei-category-text-row>div:nth-child(2) span,.bei-category-text-row>div:nth-child(2) strong{display:block}
.bei-category-text-row>div:first-child strong{font-size:13px}
.bei-category-text-row>div:first-child span{margin-top:3px;color:var(--bei-muted);font-size:10px}
.bei-category-text-row>div:nth-child(2){text-align:right}
.bei-category-text-row>div:nth-child(2) span{font-size:9px;color:var(--bei-muted)}
.bei-category-text-row>div:nth-child(2) strong{margin-top:2px;font-size:12px}
.bei-category-text-row>i{color:var(--bei-green);font-size:11px}

/* Search-first footer */
.bei-site-footer-v3{margin-top:70px;background:#07291d;color:#fff}
.bei-footer-search-cta{width:min(1320px,calc(100% - 36px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:42px 0 34px;border-bottom:1px solid rgba(255,255,255,.10)}
.bei-footer-search-copy h2{margin:7px 0 7px;color:#fff;font-size:clamp(31px,3.8vw,50px);letter-spacing:-.047em}
.bei-footer-search-copy p{max-width:760px;margin:0;color:rgba(255,255,255,.65);font-size:12px;line-height:1.6}
.bei-footer-search-actions{display:flex;gap:8px;flex:0 0 auto}
.bei-footer-main-v3{width:min(1320px,calc(100% - 36px));margin:0 auto;padding:35px 0;display:grid;grid-template-columns:minmax(300px,1.3fr) repeat(2,minmax(170px,.7fr));gap:50px}
.bei-site-footer-v3 .bei-footer-bottom{width:min(1320px,calc(100% - 36px));margin:0 auto}

@media(max-width:1050px){
    .bei-search-hero-v4{grid-template-columns:1fr;gap:32px;padding:48px}
    .bei-search-hero-visual{min-height:360px}
    .bei-engine-principles{grid-template-columns:1fr 1fr}
    .bei-engine-principles article:nth-child(2){border-right:0}
    .bei-engine-principles article:nth-child(-n+2){border-bottom:1px solid var(--bei-border)}
    .bei-price-answer-grid{grid-template-columns:1fr 1fr}
    .bei-price-answer-main{grid-column:1/-1}
    .bei-result-lists-grid{grid-template-columns:1fr}
}

@media(max-width:780px){
    .bei-search-hero-v4{padding:34px 24px}
    .bei-search-hero-copy h1{font-size:48px}
    .bei-search-hero-copy>p{font-size:15px}
    .bei-search-submit{padding:0 14px;font-size:0;min-width:48px}
    .bei-search-submit:after{content:"Go";font-size:11px}
    .bei-engine-principles{grid-template-columns:1fr}
    .bei-engine-principles article{border-right:0;border-bottom:1px solid var(--bei-border)!important}
    .bei-engine-principles article:last-child{border-bottom:0!important}
    .bei-search-first-cta{display:block;padding:26px 22px}
    .bei-search-first-cta .bei-btn{margin-top:18px;width:100%}
    .bei-result-heading{display:block}
    .bei-result-heading-actions{margin-top:15px}
    .bei-price-answer-grid{grid-template-columns:1fr}
    .bei-price-answer-main{grid-column:auto}
    .bei-quote-inline-card{grid-template-columns:1fr;gap:16px}
    .bei-footer-search-cta{display:block;padding-top:34px}
    .bei-footer-search-actions{margin-top:20px}
    .bei-footer-main-v3{grid-template-columns:1fr 1fr;gap:30px 20px}
    .bei-footer-brand-v2{grid-column:1/-1}
}

@media(max-width:560px){
    .bei-home-v4,.bei-result-page-v5,.bei-category-list-page{width:min(100% - 20px,1320px)}
    .bei-search-hero-v4{padding:27px 18px 20px;border-radius:23px}
    .bei-search-hero-copy h1{font-size:42px}
    .bei-search-hero-visual{min-height:285px;border-radius:19px}
    .bei-search-box-engine{min-height:62px;padding-right:5px}
    .bei-search-box-engine input{height:60px!important;font-size:13px!important}
    .bei-search-box-engine .bei-search-clear{padding:10px 8px}
    .bei-search-submit{min-height:50px;min-width:44px}
    .bei-search-examples{align-items:flex-start}
    .bei-search-example{font-size:9px}
    .bei-result-heading h1{font-size:42px}
    .bei-result-heading-actions{display:grid;grid-template-columns:1fr 1fr}
    .bei-result-heading-actions a{justify-content:center}
    .bei-price-answer-main,.bei-price-trend-card,.bei-coverage-card{border-radius:17px}
    .bei-price-answer-main{padding:21px}
    .bei-price-answer-value{font-size:38px}
    .bei-price-answer-value.is-building{font-size:28px}
    .bei-price-answer-stats{grid-template-columns:1fr}
    .bei-check-form-inline{grid-template-columns:1fr}
    .bei-check-form-inline .bei-btn{width:100%!important}
    .bei-clean-price-row{grid-template-columns:minmax(0,1fr) auto;padding:15px}
    .bei-clean-action{grid-column:1/-1;text-align:left;padding-left:44px}
    .bei-result-list-head{align-items:flex-start;padding:18px}
    .bei-category-text-row{grid-template-columns:1fr auto;gap:10px;padding:15px}
    .bei-category-text-row>div:nth-child(2){grid-column:1/2;text-align:left}
    .bei-category-text-row>i{grid-column:2;grid-row:1/3}
    .bei-footer-search-cta,.bei-footer-main-v3,.bei-site-footer-v3 .bei-footer-bottom{width:min(100% - 20px,1320px)}
    .bei-footer-search-actions{display:grid;grid-template-columns:1fr}
    .bei-footer-main-v3{grid-template-columns:1fr;gap:24px}
    .bei-footer-brand-v2{grid-column:auto}
}
