/* roulang page: index */
:root{
      --pg-green:#10251F;
      --pg-green-2:#123028;
      --pg-deep:#0D1714;
      --pg-mint:#64F4B4;
      --pg-mint-2:#46DFA2;
      --pg-cream:#F5F2EA;
      --pg-cream-2:#FBFAF6;
      --pg-warm:#EFECE3;
      --pg-amber:#F2A950;
      --pg-text:#171A18;
      --pg-muted:#66706A;
      --pg-line:rgba(16,37,31,.12);
      --pg-line-strong:rgba(16,37,31,.18);
      --pg-white:#FFFFFF;
      --radius-sm:14px;
      --radius-md:22px;
      --radius-lg:32px;
      --radius-xl:42px;
      --shadow-soft:0 18px 50px rgba(16,37,31,.08);
      --shadow-hover:0 26px 70px rgba(16,37,31,.13);
      --section:104px;
      --font:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
      --num:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--pg-text);
      background:
        radial-gradient(circle at 12% 6%, rgba(100,244,180,.18), transparent 26%),
        linear-gradient(180deg,var(--pg-cream) 0%,#fff 42%,var(--pg-cream-2) 100%);
      line-height:1.75;
      padding-bottom:0;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:color .22s ease,background .22s ease,border-color .22s ease,transform .22s ease}
    img{max-width:100%;display:block}
    button,input,select,textarea{font-family:inherit}
    ::selection{background:rgba(100,244,180,.45);color:var(--pg-deep)}
    .container-page{max-width:1200px;margin:0 auto;padding:0 24px}
    .section{padding:var(--section) 0}
    .section-tight{padding:76px 0}
    .section-title{max-width:760px;margin-bottom:40px}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid rgba(16,37,31,.12);
      border-radius:999px;
      background:rgba(255,255,255,.62);
      color:var(--pg-green);
      font-size:14px;
      font-weight:700;
      letter-spacing:.02em;
      backdrop-filter:blur(8px);
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--pg-mint-2);
      box-shadow:0 0 0 5px rgba(100,244,180,.18);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(38px,5.2vw,62px);
      line-height:1.12;
      letter-spacing:-.045em;
      font-weight:800;
      color:var(--pg-deep);
      margin:18px 0 22px;
    }
    h2{
      font-size:clamp(30px,3.5vw,44px);
      line-height:1.18;
      letter-spacing:-.035em;
      font-weight:800;
      color:var(--pg-deep);
      margin-bottom:16px;
    }
    h3{font-size:24px;line-height:1.28;font-weight:760;color:var(--pg-deep);letter-spacing:-.02em}
    .lead{font-size:18px;color:var(--pg-muted);line-height:1.85}
    .text-muted-pg{color:var(--pg-muted)}
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(245,242,234,.92);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(16,37,31,.09);
    }
    .navbar{min-height:78px;padding:0}
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:850;
      letter-spacing:-.02em;
      color:var(--pg-deep)!important;
    }
    .brand-mark{
      width:42px;height:42px;border-radius:15px;
      background:var(--pg-deep);
      color:var(--pg-mint);
      display:grid;place-items:center;
      font-weight:900;
      box-shadow:0 12px 30px rgba(16,37,31,.18);
      position:relative;
      overflow:hidden;
    }
    .brand-mark::after{
      content:"";
      position:absolute;
      inset:auto -8px -8px auto;
      width:22px;height:22px;border-radius:999px;
      background:var(--pg-mint);
      opacity:.28;
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.08}
    .brand-text strong{font-size:18px}
    .brand-text span{font-size:12px;color:var(--pg-muted);font-weight:650;letter-spacing:0}
    .navbar-toggler{
      border:1px solid var(--pg-line);
      border-radius:14px;
      padding:9px 11px;
      color:var(--pg-deep);
      box-shadow:none!important;
      background:#fff;
    }
    .navbar-nav{gap:8px;align-items:center}
    .nav-link{
      position:relative;
      color:rgba(23,26,24,.76)!important;
      font-weight:700;
      font-size:15px;
      padding:10px 14px!important;
      border-radius:999px;
    }
    .nav-link:hover{color:var(--pg-deep)!important;background:rgba(100,244,180,.14)}
    .nav-link.active{
      color:var(--pg-deep)!important;
      background:rgba(100,244,180,.23);
    }
    .nav-link.active::after{
      content:"";
      position:absolute;
      left:18px;right:18px;bottom:5px;height:2px;
      border-radius:99px;background:var(--pg-mint-2);
    }
    .btn-pg{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      border-radius:999px;
      padding:13px 22px;
      font-weight:760;
      border:1px solid transparent;
      transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease;
      white-space:nowrap;
      line-height:1.2;
    }
    .btn-pg i{transition:transform .22s ease}
    .btn-pg:hover i{transform:translateX(3px)}
    .btn-primary-pg{
      background:var(--pg-deep);
      color:var(--pg-cream)!important;
      box-shadow:0 14px 34px rgba(13,23,20,.18);
    }
    .btn-primary-pg:hover{background:#07100d;color:var(--pg-mint)!important;transform:translateY(-2px);box-shadow:0 18px 46px rgba(13,23,20,.24)}
    .btn-secondary-pg{
      background:rgba(255,255,255,.7);
      border-color:rgba(16,37,31,.16);
      color:var(--pg-deep)!important;
    }
    .btn-secondary-pg:hover{background:rgba(100,244,180,.16);border-color:rgba(70,223,162,.55);transform:translateY(-2px)}
    .btn-mint{
      background:var(--pg-mint);
      color:var(--pg-deep)!important;
      box-shadow:0 16px 42px rgba(100,244,180,.2);
    }
    .btn-mint:hover{background:#7af7c1;transform:translateY(-2px)}
    .hero{
      position:relative;
      padding:72px 0 52px;
      overflow:hidden;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(16,37,31,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16,37,31,.055) 1px, transparent 1px),
        url("/assets/images/backpic/back-1.webp");
      background-size:44px 44px,44px 44px,cover;
      background-position:center,center,center;
      opacity:.32;
      mask-image:linear-gradient(180deg,#000 0%,transparent 88%);
      pointer-events:none;
    }
    .hero .container-page{position:relative}
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0 28px}
    .hero-note{
      display:flex;
      gap:18px;
      flex-wrap:wrap;
      color:var(--pg-muted);
      font-size:14px;
      font-weight:650;
    }
    .hero-note span{display:inline-flex;align-items:center;gap:7px}
    .hero-note i{color:var(--pg-green)}
    .dashboard{
      background:linear-gradient(145deg,#fff 0%,#fbfaf6 58%,#eef8f0 100%);
      border:1px solid rgba(16,37,31,.11);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow-soft);
      padding:24px;
      position:relative;
      overflow:hidden;
    }
    .dashboard::before{
      content:"";
      position:absolute;
      width:180px;height:180px;border-radius:999px;
      background:rgba(100,244,180,.24);
      right:-60px;top:-60px;
      filter:blur(4px);
    }
    .dash-top{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:16px;
      position:relative;
      z-index:2;
      margin-bottom:18px;
    }
    .dash-title{font-weight:820;color:var(--pg-deep);font-size:17px}
    .status-pill{
      display:inline-flex;align-items:center;gap:7px;
      padding:7px 10px;border-radius:999px;
      background:rgba(16,37,31,.06);
      color:var(--pg-green);
      font-size:13px;font-weight:760;
    }
    .status-pill::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--pg-mint-2)}
    .dash-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;position:relative;z-index:2}
    .dash-card{
      border:1px solid rgba(16,37,31,.1);
      border-radius:24px;
      background:rgba(255,255,255,.76);
      padding:18px;
      min-height:130px;
      transition:.25s ease;
    }
    .dash-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(16,37,31,.1);border-color:rgba(70,223,162,.5)}
    .dash-card.big{grid-row:span 2;min-height:276px;background:var(--pg-deep);color:#fff}
    .dash-label{font-size:13px;color:var(--pg-muted);font-weight:700;margin-bottom:8px}
    .dash-card.big .dash-label{color:rgba(245,242,234,.68)}
    .dash-num{
      font-family:var(--num);
      font-size:34px;
      line-height:1;
      letter-spacing:-.035em;
      font-weight:850;
      color:var(--pg-deep);
      margin-bottom:8px;
    }
    .dash-card.big .dash-num{font-size:54px;color:var(--pg-mint)}
    .dash-desc{font-size:14px;color:var(--pg-muted);line-height:1.65;margin:0}
    .dash-card.big .dash-desc{color:rgba(245,242,234,.78)}
    .bars{display:flex;align-items:flex-end;gap:8px;height:94px;margin:22px 0}
    .bar{flex:1;border-radius:999px 999px 6px 6px;background:linear-gradient(180deg,var(--pg-mint),rgba(100,244,180,.2));min-height:18px}
    .bar:nth-child(1){height:42%}.bar:nth-child(2){height:68%}.bar:nth-child(3){height:52%}.bar:nth-child(4){height:84%}.bar:nth-child(5){height:62%}
    .mini-line{
      width:100%;
      height:32px;
      background:
        linear-gradient(135deg, transparent 0 18%, rgba(70,223,162,.45) 18% 22%, transparent 22% 42%, rgba(70,223,162,.55) 42% 47%, transparent 47% 70%, rgba(70,223,162,.65) 70% 75%, transparent 75%);
      border-bottom:1px solid rgba(16,37,31,.08);
    }
    .metric-strip{margin-top:28px}
    .metric-card{
      position:relative;
      height:100%;
      background:#fff;
      border:1px solid var(--pg-line);
      border-radius:26px;
      padding:24px;
      box-shadow:0 12px 36px rgba(16,37,31,.05);
      overflow:hidden;
      transition:.24s ease;
    }
    .metric-card::after{
      content:"";
      position:absolute;
      top:18px;right:18px;
      width:10px;height:10px;border-radius:999px;
      background:var(--pg-mint-2);
      box-shadow:0 0 0 7px rgba(100,244,180,.14);
    }
    .metric-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:rgba(70,223,162,.42)}
    .metric-number{font-size:34px;font-weight:850;letter-spacing:-.035em;color:var(--pg-deep);font-family:var(--num);margin-bottom:8px}
    .metric-label{font-weight:800;color:var(--pg-green);margin-bottom:8px}
    .metric-card p{color:var(--pg-muted);font-size:14px;margin:0}
    .service-section{background:linear-gradient(180deg,#fff 0%,var(--pg-cream-2) 100%)}
    .sticky-copy{position:sticky;top:110px}
    .matrix-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
    .matrix-card{
      grid-column:span 3;
      min-height:212px;
      border:1px solid var(--pg-line);
      border-radius:30px;
      background:#fff;
      padding:28px;
      box-shadow:0 14px 42px rgba(16,37,31,.055);
      transition:.24s ease;
      position:relative;
      overflow:hidden;
    }
    .matrix-card.wide{grid-column:span 6;background:linear-gradient(135deg,var(--pg-deep),#18372f);color:#fff}
    .matrix-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:rgba(70,223,162,.44)}
    .matrix-no{
      display:inline-flex;align-items:center;justify-content:center;
      width:34px;height:34px;border-radius:13px;
      background:rgba(100,244,180,.18);
      color:var(--pg-green);
      font-weight:850;
      margin-bottom:16px;
    }
    .matrix-card.wide .matrix-no{background:rgba(100,244,180,.22);color:var(--pg-mint)}
    .matrix-card.wide h3{color:#fff}
    .matrix-card p{color:var(--pg-muted);margin-bottom:18px}
    .matrix-card.wide p{color:rgba(245,242,234,.76)}
    .tag-row{display:flex;gap:8px;flex-wrap:wrap}
    .tag{
      display:inline-flex;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(16,37,31,.055);
      color:var(--pg-green);
      font-size:12px;
      font-weight:760;
    }
    .matrix-card.wide .tag{background:rgba(255,255,255,.1);color:var(--pg-mint)}
    .compare-wrap{
      display:grid;
      grid-template-columns:1fr 70px 1fr;
      gap:20px;
      align-items:stretch;
    }
    .compare-card{
      border-radius:34px;
      padding:34px;
      border:1px solid var(--pg-line);
      background:#fff;
      box-shadow:var(--shadow-soft);
    }
    .compare-card.after{background:var(--pg-deep);color:#fff;border-color:rgba(100,244,180,.2)}
    .compare-card.after h3{color:#fff}
    .compare-card.after p,.compare-card.after li{color:rgba(245,242,234,.76)}
    .compare-list{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:14px}
    .compare-list li{display:flex;gap:10px;align-items:flex-start;color:var(--pg-muted)}
    .compare-list i{margin-top:5px;color:var(--pg-amber)}
    .after .compare-list i{color:var(--pg-mint)}
    .compare-arrow{
      display:grid;place-items:center;
      color:var(--pg-green);
      font-size:34px;
    }
    .topics-section{background:var(--pg-cream)}
    .topic-card{
      height:100%;
      background:#fff;
      border:1px solid var(--pg-line);
      border-radius:30px;
      overflow:hidden;
      box-shadow:0 12px 36px rgba(16,37,31,.055);
      transition:.24s ease;
      display:flex;
      flex-direction:column;
    }
    .topic-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:rgba(70,223,162,.45)}
    .topic-img{
      height:184px;
      background:linear-gradient(135deg,#dfeadf,#fff);
      overflow:hidden;
    }
    .topic-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
    .topic-card:hover .topic-img img{transform:scale(1.045)}
    .topic-body{padding:24px;display:flex;flex-direction:column;flex:1}
    .topic-body h3{font-size:21px;margin:14px 0 10px}
    .topic-body p{color:var(--pg-muted);font-size:15px;margin-bottom:20px}
    .read-link{margin-top:auto;color:var(--pg-green);font-weight:800;display:inline-flex;gap:8px;align-items:center}
    .read-link:hover{color:#000}
    .process-panel{
      border-radius:38px;
      border:1px solid rgba(16,37,31,.1);
      background:
        linear-gradient(135deg,rgba(255,255,255,.92),rgba(251,250,246,.84)),
        url("/assets/images/backpic/back-2.webp") center/cover;
      box-shadow:var(--shadow-soft);
      padding:40px;
      overflow:hidden;
    }
    .process-step{
      display:flex;
      gap:18px;
      padding:22px;
      border-radius:24px;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(16,37,31,.08);
      height:100%;
      transition:.24s ease;
    }
    .process-step:hover{transform:translateY(-4px);border-color:rgba(70,223,162,.45)}
    .step-num{
      flex:0 0 44px;
      width:44px;height:44px;
      border-radius:16px;
      display:grid;place-items:center;
      background:var(--pg-deep);
      color:var(--pg-mint);
      font-weight:850;
    }
    .process-step h3{font-size:20px;margin-bottom:8px}
    .process-step p{font-size:14px;color:var(--pg-muted);margin:0}
    .accordion{display:grid;gap:14px}
    .accordion-item{
      border:1px solid var(--pg-line)!important;
      border-radius:22px!important;
      overflow:hidden;
      background:#fff;
      box-shadow:0 10px 26px rgba(16,37,31,.04);
    }
    .accordion-button{
      padding:22px 24px;
      font-weight:800;
      color:var(--pg-deep);
      background:#fff;
      box-shadow:none!important;
      border-radius:22px!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--pg-deep);
      background:rgba(100,244,180,.12);
    }
    .accordion-button:focus{
      box-shadow:0 0 0 4px rgba(100,244,180,.18)!important;
      border-color:rgba(70,223,162,.52);
    }
    .accordion-button::after{
      width:32px;height:32px;border-radius:999px;
      background-color:rgba(16,37,31,.06);
      background-position:center;
      background-size:14px;
    }
    .accordion-body{padding:0 24px 24px;color:var(--pg-muted)}
    .cta-panel{
      border-radius:42px;
      background:
        radial-gradient(circle at 12% 16%,rgba(100,244,180,.18),transparent 28%),
        linear-gradient(135deg,var(--pg-deep),#132923);
      color:#fff;
      padding:42px;
      overflow:hidden;
      position:relative;
    }
    .cta-panel h2{color:#fff}
    .cta-panel .lead{color:rgba(245,242,234,.76)}
    .check-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px}
    .check-list li{display:flex;gap:10px;color:rgba(245,242,234,.8)}
    .check-list i{color:var(--pg-mint);margin-top:5px}
    .consult-form{
      background:rgba(251,250,246,.98);
      border-radius:30px;
      padding:28px;
      border:1px solid rgba(100,244,180,.18);
      box-shadow:0 22px 60px rgba(0,0,0,.18);
      color:var(--pg-text);
    }
    .form-label{font-size:14px;font-weight:800;color:var(--pg-green)}
    .form-control,.form-select{
      min-height:52px;
      border-radius:16px;
      border:1px solid rgba(16,37,31,.14);
      background:#fff;
      color:var(--pg-text);
      box-shadow:none!important;
      padding:12px 15px;
    }
    textarea.form-control{min-height:116px}
    .form-control:focus,.form-select:focus{
      border-color:var(--pg-mint-2);
      box-shadow:0 0 0 4px rgba(100,244,180,.18)!important;
    }
    .form-text-pg{font-size:13px;color:var(--pg-muted);margin-top:12px;line-height:1.6}
    .site-footer{
      background:var(--pg-deep);
      color:rgba(245,242,234,.78);
      padding:70px 0 28px;
    }
    .footer-brand{display:flex;gap:12px;align-items:center;margin-bottom:18px}
    .footer-brand strong{color:#fff;font-size:20px}
    .footer-title{color:#fff;font-weight:850;margin-bottom:14px}
    .footer-links{display:grid;gap:10px}
    .footer-links a{color:rgba(245,242,234,.72)}
    .footer-links a:hover{color:var(--pg-mint);transform:translateX(3px)}
    .footer-bottom{
      border-top:1px solid rgba(245,242,234,.12);
      margin-top:42px;
      padding-top:22px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      font-size:14px;
      color:rgba(245,242,234,.58);
    }
    .mobile-tabs{
      display:none;
      position:fixed;
      left:0;right:0;bottom:0;
      z-index:1001;
      height:68px;
      background:rgba(251,250,246,.96);
      border-top:1px solid rgba(16,37,31,.12);
      backdrop-filter:blur(14px);
      padding:7px 10px calc(7px + env(safe-area-inset-bottom));
    }
    .mobile-tabs .tab-item{
      flex:1;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:2px;
      color:var(--pg-muted);
      font-size:12px;
      font-weight:760;
      border-radius:16px;
      position:relative;
    }
    .mobile-tabs .tab-item i{font-size:18px}
    .mobile-tabs .tab-item.active{
      color:var(--pg-deep);
      background:rgba(100,244,180,.18);
    }
    .mobile-tabs .tab-item.active::before{
      content:"";
      position:absolute;
      top:5px;
      width:5px;height:5px;border-radius:999px;
      background:var(--pg-mint-2);
    }
    @media (max-width: 991.98px){
      :root{--section:76px}
      .navbar-collapse{
        padding:14px 0 18px;
        border-top:1px solid rgba(16,37,31,.09);
        margin-top:10px;
      }
      .navbar-nav{align-items:stretch}
      .nav-cta{margin-top:10px}
      .dash-grid{grid-template-columns:1fr}
      .dash-card.big{grid-row:auto}
      .sticky-copy{position:static;margin-bottom:26px}
      .matrix-card,.matrix-card.wide{grid-column:span 6}
      .compare-wrap{grid-template-columns:1fr}
      .compare-arrow{transform:rotate(90deg);padding:4px 0}
      .process-panel{padding:28px}
      .cta-panel{padding:32px}
    }
    @media (max-width: 767.98px){
      body{padding-bottom:78px}
      .container-page{padding:0 18px}
      .hero{padding:48px 0 38px}
      .lead{font-size:16px}
      .hero-actions .btn-pg{width:100%}
      .metric-card{padding:20px;border-radius:22px}
      .metric-number{font-size:28px}
      .mobile-tabs{display:flex}
      .site-footer{padding-bottom:96px}
      .topic-img{height:168px}
      .compare-card,.cta-panel{border-radius:30px;padding:26px}
      .consult-form{border-radius:24px;padding:22px}
      .footer-bottom{display:block}
    }
    @media (max-width: 575.98px){
      .brand-text span{display:none}
      .section-title{margin-bottom:28px}
      .dashboard{padding:18px;border-radius:30px}
      .dash-card.big .dash-num{font-size:42px}
      .metric-strip .col-6{padding-left:7px;padding-right:7px}
      .matrix-card{padding:22px;border-radius:24px}
      .process-step{padding:18px}
      .btn-pg{padding:12px 18px}
      h1{letter-spacing:-.035em}
    }

/* roulang page: category1 */
:root{
      --pg-primary:#10251F;
      --pg-primary-2:#123028;
      --pg-dark:#0D1714;
      --pg-text:#171A18;
      --pg-muted:#66706A;
      --pg-soft:#F5F2EA;
      --pg-soft-2:#EFECE3;
      --pg-card:#FFFFFF;
      --pg-card-warm:#FBFAF6;
      --pg-mint:#64F4B4;
      --pg-mint-2:#46DFA2;
      --pg-amber:#F2A950;
      --pg-border:rgba(16,37,31,.12);
      --pg-border-dark:rgba(255,255,255,.16);
      --pg-shadow:0 18px 50px rgba(16,37,31,.08);
      --pg-shadow-hover:0 24px 70px rgba(16,37,31,.13);
      --pg-radius-sm:14px;
      --pg-radius:24px;
      --pg-radius-lg:32px;
      --pg-container:1200px;
      --pg-font:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--pg-font);
      color:var(--pg-text);
      background:
        radial-gradient(circle at 8% 8%, rgba(100,244,180,.18), transparent 28%),
        radial-gradient(circle at 92% 4%, rgba(242,169,80,.10), transparent 24%),
        var(--pg-soft);
      line-height:1.75;
      overflow-x:hidden;
      padding-bottom:0;
    }
    a{color:inherit;text-decoration:none;transition:color .22s ease,background .22s ease,border-color .22s ease,transform .22s ease}
    img{max-width:100%;display:block}
    button,input,select,textarea{font-family:inherit}
    ::selection{background:rgba(100,244,180,.45);color:var(--pg-primary)}

    .container-page{
      width:min(var(--pg-container), calc(100% - 40px));
      margin:0 auto;
    }
    .section{
      padding:92px 0;
      position:relative;
    }
    .section-tight{padding:70px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid var(--pg-border);
      border-radius:999px;
      background:rgba(255,255,255,.64);
      color:var(--pg-primary);
      font-size:14px;
      font-weight:700;
      letter-spacing:.02em;
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--pg-mint-2);
      box-shadow:0 0 0 5px rgba(100,244,180,.18);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(36px,5vw,58px);
      line-height:1.12;
      letter-spacing:-.04em;
      font-weight:800;
      margin:18px 0 20px;
      color:var(--pg-primary);
    }
    h2{
      font-size:clamp(28px,3.2vw,42px);
      line-height:1.18;
      letter-spacing:-.035em;
      font-weight:800;
      color:var(--pg-primary);
      margin-bottom:18px;
    }
    h3{
      font-size:22px;
      line-height:1.32;
      font-weight:800;
      color:var(--pg-primary);
    }
    .lead{
      font-size:18px;
      color:var(--pg-muted);
      max-width:720px;
      line-height:1.85;
    }
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:28px;
      margin-bottom:36px;
    }
    .section-head p{
      color:var(--pg-muted);
      max-width:520px;
      margin-bottom:0;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(245,242,234,.92);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(16,37,31,.10);
    }
    .navbar{min-height:78px;padding:0}
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:var(--pg-primary);
      padding:14px 0;
      margin-right:24px;
    }
    .brand-mark{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:44px;
      height:44px;
      border-radius:16px;
      background:var(--pg-primary);
      color:var(--pg-mint);
      font-weight:900;
      letter-spacing:-.04em;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.10),0 12px 30px rgba(16,37,31,.18);
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.25}
    .brand-text strong{font-size:18px;letter-spacing:-.02em}
    .brand-text span{font-size:12px;color:var(--pg-muted);font-weight:600}
    .navbar-nav{align-items:center;gap:6px}
    .nav-link{
      position:relative;
      padding:12px 16px!important;
      color:var(--pg-muted);
      font-weight:700;
      font-size:15px;
      border-radius:999px;
    }
    .nav-link:hover,.nav-link:focus{color:var(--pg-primary);background:rgba(100,244,180,.12)}
    .nav-link.active{
      color:var(--pg-primary);
      background:rgba(100,244,180,.18);
    }
    .nav-link.active::after{
      content:"";
      position:absolute;
      left:18px;
      right:18px;
      bottom:7px;
      height:2px;
      border-radius:99px;
      background:var(--pg-mint-2);
    }
    .navbar-toggler{
      border:1px solid var(--pg-border);
      border-radius:14px;
      width:44px;
      height:44px;
      color:var(--pg-primary);
      background:rgba(255,255,255,.64);
      box-shadow:none!important;
      display:inline-flex;
      align-items:center;
      justify-content:center;
    }
    .navbar-toggler:focus{box-shadow:0 0 0 4px rgba(100,244,180,.18)!important}
    .navbar-toggler i{font-size:24px}

    .btn-pg{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      border-radius:999px;
      padding:12px 21px;
      font-weight:800;
      line-height:1.2;
      border:1px solid transparent;
      transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease;
      cursor:pointer;
      white-space:nowrap;
    }
    .btn-pg i{transition:transform .22s ease}
    .btn-pg:hover i{transform:translateX(4px)}
    .btn-primary-pg{
      background:var(--pg-primary);
      color:#F8FFF9;
      box-shadow:0 14px 34px rgba(16,37,31,.18);
    }
    .btn-primary-pg:hover,.btn-primary-pg:focus{
      background:#08120F;
      color:var(--pg-mint);
      transform:translateY(-2px);
      box-shadow:0 18px 45px rgba(16,37,31,.22);
    }
    .btn-secondary-pg{
      background:rgba(255,255,255,.78);
      color:var(--pg-primary);
      border-color:var(--pg-border);
    }
    .btn-secondary-pg:hover,.btn-secondary-pg:focus{
      background:rgba(100,244,180,.16);
      border-color:rgba(70,223,162,.52);
      color:var(--pg-primary);
      transform:translateY(-2px);
    }
    .btn-accent-pg{
      background:var(--pg-mint);
      color:var(--pg-dark);
      box-shadow:0 18px 44px rgba(100,244,180,.20);
    }
    .btn-accent-pg:hover,.btn-accent-pg:focus{
      background:#8CFFD0;
      color:var(--pg-dark);
      transform:translateY(-2px);
    }

    .category-hero{
      padding:74px 0 56px;
      overflow:hidden;
      background:
        linear-gradient(90deg, rgba(245,242,234,.94), rgba(245,242,234,.76)),
        url("/assets/images/backpic/back-2.webp") center/cover no-repeat;
      border-bottom:1px solid var(--pg-border);
    }
    .breadcrumb-pg{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      color:var(--pg-muted);
      font-size:14px;
      font-weight:700;
      margin-bottom:12px;
    }
    .breadcrumb-pg a{color:var(--pg-primary)}
    .breadcrumb-pg a:hover{color:#0b6b4b}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
    .hero-panel{
      position:relative;
      padding:22px;
      border-radius:var(--pg-radius-lg);
      background:rgba(251,250,246,.86);
      border:1px solid rgba(16,37,31,.13);
      box-shadow:var(--pg-shadow);
      overflow:hidden;
    }
    .hero-panel::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(135deg, rgba(100,244,180,.20), transparent 35%),
        repeating-linear-gradient(0deg, rgba(16,37,31,.05) 0 1px, transparent 1px 42px),
        repeating-linear-gradient(90deg, rgba(16,37,31,.04) 0 1px, transparent 1px 42px);
      pointer-events:none;
    }
    .hero-cover{
      position:relative;
      height:230px;
      border-radius:26px;
      overflow:hidden;
      border:1px solid var(--pg-border);
      background:var(--pg-primary);
    }
    .hero-cover img{
      width:100%;
      height:100%;
      object-fit:cover;
      opacity:.78;
      mix-blend-mode:multiply;
    }
    .hero-cover-label{
      position:absolute;
      left:20px;
      right:20px;
      bottom:20px;
      padding:18px;
      border-radius:22px;
      background:rgba(13,23,20,.88);
      color:#fff;
    }
    .hero-cover-label strong{display:block;font-size:22px;margin-bottom:4px}
    .hero-cover-label span{color:rgba(255,255,255,.74);font-size:14px}
    .mini-stat-row{
      position:relative;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:14px;
    }
    .mini-stat{
      padding:16px;
      border-radius:20px;
      background:#fff;
      border:1px solid var(--pg-border);
    }
    .mini-stat strong{
      display:block;
      font-size:22px;
      color:var(--pg-primary);
      line-height:1.1;
      letter-spacing:-.03em;
    }
    .mini-stat span{font-size:13px;color:var(--pg-muted);font-weight:700}

    .filter-bar{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      padding:16px;
      border:1px solid var(--pg-border);
      border-radius:28px;
      background:rgba(255,255,255,.62);
      box-shadow:0 16px 44px rgba(16,37,31,.05);
    }
    .filter-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 15px;
      border-radius:999px;
      border:1px solid var(--pg-border);
      background:#fff;
      color:var(--pg-muted);
      font-size:14px;
      font-weight:800;
    }
    .filter-pill:hover{
      transform:translateY(-2px);
      border-color:rgba(70,223,162,.55);
      color:var(--pg-primary);
      background:rgba(100,244,180,.13);
    }
    .filter-pill.active{
      background:var(--pg-primary);
      border-color:var(--pg-primary);
      color:var(--pg-mint);
    }

    .feature-layout{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:22px;
      align-items:stretch;
    }
    .feature-card,.compact-card,.grid-card,.process-card,.note-banner,.faq-wrap,.cta-panel{
      border:1px solid var(--pg-border);
      border-radius:var(--pg-radius-lg);
      background:rgba(255,255,255,.78);
      box-shadow:var(--pg-shadow);
      transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
    }
    .feature-card:hover,.compact-card:hover,.grid-card:hover,.process-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--pg-shadow-hover);
      border-color:rgba(70,223,162,.48);
    }
    .feature-card{
      overflow:hidden;
      display:grid;
      grid-template-columns:.94fr 1.06fr;
      min-height:390px;
    }
    .feature-img{
      min-height:100%;
      background:var(--pg-primary);
      overflow:hidden;
      position:relative;
    }
    .feature-img img{width:100%;height:100%;object-fit:cover;opacity:.86}
    .feature-img::after{
      content:"PG";
      position:absolute;
      right:18px;
      bottom:10px;
      font-size:88px;
      line-height:1;
      color:rgba(100,244,180,.34);
      font-weight:900;
      letter-spacing:-.08em;
    }
    .feature-body{padding:34px}
    .tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(100,244,180,.14);
      color:var(--pg-primary);
      font-size:13px;
      font-weight:800;
    }
    .tag.dark{background:rgba(13,23,20,.08)}
    .feature-body h2{font-size:34px;margin:18px 0 14px}
    .feature-body p{color:var(--pg-muted);margin-bottom:22px}
    .feature-list{
      display:grid;
      gap:12px;
      padding:0;
      margin:0 0 24px;
      list-style:none;
    }
    .feature-list li{
      display:flex;
      gap:10px;
      color:var(--pg-text);
      font-weight:650;
    }
    .feature-list i{color:#0b8f64;margin-top:4px}
    .compact-stack{display:grid;gap:16px}
    .compact-card{padding:24px;background:#fff}
    .compact-card .num{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:34px;
      height:34px;
      border-radius:12px;
      background:var(--pg-primary);
      color:var(--pg-mint);
      font-weight:900;
      margin-bottom:14px;
    }
    .compact-card p{margin:0;color:var(--pg-muted)}

    .grid-solutions{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:20px;
    }
    .grid-card{
      padding:28px;
      background:linear-gradient(180deg,#fff,rgba(251,250,246,.92));
      min-height:245px;
      position:relative;
      overflow:hidden;
    }
    .grid-card.wide{grid-column:span 2;background:var(--pg-primary);color:#fff}
    .grid-card.wide h3{color:#fff}
    .grid-card.wide p{color:rgba(255,255,255,.76)}
    .grid-card p{color:var(--pg-muted);margin-bottom:22px}
    .grid-card .icon{
      width:48px;
      height:48px;
      border-radius:18px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:rgba(100,244,180,.15);
      color:var(--pg-primary);
      font-size:22px;
      margin-bottom:18px;
    }
    .grid-card.wide .icon{background:rgba(100,244,180,.18);color:var(--pg-mint)}
    .micro-tags{display:flex;gap:8px;flex-wrap:wrap}
    .micro-tags span{
      padding:6px 9px;
      border-radius:999px;
      border:1px solid var(--pg-border);
      color:var(--pg-muted);
      font-size:12px;
      font-weight:800;
      background:rgba(255,255,255,.58);
    }
    .grid-card.wide .micro-tags span{
      border-color:rgba(255,255,255,.18);
      color:rgba(255,255,255,.78);
      background:rgba(255,255,255,.08);
    }

    .process-panel{
      background:var(--pg-card-warm);
      border-top:1px solid var(--pg-border);
      border-bottom:1px solid var(--pg-border);
    }
    .process-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }
    .process-card{
      padding:26px;
      background:#fff;
      box-shadow:none;
      position:relative;
    }
    .process-card::before{
      content:"";
      position:absolute;
      top:0;
      left:26px;
      right:26px;
      height:3px;
      border-radius:99px;
      background:linear-gradient(90deg,var(--pg-mint),transparent);
    }
    .process-card strong{
      display:block;
      color:var(--pg-primary);
      font-size:28px;
      line-height:1;
      margin-bottom:16px;
      letter-spacing:-.04em;
    }
    .process-card p{color:var(--pg-muted);margin:0}

    .note-banner{
      padding:34px;
      background:
        linear-gradient(120deg, rgba(13,23,20,.96), rgba(18,48,40,.96)),
        url("/assets/images/backpic/back-3.webp") center/cover no-repeat;
      color:#fff;
      overflow:hidden;
      position:relative;
    }
    .note-banner h2{color:#fff;margin-bottom:8px}
    .note-banner p{color:rgba(255,255,255,.72);margin-bottom:0}
    .note-metrics{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
      margin-top:22px;
    }
    .note-metric{
      padding:18px;
      border-radius:22px;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.06);
    }
    .note-metric strong{display:block;font-size:26px;color:var(--pg-mint);line-height:1}
    .note-metric span{font-size:14px;color:rgba(255,255,255,.72);font-weight:700}

    .accordion{display:grid;gap:14px}
    .accordion-item{
      border:1px solid var(--pg-border)!important;
      border-radius:22px!important;
      overflow:hidden;
      background:#fff;
      box-shadow:none;
    }
    .accordion-button{
      padding:21px 24px;
      font-weight:800;
      color:var(--pg-primary);
      background:#fff;
      box-shadow:none!important;
      border:0;
      line-height:1.5;
    }
    .accordion-button:not(.collapsed){
      background:rgba(100,244,180,.10);
      color:var(--pg-primary);
    }
    .accordion-button:focus{
      box-shadow:inset 0 0 0 3px rgba(100,244,180,.20)!important;
      border-color:transparent;
    }
    .accordion-button::after{
      background-image:none;
      content:"\F4FE";
      font-family:"bootstrap-icons";
      width:32px;
      height:32px;
      border-radius:50%;
      background:rgba(16,37,31,.08);
      display:flex;
      align-items:center;
      justify-content:center;
      color:var(--pg-primary);
      transform:none;
      transition:transform .22s ease,background .22s ease;
      font-size:18px;
    }
    .accordion-button:not(.collapsed)::after{
      content:"\F2EA";
      background:var(--pg-primary);
      color:var(--pg-mint);
    }
    .accordion-body{
      padding:0 24px 22px;
      color:var(--pg-muted);
      line-height:1.85;
    }

    .cta-panel{
      padding:38px;
      background:var(--pg-dark);
      color:#fff;
      overflow:hidden;
      position:relative;
    }
    .cta-panel::before{
      content:"";
      position:absolute;
      width:320px;
      height:320px;
      right:-100px;
      top:-120px;
      border-radius:50%;
      background:rgba(100,244,180,.16);
      filter:blur(3px);
    }
    .cta-panel h2{color:#fff}
    .cta-panel p{color:rgba(255,255,255,.72)}
    .quick-form{
      position:relative;
      padding:22px;
      border-radius:26px;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.07);
    }
    .form-label{
      font-size:14px;
      font-weight:800;
      color:rgba(255,255,255,.84);
      margin-bottom:8px;
    }
    .form-control,.form-select{
      min-height:50px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(251,250,246,.96);
      color:var(--pg-text);
      box-shadow:none!important;
    }
    .form-control:focus,.form-select:focus{
      border-color:var(--pg-mint);
      box-shadow:0 0 0 4px rgba(100,244,180,.18)!important;
    }
    textarea.form-control{min-height:108px;resize:vertical}
    .check-list{
      list-style:none;
      padding:0;
      margin:22px 0 0;
      display:grid;
      gap:10px;
    }
    .check-list li{
      display:flex;
      gap:10px;
      color:rgba(255,255,255,.78);
      font-weight:650;
    }
    .check-list i{color:var(--pg-mint);margin-top:4px}

    .site-footer{
      background:var(--pg-dark);
      color:rgba(255,255,255,.76);
      padding:64px 0 24px;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:16px;
      color:#fff;
    }
    .footer-brand strong{font-size:20px;color:#fff}
    .footer-brand div div{font-size:13px;color:rgba(255,255,255,.62);font-weight:650}
    .site-footer p{color:rgba(255,255,255,.62);margin-bottom:0;max-width:460px}
    .footer-title{
      color:#fff;
      font-weight:900;
      margin-bottom:14px;
    }
    .footer-links{display:grid;gap:9px}
    .footer-links a{color:rgba(255,255,255,.62)}
    .footer-links a:hover{color:var(--pg-mint);transform:translateX(4px)}
    .footer-bottom{
      margin-top:44px;
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.10);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      color:rgba(255,255,255,.50);
      font-size:14px;
    }

    .mobile-tab{
      position:fixed;
      left:0;
      right:0;
      bottom:0;
      z-index:1001;
      display:none;
      height:68px;
      background:rgba(251,250,246,.96);
      backdrop-filter:blur(16px);
      border-top:1px solid var(--pg-border);
      box-shadow:0 -14px 34px rgba(16,37,31,.08);
    }
    .mobile-tab-inner{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      height:100%;
      width:100%;
    }
    .mobile-tab a{
      position:relative;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:2px;
      font-size:12px;
      font-weight:800;
      color:var(--pg-muted);
    }
    .mobile-tab i{font-size:20px}
    .mobile-tab a.active{color:var(--pg-primary)}
    .mobile-tab a.active::before{
      content:"";
      position:absolute;
      top:8px;
      width:6px;
      height:6px;
      border-radius:50%;
      background:var(--pg-mint-2);
    }
    .mobile-tab a:hover{color:var(--pg-primary);background:rgba(100,244,180,.10)}

    @media (max-width: 1199px){
      .container-page{width:min(100% - 32px, var(--pg-container))}
      .feature-card{grid-template-columns:1fr}
      .feature-img{min-height:250px}
      .grid-solutions{grid-template-columns:repeat(2,1fr)}
      .process-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width: 991px){
      .navbar-collapse{
        padding:12px 0 18px;
        border-top:1px solid var(--pg-border);
      }
      .navbar-nav{align-items:stretch}
      .nav-cta{padding:8px 0 0}
      .nav-cta .btn-pg{width:100%}
      .category-hero{padding:52px 0 44px}
      .feature-layout{grid-template-columns:1fr}
      .section-head{align-items:flex-start;flex-direction:column}
      .mini-stat-row{grid-template-columns:repeat(3,1fr)}
      .footer-bottom{flex-direction:column;align-items:flex-start}
    }
    @media (max-width: 767px){
      body{padding-bottom:78px}
      .mobile-tab{display:block}
      .section{padding:62px 0}
      .section-tight{padding:52px 0}
      .container-page{width:min(100% - 24px, var(--pg-container))}
      .brand-text span{display:none}
      .brand-mark{width:40px;height:40px;border-radius:14px}
      .lead{font-size:16px}
      .hero-actions .btn-pg{width:100%}
      .hero-panel{padding:14px;border-radius:26px}
      .hero-cover{height:210px;border-radius:22px}
      .mini-stat-row{grid-template-columns:1fr}
      .filter-bar{border-radius:22px;padding:12px;gap:8px}
      .filter-pill{font-size:13px;padding:9px 12px}
      .feature-body{padding:24px}
      .feature-body h2{font-size:28px}
      .grid-solutions{grid-template-columns:1fr}
      .grid-card.wide{grid-column:auto}
      .process-grid{grid-template-columns:1fr}
      .note-metrics{grid-template-columns:1fr}
      .cta-panel{padding:26px}
    }
    @media (max-width: 520px){
      .navbar{min-height:68px}
      .category-hero{padding-top:42px}
      h1{font-size:35px}
      .feature-img{min-height:210px}
      .hero-cover-label{left:14px;right:14px;bottom:14px;padding:15px}
      .hero-cover-label strong{font-size:19px}
      .compact-card,.grid-card,.process-card{padding:22px}
      .accordion-button{padding:18px 18px}
      .accordion-body{padding:0 18px 18px}
      .site-footer{padding-bottom:94px}
    }
