.iwc-tech-home {
    background: #f6f8fb;
    color: #1f2937;
}

.iwc-tech-home a {
    color: inherit;
}

.iwc-tech-hero {
    padding: 4.5rem 0 3.8rem;
    background: linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
    border-top: 1px solid #eef1f5;
    border-bottom: 1px solid #e4eaf2;
}

.iwc-tech-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: 3.2rem;
    align-items: center;
}

.iwc-tech-kicker {
    display: inline-flex;
    align-items: center;
    height: 1.9rem;
    padding: 0 .85rem;
    border: 1px solid #c8d5e5;
    border-radius: 999px;
    background: #fff;
    color: #0a3da0;
    font-size: .75rem;
    letter-spacing: 0;
}

.iwc-tech-hero h1 {
    max-width: 44rem;
    margin-top: 1.1rem;
    color: #162033;
    font-size: 2.25rem;
    line-height: 1.28;
    font-weight: 700;
    letter-spacing: 0;
}

.iwc-tech-hero p {
    max-width: 42rem;
    margin-top: 1.05rem;
    color: #596579;
    font-size: .95rem;
    line-height: 1.9;
}

.iwc-tech-search {
    display: flex;
    max-width: 39rem;
    height: 3.1rem;
    margin-top: 1.8rem;
    border: 1px solid #ccd7e5;
    border-radius: .35rem;
    overflow: hidden;
    background: #fff;
}

.iwc-tech-search input {
    flex: 1;
    padding: 0 1rem;
    color: #1f2937;
    font-size: .85rem;
}

.iwc-tech-search button {
    width: 6.4rem;
    border: 0;
    background: #0a3da0;
    color: #fff;
    font-size: .85rem;
    cursor: pointer;
}

.iwc-tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1rem;
}

.iwc-tech-tags a {
    padding: .38rem .7rem;
    border: 1px solid #d6dfeb;
    border-radius: .25rem;
    background: #fff;
    color: #4b5563;
    font-size: .75rem;
    transition: .15s;
}

.iwc-tech-tags a:hover {
    color: #0a3da0;
    border-color: #9db4d8;
}

.iwc-tech-hero-panel {
    position: relative;
    min-height: 20rem;
    border: 1px solid #d9e2ee;
    border-radius: .45rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1.2rem 3rem rgba(24, 43, 77, .08);
}

.iwc-tech-hero-panel img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
}

.iwc-tech-index-card {
    position: absolute;
    left: 1.1rem;
    right: 1.1rem;
    bottom: 1.1rem;
    padding: .95rem 1rem;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: .35rem;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(6px);
}

.iwc-tech-index-card span {
    display: block;
    color: #64748b;
    font-size: .72rem;
}

.iwc-tech-index-card strong {
    display: block;
    margin-top: .25rem;
    color: #15213a;
    font-size: .92rem;
}

.iwc-tech-section {
    padding: 3.6rem 0;
}

.iwc-tech-split-section,
.iwc-tech-updates {
    background: #fff;
}

.iwc-tech-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.iwc-tech-section-head h2,
.iwc-tech-block-head h2 {
    color: #162033;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0;
}

.iwc-tech-section-head p {
    color: #667085;
    font-size: .8rem;
}

.iwc-tech-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.iwc-tech-card,
.iwc-tech-list-block,
.iwc-tech-solution-block {
    border: 1px solid #e1e7ef;
    border-radius: .4rem;
    background: #fff;
}

.iwc-tech-card a {
    height: 100%;
    padding: 1.25rem;
}

.iwc-tech-card h3 {
    color: #0a3da0;
    font-size: 1rem;
    font-weight: 700;
}

.iwc-tech-card p {
    min-height: 3.7rem;
    margin-top: .7rem;
    color: #667085;
    font-size: .78rem;
    line-height: 1.75;
}

.iwc-tech-card div {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin-top: 1rem;
}

.iwc-tech-card span {
    padding: .22rem .48rem;
    background: #f1f5f9;
    color: #475569;
    font-size: .68rem;
}

.iwc-tech-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.iwc-tech-three-col {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, .85fr) minmax(0, .85fr);
    gap: 1.2rem;
}

.iwc-tech-list-block {
    padding: 1.35rem;
}

.iwc-tech-block-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .9rem;
    border-bottom: 1px solid #e6edf5;
}

.iwc-tech-block-head a {
    color: #0a3da0;
    font-size: .75rem;
}

.iwc-tech-link-list {
    margin-top: .8rem;
}

.iwc-tech-link-list li {
    border-bottom: 1px solid #edf1f6;
}

.iwc-tech-link-list li:last-child {
    border-bottom: 0;
}

.iwc-tech-link-list a {
    position: relative;
    padding: .72rem 0 .72rem .8rem;
    color: #344054;
    font-size: .8rem;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.iwc-tech-link-list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.23rem;
    width: .25rem;
    height: .25rem;
    background: #0a3da0;
}

.iwc-tech-link-list a:hover,
.iwc-tech-update-list a:hover strong {
    color: #0a3da0;
}

.iwc-tech-solution-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.iwc-tech-solution-block {
    padding: 1.35rem;
}

.iwc-tech-solution-block h3 {
    padding-bottom: .85rem;
    border-bottom: 1px solid #e6edf5;
    color: #162033;
    font-size: .98rem;
}

.iwc-tech-solution-block div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem .85rem;
    margin-top: 1rem;
}

.iwc-tech-solution-block a {
    padding: .62rem .7rem;
    background: #f7f9fc;
    color: #344054;
    font-size: .78rem;
    line-height: 1.45;
    transition: .15s;
}

.iwc-tech-solution-block a:hover {
    background: #edf4ff;
    color: #0a3da0;
}

.iwc-tech-update-list {
    margin-top: .9rem;
}

.iwc-tech-update-list li {
    border-bottom: 1px solid #edf1f6;
}

.iwc-tech-update-list li:last-child {
    border-bottom: 0;
}

.iwc-tech-update-list a {
    display: grid;
    grid-template-columns: 6rem minmax(0, 1fr);
    gap: 1rem;
    padding: .78rem 0;
    align-items: center;
}

.iwc-tech-update-list span {
    color: #8a94a6;
    font-size: .72rem;
}

.iwc-tech-update-list strong {
    color: #344054;
    font-size: .82rem;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 1700px) {
    .iwc-tech-hero-grid,
    .iwc-tech-section .width,
    .iwc-tech-split-section .width,
    .iwc-tech-updates .width {
        width: 1200px;
    }
}

@media only screen and (max-width: 1250px) {
    .iwc-tech-hero-grid,
    .iwc-tech-section .width,
    .iwc-tech-split-section .width,
    .iwc-tech-updates .width {
        width: 92%;
    }

    .iwc-tech-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .iwc-tech-three-col {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 850px) {
    .iwc-tech-hero {
        padding: 2.2rem 0;
    }

    .iwc-tech-hero-grid,
    .iwc-tech-two-col,
    .iwc-tech-solution-grid {
        grid-template-columns: 1fr;
    }

    .iwc-tech-hero h1 {
        font-size: 1.65rem;
    }

    .iwc-tech-hero-panel {
        min-height: auto;
    }

    .iwc-tech-hero-panel img {
        height: 14rem;
    }

    .iwc-tech-section {
        padding: 2.2rem 0;
    }

    .iwc-tech-section-head {
        display: block;
    }

    .iwc-tech-section-head p {
        margin-top: .4rem;
    }
}

@media only screen and (max-width: 560px) {
    .iwc-tech-card-grid,
    .iwc-tech-solution-block div {
        grid-template-columns: 1fr;
    }

    .iwc-tech-search {
        height: auto;
        display: block;
        border: 0;
        background: transparent;
    }

    .iwc-tech-search input,
    .iwc-tech-search button {
        width: 100%;
        height: 2.8rem;
        border-radius: .35rem;
    }

    .iwc-tech-search input {
        border: 1px solid #ccd7e5;
        background: #fff;
    }

    .iwc-tech-search button {
        margin-top: .55rem;
    }

    .iwc-tech-update-list a {
        grid-template-columns: 1fr;
        gap: .25rem;
    }
}
