.cert-page{
  background:#fff;
  --text:#34403a;
  --muted:#687069;
  --line:#e8e7df;
  --soft:#fbfaf6;
  --soft-2:#faf7ef;
  --orange:#ee9b16;
  --shadow:0 10px 22px rgba(19,40,22,.055);
}
.cert-container{width:1320px;max-width:calc(100% - 72px);margin:0 auto}

.cert-hero{position:relative;height:322px;overflow:hidden;background:#f5efe4}
.cert-hero img{width:100%;height:100%;object-fit:cover;object-position:center right}
.cert-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,241,228,.98) 0%,rgba(247,241,228,.95) 17%,rgba(247,241,228,.76) 34%,rgba(247,241,228,.2) 58%,rgba(247,241,228,0) 79%)}
.cert-hero-inner{position:absolute;inset:0;display:flex;align-items:center}
.cert-copy{position:relative;z-index:2;width:510px;padding-left:8px}
.cert-copy h1{margin:0 0 14px;font-size:72px;line-height:1;color:var(--green);font-weight:800;letter-spacing:-.03em}
.cert-copy p{margin:0 0 24px;max-width:470px;font-size:18px;line-height:1.65;color:var(--text)}
.crumbs-pill{display:inline-flex;align-items:center;gap:16px;padding:13px 22px;background:var(--green);color:#fff;border-radius:10px;font-size:15px;font-weight:700;box-shadow:0 8px 18px rgba(8,110,57,.18)}
.crumbs-pill .sep{width:5px;height:5px;border-radius:50%;background:#fff;opacity:.85}

.cert-section{padding:34px 0}.first-block{padding-top:30px}.last-section{padding-bottom:38px}
.cert-section.alt{background:linear-gradient(180deg,#faf8f3 0%,#fefdfa 100%)}
.section-title{text-align:center;margin-bottom:24px}
.title-wrap{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:10px}
.title-wrap h2{margin:0;color:var(--green);font-size:22px;line-height:1.2;font-weight:800;letter-spacing:.02em}
.title-leaf{display:inline-flex;align-items:center;justify-content:center;width:34px;height:10px;position:relative}
.title-leaf:before,.title-leaf:after{content:"";position:absolute;top:4px;width:18px;height:2px;background:#8eac98;border-radius:999px}.title-leaf:before{right:18px}.title-leaf:after{left:18px}
.title-leaf i{display:block;width:10px;height:10px;background:var(--green);border-radius:80% 0 80% 0;transform:rotate(20deg)}
.section-title p{margin:0 auto;max-width:620px;font-size:16px;line-height:1.65;color:var(--text)}

.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.cert-card{position:relative;display:grid;grid-template-columns:128px 1fr;gap:18px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow);min-height:258px}
.mini-badge{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:50%;background:var(--orange);display:grid;place-items:center;color:#fff;box-shadow:0 5px 12px rgba(239,159,26,.28)}
.mini-badge svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.cert-visual{display:flex;align-items:center;justify-content:center;height:188px;border-radius:10px;background:#fcfcfb;box-shadow:inset 0 0 0 1px #e5e5de}
.cert-visual img{width:100%;max-width:120px;height:176px;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,0,0,.04))}
.cert-info{padding-right:8px}
.cert-info h3{margin:0 0 8px;font-size:18px;line-height:1;color:var(--green);font-weight:800}
.cert-info h4{margin:0 0 12px;max-width:168px;font-size:14px;line-height:1.28;color:#2d342f;font-weight:600}
.cert-info p{margin:0;font-size:14px;line-height:1.72;color:var(--text)}
.cert-status{display:flex;align-items:center;gap:7px;margin-top:13px;font-size:14px;font-weight:700;color:var(--green)}
.cert-status i{position:relative;display:inline-block;width:14px;height:14px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(6,109,56,.10) inset}
.cert-status i:before{content:"";position:absolute;left:4px;top:2px;width:4px;height:7px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(40deg)}

.commit-wrap{background:linear-gradient(180deg,#faf8f3 0%,#fefdfa 100%);border:1px solid #eee7d9;border-radius:16px;padding:8px 0 4px}
.commit-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.commit-item{text-align:center;position:relative;padding:22px 18px 18px}
.commit-item:not(:last-child):after{content:"";position:absolute;right:0;top:28px;width:1px;height:88px;background:#e0e1db}
.commit-icon{width:78px;height:78px;border-radius:50%;background:var(--green);display:grid;place-items:center;margin:0 auto 14px;color:#fff;box-shadow:0 8px 18px rgba(8,110,57,.15)}
.commit-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.commit-item h3{margin:0 0 8px;font-size:16px;line-height:1.28;color:#232925;font-weight:800}.commit-item p{margin:0;font-size:14px;line-height:1.6;color:var(--text)}

.doc-cta{display:grid;grid-template-columns:290px 1fr 136px;gap:24px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow)}
.doc-cta .side-img{height:182px;border-radius:10px;overflow:hidden;background:#f3efe5}.doc-cta .side-img img{width:100%;height:100%;object-fit:cover}
.doc-copy h3{margin:0 0 12px;font-size:28px;line-height:1.2;color:var(--green);font-weight:800}.doc-copy p{margin:0 0 18px;max-width:640px;font-size:16px;line-height:1.72;color:var(--text)}
.btn-row{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:198px;padding:13px 22px;border-radius:8px;font-size:15px;font-weight:800;box-shadow:0 6px 14px rgba(0,0,0,.05)}.btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.btn.green{background:var(--green);color:#fff}.btn.orange{background:#ec940b;color:#fff}
.doc-icon-panel{display:flex;justify-content:center}.doc-icon{width:108px;height:108px;border:3px solid #bfd6c2;border-radius:22px;color:#a7c4ab;display:grid;place-items:center}.doc-icon svg{width:68px;height:68px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.market-intro{margin-top:-4px;margin-bottom:22px;text-align:center;font-size:15px;line-height:1.62;color:var(--muted)}
.market-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.flag-card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:18px 16px 16px;text-align:center;min-height:162px}
.flag-disc{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 12px;border-radius:50%;background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.06);overflow:hidden}.flag{font-size:34px;line-height:1}
.flag-card h4{margin:0 0 8px;font-size:16px;line-height:1.2;color:#222;font-weight:800}.flag-card p{margin:0;font-size:14px;line-height:1.55;color:var(--text)}

@media (max-width:1200px){.cert-grid{grid-template-columns:repeat(2,1fr)}.market-grid{grid-template-columns:repeat(3,1fr)}.commit-grid{grid-template-columns:repeat(3,1fr)}.commit-item:nth-child(3n):after{display:none}.doc-cta{grid-template-columns:240px 1fr}.doc-icon-panel{display:none}.cert-copy h1{font-size:60px}}
@media (max-width:820px){.cert-container{max-width:calc(100% - 32px)}.cert-hero{height:300px}.cert-copy{width:auto}.cert-copy h1{font-size:48px}.cert-grid,.market-grid,.commit-grid{grid-template-columns:1fr}.commit-item:after{display:none}.cert-card{grid-template-columns:116px 1fr}.doc-cta{grid-template-columns:1fr}.doc-cta .side-img{height:210px}.btn{min-width:inherit;width:auto}.doc-copy h3{font-size:24px}}
@media (max-width:520px){.cert-copy h1{font-size:40px}.cert-copy p{font-size:15px}.crumbs-pill{padding:12px 16px;font-size:14px}.cert-card{grid-template-columns:1fr;min-height:auto}.cert-visual{height:210px}.cert-visual img{max-width:140px;height:190px}.cert-info h4{max-width:none}.title-wrap h2{font-size:18px}.flag{font-size:30px}.flag-disc{width:52px;height:52px}}
