/* roulang page: index */
:root {
      --mint-900: #143d35;
      --mint-700: #1f7a63;
      --mint-600: #20a67a;
      --mint-500: #35c795;
      --mint-100: #e8f8ef;
      --mint-50: #f3fbf6;
      --lime-400: #d7ef61;
      --pomelo-100: #fff2dc;
      --pomelo-300: #ffc36b;
      --ink: #202a27;
      --muted: #66746f;
      --soft: #f8fbf7;
      --white: #ffffff;
      --line: #dce8e2;
      --shadow: 0 14px 38px rgba(31, 122, 99, .12);
      --shadow-sm: 0 8px 22px rgba(23, 64, 54, .08);
      --radius: 8px;
      --radius-lg: 10px;
      --nav-h: 74px;
    }

    * { box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      color: var(--ink);
      line-height: 1.72;
      background:
        linear-gradient(180deg, #fbfff9 0%, #f5fbf6 45%, #ffffff 100%);
      letter-spacing: 0;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
    }

    img, svg { max-width: 100%; display: block; }

    button, input, textarea {
      font: inherit;
    }

    input:focus, textarea:focus, button:focus, a:focus {
      outline: 3px solid rgba(53, 199, 149, .22);
      outline-offset: 3px;
    }

    .page-wrap {
      position: relative;
      min-height: 100vh;
    }

    .site-header {
      position: sticky;
      top: 14px;
      z-index: 30;
      padding: 0 12px;
    }

    .pill-nav {
      min-height: var(--nav-h);
      border: 1px solid rgba(220, 232, 226, .95);
      background: rgba(255, 255, 255, .9);
      backdrop-filter: blur(16px);
      box-shadow: var(--shadow-sm);
      border-radius: 999px;
      padding: 10px 14px;
    }

    .brand-mark {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      color: var(--mint-900);
      white-space: nowrap;
    }

    .brand-icon {
      width: 38px;
      height: 38px;
      border-radius: 999px;
      background: radial-gradient(circle at 35% 25%, var(--lime-400), var(--mint-500));
      display: grid;
      place-items: center;
      color: var(--mint-900);
      font-weight: 900;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
    }

    .nav-link {
      color: var(--muted);
      font-weight: 700;
      border-radius: 999px;
      padding: 10px 15px !important;
    }

    .nav-link:hover,
    .nav-link.active {
      color: var(--mint-900);
      background: var(--mint-100);
    }

    .navbar-toggler {
      border: 0;
      border-radius: 999px;
      background: var(--mint-100);
      padding: 9px 11px;
    }

    .navbar-toggler:focus { box-shadow: none; }

    .btn-brand,
    .btn-ghost {
      border-radius: 999px;
      padding: 11px 20px;
      font-weight: 800;
      border: 1px solid transparent;
      transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
      white-space: nowrap;
    }

    .btn-brand {
      background: var(--mint-700);
      color: #fff;
      box-shadow: 0 10px 24px rgba(31, 122, 99, .18);
    }

    .btn-brand:hover,
    .btn-brand:active {
      background: var(--mint-600);
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 14px 30px rgba(31, 122, 99, .22);
    }

    .btn-ghost {
      background: #fff;
      color: var(--mint-900);
      border-color: var(--line);
    }

    .btn-ghost:hover {
      color: var(--mint-700);
      border-color: rgba(53, 199, 149, .45);
      transform: translateY(-2px);
      box-shadow: var(--shadow-sm);
    }

    main { margin-top: -10px; }

    .section {
      padding: 82px 0;
      position: relative;
    }

    .section-soft {
      background: linear-gradient(180deg, rgba(232, 248, 239, .58), rgba(255, 255, 255, .88));
      border-top: 1px solid rgba(220, 232, 226, .72);
      border-bottom: 1px solid rgba(220, 232, 226, .72);
    }

    .section-title {
      font-size: 34px;
      line-height: 1.25;
      color: var(--mint-900);
      font-weight: 900;
      margin: 0 0 14px;
    }

    .section-desc {
      color: var(--muted);
      max-width: 760px;
      margin: 0;
      font-size: 16px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--mint-700);
      background: var(--mint-100);
      border: 1px solid rgba(53, 199, 149, .25);
      border-radius: 999px;
      padding: 7px 12px;
      font-weight: 800;
      font-size: 13px;
      margin-bottom: 18px;
    }

    .hero {
      padding: 56px 0 76px;
      min-height: calc(100vh - 40px);
      display: flex;
      align-items: center;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(180px, 1fr) minmax(320px, 1.45fr) minmax(180px, 1fr);
      gap: 28px;
      align-items: center;
    }

    .hero h1 {
      font-size: 48px;
      line-height: 1.14;
      font-weight: 950;
      color: var(--mint-900);
      margin: 0 0 18px;
    }

    .hero-copy {
      color: var(--muted);
      font-size: 17px;
      margin: 0 0 24px;
    }

    .value-stack {
      display: grid;
      gap: 14px;
    }

    .value-point,
    .metric-card,
    .info-card,
    .story-card,
    .review-card,
    .news-card,
    .form-panel {
      background: rgba(255, 255, 255, .88);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow-sm);
    }

    .value-point {
      padding: 18px;
    }

    .value-point strong {
      display: block;
      color: var(--mint-900);
      font-size: 16px;
      margin-bottom: 6px;
    }

    .value-point span {
      color: var(--muted);
      font-size: 14px;
    }

    .stage {
      position: relative;
      padding: 26px;
      border-radius: var(--radius-lg);
      background:
        linear-gradient(135deg, rgba(255, 242, 220, .72), rgba(232, 248, 239, .92));
      border: 1px solid rgba(220, 232, 226, .95);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .stage-board {
      background: rgba(255, 255, 255, .92);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 22px;
      min-height: 430px;
      display: grid;
      gap: 18px;
      align-content: start;
      box-shadow: 0 18px 45px rgba(31, 122, 99, .10);
    }

    .stage-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 14px;
      border-bottom: 1px solid var(--line);
      padding-bottom: 14px;
    }

    .product-visual {
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: 16px;
      align-items: center;
      min-height: 210px;
    }

    .bottle {
      width: 120px;
      height: 220px;
      margin: 0 auto;
      border-radius: 42px 42px 24px 24px;
      background: linear-gradient(180deg, #fff9df, #d7ef61 48%, #35c795 100%);
      border: 3px solid rgba(20, 61, 53, .12);
      position: relative;
      box-shadow: 0 20px 36px rgba(31, 122, 99, .18);
    }

    .bottle::before {
      content: "";
      position: absolute;
      top: -26px;
      left: 38px;
      width: 44px;
      height: 34px;
      border-radius: 12px 12px 6px 6px;
      background: var(--mint-700);
    }

    .bottle::after {
      content: "520";
      position: absolute;
      inset: 74px 16px auto;
      height: 58px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: rgba(255,255,255,.76);
      color: var(--mint-900);
      font-weight: 950;
      font-size: 24px;
    }

    .stage-list {
      display: grid;
      gap: 10px;
    }

    .stage-list .line {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 10px 12px;
      background: var(--mint-50);
      border: 1px solid rgba(220, 232, 226, .75);
      border-radius: var(--radius);
      color: var(--muted);
      font-size: 14px;
    }

    .step-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }

    .step-mini {
      padding: 12px;
      border-radius: var(--radius);
      background: #fff;
      border: 1px solid var(--line);
    }

    .step-no {
      width: 28px;
      height: 28px;
      display: inline-grid;
      place-items: center;
      border-radius: 999px;
      background: var(--mint-700);
      color: #fff;
      font-weight: 900;
      margin-bottom: 8px;
      font-size: 13px;
    }

    .metric-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      margin-top: 26px;
    }

    .metric-card {
      padding: 18px;
    }

    .metric-num {
      display: block;
      font-size: 28px;
      line-height: 1;
      color: var(--mint-700);
      font-weight: 950;
      margin-bottom: 8px;
    }

    .metric-card span:last-child {
      color: var(--muted);
      font-size: 14px;
    }

    .seed-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 24px;
      align-items: stretch;
      margin-top: 34px;
    }

    .vertical-card {
      min-height: 520px;
      border-radius: var(--radius-lg);
      background:
        linear-gradient(180deg, rgba(20, 61, 53, .06), rgba(53, 199, 149, .15)),
        #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      padding: 22px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .vertical-shot {
      flex: 1;
      border-radius: var(--radius);
      background: linear-gradient(180deg, #fff9e9, #e8f8ef);
      border: 1px solid rgba(220, 232, 226, .95);
      display: grid;
      place-items: center;
      margin-bottom: 18px;
      overflow: hidden;
    }

    .banana-mark {
      width: 170px;
      height: 170px;
      border-radius: 50%;
      border: 16px solid var(--lime-400);
      border-left-color: transparent;
      transform: rotate(-28deg);
      position: relative;
    }

    .banana-mark::after {
      content: "";
      position: absolute;
      width: 38px;
      height: 20px;
      border-radius: 999px;
      background: var(--mint-700);
      bottom: 8px;
      right: -10px;
      transform: rotate(26deg);
    }

    .seed-list {
      display: grid;
      gap: 14px;
    }

    .seed-item {
      display: grid;
      grid-template-columns: 44px 1fr;
      gap: 14px;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: var(--shadow-sm);
    }

    .seed-item:hover,
    .product-card:hover,
    .review-card:hover,
    .news-card:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow);
    }

    .seed-index {
      width: 44px;
      height: 44px;
      border-radius: 999px;
      background: var(--pomelo-100);
      color: var(--mint-900);
      display: grid;
      place-items: center;
      font-weight: 950;
      border: 1px solid rgba(255, 195, 107, .45);
    }

    .seed-item h3,
    .product-card h3,
    .review-card h3,
    .news-card h3 {
      font-size: 18px;
      margin: 0 0 6px;
      font-weight: 900;
      color: var(--mint-900);
    }

    .seed-item p,
    .product-card p,
    .review-card p,
    .news-card p {
      color: var(--muted);
      margin: 0;
      font-size: 14px;
    }

    .product-grid {
      display: grid;
      grid-template-columns: 1.25fr .85fr .9fr;
      gap: 18px;
      margin-top: 34px;
    }

    .product-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow-sm);
      padding: 22px;
      transition: transform .2s ease, box-shadow .2s ease;
      min-height: 210px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .product-card.featured {
      grid-row: span 2;
      background: linear-gradient(180deg, #ffffff, #f2fbf4);
    }

    .card-head {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: flex-start;
      margin-bottom: 18px;
    }

    .badge-soft {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 6px 10px;
      background: var(--mint-100);
      color: var(--mint-700);
      border: 1px solid rgba(53, 199, 149, .26);
      font-weight: 800;
      font-size: 12px;
      white-space: nowrap;
    }

    .icon-box {
      width: 42px;
      height: 42px;
      border-radius: var(--radius);
      background: var(--pomelo-100);
      display: grid;
      place-items: center;
      color: var(--mint-900);
      font-weight: 950;
      border: 1px solid rgba(255, 195, 107, .45);
    }

    .progress-soft {
      height: 10px;
      background: #edf4ef;
      border-radius: 999px;
      overflow: hidden;
      margin-top: 16px;
    }

    .progress-soft span {
      display: block;
      height: 100%;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--mint-500), var(--lime-400));
    }

    .compare-wrap {
      margin-top: 34px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 22px;
    }

    .compare-panel {
      padding: 24px;
      border-radius: var(--radius);
      border: 1px solid var(--line);
      background: #fff;
      box-shadow: var(--shadow-sm);
    }

    .compare-panel.after {
      border-color: rgba(53, 199, 149, .35);
      background: linear-gradient(180deg, #fff, var(--mint-50));
    }

    .compare-list {
      list-style: none;
      padding: 0;
      margin: 18px 0 0;
      display: grid;
      gap: 12px;
    }

    .compare-list li {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      padding-bottom: 12px;
      border-bottom: 1px dashed var(--line);
      color: var(--muted);
    }

    .compare-list strong { color: var(--mint-900); }

    .review-grid {
      display: grid;
      grid-template-columns: .85fr 1.15fr 1fr;
      gap: 18px;
      margin-top: 34px;
      align-items: stretch;
    }

    .review-card {
      padding: 22px;
      transition: transform .2s ease, box-shadow .2s ease;
    }

    .review-card.tall {
      min-height: 280px;
      background: linear-gradient(180deg, #fff, var(--pomelo-100));
    }

    .stars {
      color: #e7ad31;
      font-weight: 900;
      margin-bottom: 12px;
    }

    .logo-wall {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-top: 16px;
    }

    .logo-chip {
      border: 1px solid var(--line);
      background: #fff;
      border-radius: var(--radius);
      padding: 10px;
      text-align: center;
      color: var(--muted);
      font-weight: 800;
      font-size: 13px;
    }

    .news-layout {
      display: grid;
      grid-template-columns: 1.35fr .65fr;
      gap: 24px;
      margin-top: 34px;
    }

    .news-list {
      display: grid;
      gap: 12px;
    }

    .news-link {
      display: grid;
      grid-template-columns: 96px 1fr auto;
      gap: 16px;
      align-items: center;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: var(--shadow-sm);
    }

    .news-link:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow);
      color: var(--mint-700);
    }

    .news-date {
      color: var(--mint-700);
      font-weight: 950;
      background: var(--mint-100);
      border-radius: var(--radius);
      padding: 10px;
      text-align: center;
    }

    .news-link h3 {
      font-size: 17px;
      margin: 0 0 3px;
      font-weight: 900;
      color: var(--mint-900);
    }

    .news-link p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .arrow {
      width: 34px;
      height: 34px;
      border-radius: 999px;
      background: var(--mint-50);
      display: grid;
      place-items: center;
      color: var(--mint-700);
      font-weight: 900;
    }

    .side-reco {
      padding: 22px;
      border-radius: var(--radius);
      background: var(--mint-900);
      color: #fff;
      min-height: 100%;
    }

    .side-reco p { color: rgba(255,255,255,.72); }

    .countdown {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-top: 18px;
    }

    .time-box {
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.18);
      border-radius: var(--radius);
      padding: 12px 8px;
      text-align: center;
    }

    .time-box strong {
      display: block;
      font-size: 24px;
      line-height: 1;
    }

    .faq-wrap {
      max-width: 920px;
      margin: 34px auto 0;
    }

    .accordion-item {
      border: 1px solid var(--line) !important;
      border-radius: var(--radius) !important;
      overflow: hidden;
      margin-bottom: 12px;
      box-shadow: var(--shadow-sm);
    }

    .accordion-button {
      font-weight: 900;
      color: var(--mint-900);
      background: #fff;
      padding: 18px 20px;
      letter-spacing: 0;
    }

    .accordion-button:not(.collapsed) {
      background: var(--mint-50);
      color: var(--mint-700);
      box-shadow: none;
    }

    .accordion-button:focus {
      border-color: rgba(53, 199, 149, .35);
      box-shadow: 0 0 0 .2rem rgba(53, 199, 149, .15);
    }

    .accordion-body {
      color: var(--muted);
      background: #fff;
      padding: 18px 20px 22px;
    }

    .cta-grid {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 24px;
      align-items: stretch;
    }

    .cta-card {
      border-radius: var(--radius-lg);
      background: linear-gradient(135deg, var(--mint-900), var(--mint-700));
      color: #fff;
      padding: 30px;
      box-shadow: var(--shadow);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 360px;
    }

    .cta-card p { color: rgba(255,255,255,.78); }

    .cta-steps {
      list-style: none;
      padding: 0;
      margin: 24px 0 0;
      display: grid;
      gap: 12px;
    }

    .cta-steps li {
      display: flex;
      align-items: center;
      gap: 12px;
      color: rgba(255,255,255,.88);
    }

    .cta-steps b {
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: rgba(255,255,255,.16);
    }

    .form-panel {
      padding: 28px;
    }

    .form-label {
      color: var(--mint-900);
      font-weight: 800;
      margin-bottom: 8px;
    }

    .form-control,
    .form-select {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 12px 14px;
      color: var(--ink);
      background: #fff;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: rgba(53, 199, 149, .7);
      box-shadow: 0 0 0 .2rem rgba(53, 199, 149, .14);
    }

    .form-hint {
      color: var(--muted);
      font-size: 13px;
      margin-top: 10px;
    }

    .site-footer {
      padding: 46px 0 26px;
      background: #12362f;
      color: rgba(255,255,255,.78);
    }

    .footer-brand {
      color: #fff;
      font-size: 20px;
      font-weight: 950;
      margin-bottom: 12px;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: flex-end;
    }

    .footer-links a {
      color: rgba(255,255,255,.78);
      padding: 8px 10px;
      border-radius: 999px;
    }

    .footer-links a:hover {
      color: #fff;
      background: rgba(255,255,255,.1);
    }

    .copyright {
      border-top: 1px solid rgba(255,255,255,.12);
      margin-top: 28px;
      padding-top: 18px;
      font-size: 13px;
      color: rgba(255,255,255,.58);
    }

    @media (max-width: 1199.98px) {
      .hero-grid {
        grid-template-columns: 1fr;
      }

      .hero h1 { font-size: 42px; }

      .value-stack {
        grid-template-columns: repeat(2, 1fr);
      }

      .metric-row,
      .step-row {
        grid-template-columns: repeat(2, 1fr);
      }

      .product-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .product-card.featured { grid-row: auto; }
    }

    @media (max-width: 991.98px) {
      .site-header { top: 8px; }

      .pill-nav {
        border-radius: 24px;
      }

      .navbar-collapse {
        padding-top: 12px;
      }

      .navbar-nav {
        gap: 6px;
      }

      .nav-cta {
        margin-top: 8px;
        width: 100%;
      }

      .nav-cta .btn-brand {
        width: 100%;
        text-align: center;
      }

      .section { padding: 64px 0; }

      .seed-grid,
      .compare-wrap,
      .news-layout,
      .cta-grid {
        grid-template-columns: 1fr;
      }

      .review-grid {
        grid-template-columns: 1fr 1fr;
      }

      .news-link {
        grid-template-columns: 82px 1fr;
      }

      .news-link .arrow { display: none; }
    }

    @media (max-width: 767.98px) {
      .hero {
        padding: 34px 0 58px;
        min-height: auto;
      }

      .hero h1 {
        font-size: 34px;
      }

      .hero-copy,
      .section-desc {
        font-size: 15px;
      }

      .section-title {
        font-size: 27px;
      }

      .value-stack,
      .metric-row,
      .product-grid,
      .review-grid,
      .step-row {
        grid-template-columns: 1fr;
      }

      .stage {
        padding: 16px;
      }

      .stage-board {
        min-height: auto;
        padding: 16px;
      }

      .product-visual {
        grid-template-columns: 1fr;
      }

      .bottle {
        width: 98px;
        height: 182px;
      }

      .vertical-card {
        min-height: 430px;
      }

      .footer-links {
        justify-content: flex-start;
        margin-top: 18px;
      }
    }

    @media (max-width: 520px) {
      .container {
        padding-left: 18px;
        padding-right: 18px;
      }

      .brand-mark {
        max-width: 230px;
        overflow: hidden;
      }

      .brand-mark span:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .pill-nav {
        padding: 8px 10px;
      }

      .hero h1 {
        font-size: 30px;
      }

      .btn-row {
        display: grid !important;
        grid-template-columns: 1fr;
        width: 100%;
      }

      .btn-row .btn-brand,
      .btn-row .btn-ghost {
        width: 100%;
      }

      .news-link {
        grid-template-columns: 1fr;
      }

      .countdown {
        grid-template-columns: 1fr;
      }

      .form-panel,
      .cta-card {
        padding: 22px;
      }
    }

/* roulang page: category2 */
:root{
  --bg: #f5faf6;
  --bg-soft: #eef7f1;
  --panel: #ffffff;
  --panel-2: #f7fbf8;
  --text: #18312c;
  --muted: #6b827b;
  --line: #d9e8df;
  --brand: #2aa37a;
  --brand-2: #1f8f70;
  --brand-soft: #dff6ec;
  --accent: #dff0a8;
  --accent-2: #f7eeb8;
  --dark: #18352f;
  --dark-2: #21473f;
  --shadow: 0 16px 40px rgba(24, 49, 44, .08);
  --shadow-2: 0 10px 26px rgba(24, 49, 44, .10);
  --radius: 10px;
  --radius-sm: 8px;
  --radius-xs: 6px;
  --space: 24px;
  --space-lg: 40px;
  --space-xl: 64px;
}
*,
*::before,
*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: "Microsoft YaHei","PingFang SC","Noto Sans SC",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(42,163,122,.05), transparent 18%),
    radial-gradient(circle at 90% 0%, rgba(223,240,168,.18), transparent 22%),
    linear-gradient(180deg, #f8fcf9 0%, var(--bg) 100%);
  line-height:1.7;
  letter-spacing:0;
  padding-top:96px;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none;transition:all .2s ease}
a:hover{color:var(--brand)}
button,input,select,textarea{font:inherit}
:focus-visible{
  outline:3px solid rgba(42,163,122,.28);
  outline-offset:2px;
}
.container{position:relative}
.site-header{
  position:sticky;
  top:14px;
  z-index:1030;
  pointer-events:none;
}
.site-header .container{
  pointer-events:auto;
}
.pill-nav{
  background:rgba(255,255,255,.78);
  backdrop-filter:saturate(180%) blur(14px);
  border:1px solid rgba(40, 82, 72, .10);
  border-radius:999px;
  box-shadow:0 16px 36px rgba(24,49,44,.08);
  padding:.75rem 1rem;
}
.brand-mark{
  display:inline-flex;
  align-items:center;
  gap:.65rem;
  font-weight:800;
  color:var(--text);
  letter-spacing:0;
}
.brand-mark:hover{color:var(--text)}
.brand-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(145deg, var(--brand), #54c59c);
  color:#fff;
  font-size:1rem;
  box-shadow:0 10px 20px rgba(42,163,122,.24);
}
.navbar-toggler{
  border:1px solid rgba(42,163,122,.20);
  border-radius:999px;
  padding:.45rem .75rem;
  box-shadow:none;
}
.navbar-toggler:focus{box-shadow:0 0 0 .2rem rgba(42,163,122,.15)}
.navbar-toggler-icon{
  width:1.15em;
  height:1.15em;
}
.navbar-nav{
  gap:.35rem;
}
.nav-link{
  border-radius:999px;
  padding:.55rem .95rem !important;
  color:var(--muted);
  font-weight:600;
}
.nav-link:hover,
.nav-link:focus,
.nav-link.active{
  color:var(--brand-2);
  background:rgba(42,163,122,.10);
}
.nav-cta .btn-brand,
.btn-brand{
  background:linear-gradient(145deg, var(--brand), var(--brand-2));
  border:none;
  color:#fff;
  border-radius:999px;
  padding:.78rem 1.25rem;
  font-weight:700;
  box-shadow:0 12px 24px rgba(42,163,122,.20);
}
.btn-brand:hover,
.btn-brand:focus{
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 16px 28px rgba(42,163,122,.24);
}
.btn-outline-brand{
  border:1px solid rgba(42,163,122,.28);
  color:var(--brand-2);
  border-radius:999px;
  padding:.78rem 1.25rem;
  font-weight:700;
  background:#fff;
}
.btn-outline-brand:hover,
.btn-outline-brand:focus{
  color:var(--brand-2);
  background:rgba(42,163,122,.08);
  transform:translateY(-1px);
}
.hero-wrap{
  padding: 1rem 0 1.25rem;
}
.hero-panel{
  background:linear-gradient(145deg, #17332f 0%, #21473f 100%);
  color:#eef8f4;
  border-radius:20px;
  padding:clamp(1.2rem, 3vw, 2rem);
  box-shadow:0 22px 45px rgba(18, 39, 34, .12);
  position:relative;
  overflow:hidden;
}
.hero-panel::before,
.hero-panel::after{
  content:"";
  position:absolute;
  inset:auto;
  pointer-events:none;
}
.hero-panel::before{
  right:-70px;
  top:-70px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(223,240,168,.14), rgba(223,240,168,0) 70%);
}
.hero-panel::after{
  left:0;
  bottom:0;
  right:0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
}
.hero-breadcrumb{
  color:rgba(238,248,244,.72);
  font-size:.95rem;
}
.hero-breadcrumb a{color:rgba(238,248,244,.88)}
.hero-breadcrumb .sep{opacity:.5;padding:0 .35rem}
.hero-tag{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  color:#f0fbf7;
  border-radius:999px;
  padding:.35rem .75rem;
  font-size:.88rem;
  margin-bottom:1rem;
}
.hero-tag .dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#dff0a8;
  display:inline-block;
}
.hero-title{
  font-size:clamp(2rem, 4vw, 3.2rem);
  font-weight:800;
  line-height:1.12;
  margin:0 0 1rem;
  letter-spacing:0;
}
.hero-text{
  color:rgba(238,248,244,.84);
  max-width:58ch;
  font-size:1.03rem;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.8rem;
  margin-top:1.45rem;
}
.hero-stats{
  margin-top:1.6rem;
}
.stat-card{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  border-radius:10px;
  padding:1rem;
  min-height:100%;
}
.stat-num{
  font-size:1.45rem;
  line-height:1;
  font-weight:800;
  color:#fff;
  margin-bottom:.3rem;
}
.stat-label{
  color:rgba(238,248,244,.76);
  font-size:.92rem;
}
.board{
  background:rgba(255,255,255,.94);
  color:var(--text);
  border-radius:16px;
  padding:1rem;
  box-shadow:var(--shadow-2);
}
.board-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  margin-bottom:.9rem;
}
.board-title{
  font-weight:800;
  font-size:1rem;
}
.board-badge{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  padding:.28rem .6rem;
  border-radius:999px;
  background:var(--brand-soft);
  color:var(--brand-2);
  font-size:.82rem;
  font-weight:700;
}
.rank-list{
  display:grid;
  gap:.75rem;
}
.rank-item{
  background:var(--panel-2);
  border:1px solid var(--line);
  border-radius:10px;
  padding:.85rem .9rem;
}
.rank-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  margin-bottom:.5rem;
  font-size:.95rem;
  font-weight:700;
}
.rank-meta{
  color:var(--muted);
  font-size:.85rem;
}
.rank-bar{
  height:10px;
  background:#e8f2ed;
  border-radius:999px;
  overflow:hidden;
}
.rank-bar > span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg, var(--brand), #7ad6a8);
}
.step-stack{
  margin-top:1rem;
  display:grid;
  gap:.7rem;
}
.step-row{
  display:flex;
  gap:.75rem;
  align-items:flex-start;
}
.step-num{
  flex:0 0 auto;
  width:34px;
  height:34px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  color:var(--brand-2);
  background:var(--brand-soft);
  border:1px solid rgba(42,163,122,.14);
}
.step-copy strong{
  display:block;
  margin-bottom:.1rem;
}
.step-copy span{
  display:block;
  color:var(--muted);
  font-size:.92rem;
}
.section{
  padding:clamp(1.3rem, 3vw, 2rem) 0;
}
.section-soft{
  background:linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.38));
  border-top:1px solid rgba(217,232,223,.7);
  border-bottom:1px solid rgba(217,232,223,.7);
}
.section-head{
  display:flex;
  flex-wrap:wrap;
  align-items:end;
  justify-content:space-between;
  gap:.8rem 1rem;
  margin-bottom:1rem;
}
.section-kicker{
  color:var(--brand-2);
  font-weight:800;
  letter-spacing:.02em;
  font-size:.95rem;
}
.section-title{
  font-size:clamp(1.5rem, 2.8vw, 2rem);
  font-weight:800;
  margin:0;
}
.section-desc{
  color:var(--muted);
  max-width:68ch;
  margin:.35rem 0 0;
}
.filter-bar{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  margin-bottom:1rem;
}
.filter-chip{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  border:1px solid var(--line);
  background:#fff;
  color:var(--text);
  border-radius:999px;
  padding:.48rem .82rem;
  font-size:.92rem;
  box-shadow:0 6px 18px rgba(24,49,44,.04);
}
.filter-chip.active,
.filter-chip:hover{
  background:var(--brand-soft);
  color:var(--brand-2);
  border-color:rgba(42,163,122,.18);
}
.content-card{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:10px;
  box-shadow:var(--shadow);
  padding:1.1rem;
  height:100%;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.content-card:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 32px rgba(24,49,44,.10);
  border-color:rgba(42,163,122,.22);
}
.content-card.wide{
  background:linear-gradient(180deg, #ffffff 0%, #f8fcf8 100%);
}
.card-index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:8px;
  background:var(--brand-soft);
  color:var(--brand-2);
  font-weight:800;
  margin-bottom:.8rem;
}
.card-title{
  font-size:1.08rem;
  font-weight:800;
  margin:0 0 .45rem;
}
.card-text{
  color:var(--muted);
  margin:0 0 .85rem;
  font-size:.95rem;
}
.card-tags{
  display:flex;
  flex-wrap:wrap;
  gap:.45rem;
}
.tag{
  display:inline-flex;
  align-items:center;
  padding:.25rem .55rem;
  border-radius:999px;
  font-size:.8rem;
  border:1px solid var(--line);
  background:#fff;
  color:var(--muted);
}
.tag.brand{
  background:var(--brand-soft);
  color:var(--brand-2);
  border-color:rgba(42,163,122,.16);
}
.tag.accent{
  background:#fbf6d8;
  color:#816a10;
  border-color:rgba(129,106,16,.12);
}
.metric-strip{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.8rem;
}
.metric-box{
  border:1px dashed rgba(42,163,122,.22);
  background:#fff;
  border-radius:10px;
  padding:.9rem;
}
.metric-box strong{
  display:block;
  font-size:1.2rem;
  color:var(--brand-2);
}
.metric-box span{
  color:var(--muted);
  font-size:.88rem;
}
.compare-card{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:10px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.compare-head{
  padding:1rem 1rem .2rem;
}
.compare-head h3{
  margin:0;
  font-size:1.15rem;
  font-weight:800;
}
.compare-head p{
  color:var(--muted);
  margin:.35rem 0 0;
}
.table-wrap{
  padding:0 1rem 1rem;
}
.compare-table{
  width:100%;
  margin:0;
}
.compare-table thead th{
  background:#f5faf6;
  color:var(--text);
  border-bottom:1px solid var(--line);
  padding:.9rem .85rem;
  font-weight:700;
  white-space:nowrap;
}
.compare-table tbody td{
  border-top:1px solid var(--line);
  padding:.9rem .85rem;
  vertical-align:top;
}
.compare-table tbody tr:hover{
  background:#fbfefc;
}
.compare-table .row-title{
  font-weight:800;
  color:var(--text);
}
.compare-table .small{
  color:var(--muted);
  display:block;
  margin-top:.18rem;
}
.compare-side{
  background:linear-gradient(180deg, #ffffff 0%, #f7fcf8 100%);
  border:1px solid var(--line);
  border-radius:10px;
  padding:1rem;
  box-shadow:var(--shadow);
}
.compare-side h3{
  font-size:1.1rem;
  font-weight:800;
  margin:0 0 .75rem;
}
.compare-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:.75rem;
}
.compare-list li{
  display:flex;
  gap:.7rem;
  align-items:flex-start;
  padding:.8rem;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
}
.compare-list .bullet{
  width:26px;
  height:26px;
  border-radius:50%;
  flex:0 0 auto;
  background:var(--brand-soft);
  color:var(--brand-2);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
}
.compare-list strong{
  display:block;
  margin-bottom:.15rem;
}
.compare-list span{
  color:var(--muted);
  font-size:.92rem;
}
.progress-wrap{
  margin-top:1rem;
  display:grid;
  gap:.75rem;
}
.progress-row{
  display:grid;
  gap:.35rem;
}
.progress-row .topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  color:var(--text);
  font-weight:700;
}
.progress{
  height:10px;
  border-radius:999px;
  background:#e7f1eb;
}
.progress .progress-bar{
  border-radius:999px;
  background:linear-gradient(90deg, var(--brand), #74d5a4);
}
.accordion.soft-accordion .accordion-item{
  border:1px solid var(--line);
  border-radius:10px;
  overflow:hidden;
  margin-bottom:.8rem;
  box-shadow:var(--shadow);
}
.soft-accordion .accordion-button{
  background:#fff;
  color:var(--text);
  font-weight:700;
  padding:1rem 1.05rem;
  box-shadow:none;
}
.soft-accordion .accordion-button:not(.collapsed){
  color:var(--brand-2);
  background:var(--brand-soft);
}
.soft-accordion .accordion-button:focus{
  box-shadow:none;
}
.soft-accordion .accordion-body{
  color:var(--muted);
  background:#fff;
  padding:1rem 1.05rem 1.05rem;
}
.form-shell{
  background:linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:clamp(1.2rem, 3vw, 1.5rem);
}
.form-note{
  color:var(--muted);
}
.form-check-label,
.form-label{
  font-weight:600;
}
.form-control,
.form-select{
  border-color:#d9e8df;
  border-radius:10px;
  padding:.78rem .95rem;
  background:#fff;
}
.form-control:focus,
.form-select:focus{
  border-color:rgba(42,163,122,.42);
  box-shadow:0 0 0 .2rem rgba(42,163,122,.12);
}
.form-hints{
  background:var(--bg-soft);
  border:1px solid var(--line);
  border-radius:10px;
  padding:1rem;
}
.form-hints ul{
  margin:0;
  padding-left:1.05rem;
  color:var(--muted);
}
.footer{
  margin-top:1rem;
  padding:1.5rem 0 2rem;
}
.site-footer{
  background:#eff7f2;
  border-top:1px solid rgba(217,232,223,.9);
  margin-top:1rem;
  padding:1.5rem 0 1.25rem;
}
.footer-brand{
  font-weight:800;
  font-size:1.2rem;
  margin-bottom:.55rem;
}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:.6rem .9rem;
  justify-content:flex-start;
}
.footer-links a{
  color:var(--muted);
  padding:.25rem 0;
}
.footer-links a:hover{color:var(--brand-2)}
.copyright{
  margin-top:1.15rem;
  padding-top:1rem;
  border-top:1px solid rgba(217,232,223,.9);
  color:var(--muted);
  font-size:.92rem;
}
.breadcrumb{
  --bs-breadcrumb-divider: '>';
  margin-bottom:.8rem;
}
.breadcrumb-item a{
  color:var(--brand-2);
}
.breadcrumb-item.active{
  color:var(--muted);
}
.note-strip{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  align-items:center;
  margin-top:.9rem;
  color:rgba(238,248,244,.78);
  font-size:.92rem;
}
.note-pill{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  padding:.28rem .62rem;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
}
.muted-small{color:var(--muted);font-size:.92rem}
.badge-soft{
  background:var(--brand-soft);
  color:var(--brand-2);
  border:1px solid rgba(42,163,122,.14);
  border-radius:999px;
  padding:.3rem .6rem;
  font-size:.82rem;
  font-weight:700;
}
@media (max-width: 991.98px){
  body{padding-top:88px}
  .pill-nav{
    border-radius:18px;
  }
  .navbar-collapse{
    margin-top:.85rem;
    padding:.9rem;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(42,163,122,.12);
    border-radius:16px;
    box-shadow:var(--shadow);
  }
  .nav-cta{
    margin-top:.8rem;
  }
}
@media (max-width: 767.98px){
  .hero-title{font-size:1.8rem}
  .hero-panel{border-radius:18px}
  .hero-actions .btn{width:100%}
  .metric-strip{grid-template-columns:1fr}
  .section-head{
    align-items:flex-start;
  }
  .compare-table thead{
    display:none;
  }
  .compare-table,
  .compare-table tbody,
  .compare-table tr,
  .compare-table td{
    display:block;
    width:100%;
  }
  .compare-table tr{
    border-top:1px solid var(--line);
    padding:.35rem 0;
  }
  .compare-table tbody td{
    border:0;
    border-top:none;
    padding:.45rem 0;
  }
  .compare-table tbody td::before{
    content:attr(data-label);
    display:block;
    color:var(--muted);
    font-size:.82rem;
    margin-bottom:.2rem;
  }
  .compare-table tbody td:first-child{
    padding-top:.8rem;
  }
}
@media (max-width: 575.98px){
  body{padding-top:82px}
  .pill-nav{padding:.7rem .8rem}
  .brand-mark span:last-child{font-size:.98rem}
  .hero-wrap{padding-top:.6rem}
  .content-card,
  .compare-side,
  .form-shell{border-radius:12px}
  .section{padding:1rem 0}
}

/* roulang page: category1 */
:root{
      --bg:#f6fbf7;
      --bg-soft:#eef8f0;
      --surface:#ffffff;
      --surface-2:#f3fbf5;
      --primary:#2aa36b;
      --primary-2:#49bf84;
      --accent:#f5c84c;
      --accent-2:#e9f6c8;
      --text:#173129;
      --muted:#66766f;
      --line:#dce8df;
      --line-2:#cfe0d5;
      --shadow:0 18px 40px rgba(28, 68, 48, .08);
      --shadow-soft:0 10px 26px rgba(28, 68, 48, .06);
      --radius-card:8px;
      --radius-panel:10px;
      --radius-pill:999px;
      --space:clamp(18px, 2.2vw, 28px);
      --space-lg:clamp(28px, 4vw, 52px);
      --container-max:1180px;
    }
    *,*::before,*::after{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",system-ui,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at top left, rgba(73,191,132,.08), transparent 28%),
        radial-gradient(circle at right 10% top 6%, rgba(245,200,76,.08), transparent 24%),
        linear-gradient(180deg, #fbfefb 0%, var(--bg) 100%);
      line-height:1.7;
      letter-spacing:0;
      text-rendering:optimizeLegibility;
      -webkit-font-smoothing:antialiased;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    :focus-visible{outline:3px solid rgba(42,163,107,.24); outline-offset:2px}

    .container{max-width:var(--container-max)}
    .section-block{padding:78px 0}
    .soft-section{
      background:linear-gradient(180deg, rgba(255,255,255,.45), rgba(238,248,240,.7));
      border-top:1px solid rgba(220,232,223,.55);
      border-bottom:1px solid rgba(220,232,223,.55);
    }

    .site-header{
      position:sticky;
      top:12px;
      z-index:1030;
      padding:0 12px;
    }
    .pill-nav{
      background:rgba(255,255,255,.86);
      border:1px solid rgba(220,232,223,.9);
      border-radius:var(--radius-pill);
      box-shadow:0 18px 36px rgba(31,73,52,.08);
      padding:.8rem 1rem;
      backdrop-filter:blur(14px);
      -webkit-backdrop-filter:blur(14px);
    }
    .brand-mark{
      display:inline-flex;
      align-items:center;
      gap:.72rem;
      font-weight:800;
      color:var(--text) !important;
      letter-spacing:0;
      white-space:nowrap;
    }
    .brand-icon{
      width:38px;height:38px;
      border-radius:12px;
      display:grid;place-items:center;
      background:linear-gradient(135deg, var(--primary), #4acb8b);
      color:#fff;
      box-shadow:0 12px 20px rgba(42,163,107,.16);
      font-weight:800;
      flex:0 0 auto;
    }
    .navbar .navbar-toggler{
      border:1px solid var(--line);
      border-radius:999px;
      padding:.45rem .8rem;
      background:#fff;
      box-shadow:none;
    }
    .navbar-toggler-icon{filter:grayscale(1) brightness(.35)}
    .navbar-collapse{
      align-items:center;
      gap:1rem;
    }
    .navbar-nav{gap:.45rem}
    .nav-link{
      color:var(--muted);
      font-weight:700;
      padding:.66rem 1rem !important;
      border-radius:999px;
      transition:all .22s ease;
      line-height:1;
    }
    .nav-link:hover,
    .nav-link:focus{
      color:var(--primary);
      background:rgba(42,163,107,.08);
    }
    .nav-link.active{
      color:#fff !important;
      background:linear-gradient(135deg, var(--primary), var(--primary-2));
      box-shadow:0 10px 18px rgba(42,163,107,.18);
    }
    .nav-cta .btn-brand,
    .btn-brand{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:.45rem;
      border:0;
      color:#fff;
      background:linear-gradient(135deg, var(--primary), #3bb67b);
      padding:.82rem 1.25rem;
      border-radius:999px;
      box-shadow:0 12px 22px rgba(42,163,107,.18);
      font-weight:800;
      transition:transform .2s ease, box-shadow .2s ease, filter .2s ease, background .2s ease;
    }
    .btn-brand:hover,
    .btn-brand:focus{
      color:#fff;
      transform:translateY(-1px);
      box-shadow:0 16px 28px rgba(42,163,107,.24);
      filter:saturate(1.05);
    }
    .btn-brand:active{transform:translateY(0)}
    .btn-soft{
      border:1px solid rgba(42,163,107,.16);
      background:rgba(42,163,107,.08);
      color:var(--primary);
      padding:.82rem 1.15rem;
      border-radius:999px;
      font-weight:800;
      transition:all .2s ease;
    }
    .btn-soft:hover,
    .btn-soft:focus{
      background:rgba(42,163,107,.12);
      color:var(--primary);
      transform:translateY(-1px);
      box-shadow:0 10px 22px rgba(42,163,107,.1);
    }
    .btn-soft:active{transform:translateY(0)}

    .breadcrumb-wrap{
      display:flex;
      align-items:center;
      gap:.55rem;
      flex-wrap:wrap;
      margin-bottom:1rem;
      color:var(--muted);
      font-size:.95rem;
    }
    .breadcrumb-wrap a{color:var(--muted)}
    .breadcrumb-wrap a:hover{color:var(--primary)}
    .breadcrumb-wrap .crumb-sep{opacity:.55}
    .page-tag{
      display:inline-flex;
      align-items:center;
      gap:.4rem;
      border:1px solid rgba(42,163,107,.15);
      background:rgba(42,163,107,.08);
      color:var(--primary);
      padding:.38rem .72rem;
      border-radius:999px;
      font-size:.88rem;
      font-weight:800;
      margin-bottom:1rem;
    }
    .hero-section{padding:88px 0 52px}
    .hero-shell{
      position:relative;
      overflow:hidden;
      background:
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(246,251,247,.96));
      border:1px solid rgba(220,232,223,.85);
      border-radius:20px;
      box-shadow:var(--shadow);
      padding:clamp(22px, 3vw, 34px);
    }
    .hero-shell::after{
      content:"";
      position:absolute;
      inset:auto -60px -80px auto;
      width:220px;
      height:220px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(73,191,132,.11), transparent 65%);
      pointer-events:none;
    }
    .hero-title{
      font-size:clamp(2rem, 3.2vw, 3.35rem);
      line-height:1.16;
      letter-spacing:0;
      margin:0 0 1rem;
      font-weight:900;
    }
    .hero-subtitle{
      max-width:45rem;
      color:var(--muted);
      font-size:1.04rem;
      margin-bottom:1.25rem;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:.85rem;
      margin-top:1.15rem;
    }
    .metric-grid{
      margin-top:1.5rem;
    }
    .metric-card{
      height:100%;
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:var(--radius-card);
      box-shadow:var(--shadow-soft);
      padding:1rem 1rem .95rem;
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .metric-card:hover{
      transform:translateY(-2px);
      box-shadow:0 14px 30px rgba(28,68,48,.09);
      border-color:#c9dfd2;
    }
    .metric-value{
      font-size:1.4rem;
      font-weight:900;
      line-height:1.05;
      color:var(--text);
      margin-bottom:.2rem;
    }
    .metric-label{
      color:var(--muted);
      font-size:.94rem;
    }
    .metric-note{
      margin-top:.5rem;
      font-size:.88rem;
      color:var(--primary);
      display:flex;
      align-items:center;
      gap:.35rem;
      font-weight:700;
    }
    .hero-panel{
      height:100%;
      background:linear-gradient(180deg, #f8fcf9, #eff9f1);
      border:1px solid rgba(220,232,223,.92);
      border-radius:20px;
      padding:1.2rem;
      box-shadow:var(--shadow-soft);
    }
    .panel-head{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:1rem;
      margin-bottom:1rem;
    }
    .panel-head strong{
      font-size:1.05rem;
      font-weight:900;
    }
    .section-eyebrow{
      font-size:.88rem;
      font-weight:800;
      color:var(--primary);
      letter-spacing:.02em;
    }
    .mini-step{
      display:flex;
      gap:.85rem;
      padding:.95rem;
      border-radius:var(--radius-card);
      background:#fff;
      border:1px solid var(--line);
      margin-bottom:.82rem;
    }
    .step-num{
      width:34px;height:34px;
      flex:0 0 auto;
      border-radius:999px;
      background:rgba(42,163,107,.1);
      color:var(--primary);
      display:grid;
      place-items:center;
      font-weight:900;
      font-size:.92rem;
    }
    .mini-step h3{
      font-size:1rem;
      margin:0 0 .15rem;
      font-weight:900;
    }
    .mini-step p{
      margin:0;
      color:var(--muted);
      font-size:.94rem;
    }
    .bar-pack{
      padding:1rem;
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius-card);
      margin-top:.9rem;
    }
    .bar-line{
      margin-bottom:.78rem;
    }
    .bar-line:last-child{margin-bottom:0}
    .bar-top{
      display:flex;
      justify-content:space-between;
      gap:1rem;
      margin-bottom:.3rem;
      font-size:.92rem;
      color:var(--muted);
    }
    .bar-track{
      height:10px;
      background:#ebf4ee;
      border-radius:999px;
      overflow:hidden;
    }
    .bar-fill{
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg, var(--primary), #5acc8c);
    }
    .signal-box{
      margin-top:.9rem;
      padding:1rem;
      border-radius:var(--radius-card);
      background:linear-gradient(135deg, rgba(42,163,107,.08), rgba(245,200,76,.1));
      border:1px solid rgba(42,163,107,.12);
    }
    .signal-box h4{
      font-size:1rem;
      margin:0 0 .35rem;
      font-weight:900;
    }
    .signal-box p{
      color:var(--muted);
      margin:0;
      font-size:.94rem;
    }

    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:1rem;
      margin-bottom:1.35rem;
    }
    .section-head h2{
      font-size:clamp(1.45rem, 2vw, 2.1rem);
      line-height:1.2;
      margin:0;
      font-weight:900;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      max-width:44rem;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:.55rem;
      margin-bottom:1.35rem;
    }
    .filter-chip{
      display:inline-flex;
      align-items:center;
      gap:.4rem;
      border:1px solid var(--line);
      background:#fff;
      color:var(--text);
      padding:.58rem .86rem;
      border-radius:999px;
      font-size:.92rem;
      font-weight:700;
      box-shadow:0 8px 18px rgba(28,68,48,.04);
      transition:all .2s ease;
    }
    .filter-chip:hover{
      transform:translateY(-1px);
      border-color:#cde1d5;
      color:var(--primary);
    }
    .filter-chip.active{
      background:rgba(42,163,107,.1);
      border-color:rgba(42,163,107,.18);
      color:var(--primary);
    }

    .feature-card{
      height:100%;
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:var(--radius-card);
      padding:1.05rem;
      box-shadow:var(--shadow-soft);
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      position:relative;
      overflow:hidden;
    }
    .feature-card::after{
      content:"";
      position:absolute;
      inset:auto -18px -18px auto;
      width:90px;height:90px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(42,163,107,.08), transparent 68%);
      pointer-events:none;
    }
    .feature-card:hover{
      transform:translateY(-2px);
      box-shadow:0 14px 28px rgba(28,68,48,.09);
      border-color:#cde1d5;
    }
    .feature-icon{
      width:46px;height:46px;
      border-radius:14px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg, rgba(42,163,107,.12), rgba(73,191,132,.14));
      color:var(--primary);
      font-size:1.15rem;
      margin-bottom:.9rem;
    }
    .feature-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:1rem;
      margin-bottom:.55rem;
    }
    .feature-top h3{
      font-size:1.05rem;
      line-height:1.28;
      margin:0;
      font-weight:900;
    }
    .card-id{
      min-width:38px;
      height:26px;
      border-radius:999px;
      padding:0 .55rem;
      background:rgba(42,163,107,.1);
      color:var(--primary);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-size:.82rem;
      font-weight:900;
      flex:0 0 auto;
    }
    .feature-card p{
      color:var(--muted);
      margin:0 0 .9rem;
      font-size:.94rem;
    }
    .feature-list{
      padding:0;
      margin:0;
      list-style:none;
      display:grid;
      gap:.45rem;
    }
    .feature-list li{
      display:flex;
      align-items:flex-start;
      gap:.45rem;
      color:var(--text);
      font-size:.92rem;
    }
    .feature-list i{
      color:var(--primary);
      margin-top:.25rem;
      font-size:.75rem;
    }
    .feature-card.wide{
      padding:1.15rem;
      background:linear-gradient(180deg, #ffffff, #f8fcf9);
    }
    .feature-rail{
      display:flex;
      flex-wrap:wrap;
      gap:.55rem;
      margin-top:.9rem;
    }
    .status-pill{
      display:inline-flex;
      align-items:center;
      gap:.4rem;
      border-radius:999px;
      border:1px solid var(--line);
      background:#fff;
      color:var(--muted);
      font-size:.82rem;
      font-weight:700;
      padding:.3rem .58rem;
    }
    .status-dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--primary);
    }
    .status-pill.accent .status-dot{background:var(--accent)}

    .compare-shell{
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:20px;
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    .compare-head{
      padding:1rem 1rem 0;
    }
    .compare-tabs{
      display:flex;
      flex-wrap:wrap;
      gap:.55rem;
      margin-bottom:1rem;
    }
    .compare-note{
      color:var(--muted);
      margin:0 0 1rem;
      font-size:.95rem;
    }
    .table-wrap{
      padding:0 1rem 1rem;
    }
    .compare-table{
      margin:0;
      border-color:var(--line);
      color:var(--text);
    }
    .compare-table thead th{
      background:var(--bg-soft);
      border-color:var(--line);
      font-size:.95rem;
      padding:.95rem .9rem;
      font-weight:900;
    }
    .compare-table tbody th,
    .compare-table tbody td{
      border-color:var(--line);
      padding:.9rem;
      vertical-align:top;
    }
    .compare-table tbody th{
      background:#fbfdfb;
      font-weight:800;
      color:var(--text);
      width:20%;
    }
    .mini-meter{
      height:10px;
      background:#edf4ef;
      border-radius:999px;
      overflow:hidden;
      margin-top:.45rem;
      max-width:190px;
    }
    .mini-meter span{
      display:block;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg, var(--primary), #5acb8c);
    }
    .compare-mobile-card{
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:var(--radius-card);
      padding:1rem;
      box-shadow:var(--shadow-soft);
    }
    .compare-mobile-card + .compare-mobile-card{margin-top:.85rem}
    .compare-mobile-card h3{
      font-size:1.02rem;
      margin:0 0 .4rem;
      font-weight:900;
    }
    .compare-mobile-card .meta{
      display:flex;
      gap:.45rem;
      flex-wrap:wrap;
      margin-bottom:.7rem;
    }
    .compare-mobile-card .row-item{
      display:flex;
      justify-content:space-between;
      gap:1rem;
      padding:.4rem 0;
      border-top:1px dashed #e2ece5;
      color:var(--muted);
      font-size:.94rem;
    }
    .compare-mobile-card .row-item strong{
      color:var(--text);
      font-weight:800;
    }
    .side-stack{
      display:grid;
      gap:1rem;
    }
    .side-card{
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:var(--radius-panel);
      box-shadow:var(--shadow-soft);
      padding:1rem;
    }
    .side-card h3{
      font-size:1.03rem;
      font-weight:900;
      margin:0 0 .7rem;
    }
    .stat-list{
      display:grid;
      gap:.7rem;
    }
    .stat-row{
      display:flex;
      justify-content:space-between;
      gap:1rem;
      align-items:baseline;
      border-bottom:1px solid #edf4ef;
      padding-bottom:.62rem;
    }
    .stat-row:last-child{
      border-bottom:0;
      padding-bottom:0;
    }
    .stat-row span{
      color:var(--muted);
      font-size:.92rem;
    }
    .stat-row strong{
      font-size:1rem;
      color:var(--text);
    }
    .quick-link-row{
      display:flex;
      flex-wrap:wrap;
      gap:.55rem;
    }
    .quick-link{
      display:inline-flex;
      align-items:center;
      gap:.35rem;
      padding:.48rem .72rem;
      border-radius:999px;
      background:#f4faf6;
      border:1px solid #dfece4;
      color:var(--text);
      font-size:.88rem;
      font-weight:700;
      transition:all .2s ease;
    }
    .quick-link:hover{
      border-color:#cfe1d5;
      color:var(--primary);
      transform:translateY(-1px);
    }
    .tip-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:.62rem;
    }
    .tip-list li{
      display:flex;
      gap:.5rem;
      align-items:flex-start;
      color:var(--text);
      font-size:.93rem;
    }
    .tip-list i{
      color:var(--primary);
      margin-top:.25rem;
    }

    .accordion{
      --bs-accordion-border-color: var(--line);
      --bs-accordion-border-radius: 12px;
      --bs-accordion-inner-border-radius: 12px;
      --bs-accordion-btn-bg: #fff;
      --bs-accordion-active-bg: #f4fbf6;
      --bs-accordion-active-color: var(--text);
      --bs-accordion-btn-focus-border-color: rgba(42,163,107,.18);
      --bs-accordion-btn-focus-box-shadow: 0 0 0 .2rem rgba(42,163,107,.09);
    }
    .accordion-item{
      border-radius:12px;
      overflow:hidden;
      box-shadow:var(--shadow-soft);
      margin-bottom:.8rem;
    }
    .accordion-button{
      font-weight:800;
      color:var(--text);
      padding:1rem 1.05rem;
    }
    .accordion-button:not(.collapsed){
      box-shadow:none;
    }
    .accordion-body{
      color:var(--muted);
      padding:0 1.05rem 1rem;
    }

    .lead-shell{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:1rem;
      align-items:stretch;
    }
    .lead-intro,
    .lead-form-card{
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:20px;
      box-shadow:var(--shadow-soft);
      padding:1.2rem;
    }
    .lead-intro{
      background:linear-gradient(180deg, #fff, #f6fbf8);
    }
    .lead-intro h2{
      font-size:clamp(1.45rem, 2vw, 2rem);
      margin:0 0 .65rem;
      font-weight:900;
    }
    .lead-intro p{
      margin:0 0 1rem;
      color:var(--muted);
      max-width:36rem;
    }
    .check-list{
      display:grid;
      gap:.7rem;
      margin:1rem 0 0;
      padding:0;
      list-style:none;
    }
    .check-list li{
      display:flex;
      gap:.6rem;
      align-items:flex-start;
      padding:.65rem .75rem;
      border-radius:var(--radius-card);
      background:#f8fcf9;
      border:1px solid #e5eee8;
      color:var(--text);
      font-size:.94rem;
    }
    .check-list i{
      color:var(--primary);
      margin-top:.25rem;
    }
    .lead-badges{
      display:flex;
      flex-wrap:wrap;
      gap:.5rem;
      margin-top:1rem;
    }
    .lead-badge{
      display:inline-flex;
      align-items:center;
      gap:.35rem;
      border-radius:999px;
      background:rgba(245,200,76,.14);
      color:#8b6b00;
      border:1px solid rgba(245,200,76,.18);
      padding:.36rem .65rem;
      font-size:.82rem;
      font-weight:700;
    }
    .lead-form-card h3{
      font-size:1.12rem;
      margin:0 0 .3rem;
      font-weight:900;
    }
    .lead-form-card p{
      color:var(--muted);
      margin:0 0 1rem;
      font-size:.94rem;
    }
    .form-label{
      font-weight:800;
      color:var(--text);
      margin-bottom:.45rem;
    }
    .form-control,
    .form-select{
      border-color:var(--line);
      border-radius:10px;
      padding:.82rem .95rem;
      box-shadow:none;
      transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }
    .form-control:focus,
    .form-select:focus{
      border-color:rgba(42,163,107,.38);
      box-shadow:0 0 0 .18rem rgba(42,163,107,.1);
    }
    .form-note{
      color:var(--muted);
      font-size:.86rem;
      margin-top:.65rem;
    }

    .site-footer{
      margin-top:0;
      padding:38px 0 26px;
      border-top:1px solid rgba(220,232,223,.85);
      background:linear-gradient(180deg, rgba(248,251,248,.65), rgba(241,248,243,.92));
    }
    .footer-brand{
      font-size:1.15rem;
      font-weight:900;
      margin-bottom:.65rem;
    }
    .site-footer p{
      color:var(--muted);
      max-width:40rem;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:.55rem .8rem;
      justify-content:flex-end;
    }
    .footer-links a{
      color:var(--muted);
      font-weight:700;
      padding:.22rem 0;
      transition:color .2s ease;
    }
    .footer-links a:hover{color:var(--primary)}
    .copyright{
      margin-top:1.3rem;
      padding-top:1rem;
      border-top:1px solid rgba(220,232,223,.9);
      color:#789082;
      font-size:.88rem;
    }

    .list-title{
      font-size:1rem;
      font-weight:900;
      margin:0 0 .75rem;
    }
    .badge-soft{
      display:inline-flex;
      align-items:center;
      padding:.35rem .58rem;
      border-radius:999px;
      background:#f2faf4;
      color:var(--primary);
      border:1px solid #dbeee1;
      font-size:.8rem;
      font-weight:800;
    }

    @media (max-width: 991.98px){
      .navbar-collapse{
        margin-top:.85rem;
        padding-top:.85rem;
        border-top:1px solid var(--line);
      }
      .navbar-nav{
        gap:.35rem;
      }
      .nav-cta{
        margin-top:.8rem;
        width:100%;
      }
      .nav-cta .btn-brand{
        width:100%;
      }
      .hero-section{padding-top:70px}
      .lead-shell{
        grid-template-columns:1fr;
      }
      .footer-links{
        justify-content:flex-start;
        margin-top:.5rem;
      }
    }
    @media (max-width: 767.98px){
      .site-header{padding:0 8px; top:8px}
      .pill-nav{padding:.75rem .8rem}
      .section-block{padding:58px 0}
      .hero-shell{padding:1rem}
      .hero-title{font-size:2rem}
      .hero-subtitle{font-size:.98rem}
      .section-head{
        flex-direction:column;
        align-items:flex-start;
      }
      .compare-head,
      .table-wrap{padding-left:.85rem;padding-right:.85rem}
      .metric-grid{
        margin-top:1.2rem;
      }
      .hero-actions .btn-brand,
      .hero-actions .btn-soft{
        width:100%;
      }
      .compare-shell{
        border-radius:16px;
      }
      .accordion-button{
        padding:.9rem 1rem;
      }
      .lead-intro,
      .lead-form-card{
        padding:1rem;
        border-radius:16px;
      }
    }
    @media (max-width: 575.98px){
      .brand-mark span:last-child{
        font-size:.98rem;
      }
      .feature-card,
      .metric-card,
      .side-card,
      .compare-mobile-card{
        border-radius:8px;
      }
      .hero-shell{
        border-radius:16px;
      }
      .page-tag{
        font-size:.82rem;
      }
    }
