    :root{
      --green:#079765;
      --green-dark:#056b4b;
      --green-soft:#ecfbf5;
      --green-soft-2:#f4fcf8;
      --ink:#0f201a;
      --muted:#5f716a;
      --line:#dbe9e3;
      --white:#fff;
      --shadow:0 26px 70px rgba(12,64,44,.10);
      --radius:8px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;font-family:"Noto Sans SC","Microsoft YaHei",sans-serif;color:var(--ink);background:#fff;letter-spacing:0}
    a{text-decoration:none;color:inherit}
    button{font:inherit}
    .shell{width:min(1240px,calc(100% - 48px));margin-inline:auto}
    .site-header{height:68px;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}
    .nav-wrap{height:100%;display:flex;align-items:center;gap:28px}
    .brand{display:flex;align-items:center;gap:9px;white-space:nowrap}
    .brand i{font-size:27px;color:var(--green)}
    .brand strong{font-size:21px}
    .main-nav{display:flex;align-items:stretch;justify-content:center;gap:28px;height:100%;flex:1}
    .main-nav a{display:flex;align-items:center;font-size:14px;position:relative}
    .main-nav a::after{content:"";position:absolute;height:2px;left:50%;right:50%;bottom:0;background:var(--green);transition:.22s}
    .main-nav a:hover::after,.main-nav a.active::after{left:0;right:0}
    .nav-actions{display:flex;align-items:center;gap:20px;font-size:14px}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:5px;font-weight:700;min-height:44px;padding:0 24px;border:1px solid transparent;cursor:pointer}
    .btn-primary{background:var(--green);color:#fff;box-shadow:0 14px 26px rgba(7,151,101,.22)}
    .btn-outline{border-color:rgba(255,255,255,.55);color:#fff}
    .btn-light{background:#fff;color:var(--green)}
    .btn-sm{min-height:38px;padding:0 16px}
    .menu-toggle{display:none;border:0;background:transparent;font-size:27px;color:var(--ink)}

    .access-hero{position:relative;overflow:hidden;background:url("../img/news/znmj.png") no-repeat;    background-size: cover;color:#fff}
  /*   .access-hero::before{content:"";position:absolute;inset:0;background:
      linear-gradient(90deg,rgba(4,89,61,.88) 0%,rgba(7,151,101,.92) 54%,rgba(7,151,101,.76) 100%),
      url("../img/news/industry-billiards.jpg") center/cover} */
    .access-hero-inner{position:relative;min-height:538px;display:flex;align-items:center;gap:56px}
    .hero-copy{width:44%}
    .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;margin-bottom:18px;opacity:.95}
    .eyebrow::before{content:"";width:22px;height:2px;background:#fff}
    .hero-copy h1{font-size:58px;line-height:1.12;margin:0 0 22px;font-weight:800}
    .hero-copy h1 span{display:block}
    .hero-copy p{font-size:17px;line-height:1.9;margin:0;color:rgba(255,255,255,.86)}
    .hero-actions{display:flex;gap:14px;margin-top:48px}
    .hero-visual{width:56%;position:relative}
    .access-video{aspect-ratio:1600/880;border-radius:8px;border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.14);box-shadow:0 34px 80px rgba(0,0,0,.18);position:relative;overflow:hidden}
    .access-video::before{content:"";position:absolute;inset:0;background:url("../img/news/hero-store.png") center/cover;opacity:.45}
    .access-video::after{content:"1600 x 880";position:absolute;right:22px;bottom:18px;color:rgba(255,255,255,.62);font-weight:700}
    .play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:74px;height:74px;border-radius:50%;background:#fff;color:var(--green);display:flex;align-items:center;justify-content:center;font-size:30px;box-shadow:0 20px 48px rgba(0,0,0,.18)}

    .fact-strip{background:#fff;border-bottom:1px solid var(--line)}
    .fact-row{min-height:110px;display:flex;align-items:center;justify-content:space-between}
    .fact-row article{flex:1;display:flex;align-items:center;gap:16px;padding:0 26px;border-right:1px solid var(--line)}
    .fact-row article:last-child{border-right:0}
    .fact-row i{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:var(--green-soft);color:var(--green);font-size:24px}
    .fact-row b{display:block;font-size:18px;margin-bottom:4px}
    .fact-row span{color:var(--muted);font-size:13px}

    .section{padding:110px 0}
    .section.alt{background:var(--green-soft-2)}
    .section.alt:nth-of-type(6){background:#fff}
    .section-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:42px}
    .section-head h2{font-size:38px;line-height:1.25;margin:0 0 12px;font-weight: bold;}
    .section-head p{margin:0;color:var(--muted);line-height:1.8;max-width:620px}
    .section-head .tag{color:var(--green);font-weight:800;font-size:13px;margin-bottom:8px}
    .section-head.centered{display:block;text-align:center;margin-left:auto;margin-right:auto}
    .section-head.centered p{max-width:760px;margin:0 auto}

    .scene-grid{display:flex;gap:18px}
    .scene-card{flex:1;min-height:230px;background:#fff;border-radius:8px;padding:32px;border:1px solid rgba(7,151,101,.08);box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between}
    .scene-card i{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--green-soft);color:var(--green);font-size:24px}
    .scene-card h3{font-size:22px;margin:24px 0 10px}
    .scene-card p{margin:0;color:var(--muted);line-height:1.75}

    .feature-block{display:flex;align-items:stretch;gap:0;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}
    .feature-media{width:52%;min-height:430px;background:#e9f6f1;position:relative;overflow:hidden}
    .feature-media img{width:100%;height:100%;object-fit:cover;display:block}
    .media-placeholder{position:absolute;inset:36px;border:1px dashed rgba(7,151,101,.45);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--green);font-weight:700;background:rgba(255,255,255,.42)}
    .feature-copy{width:48%;padding:52px;display:flex;flex-direction:column;justify-content:center}
    .feature-copy h3{font-size:32px;margin:0 0 18px;font-weight: bold;}
    .feature-copy p{color:var(--muted);line-height:1.85;margin:0 0 28px}
    .check-list{display:flex;flex-direction:column;gap:15px}
    .check-list span{display:flex;align-items:center;gap:10px;color:#33443e}
    .check-list i{color:var(--green);font-size:18px}
    .section.alt:nth-of-type(3) .feature-block{height:480px}
    .section.alt:nth-of-type(3) .feature-copy{padding:36px 48px;background:linear-gradient(135deg,#fff,#f7fffb)}
    .section.alt:nth-of-type(3) .feature-copy p{margin-bottom:52px}

    .hardware-row{display:flex;gap:18px}
    .hardware-card{flex:1;background:#fff;border:1px solid var(--line);border-radius:8px;padding:28px;box-shadow:0 16px 46px rgba(15,55,41,.07)}
    .hardware-card img{height:112px;width:100%;object-fit:contain;margin-bottom:18px}
    .hardware-card h3{font-size:20px;margin:0 0 10px;font-weight: bold;}
    .hardware-card p{margin:0;color:var(--muted);line-height:1.7}

    .flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;position:relative}
    .flow article{background:#fff;border:1px solid rgba(7,151,101,.13);border-radius:8px;padding:34px 28px 30px;position:relative;box-shadow:0 18px 45px rgba(10,70,51,.06);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
    .flow article::before{content:"";position:absolute;left:28px;right:28px;top:0;height:4px;border-radius:0 0 4px 4px;background:linear-gradient(90deg,var(--green),rgba(7,151,101,.22))}
    .flow b{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--green);color:#fff;font-size:13px;box-shadow:0 10px 24px rgba(7,151,101,.22)}
    .flow h3{font-size:21px;margin:24px 0 10px;font-weight: bold;}
    .flow p{margin:0;color:var(--muted);line-height:1.65}

    .industry-layout{display:grid;grid-template-columns:1.25fr 1fr 1fr;grid-auto-rows:210px;gap:18px}
    .industry-main{height:100%;min-height:0;border-radius:8px;overflow:hidden;position:relative;background:url("../img/news/industry-billiards.jpg") center/cover;box-shadow:var(--shadow)}
    .industry-main:nth-child(1){grid-column:1;grid-row:1 / span 2;min-height:438px}
    .industry-main:not(:first-child){min-height:210px}
    .industry-main.chess{background-image:url("../img/news/industry-chess.jpg")}
    .industry-main.fitness{background-image:url("../img/news/industry-fitness.jpg")}
    .industry-main.water{background-image:url("../img/news/industry-amusement.jpg")}
    .industry-main.more{background-image:url("../img/news/hardware-ecosystem.png")}
    .industry-main::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.66),rgba(0,0,0,.12))}
    .industry-main div{position:absolute;left:34px;right:34px;bottom:32px;z-index:2;color:#fff}
    .industry-main h3{font-size:30px;margin:0 0 12px;font-weight: bold;}
    .industry-main p{margin:0;line-height:1.75;color:rgba(255,255,255,.82)}
    .industry-main:not(:first-child) div{left:28px;right:28px;bottom:24px}
    .industry-main:not(:first-child) h3{font-size:26px;margin-bottom:8px;font-weight: bold;}
    .industry-main:not(:first-child) p{font-size:15px;line-height:1.6;max-width:92%}

    .scene-card,.feature-block,.hardware-card,.industry-main,.cta .btn,.btn{transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease,background .24s ease,color .24s ease}
    .scene-card:hover,.hardware-card:hover,.industry-main:hover,.feature-block:hover{transform:translateY(-6px);box-shadow:0 26px 70px rgba(10,70,51,.13);border-color:rgba(7,151,101,.28)}
    .flow article:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(10,70,51,.13);border-color:rgba(7,151,101,.28)}
    .industry-main:hover::after{background:linear-gradient(0deg,rgba(0,0,0,.74),rgba(0,0,0,.18))}
    .btn:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(7,151,101,.18)}

    .cta{background:var(--green);color:#fff;padding:54px 0}
    .cta-wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}
    .cta h2{font-size:32px;margin:0 0 10px}
    .cta p{margin:0;color:rgba(255,255,255,.82)}
    .footer{background:#14231f;color:#d0d9d5;padding:54px 0 22px}
    .footer-grid{display:flex;justify-content:space-between;gap:30px}
    .footer-grid>div{display:flex;flex-direction:column;gap:10px}
    .footer-brand{width:260px}
    .footer .brand strong{color:#fff}
    .footer-grid b{color:#fff;font-size:14px;margin-bottom:5px}
    .footer-grid a,.footer-grid p,.footer-grid span{font-size:12px;color:#9fada7;margin:0;line-height:1.8}
    .footer-bottom{display:flex;justify-content:space-between;gap:30px;border-top:1px solid rgba(255,255,255,.1);margin-top:42px;padding-top:20px;color:#81918a;font-size:11px}

    @media(max-width:980px){
      .main-nav{display:none}
      .menu-toggle{display:block;margin-left:auto}
      .access-hero-inner,.section-head,.feature-block,.cta-wrap{flex-direction:column}
      .access-hero-inner{min-height:auto;padding:74px 0}
      .hero-copy,.hero-visual,.feature-media,.feature-copy{width:100%}
      .hero-copy h1{font-size:42px}
      .fact-row,.scene-grid,.hardware-row,.footer-grid{flex-direction:column}
      .fact-row article{border-right:0;border-bottom:1px solid var(--line);width:100%;padding:22px 0}
      .section{padding:76px 0}
      .feature-media{min-height:300px}
      .feature-copy{padding:34px}
      .section.alt:nth-of-type(3) .feature-block{height:auto}
      .flow{grid-template-columns:1fr}
      .industry-layout{grid-template-columns:1fr}
      .industry-main,.industry-main:nth-child(1),.industry-main:nth-child(2){grid-column:auto;grid-row:auto;min-height:280px}
    }
    @media(max-width:640px){
      .shell{width:min(100% - 32px,1240px)}
      .site-header{height:60px}
      .nav-actions>a:first-child{display:none}
      .hero-copy h1{font-size:34px}
      .hero-actions{flex-direction:column;margin-top:34px}
      .hero-actions .btn{width:100%}
      .section-head h2{font-size:30px}
      .feature-copy h3{font-size:27px}
      .hardware-card img{height:92px}
      .industry-main{min-height:300px}
      .cta h2{font-size:28px}
      .cta .btn{width:100%}
      .footer-bottom{flex-direction:column}
    }
