/**
 * Pagina Time Comercial - CINNDI
 */

.time-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.time-page-hero {
    padding: 120px 0 84px;
    background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 52%, #ecfeff 100%);
    overflow: hidden;
}

.time-page-hero .time-page-container {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 56px;
    align-items: center;
}

.time-page-badge,
.time-page-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #0f766e;
    background: rgba(20, 184, 166, 0.12);
    border: 1px solid rgba(20, 184, 166, 0.2);
}

.time-page-badge svg {
    width: 18px;
    height: 18px;
}

.time-page-title {
    margin: 22px 0 20px;
    font-size: clamp(2.2rem, 4.2vw, 3.5rem);
    line-height: 1.1;
    color: #0f172a;
}

.time-page-title span {
    background: linear-gradient(135deg, #0f766e, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.time-page-description {
    margin-bottom: 18px;
    font-size: 1.08rem;
    line-height: 1.75;
    color: #475569;
}

.time-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.time-page-btn-primary,
.time-page-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 26px;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.time-page-btn-primary {
    background: linear-gradient(135deg, #25d366, #16a34a);
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(37, 211, 102, 0.24);
}

.time-page-btn-primary:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 22px 38px rgba(37, 211, 102, 0.3);
}

.time-page-btn-secondary {
    color: #0f172a;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #cbd5e1;
}

.time-page-btn-secondary:hover {
    color: #0f172a;
    border-color: #94a3b8;
    transform: translateY(-2px);
}

.time-page-panel {
    position: relative;
    padding: 28px;
    border-radius: 28px;
    background: rgba(15, 23, 42, 0.96);
    color: #ffffff;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.24);
}

.time-page-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: linear-gradient(160deg, rgba(45, 212, 191, 0.16), rgba(59, 130, 246, 0.06));
    pointer-events: none;
}

.time-page-panel-header,
.time-page-panel-grid,
.time-page-stages {
    position: relative;
    z-index: 1;
}

.time-page-panel-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: #cbd5e1;
    font-size: 0.95rem;
}

.time-page-panel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 8px rgba(52, 211, 153, 0.15);
}

.time-page-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.time-page-metric {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.time-page-metric strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
}

.time-page-metric span {
    display: block;
    color: #cbd5e1;
    line-height: 1.6;
    font-size: 0.94rem;
}

.time-page-stages {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.time-page-stages span,
.time-page-layer-list span {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    font-size: 0.9rem;
}

.time-page-deliveries,
.time-page-steps,
.time-page-layers {
    padding: 96px 0;
}

.time-page-method {
    padding: 96px 0;
    background: linear-gradient(135deg, #f0fdfa 0%, #eff6ff 100%);
}

.time-page-section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 56px;
}

.time-page-section-header h2,
.time-page-method h2,
.time-page-layers h2,
.time-page-cta h2 {
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.15;
    color: #0f172a;
    margin-bottom: 16px;
}

.time-page-method h2,
.time-page-method p,
.time-page-method-point strong,
.time-page-method-point span {
    color: inherit;
}

.time-page-method h2 {
    color: #0f172a;
}

.time-page-method p {
    color: #64748b;
}

.time-page-method-point strong {
    color: #0f172a;
}

.time-page-method-point span {
    color: #64748b;
}

.time-page-section-header p,
.time-page-layers p,
.time-page-cta p,
.time-page-method p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #64748b;
}

.time-page-deliveries-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.time-page-card {
    padding: 28px;
    border-radius: 24px;
    border: 1px solid #dbeafe;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 20px 40px rgba(148, 163, 184, 0.14);
}

.time-page-card h3 {
    margin-bottom: 14px;
    font-size: 1.2rem;
    color: #0f172a;
}

.time-page-card p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.time-page-method-content {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 28px;
    align-items: start;
}

.time-page-method-points {
    display: grid;
    gap: 16px;
}

.time-page-method-point {
    padding: 22px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(148, 163, 184, 0.08);
}

.time-page-method-point strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.05rem;
}

.time-page-method-point span {
    display: block;
    color: #64748b;
    line-height: 1.7;
}

/* Como funciona - Process */
.time-page-process {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.time-page-process-left {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.time-page-process-left::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 24px;
    bottom: 24px;
    width: 2px;
    background: linear-gradient(180deg, #0f766e, #2563eb);
    border-radius: 2px;
}

.time-page-process-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 18px 0;
}

.time-page-process-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0f766e, #2563eb);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.time-page-process-row h3 {
    margin-bottom: 4px;
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 700;
}

.time-page-process-row p {
    margin: 0;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.55;
}

.time-page-process-right {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.time-page-process-panel {
    padding: 28px;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.time-page-process-panel h3 {
    font-size: 1.05rem;
    color: #dc2626;
    margin-bottom: 14px;
}

.time-page-process-panel--after h3 {
    color: #16a34a;
}

.time-page-process-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.time-page-process-panel li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.5;
}

.time-page-process-panel li::before {
    content: '✕';
    color: #ef4444;
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.time-page-process-panel--after li::before {
    content: '✓';
    color: #16a34a;
}

@media (max-width: 968px) {
    .time-page-process {
        grid-template-columns: 1fr;
    }
}

.time-page-layers {
    background: linear-gradient(180deg, #f8fafc 0%, #ecfeff 100%);
}

.time-page-layers-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: 28px;
    padding: 34px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid #dbeafe;
    box-shadow: 0 24px 48px rgba(148, 163, 184, 0.14);
}

.time-page-tag-green {
    color: #15803d;
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.2);
}

.time-page-layer-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 12px;
}

.time-page-layer-list span {
    background: #eff6ff;
    color: #1e3a8a;
}

/* Timeline 90 dias */
.time-page-timeline {
    padding: 96px 0;
    background: #f8fafc;
}

.time-page-timeline-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
}

.time-page-timeline-grid::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(90deg, #cbd5e1, #0f766e, #16a34a);
    border-radius: 3px;
    z-index: 0;
}

.time-page-timeline-card {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 32px 28px;
    text-align: center;
    transition: all 0.3s ease;
}

.time-page-timeline-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(148, 163, 184, 0.15);
}

.time-page-timeline-card--highlight {
    background: linear-gradient(180deg, #ecfdf5 0%, #ffffff 100%);
    border-color: #6ee7b7;
}

.time-page-timeline-label {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f766e, #2563eb);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
}

.time-page-timeline-card--highlight .time-page-timeline-label {
    background: linear-gradient(135deg, #16a34a, #0f766e);
}

.time-page-timeline-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.time-page-timeline-card p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 968px) {
    .time-page-timeline-grid {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin: 0 auto;
    }

    .time-page-timeline-grid::before {
        display: none;
    }
}

/* Realidade / Sem milagres */

/* Tese */
.time-page-tese {
    padding: 88px 0;
    background: #ffffff;
}

.time-page-tese-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.time-page-tese-content h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
    line-height: 1.35;
}

.time-page-tese-content > p {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 8px;
}

.time-page-tese-formula {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin: 36px 0;
}

.time-page-tese-item {
    padding: 16px 28px;
    border-radius: 16px;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
}

.time-page-tese-item span {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f766e;
}

.time-page-tese-item--result {
    background: linear-gradient(135deg, #0f766e, #2563eb);
    border-color: transparent;
}

.time-page-tese-item--result span {
    color: #ffffff;
}

.time-page-tese-sep {
    font-size: 1.3rem;
    font-weight: 300;
    color: #94a3b8;
}

@media (max-width: 640px) {
    .time-page-tese-formula {
        gap: 10px;
    }

    .time-page-tese-item {
        padding: 12px 20px;
    }
}

/* Realidade / Sem milagres */
.time-page-realidade {
    padding: 96px 0;
    background: linear-gradient(135deg, #134e4a 0%, #1e3a5f 100%);
}

.time-page-realidade-box {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.time-page-realidade-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #5eead4;
    margin-bottom: 24px;
}

.time-page-realidade-box h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
}

.time-page-realidade-box p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 24px;
}

.time-page-realidade-destaque {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(94, 234, 212, 0.25);
    color: #5eead4;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.time-page-cta {
    padding: 88px 0;
    text-align: center;
    background: linear-gradient(135deg, #f0fdfa 0%, #ecfeff 50%, #eff6ff 100%);
}

.time-page-cta h2 {
    color: #0f172a;
}

.time-page-cta p {
    max-width: 760px;
    margin: 0 auto 28px;
    color: #64748b;
}

.time-page-cta .time-page-btn-primary {
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 118, 110, 0.2);
}

.time-page-cta .time-page-btn-primary:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(15, 118, 110, 0.3);
}

@media (max-width: 968px) {
    .time-page-hero .time-page-container,
    .time-page-method-content,
    .time-page-layers-box {
        grid-template-columns: 1fr;
    }

    .time-page-deliveries-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .time-page-container {
        padding: 0 20px;
    }

    .time-page-hero,
    .time-page-deliveries,
    .time-page-method,
    .time-page-steps,
    .time-page-layers,
    .time-page-timeline,
    .time-page-realidade,
    .time-page-cta {
        padding-top: 88px;
        padding-bottom: 72px;
    }

    .time-page-panel-grid,
    .time-page-step {
        grid-template-columns: 1fr;
    }

    .time-page-step-number {
        width: 62px;
        height: 62px;
        border-radius: 18px;
    }

    .time-page-actions {
        flex-direction: column;
    }

    .time-page-btn-primary,
    .time-page-btn-secondary {
        width: 100%;
    }
}