/* Startup Tech Debt Landing Page Styles */

/* ============================================
   SHARED UTILITIES
   ============================================ */

.startup-section-tagline {

    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 0.05em;

    --tw-text-opacity: 1;

    color: rgb(255 88 16 / var(--tw-text-opacity, 1))
}

.startup-section-headline {

    margin-top: 0.5rem;

    font-size: 1.875rem;

    line-height: 2.25rem;

    font-weight: 700;

    color: var(--text-primary)
}

@media (min-width: 768px) {

    .startup-section-headline {

        font-size: 2.25rem;

        line-height: 2.5rem
    }
}

.startup-section-subheadline {

    margin-top: 1rem;

    max-width: 42rem;

    font-size: 1.125rem;

    line-height: 1.75rem;

    color: var(--text-secondary)
}

.startup-title-holder {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center
}

/* ============================================
   PROBLEM SECTION
   ============================================ */

.startup-problem-section {

    border-bottom-width: 1px;

    border-color: var(--glass-border-5);

    padding-top: 4rem;

    padding-bottom: 4rem
}

@media (min-width: 768px) {

    .startup-problem-section {

        padding-top: 6rem;

        padding-bottom: 6rem
    }
}

.startup-problem-grid {

    margin-left: auto;

    margin-right: auto;

    margin-top: 2rem;

    display: grid;

    max-width: 80rem;

    gap: 1rem
}

@media (min-width: 640px) {

    .startup-problem-grid {

        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width: 768px) {

    .startup-problem-grid {

        margin-top: 3rem;

        gap: 1.5rem
    }
}

@media (min-width: 1024px) {

    .startup-problem-grid {

        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

.startup-problem-card {

    display: flex;

    flex-direction: column;

    gap: 1rem;

    border-radius: 0.75rem;

    border-width: 1px;

    border-color: rgb(239 68 68 / 0.2);

    background-color: rgb(69 10 10 / 0.1);

    padding: 1.5rem
}

.startup-problem-card-icon {

    font-size: 1.875rem;

    line-height: 2.25rem;

    --tw-text-opacity: 1;

    color: rgb(248 113 113 / var(--tw-text-opacity, 1))
}

.startup-problem-card-title {

    font-size: 1.125rem;

    line-height: 1.75rem;

    font-weight: 700;

    color: var(--text-primary)
}

.startup-problem-card-description {

    font-size: 0.875rem;

    line-height: 1.25rem;

    color: var(--text-secondary)
}

/* Statistics Row */

.startup-stats-row {

    margin-left: auto;

    margin-right: auto;

    margin-top: 2rem;

    display: flex;

    max-width: 56rem;

    flex-wrap: wrap;

    justify-content: center;

    gap: 2rem
}

@media (min-width: 768px) {

    .startup-stats-row {

        flex-wrap: nowrap;

        gap: 3rem
    }
}

.startup-stat {

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 0.5rem
}

.startup-stat-value {

    font-size: 2.25rem;

    line-height: 2.5rem;

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(248 113 113 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {

    .startup-stat-value {

        font-size: 3rem;

        line-height: 1
    }
}

.startup-stat-label {

    text-align: center;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}

/* ============================================
   SOLUTION SECTION
   ============================================ */

.startup-solution-section {

    border-bottom-width: 1px;

    border-color: var(--glass-border-5);

    padding-top: 4rem;

    padding-bottom: 4rem
}

@media (min-width: 768px) {

    .startup-solution-section {

        padding-top: 6rem;

        padding-bottom: 6rem
    }
}

.startup-solution-grid {

    margin-left: auto;

    margin-right: auto;

    margin-top: 2rem;

    display: grid;

    max-width: 80rem;

    gap: 1rem
}

@media (min-width: 640px) {

    .startup-solution-grid {

        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width: 768px) {

    .startup-solution-grid {

        margin-top: 3rem;

        gap: 1.5rem
    }
}

.startup-solution-card {

    display: flex;

    flex-direction: column;

    gap: 1rem;

    border-radius: 0.75rem;

    border-width: 1px;

    border-color: rgb(255 88 16 / 0.2);

    background-color: rgb(255 88 16 / 0.05);

    padding: 1.5rem
}

.startup-solution-card-icon {

    font-size: 1.875rem;

    line-height: 2.25rem;

    --tw-text-opacity: 1;

    color: rgb(255 88 16 / var(--tw-text-opacity, 1))
}

.startup-solution-card-title {

    font-size: 1.125rem;

    line-height: 1.75rem;

    font-weight: 700;

    color: var(--text-primary)
}

.startup-solution-card-description {

    font-size: 0.875rem;

    line-height: 1.25rem;

    color: var(--text-secondary)
}

/* ============================================
   HOW IT WORKS SECTION
   ============================================ */

.startup-how-it-works-section {

    border-bottom-width: 1px;

    border-color: var(--glass-border-5);

    padding-top: 4rem;

    padding-bottom: 4rem
}

@media (min-width: 768px) {

    .startup-how-it-works-section {

        padding-top: 6rem;

        padding-bottom: 6rem
    }
}

.startup-steps-grid {

    margin-left: auto;

    margin-right: auto;

    margin-top: 2rem;

    display: grid;

    max-width: 80rem;

    gap: 1rem
}

@media (min-width: 640px) {

    .startup-steps-grid {

        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width: 768px) {

    .startup-steps-grid {

        margin-top: 3rem;

        gap: 1.5rem
    }
}

@media (min-width: 1024px) {

    .startup-steps-grid {

        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

.startup-step-card {

    position: relative;

    display: flex;

    flex-direction: column;

    gap: 1rem;

    border-radius: 0.75rem;

    border-width: 1px;

    border-color: var(--glass-border-10);

    background-color: var(--glass-bg-5);

    padding: 1.5rem
}

.startup-step-number {

    display: flex;

    height: 2.5rem;

    width: 2.5rem;

    align-items: center;

    justify-content: center;

    border-radius: 9999px;

    --tw-bg-opacity: 1;

    background-color: rgb(255 88 16 / var(--tw-bg-opacity, 1));

    font-size: 1.125rem;

    line-height: 1.75rem;

    font-weight: 700;

    color: var(--text-inverse)
}

.startup-step-title {

    font-size: 1.125rem;

    line-height: 1.75rem;

    font-weight: 700;

    color: var(--text-primary)
}

.startup-step-description {

    font-size: 0.875rem;

    line-height: 1.25rem;

    color: var(--text-secondary)
}

.startup-step-connector {

    position: absolute;

    right: -1rem;

    top: 50%;

    display: none;

    height: 0.125rem;

    width: 2rem;

    --tw-translate-y: -50%;

    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

    background-color: rgb(255 88 16 / 0.3)
}

@media (min-width: 1024px) {

    .startup-step-connector {

        display: block
    }
}

.startup-step-header {

    display: flex;

    align-items: center;

    justify-content: space-between
}

.startup-step-time {

    border-radius: 9999px;

    background-color: rgb(255 88 16 / 0.2);

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    padding-top: 0.25rem;

    padding-bottom: 0.25rem;

    font-size: 0.75rem;

    line-height: 1rem;

    font-weight: 600;

    --tw-text-opacity: 1;

    color: rgb(255 88 16 / var(--tw-text-opacity, 1))
}

/* ============================================
   BENEFITS SECTION
   ============================================ */

.startup-benefits-section {

    border-bottom-width: 1px;

    border-color: var(--glass-border-5);

    padding-top: 4rem;

    padding-bottom: 4rem
}

@media (min-width: 768px) {

    .startup-benefits-section {

        padding-top: 6rem;

        padding-bottom: 6rem
    }
}

.startup-benefits-grid {

    margin-left: auto;

    margin-right: auto;

    margin-top: 2rem;

    display: grid;

    max-width: 80rem;

    gap: 1rem
}

@media (min-width: 640px) {

    .startup-benefits-grid {

        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width: 768px) {

    .startup-benefits-grid {

        margin-top: 3rem;

        gap: 1.5rem
    }
}

.startup-benefit-card {

    display: flex;

    flex-direction: column;

    gap: 1rem;

    border-radius: 0.75rem;

    border-width: 1px;

    border-color: rgb(34 197 94 / 0.2);

    background-color: rgb(5 46 22 / 0.1);

    padding: 1.5rem
}

.startup-benefit-icon {

    font-size: 1.875rem;

    line-height: 2.25rem;

    --tw-text-opacity: 1;

    color: rgb(74 222 128 / var(--tw-text-opacity, 1))
}

.startup-benefit-title {

    font-size: 1.125rem;

    line-height: 1.75rem;

    font-weight: 700;

    color: var(--text-primary)
}

.startup-benefit-description {

    font-size: 0.875rem;

    line-height: 1.25rem;

    color: var(--text-secondary)
}

/* ============================================
   COMPARISON SECTION - Enhanced Visual Design
   ============================================ */

.startup-comparison-section {

    border-bottom-width: 1px;

    border-color: var(--glass-border-5);

    padding-top: 4rem;

    padding-bottom: 4rem
}

@media (min-width: 768px) {

    .startup-comparison-section {

        padding-top: 6rem;

        padding-bottom: 6rem
    }
}

.startup-comparison-wrapper {

    margin-left: auto;

    margin-right: auto;

    margin-top: 2rem;

    width: 100%;

    max-width: 72rem
}

@media (min-width: 768px) {

    .startup-comparison-wrapper {

        margin-top: 3rem
    }
}

.startup-comparison-animation-div {

    width: 100%
}

/* Comparison Grid - Desktop */

.startup-comparison-grid {

    display: none
}

@media (min-width: 1024px) {

    .startup-comparison-grid {

        display: block
    }
}

.startup-comparison-header {

    margin-bottom: 1rem;

    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 1rem
}

.startup-comparison-header-cell {

    border-radius: 0.5rem;

    background-color: rgb(255 255 255 / 0.05);

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.75rem;

    padding-bottom: 0.75rem;

    text-align: center;

    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 600;

    color: var(--text-secondary)
}

.startup-comparison-header-cell:first-child {

    text-align: left
}

.startup-comparison-header-enric {

    position: relative;

    border-radius: 0.5rem;

    border-width: 2px;

    --tw-border-opacity: 1;

    border-color: rgb(255 88 16 / var(--tw-border-opacity, 1));

    background-color: rgb(255 88 16 / 0.1);

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.75rem;

    padding-bottom: 0.75rem;

    text-align: center;

    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(255 88 16 / var(--tw-text-opacity, 1))
}

.startup-comparison-badge {

    position: absolute;

    top: -0.75rem;

    left: 50%;

    --tw-translate-x: -50%;

    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

    white-space: nowrap;

    border-radius: 9999px;

    --tw-bg-opacity: 1;

    background-color: rgb(255 88 16 / var(--tw-bg-opacity, 1));

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    padding-top: 0.125rem;

    padding-bottom: 0.125rem;

    font-size: 0.75rem;

    line-height: 1rem;

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.startup-comparison-row {

    margin-bottom: 0.5rem;

    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 1rem
}

.startup-comparison-feature-cell {

    display: flex;

    align-items: center;

    border-radius: 0.5rem;

    background-color: rgb(255 255 255 / 0.05);

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 1rem;

    padding-bottom: 1rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 500;

    color: var(--text-primary)
}

.startup-comparison-value-cell {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 0.5rem;

    border-radius: 0.5rem;

    background-color: rgb(255 255 255 / 0.05);

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 1rem;

    padding-bottom: 1rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}

.startup-comparison-enric-cell {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 0.5rem;

    border-radius: 0.5rem;

    border-width: 1px;

    border-color: rgb(255 88 16 / 0.3);

    background-color: rgb(255 88 16 / 0.1);

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 1rem;

    padding-bottom: 1rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 600;

    --tw-text-opacity: 1;

    color: rgb(255 88 16 / var(--tw-text-opacity, 1))
}

/* Status Indicators */

.startup-status-excellent {

    --tw-text-opacity: 1;

    color: rgb(18 183 106 / var(--tw-text-opacity, 1))
}

.startup-status-good {

    --tw-text-opacity: 1;

    color: rgb(255 88 16 / var(--tw-text-opacity, 1))
}

.startup-status-moderate {

    --tw-text-opacity: 1;

    color: rgb(247 144 9 / var(--tw-text-opacity, 1))
}

.startup-status-poor {

    --tw-text-opacity: 1;

    color: rgb(248 113 113 / var(--tw-text-opacity, 1))
}

/* Value highlight variations */

.startup-value-highlight {

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(18 183 106 / var(--tw-text-opacity, 1))
}

.startup-value-negative {

    color: rgb(248 113 113 / 0.8)
}

.startup-value-neutral {

    color: rgb(247 144 9 / 0.8)
}

/* Icon containers */

.startup-icon-positive {

    display: flex;

    height: 1.5rem;

    width: 1.5rem;

    flex-shrink: 0;

    align-items: center;

    justify-content: center;

    --tw-text-opacity: 1;

    color: rgb(18 183 106 / var(--tw-text-opacity, 1))
}

.startup-icon-negative {

    display: flex;

    height: 1.5rem;

    width: 1.5rem;

    flex-shrink: 0;

    align-items: center;

    justify-content: center;

    --tw-text-opacity: 1;

    color: rgb(248 113 113 / var(--tw-text-opacity, 1))
}

.startup-icon-neutral {

    display: flex;

    height: 1.5rem;

    width: 1.5rem;

    flex-shrink: 0;

    align-items: center;

    justify-content: center;

    --tw-text-opacity: 1;

    color: rgb(247 144 9 / var(--tw-text-opacity, 1))
}

/* Comparison Cards - Mobile */

.startup-comparison-cards {

    display: grid;

    gap: 1rem
}

@media (min-width: 1024px) {

    .startup-comparison-cards {

        display: none
    }
}

.startup-comparison-card {

    border-radius: 0.75rem;

    border-width: 1px;

    border-color: var(--glass-border-10);

    background-color: var(--glass-bg-5);

    padding: 1rem
}

.startup-comparison-card-header {

    margin-bottom: 1rem;

    border-bottom-width: 1px;

    border-color: rgb(255 255 255 / 0.1);

    padding-bottom: 0.75rem
}

.startup-comparison-card-feature {

    font-size: 1rem;

    line-height: 1.5rem;

    font-weight: 600;

    color: var(--text-primary)
}

.startup-comparison-card-values {

    display: grid;

    gap: 0.75rem
}

.startup-comparison-card-row {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 0.5rem
}

.startup-comparison-card-provider {

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}

.startup-comparison-card-value {

    display: flex;

    align-items: center;

    gap: 0.5rem;

    font-size: 0.875rem;

    line-height: 1.25rem
}

.startup-comparison-card-enric {

    border-radius: 0.5rem;

    border-width: 1px;

    border-color: rgb(255 88 16 / 0.3);

    background-color: rgb(255 88 16 / 0.1);

    padding: 0.75rem
}

.startup-comparison-card-enric .startup-comparison-card-provider {

    font-weight: 600;

    --tw-text-opacity: 1;

    color: rgb(255 88 16 / var(--tw-text-opacity, 1))
}

.startup-comparison-card-enric .startup-comparison-card-value {

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(255 88 16 / var(--tw-text-opacity, 1))
}

/* Summary Stats */

.startup-comparison-summary {

    margin-top: 2rem;

    display: grid;

    gap: 1rem
}

@media (min-width: 640px) {

    .startup-comparison-summary {

        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.startup-summary-stat {

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 0.5rem;

    border-radius: 0.75rem;

    border-width: 1px;

    border-color: rgb(255 88 16 / 0.2);

    background-color: rgb(255 88 16 / 0.05);

    padding: 1.5rem;

    text-align: center
}

.startup-summary-value {

    font-size: 1.875rem;

    line-height: 2.25rem;

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(255 88 16 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {

    .startup-summary-value {

        font-size: 2.25rem;

        line-height: 2.5rem
    }
}

.startup-summary-label {

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}

/* ============================================
   CTA SECTION
   ============================================ */

.startup-cta-section {

    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));

    --tw-gradient-from: rgb(255 88 16 / 0.05) var(--tw-gradient-from-position);

    --tw-gradient-to: rgb(255 88 16 / 0) var(--tw-gradient-to-position);

    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

    --tw-gradient-to: #fff0 var(--tw-gradient-to-position);

    padding-top: 4rem;

    padding-bottom: 4rem
}

@media (min-width: 768px) {

    .startup-cta-section {

        padding-top: 6rem;

        padding-bottom: 6rem
    }
}

.startup-cta-content {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center
}

.startup-cta-headline {

    margin-top: 0.5rem;

    font-size: 1.875rem;

    line-height: 2.25rem;

    font-weight: 700;

    color: var(--text-primary)
}

@media (min-width: 768px) {

    .startup-cta-headline {

        font-size: 2.25rem;

        line-height: 2.5rem
    }
}

@media (min-width: 1024px) {

    .startup-cta-headline {

        font-size: 3rem;

        line-height: 1
    }
}

.startup-cta-subheadline {

    margin-top: 1rem;

    max-width: 42rem;

    font-size: 1.125rem;

    line-height: 1.75rem;

    --tw-text-opacity: 1;

    color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}

.startup-cta-features {

    margin-top: 2rem;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 1rem
}

.startup-cta-feature {

    display: flex;

    align-items: center;

    gap: 0.5rem;

    border-radius: 9999px;

    background-color: rgb(255 255 255 / 0.05);

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    color: var(--text-primary)
}

.startup-cta-feature-check {

    --tw-text-opacity: 1;

    color: rgb(255 88 16 / var(--tw-text-opacity, 1))
}

.startup-cta-button {

    margin-top: 2rem;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border-radius: 0.5rem;

    --tw-bg-opacity: 1;

    background-color: rgb(255 88 16 / var(--tw-bg-opacity, 1));

    padding-left: 2rem;

    padding-right: 2rem;

    padding-top: 1rem;

    padding-bottom: 1rem;

    font-size: 1.125rem;

    line-height: 1.75rem;

    font-weight: 600;

    --tw-text-opacity: 1;

    color: rgb(0 0 0 / var(--tw-text-opacity, 1));

    transition-property: all;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

.startup-cta-button:hover {

    background-color: rgb(255 88 16 / 0.9)
}

.startup-cta-badges {

    margin-top: 2rem;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 1rem
}

.startup-cta-badge {

    border-radius: 0.25rem;

    border-width: 1px;

    border-color: rgb(255 255 255 / 0.1);

    background-color: rgb(255 255 255 / 0.05);

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    padding-top: 0.375rem;

    padding-bottom: 0.375rem;

    font-size: 0.75rem;

    line-height: 1rem;

    --tw-text-opacity: 1;

    color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}

/* ============================================
   LIGHT THEME OVERRIDES
   ============================================ */

/* Comparison cells - use darker overlays in light mode */

.light .startup-comparison-header-cell,
.light .startup-comparison-feature-cell,
.light .startup-comparison-value-cell {

    background-color: rgb(0 0 0 / 0.05)
}

/* Card header border */

.light .startup-comparison-card-header {

    border-color: rgb(0 0 0 / 0.1)
}

/* Text colors - use theme-aware colors instead of gray-400 */

.light .startup-stat-label,
.light .startup-comparison-value-cell,
.light .startup-comparison-card-provider,
.light .startup-summary-label,
.light .startup-cta-subheadline,
.light .startup-cta-badge {

    color: var(--text-secondary)
}

/* CTA features and badges in light mode */

.light .startup-cta-feature {

    background-color: rgb(0 0 0 / 0.05)
}

.light .startup-cta-badge {

    border-color: rgb(0 0 0 / 0.1);

    background-color: rgb(0 0 0 / 0.05)
}

/* Problem cards - lighter red tones in light mode */

.light .startup-problem-card {

    border-color: rgb(248 113 113 / 0.3);

    background-color: rgb(254 226 226 / 0.5)
}

.light .startup-problem-card-icon {

    --tw-text-opacity: 1;

    color: rgb(220 38 38 / var(--tw-text-opacity, 1))
}

.light .startup-stat-value {

    --tw-text-opacity: 1;

    color: rgb(220 38 38 / var(--tw-text-opacity, 1))
}

/* Benefit cards - lighter green tones in light mode */

.light .startup-benefit-card {

    border-color: rgb(74 222 128 / 0.3);

    background-color: rgb(220 252 231 / 0.5)
}

.light .startup-benefit-icon {

    --tw-text-opacity: 1;

    color: rgb(22 163 74 / var(--tw-text-opacity, 1))
}

/* ============================================
   SUPPORTED LANGUAGES SECTION
   ============================================ */

.startup-supported-languages-section {

    border-bottom-width: 1px;

    border-color: var(--glass-border-5);

    padding-top: 4rem;

    padding-bottom: 4rem
}

@media (min-width: 768px) {

    .startup-supported-languages-section {

        padding-top: 6rem;

        padding-bottom: 6rem
    }
}

.startup-language-grid {

    margin-left: auto;

    margin-right: auto;

    margin-top: 2rem;

    display: grid;

    max-width: 80rem;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 0.75rem
}

@media (min-width: 768px) {

    .startup-language-grid {

        margin-top: 3rem;

        grid-template-columns: repeat(3, minmax(0, 1fr));

        gap: 1rem
    }
}

@media (min-width: 1024px) {

    .startup-language-grid {

        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

.startup-language-badge {

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 0.75rem;

    border-radius: 0.75rem;

    border-width: 1px;

    border-color: rgb(255 88 16 / 0.2);

    background-color: rgb(255 88 16 / 0.05);

    padding: 1rem;

    --tw-backdrop-blur: blur(4px);

    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);

    transition-property: all;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 300ms
}

.startup-language-badge:hover {

    --tw-scale-x: 1.05;

    --tw-scale-y: 1.05;

    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

    border-color: rgb(255 88 16 / 0.4);

    background-color: rgb(255 88 16 / 0.1);

    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (prefers-reduced-motion: reduce) {

    .startup-language-badge:hover {

        --tw-scale-x: 1;

        --tw-scale-y: 1;

        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
}

.startup-language-badge-icon {

    font-size: 1.5rem;

    line-height: 2rem
}

@media (min-width: 768px) {

    .startup-language-badge-icon {

        font-size: 1.875rem;

        line-height: 2.25rem
    }
}

.startup-language-badge-name {

    text-align: center;

    font-size: 0.75rem;

    line-height: 1rem;

    font-weight: 500;

    color: var(--text-primary)
}

@media (min-width: 768px) {

    .startup-language-badge-name {

        font-size: 0.875rem;

        line-height: 1.25rem
    }
}

.startup-languages-missing-cta {

    border-radius: 1rem;

    border-width: 1px;

    border-color: var(--glass-border-10);

    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));

    --tw-gradient-from: var(--glass-bg-5) var(--tw-gradient-from-position);

    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);

    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

    --tw-gradient-to: #fff0 var(--tw-gradient-to-position);

    padding: 1.5rem;

    --tw-backdrop-blur: blur(4px);

    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);

    transition-property: all;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

.startup-languages-missing-cta:hover {

    border-color: var(--glass-border-20);

    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 768px) {

    .startup-languages-missing-cta {

        padding: 2rem
    }
}

/* Light mode overrides */

.light .startup-language-badge {

    border-color: rgb(255 88 16 / 0.3);

    background-color: rgb(255 88 16 / 0.05)
}

.light .startup-language-badge:hover {

    border-color: rgb(255 88 16 / 0.5);

    background-color: rgb(255 88 16 / 0.1)
}

.light .startup-languages-missing-cta {

    border-color: rgb(255 88 16 / 0.2)
}

.light .startup-languages-missing-cta:hover {

    border-color: rgb(255 88 16 / 0.3)
}

