/* roulang page: index */
:root {
      --ink: #242126;
      --muted: #716a74;
      --soft: #a59ca7;
      --paper: #fffaf7;
      --white: #ffffff;
      --line: #eadfe0;
      --peach: #e98778;
      --peach-dark: #c95d58;
      --rose: #f4c6bb;
      --plum: #452d42;
      --sage: #9bb9aa;
      --yellow: #f8df9a;
      --shadow: 0 18px 50px rgba(71, 41, 53, .10);
      --small-shadow: 0 8px 24px rgba(71, 41, 53, .08);
      --radius: 18px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
      font-size: 16px;
      line-height: 1.8;
      letter-spacing: 0;
    }
    img { display: block; max-width: 100%; }
    a { color: inherit; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
    button, input { font: inherit; }
    button { cursor: pointer; }
    :focus-visible { outline: 3px solid rgba(233, 135, 120, .42); outline-offset: 3px; }
    .container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--peach-dark);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1.8px;
    }
    .eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--peach); }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2, h3 { line-height: 1.22; letter-spacing: 0; }
    h1 { font-size: clamp(42px, 5vw, 74px); margin-bottom: 24px; }
    h2 { font-size: clamp(30px, 3.5vw, 48px); margin-bottom: 16px; }
    h3 { font-size: 20px; margin-bottom: 8px; }
    .section { padding: 104px 0; }
    .section-heading { max-width: 680px; margin-bottom: 44px; }
    .section-heading p { color: var(--muted); margin-bottom: 0; max-width: 620px; }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(255, 250, 247, .93);
      border-bottom: 1px solid rgba(234, 223, 224, .85);
      backdrop-filter: blur(16px);
    }
    .nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
    .brand { display: inline-flex; align-items: center; gap: 11px; white-space: nowrap; font-weight: 900; color: var(--plum); }
    .brand-mark {
      width: 34px; height: 34px; border-radius: 50% 50% 45% 45%;
      background: var(--peach); position: relative; box-shadow: inset 6px -5px 0 rgba(201, 93, 88, .2);
    }
    .brand-mark::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--sage); top: -3px; left: 17px; transform: rotate(30deg); }
    .brand-text { font-size: 17px; }
    .nav-links { display: flex; align-items: center; gap: 8px; margin-left: 24px; }
    .nav-links a { padding: 10px 14px; color: var(--muted); font-size: 14px; font-weight: 700; border-radius: 10px; }
    .nav-links a:hover, .nav-links a.active { color: var(--plum); background: #f9e8e4; }
    .nav-tools { display: flex; align-items: center; gap: 10px; margin-left: auto; }
    .search {
      width: 178px; height: 40px; display: flex; align-items: center; gap: 8px;
      padding: 0 12px; background: var(--white); border: 1px solid var(--line); border-radius: 10px;
    }
    .search span { color: var(--soft); font-size: 16px; }
    .search input { border: 0; outline: 0; width: 100%; min-width: 0; color: var(--ink); background: transparent; font-size: 13px; }
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      min-height: 44px; padding: 0 19px; border: 1px solid transparent; border-radius: 10px;
      font-size: 14px; font-weight: 800; transition: all .2s ease;
    }
    .btn-primary { color: var(--white); background: var(--plum); box-shadow: 0 8px 18px rgba(69, 45, 66, .16); }
    .btn-primary:hover { color: var(--white); background: #5d3c58; transform: translateY(-2px); }
    .btn-soft { color: var(--plum); background: #f9e8e4; border-color: #f1d3ce; }
    .btn-soft:hover { background: var(--rose); transform: translateY(-2px); }
    .menu-toggle { display: none; border: 0; background: none; color: var(--plum); font-size: 25px; }

    .hero { padding: 66px 0 96px; overflow: hidden; }
    .hero-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 56px; align-items: center; }
    .hero-copy { position: relative; z-index: 1; padding: 24px 0; }
    .hero-copy p { max-width: 570px; color: var(--muted); font-size: 18px; line-height: 1.9; margin-bottom: 30px; }
    .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 38px; }
    .hero-kpis { display: flex; gap: 28px; border-top: 1px solid var(--line); padding-top: 22px; }
    .kpi strong { display: block; color: var(--plum); font-size: 24px; line-height: 1.2; }
    .kpi span { color: var(--soft); font-size: 12px; }
    .hero-visual { position: relative; min-height: 520px; }
    .hero-image {
      position: absolute; inset: 0 0 0 8%; overflow: hidden; border-radius: 24px 24px 24px 78px;
      box-shadow: var(--shadow); transform: rotate(2.5deg);
    }
    .hero-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); }
    .hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg, rgba(69,45,66,.08), rgba(233,135,120,.28)); }
    .hero-sticker {
      position: absolute; z-index: 2; left: 0; bottom: 48px; max-width: 240px; padding: 20px;
      background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.8); border-radius: 14px;
      box-shadow: var(--small-shadow); backdrop-filter: blur(8px);
    }
    .hero-sticker b { display: block; color: var(--plum); margin-bottom: 5px; }
    .hero-sticker span { display: block; color: var(--muted); font-size: 13px; line-height: 1.6; }

    .peach-band { background: #f8e8e3; }
    .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .feature-card { padding: 28px; min-height: 220px; background: rgba(255,255,255,.72); border: 1px solid rgba(234,223,224,.9); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
    .feature-card:hover { transform: translateY(-6px); box-shadow: var(--small-shadow); }
    .feature-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 30px; color: var(--plum); background: var(--yellow); border-radius: 12px; font-weight: 900; }
    .feature-card p, .list-item p, .quote p { color: var(--muted); font-size: 14px; line-height: 1.75; margin-bottom: 0; }

    .split-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 74px; align-items: center; }
    .portrait { min-height: 420px; border-radius: 22px; overflow: hidden; position: relative; background: var(--plum); }
    .portrait img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
    .portrait-label { position: absolute; right: 18px; bottom: 18px; padding: 10px 14px; color: var(--plum); background: var(--yellow); border-radius: 9px; font-size: 12px; font-weight: 800; }
    .check-list { list-style: none; padding: 0; margin: 28px 0 0; }
    .check-list li { position: relative; padding: 13px 0 13px 34px; border-bottom: 1px solid var(--line); color: var(--muted); }
    .check-list li::before { content: "✓"; position: absolute; left: 0; top: 12px; color: var(--peach-dark); font-weight: 900; }

    .catalog-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 30px; }
    .catalog-head p { color: var(--muted); max-width: 570px; margin: 0; }
    .catalog-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
    .catalog-card { min-height: 260px; position: relative; overflow: hidden; padding: 25px; color: var(--white); border-radius: var(--radius); background: var(--plum); }
    .catalog-card:first-child { min-height: 330px; }
    .catalog-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .6; transition: transform .4s ease; }
    .catalog-card:hover img { transform: scale(1.05); }
    .catalog-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(36,33,38,.88)); }
    .catalog-content { position: absolute; z-index: 1; left: 25px; right: 25px; bottom: 22px; }
    .tag { display: inline-block; padding: 4px 9px; margin-bottom: 10px; color: var(--plum); background: var(--yellow); border-radius: 6px; font-size: 11px; font-weight: 800; }
    .catalog-content h3 { margin-bottom: 4px; }
    .catalog-content p { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.55; }

    .quote-section { background: var(--plum); color: var(--white); }
    .quote-section .section-heading p { color: rgba(255,255,255,.7); }
    .quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .quote { padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.06); }
    .quote p { color: rgba(255,255,255,.78); }
    .quote-mark { color: var(--yellow); font-size: 34px; line-height: 1; margin-bottom: 12px; }
    .quote-author { display: flex; align-items: center; gap: 10px; margin-top: 22px; font-size: 13px; color: rgba(255,255,255,.55); }
    .avatar { width: 28px; height: 28px; border-radius: 50%; background: var(--rose); }

    .timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
    .step { position: relative; padding: 28px 24px 0 0; }
    .step:not(:last-child)::after { content: ""; position: absolute; right: 12px; top: -5px; width: 9px; height: 9px; border-radius: 50%; background: var(--peach); box-shadow: 0 0 0 5px var(--paper); }
    .step b { display: block; color: var(--peach-dark); font-size: 13px; margin-bottom: 12px; }
    .step p { color: var(--muted); font-size: 14px; margin: 0; }

    .news-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 54px; }
    .news-list { border-top: 1px solid var(--line); }
    .news-item { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
    .news-item h3 { font-size: 17px; margin: 0 0 4px; }
    .news-item p { color: var(--muted); font-size: 13px; margin: 0; }
    .news-date { color: var(--soft); font-size: 12px; white-space: nowrap; }
    .notice { padding: 30px; border-radius: var(--radius); background: #f7d9d2; }
    .notice p { color: var(--muted); font-size: 14px; }
    .notice a { color: var(--peach-dark); font-weight: 800; }

    .cta { padding: 72px 0; background: var(--yellow); }
    .cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
    .cta h2 { color: var(--plum); margin-bottom: 8px; }
    .cta p { color: #665548; max-width: 620px; margin: 0; }
    .cta .btn-primary { background: var(--plum); }

    .fixed-bar { position: fixed; z-index: 15; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 15px; padding: 10px 10px 10px 18px; color: var(--white); background: var(--plum); border-radius: 12px; box-shadow: var(--shadow); font-size: 13px; }
    .fixed-bar .btn { min-height: 36px; padding-inline: 14px; color: var(--plum); background: var(--yellow); }

    footer { padding: 48px 0 28px; background: #2e2230; color: var(--white); }
    .footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 50px; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.14); }
    footer .brand { color: var(--white); }
    .footer-intro { max-width: 360px; color: rgba(255,255,255,.58); font-size: 13px; }
    .footer-title { margin-bottom: 13px; color: var(--yellow); font-size: 13px; font-weight: 800; }
    .footer-links a { display: block; margin: 6px 0; color: rgba(255,255,255,.66); font-size: 13px; }
    .footer-links a:hover { color: var(--white); }
    .copyright { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: rgba(255,255,255,.42); font-size: 12px; }

    @media (max-width: 900px) {
      .nav-wrap { gap: 14px; }
      .nav-links { margin-left: 0; }
      .search { width: 140px; }
      .hero-grid, .split-section, .news-layout { gap: 38px; }
      .catalog-grid { grid-template-columns: 1fr 1fr; }
      .catalog-card:first-child { grid-column: span 2; }
    }
    @media (max-width: 700px) {
      .container { width: min(var(--max), calc(100% - 32px)); }
      .nav-wrap { min-height: 68px; }
      .menu-toggle { display: block; margin-left: auto; }
      .nav-links, .nav-tools { display: none; }
      .nav-links.is-open { display: flex; position: absolute; top: 68px; left: 16px; right: 16px; flex-direction: column; align-items: stretch; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--small-shadow); }
      .nav-links.is-open a { display: block; }
      .hero { padding: 40px 0 70px; }
      .hero-grid, .split-section, .news-layout { grid-template-columns: 1fr; }
      .hero-copy { padding: 0; }
      .hero-visual { min-height: 390px; }
      .hero-image { left: 0; border-radius: 20px 20px 20px 55px; }
      .hero-sticker { left: 15px; bottom: 20px; }
      .feature-grid, .quote-grid { grid-template-columns: 1fr; }
      .section { padding: 72px 0; }
      .catalog-grid { grid-template-columns: 1fr; }
      .catalog-card:first-child { grid-column: auto; }
      .catalog-card, .catalog-card:first-child { min-height: 260px; }
      .timeline { grid-template-columns: 1fr 1fr; row-gap: 25px; }
      .step:not(:last-child)::after { display: none; }
      .cta-inner, .copyright { align-items: flex-start; flex-direction: column; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
      .footer-grid > :first-child { grid-column: span 2; }
      .fixed-bar { right: 12px; left: 12px; bottom: 12px; justify-content: space-between; }
    }
    @media (max-width: 420px) {
      h1 { font-size: 40px; }
      .hero-kpis { gap: 16px; }
      .kpi strong { font-size: 20px; }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-grid > :first-child { grid-column: auto; }
    }

/* roulang page: category1 */
:root {
           --ink: #242126;
      --muted: #716a74;
      --soft: #a59ca7;
      --paper: #fffaf7;
      --white: #ffffff;
      --line: #eadfe0;
      --peach: #e98778;
      --peach-dark: #c95d58;
      --rose: #f4c6bb;
      --plum: #452d42;
      --sage: #9bb9aa;
      --yellow: #f8df9a;
      --shadow: 0 18px 50px rgba(71, 41, 53, .10);
      --small-shadow: 0 8px 24px rgba(71, 41, 53, .08);
      --radius: 18px;
      --max: 1180px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
      font-size: 16px;
      line-height: 1.8;
      letter-spacing: 0;
    }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2, h3 { color: var(--plum); line-height: 1.25; }
    h1 { margin-bottom: 22px; font-size: clamp(38px, 5vw, 68px); letter-spacing: 0; }
    h2 { margin-bottom: 16px; font-size: clamp(28px, 3vw, 42px); }
    h3 { margin-bottom: 10px; font-size: 20px; }
    img { display: block; max-width: 100%; }
    a { color: inherit; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
    a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(233,135,120,.45); outline-offset: 3px; }
    button, input { font: inherit; }
    button { cursor: pointer; }
    .container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--peach-dark);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1.8px;
    }
    .eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--peach); }
    .section { padding: 104px 0; }
    .section-heading { max-width: 680px; margin-bottom: 44px; }
    .section-heading p { color: var(--muted); margin-bottom: 0; max-width: 620px; }
    .site-header {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(255,250,247,.93);
      border-bottom: 1px solid rgba(234,223,224,.85);
      backdrop-filter: blur(16px);
    }
    .nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
    .brand { display: inline-flex; align-items: center; gap: 11px; white-space: nowrap; font-weight: 900; color: var(--plum); }
    .brand-mark {
      width: 34px; height: 34px; border-radius: 50% 50% 45% 45%;
      background: var(--peach); position: relative; box-shadow: inset 6px -5px 0 rgba(201,93,88,.2);
    }
    .brand-mark::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--sage); top: -3px; left: 17px; transform: rotate(30deg); }
    .brand-text { font-size: 17px; }
    .nav-links { display: flex; align-items: center; gap: 8px; margin-left: 24px; }
    .nav-links a { padding: 10px 14px; color: var(--muted); font-size: 14px; font-weight: 700; border-radius: 10px; }
    .nav-links a:hover, .nav-links a.active { color: var(--plum); background: #f9e8e4; }
    .nav-tools { display: flex; align-items: center; gap: 10px; margin-left: auto; }
    .search {
      width: 178px; height: 40px; display: flex; align-items: center; gap: 8px;
      padding: 0 12px; background: var(--white); border: 1px solid var(--line); border-radius: 10px;
    }
    .search span { color: var(--soft); font-size: 16px; }
    .search input { border: 0; outline: 0; width: 100%; min-width: 0; color: var(--ink); background: transparent; font-size: 13px; }
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      min-height: 44px; padding: 0 19px; border: 1px solid transparent; border-radius: 10px;
      font-size: 14px; font-weight: 800; transition: all .2s ease;
    }
    .btn-primary { color: var(--white); background: var(--plum); box-shadow: 0 8px 18px rgba(69,45,66,.16); }
    .btn-primary:hover { color: var(--white); background: #5d3c58; transform: translateY(-2px); }
    .btn-soft { color: var(--plum); background: #f9e8e4; border-color: #f1d3ce; }
    .btn-soft:hover { background: var(--rose); transform: translateY(-2px); }
    .menu-toggle { display: none; border: 0; background: none; color: var(--plum); font-size: 25px; }
    .inner-hero { padding: 84px 0 78px; border-bottom: 1px solid var(--line); }
    .inner-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: end; }
    .inner-hero-copy p { max-width: 650px; color: var(--muted); font-size: 18px; }
    .hero-note {
      padding: 24px 26px; background: var(--plum); color: var(--white);
      border-radius: 18px 18px 18px 48px; box-shadow: var(--shadow);
    }
    .hero-note strong { display: block; margin-bottom: 8px; color: var(--yellow); font-size: 20px; }
    .hero-note span { display: block; color: rgba(255,255,255,.76); font-size: 14px; }
    .badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 32px; }
    .badge { padding: 6px 12px; color: var(--plum); background: var(--yellow); border-radius: 999px; font-size: 12px; font-weight: 800; }
    .topic-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .topic-card {
      position: relative; min-height: 188px; padding: 24px; overflow: hidden;
      background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
      box-shadow: 0 6px 18px rgba(71,41,53,.04); transition: transform .25s ease, box-shadow .25s ease;
    }
    .topic-card:nth-child(2) { background: #f7eee8; }
    .topic-card:nth-child(3) { background: #edf4ef; }
    .topic-card:nth-child(4) { background: #fbf1d7; }
    .topic-card:hover { transform: translateY(-5px); box-shadow: var(--small-shadow); }
    .topic-index { color: var(--peach-dark); font-size: 12px; font-weight: 900; }
    .topic-card h3 { margin-top: 28px; }
    .topic-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
    .topic-card .arrow { position: absolute; right: 22px; bottom: 20px; color: var(--peach-dark); font-size: 22px; }
    .guide-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: start; }
    .guide-copy p { color: var(--muted); }
    .guide-list { margin: 30px 0 0; padding: 0; list-style: none; }
    .guide-list li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }
    .guide-list li:last-child { border-bottom: 1px solid var(--line); }
    .step-number { width: 36px; height: 36px; display: grid; place-items: center; color: var(--plum); background: var(--rose); border-radius: 11px; font-weight: 900; }
    .guide-list b { display: block; margin-bottom: 4px; color: var(--plum); }
    .guide-list span { color: var(--muted); font-size: 14px; }
    .privacy-box { padding: 32px; background: #f0f5f1; border: 1px solid #d9e7dc; border-radius: 20px; }
    .privacy-box h3 { margin-bottom: 14px; }
    .privacy-box p { color: var(--muted); font-size: 14px; }
    .privacy-points { margin: 22px 0 0; padding: 0; list-style: none; }
    .privacy-points li { padding: 11px 0 11px 26px; border-top: 1px solid rgba(155,185,170,.42); color: var(--ink); font-size: 14px; position: relative; }
    .privacy-points li::before { content: "•"; position: absolute; left: 5px; color: var(--peach-dark); font-weight: 900; }
    .quote-section { background: #f8ebe6; }
    .quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: center; }
    .quote-mark { color: var(--peach); font-family: Georgia, serif; font-size: 94px; line-height: .6; }
    .quote-text { margin: 20px 0 18px; color: var(--plum); font-size: 25px; line-height: 1.55; font-weight: 800; }
    .quote-source { color: var(--muted); font-size: 14px; }
    .faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 22px; }
    .faq-item { padding: 22px 24px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
    .faq-item summary { cursor: pointer; color: var(--plum); font-weight: 800; list-style: none; padding-right: 24px; position: relative; }
    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary::after { content: "+"; position: absolute; right: 0; color: var(--peach-dark); font-size: 22px; line-height: 1; }
    .faq-item[open] summary::after { content: "−"; }
    .faq-item p { margin: 14px 0 0; color: var(--muted); font-size: 14px; }
    .cta-band { padding: 36px 42px; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--plum); border-radius: 22px; box-shadow: var(--shadow); }
    .cta-band h2 { margin-bottom: 8px; color: var(--white); font-size: 30px; }
    .cta-band p { margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 14px; }
    .cta-band .btn-soft { flex: 0 0 auto; background: var(--yellow); border-color: var(--yellow); }
    footer { padding: 70px 0 28px; background: #2f2230; color: var(--white); }
    footer .brand { color: var(--white); }
    .footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 60px; padding-bottom: 48px; }
    .footer-intro { max-width: 430px; margin: 18px 0 0; color: rgba(255,255,255,.62); font-size: 14px; }
    .footer-title { margin-bottom: 14px; color: var(--yellow); font-size: 13px; font-weight: 800; }
    .footer-links { display: grid; gap: 8px; color: rgba(255,255,255,.68); font-size: 14px; }
    .footer-links a:hover { color: var(--white); transform: translateX(3px); }
    .copyright { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.45); font-size: 12px; }
    .floating-bar { position: fixed; right: 24px; bottom: 22px; z-index: 15; display: flex; align-items: center; gap: 14px; padding: 9px 10px 9px 18px; background: rgba(69,45,66,.96); border-radius: 12px; box-shadow: var(--shadow); }
    .floating-bar span { color: rgba(255,255,255,.78); font-size: 13px; }
    .floating-bar .btn { min-height: 38px; padding-inline: 14px; background: var(--peach); }
    @media (max-width: 1024px) {
      .hero-grid, .inner-hero-grid { gap: 40px; }
      .hero-visual { min-height: 430px; }
      .section { padding: 82px 0; }
    }
    @media (max-width: 768px) {
      .container { width: min(var(--max), calc(100% - 34px)); }
      .nav-wrap { min-height: 68px; }
      .menu-toggle { display: block; margin-left: auto; }
      .nav-links {
        display: none; position: absolute; left: 17px; right: 17px; top: 74px; margin: 0;
        padding: 10px; flex-direction: column; align-items: stretch; background: var(--white);
        border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--small-shadow);
      }
      .nav-links.is-open { display: flex; }
      .nav-tools { display: none; }
      .hero-grid, .inner-hero-grid, .guide-layout, .quote-grid { grid-template-columns: 1fr; }
      .hero { padding: 54px 0 70px; }
      .hero-visual { min-height: 350px; }
      .inner-hero { padding: 62px 0; }
      .feature-grid, .faq-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
      .footer-grid > div:first-child { grid-column: 1 / -1; }
      .cta-band { align-items: flex-start; flex-direction: column; padding: 30px; }
    }
    @media (max-width: 520px) {
      h1 { font-size: 38px; }
      .section { padding: 65px 0; }
      .brand-text { font-size: 15px; }
      .hero-actions .btn { width: 100%; }
      .topic-panel { grid-template-columns: 1fr; }
      .hero-note { border-radius: 16px 16px 16px 34px; }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-grid > div:first-child { grid-column: auto; }
      .copyright { flex-direction: column; gap: 6px; }
      .floating-bar { left: 17px; right: 17px; justify-content: space-between; }
      .floating-bar span { font-size: 12px; }
    }
