/* ===== CONSELION THEME - UNIFIED CSS ===== */
/* Merged from LP1, LP2, TY1, TY2 designs */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
    --gold: #b4975a;
    --gold-hover: #a3864a;
    --navy: #1a2a44;
    --navy-medium: #2c3e50;
    --bg-warm: #fcfbf8;
    --bg-section: #f8f5f0;
    --text-dark: #1a1a1a;
    --text-body: #4a5568;
    --text-muted: #718096;
}
body { font-family: 'Open Sans', sans-serif; color: var(--text-dark); line-height: 1.6; background: var(--bg-warm); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, .font-display { font-family: 'Playfair Display', serif; }
.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; vertical-align: middle; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 800px; margin: 0 auto; padding: 0 24px; }

/* ===== TOP BAR ===== */
.top-bar { background: var(--navy); color: #fff; padding: 10px 0; text-align: center; font-size: 13px; letter-spacing: 0.03em; }
.top-bar strong { color: var(--gold); }

/* ===== HEADER ===== */
.site-header { background: #fff; padding: 16px 0; border-bottom: 1px solid #e8e5e0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.header-inner--centered { max-width: 1100px; margin: 0 auto; padding: 0 24px; justify-content: center; }
.logo { height: 40px; }
.header-trust { font-size: 12px; color: var(--text-muted); display: flex; align-items: center; gap: 6px; }

/* ===== HERO (LP1 - grid variant) ===== */
.hero { padding: 64px 0 48px; background: #fff; border-bottom: 1px solid #e8e5e0; }
.hero-grid { display: grid; grid-template-columns: 1fr 400px; gap: 48px; align-items: start; }
.hero-badge { display: inline-block; background: #fef2f2; color: #b91c1c; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; padding: 6px 16px; border-radius: 50px; margin-bottom: 16px; }
.hero-badge--gold { background: var(--gold); color: #fff; padding: 6px 20px; margin-bottom: 20px; }
.hero h1 { font-size: 2.5rem; line-height: 1.2; color: var(--text-dark); margin-bottom: 16px; }
.hero h1 span { color: var(--gold); }
.hero .subtitle { font-size: 1.1rem; color: var(--text-body); margin-bottom: 24px; line-height: 1.7; }
.trust-badges { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 24px; }
.trust-badge { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-muted); }
.trust-badge .material-symbols-outlined { color: var(--gold); font-size: 18px; }

/* ===== HERO (LP2 - centered variant) ===== */
.hero-content { max-width: 700px; margin: 0 auto; text-align: center; }
.hero-content .subtitle { margin-bottom: 32px; }
.hero .btn-primary { display: inline-block; background: var(--gold); color: #fff; font-weight: 700; font-size: 16px; padding: 18px 48px; border: none; border-radius: 8px; cursor: pointer; transition: all 0.2s; text-transform: uppercase; letter-spacing: 0.05em; }
.hero .btn-primary:hover { background: var(--gold-hover); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(180,151,90,0.3); }
.trust-row { display: flex; justify-content: center; gap: 32px; margin-top: 24px; flex-wrap: wrap; }
.trust-item { font-size: 13px; color: var(--text-muted); display: flex; align-items: center; gap: 6px; }
.trust-item .material-symbols-outlined { color: var(--gold); font-size: 18px; }

/* ===== FORM ===== */
.form-card { background: #fff; border: 2px solid var(--gold); border-radius: 16px; padding: 32px; box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
.form-card h3 { font-size: 1.3rem; text-align: center; margin-bottom: 8px; color: var(--text-dark); }
.form-card .form-sub { text-align: center; font-size: 13px; color: var(--text-muted); margin-bottom: 24px; }
.form-card label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-body); margin-bottom: 6px; }
.form-card input[type="email"],
.form-card input[type="text"],
.form-card input[type="tel"],
.form-card input,
.form-card select { width: 100%; height: 48px; border: 1px solid #d1d5db; border-radius: 8px; padding: 0 16px; font-size: 16px; background: #f9fafb; transition: all 0.2s; font-family: inherit; }
.form-card input:focus,
.form-card select:focus { outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(180,151,90,0.15); }
.form-group { margin-bottom: 16px; }
.form-section { max-width: 500px; margin: 0 auto; }
.form-privacy { text-align: center; font-size: 10px; color: var(--text-muted); margin-top: 12px; line-height: 1.5; }
.form-privacy a { color: var(--gold); text-decoration: underline; }
.conselion-form-wrapper { width: 100%; }
.conselion-form { display: flex; flex-direction: column; gap: 16px; }
.conselion-form-field { display: flex; flex-direction: column; gap: 6px; }
.conselion-form-field label { margin-bottom: 0; }
.conselion-form input[type="email"],
.conselion-form input[type="text"],
.conselion-form input[type="tel"],
.conselion-form input[type="number"],
.conselion-form input[type="date"],
.conselion-form textarea,
.conselion-form select { width: 100%; border: 1px solid #d1d5db; border-radius: 8px; padding: 14px 16px; font-size: 16px; background: #f9fafb; transition: all 0.2s; font-family: inherit; }
.conselion-form textarea { min-height: 140px; resize: vertical; }
.conselion-form input:focus,
.conselion-form textarea:focus,
.conselion-form select:focus { outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(180,151,90,0.15); }
.conselion-form-checkbox-label,
.conselion-form-radio-group label { font-size: 13px; font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--text-body); }
.conselion-form-submit { margin-top: 8px; }
.conselion-form-button { display: block; width: 100%; background: var(--gold); color: #fff; font-weight: 700; font-size: 16px; padding: 16px; border: none; border-radius: 8px; cursor: pointer; transition: all 0.2s; text-transform: uppercase; letter-spacing: 0.05em; }
.conselion-form-button:hover { background: var(--gold-hover); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(180,151,90,0.3); }
.conselion-form-button:disabled { opacity: 0.7; cursor: wait; transform: none; box-shadow: none; }
.conselion-form-success { margin-top: 16px; padding: 14px 16px; border-radius: 10px; background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; font-size: 14px; }
.conselion-form-error { margin-top: 16px; padding: 14px 16px; border-radius: 10px; background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; font-size: 14px; }

/* ===== BUTTONS ===== */
.btn-primary { display: block; width: 100%; background: var(--gold); color: #fff; font-weight: 700; font-size: 16px; padding: 16px; border: none; border-radius: 8px; cursor: pointer; transition: all 0.2s; text-transform: uppercase; letter-spacing: 0.05em; }
.btn-primary:hover { background: var(--gold-hover); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(180,151,90,0.3); }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-hover); }
.btn-outline { background: transparent; color: var(--gold); border: 2px solid var(--gold) !important; }
.btn-outline:hover { background: var(--gold); color: #fff; }

/* ===== SECTIONS ===== */
.section { padding: 64px 0; }
.section-alt { background: var(--bg-section); }
.section-white { background: #fff; }
.section-navy { background: var(--navy); color: #fff; }
.section h2 { font-size: 2rem; text-align: center; margin-bottom: 16px; color: var(--text-dark); }
.section .section-sub { text-align: center; font-size: 1rem; color: var(--text-body); max-width: 640px; margin: 0 auto 40px; }
.section-navy h2 { color: #fff; }
.section-navy .section-sub { color: #94a3b8; }

/* ===== SIGNALS (LP1) ===== */
.signals-list { list-style: none; max-width: 640px; margin: 0 auto; }
.signals-list li { display: flex; align-items: flex-start; gap: 14px; padding: 14px 20px; margin-bottom: 8px; background: #fff; border-radius: 10px; border: 1px solid #e8e5e0; font-size: 15px; color: var(--text-body); line-height: 1.5; }
.signals-list .material-symbols-outlined { color: #dc2626; font-size: 22px; flex-shrink: 0; margin-top: 1px; }
.signals-note { max-width: 640px; margin: 24px auto 0; padding: 20px; background: #fffbeb; border-left: 4px solid var(--gold); border-radius: 0 8px 8px 0; font-size: 14px; color: var(--text-body); line-height: 1.6; }

/* ===== RISKS (LP1) ===== */
.risks-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 700px; margin: 0 auto 32px; }
.risk-card { padding: 24px; border-radius: 12px; background: #fff; border: 1px solid #e8e5e0; }
.risk-card .label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #dc2626; margin-bottom: 8px; }
.risk-card .desc { font-size: 14px; color: var(--text-body); line-height: 1.5; }
.risks-text { max-width: 700px; margin: 0 auto; font-size: 15px; color: var(--text-body); line-height: 1.7; }
.risks-text strong { color: var(--text-dark); }

/* ===== CTA INLINE ===== */
.cta-inline { text-align: center; margin-top: 32px; }
.cta-inline .btn-primary { display: inline-block; width: auto; padding: 16px 40px; font-size: 15px; }

/* ===== CONTEXT (LP2) ===== */
.context-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 700px; margin: 0 auto 32px; }
.context-card { display: flex; align-items: flex-start; gap: 14px; padding: 20px; background: #fff; border-radius: 10px; border: 1px solid #e8e5e0; }
.context-card .material-symbols-outlined { color: #dc2626; font-size: 24px; flex-shrink: 0; }
.context-card p { font-size: 14px; color: var(--text-body); line-height: 1.6; }
.context-card strong { color: var(--text-dark); }
.context-note { text-align: center; font-size: 15px; color: var(--text-body); font-style: italic; max-width: 600px; margin: 0 auto; }

/* ===== FOR WHOM (LP2) ===== */
.for-whom-list { list-style: none; max-width: 640px; margin: 0 auto; }
.for-whom-list li { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; font-size: 15px; color: var(--text-body); border-bottom: 1px solid #e8e5e0; }
.for-whom-list li:last-child { border-bottom: none; }
.for-whom-list .material-symbols-outlined { color: var(--gold); font-size: 22px; flex-shrink: 0; }
.for-whom-note { text-align: center; margin-top: 24px; font-size: 14px; color: var(--text-muted); font-style: italic; }

/* ===== STEPS (LP2) ===== */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 800px; margin: 0 auto; }
.step-card { text-align: center; padding: 32px 24px; background: #fff; border-radius: 12px; border: 1px solid #e8e5e0; position: relative; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: var(--gold); color: #fff; font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; border-radius: 50%; margin-bottom: 16px; }
.step-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.step-card p { font-size: 13px; color: var(--text-body); line-height: 1.6; }
.steps-timeline { text-align: center; margin-top: 24px; font-size: 14px; color: var(--text-muted); }
.steps-timeline strong { color: var(--text-dark); }

/* ===== PRICING (LP2) ===== */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 900px; margin: 0 auto; }
.price-card { background: #fff; border-radius: 16px; padding: 32px 24px; border: 2px solid #e8e5e0; text-align: center; transition: all 0.2s; position: relative; }
.price-card.featured { border-color: var(--gold); box-shadow: 0 8px 30px rgba(180,151,90,0.15); transform: scale(1.03); }
.price-card.featured::before { content: 'Najpopularniejszy'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 4px 16px; border-radius: 50px; }
.price-card .plan-name { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); margin-bottom: 8px; }
.price-card h3 { font-size: 1.2rem; margin-bottom: 4px; }
.price-card .plan-desc { font-size: 13px; color: var(--text-muted); margin-bottom: 20px; }
.price-card .price { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; color: var(--text-dark); }
.price-card .price-unit { font-size: 14px; color: var(--text-muted); margin-bottom: 20px; }
.price-card .features { list-style: none; text-align: left; margin-bottom: 24px; }
.price-card .features li { font-size: 13px; color: var(--text-body); padding: 6px 0; display: flex; align-items: flex-start; gap: 8px; }
.price-card .features .material-symbols-outlined { color: var(--gold); font-size: 18px; flex-shrink: 0; }
.price-card .btn { display: block; width: 100%; padding: 14px; border-radius: 8px; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 0.05em; cursor: pointer; transition: all 0.2s; border: none; }
.pricing-note { text-align: center; margin-top: 24px; font-size: 14px; color: var(--text-muted); }
.pricing-note a { color: var(--gold); text-decoration: underline; }

/* ===== CONSULTATION (LP2) ===== */
.consult-content { max-width: 700px; margin: 0 auto; }
.consult-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 32px; }
.consult-benefit { display: flex; gap: 12px; align-items: flex-start; }
.consult-benefit .material-symbols-outlined { color: var(--gold); font-size: 22px; flex-shrink: 0; }
.consult-benefit p { font-size: 14px; color: var(--text-body); line-height: 1.6; }
.consult-benefit strong { color: var(--text-dark); display: block; margin-bottom: 2px; }
.calendly-wrapper { max-width: 700px; margin: 0 auto; border-radius: 16px; overflow: hidden; border: 2px solid #e8e5e0; }

/* ===== EXPERT ===== */
.expert-card { display: flex; gap: 40px; align-items: center; max-width: 700px; margin: 0 auto; background: var(--navy); border-radius: 16px; padding: 40px; color: #fff; }
.expert-photo { width: 140px; height: 140px; border-radius: 50%; object-fit: cover; border: 4px solid var(--gold); flex-shrink: 0; background: #334155; }
.expert-info h3 { font-size: 1.6rem; margin-bottom: 4px; color: #fff; }
.expert-info .title { font-size: 13px; color: var(--gold); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 12px; }
.expert-info p { font-size: 14px; color: #cbd5e1; line-height: 1.7; }
.expert-info blockquote { font-style: italic; font-size: 14px; color: #e2e8f0; margin-top: 16px; padding-left: 16px; border-left: 3px solid var(--gold); line-height: 1.7; }
.expert-stats { display: flex; gap: 32px; margin-top: 20px; }
.expert-stat .num { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--gold); }
.expert-stat .label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: #94a3b8; }

/* ===== CHECK GRID (LP2) ===== */
.check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 800px; margin: 0 auto; }
.check-item { display: flex; align-items: flex-start; gap: 10px; padding: 14px; background: rgba(255,255,255,0.05); border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); }
.check-item .material-symbols-outlined { color: var(--gold); font-size: 18px; flex-shrink: 0; margin-top: 2px; }
.check-item span { font-size: 13px; color: #cbd5e1; line-height: 1.5; }

/* ===== CHECKLIST CONTENTS (LP1) ===== */
.contents-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 640px; margin: 0 auto; }
.content-item { display: flex; align-items: flex-start; gap: 12px; padding: 16px; background: #fff; border-radius: 10px; border: 1px solid #e8e5e0; }
.content-item .material-symbols-outlined { color: var(--gold); font-size: 22px; flex-shrink: 0; }
.content-item span { font-size: 14px; color: var(--text-body); line-height: 1.5; }

/* ===== FAQ ===== */
.faq-list { max-width: 640px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #e8e5e0; padding: 20px 0; }
.faq-q { font-weight: 700; font-size: 15px; color: var(--text-dark); margin-bottom: 8px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-q .material-symbols-outlined { color: var(--gold); font-size: 20px; transition: transform 0.2s; }
.faq-item.open .faq-q .material-symbols-outlined { transform: rotate(180deg); }
.faq-a { font-size: 14px; color: var(--text-body); line-height: 1.7; display: none; }
.faq-item.open .faq-a { display: block; }

/* ===== VIDEO ===== */
.video-wrapper { max-width: 300px; margin: 0 auto; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }

/* ===== FINAL CTA ===== */
.final-cta { background: var(--navy); color: #fff; padding: 64px 0; text-align: center; }
.final-cta h2 { color: #fff; margin-bottom: 16px; }
.final-cta p { color: #94a3b8; max-width: 600px; margin: 0 auto 32px; font-size: 15px; line-height: 1.7; }
.final-cta .btn-primary { display: inline-block; width: auto; padding: 18px 48px; font-size: 16px; }
.final-cta .btn-cta { display: inline-block; background: var(--gold); color: #fff; font-weight: 700; font-size: 16px; padding: 18px 48px; border: none; border-radius: 8px; cursor: pointer; transition: all 0.2s; text-transform: uppercase; letter-spacing: 0.05em; }
.final-cta .btn-cta:hover { background: var(--gold-hover); }

/* ===== FOOTER ===== */
.site-footer { background: var(--navy); border-top: 4px solid var(--gold); padding: 32px 0; text-align: center; }
.footer-inner { font-size: 12px; color: #64748b; line-height: 2; }
.footer-inner a { color: var(--gold); }

/* ===== STICKY CTA (mobile) ===== */
.sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 2px solid var(--gold); padding: 12px 24px; z-index: 100; box-shadow: 0 -4px 20px rgba(0,0,0,0.1); }
.sticky-cta .btn-primary { font-size: 14px; padding: 14px; text-align: center; }

/* ===== TY PAGES ===== */
body.ty-page { min-height: 100vh; display: flex; flex-direction: column; }
.ty-page .main { flex: 1; display: flex; align-items: center; justify-content: center; padding: 48px 24px; }
.card { max-width: 600px; width: 100%; background: #fff; border-radius: 20px; padding: 48px 40px; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.06); border: 1px solid #e8e5e0; }
.icon-check { font-size: 64px; color: #22c55e; margin-bottom: 16px; }
.card h1 { font-size: 2rem; margin-bottom: 16px; }
.card .desc { font-size: 16px; color: var(--text-body); margin-bottom: 8px; line-height: 1.7; }
.card .desc strong { color: var(--text-dark); }
.card .note { font-size: 13px; color: var(--text-muted); margin-bottom: 32px; }
.card .note a { color: var(--gold); }
.divider { width: 60px; height: 3px; background: var(--gold); margin: 32px auto; border-radius: 2px; }

/* TY1 - CTA section */
.cta-section h2 { font-size: 1.3rem; margin-bottom: 12px; }
.cta-section p { font-size: 14px; color: var(--text-body); margin-bottom: 24px; line-height: 1.7; }
.cta-section .btn-gold { display: inline-block; background: var(--gold); color: #fff; font-weight: 700; font-size: 15px; padding: 16px 40px; border-radius: 8px; transition: all 0.2s; text-transform: uppercase; letter-spacing: 0.05em; }
.cta-section .btn-gold:hover { background: var(--gold-hover); transform: translateY(-1px); }
.or-text { font-size: 13px; color: var(--text-muted); margin: 16px 0; }
.cta-section .btn-outline { display: inline-block; color: var(--gold); font-weight: 700; font-size: 14px; padding: 12px 32px; border: 2px solid var(--gold); border-radius: 8px; transition: all 0.2s; }
.cta-section .btn-outline:hover { background: var(--gold); color: #fff; }

/* TY2 - Steps */
.ty-steps { text-align: left; margin: 0 auto 32px; max-width: 400px; }
.ty-step { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px; }
.ty-step-num { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: var(--gold); color: #fff; font-weight: 700; font-size: 14px; border-radius: 50%; flex-shrink: 0; }
.ty-step p { font-size: 14px; color: var(--text-body); line-height: 1.6; }
.ty-step strong { color: var(--text-dark); }

/* TY2 - Fast track */
.fast-track { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 12px; padding: 20px; margin-bottom: 32px; }
.fast-track .material-symbols-outlined { color: #22c55e; font-size: 20px; margin-right: 8px; }
.fast-track p { font-size: 14px; color: var(--text-body); }
.fast-track a { color: var(--gold); font-weight: 700; }

/* TY2 - Prepare */
.prepare h2 { font-size: 1.2rem; margin-bottom: 12px; text-align: left; }
.prepare { max-width: 400px; margin: 0 auto; text-align: left; }
.prepare ul { list-style: none; margin-bottom: 24px; }
.prepare li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--text-body); padding: 6px 0; }
.prepare .material-symbols-outlined { color: var(--gold); font-size: 18px; flex-shrink: 0; }

/* TY - Expert mini */
.expert-mini { display: flex; align-items: center; gap: 12px; justify-content: center; margin-top: 24px; padding-top: 24px; border-top: 1px solid #e8e5e0; }
.expert-mini .photo { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); }
.expert-mini .photo-placeholder { width: 48px; height: 48px; border-radius: 50%; background: var(--navy); border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; color: #94a3b8; font-size: 10px; }
.expert-mini .info { text-align: left; }
.expert-mini .name { font-weight: 700; font-size: 14px; }
.expert-mini .role { font-size: 12px; color: var(--text-muted); }

/* ===== GENERIC PAGE / ARTICLE ===== */
.conselion-content-card { background: #fff; border: 1px solid #e8e5e0; border-radius: 20px; padding: 48px 40px; box-shadow: 0 10px 30px rgba(26,42,68,0.05); }
.conselion-content-eyebrow { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 12px; }
.conselion-content-title { font-size: 2.2rem; line-height: 1.2; margin-bottom: 16px; }
.conselion-article-meta { display: flex; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--text-muted); margin-bottom: 24px; }
.conselion-article-meta span { display: inline-flex; align-items: center; gap: 8px; }
.conselion-article-meta span + span::before { content: "•"; color: var(--gold); margin-right: 4px; }
.conselion-article-image { margin-bottom: 32px; border-radius: 16px; overflow: hidden; border: 1px solid #e8e5e0; }
.conselion-richtext { color: var(--text-body); font-size: 16px; line-height: 1.8; }
.conselion-richtext > * + * { margin-top: 1em; }
.conselion-richtext h2,
.conselion-richtext h3,
.conselion-richtext h4 { color: var(--text-dark); line-height: 1.3; margin-top: 1.5em; }
.conselion-richtext ul,
.conselion-richtext ol { padding-left: 1.25rem; }
.conselion-richtext a { color: var(--gold); text-decoration: underline; }
.conselion-related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 32px; }
.conselion-related-card { display: block; background: #fff; border: 1px solid #e8e5e0; border-radius: 16px; padding: 24px; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.conselion-related-card:hover { transform: translateY(-2px); border-color: var(--gold); box-shadow: 0 12px 30px rgba(26,42,68,0.08); }
.conselion-related-card h3 { font-size: 1.2rem; margin-bottom: 10px; color: var(--text-dark); }
.conselion-related-card p { color: var(--text-body); font-size: 14px; line-height: 1.6; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .hero { padding: 40px 0 32px; }
    .hero-grid { grid-template-columns: 1fr; gap: 32px; }
    .hero h1 { font-size: 1.8rem; }
    .section h2 { font-size: 1.5rem; }
    .expert-card { flex-direction: column; text-align: center; padding: 32px 24px; }
    .expert-stats { justify-content: center; }
    .risks-grid { grid-template-columns: 1fr; }
    .contents-grid { grid-template-columns: 1fr; }
    .trust-badges { flex-direction: column; gap: 8px; }
    .context-grid { grid-template-columns: 1fr; }
    .steps-grid { grid-template-columns: 1fr; }
    .pricing-grid { grid-template-columns: 1fr; gap: 16px; }
    .price-card.featured { transform: none; }
    .check-grid { grid-template-columns: 1fr; }
    .consult-benefits { grid-template-columns: 1fr; }
    .trust-row { gap: 12px; }
    .sticky-cta { display: block; }
    .top-bar { font-size: 12px; padding: 8px 16px; }
    .card { padding: 32px 24px; }
    .card h1 { font-size: 1.5rem; }
    .conselion-content-card { padding: 32px 24px; }
    .conselion-content-title { font-size: 1.7rem; }
    .conselion-related-grid { grid-template-columns: 1fr; }
}

/* ===== HEADER VARIANTS ===== */
.site-header--dark { background: #0f172a; padding: 24px 0; border-bottom: none; box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18); }
.site-header--dark .logo { height: 48px; }
.site-header--centered .header-inner { justify-content: center; }
.site-header-cta { display: inline-block; background: var(--gold); color: #fff; font-weight: 700; font-size: 15px; padding: 16px 32px; border-radius: 8px; transition: all 0.2s; }
.site-header-cta:hover { background: var(--gold-hover); transform: translateY(-1px); }

/* ===== THANKYOU CLASSIC ===== */
.thankyou-hero { flex: 1; display: flex; align-items: center; justify-content: center; padding: 88px 24px 72px; }
.thankyou-wrap { width: 100%; max-width: 980px; margin: 0 auto; text-align: center; }
.thankyou-intro { max-width: 860px; margin: 0 auto 40px; }
.thankyou-check { display: block; margin: 0 auto 20px; font-size: 52px; color: var(--gold); }
.thankyou-title { font-size: clamp(2.75rem, 5vw, 4.8rem); line-height: 1.06; margin-bottom: 24px; }
.thankyou-lead { max-width: 760px; margin: 0 auto; font-size: clamp(1.25rem, 2.3vw, 1.55rem); color: #64748b; line-height: 1.75; font-weight: 300; }
.thankyou-note { max-width: 720px; margin: 16px auto 0; font-size: 14px; color: var(--text-muted); line-height: 1.8; }
.thankyou-note a { color: var(--gold); }
.thankyou-offer-card { position: relative; max-width: 790px; margin: 0 auto 52px; padding: 70px 40px 56px; background: #fff; border-radius: 28px; box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12); border: 1px solid #eef2f7; }
.thankyou-offer-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #1a2a44; border-radius: 28px 28px 0 0; }
.thankyou-offer-card h2 { font-size: clamp(2rem, 3vw, 3rem); line-height: 1.2; margin-bottom: 30px; }
.thankyou-primary-cta { display: inline-block; min-width: 380px; max-width: 100%; background: #1a2a44; color: #fff; font-weight: 700; font-size: 16px; padding: 22px 36px; border-radius: 12px; text-transform: uppercase; letter-spacing: 0.06em; box-shadow: 0 18px 36px rgba(26, 42, 68, 0.18); transition: all 0.2s; }
.thankyou-primary-cta:hover { background: #15233a; transform: translateY(-1px) scale(1.01); }
.thankyou-expert { display: inline-flex; align-items: center; gap: 18px; }
.thankyou-expert-photo { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; border: 4px solid var(--gold); box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16); }
.thankyou-expert-info { text-align: left; }
.thankyou-expert-name { font-size: 18px; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
.thankyou-expert-role { font-size: 14px; color: var(--gold); text-transform: uppercase; letter-spacing: 0.08em; }

@media (max-width: 768px) {
    .site-header--dark { padding: 18px 0; }
    .site-header--dark .header-inner { gap: 16px; flex-wrap: wrap; justify-content: center; }
    .site-header--dark .logo { height: 40px; }
    .site-header-cta { width: 100%; text-align: center; }
    .thankyou-hero { padding: 56px 20px 48px; }
    .thankyou-offer-card { padding: 56px 24px 40px; border-radius: 24px; }
    .thankyou-offer-card::before { border-radius: 24px 24px 0 0; }
    .thankyou-primary-cta { min-width: 0; width: 100%; }
    .thankyou-expert { flex-direction: column; text-align: center; }
    .thankyou-expert-info { text-align: center; }
}
