.hitech-about-page {
    color: #17233c;
    background: #fff;
    overflow: hidden;
}

.hitech-about-page .site-container {
    position: relative;
    z-index: 1;
}

.hitech-hero {
    position: relative;
    padding: clamp(72px, 9vw, 120px) 0 clamp(60px, 8vw, 100px);
    background-color: #061f45;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
}

.hitech-hero::before,
.hitech-hero::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.hitech-hero::before {
    width: 340px;
    height: 340px;
    top: -140px;
    left: -120px;
}

.hitech-hero::after {
    width: 430px;
    height: 430px;
    right: -180px;
    bottom: -220px;
}

.hitech-hero .site-container {
    display: flex;
    justify-content: flex-start;
}

.hitech-hero__content {
    text-align: left;
    max-width: 780px;
}

.hitech-hero__actions {
    justify-content: flex-start;
}

.hitech-hero__grid,
.hitech-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 54px;
    align-items: center;
}

.hitech-two-col--reverse {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

.hitech-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #0b79e0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hitech-hero .hitech-eyebrow {
    color: #bde9ff;
}

.hitech-eyebrow::before {
    content: '';
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.hitech-hero h1 {
    max-width: 760px;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.hitech-hero p {
    max-width: 720px;
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.75;
}

.hitech-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.hitech-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.hitech-btn:hover {
    transform: translateY(-2px);
}

.hitech-btn--primary {
    color: #0b64c0;
    background: #fff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.hitech-btn--primary:hover {
    color: #061f45;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.hitech-btn--outline {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
}

.hitech-btn--outline:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.16);
}

.hitech-hero__media {
    display: flex;
    justify-content: center;
}

.hitech-logo-card {
    width: 100%;
    max-width: 520px;
    padding: 46px 34px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
}

.hitech-logo-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.hitech-intro-left {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hitech-intro-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hitech-intro-image {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 20px 52px rgba(5, 58, 125, 0.14);
}

.hitech-dc-banner {
    position: relative;
    padding: clamp(80px, 10vw, 140px) 0;
    background-color: #061f45;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
}

.hitech-dc-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(6, 31, 69, 0.88) 0%, rgba(11, 100, 192, 0.72) 100%);
    pointer-events: none;
}

.hitech-dc-banner .site-container {
    display: flex;
    justify-content: flex-start;
}

.hitech-dc-banner__content {
    position: relative;
    z-index: 1;
    max-width: 620px;
    text-align: left;
}

.hitech-dc-banner__content h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(26px, 3.2vw, 42px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.hitech-dc-banner__content blockquote {
    margin: 0;
    padding: 0 0 0 24px;
    border-left: 3px solid rgba(255, 255, 255, 0.4);
}

.hitech-dc-banner__content blockquote p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-style: italic;
    line-height: 1.8;
}

.hitech-section {
    padding: 78px 0;
    position: relative;
}

.hitech-section:nth-of-type(odd) {
    background: #f7fbff;
}

.hitech-section-heading h2 {
    margin: 0;
    color: #101d33;
    font-size: clamp(30px, 3.8vw, 46px);
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: -0.025em;
}

.hitech-section-heading p,
.hitech-rich-text p {
    color: #5a667a;
    font-size: 16px;
    line-height: 1.75;
}

.hitech-section-heading p {
    max-width: 790px;
    margin: 14px auto 0;
}

.hitech-center {
    max-width: 900px;
    margin: 0 auto 36px;
    text-align: center;
}

.hitech-center .hitech-eyebrow {
    justify-content: center;
}

.hitech-rich-text p:first-child {
    margin-top: 0;
}

.hitech-rich-text p:last-child,
.hitech-rich-text ul:last-child {
    margin-bottom: 0;
}

.hitech-vision-grid,
.hitech-service-grid,
.hitech-values-grid,
.hitech-social-grid {
    display: grid;
    gap: 24px;
}

.hitech-vision-grid,
.hitech-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hitech-values-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 26px;
}

.hitech-social-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hitech-card,
.hitech-service-card,
.hitech-commit-card,
.hitech-dc-list,
.hitech-value-card,
.hitech-social-card {
    border: 1px solid #e8eef8;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(5, 58, 125, 0.08);
}

.hitech-card {
    padding: 34px;
    color: #fff;
    overflow: hidden;
}

.hitech-card h3,
.hitech-service-card h3,
.hitech-commit-card h3 {
    margin: 0 0 12px;
    font-weight: 900;
    line-height: 1.25;
}

.hitech-card h3 {
    color: #fff;
    font-size: 28px;
}

.hitech-card p,
.hitech-card li {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.72;
}

.hitech-card ul {
    margin: 0;
    padding-left: 20px;
}

.hitech-card--blue {
    background: linear-gradient(135deg, #0b79e0 0%, #14a5e7 100%);
}

.hitech-card--dark {
    background: linear-gradient(135deg, #101d33 0%, #263a5d 100%);
}

.hitech-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}

.hitech-stat {
    min-height: 132px;
    padding: 22px 16px;
    border: 1px solid #e8eef8;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 24px rgba(5, 58, 125, 0.06);
}

.hitech-stat strong {
    display: block;
    margin-bottom: 10px;
    color: #0b79e0;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 900;
}

.hitech-stat span {
    display: block;
    color: #5a667a;
    font-size: 14px;
    line-height: 1.45;
}

.hitech-numbers {
    background: #fff;
}

.hitech-numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.hitech-number-card {
    padding: 28px 20px;
    border: 1px solid #e8eef8;
    border-radius: 18px;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    text-align: center;
    box-shadow: 0 8px 24px rgba(5, 58, 125, 0.06);
    transition: transform .22s ease, box-shadow .22s ease;
}

.hitech-number-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(5, 58, 125, 0.12);
}

.hitech-number-card strong {
    display: block;
    margin-bottom: 10px;
    color: #0b79e0;
    font-size: clamp(26px, 2.8vw, 36px);
    font-weight: 900;
    line-height: 1.15;
}

.hitech-number-card p {
    margin: 0;
    color: #5a667a;
    font-size: 14px;
    line-height: 1.55;
}

.hitech-services {
    background: #fff;
}

.hitech-service-card {
    padding: 32px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.hitech-service-card:hover,
.hitech-commit-card:hover,
.hitech-value-card:hover,
.hitech-social-card:hover {
    transform: translateY(-5px);
    border-color: rgba(11, 121, 224, 0.28);
    box-shadow: 0 18px 45px rgba(5, 58, 125, 0.14);
}

.hitech-value-card,
.hitech-social-card {
    position: relative;
    padding: 26px 22px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.hitech-value-card::after,
.hitech-social-card::after {
    content: '';
    position: absolute;
    right: -38px;
    top: -38px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgba(19, 164, 232, 0.1);
}

.hitech-value-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #0b79e0, #13a4e8);
    font-weight: 900;
}

.hitech-value-card h3,
.hitech-social-card h3 {
    margin: 0 0 12px;
    color: #17233c;
    font-size: 20px;
    line-height: 1.28;
    font-weight: 900;
}

.hitech-value-card p,
.hitech-social-card p {
    margin: 0;
    color: #5a667a;
    font-size: 14.5px;
    line-height: 1.66;
}

.hitech-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    height: 64px;
    padding: 0 14px;
    margin-bottom: 20px;
    border-radius: 18px;
    color: #0b79e0;
    background: #eef7ff;
    font-weight: 900;
}

.hitech-service-card h3 {
    color: #17233c;
    font-size: 24px;
}

.hitech-service-card p {
    margin: 0;
    color: #5a667a;
    font-size: 15.5px;
    line-height: 1.72;
}

.hitech-datacenter {
    background: #efefef;
}

.hitech-dc-list {
    padding: 30px;
}

.hitech-dc-list ul,
.hitech-check-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.hitech-dc-list li,
.hitech-check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 13px;
    color: #4e5b70;
    line-height: 1.65;
}

.hitech-dc-list li::before,
.hitech-check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background: #0b79e0;
    font-size: 12px;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
}

.hitech-dc-list p {
    margin: 0;
    color: #5a667a;
    line-height: 1.7;
}

.hitech-network {
    background: #fff;
}

.hitech-network-map {
    max-width: 1100px;
    margin: 0 auto;
}

.hitech-network-map img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 16px 48px rgba(5, 58, 125, 0.1);
}

.hitech-commitments {
    background: #fff;
}

.hitech-commit-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.hitech-commit-card {
    padding: 26px 22px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.hitech-commit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 16px;
    color: #0b79e0;
    background: linear-gradient(180deg, #eef7ff, #ffffff);
    border: 1px solid #d8ebff;
    font-weight: 900;
}

.hitech-commit-card h3 {
    color: #0b79e0;
    font-size: 21px;
}

.hitech-commit-card strong {
    display: block;
    margin-bottom: 12px;
    color: #17233c;
    font-size: 15px;
}

.hitech-commit-card p {
    margin: 0;
    color: #5a667a;
    font-size: 14.5px;
    line-height: 1.65;
}

.hitech-awards {
    background: #f7fbff;
}

.hitech-awards .hitech-rich-text {
    padding: 32px;
    border: 1px solid #e8eef8;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(5, 58, 125, 0.08);
}

.hitech-certificate-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.hitech-certificate-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    padding: 18px 14px;
    border: 1px solid #d8ebff;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
    box-shadow: 0 10px 26px rgba(5, 58, 125, 0.07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.hitech-certificate-card:hover {
    transform: translateY(-4px);
    border-color: rgba(11, 121, 224, 0.28);
    box-shadow: 0 16px 34px rgba(5, 58, 125, 0.13);
}

.hitech-certificate-card img {
    display: block;
    max-width: 138px;
    max-height: 76px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.hitech-certificate-card span {
    display: block;
    margin-top: 12px;
    color: #0b64c0;
    font-size: 13.5px;
    font-weight: 850;
    line-height: 1.25;
    text-align: center;
}

.hitech-social {
    background: radial-gradient(circle at left top, rgba(19, 164, 232, 0.16), transparent 34%), linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

@media screen and (max-width: 1180px) {
    .hitech-stats-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hitech-commit-grid,
    .hitech-values-grid,
    .hitech-social-grid,
    .hitech-certificate-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 900px) {
    .hitech-hero__grid,
    .hitech-two-col,
    .hitech-two-col--reverse {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .hitech-hero {
        padding: 72px 0;
    }

    .hitech-section {
        padding: 58px 0;
    }

    .hitech-service-grid,
    .hitech-vision-grid,
    .hitech-social-grid {
        grid-template-columns: 1fr;
    }

    .hitech-commit-grid,
    .hitech-values-grid,
    .hitech-certificate-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hitech-numbers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 620px) {
    .hitech-hero {
        padding: 56px 0 62px;
    }

    .hitech-hero h1 {
        font-size: 34px;
    }

    .hitech-hero p,
    .hitech-section-heading p,
    .hitech-rich-text p {
        font-size: 15px;
    }

    .hitech-hero__actions {
        flex-direction: column;
    }

    .hitech-btn {
        width: 100%;
    }

    .hitech-logo-card {
        padding: 32px 22px;
        border-radius: 22px;
    }

    .hitech-section-heading h2 {
        font-size: 28px;
    }

    .hitech-card,
    .hitech-service-card,
    .hitech-dc-list,
    .hitech-awards .hitech-rich-text,
    .hitech-value-card,
    .hitech-social-card {
        padding: 24px;
        border-radius: 16px;
    }

    .hitech-stats-grid,
    .hitech-commit-grid,
    .hitech-values-grid,
    .hitech-certificate-grid {
        grid-template-columns: 1fr;
    }

    .hitech-numbers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hitech-stat {
        min-height: auto;
    }
}
