body {
    background-color: #f6f8fc;
    color: #0f172a;
}

a {
    text-decoration: none;
}

.startup-hero .hero-content .title {
    max-width: 700px;
}

.startup-hero .hero-content h5.title {
    font-size: 2.5rem;
    line-height: 1.2;
}

.startup-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.startup-hero-points span,
.section-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(0, 198, 255, 0.12);
    color: #0c5adb;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-hero {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(12, 26, 75, 0.94), rgba(12, 90, 219, 0.78));
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-hero-content {
    max-width: 820px;
    margin: 0 auto;
}

.page-hero-content h1,
.page-hero-content p {
    color: #ffffff;
}

.page-hero-content .section-badge {
    margin-bottom: 1rem;
    background: #ffffff;
    color: #0c1a4b;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.startup-card,
.startup-info-card,
.startup-contact-panel,
.startup-case-card {
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.startup-card,
.startup-info-card,
.startup-contact-panel {
    background: #ffffff;
}

.startup-info-card {
    padding: 2rem;
}

.startup-info-card h3,
.startup-contact-panel h3 {
    margin-bottom: 1rem;
    color: #0f172a;
}

.startup-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 1rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #00c6ff 0%, #0052d4 100%);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
}

.startup-checklist {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.startup-checklist li {
    position: relative;
    margin-bottom: 0.9rem;
    padding-left: 1.85rem;
    color: #475569;
}

.techwix-about-section .startup-checklist li {
    color: #ffffff;
}

.startup-checklist li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0c5adb;
}

.startup-checklist.compact {
    margin-top: 1rem;
}

.startup-case-card .case-study-content {
    min-height: 220px;
}

.startup-case-card .case-study-content p {
    margin-top: 0.85rem;
}

.startup-process-section {
    background: linear-gradient(180deg, #eef4ff 0%, #f8fbff 100%);
}

.startup-cta-band {
    border-radius: 24px;
}

.startup-contact-panel {
    padding: 2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.startup-whatsapp-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.12) 0%, rgba(12, 90, 219, 0.08) 100%);
    border: 1px solid rgba(37, 211, 102, 0.18);
}

.startup-whatsapp-banner h4 {
    margin: 0.75rem 0 0.5rem;
    color: #0f172a;
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    border-color: transparent;
    color: #ffffff;
}

.whatsapp-btn:hover {
    color: #ffffff;
    filter: brightness(1.03);
}

.startup-mini-card {
    height: 100%;
    padding: 1.25rem;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.startup-mini-card h4 {
    margin-bottom: 0.5rem;
    color: #0f172a;
    font-size: 1.05rem;
}

.startup-mini-card p,
.startup-info-card p,
.startup-contact-panel p {
    color: #475569;
    margin-bottom: 0;
}

.startup-project-card {
    position: relative;
    overflow: hidden;
}

.project-link {
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
    color: #0c5adb;
    font-weight: 700;
}

.project-link:hover {
    color: #063f97;
}

.project-link.muted {
    color: #64748b;
    font-weight: 600;
}

.footer-section .logo-link {
    margin-bottom: 1.5rem;
}

.footer-widget .widget-link ul.link li a,
.footer-widget .widget-link ul.link li span,
.widget-info ul li .info-text span,
.widget-info ul li .info-text span a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-widget .widget-link ul.link li a:hover,
.widget-info ul li .info-text span a:hover {
    color: #00c6ff;
}

#blazor-error-ui {
    z-index: 10000;
}

@media (max-width: 991.98px) {
    .startup-hero-points {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {
    .startup-hero .hero-content h5.title {
        font-size: 1.9rem;
    }

    .startup-info-card,
    .startup-contact-panel {
        padding: 1.5rem;
    }

    .startup-whatsapp-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-hero-content h1 {
        font-size: 2rem;
    }
}
