/**
 * Vagga.ai - Página Home
 * CSS extraído de home.html
 * 
 * Este arquivo contém todos os estilos específicos da página home/landing.
 * Para estilos globais, use variables.css e components.css
 */

/* ============================================
   SEÇÃO DE TRANSIÇÃO - WAVE DIVIDERS
   ============================================ */

.section-wave-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    overflow: hidden;
    line-height: 0;
}

.section-wave-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.section-wave-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.section-wave-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

/* ============================================
   GARANTIA / RISK REVERSAL SECTION
   ============================================ */

.guarantee-section {
    background: linear-gradient(180deg, #e2e8f0 0%, #ecfdf5 30%, #d1fae5 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.guarantee-bg-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.guarantee-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.4;
}

.guarantee-shape-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.3) 0%, transparent 70%);
    top: -150px;
    right: -100px;
    animation: float 8s ease-in-out infinite;
}

.guarantee-shape-2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(5, 150, 105, 0.25) 0%, transparent 70%);
    bottom: -100px;
    left: -80px;
    animation: float 6s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

.guarantee-content {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
}

.guarantee-badge {
    margin-bottom: 24px;
    display: inline-block;
    animation: pulse-shield 2s ease-in-out infinite;
}

@keyframes pulse-shield {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.guarantee-shield {
    filter: drop-shadow(0 10px 30px rgba(16, 185, 129, 0.3));
}

.guarantee-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.guarantee-highlight {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.guarantee-subtitle {
    font-size: 1.25rem;
    color: #475569;
    margin: 0 0 32px 0;
    line-height: 1.6;
}

.guarantee-subtitle strong {
    color: #10b981;
    font-weight: 700;
}

.guarantee-features {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.guarantee-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.2);
    font-size: 0.95rem;
    color: #334155;
    font-weight: 500;
    transition: all 0.3s ease;
}

.guarantee-feature:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.25);
}

.guarantee-check {
    color: #10b981;
    font-weight: 700;
    font-size: 1.1rem;
}

.btn-guarantee {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 18px 40px;
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 40px rgba(16, 185, 129, 0.4);
    transition: all 0.3s ease;
}

.btn-guarantee:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 50px rgba(16, 185, 129, 0.5);
}

@media (max-width: 640px) {
    .guarantee-title {
        font-size: 1.75rem;
    }
    .guarantee-subtitle {
        font-size: 1rem;
    }
    .guarantee-features {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .guarantee-feature {
        padding: 10px 16px;
        font-size: 0.875rem;
    }
    .btn-guarantee {
        padding: 16px 32px;
        font-size: 1rem;
    }
}

/* ============================================
   SECTION PRICING - BACKGROUND MELHORADO
   ============================================ */

.section-pricing {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 30%, #f1f5f9 70%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.pricing-bg-decoration {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.pricing-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(180deg, #1e293b 0%, transparent 100%);
    opacity: 0.03;
}

.pricing-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
}

.pricing-bg-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.pricing-bg-glow-1 {
    width: 500px;
    height: 500px;
    background: rgba(99, 102, 241, 0.08);
    top: -200px;
    left: -150px;
    animation: glow-float 10s ease-in-out infinite;
}

.pricing-bg-glow-2 {
    width: 400px;
    height: 400px;
    background: rgba(16, 185, 129, 0.06);
    bottom: -150px;
    right: -100px;
    animation: glow-float 8s ease-in-out infinite reverse;
}

@keyframes glow-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -20px) scale(1.1); }
}

/* Ajuste para container ficar acima do background */
.section-pricing .container {
    position: relative;
    z-index: 1;
}

/* ============================================
   COMPARISON TABLE
   ============================================ */

.comparison-table {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    margin: 32px 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.comparison-header,
.comparison-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 0;
}

.comparison-header {
    background: rgba(0, 0, 0, 0.3);
}

.comparison-col {
    padding: 16px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-label {
    text-align: left;
    font-weight: 600;
    color: white;
}

.comparison-old-header {
    color: #f87171;
    font-weight: 700;
    font-size: 0.9rem;
}

.comparison-new-header {
    color: #10b981;
    font-weight: 700;
    font-size: 0.9rem;
}

.comparison-old {
    color: #fca5a5;
    font-size: 0.95rem;
}

.comparison-new {
    color: #6ee7b7;
    font-weight: 700;
    font-size: 0.95rem;
}

.comparison-row:last-child .comparison-col {
    border-bottom: none;
}

@media (max-width: 640px) {
    .comparison-header,
    .comparison-row {
        grid-template-columns: 1.2fr 1fr 1fr;
    }
    .comparison-col {
        padding: 12px 10px;
        font-size: 0.85rem;
    }
}

/* ============================================
   PRE-INTERVIEW SHOWCASE SECTION
   ============================================ */

.interview-showcase {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.interview-showcase-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.interview-bg-gradient {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(139, 92, 246, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 100%, rgba(99, 102, 241, 0.06) 0%, transparent 50%);
}

.interview-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.interview-bg-orb-1 {
    width: 400px;
    height: 400px;
    background: rgba(139, 92, 246, 0.1);
    top: -100px;
    right: -100px;
    animation: float 10s ease-in-out infinite;
}

.interview-bg-orb-2 {
    width: 300px;
    height: 300px;
    background: rgba(99, 102, 241, 0.08);
    bottom: -50px;
    left: -50px;
    animation: float 8s ease-in-out infinite reverse;
}

.interview-showcase-grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
}

.interview-showcase-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
}

.interview-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.3);
    color: #7c3aed;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.tag-icon {
    font-size: 1rem;
}

.interview-showcase-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.interview-gradient-text {
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 50%, #c4b5fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.interview-showcase-description {
    font-size: 1.15rem;
    color: #475569;
    line-height: 1.7;
    margin: 0 0 32px 0;
}

.interview-showcase-description strong {
    color: #7c3aed;
}

.interview-benefits {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.interview-benefit {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    border: 1px solid rgba(139, 92, 246, 0.2);
    padding: 14px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.08);
}

.interview-benefit:hover {
    border-color: rgba(139, 92, 246, 0.4);
    box-shadow: 0 4px 16px rgba(139, 92, 246, 0.15);
    transform: translateY(-2px);
}

.benefit-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-icon-purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
}

.benefit-icon-green {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.benefit-icon-blue {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: white;
}

.benefit-icon-teal {
    background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
    color: white;
}

.benefit-icon-cyan {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    color: white;
}

.benefit-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}

.benefit-text strong {
    color: #1e293b;
    font-size: 0.9rem;
    font-weight: 600;
}

.benefit-text span {
    color: #64748b;
    font-size: 0.8rem;
}

.benefit-icon-indigo {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: white;
}

.benefit-icon-violet {
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
    color: white;
}

.btn-interview-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 40px rgba(139, 92, 246, 0.3);
    transition: all 0.3s ease;
}

.btn-interview-cta:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 50px rgba(139, 92, 246, 0.4);
}

/* Interview Demo Cards */
.interview-demo-container {
    display: flex;
    flex-direction: row;
    gap: 24px;
    position: relative;
    z-index: 1;
    align-items: stretch;
    width: 100%;
    max-width: 900px;
}

.interview-demo-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(139, 92, 246, 0.15);
    overflow: hidden;
    border: 1px solid rgba(139, 92, 246, 0.2);
    flex: 1;
}

.demo-card-header.demo-card-header-interview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
    border-bottom: none;
}

.interview-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.interview-avatar-small {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.interview-avatar-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interview-header-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.interview-header-name {
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
}

.interview-header-status {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
}

.status-dot {
    width: 6px;
    height: 6px;
    background: #10b981;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

.interview-progress-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    color: white;
}

.interview-chat-body {
    padding: 14px;
    min-height: 220px;
    max-height: 240px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.chat-message {
    max-width: 88%;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 0.8rem;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.chat-message.visible {
    opacity: 1;
    transform: translateY(0);
}

.chat-message-ai {
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
    border: 1px solid #e9d5ff;
    color: #581c87;
    align-self: flex-start;
    border-bottom-left-radius: 4px;
}

.chat-message-user {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
    align-self: flex-end;
    border-bottom-right-radius: 4px;
}

.chat-typing {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 14px;
    background: #f1f5f9;
    border-radius: 12px;
    align-self: flex-end;
    max-width: 60px;
}

.typing-dot {
    width: 6px;
    height: 6px;
    background: #94a3b8;
    border-radius: 50%;
    animation: typing-bounce 1.4s infinite;
}

.typing-dot:nth-child(2) { animation-delay: 0.2s; }
.typing-dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes typing-bounce {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-4px); }
}

/* Interview Demo Arrow */
.interview-demo-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b5cf6;
    flex-shrink: 0;
}

/* Result Card */
.demo-card-header.demo-card-header-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: linear-gradient(135deg, #047857 0%, #059669 100%);
    border-bottom: none;
}

.demo-card-header-result .demo-card-title {
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    margin: 0;
}

.result-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    color: white;
}

.interview-result-body {
    padding: 14px;
    min-height: 220px;
}

.interview-score-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s ease;
}

.interview-score-main.visible {
    opacity: 1;
    transform: scale(1);
}

.score-circle {
    position: relative;
    width: 70px;
    height: 70px;
    margin-bottom: 6px;
}

.score-circle svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}

.score-bg {
    fill: none;
    stroke: #e2e8f0;
    stroke-width: 8;
}

.score-progress {
    fill: none;
    stroke: url(#score-gradient);
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    transition: stroke-dashoffset 1.5s ease-out;
}

.score-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.25rem;
    font-weight: 800;
    color: #10b981;
}

.score-label {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.interview-mini-scores {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
}

.mini-score {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.4s ease;
}

.mini-score.visible {
    opacity: 1;
    transform: translateX(0);
}

.mini-score-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.mini-score-label {
    font-size: 0.7rem;
    color: #64748b;
    font-weight: 500;
}

.mini-score-value {
    font-size: 0.75rem;
    font-weight: 700;
    color: #1e293b;
}

.mini-score-bar {
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
}

.mini-score-fill {
    height: 100%;
    border-radius: 3px;
    width: 0;
    transition: width 1s ease-out;
}

#bar-communication { background: linear-gradient(90deg, #8b5cf6, #a78bfa); }
#bar-critical { background: linear-gradient(90deg, #6366f1, #818cf8); }
#bar-cultural { background: linear-gradient(90deg, #10b981, #34d399); }
#bar-motivation { background: linear-gradient(90deg, #f59e0b, #fbbf24); }

.interview-strengths {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #bbf7d0;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease;
}

.interview-strengths.visible {
    opacity: 1;
    transform: translateY(0);
}

.strengths-header {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    color: #166534;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.strengths-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.strength-tag {
    background: white;
    border: 1px solid #86efac;
    color: #166534;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 500;
}

/* Interview Result Card Initial State */
.interview-result-card {
    opacity: 0.5;
    transform: scale(0.95);
    transition: all 0.5s ease;
}

.interview-result-card.active {
    opacity: 1;
    transform: scale(1);
}

/* Responsive */
@media (max-width: 1024px) {
    .interview-demo-container {
        flex-direction: column;
        max-width: 400px;
    }

    .interview-demo-arrow {
        transform: rotate(90deg);
    }

    .interview-showcase-title {
        font-size: 2.25rem;
    }

    .interview-benefits {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 640px) {
    .interview-showcase {
        padding: 60px 0;
    }

    .interview-showcase-title {
        font-size: 1.75rem;
    }

    .interview-showcase-description {
        font-size: 1rem;
    }

    .interview-benefit {
        padding: 12px 16px;
    }

    .benefit-icon {
        width: 36px;
        height: 36px;
    }

    .btn-interview-cta {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 1rem;
    }

    .interview-mini-scores {
        grid-template-columns: 1fr;
    }

    .score-circle {
        width: 80px;
        height: 80px;
    }
}

/* ============================================
   HERO DEMO - VISUAL INTERATIVO
   ============================================ */

.hero-demo-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

.hero-demo-card {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 16px;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 20px 40px -10px rgba(99, 102, 241, 0.25);
    overflow: hidden;
    border: 1px solid rgba(99, 102, 241, 0.1);
    transition: all 0.3s ease;
}

.hero-demo-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 25px 50px -12px rgba(99, 102, 241, 0.35);
}

.demo-card-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
}

.demo-card-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e2e8f0;
}

.demo-card-dot:nth-child(1) { background: #ef4444; }
.demo-card-dot:nth-child(2) { background: #f59e0b; }
.demo-card-dot:nth-child(3) { background: #10b981; }

.demo-card-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
    margin-left: 8px;
}

.demo-card-body {
    padding: 16px;
}

/* Input de Cargo */
.demo-input-group {
    margin-bottom: 16px;
}

.demo-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.demo-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.demo-input {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
    background: #f8fafc;
    transition: all 0.2s;
}

.demo-input:focus {
    outline: none;
    border-color: #6366f1;
    background: white;
}

.demo-cursor {
    position: absolute;
    right: 12px;
    color: #6366f1;
    font-weight: 400;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

/* AI Response */
.demo-ai-response {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #bae6fd;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease;
}

.demo-ai-response.visible {
    opacity: 1;
    transform: translateY(0);
}

.demo-ai-header {
    margin-bottom: 10px;
}

.demo-ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
}

.demo-ai-content {
    font-size: 0.8rem;
    color: #334155;
    line-height: 1.5;
}

.demo-ai-content .ai-line {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    margin-bottom: 6px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    border-left: 3px solid #6366f1;
}

.demo-ai-content .ai-line.visible {
    opacity: 1;
    transform: translateX(0);
}

.demo-ai-content .ai-line strong {
    color: #6366f1;
}

.demo-time-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #10b981;
    color: white;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.demo-time-badge.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Arrow Connector */
.hero-demo-arrow {
    display: flex;
    justify-content: center;
    color: white;
    animation: arrow-bounce 2s ease-in-out infinite;
}

@keyframes arrow-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

/* Candidate Card */
.hero-demo-candidate {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.hero-demo-candidate.fade-out {
    opacity: 0;
    transform: translateY(10px);
}

.demo-card-header-candidate {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    justify-content: space-between;
}

.demo-card-header-candidate .demo-card-title {
    color: white;
    font-weight: 700;
    margin-left: 0;
}

.demo-match-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    padding: 6px 12px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.demo-match-badge .match-value {
    font-size: 1.25rem;
    font-weight: 900;
    color: #10b981;
    line-height: 1;
}

.demo-match-badge .match-label {
    font-size: 0.6rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
}

/* Candidate Profile */
.demo-candidate-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e8f0;
}

.demo-candidate-avatar {
    position: relative;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.demo-candidate-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e2e8f0;
}

.demo-candidate-status {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: #10b981;
    border-radius: 50%;
    border: 2px solid white;
}

.demo-candidate-info {
    flex: 1;
    min-width: 0;
}

.demo-candidate-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 2px 0;
}

.demo-candidate-role {
    font-size: 0.75rem;
    color: #64748b;
    margin: 0;
}

/* Insights */
.demo-insights {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

.demo-insight {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 0.8rem;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-10px);
}

.demo-insight.visible {
    opacity: 1;
    transform: translateX(0);
}

.demo-insight-positive {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.demo-insight-positive .demo-insight-icon {
    color: #10b981;
    font-weight: 700;
}

.demo-insight-positive .demo-insight-text {
    color: #166534;
}

.demo-insight-warning {
    background: #fefce8;
    border: 1px solid #fef08a;
}

.demo-insight-warning .demo-insight-icon {
    color: #f59e0b;
    font-weight: 700;
}

.demo-insight-warning .demo-insight-text {
    color: #854d0e;
}

/* Interview Section */
.demo-interview-section {
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #e9d5ff;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease;
}

.demo-interview-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.demo-interview-header {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #7c3aed;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.demo-interview-icon {
    font-size: 1rem;
}

.demo-interview-questions {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.demo-question {
    font-size: 0.8rem;
    color: #581c87;
    font-style: italic;
    background: white;
    padding: 8px 10px;
    border-radius: 6px;
    border-left: 3px solid #8b5cf6;
}

/* Forçar exibição do visual em todas as telas */
.hero-modern-visual {
    display: block !important;
    height: auto !important;
    margin-top: 2rem;
}

/* Mobile First - Layout em coluna */
.hero-demo-container {
    flex-direction: column;
    max-width: 100%;
    gap: 12px;
}

.hero-demo-arrow svg {
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}

/* Desktop - Quebra para row apenas em 1100px+ */
@media (min-width: 1100px) {
    .hero-modern-visual {
        margin-top: 0;
    }

    .hero-demo-container {
        flex-direction: row;
        align-items: stretch;
        gap: 20px;
        max-width: none;
    }

    .hero-demo-card {
        flex: 1;
        max-width: 320px;
    }

    .hero-demo-arrow {
        align-self: center;
    }

    .hero-demo-arrow svg {
        width: 32px;
        height: 32px;
        transform: rotate(0deg);
    }
}

/* Mobile pequeno - Ajustes finos */
@media (max-width: 480px) {
    .hero-demo-card {
        box-shadow:
            0 2px 4px rgba(0, 0, 0, 0.08),
            0 10px 20px -5px rgba(99, 102, 241, 0.2);
    }

    .demo-card-body {
        padding: 12px;
    }

    .demo-card-header {
        padding: 10px 12px;
    }

    .demo-candidate-avatar {
        width: 40px;
        height: 40px;
    }

    .demo-candidate-name {
        font-size: 0.9rem;
    }

    .demo-insight {
        font-size: 0.72rem;
        padding: 6px 8px;
    }

    .demo-insight-text {
        line-height: 1.3;
    }

    .demo-question {
        font-size: 0.75rem;
        padding: 6px 8px;
    }

    .demo-ai-content .ai-line {
        font-size: 0.75rem;
        padding: 5px 8px;
    }

    .demo-match-badge .match-value {
        font-size: 1.1rem;
    }
}

/* ============================================
   BOTÃO SECUNDÁRIO - BANCO DE TALENTOS
   ============================================ */

.btn-modern-secondary {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    border: 2px solid #10b981;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.btn-modern-secondary:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    border-color: #059669;
    box-shadow: 0 12px 35px rgba(16, 185, 129, 0.4);
    transform: translateY(-3px);
}

/* ============================================
   ANIMAÇÕES E EFEITOS VISUAIS
   ============================================ */

/* Pulsing Badge */
@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(99, 102, 241, 0);
    }
}

.pulsing {
    animation: pulse 2s infinite;
}

/* Floating Animation */
@keyframes floating {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.floating {
    animation: floating 3s ease-in-out infinite;
}

.floating:nth-child(2) {
    animation-delay: 0.5s;
}

.floating:nth-child(3) {
    animation-delay: 1s;
}

/* Gradiente Animado */
@keyframes gradient-shift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.animate-gradient {
    background: linear-gradient(90deg, #6366f1, #8b5cf6, #ec4899, #6366f1);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-shift 3s ease infinite;
}

/* Bounce In Animation */
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3) translateY(20px);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.bounce-in {
    animation: bounceIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-fill-mode: both;
}

/* Pulse Button */
@keyframes btn-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(99, 102, 241, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
    }
}

.btn-pulse {
    animation: btn-pulse 2s infinite;
}

.btn-pulse:hover {
    animation: none;
    transform: translateY(-3px) scale(1.02);
}

/* Shine Effect */
@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

.shine-effect {
    position: relative;
    overflow: hidden;
}

.shine-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    background-size: 200% 100%;
    animation: shine 3s infinite;
    pointer-events: none;
}

/* Price Pulse */
@keyframes price-pulse {
    0%, 100% {
        transform: scale(1);
        color: #6366f1;
    }
    50% {
        transform: scale(1.1);
        color: #ec4899;
    }
}

.price-pulse {
    display: inline-block;
    font-weight: 800;
    animation: price-pulse 2s ease-in-out infinite;
}

/* ============================================
   PRICING SHOCK SECTION - MELHORADO
   ============================================ */

.pricing-shock {
    padding: 100px 0;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    position: relative;
    overflow: hidden;
}

/* Versão clara do Pricing Shock */
.pricing-shock.pricing-shock-light {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    box-shadow: inset 0 10px 30px -10px rgba(0, 0, 0, 0.1);
}

.pricing-shock.pricing-shock-light .pricing-shock-title {
    color: #1e293b;
}

.pricing-shock.pricing-shock-light .pricing-shock-subtitle {
    color: #64748b;
}

.pricing-shock.pricing-shock-light .pricing-old,
.pricing-shock.pricing-shock-light .pricing-new {
    background: white;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.pricing-shock.pricing-shock-light .pricing-arrow {
    color: #6366f1;
}

.pricing-shock.pricing-shock-light .comparison-table {
    background: white;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.pricing-shock.pricing-shock-light .comparison-header {
    background: #f8fafc;
}

.pricing-shock.pricing-shock-light .comparison-label {
    color: #334155;
}

.pricing-shock.pricing-shock-light .comparison-col {
    border-bottom-color: #e2e8f0;
}

.pricing-shock.pricing-shock-light .comparison-old {
    color: #dc2626;
}

.pricing-shock.pricing-shock-light .comparison-new {
    color: #059669;
}

/* Orbs ajustados para fundo claro */
.pricing-shock.pricing-shock-light .pricing-shock-orb-1 {
    background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
}

.pricing-shock.pricing-shock-light .pricing-shock-orb-2 {
    background: radial-gradient(circle, rgba(139, 92, 246, 0.12) 0%, transparent 70%);
}

.pricing-shock.pricing-shock-light .pricing-shock-orb-3 {
    background: radial-gradient(circle, rgba(16, 185, 129, 0.1) 0%, transparent 70%);
}

/* Elemento de transição superior - vindo do hero escuro */
.pricing-shock::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(180deg, #0a0e27 0%, transparent 100%);
    pointer-events: none;
}

.pricing-shock.pricing-shock-light::before {
    display: none;
}

/* Container dos elementos de background */
.pricing-shock-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

/* Orbs animados */
.pricing-shock-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
}

.pricing-shock-orb-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.25) 0%, transparent 70%);
    top: -200px;
    right: -150px;
    animation: orb-float-1 12s ease-in-out infinite;
}

.pricing-shock-orb-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.2) 0%, transparent 70%);
    bottom: -150px;
    left: -100px;
    animation: orb-float-2 10s ease-in-out infinite;
}

.pricing-shock-orb-3 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.15) 0%, transparent 70%);
    top: 40%;
    left: 10%;
    animation: orb-float-3 8s ease-in-out infinite;
}

@keyframes orb-float-1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-50px, 30px) scale(1.1); }
}

@keyframes orb-float-2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(40px, -20px) scale(1.05); }
}

@keyframes orb-float-3 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
    50% { transform: translate(20px, -30px) scale(1.15); opacity: 1; }
}

/* Grid sutil de fundo */
.pricing-shock-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
}

.pricing-shock-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.pricing-shock-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 800;
    margin-bottom: 24px;
    animation: pulse 2s infinite;
}

.pricing-shock-title {
    font-size: 3rem;
    font-weight: 900;
    color: white;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.highlight-green {
    color: #10b981;
    text-shadow: 0 0 30px rgba(16, 185, 129, 0.5);
}

.pricing-shock-subtitle {
    font-size: 1.25rem;
    color: #9ca3af;
    margin: 0 0 48px 0;
}

.pricing-comparison {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.pricing-old,
.pricing-new {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 32px;
    border-radius: 16px;
    min-width: 250px;
}

.pricing-old {
    border: 2px solid #ef4444;
}

.pricing-new {
    border: 2px solid #10b981;
    box-shadow: 0 0 50px rgba(16, 185, 129, 0.3);
}

.pricing-old-label,
.pricing-new-label {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-old-label {
    color: #fca5a5;
}

.pricing-new-label {
    color: #6ee7b7;
}

.pricing-old-value {
    font-size: 3rem;
    font-weight: 900;
    color: #ef4444;
    text-decoration: line-through;
    margin-bottom: 4px;
}

.pricing-new-value {
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 4px;
}

.pricing-old-desc,
.pricing-new-desc {
    font-size: 0.875rem;
    color: #9ca3af;
}

.pricing-arrow {
    font-size: 3rem;
    color: white;
    font-weight: 900;
}

.pricing-includes {
    background: rgba(255, 255, 255, 0.05);
    padding: 32px;
    border-radius: 16px;
    margin-bottom: 32px;
}

.pricing-includes h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin: 0 0 20px 0;
}

.pricing-includes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.pricing-include {
    color: #d1d5db;
    font-size: 1rem;
    font-weight: 600;
}

.btn-pricing-shock {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 20px 48px;
    border-radius: 12px;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 20px 60px rgba(16, 185, 129, 0.4);
    transition: all 0.3s;
}

.btn-pricing-shock:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 25px 70px rgba(16, 185, 129, 0.5);
}

/* ============================================
   PRICE HIGHLIGHT SECTION
   ============================================ */

.price-highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 24px;
    margin: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.4);
    position: relative;
    overflow: hidden;
}

.price-highlight::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.price-tag {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: white;
    position: relative;
    z-index: 1;
}

.price-symbol {
    font-size: 2rem;
    font-weight: 700;
}

.price-value {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
}

.price-label {
    font-size: 1.125rem;
    opacity: 0.9;
}

.price-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.price-feature {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 50px;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.highlight-text {
    background: linear-gradient(90deg, #f59e0b, #ef4444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.125rem;
}

/* ============================================
   VALUE SECTION
   ============================================ */

.value-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
}

.value-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 48px;
    text-align: center;
}

.value-banner-icon {
    font-size: 4rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.value-banner-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 8px 0;
}

.value-banner-subtitle {
    font-size: 1.25rem;
    color: #6b7280;
    margin: 0;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

.value-card {
    background: white;
    border-radius: 20px;
    padding: 32px;
    border: 2px solid #e5e7eb;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.value-card:hover {
    transform: translateY(-8px);
    border-color: #6366f1;
    box-shadow: 0 20px 60px rgba(99, 102, 241, 0.25);
}

.value-card-icon {
    font-size: 3rem;
    margin-bottom: 16px;
    display: inline-block;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.value-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 12px 0;
}

.value-card-description {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0 0 24px 0;
}

.value-card-price {
    display: flex;
    align-items: center;
    gap: 16px;
}

.old-price {
    font-size: 1.25rem;
    font-weight: 600;
    color: #9ca3af;
    text-decoration: line-through;
}

.new-price {
    font-size: 2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Value Total */
.value-total {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.value-total-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.value-total-left,
.value-total-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.value-total-label {
    font-size: 1rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.value-total-old {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ef4444;
    text-decoration: line-through;
}

.value-total-new {
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.value-total-arrow {
    font-size: 3rem;
    color: white;
    font-weight: 900;
}

.value-total-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 1.25rem;
    font-weight: 800;
    margin-top: 12px;
    box-shadow: 0 10px 30px rgba(239, 68, 68, 0.4);
    animation: pulse 2s infinite;
}

/* Responsive */
@media (max-width: 768px) {
    .pricing-shock-title {
        font-size: 2rem;
    }

    .pricing-old-value {
        font-size: 2rem;
    }

    .pricing-new-value {
        font-size: 3rem;
    }

    .pricing-comparison {
        flex-direction: column;
        gap: 20px;
    }

    .pricing-arrow {
        transform: rotate(90deg);
        font-size: 2rem;
    }

    .btn-pricing-shock {
        padding: 16px 32px;
        font-size: 1rem;
    }
}
