/* /Components/About/CompanyOverviewSection.razor.rz.scp.css */
.overview[b-qxvbuo0m4r] {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.overview-stats[b-qxvbuo0m4r] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
}

.overview-content[b-qxvbuo0m4r] {
    max-width: 850px;
    margin: auto;
    text-align: center;
}

    .overview-content h2[b-qxvbuo0m4r] {
        margin: 1.5rem 0;
        font-size: var(--font-h2);
        line-height: 1.2;
    }

        .overview-content h2 span[b-qxvbuo0m4r] {
            color: var(--primary);
        }

    .overview-content p[b-qxvbuo0m4r] {
        max-width: 760px;
        margin: 0 auto;
        line-height: 1.9;
        font-size: 1.08rem;
    }

.overview-actions[b-qxvbuo0m4r] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.5rem;
}

@media(max-width:992px) {

    .overview-stats[b-qxvbuo0m4r] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:768px) {

    .overview-stats[b-qxvbuo0m4r] {
        grid-template-columns: 1fr;
    }

    .overview-actions[b-qxvbuo0m4r] {
        flex-direction: column;
        align-items: center;
    }
}
/* /Components/About/CompanyStatisticsSection.razor.rz.scp.css */
.statistics-grid[b-pftaoh7s8i] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
    margin-top: 4rem;
}

@media(max-width:992px) {

    .statistics-grid[b-pftaoh7s8i] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:768px) {

    .statistics-grid[b-pftaoh7s8i] {
        grid-template-columns: 1fr;
    }
}
/* /Components/About/CompanyStorySection.razor.rz.scp.css */
.company-story[b-zkps93c6al] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.story-image[b-zkps93c6al] {
    display: flex;
    justify-content: center;
}

    .story-image img[b-zkps93c6al] {
        width: 100%;
        max-width: 520px;
    }

.story-content[b-zkps93c6al] {
    display: flex;
    flex-direction: column;
}

.story-points[b-zkps93c6al] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2rem;
}

.story-point[b-zkps93c6al] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .story-point i[b-zkps93c6al] {
        color: var(--success);
        font-size: 1.2rem;
    }

.story-buttons[b-zkps93c6al] {
    margin-top: 2.5rem;
}

@media(max-width:992px) {

    .company-story[b-zkps93c6al] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .story-image[b-zkps93c6al] {
        order: -1;
    }

    .story-point[b-zkps93c6al] {
        justify-content: center;
    }

    .story-buttons[b-zkps93c6al] {
        display: flex;
        justify-content: center;
    }
}
/* /Components/About/CompanyTimelineSection.razor.rz.scp.css */
.timeline[b-o4ft1rp4ku] {
    max-width: 900px;
    margin: 4rem auto 0;
    position: relative;
}

    .timeline[b-o4ft1rp4ku]::before {
        content: "";
        position: absolute;
        left: 90px;
        top: 0;
        bottom: 0;
        width: 3px;
        background: var(--primary-light);
    }

.timeline-item[b-o4ft1rp4ku] {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
}

.timeline-year[b-o4ft1rp4ku] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    flex-shrink: 0;
    z-index: 1;
}

.timeline-content[b-o4ft1rp4ku] {
    flex: 1;
    background: var(--surface);
    padding: 2rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
}

    .timeline-content h3[b-o4ft1rp4ku] {
        margin-bottom: 1rem;
    }

@media(max-width:768px) {

    .timeline[b-o4ft1rp4ku]::before {
        display: none;
    }

    .timeline-item[b-o4ft1rp4ku] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
/* /Components/About/CoreValuesSection.razor.rz.scp.css */
.core-values-grid[b-ckgqhpwf0n] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
    margin-top: 4rem;
}

@media(max-width:1200px) {

    .core-values-grid[b-ckgqhpwf0n] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:768px) {

    .core-values-grid[b-ckgqhpwf0n] {
        grid-template-columns: 1fr;
    }
}
/* /Components/About/IndustriesWeServeSection.razor.rz.scp.css */
.industry-grid[b-www6t9kcm6] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin-top: 4rem;
}

@media(max-width:992px) {

    .industry-grid[b-www6t9kcm6] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:768px) {

    .industry-grid[b-www6t9kcm6] {
        grid-template-columns: 1fr;
    }
}
/* /Components/About/MissionVisionSection.razor.rz.scp.css */
.mission-grid[b-9o0nhm90oj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

@media (max-width: 768px) {
    .mission-grid[b-9o0nhm90oj] { grid-template-columns: 1fr; }
}
/* /Components/About/TechnologyExpertiseSection.razor.rz.scp.css */
.technology-container[b-t3ulgd5xct] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 3rem;
    background: var(--surface);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.technology-grid[b-t3ulgd5xct] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}
/* /Components/About/WhyNyInfotechSection.razor.rz.scp.css */
.why-grid[b-0d1og6a3pa] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin-top: 4rem;
}

@media(max-width:992px) {

    .why-grid[b-0d1og6a3pa] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:768px) {

    .why-grid[b-0d1og6a3pa] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Contact/BusinessHoursSection.razor.rz.scp.css */
.about-container[b-f582hdzbzu] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.about-image[b-f582hdzbzu] {
    display: flex;
    justify-content: center;
}

    .about-image img[b-f582hdzbzu] {
        max-width: 100%;
        height: auto;
    }

.about-features[b-f582hdzbzu] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
}

.about-feature[b-f582hdzbzu] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .about-feature i[b-f582hdzbzu] {
        color: var(--success);
        font-size: 1.2rem;
    }

.about-buttons[b-f582hdzbzu] {
    margin-top: 2rem;
}

@media (max-width:992px) {

    .about-container[b-f582hdzbzu] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-feature[b-f582hdzbzu] {
        justify-content: center;
    }
}
/* /Components/Contact/ContactFaqSection.razor.rz.scp.css */
.about-container[b-3jmedhncra] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.about-image[b-3jmedhncra] {
    display: flex;
    justify-content: center;
}

    .about-image img[b-3jmedhncra] {
        max-width: 100%;
        height: auto;
    }

.about-features[b-3jmedhncra] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
}

.about-feature[b-3jmedhncra] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .about-feature i[b-3jmedhncra] {
        color: var(--success);
        font-size: 1.2rem;
    }

.about-buttons[b-3jmedhncra] {
    margin-top: 2rem;
}

@media (max-width:992px) {

    .about-container[b-3jmedhncra] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-feature[b-3jmedhncra] {
        justify-content: center;
    }
}
/* /Components/Contact/ContactFormSection.razor.rz.scp.css */
.contact-shell[b-6181qm6pn2] {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(540px, 1.12fr);
    gap: clamp(2.5rem, 6vw, 6.5rem);
    align-items: center;
    max-width: 1180px;
    margin-inline: auto;
}

.contact-content[b-6181qm6pn2] {
    padding-block: 1rem;
}

.contact-kicker[b-6181qm6pn2],
.form-heading > span[b-6181qm6pn2] {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: .45rem .85rem;
    border: 1px solid rgba(30, 64, 175, .14);
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, .72);
    color: var(--primary);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.contact-content h2[b-6181qm6pn2] {
    max-width: 580px;
    margin: 1.25rem 0;
    font-size: clamp(2.3rem, 4.2vw, 4rem);
    line-height: 1.04;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.contact-intro[b-6181qm6pn2] {
    max-width: 570px;
    color: var(--text-secondary);
    font-size: 1.05rem;
    line-height: 1.8;
}

.contact-details[b-6181qm6pn2] {
    display: grid;
    gap: .75rem;
    margin-top: 2.25rem;
}

.contact-detail[b-6181qm6pn2] {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
    padding: .8rem;
    border: 1px solid transparent;
    border-radius: 16px;
    transition: var(--transition-fast);
}

a.contact-detail:hover[b-6181qm6pn2] {
    border-color: rgba(30, 64, 175, .13);
    background: rgba(255, 255, 255, .8);
    transform: translateX(4px);
}

.contact-detail-icon[b-6181qm6pn2] {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(145deg, #e7efff, #ecfeff);
    color: var(--primary);
    font-size: 1.1rem;
}

.contact-detail > span:last-child[b-6181qm6pn2] {
    display: grid;
    min-width: 0;
    gap: .1rem;
}

.contact-detail small[b-6181qm6pn2] {
    color: var(--text-secondary);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.contact-detail strong[b-6181qm6pn2] {
    overflow-wrap: anywhere;
    color: var(--text-primary);
    font-size: .96rem;
}

.response-note[b-6181qm6pn2] {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
    margin-top: 2.25rem;
    padding: 1rem 1.1rem;
    border-left: 3px solid var(--accent-teal);
    border-radius: 0 12px 12px 0;
    background: rgba(20, 184, 166, .07);
    color: var(--text-secondary);
    font-size: .9rem;
    line-height: 1.6;
}

.response-note[b-6181qm6pn2]  i {
    margin-top: .2rem;
    color: var(--accent-teal);
}

.response-note strong[b-6181qm6pn2] {
    color: var(--text-primary);
}

.contact-form-card[b-6181qm6pn2] {
    position: relative;
    padding: clamp(1.5rem, 3.5vw, 3rem);
    overflow: hidden;
    border: 1px solid rgba(30, 64, 175, .13);
    border-radius: clamp(20px, 3vw, 30px);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 28px 70px rgba(15, 40, 71, .13);
}

.contact-form-card[b-6181qm6pn2]::before {
    position: absolute;
    top: -90px;
    right: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 233, .15), transparent 70%);
    content: "";
    pointer-events: none;
}

.form-heading[b-6181qm6pn2] {
    position: relative;
    margin-bottom: 2rem;
}

.form-heading h3[b-6181qm6pn2] {
    margin: 1rem 0 .5rem;
    font-size: clamp(1.65rem, 2.8vw, 2.2rem);
    letter-spacing: -.04em;
}

.form-heading p[b-6181qm6pn2] {
    max-width: 520px;
    font-size: .94rem;
    line-height: 1.7;
}

.form-grid[b-6181qm6pn2] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.form-field[b-6181qm6pn2] {
    display: grid;
    align-content: start;
    gap: .5rem;
    min-width: 0;
}

.form-field-wide[b-6181qm6pn2] {
    grid-column: 1 / -1;
}

.form-field label[b-6181qm6pn2] {
    color: var(--text-primary);
    font-size: .88rem;
    font-weight: 750;
}

.form-field label span[b-6181qm6pn2] {
    color: var(--primary);
}

.form-field[b-6181qm6pn2]  input,
.form-field[b-6181qm6pn2]  textarea {
    width: 100%;
    border: 1px solid #d7e0ec;
    border-radius: 12px;
    outline: none;
    background: #fbfdff;
    color: var(--text-primary);
    transition: var(--transition-fast);
}

.form-field[b-6181qm6pn2]  input {
    min-height: 52px;
    padding: .75rem 1rem;
}

.form-field[b-6181qm6pn2]  textarea {
    min-height: 150px;
    padding: .9rem 1rem;
    resize: vertical;
    line-height: 1.6;
}

.form-field[b-6181qm6pn2]  input::placeholder,
.form-field[b-6181qm6pn2]  textarea::placeholder {
    color: #8a98aa;
}

.form-field[b-6181qm6pn2]  input:hover,
.form-field[b-6181qm6pn2]  textarea:hover {
    border-color: #b7c5d8;
}

.form-field[b-6181qm6pn2]  input:focus,
.form-field[b-6181qm6pn2]  textarea:focus {
    border-color: var(--primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(30, 64, 175, .09);
}

.form-field[b-6181qm6pn2]  .validation-message {
    color: var(--danger);
    font-size: .78rem;
    font-weight: 650;
}

.form-footer[b-6181qm6pn2] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.contact-submit[b-6181qm6pn2] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    min-height: 54px;
    padding: .85rem 1.4rem;
    border: 0;
    border-radius: 14px;
    background: var(--gradient-primary);
    box-shadow: 0 14px 28px rgba(30, 64, 175, .2);
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    transition: var(--transition);
}

.contact-submit:hover[b-6181qm6pn2] {
    box-shadow: 0 18px 34px rgba(30, 64, 175, .28);
    transform: translateY(-2px);
}

.contact-submit:focus-visible[b-6181qm6pn2] {
    outline: 3px solid rgba(30, 64, 175, .28);
    outline-offset: 3px;
}

.form-footer p[b-6181qm6pn2] {
    display: flex;
    align-items: flex-start;
    gap: .45rem;
    color: var(--text-secondary);
    font-size: .76rem;
    line-height: 1.5;
}

.form-footer p[b-6181qm6pn2]  i {
    margin-top: .12rem;
    color: var(--success);
}

@media (max-width: 1024px) {
    .contact-shell[b-6181qm6pn2] {
        grid-template-columns: 1fr;
        max-width: 760px;
    }

    .contact-content[b-6181qm6pn2] {
        padding-block: 0;
    }

    .contact-content h2[b-6181qm6pn2],
    .contact-intro[b-6181qm6pn2] {
        max-width: 680px;
    }

    .contact-details[b-6181qm6pn2] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .contact-detail[b-6181qm6pn2] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .contact-details[b-6181qm6pn2],
    .form-grid[b-6181qm6pn2] {
        grid-template-columns: 1fr;
    }

    .contact-detail[b-6181qm6pn2] {
        align-items: center;
        flex-direction: row;
    }

    .form-field-wide[b-6181qm6pn2] {
        grid-column: auto;
    }

    .form-footer[b-6181qm6pn2] {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-submit[b-6181qm6pn2] {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .contact-form-card[b-6181qm6pn2] {
        padding: 1.25rem;
        border-radius: 18px;
    }

    .contact-content h2[b-6181qm6pn2] {
        font-size: 2.25rem;
    }
}
/* /Components/Contact/ContactInformationSection.razor.rz.scp.css */
.contact-grid[b-e70j6xftl5] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

@media (max-width: 768px) {
    .contact-grid[b-e70j6xftl5] { grid-template-columns: 1fr; }
}
/* /Components/Contact/OfficeLocationSection.razor.rz.scp.css */
.about-container[b-mdqhj3ni4h] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.about-image[b-mdqhj3ni4h] {
    display: flex;
    justify-content: center;
}

    .about-image img[b-mdqhj3ni4h] {
        max-width: 100%;
        height: auto;
    }

.about-features[b-mdqhj3ni4h] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
}

.about-feature[b-mdqhj3ni4h] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .about-feature i[b-mdqhj3ni4h] {
        color: var(--success);
        font-size: 1.2rem;
    }

.about-buttons[b-mdqhj3ni4h] {
    margin-top: 2rem;
}

@media (max-width:992px) {

    .about-container[b-mdqhj3ni4h] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-feature[b-mdqhj3ni4h] {
        justify-content: center;
    }
}
/* /Components/DetailPages/BenefitsSection.razor.rz.scp.css */
.benefit-grid[b-6jkx968w1g] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.benefit-item[b-6jkx968w1g] { display: flex; gap: 1rem; align-items: flex-start; padding: 1.35rem; border: 1px solid var(--border-color); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-xs); }
.benefit-icon[b-6jkx968w1g] { flex: 0 0 auto; display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--primary-light); color: var(--primary); font-weight: 800; }
p[b-6jkx968w1g] { margin: .15rem 0 0; color: var(--text-secondary); line-height: 1.7; }
@media (max-width: 720px) { .benefit-grid[b-6jkx968w1g] { grid-template-columns: 1fr; } }
/* /Components/DetailPages/DetailFaqSection.razor.rz.scp.css */
.faq-list[b-xkk2srqxr9] { max-width: 54rem; margin-inline: auto; }
p[b-xkk2srqxr9] { margin: 0; }
/* /Components/DetailPages/DetailPageHero.razor.rz.scp.css */
.detail-hero[b-pdwkl30g7h] {
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(14, 165, 233, .16), transparent 28rem),
        linear-gradient(145deg, var(--surface-alt), var(--surface));
    border-bottom: 1px solid var(--border-color);
}

.hero-grid[b-pdwkl30g7h] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
}

.hero-copy[b-pdwkl30g7h] { max-width: 46rem; }

h1[b-pdwkl30g7h] {
    margin: 1.35rem 0 1.25rem;
    color: var(--text-primary);
    font-size: clamp(2.65rem, 5vw, 4.5rem);
    line-height: 1.05;
    letter-spacing: -.045em;
}

.hero-copy > p[b-pdwkl30g7h] {
    max-width: 42rem;
    margin: 0;
    color: var(--text-secondary);
    font-size: clamp(1.08rem, 1.5vw, 1.25rem);
    line-height: 1.75;
}

.hero-actions[b-pdwkl30g7h] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.detail-breadcrumb[b-pdwkl30g7h] { margin-top: 2.1rem; }

.detail-breadcrumb ol[b-pdwkl30g7h] {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--text-secondary);
    font-size: .9rem;
}

.detail-breadcrumb li[b-pdwkl30g7h] { display: inline-flex; gap: .55rem; }
.detail-breadcrumb a[b-pdwkl30g7h] { color: var(--primary); font-weight: 700; text-decoration: none; }
.detail-breadcrumb a:hover[b-pdwkl30g7h] { text-decoration: underline; }

.hero-visual[b-pdwkl30g7h] {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 25rem;
    isolation: isolate;
}

.hero-visual[b-pdwkl30g7h]::before {
    content: "";
    position: absolute;
    inset: 12%;
    z-index: -2;
    border-radius: 42% 58% 60% 40%;
    background: var(--gradient-primary);
    box-shadow: var(--shadow-xl);
    transform: rotate(-8deg);
}

.visual-icon[b-pdwkl30g7h] {
    display: grid;
    place-items: center;
    width: 8.5rem;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 2rem;
    background: rgba(255, 255, 255, .94);
    color: var(--primary);
    font-size: 3.5rem;
    box-shadow: var(--shadow-lg);
}

.visual-orbit[b-pdwkl30g7h] {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
}

.orbit-one[b-pdwkl30g7h] { width: 17rem; height: 17rem; }
.orbit-two[b-pdwkl30g7h] { width: 22rem; height: 22rem; }

.visual-chip[b-pdwkl30g7h] {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .8rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    background: var(--surface);
    color: var(--text-primary);
    font-weight: 700;
    box-shadow: var(--shadow-md);
}

.chip-one[b-pdwkl30g7h] { top: 16%; right: 2%; }
.chip-two[b-pdwkl30g7h] { bottom: 14%; left: 1%; }

@media (max-width: 900px) {
    .hero-grid[b-pdwkl30g7h] { grid-template-columns: 1fr; }
    .hero-copy[b-pdwkl30g7h] { max-width: none; text-align: center; }
    .hero-copy > p[b-pdwkl30g7h] { margin-inline: auto; }
    .hero-actions[b-pdwkl30g7h], .detail-breadcrumb ol[b-pdwkl30g7h] { justify-content: center; }
    .hero-visual[b-pdwkl30g7h] { min-height: 20rem; max-width: 30rem; width: 100%; margin-inline: auto; }
}

@media (max-width: 540px) {
    .detail-hero[b-pdwkl30g7h] { padding: 3.5rem 0; }
    .hero-actions[b-pdwkl30g7h] { flex-direction: column; }
    .hero-visual[b-pdwkl30g7h] { min-height: 17rem; }
    .orbit-two[b-pdwkl30g7h] { width: 16rem; height: 16rem; }
    .orbit-one[b-pdwkl30g7h] { width: 13rem; height: 13rem; }
    .visual-icon[b-pdwkl30g7h] { width: 6.5rem; font-size: 2.75rem; }
    .visual-chip[b-pdwkl30g7h] { padding: .65rem .8rem; font-size: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-visual[b-pdwkl30g7h]::before { transform: none; }
}
/* /Components/DetailPages/DetailPageTemplate.razor.rz.scp.css */
.overview-grid[b-z6vi44l3ib], .why-grid[b-z6vi44l3ib] { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: clamp(2.5rem, 7vw, 7rem); }
.overview-copy[b-z6vi44l3ib] { padding-top: .5rem; }
.overview-copy p[b-z6vi44l3ib] { margin: 0 0 1.15rem; color: var(--text-secondary); font-size: 1.05rem; line-height: 1.85; }
.why-list[b-z6vi44l3ib] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.why-list li[b-z6vi44l3ib] { display: flex; gap: .8rem; align-items: flex-start; padding: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); background: var(--surface); color: var(--text-secondary); line-height: 1.55; }
.why-list li[b-z6vi44l3ib]  i { color: var(--primary); }
@media (max-width: 820px) { .overview-grid[b-z6vi44l3ib], .why-grid[b-z6vi44l3ib] { grid-template-columns: 1fr; gap: 2rem; } }
@media (max-width: 560px) { .why-list[b-z6vi44l3ib] { grid-template-columns: 1fr; } }
/* /Components/DetailPages/FeatureGrid.razor.rz.scp.css */
.feature-grid[b-cg87lhvi0g] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

@media (max-width: 1050px) { .feature-grid[b-cg87lhvi0g] { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .feature-grid[b-cg87lhvi0g] { grid-template-columns: 1fr; } }
/* /Components/DetailPages/IndustryLinksSection.razor.rz.scp.css */
.industry-grid[b-rz38e1fk7u] { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.industry-card[b-rz38e1fk7u] { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .85rem; min-height: 5rem; padding: 1rem 1.15rem; border: 1px solid var(--border-color); border-radius: var(--radius-lg); background: var(--surface); color: var(--text-primary); text-decoration: none; transition: var(--transition); }
.industry-card > span[b-rz38e1fk7u] { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: var(--radius-md); background: var(--primary-light); color: var(--primary); }
.industry-card:hover[b-rz38e1fk7u] { transform: translateY(-3px); border-color: rgba(30, 64, 175, .28); box-shadow: var(--shadow-md); }
.industry-card:focus-visible[b-rz38e1fk7u] { outline: 3px solid rgba(30, 64, 175, .25); outline-offset: 3px; }
@media (max-width: 900px) { .industry-grid[b-rz38e1fk7u] { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .industry-grid[b-rz38e1fk7u] { grid-template-columns: 1fr; } }
/* /Components/DetailPages/PhaseOne/ArchitectureCanvas.razor.rz.scp.css */
.architecture[b-h8ptrutdzw] { min-width: 0; max-width: 100%; margin: 0; padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid rgba(30,64,175,.18); border-radius: var(--radius-xl); background: linear-gradient(145deg, #0f1f42, #142f63); color: #fff; box-shadow: var(--shadow-lg); }
figcaption[b-h8ptrutdzw] { display: block; margin-bottom: 1.75rem; }
figcaption strong[b-h8ptrutdzw] { display: block; font-size: 1.25rem; }
figcaption span[b-h8ptrutdzw] { display: block; margin-top: .5rem; color: rgba(255,255,255,.72); line-height: 1.55; }
.architecture-flow[b-h8ptrutdzw] { display: grid; grid-template-columns: repeat(4, minmax(9rem, 1fr)); gap: 1.5rem; overflow-x: auto; padding: .15rem .15rem .7rem; }
.architecture-node[b-h8ptrutdzw] { position: relative; display: flex; flex-direction: column; min-width: 9rem; min-height: 9.5rem; padding: 1.1rem; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg); background: rgba(255,255,255,.08); }
.architecture-node:not(:last-child)[b-h8ptrutdzw]::after { content: "→"; position: absolute; right: -1.15rem; top: 42%; color: #7dd3fc; font-weight: 800; }
.architecture-node > span[b-h8ptrutdzw] { color: #7dd3fc; font-size: 1.25rem; }
.architecture-node strong[b-h8ptrutdzw] { margin-top: auto; font-size: .95rem; }
.architecture-node small[b-h8ptrutdzw] { margin-top: .35rem; color: rgba(255,255,255,.65); line-height: 1.45; }
.compact[b-h8ptrutdzw] { padding: 1.4rem; }
.compact figcaption[b-h8ptrutdzw] { margin-bottom: 1.2rem; }
.compact .architecture-flow[b-h8ptrutdzw] { grid-template-columns: repeat(2, minmax(0,1fr)); gap: .8rem; overflow: visible; }
.compact .architecture-node[b-h8ptrutdzw] { min-width: 0; min-height: 7.3rem; }
.compact .architecture-node[b-h8ptrutdzw]::after { display: none; }
@media (max-width: 580px) { .compact .architecture-flow[b-h8ptrutdzw] { grid-template-columns: 1fr; } .architecture-flow[b-h8ptrutdzw] { grid-template-columns: repeat(4, 12rem); } }
/* /Components/DetailPages/PhaseOne/BrowserShowcase.razor.rz.scp.css */
.browser[b-she6ez9jgf] { margin: 0; overflow: hidden; border: 1px solid var(--border-color); border-radius: var(--radius-xl); background: var(--surface); box-shadow: var(--shadow-xl); }
.browser-bar[b-she6ez9jgf] { display: flex; align-items: center; gap: .4rem; min-height: 2.75rem; padding: 0 1rem; border-bottom: 1px solid var(--border-color); background: var(--surface-alt); }
.browser-bar > span[b-she6ez9jgf] { width: .65rem; height: .65rem; border-radius: 50%; background: var(--border-color); }
.browser-bar > div[b-she6ez9jgf] { min-width: 0; margin-left: .5rem; padding: .35rem .8rem; border: 1px solid var(--border-color); border-radius: var(--radius-full); color: var(--text-light); font-family: monospace; font-size: .72rem; }
figcaption[b-she6ez9jgf] { padding: 1.5rem 1.5rem .75rem; }
figcaption strong[b-she6ez9jgf] { display: block; color: var(--text-primary); font-size: 1.2rem; }
figcaption span[b-she6ez9jgf] { display: block; margin-top: .5rem; color: var(--text-secondary); line-height: 1.55; }
.browser-grid[b-she6ez9jgf] { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem; padding: .8rem 1.5rem 1.5rem; }
.browser-grid > div[b-she6ez9jgf] { display: grid; grid-template-columns: auto 1fr; gap: .2rem .65rem; padding: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); background: var(--surface-alt); }
.browser-grid[b-she6ez9jgf]  i { grid-row: span 2; color: var(--primary); font-size: 1.15rem; }
.browser-grid strong[b-she6ez9jgf] { color: var(--text-primary); font-size: .9rem; }
.browser-grid small[b-she6ez9jgf] { color: var(--text-secondary); line-height: 1.35; }
.variant-react-development .browser-grid > div:nth-child(1)[b-she6ez9jgf], .variant-react-development .browser-grid > div:nth-child(4)[b-she6ez9jgf] { background: var(--primary-light); }
.variant-nextjs-development .browser-bar[b-she6ez9jgf] { background: #111827; }
.variant-nextjs-development .browser-bar > div[b-she6ez9jgf] { color: rgba(255,255,255,.7); border-color: rgba(255,255,255,.18); }
@media (max-width: 520px) { .browser-grid[b-she6ez9jgf] { grid-template-columns: 1fr; } }
/* /Components/DetailPages/PhaseOne/ComparisonPanel.razor.rz.scp.css */
.comparison-shell[b-lrdr8kul2j] { overflow: hidden; border: 1px solid var(--border-color); border-radius: var(--radius-xl); background: var(--surface); box-shadow: var(--shadow-sm); }
.comparison-head[b-lrdr8kul2j], .comparison-row[b-lrdr8kul2j] { display: grid; grid-template-columns: .65fr 1fr 1fr; gap: 1.25rem; padding: 1.1rem 1.3rem; }
.comparison-head[b-lrdr8kul2j] { background: var(--gradient-primary); color: #fff; font-size: .88rem; }
.comparison-row[b-lrdr8kul2j] { align-items: start; border-top: 1px solid var(--border-color); }
.comparison-row > strong[b-lrdr8kul2j] { color: var(--text-primary); }
p[b-lrdr8kul2j] { margin: 0; color: var(--text-secondary); line-height: 1.55; }
.mobile-label[b-lrdr8kul2j] { display: none; }
@media (max-width: 690px) { .comparison-head[b-lrdr8kul2j] { display: none; } .comparison-row[b-lrdr8kul2j] { grid-template-columns: 1fr; gap: .65rem; } .comparison-row > strong[b-lrdr8kul2j] { padding-bottom: .35rem; border-bottom: 1px solid var(--border-light); } .mobile-label[b-lrdr8kul2j] { display: inline; margin-right: .35rem; color: var(--text-primary); font-weight: 700; } }
/* /Components/DetailPages/PhaseOne/ServiceFamilyHero.razor.rz.scp.css */
.family-hero[b-mui5eo83dp] { position: relative; overflow: hidden; padding: clamp(4rem, 7vw, 7rem) 0; border-bottom: 1px solid var(--border-color); background: linear-gradient(145deg, var(--surface-alt), var(--surface)); }
.family-software[b-mui5eo83dp]::after { content: ""; position: absolute; right: -10rem; top: -12rem; width: 38rem; height: 38rem; border: 1px solid rgba(30,64,175,.12); border-radius: 35%; transform: rotate(18deg); pointer-events: none; }
.family-web[b-mui5eo83dp] { background: radial-gradient(circle at 75% 35%, rgba(14,165,233,.12), transparent 30rem), var(--surface); }
.hero-layout[b-mui5eo83dp] { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .95fr) minmax(28rem, 1.05fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.hero-copy[b-mui5eo83dp] { max-width: 43rem; }
h1[b-mui5eo83dp] { margin: 1.35rem 0 1.25rem; color: var(--text-primary); font-size: clamp(2.7rem, 5.2vw, 4.7rem); line-height: 1.04; letter-spacing: -.05em; }
.hero-copy > p[b-mui5eo83dp] { margin: 0; color: var(--text-secondary); font-size: clamp(1.05rem, 1.4vw, 1.22rem); line-height: 1.75; }
.hero-actions[b-mui5eo83dp] { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.family-breadcrumb[b-mui5eo83dp] { margin-top: 2rem; }
.family-breadcrumb ol[b-mui5eo83dp] { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0; padding: 0; list-style: none; color: var(--text-secondary); font-size: .88rem; }
.family-breadcrumb li[b-mui5eo83dp] { display: inline-flex; gap: .55rem; }
.family-breadcrumb a[b-mui5eo83dp] { color: var(--primary); font-weight: 700; text-decoration: none; }
.family-breadcrumb a:hover[b-mui5eo83dp] { text-decoration: underline; }
@media (max-width: 980px) { .hero-layout[b-mui5eo83dp] { grid-template-columns: 1fr; } .hero-copy[b-mui5eo83dp] { max-width: 48rem; } }
@media (max-width: 560px) { .family-hero[b-mui5eo83dp] { padding: 3.3rem 0; } .hero-copy[b-mui5eo83dp] { text-align: center; } .hero-actions[b-mui5eo83dp] { flex-direction: column; } .family-breadcrumb ol[b-mui5eo83dp] { justify-content: center; } }
@media (prefers-reduced-motion: reduce) { .family-software[b-mui5eo83dp]::after { transform: none; } }
/* /Components/DetailPages/PhaseOne/StageRoadmap.razor.rz.scp.css */
.roadmap[b-hir6p8bg1d] { display: grid; grid-template-columns: repeat(5, minmax(12rem, 1fr)); gap: 0; margin: 0; padding: 0 0 .75rem; list-style: none; overflow-x: auto; scroll-snap-type: x proximity; }
li[b-hir6p8bg1d] { position: relative; min-height: 15rem; padding: 1.5rem 1.25rem; border-block: 1px solid var(--border-color); border-left: 1px solid var(--border-color); background: var(--surface); scroll-snap-align: start; }
li:first-child[b-hir6p8bg1d] { border-radius: var(--radius-xl) 0 0 var(--radius-xl); }
li:last-child[b-hir6p8bg1d] { border-right: 1px solid var(--border-color); border-radius: 0 var(--radius-xl) var(--radius-xl) 0; }
li > span[b-hir6p8bg1d] { display: inline-grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: var(--primary-light); color: var(--primary); font-size: .72rem; font-weight: 800; }
h3[b-hir6p8bg1d] { margin: 1.25rem 0 .6rem; color: var(--text-primary); font-size: 1rem; }
p[b-hir6p8bg1d] { margin: 0; color: var(--text-secondary); font-size: .9rem; line-height: 1.6; }
@media (max-width: 1100px) { .roadmap[b-hir6p8bg1d] { grid-template-columns: repeat(5, 14rem); } }
/* /Components/DetailPages/PhaseOne/StoryCardGrid.razor.rz.scp.css */
.story-grid[b-ufnkh26r6o] { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
article[b-ufnkh26r6o] { min-height: 100%; padding: 1.4rem; border: 1px solid var(--border-color); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-xs); }
.story-icon[b-ufnkh26r6o] { display: grid; place-items: center; width: 2.6rem; height: 2.6rem; margin-bottom: 1.2rem; border-radius: var(--radius-md); background: var(--primary-light); color: var(--primary); }
h3[b-ufnkh26r6o] { margin: 0 0 .55rem; color: var(--text-primary); font-size: 1.04rem; line-height: 1.35; }
p[b-ufnkh26r6o] { margin: 0; color: var(--text-secondary); font-size: .94rem; line-height: 1.65; }
.style-list[b-ufnkh26r6o] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.style-list article[b-ufnkh26r6o] { display: flex; gap: 1rem; align-items: flex-start; padding: 1.25rem; }
.style-list .story-icon[b-ufnkh26r6o] { flex: 0 0 auto; margin: 0; }
.style-band[b-ufnkh26r6o] { gap: 0; border: 1px solid var(--border-color); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-sm); }
.style-band article[b-ufnkh26r6o] { border: 0; border-right: 1px solid var(--border-color); border-radius: 0; }
.style-band article:last-child[b-ufnkh26r6o] { border-right: 0; }
@media (max-width: 960px) { .story-grid[b-ufnkh26r6o] { grid-template-columns: repeat(2, minmax(0,1fr)); } .style-band article:nth-child(2)[b-ufnkh26r6o] { border-right: 0; } .style-band article[b-ufnkh26r6o] { border-bottom: 1px solid var(--border-color); } }
@media (max-width: 580px) { .story-grid[b-ufnkh26r6o], .style-list[b-ufnkh26r6o] { grid-template-columns: 1fr; } .style-band article[b-ufnkh26r6o] { border-right: 0; } }
/* /Components/DetailPages/ProcessTimeline.razor.rz.scp.css */
.process-timeline[b-v113li94ol] { display: grid; grid-template-columns: repeat(7, minmax(10rem, 1fr)); gap: 1rem; margin: 0; padding: 0 0 .75rem; list-style: none; overflow-x: auto; scroll-snap-type: x proximity; }
li[b-v113li94ol] { position: relative; min-height: 17rem; padding: 1.25rem; border: 1px solid var(--border-color); border-radius: var(--radius-lg); background: var(--surface); scroll-snap-align: start; }
li:not(:last-child)[b-v113li94ol]::after { content: ""; position: absolute; top: 2.2rem; left: calc(100% + .1rem); width: .8rem; height: 2px; background: var(--border-color); }
.step-number[b-v113li94ol] { display: block; margin-bottom: 1.4rem; color: var(--primary); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.step-icon[b-v113li94ol] { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: var(--radius-md); background: var(--primary-light); color: var(--primary); }
h3[b-v113li94ol] { margin: 1rem 0 .65rem; color: var(--text-primary); font-size: 1.05rem; }
p[b-v113li94ol] { margin: 0; color: var(--text-secondary); font-size: .92rem; line-height: 1.65; }
@media (max-width: 1150px) { .process-timeline[b-v113li94ol] { grid-template-columns: repeat(7, 14rem); } }
/* /Components/DetailPages/Software/SoftwareDevelopmentPage.razor.rz.scp.css */
.split-heading[b-9aufylltc4] { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); align-items: start; gap: clamp(2rem,6vw,6rem); }
.comparison-layout[b-9aufylltc4] { display: grid; grid-template-columns: minmax(15rem,.55fr) minmax(0,1.45fr); align-items: start; gap: clamp(2rem,5vw,5rem); }
.technology-layout[b-9aufylltc4] { display: grid; grid-template-columns: minmax(15rem,.65fr) minmax(0,1.35fr); align-items: center; gap: clamp(2rem,5vw,5rem); }
.architecture-section[b-9aufylltc4] { padding: var(--section-padding) 0; background: #0b1731; }
.architecture-heading[b-9aufylltc4] { max-width: 46rem; margin-bottom: 2.2rem; }
.architecture-heading > span[b-9aufylltc4] { color: #7dd3fc; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.architecture-heading h2[b-9aufylltc4] { margin: .75rem 0; color: #fff; font-size: clamp(2rem,4vw,3.15rem); letter-spacing: -.035em; }
.architecture-heading p[b-9aufylltc4] { margin: 0; color: rgba(255,255,255,.7); font-size: 1.05rem; line-height: 1.7; }
@media (max-width: 880px) { .split-heading[b-9aufylltc4], .comparison-layout[b-9aufylltc4], .technology-layout[b-9aufylltc4] { grid-template-columns: 1fr; } }
/* /Components/DetailPages/TechnologyGrid.razor.rz.scp.css */
.technology-grid[b-zjf484zz1a] { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; max-width: 68rem; margin-inline: auto; }
@media (max-width: 920px) { .technology-grid[b-zjf484zz1a] { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 560px) { .technology-grid[b-zjf484zz1a] { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
/* /Components/DetailPages/Web/WebDevelopmentPage.razor.rz.scp.css */
.editorial-split[b-2ch912nj83] { display: grid; grid-template-columns: 3rem minmax(15rem,.65fr) minmax(0,1.35fr); align-items: start; gap: clamp(1rem,4vw,4rem); }
.section-marker[b-2ch912nj83] { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border: 1px solid var(--border-color); border-radius: 50%; color: var(--primary); font-size: .75rem; font-weight: 800; }
.showcase-section[b-2ch912nj83] { display: grid; grid-template-columns: minmax(14rem,.55fr) minmax(0,1.45fr); align-items: start; gap: clamp(2rem,5vw,5rem); }
.faq-layout[b-2ch912nj83] { display: grid; grid-template-columns: minmax(15rem,.6fr) minmax(0,1.4fr); align-items: start; gap: clamp(2rem,6vw,6rem); }
.web-architecture[b-2ch912nj83] { padding: var(--section-padding) 0; background: linear-gradient(150deg, #071326, #102c58); }
.web-architecture-grid[b-2ch912nj83] { display: grid; grid-template-columns: minmax(15rem,.55fr) minmax(0,1.45fr); align-items: center; gap: clamp(2rem,5vw,5rem); }
.web-architecture-grid > div:first-child > span[b-2ch912nj83] { color: #7dd3fc; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.web-architecture h2[b-2ch912nj83] { margin: .8rem 0; color: #fff; font-size: clamp(2rem,4vw,3.1rem); letter-spacing: -.04em; }
.web-architecture p[b-2ch912nj83] { margin: 0; color: rgba(255,255,255,.7); line-height: 1.75; }
@media (max-width: 920px) { .editorial-split[b-2ch912nj83] { grid-template-columns: 2.75rem 1fr; } .editorial-split > :last-child[b-2ch912nj83] { grid-column: 1 / -1; } .showcase-section[b-2ch912nj83], .faq-layout[b-2ch912nj83], .web-architecture-grid[b-2ch912nj83] { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .editorial-split[b-2ch912nj83] { grid-template-columns: 1fr; } .section-marker[b-2ch912nj83] { display: none; } }
/* /Components/Home/AboutSection.razor.rz.scp.css */
.about-container[b-qhspl2oasi] {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 5rem;
    align-items: center;
}

.about-image[b-qhspl2oasi] {
    display: flex;
    justify-content: center;
    position: relative;
}

    .about-image img[b-qhspl2oasi] {
        width: 100%;
        max-width: 590px;
        border-radius: 24px;
        box-shadow: var(--shadow-lg);
        transition: transform .4s ease;
    }

    .about-image:hover img[b-qhspl2oasi] {
        transform: scale(1.02);
    }

.about-features[b-qhspl2oasi] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 2.5rem 0;
}

.about-feature[b-qhspl2oasi] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.2rem;
    background: linear-gradient(135deg, var(--surface), #f9fbff);
    border: 1px solid rgba(46,82,138,.09);
    border-radius: 14px;
    transition: all .3s ease;
}

    .about-feature:hover[b-qhspl2oasi] {
        transform: translateX(8px);
        border-color: rgba(37,99,235,.15);
        box-shadow: var(--shadow-sm);
    }

    .about-feature i[b-qhspl2oasi] {
        color: var(--success);
        font-size: 1.3rem;
        margin-top: .2rem;
    }

    .about-feature strong[b-qhspl2oasi] {
        display: block;
        margin-bottom: .35rem;
        font-size: 1rem;
        color: var(--text-primary);
    }

    .about-feature small[b-qhspl2oasi] {
        display: block;
        color: var(--text-secondary);
        line-height: 1.7;
        font-size: .95rem;
    }

.about-buttons[b-qhspl2oasi] {
    margin-top: 2.5rem;
}

@media (max-width:992px) {

    .about-container[b-qhspl2oasi] {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
    }

    .about-feature[b-qhspl2oasi] {
        text-align: left;
    }
}
/* /Components/Home/HeroSection.razor.rz.scp.css */
.hero-container[b-nzjvw518yk] { display: grid; grid-template-columns: 1fr 1.06fr; align-items: center; gap: clamp(3rem, 6vw, 6.5rem); min-height: min(800px, calc(100vh - 80px)); padding: 2.5rem 0 4rem; }
.eyebrow[b-nzjvw518yk] { display: inline-flex; align-items: center; gap: .6rem; padding: .55rem 1rem; color: #1e40af; background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%); border: 1px solid rgba(30,64,175,.15); border-radius: var(--radius-full); font-size: .85rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.hero-content h1[b-nzjvw518yk] { max-width: 670px; margin: 1.5rem 0 1.5rem; font-size: clamp(3.5rem, 6vw, 5.8rem); letter-spacing: -.08em; line-height: 1.05; font-weight: 800; color: var(--text-primary); }
.hero-content h1 span[b-nzjvw518yk] { color: var(--primary); display: block; background: linear-gradient(135deg, #1e40af 0%, #0f2847 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-content p[b-nzjvw518yk] { font-size: 1.125rem; line-height: 1.8; color: var(--text-secondary); max-width: 620px; font-weight: 500; }
.hero-buttons[b-nzjvw518yk] { display: flex; gap: 1rem; margin-top: 2.5rem; flex-wrap: wrap; }
.hero-assurance[b-nzjvw518yk] { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; margin-top: 1.5rem; color: var(--text-secondary); font-size: .82rem; font-weight: 600; }
.hero-assurance span[b-nzjvw518yk] { display: inline-flex; align-items: center; gap: .4rem; }
.hero-assurance i[b-nzjvw518yk] { color: var(--success); font-size: 1.1rem; }
.hero-stats[b-nzjvw518yk] { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; max-width: 620px; margin-top: 3.5rem; }
.hero-stat[b-nzjvw518yk] { min-width: 0; padding-right: 1rem; border-right: 2px solid var(--border-color); }
.hero-stat:last-child[b-nzjvw518yk] { border-right: 0; }
.hero-stat strong[b-nzjvw518yk] { display: block; color: var(--text-primary); font-size: 2rem; line-height: 1.1; letter-spacing: -.04em; font-weight: 800; }
.hero-stat strong span[b-nzjvw518yk] { color: var(--primary); }
.hero-stat > span[b-nzjvw518yk] { display: block; margin-top: .4rem; color: var(--text-secondary); font-size: .82rem; font-weight: 600; line-height: 1.4; }
.hero-visual[b-nzjvw518yk] { position: relative; display: flex; justify-content: center; align-items: center; min-height: 500px; }
.visual-glow[b-nzjvw518yk] { position: absolute; width: 84%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(30,64,175,.15) 0, rgba(30,64,175,.05) 42%, transparent 70%); }
.visual-window[b-nzjvw518yk] { position: relative; width: min(112%, 635px); overflow: hidden; border: 1px solid rgba(30,64,175,.12); border-radius: var(--radius-xl); box-shadow: 0 30px 60px rgba(30,64,175,.2); animation: floatImage-b-nzjvw518yk 6s ease-in-out infinite; }
.visual-window img[b-nzjvw518yk] { width: 100%; max-width: 635px; transform: scale(1.02); }
.visual-panel[b-nzjvw518yk] { position: absolute; z-index: 1; display: flex; align-items: center; gap: .7rem; padding: .85rem 1rem; border: 1px solid rgba(30,64,175,.15); border-radius: var(--radius-lg); background: rgba(255,255,255,.96); box-shadow: 0 16px 32px rgba(30,64,175,.15); backdrop-filter: blur(12px); color: var(--text-primary); }
.panel-top[b-nzjvw518yk] { top: 4%; right: -1%; font-size: .82rem; font-weight: 700; animation: floatPanel-b-nzjvw518yk 5s 1s ease-in-out infinite; }
.panel-top i[b-nzjvw518yk] { color: var(--warning); font-size: 1.1rem; }
.panel-bottom[b-nzjvw518yk] { left: -3%; bottom: 4%; }
.mini-avatars[b-nzjvw518yk] { display: flex; }
.mini-avatars span[b-nzjvw518yk] { display: grid; width: 32px; height: 32px; margin-right: -8px; place-items: center; border: 2px solid #fff; border-radius: 50%; background: var(--primary); color: #fff; font-size: .65rem; font-weight: 800; }
.mini-avatars span:last-child[b-nzjvw518yk] { background: var(--accent); }
.panel-bottom strong[b-nzjvw518yk], .panel-bottom small[b-nzjvw518yk] { display: block; line-height: 1.4; }
.panel-bottom strong[b-nzjvw518yk] { font-size: .75rem; font-weight: 700; }
.panel-bottom small[b-nzjvw518yk] { color: var(--text-secondary); font-size: .65rem; font-weight: 500; }
@keyframes floatImage-b-nzjvw518yk { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-13px); } }
@keyframes floatPanel-b-nzjvw518yk { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (max-width: 992px) { .hero-container[b-nzjvw518yk] { grid-template-columns: 1fr; text-align: center; gap: 3rem; } .hero-content p[b-nzjvw518yk], .hero-stats[b-nzjvw518yk] { margin-left: auto; margin-right: auto; } .hero-buttons[b-nzjvw518yk], .hero-assurance[b-nzjvw518yk] { justify-content: center; } .hero-visual[b-nzjvw518yk] { order: -1; } .panel-top[b-nzjvw518yk] { right: 4%; } .panel-bottom[b-nzjvw518yk] { left: 4%; } }
@media (max-width: 540px) { .hero-container[b-nzjvw518yk] { padding-top: 1.5rem; } .hero-content h1[b-nzjvw518yk] { font-size: clamp(2.75rem, 14vw, 3.5rem); } .hero-visual[b-nzjvw518yk] { min-height: 330px; } .visual-window[b-nzjvw518yk] { border-radius: 16px; padding: 8px; } .panel-top[b-nzjvw518yk] { top: 1%; font-size: .67rem; } .panel-bottom[b-nzjvw518yk] { bottom: 0; transform: scale(.88); transform-origin: left bottom; } .hero-stats[b-nzjvw518yk] { gap: .55rem; } .hero-stat strong[b-nzjvw518yk] { font-size: 1.35rem; } .hero-stat > span[b-nzjvw518yk] { font-size: .68rem; } }
/* /Components/Home/HomeTechnologyStackSection.razor.rz.scp.css */
.technology-list[b-eg5i1we6us] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    max-width: 1100px;
    margin: 4rem auto 0;
}
/* /Components/Home/PortfolioSection.razor.rz.scp.css */
.project-grid[b-x9cugb2edq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
    align-items: stretch;
}

@media (max-width: 992px) {
    .project-grid[b-x9cugb2edq] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Home/ServicesSection.razor.rz.scp.css */
.service-grid[b-qlwju3bq05] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin-top: 4rem;
    align-items: stretch;
}

    .service-grid > *[b-qlwju3bq05] {
        height: 100%;
    }

@media (max-width:992px) {

    .service-grid[b-qlwju3bq05] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:768px) {

    .service-grid[b-qlwju3bq05] {
        grid-template-columns: 1fr;
        margin-top: 3rem;
    }
}
/* /Components/Home/StatisticsSection.razor.rz.scp.css */
.statistics-grid[b-ggskqrm7o5] { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; margin-top: 4rem; }
@media (max-width:992px) { .statistics-grid[b-ggskqrm7o5] { grid-template-columns: repeat(2,1fr); } }
@media (max-width:768px) { .statistics-grid[b-ggskqrm7o5] { grid-template-columns: 1fr; margin-top: 3rem; } }
/* /Components/Home/TestimonialsSection.razor.rz.scp.css */
.testimonial-grid[b-ylblvjc6cb] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin-top: 4rem;
    align-items: stretch;
}

    .testimonial-grid > *[b-ylblvjc6cb] {
        height: 100%;
    }

@media(max-width:1100px) {

    .testimonial-grid[b-ylblvjc6cb] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:768px) {

    .testimonial-grid[b-ylblvjc6cb] {
        grid-template-columns: 1fr;
        margin-top: 3rem;
    }
}
/* /Components/Home/TrustedBySection.razor.rz.scp.css */
.logo-grid[b-d18pgs67lh] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
    margin-top: 3rem;
}

@media(max-width:992px) {

    .logo-grid[b-d18pgs67lh] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:768px) {

    .logo-grid[b-d18pgs67lh] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Home/WhyChooseUsSection.razor.rz.scp.css */
.why-grid[b-ussswiathz] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
    margin-top: 4rem;
    align-items: stretch;
}

    .why-grid > *[b-ussswiathz] {
        height: 100%;
    }

.why-action[b-ussswiathz] {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

@media (max-width:1200px) {

    .why-grid[b-ussswiathz] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:768px) {

    .why-grid[b-ussswiathz] {
        grid-template-columns: 1fr;
        margin-top: 3rem;
    }

    .why-action[b-ussswiathz] {
        margin-top: 3rem;
    }
}
/* /Components/Layout/AppFooter.razor.rz.scp.css */
.footer[b-p915ab1b3m] {
    background: linear-gradient(180deg, var(--secondary) 0%, #051223 100%);
    color: white;
    padding: 5.5rem 0 2rem;
    margin-top: 6rem;
    border-top: 1px solid rgba(30,64,175,.1);
}

.footer-grid[b-p915ab1b3m] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3.5rem;
}

.footer-column h3[b-p915ab1b3m],
.footer-column h4[b-p915ab1b3m] {
    margin-bottom: 1.6rem;
    color: white;
    font-weight: 700;
}

.footer-column p[b-p915ab1b3m] {
    color: rgba(255,255,255,.7);
    line-height: 1.8;
    font-weight: 500;
}

.footer-column ul[b-p915ab1b3m] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li[b-p915ab1b3m] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1.1rem;
    color: rgba(255,255,255,.7);
    font-weight: 500;
}

.footer-column a[b-p915ab1b3m] {
    color: rgba(255,255,255,.7);
    text-decoration: none;
    transition: var(--transition);
}

    .footer-column a:hover[b-p915ab1b3m] {
        color: #fff;
    }

.footer hr[b-p915ab1b3m] {
    border: none;
    border-top: 1px solid rgba(255,255,255,.08);
    margin: 3.5rem 0 2.5rem;
}

.footer-bottom[b-p915ab1b3m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .footer-bottom p[b-p915ab1b3m] {
        margin: 0;
        color: rgba(255,255,255,.6);
        font-weight: 500;
    }

.footer-social[b-p915ab1b3m] {
    display: flex;
    gap: 1rem;
}

    .footer-social a[b-p915ab1b3m] {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(255,255,255,.1);
        color: white;
        transition: var(--transition);
        border: 1px solid rgba(255,255,255,.15);
    }

        .footer-social a:hover[b-p915ab1b3m] {
            background: var(--primary);
            border-color: var(--primary);
            transform: translateY(-3px);
        }

@media (max-width:992px) {

    .footer-grid[b-p915ab1b3m] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:768px) {

    .footer-grid[b-p915ab1b3m] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-column li[b-p915ab1b3m] {
        justify-content: center;
    }

    .footer-bottom[b-p915ab1b3m] {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* /Components/Layout/AppNavbar.razor.rz.scp.css */
.site-header[b-p18fk06i7i] {
    position: sticky;
    top: 0;
    z-index: 1100;
    height: 88px;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(18px);
    transition: background .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled[b-p18fk06i7i] {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 35px rgba(15, 23, 42, .08);
}

.navbar-shell[b-p18fk06i7i] {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(20px, 2vw, 32px);
    width: min(calc(100% - 48px), 1440px);
    min-height: 88px;
    margin-inline: auto;
}

.navbar-shell[b-p18fk06i7i]  .brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; min-width: 0; padding: 4px 0; text-decoration: none; }
.brand-mark[b-p18fk06i7i] { display: grid; flex: 0 0 48px; width: 48px; height: 48px; overflow: hidden; border: 1px solid rgba(30, 64, 175, .1); border-radius: 14px; background: linear-gradient(145deg, #fff 35%, #f3f8ff 100%); box-shadow: 0 7px 18px rgba(30, 64, 175, .1); place-items: center; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.brand-mark img[b-p18fk06i7i] { width: 100%; height: 100%; object-fit: contain; transform: scale(1.09); }
.brand-copy[b-p18fk06i7i] { display: grid; gap: 5px; line-height: 1; }
.brand-copy strong[b-p18fk06i7i] { display: inline-flex; align-items: baseline; gap: 6px; color: #0b1c3d; font-size: 16px; font-weight: 800; letter-spacing: .055em; white-space: nowrap; }
.brand-copy strong span[b-p18fk06i7i] { background: linear-gradient(110deg, #1e40af 15%, #0ea5e9 95%); background-clip: text; color: transparent; }
.brand-copy small[b-p18fk06i7i] { color: #64748b; font-size: 7px; font-weight: 800; letter-spacing: .115em; text-transform: uppercase; white-space: nowrap; }
.brand-copy small b[b-p18fk06i7i] { color: var(--accent); font-size: 7.5px; }
.navbar-shell[b-p18fk06i7i]  .brand:hover .brand-mark { border-color: rgba(30, 64, 175, .18); box-shadow: 0 9px 22px rgba(30, 64, 175, .15); transform: translateY(-1px); }

.desktop-nav[b-p18fk06i7i] { display: flex; align-items: center; justify-content: center; min-width: 0; gap: clamp(5px, .65vw, 11px); }
.desktop-nav[b-p18fk06i7i]  .nav-link { position: relative; display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 0 clamp(11px, .85vw, 15px); border: 0; border-radius: 9px; background: transparent; color: #334155; font: 600 clamp(15px, 1vw, 16px)/1 inherit; letter-spacing: .008em; white-space: nowrap; text-decoration: none; cursor: pointer; transition: color .2s ease, background .2s ease; }
.desktop-nav[b-p18fk06i7i]  .nav-link::after { position: absolute; right: 13px; bottom: 4px; left: 13px; height: 2px; border-radius: 9px; background: linear-gradient(90deg, var(--primary), var(--accent)); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav[b-p18fk06i7i]  .nav-link:hover { background: rgba(30, 64, 175, .055); color: var(--primary); }
.desktop-nav[b-p18fk06i7i]  .nav-link.active { background: rgba(30, 64, 175, .035); color: var(--primary); }
.desktop-nav[b-p18fk06i7i]  .nav-link.active::after { transform: scaleX(1); }
.dropdown-trigger i[b-p18fk06i7i] { font-size: 9px; transition: transform .2s ease; }
.dropdown-trigger[aria-expanded="true"][b-p18fk06i7i] { background: rgba(30, 64, 175, .055); color: var(--primary); }
.dropdown-trigger[aria-expanded="true"] i[b-p18fk06i7i] { transform: rotate(180deg); }

.consultation-btn[b-p18fk06i7i] { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 13px; background: linear-gradient(135deg, #2445b8 0%, #152957 100%); box-shadow: 0 9px 22px rgba(30, 64, 175, .17); color: #fff; font: 700 14px/1 inherit; white-space: nowrap; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.consultation-btn:hover[b-p18fk06i7i] { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(30, 64, 175, .25); }
.consultation-btn:focus-visible[b-p18fk06i7i], .desktop-nav[b-p18fk06i7i]  .nav-link:focus-visible, .navbar-shell[b-p18fk06i7i]  .brand:focus-visible, .menu-toggle:focus-visible[b-p18fk06i7i] { outline: 3px solid rgba(14, 165, 233, .3); outline-offset: 3px; }

.dropdown-panel[b-p18fk06i7i] { position: absolute; top: calc(100% + 9px); left: 50%; width: min(820px, calc(100vw - 64px)); padding: 20px; border: 1px solid rgba(148, 163, 184, .22); border-radius: 20px; background: rgba(255, 255, 255, .99); box-shadow: 0 24px 60px rgba(15, 23, 42, .10); transform: translateX(-50%); animation: menu-in-b-p18fk06i7i .2s ease both; }
.dropdown-panel[b-p18fk06i7i]::before { position: absolute; top: -6px; left: 50%; width: 10px; height: 10px; border-top: 1px solid rgba(15, 23, 42, .09); border-left: 1px solid rgba(15, 23, 42, .09); background: #fff; content: ""; transform: translateX(-50%) rotate(45deg); }
.services-panel[b-p18fk06i7i]::before { left: 30%; }
.industries-panel[b-p18fk06i7i]::before { left: 36%; }
.company-panel[b-p18fk06i7i]::before { left: 50%; }
.services-panel[b-p18fk06i7i] { width: min(1180px, calc(100vw - 64px)); padding: 26px 30px 22px; border-radius: 22px; }
.industries-panel[b-p18fk06i7i] { left: 55%; width: min(720px, calc(100vw - 64px)); }
.company-panel[b-p18fk06i7i] { left: 57%; width: min(700px, calc(100vw - 64px)); }
.mega-grid[b-p18fk06i7i] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 34px; row-gap: 20px; }
.compact-grid[b-p18fk06i7i] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.industry-grid[b-p18fk06i7i] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
.menu-group[b-p18fk06i7i] { min-width: 0; }
.group-title[b-p18fk06i7i] { display: flex; align-items: center; gap: 10px; min-height: 32px; margin-bottom: 4px; color: #0f1f3d; font-size: 16px; font-weight: 700; letter-spacing: .012em; }
.group-title > i[b-p18fk06i7i] { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: #edf4ff; color: #3156c7; font-size: 20px; }
.featured-badge[b-p18fk06i7i] { margin-left: auto; padding: 2px 6px; border: 1px solid rgba(30, 64, 175, .1); border-radius: 999px; background: #f8fbff; color: var(--primary); font-size: 8px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.menu-items[b-p18fk06i7i] { display: grid; gap: 0; min-width: 0; }

/* NavLink renders a child anchor; ::deep keeps isolated component CSS attached to it. */
.menu-items[b-p18fk06i7i]  .dropdown-link,
.industry-grid[b-p18fk06i7i]  .dropdown-link { display: flex; align-items: center; gap: 10px; width: 100%; min-width: 0; min-height: 31px; padding: 4px 8px 4px 9px; border-left: 3px solid transparent; border-radius: 7px; color: #526174; font-size: 15px; font-weight: 500; line-height: 1.45; text-decoration: none; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.menu-items[b-p18fk06i7i]  .dropdown-link-label,
.industry-grid[b-p18fk06i7i]  .dropdown-link-label { display: flex; align-items: center; min-width: 0; gap: 8px; }
.menu-items[b-p18fk06i7i]  .dropdown-link-label > span,
.industry-grid[b-p18fk06i7i]  .dropdown-link-label > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.menu-items[b-p18fk06i7i]  .dropdown-link-label > i,
.industry-grid[b-p18fk06i7i]  .dropdown-link-label > i { flex: 0 0 auto; color: var(--primary); }
.menu-items[b-p18fk06i7i]  .dropdown-link:hover,
.menu-items[b-p18fk06i7i]  .dropdown-link.active,
.industry-grid[b-p18fk06i7i]  .dropdown-link:hover,
.industry-grid[b-p18fk06i7i]  .dropdown-link.active { border-left-color: #4f6fd8; background: rgba(239, 246, 255, .72); color: var(--primary); transform: none; }

.mega-menu-footer[b-p18fk06i7i] { display: flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 20px; margin-top: 14px; padding: 12px 4px 0; border-top: 1px solid rgba(148, 163, 184, .22); }
.mega-menu-message[b-p18fk06i7i] { display: grid; gap: 4px; min-width: 0; }
.mega-menu-message strong[b-p18fk06i7i] { color: #102044; font-size: 14px; }
.mega-menu-message span[b-p18fk06i7i] { color: var(--text-secondary); font-size: 14px; line-height: 1.4; }
.mega-menu-actions[b-p18fk06i7i] { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.mega-menu-actions[b-p18fk06i7i]  .all-services-link, .expert-link[b-p18fk06i7i] { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 38px; padding: 0 12px; border-radius: 9px; font-size: 13px; font-weight: 650; white-space: nowrap; text-decoration: none; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.mega-menu-actions[b-p18fk06i7i]  .all-services-link { color: var(--primary); }
.mega-menu-actions[b-p18fk06i7i]  .all-services-link:hover { background: var(--primary-light); transform: translateX(2px); }
.expert-link[b-p18fk06i7i] { border: 1px solid #2445b8; background: #2445b8; color: #fff; }
.expert-link:hover[b-p18fk06i7i] { border-color: #19368f; background: #19368f; transform: translateY(-1px); }
.mega-menu-actions[b-p18fk06i7i]  .all-services-link:focus-visible, .expert-link:focus-visible[b-p18fk06i7i], .menu-items[b-p18fk06i7i]  .dropdown-link:focus-visible { outline: 3px solid rgba(14, 165, 233, .25); outline-offset: 2px; }

.menu-toggle[b-p18fk06i7i], .mobile-panel[b-p18fk06i7i], .mobile-backdrop[b-p18fk06i7i] { display: none; }
@keyframes menu-in-b-p18fk06i7i { from { opacity: 0; transform: translateX(-50%) translateY(-8px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }

@media (max-width: 1365px) {
    .navbar-shell[b-p18fk06i7i] { gap: 18px; }
    .desktop-nav[b-p18fk06i7i]  .nav-link { padding-inline: 11px; font-size: 15px; }
    .consultation-btn[b-p18fk06i7i] { padding-inline: 15px; font-size: 13px; }
}

@media (max-width: 1160px) {
    .brand-copy[b-p18fk06i7i] { display: none; }
    .navbar-shell[b-p18fk06i7i] { gap: 14px; }
    .desktop-nav[b-p18fk06i7i] { gap: 0; }
    .desktop-nav[b-p18fk06i7i]  .nav-link { padding-inline: 7px; }
}

@media (max-width: 1080px) {
    .site-header[b-p18fk06i7i], .navbar-shell[b-p18fk06i7i] { height: 76px; min-height: 76px; }
    .navbar-shell[b-p18fk06i7i] { display: flex; width: min(calc(100% - 30px), 1440px); }
    .desktop-nav[b-p18fk06i7i], .desktop-cta[b-p18fk06i7i], .dropdown-panel[b-p18fk06i7i] { display: none; }
    .brand-copy[b-p18fk06i7i] { display: grid; }
    .menu-toggle[b-p18fk06i7i] { display: grid; width: 46px; height: 46px; margin-left: auto; padding: 12px; border: 1px solid var(--border-color); border-radius: 13px; background: #fff; place-content: center; gap: 5px; }
    .menu-toggle span[b-p18fk06i7i] { display: block; width: 21px; height: 2px; border-radius: 2px; background: var(--text-primary); transition: .25s; }
    .menu-toggle.is-open span:first-child[b-p18fk06i7i] { transform: translateY(7px) rotate(45deg); }
    .menu-toggle.is-open span:nth-child(2)[b-p18fk06i7i] { opacity: 0; }
    .menu-toggle.is-open span:last-child[b-p18fk06i7i] { transform: translateY(-7px) rotate(-45deg); }
    .mobile-backdrop[b-p18fk06i7i] { position: fixed; inset: 0; z-index: 1150; display: block; background: rgba(15, 23, 42, .42); opacity: 0; pointer-events: none; transition: opacity .25s; }
    .mobile-backdrop.is-visible[b-p18fk06i7i] { opacity: 1; pointer-events: auto; }
    .mobile-panel[b-p18fk06i7i] { position: fixed; top: 0; right: 0; bottom: 0; z-index: 1200; display: flex; width: min(430px, 92vw); padding: 22px; overflow-y: auto; background: #fff; box-shadow: -24px 0 60px rgba(15, 23, 42, .18); flex-direction: column; transform: translateX(105%); transition: transform .3s cubic-bezier(.4, 0, .2, 1); }
    .mobile-panel.is-open[b-p18fk06i7i] { transform: none; }
    .mobile-heading[b-p18fk06i7i] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; color: var(--text-secondary); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
    .mobile-heading button[b-p18fk06i7i] { width: 42px; height: 42px; border: 1px solid var(--border-color); border-radius: 12px; background: #fff; color: var(--text-primary); }
    .mobile-direct-link[b-p18fk06i7i]  a, .mobile-accordion > button[b-p18fk06i7i] { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 15px 3px; border: 0; border-bottom: 1px solid var(--border-light); background: transparent; color: var(--text-primary); font: 700 16px/1 inherit; text-decoration: none; }
    .mobile-direct-link[b-p18fk06i7i]  a.active { color: var(--primary); }
    .mobile-accordion > button i[b-p18fk06i7i] { font-size: 12px; transition: transform .2s; }
    .mobile-accordion > button[aria-expanded="true"] i[b-p18fk06i7i] { transform: rotate(180deg); }
    .accordion-content[b-p18fk06i7i] { display: grid; grid-template-rows: 0fr; padding-left: 13px; overflow: hidden; transition: grid-template-rows .25s; }
    .accordion-content.is-open[b-p18fk06i7i] { grid-template-rows: 1fr; padding-block: 7px; }
    .accordion-content > div[b-p18fk06i7i] { min-height: 0; overflow: hidden; }
    .accordion-content[b-p18fk06i7i]  a { display: block; padding: 8px 10px; color: var(--text-secondary); font-size: 14px; font-weight: 600; text-decoration: none; }
    .mobile-consultation[b-p18fk06i7i] { width: 100%; margin-top: 24px; }
    .contact-shortcuts[b-p18fk06i7i] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 16px; }
    .contact-shortcuts a[b-p18fk06i7i] { display: grid; gap: 5px; padding: 10px 4px; border-radius: 10px; background: var(--surface-alt); color: var(--text-secondary); font-size: 11px; font-weight: 700; place-items: center; text-decoration: none; }
    .contact-shortcuts i[b-p18fk06i7i] { color: var(--primary); font-size: 16px; }
}

@media (max-width: 390px) {
    .navbar-shell[b-p18fk06i7i] { width: calc(100% - 22px); }
    .brand-mark[b-p18fk06i7i] { flex-basis: 44px; width: 44px; height: 44px; border-radius: 12px; }
    .brand-copy strong[b-p18fk06i7i] { font-size: 13px; }
    .mobile-panel[b-p18fk06i7i] { width: 94vw; padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    *[b-p18fk06i7i], *[b-p18fk06i7i]::before, *[b-p18fk06i7i]::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
/* /Components/Layout/ConsultationModal.razor.rz.scp.css */
.modal-backdrop[b-97o27ub1i7]{position:fixed;inset:0;z-index:2000;display:grid;padding:24px;overflow-y:auto;background:rgba(15,23,42,.58);backdrop-filter:blur(6px);place-items:center;animation:fade-in-b-97o27ub1i7 .2s ease}.consultation-modal[b-97o27ub1i7]{position:relative;width:min(760px,100%);padding:clamp(24px,4vw,42px);border:1px solid rgba(255,255,255,.5);border-radius:24px;background:#fff;box-shadow:0 30px 80px rgba(15,23,42,.25)}.modal-close[b-97o27ub1i7]{position:absolute;top:18px;right:18px;width:42px;height:42px;border:1px solid var(--border-color);border-radius:12px;background:#fff;color:var(--text-primary);cursor:pointer}.modal-intro>span[b-97o27ub1i7]{color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.modal-intro h2[b-97o27ub1i7]{margin:8px 45px 6px 0;font-size:clamp(27px,4vw,38px);letter-spacing:-.04em}.modal-intro p[b-97o27ub1i7]{margin:0 0 24px;color:var(--text-secondary)}.modal-grid[b-97o27ub1i7]{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.modal-grid label[b-97o27ub1i7]{display:grid;gap:7px;color:var(--text-primary);font-size:13px;font-weight:700}.modal-grid em[b-97o27ub1i7]{color:var(--primary);font-style:normal}.modal-grid[b-97o27ub1i7]  input,.modal-grid[b-97o27ub1i7]  select,.modal-grid[b-97o27ub1i7]  textarea{width:100%;min-height:48px;padding:10px 12px;border:1px solid #d7e0ec;border-radius:11px;outline:none;background:#fbfdff;color:var(--text-primary)}.modal-grid[b-97o27ub1i7]  textarea{resize:vertical}.modal-grid[b-97o27ub1i7]  input:focus,.modal-grid[b-97o27ub1i7]  select:focus,.modal-grid[b-97o27ub1i7]  textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(30,64,175,.09)}.modal-grid[b-97o27ub1i7]  .validation-message{font-size:11px}.full-field[b-97o27ub1i7]{grid-column:1/-1}.modal-submit[b-97o27ub1i7]{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;margin-top:20px;padding:0 22px;border:0;border-radius:13px;background:var(--gradient-primary);box-shadow:0 12px 25px rgba(30,64,175,.2);color:#fff;font-weight:800;cursor:pointer}.modal-close:focus-visible[b-97o27ub1i7],.modal-submit:focus-visible[b-97o27ub1i7]{outline:3px solid rgba(14,165,233,.3);outline-offset:3px}@keyframes fade-in-b-97o27ub1i7{from{opacity:0}to{opacity:1}}@media(max-width:620px){.modal-backdrop[b-97o27ub1i7]{padding:12px;place-items:start center}.consultation-modal[b-97o27ub1i7]{padding:22px 18px;border-radius:18px}.modal-grid[b-97o27ub1i7]{grid-template-columns:1fr}.full-field[b-97o27ub1i7]{grid-column:auto}.modal-submit[b-97o27ub1i7]{width:100%}}@media(prefers-reduced-motion:reduce){.modal-backdrop[b-97o27ub1i7]{animation:none}}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1hoes78prm] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--background);
}

.main-content[b-1hoes78prm] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#blazor-error-ui[b-1hoes78prm] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

    #blazor-error-ui .dismiss[b-1hoes78prm] {
        cursor: pointer;
        position: absolute;
        right: 1rem;
        top: 0.5rem;
    }
/* /Components/Portfolio/ClientSuccessSection.razor.rz.scp.css */
.success-grid[b-zvy98y6sg2] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin-top: 4rem;
}

@media(max-width:992px) {

    .success-grid[b-zvy98y6sg2] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Portfolio/DevelopmentHighlightsSection.razor.rz.scp.css */
.highlights-grid[b-upipb78hfc] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin-top: 4rem;
}

@media(max-width:992px) {

    .highlights-grid[b-upipb78hfc] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:768px) {

    .highlights-grid[b-upipb78hfc] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Portfolio/FeaturedProjectsSection.razor.rz.scp.css */
.projects-grid[b-a6l3xssu5d] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin-top: 4rem;
    align-items: stretch;
}

    .projects-grid > *[b-a6l3xssu5d] {
        height: 100%;
    }

@media (max-width:1200px) {

    .projects-grid[b-a6l3xssu5d] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:768px) {

    .projects-grid[b-a6l3xssu5d] {
        grid-template-columns: 1fr;
        margin-top: 3rem;
    }
}
/* /Components/Portfolio/PortfolioDetailsSection.razor.rz.scp.css */
/* /Components/Portfolio/PortfolioOverviewSection.razor.rz.scp.css */
.portfolio-overview[b-0e2xc44ykt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.portfolio-image[b-0e2xc44ykt] { display: flex; justify-content: center; }
.portfolio-image img[b-0e2xc44ykt] { max-width: 100%; height: auto; }
.overview-buttons[b-0e2xc44ykt] { margin-top: 2rem; }

@media (max-width: 992px) {
    .portfolio-overview[b-0e2xc44ykt] { grid-template-columns: 1fr; text-align: center; }
}
/* /Components/Portfolio/PortfolioStatisticsSection.razor.rz.scp.css */
.statistics-grid[b-t2cgwk923b] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
    margin-top: 4rem;
}

@media(max-width:992px) {

    .statistics-grid[b-t2cgwk923b] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:768px) {

    .statistics-grid[b-t2cgwk923b] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Services/DevelopmentProcessSection.razor.rz.scp.css */
.process-grid[b-bp1mk1b2uu] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin-top: 4rem;
}

@media(max-width:992px) {

    .process-grid[b-bp1mk1b2uu] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:768px) {

    .process-grid[b-bp1mk1b2uu] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Services/EngagementModelsSection.razor.rz.scp.css */
.engagement-grid[b-wetouh0sz3] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin-top: 4rem;
}

@media(max-width:992px) {

    .engagement-grid[b-wetouh0sz3] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Services/FrequentlyAskedQuestionsSection.razor.rz.scp.css */
.faq-list[b-8sjstww9v6] {
    max-width: 900px;
    margin: 0 auto;
}

    .faq-list details[b-8sjstww9v6] {
        margin-bottom: 1rem;
        padding: 1.25rem 1.5rem;
        border: 1px solid var(--border-color);
        border-radius: var(--radius-md);
        background: var(--surface);
        box-shadow: var(--shadow-sm);
    }

    .faq-list summary[b-8sjstww9v6] {
        cursor: pointer;
        font-weight: var(--font-semibold);
        color: var(--text-primary);
    }

    .faq-list p[b-8sjstww9v6] {
        margin-top: 1rem;
    }

.faq-container[b-8sjstww9v6] {
    max-width: 900px;
    margin: 4rem auto 0;
}
/* /Components/Services/ServiceCategoriesSection.razor.rz.scp.css */
.services-grid[b-qlfe5libbt] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin-top: 4rem;
}

@media(max-width:1200px) {

    .services-grid[b-qlfe5libbt] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:768px) {

    .services-grid[b-qlfe5libbt] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Services/ServicesIndustriesSection.razor.rz.scp.css */
.industries-grid[b-2ch6zvuz1n] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

@media (max-width: 992px) {

    .industries-grid[b-2ch6zvuz1n] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .industries-grid[b-2ch6zvuz1n] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Services/ServicesOverviewSection.razor.rz.scp.css */
.services-overview[b-vzah4v8evg] {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 5rem;
    align-items: center;
}

.overview-actions[b-vzah4v8evg] { margin-top: 2rem; }
.overview-image[b-vzah4v8evg] { display: flex; justify-content: center; }
.overview-image img[b-vzah4v8evg] { width: 100%; max-width: 520px; }

@media (max-width: 992px) {
    .services-overview[b-vzah4v8evg] { grid-template-columns: 1fr; text-align: center; }
    .overview-image[b-vzah4v8evg] { order: -1; }
    .overview-actions[b-vzah4v8evg] { display: flex; justify-content: center; }
}
/* /Components/Services/ServicesTechnologyStackSection.razor.rz.scp.css */
.technology-grid[b-l6ygy8zdnz] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 4rem;
}

.technology-icon[b-l6ygy8zdnz] {
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(37,99,235,.08);
    color: var(--primary);
    margin-bottom: 1.5rem;
}

    .technology-icon i[b-l6ygy8zdnz] {
        font-size: 2rem;
    }

.technology-grid h3[b-l6ygy8zdnz] {
    margin-bottom: 1.25rem;
}

.technology-grid ul[b-l6ygy8zdnz] {
    margin: 0;
    padding-left: 1.2rem;
}

.technology-grid li[b-l6ygy8zdnz] {
    margin-bottom: .75rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

@media (max-width: 1200px) {

    .technology-grid[b-l6ygy8zdnz] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .technology-grid[b-l6ygy8zdnz] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Services/ServicesWhyChooseSection.razor.rz.scp.css */
.benefits-grid[b-y7piy22cah] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 4rem;
}

@media (max-width:992px) {

    .benefits-grid[b-y7piy22cah] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:768px) {

    .benefits-grid[b-y7piy22cah] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/Buttons/AppPrimaryButton.razor.rz.scp.css */
.btn-primary[b-c3hli218xv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    min-height: 52px;
    padding: 14px 32px;
    border: none;
    border-radius: var(--radius-lg);
    background: var(--gradient-primary);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 10px 25px rgba(30,64,175,.2);
}

    .btn-primary:hover[b-c3hli218xv] {
        background: var(--primary-dark);
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(30,64,175,.3);
    }

    .btn-primary:active[b-c3hli218xv] {
        transform: translateY(-1px);
    }

    .btn-primary:focus-visible[b-c3hli218xv] {
        outline: 3px solid rgba(30,64,175,.3);
        outline-offset: 2px;
    }

/* /Components/Shared/Buttons/AppSecondaryButton.razor.rz.scp.css */
.btn-secondary[b-1v8pn9hi4u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    min-height: 52px;
    padding: 14px 32px;
    border: 2px solid var(--border-color);
    border-radius: var(--radius-lg);
    background: transparent;
    color: var(--text-primary);
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
}

    .btn-secondary:hover[b-1v8pn9hi4u] {
        background: var(--surface-alt);
        border-color: var(--primary);
        color: var(--primary);
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(30,64,175,.15);
    }

    .btn-secondary:active[b-1v8pn9hi4u] {
        transform: translateY(-1px);
    }

    .btn-secondary:focus-visible[b-1v8pn9hi4u] {
        outline: 3px solid rgba(30,64,175,.3);
        outline-offset: 2px;
    }

/* /Components/Shared/Sections/AppCallToAction.razor.rz.scp.css */
.app-cta[b-53du4w0vbu] {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1080px;
    margin-inline: auto;
    padding: clamp(3.25rem, 7vw, 5.5rem) clamp(1.5rem, 6vw, 4rem);
    border: 1px solid rgba(125,211,252,.23);
    border-radius: 28px;
    background: radial-gradient(circle at 13% 105%, rgba(20,184,166,.3), transparent 29%), radial-gradient(circle at 88% 5%, rgba(59,130,246,.5), transparent 27%), linear-gradient(135deg, #07172f, #16499d);
    box-shadow: 0 28px 65px rgba(9,35,80,.24);
    text-align: center;
}

.app-cta h2[b-53du4w0vbu] {
    max-width: 820px;
    margin: 1.25rem auto 0;
    color: #fff;
    font-size: clamp(2.25rem, 4vw, 3.8rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.app-cta > p[b-53du4w0vbu] {
    max-width: 690px;
    margin: 1.25rem auto 0;
    color: rgba(255,255,255,.78);
    font-size: 1.04rem;
    line-height: 1.75;
}

.app-cta-supporting[b-53du4w0vbu] { margin-top: 2rem; }

.app-cta-actions[b-53du4w0vbu] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.app-cta[b-53du4w0vbu]  .app-badge {
    color: #dff7ff;
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.2);
    box-shadow: none;
}

@media (max-width: 768px) {
    .app-cta[b-53du4w0vbu] { padding: 3.25rem 1.35rem; border-radius: 22px; }
    .app-cta-actions > *[b-53du4w0vbu] { width: 100%; }
}
/* /Components/Shared/Sections/CallToActionSection.razor.rz.scp.css */
.cta-features[b-83hyzbwdhb] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    color: rgba(255,255,255,.86);
}

.cta-features div[b-83hyzbwdhb] { display: inline-flex; align-items: center; gap: .65rem; }
.cta-features[b-83hyzbwdhb]  i { color: #5eead4; }

@media (max-width: 768px) {
    .cta-features[b-83hyzbwdhb] { flex-direction: column; align-items: center; gap: .85rem; }
}
/* /Components/Shared/Sections/ProcessSection.razor.rz.scp.css */
.process-grid[b-693prd07be] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin-top: 4rem;
    align-items: stretch;
}

    .process-grid > *[b-693prd07be] {
        height: 100%;
    }

@media (max-width:992px) {

    .process-grid[b-693prd07be] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:768px) {

    .process-grid[b-693prd07be] {
        grid-template-columns: 1fr;
        margin-top: 3rem;
    }
}
/* /Components/Shared/UI/Accordion/AppAccordion.razor.rz.scp.css */
.accordion-item[b-k8r4s4f9wz] {
    background: var(--surface);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.accordion-header[b-k8r4s4f9wz] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.4rem 1.6rem;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    color: var(--text-primary);
}

    .accordion-header:hover[b-k8r4s4f9wz] {
        background: var(--surface-alt);
    }

.accordion-content[b-k8r4s4f9wz] {
    padding: 0 1.6rem 1.6rem;
    color: var(--text-secondary);
    line-height: 1.8;
}
/* /Components/Shared/UI/AppBadge.razor.rz.scp.css */
.app-badge[b-amq88ju172] { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .55rem 1rem; border: 1px solid rgba(37,99,235,.16); border-radius: 999px; background: linear-gradient(135deg, rgba(37,99,235,.1), rgba(14,165,233,.08)); color: #1d4ed8; box-shadow: 0 8px 24px rgba(37,99,235,.08); font-weight: 800; font-size: .72rem; line-height: 1; letter-spacing: .11em; text-transform: uppercase; }
.app-badge[b-amq88ju172]::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(135deg, #2563eb, #22d3ee); box-shadow: 0 0 0 4px rgba(37,99,235,.09); }
/* /Components/Shared/UI/AppContainer.razor.rz.scp.css */
/* /Components/Shared/UI/AppFeatureList.razor.rz.scp.css */
.feature-points[b-dj1zda3nra] {
    display: grid;
    grid-template-columns: repeat(var(--feature-columns), minmax(0, 1fr));
    gap: .8rem;
    margin-top: 2rem;
}

.feature-point[b-dj1zda3nra] {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-height: 48px;
    padding: .75rem .9rem;
    border: 1px solid rgba(37,99,235,.13);
    border-radius: 12px;
    background: rgba(249,252,255,.88);
    color: #0b1730;
    font-size: .92rem;
    font-weight: 700;
}

.feature-point[b-dj1zda3nra]  i { color: var(--primary); }

@media (max-width: 540px) {
    .feature-points[b-dj1zda3nra] { grid-template-columns: 1fr; }
}
/* /Components/Shared/UI/AppIcon.razor.rz.scp.css */
/* /Components/Shared/UI/AppPageHeader.razor.rz.scp.css */
.page-header[b-tzjy9zczyu] {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

    .page-header h1[b-tzjy9zczyu] {
        margin: 1.5rem 0;
        font-size: clamp(2.5rem,5vw,4rem);
        line-height: 1.2;
        font-weight: 700;
        color: var(--text-primary);
    }

    .page-header p[b-tzjy9zczyu] {
        max-width: 760px;
        margin: auto;
        color: var(--text-secondary);
        line-height: 1.8;
        font-size: 1.125rem;
    }

.breadcrumb[b-tzjy9zczyu] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    margin-top: 2rem;
}

    .breadcrumb a[b-tzjy9zczyu] {
        color: var(--primary);
        font-weight: 600;
    }

    .breadcrumb span:last-child[b-tzjy9zczyu] {
        font-weight: 600;
    }
/* /Components/Shared/UI/AppSection.razor.rz.scp.css */
.section[b-tp8f8w7l6s] {
    padding: var(--section-padding) 0;
}

.section-alt[b-tp8f8w7l6s] {
    background: var(--surface-alt);
}
/* /Components/Shared/UI/AppSectionTitle.razor.rz.scp.css */
.section-title[b-19ue196pzj] { position: relative; max-width: 820px; margin: 0 auto; text-align: center; }
.section-title h2[b-19ue196pzj] { margin: 1.1rem 0 0; font-size: clamp(2.35rem, 4vw, 3.8rem); line-height: 1.07; letter-spacing: -.06em; font-weight: 800; color: #0b1730; text-wrap: balance; }
.section-title p[b-19ue196pzj] { max-width: 680px; margin: 1.25rem auto 0; color: var(--text-secondary); line-height: 1.75; font-size: clamp(1rem, 1.25vw, 1.1rem); font-weight: 450; text-wrap: balance; }
.section-title.text-start[b-19ue196pzj] { margin-inline: 0; text-align: left; }
.section-title.text-start p[b-19ue196pzj] { margin-left: 0; }
@media (max-width: 768px) {
    .section-title h2[b-19ue196pzj] { font-size: clamp(2rem, 9vw, 2.75rem); letter-spacing: -.045em; }
    .section-title p[b-19ue196pzj] { margin-top: 1rem; line-height: 1.7; }
}
/* /Components/Shared/UI/AppTechnologyBadge.razor.rz.scp.css */
.technology-badge[b-pbzkqvoob9] {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    padding: 14px 20px;
    background: white;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    font-weight: 600;
}

    .technology-badge:hover[b-pbzkqvoob9] {
        transform: translateY(-4px);
        box-shadow: var(--shadow-md);
    }

.technology-icon[b-pbzkqvoob9] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
}

    .technology-icon i[b-pbzkqvoob9] {
        font-size: 1rem;
    }
/* /Components/Shared/UI/Cards/AppCard.razor.rz.scp.css */
.ny-card[b-45f2hpgr5z] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2.2rem;
    background: var(--surface);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

    /* Top Accent Line */

    .ny-card[b-45f2hpgr5z]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: var(--gradient-primary);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* Hover */

    .ny-card:hover[b-45f2hpgr5z] {
        transform: translateY(-8px);
        border-color: rgba(30,64,175,.2);
        box-shadow: var(--shadow-lg);
    }

        .ny-card:hover[b-45f2hpgr5z]::before {
            transform: scaleX(1);
        }

    /* Keyboard Accessibility */

    .ny-card:focus-within[b-45f2hpgr5z] {
        border-color: var(--primary);
        outline: none;
    }

    /* Smooth Animation */

    .ny-card *[b-45f2hpgr5z] {
        transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    }

/* /Components/Shared/UI/Cards/AppEngagementCard.razor.rz.scp.css */
.engagement-heading[b-hj2divw1eb] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.engagement-icon[b-hj2divw1eb] {
    display: flex;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #edf3ff, #effcff);
    color: var(--primary);
    box-shadow: 0 4px 12px rgba(30,64,175,.08);
    transition: var(--transition);
}

.engagement-icon i[b-hj2divw1eb] { font-size: 1.5rem; }

.engagement-heading h3[b-hj2divw1eb] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.03em;
}

.engagement-content[b-hj2divw1eb] {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.engagement-content p[b-hj2divw1eb] {
    margin: 0;
    color: var(--text-secondary);
    line-height: 1.75;
}

.engagement-fit[b-hj2divw1eb] {
    margin-top: auto;
    padding-top: 1.5rem;
}

.ny-card:hover .engagement-icon[b-hj2divw1eb] {
    color: #fff;
    background: var(--gradient-primary);
    transform: rotate(-8deg);
}

@media (max-width: 480px) {
    .engagement-icon[b-hj2divw1eb] {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .engagement-heading h3[b-hj2divw1eb] { font-size: 1.2rem; }
}
/* /Components/Shared/UI/Cards/AppFeatureCard.razor.rz.scp.css */
.feature-heading[b-m0qm83kbgj] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.feature-icon[b-m0qm83kbgj] {
    display: flex;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #edf3ff, #effcff);
    color: var(--primary);
    box-shadow: 0 4px 12px rgba(30,64,175,.08);
    transition: var(--transition);
}

.feature-icon i[b-m0qm83kbgj] {
    font-size: 1.5rem;
    font-weight: 700;
}

.feature-heading h3[b-m0qm83kbgj] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.03em;
}

.feature-content p[b-m0qm83kbgj] {
    margin: 0;
    color: var(--text-secondary);
    line-height: 1.75;
    font-weight: 500;
}

.ny-card:hover .feature-icon[b-m0qm83kbgj] {
    color: #fff;
    background: var(--gradient-primary);
    box-shadow: 0 8px 20px rgba(30,64,175,.2);
    transform: rotate(-8deg);
}

@media (max-width: 480px) {
    .feature-icon[b-m0qm83kbgj] {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .feature-heading h3[b-m0qm83kbgj] { font-size: 1.2rem; }
}
/* /Components/Shared/UI/Cards/AppLogoCard.razor.rz.scp.css */
.logo-card[b-cmksqvs8t7] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
}

    .logo-card img[b-cmksqvs8t7] {
        max-width: 110px;
        max-height: 50px;
        object-fit: contain;
    }
/* /Components/Shared/UI/Cards/AppProcessCard.razor.rz.scp.css */
.process-card[b-j4ox9ejheq] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.process-heading[b-j4ox9ejheq] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.35rem;
}

.process-icon[b-j4ox9ejheq] {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #edf3ff, #effcff);
    color: var(--primary);
    transition: all .3s ease;
}

    .process-icon i[b-j4ox9ejheq] {
        font-size: 1.65rem;
    }

.process-heading h3[b-j4ox9ejheq] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -.03em;
}

.process-content[b-j4ox9ejheq] { flex: 1; }

    .process-content p[b-j4ox9ejheq] {
        margin: 0;
        line-height: 1.75;
        color: var(--text-secondary);
    }

.ny-card:hover .process-icon[b-j4ox9ejheq] {
    background: var(--primary);
    color: #fff;
    transform: rotate(-8deg);
}

@media (max-width: 480px) {
    .process-icon[b-j4ox9ejheq] {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .process-heading h3[b-j4ox9ejheq] { font-size: 1.2rem; }
}
/* /Components/Shared/UI/Cards/AppProjectCard.razor.rz.scp.css */
.project-card[b-dvxnqtxi3r] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.project-image[b-dvxnqtxi3r] {
    margin: -2.2rem -2.2rem 1.6rem;
    overflow: hidden;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

    .project-image img[b-dvxnqtxi3r] {
        width: 100%;
        height: 280px;
        object-fit: cover;
        transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
    }

.ny-card:hover .project-image img[b-dvxnqtxi3r] {
    transform: scale(1.08);
}

.project-placeholder[b-dvxnqtxi3r] {
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #f0f9ff 0%, #f8fafc 100%);
}

    .project-placeholder i[b-dvxnqtxi3r] {
        font-size: 4rem;
        color: var(--primary);
        opacity: .3;
    }

.project-content[b-dvxnqtxi3r] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.project-category[b-dvxnqtxi3r] {
    display: inline-flex;
    align-self: flex-start;
    padding: .5rem 1rem;
    border-radius: var(--radius-full);
    background: rgba(30,64,175,.08);
    color: var(--primary);
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: 1.1rem;
    transition: var(--transition);
}

.project-content h3[b-dvxnqtxi3r] {
    margin: 0 0 1.1rem;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 700;
}

.project-content p[b-dvxnqtxi3r] {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 500;
}

.project-actions[b-dvxnqtxi3r] {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    padding-top: 1.5rem;
}

.technology-list[b-dvxnqtxi3r] {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 0;
}

.project-footer[b-dvxnqtxi3r] {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--border-light);
}

.technology-list[b-dvxnqtxi3r]  .technology-badge {
    min-height: 44px;
    padding: .65rem 1rem;
    border-radius: 12px;
    box-shadow: none;
}

.ny-card:hover .project-category[b-dvxnqtxi3r] {
    background: var(--primary);
    color: #fff;
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .project-image img[b-dvxnqtxi3r],
    .project-placeholder[b-dvxnqtxi3r] { height: 220px; }

    .project-footer[b-dvxnqtxi3r]  .btn-primary { width: 100%; }
}

/* /Components/Shared/UI/Cards/AppServiceCard.razor.rz.scp.css */
.service-heading[b-dnax7uc248] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.35rem;
}

.service-icon[b-dnax7uc248] {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #edf3ff, #effcff);
    color: var(--primary);
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(30,64,175,.08);
}

.service-icon i[b-dnax7uc248] {
    font-size: 1.6rem;
    font-weight: 700;
}

.service-heading h3[b-dnax7uc248] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -.03em;
}

.service-content[b-dnax7uc248] { flex: 1; }

.service-content p[b-dnax7uc248] {
    margin: 0;
    font-weight: 500;
}

.technology-list[b-dnax7uc248] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1.5rem;
}

.service-footer[b-dnax7uc248] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-light);
}

.ny-card:hover .service-icon[b-dnax7uc248] {
    background: var(--gradient-primary);
    color: #fff;
    box-shadow: 0 8px 20px rgba(30,64,175,.2);
    transform: rotate(-8deg);
}

@media (max-width: 480px) {
    .service-icon[b-dnax7uc248] {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .service-heading h3[b-dnax7uc248] { font-size: 1.2rem; }
}
/* /Components/Shared/UI/Cards/AppStatisticCard.razor.rz.scp.css */
.stat-card[b-q7k9p1qt5l] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 180px;
}

.stat-value[b-q7k9p1qt5l] {
    font-size: clamp(2.8rem,5vw,3.6rem);
    font-weight: 800;
    line-height: 1;
    color: var(--primary);
    margin-bottom: .9rem;
}

.stat-title[b-q7k9p1qt5l] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-secondary);
    line-height: 1.6;
    max-width: 170px;
}

:deep(.app-card)[b-q7k9p1qt5l] {
    position: relative;
    overflow: hidden;
}

    :deep(.app-card)[b-q7k9p1qt5l]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient( 90deg, var(--primary), var(--accent) );
    }

    :deep(.app-card):hover .stat-value[b-q7k9p1qt5l] {
        transform: scale(1.08);
        transition: transform .3s ease;
    }
/* /Components/Shared/UI/Cards/AppSuccessStoryCard.razor.rz.scp.css */
.story-heading[b-hk73v0gzl5] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.story-icon[b-hk73v0gzl5] {
    display: flex;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #edf3ff, #effcff);
    color: var(--primary);
    box-shadow: 0 4px 12px rgba(30,64,175,.08);
    transition: var(--transition);
}

.story-icon i[b-hk73v0gzl5] { font-size: 1.5rem; }

.story-heading h3[b-hk73v0gzl5] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.03em;
}

.story-content[b-hk73v0gzl5] {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.story-content p[b-hk73v0gzl5] {
    margin: 0;
    line-height: 1.75;
}

.story-result[b-hk73v0gzl5] {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    margin-top: auto;
    padding-top: 1.4rem;
    border-top: 1px solid var(--border-light);
    color: #047857;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.5;
}

.story-result i[b-hk73v0gzl5] {
    margin-top: .1rem;
    color: var(--success);
    font-size: 1.05rem;
}

.ny-card:hover .story-icon[b-hk73v0gzl5] {
    color: #fff;
    background: var(--gradient-primary);
    transform: rotate(-8deg);
}

@media (max-width: 480px) {
    .story-icon[b-hk73v0gzl5] {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .story-heading h3[b-hk73v0gzl5] { font-size: 1.2rem; }
}
/* /Components/Shared/UI/Cards/AppTestimonialCard.razor.rz.scp.css */
.testimonial-card[b-ef4o4yi0t1] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-rating[b-ef4o4yi0t1] {
    display: flex;
    gap: .35rem;
    color: #fbbf24;
    margin-bottom: 1.6rem;
    font-size: 1.1rem;
}

.testimonial-message[b-ef4o4yi0t1] {
    margin: 0;
    font-style: italic;
    line-height: 1.9;
    color: var(--text-secondary);
    flex: 1;
    position: relative;
    font-weight: 500;
    font-size: 1.05rem;
}

    .testimonial-message[b-ef4o4yi0t1]::before {
        content: "❝";
        font-size: 3rem;
        color: rgba(30,64,175,.12);
        position: absolute;
        left: -8px;
        top: -22px;
    }

.testimonial-user[b-ef4o4yi0t1] {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    margin-top: 2rem;
}

.testimonial-avatar[b-ef4o4yi0t1] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.3rem;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(30,64,175,.15);
}

.testimonial-info h4[b-ef4o4yi0t1] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.testimonial-info span[b-ef4o4yi0t1] {
    display: block;
    color: var(--text-secondary);
    margin-top: .3rem;
    font-size: .95rem;
    font-weight: 500;
}

.testimonial-info small[b-ef4o4yi0t1] {
    display: block;
    margin-top: .25rem;
    color: var(--primary);
    font-weight: 600;
    font-size: .85rem;
}

