/* ==========================================================
   Foto para Credencial / Gafete
   Mismo lenguaje visual que /fondo/ y /hojas/, prefijo .cred-*
   ========================================================== */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
    font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 240, 245, 0.6), transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(254, 243, 199, 0.5), transparent 50%),
        #faf7f2;
    min-height: 100vh;
    color: #1f2937;
}




.cred {
  max-width: var(--pdfs-max-width, 1100px);
  margin: 0 auto 0.75rem;
  padding: 0 1rem;
  display: flex;
  justify-content: flex-end;
}

.cred-actions-bar {
  max-width: var(--pdfs-max-width, 1100px);
  margin: 0 auto 0.75rem;
  padding: 0 1rem;
  display: flex;
  justify-content: flex-end;
}


.cred-btn-reset {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: #1f2937;
  padding: 0.5rem 1rem;
  border: 2px solid #1f2937;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 2px 2px 0 #ec4899;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.cred-btn-reset:hover {
  background: #fef3f8;
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 0 #ec4899;
}
.cred-btn-reset:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 #ec4899;
}
.cred-btn-reset i {
  color: #ec4899;
  font-size: 1.05rem;
}











.cred-navbar { box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); }

/* ===== Hero ===== */
.cred-hero { padding: 1.5rem 0 1rem; }
.cred-badge {
    display: inline-block;
    background: #111827; color: #fff;
    padding: 0.4rem 1.25rem; border-radius: 999px;
    font-weight: 700; font-size: 0.7rem;
    letter-spacing: 0.1em; text-transform: uppercase;
    margin-bottom: 1rem;
    box-shadow: 2px 2px 0 var(--color-borde, #1f2937);
}
.cred-title {
    font-weight: 800;
    font-size: clamp(2rem, 5vw, 3.25rem);
    color: #111827; margin: 0 0 0.75rem;
    line-height: 1.1; letter-spacing: -0.02em;
}
.cred-subtitle {
    color: #4b5563;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    max-width: 650px; margin: 0 auto 1rem;
    line-height: 1.6;
}
.cred-pills { display: flex; gap: 0.5rem; justify-content: center; flex-wrap: wrap; }
.cred-pill {
    display: inline-block; background: #fff; color: #111827;
    padding: 0.35rem 1rem; border-radius: 999px;
    font-weight: 600; font-size: 0.85rem;
    border: 2px solid #111827; box-shadow: 2px 2px 0 #111827;
}
.cred-privacy-note { color: #059669; font-size: 0.9rem; font-weight: 600; margin: 0; }
.cred-privacy-note i { font-size: 1rem; }

/* ===== Card base ===== */
.cred-card {
    background: #fff; border-radius: 22px;
    padding: 1.5rem; border: 2px solid #111827;
    box-shadow: 4px 4px 0 #111827;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cred-card:hover {
    transform: translateY(-2px);
    box-shadow: 4px 6px 0 #111827;
}
.cred-card-final {
    background: linear-gradient(135deg, #fff 0%, #fef3c7 100%);
    text-align: center;
}

/* ===== Step header ===== */
.cred-step-header {
    display: flex; align-items: flex-start;
    gap: 0.85rem; margin-bottom: 1.1rem;
}
.cred-step-header h2 {
    font-size: 1.2rem; font-weight: 700;
    color: #111827; margin: 0 0 0.15rem; line-height: 1.2;
}
.cred-step-desc { font-size: 0.85rem; color: #6b7280; margin: 0; }
.cred-step-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px;
    background: var(--color-primario); color: #fff;
    border-radius: 50%; font-weight: 800; font-size: 1.15rem;
    flex-shrink: 0; border: 2px solid #111827;
    box-shadow: 2px 2px 0 #111827;
}

/* ===== Dropzone ===== */
.cred-dropzone {
    border: 3px dashed #d1d5db; border-radius: 18px;
    padding: 2.5rem 1rem; text-align: center;
    background: #fcfaf7;
    transition: all 0.2s ease;
    cursor: pointer; outline: none;
}
.cred-dropzone:hover, .cred-dropzone:focus, .cred-dropzone.dragover {
    border-color: var(--color-primario); background: #fff;
    transform: scale(1.005);
}
.cred-dropzone-icon {
    font-size: 3.5rem; color: var(--color-primario);
    display: block; margin-bottom: 0.5rem;
}
.cred-dropzone-title { font-weight: 700; color: #111827; font-size: 1.1rem; margin: 0 0 0.25rem; }
.cred-dropzone-sub { color: #6b7280; font-size: 0.95rem; margin: 0 0 1rem; }
.cred-dropzone-info { color: #9ca3af; font-size: 0.8rem; margin: 0.75rem 0 0; }

/* ===== Botones ===== */
.cred-btn-primary, .cred-btn-secondary, .cred-btn-ghost {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.55rem 1.25rem; border-radius: 12px;
    font-weight: 600; font-size: 0.95rem;
    border: 2px solid #111827; cursor: pointer;
    transition: all 0.15s ease; text-decoration: none;
}
.cred-btn-primary {
    background: var(--color-primario); color: #fff;
    box-shadow: 3px 3px 0 #111827;
}
.cred-btn-primary:hover {
    transform: translate(-1px, -1px);
    box-shadow: 4px 4px 0 #111827; color: #fff;
}
.cred-btn-secondary {
    background: #fff; color: #111827;
    box-shadow: 2px 2px 0 #111827;
}
.cred-btn-secondary:hover {
    background: #fef3c7;
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 #111827;
}
.cred-btn-ghost {
    background: transparent; color: #6b7280;
    border-color: #d1d5db; box-shadow: none;
    padding: 0.4rem 0.9rem; font-size: 0.85rem;
}
.cred-btn-ghost:hover { background: #fee2e2; color: #dc2626; border-color: #dc2626; }

/* ===== Upload row ===== */
.cred-upload-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.cred-upload-col { min-width: 0; }
.cred-files-panel {
    background: #fcfaf7;
    border: 2px dashed #e5e7eb;
    border-radius: 18px; padding: 1rem; min-height: 200px;
}
.cred-files-empty {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    height: 100%; min-height: 180px; color: #9ca3af; text-align: center;
}
.cred-files-empty i { font-size: 2.5rem; margin-bottom: 0.5rem; }
.cred-files-empty p { margin: 0; font-size: 0.9rem; }
.cred-files-bar {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 0.75rem; padding-bottom: 0.6rem;
    border-bottom: 2px solid #e5e7eb;
    font-size: 0.9rem; color: #4b5563;
}
.cred-files-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 0.65rem;
}
.cred-thumb-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.cred-thumb {
    position: relative;
    aspect-ratio: 1;
    border-radius: 10px; overflow: hidden;
    border: 2px solid #e5e7eb;
    background: #fff;
}
.cred-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cred-thumb-remove {
    position: absolute; top: 4px; right: 4px;
    width: 24px; height: 24px; border-radius: 50%;
    background: rgba(220, 38, 38, 0.95); color: #fff;
    border: 2px solid #fff; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    font-weight: bold; font-size: 14px; line-height: 1; padding: 0;
}
.cred-thumb-remove:hover { transform: scale(1.15); }
.cred-thumb-status {
    position: absolute; bottom: 4px; left: 4px;
    background: rgba(0,0,0,0.7); color: #fff;
    font-size: 0.65rem; padding: 2px 6px;
    border-radius: 4px; pointer-events: none;
}
.cred-thumb-status.ok  { background: rgba(5, 150, 105, 0.9); }
.cred-thumb-status.err { background: rgba(220, 38, 38, 0.9); }

/* Selector de copias debajo del thumbnail */
.cred-thumb-copies {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
    background: #fff;
    border: 2px solid #111827;
    border-radius: 10px;
    padding: 0.15rem;
    box-shadow: 2px 2px 0 #111827;
}
.cred-copy-btn {
    flex-shrink: 0;
    width: 26px; height: 26px;
    border: none;
    background: var(--color-primario);
    color: #fff;
    border-radius: 6px;
    font-weight: 800;
    font-size: 1.05rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    transition: transform 0.1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cred-copy-btn:hover:not(:disabled) {
    transform: scale(1.08);
}
.cred-copy-btn:disabled {
    background: #d1d5db;
    cursor: not-allowed;
}
.cred-copy-num {
    flex: 1;
    text-align: center;
    font-weight: 700;
    font-size: 0.95rem;
    color: #111827;
    min-width: 1.5em;
    font-variant-numeric: tabular-nums;
}

/* ===== Diseño section ===== */
.cred-design-section { margin-bottom: 1.5rem; }
.cred-design-section:last-child { margin-bottom: 0; }
.cred-section-label {
    display: block;
    font-weight: 700; color: #111827;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

/* Selector de modo (Credencial / Solo foto) - botones grandes y prominentes */
.cred-mode-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}
.cred-mode-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    padding: 1rem 1.15rem;
    background: #fcfaf7;
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.15s ease;
    user-select: none;
    text-align: left;
}
.cred-mode-btn:hover {
    border-color: var(--color-primario);
    background: #fff;
    transform: translateY(-1px);
}
.btn-check:checked + .cred-mode-btn {
    border-color: var(--color-primario);
    background: var(--color-primario);
    color: #fff;
    box-shadow: 3px 3px 0 #111827;
}
.cred-mode-icon {
    font-size: 1.6rem;
    color: var(--color-primario);
    transition: color 0.15s ease;
}
.btn-check:checked + .cred-mode-btn .cred-mode-icon { color: #fff; }
.cred-mode-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
}
.cred-mode-desc {
    font-size: 0.78rem;
    opacity: 0.85;
    line-height: 1.3;
}

@media (max-width: 480px) {
    .cred-mode-options { grid-template-columns: 1fr; }
    .cred-mode-btn { padding: 0.85rem 1rem; }
}

/* Tamaños de credencial */
.cred-size-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 0.6rem;
}
.cred-size-btn {
    display: flex; flex-direction: column;
    align-items: center; justify-content: flex-start;
    gap: 0.5rem; padding: 0.9rem 0.5rem;
    background: #fcfaf7;
    border: 2px solid #e5e7eb;
    border-radius: 14px; cursor: pointer;
    transition: all 0.15s ease; text-align: center;
    user-select: none;
}
.cred-size-btn:hover {
    border-color: var(--color-primario); background: #fff;
    transform: translateY(-1px);
}
.btn-check:checked + .cred-size-btn {
    border-color: var(--color-primario);
    background: var(--color-primario);
    color: #fff;
    box-shadow: 2px 2px 0 #111827;
}
.btn-check:checked + .cred-size-btn .cred-size-preview {
    background: #fff;
}
.cred-size-preview {
    width: 40px;
    background: #d1d5db;
    border-radius: 4px;
    border: 2px solid #111827;
}
.cred-size-label { font-size: 0.82rem; font-weight: 600; line-height: 1.2; }
.cred-size-label small { font-size: 0.7rem; opacity: 0.85; font-weight: 500; }

/* Colores */
.cred-colors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem;
}
.cred-color-input {
    background: #fcfaf7; border: 2px solid #e5e7eb;
    border-radius: 12px; padding: 0.75rem;
    display: flex; flex-direction: column; gap: 0.4rem;
}
.cred-color-input label {
    font-size: 0.8rem; font-weight: 600; color: #374151;
}
.cred-color-input input[type="color"] {
    width: 100%; height: 38px;
    border: 2px solid #111827; border-radius: 8px;
    cursor: pointer; padding: 0; background: none;
}

/* Logo preview */
.cred-logo-preview {
    position: relative;
    width: 80px; height: 80px;
    border: 2px solid #111827;
    border-radius: 12px;
    background:
        linear-gradient(45deg, #f0f0f0 25%, transparent 25%),
        linear-gradient(-45deg, #f0f0f0 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #f0f0f0 75%),
        linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
    background-size: 12px 12px;
    background-position: 0 0, 0 6px, 6px -6px, -6px 0px;
    background-color: #fff;
    overflow: hidden;
    flex-shrink: 0;
}
.cred-logo-preview img { width: 100%; height: 100%; object-fit: contain; }
.cred-logo-remove {
    position: absolute; top: -8px; right: -8px;
    width: 22px; height: 22px; border-radius: 50%;
    background: #dc2626; color: #fff; border: 2px solid #fff;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    font-weight: bold; line-height: 1; padding: 0; font-size: 13px;
}

/* ===== Datos por persona ===== */
.cred-data-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
.cred-data-item {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 0.85rem;
    background: #fcfaf7;
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    padding: 0.85rem;
}
.cred-data-thumb {
    width: 70px; height: 70px;
    border-radius: 10px; overflow: hidden;
    border: 2px solid #d1d5db;
    background: #fff;
    flex-shrink: 0;
}
.cred-data-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cred-data-fields {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.cred-data-fields input {
    width: 100%;
    padding: 0.45rem 0.75rem;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.9rem;
    font-family: inherit;
    transition: border-color 0.15s ease;
}
.cred-data-fields input:focus {
    outline: none;
    border-color: var(--color-primario);
}
.cred-data-fields input.cred-data-name {
    font-weight: 700;
    font-size: 0.95rem;
}

/* ===== Botón procesar ===== */
.cred-btn-process {
    width: 100%; padding: 1.1rem 1.5rem;
    background: var(--color-primario); color: #fff;
    border: 2px solid #111827; border-radius: 16px;
    font-size: 1.15rem; font-weight: 800;
    box-shadow: 4px 4px 0 #111827; cursor: pointer;
    transition: all 0.15s ease;
    text-transform: uppercase; letter-spacing: 0.04em;
    display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
}
.cred-btn-process:hover:not(:disabled) {
    transform: translate(-1px, -1px);
    box-shadow: 5px 5px 0 #111827;
}
.cred-btn-process:disabled {
    background: #d1d5db; color: #9ca3af;
    cursor: not-allowed; box-shadow: 2px 2px 0 #9ca3af;
}

/* ===== Resultados ===== */
.cred-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0.85rem;
    margin: 1rem 0;
}
.cred-result {
    position: relative;
    border: 2px solid #111827;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 3px 3px 0 #111827;
    transition: transform 0.15s ease;
}
.cred-result:hover {
    transform: translate(-1px, -1px);
    box-shadow: 4px 4px 0 #111827;
}
.cred-result canvas, .cred-result img {
    width: 100%; height: auto; display: block;
}
.cred-result-status {
    position: absolute; top: 6px; left: 6px;
    font-size: 0.65rem; padding: 3px 8px;
    border-radius: 6px; background: rgba(0,0,0,0.7);
    color: #fff; font-weight: 600;
}
.cred-result-status.processing { background: rgba(245, 158, 11, 0.95); }
.cred-result-status.done       { background: rgba(5, 150, 105, 0.95); }
.cred-result-status.error      { background: rgba(220, 38, 38, 0.95); }

/* ===== Summary ===== */
.cred-summary {
    background: #fff; border: 2px solid #e5e7eb;
    border-radius: 12px; padding: 1rem 1.25rem;
    margin-bottom: 1rem; font-size: 0.95rem;
    text-align: center;
}
.cred-summary.has-data {
    background: #f0fdf4; border-color: #86efac; color: #166534;
}

/* ===== Configuración de impresión ===== */
.cred-print-settings {
    background: #fcfaf7; border: 2px solid #e5e7eb;
    border-radius: 12px; padding: 1rem;
    text-align: left;
}

/* ===== Botones de descarga ===== */
.cred-download-buttons {
    display: flex; flex-direction: column;
    gap: 0.6rem; align-items: stretch;
}
.cred-btn-download {
    width: 100%; padding: 1.1rem 1.5rem;
    background: var(--color-boton); color: #fff;
    border: 2px solid #111827; border-radius: 16px;
    font-size: 1.15rem; font-weight: 800;
    box-shadow: 4px 4px 0 #111827; cursor: pointer;
    transition: all 0.15s ease;
    text-transform: uppercase; letter-spacing: 0.04em;
    display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
}
.cred-btn-download:hover:not(:disabled) {
    transform: translate(-1px, -1px);
    box-shadow: 5px 5px 0 #111827;
}
.cred-btn-download:disabled {
    background: #d1d5db; color: #9ca3af;
    cursor: not-allowed; box-shadow: 2px 2px 0 #9ca3af;
}
.cred-btn-individual {
    width: 100%; padding: 0.85rem 1.25rem;
    border-radius: 14px;
    font-size: 0.95rem; font-weight: 600;
    text-transform: none; letter-spacing: 0;
    background: #fff; color: #111827;
    border: 2px solid #111827;
    box-shadow: 2px 2px 0 #111827;
    cursor: pointer; transition: all 0.15s ease;
    display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
}
.cred-btn-individual:hover:not(:disabled) {
    background: #fef3c7;
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 #111827;
}

/* ===== Modal procesamiento ===== */
.cred-processing-modal {
    border-radius: 22px;
    border: 2px solid #111827;
    box-shadow: 4px 4px 0 #111827;
    overflow: hidden;
}
.cred-processing-title { font-weight: 800; color: #111827; font-size: 1.5rem; }
.cred-processing-text  { color: #4b5563; font-size: 0.95rem; line-height: 1.5; }
.cred-processing-progress {
    border-radius: 999px; background: #f3f4f6;
    border: 1px solid #e5e7eb; overflow: hidden;
}
.cred-processing-check, .cred-processing-error {
    display: flex; align-items: center; justify-content: center;
    animation: credCheckPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes credCheckPop {
    0%   { transform: scale(0.3); opacity: 0; }
    60%  { transform: scale(1.15); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
    .cred-upload-row { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
    .cred-card { padding: 1.15rem; border-radius: 18px; box-shadow: 3px 3px 0 #111827; }
    .cred-step-num { width: 32px; height: 32px; font-size: 1rem; }
    .cred-step-header h2 { font-size: 1.05rem; }
    .cred-btn-process, .cred-btn-download { font-size: 1rem; padding: 0.95rem 1.2rem; }
    .cred-size-options { grid-template-columns: repeat(3, 1fr); }
    .cred-data-item { grid-template-columns: 56px 1fr; }
    .cred-data-thumb { width: 56px; height: 56px; }
    .cred-results-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===== Secciones SEO ===== */
.cred-seo-section {
    background: #fff; border-radius: 22px;
    border: 2px solid #111827; box-shadow: 4px 4px 0 #111827;
    padding: 2rem 1.75rem; margin-top: 1.75rem;
}
.cred-seo-title {
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    font-weight: 800; color: #111827;
    margin-bottom: 1rem; line-height: 1.2;
}
.cred-seo-lead { color: #4b5563; font-size: 1rem; margin-bottom: 1.25rem; line-height: 1.6; }

.cred-howto-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.85rem; }
.cred-howto-step {
    display: flex; gap: 1rem;
    background: #fcfaf7; border: 2px solid #e5e7eb;
    border-radius: 14px; padding: 1rem 1.15rem;
    transition: all 0.15s ease;
}
.cred-howto-step:hover { border-color: var(--color-primario); background: #fff; }
.cred-howto-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; flex-shrink: 0;
    background: var(--color-primario); color: #fff;
    border-radius: 50%; font-weight: 800; font-size: 1rem;
    border: 2px solid #111827;
}
.cred-howto-step h3 {
    font-size: 1.05rem; font-weight: 700;
    color: #111827; margin: 0 0 0.25rem;
}
.cred-howto-step h3 i { color: var(--color-primario); margin-right: 0.35rem; }
.cred-howto-step p { color: #4b5563; font-size: 0.92rem; margin: 0; line-height: 1.5; }

.cred-usecases { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.65rem; }
.cred-usecases li {
    background: #fcfaf7;
    border-left: 4px solid var(--color-primario);
    padding: 0.75rem 1rem; border-radius: 0 10px 10px 0;
    color: #374151; line-height: 1.55; font-size: 0.95rem;
}
.cred-usecases li strong { color: #111827; }

.cred-faq .accordion-item {
    background: #fcfaf7; border: 2px solid #e5e7eb;
    border-radius: 12px !important;
    margin-bottom: 0.65rem; overflow: hidden;
}
.cred-faq .accordion-button {
    background: #fcfaf7; font-weight: 600; color: #111827;
    font-size: 0.98rem; padding: 0.95rem 1.1rem;
}
.cred-faq .accordion-button:not(.collapsed) {
    background: var(--color-primario); color: #fff; box-shadow: none;
}
.cred-faq .accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.cred-faq .accordion-button:focus { box-shadow: none; border-color: var(--color-primario); }
.cred-faq .accordion-body {
    color: #4b5563; font-size: 0.95rem; line-height: 1.6;
    padding: 1rem 1.1rem; background: #fff;
}
@media (max-width: 575px) {
    .cred-seo-section { padding: 1.5rem 1.15rem; border-radius: 18px; box-shadow: 3px 3px 0 #111827; }
}
