/* roulang page: index */
:root {
      --berry: #561247;
      --grape: #7b2cbf;
      --plum: #3b1138;
      --coral: #ff6b4a;
      --orange: #ff9f43;
      --mint: #39d8b6;
      --blue: #38a8ff;
      --cream: #fff7ea;
      --sand: #f4eadf;
      --mist: #f6eff8;
      --peach: #fff0e8;
      --charcoal: #18131b;
      --text: #231b28;
      --muted: #73677a;
      --line: rgba(86, 18, 71, .14);
      --white: #ffffff;
      --radius-sm: 14px;
      --radius: 22px;
      --radius-lg: 28px;
      --shadow: 0 18px 45px rgba(58, 18, 58, .13);
      --shadow-soft: 0 12px 30px rgba(58, 18, 58, .08);
      --container: 1200px;
    }

    * { 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(--text);
      background: var(--cream);
      line-height: 1.75;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
    img { max-width: 100%; display: block; }
    button, input, select { font: inherit; }
    button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(57,216,182,.6); outline-offset: 3px; }
    .container-fluid.custom-wrap, .custom-wrap { max-width: var(--container); margin: 0 auto; padding-left: 22px; padding-right: 22px; }
    .section { padding: 88px 0; position: relative; }
    .section-title { font-size: clamp(28px, 4vw, 38px); font-weight: 800; line-height: 1.2; margin-bottom: 16px; letter-spacing: 0; }
    .section-title::before { content: ""; display: inline-block; width: 34px; height: 12px; border-radius: 99px; background: linear-gradient(90deg, var(--coral), var(--mint)); margin-right: 12px; vertical-align: .18em; }
    .section-copy { color: var(--muted); font-size: 17px; max-width: 780px; margin-bottom: 34px; }
    .eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--berry); background: rgba(123,44,191,.1); border: 1px solid rgba(123,44,191,.15); border-radius: 999px; padding: 7px 13px; font-size: 14px; font-weight: 700; margin-bottom: 18px; }
    .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255,107,74,.16); }
    .btn-main, .btn-ghost, .btn-darkline { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; padding: 13px 22px; font-weight: 800; min-height: 48px; }
    .btn-main { color: #fff; background: linear-gradient(135deg, var(--berry), var(--grape) 58%, var(--coral)); box-shadow: 0 14px 28px rgba(123,44,191,.25); }
    .btn-main:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 20px 36px rgba(123,44,191,.32); filter: brightness(1.04); }
    .btn-ghost { color: var(--berry); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
    .btn-ghost:hover { color: var(--berry); transform: translateY(-2px); border-color: rgba(255,107,74,.35); }
    .btn-darkline { color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24); }
    .btn-darkline:hover { color: #fff; background: rgba(255,255,255,.18); transform: translateY(-2px); }
    .chip { display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; padding: 8px 12px; background: rgba(255,255,255,.78); color: var(--berry); border: 1px solid rgba(86,18,71,.12); font-weight: 700; font-size: 14px; }
    .card-panel { background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }

    .site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,247,234,.88); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(86,18,71,.1); }
    .nav-shell { min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; }
    .nav-group { display: flex; align-items: center; gap: 10px; }
    .nav-group.left { justify-content: flex-start; }
    .nav-group.right { justify-content: flex-end; }
    .brand { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 9px 15px; border-radius: 18px; background: linear-gradient(135deg, rgba(86,18,71,.95), rgba(123,44,191,.92)); color: #fff; font-weight: 900; box-shadow: 0 14px 32px rgba(86,18,71,.2); white-space: nowrap; }
    .brand-mark { width: 28px; height: 28px; border-radius: 10px; background: radial-gradient(circle at 30% 30%, var(--orange), var(--coral) 48%, var(--mint) 50%, var(--mint)); position: relative; }
    .brand-mark::after { content: ""; position: absolute; right: -4px; top: -5px; width: 12px; height: 12px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(255,159,67,.2); }
    .nav-link-custom { color: var(--text); font-weight: 800; padding: 10px 14px; border-radius: 999px; }
    .nav-link-custom:hover, .nav-link-custom.active { color: var(--berry); background: rgba(123,44,191,.1); }
    .nav-cta { background: var(--charcoal); color: #fff; padding: 10px 15px; border-radius: 999px; font-weight: 800; }
    .nav-cta:hover { color: #fff; background: var(--berry); transform: translateY(-1px); }
    .mobile-bar { display: none; min-height: 70px; align-items: center; justify-content: space-between; gap: 12px; }
    .menu-btn { width: 44px; height: 44px; border-radius: 14px; border: 1px solid var(--line); background: #fff; color: var(--berry); font-weight: 900; }
    .mobile-collapse { border-top: 1px solid var(--line); padding: 14px 0 20px; }
    .mobile-collapse .nav-link-custom { display: block; margin: 6px 0; background: rgba(255,255,255,.65); }

    .notice-bar { background: linear-gradient(90deg, var(--berry), var(--grape), var(--coral)); color: #fff; }
    .notice-inner { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; font-weight: 800; font-size: 14px; }
    .timer-pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.25); }

    .hero { padding: 70px 0 88px; background: radial-gradient(circle at 12% 16%, rgba(255,159,67,.2), transparent 30%), linear-gradient(135deg, #fff7ea 0%, #f7edf8 54%, #fff0e8 100%); overflow: hidden; }
    .hero-grid { display: grid; grid-template-columns: minmax(190px, 1fr) minmax(420px, 1.35fr) minmax(190px, 1fr); align-items: center; gap: 24px; }
    .hero h1 { font-size: clamp(32px, 5vw, 56px); line-height: 1.08; font-weight: 900; margin: 0 0 20px; letter-spacing: 0; color: var(--plum); }
    .hero-intro { font-size: 18px; color: #5f5165; margin: 0 auto 26px; max-width: 720px; }
    .hero-center { text-align: center; position: relative; }
    .hero-actions { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
    .value-stack { display: grid; gap: 14px; }
    .value-note { padding: 18px; border-radius: 22px; background: rgba(255,255,255,.74); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
    .value-note strong { display: block; color: var(--berry); font-size: 18px; margin-bottom: 4px; }
    .value-note span { color: var(--muted); font-size: 14px; }
    .stage { margin: 0 auto; max-width: 610px; border-radius: 32px; background: linear-gradient(160deg, rgba(86,18,71,.95), rgba(123,44,191,.88)); padding: 18px; box-shadow: 0 30px 70px rgba(86,18,71,.28); position: relative; overflow: hidden; }
    .stage::before { content: ""; position: absolute; inset: auto -60px -70px auto; width: 210px; height: 210px; border-radius: 42px; transform: rotate(18deg); background: rgba(255,159,67,.35); }
    .stage-top { position: relative; display: flex; justify-content: space-between; align-items: center; color: #fff; margin-bottom: 16px; }
    .stage-title { font-weight: 900; }
    .stage-badge { border-radius: 999px; padding: 6px 11px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.2); font-size: 13px; }
    .matrix { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .region-tile { min-height: 132px; border-radius: 24px; padding: 18px; background: rgba(255,255,255,.92); color: var(--text); text-align: left; display: flex; flex-direction: column; justify-content: space-between; }
    .region-tile:nth-child(2) { background: #fff0e8; }
    .region-tile:nth-child(3) { background: #ebfbf6; }
    .region-tile b { font-size: 24px; color: var(--berry); }
    .region-tile small { color: var(--muted); font-weight: 700; }
    .stage-chips { position: relative; margin-top: 14px; display: flex; flex-wrap: wrap; gap: 9px; }
    .stage-chips .chip { background: rgba(255,255,255,.16); color: #fff; border-color: rgba(255,255,255,.18); }
    .data-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
    .data-pill { border-radius: 18px; background: rgba(255,255,255,.72); border: 1px solid var(--line); padding: 10px 14px; font-weight: 800; color: var(--berry); }

    .directory { background: var(--sand); }
    .directory-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: stretch; }
    .directory-board { padding: 28px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); border: 1px solid var(--line); }
    .dir-grid { display: grid; grid-template-columns: 1.35fr .85fr; gap: 16px; }
    .dir-item { min-height: 128px; padding: 22px; border-radius: 24px; background: var(--mist); border: 1px solid rgba(123,44,191,.12); }
    .dir-item.wide { grid-row: span 2; background: linear-gradient(135deg, #fff, #f2e7fb); }
    .dir-item.orange { background: #fff0e8; }
    .dir-item.mint { background: #eafbf6; }
    .dir-item h3 { font-size: 22px; font-weight: 900; margin-bottom: 8px; color: var(--plum); }
    .dir-item p { margin: 0; color: var(--muted); }
    .quick-list { padding: 28px; border-radius: var(--radius-lg); background: var(--charcoal); color: #fff; box-shadow: var(--shadow); }
    .quick-list h3 { font-weight: 900; margin-bottom: 18px; }
    .quick-list ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
    .quick-list li { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border-radius: 18px; background: rgba(255,255,255,.08); }
    .quick-list .num { flex: 0 0 28px; width: 28px; height: 28px; border-radius: 10px; background: var(--coral); display: grid; place-items: center; font-weight: 900; }

    .timeline { background: #fffaf2; }
    .timeline-track { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; position: relative; }
    .time-card { position: relative; padding: 22px; border-radius: 24px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); min-height: 190px; }
    .time-card::after { content: ""; position: absolute; top: 44px; right: -14px; width: 14px; height: 3px; background: linear-gradient(90deg, var(--coral), var(--mint)); }
    .time-card:last-child::after { display: none; }
    .step-num { width: 42px; height: 42px; border-radius: 15px; display: grid; place-items: center; color: #fff; background: var(--berry); font-weight: 900; margin-bottom: 16px; }
    .time-card h3 { font-size: 20px; font-weight: 900; margin-bottom: 8px; }
    .time-card p { color: var(--muted); margin: 0; font-size: 15px; }

    .highlights { background: var(--mist); }
    .mosaic { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 18px; align-items: stretch; }
    .feature-card { padding: 24px; border-radius: 26px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); min-height: 190px; position: relative; overflow: hidden; }
    .feature-card.tall { min-height: 410px; background: linear-gradient(160deg, #fff, #f5e9fb); }
    .feature-card.dark { background: var(--charcoal); color: #fff; }
    .feature-card.peach { background: #fff0e8; }
    .feature-card.mint { background: #eafbf6; }
    .feature-card h3 { font-size: 22px; font-weight: 900; margin-bottom: 10px; }
    .feature-card p { color: var(--muted); margin: 0; }
    .feature-card.dark p { color: rgba(255,255,255,.78); }
    .corner-tag { display: inline-flex; border-radius: 999px; padding: 5px 10px; background: rgba(255,107,74,.12); color: var(--coral); font-weight: 900; font-size: 13px; margin-bottom: 16px; }

    .compare { background: #fff7ea; }
    .compare-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; align-items: start; }
    .compare-lead { padding: 30px; border-radius: 28px; background: linear-gradient(160deg, var(--berry), var(--grape)); color: #fff; box-shadow: var(--shadow); }
    .compare-lead p { color: rgba(255,255,255,.82); margin-bottom: 22px; }
    .compare-table { background: #fff; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-soft); }
    .table { margin: 0; vertical-align: middle; }
    .table th { background: #f4eaf5; color: var(--berry); padding: 18px; border-color: rgba(86,18,71,.1); }
    .table td { padding: 18px; border-color: rgba(86,18,71,.08); color: #4f4455; }
    .recommend { display: inline-flex; border-radius: 999px; padding: 4px 9px; background: var(--coral); color: #fff; font-size: 12px; font-weight: 900; margin-left: 6px; }

    .news { background: var(--peach); }
    .news-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; }
    .news-list, .recommend-box { padding: 28px; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
    .news-list a { display: grid; grid-template-columns: 96px 1fr auto; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid rgba(86,18,71,.1); }
    .news-list a:last-child { border-bottom: 0; }
    .news-date { color: var(--coral); font-weight: 900; }
    .news-title { font-weight: 900; color: var(--plum); }
    .news-title span { display: block; color: var(--muted); font-size: 14px; font-weight: 500; margin-top: 3px; }
    .arrow { width: 34px; height: 34px; border-radius: 50%; background: rgba(123,44,191,.1); display: grid; place-items: center; color: var(--berry); font-weight: 900; }
    .news-list a:hover .arrow { background: var(--berry); color: #fff; transform: translateX(2px); }
    .recommend-box { background: var(--charcoal); color: #fff; }
    .recommend-box p { color: rgba(255,255,255,.75); }
    .checkline { display: flex; gap: 10px; align-items: flex-start; margin: 12px 0; color: rgba(255,255,255,.86); }
    .checkline i { width: 22px; height: 22px; border-radius: 8px; background: var(--mint); display: grid; place-items: center; color: var(--charcoal); font-style: normal; font-weight: 900; flex: 0 0 22px; }

    .progress-area { background: #fffaf2; }
    .progress-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 24px; }
    .progress-card, .protect-card { padding: 28px; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
    .progress-card h3, .protect-card h3 { font-weight: 900; margin-bottom: 16px; }
    .progress { height: 14px; border-radius: 999px; background: #f0dff2; overflow: visible; }
    .progress-bar { border-radius: 999px; background: linear-gradient(90deg, var(--coral), var(--grape)); }
    .task-list { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
    .task-list li { display: flex; align-items: center; gap: 10px; padding: 12px; border-radius: 16px; background: #fff7ea; color: var(--muted); }
    .task-list b { color: var(--berry); }
    .protect-icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
    .protect-item { padding: 16px; border-radius: 20px; background: #f6eff8; text-align: center; min-height: 126px; }
    .protect-icon { width: 42px; height: 42px; border-radius: 16px; background: #fff; margin: 0 auto 10px; display: grid; place-items: center; color: var(--coral); font-weight: 900; box-shadow: var(--shadow-soft); }
    .protect-item strong { display: block; color: var(--plum); }
    .protect-item span { display: block; color: var(--muted); font-size: 13px; line-height: 1.55; margin-top: 4px; }

    .scenario { background: var(--mist); }
    .scenario-split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
    .scenario-card { padding: 30px; border-radius: 30px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
    .scenario-flow { display: grid; gap: 14px; }
    .flow-row { display: grid; grid-template-columns: 50px 1fr; gap: 14px; align-items: center; padding: 16px; border-radius: 20px; background: #fff7ea; }
    .flow-row:nth-child(2) { background: #fff0e8; }
    .flow-row:nth-child(3) { background: #eafbf6; }
    .flow-row .icon { width: 50px; height: 50px; border-radius: 18px; background: var(--berry); color: #fff; display: grid; place-items: center; font-weight: 900; }
    .flow-row h3 { font-size: 19px; font-weight: 900; margin: 0 0 3px; }
    .flow-row p { margin: 0; color: var(--muted); font-size: 14px; }

    .faq { background: #fff7ea; }
    .accordion-item { border: 1px solid var(--line) !important; border-radius: 22px !important; overflow: hidden; margin-bottom: 14px; background: #fff; box-shadow: var(--shadow-soft); }
    .accordion-button { padding: 20px 22px; font-weight: 900; color: var(--plum); background: #fff; box-shadow: none !important; }
    .accordion-button:not(.collapsed) { color: var(--berry); background: #f7edf8; }
    .accordion-button::after { background-size: 16px; filter: hue-rotate(235deg) saturate(1.3); }
    .accordion-body { color: var(--muted); padding: 0 22px 22px; }

    .cta { background: linear-gradient(135deg, var(--charcoal), var(--berry)); color: #fff; padding: 88px 0; position: relative; overflow: hidden; }
    .cta::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 44px; right: -80px; top: -70px; background: rgba(255,159,67,.2); transform: rotate(22deg); }
    .cta-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 28px; align-items: center; }
    .cta h2 { font-size: clamp(30px, 4vw, 44px); font-weight: 900; line-height: 1.18; margin-bottom: 16px; }
    .cta p { color: rgba(255,255,255,.78); font-size: 17px; }
    .form-card { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 28px; padding: 24px; backdrop-filter: blur(14px); }
    .form-label { color: rgba(255,255,255,.9); font-weight: 800; }
    .form-control, .form-select { border-radius: 16px; border: 1px solid rgba(255,255,255,.25); min-height: 48px; background-color: rgba(255,255,255,.94); }
    .form-text { color: rgba(255,255,255,.66); }

    .site-footer { background: #120e16; color: rgba(255,255,255,.76); padding: 54px 0 28px; }
    .footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 28px; margin-bottom: 28px; }
    .footer-brand { color: #fff; font-weight: 900; font-size: 22px; margin-bottom: 12px; }
    .footer-title { color: #fff; font-weight: 900; margin-bottom: 12px; }
    .footer-links { display: grid; gap: 8px; }
    .footer-links a:hover { color: var(--orange); }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 14px; }

    @media (max-width: 991.98px) {
      .desktop-nav { display: none; }
      .mobile-bar { display: flex; }
      .hero-grid, .directory-layout, .compare-wrap, .news-layout, .progress-grid, .scenario-split, .cta-grid, .footer-grid { grid-template-columns: 1fr; }
      .hero { padding-top: 44px; }
      .value-stack { grid-template-columns: repeat(2, 1fr); order: 2; }
      .hero-center { order: 1; }
      .stage { max-width: 100%; }
      .timeline-track { grid-template-columns: 1fr; }
      .time-card::after { left: 42px; right: auto; top: auto; bottom: -14px; width: 3px; height: 14px; }
      .mosaic { grid-template-columns: 1fr 1fr; }
      .feature-card.tall { min-height: 260px; }
    }

    @media (max-width: 767.98px) {
      .section { padding: 64px 0; }
      .custom-wrap { padding-left: 16px; padding-right: 16px; }
      .matrix, .dir-grid, .mosaic, .protect-icons { grid-template-columns: 1fr; }
      .value-stack { grid-template-columns: 1fr; }
      .news-list a { grid-template-columns: 1fr auto; }
      .news-date { grid-column: 1 / -1; }
      .compare-table { overflow-x: auto; }
      .table { min-width: 680px; }
      .hero-actions .btn-main, .hero-actions .btn-ghost, .cta .btn-main { width: 100%; }
    }

    @media (max-width: 575.98px) {
      .brand { font-size: 14px; padding: 8px 10px; }
      .brand-mark { width: 24px; height: 24px; }
      .notice-inner { justify-content: flex-start; padding-top: 8px; padding-bottom: 8px; }
      .stage { border-radius: 24px; padding: 14px; }
      .region-tile { min-height: 112px; }
      .footer-bottom { display: block; }
      .footer-bottom span { display: block; margin-top: 8px; }
    }

/* roulang page: category1 */
:root {
      --berry: #4b164f;
      --berry-2: #68206d;
      --plum: #8b2d86;
      --coral: #ff7b4a;
      --orange: #ffad4f;
      --mint: #50d6bd;
      --blue: #4da3ff;
      --cream: #fff8ee;
      --sand: #f3eadc;
      --mist: #f6eef8;
      --peach: #fff0e7;
      --ink: #1d1720;
      --muted: #6c6170;
      --line: rgba(75, 22, 79, .16);
      --white: #ffffff;
      --footer: #211423;
      --radius-lg: 28px;
      --radius-md: 20px;
      --radius-sm: 14px;
      --shadow: 0 22px 55px rgba(75, 22, 79, .13);
      --shadow-soft: 0 14px 32px rgba(75, 22, 79, .09);
      --container: 1200px;
    }

    * { 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);
      background: var(--cream);
      line-height: 1.75;
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
    img { max-width: 100%; display: block; }
    button, input, select { font: inherit; }
    button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(255, 123, 74, .45); outline-offset: 3px; }

    .custom-wrap {
      width: min(100% - 40px, var(--container));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255, 248, 238, .86);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(75, 22, 79, .1);
      box-shadow: 0 8px 24px rgba(75, 22, 79, .06);
    }

    .nav-shell {
      min-height: 82px;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 24px;
    }

    .nav-group {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .nav-group.right { justify-content: flex-end; }

    .brand {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-weight: 900;
      color: var(--berry);
      letter-spacing: 0;
      padding: 10px 16px;
      border-radius: 999px;
      background: linear-gradient(135deg, #fff 0%, #fff1df 100%);
      border: 1px solid rgba(139, 45, 134, .18);
      box-shadow: var(--shadow-soft);
      white-space: nowrap;
    }

    .brand-mark {
      width: 28px;
      height: 28px;
      border-radius: 10px;
      background: linear-gradient(135deg, var(--coral), var(--plum));
      position: relative;
      flex: 0 0 28px;
    }

    .brand-mark::after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--mint);
      right: -3px;
      top: -3px;
      border: 2px solid #fff;
    }

    .nav-link-custom {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 8px 12px;
      border-radius: 999px;
      color: #423546;
      font-size: 15px;
      font-weight: 700;
    }

    .nav-link-custom:hover,
    .nav-link-custom.active {
      color: var(--berry);
      background: rgba(139, 45, 134, .1);
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      padding: 9px 16px;
      border-radius: 999px;
      color: #fff;
      font-weight: 800;
      background: linear-gradient(135deg, var(--berry), var(--coral));
      box-shadow: 0 12px 28px rgba(255, 123, 74, .22);
      white-space: nowrap;
    }

    .nav-cta:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(255, 123, 74, .3); }

    .mobile-bar {
      min-height: 72px;
      display: none;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .menu-btn {
      width: 42px;
      height: 42px;
      border: 0;
      border-radius: 14px;
      background: rgba(75, 22, 79, .1);
      color: var(--berry);
      font-size: 22px;
      font-weight: 900;
    }

    .mobile-collapse {
      border-top: 1px solid rgba(75, 22, 79, .1);
      padding: 8px 0 18px;
      background: rgba(255, 248, 238, .98);
    }

    .mobile-collapse .custom-wrap {
      display: grid;
      gap: 8px;
    }

    .campaign-strip {
      background: linear-gradient(135deg, var(--berry), var(--plum) 58%, var(--coral));
      color: #fff;
      padding: 12px 0;
    }

    .strip-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
      font-weight: 700;
    }

    .count-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .16);
      border: 1px solid rgba(255, 255, 255, .28);
      white-space: nowrap;
    }

    .hero-category {
      position: relative;
      background: radial-gradient(circle at 18% 10%, rgba(255, 173, 79, .2), transparent 32%), linear-gradient(135deg, #2a1430 0%, #4b164f 62%, #6d2c64 100%);
      color: #fff;
      padding: 56px 0 70px;
      overflow: hidden;
    }

    .hero-category::before,
    .hero-category::after {
      content: "";
      position: absolute;
      border-radius: 999px;
      background: rgba(255, 255, 255, .08);
      transform: rotate(-18deg);
    }

    .hero-category::before { width: 160px; height: 24px; right: 8%; top: 34px; }
    .hero-category::after { width: 220px; height: 30px; left: -60px; bottom: 56px; }

    .breadcrumb-lite {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 13px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .12);
      border: 1px solid rgba(255, 255, 255, .2);
      color: rgba(255, 255, 255, .9);
      font-size: 14px;
      margin-bottom: 20px;
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(320px, .78fr);
      gap: 32px;
      align-items: stretch;
    }

    .hero-copy h1 {
      font-size: clamp(32px, 4.2vw, 54px);
      line-height: 1.08;
      font-weight: 900;
      margin: 0 0 18px;
      letter-spacing: 0;
    }

    .hero-copy p {
      color: rgba(255, 255, 255, .82);
      font-size: 18px;
      max-width: 720px;
      margin: 0 0 26px;
    }

    .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

    .btn-main,
    .btn-ghost,
    .btn-soft {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 12px 20px;
      border-radius: 999px;
      border: 0;
      font-weight: 900;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .btn-main {
      color: #fff;
      background: linear-gradient(135deg, var(--coral), var(--orange));
      box-shadow: 0 18px 36px rgba(255, 123, 74, .3);
    }

    .btn-main:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 22px 44px rgba(255, 123, 74, .38); }

    .btn-ghost {
      color: #fff;
      background: rgba(255, 255, 255, .12);
      border: 1px solid rgba(255, 255, 255, .25);
    }

    .btn-ghost:hover { color: #fff; background: rgba(255, 255, 255, .18); transform: translateY(-2px); }

    .btn-soft {
      color: var(--berry);
      background: #fff;
      border: 1px solid rgba(75, 22, 79, .12);
      box-shadow: var(--shadow-soft);
    }

    .btn-soft:hover { color: var(--berry); transform: translateY(-2px); box-shadow: var(--shadow); }

    .matrix-panel {
      background: rgba(255, 255, 255, .1);
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: var(--radius-lg);
      padding: 24px;
      box-shadow: 0 26px 70px rgba(0, 0, 0, .18);
      backdrop-filter: blur(14px);
    }

    .panel-head {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: center;
      margin-bottom: 18px;
    }

    .panel-title { font-weight: 900; font-size: 20px; }

    .status-dot {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: #dffcf7;
      font-size: 13px;
      font-weight: 800;
    }

    .status-dot::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--mint);
      box-shadow: 0 0 0 6px rgba(80, 214, 189, .14);
    }

    .region-rank { display: grid; gap: 12px; }

    .rank-item {
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 12px;
      padding: 14px;
      border-radius: 18px;
      background: rgba(255, 255, 255, .12);
      border: 1px solid rgba(255, 255, 255, .14);
    }

    .rank-no {
      width: 34px;
      height: 34px;
      border-radius: 12px;
      display: inline-grid;
      place-items: center;
      background: rgba(255, 173, 79, .2);
      color: #ffe6c2;
      font-weight: 900;
    }

    .rank-item strong { display: block; font-size: 16px; }
    .rank-item span { color: rgba(255, 255, 255, .68); font-size: 13px; }

    .rank-badge {
      color: #fff;
      font-size: 12px;
      font-weight: 900;
      padding: 6px 9px;
      border-radius: 999px;
      background: rgba(255, 123, 74, .28);
    }

    .mini-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }

    .chip {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 7px 12px;
      border-radius: 999px;
      background: #fff;
      color: var(--berry);
      border: 1px solid rgba(75, 22, 79, .12);
      font-weight: 800;
      font-size: 14px;
      box-shadow: 0 8px 18px rgba(75, 22, 79, .06);
    }

    .chip.dark {
      color: #fff;
      background: rgba(255, 255, 255, .14);
      border-color: rgba(255, 255, 255, .2);
      box-shadow: none;
    }

    .section { padding: 78px 0; }
    .section.mist { background: var(--mist); }
    .section.peach { background: var(--peach); }
    .section.cream { background: var(--cream); }
    .section.dark { background: #27162c; color: #fff; }

    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--plum);
      font-size: 14px;
      font-weight: 900;
      padding: 7px 12px;
      border-radius: 999px;
      background: rgba(139, 45, 134, .1);
      margin-bottom: 14px;
    }

    .section.dark .section-kicker { color: #ffe0bd; background: rgba(255, 255, 255, .12); }

    .section-title {
      font-size: clamp(28px, 3vw, 38px);
      line-height: 1.18;
      font-weight: 900;
      margin: 0 0 14px;
      letter-spacing: 0;
    }

    .section-lead {
      color: var(--muted);
      font-size: 17px;
      max-width: 780px;
      margin: 0;
    }

    .section.dark .section-lead { color: rgba(255, 255, 255, .74); }

    .filter-layout {
      display: grid;
      grid-template-columns: .88fr 1.12fr;
      gap: 28px;
      align-items: start;
      margin-top: 34px;
    }

    .filter-card,
    .content-card,
    .aside-card,
    .faq-card {
      border-radius: var(--radius-lg);
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
    }

    .filter-card { padding: 26px; position: sticky; top: 112px; }

    .filter-group + .filter-group { margin-top: 22px; padding-top: 20px; border-top: 1px dashed rgba(75, 22, 79, .18); }
    .filter-group h2, .filter-group h3 { font-size: 20px; font-weight: 900; margin: 0 0 12px; }
    .filter-group p { color: var(--muted); margin: 0 0 14px; }

    .chip-grid { display: flex; flex-wrap: wrap; gap: 10px; }

    .chip-option {
      border: 1px solid rgba(75, 22, 79, .14);
      background: #fffaf2;
      color: var(--berry);
      padding: 9px 13px;
      border-radius: 999px;
      font-weight: 850;
      font-size: 14px;
    }

    .chip-option.active,
    .chip-option:hover {
      background: linear-gradient(135deg, var(--berry), var(--plum));
      color: #fff;
      border-color: transparent;
      transform: translateY(-1px);
    }

    .guide-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 18px;
    }

    .content-card {
      padding: 24px;
      min-height: 220px;
      position: relative;
      overflow: hidden;
    }

    .content-card::before {
      content: "";
      position: absolute;
      right: -42px;
      top: -42px;
      width: 120px;
      height: 120px;
      border-radius: 36px;
      transform: rotate(18deg);
      background: rgba(255, 123, 74, .12);
    }

    .content-card.wide { grid-column: span 6; display: grid; grid-template-columns: 1fr .78fr; gap: 18px; align-items: center; background: linear-gradient(135deg, #fff 0%, #fff0e6 100%); }
    .content-card.medium { grid-column: span 3; }
    .content-card.small { grid-column: span 2; }

    .card-label {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(139, 45, 134, .1);
      color: var(--plum);
      font-size: 13px;
      font-weight: 900;
      margin-bottom: 14px;
    }

    .content-card h2,
    .content-card h3 { position: relative; font-size: 22px; font-weight: 900; margin: 0 0 10px; }
    .content-card p { position: relative; color: var(--muted); margin: 0 0 16px; }

    .check-list { position: relative; display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
    .check-list li { display: flex; gap: 10px; color: #493d4d; }
    .check-list li::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--mint); margin-top: 10px; flex: 0 0 auto; }

    .step-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-top: 34px;
      position: relative;
    }

    .step-card {
      padding: 22px;
      border-radius: var(--radius-md);
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
      position: relative;
    }

    .step-no {
      display: inline-grid;
      place-items: center;
      width: 42px;
      height: 42px;
      border-radius: 15px;
      color: #fff;
      background: linear-gradient(135deg, var(--berry), var(--coral));
      font-weight: 900;
      margin-bottom: 16px;
    }

    .step-card h3 { font-size: 20px; font-weight: 900; margin: 0 0 8px; }
    .step-card p { color: var(--muted); margin: 0; }

    .compare-wrap {
      margin-top: 34px;
      overflow: hidden;
      border-radius: var(--radius-lg);
      border: 1px solid rgba(255, 255, 255, .16);
      background: rgba(255, 255, 255, .08);
      box-shadow: 0 26px 60px rgba(0, 0, 0, .18);
    }

    .compare-table { width: 100%; margin: 0; color: #fff; }
    .compare-table th, .compare-table td { padding: 18px 20px; border-color: rgba(255, 255, 255, .13); vertical-align: middle; }
    .compare-table thead th { background: rgba(255, 255, 255, .12); font-size: 15px; color: #ffe6c2; }
    .compare-table tbody th { color: #fff; font-weight: 900; }
    .compare-table td { color: rgba(255, 255, 255, .78); }
    .recommend { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: var(--coral); color: #fff; font-size: 12px; font-weight: 900; }

    .aside-grid {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 24px;
      margin-top: 34px;
      align-items: start;
    }

    .aside-card { padding: 24px; }
    .aside-card.highlight { background: linear-gradient(135deg, var(--berry), var(--plum)); color: #fff; }
    .aside-card.highlight p { color: rgba(255, 255, 255, .78); }
    .aside-card h2, .aside-card h3 { font-size: 22px; font-weight: 900; margin: 0 0 10px; }
    .aside-card p { color: var(--muted); margin: 0 0 16px; }

    .mini-timeline { display: grid; gap: 14px; margin-top: 18px; }
    .mini-step { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; }
    .mini-step span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 11px; background: rgba(255, 255, 255, .18); color: #fff; font-weight: 900; }
    .mini-step strong { display: block; margin-bottom: 2px; }
    .mini-step em { color: rgba(255, 255, 255, .7); font-style: normal; font-size: 14px; }

    .notice-box {
      padding: 18px;
      border-radius: 18px;
      background: #fff7ef;
      border: 1px solid rgba(255, 123, 74, .22);
      color: #6b3c2e;
      font-weight: 700;
    }

    .accordion { margin-top: 28px; display: grid; gap: 12px; }
    .accordion-item { border: 1px solid var(--line); border-radius: 18px !important; overflow: hidden; background: #fff; box-shadow: 0 10px 22px rgba(75, 22, 79, .06); }
    .accordion-button { font-weight: 900; color: var(--ink); background: #fff; padding: 18px 20px; box-shadow: none !important; }
    .accordion-button:not(.collapsed) { color: var(--berry); background: #fff7ef; }
    .accordion-button::after { filter: hue-rotate(290deg); }
    .accordion-body { color: var(--muted); padding: 0 20px 20px; }

    .cta-panel {
      border-radius: 34px;
      padding: 34px;
      background: radial-gradient(circle at 92% 8%, rgba(80, 214, 189, .24), transparent 28%), linear-gradient(135deg, var(--berry), var(--plum) 58%, var(--coral));
      color: #fff;
      box-shadow: 0 30px 70px rgba(75, 22, 79, .24);
      display: grid;
      grid-template-columns: 1fr .88fr;
      gap: 30px;
      align-items: center;
    }

    .cta-panel h2 { font-size: clamp(28px, 3vw, 40px); font-weight: 900; line-height: 1.18; margin: 0 0 12px; }
    .cta-panel p { color: rgba(255, 255, 255, .78); margin: 0 0 20px; }

    .static-form {
      background: rgba(255, 255, 255, .12);
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: 24px;
      padding: 22px;
      display: grid;
      gap: 14px;
    }

    .form-control-custom,
    .form-select-custom {
      width: 100%;
      min-height: 48px;
      border-radius: 14px;
      border: 1px solid rgba(255, 255, 255, .22);
      background: rgba(255, 255, 255, .92);
      color: var(--ink);
      padding: 10px 14px;
    }

    .site-footer {
      background: var(--footer);
      color: rgba(255, 248, 238, .76);
      padding: 56px 0 26px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.3fr .7fr 1fr;
      gap: 34px;
    }

    .footer-brand {
      color: #fff;
      font-size: 24px;
      font-weight: 900;
      margin-bottom: 12px;
    }

    .footer-title { color: #ffe3c8; font-weight: 900; margin-bottom: 12px; }
    .footer-links { display: grid; gap: 9px; }
    .footer-links a:hover { color: #fff; transform: translateX(2px); }

    .footer-bottom {
      margin-top: 34px;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, .12);
      display: flex;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
      color: rgba(255, 248, 238, .6);
      font-size: 14px;
    }

    @media (max-width: 1100px) {
      .desktop-nav { display: none; }
      .mobile-bar { display: flex; }
      .hero-grid, .filter-layout, .aside-grid, .cta-panel { grid-template-columns: 1fr; }
      .filter-card { position: static; }
      .step-row { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 768px) {
      .custom-wrap { width: min(100% - 28px, var(--container)); }
      .section { padding: 56px 0; }
      .hero-category { padding: 40px 0 54px; }
      .hero-actions .btn-main, .hero-actions .btn-ghost, .btn-soft { width: 100%; }
      .content-card.wide, .content-card.medium, .content-card.small { grid-column: span 6; grid-template-columns: 1fr; }
      .step-row { grid-template-columns: 1fr; }
      .compare-wrap { overflow-x: auto; }
      .compare-table { min-width: 720px; }
      .footer-grid { grid-template-columns: 1fr; }
      .cta-panel { padding: 26px; border-radius: 26px; }
      .strip-inner { align-items: flex-start; }
    }

    @media (max-width: 576px) {
      .brand { font-size: 14px; padding: 8px 10px; }
      .mobile-bar .nav-cta { padding: 8px 12px; min-height: 38px; }
      .matrix-panel, .filter-card, .content-card, .aside-card { border-radius: 22px; padding: 20px; }
      .rank-item { grid-template-columns: auto 1fr; }
      .rank-badge { grid-column: 2; width: fit-content; }
      .cta-panel .btn-main { width: 100%; }
      .footer-bottom { display: grid; }
    }
