/* ============================================================
   BridalSuite – Ergänzungen zum Landing-CSS (v1)
   Neue Komponenten: Proof-Zeile, Produkt-Tour, 3 Schritte,
   Preis-Band, Preisseite, Ratgeber.
   ============================================================ */

/* ---------- Hero: Proof-Zeile ---------- */
.proof-line {
    display:flex; flex-wrap:wrap; gap:10px 26px; align-items:center;
    margin:18px 0 6px;
    font-size:14px; color:var(--color-text-soft);
}
.proof-line b { color:var(--color-gold-dark); font-weight:600; }
.proof-line span { display:inline-flex; align-items:center; gap:7px; }
.proof-line svg { color:var(--color-gold); flex:0 0 auto; }

/* ---------- Produkt-Tour ---------- */
.tour-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.tour-card {
    background:var(--color-surface); border:1px solid var(--color-line);
    border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow);
    display:flex; flex-direction:column;
}
.tour-shot {
    background:var(--color-surface-muted);
    aspect-ratio:16/10; position:relative; overflow:hidden;
}
.tour-shot img { width:100%; height:100%; object-fit:cover; object-position:top left; }
.tour-shot .tour-mock {
    position:absolute; inset:14px 14px 0 14px;
    background:var(--color-surface-strong); border-radius:10px 10px 0 0;
    box-shadow:0 6px 24px rgba(25,21,18,.10);
    padding:12px; display:flex; flex-direction:column; gap:8px;
}
.tour-mock .tm-bar { display:flex; gap:5px; }
.tour-mock .tm-bar i { width:7px; height:7px; border-radius:50%; background:var(--color-line-strong); }
.tour-mock .tm-line { height:9px; border-radius:5px; background:var(--color-surface-muted); }
.tour-mock .tm-line.gold { background:var(--color-gold-soft); }
.tour-mock .tm-line.w40 { width:40%; } .tour-mock .tm-line.w60 { width:60%; } .tour-mock .tm-line.w80 { width:80%; }
.tour-mock .tm-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:6px; flex:1; }
.tour-mock .tm-grid i { background:var(--color-surface-soft); border:1px solid var(--color-line); border-radius:5px; }
.tour-mock .tm-grid i.busy { background:var(--color-gold-soft); border-color:var(--color-gold-light); }
.tour-body { padding:22px 24px 26px; }
.tour-body h3 { margin-bottom:8px; }
.tour-body p { font-size:14.5px; color:var(--color-muted); }

/* ---------- 3 Schritte ---------- */
.steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; counter-reset:steps; }
.step-card {
    background:var(--color-surface); border:1px solid var(--color-line);
    border-radius:var(--radius-lg); padding:30px 28px; box-shadow:var(--shadow);
    position:relative;
}
.step-num {
    width:44px; height:44px; border-radius:50%;
    background:var(--color-gold-soft); color:var(--color-gold-dark);
    font-family:var(--font-serif); font-size:22px; font-weight:600;
    display:flex; align-items:center; justify-content:center; margin-bottom:16px;
}
.step-card h3 { margin-bottom:8px; }
.step-card p { font-size:14.5px; color:var(--color-muted); }

/* ---------- Feature-Gruppen ---------- */
.feature-group { margin-bottom:14px; }
.feature-group-head {
    display:flex; align-items:center; gap:14px; margin:38px 0 22px;
}
.feature-group-head:first-of-type { margin-top:0; }
.feature-group-head h3 {
    font-family:var(--font-serif); font-size:24px; font-weight:500; white-space:nowrap;
}
.feature-group-head span { font-size:13px; color:var(--color-muted-light); }
.feature-group-head::after { content:""; flex:1; height:1px; background:var(--color-line); }

/* ---------- Pain/Relief: Schluss mit dem Rumgewurschtel ---------- */
.pain-grid { display:grid; grid-template-columns:1fr 1fr; gap:26px; align-items:stretch; }
.pain-card {
    border-radius:var(--radius-lg); padding:38px 40px; box-shadow:var(--shadow);
    display:flex; flex-direction:column;
}
.pain-card.bad { background:var(--color-surface); border:1px solid var(--color-line); }
.pain-card.good { background:linear-gradient(150deg,#2b2118,#4a3823); border:1px solid #5c4930; color:#f7f1e8; }
.pain-card h3 { font-family:var(--font-serif); font-size:26px; font-weight:500; margin-bottom:6px; }
.pain-card.good h3 { color:#fff; }
.pain-card .pain-sub { font-size:14px; color:var(--color-muted); margin-bottom:20px; }
.pain-card.good .pain-sub { color:rgba(247,241,232,.75); }
.pain-card ul { list-style:none; display:grid; gap:12px; flex:1; }
.pain-card li { display:flex; gap:12px; font-size:15px; line-height:1.55; color:var(--color-text-soft); }
.pain-card.good li { color:#f2ead9; }
.pain-card li .pi {
    flex:0 0 auto; width:24px; height:24px; border-radius:50%;
    display:flex; align-items:center; justify-content:center; margin-top:1px;
    font-size:13px; font-weight:700;
}
.pain-card.bad .pi { background:#f6e3dc; color:#b05237; }
.pain-card.good .pi { background:rgba(215,182,120,.25); color:#e8c88f; }
.pain-card li s { text-decoration-color:rgba(176,82,55,.6); }
.pain-tools {
    margin-top:24px; padding-top:20px; border-top:1px dashed var(--color-line-strong);
    display:flex; flex-wrap:wrap; gap:8px; align-items:center; font-size:12.5px;
}
.pain-card.good .pain-tools { border-top-color:rgba(215,182,120,.35); }
.pain-chip {
    border:1px solid var(--color-line-strong); border-radius:20px; padding:4px 12px;
    color:var(--color-muted); text-decoration:line-through;
    text-decoration-color:rgba(176,82,55,.65); text-decoration-thickness:1.5px;
}
.pain-chip.one {
    background:var(--color-gold); border-color:var(--color-gold); color:#fff;
    text-decoration:none; font-weight:600;
}
.pain-arrow {
    display:flex; align-items:center; justify-content:center; margin:0 auto;
    color:var(--color-gold);
}
@media (max-width: 980px) {
    .pain-grid { grid-template-columns:1fr; }
    .pain-card { padding:28px 24px; }
}

/* ---------- Große Feature-Blöcke (LearningSuite-Stil) ---------- */
.fb { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; margin-bottom:88px; }
.fb:last-of-type { margin-bottom:0; }
.fb.reverse .fb-visual { order:-1; }
.fb-text .eyebrow { margin-bottom:10px; }
.fb-text h3 { font-family:var(--font-serif); font-size:clamp(26px,3vw,36px); font-weight:500; margin-bottom:14px; }
.fb-text > p { color:var(--color-text-soft); margin-bottom:18px; }
.fb-text ul { list-style:none; display:grid; gap:10px; }
.fb-text ul li { display:flex; gap:10px; font-size:15px; color:var(--color-text-soft); }
.fb-text ul svg { color:var(--color-success); flex:0 0 auto; margin-top:4px; }
.fb-visual {
    background:var(--color-surface-muted); border:1px solid var(--color-line);
    border-radius:var(--radius-lg); padding:34px 34px 0; overflow:hidden;
    min-height:360px; display:flex; align-items:flex-end;
}
.fb-visual video, .fb-visual img {
    width:100%; border-radius:12px 12px 0 0; display:block;
    box-shadow:0 12px 40px rgba(25,21,18,.16);
}

/* Animierte UI-Mockups (Platzhalter für echte Screen-Recordings) */
.ui-mock {
    width:100%; min-height:326px; background:var(--color-surface-strong);
    border-radius:12px 12px 0 0; box-shadow:0 12px 40px rgba(25,21,18,.16);
    padding:18px; display:flex; flex-direction:column; gap:12px;
}
.ui-mock .um-bar { display:flex; gap:6px; align-items:center; }
.ui-mock .um-bar i { width:8px; height:8px; border-radius:50%; background:var(--color-line-strong); }
.ui-mock .um-bar b { margin-left:10px; font-size:11px; font-weight:600; color:var(--color-muted); letter-spacing:.08em; text-transform:uppercase; }
.ui-mock .um-line { height:10px; border-radius:5px; background:var(--color-surface-muted); }
.ui-mock .um-line.gold { background:var(--color-gold-soft); }

/* Kalender-Mockup: Slots füllen sich nacheinander */
.um-cal { display:grid; grid-template-columns:repeat(5,1fr); gap:8px; flex:1; }
.um-cal i { background:var(--color-surface-soft); border:1px solid var(--color-line); border-radius:6px; min-height:34px; }
.um-cal i.fill { animation:umFill 9s infinite; }
.um-cal i.fill:nth-child(3)  { animation-delay:.6s; }
.um-cal i.fill:nth-child(7)  { animation-delay:1.8s; }
.um-cal i.fill:nth-child(9)  { animation-delay:3s; }
.um-cal i.fill:nth-child(12) { animation-delay:4.2s; }
.um-cal i.fill:nth-child(14) { animation-delay:5.4s; }
.um-cal i.fill:nth-child(18) { animation-delay:6.6s; }
@keyframes umFill {
    0%, 8% { background:var(--color-surface-soft); border-color:var(--color-line); }
    12%, 88% { background:var(--color-gold-soft); border-color:var(--color-gold-light); }
    100% { background:var(--color-surface-soft); border-color:var(--color-line); }
}

/* Vertrags-Mockup: Unterschrift zeichnet sich */
.um-sign { flex:1; display:flex; flex-direction:column; gap:10px; justify-content:flex-end; }
.um-sign svg { width:60%; align-self:center; }
.um-sign svg path {
    stroke:var(--color-gold-dark); stroke-width:3; fill:none; stroke-linecap:round;
    stroke-dasharray:420; stroke-dashoffset:420; animation:umSign 6s infinite;
}
@keyframes umSign {
    0%, 10% { stroke-dashoffset:420; }
    55%, 90% { stroke-dashoffset:0; }
    100% { stroke-dashoffset:0; opacity:0; }
}
.um-sign .um-sigline { height:2px; background:var(--color-line-strong); width:70%; align-self:center; margin-bottom:14px; }

/* Portal-Mockup: Countdown + Status-Häkchen nacheinander */
.um-portal { flex:1; display:flex; flex-direction:column; gap:10px; }
.um-portal .um-count { font-family:var(--font-serif); font-size:34px; color:var(--color-gold-dark); text-align:center; margin:6px 0 2px; }
.um-portal .um-step { display:flex; align-items:center; gap:10px; background:var(--color-surface-soft); border:1px solid var(--color-line); border-radius:8px; padding:9px 12px; font-size:12.5px; color:var(--color-text-soft); }
.um-portal .um-step em { width:18px; height:18px; border-radius:50%; background:var(--color-line); flex:0 0 auto; position:relative; font-style:normal; }
.um-portal .um-step em::after {
    content:"✓"; position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
    font-size:11px; color:#fff;
}
.um-portal .um-step.done em { animation:umCheck 8s infinite; }
.um-portal .um-step:nth-child(3) em { animation-delay:1.2s; }
.um-portal .um-step:nth-child(4) em { animation-delay:2.4s; }
.um-portal .um-step:nth-child(5) em { animation-delay:3.6s; }
@keyframes umCheck {
    0%, 8% { background:var(--color-line); }
    14%, 90% { background:var(--color-success); }
    100% { background:var(--color-line); }
}

/* Bestell-Mockup: Warn-Badge pulsiert, Balken wandern */
.um-orders { flex:1; display:flex; flex-direction:column; gap:10px; }
.um-orders .um-row { display:flex; align-items:center; gap:10px; background:var(--color-surface-soft); border:1px solid var(--color-line); border-radius:8px; padding:9px 12px; font-size:12.5px; color:var(--color-text-soft); }
.um-orders .um-row s { text-decoration:none; flex:1; height:8px; border-radius:4px; background:var(--color-surface-muted); overflow:hidden; display:block; position:relative; }
.um-orders .um-row s::after { content:""; position:absolute; inset:0; width:40%; border-radius:4px; background:var(--color-gold-light); animation:umGrow 7s infinite; }
.um-orders .um-row:nth-child(2) s::after { animation-delay:.8s; }
.um-orders .um-row:nth-child(3) s::after { animation-delay:1.6s; }
@keyframes umGrow { 0%,10% { width:12%; } 60%,90% { width:78%; } 100% { width:78%; opacity:.4; } }
.um-orders .um-badge {
    align-self:flex-start; font-size:11px; font-weight:600; color:#fff;
    background:#c0603a; border-radius:20px; padding:3px 10px;
    animation:umPulse 2.2s infinite;
}
@keyframes umPulse { 0%,100% { transform:scale(1); opacity:1; } 50% { transform:scale(1.07); opacity:.85; } }

@media (max-width: 980px) {
    .fb { grid-template-columns:1fr; gap:26px; margin-bottom:64px; }
    .fb.reverse .fb-visual { order:0; }
    .fb-visual { min-height:280px; padding:24px 24px 0; }
}

/* ---------- Feature-Slider ---------- */
.fs-tabs {
    display:flex; flex-wrap:wrap; justify-content:center; gap:10px;
    margin-bottom:38px;
}
.fs-tab {
    border:1px solid var(--color-line-strong); background:var(--color-surface);
    color:var(--color-text-soft); font-family:var(--font-ui); font-size:13.5px; font-weight:500;
    padding:9px 18px; border-radius:30px; cursor:pointer; transition:all .2s;
}
.fs-tab:hover { border-color:var(--color-gold); color:var(--color-gold-dark); }
.fs-tab.active { background:var(--color-gold); border-color:var(--color-gold); color:#fff; }
.fs-stage {
    background:var(--color-surface); border:1px solid var(--color-line);
    border-radius:var(--radius-lg); box-shadow:var(--shadow); overflow:hidden;
    position:relative;
}
.fs-slide {
    display:none; grid-template-columns:1fr 1fr; align-items:center; gap:0;
}
.fs-slide.active { display:grid; animation:fsFade .45s ease; }
@keyframes fsFade { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:none; } }
.fs-text { padding:52px 56px; }
.fs-text .eyebrow { margin-bottom:10px; }
.fs-text h3 { font-family:var(--font-serif); font-size:clamp(24px,2.6vw,32px); font-weight:500; margin-bottom:14px; }
.fs-text p { color:var(--color-text-soft); margin-bottom:16px; }
.fs-text ul { list-style:none; display:grid; gap:9px; }
.fs-text ul li { display:flex; gap:9px; font-size:14.5px; color:var(--color-text-soft); }
.fs-text ul svg { color:var(--color-success); flex:0 0 auto; margin-top:4px; }
.fs-visual {
    align-self:stretch; background:var(--color-surface-muted);
    display:flex; align-items:flex-end; justify-content:center;
    padding:44px 44px 0; min-height:380px; position:relative; overflow:hidden;
}
.fs-visual img { width:100%; height:100%; object-fit:cover; object-position:top left; border-radius:12px 12px 0 0; box-shadow:0 10px 34px rgba(25,21,18,.14); }
.fs-visual .tour-mock { position:static; width:100%; height:100%; min-height:300px; border-radius:12px 12px 0 0; box-shadow:0 10px 34px rgba(25,21,18,.14); }
.fs-slide:nth-child(even) .fs-visual { order:-1; }
.fs-controls {
    display:flex; align-items:center; justify-content:center; gap:14px; margin-top:26px;
}
.fs-btn {
    width:42px; height:42px; border-radius:50%; border:1px solid var(--color-line-strong);
    background:var(--color-surface); color:var(--color-gold-dark); cursor:pointer;
    display:flex; align-items:center; justify-content:center; transition:all .2s;
}
.fs-btn:hover { background:var(--color-gold); border-color:var(--color-gold); color:#fff; }
.fs-progress {
    flex:0 1 220px; height:4px; border-radius:2px; background:var(--color-line);
    overflow:hidden;
}
.fs-progress i { display:block; height:100%; width:0; background:var(--color-gold); }
.fs-progress i.run { animation:fsProg var(--fs-interval,7s) linear forwards; }
@keyframes fsProg { from { width:0; } to { width:100%; } }
.fs-progress.paused i { animation-play-state:paused; }
@media (max-width: 980px) {
    .fs-slide, .fs-slide.active { grid-template-columns:1fr; }
    .fs-slide:nth-child(even) .fs-visual { order:0; }
    .fs-text { padding:34px 28px; }
    .fs-visual { min-height:260px; padding:28px 28px 0; }
}

/* ---------- Preis-Band ---------- */
.price-band {
    background:var(--color-surface); border:1px solid var(--color-line);
    border-radius:var(--radius-lg); box-shadow:var(--shadow);
    padding:44px 48px; display:flex; flex-wrap:wrap; gap:24px;
    align-items:center; justify-content:space-between;
}
.price-band h2 { font-size:clamp(24px,2.6vw,32px); margin-bottom:8px; }
.price-band p { color:var(--color-muted); max-width:560px; }
.price-band .pb-price { font-family:var(--font-serif); font-size:20px; color:var(--color-gold-dark); }

/* ---------- Preisseite ---------- */
.page-hero { padding:140px 0 40px; text-align:center; }
.page-hero p { max-width:640px; margin:16px auto 0; color:var(--color-text-soft); }
.plans-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; align-items:stretch; }
.plan {
    background:var(--color-surface); border:1px solid var(--color-line);
    border-radius:var(--radius-lg); padding:36px 32px; box-shadow:var(--shadow);
    display:flex; flex-direction:column;
}
.plan.featured { border-color:var(--color-gold); box-shadow:var(--shadow-strong); position:relative; }
.plan-badge {
    position:absolute; top:-13px; left:50%; transform:translateX(-50%);
    background:var(--color-gold); color:#fff; font-size:11px; font-weight:600;
    letter-spacing:.12em; text-transform:uppercase; padding:5px 14px; border-radius:20px;
    white-space:nowrap;
}
.plan h3 { font-family:var(--font-serif); font-size:26px; font-weight:500; }
.plan .plan-for { font-size:13.5px; color:var(--color-muted); margin:4px 0 18px; }
.plan .plan-price { font-family:var(--font-serif); font-size:44px; line-height:1; color:var(--color-gold-dark); }
.plan .plan-price small { font-family:var(--font-ui); font-size:13px; color:var(--color-muted); }
.plan ul { list-style:none; margin:22px 0 26px; display:grid; gap:10px; flex:1; }
.plan ul li { display:flex; gap:9px; font-size:14px; color:var(--color-text-soft); }
.plan ul svg { color:var(--color-success); flex:0 0 auto; margin-top:3px; }
.plan .btn { justify-content:center; }
.plans-note { text-align:center; margin-top:30px; font-size:13.5px; color:var(--color-muted); }

/* ---------- Gründungsangebot ---------- */
.plan-price s { font-size:20px; color:var(--color-muted-light); margin-right:8px; text-decoration-thickness:1.5px; }
.founder-banner {
    max-width:860px; margin:0 auto 44px; text-align:center;
    background:linear-gradient(150deg,#2b2118,#4a3823); color:#f2ead9;
    border-radius:var(--radius-lg); padding:30px 36px; box-shadow:var(--shadow-strong);
}
.founder-banner .eyebrow { color:#e8c88f; }
.founder-banner h3 { font-family:var(--font-serif); font-size:26px; font-weight:500; color:#fff; margin-bottom:8px; }
.founder-banner p { font-size:14.5px; color:rgba(242,234,217,.85); max-width:640px; margin:0 auto; }

/* ---------- Preisseite: Vergleichstabelle & Inklusiv-Band ---------- */
.plan .plan-users {
    display:inline-flex; align-items:center; gap:7px;
    background:var(--color-gold-soft); color:var(--color-gold-dark);
    font-size:12.5px; font-weight:600; border-radius:20px; padding:5px 14px;
    margin:14px 0 4px;
}
.incl-band {
    background:var(--color-surface); border:1px solid var(--color-line);
    border-radius:var(--radius-lg); box-shadow:var(--shadow);
    padding:40px 44px; margin-top:56px;
}
.incl-band h3 { font-family:var(--font-serif); font-size:26px; font-weight:500; margin-bottom:6px; }
.incl-band > p { color:var(--color-muted); margin-bottom:22px; }
.incl-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px 26px; }
.incl-item {
    display:flex; align-items:center; justify-content:space-between; gap:12px;
    border-bottom:1px dashed var(--color-line); padding:9px 0; font-size:14.5px;
    color:var(--color-text-soft);
}
.incl-item b { color:var(--color-success); font-weight:600; white-space:nowrap; }
.cmp-wrap { overflow-x:auto; margin-top:64px; }
.cmp {
    width:100%; border-collapse:separate; border-spacing:0;
    background:var(--color-surface); border:1px solid var(--color-line);
    border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow);
    font-size:14px; min-width:680px;
}
.cmp th, .cmp td { padding:13px 20px; text-align:center; border-bottom:1px solid var(--color-line); }
.cmp th:first-child, .cmp td:first-child { text-align:left; color:var(--color-text-soft); }
.cmp thead th { background:var(--color-surface-soft); font-family:var(--font-serif); font-size:18px; font-weight:600; }
.cmp thead th small { display:block; font-family:var(--font-ui); font-size:11.5px; font-weight:500; color:var(--color-muted); margin-top:2px; }
.cmp thead th.hl { background:var(--color-gold-soft); color:var(--color-gold-dark); }
.cmp td.hl { background:#fdf9f1; }
.cmp tbody tr:last-child td { border-bottom:none; }
.cmp .yes { color:var(--color-success); font-weight:700; }
.cmp .no { color:var(--color-muted-light); }
.cmp tbody th { font-weight:600; font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--color-gold-dark); background:var(--color-surface-soft); text-align:left; }
.mini-faq { max-width:760px; margin:64px auto 0; }
.mini-faq h3 { font-family:var(--font-serif); font-size:28px; font-weight:500; text-align:center; margin-bottom:24px; }
@media (max-width: 980px) {
    .incl-grid { grid-template-columns:1fr; }
    .incl-band { padding:28px 24px; }
}

/* ---------- Ratgeber ---------- */
.post-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:26px; }
.post-card {
    background:var(--color-surface); border:1px solid var(--color-line);
    border-radius:var(--radius-lg); padding:32px; box-shadow:var(--shadow);
    display:block; text-decoration:none; color:inherit; transition:box-shadow .2s;
}
.post-card:hover { box-shadow:var(--shadow-strong); }
.post-card .post-tag {
    font-size:11px; font-weight:600; letter-spacing:.14em; text-transform:uppercase;
    color:var(--color-gold-dark);
}
.post-card h3 { font-family:var(--font-serif); font-size:24px; font-weight:500; margin:10px 0 10px; }
.post-card p { font-size:14.5px; color:var(--color-muted); }
.article { max-width:760px; margin:0 auto; padding:140px 24px 90px; }
.article h1 { font-size:clamp(32px,4vw,46px); margin-bottom:18px; }
.article .article-meta { font-size:13.5px; color:var(--color-muted); margin-bottom:36px; }
.article h2 { font-size:clamp(24px,3vw,32px); margin:44px 0 14px; }
.article p, .article li { color:var(--color-text-soft); }
.article ul, .article ol { margin:14px 0 14px 22px; display:grid; gap:8px; }
.article .article-cta {
    margin-top:52px; background:var(--color-surface); border:1px solid var(--color-line);
    border-radius:var(--radius-lg); padding:30px 32px; box-shadow:var(--shadow);
}
.article .article-cta .btn { margin-top:14px; }

/* ---------- Hilfe-Center ---------- */
.help-search { max-width:620px; margin:30px auto 0; position:relative; }
.help-search input {
    width:100%; padding:16px 22px 16px 52px; border-radius:40px;
    border:1.5px solid var(--color-line-strong); background:var(--color-surface-strong);
    font-family:var(--font-ui); font-size:15.5px; color:var(--color-text);
    box-shadow:var(--shadow); outline:none;
}
.help-search input:focus { border-color:var(--color-gold); }
.help-search svg { position:absolute; left:20px; top:50%; transform:translateY(-50%); color:var(--color-muted); }
.help-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:26px; }
.help-cat {
    background:var(--color-surface); border:1px solid var(--color-line);
    border-radius:var(--radius-lg); padding:30px 32px; box-shadow:var(--shadow);
}
.help-cat-head { display:flex; align-items:center; gap:14px; margin-bottom:14px; }
.help-cat-head .use-icon { width:46px; height:46px; flex:0 0 auto; }
.help-cat-head h3 { font-family:var(--font-serif); font-size:23px; font-weight:500; }
.help-cat ul { list-style:none; }
.help-cat li { border-bottom:1px dashed var(--color-line); }
.help-cat li:last-child { border-bottom:none; }
.help-cat a {
    display:flex; align-items:center; gap:10px; padding:10px 2px;
    text-decoration:none; color:var(--color-text-soft); font-size:14.5px; transition:color .15s;
}
.help-cat a:hover { color:var(--color-gold-dark); }
.help-cat a svg { flex:0 0 auto; color:var(--color-gold-light); }
.help-empty { text-align:center; color:var(--color-muted); padding:40px 0 10px; display:none; }
.crumb { font-size:13px; color:var(--color-muted); margin-bottom:22px; display:flex; gap:8px; flex-wrap:wrap; }
.crumb a { color:var(--color-gold-dark); text-decoration:none; }
.help-feedback {
    margin-top:44px; padding:22px 26px; border:1px solid var(--color-line);
    border-radius:var(--radius); background:var(--color-surface-soft);
    font-size:14.5px; color:var(--color-text-soft);
    display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap;
}
.notice-draft {
    max-width:760px; margin:0 auto 34px; padding:14px 20px;
    background:#fdf3e4; border:1px solid #e8c895; border-radius:var(--radius);
    font-size:13.5px; color:#7a5a24;
}
.article ol li, .article ul li { margin-bottom:4px; }
.article .step-hint {
    background:var(--color-surface-soft); border-left:3px solid var(--color-gold);
    padding:12px 18px; border-radius:0 10px 10px 0; font-size:14px;
    color:var(--color-text-soft); margin:16px 0;
}
.legal { max-width:760px; margin:0 auto; padding:140px 24px 90px; }
.legal h1 { font-size:clamp(30px,4vw,42px); margin-bottom:26px; }
.legal h2 { font-size:clamp(21px,2.6vw,27px); margin:36px 0 10px; }
.legal p, .legal li { color:var(--color-text-soft); font-size:15px; }
.legal ul { margin:10px 0 10px 22px; }
.legal .ph { background:#fdf3e4; border-radius:4px; padding:0 5px; }
@media (max-width: 980px) {
    .help-grid { grid-template-columns:1fr; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
    .tour-grid, .steps-grid, .plans-grid { grid-template-columns:1fr; }
    .post-grid { grid-template-columns:1fr; }
    .price-band { padding:34px 28px; }
}
