
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:'DM Sans',system-ui,-apple-system,sans-serif;background:#fff;color:#002816;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit}
:root{
  --color-border-tertiary:rgba(0,0,0,.06);
  --border-radius-lg:16px;
  --font-sans:'DM Sans',system-ui,-apple-system,sans-serif;
}
.page-main{max-width:100%;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:0}
@media (max-width:768px){.page-main{padding:0;gap:0}
}
/* Hide the approve/tweak buttons that were left in widgets from iteration */
.page-main > div > div:last-child > button{display:none}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.eg-wrap{font-family:'DM Sans',system-ui,sans-serif;border-radius:0;overflow:hidden;border:none;border-bottom:1px solid rgba(0,0,0,.06);background:#fff}

/* nav — egg active */
.eg-nav{display:flex;align-items:center;justify-content:space-between;padding:14px 32px;border-bottom:1px solid #eee;background:rgba(255,255,255,.96);backdrop-filter:blur(20px)}
.eg-nav-left{display:flex;align-items:center;gap:32px}
.eg-nav-verticals{display:flex;align-items:center;gap:20px}
.eg-nav-v{font-size:13px;color:#666;font-weight:500;cursor:pointer;padding:6px 12px;border-radius:100px;transition:all .2s}
.eg-nav-v.active{background:#e6f5ee;color:#008352}
.eg-nav-right{display:flex;align-items:center;gap:20px}
.eg-nav-right a{font-size:13px;color:#888;cursor:pointer}
.eg-nav-cta{background:#008352;color:#fff;padding:7px 18px;border-radius:100px;font-size:13px;font-weight:500}

/* breadcrumb */
.eg-crumb{padding:18px 32px 0;background:#fff;max-width:100%;margin:0 auto}
.eg-crumb-inner{display:flex;align-items:center;gap:8px;font-size:12px;color:#999}
.eg-crumb-inner a{color:#999;cursor:pointer}
.eg-crumb-sep{color:#ccc}
.eg-crumb-current{color:#002816;font-weight:500}

/* hero */
.eg-hero{padding:130px 32px 80px;background:#fff;position:relative}
.eg-hero-bg{position:absolute;top:0;right:0;width:55%;height:100%;background:linear-gradient(180deg,#f7faf8 0%,#ecf5f0 100%);pointer-events:none;z-index:0}
.eg-hero-inner{max-width:100%;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center;position:relative;z-index:1}

.eg-hero-left{display:flex;flex-direction:column}
.eg-vertical-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#008352;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px;background:#e6f5ee;padding:6px 14px;border-radius:100px;align-self:flex-start}
.eg-vertical-tag::before{content:'';width:6px;height:6px;border-radius:50%;background:#008352}
.eg-h1{font-size:50px;font-weight:700;color:#002816;line-height:1.02;letter-spacing:-.035em;margin-bottom:20px}
.eg-h1 em{color:#008352;font-style:normal}
.eg-sub{font-size:17px;color:#666;line-height:1.6;margin-bottom:28px;max-width:500px}
.eg-ctas{display:flex;gap:14px;align-items:center;margin-bottom:32px}
.eg-btn-primary{background:#008352;color:#fff;padding:14px 32px;border-radius:100px;font-size:14px;font-weight:600;cursor:pointer}
.eg-btn-text{font-size:14px;color:#008352;font-weight:600;display:flex;align-items:center;gap:4px;cursor:pointer}
.eg-trust{display:flex;gap:20px;flex-wrap:wrap}
.eg-trust-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#666}
.eg-trust-item svg{color:#008352;flex-shrink:0}

/* visual — carton + QR */
.eg-visual{position:relative;aspect-ratio:1/1;width:100%;max-width:440px;margin:0 auto;justify-self:center}
.eg-visual-bg{position:absolute;inset:0;background:linear-gradient(135deg,#d9e8e0 0%,#b8d4c4 50%,#9ec3ad 100%);border-radius:24px;overflow:hidden}
.eg-visual-bg::before{content:'';position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);top:-60px;left:-60px}

/* carton illustration */
.eg-carton{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-8deg);width:280px;height:200px;background:linear-gradient(135deg,#fdf6e8 0%,#f0e3c1 100%);border-radius:12px;box-shadow:0 30px 60px rgba(0,0,0,.15),inset 0 -20px 40px rgba(0,0,0,.08);padding:18px;display:flex;flex-direction:column;justify-content:space-between}
.eg-carton-brand{font-size:10px;font-weight:700;color:#8b6f3a;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px}
.eg-carton-product{font-size:16px;font-weight:700;color:#3d2e15;line-height:1.15}
.eg-carton-meta{font-size:9px;color:#8b6f3a;margin-top:2px}
.eg-carton-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}
.eg-carton-info{display:flex;flex-direction:column;gap:4px;font-size:9px}
.eg-carton-badge{background:rgba(139,111,58,.15);color:#5d4a1e;padding:3px 8px;border-radius:4px;font-weight:600;letter-spacing:.04em;align-self:flex-start;text-transform:uppercase;font-size:8px}
.eg-carton-batch{color:#8b6f3a;font-family:'SF Mono',Monaco,monospace;font-size:9px}

/* QR on carton */
.eg-qr{width:60px;height:60px;background:#fff;border-radius:6px;padding:4px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.1)}
.eg-qr-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:1px;width:100%;height:100%}
.eg-qr-cell{background:#1a1a1a;border-radius:1px}
.eg-qr-cell.off{background:transparent}

/* floating scan callout */
.eg-scan-float{position:absolute;top:28px;right:28px;background:#fff;border-radius:14px;padding:14px 16px;box-shadow:0 10px 30px rgba(0,0,0,.1);display:flex;align-items:center;gap:10px;min-width:180px}
.eg-scan-icon{width:28px;height:28px;border-radius:8px;background:#e6f5ee;display:flex;align-items:center;justify-content:center;color:#008352;flex-shrink:0}
.eg-scan-label{font-size:9px;color:#999;letter-spacing:.06em;text-transform:uppercase;font-weight:600;margin-bottom:1px}
.eg-scan-value{font-size:12px;color:#002816;font-weight:700}

/* floating verified badge */
.eg-verified-float{position:absolute;bottom:32px;left:28px;background:#002816;color:#fff;border-radius:100px;padding:8px 14px;display:flex;align-items:center;gap:6px;box-shadow:0 10px 30px rgba(0,40,22,.25);font-size:11px;font-weight:600}
.eg-verified-float svg{color:#5dcaa5}

.eg-placeholder-note{position:absolute;bottom:10px;right:10px;background:rgba(0,0,0,.3);color:rgba(255,255,255,.7);padding:4px 10px;border-radius:100px;font-size:9px;letter-spacing:.04em;backdrop-filter:blur(4px)}

@media (max-width: 991px){
  .eg-crumb{padding:16px 24px 0}
  .eg-hero{padding:100px 24px 56px}
  .eg-hero-bg{display:none}
  .eg-hero-inner{grid-template-columns:1fr;gap:28px}
  .eg-h1{font-size:40px}
  .eg-sub{max-width:none}
  .eg-ctas{flex-wrap:wrap}
  .eg-visual{margin:14px auto 0;max-width:420px}
  .eg-carton{width:260px;height:190px}
  .eg-scan-float{top:14px;right:14px;min-width:164px;padding:12px 14px}
  .eg-verified-float{bottom:16px;left:14px}
}
@media (max-width: 575px){
  .eg-crumb{padding:14px 16px 0}
  /* .eg-hero{padding:56px 16px 44px} */
  .eg-h1{font-size:34px}
  .eg-sub{font-size:15px}
  .eg-btn-primary{padding:12px 22px;font-size:13px}
  .eg-btn-text{font-size:13px}
  .eg-trust{gap:12px}
  .eg-trust-item{font-size:11px}
  .eg-visual{max-width:320px}
  .eg-carton{width:220px;height:168px;padding:16px}
  .eg-qr{width:52px;height:52px}
  .eg-scan-float{top:12px;right:12px;min-width:0}
  .eg-verified-float{font-size:10px;padding:7px 12px}
}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ef-section{font-family:'DM Sans',system-ui,sans-serif;background:#002816;padding:80px 40px;border-radius:0;border:none;border-bottom:1px solid rgba(0,0,0,.06)}
.ef-inner{max-width:100%;margin:0 auto}
.ef-header{margin-bottom:48px;max-width:620px}
.ef-tag{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #5dcaa5;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: rgba(93, 202, 165, .12);
    backdrop-filter: blur(8px);
    padding: 6px 16px;
    border-radius: 100px;
    border: 1px solid rgba(93, 202, 165, .2);
}
.ef-h2{font-size:42px;font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.03em;margin-bottom:16px}
.ef-h2 em{color:#5dcaa5;font-style:normal}
.ef-sub{font-size:16px;color:#666;line-height:1.7}

.ef-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ef-card{background:#fff;border:1px solid #eee;border-radius:20px;padding:32px;transition:all .3s;position:relative;overflow:hidden}
.ef-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,40,22,.06)}

.ef-card-num{font-size:11px;color:#008352;font-weight:700;letter-spacing:.1em;margin-bottom:12px;display:flex;align-items:center;gap:8px}
.ef-card-num::after{content:'';flex:1;height:1px;background:#e6f5ee}
.ef-card-title{font-size:22px;font-weight:700;color:#002816;margin-bottom:10px;letter-spacing:-.02em}
.ef-card-desc{font-size:14px;color:#666;line-height:1.65;margin-bottom:20px}

.ef-card-visual{height:140px;border-radius:12px;background:linear-gradient(135deg,#e6f5ee 0%,#c5e6d6 100%);display:flex;align-items:center;justify-content:center;margin-bottom:18px;position:relative;overflow:hidden}
.ef-card-visual.v2{background:linear-gradient(135deg,#edf5ee 0%,#c5d8c8 100%)}
.ef-card-visual.v3{background:linear-gradient(135deg,#e8f2ea 0%,#bfd8c5 100%)}
.ef-card-visual.v4{background:linear-gradient(135deg,#e4f0e8 0%,#b8d1c0 100%)}

.ef-visual-icon{width:44px;height:44px;background:rgba(0,131,82,.15);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#008352;margin-bottom:8px}
.ef-visual-content{display:flex;flex-direction:column;align-items:center;gap:4px}
.ef-visual-label{font-size:10px;color:#008352;font-weight:600;letter-spacing:.04em}

.ef-card-bullets{display:flex;flex-direction:column;gap:8px}
.ef-bullet{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#444;line-height:1.5}
.ef-bullet svg{color:#008352;flex-shrink:0;margin-top:2px}

@media (max-width: 991px){
  .ef-section{padding:64px 24px}
  .ef-h2{font-size:36px}
  .ef-grid{grid-template-columns:1fr}
}
@media (max-width: 575px){
  .ef-section{padding:48px 16px}
  .ef-header{margin-bottom:34px}
  .ef-h2{font-size:30px}
  .ef-sub{font-size:15px}
  .ef-card{padding:20px;border-radius:16px}
  .ef-card-title{font-size:20px}
  .ef-card-desc{font-size:13px}
  .ef-bullet{font-size:12px}
}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ds-section{font-family:'DM Sans',system-ui,sans-serif;background:#fff;padding:80px 40px;border-radius:0;border:none;border-bottom:1px solid rgba(0,0,0,.06)}
.ds-inner{max-width:100%;margin:0 auto}
.ds-header{margin-bottom:40px;max-width:640px}
.ds-tag{display:inline-block;font-size:12px;color:#008352;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}
.ds-h2{font-size:42px;font-weight:700;color:#002816;line-height:1.1;letter-spacing:-.03em;margin-bottom:16px}
.ds-h2 em{color:#008352;font-style:normal}
.ds-sub{font-size:16px;color:#666;line-height:1.7}

.ds-dashboard{border-radius:20px;overflow:hidden;box-shadow:0 30px 80px rgba(0,40,22,.12);border:1px solid #e8e8e8;background:#fff;position:relative;font-family:'DM Sans',sans-serif}

.ds-chrome{background:#f5f5f5;padding:10px 14px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #e0e0e0}
.ds-dot{width:10px;height:10px;border-radius:50%}
.ds-dot.r{background:#ff5f57}
.ds-dot.y{background:#febc2e}
.ds-dot.g{background:#28c840}
.ds-url{flex:1;background:#fff;border-radius:6px;padding:4px 10px;font-size:11px;color:#888;margin-left:16px;display:flex;align-items:center;gap:5px;max-width:320px}
.ds-url svg{flex-shrink:0;color:#008352}

.ds-app{display:grid;grid-template-columns:180px 1fr;min-height:500px}

.ds-sidebar{background:#fafafa;border-right:1px solid #eee;padding:16px 12px;display:flex;flex-direction:column;gap:2px}
.ds-brand{padding:6px 8px 16px;display:flex;align-items:center}
.ds-brand svg{height:22px;width:auto}
.ds-nav-label{font-size:9px;color:#999;letter-spacing:.08em;text-transform:uppercase;font-weight:600;padding:8px 8px 4px}
.ds-nav-item{display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:6px;font-size:12px;color:#666;cursor:pointer}
.ds-nav-item.active{background:#e6f5ee;color:#008352;font-weight:600}
.ds-nav-item svg{flex-shrink:0}
.ds-nav-badge{margin-left:auto;font-size:9px;font-weight:700;background:#008352;color:#fff;padding:1px 5px;border-radius:4px}

.ds-main{padding:20px 24px;background:#fff;overflow:hidden}
.ds-main-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.ds-title-block{display:flex;flex-direction:column;gap:2px}
.ds-title-crumb{font-size:10px;color:#999;letter-spacing:.04em;margin-bottom:2px}
.ds-title{font-size:20px;font-weight:700;color:#002816;letter-spacing:-.02em}
.ds-main-actions{display:flex;gap:8px}
.ds-action-btn{font-size:11px;padding:6px 12px;border-radius:100px;background:#f3f3f3;color:#555;font-weight:500;cursor:pointer;white-space:nowrap}
.ds-action-btn.primary{background:#008352;color:#fff}

.ds-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px}
.ds-stat-card{background:#fafafa;border:1px solid #eee;border-radius:10px;padding:12px 14px}
.ds-stat-label{font-size:10px;color:#999;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px;white-space:nowrap}
.ds-stat-row{display:flex;align-items:baseline;gap:6px}
.ds-stat-num{font-size:20px;font-weight:700;color:#002816;letter-spacing:-.02em;white-space:nowrap}
.ds-stat-delta{font-size:10px;color:#008352;font-weight:600;white-space:nowrap}

/* content grid: widened left panel so batches row breathes */
.ds-content-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:14px}

.ds-panel{background:#fafafa;border:1px solid #eee;border-radius:12px;padding:16px;overflow:hidden}
.ds-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.ds-panel-title{font-size:13px;font-weight:700;color:#002816}
.ds-panel-link{font-size:10px;color:#008352;font-weight:600;white-space:nowrap}

/* batch row redone with flex + explicit sizes so numbers never wrap */
.ds-batch-row{display:flex;align-items:center;gap:10px;padding:9px 4px;border-bottom:1px solid #eee}
.ds-batch-row:last-child{border-bottom:none}

.ds-batch-id{display:flex;align-items:center;gap:8px;flex:1;min-width:0}
.ds-batch-dot{width:7px;height:7px;border-radius:50%;background:#008352;flex-shrink:0}
.ds-batch-dot.yellow{background:#f4c430}
.ds-batch-dot.gray{background:#bbb}
.ds-batch-name{display:flex;flex-direction:column;gap:1px;min-width:0;overflow:hidden}
.ds-batch-code{font-size:10.5px;color:#002816;font-weight:700;font-family:'SF Mono',Monaco,monospace;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ds-batch-sub{font-size:10px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.ds-batch-qty{font-size:11.5px;color:#002816;font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums;min-width:52px;text-align:right}
.ds-batch-status{font-size:9px;font-weight:700;padding:3px 8px;border-radius:100px;letter-spacing:.04em;white-space:nowrap;flex-shrink:0}
.ds-batch-status.live{background:#e6f5ee;color:#008352}
.ds-batch-status.transit{background:#fff4e1;color:#b87f0a}
.ds-batch-status.done{background:#f0f0f0;color:#777}
.ds-batch-time{font-size:10px;color:#999;font-family:'SF Mono',monospace;white-space:nowrap;min-width:44px;text-align:right}

.ds-map{height:140px;background:linear-gradient(135deg,#d9ebe0 0%,#bfdfcb 100%);border-radius:8px;position:relative;overflow:hidden;margin-bottom:12px}
.ds-map::before{content:'';position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(255,255,255,.3) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.3) 1px,transparent 1px);background-size:18px 18px;opacity:.5}
.ds-map-pin{position:absolute;width:14px;height:14px;border-radius:50%;background:#008352;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.2)}
.ds-map-pin.p1{top:40%;left:30%}
.ds-map-pin.p2{top:60%;left:60%}
.ds-map-pin.p3{top:25%;left:70%}
.ds-map-pin.active::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;border-radius:50%;background:rgba(0,131,82,.25);animation:ds-ping 2s infinite}
@keyframes ds-ping{0%{transform:translate(-50%,-50%) scale(.6);opacity:.8}100%{transform:translate(-50%,-50%) scale(2);opacity:0}}

.ds-facility-list{display:flex;flex-direction:column;gap:6px}
.ds-facility{display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid #eee}
.ds-facility:last-child{border-bottom:none}
.ds-facility-dot{width:7px;height:7px;border-radius:50%;background:#008352;flex-shrink:0}
.ds-facility-name{font-size:11px;color:#002816;font-weight:600;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ds-facility-temp{font-size:10px;color:#008352;font-weight:600;font-family:'SF Mono',monospace;white-space:nowrap}
.ds-facility-temp.warn{color:#b87f0a}

.ds-placeholder-note{position:absolute;bottom:10px;right:10px;background:rgba(0,0,0,.5);color:rgba(255,255,255,.7);padding:4px 10px;border-radius:100px;font-size:9px;letter-spacing:.04em;backdrop-filter:blur(4px);z-index:3}

@media (max-width: 991px){
  .ds-section{padding:64px 24px}
  .ds-h2{font-size:36px}
  .ds-app{grid-template-columns:1fr;min-height:auto}
  .ds-sidebar{display:none}
  .ds-main{padding:18px}
  .ds-stats-row{grid-template-columns:repeat(2,1fr)}
  .ds-content-grid{grid-template-columns:1fr}
  .ds-url{display:none}
}
@media (max-width: 575px){
  .ds-section{padding:48px 16px}
  .ds-header{margin-bottom:28px}
  .ds-h2{font-size:30px}
  .ds-sub{font-size:15px}
  .ds-main-header{flex-direction:column;align-items:flex-start;gap:10px}
  .ds-main-actions{flex-wrap:wrap}
  .ds-action-btn{font-size:10px;padding:6px 10px}
  .ds-stats-row{grid-template-columns:1fr;gap:8px}
  .ds-stat-num{font-size:18px}
}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ec-section{font-family:'DM Sans',system-ui,sans-serif;background:#fafafa;padding:80px 40px;border-radius:0;border:none;border-bottom:1px solid rgba(0,0,0,.06)}
.ec-inner{max-width:100%;margin:0 auto}

/* header now splits into text + image */
.ec-header{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:48px}
.ec-header-text{display:flex;flex-direction:column;gap:14px;max-width:460px}
.ec-tag{display:inline-block;font-size:12px;color:#008352;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.ec-h2{font-size:42px;font-weight:700;color:#002816;line-height:1.1;letter-spacing:-.03em}
.ec-h2 em{color:#008352;font-style:normal}
.ec-sub{font-size:16px;color:#666;line-height:1.7}

/* contextual image placeholder */
.ec-header-img{aspect-ratio:5/4;border-radius:20px;background:linear-gradient(135deg,#e0eee7 0%,#c5ddd0 50%,#a8ccba 100%);position:relative;overflow:hidden;box-shadow:0 20px 50px rgba(0,40,22,.08)}
.ec-header-img::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 40%,rgba(255,255,255,.25) 0%,transparent 60%)}

/* illustrative elements suggesting "compliance documents" */
.ec-img-docs{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:40px}
.ec-doc-stack{position:relative;width:180px;height:200px}
.ec-doc{position:absolute;background:#fff;border-radius:6px;box-shadow:0 6px 20px rgba(0,0,0,.08);padding:14px}
.ec-doc.d1{top:24px;left:-20px;width:130px;height:160px;transform:rotate(-6deg)}
.ec-doc.d2{top:10px;left:20px;width:130px;height:170px;transform:rotate(3deg);z-index:1}
.ec-doc.d3{top:0;left:60px;width:130px;height:180px;transform:rotate(-1deg);z-index:2}
.ec-doc-line{height:6px;background:#e0e6e2;border-radius:3px;margin-bottom:6px}
.ec-doc-line.short{width:60%}
.ec-doc-line.mid{width:80%}
.ec-doc-line.stamp{background:#008352;opacity:.25;width:40px;height:40px;border-radius:50%;margin-top:16px;margin-left:auto}
.ec-doc-check{width:16px;height:16px;background:#008352;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700;position:absolute;top:14px;right:14px}

.ec-img-label{position:absolute;bottom:12px;right:14px;background:rgba(0,0,0,.4);color:rgba(255,255,255,.7);padding:5px 12px;border-radius:100px;font-size:10px;letter-spacing:.04em;backdrop-filter:blur(6px);font-weight:500}

/* group sections (unchanged) */
.ec-group{background:#fff;border:1px solid #eee;border-radius:18px;padding:28px;margin-bottom:16px}
.ec-group-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}
.ec-group-meta{display:flex;flex-direction:column;gap:2px}
.ec-group-eyebrow{font-size:10px;color:#008352;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.ec-group-title{font-size:20px;font-weight:700;color:#002816;letter-spacing:-.02em}
.ec-group-count{font-size:11px;color:#999;background:#f3f3f3;padding:4px 10px;border-radius:100px;white-space:nowrap}

.ec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}

.ec-std-card{background:#fafafa;border:1px solid #eee;border-radius:12px;padding:18px;transition:all .2s}
.ec-std-card:hover{border-color:#c5e6d6;background:#fcfefd}
.ec-std-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;gap:6px}
.ec-std-code{font-size:13px;font-weight:700;color:#002816;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ec-std-region{font-size:9px;color:#008352;background:#e6f5ee;padding:2px 7px;border-radius:100px;font-weight:700;letter-spacing:.06em;white-space:nowrap;flex-shrink:0}
.ec-std-region.eu{color:#4a6fa5;background:#e8edf5}
.ec-std-region.us{color:#a5524a;background:#f5e8e6}
.ec-std-region.uk{color:#6b4fa0;background:#ede8f5}
.ec-std-region.in{color:#b87f0a;background:#fdf4e1}
.ec-std-full{font-size:12px;color:#666;line-height:1.5}

.ec-footer{background:#002816;border-radius:16px;padding:28px 32px;margin-top:20px;display:flex;justify-content:space-around;align-items:center;gap:24px;flex-wrap:wrap}
.ec-footer-text{display:flex;flex-direction:column;gap:6px;text-align: center;}
.ec-footer-title{font-size:17px;font-weight:700;color:#fff;letter-spacing:-.01em}
.ec-footer-sub{font-size:13px;color:rgba(255,255,255,.6);line-height:1.5;max-width:440px}
.ec-footer-btn{background:#fff;color:#002816;padding:11px 22px;border-radius:100px;font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer}

@media (max-width: 991px){
  .ec-section{padding:64px 24px}
  .ec-header{grid-template-columns:1fr;gap:24px;margin-bottom:38px}
  .ec-header-text{max-width:none}
  .ec-grid{grid-template-columns:repeat(2,1fr)}
  .ec-img-docs{padding:28px}
}
@media (max-width: 575px){
  .ec-section{padding:48px 16px}
  .ec-h2{font-size:30px}
  .ec-sub{font-size:15px}
  .ec-grid{grid-template-columns:1fr}
  .ec-group{padding:20px}
  .ec-group-header{flex-direction:column;align-items:flex-start;gap:10px}
  .ec-footer{padding:20px}
  .ec-footer-btn{padding:10px 18px}
}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ba-section{font-family:'DM Sans',system-ui,sans-serif;background:#fff;padding:80px 40px;border-radius:0;border:none;border-bottom:1px solid rgba(0,0,0,.06)}
.ba-inner{max-width:100%;margin:0 auto}
.ba-header{margin-bottom:48px;max-width:640px}
.ba-tag{display:inline-block;font-size:12px;color:#008352;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}
.ba-h2{font-size:42px;font-weight:700;color:#002816;line-height:1.1;letter-spacing:-.03em;margin-bottom:16px}
.ba-h2 em{color:#008352;font-style:normal}
.ba-sub{font-size:16px;color:#666;line-height:1.7}

.ba-split{display:grid;grid-template-columns:1fr 1fr;gap:16px;position:relative}

/* left = before */
.ba-col{border-radius:20px;padding:32px;min-height:440px;display:flex;flex-direction:column}
.ba-col.before{background:linear-gradient(180deg,#faf8f5 0%,#f0ebe3 100%);border:1px solid #e8e0d2}
.ba-col.after{background:linear-gradient(180deg,#f5faf7 0%,#e6f5ee 100%);border:1px solid #c5e6d6}

.ba-col-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 12px;border-radius:100px;align-self:flex-start;margin-bottom:20px}
.ba-col.before .ba-col-label{background:#e8dac5;color:#8b6f3a}
.ba-col.before .ba-col-label::before{content:'';width:6px;height:6px;border-radius:50%;background:#8b6f3a}
.ba-col.after .ba-col-label{background:#d5ebdf;color:#008352}
.ba-col.after .ba-col-label::before{content:'';width:6px;height:6px;border-radius:50%;background:#008352}

.ba-col-title{font-size:24px;font-weight:700;color:#002816;letter-spacing:-.02em;margin-bottom:8px;line-height:1.15}
.ba-col.before .ba-col-title{color:#5d4a1e}
.ba-col-sub{font-size:14px;color:#666;line-height:1.55;margin-bottom:24px}

/* scenario timeline */
.ba-scenario{background:#fff;border-radius:14px;padding:18px;flex:1;display:flex;flex-direction:column;gap:10px;border:0.5px solid rgba(0,0,0,.04)}
.ba-col.before .ba-scenario{background:rgba(255,255,255,.6)}
.ba-col.after .ba-scenario{background:rgba(255,255,255,.75)}

.ba-scenario-title{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#999;margin-bottom:4px}

.ba-step{display:flex;gap:10px;padding:6px 0;border-bottom:1px dashed #eee;align-items:flex-start}
.ba-step:last-child{border-bottom:none}
.ba-step-time{font-size:10px;color:#999;font-family:'SF Mono',monospace;font-weight:600;flex-shrink:0;min-width:60px;padding-top:2px}
.ba-col.after .ba-step-time{color:#008352}
.ba-step-text{font-size:12px;color:#333;line-height:1.5;flex:1}

/* bottom stats */
.ba-stats{display:flex;gap:16px;margin-top:20px;padding-top:18px;border-top:1px dashed rgba(0,0,0,.08)}
.ba-stat{flex:1}
.ba-stat-val{font-size:22px;font-weight:700;letter-spacing:-.02em;line-height:1;margin-bottom:3px}
.ba-col.before .ba-stat-val{color:#8b6f3a}
.ba-col.after .ba-stat-val{color:#008352}
.ba-stat-lbl{font-size:10px;color:#888;font-weight:500}

/* arrow divider */
.ba-arrow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#002816;color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(0,40,22,.2);z-index:2}

@media (max-width: 991px){
  .ba-section{padding:64px 24px}
  .ba-h2{font-size:36px}
  .ba-split{grid-template-columns:1fr}
  .ba-col{min-height:auto}
  .ba-arrow {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media (max-width: 575px){
  .ba-section{padding:48px 16px}
  .ba-header{margin-bottom:34px}
  .ba-h2{font-size:30px}
  .ba-sub{font-size:15px}
  .ba-col{padding:22px;border-radius:16px}
  .ba-col-title{font-size:20px}
  .ba-step-text{font-size:11.5px}
  .ba-step-time{min-width:54px}
  .ba-arrow {
    top: 49%;}
}
@media(max-width: 480px){
  .ba-arrow{transform: translate(-50%, -72%) rotate(90deg);
  top: 51%;}
}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.fq-section{font-family:'DM Sans',system-ui,sans-serif;background:#fafafa;padding:80px 40px;border-radius:0;border:none;border-bottom:1px solid rgba(0,0,0,.06)}
.fq-inner{max-width:100%;margin:0 auto}
.fq-header{margin-bottom:40px;max-width:620px}
.fq-tag{display:inline-block;font-size:12px;color:#008352;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}
.fq-h2{font-size:42px;font-weight:700;color:#002816;line-height:1.1;letter-spacing:-.03em;margin-bottom:16px}
.fq-h2 em{color:#008352;font-style:normal}
.fq-sub{font-size:16px;color:#666;line-height:1.7}

.fq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}

.fq-item{background:#fff;border:1px solid #eee;border-radius:16px;padding:24px;transition:all .2s}
.fq-item:hover{border-color:#c5e6d6;box-shadow:0 6px 20px rgba(0,40,22,.04)}

.fq-q{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}
.fq-q-text{font-size:15px;font-weight:700;color:#002816;line-height:1.35;letter-spacing:-.01em}
.fq-q-icon{width:24px;height:24px;border-radius:50%;background:#e6f5ee;color:#008352;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:11px;font-weight:700}

.fq-a{font-size:13px;color:#666;line-height:1.65}
.fq-a strong{color:#002816;font-weight:600}

.fq-footer{background:#fff;border:1px solid #eee;border-radius:16px;padding:24px 28px;margin-top:20px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.fq-footer-text{display:flex;flex-direction:column;gap:4px}
.fq-footer-title{font-size:15px;font-weight:700;color:#002816}
.fq-footer-sub{font-size:13px;color:#777}
.fq-footer-btn{font-size:13px;color:#008352;font-weight:600;white-space:nowrap;cursor:pointer}

@media (max-width: 991px){
  .fq-section{padding:64px 24px}
  .fq-h2{font-size:36px}
  .fq-grid{grid-template-columns:1fr}
}
@media (max-width: 575px){
  .fq-section{padding:48px 0px}
  .fq-header{margin-bottom:30px}
  .fq-h2{font-size:30px}
  .fq-sub{font-size:15px}
  .fq-item{padding:18px}
  .fq-q-text{font-size:14px}
  .fq-a{font-size:12.5px}
  .fq-footer{padding:18px}
}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
#egg-final-cta{font-family:'DM Sans',system-ui,sans-serif;position:relative;padding:96px 40px;border-radius:0;border:none;border-bottom:1px solid rgba(0,0,0,.06);overflow:hidden;background:#002816}

#egg-final-cta .ef-landscape{position:absolute;inset:0;background:
  linear-gradient(180deg,rgba(0,40,22,.85) 0%,rgba(0,50,28,.75) 40%,rgba(0,70,40,.6) 70%,rgba(0,90,54,.5) 100%),
  linear-gradient(180deg,#1a4a2e 0%,#2d6b47 30%,#4a8a65 60%,#7fb893 100%)}
#egg-final-cta .ef-landscape::before{content:'';position:absolute;inset:0;background:
  radial-gradient(ellipse at 20% 80%,rgba(255,220,150,.08) 0%,transparent 50%),
  radial-gradient(ellipse at 80% 90%,rgba(200,230,180,.06) 0%,transparent 40%);
  filter:blur(30px)}
#egg-final-cta .ef-landscape::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 100%,transparent 30%,rgba(0,20,12,.6) 80%)}

#egg-final-cta .ef-img-label{position:absolute;bottom:16px;right:16px;background:rgba(0,0,0,.4);color:rgba(255,255,255,.5);padding:5px 12px;border-radius:100px;font-size:10px;display:flex;align-items:center;gap:6px;backdrop-filter:blur(8px);letter-spacing:.04em;z-index:2}

#egg-final-cta .ef-inner{max-width:760px;margin:0 auto;text-align:center;position:relative;z-index:1}
#egg-final-cta .ef-tag{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#5dcaa5;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:20px;background:rgba(93,202,165,.12);backdrop-filter:blur(8px);padding:6px 16px;border-radius:100px;border:1px solid rgba(93,202,165,.2)}
#egg-final-cta .ef-tag::before{content:'';width:6px;height:6px;border-radius:50%;background:#5dcaa5}

#egg-final-cta .ef-h2{font-size:52px;font-weight:700;color:#fff;line-height:1.04;letter-spacing:-.04em;margin-bottom:20px;text-shadow:0 2px 20px rgba(0,0,0,.2);text-align: center;}
#egg-final-cta .ef-h2 em{color:#5dcaa5;font-style:normal}
#egg-final-cta .ef-sub{font-size:17px;color:rgba(255,255,255,.75);line-height:1.7;max-width:540px;margin:0 auto 32px}

#egg-final-cta .ef-ctas{display:flex;justify-content:center;gap:14px;margin-bottom:36px;align-items:center;flex-wrap:wrap}
#egg-final-cta .ef-btn-primary{background:#fff;color:#002816;padding:16px 36px;border-radius:100px;font-size:15px;font-weight:600;cursor:pointer}
#egg-final-cta .ef-btn-text{font-size:15px;color:#fff;font-weight:600;display:flex;align-items:center;gap:4px;cursor:pointer}

#egg-final-cta .ef-trust{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:36px}
#egg-final-cta .ef-trust-item{display:flex;align-items:center;gap:6px;font-size:13px;color:rgba(255,255,255,.7)}
#egg-final-cta .ef-trust-item svg{color:#5dcaa5;flex-shrink:0}

/* cross-vertical row */
#egg-final-cta .ef-cross{padding-top:28px;border-top:1px solid rgba(255,255,255,.1)}
#egg-final-cta .ef-cross-label{font-size:11px;color:rgba(255,255,255,.4);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-weight:600}
#egg-final-cta .ef-cross-btns{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
#egg-final-cta .ef-cross-btn{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(12px);border-radius:100px;padding:9px 18px;font-size:12px;color:#fff;font-weight:600;cursor:pointer;transition:all .2s}
#egg-final-cta .ef-cross-btn:hover{background:rgba(255,255,255,.12)}
#egg-final-cta .ef-cross-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}
#egg-final-cta .ef-cross-dot.meat{background:#e66956}
#egg-final-cta .ef-cross-dot.wine{background:#b56b7d}

@media (max-width: 991px){
  #egg-final-cta{padding:80px 24px}
  #egg-final-cta .ef-h2{font-size:44px}
  #egg-final-cta .ef-sub{font-size:16px}
}
@media (max-width: 575px){
  #egg-final-cta{padding:64px 16px}
  #egg-final-cta .ef-h2{font-size:34px}
  #egg-final-cta .ef-sub{font-size:15px}
  #egg-final-cta .ef-btn-primary{padding:12px 22px;font-size:13px}
  #egg-final-cta .ef-btn-text{font-size:13px}
  #egg-final-cta .ef-trust{gap:14px}
  #egg-final-cta .ef-trust-item{font-size:12px}
}
