@import url("./products-row7.css");
@import url("./_footer-cleanup.css");

:root{
  --paper:#f7f3ea;
  --surface:#fffdfa;
  --surface-soft:#fbf7ee;
  --ink:#16221b;
  --muted:rgba(22,34,27,.62);
  --brand:#2f5741;
  --brand-dark:#244533;
  --accent:#9a7a4a;
  --line:rgba(36,69,51,.12);
  --success:#16733c;
  --danger:#b42318;
  --shadow:0 18px 40px rgba(36,69,51,.055);
  --shadow-soft:0 6px 18px rgba(36,69,51,.035);
  --radius:12px;
  --radius-lg:20px;
  --container:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;padding:0}
body{
  font-family:system-ui,-apple-system,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;
  color:var(--ink);
  background:
    linear-gradient(180deg,#fffdfa 0%,var(--paper) 54%,#f2efe6 100%);
  line-height:1.66;
}
html[lang^="zh"] body{line-height:1.78}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
a:hover{opacity:.9}
p{margin:0 0 1rem}
small{color:var(--muted)}
figure{margin:0}

.container{
  width:min(100%, calc(var(--container) + 2rem));
  margin:0 auto;
  padding:0 1rem;
}
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{left:1rem;top:1rem;width:auto;height:auto;z-index:9999;background:#fff;padding:.55rem .8rem;border-radius:10px;box-shadow:var(--shadow)}
.sr-only{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}

.header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,253,250,.92);
  border-bottom:1px solid rgba(36,69,51,.10);
  box-shadow:0 8px 22px rgba(36,69,51,.035);
  backdrop-filter:blur(14px);
}
.topbar{background:rgba(247,243,234,.86);border-bottom:1px solid rgba(36,69,51,.10)}
.topbar-inner{padding:.34rem 0;color:rgba(36,69,51,.72);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.navbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0;position:relative}
.brand{display:flex;align-items:center;gap:.75rem;min-width:0}
.logo{
  width:40px;height:40px;border-radius:10px;flex:0 0 auto;
  background:url("../img/logo-80.png") center/cover no-repeat;
  box-shadow:0 8px 18px rgba(36,69,51,.10), inset 0 0 0 1px rgba(255,255,255,.7);
}
.brand .name{font-weight:760;color:var(--brand);letter-spacing:.01em;line-height:1.1;font-size:1.05rem}
.brand .tagline{font-size:.76rem;color:var(--muted);margin-top:.15rem;max-width:36ch}
.nav{display:flex;align-items:center;gap:.55rem;flex-wrap:nowrap}
.nav a{font-size:.92rem;font-weight:650;color:var(--ink);padding:.46rem .62rem;border-radius:999px;white-space:nowrap}
.nav a.active,.nav a:hover{background:rgba(20,106,55,.085);color:var(--brand);opacity:1}
.lang-switch{display:inline-flex;align-items:center;gap:.35rem;padding:.14rem .48rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.78);color:var(--muted);font-size:.84rem}
.lang-switch a{padding:.25rem .32rem;border-radius:999px}
.lang-switch a[aria-current="page"]{background:rgba(20,106,55,.10);color:var(--brand);font-weight:760}
.lang-switch .sep{opacity:.5}
.cta{background:var(--brand-dark);color:#fff!important;border:1px solid rgba(36,69,51,.20);box-shadow:0 10px 22px rgba(36,69,51,.13)}
.nav .cta{margin-left:.25rem;padding:.5rem .85rem;font-size:.86rem;border-radius:8px}
.fab-quote{position:fixed;right:1rem;bottom:1rem;z-index:60;display:none;padding:.78rem 1rem;border-radius:999px;font-weight:800;background:var(--brand-dark);color:#fff!important;border:1px solid rgba(36,69,51,.20);box-shadow:0 10px 22px rgba(36,69,51,.13)}
.menu-btn{display:none;border:1px solid var(--line);background:rgba(255,255,255,.86);border-radius:10px;padding:.55rem .7rem;font:inherit;font-weight:700;color:var(--ink);cursor:pointer}

a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{
  outline:3px solid rgba(184,137,69,.42);
  outline-offset:3px;
}

.hero{position:relative;padding:4.4rem 0 3rem}
.hero::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:min(74vw,980px);
  height:min(66vw,620px);
  border-radius:0 0 54px 0;
  background:linear-gradient(130deg,rgba(47,87,65,.045),rgba(154,122,74,.06) 52%,transparent 84%);
  pointer-events:none;
}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.98fr) minmax(420px,1.02fr);align-items:stretch;gap:0;background:rgba(255,253,250,.92);border:1px solid rgba(36,69,51,.11);border-radius:20px;overflow:hidden;box-shadow:0 24px 64px rgba(36,69,51,.06)}
.hero-card{background:linear-gradient(180deg,#fff,var(--surface-soft));box-shadow:none;border:0;border-radius:0;overflow:hidden}
.hero-inner{padding:2.35rem 2.35rem}
.kicker{display:inline-flex;align-items:center;gap:.45rem;padding:.28rem 0;border:0;border-radius:0;background:transparent;color:rgba(36,69,51,.78);font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.h1{font-size:clamp(1.82rem,3.05vw,2.58rem);line-height:1.1;margin:.78rem 0 .72rem;font-weight:760;letter-spacing:0}
.hero .h1{font-size:clamp(1.88rem,2.55vw,2.46rem)}
.h1-hero{font-size:clamp(1.78rem,2.35vw,2.32rem);margin-top:.62rem}
.h1-hero-tight,.h1-hero-soft{font-size:clamp(1.78rem,2.45vw,2.42rem);margin-top:.35rem}
html[lang^="en"] .h1,
html[lang^="en"] .h1-hero,
html[lang^="en"] .h1-hero-tight,
html[lang^="en"] .h1-hero-soft,
html[lang^="en"] .section h2{
  font-family:"Playfair Display", Georgia, serif;
  font-weight:700;
}
.hero-line{display:block}
.hero-note{font-size:1.04rem;color:rgba(16,32,24,.74);max-width:66ch}
.sub,.lead{color:var(--muted);font-size:1rem;max-width:74ch}
.section p,.notice,.card .pad>p{max-width:84ch}
.actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:.8rem}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.4rem;
  min-height:43px;padding:.68rem .98rem;border:1px solid rgba(184,137,69,.34);
  border-radius:9px;background:rgba(255,255,255,.74);color:var(--ink);
  font-weight:760;letter-spacing:0;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease;
}
.btn.primary,.btn.whatsapp{background:var(--brand-dark);color:#fff;border-color:rgba(36,69,51,.20);box-shadow:0 10px 24px rgba(36,69,51,.14)}
.btn.secondary{background:rgba(20,106,55,.07);color:var(--brand-dark);border-color:rgba(20,106,55,.16)}
.btn.tertiary{
  min-height:auto;
  padding:.42rem .18rem;
  border-color:transparent;
  background:transparent;
  box-shadow:none;
  color:var(--brand-dark);
  font-size:.92rem;
  font-weight:760;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
  opacity:.92;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(16,32,24,.13);opacity:1}
.btn.tertiary:hover{box-shadow:none;text-decoration-thickness:2px}
.btn:active{transform:translateY(0)}
.btn-full{width:100%;justify-content:center}

.trust-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--line)}
.trust-item{display:inline-flex;align-items:center;gap:.4rem;padding:.38rem .72rem;border:1px solid rgba(20,106,55,.12);border-radius:999px;background:rgba(20,106,55,.055);color:rgba(16,32,24,.72);font-size:.84rem;font-weight:600}
.trust-item::before{content:"";width:.42rem;height:.42rem;border-radius:999px;background:var(--brand)}
.hero-side{display:grid;grid-template-rows:minmax(0,1fr) auto;background:#f0eee5}
.hero-img-wrap{position:relative;min-height:100%;overflow:hidden}
.hero-img-wrap img{width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(.96) brightness(1.03)}
.hero-side-row{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid rgba(16,32,24,.10)}
.stat,.hero-side-note{background:rgba(255,253,250,.72);padding:1.2rem;border:0;box-shadow:none;border-radius:0}
.hero-side-note{display:flex;flex-direction:column;justify-content:flex-start}
.stat-primary{background:rgba(255,253,250,.9)}
.stat .big,.hero-side-note .big{font-size:clamp(1.08rem,1.05vw,1.2rem);font-weight:760;color:var(--brand-dark);line-height:1.22;letter-spacing:-.01em}
.stat .small,.hero-side-note .small{margin-top:.38rem;color:rgba(16,32,24,.66);font-size:.95rem;line-height:1.58;max-width:30ch}
.smallcaps{display:block;margin-bottom:.42rem;color:rgba(16,32,24,.56);font-size:.72rem;line-height:1.2;letter-spacing:.14em;text-transform:uppercase;font-weight:760}
.hero-side-note p{margin:0;max-width:30ch;font-size:.95rem;line-height:1.58;color:rgba(16,32,24,.72)}

.section{padding:3.8rem 0}
.section:nth-of-type(even){background:rgba(255,253,250,.24)}
.section h2{font-size:clamp(1.2rem,1.5vw,1.52rem);line-height:1.2;margin:0 0 .68rem;font-weight:760;letter-spacing:0}
.page-section{padding-top:2rem}
.breadcrumbs{font-size:.85rem;color:var(--muted);margin:0 0 1rem}
.breadcrumbs a{font-weight:700;color:var(--brand-dark)}
.breadcrumbs .sep{margin:0 .45rem;color:rgba(16,32,24,.35)}

.grid{display:grid;gap:1rem}
.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.gap-5{gap:.5rem}.gap-6{gap:.6rem}.gap-65{gap:.65rem}.gap-75{gap:.75rem}
.mt-0{margin-top:0}.mt-05{margin-top:.5rem}.mt-06{margin-top:.6rem}.mt-07{margin-top:.7rem}.mt-075{margin-top:.75rem}.mt-09{margin-top:.9rem}.mt-1{margin-top:1rem}.mt-12{margin-top:1.2rem}
.mb-1{margin-bottom:1rem}
.text-center{text-align:center}.text-muted{color:var(--muted)}.max-70ch{max-width:70ch}
.upper-title{letter-spacing:.07em;text-transform:uppercase}.serif-note{font-family:'Times New Roman',Georgia,'Songti SC',serif}.link-cta{color:var(--brand-dark);font-weight:850;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}

.card{
  background:rgba(255,253,250,.82);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:none;
  overflow:hidden;
}
.page-panel{border-radius:var(--radius-lg);box-shadow:var(--shadow)}
.card.link-card,.article-card{display:block;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.card.link-card:hover,.article-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(36,69,51,.08);border-color:rgba(47,87,55,.24);opacity:1}
.card .pad{padding:1.15rem}
.page-panel>.pad{padding:1.45rem}
.pill{display:inline-flex;align-items:center;padding:.24rem .54rem;border:1px solid rgba(184,137,69,.26);border-radius:999px;background:rgba(184,137,69,.075);color:var(--brand-dark);font-size:.76rem;font-weight:760}
.card h3{margin:.55rem 0 .42rem;font-size:1.08rem;line-height:1.28;font-weight:760;color:var(--ink);letter-spacing:-.01em}
.h3-tight{margin:.4rem 0}
.card p{color:var(--muted);margin:0 0 .8rem;font-size:.95rem;line-height:1.62}
.card .link{display:inline-flex;font-weight:850;color:var(--brand-dark)}
.home .card.link-card .pad{padding:1.05rem 1.05rem 1.15rem}
.home .card.link-card p{font-size:.94rem;line-height:1.62}
.home .card.link-card .link{font-size:.92rem}

.product-img,.market-img{width:100%;aspect-ratio:16/9;object-fit:cover}
.product-img-hero{width:100%;aspect-ratio:21/9;object-fit:cover;background:#f3efe5}
.img-contain{object-fit:contain!important;height:auto!important;aspect-ratio:auto!important}
.product-page .product-img-hero.img-contain{
  height:clamp(320px,34vw,460px)!important;
  width:100%;
  object-fit:cover!important;
  aspect-ratio:auto!important;
}
.product-sections{display:grid;gap:1rem;margin-top:1.2rem}
.product-block{background:rgba(255,253,250,.74);border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem}
.product-block h2{margin-top:0}
.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.list-muted,.list-muted-tight,.list-muted-left{color:var(--muted);padding-left:1.15rem;font-size:.95rem;line-height:1.68}
.list-muted{margin:.55rem 0 1rem}.list-muted-tight{margin:.5rem 0 0}.list-muted-left{margin-left:0}
.list-muted li,.list-muted-tight li,.list-muted-left li{margin-bottom:.36rem}
.list-muted li:last-child,.list-muted-tight li:last-child,.list-muted-left li:last-child{margin-bottom:0}

.process-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;margin-top:1rem}
.process-step{position:relative;background:transparent;border:0;border-top:1px solid var(--line);border-radius:0;padding:1rem .75rem;text-align:left;box-shadow:none}
.step-num{width:auto;height:auto;border-radius:0;background:transparent;color:var(--accent);display:block;margin:0 0 .42rem;font-weight:700;font-family:"Playfair Display", Georgia, serif;font-size:1.15rem}
.step-title{font-size:.9rem;font-weight:850;margin-bottom:.25rem}
.step-desc{font-size:.82rem;color:var(--muted)}

.notice,.error{
  padding:.85rem 1rem;
  border-radius:var(--radius);
  border:1px solid rgba(154,122,74,.18);
  background:rgba(255,253,250,.55);
}
.market-notes .notice{
  text-align:left;
  border-radius:10px;
  background:transparent;
}
.market-notes strong{
  color:var(--brand-dark);
  font-weight:760;
}
.error{border-color:rgba(180,35,24,.28);background:rgba(180,35,24,.08);color:#7a1a12}
.cert-row{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.75rem}
.cert-badge{display:inline-flex;align-items:center;padding:.42rem .75rem;border:1px solid rgba(22,115,60,.18);border-radius:999px;background:rgba(22,115,60,.08);font-size:.84rem;font-weight:800;color:var(--brand-dark)}

.table{width:100%;border-collapse:collapse;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;line-height:1.5}
.table th,.table td{padding:.84rem .92rem;border-bottom:1px solid var(--line);vertical-align:top;font-size:.95rem}
.table th{width:210px;text-align:left;background:rgba(47,87,65,.055);font-weight:850;color:var(--brand-dark);font-size:.9rem;letter-spacing:.02em}
.table tr:last-child th,.table tr:last-child td{border-bottom:0}

details.faq-item{
  border:1px solid var(--line);
  border-radius:var(--radius);
  margin-bottom:.65rem;
  background:#fff;
  overflow:hidden;
}
details.faq-item summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:.9rem 1rem;
  cursor:pointer;
  font-weight:850;
  font-size:.96rem;
  line-height:1.45;
  list-style:none;
}
details.faq-item summary::-webkit-details-marker{display:none}
details.faq-item summary::after{content:"+";flex:0 0 auto;color:var(--brand);font-size:1.2rem}
details.faq-item[open] summary::after{content:"-"}
.faq-body{padding:.1rem 1rem 1rem;color:var(--muted);font-size:.95rem;line-height:1.68}
.faq-body p:last-child{margin-bottom:0}

.form{display:grid;gap:.9rem}
.form-pair{gap:.75rem}
.field label{display:block;margin-bottom:.25rem;font-weight:800}
.field input,.field textarea,.field select{
  width:100%;padding:.75rem .85rem;border-radius:10px;border:1px solid rgba(16,32,24,.16);
  background:#fff;color:var(--ink);font:inherit;
}
.field textarea{min-height:140px;resize:vertical}
.field input:focus,.field textarea:focus,.field select:focus{border-color:rgba(22,115,60,.55);box-shadow:0 0 0 4px rgba(22,115,60,.12);outline:0}
.help{color:var(--muted);font-size:.9rem;margin-top:.25rem}
.req{color:var(--danger)}
.form-more{border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.7)}
.form-more summary{padding:.75rem .9rem;font-weight:850;cursor:pointer}
.form-more-body{padding:0 .9rem .9rem}
.form-section-title{margin:.15rem 0 .25rem;color:var(--brand-dark);font-size:.92rem;font-weight:850}
.contact-methods{display:flex;flex-direction:column;gap:.6rem;margin-top:.75rem}
.contact-method{display:flex;align-items:center;gap:.65rem;padding:.68rem .9rem;border:1px solid rgba(16,32,24,.11);border-radius:10px;background:rgba(255,255,255,.74)}
.contact-method strong{min-width:72px;color:var(--ink)}
.contact-method a{color:var(--brand-dark);font-weight:850}
.contact-method--wechat{align-items:flex-start;background:linear-gradient(135deg,rgba(20,106,55,.055),rgba(255,255,255,.88))}
.contact-method--wechat span{display:grid;gap:.45rem}
.qr-inline{display:block;margin-top:.55rem}
.qr-inline img{width:150px;border:1px solid rgba(16,32,24,.12);border-radius:10px;background:#fff;box-shadow:var(--shadow-soft)}

.footer{padding:2.8rem 0 2.4rem;margin-top:2rem;border-top:1px solid var(--line);background:rgba(247,243,234,.74)}
.footer-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:1.2rem;align-items:start}
.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}
.footer-title{font-weight:850;color:var(--brand)}
.footer-sub{font-size:.9rem;color:var(--muted)}
.footer-heading{font-weight:850;margin-bottom:.45rem}
.footer-links{display:grid;gap:.35rem}
.footer a{color:rgba(16,32,24,.72)}
.footer a:hover{color:var(--brand-dark)}

.home main > .section:last-child .card{
  background:transparent;
  box-shadow:none;
}
.home main > .section:last-child .card .pad{
  padding:1.35rem 0;
  border-top:1px solid var(--line);
}

.procurement-panel,
.document-panel,
.capability-panel,
.identity-panel,
.answer-panel{
  margin-top:1.1rem;
  padding:1.2rem;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  background:rgba(255,253,250,.66);
}
.procurement-panel h2,
.document-panel h2,
.capability-panel h2,
.answer-panel h2{
  margin:.2rem 0 .75rem;
  font-size:clamp(1.08rem,1.25vw,1.34rem);
  line-height:1.26;
  font-family:system-ui,-apple-system,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;
  font-weight:760;
  color:var(--ink);
  letter-spacing:-.01em;
}
.procurement-grid,
.document-grid,
.capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}
.procurement-grid>div,
.document-card,
.capability-card{
  padding:.95rem;
  border-top:1px solid var(--line);
  background:rgba(255,255,255,.42);
}
.procurement-grid strong,
.document-card strong,
.capability-card strong{display:block;margin-bottom:.38rem;color:var(--brand-dark);font-size:.98rem;line-height:1.35;font-weight:760;letter-spacing:-.01em}
.procurement-grid p,
.document-card p,
.capability-card p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.6}
.procurement-grid ul{margin:.35rem 0 0;padding-left:1.1rem;color:var(--muted);font-size:.94rem;line-height:1.6}
.document-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.55fr);gap:1rem;align-items:start}
.quote-strip{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line);align-items:flex-start}
.quiet-list{display:grid;gap:.45rem;margin:0;padding:0;list-style:none;color:var(--muted);font-size:.95rem;line-height:1.6}
.quiet-list li{padding-bottom:.45rem;border-bottom:1px solid rgba(16,32,24,.08)}
.quiet-list li:last-child{border-bottom:0}
.print-note{flex:1 1 100%;margin-top:.15rem;font-size:.84rem;line-height:1.55;color:rgba(16,32,24,.56)}
.identity-panel p{margin:.45rem 0;color:var(--muted);font-size:.96rem;line-height:1.62}
.identity-note{font-size:.94rem;color:rgba(16,32,24,.7)!important}
.facts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;margin-top:.9rem;padding-top:.9rem;border-top:1px solid var(--line)}
.facts-grid div{display:grid;gap:.2rem}
.facts-grid strong{font-size:.74rem;color:rgba(16,32,24,.56);text-transform:uppercase;letter-spacing:.12em;font-weight:760;line-height:1.25}
.facts-grid span{color:var(--ink);font-size:.94rem;line-height:1.48}
.answer-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.44fr);gap:1rem}
.answer-panel p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.62}
.answer-panel strong{display:block;margin:.2rem 0 .45rem;color:var(--brand-dark);font-size:.86rem;line-height:1.35;letter-spacing:.08em;text-transform:uppercase;font-weight:760}
.answer-panel ul{margin:0;padding-left:1.1rem;color:var(--muted);font-size:.94rem;line-height:1.6}

/* Market notes: give inner notices a subtle distinct background */
.market-notes .notice{background:rgba(20,106,55,.03);border:1px solid rgba(20,106,55,.08);border-radius:10px}
.product-page .lead,
.product-page .text-muted,
.insights-page .lead,
.insights-page .card .pad > p,
.insights-page .notice{
  font-size:.98rem;
  line-height:1.72;
}
.product-page .lead,.product-page .text-muted{max-width:72ch}
.product-page .card .pad > h2,
.insights-page .card .pad > h2{margin-bottom:.56rem}
.insights-page .card .pad > h2:not(:first-child){margin-top:1.2rem}
.insights-page .actions .btn.tertiary,
.quote-strip .btn.tertiary{align-self:center}

/* Contact grid: visual separation between form + info panels */
.contact-grid .form-panel{background:rgba(255,253,250,.9);border-color:rgba(36,69,51,.13)}
.contact-grid .info-panel{background:rgba(255,253,250,.6);border-color:var(--line)}

/* Cards inside cards: reduce nested card noise */
.card .card{background:transparent;border:1px solid rgba(20,106,55,.07);border-radius:10px;box-shadow:none}
.card .card .pad{padding:.9rem}

/* Why-choose-us notices: more visual weight */
.card .grid .notice{background:rgba(247,243,234,.5);border-color:rgba(36,69,51,.08)}
.card .grid .notice strong{color:var(--brand-dark)}

@media print{
  .topbar,.header,.footer,.breadcrumbs,.actions,.btn{display:none!important}
  body{background:#fff;color:#111}
  .section{padding:0}
  .card,.procurement-panel,.document-panel,.capability-panel{box-shadow:none;border-color:#ddd;background:#fff}
}

@media (min-width:1080px){
  .nav .cta--mobile{display:none}
}

@media (max-width:1080px){
  .nav{gap:.28rem}
  .nav a{font-size:.88rem;padding:.42rem .48rem}
  .hero-grid{grid-template-columns:1fr}
  .hero-side{grid-template-rows:auto}
  .hero-img-wrap{min-height:320px}
}

@media (max-width:920px){
  .navbar{padding:.75rem 0}
  .brand .tagline{display:none}
  .menu-btn{display:inline-flex;align-items:center;gap:.45rem}
  .nav{
    display:none;
    position:absolute;
    left:1rem;
    right:1rem;
    top:calc(100% + .55rem);
    flex-direction:column;
    align-items:stretch;
    gap:.25rem;
    padding:.75rem;
    border:1px solid var(--line);
    border-radius:16px;
    background:rgba(255,255,255,.98);
    box-shadow:var(--shadow);
  }
  .nav.open{display:flex}
  .nav a{padding:.75rem .85rem}
  .nav .cta--mobile{display:flex;justify-content:center;margin-top:.35rem;border-radius:10px}
  .lang-switch{justify-content:center;margin:.25rem 0}
  .grid.cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .procurement-grid,.document-grid,.capability-grid,.document-layout,.answer-panel,.facts-grid{grid-template-columns:1fr}
  .grid.cols-2,.spec-grid{grid-template-columns:1fr}
  .process-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr}
}

@media (max-width:620px){
  .container{padding:0 .9rem}
  .topbar-inner{font-size:.68rem;letter-spacing:.04em}
  .hero{padding:2rem 0 1.2rem}
  .hero-grid{border-radius:18px}
  .hero-inner,.page-panel>.pad{padding:1.1rem}
  .hero .h1,.h1,.h1-hero,.h1-hero-tight,.h1-hero-soft{font-size:clamp(1.58rem,7.2vw,1.98rem);line-height:1.14}
  .hero-side-row,.grid.cols-3,.process-steps{grid-template-columns:1fr}
  .hero-img-wrap{min-height:240px}
  .home .card.link-card p{font-size:.92rem}
  .product-page .product-img-hero.img-contain{height:230px!important}
  .actions .btn{width:100%}
  .hero .actions .btn{min-height:50px}
  .hero .actions .btn.tertiary{display:none}
  .trust-bar{gap:.4rem}
  .trust-item{font-size:.8rem;padding:.28rem .54rem}
  .table th{width:120px}
  .table th,.table td{font-size:.86rem;padding:.62rem}
  .contact-method{align-items:flex-start}
  .contact-method strong{padding-top:.15rem}
  .qr-inline img{width:136px}
  .process-step{text-align:left;padding:.85rem .5rem .85rem 1.6rem;border-top:0;border-left:3px solid var(--line);border-radius:0;background:transparent;position:relative}
  .process-step:first-child{border-left-color:var(--brand)}
  .step-num{position:absolute;left:-.65rem;top:.85rem;width:1.3rem;height:1.3rem;border-radius:999px;background:var(--brand);color:#fff;font-size:.7rem;font-weight:700;font-family:system-ui;display:flex;align-items:center;justify-content:center;margin:0}
  .section{padding:2.4rem 0}
  .footer{padding:2rem 0 1.8rem}
  .contact-grid .card{margin-bottom:.8rem}
}
