.prtf-filter-btn,
.prtf-stack-pills span,
.ticker-item {
    font-weight: 600;
    white-space: nowrap
}

:root {
    --c-blue: #1a56db;
    --c-blue-dark: #123a9c;
    --c-orange: #f2600c;
    --c-orange-dark: #d94f04;
    --c-navy: #0b1220;
    --c-text2: #5b6b82;
    --c-text3: #8a97ab;
    --c-border: #e7ecf3
}

.prtf-slider.prtf-few-slides .prtf-slider-item {
    width: 556px !important
}

.ticker-wrap {
    background: var(--iphtech-orange-dark);
    overflow: hidden;
    padding: 12px 0
}

.ticker {
    display: flex;
    gap: 2.5rem;
    animation: 30s linear infinite ticker;
    width: max-content
}

@keyframes ticker {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .8rem;
    color: rgb(255 255 255 / .85);
    letter-spacing: .05em;
    text-transform: uppercase
}

.ticker-sep {
    color: rgb(255 255 255 / .4);
    font-size: .6rem
}

.img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.prtf-slider .slick-slide {
    transition: transform .4s, opacity .4s;
    transform: scale(.89);
    opacity: .6;
    width: 40vw !important
}

.prtf-slider .slick-center {
    transform: scale(1.01);
    opacity: 1;
    z-index: 10;
    position: relative;
    width: 60vw !important
}

.prtf-slider-section {
    width: 100%;
    padding: 70px 0 50px;
    overflow-x: hidden;
    overflow-y: visible;
    background: linear-gradient(180deg, #eef3fb 0, #eaf0fa 100%)
}

.prtf-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px
}

.prtf-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto clamp(28px, 5vw, 48px)
}

.prtf-section-head .prtf-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #3b7bf6;
    margin-bottom: 14px
}

.prtf-section-head h2 {
    margin: 0 0 12px;
    font-size: clamp(24px, 3.6vw, 38px);
    line-height: 1.15;
    letter-spacing: -.01em;
    color: #0c1230
}

.prtf-section-head p {
    margin: 0;
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1.6;
    color: #5c6786
}

.prtf-filter-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px
}

.prtf-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px 10px 12px;
    border-radius: 999px;
    border: 1px solid;
    background: #fff;
    color: #3a4258;
    font-size: 14px;
    cursor: pointer;
    transition: transform .25s, background .25s, color .25s, border-color .25s, box-shadow .25s
}

.prtf-filter-btn .prtf-icon-dot {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(59 123 246 / .1);
    color: #3b7bf6;
    flex: 0 0 auto;
    transition: background .25s, color .25s
}

.aiorc-actions svg,
.prtf-filter-btn .prtf-icon-dot svg {
    width: 14px;
    height: 14px
}

.prtf-filter-btn:hover {
    transform: translateY(-2px);
    border-color: #1a5fd4;
    box-shadow: 0 10px 24px rgb(20 40 100 / .1)
}

.prtf-filter-btn.active {
    background: #1a5fd4;
    border-color: #1a5fd4;
    color: #fff;
    box-shadow: 0 12px 28px rgb(59 123 246 / .35)
}

.prtf-filter-btn.active .prtf-icon-dot {
    background: rgb(255 255 255 / .18);
    color: #fff
}

.prtf-slider-stage {
    position: relative;
    padding-top: 1.6rem
}

.prtf-slider {
    width: 100%
}

.prtf-slider .prtf-slider-item {
    outline: 0;
    padding: 0
}

.prtf-slider .slick-list,
.prtf-slider .slick-track {
    overflow: visible
}

.prtf-nav-controls {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 30
}

.prtf-nav-btn {
    pointer-events: auto;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid;
    background: rgb(255 255 255 / .9);
    backdrop-filter: blur(6px);
    box-shadow: 0 14px 34px rgb(15 25 60 / .14);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #0a1128;
    transition: transform .25s, background .25s, box-shadow .25s, color .25s;
    flex: 0 0 auto
}

.prtf-nav-btn svg {
    width: 20px;
    height: 20px
}

.prtf-nav-btn.prev {
    margin-left: 6px
}

.prtf-nav-btn.next {
    margin-right: 6px
}

.prtf-nav-btn:hover {
    background: #3b7bf6;
    color: #fff;
    transform: translateY(-2px) scale(1.06);
    box-shadow: 0 18px 38px rgb(59 123 246 / .35)
}

.prtf-nav-btn:active {
    transform: scale(.94)
}

.prtf-case-card {
    position: relative;
    height: clamp(360px, 40vw, 420px);
    border-radius: 28px;
    padding: 2px;
    background: linear-gradient(135deg, rgb(242 184 75 / .55), rgb(59 123 246 / .25) 30%, transparent 60%)
}

.prtf-case-card-inner {
    position: relative;
    height: 100%;
    border-radius: calc(28px - 2px);
    overflow: hidden;
    background: radial-gradient(circle at 82% 8%, rgb(59 123 246 / .35), transparent 45%), radial-gradient(circle at 0 100%, rgb(242 184 75 / .1), transparent 40%), linear-gradient(160deg, #101b3f 0, #0a1128 65%);
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch
}

.prtf-case-content {
    padding: clamp(18px, 2.2vw, 26px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(10px, 1.4vw, 16px);
    color: #f6f8ff;
    min-width: 0
}

.prtf-case-badge,
.prtf-case-cta {
    align-items: center;
    align-self: flex-start;
    border-radius: 999px;
    background: #ee5735
}

.ai-photo-caption .tag,
.prtf-case-badge {
    gap: 6px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.prtf-case-badge {
    display: inline-flex;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    color: #fff
}

.prtf-case-content h3 {
    margin: 0;
    font-size: clamp(15px, 1.6vw, 19px);
    line-height: 1.25;
    color: #fff
}

.prtf-case-content .prtf-case-desc {
    margin: 0;
    font-size: clamp(12.5px, 1.15vw, 14px);
    line-height: 1.6;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.prtf-stack-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px
}

.prtf-stack-pills span {
    font-size: clamp(10.5px, .95vw, 12px);
    padding: 6px 12px;
    border-radius: 999px;
    color: #fff;
    background: #1a5fd4
}

.prtf-case-cta {
    margin-top: clamp(12px, 2vw, 22px);
    display: inline-flex;
    gap: 10px;
    padding: clamp(10px, 1.4vw, 13px) clamp(16px, 2vw, 22px);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .25s, box-shadow .25s;
    white-space: nowrap
}

.prtf-case-cta svg {
    width: 14px;
    height: 14px;
    transition: transform .25s
}

.prtf-case-cta:hover {
    color: #fff;
    background: #e64f00;
    transform: translateY(-1px)
}

.prtf-case-cta:hover svg {
    transform: translateX(3px)
}

.prtf-case-visual {
    position: relative;
    width: 100%;
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(10px, 1.5vw, 20px);
    overflow: hidden
}

.prtf-case-image {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 16px
}

.cs2-features,
.prtf-slider .slick-track {
    display: flex
}

.prtf-slider .slick-slide {
    height: auto
}

.prtf-slider .slick-slide>div {
    height: 100%
}

@media (max-width:1200px) {
    .prtf-slider .slick-slide {
        transform: scale(.86)
    }

    .prtf-slider .slick-center {
        transform: scale(1.18)
    }

    .prtf-slider-wrapper {
        padding: 0 28px
    }
}

@media (max-width:992px) {
    .prtf-slider .slick-slide {
        transform: scale(.9)
    }

    .prtf-slider .slick-center {
        transform: scale(1.08)
    }

    .prtf-case-card {
        height: auto;
        min-height: 480px
    }

    .prtf-case-card-inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr
    }

    .prtf-case-visual {
        order: -1;
        height: clamp(180px, 32vw, 240px);
        padding: 20px 20px 0
    }

    .prtf-case-content {
        padding: 20px 22px 26px;
        gap: 12px
    }

    .prtf-nav-btn {
        width: 46px;
        height: 46px
    }
}

@media (max-width:767px) {

    .prtf-slider .slick-center,
    .prtf-slider .slick-slide {
        transform: scale(1);
        opacity: 1;
        width: 100% !important
    }

    .prtf-slider-section {
        padding: 56px 0 48px
    }

    .prtf-slider-wrapper {
        padding: 0 16px
    }

    .prtf-section-head h2 {
        font-size: 24px
    }

    .prtf-slider .slick-slide {
        margin: 0 4px
    }

    .prtf-filter-bar {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin: 0 -16px 28px;
        padding: 0 16px 6px
    }

    .prtf-filter-bar::-webkit-scrollbar {
        display: none
    }

    .prtf-filter-btn {
        flex: 0 0 auto;
        padding: 9px 14px 9px 10px;
        font-size: 13px
    }

    .prtf-case-card {
        min-height: 460px;
        border-radius: 22px
    }

    .prtf-case-card-inner {
        border-radius: calc(22px - 2px)
    }

    .prtf-case-visual {
        height: clamp(160px, 46vw, 220px);
        padding: 18px 18px 0
    }

    .prtf-case-content {
        padding: 18px 18px 24px
    }

    .prtf-case-content h3 {
        font-size: 18px
    }

    .prtf-case-content .prtf-case-desc {
        -webkit-line-clamp: 3
    }

    .prtf-nav-controls {
        position: static;
        inset: auto;
        padding: 0;
        justify-content: center;
        gap: 18px;
        margin-top: 20px;
        pointer-events: auto
    }

    .prtf-nav-btn.next,
    .prtf-nav-btn.prev {
        margin: 0;
        width: 44px;
        height: 44px
    }
}

.ai-photo-frame,
.ai-photo-wrap,
.aiorc-diagram-wrap,
.homefaq-img-wrap {
    position: relative
}

@media (max-width:420px) {
    .prtf-case-card {
        min-height: 500px
    }

    .prtf-stack-pills span {
        padding: 5px 10px
    }
}

.ai-photo-section {
    background: linear-gradient(to bottom, #f5f9ff 0, #fff 100%);
    padding: 100px 0
}

.ai-photo-split {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 4.5rem;
    align-items: center
}

.ai-photo-frame {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/4.6;
    box-shadow: 0 30px 70px rgb(0 0 0 / .14)
}

.ai-photo-frame img,
.img-unsplash {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.ai-photo-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #fff0 55%, rgb(0 0 0 / .55) 100%)
}

.ai-photo-caption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    z-index: 2;
    color: #fff
}

.ai-photo-caption .tag {
    display: inline-flex;
    align-items: center;
    font-size: .7rem;
    font-weight: 700;
    background: rgb(255 255 255 / .15);
    border: 1px solid;
    backdrop-filter: blur(6px);
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: .6rem
}

.ai-mini-card:hover,
.process-step:hover,
.tech-cat-btn.active,
.tech-cat-btn:hover {
    border-color: var(--iphtech-orange-border)
}

.ai-photo-caption p {
    font-size: .85rem;
    color: rgb(255 255 255 / .85);
    margin: 0;
    max-width: 280px;
    line-height: 1.5
}

.ai-stat-badge {
    position: absolute;
    top: -18px;
    right: -18px;
    background: var(--iphtech-ink, #0b1220);
    color: #fff;
    border-radius: 16px;
    padding: 18px 22px;
    box-shadow: 0 16px 40px rgb(0 0 0 / .25);
    z-index: 3;
    min-width: 130px
}

.cs2-feature,
.cs2-header,
.cs2-illustration,
.process-grid,
.process-step {
    position: relative
}

.process-step:hover,
.step-circle {
    box-shadow: 0 8px 32px var(--iphtech-orange-glow)
}

.ai-stat-badge .num {
    font-family: var(--fh);
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1;
    color: var(--iphtech-orange-light, var(--iphtech-orange))
}

.ai-stat-badge .lbl {
    font-size: .72rem;
    color: rgb(255 255 255 / .7);
    margin-top: 3px;
    line-height: 1.4
}

.ai-photo-content>p {
    color: var(--text2);
    font-size: .97rem;
    line-height: 1.8;
    margin-bottom: 1.75rem;
    max-width: 520px
}

.ai-mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 2rem
}

.ai-mini-card {
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 1rem 1.1rem;
    transition: border-color .2s, background .2s
}

.ai-mini-card:hover {
    background: var(--iphtech-orange-pale)
}

.ai-mini-card .mini-num {
    font-family: var(--fh);
    font-weight: 800;
    color: var(--iphtech-orange);
    font-size: 1.05rem;
    margin-bottom: .3rem
}

.ai-mini-card p {
    font-size: .82rem;
    color: var(--text2);
    margin: 0;
    line-height: 1.5
}

.process-step h4,
.step-circle {
    font-size: 1rem;
    font-family: var(--fh)
}

@media (max-width:900px) {
    .ai-photo-section {
        padding: 70px 0
    }

    .ai-photo-split {
        grid-template-columns: 1fr;
        gap: 2.75rem
    }

    .ai-photo-frame {
        aspect-ratio: 16/10
    }

    .ai-stat-badge {
        top: -22px;
        right: 16px
    }

    .ai-mini-grid {
        grid-template-columns: 1fr 1fr
    }
}

.process {
    background: linear-gradient(to top, #f5f9ff 0, #fff 100%);
    padding: 70px 0 50px
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    margin-top: 3rem
}

.process-grid::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: repeating-linear-gradient(90deg, var(--border) 0, var(--border) 6px, transparent 6px, transparent 12px);
    z-index: 0
}

.process-step {
    background: var(--iphtech-surface);
    border: 1.5px solid var(--border);
    border-radius: 16px;
    padding: 1rem;
    z-index: 1;
    transition: border-color .25s, box-shadow .25s
}

.step-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--iphtech-orange-light);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 1.25rem
}

.process-step h4 {
    font-weight: 700;
    margin-bottom: .4rem
}

.process-step p {
    font-size: .84rem;
    color: var(--text2);
    line-height: 1.6
}

.techstack {
    background: linear-gradient(to bottom, #f5f9ff 0, #fff 100%);
    padding: 70px 0 50px
}

.tech-categories {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    margin-top: 1.5rem
}

.tech-cat-btn {
    padding: 7px 18px;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 600;
    cursor: pointer;
    border: 1.5px solid var(--border);
    background: #fff0;
    color: var(--text2);
    transition: .2s
}

.tech-cat-btn.active,
.tech-cat-btn:hover {
    background: var(--iphtech-orange-pale);
    color: var(----iphtech-orange)
}

.home-tech-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.tech-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    padding: 8px 16px;
    font-size: .85rem;
    font-weight: 500;
    color: var(--text2);
    background: var(--iphtech-surface);
    transition: .2s;
    cursor: default
}

.tech-badge:hover {
    border-color: rgb(26 86 219 / .35);
    color: var(--accent);
    background: var(--accent-light)
}

.tech-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.td-blue {
    background: #3b82f6
}

.td-green {
    background: #10b981
}

.td-orange {
    background: #f59e0b
}

.td-red {
    background: #ef4444
}

.td-purple {
    background: #8b5cf6
}

.iphtech-honours-section,
.testimonials {
    padding: 90px 0
}

.testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 3rem
}

.testi-card {
    background: var(--iphtech-surface);
    border: 1.5px solid var(--border);
    border-radius: 16px;
    padding: 2rem;
    transition: box-shadow .25s
}

.testi-card:hover {
    box-shadow: 0 16px 48px rgb(0 0 0 / .07)
}

.testi-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.25rem
}

.quote-icon {
    font-size: 2.5rem;
    color: var(--iphtech-orange);
    line-height: 1;
    font-family: Georgia, serif;
    opacity: .25
}

.testi-stars {
    display: flex;
    gap: 2px
}

.st {
    color: #f59e0b;
    font-size: .9rem
}

.testi-card blockquote {
    font-size: .9rem;
    color: var(--text2);
    line-height: 1.75;
    margin-bottom: 1.5rem;
    font-style: italic;
    border-color: #fff0;
    padding-left: 0
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 1.25rem;
    border-top: 1px solid var(--border)
}

.t-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .82rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0
}

.ta-blue {
    background: #1a56db
}

.ta-green {
    background: #0f9e6e
}

.ta-orange {
    background: #e85d2f
}

.t-name {
    font-size: .9rem;
    font-weight: 700;
    color: var(--text)
}

.t-role {
    font-size: .78rem;
    color: var(--text3)
}

.cs2-section {
    background: #fafbfe;
    padding: 80px 5% 70px
}

.cs2-container {
    max-width: 1320px;
    margin: 0 auto
}

.cs2-header {
    max-width: 760px;
    margin: 0 auto 1.5rem;
    text-align: center
}

.cs2-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    background: #e4ecfd;
    color: var(--c-blue);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 999px;
    margin-bottom: 1.4rem
}

.cs2-header h2 {
    font-size: clamp(1.7rem, 3.6vw, 2.5rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.01em;
    margin: 0;
    color: var(--c-navy)
}

.cs2-header h2 span,
.cs2-standards-title span {
    display: block;
    color: var(--c-blue)
}

.cs2-header p {
    color: var(--c-text2);
    font-size: 1rem;
    line-height: 1.5;
    max-width: 550px;
    margin: 1.1rem auto 0
}

.cs2-mid-row {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 2rem;
    align-items: center;
    margin-bottom: 1rem
}

.cs2-feature {
    flex: 1;
    text-align: center;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.cs2-orbit-icon,
.cs2-shield {
    align-items: center;
    display: flex
}

.cs2-feature:first-child {
    padding-left: 0
}

.cs2-feature:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    width: 1px;
    background: var(--c-border)
}

.cs2-feature h4 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--c-navy);
    margin: 0;
    line-height: 1.3;
    padding-bottom: 5px
}

.cs2-feature p {
    font-size: .83rem;
    color: var(--c-text2);
    line-height: 1.6;
    margin: 0
}

.cs2-badge b,
.cs2-badge-icon,
.cs2-standards-title {
    font-weight: 800;
    color: var(--c-navy)
}

.cs2-illustration {
    width: 100%;
    max-width: 260px;
    aspect-ratio: 1/1;
    margin: 0 auto
}

.cs2-illustration .ring-1 {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1.5px dashed #c7d6f5
}

.cs2-illustration .ring-2 {
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    border: 1px dashed #d6e0f8
}

.cs2-shield {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52%;
    height: 52%;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 28%, #6a9bff, #1a56db 60%, #12328c 100%);
    justify-content: center;
    box-shadow: 0 20px 45px rgb(26 86 219 / .35)
}

.cs2-shield svg {
    width: 44%;
    height: 44%;
    stroke: #fff;
    fill: none;
    stroke-width: 1.5
}

.cs2-orbit-icon {
    position: absolute;
    width: 19%;
    height: 19%;
    border-radius: 10px;
    background: #fff;
    justify-content: center;
    box-shadow: 0 10px 22px rgb(20 40 90 / .14)
}

.cs2-orbit-icon svg {
    width: 55%;
    height: 55%;
    stroke: var(--c-blue);
    fill: none;
    stroke-width: 1.8
}

.oi-code {
    top: 2%;
    left: 6%
}

.oi-cloud {
    top: 6%;
    right: 0
}

.oi-db {
    top: 44%;
    right: -6%
}

.oi-person {
    bottom: 14%;
    left: -4%
}

.oi-check {
    bottom: 0;
    right: 22%;
    background: var(--c-blue)
}

.oi-check svg {
    stroke: #fff
}

.cs2-standards {
    background: #fefefe;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    border: 1px solid #e5ecf8
}

.cs2-standards-title {
    font-size: 1.15rem;
    line-height: 1.35;
    flex: 0 0 auto
}

.cs2-badges {
    display: flex;
    flex: 1;
    gap: 1rem
}

.cs2-badge {
    display: flex;
    align-items: center;
    gap: 3px;
    border: 1px solid #e5ecf8;
    border-radius: 10px;
    padding: .45rem .3rem;
    flex: 1 1 170px
}

.cs2-badge img {
    width: 50px
}

.cs2-badge-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--c-navy);
    font-size: .62rem;
    letter-spacing: -.02em
}

.cs2-badge-icon.soc {
    background: var(--c-blue);
    border-color: var(--c-blue);
    color: #fff;
    font-size: .55rem;
    line-height: 1.1;
    text-align: center
}

.cs2-badge-icon.gdpr {
    border-color: var(--c-blue);
    color: var(--c-blue);
    flex-direction: column;
    gap: 2px
}

.cs2-badge-icon.gdpr svg {
    width: 14px;
    height: 14px;
    stroke: var(--c-blue);
    fill: none
}

.cs2-badge-icon.hipaa {
    border: none
}

.cs2-badge-icon.hipaa svg {
    width: 26px;
    height: 26px;
    stroke: var(--c-navy);
    fill: none;
    stroke-width: 1.6
}

.cs2-badge b {
    display: block;
    font-size: .82rem;
    line-height: 1.8
}

.cs2-badge div {
    font-size: .72rem;
    color: var(--c-text3);
    line-height: 1.35
}

.cs2-lifecycle-header h3,
.cs2-step h5 {
    color: var(--c-navy);
    margin: 0;
    font-weight: 800
}

.cs2-lifecycle-header {
    text-align: center;
    margin-bottom: 1.5rem
}

.cs2-lifecycle-header h3 {
    font-size: clamp(1.2rem, 2.2vw, 1.55rem)
}

.cs2-lifecycle-header h3 span {
    color: var(--c-blue)
}

.cs2-lifecycle {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-bottom: 3rem
}

.cs2-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 190px;
    flex-shrink: 0
}

.cs2-step-icon,
.cs2-trustbar {
    align-items: center;
    display: flex
}

.cs2-step-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid #d5dffc;
    justify-content: center;
    margin-bottom: .9rem
}

.cs2-step-icon svg {
    width: 24px;
    height: 24px;
    stroke: var(--c-blue);
    fill: none;
    stroke-width: 1.7
}

.cs2-step h5 {
    font-size: .9rem
}

.cs2-step p {
    font-size: .76rem;
    color: var(--c-text2);
    line-height: 1.5;
    margin: 0
}

.cs2-step-arrow {
    flex-shrink: 0;
    padding: 0 4px;
    margin-top: 18px
}

.cs2-step-arrow svg {
    width: 18px;
    height: 18px;
    stroke: var(--c-text3);
    fill: none;
    stroke-width: 2
}

.cs2-trustbar {
    background: #052f73;
    border-radius: 16px;
    color: #fff;
    flex-wrap: wrap;
    gap: 1.75rem;
    padding: 1.3rem 1.2rem
}

.cta-badge,
.cta-section h2 span {
    color: var(--c-orange)
}

.cs2-trust-main {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 1 320px
}

.cs2-trust-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--c-blue-light), var(--c-blue));
    display: flex;
    align-items: center;
    justify-content: center
}

.cs2-trust-icon svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    fill: none;
    stroke-width: 1.6
}

.cs2-trust-main h5 {
    font-size: 1.05rem;
    color: #fff;
    font-weight: 800;
    margin: 0;
    padding-bottom: 5px
}

.cs2-trust-main p {
    font-size: .82rem;
    color: #fff;
    margin: 0;
    line-height: 1.4;
    max-width: 400px
}

.cs2-trust-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex: 2 1 480px;
    justify-content: space-between
}

.cs2-trust-item {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 0 1 auto
}

.cs2-trust-item svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    fill: none;
    stroke-width: 1.6;
    flex-shrink: 0
}

.cs2-trust-item span {
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.35
}

@media (max-width:1100px) {
    .cs2-mid-row {
        grid-template-columns: 1fr;
        gap: 2.5rem
    }

    .cs2-illustration {
        order: -1;
        max-width: 220px
    }

    .cs2-features {
        flex-wrap: wrap
    }

    .cs2-feature {
        flex: 0 0 50%;
        padding: 0 1rem 1.5rem;
        text-align: center
    }

    .cs2-feature-icon {
        margin-left: auto;
        margin-right: auto
    }

    .cs2-feature:nth-child(odd)::after,
    .cs2-step-arrow {
        display: none
    }

    .cs2-lifecycle {
        flex-wrap: wrap;
        gap: 1.5rem 0;
        justify-content: center
    }
}

@media (max-width:720px) {
    .cs2-section {
        padding: 56px 6% 50px
    }

    .cs2-feature {
        flex: 0 0 100%
    }

    .cs2-feature::after {
        display: none !important
    }

    .cs2-standards {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem
    }

    .cs2-badges {
        width: 100%;
        display: block !important
    }

    .cs2-badge {
        flex: 1 1 100%;
        margin-bottom: 15px !important
    }

    .cs2-trustbar {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.75rem;
        display: block !important
    }

    .cs2-trust-items {
        gap: 1.25rem;
        justify-content: flex-start
    }
}

.iphtech-honours-marquee {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 15px 0
}

.iphtech-honours-track {
    display: flex;
    width: max-content;
    animation: 40s linear infinite iphtechHonoursScroll
}

.iphtech-honours-item {
    flex: 0 0 auto;
    width: 250px;
    margin-right: 10px;
    background: linear-gradient(to bottom, #f2f7ff, transparent);
    box-shadow: 0 2px 5px rgb(0 0 0 / .12);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 12px;
    text-align: center
}

.iphtech-honours-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
    margin-bottom: 5px
}

.iphtech-honours-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.iphtech-honours-text {
    width: 100%;
    margin-bottom: 18px
}

.iphtech-honours-text h4 {
    font-size: clamp(13px, 1vw, 14px);
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px
}

.recognition-rating {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: .4rem
}

.recognition-rating .score {
    font-family: var(--fh);
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--iphtech-ink);
    line-height: 1
}

.recognition-rating .outof {
    font-size: .8rem;
    color: var(--text3)
}

.recognition-stars {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin-bottom: .6rem
}

.recognition-stars .st {
    color: #f59e0b;
    font-size: .85rem
}

.recognition-card .reviews {
    font-size: .78rem;
    color: var(--text3);
    font-weight: 500
}

.reviews {
    font-size: .9rem;
    font-weight: 600
}

.iphtech-honours-text p {
    font-size: clamp(14px, .8vw, 14px);
    line-height: 1.5;
    margin: 0;
    color: #555
}

@keyframes iphtechHonoursScroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.iphtech-honours-marquee:hover .iphtech-honours-track {
    animation-play-state: paused
}

@media (max-width:1024px) {
    .iphtech-honours-item {
        width: 250px
    }
}

@media (max-width:768px) {
    .iphtech-honours-track {
        animation-duration: 25s
    }

    .iphtech-honours-item {
        width: 250px
    }
}

@media (max-width:480px) {
    .iphtech-honours-track {
        animation-duration: 18s
    }

    .iphtech-honours-item {
        width: 220px;
        padding: 5px 8px
    }

    .iphtech-honours-img {
        height: 100px
    }

    .iphtech-honours-text h4 {
        font-size: 12px
    }

    .iphtech-honours-text p {
        font-size: 10px
    }
}

.aiol-comet-group,
.aiol-ring-spin {
    animation: 14s linear infinite aiol-spin
}

.cta-section {
    position: relative;
    background: #2768df;
    padding: 70px 0 50px;
    text-align: center;
    overflow: hidden
}

.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgb(255 255 255 / .06) 1px, transparent 1px);
    background-size: 22px 22px;
    mask-image: radial-gradient(ellipse 60% 60% at 50% 40%, rgb(0 0 0 / 0.6), transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 40%, rgb(0 0 0 / 0.6), transparent 75%)
}

.cta-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(70px)
}

.cta-glow-orange {
    width: 360px;
    height: 360px;
    top: -160px;
    left: -100px;
    background: radial-gradient(circle, var(--c-orange) 0, transparent 70%);
    opacity: .3
}

.cta-glow-blue {
    width: 380px;
    height: 380px;
    bottom: -170px;
    right: -110px;
    background: radial-gradient(circle, var(--c-blue) 0, transparent 70%);
    opacity: .3
}

.cta-inner {
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin: 0 auto
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgb(242 96 12 / .12);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 999px;
    margin-bottom: 1.5rem;
    border: 1px solid
}

.cta-badge::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--c-orange)
}

.cta-section h2 {
    font-family: var(--fh);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 1.1rem
}

.cta-section p {
    font-size: 1.02rem;
    color: rgb(255 255 255 / .65);
    max-width: 460px;
    line-height: 1.75;
    margin: 0 auto 2.5rem
}

.cta-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2.75rem
}

.btn-outline-white,
.btn-white {
    font-family: var(--fb);
    font-size: .92rem;
    padding: .9rem 2.1rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    gap: 8px;
    transition: .2s;
    color: #fff
}

.btn-white {
    background: var(--c-orange);
    font-weight: 700;
    border: none;
    border-radius: 9px;
    align-items: center;
    box-shadow: 0 10px 26px rgb(242 96 12 / .3)
}

.btn-white:hover {
    background: var(--c-orange-dark);
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgb(242 96 12 / .4)
}

.aiorc-conn-bottom .aiorc-flow-dot,
.aiorc-conn-right .aiorc-flow-dot,
.aiorc-orbit-inner .aiorc-orbit-dot {
    box-shadow: 0 0 8px var(--aiorc-orange);
    background: var(--aiorc-orange)
}

.btn-outline-white {
    background: #fff0;
    font-weight: 600;
    border: 1.5px solid;
    border-radius: 9px;
    align-items: center
}

.btn-outline-white:hover {
    border-color: rgb(255 255 255 / .6);
    background: rgb(255 255 255 / .06);
    color: #fff
}

.cta-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.25rem;
    flex-wrap: wrap;
    padding-top: 2rem;
    border-top: 1px solid
}

.cta-trust-item {
    display: flex;
    align-items: center;
    gap: 8px
}

.cta-trust-item svg {
    width: 17px;
    height: 17px;
    stroke: var(--c-orange);
    fill: none;
    stroke-width: 2;
    flex-shrink: 0
}

.cta-trust-item span {
    font-size: .83rem;
    font-weight: 600;
    color: rgb(255 255 255 / .75)
}

@media (max-width:520px) {
    .ai-mini-grid {
        grid-template-columns: 1fr
    }

    .cta-section {
        padding: 70px 6%
    }

    .cta-actions {
        flex-direction: column;
        width: 100%
    }

    .btn-outline-white,
    .btn-white {
        justify-content: center;
        width: 100%
    }

    .cta-trust {
        gap: 1.25rem;
        flex-direction: column
    }
}

.home-blog-section,
.homefaq {
    padding: 70px 0 50px
}

.home-blog-listing,
.home-faqsub-section {
    margin-top: 1.7rem
}

.home-blog-section {
    background: #dce7f9
}

.tech-badge.hide {
    display: none
}

.homefaq-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 4rem;
    align-items: center;
    margin-top: 1rem
}

.homefaq-img-wrap img {
    width: 100%;
    border-radius: 20px;
    display: block;
    box-shadow: 0 30px 70px rgb(0 0 0 / .12)
}

.homefaq-badge {
    position: absolute;
    bottom: -18px;
    left: -18px;
    background: var(--iphtech-blue-dark, #123a9c);
    color: #fff;
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 12px 32px rgb(26 86 219 / .3)
}

.aiol-gradient-disc,
.aiol-ring-spin {
    border-radius: 50%;
    position: absolute
}

.homefaq-badge .num {
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1
}

.homefaq-badge .lbl {
    font-size: .78rem;
    opacity: .85;
    margin-top: 2px;
    max-width: 120px
}

.homefaq-content {
    text-align: left
}

.aiol-label,
.aiorc-core,
.aiorc-item {
    text-align: center
}

.homefaq-content .iphtech-section-eyebrow {
    justify-content: flex-start
}

.homefaq-content>p.homefaq-desc {
    color: var(--text2);
    font-size: .97rem;
    line-height: 1.8;
    margin: 1rem 0 2rem;
    max-width: 480px
}

.homefaq-content .home-faqsub-section {
    margin-top: 0
}

@media (max-width:900px) {
    .home-hero {
        grid-template-columns: 1fr;
        padding: 50px 6%
    }

    .hero-visual {
        display: none
    }

    .industry-scroll,
    .process-grid,
    .services-grid,
    .work-grid {
        grid-template-columns: 1fr 1fr
    }

    .split,
    .testi-grid {
        grid-template-columns: 1fr
    }

    .homefaq {
        padding: 60px 0
    }

    .homefaq-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem
    }

    .homefaq-img-wrap {
        order: -1;
        max-width: 420px;
        margin: 0 auto
    }

    .homefaq-badge {
        bottom: -14px;
        left: -14px;
        padding: 12px 16px
    }
}

@media (max-width:425px) {
    .stats-bar {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important
    }

    .iphtech-services-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 15px !important
    }

    .ipf-slots {
        padding: 0 15px !important
    }

    .ipf-bstat {
        gap: 10px !important;
        padding: 1rem !important
    }

    .dti-center {
        display: none !important
    }
}

@media (min-width:1800px) {
    .dti-grid {
        grid-template-columns: 1fr 1.3fr 1fr !important
    }

    .dti-globe-wrap {
        padding-top: 50px !important
    }
}

.aiol-widget,
.aiol-widget * {
    box-sizing: border-box
}

.aiol-widget {
    position: relative;
    width: 100%;
    height: 100%
}

.aiol-ring-spin {
    inset: 12.5%;
    overflow: hidden
}

.aiol-gradient-disc {
    inset: -20%;
    background: conic-gradient(from 0deg, #2b6bf5 0deg, #3b5bf0 45deg, #7a4ce0 90deg, #b23fd6 135deg, #d94fc0 160deg, #e0538f 190deg, #e56a4d 225deg, #eb9a3c 255deg, #ecb43f 275deg, #2fa9e0 300deg, #2b7bf0 330deg, #2b6bf5 360deg)
}

.aiol-dot-texture {
    position: absolute;
    inset: -20%;
    border-radius: 50%;
    background-image: radial-gradient(rgba(255, 255, 255, .98) 1.1px, transparent 1.6px);
    background-size: 8px 8px;
    -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent 44%, rgba(0, 0, 0, 0.55) 58%, rgba(0, 0, 0, 1) 66%, rgba(0, 0, 0, 0.85) 74%, transparent 84%);
    mask-image: radial-gradient(circle at 50% 50%, transparent 44%, rgba(0, 0, 0, 0.55) 58%, rgba(0, 0, 0, 1) 66%, rgba(0, 0, 0, 0.85) 74%, transparent 84%);
    opacity: 1;
    mix-blend-mode: screen
}

.aiol-core-shadow,
.aiol-disc-edge,
.aiol-label {
    inset: 12.5%;
    position: absolute;
    border-radius: 50%;
    pointer-events: none
}

.aiol-core-shadow {
    background: radial-gradient(circle at 50% 50%, #060a1e 0, #060a1e 44%, rgba(6, 10, 30, .88) 54%, rgba(6, 10, 30, .5) 64%, rgba(6, 10, 30, .08) 76%, transparent 88%)
}

.aiol-disc-edge {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15)
}

.aiol-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff
}

.aiorc-eyebrow,
.aiorc-heading span {
    color: var(--aiorc-orange)
}

.aiol-label h3.aiol-title {
    margin: 0;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -.5px;
    color: #fff
}

.aiol-label .aiol-sub {
    margin-top: 0;
    font-size: 13px;
    font-weight: 600;
    color: #c9cfe6;
    line-height: 1.7
}

.aiol-scaffold {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible
}

.aiol-arrow-line {
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-dasharray: 1 8;
    stroke-linecap: round;
    fill: none
}

.aiol-orbit-line {
    fill: none;
    stroke-width: 1.4
}

@keyframes aiol-spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.aiol-comet-group {
    transform-origin: 280px 280px
}

.aiorc-section {
    --aiorc-blue: var(--c-blue, #1a56db);
    --aiorc-blue-dark: var(--c-blue-dark, #123a9c);
    --aiorc-orange: var(--c-orange, #f2600c);
    --aiorc-orange-dark: var(--c-orange-dark, #d94f04);
    --aiorc-navy: var(--c-navy, #0b1220);
    --aiorc-text2: var(--c-text2, #5b6b82);
    --aiorc-text3: var(--c-text3, #8a97ab);
    --aiorc-border: var(--c-border, #e7ecf3);
    position: relative;
    overflow: hidden;
    padding: 70px 0 50px;
    background: linear-gradient(180deg, #fbfcff 0, #f3f7ff 100%)
}

.aiorc-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(80px);
    opacity: .32;
    z-index: 0
}

.aiorc-glow-1 {
    width: 420px;
    height: 420px;
    top: -160px;
    right: -140px;
    background: radial-gradient(circle, var(--aiorc-orange) 0, transparent 70%)
}

.aiorc-glow-2 {
    width: 380px;
    height: 380px;
    bottom: -160px;
    left: -120px;
    background: radial-gradient(circle, var(--aiorc-blue) 0, transparent 70%)
}

.aiorc-wrap {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center
}

.aiorc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: .78rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.aiorc-eyebrow::before {
    content: '';
    width: 16px;
    height: 2px;
    background: var(--aiorc-orange);
    border-radius: 2px
}

.aiorc-heading {
    font-family: var(--fh);
    font-weight: 900;
    font-size: clamp(2rem, 4.2vw, 2.9rem);
    line-height: 1.14;
    color: var(--aiorc-navy);
    margin: 0 0 1.25rem;
    letter-spacing: -.01em
}

.aiorc-feature h4,
.aiorc-item span {
    color: var(--aiorc-navy);
    line-height: 1.3
}

.aiorc-desc {
    font-size: 1rem;
    color: var(--aiorc-text2);
    line-height: 1.8;
    max-width: 480px;
    margin: 0 0 1.75rem
}

.aiorc-checklist {
    list-style: none;
    margin: 0 0 2.25rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .85rem
}

.aiorc-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .95rem;
    font-weight: 600;
    color: var(--aiorc-navy);
    line-height: 1.4
}

.aiorc-check-ico {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-top: 1px;
    background: #e4ecfd;
    color: var(--aiorc-blue);
    display: flex;
    align-items: center;
    justify-content: center
}

.aiorc-check-ico svg {
    width: 12px;
    height: 12px;
    stroke: var(--aiorc-blue);
    stroke-width: 3;
    fill: none
}

.aiorc-actions {
    display: flex;
    gap: .875rem;
    flex-wrap: wrap
}

.aiorc-grid {
    display: grid;
    grid-template-columns: 200px 3px 1fr 3px 200px;
    grid-template-rows: auto 30px auto 30px auto;
    align-items: center
}

.aiorc-panel-top {
    grid-column: 1/6;
    grid-row: 1
}

.aiorc-conn-top {
    grid-column: 3/4;
    grid-row: 2
}

.aiorc-panel-left {
    grid-column: 1/2;
    grid-row: 3;
    align-self: stretch
}

.aiorc-conn-left {
    grid-column: 2/3;
    grid-row: 3
}

.aiorc-core-wrap {
    grid-column: 3/4;
    grid-row: 3;
    justify-self: center
}

.aiorc-conn-right {
    grid-column: 4/5;
    grid-row: 3
}

.aiorc-panel-right {
    grid-column: 5/6;
    grid-row: 3;
    align-self: stretch
}

.aiorc-conn-bottom {
    grid-column: 3/4;
    grid-row: 4
}

.aiorc-panel-bottom {
    grid-column: 1/6;
    grid-row: 5
}

.aiorc-conn-bottom,
.aiorc-conn-top {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center
}

.aiorc-conn-left,
.aiorc-conn-right {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center
}

.aiorc-conn-bottom::before,
.aiorc-conn-top::before {
    content: '';
    width: 0;
    height: 100%;
    border-left: 2px dashed rgba(26, 86, 219, .28)
}

.aiorc-conn-left::before,
.aiorc-conn-right::before {
    content: '';
    height: 0;
    width: 100%;
    border-top: 2px dashed rgba(26, 86, 219, .28)
}

.aiorc-conn-bottom::before,
.aiorc-conn-right::before {
    border-color: rgba(242, 96, 12, .3)
}

.aiorc-conn-bottom::after,
.aiorc-conn-top::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid var(--aiorc-blue)
}

.aiorc-conn-bottom::after {
    border-top-color: var(--aiorc-orange)
}

.aiorc-conn-left::after,
.aiorc-conn-right::after {
    right: -1px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    content: ''
}

.aiorc-conn-left::after {
    border-left: 7px solid var(--aiorc-blue)
}

.aiorc-conn-right::after {
    border-left: 7px solid var(--aiorc-orange)
}

.aiorc-flow-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--aiorc-blue);
    box-shadow: 0 0 8px var(--aiorc-blue)
}

.aiorc-conn-top .aiorc-flow-dot {
    left: 50%;
    transform: translateX(-50%);
    animation: 2.6s ease-in-out infinite aiorcFlowV
}

.aiorc-conn-bottom .aiorc-flow-dot {
    left: 50%;
    transform: translateX(-50%);
    animation: 2.6s ease-in-out .4s infinite aiorcFlowV
}

.aiorc-conn-left .aiorc-flow-dot {
    top: 50%;
    transform: translateY(-50%);
    animation: 2.6s ease-in-out .2s infinite aiorcFlowH
}

.aiorc-conn-right .aiorc-flow-dot {
    top: 50%;
    transform: translateY(-50%);
    animation: 2.6s ease-in-out .6s infinite aiorcFlowH
}

.aiorc-orbit-inner .d1,
.aiorc-orbit-inner .d2,
.aiorc-orbit-inner .d3,
.aiorc-orbit-inner .d4,
.aiorc-orbit-outer .d1,
.aiorc-orbit-outer .d2,
.aiorc-orbit-outer .d3,
.aiorc-orbit-outer .d4,
.aiorc-orbit-outer .d5,
.aiorc-orbit-outer .d6 {
    transform: translate(-50%, -50%)
}

@keyframes aiorcFlowV {
    0% {
        top: 6%;
        opacity: 0
    }

    20%,
    80% {
        opacity: 1
    }

    100% {
        top: 94%;
        opacity: 0
    }
}

@keyframes aiorcFlowH {
    0% {
        left: 6%;
        opacity: 0
    }

    20%,
    80% {
        opacity: 1
    }

    100% {
        left: 94%;
        opacity: 0
    }
}

.aiorc-core-wrap {
    position: relative;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center
}

.aiorc-orbit {
    position: absolute;
    inset: -40px;
    border-radius: 50%;
    pointer-events: none
}

.aiorc-orbit-outer {
    border: 1.5px dashed rgba(26, 86, 219, .28);
    animation: 26s linear infinite aiorcSpin
}

.aiorc-orbit-inner {
    inset: -18px;
    border: 1.5px dashed rgba(242, 96, 12, .32);
    animation: 18s linear infinite reverse aiorcSpin
}

.aiorc-orbit-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--aiorc-blue);
    box-shadow: 0 0 10px var(--aiorc-blue)
}

.aiorc-orbit-inner .aiorc-orbit-dot {
    width: 8px;
    height: 8px
}

.aiorc-orbit-outer .d1 {
    left: 100%;
    top: 50%
}

.aiorc-orbit-outer .d2 {
    left: 75%;
    top: 6.7%
}

.aiorc-orbit-outer .d3 {
    left: 25%;
    top: 6.7%
}

.aiorc-orbit-outer .d4 {
    left: 0;
    top: 50%
}

.aiorc-orbit-outer .d5 {
    left: 25%;
    top: 93.3%
}

.aiorc-orbit-outer .d6 {
    left: 75%;
    top: 93.3%
}

.aiorc-orbit-inner .d1 {
    left: 85.4%;
    top: 14.6%
}

.aiorc-orbit-inner .d2 {
    left: 14.6%;
    top: 14.6%
}

.aiorc-orbit-inner .d3 {
    left: 14.6%;
    top: 85.4%
}

.aiorc-orbit-inner .d4 {
    left: 85.4%;
    top: 85.4%
}

@keyframes aiorcSpin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.aiorc-core {
    position: relative;
    width: 216px;
    height: 216px;
    border-radius: 50%;
    background: linear-gradient(199deg, #140a9b 0, #2b1b79 30%, #4a2470 40%, #7a2f5f 62%, #ad3a30 88%, #d94e0f 100%);
    box-shadow: 0 0 0 1px rgba(255, 90, 31, .15), 0 0 42px rgba(255, 90, 31, .28), 0 25px 55px rgba(11, 18, 32, .35);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    animation: 5s ease-in-out infinite aiorcPulse
}

.aiorc-core::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px);
    background-size: 14px 14px;
    opacity: .55
}

.aiorc-core-inner {
    position: relative;
    z-index: 1;
    padding: 0 1.6rem
}

.aiorc-core-title {
    font-family: var(--fh);
    font-weight: 800;
    font-size: 1.12rem;
    color: #fff;
    line-height: 1.3;
    margin-bottom: .55rem
}

.aiorc-core-sub,
.aiorc-panel-label {
    font-size: .7rem;
    text-transform: uppercase
}

.aiorc-core-sub {
    font-weight: 600;
    letter-spacing: .06em;
    color: rgba(255, 255, 255, .72);
    line-height: 1.7
}

@keyframes aiorcPulse {

    0%,
    100% {
        box-shadow: 0 0 0 1px rgba(255, 90, 31, .15), 0 0 42px rgba(255, 90, 31, .28), 0 25px 55px rgba(11, 18, 32, .35)
    }

    50% {
        box-shadow: 0 0 0 1px rgba(255, 90, 31, .22), 0 0 60px rgba(255, 90, 31, .4), 0 25px 55px rgba(11, 18, 32, .35)
    }
}

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

    .aiorc-core,
    .aiorc-flow-dot,
    .aiorc-orbit-inner,
    .aiorc-orbit-outer {
        animation: none !important
    }
}

.aiorc-panel {
    background: #fff;
    border: 1.5px solid var(--aiorc-border);
    border-radius: 16px;
    padding: 1.05rem 1.15rem;
    box-shadow: 0 10px 28px rgba(20, 40, 90, .06);
    height: 100%
}

.aiorc-feature.f-blue .aiorc-feature-ico,
.aiorc-item-ico {
    background: #e4ecfd;
    color: var(--aiorc-blue)
}

.aiorc-panel-label {
    font-weight: 800;
    letter-spacing: .1em;
    color: var(--aiorc-blue);
    margin-bottom: .85rem;
    text-align: center
}

.aiorc-items-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px
}

.aiorc-items-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    justify-content: center
}

.aiorc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}

.aiorc-items-col .aiorc-item {
    flex-direction: row;
    text-align: left;
    gap: 10px
}

.aiorc-item-ico {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.aiorc-item-ico svg {
    width: 15px;
    height: 15px;
    stroke: var(--aiorc-blue);
    fill: none;
    stroke-width: 1.8
}

.aiorc-item span {
    font-size: .74rem;
    font-weight: 700
}

.aiorc-features {
    position: relative;
    z-index: 1;
    margin-top: 4.5rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px
}

.aiorc-feature {
    background: #fff;
    border: 1.5px solid var(--aiorc-border);
    border-radius: 16px;
    padding: 1.6rem 1.4rem;
    transition: transform .25s, box-shadow .25s, border-color .25s
}

.aiorc-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(20, 40, 90, .09);
    border-color: rgba(26, 86, 219, .25)
}

.aiorc-feature-ico {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem
}

.aiorc-feature-ico svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke-width: 1.8;
    stroke: currentColor
}

.aiorc-feature h4 {
    font-family: var(--fh);
    font-weight: 800;
    font-size: .98rem;
    margin: 0 0 .4rem
}

.aiorc-feature p {
    font-size: .82rem;
    color: var(--aiorc-text2);
    line-height: 1.6;
    margin: 0
}

.aiorc-feature.f-purple .aiorc-feature-ico {
    background: #ede9fe;
    color: #8b5cf6
}

.aiorc-feature.f-orange .aiorc-feature-ico {
    background: #fde8dc;
    color: var(--aiorc-orange)
}

.aiorc-feature.f-green .aiorc-feature-ico {
    background: #d1fae5;
    color: #0f9e6e
}

.aiorc-feature.f-cyan .aiorc-feature-ico {
    background: #dbf3fb;
    color: #0891b2
}

@media(max-width:1200px) {
    .aiorc-wrap {
        grid-template-columns: 1fr;
        gap: 3rem
    }

    .aiorc-desc {
        max-width: 640px
    }

    .aiorc-grid {
        grid-template-columns: 200px 22px 1fr 22px 200px
    }

    .aiorc-core-wrap {
        width: 300px;
        height: 300px
    }

    .aiorc-core {
        width: 180px;
        height: 180px
    }

    .dti-center {
        display: none !important
    }
}

@media(max-width:900px) {

    .aiorc-conn-bottom,
    .aiorc-conn-left,
    .aiorc-conn-right,
    .aiorc-conn-top {
        display: none
    }

    .aiorc-core-wrap {
        margin: 0 auto;
        width: 290px;
        height: 290px
    }

    .aiorc-core {
        width: 164px;
        height: 164px
    }

    .aiorc-core-title {
        font-size: 1rem
    }

    .aiorc-features,
    .aiorc-items-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .cs2-badges {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: .5rem !important
    }
}

@media(max-width:520px) {
    .aiorc-section {
        padding: 70px 0 56px
    }

    .aiorc-actions {
        flex-direction: column;
        width: 100%
    }

    .aiorc-actions .iphtech-button {
        justify-content: center;
        width: 100%
    }

    .aiorc-features {
        grid-template-columns: 1fr
    }

    .home-blog-section {
        padding: 40px 0 0 !important
    }
}