:root{
  --g950:#062e22;--g900:#083d2c;--g800:#0b5239;--g700:#126c49;--g600:#1a8b5c;--g100:#e7f5ed;--g50:#f3faf6;
  --gold:#c9a247;--ink:#17241f;--muted:#69776f;--line:#dfe9e3;--page:#f4f7f5;--white:#fff;--danger:#b42318;
  --shadow:0 20px 60px rgba(6,46,34,.12);--shadow-sm:0 8px 28px rgba(6,46,34,.08)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:var(--page);line-height:1.6}a{color:inherit}button,input,select,textarea{font:inherit}.page-shell{width:min(1180px,calc(100% - 40px));margin:auto}.topline{background:#05271d;color:#d5e9df;font-size:12px}.topline .page-shell{min-height:35px;display:flex;align-items:center;justify-content:space-between}.standard-line{display:flex;align-items:center;gap:8px}.standard-line i{width:7px;height:7px;border-radius:50%;background:#63d39a;box-shadow:0 0 0 4px rgba(99,211,154,.13)}
.public-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(8,61,44,.09);backdrop-filter:blur(12px)}.public-nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.public-brand{display:flex;align-items:center;gap:13px;text-decoration:none;min-width:0}.public-brand>span:last-child{display:flex;flex-direction:column;min-width:0}.public-brand strong{font-size:15px;color:var(--g950);line-height:1.3}.public-brand small{font-size:11px;color:var(--muted)}.brand-logo{width:56px;height:56px;flex:0 0 auto;display:grid;place-items:center}.brand-logo img{display:block;width:100%;height:100%;object-fit:contain}.admin-logo-img,.login-logo-img{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center}.admin-logo-img img,.login-logo-img img{display:block;width:100%;height:100%;object-fit:contain}.public-tools{display:flex;align-items:center;gap:18px}.lang-pill{display:flex;gap:4px;padding:4px;border:1px solid var(--line);background:var(--g50);border-radius:999px}.lang-pill a{display:grid;place-items:center;width:39px;height:31px;text-decoration:none;font-weight:800;font-size:12px;color:var(--muted);border-radius:999px}.lang-pill a.active{background:var(--g800);color:#fff;box-shadow:0 4px 10px rgba(11,82,57,.2)}
.home-hero,.product-hero{position:relative;overflow:hidden;background:linear-gradient(130deg,#062e22 0%,#0b5b40 62%,#108158 100%);color:#fff}.home-hero{padding:90px 0 108px}.home-hero:before,.product-hero:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;border:1px solid rgba(255,255,255,.11);right:-190px;top:-270px}.home-hero:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;border:1px solid rgba(255,255,255,.08);right:80px;bottom:-240px}.hero-grid,.product-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:62px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:850}.eyebrow:before{content:"";width:32px;height:2px;background:var(--gold)}.eyebrow.light{color:#bfe8d2}.home-hero h1,.product-hero h1{font-size:clamp(40px,5.2vw,68px);line-height:1.06;letter-spacing:-.045em;margin:20px 0 24px}.home-hero p,.product-hero p{font-size:18px;line-height:1.75;color:#d7ebdf;max-width:780px;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;padding:11px 16px;font-size:14px;font-weight:780;text-decoration:none;cursor:pointer;transition:.18s}.btn:hover{transform:translateY(-1px)}.btn.light{background:#fff;color:var(--g900);box-shadow:0 12px 30px rgba(0,0,0,.15)}.btn.outline{border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.06);color:#fff}.btn.primary{background:var(--g700);color:#fff;box-shadow:0 8px 20px rgba(18,108,73,.23)}.btn.primary:hover{background:var(--g800)}.btn.secondary{background:#eef4f0;color:var(--g900)}.btn.small{padding:8px 11px;border-radius:9px;font-size:12px}.certificate-panel,.iso-card{background:rgba(255,255,255,.98);color:var(--ink);border-radius:28px;padding:30px;box-shadow:0 28px 70px rgba(0,0,0,.24)}.co2{width:61px;height:61px;border-radius:18px;background:var(--g100);display:grid;place-items:center;color:var(--g700);font-size:22px;font-weight:900}.certificate-panel h2{font-size:25px;line-height:1.25;margin:18px 0 5px;color:var(--g950)}.certificate-panel>strong{font-size:20px;color:var(--g700)}.certificate-panel>p{font-size:14px;color:var(--muted);line-height:1.6;margin-top:12px}.certificate-panel ul{list-style:none;padding:0;margin:22px 0 0;border-top:1px solid var(--line)}.certificate-panel li{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}.certificate-panel li b{color:var(--g900);text-align:right}
.section{padding:82px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:31px}.section-label{display:block;color:var(--g700);font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.section-head h2{font-size:clamp(29px,3.3vw,43px);line-height:1.14;letter-spacing:-.035em;margin:0;color:var(--g950)}.section-head>p{max-width:540px;color:var(--muted);margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{position:relative;overflow:hidden;min-height:300px;display:flex;flex-direction:column;padding:25px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 9px 30px rgba(6,46,34,.05);text-decoration:none;transition:.22s}.product-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-75px;top:-75px;background:var(--g50)}.product-card:hover{transform:translateY(-6px);border-color:#c3dbcc;box-shadow:var(--shadow)}.product-code{position:relative;z-index:1;width:70px;height:70px;border-radius:18px;background:linear-gradient(145deg,var(--g900),var(--g600));color:#fff;display:grid;place-items:center;text-align:center;font-size:14px;font-weight:900;line-height:1.1;padding:6px;box-shadow:0 10px 24px rgba(11,82,57,.24)}.product-card h3{font-size:20px;line-height:1.3;margin:23px 0 8px;color:var(--g950)}.product-card p{font-size:13px;color:var(--muted);margin:0}.product-foot{margin-top:auto;padding-top:25px;display:flex;align-items:center;justify-content:space-between;color:var(--g700);font-size:12px;font-weight:780}.product-foot b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--g50);font-size:18px}.info-section{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px}.feature-grid>div>span{font-size:13px;font-weight:900;letter-spacing:.12em;color:var(--gold)}.feature-grid h3{margin:10px 0 8px;color:var(--g950);font-size:19px}.feature-grid p{margin:0;color:var(--muted);font-size:14px}
.product-hero{padding:66px 0 82px}.breadcrumb{display:flex;align-items:center;gap:8px;color:#badcca;font-size:12px;margin-bottom:27px}.breadcrumb a{text-decoration:none}.breadcrumb span{opacity:.68}.product-hero-grid{gap:46px}.product-hero h1{font-size:clamp(38px,5vw,62px)}.iso-card{padding:26px;border-radius:24px}.iso-card small{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:850;color:var(--muted)}.iso-card>strong{display:block;font-size:27px;color:var(--g800);margin:7px 0 10px}.iso-card>p{font-size:13px;color:var(--muted);margin:0}.iso-status{display:flex;align-items:center;gap:8px;border-top:1px solid var(--line);padding-top:14px;margin-top:15px;font-size:12px;color:var(--g900);font-weight:700}.iso-status i{width:9px;height:9px;border-radius:50%;background:#31b674;box-shadow:0 0 0 4px rgba(49,182,116,.12)}.product-summary{margin-top:-35px;position:relative;z-index:2}.summary-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:32px;box-shadow:var(--shadow)}.fact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:17px;overflow:hidden}.fact-grid>div{background:#fff;padding:20px}.fact-grid small{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800;margin-bottom:5px}.fact-grid b{font-size:14px;color:var(--g950)}.summary-copy{display:grid;grid-template-columns:1.4fr .6fr;gap:30px;margin-top:30px}.summary-copy h2{font-size:25px;color:var(--g950);margin:0 0 10px}.summary-copy p{margin:0;color:var(--muted)}.manufacturer-note{background:var(--g50);border:1px solid #d1e8da;border-radius:17px;padding:20px;color:#3d594c;font-size:13px}.documents-section{padding:58px 0 80px}.doc-group{margin-top:35px}.doc-group-title{display:flex;align-items:center;gap:12px;margin-bottom:14px}.doc-group-title span{width:39px;height:39px;border-radius:12px;background:var(--g100);display:grid;place-items:center;color:var(--g700);font-size:12px;font-weight:900}.doc-group-title h3{font-size:19px;color:var(--g950);margin:0}.doc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.doc-card{display:flex;gap:16px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:21px;box-shadow:0 7px 22px rgba(6,46,34,.045)}.file-icon{width:48px;height:48px;flex:0 0 auto;border-radius:14px;background:#edf6f1;color:var(--g700);display:grid;place-items:center;font-size:12px;font-weight:900}.doc-content{min-width:0;flex:1}.doc-content h4{font-size:16px;line-height:1.35;color:var(--g950);margin:0 0 8px}.doc-meta{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:13px;line-height:1.45;color:#4f6359}.doc-issuer{flex-basis:100%}.doc-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.empty-box{text-align:center;background:#fff;border:1px dashed #b9cec0;border-radius:20px;padding:46px 24px;color:var(--muted)}.empty-code{width:60px;height:60px;margin:0 auto 14px;border-radius:18px;background:var(--g50);display:grid;place-items:center;color:var(--g700);font-weight:900}.empty-box h1,.empty-box h3{color:var(--g950)}
.public-footer{background:#05271d;color:#cfe3d8;padding:50px 0 22px}.footer-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:60px}.footer-title{font-size:18px;font-weight:850;color:#fff;margin-bottom:9px}.public-footer p{margin:0;max-width:680px;color:#9fb8ab}.footer-contact{display:grid;gap:7px;font-size:13px}.copyright{border-top:1px solid rgba(255,255,255,.11);margin-top:30px;padding-top:18px;color:#829d90;font-size:11px}
/* Admin */
body.bg-brand{background:linear-gradient(135deg,#05271d,#0b5b40);min-height:100vh}.brand-card{border:0!important;border-radius:22px!important;box-shadow:0 24px 70px rgba(0,0,0,.24)!important}.sidebar{min-height:100vh!important;background:linear-gradient(180deg,#062e22,#05271d)!important;padding:24px 18px!important}.sidebar a{border-radius:11px!important;padding:.72rem .85rem!important;color:#c0d4ca!important}.sidebar a:hover,.sidebar a.active{background:rgba(255,255,255,.1)!important;color:#fff!important}.admin-shell{min-height:100vh;background:#edf2ef}.metric{border:1px solid var(--line)!important;border-radius:17px!important;box-shadow:var(--shadow-sm)!important}.card{border:1px solid var(--line);border-radius:17px;box-shadow:0 7px 22px rgba(6,46,34,.05)}.navbar{min-height:76px}.form-control,.form-select{border-radius:11px!important;border-color:#cbd9d1!important}.form-control:focus,.form-select:focus{border-color:var(--g600)!important;box-shadow:0 0 0 .2rem rgba(26,139,92,.12)!important}.table thead th{background:#f6f9f7;color:#5f6e66;font-size:11px;text-transform:uppercase;letter-spacing:.04em}.btn-success{background:var(--g700)!important;border-color:var(--g700)!important}.text-success{color:var(--g700)!important}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-grid{gap:34px}.fact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.page-shell{width:min(100% - 28px,1180px)}.public-nav{height:72px}.public-brand small{display:none}.hero-grid,.product-hero-grid,.summary-copy,.footer-layout{grid-template-columns:1fr}.home-hero{padding:66px 0 84px}.certificate-panel{max-width:540px}.feature-grid{grid-template-columns:1fr}.doc-grid{grid-template-columns:1fr}}
@media(max-width:650px){.page-shell{width:calc(100% - 24px)}.topline .page-shell>span:first-child{display:none}.standard-line{margin-left:auto}.public-brand strong{font-size:12px;max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-logo{width:46px;height:46px}.home-hero h1{font-size:38px}.home-hero p,.product-hero p{font-size:15px}.section{padding:58px 0}.section-head{align-items:flex-start;flex-direction:column}.product-grid{grid-template-columns:1fr}.product-card{min-height:250px}.product-hero{padding:46px 0 65px}.summary-card{padding:20px}.fact-grid{grid-template-columns:1fr}.documents-section{padding-top:40px}.doc-card{padding:16px}.footer-layout{gap:26px}}

/* Balanced typography */
body{font-size:16px;line-height:1.65}
.topline{font-size:13px}
.public-brand strong{font-size:16px;letter-spacing:0}.public-brand small{font-size:12px}
.home-hero h1,.product-hero h1{font-size:56px;line-height:1.08;letter-spacing:0}.home-hero p,.product-hero p{font-size:18px;line-height:1.7}
.eyebrow{font-size:15px;letter-spacing:.08em}
.section-head h2{font-size:38px;line-height:1.18;letter-spacing:0}.section-head>p{font-size:16px;line-height:1.65}
.product-card h3{font-size:21px;line-height:1.32}.product-card p{font-size:14px;line-height:1.55}.product-foot{font-size:13px}
.certificate-panel h2{font-size:26px;letter-spacing:0}.certificate-panel>p{font-size:15px}.certificate-panel li{font-size:14px}
.fact-grid small{font-size:12px;letter-spacing:.05em}.fact-grid b{font-size:15px;line-height:1.45}
.summary-copy h2{font-size:26px;letter-spacing:0}.summary-copy p,.manufacturer-note{font-size:15px;line-height:1.65}
.doc-group-title h3{font-size:21px}.doc-content h4{font-size:18px;line-height:1.35;letter-spacing:0}.doc-meta{font-size:13px;line-height:1.5}.doc-actions .btn{font-size:13px}
.footer-title{font-size:19px}.public-footer p,.footer-contact{font-size:14px;line-height:1.65}.copyright{font-size:12px}
.admin-page-title h1{font-size:24px;letter-spacing:0}.admin-page-title p{font-size:13px}.admin-menu a{font-size:14px}.table{font-size:14px}.table thead th{font-size:12px;letter-spacing:.03em}.form-label{font-size:14px}.form-control,.form-select{font-size:15px}.card-body .h5,.card-body h2.h5{font-size:20px}
@media(min-width:901px){body{font-size:17px}.topline{font-size:14px}.public-brand strong{font-size:17px}.public-brand small{font-size:13px}.eyebrow{font-size:17px}.home-hero h1,.product-hero h1{font-size:60px}.home-hero p,.product-hero p{font-size:20px}.section-head h2{font-size:42px}.section-head>p{font-size:18px}.product-card h3{font-size:22px}.product-card p{font-size:16px}.product-foot{font-size:14px}.certificate-panel h2{font-size:28px}.certificate-panel>p{font-size:16px}.certificate-panel li{font-size:15px}.fact-grid small{font-size:13px}.fact-grid b{font-size:17px}.summary-copy h2{font-size:29px}.summary-copy p,.manufacturer-note{font-size:17px}.doc-group-title h3{font-size:23px}.doc-content h4{font-size:20px}.doc-meta{font-size:15px}.doc-actions .btn{font-size:14px}.public-footer p,.footer-contact{font-size:15px}.admin-page-title h1{font-size:26px}.admin-page-title p{font-size:14px}.admin-menu a{font-size:15px}.table{font-size:15px}.form-label{font-size:15px}.form-control,.form-select{font-size:16px}.card-body .h5,.card-body h2.h5{font-size:22px}}
@media(max-width:900px){body{font-size:15px}.home-hero h1,.product-hero h1{font-size:42px}.home-hero p,.product-hero p{font-size:16px}.section-head h2{font-size:32px}.doc-content h4{font-size:17px}.doc-meta{font-size:13px}}
@media(max-width:650px){.public-brand strong{font-size:13px}.public-brand small{font-size:11px}.eyebrow{font-size:13px}.home-hero h1,.product-hero h1{font-size:34px}.home-hero p,.product-hero p{font-size:16px}.section-head h2{font-size:29px}.doc-card{gap:13px}.doc-content h4{font-size:16px}.doc-meta{font-size:13px}.btn{font-size:13px}.table{font-size:13px}.form-control,.form-select{font-size:14px}}

/* Product imagery */
.product-visual-card{display:grid;gap:14px;color:var(--ink)}
.product-image-frame{position:relative;width:max-content;max-width:100%;margin-left:auto;border-radius:20px;background:#fff;border:1px solid rgba(255,255,255,.78);padding:12px;box-shadow:0 24px 60px rgba(0,0,0,.18);overflow:hidden}
.product-image-frame:before{display:none}
.product-sample-img{position:relative;display:block;width:auto;max-width:100%;height:auto;max-height:300px;object-fit:contain;opacity:1;filter:none;transform:none;z-index:1;border-radius:15px}
.visual-iso{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:17px 18px;min-height:112px;border-radius:18px;background:rgba(255,255,255,.94);border:1px solid #d9e8df;box-shadow:0 14px 34px rgba(0,0,0,.1)}
.vrg-green-label{display:block;width:72px;height:88px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(6,46,34,.18))}
.visual-iso small{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:850;color:var(--muted)}.visual-iso strong{display:block;font-size:22px;color:var(--g800);margin:3px 0 7px}.visual-iso span{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:750;color:var(--g900)}.visual-iso i{width:9px;height:9px;border-radius:50%;background:#31b674;box-shadow:0 0 0 4px rgba(49,182,116,.12)}
@media(max-width:900px){.product-visual-card{max-width:560px}.product-image-frame{margin-left:0}.product-sample-img{max-height:280px}}
@media(max-width:650px){.product-image-frame{width:100%;padding:10px;border-radius:18px}.product-sample-img{width:100%;max-height:245px;border-radius:13px}.visual-iso{min-height:auto;grid-template-columns:1fr auto;gap:12px}.vrg-green-label{width:54px;height:68px}.visual-iso strong{font-size:19px}.visual-iso span{font-size:12px}}

/* Footer QR */
.footer-info-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:22px;max-width:760px}
.footer-qr{display:flex;align-items:center}
.footer-qr img{width:96px;height:96px;object-fit:contain;padding:8px;border-radius:12px;background:#fff;box-shadow:0 12px 28px rgba(0,0,0,.18)}
.footer-qr span{max-width:220px;color:#b9d2c5;font-size:13px;line-height:1.45;font-weight:700}
@media(min-width:901px){.footer-qr img{width:106px;height:106px}.footer-qr span{font-size:14px}}
@media(max-width:650px){.footer-info-row{grid-template-columns:1fr;gap:14px}.footer-qr{align-items:flex-start}.footer-qr img{width:84px;height:84px}.footer-qr span{font-size:12px}}
