/**
 * dissolveX HRMS — Travel & Expense Management Showcase Stylesheet
 * Strict dissolveX Emerald Design System & Zero-Flicker Architecture
 * Pure CSS & SVG Mockups (Zero External Stock Photos)
 */

/* ==========================================================================
   Page Container & Design Tokens
   ========================================================================== */
.te-page-wrapper {
    width: 100%;
    min-height: 100svh;
    background-color: #eaf6f0;
    background-image: radial-gradient(circle at 50% 18%, rgba(16, 185, 129, 0.20) 0%, rgba(230, 247, 240, 0.75) 45%, #eaf6f0 80%);
    color: #0f172a;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    overflow-x: hidden;
    line-height: 1.6;
}

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

/* Signature Serif Italic Accent (dissolveX Brand Signature) */
.serif-italic {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    color: #059669;
    background: linear-gradient(135deg, #065f46 0%, #10b981 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    letter-spacing: -0.5px;
    padding-right: 6px;
}

/* ==========================================================================
   Hero Section with Interactive Corporate Spend Dashboard
   ========================================================================== */
.te-hero-section {
    position: relative;
    padding: 140px 0 80px;
    text-align: center;
    overflow: hidden;
}

.te-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(16, 185, 129, 0.35);
    border-radius: 9999px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    color: #065f46;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(16, 185, 129, 0.12);
}

.te-pill-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #10b981;
    box-shadow: 0 0 8px rgba(16, 185, 129, 0.8);
}

.te-hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.8rem, 5.2vw, 4.4rem);
    font-weight: 800;
    line-height: 1.12;
    color: #0b2b20;
    letter-spacing: -0.03em;
    margin: 0 auto 22px;
    max-width: 960px;
}

.te-hero-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.05rem, 1.8vw, 1.18rem);
    font-weight: 500;
    line-height: 1.72;
    color: #334155;
    max-width: 780px;
    margin: 0 auto 36px;
}

.te-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 56px;
    flex-wrap: wrap;
}

/* ==========================================================================
   Pure CSS & SVG Travel & Expense Interactive Dashboard Mockup
   ========================================================================== */
.te-mockup-frame {
    max-width: 1140px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(16, 185, 129, 0.25);
    box-shadow: 0 25px 70px -15px rgba(16, 185, 129, 0.18), 0 10px 30px rgba(15, 23, 42, 0.05);
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
.te-mockup-frame:hover {
    transform: translateY(-3px);
    box-shadow: 0 32px 80px -15px rgba(16, 185, 129, 0.24), 0 14px 40px rgba(15, 23, 42, 0.08);
}
}

.te-mockup-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 22px;
    background: #f8fafc;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.te-window-dots {
    display: flex;
    gap: 7px;
}

.te-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
}

.te-dot-red { background: #ef4444; }
.te-dot-yellow { background: #f59e0b; }
.te-dot-green { background: #10b981; }

.te-mockup-topbar-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 8px;
}

.te-mockup-badge-live {
    font-size: 0.72rem;
    font-weight: 700;
    color: #065f46;
    background: #ecfdf5;
    border: 1px solid rgba(16, 185, 129, 0.3);
    padding: 3px 9px;
    border-radius: 9999px;
    letter-spacing: 0.2px;
}

.te-mockup-body {
    padding: 28px;
    background: #ffffff;
}

/* KPI Summary Cards Grid */
.te-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}

.te-kpi-card {
    padding: 18px 20px;
    background: #f8fafc;
    border: 1px solid rgba(16, 185, 129, 0.18);
    border-radius: 14px;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
.te-kpi-card:hover {
    background: #ecfdf5;
    border-color: #10b981;
    transform: translateY(-2px);
}
}

.te-kpi-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.te-kpi-val {
    font-family: 'Outfit', sans-serif;
    font-size: 1.65rem;
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.1;
    margin-bottom: 6px;
}

.te-kpi-sub {
    font-size: 0.76rem;
    font-weight: 600;
    color: #047857;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Main Dashboard Visual: Split Chart & Recent Approvals */
.te-dash-split {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 24px;
}

.te-chart-panel {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px;
}

.te-chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.te-chart-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.te-chart-legend {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.76rem;
    font-weight: 600;
    color: #64748b;
}

.te-legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.te-legend-color {
    width: 8px;
    height: 8px;
    border-radius: 2px;
}

.te-color-flight { background: #10b981; }
.te-color-hotel { background: #0284c7; }
.te-color-meal { background: #f59e0b; }

.te-chart-svg {
    width: 100%;
    height: 180px;
    overflow: visible;
}

/* Pending Approvals Side Panel */
.te-approvals-panel {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.te-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.te-panel-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.te-approval-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 10px;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.18s ease;
}

@media (hover: hover) and (pointer: fine) {
.te-approval-item:hover {
    background: #f8fafc;
    border-radius: 8px;
}
}

.te-approval-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.te-avatar-circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ecfdf5;
    color: #047857;
    font-weight: 700;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.te-trip-name {
    font-size: 0.86rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
}

.te-trip-sub {
    font-size: 0.74rem;
    color: #64748b;
}

.te-status-tag {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    white-space: nowrap;
}

.te-tag-pending {
    background: #fef3c7;
    color: #b45309;
}

.te-tag-approved {
    background: #ecfdf5;
    color: #047857;
}

/* ==========================================================================
   Section 2 & 3: Sticky-Split Interactive Scrolling Showcase
   ========================================================================== */
.te-section-white {
    padding: 100px 0 120px;
    background: #ffffff;
    border-top: 1px solid rgba(16, 185, 129, 0.16);
    border-bottom: 1px solid rgba(16, 185, 129, 0.16);
    position: relative;
}

.te-section-tint {
    padding: 100px 0 120px;
    background: #eaf6f0;
    position: relative;
}

/* Sticky Column: stays fixed in viewport while scrolling */

.te-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 14px;
    background: #ecfdf5;
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 9999px;
    font-size: 0.76rem;
    font-weight: 700;
    color: #065f46;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
}

.te-section-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.2rem, 3.8vw, 3.2rem);
    font-weight: 800;
    color: #0b2b20;
    line-height: 1.18;
    margin-bottom: 20px;
    letter-spacing: -0.025em;
}

.te-section-desc {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* Scrolling Stack of Step Cards */

/* Individual Scroll Step Card */

/* Sync Architecture Visual Diagram */
.te-sync-diagram-card {
    background: #f8fafc;
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 20px;
    padding: 32px 26px;
    box-shadow: 0 18px 45px -10px rgba(16, 185, 129, 0.15);
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}

.te-sync-bridge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 24px;
}

.te-bridge-node {
    background: #ffffff;
    border: 1.5px solid rgba(16, 185, 129, 0.3);
    border-radius: 14px;
    padding: 16px 18px;
    text-align: center;
    flex: 1;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.te-node-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0b2b20;
    margin-bottom: 4px;
}

.te-node-sub {
    font-size: 0.74rem;
    color: #64748b;
    font-weight: 600;
}

.te-bridge-conn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #065f46;
    font-size: 0.78rem;
    font-weight: 700;
}

.te-field-map-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 18px;
}

.te-field-map-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}

.te-fields-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.te-field-chip {
    padding: 8px 12px;
    background: #f1f5f9;
    border-radius: 8px;
    border: 1px solid transparent;
    font-size: 0.78rem;
    font-weight: 600;
    color: #334155;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.28s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), filter 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.te-field-chip span.sync-ok {
    color: #047857;
    font-weight: 700;
}

/* Approval Visual Card */
.te-approval-visual {
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 18px 45px -10px rgba(16, 185, 129, 0.16);
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}

.te-trip-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 20px;
}

.te-traveler-badge {
    display: flex;
    align-items: center;
    gap: 12px;
}

.te-traveler-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ecfdf5;
    color: #047857;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    border: 2px solid #10b981;
}

.te-traveler-name {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
}

.te-traveler-role {
    font-size: 0.8rem;
    color: #64748b;
}

.te-workflow-steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
}

.te-step-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1.5px solid #e2e8f0;
    transition: color 0.28s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), filter 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.te-step-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #0b2b20;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease, filter 0.25s ease;
}

.te-step-num.done {
    background: #065f46;
}

.te-step-content {
    flex: 1;
}

.te-step-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
}

.te-step-desc {
    font-size: 0.78rem;
    color: #64748b;
}

.te-step-status {
    font-size: 0.74rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 9999px;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

/* ==========================================================================
   Section 4: Spend Analytics & Audit Controls (Table View)
   ========================================================================== */
.te-table-wrapper {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(16, 185, 129, 0.25);
    box-shadow: 0 20px 50px -10px rgba(16, 185, 129, 0.12);
    overflow: hidden;
    margin-top: 36px;
}

.te-table-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    flex-wrap: wrap;
    gap: 12px;
}

.te-tab-filters {
    display: flex;
    gap: 8px;
}

.te-tab-btn {
    background: transparent;
    border: 1px solid transparent;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s, opacity 0.2s, transform 0.2s, filter 0.2s;
}

.te-tab-btn.active {
    background: #ffffff;
    border-color: rgba(16, 185, 129, 0.35);
    color: #065f46;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

@media (hover: hover) and (pointer: fine) {
.te-tab-btn:hover {
    background: #ffffff;
    border-color: rgba(16, 185, 129, 0.35);
    color: #065f46;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
}

.te-table-actions {
    display: flex;
    gap: 8px;
}

.te-table-action-btn {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
}

.te-expense-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.te-expense-table th {
    background: #f8fafc;
    padding: 14px 20px;
    font-size: 0.76rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e2e8f0;
}

.te-expense-table td {
    padding: 16px 20px;
    font-size: 0.88rem;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
}

.te-expense-table tr:last-child td {
    border-bottom: none;
}

@media (hover: hover) and (pointer: fine) {
.te-expense-table tr:hover td {
    background: #f8fafc;
}
}

.te-user-cell {
    display: flex;
    flex-direction: column;
}

.te-user-cell strong {
    color: #0f172a;
    font-size: 0.92rem;
}

.te-user-cell span {
    font-size: 0.76rem;
    color: #64748b;
}

.te-amount-bold {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: #0b2b20;
}

/* ==========================================================================
   Section 5: Strategic Advantages Bento Grid (Dark Luxury Section)
   ========================================================================== */
.te-advantages-section {
    padding: 110px 0;
    background: #061811;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(16, 185, 129, 0.2);
    border-bottom: 1px solid rgba(16, 185, 129, 0.2);
}

.te-advantages-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.4rem, 4.2vw, 3.6rem);
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    line-height: 1.18;
    margin-bottom: 56px;
    letter-spacing: -0.025em;
}

.te-advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 60px;
}

.te-adv-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 18px;
    padding: 34px 28px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: color 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media (hover: hover) and (pointer: fine) {
.te-adv-card:hover {
    transform: translateY(-6px);
    border-color: #10b981;
    background: rgba(16, 185, 129, 0.08);
    box-shadow: 0 20px 45px -10px rgba(16, 185, 129, 0.25);
}
}

.te-adv-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.te-adv-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 14px;
}

.te-adv-desc {
    font-size: 0.92rem;
    color: #94a3b8;
    line-height: 1.65;
}

/* Customer Testimonial Card */
.te-testimonial-card {
    background: #ffffff;
    color: #0f172a;
    border-radius: 18px;
    padding: 40px 44px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.te-test-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 800;
    color: #047857;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.te-quote-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.15rem;
    line-height: 1.7;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 24px;
    font-style: normal;
}

.te-author-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e2e8f0;
    padding-top: 18px;
}

.te-author-info strong {
    display: block;
    font-size: 0.95rem;
    color: #0f172a;
}

.te-author-info span {
    font-size: 0.82rem;
    color: #64748b;
}

.te-verified-tag {
    color: #047857;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ==========================================================================
   Section 7: Bottom CTA Banner (dissolveX Theme)
   ========================================================================== */

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1080px) {
    .te-kpi-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .te-dash-split {
        grid-template-columns: 1fr;
    }
    .te-split-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .te-advantages-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .te-hero-section {
        padding: 110px 18px 50px;
    }
    .te-kpi-grid {
        grid-template-columns: 1fr;
    }
    .te-table-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }
    .te-table-wrapper {
        overflow-x: auto;
    }
    .te-expense-table {
        min-width: 600px;
    }
}

/* ==========================================================================
   Page Scenic CTA Backdrop Image
   ========================================================================== */
.feat-cta-banner-section,
[class*="-cta-banner-section"],
.onb-cta-banner-section,
.mf-download-section {
    background-image: none !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* ==========================================================================
   Custom Rich Visual Travel & Expense CTA Showcase Banner Styles
   ========================================================================== */
.te-cta-showcase-section {
    padding: 38px 0 60px;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.te-cta-showcase-section .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.te-cta-showcase-card {
    position: relative;
    background: linear-gradient(135deg, #f3faf6 0%, #e6f6ee 50%, #d8f1e4 100%);
    border: 1.5px solid rgba(16, 185, 129, 0.28);
    border-radius: 28px;
    padding: 42px 44px 42px 48px;
    display: grid;
    grid-template-columns: 1.12fr 0.98fr;
    gap: 36px;
    align-items: center;
    box-shadow: 0 16px 48px rgba(16, 185, 129, 0.08), 0 4px 16px rgba(0, 0, 0, 0.03);
    overflow: visible;
}

/* Left Column */
.te-cta-showcase-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    z-index: 2;
    text-align: left;
}

.te-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #ffffff;
    border: 1px solid #c9edd9;
    border-radius: 100px;
    padding: 5px 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0d5435;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.te-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
}

.te-cta-showcase-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.35rem;
    font-weight: 800;
    line-height: 1.18;
    color: #0b2b20;
    margin: 0;
    letter-spacing: -0.02em;
}

.te-cta-showcase-title .serif-italic {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 2.75rem;
    color: #065f46;
    letter-spacing: -0.01em;
}

.te-cta-showcase-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2d5a47;
    margin: 0;
    max-width: 500px;
}

/* Micro-features */
.te-cta-micro-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 24px;
    margin-top: 4px;
}

.te-cta-micro-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1b4d38;
}

.te-cta-check-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #10b981;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Buttons */
.te-cta-actions-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.te-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #065f46;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 100px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(6, 95, 70, 0.28);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.te-cta-btn-primary:hover {
    background: #047857;
    transform: translateY(-2px);
}

.te-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ffffff;
    color: #065f46 !important;
    border: 1.5px solid #a7dcc2;
    font-family: 'Outfit', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 100px;
    text-decoration: none !important;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.te-cta-btn-secondary:hover {
    border-color: #065f46;
    transform: translateY(-2px);
}

/* Right Column: Mockup Stage */
.te-cta-showcase-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.te-cta-mockup-stage {
    position: relative;
    width: 485px;
    max-width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
}

/* 4-Corner Floating Badges */
.te-float-badge {
    position: absolute;
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, 0.28);
    border-radius: 12px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    z-index: 15;
    white-space: nowrap;
}

.te-float-badge.top-left {
    top: 2px;
    left: 10px;
}

.te-float-badge.bottom-right {
    bottom: 2px;
    right: 10px;
}

.te-float-icon {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #e6f7f0;
    color: #15803d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.te-float-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 800;
    color: #0b2b20;
}

/* Handwritten Doodles */
.te-doodle-note-top {
    position: absolute;
    top: 0px;
    right: -8px;
    z-index: 18;
    pointer-events: none;
}

.te-doodle-note-bottom {
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 18;
    pointer-events: none;
}

.te-doodle-text {
    font-family: 'Caveat', cursive, sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    color: #166534;
    line-height: 1.05;
    transform: rotate(3deg);
    white-space: nowrap;
}

.te-doodle-text.alt {
    color: #166534;
    transform: rotate(-3deg);
}

/* White Mockup Window */
.te-cta-window {
    background: #ffffff;
    border: 1px solid #cce8da;
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(11, 43, 32, 0.12);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.te-cta-window-top {
    background: #f8fafc;
    border-bottom: 1px solid #eef5f1;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.te-cta-window-dots {
    display: flex;
    align-items: center;
    gap: 5px;
}

.te-cta-window-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.te-cta-window-dot.red { background: #ef4444; }
.te-cta-window-dot.yellow { background: #f59e0b; }
.te-cta-window-dot.green { background: #10b981; }

.te-cta-window-title {
    font-size: 0.65rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Claim Summary Strip */
.te-cta-summary-strip {
    padding: 12px 14px;
    background: #f8fafc;
    border-bottom: 1px solid #eef5f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.te-cta-sum-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.te-cta-sum-lbl {
    font-size: 0.62rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
}

.te-cta-sum-val {
    font-size: 0.84rem;
    font-weight: 800;
    color: #0f172a;
}

.te-cta-sum-val.pos {
    color: #059669;
}

.te-cta-sum-status {
    padding: 3px 8px;
    background: #d1fae5;
    color: #065f46;
    font-size: 0.64rem;
    font-weight: 700;
    border-radius: 9999px;
}

/* Receipt Details Card */
.te-cta-receipt-card {
    padding: 14px;
    background: #ffffff;
}

.te-cta-rcpt-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
}

.te-cta-rcpt-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.te-cta-rcpt-name {
    font-size: 0.82rem;
    font-weight: 700;
    color: #0f172a;
}

.te-cta-rcpt-date {
    font-size: 0.66rem;
    color: #64748b;
}

.te-cta-breakup-grid {
    background: #f8fafc;
    border-radius: 8px;
    padding: 8px 10px;
    margin-bottom: 10px;
    border: 1px solid #e2e8f0;
}

.te-cta-break-line {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    color: #334155;
    margin-bottom: 3px;
}

.te-cta-break-line.policy {
    margin-top: 5px;
    padding-top: 4px;
    border-top: 1px dashed #cbd5e1;
}

.te-cta-break-line strong.pos {
    color: #047857;
}

.te-cta-action-bar {
    display: flex;
}

.te-cta-btn-disburse {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    background: #065f46;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.te-cta-btn-disburse:hover {
    background: #047857;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 960px) {
    .te-cta-showcase-card {
        grid-template-columns: 1fr;
        padding: 34px 24px;
        gap: 32px;
    }
    .te-cta-showcase-left {
        text-align: center;
        align-items: center;
    }
    .te-cta-showcase-desc {
        margin-left: auto;
        margin-right: auto;
    }
    .te-cta-micro-features {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
    .te-cta-actions-row {
        justify-content: center;
    }
}

@media (max-width: 680px) {
    .te-doodle-note-top,
    .te-doodle-note-bottom {
        display: none !important;
    }
    .te-cta-actions-row .te-cta-btn-primary,
    .te-cta-actions-row .te-cta-btn-secondary {
        width: 100%;
    }
    .te-cta-micro-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

