:root{
  --green:#0c8a4b;
  --green-dark:#0a5c34;
  --gold:#f2b705;
  --blue:#0c3b66;
  --ink:#16241c;
  --ink-soft:#5a6b5e;
  --bg:#fbfaf6;
  --bg-alt:#f1f4ee;
  --border:#e2e6dd;
  --radius:12px;
  --max:1180px;
  --header-h:65px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;scroll-snap-type:y proximity;scroll-padding-top:var(--header-h);}
body{
  margin:0;
  font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,"Noto Sans SC","Noto Sans",sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.55;
}
img{max-width:100%;display:block;}
a{color:inherit;}
.container{max-width:var(--max);margin:0 auto;padding:0 24px;width:100%;}
section{
  padding:56px 0;
  min-height:calc(100vh - var(--header-h));
  display:flex;
  align-items:center;
  scroll-snap-align:start;
}
section .container{max-height:none;}
h1,h2,h3{line-height:1.22;margin:0 0 10px;}
h2{font-size:clamp(22px,2.8vw,30px);}
h3{font-size:16px;}
p{margin:0 0 10px;color:var(--ink-soft);}
.eyebrow{color:var(--green);font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:13px;margin-bottom:6px;}
.section-head{max-width:680px;margin:0 auto 28px;text-align:center;}
.mark{color:var(--gold);}

/* slide nav */
.slide-nav{
  position:fixed;right:22px;top:50%;transform:translateY(-50%);z-index:60;
  display:flex;flex-direction:column;gap:14px;
}
.slide-nav a{
  width:10px;height:10px;border-radius:50%;
  background:rgba(255,255,255,.75);mix-blend-mode:difference;
  display:block;transition:transform .15s;
}
.slide-nav a:hover{transform:scale(1.3);}
.slide-nav a.active{transform:scale(1.35);background:#fff;}
@media (max-width:820px){.slide-nav{display:none;}}

/* header */
header{
  position:sticky;top:0;z-index:50;
  background:rgba(251,250,246,.94);
  backdrop-filter:blur(6px);
  border-bottom:1px solid var(--border);
}
.nav{display:flex;align-items:center;gap:20px;padding:14px 24px;max-width:var(--max);margin:0 auto;}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:19px;color:var(--green-dark);letter-spacing:.02em;flex:none;}
.brand .dot{width:10px;height:10px;border-radius:50%;background:var(--gold);}
.brand small{display:block;font-size:11px;font-weight:600;color:var(--ink-soft);letter-spacing:.06em;}
.top-links{flex:1;display:flex;justify-content:center;gap:22px;}
.top-links a{
  font-size:13.5px;font-weight:600;color:var(--ink-soft);text-decoration:none;
  padding:4px 0;border-bottom:2px solid transparent;
}
.top-links a:hover,.top-links a.active{color:var(--green-dark);border-bottom-color:var(--green);}
@media (max-width:1080px){.top-links{display:none;}}
.nav-right{display:flex;align-items:center;gap:16px;flex:none;}
.lang-toggle{display:flex;border:1px solid var(--border);border-radius:999px;overflow:hidden;}
.lang-toggle button{
  border:0;background:transparent;padding:6px 14px;font-size:13px;font-weight:600;cursor:pointer;color:var(--ink-soft);
}
.lang-toggle button.active{background:var(--green);color:#fff;}
.btn{
  display:inline-block;border-radius:999px;padding:11px 24px;font-weight:700;font-size:14px;
  text-decoration:none;cursor:pointer;border:1px solid transparent;
}
.btn-primary{background:var(--green);color:#fff;}
.btn-primary:hover{background:var(--green-dark);}
.btn-outline{border-color:var(--green);color:var(--green-dark);background:#fff;}

/* hero */
.hero{
  position:relative;overflow:hidden;color:#fff;padding:24px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(242,183,5,.16), transparent 40%),
    linear-gradient(160deg,var(--blue),var(--green-dark) 55%,var(--green) 100%);
}
.hero .container{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center;}
.hero .eyebrow{color:var(--gold);}
.hero h1{font-size:clamp(30px,4.2vw,44px);}
.hero p.lead{color:#e4f2e8;font-size:17px;max-width:520px;}
.hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 20px;}
.hero-badges span{
  background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);
  padding:6px 14px;border-radius:999px;font-size:13px;font-weight:600;
}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;}
.hero .btn-primary{background:var(--gold);color:var(--blue);}
.hero .btn-primary:hover{background:#ffcb2e;}
.hero .btn-outline{border-color:rgba(255,255,255,.6);color:#fff;background:transparent;}

.hero-badge-panel{
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.22);
  border-radius:var(--radius);padding:20px;
}
.hero-badge-panel .flag-row{display:flex;align-items:center;gap:12px;margin-bottom:12px;}
.hero-badge-panel .flag-row img{width:40px;height:28px;object-fit:cover;border-radius:4px;box-shadow:0 0 0 2px rgba(255,255,255,.4);}
.hero-badge-panel .flag-row strong{font-size:16px;}
.hero-stat-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;}
.hero-stat-list div{text-align:center;border-top:2px solid rgba(255,255,255,.25);padding-top:10px;}
.hero-stat-list .num{display:block;font-size:24px;font-weight:800;color:var(--gold);}
.hero-stat-list .lbl{font-size:12px;color:#dcefe1;}

/* why */
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.why-card{
  background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);
  padding:18px;
}
.why-card .icon{width:32px;height:32px;margin-bottom:10px;color:var(--green);}
.why-card .icon svg{width:100%;height:100%;}
.why-card p{font-size:13.5px;}

/* cert cards */
.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.cert-card{
  border:1px solid var(--border);border-radius:var(--radius);background:#fff;
  padding:16px 18px 18px;
  border-top:3px solid var(--green);
}
.cert-card .head{display:flex;align-items:center;gap:10px;margin-bottom:8px;}
.cert-card .flag{width:28px;height:20px;object-fit:cover;border-radius:3px;box-shadow:0 0 0 1px var(--border);}
.cert-card h3{margin:0;font-size:16px;}
.cert-card p{font-size:13.5px;margin-bottom:0;}

/* global network */
.global{background:var(--bg-alt);}
.global-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.global-grid-single{grid-template-columns:minmax(0,560px);justify-content:center;margin-top:20px;}
.global-card-line{display:flex;align-items:center;gap:12px;text-align:left;padding:14px 18px;}
.global-card-line .badge-icon{width:24px;height:24px;margin:0;flex:none;}
.global-card-line p{margin:0;font-size:13.5px;font-weight:600;color:var(--ink);}
.global-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:16px 14px;text-align:center;}
.global-card .flag{width:32px;height:22px;object-fit:cover;border-radius:3px;margin:0 auto 12px;box-shadow:0 0 0 1px var(--border);}
.global-card .badge-icon{width:28px;height:28px;margin:0 auto 12px;color:var(--green);}
.global-card .badge-icon svg{width:100%;height:100%;}
.global-card h3{font-size:14px;margin-bottom:4px;}
.global-card p{font-size:12.5px;margin:0;}

/* world map */
.worldmap-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;margin-bottom:14px;font-size:13px;color:var(--ink-soft);}
.worldmap-legend span{display:inline-flex;align-items:center;gap:6px;}
.worldmap-legend .dot{width:12px;height:12px;border-radius:50%;display:inline-block;}
.worldmap-legend .dot.pcn{background:var(--green);}
.worldmap-legend .dot.gcl{background:var(--blue);}
.worldmap-legend .dot.hq{background:var(--green);box-shadow:0 0 0 3px rgba(12,138,75,.25);}
.worldmap-wrap{position:relative;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.06);}
#worldMap{height:420px;width:100%;background:#eef1ec;}
.worldmap-tooltip{
  position:absolute;left:14px;bottom:14px;z-index:500;max-width:260px;background:rgba(255,255,255,.97);
  border:1px solid var(--border);border-radius:10px;padding:12px 14px;box-shadow:0 8px 20px rgba(0,0,0,.15);display:none;
}
.worldmap-tooltip.show{display:block;}
.worldmap-tooltip .brand{font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;}
.worldmap-tooltip .brand.pcn{color:var(--green-dark);}
.worldmap-tooltip .brand.gcl{color:var(--blue);}
.worldmap-tooltip .name{font-weight:700;color:var(--ink);margin-top:2px;}
.worldmap-tooltip .addr{font-size:12.5px;color:var(--ink-soft);}
.worldmap-tooltip .close{position:absolute;top:8px;right:10px;border:0;background:transparent;color:var(--ink-soft);cursor:pointer;font-size:14px;}

/* process */
.process{background:var(--bg-alt);}
.process-steps{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;}
.process-step{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:14px 12px;text-align:center;}
.process-step .num{
  width:26px;height:26px;border-radius:50%;background:var(--green);color:#fff;font-weight:800;font-size:13px;
  display:flex;align-items:center;justify-content:center;margin:0 auto 8px;
}
.process-step h3{font-size:13px;margin-bottom:4px;}
.process-step p{font-size:11.5px;margin:0;}
@media (max-width:1080px){.process-steps{grid-template-columns:repeat(4,1fr);}}
@media (max-width:600px){.process-steps{grid-template-columns:repeat(2,1fr);}}

/* products */
.products{background:linear-gradient(180deg,var(--bg),var(--bg-alt));}
.prod-list{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;max-width:900px;margin:0 auto;}
.prod-chip{
  border:1px solid var(--border);background:#fff;border-radius:999px;
  padding:12px 22px;font-size:14.5px;font-weight:600;color:var(--ink);
}

/* quote */
.quote{
  color:#fff;
  background:
    radial-gradient(circle at 85% 10%, rgba(242,183,5,.14), transparent 45%),
    linear-gradient(160deg,var(--green-dark),var(--blue) 100%);
}
.quote .section-head{color:#fff;margin-bottom:16px;}
.quote .section-head p{color:#e4f2e8;margin-bottom:0;}
.quote .eyebrow{color:var(--gold);}
.quote-form{
  max-width:760px;margin:0 auto;background:#fff;border-radius:14px;padding:18px 24px;color:var(--ink);
  display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;
}
.quote-form .full{grid-column:1/-1;}
.quote-form label{display:block;font-size:12px;font-weight:700;margin-bottom:3px;color:var(--ink-soft);}
.quote-form input,.quote-form select,.quote-form textarea{
  width:100%;padding:7px 10px;border:1px solid var(--border);border-radius:8px;font-size:13.5px;font-family:inherit;
}
.quote-form textarea{min-height:38px;resize:vertical;}
.cert-checks{display:flex;flex-wrap:wrap;gap:6px 14px;padding:7px 2px;}
.cert-check{display:flex!important;align-items:center;gap:5px;font-size:13.5px;font-weight:500;color:var(--ink);margin-bottom:0!important;width:auto;}
.cert-check input{width:auto!important;padding:0;}
.cert-other-input{margin-top:6px;}
.quote-form .submit-row{display:flex;align-items:center;gap:16px;margin-top:2px;}
.quote-form .btn-primary{background:var(--green);color:#fff;}
.quote-form .btn-primary:hover{background:var(--green-dark);}
.form-msg{font-size:14px;font-weight:600;}
.form-msg.ok{color:#0a7a3d;}
.form-msg.err{color:#b3261e;}

/* footer */
footer{
  background:var(--ink);color:#c3ccc4;padding:48px 0 28px;font-size:13.5px;
  scroll-snap-align:end;
}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px;margin-bottom:32px;}
footer h4{color:#fff;font-size:14px;margin:0 0 10px;}
footer .brand-line{color:#fff;font-weight:800;font-size:17px;margin-bottom:8px;}
.footer-bottom{border-top:1px solid #2a352c;padding-top:18px;color:#8a988c;}

@media (max-width:920px){
  html{scroll-snap-type:none;}
  section{min-height:auto;scroll-snap-align:none;display:block;padding:56px 0;}
  section .container{max-height:none;overflow-y:visible;}
  .hero .container{grid-template-columns:1fr;}
  .why-grid,.cert-grid,.global-grid{grid-template-columns:repeat(2,1fr);}
  .quote-form{grid-template-columns:1fr;padding:22px;}
  .footer-grid{grid-template-columns:1fr;}
}
@media (max-width:520px){
  .why-grid,.cert-grid,.global-grid{grid-template-columns:1fr;}
  .nav{flex-wrap:wrap;gap:10px;}
}
@media (max-height:720px) and (min-width:921px){
  section{padding:20px 0;}
  .cert-card,.why-card{padding-top:12px;padding-bottom:12px;}
}
