﻿/* =====================================================
   RESUME TARGET - PROCESS PAGES CSS
   /asset/css/templates/process-pages.css
   Monday.com Style Compact Layout
   v20260123b - Removed duplicates, uses shared-pages.css
   ===================================================== */

/* =====================================================
   IMPORTANT: SHARED STYLES LOCATION
   =====================================================
   
   The following styles are now in shared-pages.css:
   - .top-bar (navy top bar)
   - .breadcrumb (breadcrumb navigation)
   - .btn-primary, .btn-outline, .btn-lg (buttons)
   - .container (max-width wrapper)
   - .cta-section (navy CTA section)
   - .process-nav / .service-nav (prev/next navigation)
   - .section-title, .section-subtitle (typography)
   - .section-alt (gray background sections)
   - .guarantee-box (guarantee styling)
   - .info-cards, .info-card (info card grids)
   - .trust-cards, .trust-card (trust card grids)
   
   Mobile styles for hiding top-bar are in shared-pages-mobile.css
   
   ===================================================== */

/* =====================================================
   BASE & RESET
   ===================================================== */
.process-page {
    color: #1f295e;
    font-size: 17px;
    line-height: 1.6;
}

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

/* =====================================================
   HERO SECTION - COMPACT
   ===================================================== */
.hero-compact {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 60px 0 80px;
}

.hero-compact .container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
}

.hero-content {
    max-width: 640px;
}

.eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #47BB5C;
    margin-bottom: 16px;
}

.hero-compact h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    color: #1f295e;
    margin-bottom: 20px;
}

.hero-compact h1 strong {
    color: #47BB5C;
}

.hero-sub {
    font-size: 20px;
    color: #475569;
    margin-bottom: 28px;
    line-height: 1.5;
}

.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

.pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    color: #475569;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* =====================================================
   HERO VISUAL - PORTAL MOCKUP
   ===================================================== */
.hero-visual {
    display: flex;
    justify-content: flex-end;
}

.portal-mockup-card {
    width: 360px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(31, 41, 94, 0.15);
    overflow: hidden;
}

.portal-mockup-header {
    background: #1f295e;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.portal-logo {
    width: 28px;
    height: 28px;
    background: #47BB5C;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.portal-title {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.portal-mockup-body {
    display: flex;
    min-height: 260px;
}

.portal-sidebar {
    width: 110px;
    background: #f8fafc;
    border-right: 1px solid #e2e8f0;
    padding: 16px 0;
}

.portal-sidebar .sidebar-item {
    padding: 10px 14px;
    font-size: 12px;
    color: #64748b;
}

.portal-sidebar .sidebar-item.active {
    background: #fff;
    color: #1f295e;
    font-weight: 600;
    border-left: 3px solid #47BB5C;
}

.portal-main {
    flex: 1;
    padding: 20px;
    position: relative;
}

/* =====================================================
   PORTAL CHAT (Revision Process Hero)
   ===================================================== */
.portal-user-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 14px;
}

.portal-avatar {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #47BB5C, #3da34d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.portal-user-info {
    flex: 1;
}

.portal-user-name {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1f295e;
}

.portal-user-role {
    font-size: 10px;
    color: #64748b;
}

.online-badge {
    font-size: 9px;
    font-weight: 600;
    padding: 3px 8px;
    background: #dcfce7;
    color: #16a34a;
    border-radius: 100px;
}

.portal-chat-messages {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.portal-msg {
    max-width: 88%;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 11px;
    line-height: 1.4;
}

.portal-msg.writer {
    background: #f1f5f9;
    color: #1f295e;
    align-self: flex-start;
    border-bottom-left-radius: 4px;
}

.portal-msg.client {
    background: #47BB5C;
    color: #fff;
    align-self: flex-end;
    border-bottom-right-radius: 4px;
}

.portal-revision-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #47BB5C, #3da34d);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 12px rgba(71, 187, 92, 0.3);
}

.portal-revision-badge .revision-days {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.portal-revision-badge .revision-label {
    font-size: 7px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.9;
}

/* =====================================================
   WRITER PROFILE SIMPLE (Our Writers Hero)
   ===================================================== */
.writer-profile-simple {
    text-align: center;
}

.writer-profile-simple .writer-profile-avatar {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #47BB5C, #3da34d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 10px;
}

.writer-profile-simple .writer-profile-name {
    font-size: 15px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 2px;
}

.writer-profile-simple .writer-profile-title {
    font-size: 11px;
    color: #64748b;
    margin-bottom: 16px;
}

.writer-credentials {
    text-align: left;
    margin-bottom: 16px;
}

.credential-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #475569;
    padding: 6px 0;
}

.credential-check {
    color: #47BB5C;
    font-weight: 700;
    font-size: 11px;
}

.writer-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 600;
    padding: 8px 14px;
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    border-radius: 100px;
}

.writer-status-badge .status-dot {
    width: 6px;
    height: 6px;
    background: #16a34a;
    border-radius: 50%;
    animation: portalPulse 2s infinite;
}

@keyframes portalPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* =====================================================
   GUARANTEE TRACKER (90-Day Guarantee Hero)
   ===================================================== */
.guarantee-tracker {
    text-align: center;
}

.guarantee-tracker .guarantee-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}

.guarantee-tracker .guarantee-shield {
    font-size: 18px;
}

.guarantee-tracker .guarantee-title {
    font-size: 13px;
    font-weight: 700;
    color: #1f295e;
}

.guarantee-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 12px;
    background: #f0fdf4;
    color: #16a34a;
    border-radius: 100px;
    margin-bottom: 18px;
}

.guarantee-status-badge .status-dot {
    width: 6px;
    height: 6px;
    background: #16a34a;
    border-radius: 50%;
    animation: portalPulse 2s infinite;
}

.guarantee-timeline-visual {
    margin-bottom: 18px;
}

.guarantee-timeline-visual .timeline-bar {
    height: 8px;
    background: #e2e8f0;
    border-radius: 4px;
    overflow: visible;
    margin-bottom: 8px;
    position: relative;
}

.guarantee-timeline-visual .timeline-fill {
    height: 100%;
    background: linear-gradient(90deg, #47BB5C, #3da34d);
    border-radius: 4px;
}

.guarantee-timeline-visual .timeline-marker {
    position: absolute;
    top: -4px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 3px solid #47BB5C;
    border-radius: 50%;
    transform: translateX(-50%);
}

.guarantee-timeline-visual .timeline-labels {
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    color: #94a3b8;
}

.guarantee-timeline-visual .timeline-labels .current {
    color: #47BB5C;
    font-weight: 600;
}

.guarantee-coverage {
    text-align: left;
}

.guarantee-coverage .coverage-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: #475569;
    padding: 5px 0;
}

.guarantee-coverage .coverage-check {
    color: #16a34a;
    font-weight: 700;
    font-size: 11px;
}

/* =====================================================
   UPDATE REASONS (Resume Updates Hero)
   ===================================================== */
.update-reasons-card {
    text-align: left;
}

.update-reasons-card .update-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.update-reasons-card .update-icon {
    font-size: 18px;
}

.update-reasons-card .update-title {
    font-size: 14px;
    font-weight: 700;
    color: #1f295e;
}

.update-checklist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.update-reason {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    background: #f8fafc;
    border-radius: 8px;
}

.update-reason.selected {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.update-reason .reason-check {
    color: #47BB5C;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.update-reason .reason-box {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1;
}

.update-reason .reason-content strong {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #1f295e;
    margin-bottom: 2px;
}

.update-reason .reason-content span {
    font-size: 10px;
    color: #64748b;
}

.update-note {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    font-size: 10px;
    color: #92400e;
}

.update-note .note-icon {
    font-size: 14px;
}

/* =====================================================
   HERO CHAT VISUAL (Legacy - keep for compatibility)
   ===================================================== */
.hero-chat {
    width: 320px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(31, 41, 94, 0.15);
    overflow: hidden;
}

.hero-chat-header {
    background: #1f295e;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-chat-avatar {
    width: 40px;
    height: 40px;
    background: #47BB5C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.hero-chat-info {
    color: #fff;
}

.hero-chat-name {
    font-weight: 600;
    font-size: 15px;
}

.hero-chat-status {
    font-size: 12px;
    opacity: 0.7;
}

.hero-chat-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.chat-bubble {
    max-width: 85%;
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.4;
}

.chat-bubble.interviewer {
    background: #f1f5f9;
    color: #1f295e;
    border-bottom-left-radius: 4px;
    align-self: flex-start;
}

.chat-bubble.client {
    background: #47BB5C;
    color: #fff;
    border-bottom-right-radius: 4px;
    align-self: flex-end;
}

.chat-typing {
    display: flex;
    gap: 4px;
    padding: 12px 16px;
    background: #f1f5f9;
    border-radius: 16px;
    border-bottom-left-radius: 4px;
    align-self: flex-start;
    width: fit-content;
}

.chat-typing span {
    width: 8px;
    height: 8px;
    background: #94a3b8;
    border-radius: 50%;
    animation: typing 1.4s infinite;
}

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

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

/* =====================================================
   TAGLINE SECTION (Centered) - Reduced spacing
   ===================================================== */
.tagline-section {
    padding: 32px 0 16px;
    text-align: center;
    background: #fff;
}

.tagline-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 12px;
}

.tagline-section h2 strong {
    color: #47BB5C;
}

.tagline-section p {
    font-size: 18px;
    color: #475569;
    max-width: 600px;
    margin: 0 auto;
}

/* =====================================================
   TAGLINE CALLOUT - Big Impact Statement
   ===================================================== */
.tagline-callout {
    padding: 60px 0;
    text-align: center;
    background: linear-gradient(135deg, #1f295e 0%, #2d3a6e 100%);
}

.tagline-callout h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 16px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.tagline-callout h2 strong {
    color: #47BB5C;
}

.tagline-callout p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
}

/* =====================================================
   FEATURE ROWS
   ===================================================== */
.feature-row {
    padding: 48px 0 80px;
}

.feature-row .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.feature-row.reversed .container {
    direction: rtl;
}

.feature-row.reversed .container > * {
    direction: ltr;
}

.feature-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #47BB5C;
    margin-bottom: 12px;
}

.feature-text h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #1f295e;
    margin-bottom: 16px;
}

.feature-text h2 strong {
    color: #47BB5C;
}

.feature-text p {
    font-size: 17px;
    color: #475569;
    line-height: 1.6;
}

/* Compare Stack */
.compare-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.compare-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.compare-item.bad {
    border-color: #fecaca;
    background: #fef2f2;
}

.compare-item.good {
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.compare-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
}

.compare-item.bad .compare-icon {
    background: #fee2e2;
    color: #dc2626;
}

.compare-item.good .compare-icon {
    background: #dcfce7;
    color: #16a34a;
}

.compare-item strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1f295e;
    margin-bottom: 4px;
}

.compare-item span {
    font-size: 15px;
    color: #64748b;
    line-height: 1.4;
}

/* Flow List */
.flow-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.flow-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.flow-num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #47BB5C;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
}

.flow-item strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1f295e;
    margin-bottom: 2px;
}

.flow-item span {
    font-size: 14px;
    color: #64748b;
}

/* =====================================================
   Questions Grid
   ===================================================== */
.questions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.question-card {
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 16px;
    font-style: italic;
    color: #475569;
    line-height: 1.5;
}

/* =====================================================
   INTERVIEW TIME CARDS - Single Row
   ===================================================== */
.time-cards {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.time-card {
    flex: 0 0 auto;
    width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: center;
}

.time-card .time {
    font-size: 32px;
    font-weight: 700;
    color: #1f295e;
    line-height: 1;
}

.time-card .unit {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 6px;
}

.time-card .desc {
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    white-space: nowrap;
}

/* =====================================================
   RESUME TARGET METHOD - Visual Cards with Questions
   ===================================================== */
.method-section {
    padding: 80px 0;
    background: #fff;
}

.method-visual {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}

/* Connection line between steps */
.method-visual::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 12.5%;
    right: 12.5%;
    height: 3px;
    background: linear-gradient(90deg, #47BB5C 0%, #47BB5C 100%);
    z-index: 0;
}

.method-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.method-icon {
    width: 80px;
    height: 80px;
    background: #1f295e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border: 4px solid #fff;
    box-shadow: 0 4px 12px rgba(31, 41, 94, 0.2);
}

.method-icon svg {
    width: 36px;
    height: 36px;
    color: #fff;
    stroke: currentColor;
}

.method-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 8px;
}

.method-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.4;
    max-width: 200px;
    margin: 0 auto 16px;
}

.method-question {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    font-size: 13px;
    font-style: italic;
    color: #475569;
    line-height: 1.4;
    max-width: 220px;
    position: relative;
}

.method-question::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e2e8f0;
}

.method-question::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f8fafc;
}

/* =====================================================
   CONNECTION VISUAL (What we need)
   ===================================================== */
.connection-visual {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}

.connection-box {
    padding: 32px;
    background: #fff;
    border-radius: 16px;
    text-align: center;
}

.connection-box.jobs {
    border: 2px solid #e2e8f0;
}

.connection-box.interview {
    border: 2px solid #47BB5C;
    background: #f0fdf4;
}

.connection-box-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    border-radius: 12px;
}

.connection-box.interview .connection-box-icon {
    background: #dcfce7;
}

.connection-box-icon svg {
    width: 28px;
    height: 28px;
    color: #64748b;
}

.connection-box.interview .connection-box-icon svg {
    color: #47BB5C;
}

.connection-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 8px;
}

.connection-box p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.5;
}

.connection-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.connection-arrow svg {
    width: 40px;
    height: 40px;
    color: #47BB5C;
}

.connection-arrow span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #47BB5C;
}

/* =====================================================
   STATS ROW
   ===================================================== */
.stats-row {
    display: flex;
    justify-content: center;
    gap: 48px;
    padding: 24px 0;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-top: 32px;
}

.stat-item {
    text-align: center;
}

.stat-num {
    font-size: 32px;
    font-weight: 700;
    color: #47BB5C;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: #64748b;
    margin-top: 4px;
}

/* =====================================================
   WRITER GRID
   ===================================================== */
.writer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.writer-card {
    padding: 32px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    text-align: center;
}

.writer-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    border-radius: 50%;
}

.writer-icon svg {
    width: 32px;
    height: 32px;
    color: #47BB5C;
}

.writer-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 8px;
}

.writer-card p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.5;
}

/* =====================================================
   TIMELINE
   ===================================================== */
.timeline {
    max-width: 700px;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    gap: 24px;
    padding-bottom: 32px;
    position: relative;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-marker {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #47BB5C;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.timeline-item:not(:last-child) .timeline-marker::after {
    content: '';
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% + 16px);
    background: #e2e8f0;
    z-index: 0;
}

.timeline-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 8px;
}

.timeline-content p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.5;
}

/* =====================================================
   UPDATE SCENARIOS
   ===================================================== */
.scenario-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.scenario-card {
    padding: 28px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.scenario-card.highlight {
    border-color: #47BB5C;
    background: #f0fdf4;
}

.scenario-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.scenario-card p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.5;
}

.check-icon {
    color: #47BB5C;
}

.x-icon {
    color: #dc2626;
}

/* =====================================================
   PORTAL SECTION
   ===================================================== */
.portal-section {
    padding: 80px 0;
    background: #fff;
}

.portal-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.portal-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 16px;
}

.portal-content > p {
    font-size: 17px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 32px;
}

.portal-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.portal-feature {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.portal-feature-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0fdf4;
    border-radius: 10px;
}

.portal-feature-icon svg {
    width: 22px;
    height: 22px;
    color: #47BB5C;
}

.portal-feature h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 4px;
}

.portal-feature p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.portal-mockup {
    background: #1f295e;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(31, 41, 94, 0.3);
}

.portal-mockup img {
    width: 100%;
    border-radius: 8px;
}

/* =====================================================
   VIDEO MODAL
   ===================================================== */
.video-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.video-modal-overlay.active {
    display: flex;
}

.video-modal-content {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 800px;
    overflow: hidden;
}

.video-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-title {
    padding: 20px 24px;
    font-size: 18px;
    font-weight: 700;
    color: #1f295e;
    border-bottom: 1px solid #e2e8f0;
}

.video-modal-body {
    aspect-ratio: 16/9;
    background: #000;
}

.video-modal-body iframe {
    width: 100%;
    height: 100%;
}

/* =====================================================
   PROGRESS TRACKER VISUAL (Hero)
   ===================================================== */
.progress-tracker-visual {
    width: 340px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(31, 41, 94, 0.15);
    overflow: hidden;
}

.tracker-header {
    background: #1f295e;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tracker-title {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.tracker-status {
    background: #47BB5C;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 100px;
}

.tracker-steps {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tracker-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f8fafc;
}

.tracker-step.completed {
    background: #f0fdf4;
}

.tracker-step.active {
    background: #eff6ff;
    border: 2px solid #3b82f6;
}

.tracker-step-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    background: #e2e8f0;
    color: #64748b;
}

.tracker-step.completed .tracker-step-icon {
    background: #47BB5C;
    color: #fff;
}

.tracker-step.active .tracker-step-icon {
    background: #3b82f6;
    color: #fff;
}

.tracker-step-label {
    font-size: 13px;
    font-weight: 500;
    color: #1f295e;
}

.tracker-progress-bar {
    margin: 0 20px 20px;
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
}

.tracker-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #47BB5C 0%, #3b82f6 100%);
    border-radius: 3px;
    transition: width 0.3s ease;
}

/* =====================================================
   WORKFLOW STEPS
   ===================================================== */
.workflow-section {
    padding: 80px 0;
    background: #fff;
}

.workflow-steps {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.workflow-step {
    display: flex;
    gap: 24px;
    padding: 28px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

.workflow-step.highlighted {
    background: #f0fdf4;
    border-color: #47BB5C;
}

.workflow-step-number {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f295e;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
}

.workflow-step.highlighted .workflow-step-number {
    background: #47BB5C;
}

.workflow-step-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 8px;
}

.workflow-step-content p {
    font-size: 16px;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 16px;
}

.workflow-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #64748b;
}

.workflow-icon {
    font-size: 18px;
}

.chat-preview {
    margin-top: 16px;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #e2e8f0;
}

.chat-preview-message {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
    padding: 10px 14px;
    border-radius: 10px;
}

.chat-preview-message:last-child {
    margin-bottom: 0;
}

.chat-preview-message.writer {
    background: #f1f5f9;
    color: #1f295e;
}

.chat-preview-message.client {
    background: #47BB5C;
    color: #fff;
    margin-left: 20px;
}

.chat-preview-message strong {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
    opacity: 0.8;
}

/* =====================================================
   FEATURE CHECKLIST
   ===================================================== */
.feature-checklist {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #475569;
}

.feature-checklist .check {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0fdf4;
    color: #47BB5C;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
}

/* =====================================================
   CHAT WINDOW MOCKUP
   ===================================================== */
.chat-window {
    width: 320px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(31, 41, 94, 0.15);
    overflow: hidden;
}

.chat-window-header {
    background: #1f295e;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.chat-window-avatar {
    width: 40px;
    height: 40px;
    background: #47BB5C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.chat-window-info {
    flex: 1;
}

.chat-window-name {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.chat-window-role {
    color: rgba(255,255,255,0.7);
    font-size: 12px;
}

.chat-window-status {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 100px;
}

.chat-window-status.online {
    background: #47BB5C;
    color: #fff;
}

.chat-window-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-msg {
    max-width: 85%;
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.4;
}

.chat-msg.writer {
    background: #f1f5f9;
    color: #1f295e;
    border-bottom-left-radius: 4px;
    align-self: flex-start;
}

.chat-msg.client {
    background: #47BB5C;
    color: #fff;
    border-bottom-right-radius: 4px;
    align-self: flex-end;
}

/* =====================================================
   HORIZONTAL TIMELINE
   ===================================================== */
.timeline-horizontal {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.timeline-h-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px;
    min-width: 140px;
}

.timeline-h-item.highlight {
    background: #f0fdf4;
    border-radius: 12px;
}

.timeline-h-day {
    font-size: 12px;
    font-weight: 700;
    color: #47BB5C;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.timeline-h-content strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1f295e;
    margin-bottom: 4px;
}

.timeline-h-content span {
    font-size: 13px;
    color: #64748b;
}

.timeline-h-connector {
    width: 40px;
    height: 2px;
    background: #e2e8f0;
    margin-top: 32px;
}

.rush-note {
    text-align: center;
    margin-top: 40px;
    padding: 16px 24px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    color: #475569;
}

.rush-note strong {
    color: #1f295e;
}

.rush-note a {
    color: #47BB5C;
    font-weight: 600;
    text-decoration: none;
    margin-left: 8px;
}

.rush-note a:hover {
    text-decoration: underline;
}

/* =====================================================
   FILES PREVIEW
   ===================================================== */
.files-preview {
    width: 320px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(31, 41, 94, 0.15);
    overflow: hidden;
}

.files-preview-header {
    background: #1f295e;
    color: #fff;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 15px;
}

.files-preview-list {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.file-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8fafc;
    border-radius: 10px;
}

.file-icon {
    font-size: 24px;
}

.file-info {
    flex: 1;
}

.file-name {
    font-size: 13px;
    font-weight: 600;
    color: #1f295e;
    margin-bottom: 2px;
}

.file-meta {
    font-size: 11px;
    color: #64748b;
}

.file-download {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #47BB5C;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
}

/* =====================================================
   RESUME PREVIEW CARD (What You Get Hero)
   ===================================================== */
.resume-preview-card {
    width: 340px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(31, 41, 94, 0.15);
    overflow: hidden;
}

.resume-preview-header {
    background: #1f295e;
    padding: 16px 20px;
}

.preview-badge {
    display: inline-block;
    background: #47BB5C;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    border-radius: 100px;
}

.resume-preview-items {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.preview-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #f8fafc;
    border-radius: 10px;
}

.preview-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    border-radius: 8px;
}

.preview-icon svg {
    width: 20px;
    height: 20px;
    color: #475569;
}

.preview-text {
    flex: 1;
}

.preview-text strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1f295e;
}

.preview-text span {
    font-size: 13px;
    color: #64748b;
}

.preview-check {
    color: #47BB5C;
    font-size: 18px;
    font-weight: 700;
}

/* =====================================================
   INFO BOX
   ===================================================== */
.info-section {
    padding: 40px 0;
}

.info-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 24px 32px;
    background: #f8fafc;
    border-left: 4px solid #47BB5C;
    border-radius: 0 8px 8px 0;
}

.info-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 8px;
}

.info-box p {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* =====================================================
   VISUAL TIMELINE (Structured Process Page)
   ===================================================== */
.visual-timeline {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.timeline-track {
    position: absolute;
    top: 24px;
    left: 10%;
    right: 10%;
    height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    z-index: 0;
}

.timeline-progress {
    height: 100%;
    background: linear-gradient(90deg, #47BB5C 0%, #47BB5C 60%, #e2e8f0 60%);
    border-radius: 2px;
}

.timeline-stages {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.timeline-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    max-width: 160px;
}

.stage-marker {
    width: 48px;
    height: 48px;
    background: #fff;
    border: 3px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    position: relative;
}

.stage-marker.completed {
    background: #47BB5C;
    border-color: #47BB5C;
}

.stage-marker.active {
    background: #fff;
    border-color: #47BB5C;
    box-shadow: 0 0 0 4px rgba(71, 187, 92, 0.2);
}

.stage-marker.final {
    background: #1f295e;
    border-color: #1f295e;
}

.stage-day {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
}

.stage-marker.completed .stage-day,
.stage-marker.final .stage-day {
    color: #fff;
}

.stage-marker.active .stage-day {
    color: #47BB5C;
}

.stage-content h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 4px;
}

.stage-content p {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
}

/* =====================================================
   METHOD PORTAL MOCKUP
   ===================================================== */
.portal-mockup-wrapper {
    display: flex;
    justify-content: center;
}

.method-portal-window {
    width: 420px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(31, 41, 94, 0.2);
    overflow: hidden;
}

.method-portal-header {
    background: #1f295e;
    padding: 14px 20px;
}

.method-portal-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.method-portal-logo-icon {
    width: 32px;
    height: 32px;
    background: #47BB5C;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.method-portal-logo-text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.method-portal-body {
    display: flex;
    min-height: 380px;
}

.method-portal-sidebar {
    width: 140px;
    background: #f8fafc;
    border-right: 1px solid #e2e8f0;
    padding: 20px 0;
}

.method-sidebar-item {
    padding: 10px 20px;
    font-size: 13px;
    color: #64748b;
    cursor: pointer;
}

.method-sidebar-item.active {
    background: #fff;
    color: #1f295e;
    font-weight: 600;
    border-left: 3px solid #47BB5C;
    padding-left: 17px;
}

.method-portal-main {
    flex: 1;
    padding: 24px;
}

.method-portal-user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.method-user-avatar {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #47BB5C, #3da34d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.method-user-name {
    font-size: 16px;
    font-weight: 600;
    color: #1f295e;
}

.method-progress-tracker {
    margin-bottom: 24px;
}

.method-tracker-label {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 12px;
}

.method-tracker-steps {
    display: flex;
    gap: 8px;
}

.method-tracker-step {
    flex: 1;
    padding: 10px 8px;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 500;
    color: #64748b;
    text-align: center;
    line-height: 1.3;
}

.method-tracker-step.completed {
    background: #e2e8f0;
    color: #475569;
}

.method-tracker-step.active {
    background: #47BB5C;
    color: #fff;
}

.method-portal-tasks {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.method-task-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.method-task-group-label {
    font-size: 10px;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.5px;
}

.method-task-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #1f295e;
}

.method-task-item.completed {
    color: #47BB5C;
}

.method-task-check {
    color: #47BB5C;
    font-weight: 700;
}

.method-task-text {
    flex: 1;
}

.method-task-badge {
    font-size: 9px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.method-task-badge.ready {
    background: #47BB5C;
    color: #fff;
}

.method-task-badge.progress {
    background: #fbbf24;
    color: #78350f;
}

/* =====================================================
   ATS FLOW DIAGRAM
   ===================================================== */
.ats-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.ats-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    min-width: 140px;
}

.ats-step.highlight {
    background: #f0fdf4;
    border-color: #47BB5C;
}

.ats-step-num {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f295e;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}

.ats-step.highlight .ats-step-num {
    background: #47BB5C;
}

.ats-step-content strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1f295e;
    margin-bottom: 2px;
}

.ats-step-content span {
    font-size: 12px;
    color: #64748b;
}

.ats-arrow {
    font-size: 24px;
    color: #cbd5e1;
    font-weight: 300;
}

/* =====================================================
   RESUME VISUAL COMPARISON (ATS Page)
   ===================================================== */
.resume-visual-compare {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 32px;
    align-items: stretch;
    max-width: 1000px;
    margin: 0 auto;
}

.resume-compare-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    display: flex;
    flex-direction: column;
}

.resume-compare-card.bad {
    border-color: #fecaca;
}

.resume-compare-card.good {
    border-color: #bbf7d0;
}

.resume-compare-label {
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.resume-compare-label.bad {
    background: #fef2f2;
    color: #dc2626;
}

.resume-compare-label.good {
    background: #f0fdf4;
    color: #16a34a;
}

.compare-x {
    font-size: 16px;
    font-weight: 700;
}

.compare-check {
    font-size: 16px;
    font-weight: 700;
}

.resume-compare-image {
    padding: 16px;
    background: #f8fafc;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 280px;
}

.resume-compare-image img {
    max-width: 100%;
    max-height: 320px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.resume-compare-problems {
    padding: 20px;
    flex: 1;
}

.resume-compare-problems h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 12px;
}

.resume-compare-problems ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.resume-compare-problems li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #475569;
    line-height: 1.4;
}

.resume-compare-problems li .x {
    color: #dc2626;
    font-weight: 700;
    flex-shrink: 0;
}

.resume-compare-problems li .check {
    color: #16a34a;
    font-weight: 700;
    flex-shrink: 0;
}

.resume-compare-verdict {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 13px;
}

.resume-compare-verdict.bad {
    background: #fef2f2;
    color: #dc2626;
}

.resume-compare-verdict.good {
    background: #f0fdf4;
    color: #16a34a;
}

.resume-compare-verdict strong {
    font-weight: 700;
}

.resume-compare-vs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.resume-compare-vs span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #1f295e;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
}

/* =====================================================
   PAGE COMPARISON (1 vs 2 Page Visual)
   ===================================================== */
.page-comparison {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.page-example {
    text-align: center;
}

.page-label {
    font-size: 14px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 12px;
}

.page-content {
    width: 100px;
    padding: 16px 12px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 auto;
}

.page-example.highlighted .page-content {
    border-color: #47BB5C;
}

.page-line {
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
}

.page-line.short {
    width: 60%;
}

.page-line.medium {
    width: 80%;
}

.page-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.page-stack .page-content.page-2 {
    margin-top: -8px;
    position: relative;
    left: 8px;
}

.page-vs {
    font-size: 18px;
    font-weight: 700;
    color: #94a3b8;
}

.page-desc {
    display: block;
    margin-top: 12px;
    font-size: 13px;
    color: #64748b;
    line-height: 1.4;
}

/* =====================================================
   DELIVERABLES GRID
   ===================================================== */
.deliverables-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.deliverable-card {
    padding: 32px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
}

.deliverable-card.main {
    border-color: #47BB5C;
}

.deliverable-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0fdf4;
    border-radius: 12px;
    margin-bottom: 20px;
}

.deliverable-icon svg {
    width: 28px;
    height: 28px;
    color: #47BB5C;
}

.deliverable-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 8px;
}

.deliverable-card > p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
}

.deliverable-details {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.deliverable-details li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #475569;
    padding-left: 0;
}

.deliverable-details li::before {
    content: '✓';
    color: #47BB5C;
    font-weight: 700;
    flex-shrink: 0;
}

/* =====================================================
   FORMAT OPTIONS
   ===================================================== */
.format-options {
    text-align: center;
    padding: 32px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.format-options h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 16px;
}

.format-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.format-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    color: #475569;
}

.format-badge strong {
    color: #1f295e;
}

/* =====================================================
   CONTENT PROBLEMS LIST
   ===================================================== */
.content-problems {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

.problem-item {
    display: flex;
    gap: 16px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.problem-num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f295e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
}

.problem-item strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1f295e;
    margin-bottom: 4px;
}

.problem-item span {
    font-size: 14px;
    color: #64748b;
}

/* =====================================================
   INTERVIEW REMINDER BOX
   ===================================================== */
.interview-reminder {
    padding: 32px;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border: 2px solid #47BB5C;
    border-radius: 16px;
    text-align: center;
}

.interview-reminder-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #47BB5C;
}

.interview-reminder-header span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.interview-reminder h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1f295e;
    margin-bottom: 12px;
}

.interview-reminder p {
    font-size: 15px;
    color: #475569;
    line-height: 1.5;
}

/* =====================================================
   RESPONSIVE - PROCESS PAGE SPECIFIC
   ===================================================== */
@media (max-width: 991px) {
    .hero-compact .container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-visual {
        justify-content: center;
        order: -1;
    }
    
    .feature-row .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .feature-row.reversed .container {
        direction: ltr;
    }
    
    .connection-visual {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .connection-arrow {
        transform: rotate(90deg);
    }
    
    .method-visual {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .method-visual::before {
        display: none;
    }
    
    .questions-grid {
        grid-template-columns: 1fr;
    }
    
    .writer-grid {
        grid-template-columns: 1fr;
    }
    
    .scenario-grid {
        grid-template-columns: 1fr;
    }
    
    .portal-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .deliverables-grid {
        grid-template-columns: 1fr;
    }
    
    .resume-visual-compare {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .resume-compare-vs {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-compact {
        padding: 40px 0 60px;
    }
    
    .hero-compact h1 {
        font-size: 32px;
    }
    
    .hero-sub {
        font-size: 18px;
    }
    
    .tagline-section h2 {
        font-size: 28px;
    }
    
    .tagline-callout h2 {
        font-size: 28px;
    }
    
    .feature-text h2 {
        font-size: 26px;
    }
    
    .method-visual {
        grid-template-columns: 1fr;
    }
    
    .time-cards {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .time-card {
        width: calc(50% - 6px);
        min-width: 100px;
    }
    
    .stats-row {
        flex-direction: column;
        gap: 24px;
    }
    
    .timeline-horizontal {
        flex-direction: column;
        align-items: center;
    }
    
    .timeline-h-connector {
        width: 2px;
        height: 20px;
        margin: 0;
    }
    
    .ats-flow {
        flex-direction: column;
    }
    
    .ats-arrow {
        transform: rotate(90deg);
    }
    
    .method-portal-window {
        width: 100%;
        max-width: 360px;
    }
    
    .method-portal-sidebar {
        width: 100px;
    }
    
    .method-sidebar-item {
        font-size: 11px;
        padding: 8px 12px;
    }
    
    .method-sidebar-item.active {
        padding-left: 9px;
    }
    
    .method-portal-main {
        padding: 16px;
    }
    
    .method-tracker-steps {
        flex-wrap: wrap;
    }
    
    .method-tracker-step {
        flex: 0 0 calc(50% - 4px);
    }
    
    .resume-compare-image {
        min-height: 200px;
        padding: 12px;
    }
    
    .resume-compare-image img {
        max-height: 240px;
    }
}

@media (max-width: 576px) {
    .portal-mockup-card {
        width: 100%;
        max-width: 320px;
    }
    
    .portal-sidebar {
        width: 80px;
    }
    
    .portal-sidebar .sidebar-item {
        font-size: 10px;
        padding: 8px 10px;
    }
    
    .portal-main {
        padding: 16px;
    }
    
    .method-portal-body {
        flex-direction: column;
    }
    
    .method-portal-sidebar {
        width: 100%;
        display: flex;
        overflow-x: auto;
        padding: 12px 0;
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
    }
    
    .method-sidebar-item {
        white-space: nowrap;
        padding: 8px 16px;
        border-left: none !important;
        padding-left: 16px !important;
    }
    
    .method-sidebar-item.active {
        border-bottom: 2px solid #47BB5C;
        border-left: none;
    }
    
    .resume-preview-card {
        width: 100%;
        max-width: 320px;
    }
    
    .interview-reminder {
        padding: 24px 20px;
    }
    
    .deliverable-card {
        padding: 24px;
    }
    
    .format-badges {
        flex-direction: column;
        align-items: center;
    }
    
    .content-problems {
        gap: 12px;
    }
    
    .problem-item {
        padding: 14px 16px;
    }
}