/* ============================================================
   SINGLE POST — Hero, Contenido, Sidebar, Q&A
   Clínica Ibiza Theme v1.0.0
   ============================================================ */

/* --- Hero --- */
.hero {
    position: relative; min-height: 600px; display: flex; align-items: center;
    overflow: hidden; text-align: center;
}
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__overlay { position: absolute; inset: 0; background: rgba(12,27,42,0.4); }
.hero .container { position: relative; z-index: 2; padding-top: 110px; padding-bottom: 60px; color: #fff; }
.breadcrumbs { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; font-weight: 500; margin-bottom: 16px; color: rgba(255,255,255,0.7); }
.breadcrumbs a { color: rgba(255,255,255,0.7); transition: color 0.2s; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs svg { width: 14px; height: 14px; opacity: 0.5; }
.cat-badge {
    display: inline-flex; font-size: 12px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2px; padding: 10px 28px; border-radius: 50px;
    margin-bottom: 18px; background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.85); border: 1.5px solid rgba(255,255,255,0.35);
}
.hero__title {
    font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; letter-spacing: -0.5px;
    line-height: 1.1; margin-bottom: 14px; max-width: 800px; margin-left: auto; margin-right: auto;
    text-shadow: 0 2px 16px rgba(12,27,42,0.4);
}
.hero__sub {
    font-size: 1.05rem; color: rgba(255,255,255,0.9); line-height: 1.7;
    max-width: 580px; margin: 0 auto 20px;
    text-shadow: 0 1px 8px rgba(12,27,42,0.3);
}
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; font-size: 13px; color: rgba(255,255,255,0.7); }
.hero-meta svg { width: 15px; height: 15px; flex-shrink: 0; }
.hero-meta__item { display: flex; align-items: center; gap: 5px; }
.hero-meta__sep { width: 1px; height: 14px; background: currentColor; opacity: 0.25; }

/* Hero badges */
.hero-badges { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 14px; flex-wrap: nowrap; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 4px; font-size: 9px; font-weight: 600;
    letter-spacing: 1px; text-transform: uppercase; color: #fff;
    background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);
    padding: 3px 8px; border-radius: 50px; line-height: 1.3;
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.hero-badge svg { width: 10px; height: 10px; flex-shrink: 0; }
.hero-badge--click { cursor: pointer; transition: var(--transition); user-select: none; }
.hero-badge--click:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.35); }
.hero-badge--click .chevron { width: 8px; height: 8px; transition: transform 0.3s ease; }
.hero-badge--click.open .chevron { transform: rotate(180deg); }

/* Audit panel */
.hero-audit-panel {
    max-width: 480px; margin: 0 auto 16px;
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border-radius: 0 0 16px 16px; padding: 0;
    overflow: hidden; max-height: 0; opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.hero-audit-panel.open { max-height: 300px; opacity: 1; padding: 16px 20px; }
.hero-audit-panel__row {
    display: flex; align-items: center; gap: 8px;
    padding: 6px 0; font-size: 12px; color: rgba(255,255,255,0.7);
}
.hero-audit-panel__row:not(:last-child) { border-bottom: 1px solid rgba(255,255,255,0.1); }
.hero-audit-panel__row svg { width: 14px; height: 14px; color: var(--hoja); flex-shrink: 0; }
.hero-audit-panel__row strong { color: #fff; font-weight: 600; }
.hero-audit-panel__row a { color: #fff; text-decoration: underline; font-weight: 700; }

.hero__cta { margin-top: 24px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hero__review { font-size: 13px; color: rgba(255,255,255,0.7); margin-top: 18px; text-shadow: 0 1px 4px rgba(0,0,0,0.15); }

@media (max-width: 768px) {
    .hero { min-height: 500px; }
    .hero .container { padding-top: 110px; padding-bottom: 40px; }
    .hero-badges { flex-wrap: nowrap; justify-content: center; gap: 4px; }
    .hero-badge { font-size: 7px; padding: 4px 7px; gap: 3px; }
    .hero-badge svg { width: 8px; height: 8px; }
    .hero-badge--click .chevron { width: 6px; height: 6px; }
}

/* --- Content + Sidebar Layout --- */
.content-section { padding: 48px 0; }
.content-layout { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }
@media (max-width: 960px) { .content-layout { grid-template-columns: 1fr; } }

/* --- Article Content --- */
.entry-content h2 { font-size: 30px; font-weight: 700; line-height: 40px; color: #143656; margin: 40px 0 14px; padding-top: 20px; }
.entry-content h2:first-child { margin-top: 0; }
.entry-content h3 { font-size: 1.15rem; font-weight: 700; margin: 24px 0 8px; color: #143656; }
.entry-content p { color: #143656; margin-bottom: 16px; line-height: 31px; font-size: 17px; font-weight: 400; }
.entry-content ul, .entry-content ol { color: #143656; margin-bottom: 16px; line-height: 31px; font-size: 17px; font-weight: 400; padding-left: 24px; list-style: none; }
.entry-content ul li, .entry-content ol li { margin-bottom: 8px; position: relative; padding-left: 28px; }
.entry-content ul li::before { content: '✓'; position: absolute; left: 0; color: #3B82F6; font-weight: 700; font-size: 16px; }
.entry-content ol { counter-reset: ci-ol; }
.entry-content ol li { padding-left: 32px; }
.entry-content ol li::before { counter-increment: ci-ol; content: counter(ci-ol) '.'; position: absolute; left: 0; color: #3B82F6; font-weight: 700; font-size: 16px; }
.entry-content a { color: #3B82F6; text-decoration: underline; }
.entry-content blockquote { border-left: 3px solid var(--accent); padding: 16px 20px; background: var(--bg-soft); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 24px 0; font-size: 15px; color: var(--text-secondary); line-height: 1.7; }
.entry-content blockquote cite { display: block; margin-top: 8px; font-size: 13px; font-weight: 600; color: var(--accent); font-style: normal; }
.entry-content img { border-radius: var(--radius-sm); margin: 24px 0; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 15px; }
.entry-content th, .entry-content td { padding: 10px 14px; border: 1px solid var(--border); text-align: left; }
.entry-content th { background: var(--bg-light); font-weight: 700; font-size: 13px; }

/* --- Tags + Share --- */
.post-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--border); }
.post-tags a { display: inline-flex; font-size: 12px; font-weight: 500; padding: 5px 14px; background: var(--bg-light); color: var(--text-secondary); border-radius: 50px; transition: var(--transition); }
.post-tags a:hover { background: var(--accent); color: #fff; text-decoration: none; }
.post-share { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.post-share__label { font-size: 13px; font-weight: 600; color: var(--text-muted); }
.post-share__btn { width: 36px; height: 36px; border-radius: 50%; background: var(--bg-light); display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.post-share__btn:hover { background: var(--accent); color: #fff; }
.post-share__btn svg { width: 16px; height: 16px; }

/* --- Sidebar --- */
.sidebar { position: sticky; top: 100px; align-self: start; }
@media (max-width: 960px) { .sidebar { position: static; max-width: 420px; margin: 0 auto; } }

/* Sidebar TOC */
.sidebar-toc { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 24px; margin-bottom: 16px; }
.sidebar-toc__title { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-primary); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.sidebar-toc__title svg { width: 16px; height: 16px; color: var(--accent); }
.sidebar-toc__list { display: flex; flex-direction: column; }
.sidebar-toc__link { display: block; padding: 7px 0; font-size: 13px; color: var(--text-secondary); border-bottom: 1px solid rgba(0,0,0,0.04); transition: all 0.2s ease; text-decoration: none; }
.sidebar-toc__link:hover { color: var(--accent); padding-left: 6px; }
.sidebar-toc__link:last-child { border-bottom: none; }
.sidebar-toc__link.active { color: var(--accent); font-weight: 600; padding-left: 6px; }
.sidebar-toc__link--h3 { padding-left: 16px; font-size: 12px; }

/* Sidebar Card (Form) */
.sidebar-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.04); margin-bottom: 16px; }

/* Sidebar CTA online */
.sidebar-cta-online { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: linear-gradient(135deg, var(--accent-light) 0%, var(--bg-light) 100%); border-bottom: 1px solid var(--accent-20); transition: var(--transition); }
.sidebar-cta-online:hover { background: linear-gradient(135deg, rgba(60,141,158,0.1) 0%, rgba(60,141,158,0.06) 100%); }
.sidebar-cta-online__icon { width: 36px; height: 36px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sidebar-cta-online__icon svg { width: 16px; height: 16px; color: #fff; }
.sidebar-cta-online__text { display: flex; flex-direction: column; flex: 1; }
.sidebar-cta-online__text strong { font-size: 12px; color: var(--accent); font-weight: 700; }
.sidebar-cta-online__text span { font-size: 10px; color: var(--text-muted); }
.sidebar-cta-online__arrow { width: 14px; height: 14px; color: var(--accent); flex-shrink: 0; transition: transform 0.3s ease; }
.sidebar-cta-online:hover .sidebar-cta-online__arrow { transform: translateX(3px); }

/* Sidebar Form Header */
.sidebar-form__header { background: linear-gradient(135deg, var(--accent), var(--accent-hover)); padding: 20px; text-align: center; color: #fff; }
.sidebar-form__badge { display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; background: rgba(255,255,255,0.2); padding: 3px 12px; border-radius: 50px; margin-bottom: 8px; }
.sidebar-form__title { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.sidebar-form__trust { font-size: 11px; color: rgba(255,255,255,0.8); }

/* Sidebar Form Body */
.sidebar-form__body { padding: 20px; }
.sidebar-form__body input, .sidebar-form__body textarea, .sidebar-form__body select { width: 100%; padding: 11px 14px; border: 1px solid var(--border); border-radius: var(--radius-sm); font-family: var(--font); font-size: 13px; color: var(--text-primary); background: var(--bg-soft); transition: var(--transition); margin-bottom: 10px; resize: vertical; }
.sidebar-form__body input:focus, .sidebar-form__body textarea:focus, .sidebar-form__body select:focus { outline: none; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 3px rgba(20,54,86,0.1); }
.sidebar-form__body input::placeholder, .sidebar-form__body textarea::placeholder { color: var(--text-muted); }
.sidebar-form__body textarea { min-height: 70px; }

/* Contact preference */
.sidebar-form__contact-label { font-size: 13px; font-weight: 600; color: var(--text-primary); margin-bottom: 8px; }
.sidebar-form__radios { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 10px; }
.sidebar-form__radio { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 10px; border: 1px solid var(--border); border-radius: var(--radius-sm); font-size: 13px; font-weight: 500; color: var(--text-secondary); cursor: pointer; transition: var(--transition); }
.sidebar-form__radio:has(input:checked) { border-color: var(--accent); background: rgba(20,54,86,0.06); color: var(--accent); font-weight: 600; }
.sidebar-form__radio input { display: none; }

/* Horario condicional */
.hf-horario select { width: 100%; padding: 10px 12px; border: 1px solid var(--border); border-radius: var(--radius-sm); font-family: var(--font); font-size: 13px; color: var(--text-secondary); background: var(--bg-soft); margin-bottom: 10px; transition: var(--transition); }
.hf-horario select:focus { outline: none; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 3px rgba(20,54,86,0.1); }

/* Sexo */
.hf-sexo { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.hf-sexo__label { font-size: 12px; font-weight: 600; color: var(--text-primary); }
.hf-sexo__opt { display: flex; align-items: center; gap: 4px; font-size: 12px; color: var(--text-secondary); cursor: pointer; }
.hf-sexo__opt input[type="radio"] { width: auto; margin: 0; accent-color: var(--accent); cursor: pointer; }

/* Privacy */
.sidebar-form__privacy { display: flex; align-items: flex-start; gap: 6px; margin-bottom: 6px; }
.sidebar-form__privacy-label { display: flex; align-items: flex-start; gap: 6px; cursor: pointer; font-size: 11px; color: #666; line-height: 1.3; }
.sidebar-form__privacy input { flex-shrink: 0; width: 14px; height: 14px; accent-color: var(--accent); cursor: pointer; margin-top: 1px; }
.sidebar-form__privacy a { color: var(--accent); text-decoration: underline; }

/* Submit */
.sidebar-form__submit { width: 100%; padding: 13px; border: none; border-radius: 50px; background: var(--accent); color: #fff; font-family: var(--font); font-size: 14px; font-weight: 600; cursor: pointer; transition: var(--transition); }
.sidebar-form__submit:hover { background: var(--accent-hover); box-shadow: 0 6px 20px rgba(20,54,86,0.3); }

/* WhatsApp */
.sidebar-wa { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; margin: 0 20px 20px; font-size: 14px; font-weight: 600; color: #0D9488; border: 1.5px solid #0D9488; border-radius: var(--radius-sm); transition: var(--transition); }
.sidebar-wa:hover { background: rgba(13,148,136,0.04); }
.sidebar-wa svg { width: 18px; height: 18px; }

/* --- Sidebar Ubicación --- */
.sidebar-ubi { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; margin-bottom: 16px; }
.sidebar-ubi__map { height: 150px; }
.sidebar-ubi__map iframe { width: 100%; height: 100%; border: 0; }
.sidebar-ubi__body { padding: 16px 20px; }
.sidebar-ubi__title { font-size: 14px; font-weight: 700; margin-bottom: 2px; }
.sidebar-ubi__address { font-size: 12px; color: var(--text-secondary); margin-bottom: 12px; line-height: 1.4; }
.sidebar-ubi__details { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
.sidebar-ubi__detail { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--text-secondary); }
.sidebar-ubi__detail svg { width: 14px; height: 14px; color: var(--accent); flex-shrink: 0; }
.sidebar-ubi__detail a { color: var(--accent); text-decoration: none; }
.sidebar-ubi__actions { display: flex; gap: 8px; }
.sidebar-ubi__btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 5px; font-family: var(--font); font-size: 12px; font-weight: 600; padding: 8px 12px; border-radius: var(--radius-sm); cursor: pointer; transition: var(--transition); text-decoration: none; border: 1.5px solid var(--border); color: var(--text-primary); background: #fff; }
.sidebar-ubi__btn:hover { border-color: var(--accent); color: var(--accent); }
.sidebar-ubi__btn svg { width: 14px; height: 14px; }
.sidebar-ubi__btn--accent { background: var(--accent); color: #fff; border-color: var(--accent); }
.sidebar-ubi__btn--accent:hover { background: var(--accent-hover); }

/* --- Sidebar E-E-A-T Card --- */
.sidebar-eeat { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; margin-bottom: 16px; }
.sidebar-eeat__header { padding: 16px 20px 14px; background: linear-gradient(135deg, rgba(20,54,86,0.06) 0%, rgba(20,54,86,0.02) 100%); border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: var(--accent); }
.sidebar-eeat__header svg { width: 15px; height: 15px; flex-shrink: 0; }
.sidebar-eeat__doctor { padding: 20px; display: flex; gap: 14px; align-items: flex-start; }
.sidebar-eeat__photo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid var(--bg-soft); box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.sidebar-eeat__info { flex: 1; min-width: 0; }
.sidebar-eeat__name { font-size: 15px; font-weight: 700; color: var(--text-primary); line-height: 1.3; margin-bottom: 2px; }
.sidebar-eeat__title { font-size: 12px; color: var(--accent); font-weight: 600; margin-bottom: 4px; }
.sidebar-eeat__colegiado { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; color: var(--text-muted); background: var(--bg-soft); border-radius: 50px; padding: 2px 10px; }
.sidebar-eeat__colegiado svg { width: 11px; height: 11px; color: var(--accent); }
.sidebar-eeat__bio { padding: 0 20px; font-size: 12px; line-height: 1.5; color: var(--text-muted); margin-bottom: 16px; }
.sidebar-eeat__footer { padding: 0 20px 18px; display: flex; align-items: center; justify-content: space-between; }
.sidebar-eeat__link { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 600; color: var(--accent); text-decoration: none; }
.sidebar-eeat__link svg { width: 14px; height: 14px; transition: transform 0.2s ease; }
.sidebar-eeat__link:hover svg { transform: translateX(3px); }
.sidebar-eeat__verified { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 600; color: #16A34A; }
.sidebar-eeat__verified svg { width: 13px; height: 13px; }

/* --- Q&A Section --- */
.qa-section { background: var(--bg-soft); padding: 64px 0 72px; border-top: 1px solid var(--border); }
.qa-header { text-align: center; margin-bottom: 40px; }
.qa-header__badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent); background: rgba(29,50,80,0.08); border: 1px solid rgba(29,50,80,0.15); padding: 5px 16px; border-radius: 50px; margin-bottom: 14px; }
.qa-header__badge svg { width: 14px; height: 14px; }
.qa-header__title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; margin-bottom: 8px; }
.qa-header__desc { font-size: 15px; color: var(--text-secondary); max-width: 560px; margin: 0 auto 20px; line-height: 1.6; }
.qa-header__pills { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.qa-header__pill { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 500; color: var(--text-muted); background: var(--white); border: 1px solid var(--border); padding: 5px 14px; border-radius: 50px; }
.qa-header__pill svg { width: 13px; height: 13px; color: var(--accent); }
.qa-layout { display: grid; grid-template-columns: 1fr 360px; gap: 32px; align-items: start; }
@media (max-width: 960px) { .qa-layout { grid-template-columns: 1fr; } }

/* Q&A items */
.qa-list { display: flex; flex-direction: column; gap: 10px; }
.qa-item { background: var(--white); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.qa-item--answered { border-left: 3px solid var(--accent); }
.qa-item__toggle { display: flex; align-items: center; gap: 12px; width: 100%; padding: 16px 18px; background: none; border: none; cursor: pointer; font-family: var(--font); text-align: left; }
.qa-item__icon { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; background: rgba(29,50,80,0.08); color: var(--accent); border-radius: 8px; font-size: 14px; font-weight: 800; flex-shrink: 0; }
.qa-item__preview { flex: 1; font-size: 14px; font-weight: 600; color: var(--text-primary); line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.qa-item__badge { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--accent); background: rgba(29,50,80,0.08); padding: 3px 10px; border-radius: 50px; flex-shrink: 0; }
.qa-item__chevron { width: 18px; height: 18px; color: var(--text-muted); flex-shrink: 0; transition: transform 0.3s ease; }
.qa-item--open .qa-item__chevron { transform: rotate(180deg); }
.qa-item__body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.qa-item--open .qa-item__body { max-height: 600px; }
.qa-item__question { padding: 0 18px 16px; font-size: 14px; line-height: 1.7; color: var(--text-secondary); border-bottom: 1px solid rgba(0,0,0,0.04); }
.qa-item__question-meta { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--text-muted); margin-bottom: 8px; }
.qa-item__question-meta svg { width: 13px; height: 13px; opacity: 0.5; }
.qa-item__answer { margin: 14px 18px 18px; padding: 16px 18px; background: rgba(29,50,80,0.03); border-left: 3px solid var(--accent); border-radius: 0 10px 10px 0; }
.qa-item__answer-header { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.qa-item__answer-avatar { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(29,50,80,0.2); }
.qa-item__answer-name { font-size: 13px; font-weight: 700; color: var(--accent); }
.qa-item__answer-check { width: 14px; height: 14px; color: #16A34A; flex-shrink: 0; }
.qa-item__answer-text { font-size: 14px; line-height: 1.7; color: var(--text-secondary); }

/* Q&A empty state */
.qa-empty { text-align: center; padding: 40px 20px; color: var(--text-muted); }
.qa-empty__icon { font-size: 48px; margin-bottom: 12px; }
.qa-empty__text { font-size: 15px; }

/* Q&A form */
.qa-form { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; position: sticky; top: 90px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.qa-form::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--accent), var(--hoja)); z-index: 1; }
.qa-form__header { padding: 20px 22px 16px; border-bottom: 1px solid var(--border); position: relative; }
.qa-form__title { font-size: 1rem; font-weight: 800; margin-bottom: 4px; }
.qa-form__subtitle { font-size: 12px; color: var(--text-muted); line-height: 1.4; }
.qa-form__body { padding: 18px 22px 20px; display: flex; flex-direction: column; gap: 10px; }
.qa-form__field input, .qa-form__field textarea { width: 100%; padding: 11px 14px; background: var(--bg-soft); border: 1px solid var(--border); border-radius: 10px; font-family: var(--font); font-size: 14px; color: var(--text-primary); outline: none; resize: vertical; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.qa-form__field input::placeholder, .qa-form__field textarea::placeholder { color: var(--text-muted); }
.qa-form__field input:focus, .qa-form__field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(29,50,80,0.1); }
.qa-form__field textarea { min-height: 100px; }
.qa-form__private-check { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: rgba(29,50,80,0.04); border: 1px solid rgba(29,50,80,0.12); border-radius: 10px; cursor: pointer; }
.qa-form__private-check input { width: 15px; height: 15px; accent-color: var(--accent); cursor: pointer; flex-shrink: 0; }
.qa-form__private-check span { font-size: 12px; font-weight: 500; color: var(--text-primary); line-height: 1.3; }
.qa-form__private-fields { display: none; }
.qa-form__private-fields.open { display: flex; flex-direction: column; gap: 8px; }
.hf-privacy { display: flex; align-items: flex-start; gap: 8px; margin-top: 2px; }
.hf-privacy input[type="checkbox"] { width: 15px; height: 15px; margin-top: 1px; accent-color: var(--accent); flex-shrink: 0; cursor: pointer; }
.hf-privacy label { font-size: 11px; color: var(--text-muted); line-height: 1.4; cursor: pointer; }
.hf-privacy a { color: var(--accent); text-decoration: underline; }
.hf-pref-options { display: flex; gap: 12px; }
.hf-pref-option { display: flex; align-items: center; gap: 4px; font-size: 12px; color: var(--text-secondary); cursor: pointer; }
.hf-pref-option input { accent-color: var(--accent); }
.qa-form__submit { width: 100%; padding: 13px; background: var(--accent); color: var(--white); border: none; border-radius: 50px; font-family: var(--font); font-size: 14px; font-weight: 700; cursor: pointer; transition: all 0.2s ease; }
.qa-form__submit:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(29,50,80,0.25); }
.qa-form__note { display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 11px; color: var(--text-muted); text-align: center; }
.qa-form__note svg { width: 12px; height: 12px; opacity: 0.5; }
