/* Fase 2 - Home comercial PaymentChile */
.payment-home {
    font-family: Arial, Helvetica, sans-serif;
    color: #212121;
    background: #ffffff;
}
.payment-home h1,
.payment-home h2,
.payment-home h3,
.payment-home h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #1f1f1f;
    letter-spacing: -0.02em;
}
.payment-home p {
    color: #666666;
    line-height: 1.75;
    font-size: 16px;
}
.pc-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(31, 31, 31, .91), rgba(254, 108, 13, .78)), url('../images/banner2.jpg') center center / cover no-repeat;
    overflow: hidden;
}
.pc-hero:after {
    content: '';
    position: absolute;
    right: -130px;
    top: -130px;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}
.pc-hero-container {
    position: relative;
    z-index: 2;
    padding-top: 90px;
    padding-bottom: 90px;
}
.pc-eyebrow {
    display: inline-block;
    padding: 8px 14px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.pc-eyebrow.dark {
    color: #fe6c0d;
    background: #fff3eb;
}
.pc-hero h1 {
    max-width: 760px;
    color: #ffffff;
    font-size: 50px;
    line-height: 1.12;
    font-weight: 800;
    margin: 0 0 22px;
}
.pc-hero-text {
    max-width: 680px;
    color: rgba(255, 255, 255, .88) !important;
    font-size: 18px !important;
    margin-bottom: 30px;
}
.pc-hero-actions,
.pc-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.pc-btn {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all .2s ease;
}
.pc-btn-primary {
    background: #fe6c0d;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(254, 108, 13, .32);
}
.pc-btn-primary:hover {
    transform: translateY(-2px);
    background: #e85f07;
}
.pc-btn-secondary {
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, .45);
    background: rgba(255, 255, 255, .08);
}
.pc-btn-light {
    color: #d95400 !important;
    background: #ffffff;
}
.pc-trust-row {
    margin-top: 26px;
    color: rgba(255, 255, 255, .9);
    font-weight: 600;
}
.pc-trust-row i { color: #77e6a3; margin-right: 6px; }
.pc-hero-card {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,250,246,.96));
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 28px;
    padding: 26px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .26);
    backdrop-filter: blur(14px);
}
.pc-hero-card:before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(254, 108, 13, .12);
}
.pc-card-topbar {
    display: flex;
    gap: 7px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}
.pc-card-topbar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e2e8f0;
}
.pc-card-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    font-size: 13px;
    font-weight: 800;
    color: #fe6c0d;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 18px;
}
.pc-card-header > div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pc-card-header small {
    padding: 7px 10px;
    border-radius: 999px;
    background: #fff3eb;
    color: #d95400;
    font-size: 11px;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
}
.pc-status-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 6px rgba(16, 185, 129, .12);
}
.pc-payment-preview {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
    margin-bottom: 16px;
    border-radius: 20px;
    background: #1f2937;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 34px rgba(31,41,55,.18);
}
.pc-preview-label {
    display: block;
    color: rgba(255,255,255,.58);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}
.pc-payment-preview strong {
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.25;
}
.pc-preview-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(16, 185, 129, .16);
    color: #6ee7b7;
    font-size: 12px;
    font-weight: 800;
}
.pc-mini-metrics {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 14px;
}
.pc-mini-metrics div {
    padding: 13px 10px;
    border: 1px solid #edf0f4;
    border-radius: 16px;
    background: #ffffff;
    text-align: center;
}
.pc-mini-metrics strong {
    display: block;
    color: #1f1f1f;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 6px;
}
.pc-mini-metrics span {
    color: #7a8492;
    font-size: 11px;
    font-weight: 700;
}
.pc-step {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #e8edf3;
}
.pc-step-number {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fff3eb;
    color: #fe6c0d !important;
    font-size: 13px;
    font-weight: 900;
}
.pc-step strong {
    display: block;
    color: #1f1f1f;
    font-size: 17px;
    margin-bottom: 4px;
}
.pc-step-text {
    display: block;
    color: #777777;
    line-height: 1.55;
}
.pc-card-footer {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 18px;
    padding: 15px 16px;
    border-radius: 15px;
    background: linear-gradient(135deg, #fe6c0d, #d95400);
    color: #ffffff !important;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 14px 28px rgba(254, 108, 13, .24);
}
.pc-card-footer:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(254, 108, 13, .32);
}
.pc-section {
    padding: 90px 0;
}
.pc-section-heading {
    margin-bottom: 42px;
}
.pc-section-heading h2,
.pc-process h2,
.pc-faq h2 {
    font-size: 36px;
    line-height: 1.22;
    font-weight: 800;
    margin: 0 0 14px;
}
.pc-section-heading p {
    max-width: 780px;
    margin: 0 auto;
}
.pc-benefits { background: #fffaf6; }
.pc-feature-card,
.pc-method-card,
.pc-faq-item {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 12px 34px rgba(16, 24, 40, .06);
}
.pc-feature-card i {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #fff3eb;
    color: #fe6c0d;
    font-size: 22px;
    margin-bottom: 18px;
}
.pc-feature-card h3,
.pc-method-card h3,
.pc-faq-item h3 {
    font-size: 21px;
    font-weight: 800;
    margin: 0 0 10px;
}
.pc-payment-methods { background: #ffffff; }
.pc-method-card {
    display: block;
    min-height: 265px;
    color: inherit;
    text-decoration: none !important;
    transition: all .2s ease;
}
.pc-method-card:hover {
    transform: translateY(-4px);
    border-color: #ffc49f;
    box-shadow: 0 18px 40px rgba(16, 24, 40, .10);
}
.pc-method-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, #fe6c0d, #c94f04);
    font-size: 22px;
    margin-bottom: 20px;
}
.pc-method-card small {
    color: #fe6c0d;
    font-weight: 800;
}
.pc-process {
    background: #fffaf6;
}
.pc-process .pc-btn { margin-top: 18px; }
.pc-timeline {
    background: #ffffff;
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 18px 44px rgba(16, 24, 40, .07);
}
.pc-timeline-item {
    display: flex;
    gap: 18px;
    padding: 22px;
    border-bottom: 1px solid #e8edf3;
}
.pc-timeline-item:last-child { border-bottom: 0; }
.pc-timeline-item > span {
    min-width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fe6c0d;
    color: #ffffff;
    font-weight: 800;
}
.pc-timeline-item h3 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
}
.pc-timeline-item p { margin: 0; }
.pc-platforms { background: #ffffff; }
.pc-platform-list a {
    display: block;
    text-align: center;
    padding: 18px 12px;
    margin-bottom: 15px;
    border-radius: 14px;
    background: #fffaf6;
    border: 1px solid #e8edf3;
    color: #212121;
    font-weight: 800;
    text-decoration: none !important;
}
.pc-platform-list a:hover {
    background: #fe6c0d;
    color: #ffffff;
}
.pc-cases {
    background: #fffaf6;
    padding-bottom: 70px;
}
.pc-case-grid { padding: 0 20px; }
.pc-case-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 30px;
    min-height: 250px;
    background: #1f1f1f;
    box-shadow: 0 16px 38px rgba(16, 24, 40, .14);
}
.pc-case-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    opacity: .82;
    transition: transform .25s ease;
}
.pc-case-card:hover img { transform: scale(1.05); }
.pc-case-card div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px;
    background: linear-gradient(180deg, rgba(16, 24, 40, 0), rgba(16, 24, 40, .88));
}
.pc-case-card h3,
.pc-case-card p {
    color: #ffffff;
    margin: 0;
}
.pc-case-card h3 { font-size: 21px; font-weight: 800; }
.pc-case-card p { opacity: .86; }
.pc-faq { background: #ffffff; }
.pc-faq-item { padding: 24px 28px; margin-bottom: 18px; }
.pc-faq-item p { margin: 0; }
.pc-final-cta {
    padding: 85px 0;
    background: linear-gradient(135deg, #1f1f1f, #fe6c0d);
}
.pc-final-cta h2 {
    color: #ffffff;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 14px;
}
.pc-final-cta p {
    color: rgba(255, 255, 255, .9);
    margin-bottom: 25px;
}
@media (max-width: 991px) {
    .pc-hero { min-height: auto; }
    .pc-hero h1 { font-size: 40px; }
    .pc-hero-card { margin-top: 40px; }
    .pc-section { padding: 70px 0; }
}
@media (max-width: 767px) {
    .pc-hero-container { padding-top: 60px; padding-bottom: 60px; }
    .pc-hero h1 { font-size: 32px; }
    .pc-hero-text { font-size: 16px !important; }
    .pc-hero-actions .pc-btn { width: 100%; text-align: center; }
    .pc-trust-row { display: block; }
    .pc-trust-row span { display: block; margin-bottom: 8px; }
    .pc-section-heading h2,
    .pc-process h2,
    .pc-faq h2,
    .pc-final-cta h2 { font-size: 29px; }
    .pc-timeline-item { padding: 18px 10px; }
    .pc-case-grid { padding: 0 15px; }
    .pc-hero-card { padding: 22px; border-radius: 24px; }
    .pc-card-header { align-items: flex-start; }
    .pc-card-header small { display: none; }
    .pc-mini-metrics { grid-template-columns: 1fr; }
    .pc-step { gap: 12px; }
}


.pc-form-note {
    display: block;
    margin: -6px 0 14px;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 1.45;
}

.pc-modern-form input[type="tel"] {
    width: 100%;
}
