/* Homepage Custom Styles - LabelInn 2026 */

/* Consistent Card Styles */
.card-consistent {
    background: var(--bg-primary);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.card-consistent:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: var(--primary);
}

/* HERO SECTION */
.hero-new {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #2563eb 0%, #7b2cbf 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 0;
    overflow: hidden;
}
.hero-new-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('https://www.transparenttextures.com/patterns/cubes.png');
    opacity: 0.08;
    z-index: 0;
}
.hero-new-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}
.hero-new-content {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
    min-width: 320px;
}
/* Hero Trust Badges */
.hero-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.hero-badge {
    background: rgba(255,255,255,0.12);
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #fff;
    box-shadow: 0 2px 8px rgba(37,99,235,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
}
.hero-badge-icon {
    font-size: 1.2rem;
}
.hero-new-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    color: #fff;
}
.hero-title-gradient {
    background: linear-gradient(90deg, #00d4ff, #7b2cbf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.hero-new-subtitle {
    font-size: 1.25rem;
    color: rgba(255,255,255,0.95);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.hero-new-cta {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.btn-hero-primary {
    background: linear-gradient(90deg, #2563eb 0%, #10b981 100%);
    color: #fff;
    font-weight: 700;
    border-radius: 1rem;
    padding: 1.25rem 2.5rem;
    font-size: 1.25rem;
    box-shadow: 0 4px 16px rgba(37,99,235,0.12);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
}
.btn-hero-primary:hover {
    background: linear-gradient(90deg, #10b981 0%, #2563eb 100%);
    box-shadow: 0 8px 32px rgba(37,99,235,0.18);
}
.btn-hero-text {
    font-size: 1.25rem;
    font-weight: 700;
}
.btn-hero-subtext {
    font-size: 0.95rem;
    font-weight: 400;
    opacity: 0.85;
}
.btn-hero-secondary {
    background: rgba(255,255,255,0.18);
    color: #fff;
    font-weight: 600;
    border-radius: 1rem;
    padding: 1.25rem 2.5rem;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    transition: background 0.2s;
}
.btn-hero-secondary:hover {
    background: rgba(255,255,255,0.28);
}
.play-icon {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}
.hero-trust-row {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}
.trust-pill {
    background: rgba(255,255,255,0.15);
    border-radius: 1rem;
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.trust-check {
    color: #10b981;
    font-weight: 700;
    font-size: 1.1rem;
}
.hero-screenshots {
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    min-width: 320px;
}
.screenshot-main {
    width: 340px;
    height: 220px;
    background: rgba(255,255,255,0.08);
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 2px 12px rgba(37,99,235,0.10);
}
.screenshot-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #fff;
    opacity: 0.8;
}
.placeholder-icon {
    font-size: 2.5rem;
}
.placeholder-text {
    font-size: 1.1rem;
    font-weight: 600;
}
.placeholder-hint {
    font-size: 0.95rem;
    opacity: 0.7;
}
.screenshot-secondary {
    display: flex;
    gap: 1rem;
}
.screenshot-small {
    width: 120px;
    height: 80px;
    background: rgba(255,255,255,0.08);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 6px rgba(37,99,235,0.08);
}
.screenshot-placeholder.small {
    font-size: 0.95rem;
    gap: 0.25rem;
}
.scroll-down-indicator {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    opacity: 0.7;
    font-size: 1rem;
    z-index: 2;
}
.scroll-arrow {
    width: 24px;
    height: 24px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: 6px;
}

/* PAIN POINTS SECTION */
.pain-points-section {
    background: var(--bg-secondary);
    padding: 64px 0;
}
.pain-points-header {
    text-align: center;
    margin-bottom: 2rem;
}
.section-eyebrow {
    font-size: 1.1rem;
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    display: block;
}
.section-title-new {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}
.pain-points-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-bottom: 2.5rem;
}
.pain-card {
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 2px 12px rgba(37,99,235,0.08);
    padding: 2rem 1.5rem;
    text-align: center;
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}
.pain-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
.solution-banner {
    background: linear-gradient(90deg, #10b981 0%, #2563eb 100%);
    border-radius: 1.5rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    color: #fff;
    box-shadow: 0 2px 16px rgba(37,99,235,0.10);
}
.solution-content {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.solution-icon {
    font-size: 2.5rem;
}
.solution-text h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.solution-text p {
    font-size: 1.1rem;
    opacity: 0.95;
}

/* FEATURES SECTION */
.features-section {
    background: #fff;
    padding: 64px 0;
}
.section-header {
    text-align: center;
    margin-bottom: 2rem;
}
.section-desc {
    color: var(--text-secondary);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}
.features-comparison {
    margin-bottom: 2.5rem;
    overflow-x: auto;
}
.comparison-table-new {
    width: 100%;
    border-collapse: collapse;
    background: #f9fafb;
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(37,99,235,0.08);
    overflow: hidden;
}
.comparison-table-new th,
.comparison-table-new td {
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
    font-size: 1rem;
}
.comparison-table-new th {
    background: #f3f4f6;
    font-weight: 700;
    color: var(--primary);
}
.comparison-table-new tr:last-child td {
    border-bottom: none;
}
.comparison-table-new .check {
    color: #10b981;
    font-weight: 700;
}
.comparison-table-new .cross {
    color: #ef4444;
}
.comparison-table-new .partial {
    color: #f59e0b;
}
.comparison-table-new .highlight {
    background: #e0e7ff;
    font-weight: 700;
}
.feature-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}
.feature-card-new {
    background: #f9fafb;
    border-radius: 1.25rem;
    box-shadow: 0 2px 12px rgba(37,99,235,0.08);
    padding: 2rem 1.5rem;
    text-align: left;
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.feature-card-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
.feature-stat {
    margin-top: 1rem;
    font-size: 1rem;
    color: var(--primary);
    font-weight: 600;
    display: flex;
    gap: 0.5rem;
}
.stat-value {
    font-size: 1.1rem;
    font-weight: 700;
}
.stat-label {
    font-size: 0.95rem;
    opacity: 0.8;
}

/* INTEGRATIONS SECTION */
.integrations-section-new {
    background: var(--bg-secondary);
    padding: 64px 0;
}
.integration-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.flow-step {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    color: var(--primary);
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(37,99,235,0.08);
}
.flow-step.completed {
    background: linear-gradient(90deg, #10b981 0%, #2563eb 100%);
    color: #fff;
}
.flow-icon {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.flow-arrow {
    font-size: 1.5rem;
    color: #6b7280;
    font-weight: 700;
}
.integrations-slider {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 2rem;
}
.slider-track {
    display: flex;
    gap: 2rem;
    min-width: 900px;
    align-items: center;
}
.integration-logo-item {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    color: var(--primary);
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(37,99,235,0.08);
    min-width: 120px;
}
.logo-emoji {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
.logo-name {
    font-size: 1rem;
    font-weight: 700;
}
.cargo {
    background: #e0e7ff;
}

/* PRICING SECTION */
.pricing-section-new {
    background: #fff;
    padding: 64px 0;
}
.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.toggle-label {
    font-size: 1.1rem;
    color: var(--primary);
    font-weight: 700;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
}
.toggle-label.active {
    opacity: 1;
    color: #10b981;
}
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 32px;
}
.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #e0e7ff;
    border-radius: 32px;
    transition: background 0.2s;
}
.toggle-switch input:checked + .toggle-slider {
    background: #10b981;
}
.toggle-slider:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.2s;
}
.toggle-switch input:checked + .toggle-slider:before {
    transform: translateX(24px);
}
.toggle-badge {
    background: #10b981;
    color: #fff;
    font-size: 0.85rem;
    border-radius: 1rem;
    padding: 0.2rem 0.7rem;
    margin-left: 0.5rem;
    font-weight: 600;
}
.pricing-grid-new {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}
.pricing-card-new {
    background: #f9fafb;
    border-radius: 1.25rem;
    box-shadow: 0 2px 12px rgba(37,99,235,0.08);
    padding: 2rem 1.5rem;
    text-align: left;
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
}
.pricing-card-new.featured {
    border: 2px solid #10b981;
    box-shadow: 0 4px 24px rgba(16,185,129,0.12);
    transform: scale(1.04);
}
.pricing-popular {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #10b981;
    color: #fff;
    padding: 0.3rem 1.2rem;
    border-radius: 1rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.pricing-tier {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 0.5rem;
}
.pricing-price {
    font-size: 2.2rem;
    font-weight: 900;
    color: #10b981;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
}
.price-currency {
    font-size: 1.2rem;
    color: #2563eb;
}
.price-amount {
    font-size: 2.2rem;
    font-weight: 900;
}
.price-period {
    font-size: 1rem;
    color: #6b7280;
    margin-left: 0.25rem;
}
.pricing-features-new {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
}
.pricing-features-new li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #374151;
    font-size: 1rem;
}
.pricing-features-new li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
}
.btn-block {
    width: 100%;
    margin-top: 1rem;
}
.addons-row {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    color: #2563eb;
    font-weight: 600;
}
.addons-label {
    color: #10b981;
    font-weight: 700;
}
.addon-item {
    background: #e0e7ff;
    border-radius: 1rem;
    padding: 0.3rem 1rem;
    font-size: 0.95rem;
    color: #2563eb;
    font-weight: 600;
}
.pricing-trust {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
    justify-content: center;
}
.trust-item-new {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    color: #2563eb;
    font-weight: 600;
}
.trust-icon-new {
    font-size: 1.2rem;
}

/* SUCCESS STORIES SECTION */
.success-stories-section {
    background: var(--bg-secondary);
    padding: 64px 0;
}
.success-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}
.success-card {
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 2px 12px rgba(37,99,235,0.08);
    padding: 2rem 1.5rem;
    text-align: left;
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.success-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}
.success-logo-placeholder {
    width: 48px;
    height: 48px;
    background: #e0e7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #2563eb;
    font-weight: 700;
}
.success-info h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.success-sector {
    font-size: 0.95rem;
    color: #10b981;
    font-weight: 600;
}
.success-quote {
    font-style: italic;
    color: #374151;
    margin-bottom: 1rem;
    font-size: 1rem;
}
.success-metric {
    font-size: 1rem;
    color: #2563eb;
    font-weight: 600;
    display: flex;
    gap: 0.5rem;
}
.metric-value {
    font-size: 1.1rem;
    font-weight: 700;
}
.metric-label {
    font-size: 0.95rem;
    opacity: 0.8;
}

/* DEMO SECTION */
.demo-section {
    background: #fff;
    padding: 64px 0;
}
.demo-video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}
.video-placeholder {
    width: 340px;
    height: 220px;
    background: #e0e7ff;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    font-size: 1.2rem;
    gap: 0.5rem;
    box-shadow: 0 2px 12px rgba(37,99,235,0.10);
}
.play-button-large {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}
.demo-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
}
.demo-step {
    background: #f9fafb;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    text-align: center;
    color: var(--primary);
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(37,99,235,0.08);
}
.step-number {
    font-size: 1.5rem;
    font-weight: 900;
    color: #10b981;
    margin-bottom: 0.5rem;
}

/* FINAL CTA SECTION */
.final-cta-section {
    background: linear-gradient(135deg, #2563eb 0%, #10b981 100%);
    color: #fff;
    padding: 64px 0;
    text-align: center;
}
.final-cta-content {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.btn-final-cta {
    background: #fff;
    color: #2563eb;
    font-weight: 700;
    border-radius: 1rem;
    padding: 1.25rem 2.5rem;
    font-size: 1.25rem;
    box-shadow: 0 4px 16px rgba(37,99,235,0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
    margin-bottom: 1rem;
}
.btn-final-cta:hover {
    background: #e0e7ff;
    color: #10b981;
    box-shadow: 0 8px 32px rgba(37,99,235,0.18);
}
.btn-main-text {
    font-size: 1.25rem;
    font-weight: 700;
}
.btn-sub-text {
    font-size: 0.95rem;
    font-weight: 400;
    opacity: 0.85;
}
.final-trust {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
    opacity: 0.85;
    margin-top: 1rem;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    .hero-new-container {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }
    .hero-new-content, .hero-screenshots {
        min-width: 0;
        width: 100%;
    }
}
@media (max-width: 800px) {
    .hero-new-title {
        font-size: 2.2rem;
    }
    .section-title-new {
        font-size: 1.5rem;
    }
    .hero-new-container {
        padding: 0 1rem;
    }
    .pain-points-section, .features-section, .integrations-section-new, .pricing-section_new, .success-stories-section, .demo-section, .final-cta-section {
        padding: 32px 0;
    }
}
@media (max-width: 600px) {
    .hero-new-title {
        font-size: 1.3rem;
    }
    .hero-new-content {
        gap: 16px;
    }
    .hero-screenshots {
        gap: 0.5rem;
    }
    .screenshot-main {
        width: 220px;
        height: 120px;
    }
    .screenshot-small {
        width: 70px;
        height: 40px;
    }
    .pain-points-grid, .feature-cards-grid, .success-grid, .demo-steps {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .slider-track {
        min-width: 600px;
        gap: 1rem;
    }
}

/* Animations */
.animate-fade-up {
    opacity: 0;
    transform: translateY(24px);
    animation: fadeUp 0.8s forwards;
}
.animate-fade-up.delay-1 { animation-delay: 0.1s; }
.animate-fade-up.delay-2 { animation-delay: 0.2s; }
.animate-fade-up.delay-3 { animation-delay: 0.3s; }
.animate-fade-up.delay-4 { animation-delay: 0.4s; }
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: none;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s, transform 0.6s;
}
.reveal.visible {
    opacity: 1;
    transform: none;
}

/* Utility */
.text-center { text-align: center; }
.text-primary { color: var(--primary); }
.text-secondary { color: var(--text-secondary); }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }

/* End of homepage.css */