/* roulang page: index */
:root{
  --ink:#18231d;
  --ink-soft:#435148;
  --muted:#728078;
  --paper:#fbfaf5;
  --canvas:#f3f5ed;
  --line:#dfe6d8;
  --green:#1f6843;
  --green-deep:#10442c;
  --lime:#cde86d;
  --gold:#f6bd52;
  --coral:#ec7358;
  --cream:#fffdf7;
  --white:#ffffff;
  --shadow:0 18px 45px rgba(29,55,38,.10);
  --shadow-lg:0 26px 70px rgba(17,57,37,.18);
  --radius:22px;
  --radius-lg:32px;
  --radius-sm:14px;
  --container:1180px;
  --ease:all .24s cubic-bezier(.2,.8,.2,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--canvas);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
  line-height:1.72;
  font-size:16px;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none;transition:var(--ease)}
img{max-width:100%;height:auto;display:block}
button,input{font:inherit}
button{cursor:pointer}
:focus-visible{outline:3px solid rgba(205,232,109,.9);outline-offset:3px}
.container{width:min(calc(100% - 48px),var(--container));margin:0 auto}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(251,250,245,.91);
  border-bottom:1px solid rgba(223,230,216,.82);
  backdrop-filter:blur(16px);
}
.nav-shell{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:max-content;
  font-weight:850;
  color:var(--green-deep);
  letter-spacing:.02em;
  font-size:19px;
}
.brand-mark{
  position:relative;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:11px;
  color:var(--green-deep);
  background:linear-gradient(135deg,var(--lime),#effaaf);
  box-shadow:inset 0 0 0 1px rgba(16,68,44,.12);
  font-size:19px;
}
.brand-mark:after{
  content:"";
  position:absolute;
  right:4px;
  top:5px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--coral);
}
.nav-center{display:flex;align-items:center;gap:5px;margin-left:auto}
.nav-center a{
  padding:9px 13px;
  border-radius:10px;
  font-weight:650;
  color:var(--ink-soft);
  font-size:14px;
}
.nav-center a:hover,.nav-center a.active{color:var(--green-deep);background:#e9f0df}
.nav-action,.button-primary,.button-light,.button-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:12px;
  border:1px solid transparent;
  font-weight:800;
  transition:var(--ease);
  white-space:nowrap;
}
.nav-action,.button-primary{
  padding:11px 17px;
  color:var(--white);
  background:var(--green-deep);
  box-shadow:0 8px 20px rgba(16,68,44,.18);
}
.nav-action:hover,.button-primary:hover{background:var(--green);transform:translateY(-2px);box-shadow:0 12px 26px rgba(16,68,44,.24)}
.button-light{padding:13px 18px;background:var(--lime);color:var(--green-deep)}
.button-light:hover{background:#dff58c;transform:translateY(-2px)}
.button-outline{padding:12px 17px;border-color:rgba(255,255,255,.32);color:var(--white);background:rgba(255,255,255,.08)}
.button-outline:hover{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.72)}
.menu-toggle{
  display:none;
  width:40px;
  height:40px;
  padding:0;
  border:1px solid var(--line);
  border-radius:11px;
  color:var(--green-deep);
  background:var(--white);
}
.hero{padding:34px 0 46px}
.hero-grid{
  display:grid;
  grid-template-columns:1.68fr .82fr;
  grid-template-rows:repeat(2,minmax(205px,1fr));
  gap:16px;
}
.hero-main{
  position:relative;
  grid-row:span 2;
  min-height:470px;
  overflow:hidden;
  padding:clamp(29px,4vw,58px);
  border-radius:var(--radius-lg);
  color:var(--white);
  background:
    radial-gradient(circle at 85% 12%,rgba(205,232,109,.8) 0 3%,transparent 3.2%),
    radial-gradient(circle at 76% 18%,rgba(255,255,255,.22) 0 1.2%,transparent 1.4%),
    radial-gradient(circle at 95% 45%,rgba(246,189,82,.82) 0 5%,transparent 5.2%),
    linear-gradient(135deg,#0e402d 0%,#1e7049 56%,#2b7d51 100%);
  box-shadow:var(--shadow-lg);
}
.hero-main:before{
  content:"";
  position:absolute;
  width:470px;height:470px;
  right:-160px;bottom:-250px;
  border:2px solid rgba(255,255,255,.15);
  border-radius:46% 54% 42% 58%;
  transform:rotate(28deg);
}
.hero-main:after{
  content:"";
  position:absolute;
  width:340px;height:164px;
  right:-32px;bottom:37px;
  border-radius:100% 0 0 0;
  border-top:2px solid rgba(205,232,109,.42);
  border-left:2px solid rgba(205,232,109,.2);
  transform:rotate(-13deg);
}
.hero-content{position:relative;z-index:2;max-width:690px}
.eyebrow,.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:17px;
  color:var(--lime);
  font-size:13px;
  font-weight:800;
  letter-spacing:.1em;
}
.eyebrow:before,.section-kicker:before{
  content:"";
  width:22px;height:2px;
  background:currentColor;
}
h1,h2,h3,p{margin-top:0}
h1{
  max-width:675px;
  margin-bottom:19px;
  color:var(--white);
  letter-spacing:-.055em;
  font-weight:900;
  font-size:clamp(35px,4.3vw,61px);
  line-height:1.14;
}
.hero-copy{
  max-width:650px;
  margin-bottom:26px;
  color:rgba(255,255,255,.86);
  font-size:16px;
  line-height:1.88;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:11px}
.hero-note{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:28px;
  color:rgba(255,255,255,.74);
  font-size:13px;
}
.hero-note span{
  display:inline-grid;place-items:center;
  width:23px;height:23px;
  border-radius:50%;
  background:rgba(205,232,109,.18);
  color:var(--lime);
}
.hero-side{
  position:relative;
  overflow:hidden;
  padding:24px;
  border:1px solid rgba(31,104,67,.1);
  border-radius:var(--radius);
  background:var(--cream);
  box-shadow:var(--shadow);
}
.hero-side:hover{transform:translateY(-4px);box-shadow:0 22px 42px rgba(29,55,38,.13)}
.hero-side--gold{background:linear-gradient(145deg,#fff5d9,#f9d990)}
.hero-side--lime{background:linear-gradient(145deg,#f0f8d5,#d9eca4)}
.side-icon{
  display:grid;place-items:center;
  width:43px;height:43px;
  margin-bottom:17px;
  border-radius:14px;
  background:var(--white);
  box-shadow:0 7px 15px rgba(63,76,42,.1);
  font-size:21px;
}
.hero-side h2{margin-bottom:7px;font-size:21px;line-height:1.3;font-weight:850;letter-spacing:-.03em}
.hero-side p{margin-bottom:16px;color:var(--ink-soft);font-size:13px;line-height:1.7}
.mini-link{font-size:13px;font-weight:850;color:var(--green-deep)}
.mini-link:hover{color:var(--coral)}
.hero-strip{
  position:absolute;
  right:18px;bottom:18px;left:18px;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:17px;
  background:rgba(7,44,29,.34);
  backdrop-filter:blur(9px);
}
.hero-stat{padding:14px 15px;border-right:1px solid rgba(255,255,255,.14)}
.hero-stat:last-child{border-right:0}
.hero-stat strong{display:block;color:var(--lime);font-size:21px;line-height:1.2;font-weight:900}
.hero-stat span{display:block;margin-top:4px;color:rgba(255,255,255,.68);font-size:11px}
.section{padding:72px 0}
.section-head{max-width:700px;margin-bottom:30px}
.section-kicker{margin-bottom:11px;color:var(--green)}
.section-head h2{
  margin-bottom:13px;
  color:var(--green-deep);
  font-size:clamp(28px,3.3vw,43px);
  line-height:1.22;
  letter-spacing:-.045em;
  font-weight:900;
}
.section-head p{margin-bottom:0;color:var(--ink-soft);font-size:15px;line-height:1.85}
.ticket-section{padding-top:24px}
.ticket-layout{display:grid;grid-template-columns:.76fr 1.24fr;gap:22px;align-items:stretch}
.ticket-intro{
  padding:33px;
  border-radius:var(--radius-lg);
  color:var(--white);
  background:var(--green-deep);
  box-shadow:var(--shadow);
}
.ticket-intro .section-kicker{color:var(--lime)}
.ticket-intro h2{margin-bottom:15px;font-size:33px;line-height:1.22;letter-spacing:-.05em;font-weight:900}
.ticket-intro p{color:rgba(255,255,255,.75);font-size:14px;line-height:1.86}
.ticket-intro .button-light{margin-top:11px}
.ticket-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.ticket{
  position:relative;
  min-height:215px;
  overflow:hidden;
  padding:25px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--white);
  box-shadow:0 10px 24px rgba(32,60,42,.06);
  transition:var(--ease);
}
.ticket:after{
  content:"";
  position:absolute;
  width:112px;height:112px;
  right:-36px;bottom:-42px;
  border:1px solid rgba(31,104,67,.14);
  border-radius:50%;
}
.ticket:hover{border-color:#b9d79d;transform:translateY(-5px);box-shadow:var(--shadow)}
.ticket-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}
.ticket-label{
  padding:5px 9px;
  border-radius:20px;
  color:var(--green-deep);
  background:#e8f4d8;
  font-size:11px;
  font-weight:850;
  letter-spacing:.05em;
}
.ticket-num{color:#9cad9e;font-size:12px;font-weight:800}
.ticket h3{margin-bottom:8px;color:var(--green-deep);font-size:22px;line-height:1.25;font-weight:850}
.ticket p{position:relative;z-index:1;margin-bottom:13px;color:var(--ink-soft);font-size:13px;line-height:1.7}
.ticket-meta{position:relative;z-index:1;color:var(--coral);font-size:12px;font-weight:850}
.ticket--featured{background:linear-gradient(140deg,#fff5db,#fffdf8)}
.ticket--featured .ticket-label{background:var(--gold)}
.rule-section{padding-top:36px}
.rule-panel{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  overflow:hidden;
  border-radius:var(--radius-lg);
  background:var(--white);
  box-shadow:var(--shadow);
}
.rule-visual{
  position:relative;
  min-height:510px;
  padding:42px;
  overflow:hidden;
  color:var(--white);
  background:
    radial-gradient(circle at 18% 18%,rgba(246,189,82,.94) 0 6%,transparent 6.3%),
    radial-gradient(circle at 77% 30%,rgba(205,232,109,.3) 0 10%,transparent 10.3%),
    linear-gradient(145deg,#123e2b,#266b43);
}
.rule-visual:before{
  content:"";
  position:absolute;
  width:410px;height:175px;
  bottom:-35px;left:-65px;
  border:2px solid rgba(255,255,255,.2);
  border-radius:50% 50% 0 0;
  transform:rotate(7deg);
}
.rule-visual h2{position:relative;z-index:1;max-width:420px;margin-bottom:15px;font-size:39px;line-height:1.18;letter-spacing:-.05em;font-weight:900}
.rule-visual p{position:relative;z-index:1;max-width:440px;color:rgba(255,255,255,.78);font-size:14px}
.rule-seal{
  position:absolute;
  right:35px;bottom:40px;
  display:grid;place-items:center;
  width:144px;height:144px;
  border:1px solid rgba(205,232,109,.55);
  border-radius:50%;
  color:var(--lime);
  background:rgba(7,42,26,.28);
  box-shadow:inset 0 0 0 10px rgba(255,255,255,.05);
  text-align:center;
  font-weight:900;
  font-size:14px;
  line-height:1.35;
  transform:rotate(9deg);
}
.rule-content{padding:40px}
.rule-content > p{margin-bottom:24px;color:var(--ink-soft);font-size:14px}
.rule-list{margin:0;padding:0;list-style:none}
.rule-list li{
  display:grid;
  grid-template-columns:37px 1fr;
  gap:13px;
  padding:16px 0;
  border-top:1px solid var(--line);
}
.rule-list li:first-child{border-top:0;padding-top:0}
.rule-index{
  display:grid;place-items:center;
  width:31px;height:31px;
  border-radius:10px;
  color:var(--green-deep);
  background:#eaf4de;
  font-size:12px;font-weight:900;
}
.rule-list strong{display:block;margin-bottom:3px;color:var(--green-deep);font-size:15px}
.rule-list span{display:block;color:var(--ink-soft);font-size:13px;line-height:1.65}
.faq-inline{margin-top:19px;border-top:1px solid var(--line)}
.faq-inline details{border-bottom:1px solid var(--line)}
.faq-inline summary{
  position:relative;
  padding:15px 28px 15px 0;
  color:var(--green-deep);
  cursor:pointer;
  font-size:14px;
  font-weight:800;
  list-style:none;
}
.faq-inline summary::-webkit-details-marker{display:none}
.faq-inline summary:after{
  content:"+";
  position:absolute;right:2px;top:10px;
  color:var(--coral);font-size:22px;font-weight:400;
}
.faq-inline details[open] summary:after{content:"−"}
.faq-inline details p{margin:0;padding:0 0 16px;color:var(--ink-soft);font-size:13px;line-height:1.8}
.news-section{padding-bottom:50px}
.news-layout{display:grid;grid-template-columns:1.38fr .62fr;gap:22px;align-items:start}
.news-board{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  background:var(--white);
  box-shadow:0 12px 30px rgba(32,60,42,.05);
}
.news-board-head{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:25px 28px 17px;border-bottom:1px solid var(--line);
}
.news-board-head h2{margin:0;color:var(--green-deep);font-size:25px;line-height:1.25;font-weight:900;letter-spacing:-.035em}
.news-board-head a{color:var(--green);font-size:13px;font-weight:850}
.news-board-head a:hover{color:var(--coral)}
.news-list{padding:0 28px}
.news-item{
  display:grid;
  grid-template-columns:56px 1fr auto;
  gap:17px;
  align-items:center;
  padding:20px 0;
  border-bottom:1px solid var(--line);
}
.news-item:last-child{border-bottom:0}
.news-date{
  color:var(--green);
  font-size:12px;
  line-height:1.25;
  font-weight:900;
}
.news-date span{display:block;color:var(--muted);font-size:10px;font-weight:700}
.news-item h3{margin:0 0 5px;color:var(--ink);font-size:16px;line-height:1.4;font-weight:850}
.news-item h3 a:hover{color:var(--green)}
.news-item p{display:-webkit-box;overflow:hidden;margin:0;color:var(--muted);font-size:12px;line-height:1.62;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.news-category{
  align-self:start;
  padding:5px 9px;
  border-radius:20px;
  color:var(--green);
  background:#edf5e6;
  font-size:11px;font-weight:800;
}
.no-updates{padding:37px 28px;color:var(--muted);font-size:14px}
.news-side{
  padding:28px;
  border-radius:var(--radius-lg);
  background:linear-gradient(155deg,#fff2d0,#f8d98c);
  box-shadow:var(--shadow);
}
.news-side .section-kicker{margin-bottom:10px;color:#925f07}
.news-side h2{margin-bottom:13px;color:#5e3a05;font-size:29px;line-height:1.22;letter-spacing:-.04em;font-weight:900}
.news-side p{margin-bottom:22px;color:#765c2e;font-size:14px;line-height:1.8}
.topic-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:25px}
.topic-tags a{
  padding:7px 10px;
  border:1px solid rgba(130,91,19,.16);
  border-radius:20px;
  color:#725114;
  background:rgba(255,255,255,.54);
  font-size:12px;font-weight:750;
}
.topic-tags a:hover{color:var(--green-deep);background:var(--white);transform:translateY(-2px)}
.button-dark{
  display:flex;justify-content:center;align-items:center;
  padding:12px 16px;border-radius:12px;
  color:var(--white);background:#644303;
  font-size:14px;font-weight:850;
}
.button-dark:hover{background:#3f2a04;transform:translateY(-2px)}
.cta-section{padding:34px 0 78px}
.cta-box{
  position:relative;
  overflow:hidden;
  padding:clamp(32px,5vw,60px);
  border-radius:var(--radius-lg);
  color:var(--white);
  background:linear-gradient(110deg,#e66e53 0%,#e88155 47%,#f1a14b 100%);
  box-shadow:0 22px 50px rgba(206,99,71,.26);
}
.cta-box:before,.cta-box:after{
  content:"";
  position:absolute;border:1px solid rgba(255,255,255,.28);border-radius:50%;
}
.cta-box:before{width:390px;height:390px;right:-150px;top:-245px}
.cta-box:after{width:210px;height:210px;right:70px;bottom:-155px}
.cta-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.cta-copy{max-width:710px}
.cta-kicker{display:block;margin-bottom:9px;color:#fff7cf;font-size:13px;font-weight:850;letter-spacing:.1em}
.cta-box h2{margin-bottom:13px;font-size:clamp(29px,3.6vw,46px);line-height:1.18;letter-spacing:-.05em;font-weight:900}
.cta-box p{margin:0;color:rgba(255,255,255,.86);font-size:15px;line-height:1.82}
.cta-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.cta-actions .button-light{padding:14px 20px}
.site-footer{color:#dce8dc;background:#102d20}
.footer-top{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:40px;
  padding:51px 0 32px;
}
.footer-brand .brand{color:var(--white);margin-bottom:14px}
.footer-brand .brand-mark{color:var(--green-deep)}
.footer-brand p{max-width:545px;margin:0;color:#a8c2b0;font-size:13px;line-height:1.85}
.footer-nav{display:flex;justify-content:flex-end;align-items:flex-start;gap:12px;padding-top:4px}
.footer-nav a{
  padding:8px 10px;
  border-radius:9px;
  color:#c4d8c9;
  font-size:13px;font-weight:700;
}
.footer-nav a:hover{color:var(--lime);background:rgba(255,255,255,.08)}
.footer-bottom{
  display:flex;justify-content:space-between;gap:20px;
  padding:18px 0 24px;border-top:1px solid rgba(255,255,255,.12);
  color:#8eae99;font-size:12px;
}
.footer-bottom a:hover{color:var(--lime)}
@media(max-width:1024px){
  .hero-grid{grid-template-columns:1.25fr .75fr}
  .hero-main{min-height:455px}
  .ticket-layout{grid-template-columns:.84fr 1.16fr}
  .rule-panel{grid-template-columns:1fr}
  .rule-visual{min-height:330px}
  .news-layout{grid-template-columns:1fr .64fr}
}
@media(max-width:768px){
  .container{width:min(calc(100% - 32px),var(--container))}
  .nav-shell{min-height:67px}
  .menu-toggle{display:grid;place-items:center;margin-left:auto}
  .nav-center{
    display:none;
    position:absolute;top:66px;right:16px;left:16px;
    flex-direction:column;align-items:stretch;
    padding:10px;
    border:1px solid var(--line);border-radius:16px;
    background:var(--cream);box-shadow:var(--shadow);
  }
  .nav-center.is-open{display:flex}
  .nav-center a{padding:11px 13px}
  .nav-action{display:none}
  .hero{padding-top:20px}
  .hero-grid{grid-template-columns:1fr;grid-template-rows:auto}
  .hero-main{grid-row:auto;min-height:500px}
  .hero-side{min-height:205px}
  .hero-strip{bottom:15px;right:15px;left:15px}
  .ticket-layout,.news-layout{grid-template-columns:1fr}
  .ticket-intro{padding:30px}
  .rule-content{padding:31px}
  .cta-inner{grid-template-columns:1fr}
  .cta-actions{justify-content:flex-start}
  .footer-top{grid-template-columns:1fr;gap:23px}
  .footer-nav{justify-content:flex-start;padding-top:0}
}
@media(max-width:520px){
  body{font-size:15px}
  .container{width:min(calc(100% - 24px),var(--container))}
  .brand{font-size:17px}
  .hero-main{min-height:555px;padding:29px 24px}
  h1{font-size:37px}
  .hero-copy{font-size:14px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions a{width:100%}
  .hero-strip{grid-template-columns:1fr 1fr}
  .hero-stat{padding:11px;border-bottom:1px solid rgba(255,255,255,.14)}
  .hero-stat:nth-child(2){border-right:0}
  .hero-stat:nth-child(3){grid-column:span 2;border-bottom:0}
  .hero-stat strong{font-size:18px}
  .ticket-grid{grid-template-columns:1fr}
  .ticket-intro h2{font-size:29px}
  .section{padding:55px 0}
  .rule-visual{min-height:335px;padding:30px 24px}
  .rule-visual h2{font-size:31px}
  .rule-seal{right:18px;bottom:22px;width:105px;height:105px;font-size:11px}
  .rule-content{padding:27px 22px}
  .news-board-head,.news-list{padding-left:20px;padding-right:20px}
  .news-item{grid-template-columns:42px 1fr;gap:10px}
  .news-category{display:none}
  .news-item h3{font-size:14px}
  .news-side{padding:26px 22px}
  .cta-box{padding:34px 23px}
  .footer-bottom{flex-direction:column;gap:7px}
}

/* roulang page: article */
:root{
      --ink:#18231d;
      --ink-soft:#435148;
      --muted:#728078;
      --paper:#fbfaf5;
      --canvas:#f3f5ed;
      --line:#dfe6d8;
      --green:#1f6843;
      --green-deep:#10442c;
      --lime:#cde86d;
      --gold:#f6bd52;
      --coral:#ec7358;
      --cream:#fffdf7;
      --white:#ffffff;
      --shadow:0 18px 45px rgba(29,55,38,.10);
      --shadow-lg:0 26px 70px rgba(17,57,37,.18);
      --radius:22px;
      --radius-lg:32px;
      --radius-sm:14px;
      --container:1180px;
      --ease:all .24s cubic-bezier(.2,.8,.2,1);
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--ink);
      background:var(--canvas);
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
      font-size:16px;
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:var(--green)}
    img{display:block;max-width:100%;height:auto}
    button,input{font:inherit}
    button{cursor:pointer}
    :focus-visible{outline:3px solid rgba(246,189,82,.9);outline-offset:3px}
    .container{width:min(calc(100% - 48px),var(--container));margin:0 auto}

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(251,250,245,.92);
      border-bottom:1px solid rgba(223,230,216,.82);
      backdrop-filter:blur(16px);
    }
    .nav-shell{
      min-height:76px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:11px;
      min-width:max-content;
      color:var(--green-deep);
      font-size:19px;
      font-weight:850;
      letter-spacing:.02em;
    }
    .brand-mark{
      position:relative;
      display:grid;
      place-items:center;
      width:34px;
      height:34px;
      border-radius:11px;
      color:var(--green-deep);
      background:linear-gradient(135deg,var(--lime),#effaaf);
      box-shadow:inset 0 0 0 1px rgba(16,68,44,.12);
      font-size:19px;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      top:5px;
      right:4px;
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--coral);
    }
    .nav-center{
      display:flex;
      align-items:center;
      gap:5px;
      margin-left:auto;
    }
    .nav-center a{
      padding:9px 13px;
      border-radius:10px;
      color:var(--ink-soft);
      font-size:14px;
      font-weight:650;
    }
    .nav-center a:hover,
    .nav-center a.active{
      color:var(--green-deep);
      background:#e9f0df;
    }
    .nav-action,
    .button-primary,
    .button-light,
    .button-outline{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border:1px solid transparent;
      border-radius:12px;
      font-weight:800;
      transition:var(--ease);
      white-space:nowrap;
    }
    .nav-action,
    .button-primary{
      padding:11px 17px;
      color:var(--white);
      background:var(--green-deep);
      box-shadow:0 8px 20px rgba(16,68,44,.18);
    }
    .nav-action:hover,
    .button-primary:hover{
      color:var(--white);
      background:var(--green);
      transform:translateY(-2px);
      box-shadow:0 12px 26px rgba(16,68,44,.24);
    }
    .button-light{
      padding:13px 18px;
      color:var(--green-deep);
      background:var(--lime);
    }
    .button-light:hover{
      color:var(--green-deep);
      background:#dff58c;
      transform:translateY(-2px);
    }
    .button-outline{
      padding:12px 17px;
      color:var(--white);
      border-color:rgba(255,255,255,.32);
      background:rgba(255,255,255,.08);
    }
    .button-outline:hover{
      color:var(--white);
      border-color:rgba(255,255,255,.72);
      background:rgba(255,255,255,.16);
    }
    .menu-toggle{
      display:none;
      width:40px;
      height:40px;
      padding:0;
      border:1px solid var(--line);
      border-radius:11px;
      color:var(--green-deep);
      background:var(--white);
    }

    .article-hero{padding:54px 0 30px}
    .article-hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
      gap:22px;
      align-items:stretch;
    }
    .article-intro{
      min-height:400px;
      padding:clamp(30px,5vw,62px);
      border-radius:var(--radius-lg);
      color:var(--white);
      background:
        radial-gradient(circle at 85% 16%,rgba(205,232,109,.82) 0 2.5%,transparent 2.7%),
        radial-gradient(circle at 94% 64%,rgba(246,189,82,.78) 0 5%,transparent 5.2%),
        linear-gradient(135deg,#0e402d 0%,#1f7049 58%,#347e4f 100%);
      box-shadow:var(--shadow-lg);
    }
    .eyebrow,
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-bottom:17px;
      color:var(--lime);
      font-size:13px;
      font-weight:800;
      letter-spacing:.1em;
    }
    .eyebrow:before,
    .section-kicker:before{
      content:"";
      width:22px;
      height:2px;
      background:currentColor;
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      max-width:790px;
      margin-bottom:22px;
      color:var(--white);
      font-size:clamp(32px,5vw,61px);
      line-height:1.13;
      font-weight:900;
      letter-spacing:-.055em;
    }
    .article-summary{
      max-width:720px;
      margin-bottom:25px;
      color:rgba(255,255,255,.84);
      font-size:17px;
      line-height:1.9;
    }
    .article-meta{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:9px 16px;
      color:rgba(255,255,255,.67);
      font-size:13px;
    }
    .meta-chip{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:5px 10px;
      border:1px solid rgba(205,232,109,.34);
      border-radius:999px;
      color:var(--lime);
      background:rgba(205,232,109,.1);
      font-weight:750;
    }

    .broadcast-card{
      position:relative;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      min-height:400px;
      overflow:hidden;
      padding:26px;
      border:1px solid rgba(31,104,67,.1);
      border-radius:var(--radius-lg);
      background:linear-gradient(145deg,#fff5d9,#f8d88d);
      box-shadow:var(--shadow);
    }
    .broadcast-card:before{
      content:"";
      position:absolute;
      width:210px;
      height:210px;
      right:-50px;
      top:-48px;
      border:18px solid rgba(255,255,255,.28);
      border-radius:50%;
    }
    .broadcast-card:after{
      content:"";
      position:absolute;
      width:140px;
      height:140px;
      right:56px;
      bottom:-74px;
      border:14px solid rgba(31,104,67,.12);
      border-radius:50%;
    }
    .broadcast-top,
    .broadcast-body,
    .broadcast-bottom{position:relative;z-index:1}
    .live-label{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:var(--green-deep);
      font-size:12px;
      font-weight:900;
      letter-spacing:.1em;
    }
    .live-label i{
      width:9px;
      height:9px;
      border-radius:50%;
      background:var(--coral);
      box-shadow:0 0 0 5px rgba(236,115,88,.16);
    }
    .broadcast-card h2{
      max-width:280px;
      margin:30px 0 9px;
      color:var(--green-deep);
      font-size:31px;
      line-height:1.25;
      letter-spacing:-.045em;
      font-weight:900;
    }
    .broadcast-card p{
      max-width:290px;
      margin-bottom:22px;
      color:var(--ink-soft);
      font-size:14px;
    }
    .countdown{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:8px;
      max-width:300px;
    }
    .time-box{
      padding:12px 7px;
      border:1px solid rgba(16,68,44,.1);
      border-radius:13px;
      text-align:center;
      background:rgba(255,255,255,.42);
    }
    .time-box strong{
      display:block;
      color:var(--green-deep);
      font-size:25px;
      line-height:1.1;
      font-weight:900;
    }
    .time-box span{
      display:block;
      margin-top:4px;
      color:var(--muted);
      font-size:11px;
    }
    .broadcast-bottom{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-top:25px;
    }
    .broadcast-note{
      color:var(--ink-soft);
      font-size:12px;
      line-height:1.5;
    }
    .remind-button{
      padding:10px 13px;
      border:1px solid var(--green-deep);
      border-radius:11px;
      color:var(--white);
      background:var(--green-deep);
      font-size:13px;
      font-weight:800;
      transition:var(--ease);
    }
    .remind-button:hover{
      background:var(--green);
      transform:translateY(-2px);
    }

    .article-highlights{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin:0 auto;
      padding:15px 0 45px;
    }
    .highlight-item{
      display:flex;
      align-items:flex-start;
      gap:13px;
      padding:19px 20px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:var(--cream);
      box-shadow:0 9px 25px rgba(29,55,38,.055);
    }
    .highlight-icon{
      display:grid;
      flex:none;
      place-items:center;
      width:38px;
      height:38px;
      border-radius:12px;
      color:var(--green-deep);
      background:#e6f0c7;
      font-size:17px;
      font-weight:900;
    }
    .highlight-item strong{
      display:block;
      margin-bottom:2px;
      color:var(--green-deep);
      font-size:17px;
      line-height:1.3;
    }
    .highlight-item span{
      display:block;
      color:var(--muted);
      font-size:12px;
      line-height:1.55;
    }

    .article-section{padding:20px 0 76px}
    .article-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 300px;
      gap:38px;
      align-items:start;
    }
    .article-paper{
      padding:clamp(25px,4vw,54px);
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:var(--paper);
      box-shadow:var(--shadow);
    }
    .article-paper-head{
      padding-bottom:24px;
      margin-bottom:28px;
      border-bottom:1px solid var(--line);
    }
    .article-paper-head h2{
      margin-bottom:9px;
      color:var(--green-deep);
      font-size:clamp(25px,3vw,36px);
      line-height:1.3;
      font-weight:900;
      letter-spacing:-.04em;
    }
    .paper-intro{
      margin-bottom:0;
      color:var(--muted);
      font-size:14px;
    }
    .article-body{
      color:#35443b;
      font-size:17px;
      line-height:2;
      overflow-wrap:anywhere;
    }
    .article-body h2,
    .article-body h3,
    .article-body h4{
      margin:36px 0 14px;
      color:var(--green-deep);
      line-height:1.4;
      font-weight:900;
      letter-spacing:-.025em;
    }
    .article-body h2{font-size:29px}
    .article-body h3{font-size:23px}
    .article-body h4{font-size:19px}
    .article-body p{margin-bottom:21px}
    .article-body ul,
    .article-body ol{
      padding-left:25px;
      margin:16px 0 24px;
    }
    .article-body li{padding-left:5px;margin:7px 0}
    .article-body blockquote{
      padding:20px 24px;
      margin:26px 0;
      border-left:4px solid var(--gold);
      border-radius:0 16px 16px 0;
      color:var(--ink-soft);
      background:#fff5d9;
    }
    .article-body img{
      width:100%;
      margin:28px 0;
      border-radius:18px;
      box-shadow:var(--shadow);
    }
    .article-body a{
      color:var(--green);
      text-decoration:underline;
      text-decoration-color:rgba(31,104,67,.35);
      text-underline-offset:4px;
    }
    .not-found{
      padding:48px 24px;
      border:1px dashed #c8d6c1;
      border-radius:18px;
      text-align:center;
      color:var(--muted);
      background:#f4f8eb;
    }
    .not-found strong{
      display:block;
      margin-bottom:12px;
      color:var(--green-deep);
      font-size:23px;
    }

    .article-aside{
      position:sticky;
      top:100px;
      display:grid;
      gap:16px;
    }
    .aside-card{
      padding:24px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:var(--cream);
      box-shadow:0 12px 30px rgba(29,55,38,.06);
    }
    .aside-card--green{
      color:var(--white);
      border-color:var(--green-deep);
      background:var(--green-deep);
    }
    .aside-card h3{
      margin-bottom:13px;
      color:var(--green-deep);
      font-size:20px;
      line-height:1.35;
      font-weight:900;
    }
    .aside-card--green h3{color:var(--lime)}
    .aside-card p{
      margin-bottom:16px;
      color:var(--muted);
      font-size:13px;
      line-height:1.75;
    }
    .aside-card--green p{color:rgba(255,255,255,.72)}
    .aside-list{
      padding:0;
      margin:0;
      list-style:none;
    }
    .aside-list li{
      display:flex;
      align-items:flex-start;
      gap:9px;
      padding:9px 0;
      border-bottom:1px solid var(--line);
      color:var(--ink-soft);
      font-size:13px;
      line-height:1.6;
    }
    .aside-list li:last-child{border-bottom:0}
    .aside-list b{
      color:var(--coral);
      font-weight:900;
    }
    .article-tags{
      display:flex;
      flex-wrap:wrap;
      gap:7px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      color:var(--green);
      background:#eaf1dc;
      font-size:12px;
      font-weight:750;
    }

    .faq-section{
      padding:78px 0;
      background:var(--cream);
      border-top:1px solid var(--line);
      border-bottom:1px solid var(--line);
    }
    .section-head{
      max-width:700px;
      margin-bottom:30px;
    }
    .section-head h2{
      margin-bottom:10px;
      color:var(--green-deep);
      font-size:clamp(28px,4vw,43px);
      line-height:1.2;
      letter-spacing:-.05em;
      font-weight:900;
    }
    .section-head p{
      margin-bottom:0;
      color:var(--muted);
      font-size:15px;
    }
    .faq-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }
    .faq-item{
      border:1px solid var(--line);
      border-radius:17px;
      background:var(--paper);
      transition:var(--ease);
    }
    .faq-item:hover{border-color:#bed09e;box-shadow:0 10px 25px rgba(29,55,38,.06)}
    .faq-item summary{
      position:relative;
      padding:19px 50px 19px 21px;
      color:var(--green-deep);
      cursor:pointer;
      font-size:15px;
      font-weight:850;
      list-style:none;
    }
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item summary:after{
      content:"+";
      position:absolute;
      right:19px;
      top:15px;
      color:var(--coral);
      font-size:24px;
      font-weight:400;
    }
    .faq-item[open] summary:after{content:"−"}
    .faq-answer{
      padding:0 21px 20px;
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }

    .cta-section{padding:78px 0}
    .cta-panel{
      position:relative;
      overflow:hidden;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:35px;
      padding:42px clamp(26px,5vw,60px);
      border-radius:var(--radius-lg);
      background:
        radial-gradient(circle at 94% 20%,rgba(205,232,109,.65) 0 4%,transparent 4.2%),
        linear-gradient(120deg,#175e3d,#0d3e2a);
      box-shadow:var(--shadow-lg);
    }
    .cta-panel:after{
      content:"";
      position:absolute;
      right:-90px;
      bottom:-120px;
      width:340px;
      height:260px;
      border:2px solid rgba(205,232,109,.25);
      border-radius:50%;
      transform:rotate(-22deg);
    }
    .cta-copy,
    .cta-actions{position:relative;z-index:1}
    .cta-copy{max-width:650px}
    .cta-copy h2{
      margin-bottom:11px;
      color:var(--white);
      font-size:clamp(27px,4vw,42px);
      line-height:1.25;
      letter-spacing:-.045em;
      font-weight:900;
    }
    .cta-copy p{
      margin-bottom:0;
      color:rgba(255,255,255,.72);
      font-size:15px;
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      flex:none;
    }

    .site-footer{
      padding:38px 0 23px;
      color:var(--ink-soft);
      background:#e7eee0;
    }
    .footer-top{
      display:flex;
      justify-content:space-between;
      gap:45px;
      padding-bottom:30px;
      border-bottom:1px solid #cedbc9;
    }
    .footer-brand{max-width:500px}
    .footer-brand .brand{margin-bottom:13px}
    .footer-brand p{
      max-width:460px;
      margin-bottom:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.8;
    }
    .footer-nav{
      display:flex;
      align-items:flex-start;
      flex-wrap:wrap;
      gap:10px 24px;
      padding-top:7px;
    }
    .footer-nav a{
      color:var(--ink-soft);
      font-size:13px;
      font-weight:700;
    }
    .footer-nav a:hover{color:var(--green-deep)}
    .footer-bottom{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
      padding-top:21px;
      color:var(--muted);
      font-size:12px;
    }
    .footer-bottom a{
      color:var(--green);
      font-weight:700;
    }

    .toast{
      position:fixed;
      right:22px;
      bottom:22px;
      z-index:80;
      max-width:300px;
      padding:13px 17px;
      border:1px solid #c8d6bd;
      border-radius:13px;
      color:var(--green-deep);
      background:var(--white);
      box-shadow:var(--shadow);
      font-size:13px;
      opacity:0;
      pointer-events:none;
      transform:translateY(14px);
      transition:var(--ease);
    }
    .toast.show{opacity:1;transform:translateY(0)}

    @media (max-width:1024px){
      .article-hero-grid{grid-template-columns:1fr .78fr}
      .article-layout{grid-template-columns:minmax(0,1fr) 260px;gap:24px}
      .article-intro{min-height:390px}
      .broadcast-card{min-height:390px}
    }
    @media (max-width:768px){
      .container{width:min(calc(100% - 34px),var(--container))}
      .nav-shell{min-height:68px}
      .nav-action{display:none}
      .menu-toggle{display:block}
      .nav-center{
        position:absolute;
        top:68px;
        right:17px;
        left:17px;
        display:none;
        flex-direction:column;
        align-items:stretch;
        gap:4px;
        padding:10px;
        border:1px solid var(--line);
        border-radius:16px;
        background:var(--paper);
        box-shadow:var(--shadow);
      }
      .nav-center.is-open{display:flex}
      .nav-center a{padding:12px 14px}
      .article-hero{padding-top:28px}
      .article-hero-grid{grid-template-columns:1fr}
      .article-intro{min-height:auto}
      .broadcast-card{min-height:340px}
      .article-highlights{grid-template-columns:1fr;padding-bottom:30px}
      .article-layout{grid-template-columns:1fr}
      .article-aside{position:static;grid-template-columns:repeat(2,1fr)}
      .faq-grid{grid-template-columns:1fr}
      .cta-panel{display:block}
      .cta-actions{margin-top:25px}
      .footer-top{display:block}
      .footer-nav{padding-top:23px}
    }
    @media (max-width:520px){
      h1{font-size:35px}
      .article-intro{padding:28px 23px}
      .article-summary{font-size:15px}
      .broadcast-card{padding:22px}
      .broadcast-card h2{font-size:27px}
      .broadcast-bottom{align-items:flex-start;flex-direction:column}
      .article-paper{padding:24px 19px}
      .article-body{font-size:16px;line-height:1.9}
      .article-aside{grid-template-columns:1fr}
      .cta-panel{padding:31px 23px}
      .cta-actions{display:grid}
      .cta-actions a{width:100%}
      .footer-bottom{align-items:flex-start;flex-direction:column;gap:9px}
    }

/* roulang page: category1 */
:root{
      --ink:#18231d;
      --ink-soft:#435148;
      --muted:#728078;
      --paper:#fbfaf5;
      --canvas:#f3f5ed;
      --line:#dfe6d8;
      --green:#1f6843;
      --green-deep:#10442c;
      --lime:#cde86d;
      --gold:#f6bd52;
      --coral:#ec7358;
      --cream:#fffdf7;
      --white:#ffffff;
      --shadow:0 18px 45px rgba(29,55,38,.10);
      --shadow-lg:0 26px 70px rgba(17,57,37,.18);
      --radius:22px;
      --radius-lg:32px;
      --radius-sm:14px;
      --container:1180px;
      --ease:all .24s cubic-bezier(.2,.8,.2,1);
    }
    html{scroll-behavior:smooth}
    *,*:before,*:after{box-sizing:border-box}
    body{
      margin:0;
      color:var(--ink);
      background:var(--canvas);
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
      line-height:1.72;
      font-size:16px;
      overflow-x:hidden;
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1,h2,h3,h4{color:var(--ink);font-weight:850;letter-spacing:-.04em}
    h1{font-size:clamp(34px,5vw,68px);line-height:1.08;margin-bottom:20px}
    h2{font-size:clamp(28px,3.2vw,44px);line-height:1.2;margin-bottom:15px}
    h3{font-size:21px;line-height:1.35;margin-bottom:9px}
    p{color:var(--ink-soft)}
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    img{max-width:100%;height:auto;display:block}
    button,input{font:inherit}
    button{cursor:pointer}
    .container{width:min(calc(100% - 48px),var(--container));margin:0 auto}
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(251,250,245,.91);
      border-bottom:1px solid rgba(223,230,216,.82);
      backdrop-filter:blur(16px);
    }
    .nav-shell{
      min-height:76px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:11px;
      min-width:max-content;
      color:var(--green-deep);
      font-size:19px;
      font-weight:850;
      letter-spacing:.02em;
    }
    .brand-mark{
      position:relative;
      display:grid;
      place-items:center;
      width:34px;
      height:34px;
      border-radius:11px;
      color:var(--green-deep);
      background:linear-gradient(135deg,var(--lime),#effaaf);
      box-shadow:inset 0 0 0 1px rgba(16,68,44,.12);
      font-size:19px;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      right:4px;
      top:5px;
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--coral);
    }
    .nav-center{display:flex;align-items:center;gap:5px;margin-left:auto}
    .nav-center a{
      padding:9px 13px;
      border-radius:10px;
      color:var(--ink-soft);
      font-size:14px;
      font-weight:650;
    }
    .nav-center a:hover,.nav-center a.active{color:var(--green-deep);background:#e9f0df}
    .nav-action,.button-primary,.button-light,.button-outline{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:12px;
      border:1px solid transparent;
      font-weight:800;
      transition:var(--ease);
      white-space:nowrap;
    }
    .nav-action,.button-primary{
      padding:11px 17px;
      color:var(--white);
      background:var(--green-deep);
      box-shadow:0 8px 20px rgba(16,68,44,.18);
    }
    .nav-action:hover,.button-primary:hover{
      color:var(--white);
      background:var(--green);
      transform:translateY(-2px);
      box-shadow:0 12px 26px rgba(16,68,44,.24);
    }
    .button-light{padding:13px 18px;background:var(--lime);color:var(--green-deep)}
    .button-light:hover{background:#dff58c;color:var(--green-deep);transform:translateY(-2px)}
    .button-outline{
      padding:12px 17px;
      border-color:rgba(255,255,255,.32);
      color:var(--white);
      background:rgba(255,255,255,.08);
    }
    .button-outline:hover{color:var(--white);background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.72)}
    .menu-toggle{
      display:none;
      width:40px;
      height:40px;
      padding:0;
      border:1px solid var(--line);
      border-radius:11px;
      color:var(--green-deep);
      background:var(--white);
    }
    .hero{padding:34px 0 46px}
    .hero-grid{
      display:grid;
      grid-template-columns:1.18fr .82fr;
      gap:18px;
      align-items:stretch;
    }
    .hero-main{
      position:relative;
      min-height:510px;
      overflow:hidden;
      padding:clamp(29px,4vw,58px);
      border-radius:var(--radius-lg);
      color:var(--white);
      background:
        radial-gradient(circle at 88% 12%,rgba(205,232,109,.75) 0 3%,transparent 3.2%),
        radial-gradient(circle at 76% 18%,rgba(255,255,255,.22) 0 1.2%,transparent 1.4%),
        radial-gradient(circle at 95% 45%,rgba(246,189,82,.82) 0 5%,transparent 5.2%),
        linear-gradient(135deg,#0e402d 0%,#1e7049 56%,#2b7d51 100%);
      box-shadow:var(--shadow-lg);
    }
    .hero-main:before{
      content:"";
      position:absolute;
      width:470px;height:470px;
      right:-160px;bottom:-250px;
      border:2px solid rgba(255,255,255,.15);
      border-radius:46% 54% 42% 58%;
      transform:rotate(28deg);
    }
    .hero-main:after{
      content:"";
      position:absolute;
      width:340px;height:164px;
      right:-32px;bottom:37px;
      border-radius:100% 0 0 0;
      border-top:2px solid rgba(205,232,109,.42);
      border-left:2px solid rgba(205,232,109,.2);
      transform:rotate(-13deg);
    }
    .hero-content{position:relative;z-index:2;max-width:690px}
    .eyebrow,.section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-bottom:17px;
      color:var(--lime);
      font-size:13px;
      font-weight:800;
      letter-spacing:.1em;
    }
    .eyebrow:before,.section-kicker:before{
      content:"";
      width:22px;
      height:2px;
      background:currentColor;
    }
    .hero-main h1{color:var(--white)}
    .hero-copy{
      max-width:620px;
      margin-bottom:26px;
      color:rgba(255,255,255,.86);
      font-size:16px;
      line-height:1.88;
    }
    .hero-actions{display:flex;flex-wrap:wrap;gap:11px}
    .hero-note{
      display:flex;
      align-items:center;
      gap:10px;
      margin-top:28px;
      color:rgba(255,255,255,.74);
      font-size:13px;
    }
    .hero-note span{
      display:inline-grid;
      place-items:center;
      width:23px;
      height:23px;
      border-radius:50%;
      background:rgba(205,232,109,.18);
      color:var(--lime);
    }
    .preview-card{
      position:relative;
      min-height:510px;
      overflow:hidden;
      padding:26px;
      border-radius:var(--radius-lg);
      background:#173a2b;
      box-shadow:var(--shadow);
    }
    .preview-cover{
      position:relative;
      min-height:285px;
      overflow:hidden;
      padding:24px;
      border-radius:20px;
      background:
        linear-gradient(180deg,rgba(16,68,44,.08),rgba(16,68,44,.68)),
        linear-gradient(135deg,#dfed9b 0%,#86b875 47%,#d78c58 100%);
    }
    .preview-cover:before,.preview-cover:after{
      content:"";
      position:absolute;
      border-radius:50%;
      background:rgba(255,255,255,.28);
    }
    .preview-cover:before{width:220px;height:220px;right:-60px;top:-66px}
    .preview-cover:after{width:170px;height:170px;left:-75px;bottom:-78px}
    .live-badge,.data-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      width:max-content;
      padding:6px 10px;
      border-radius:999px;
      color:var(--green-deep);
      background:var(--lime);
      font-size:12px;
      font-weight:850;
    }
    .live-badge:before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--coral);
      box-shadow:0 0 0 4px rgba(236,115,88,.18);
    }
    .preview-cover h2{
      position:absolute;
      right:22px;
      bottom:48px;
      left:22px;
      z-index:2;
      margin:0;
      color:var(--white);
      font-size:31px;
      line-height:1.2;
    }
    .preview-cover small{
      position:absolute;
      right:23px;
      bottom:22px;
      z-index:2;
      color:rgba(255,255,255,.86);
      font-size:12px;
    }
    .preview-meta{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:19px 2px 0;
      color:rgba(255,255,255,.7);
      font-size:13px;
    }
    .preview-meta strong{display:block;color:var(--white);font-size:18px}
    .countdown{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:8px;
      margin-top:22px;
    }
    .count-box{
      padding:12px 8px;
      border:1px solid rgba(255,255,255,.12);
      border-radius:14px;
      text-align:center;
      background:rgba(255,255,255,.07);
    }
    .count-box strong{display:block;color:var(--lime);font-size:27px;line-height:1.1}
    .count-box span{display:block;margin-top:4px;color:rgba(255,255,255,.56);font-size:11px}
    .section{padding:76px 0}
    .section-head{max-width:720px;margin-bottom:31px}
    .section-kicker{margin-bottom:12px;color:var(--green)}
    .section-head p{margin-bottom:0;color:var(--muted);font-size:16px}
    .metric-bar{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      overflow:hidden;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:var(--cream);
      box-shadow:var(--shadow);
    }
    .metric{
      position:relative;
      padding:27px 25px;
      border-right:1px solid var(--line);
    }
    .metric:last-child{border-right:0}
    .metric strong{display:block;color:var(--green-deep);font-size:36px;line-height:1.1}
    .metric span{display:block;margin-top:7px;color:var(--muted);font-size:13px}
    .metric em{position:absolute;right:21px;top:22px;color:var(--coral);font-size:12px;font-style:normal;font-weight:800}
    .matrix{
      display:grid;
      grid-template-columns:1fr 1.45fr;
      gap:22px;
      align-items:stretch;
    }
    .matrix-intro{
      padding:35px;
      border-radius:var(--radius-lg);
      background:var(--gold);
      box-shadow:var(--shadow);
    }
    .matrix-intro h2{max-width:360px}
    .matrix-intro p{max-width:380px;color:#5e4a25}
    .matrix-mark{
      display:grid;
      place-items:center;
      width:54px;
      height:54px;
      margin-bottom:45px;
      border-radius:17px;
      color:var(--green-deep);
      background:rgba(255,255,255,.52);
      font-size:26px;
      font-weight:900;
    }
    .matrix-list{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }
    .matrix-item{
      padding:25px 22px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:var(--cream);
      transition:var(--ease);
    }
    .matrix-item:hover{transform:translateY(-4px);border-color:#b6cf91;box-shadow:var(--shadow)}
    .matrix-item .number{
      display:block;
      margin-bottom:23px;
      color:var(--coral);
      font-size:13px;
      font-weight:900;
    }
    .matrix-item p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}
    .compare-wrap{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
    }
    .compare-card{
      min-height:315px;
      padding:32px;
      border-radius:var(--radius-lg);
      background:var(--cream);
      box-shadow:var(--shadow);
    }
    .compare-card--dark{color:var(--white);background:var(--green-deep)}
    .compare-card h3{font-size:27px}
    .compare-card--dark h3{color:var(--white)}
    .compare-card p{margin-bottom:23px;color:var(--muted)}
    .compare-card--dark p{color:rgba(255,255,255,.7)}
    .check-list{
      padding:0;
      margin:0;
      list-style:none;
    }
    .check-list li{
      position:relative;
      padding:11px 0 11px 31px;
      border-top:1px solid var(--line);
      color:var(--ink-soft);
      font-size:14px;
    }
    .compare-card--dark .check-list li{border-color:rgba(255,255,255,.14);color:rgba(255,255,255,.82)}
    .check-list li:before{
      content:"✓";
      position:absolute;
      left:0;
      top:10px;
      color:var(--green);
      font-weight:900;
    }
    .compare-card--dark .check-list li:before{color:var(--lime)}
    .flow-section{background:var(--paper)}
    .flow-layout{
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:50px;
      align-items:start;
    }
    .flow-intro{position:sticky;top:105px}
    .flow-intro p{max-width:390px}
    .flow-line{position:relative;padding-left:33px}
    .flow-line:before{
      content:"";
      position:absolute;
      top:13px;
      bottom:13px;
      left:10px;
      width:2px;
      background:#cddbc8;
    }
    .flow-item{
      position:relative;
      padding:0 0 34px 25px;
    }
    .flow-item:last-child{padding-bottom:0}
    .flow-dot{
      position:absolute;
      left:-1px;
      top:5px;
      width:23px;
      height:23px;
      border:5px solid var(--paper);
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 1px #a9c1a1;
    }
    .flow-item h3{margin-bottom:5px}
    .flow-item p{margin:0;max-width:580px;color:var(--muted);font-size:14px}
    .scene-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:18px;
    }
    .scene-photo{
      position:relative;
      min-height:360px;
      overflow:hidden;
      padding:31px;
      border-radius:var(--radius-lg);
      background:
        linear-gradient(145deg,rgba(16,68,44,.15),rgba(16,68,44,.72)),
        linear-gradient(135deg,#d4e796,#80aa6e 48%,#b96e48);
    }
    .scene-photo h2{position:absolute;right:30px;bottom:28px;left:30px;color:var(--white)}
    .scene-photo .data-badge{position:absolute;top:28px;left:28px}
    .scene-list{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }
    .scene-item{
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      min-height:174px;
      padding:22px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:var(--cream);
      transition:var(--ease);
    }
    .scene-item:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
    .scene-icon{
      display:grid;
      place-items:center;
      width:37px;
      height:37px;
      border-radius:12px;
      color:var(--green-deep);
      background:#e4efbc;
      font-size:19px;
    }
    .scene-item h3{margin:16px 0 4px;font-size:17px}
    .scene-item p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
    .faq-layout{
      display:grid;
      grid-template-columns:.72fr 1.28fr;
      gap:45px;
      align-items:start;
    }
    .faq-side{
      padding:29px;
      border-radius:var(--radius);
      background:#e8f1d1;
    }
    .faq-side strong{display:block;margin-bottom:7px;color:var(--green-deep);font-size:31px}
    .faq-side p{margin:0;color:var(--ink-soft);font-size:14px}
    .faq-list{border-top:1px solid var(--line)}
    .faq-item{border-bottom:1px solid var(--line)}
    .faq-question{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
      width:100%;
      padding:20px 0;
      border:0;
      color:var(--ink);
      background:transparent;
      text-align:left;
      font-weight:800;
    }
    .faq-question:hover{color:var(--green)}
    .faq-question:focus-visible,.input:focus-visible,.button-primary:focus-visible,.button-light:focus-visible{
      outline:3px solid rgba(246,189,82,.65);
      outline-offset:3px;
    }
    .faq-plus{
      display:grid;
      place-items:center;
      flex:0 0 27px;
      width:27px;
      height:27px;
      border-radius:50%;
      color:var(--green-deep);
      background:#e4efbc;
      font-size:20px;
      line-height:1;
      transition:var(--ease);
    }
    .faq-answer{display:none;padding:0 47px 20px 0}
    .faq-answer p{margin:0;color:var(--muted);font-size:14px}
    .faq-item.is-open .faq-answer{display:block}
    .faq-item.is-open .faq-plus{transform:rotate(45deg);background:var(--green-deep);color:var(--lime)}
    .cta-section{padding-top:25px;padding-bottom:82px}
    .cta-box{
      display:grid;
      grid-template-columns:1fr .92fr;
      gap:42px;
      padding:45px;
      border-radius:var(--radius-lg);
      color:var(--white);
      background:
        radial-gradient(circle at 82% 12%,rgba(205,232,109,.29),transparent 18%),
        linear-gradient(120deg,#10442c,#1e7049);
      box-shadow:var(--shadow-lg);
    }
    .cta-box h2{color:var(--white);max-width:550px}
    .cta-box p{max-width:560px;color:rgba(255,255,255,.75)}
    .contact-form{
      padding:23px;
      border-radius:20px;
      background:rgba(255,255,255,.1);
      border:1px solid rgba(255,255,255,.16);
    }
    .contact-form label{display:block;margin-bottom:7px;color:rgba(255,255,255,.82);font-size:13px;font-weight:700}
    .input{
      width:100%;
      height:46px;
      margin-bottom:14px;
      padding:0 14px;
      border:1px solid rgba(255,255,255,.21);
      border-radius:11px;
      outline:0;
      color:var(--ink);
      background:rgba(255,255,255,.94);
      box-shadow:none;
    }
    .input::placeholder{color:#9ba89f}
    .contact-form .button-light{width:100%;border:0}
    .form-status{min-height:23px;margin:10px 0 0;color:var(--lime);font-size:13px}
    .site-footer{padding:39px 0 25px;background:var(--paper);border-top:1px solid var(--line)}
    .footer-top{display:flex;justify-content:space-between;gap:40px;padding-bottom:30px}
    .footer-brand{max-width:410px}
    .footer-brand .brand{margin-bottom:13px}
    .footer-brand p{margin:0;color:var(--muted);font-size:13px}
    .footer-nav{display:flex;align-items:flex-start;gap:24px;padding-top:8px}
    .footer-nav a{color:var(--ink-soft);font-size:13px;font-weight:700}
    .footer-nav a:hover{color:var(--green)}
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:20px;
      padding-top:20px;
      border-top:1px solid var(--line);
      color:var(--muted);
      font-size:12px;
    }
    .footer-bottom a:hover{color:var(--green)}
    @media(max-width:1024px){
      .hero-grid{grid-template-columns:1fr}
      .hero-main,.preview-card{min-height:unset}
      .preview-card{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}
      .preview-cover{min-height:300px}
      .preview-meta{padding:0}
      .countdown{margin-top:17px}
      .matrix{grid-template-columns:1fr}
      .flow-layout{gap:30px}
    }
    @media(max-width:768px){
      .container{width:min(calc(100% - 32px),var(--container))}
      .nav-shell{min-height:68px}
      .nav-center{
        display:none;
        position:absolute;
        top:68px;
        right:16px;
        left:16px;
        flex-direction:column;
        align-items:stretch;
        padding:9px;
        border:1px solid var(--line);
        border-radius:16px;
        background:var(--paper);
        box-shadow:var(--shadow);
      }
      .nav-center.is-open{display:flex}
      .nav-center a{padding:12px 14px}
      .nav-action{display:none}
      .menu-toggle{display:block}
      .hero{padding-top:20px}
      .hero-main{min-height:545px;padding:31px 25px}
      .hero-actions .button-light,.hero-actions .button-outline{width:100%}
      .preview-card{display:block;padding:18px}
      .preview-cover{min-height:270px}
      .preview-meta{padding-top:18px}
      .section{padding:57px 0}
      .metric-bar{grid-template-columns:repeat(2,1fr)}
      .metric:nth-child(2){border-right:0}
      .metric:nth-child(-n+2){border-bottom:1px solid var(--line)}
      .compare-wrap,.scene-grid,.faq-layout,.cta-box{grid-template-columns:1fr}
      .flow-intro{position:static}
      .scene-photo{min-height:280px}
      .cta-box{padding:29px 23px;gap:25px}
      .footer-top,.footer-bottom{flex-direction:column;gap:18px}
      .footer-nav{flex-wrap:wrap;padding-top:0}
    }
    @media(max-width:520px){
      body{font-size:15px}
      h1{font-size:38px}
      .brand{font-size:16px}
      .brand-mark{width:31px;height:31px;font-size:17px}
      .hero-main{min-height:570px}
      .metric{padding:21px 15px}
      .metric strong{font-size:29px}
      .matrix-list,.scene-list{grid-template-columns:1fr}
      .matrix-intro,.compare-card{padding:25px 21px}
      .scene-item{min-height:145px}
      .preview-cover h2{font-size:27px}
      .count-box strong{font-size:23px}
    }
