/* =============================================
   FACTURACION.CSS — Arcadian Support MX
   Mismo sistema visual que el resto del sitio
   GPU-only transitions · contraste AA · 60 fps
   ============================================= */
.text-white-force { color: #ffffff !important; }
.text-light-force { color: #cbd5e1 !important; }
.section-padding { padding: 90px 10%; }
.text-center     { text-align: center; }
.section-title {
    color: var(--text-title, #0f172a);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.2;
}
.sec-desc {
    color: var(--text-p, #64748b);
    margin-bottom: 44px;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--arcadian-blue, #2a6ef2);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.eyebrow-gold { color: var(--arcadian-gold, #f59e0b); }
.fade-up {
    opacity: 0;
    transform: translateY(26px);
    transition:
        opacity   0.7s cubic-bezier(0.33,1,0.68,1),
        transform 0.7s cubic-bezier(0.33,1,0.68,1);
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
/* =============================================
   HERO
   ============================================= */
.hero-facturacion {
    position: relative;
    min-height: 56vh;
    background: linear-gradient(160deg, #060d1f 0%, #0a1530 45%, #0e1f5a 100%);
    display: flex;
    align-items: center;
    padding: 130px 10% 70px;
    overflow: hidden;
}
.hero-facturacion::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(42,110,242,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(42,110,242,0.07) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 70% at 80% 50%, black 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 80% 50%, black 0%, transparent 70%);
    pointer-events: none;
}
.hero-facturacion::after {
    content: '';
    position: absolute;
    top: -60px; left: -60px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(42,110,242,0.12) 0%, transparent 65%);
    pointer-events: none;
}
.hero-fac-stripe {
    position: absolute;
    left: 0; top: 15%; bottom: 15%;
    width: 4px;
    background: linear-gradient(to bottom, transparent, var(--arcadian-blue, #2a6ef2), transparent);
    border-radius: 0 4px 4px 0;
}
.hero-content {
    max-width: 760px;
    position: relative;
    z-index: 2;
    animation: hero-in 0.9s cubic-bezier(0.33,1,0.68,1) both;
}
@keyframes hero-in {
    from { opacity: 0; transform: translateY(32px); }
    to   { opacity: 1; transform: translateY(0); }
}
.hero-fac-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.13);
    color: rgba(255,255,255,0.6);
    padding: 7px 18px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 22px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.hero-fac-pill-dot {
    width: 7px; height: 7px;
    background: #10b981;
    border-radius: 50%;
    flex-shrink: 0;
    animation: dot-pulse 2.2s ease-in-out infinite;
}
@keyframes dot-pulse {
    0%,100% { box-shadow: 0 0 0 0   rgba(16,185,129,0.6); }
    50%      { box-shadow: 0 0 0 5px rgba(16,185,129,0);   }
}
.hero-content h1 {
    font-size: 3.4rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 18px;
    text-shadow: 0 4px 18px rgba(0,0,0,0.45);
}
.hero-fac-accent { color: var(--arcadian-gold, #f59e0b); }
.hero-content > p {
    font-size: 1.1rem;
    color: #94a3b8;
    line-height: 1.72;
    margin-bottom: 36px;
    max-width: 600px;
}
.hero-fac-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 14px 26px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    width: fit-content;
    gap: 0;
}
.hero-fac-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    text-align: center;
}
.hero-fac-stat:first-child { padding-left: 0; }
.hero-fac-stat:last-child  { padding-right: 0; }
.hero-fac-stat strong {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    display: block;
    margin-bottom: 3px;
    letter-spacing: -0.5px;
}
.hero-fac-stat span {
    font-size: 0.66rem;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.hero-fac-stat-div {
    width: 1px; height: 28px;
    background: rgba(255,255,255,0.12);
    flex-shrink: 0;
}
.hero-scroll-hint {
    position: absolute;
    bottom: 28px; left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.25);
    font-size: 0.68rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    animation: bounce-hint 2.4s ease-in-out infinite;
    z-index: 2;
}
@keyframes bounce-hint {
    0%,100% { transform: translateX(-50%) translateY(0); }
    50%      { transform: translateX(-50%) translateY(7px); }
}
/* =============================================
   DATOS FISCALES DE ARCADIAN
   ============================================= */
.fac-datos-section {
    background: #fff;
    padding: 72px 10%;
    border-bottom: 1px solid #e2e8f0;
}
.fac-datos-card {
    max-width: 1000px;
    margin: 0 auto;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    border-radius: 20px;
    padding: 40px 48px;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 44px rgba(30,58,138,0.25);
}
.fac-datos-card::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(245,158,11,0.1) 0%, transparent 65%);
    pointer-events: none;
}
/* ── Card header row ── */
.fac-datos-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.fac-datos-icon-group {
    display: flex;
    align-items: center;
    gap: 20px;
}
.fac-identity-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.fac-identity-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    white-space: nowrap;
}
.pill-blue  { background: rgba(42,110,242,0.18); color: #93c5fd; border: 1px solid rgba(42,110,242,0.3); }
.pill-green { background: rgba(16,185,129,0.14); color: #6ee7b7; border: 1px solid rgba(16,185,129,0.28); }
.fac-datos-icon {
    width: 72px; height: 72px;
    background: rgba(245,158,11,0.12);
    border: 1px solid rgba(245,158,11,0.25);
    border-radius: 18px;
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem;
    color: var(--arcadian-gold, #f59e0b);
    flex-shrink: 0;
}
.fac-datos-text { min-width: 180px; position: relative; z-index: 1; }
.fac-datos-text h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--arcadian-gold, #f59e0b);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
}
.fac-datos-text p {
    font-size: 0.82rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}
/* ── PFIA accordion inside card ── */
.datos-pfia-accordion {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.07);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    position: relative;
    z-index: 1;
}
.datos-pfia-toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 13px 0;
    display: flex;
    align-items: center;
    gap: 11px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: #93c5fd;
    text-align: left;
    transition: color 0.2s ease;
}
.datos-pfia-toggle:hover { color: #bfdbfe; }
.datos-pfia-icon  { color: var(--arcadian-blue, #2a6ef2); font-size: 1rem; flex-shrink: 0; }
.datos-pfia-chevron { margin-left: auto; flex-shrink: 0; transition: transform 0.32s ease; font-size: 0.78rem; color: #475569; }
.datos-pfia-accordion.open .datos-pfia-chevron { transform: rotate(180deg); color: #93c5fd; }
.datos-pfia-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.42s ease, padding 0.42s ease;
}
.datos-pfia-accordion.open .datos-pfia-body {
    max-height: 220px;
    padding-bottom: 14px;
}
.datos-pfia-body p {
    font-size: 0.87rem;
    color: #64748b;
    line-height: 1.68;
    margin: 0;
}
.datos-pfia-body p strong { color: #93c5fd; }
/* ── Dato chips PFIA / 626 ── */
.dato-chip {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    margin-right: 7px;
    vertical-align: middle;
}
.chip-blue  { background: rgba(42,110,242,0.2); color: #93c5fd; border: 1px solid rgba(42,110,242,0.3); }
.chip-green { background: rgba(16,185,129,0.16); color: #6ee7b7; border: 1px solid rgba(16,185,129,0.28); }
/* ── Dato value row + copy button ── */
.dato-value-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dato-value-row p { margin: 0; flex: 1; }
.dato-copy-btn {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.09);
    color: #475569;
    width: 30px; height: 30px;
    border-radius: 7px;
    cursor: pointer;
    font-size: 0.8rem;
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s cubic-bezier(0.175,0.885,0.32,1.275);
}
.fac-dato-item.copyable:hover .dato-copy-btn { opacity: 1; }
.dato-copy-btn:hover { background: var(--arcadian-blue, #2a6ef2); color: #fff; border-color: var(--arcadian-blue, #2a6ef2); transform: scale(1.1); }
.dato-copy-btn.copied { background: #10b981; border-color: #10b981; color: #fff; opacity: 1; transform: scale(1.1); }
/* ── Protected dato row ── */
.fac-dato-protected {
    background: rgba(42,110,242,0.08) !important;
    border-color: rgba(42,110,242,0.22) !important;
}
.fac-dato-protected label { color: #94a3b8 !important; }
.dato-lock-anim {
    margin-right: 6px;
    animation: lock-glow 3s ease-in-out infinite;
}
@keyframes lock-glow {
    0%,100% { filter: drop-shadow(0 0 0   rgba(42,110,242,0)); }
    50%      { filter: drop-shadow(0 0 5px rgba(42,110,242,0.65)); }
}
.dato-protected-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px;
}
.dato-redacted-dots {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-shrink: 0;
}
.dato-redacted-dots span {
    width: 8px; height: 8px;
    background: rgba(148,163,184,0.28);
    border-radius: 50%;
    display: inline-block;
    animation: redacted-pulse 2s ease-in-out infinite;
}
.dato-redacted-dots span:nth-child(2) { animation-delay: 0.14s; }
.dato-redacted-dots span:nth-child(3) { animation-delay: 0.28s; }
.dato-redacted-dots span:nth-child(4) { animation-delay: 0.42s; }
.dato-redacted-dots span:nth-child(5) { animation-delay: 0.56s; }
.dato-redacted-dots span:nth-child(6) { animation-delay: 0.70s; }
.dato-redacted-dots span:nth-child(7) { animation-delay: 0.84s; }
.dato-redacted-dots span:nth-child(8) { animation-delay: 0.98s; }
@keyframes redacted-pulse {
    0%,100% { opacity: 0.3; transform: scale(1); }
    50%      { opacity: 0.8; transform: scale(1.25); }
}
.dato-protected-row p {
    font-size: 0.87rem;
    color: #94a3b8;
    line-height: 1.55;
    margin: 0;
    font-weight: 400;
}
.dato-wa-link {
    color: #10b981 !important;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
}
.dato-wa-link:hover { color: #34d399 !important; }
.fac-datos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 16px;
    position: relative; z-index: 1;
    width: 100%;
    margin-top: 20px;
}
.fac-dato-item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 14px 18px;
    transition: background 0.22s ease, border-color 0.22s ease;
}
.fac-dato-item:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(245,158,11,0.25);
}
.fac-dato-item label {
    display: block;
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #475569;
    margin-bottom: 5px;
}
.fac-dato-item p {
    font-size: 0.97rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    font-family: 'Inter', monospace;
}
.fac-dato-item p.mono { font-family: monospace; letter-spacing: 0.5px; font-size: 1.05rem; }
/* =============================================
   PASOS (HOW TO)
   ============================================= */
.steps-section {
    background: #f8fafc;
    padding: 90px 10%;
    border-bottom: 1px solid #e2e8f0;
}
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}
.step-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    border: 1px solid #e2e8f0;
    border-top: 3px solid var(--arcadian-blue, #2a6ef2);
    position: relative;
    transition:
        transform  0.32s cubic-bezier(0.33,1,0.68,1),
        box-shadow 0.32s ease;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}
.step-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 40px rgba(42,110,242,0.1);
}
.step-card.featured-step {
    border-top-color: var(--arcadian-gold, #f59e0b);
    background: linear-gradient(180deg, #fffcf0 0%, #fff 100%);
}
.step-card.featured-step:hover {
    box-shadow: 0 20px 40px rgba(245,158,11,0.12);
}
.step-number {
    position: absolute;
    top: -18px; left: 50%;
    transform: translateX(-50%);
    width: 36px; height: 36px;
    background: var(--arcadian-blue, #2a6ef2);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    border: 3px solid #f8fafc;
    box-shadow: 0 4px 10px rgba(42,110,242,0.25);
}
.featured-step .step-number {
    background: var(--arcadian-gold, #f59e0b);
    color: #000;
    border-color: #fffcf0;
    box-shadow: 0 4px 10px rgba(245,158,11,0.3);
}
.step-icon {
    font-size: 2.2rem;
    color: var(--arcadian-blue, #2a6ef2);
    margin-bottom: 18px;
    margin-top: 8px;
    display: block;
    transition: transform 0.28s cubic-bezier(0.175,0.885,0.32,1.275);
}
.featured-step .step-icon { color: var(--arcadian-gold, #f59e0b); }
.step-card:hover .step-icon { transform: scale(1.15) rotate(-5deg); }
.step-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text-title, #0f172a);
    margin-bottom: 12px;
}
.step-card p {
    color: var(--text-p, #64748b);
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 0;
}
/* =============================================
   FORMULARIO CFDI 4.0
   ============================================= */
.billing-form-section {
    background: #f1f5f9;
    padding: 90px 10%;
    border-top: 1px solid #e2e8f0;
}
.form-card-premium {
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 24px 56px rgba(11,19,43,0.09);
    overflow: hidden;
    border: 1px solid #cbd5e1;
}
.form-card-header {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    padding: 34px 44px;
    border-bottom: 4px solid var(--arcadian-gold, #f59e0b);
    position: relative;
    overflow: hidden;
}
.form-card-header::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 240px; height: 240px;
    background: radial-gradient(circle, rgba(245,158,11,0.08) 0%, transparent 65%);
    pointer-events: none;
}
.header-title-force {
    font-size: 1.65rem !important;
    margin-bottom: 8px !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    color: #fff !important;
    position: relative; z-index: 1;
}
.icon-gold-force { color: var(--arcadian-gold, #f59e0b) !important; }
.header-desc-force {
    color: #64748b !important;
    font-size: 0.92rem !important;
    margin: 0 !important;
    position: relative; z-index: 1;
}
.form-card-body { padding: 44px; }
.form-title {
    color: var(--text-title, #0f172a);
    font-size: 1.15rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
}
.form-icon-blue { color: var(--arcadian-blue, #2a6ef2); }
.form-divider   { border: 0; height: 1px; background: #e2e8f0; margin-bottom: 28px; }
.corporate-form { display: flex; flex-direction: column; gap: 22px; }
.form-row { display: flex; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 7px; flex: 1; text-align: left; }
.form-group label { font-size: 0.88rem; font-weight: 700; color: #334155; }
.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 0.97rem;
    color: var(--text-title, #0f172a);
    background: #f8fafc;
    width: 100%;
    box-sizing: border-box;
    transition:
        border-color 0.22s ease,
        background   0.22s ease,
        box-shadow   0.22s ease;
}
.form-group select { cursor: pointer; }
.form-group optgroup { font-weight: 800; color: #1e3a8a; background: #f1f5f9; }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--arcadian-blue, #2a6ef2);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(42,110,242,0.1);
}
.sla-notice {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-left: 4px solid var(--arcadian-blue, #2a6ef2);
    padding: 18px 20px;
    border-radius: 10px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.sla-icon i { color: var(--arcadian-blue, #2a6ef2); font-size: 1.4rem; }
.sla-text { font-size: 0.9rem; color: #1e293b; line-height: 1.6; }
.sla-text strong { color: var(--arcadian-blue, #2a6ef2); font-weight: 800; }
.btn-submit-form {
    background: var(--arcadian-gold, #f59e0b);
    color: #000;
    border: none;
    padding: 18px;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 800;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 10px 24px rgba(245,158,11,0.3);
    position: relative;
    overflow: hidden;
    transition:
        transform    0.22s cubic-bezier(0.33,1,0.68,1),
        box-shadow   0.22s ease,
        background   0.22s ease;
}
.btn-submit-form:hover:not(:disabled) {
    background: #fbbf24;
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(245,158,11,0.45);
    color: #000;
}
.btn-submit-form:disabled { cursor: not-allowed; opacity: 0.92; }
.btn-submit-icon { transition: transform 0.3s ease; }
.btn-submit-form.is-loading .btn-submit-icon {
    animation: btn-icon-fly 1s ease-in-out infinite;
}
@keyframes btn-icon-fly {
    0%   { transform: translateX(0) translateY(0); opacity: 1; }
    50%  { transform: translateX(6px) translateY(-4px); opacity: 0.6; }
    100% { transform: translateX(0) translateY(0); opacity: 1; }
}
.btn-submit-form.is-loading::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
    transform: translateX(-100%);
    animation: btn-sweep 1.1s ease-in-out infinite;
}
@keyframes btn-sweep { 100% { transform: translateX(100%); } }
/* =============================================
   POLÍTICAS ADMINISTRATIVAS
   ============================================= */
.policies-section {
    background: #fff;
    padding: 90px 10%;
    border-top: 1px solid #e2e8f0;
}
.policies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}
.policy-card {
    background: #fff;
    padding: 36px 28px;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
    border: 1px solid #e2e8f0;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition:
        transform  0.32s cubic-bezier(0.33,1,0.68,1),
        box-shadow 0.32s ease;
}
.policy-card:hover { transform: translateY(-7px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
.policy-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 3px;
}
.policy-card:nth-child(1)::before { background: linear-gradient(90deg, #f59e0b, #ef4444); }
.policy-card:nth-child(2)::before { background: linear-gradient(90deg, #8b5cf6, #ec4899); }
.policy-card:nth-child(3)::before { background: linear-gradient(90deg, #10b981, #14b8a6); }
.policy-icon-wrapper {
    width: 64px; height: 64px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.65rem;
    color: #fff;
    transition: transform 0.28s cubic-bezier(0.175,0.885,0.32,1.275);
}
.policy-card:hover .policy-icon-wrapper { transform: scale(1.1) rotate(-6deg); }
.policy-card:nth-child(1) .policy-icon-wrapper { background: linear-gradient(135deg, #f59e0b, #ef4444); box-shadow: 0 8px 18px rgba(239,68,68,0.18); }
.policy-card:nth-child(2) .policy-icon-wrapper { background: linear-gradient(135deg, #8b5cf6, #ec4899); box-shadow: 0 8px 18px rgba(139,92,246,0.18); }
.policy-card:nth-child(3) .policy-icon-wrapper { background: linear-gradient(135deg, #10b981, #14b8a6); box-shadow: 0 8px 18px rgba(16,185,129,0.18); }
.policy-card h4 { font-size: 1.1rem; font-weight: 800; color: var(--text-title, #0f172a); margin-bottom: 12px; }
.policy-card p  { color: var(--text-p, #64748b); font-size: 0.9rem; line-height: 1.65; margin: 0; }
.policy-card strong { color: var(--text-title, #0f172a); font-weight: 800; }
/* =============================================
   CUENTAS BANCARIAS
   ============================================= */
.bank-accounts-section {
    background: #f3f4f6;
    padding: 90px 10%;
    border-top: 1px solid #e2e8f0;
}
.security-badge-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0fdf4;
    color: #166534;
    padding: 9px 18px;
    border-radius: 50px;
    font-size: 0.84rem;
    font-weight: 700;
    border: 1px solid #bbf7d0;
    margin-top: 12px;
}
.security-badge-inline i { color: #15803d; }
.bank-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}
.bank-card {
    border-radius: 20px;
    padding: 32px 36px;
    position: relative;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    transition:
        transform  0.32s cubic-bezier(0.33,1,0.68,1),
        box-shadow 0.32s ease,
        border-color 0.32s ease;
}
.bank-bbva-main {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border: 1px solid #334155;
    box-shadow: 0 16px 36px rgba(0,0,0,0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}
.bank-bbva-main:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(245,158,11,0.14);
    border-color: rgba(245,158,11,0.4);
}
.bank-badge {
    position: absolute;
    top: -13px; left: 28px;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    color: #000;
    padding: 5px 18px;
    border-radius: 20px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.8px;
}
.badge-dark {
    background: #0f172a;
    color: #fff;
    border: 1px solid #334155;
}
.official-bank .bank-header {
    display: flex;
    align-items: center;
    gap: 14px;
}
.bank-bbva-main .bank-header i  { font-size: 2.4rem; color: var(--arcadian-gold, #f59e0b); }
.bank-bbva-main .bank-header h3 { font-size: 2rem; font-weight: 800; color: #fff; margin: 0; letter-spacing: 1px; }
.official-bank .bank-details { display: flex; gap: 36px; flex-wrap: wrap; align-items: center; }
.official-bank .bank-details > div { display: flex; flex-direction: column; gap: 4px; }
.official-bank .bank-details span { font-size: 0.72rem; color: #475569; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
.official-bank .bank-details p   { margin: 0; font-size: 1.1rem; font-weight: 700; color: #fff; }
.official-bank .clabe-highlight p {
    font-size: 1.3rem;
    color: var(--arcadian-gold, #f59e0b);
    letter-spacing: 1px;
    font-family: monospace;
    white-space: nowrap;
    margin: 0;
}
.bank-santander-catalog {
    background: linear-gradient(135deg, #fcd34d 0%, #d97706 100%);
    border: 1px solid #b45309;
    box-shadow: 0 14px 28px rgba(217,119,6,0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}
.bank-santander-catalog:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(217,119,6,0.3);
    border-color: #000;
}
.bank-santander-catalog .bank-header i  { font-size: 2.4rem; color: #000; }
.bank-santander-catalog .bank-header h3 { font-size: 2rem; font-weight: 800; color: #000; margin: 0; }
.bank-santander-catalog .bank-details span { color: #78350f; }
.bank-santander-catalog .bank-details p   { color: #000; }
.bank-santander-catalog .clabe-highlight p { color: #000; font-weight: 800; }
.catalog-note {
    width: 100%;
    font-size: 0.86rem;
    font-weight: 700;
    color: #78350f;
    background: rgba(255,255,255,0.28);
    padding: 8px 14px;
    border-radius: 8px;
    margin-bottom: -8px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.clabe-row { display: flex; align-items: center; gap: 14px; margin-top: 5px; flex-wrap: nowrap; }
.btn-copy-clabe {
    background: rgba(255,255,255,0.08);
    border: 1px solid var(--arcadian-gold, #f59e0b);
    color: var(--arcadian-gold, #f59e0b);
    padding: 7px 14px;
    border-radius: 7px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    transition:
        background    0.22s ease,
        color         0.22s ease,
        box-shadow    0.22s ease;
}
.btn-copy-clabe:hover { background: var(--arcadian-gold, #f59e0b); color: #000; box-shadow: 0 0 10px rgba(245,158,11,0.35); }
.btn-copy-clabe.copied { background: #10b981; border-color: #10b981; color: #fff; }
.clabe-dark { border-color: #000; color: #000; background: rgba(0,0,0,0.05); }
.clabe-dark:hover { background: #000; color: var(--arcadian-gold, #f59e0b); }
.backup-banks-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 8px;
}
.backup-title {
    font-size: 1.3rem;
    color: var(--text-title, #0f172a);
    font-weight: 800;
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
}
.backup-bank-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    background: #fff;
    padding: 18px 26px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    border-left: 4px solid var(--arcadian-blue, #2a6ef2);
    box-shadow: 0 4px 14px rgba(0,0,0,0.03);
    transition:
        transform      0.28s cubic-bezier(0.33,1,0.68,1),
        border-color   0.28s ease,
        box-shadow     0.28s ease;
}
.backup-bank-row:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
    border-left-color: var(--arcadian-gold, #f59e0b);
}
.backup-col-brand { display: flex; align-items: center; gap: 14px; min-width: 230px; }
.brand-icon       { font-size: 1.8rem; color: #64748b; }
.backup-col-brand h4   { font-size: 1rem; font-weight: 800; color: var(--text-title, #0f172a); margin: 0 0 2px; }
.backup-col-brand span { font-size: 0.76rem; color: var(--text-p, #64748b); font-weight: 600; }
.backup-col-info { display: flex; flex-direction: column; gap: 2px; min-width: 140px; }
.backup-col-info span { font-size: 0.72rem; color: var(--text-p, #64748b); font-weight: 700; text-transform: uppercase; }
.backup-col-info p    { font-size: 1rem; font-weight: 800; color: var(--text-title, #0f172a); margin: 0; font-family: monospace; }
.backup-col-action { display: flex; align-items: center; }
.clabe-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    padding: 8px 14px;
    border-radius: 9px;
    border: 1px solid #e2e8f0;
}
.clabe-box span { font-size: 0.72rem; color: var(--text-p, #64748b); font-weight: 700; text-transform: uppercase; }
.clabe-box p    { font-family: monospace; font-size: 1rem; font-weight: 800; color: var(--arcadian-blue, #2a6ef2); margin: 0; white-space: nowrap; }
.btn-copy-small {
    background: #fff;
    border: 1px solid #cbd5e1;
    color: var(--text-p, #64748b);
    padding: 6px 11px;
    border-radius: 7px;
    cursor: pointer;
    transition:
        background    0.22s ease,
        color         0.22s ease,
        border-color  0.22s ease;
}
.btn-copy-small:hover  { background: var(--arcadian-blue, #2a6ef2); color: #fff; border-color: var(--arcadian-blue, #2a6ef2); }
.btn-copy-small.copied { background: #10b981; border-color: #10b981; color: #fff; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 0.82rem; }
.payment-notes-container {
    max-width: 1100px;
    margin: 36px auto 0;
    background: #fff;
    padding: 22px 28px;
    border-radius: 14px;
    border-left: 4px solid var(--arcadian-gold, #f59e0b);
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.03);
}
.payment-notes-container p { margin: 0; color: var(--text-p, #64748b); font-size: 0.93rem; line-height: 1.6; }
.payment-notes-container i { color: var(--arcadian-gold, #f59e0b); margin-right: 8px; }
/* =============================================
   FAQ FISCAL
   ============================================= */
.faq-fac-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 90px 10%;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.faq-fac-section .section-title { color: #fff; }
.faq-fac-section .sec-desc      { color: #64748b; }
.faq-fac-section .eyebrow       { color: var(--arcadian-gold, #f59e0b); }
.faq-fac-container { max-width: 820px; margin: 0 auto; }
.faq-item {
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 13px;
    margin-bottom: 13px;
    overflow: hidden;
    background: rgba(255,255,255,0.025);
    transition:
        background     0.25s ease,
        border-color   0.25s ease,
        box-shadow     0.25s ease;
}
.faq-item:hover {
    background: rgba(255,255,255,0.04);
    border-color: rgba(245,158,11,0.2);
}
.faq-item.active {
    background: rgba(245,158,11,0.04);
    border-color: rgba(245,158,11,0.35);
    box-shadow: 0 8px 28px rgba(245,158,11,0.08);
}
.faq-question {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 15px;
}
.faq-icon-pre {
    font-size: 1.2rem;
    color: var(--arcadian-gold, #f59e0b);
    flex-shrink: 0;
}
.faq-question h4 {
    font-size: 1rem;
    color: #e2e8f0;
    font-weight: 600;
    margin: 0;
    flex: 1;
    line-height: 1.4;
}
.faq-chevron {
    color: #475569;
    font-size: 0.88rem;
    flex-shrink: 0;
    transition: transform 0.35s cubic-bezier(0.33,1,0.68,1), color 0.25s ease;
}
.faq-item.active .faq-chevron {
    transform: rotate(180deg);
    color: var(--arcadian-gold, #f59e0b);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}
.faq-item.active .faq-answer {
    max-height: 320px;
    padding: 0 24px 22px 60px;
    border-top: 1px solid rgba(245,158,11,0.1);
}
.faq-answer p {
    color: #64748b;
    line-height: 1.68;
    font-size: 0.92rem;
    margin: 14px 0 0;
}
.faq-answer strong { color: #94a3b8; font-weight: 700; }
/* =============================================
   VALIDACIÓN LEGAL / SAT
   ============================================= */
.legal-verification-section {
    background: #fff;
    padding: 90px 10%;
    border-top: 1px solid #e2e8f0;
}
.legal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}
.legal-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 36px 32px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.06);
    border-top: 3px solid var(--arcadian-gold, #f59e0b);
    text-align: left;
    transition:
        transform  0.32s cubic-bezier(0.33,1,0.68,1),
        box-shadow 0.32s ease;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}
.legal-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(245,158,11,0.1);
}
.legal-icon {
    font-size: 2.2rem;
    color: var(--arcadian-gold, #f59e0b);
    margin-bottom: 20px;
    display: block;
    filter: drop-shadow(0 0 8px rgba(245,158,11,0.35));
}
.legal-card h4 { font-size: 1.15rem; color: #fff; margin-bottom: 14px; font-weight: 800; }
.legal-card p  { color: #64748b; font-size: 0.9rem; line-height: 1.68; margin-bottom: 24px; }
.legal-card strong { color: var(--arcadian-gold, #f59e0b); font-weight: 700; }
.btn-sat-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: transparent;
    color: var(--arcadian-gold, #f59e0b);
    padding: 10px 22px;
    border: 2px solid var(--arcadian-gold, #f59e0b);
    border-radius: 9px;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition:
        background  0.22s ease,
        color       0.22s ease,
        transform   0.22s cubic-bezier(0.33,1,0.68,1),
        box-shadow  0.22s ease;
}
.btn-sat-link:hover {
    background: var(--arcadian-gold, #f59e0b);
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(245,158,11,0.3);
}
/* =============================================
   BENEFICIARIO BANCARIO — PFIA
   ============================================= */
.bank-bene-wrap { display: flex; flex-direction: column; gap: 5px; }
.bank-pfia-verify-link {
    font-size: 0.71rem;
    color: rgba(255,255,255,0.38);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    transition: color 0.2s ease;
    white-space: nowrap;
}
.bank-pfia-verify-link:hover { color: rgba(255,255,255,0.7); }

/* =============================================
   PFIA — PERSONA FÍSICA CON ACT. EMPRESARIAL
   Componentes de transparencia fiscal
   ============================================= */

/* Banner explicativo en sección Datos Fiscales */
.pfia-notice-banner {
    max-width: 1000px;
    margin: 0 auto 32px;
    background: linear-gradient(135deg, rgba(42,110,242,0.05), rgba(42,110,242,0.09));
    border: 1px solid rgba(42,110,242,0.18);
    border-left: 4px solid var(--arcadian-blue, #2a6ef2);
    border-radius: 14px;
    padding: 22px 28px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
}
.pfia-notice-icon {
    font-size: 1.5rem;
    color: var(--arcadian-blue, #2a6ef2);
    flex-shrink: 0;
    margin-top: 2px;
}
.pfia-notice-text strong {
    font-size: 0.96rem;
    color: var(--text-title, #0f172a);
    font-weight: 800;
    display: block;
    margin-bottom: 8px;
}
.pfia-notice-text p {
    font-size: 0.88rem;
    color: var(--text-p, #64748b);
    line-height: 1.68;
    margin: 0;
}
.pfia-notice-text p strong {
    color: var(--arcadian-blue, #2a6ef2);
    display: inline;
    font-size: inherit;
    margin-bottom: 0;
}

/* Aviso en la sección de cuentas bancarias */
.bank-pfia-notice {
    max-width: 1100px;
    margin: 0 auto 28px;
    background: rgba(245,158,11,0.06);
    border: 1px solid rgba(245,158,11,0.22);
    border-left: 4px solid var(--arcadian-gold, #f59e0b);
    border-radius: 12px;
    padding: 16px 22px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.bank-pfia-notice > i {
    color: var(--arcadian-gold, #f59e0b);
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 3px;
}
.bank-pfia-notice p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--text-p, #64748b);
    line-height: 1.65;
}
.bank-pfia-notice p strong { color: var(--text-title, #0f172a); }
.bank-pfia-notice a {
    color: var(--arcadian-gold, #f59e0b);
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.bank-pfia-notice a:hover { opacity: 0.8; }

/* Campo Beneficiario en tarjetas bancarias */
.pfia-beneficiary-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.pfia-beneficiary-name {
    margin: 0;
    font-size: 0.97rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
.pfia-beneficiary-sub {
    font-size: 0.72rem;
    color: #94a3b8;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.pfia-beneficiary-sub a {
    color: #10b981;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
}
.pfia-beneficiary-sub a:hover { color: #34d399; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1000px) {
    .steps-grid    { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
    .policies-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
    .legal-grid    { grid-template-columns: 1fr; }
    .fac-datos-card { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 900px) {
    .hero-facturacion { padding: 120px 6% 60px; min-height: auto; }
    .hero-content h1  { font-size: 2.6rem; }
    .hero-fac-stats   { display: none; }
    .backup-bank-row  { flex-direction: column; align-items: flex-start; gap: 14px; padding: 18px 20px; }
    .clabe-box        { width: 100%; justify-content: space-between; }
    .official-bank    { flex-direction: column; align-items: flex-start; }
    .official-bank .bank-details { flex-direction: column; gap: 18px; width: 100%; }
}
@media (max-width: 768px) {
    .section-padding, .billing-form-section,
    .policies-section, .bank-accounts-section,
    .faq-fac-section, .legal-verification-section,
    .fac-datos-section, .steps-section { padding: 60px 5%; }
    .form-row         { flex-direction: column; }
    .form-card-header { padding: 26px 22px; }
    .form-card-body   { padding: 26px 22px; }
    .hero-content h1  { font-size: 2.1rem; }
    .section-title    { font-size: 2rem; }
    .fac-datos-grid   { grid-template-columns: 1fr 1fr; }
    .faq-item.active .faq-answer { padding-left: 24px; }
    .pfia-notice-banner { flex-direction: column; gap: 12px; padding: 18px 20px; }
    .bank-pfia-notice   { flex-direction: column; gap: 10px; }
}
@media (max-width: 480px) {
    .hero-content h1  { font-size: 1.8rem; }
    .fac-datos-grid   { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.001ms !important;
        transition-duration: 0.001ms !important;
    }
}