: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;
}

.whoweare-section {
    position: relative;
    overflow: hidden;
    padding: 70px 0 50px;
    background: linear-gradient(to bottom, #fbfcff 0%, #fff 100%);
}

.whoweare-bg-orange {
    position: absolute;
    top: -120px;
    left: -140px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgb(242 96 12 / 0.12) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.whoweare-bg-blue {
    position: absolute;
    top: -100px;
    right: -160px;
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, rgb(26 86 219 / 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.whoweare-header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 820px;
    margin: 0 auto 3.5rem;
}

.whoweare-header h2 {
    font-weight: 900;
    font-size: clamp(2rem, 4.4vw, 3.1rem);
    line-height: 1.12;
    color: var(--c-navy);
    margin: 0.6rem 0 0.2rem;
    letter-spacing: -0.01em;
}

.whoweare-header h2 span {
    color: var(--c-orange);
}

.whoweare-header h3 {
    font-family: var(--fh);
    font-weight: 800;
    font-size: clamp(1.3rem, 2.6vw, 1.9rem);
    color: var(--c-navy);
    margin: 0 0 1.1rem;
}

.whoweare-header p {
    font-size: 1rem;
    color: var(--c-text2);
    line-height: 1.75;
    margin: 0;
}

.whoweare-header p a {
    color: var(--c-blue);
    font-weight: 700;
    text-decoration: none;
}

.whoweare-header p a:hover {
    text-decoration: underline;
}

.whoweare-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.whoweare-card {
    background: #fff;
    border: 1.5px solid var(--c-border);
    border-radius: 18px;
    padding: 1.75rem 1.2rem 2rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.whoweare-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgb(20 40 90 / 0.1);
}

.whoweare-card-top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.4rem;
}

.whoweare-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.whoweare-icon svg {
    width: 26px;
    height: 26px;
    fill: #ee5735;
}

.whoweare-decor {
    position: absolute;
    right: -10px;
    top: -6px;
    width: 90px;
    height: 90px;
    pointer-events: none;
    opacity: 0.5;
}

.whoweare-decor-dots {
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-size: 9px 9px;
    -webkit-mask-image: radial-gradient(circle, #000 0%, transparent 75%);
    mask-image: radial-gradient(circle, #000 0%, transparent 75%);
}

.whoweare-decor-grid {
    background-image: linear-gradient(currentColor 1px, transparent 1px),
        linear-gradient(90deg, currentColor 1px, transparent 1px);
    background-size: 14px 14px;
    -webkit-mask-image: radial-gradient(circle, #000 0%, transparent 75%);
    mask-image: radial-gradient(circle, #000 0%, transparent 75%);
}

.whoweare-card h4 {
    font-family: var(--fh);
    font-weight: 800;
    font-size: 1.08rem;
    color: var(--c-navy);
    line-height: 1.3;
    margin: 0 0 0rem;
}

.whoweare-underline {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    margin-bottom: 0.9rem;
    transition:
        width 0.6s ease,
        background 0.6s ease;
}

.whoweare-card p {
    font-size: 0.87rem;
    color: var(--c-text2);
    line-height: 1.7;
    margin: 0 0 1.2rem;
}

.whoweare-checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin: 0 0 1.6rem;
    flex: 1;
}

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

.whoweare-checklist li::before {
    content: "";
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.whoweare-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0.75rem 1.4rem;
    border-radius: 9px;
    border: 1.5px solid;
    font-family: var(--fb);
    font-weight: 700;
    font-size: 0.86rem;
    text-decoration: none;
    background: #fff0;
    transition: all 0.2s;
}

.whoweare-btn svg {
    width: 14px;
    height: 14px;
    transition: transform 0.2s;
}

.whoweare-btn:hover svg {
    transform: translateX(3px);
}

.ww-orange .whoweare-icon {
    background: var(--iphtech-orange-pale, #fde8dc);
    color: var(--c-orange);
}

.ww-orange .whoweare-decor {
    color: var(--c-orange);
}

.ww-orange .whoweare-underline {
    background: var(--c-orange);
}

.ww-orange:hover .whoweare-underline {
    width: 100%;
    background: linear-gradient(to right, #ff7c00, transparent);
}

.ww-orange .whoweare-checklist li::before {
    background-color: var(--c-orange);
}

.ww-orange .whoweare-btn {
    color: var(--c-orange);
    border-color: var(--c-orange);
}

.ww-orange .whoweare-btn:hover {
    background: var(--c-orange);
    color: #fff;
}

.ww-blue .whoweare-icon {
    background: #e4ecfd;
    color: var(--c-blue);
}

.ww-blue .whoweare-decor {
    color: var(--c-blue);
}

.ww-blue .whoweare-underline {
    background: var(--c-blue);
}

.ww-blue .whoweare-checklist li::before {
    background-color: var(--c-blue);
}

.ww-blue .whoweare-btn {
    color: var(--c-blue);
    border-color: var(--c-blue);
}

.ww-blue .whoweare-btn:hover {
    background: var(--c-blue);
    color: #fff;
}

.ww-purple .whoweare-icon {
    background: #ede9fe;
    color: #8b5cf6;
}

.ww-purple .whoweare-decor {
    color: #8b5cf6;
}

.ww-purple .whoweare-underline {
    background: #8b5cf6;
}

.ww-purple .whoweare-checklist li::before {
    background-color: #8b5cf6;
}

.ww-purple .whoweare-btn {
    color: #8b5cf6;
    border-color: #8b5cf6;
}

.ww-purple .whoweare-btn:hover {
    background: #8b5cf6;
    color: #fff;
}

.ww-green .whoweare-icon {
    background: #d1fae5;
    color: #0f9e6e;
}

.ww-green .whoweare-decor {
    color: #0f9e6e;
}

.ww-green .whoweare-underline {
    background: #0f9e6e;
}

.ww-green .whoweare-checklist li::before {
    background-color: #0f9e6e;
}

.ww-green .whoweare-btn {
    color: #0f9e6e;
    border-color: #0f9e6e;
}

.ww-green .whoweare-btn:hover {
    background: #0f9e6e;
    color: #fff;
}

.whoweare-trust {
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 1.5rem 1rem;
    box-shadow: 0 12px 34px rgb(20 40 90 / 0.06);
}

.whoweare-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 1.2rem;
    border-right: 1px solid var(--c-border);
}

.whoweare-trust-item:last-child {
    border-right: none;
}

.whoweare-trust-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whoweare-trust-icon svg {
    width: 20px;
    height: 20px;
    fill: #2168e4;
}

.ww-orange-icon {
    background: var(--iphtech-orange-pale, #fde8dc);
    color: var(--c-orange);
}

.ww-blue-icon {
    background: #e4ecfd;
    color: var(--c-blue);
}

.ww-purple-icon {
    background: #ede9fe;
    color: #8b5cf6;
}

.ww-green-icon {
    background: #d1fae5;
    color: #0f9e6e;
}

.whoweare-trust-item h5 {
    font-family: var(--fh);
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--c-navy);
    margin: 0 0 2px;
}

.whoweare-trust-item p {
    font-size: 0.78rem;
    color: var(--c-text2);
    margin: 0;
    line-height: 1.45;
}

@media (max-width: 1100px) {
    .whoweare-grid {
        grid-template-columns: 1fr 1fr;
    }

    .whoweare-trust {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem 0;
    }

    .whoweare-trust-item:nth-child(2) {
        border-right: none;
    }

    .whoweare-trust-item:nth-child(1),
    .whoweare-trust-item:nth-child(2) {
        border-bottom: 1px solid var(--c-border);
        padding-bottom: 1.3rem;
    }

    .whoweare-trust-item:nth-child(3),
    .whoweare-trust-item:nth-child(4) {
        padding-top: 1.3rem;
    }
}

@media (max-width: 640px) {
    .whoweare-section {
        padding: 70px 0 60px;
    }

    .whoweare-grid {
        grid-template-columns: 1fr;
    }

    .whoweare-trust {
        grid-template-columns: 1fr;
    }

    .whoweare-trust-item {
        border-right: none !important;
        border-bottom: 1px solid var(--c-border);
        padding: 1rem 0;
    }

    .whoweare-trust-item:first-child {
        border-top: none;
        padding-top: 0;
    }

    .whoweare-trust-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

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

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

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

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

.ticker-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgb(255 255 255 / 0.85);
    white-space: nowrap;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

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

.texp-section {
    background: #f7f9fc;
    padding: 70px 0 50px;
}

.texp-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 3.5rem;
}

.texp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--c-orange);
    margin-bottom: 1rem;
}

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

.texp-header h2 {
    font-family: var(--fh);
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--c-navy);
    margin: 0 0 0.5rem;
}

.texp-header h2 .texp-gradient {
    background: #ee5735;
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff0;
    display: block;
}

.texp-header p {
    font-size: 1rem;
    color: var(--c-text2);
    line-height: 1.7;
    margin: 1rem 0 0;
}

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

.texp-card {
    background: #fff;
    border: 1.5px solid var(--c-border);
    border-radius: 16px;
    padding: 1.6rem 1.5rem;
    position: relative;
    transition: all 0.25s ease;
    overflow: hidden;
}

.texp-card:hover {
    background: linear-gradient(199deg, #140a9b 0%, #2b1b79 30%, #4a2470 40%, #7a2f5f 62%, #ad3a30 88%, #d94e0f 100%);
    border: 1.5px solid var(--c-orange);
    box-shadow:
        0 0 0 1px rgb(255 90 31 / 0.15),
        0 0 25px rgb(255 90 31 / 0.35),
        0 20px 40px rgb(0 0 0 / 0.4);
    transform: translateY(-3px);
}

.texp-card:hover::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgb(255 255 255 / 0.12) 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.5;
    pointer-events: none;
    border-left: 4px solid #ee5735;
}

.texp-card:hover h4 {
    color: #fff;
    position: relative;
    z-index: 1;
}

.texp-card:hover p {
    color: rgb(255 255 255 / 0.75);
    position: relative;
    z-index: 1;
}

.texp-card:hover .texp-arrow {
    border-color: rgb(255 255 255 / 0.3);
    color: #fff;
    background: var(--c-orange);
    position: relative;
    z-index: 1;
}

.texp-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.service-action-button-container {
    position: absolute;
    right: 20px;
    bottom: 20px;
    border: 1px solid #e7ecf3;
    border-radius: 999px;
    background: #fff;
    padding: 4px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-action-button-container div svg {
    width: 20px;
    height: 20px;
    fill: #5b6b82;
}

.texp-card h4 {
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--c-navy);
    margin: 0 0 0rem;
    line-height: 1.3;
}

.texp-card p {
    font-size: 0.84rem;
    color: var(--c-text2);
    line-height: 1.65;
    margin: 0 0 1.2rem;
}

.texp-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1.5px solid var(--c-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-navy);
    transition: all 0.25s ease;
}

.texp-arrow svg {
    width: 15px;
    height: 15px;
    stroke-width: 2;
}

.texp-card:hover .texp-arrow {
    background: var(--c-blue);
    border-color: var(--c-blue);
    color: #fff;
}

.texp-card.texp-featured {
    background: linear-gradient(199deg, #140a9b 0%, #2b1b79 30%, #4a2470 40%, #7a2f5f 62%, #ad3a30 88%, #d94e0f 100%);
    border: 1.5px solid var(--c-orange);
    box-shadow:
        0 0 0 1px rgb(255 90 31 / 0.15),
        0 0 25px rgb(255 90 31 / 0.35),
        0 20px 40px rgb(0 0 0 / 0.4);
}

.texp-card.texp-featured::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgb(255 255 255 / 0.12) 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.5;
    pointer-events: none;
    border-left: 4px solid #ee5735;
}

.texp-card.texp-featured h4 {
    color: #fff;
    position: relative;
    z-index: 1;
}

.texp-card.texp-featured p {
    color: rgb(255 255 255 / 0.75);
    position: relative;
    z-index: 1;
}

.texp-card.texp-featured .texp-arrow {
    border-color: rgb(255 255 255 / 0.3);
    color: #fff;
    position: relative;
    z-index: 1;
}

.texp-card.texp-featured:hover .texp-arrow {
    background: var(--c-orange);
    border-color: var(--c-orange);
}

.texp-card.texp-featured:hover {
    transform: translateY(-3px);
}

.texp-cta {
    margin-top: 3rem;
    background: linear-gradient(120deg, #0b1220 0%, #101b3f 55%, #1a1040 100%);
    border-radius: 22px;
    padding: 1.8rem 2.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.texp-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgb(255 255 255 / 0.08) 1px, transparent 1px);
    background-size: 20px 20px;
    mask-image: radial-gradient(ellipse 70% 100% at 100% 50%, rgb(0 0 0 / 0.7), transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 70% 100% at 100% 50%, rgb(0 0 0 / 0.7), transparent 75%);
    pointer-events: none;
}

.texp-cta-left {
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
    z-index: 1;
    flex: 1 1 320px;
}

.texp-cta-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    flex-shrink: 0;
    background: rgb(255 255 255 / 0.08);
    border: 1px solid rgb(255 255 255 / 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.texp-cta-icon svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    fill: none;
    stroke-width: 1.7;
}

.texp-cta-left h3 {
    font-family: var(--fh);
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.3rem;
}

.texp-cta-left p {
    font-size: 0.85rem;
    color: rgb(255 255 255 / 0.65);
    margin: 0;
    line-height: 1.5;
}

.texp-cta-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.texp-btn-orange {
    background: var(--c-orange);
    color: #fff;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 0.8rem 1.5rem;
    border-radius: 9px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    border: 1px solid var(--c-orange);
}

.texp-btn-orange:hover {
    background: var(--c-orange-dark, #d94f04);
    color: #fff;
    transform: translateY(-1px);
}

.texp-btn-orange svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
    stroke-width: 2.5;
}

.texp-btn-outline {
    background: #fff0;
    color: #fff;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 0.8rem 1.5rem;
    border-radius: 9px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    border: 1.5px solid rgb(255 255 255 / 0.25);
}

.texp-btn-outline:hover {
    border-color: rgb(255 255 255 / 0.6);
    background: rgb(255 255 255 / 0.06);
    color: #fff;
}

.texp-btn-outline svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
    stroke-width: 2;
}

@media (max-width: 1100px) {
    .texp-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .texp-section {
        padding: 70px 0;
    }

    .texp-grid {
        grid-template-columns: 1fr;
    }

    .texp-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.75rem;
    }

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

    .texp-btn-orange,
    .texp-btn-outline {
        justify-content: center;
        flex: 1;
    }
    .texp-cta-actions a {
    display: flex !important;
    justify-content: center !important;
    }
    .texp-cta-actions svg {
        width: 30px !important;
    }
}

.iphtech-about {
    background: var(--iphtech-surface);
    padding: 70px 0 70px;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.iphtech-about-img-wrap {
    position: relative;
}

.iphtech-about-main-img {
    width: 100%;
}

.iphtech-about-main-img img,
.service-img img,
.work-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

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

.ip-blue {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

.ip-green {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
}

.ip-purple {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
}

.ip-orange {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
}

.ip-gray {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
}

.ip-teal {
    background: linear-gradient(135deg, #ccfbf1 0%, #99f6e4 100%);
}

.img-icon {
    font-size: 4rem;
    opacity: 0.4;
}

.experience-badge {
    position: absolute;
    bottom: -16px;
    right: -16px;
    background: var(--iphtech-blue-dark);
    color: #fff;
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 12px 32px rgb(26 86 219 / 0.3);
}

.exp-num {
    font-family: var(--fh);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.exp-text {
    font-size: 0.8rem;
    opacity: 0.85;
    margin-top: 2px;
}

.checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    color: var(--text2);
}

.check-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--iphtech-orange-pale);
    color: var(--iphtech-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
    margin-top: 2px;
    font-weight: 700;
}

.prtf-slider .slick-slide {
    transition:
        transform 0.4s ease,
        opacity 0.4s ease;
    transform: scale(0.89);
    opacity: 0.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: 0.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: -0.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 rgb(12 18 48 / 0.1);
    background: #fff;
    color: #3a4258;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.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 / 0.1);
    color: #3b7bf6;
    flex: 0 0 auto;
    transition:
        background 0.25s ease,
        color 0.25s ease;
}

.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 / 0.1);
}

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

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

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

.prtf-slider {
    width: 100%;
}

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

.prtf-slider .slick-list {
    overflow: visible;
}

.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 rgb(12 18 48 / 0.1);
    background: rgb(255 255 255 / 0.9);
    backdrop-filter: blur(6px);
    box-shadow: 0 14px 34px rgb(15 25 60 / 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #0a1128;
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease,
        color 0.25s ease;
    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 / 0.35);
}

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

.prtf-case-card {
    position: relative;
    height: clamp(360px, 40vw, 420px);
    border-radius: 28px;
    padding: 2px;
    background: linear-gradient(135deg, rgb(242 184 75 / 0.55), rgb(59 123 246 / 0.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 / 0.35), transparent 45%),
        radial-gradient(circle at 0% 100%, rgb(242 184 75 / 0.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 {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background: #ee5735;
}

.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, 0.95vw, 12px);
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    color: #fff;
    background: #1a5fd4;
    white-space: nowrap;
}

.prtf-case-cta {
    margin-top: clamp(12px, 2vw, 22px);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    padding: clamp(10px, 1.4vw, 13px) clamp(16px, 2vw, 22px);
    border-radius: 999px;
    background: #ee5735;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
    white-space: nowrap;
}

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

.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;
}

.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(0.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(0.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-section {
        padding: 56px 0 48px;
    }

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

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

    .prtf-slider .slick-slide {
        transform: scale(1);
        opacity: 1;
        margin: 0 4px;
        width: 100% !important;
    }

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

    .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.prev,
    .prtf-nav-btn.next {
        margin: 0;
        width: 44px;
        height: 44px;
    }
}

@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%, #ffffff 100%);
    padding: 100px 0;
}

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

.ai-photo-wrap {
    position: relative;
}

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

.ai-photo-frame img {
    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 / 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;
    gap: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgb(255 255 255 / 0.15);
    border: 1px solid rgb(255 255 255 / 0.3);
    backdrop-filter: blur(6px);
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 0.6rem;
}

.ai-photo-caption p {
    font-size: 0.85rem;
    color: rgb(255 255 255 / 0.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 / 0.25);
    z-index: 3;
    min-width: 130px;
}

.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: 0.72rem;
    color: rgb(255 255 255 / 0.7);
    margin-top: 3px;
    line-height: 1.4;
}

.ai-photo-content>p {
    color: var(--text2);
    font-size: 0.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 0.2s,
        background 0.2s;
}

.ai-mini-card:hover {
    border-color: var(--iphtech-orange-border);
    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: 0.3rem;
}

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

@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;
    }
}

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

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

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

.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;
    position: relative;
    z-index: 1;
    transition:
        border-color 0.25s,
        box-shadow 0.25s;
}

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

.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-family: var(--fh);
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    box-shadow: 0 8px 32px var(--iphtech-orange-glow);
}

.process-step h4 {
    font-family: var(--fh);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

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

.dti-section {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 70px 5% 50px;
}

.dti-connectors {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.dti-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.dti-blob-orange-tr {
    width: 250px;
    height: 250px;
    top: -150px;
    right: -100px;
    background: radial-gradient(circle at 30% 30%, #ff8a3d, #f2600c 70%);
    opacity: 0.9;
}

.dti-blob-blue-bl {
    width: 280px;
    height: 280px;
    bottom: -140px;
    left: -110px;
    background: radial-gradient(circle at 30% 30%, #4c86ff, #1a56db 70%);
    opacity: 0.9;
}

.dti-container {
    position: relative;
    z-index: 2;
    max-width: 1520px;
    margin: 0 auto;
}

.dti-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 1.75rem;
}

.dti-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: var(--c-orange);
    font-weight: 800;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.dti-eyebrow::before,
.dti-eyebrow::after {
    content: "";
    width: 38px;
    height: 2px;
    background: var(--c-orange);
}

.dti-header h2 {
    font-family: var(--fh);
    font-size: clamp(1.9rem, 4vw, 2.7rem);
    font-weight: 800;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;
    color: var(--c-navy);
}

.dti-header h2 span {
    color: var(--c-orange);
}

.dti-header p {
    color: var(--c-text2);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

.dti-checks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.2rem;
    flex-wrap: wrap;
    background: #f7f9fe;
    border-radius: 999px;
    padding: 0.8rem 2rem;
    max-width: 680px;
    margin: 0rem auto 0rem;
    box-shadow: 2px 2px 5px rgb(20 40 90 / 0.08);
}

.dti-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--c-navy);
}

.dti-check-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dti-check-dot svg {
    width: 11px;
    height: 11px;
    stroke: #fff;
    stroke-width: 3.5;
}

.dti-check .dti-check-dot {
    background: var(--c-blue);
}

.dti-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.95fr 1fr;
    gap: 0 20px;
    align-items: center;
}

.dti-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 3;
}

.dti-connectors {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.dti-card {
    background: #f7f9fe;
    border-radius: 14px;
    padding: 0.7rem 0.7rem;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 2px 2px 5px rgb(20 40 90 / 0.08);
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}

.dti-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgb(20 40 90 / 0.1);
}

.dti-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dti-card-icon svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    fill: none;
}

.icon-blue {
    background: linear-gradient(135deg, #2563eb, var(--c-blue-dark));
}

.icon-orange {
    background: #ee5735;
}

.dti-card-body {
    flex: 1;
    min-width: 0;
}

.dti-card-body h4 {
    font-family: var(--fh);
    font-size: 0.98rem;
    font-weight: 800;
    margin: 0 0 0;
    color: var(--c-navy);
    padding-bottom: 6;
}

.dti-card-body p {
    font-size: 0.8rem;
    color: var(--c-text2);
    margin: 0;
    line-height: 1.4;
}

.dti-card-arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.dti-card-arrow svg {
    width: 100%;
    height: 100%;
    stroke-width: 2.5;
}

.dti-col.left .dti-card:nth-child(odd) .dti-card-arrow svg {
    stroke: var(--c-blue);
}

.dti-col.left .dti-card:nth-child(even) .dti-card-arrow svg {
    stroke: var(--c-orange);
}

.dti-col.right .dti-card:nth-child(odd) .dti-card-arrow svg {
    stroke: var(--c-blue);
}

.dti-col.right .dti-card:nth-child(even) .dti-card-arrow svg {
    stroke: var(--c-orange);
}

.dti-center {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.dti-globe-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.dti-globe-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    mix-blend-mode: screen;
    opacity: 1;
}

.dti-globe-glow {
    position: absolute;
    inset: 0;
}

.dti-globe-text {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 82%;
}

.dti-globe-text .line1 {
    color: #fff;
    font-family: var(--fh);
    font-weight: 800;
    font-size: 1.35rem;
    line-height: 1.3;
}

.dti-globe-text .line2 {
    color: var(--c-orange);
    font-family: var(--fh);
    font-weight: 800;
    font-size: 1.35rem;
    line-height: 1.3;
}

.dti-globe-underline {
    width: 46px;
    height: 3px;
    background: var(--c-orange);
    margin: 0 auto 12px;
    border-radius: 2px;
}

.dti-features {
    display: flex;
    justify-content: center;
    gap: 0;
    position: absolute;
    bottom: 55px;
}

.dti-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 1.75rem;
    position: relative;
    width: 150px;
}

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

.dti-feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f7f9fe;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.6rem;
    box-shadow: 0 8px 20px rgb(20 40 90 / 0.08);
}

.dti-feature-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--c-blue);
    fill: none;
    stroke-width: 1.8;
}

.dti-feature span {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--c-navy);
    line-height: 1.4;
}

.dti-tagline {
    text-align: center;
    font-family: var(--fh);
    font-style: italic;
    font-weight: 700;
    color: var(--c-orange);
    font-size: 1.05rem;
    margin: 2rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.dti-tagline::before,
.dti-tagline::after {
    content: "";
    width: 40px;
    height: 1.5px;
    background: var(--c-orange);
    opacity: 0.5;
}

.dti-stats {
    margin-top: 2.75rem;
    background: #f5f9fe;
    border-radius: 20px;
    box-shadow:
        0 6px 20px rgb(40 116 252 / 0.18),
        inset 0 0 22px rgb(30 96 230 / 0.42);
    display: grid;
    grid-template-columns: repeat(4, 1fr) 1.3fr;
    align-items: center;
    padding: 1.5rem 1rem;
    gap: 0.5rem;
}

.dti-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 1rem;
    border-right: 1px solid var(--c-border);
}

.dti-stat-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}

.dti-stat-icon svg {
    width: 100%;
    height: 100%;
    stroke: var(--c-blue);
    fill: none;
    stroke-width: 1.8;
}

.dti-stat-num {
    font-family: var(--fh);
    font-weight: 800;
    font-size: 1.35rem;
    color: var(--c-orange);
    line-height: 1;
}

.dti-stat-label {
    font-size: 0.78rem;
    color: var(--c-text2);
    margin-top: 2px;
    font-weight: 600;
}

.dti-cta-wrap {
    text-align: end;
    padding-right: 1rem;
}

.dti-cta-btn {
    background: #ff5900;
    color: #fff;
    box-shadow: 0 4px 16px var(--iphtech-orange-glow);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.62rem 1.6rem;
    border-radius: 10px;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    white-space: nowrap;
    cursor: pointer;
    transition: all var(--iphtech-duration) var(--iphtech-ease);
}

.dti-cta-btn:hover {
    transform: translateY(-2px);
    color: #fff;
}

.dti-cta-btn svg {
    width: 15px;
    height: 15px;
    stroke: #fff;
    stroke-width: 2.5;
}

@media (max-width: 1200px) {
    .dti-connectors {
        display: none;
    }

    .dti-grid {
        grid-template-columns: 1fr;
    }

    .dti-col {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .dti-card {
        flex: 1 1 280px;
    }

    .dti-center {
        order: -1;
        margin-bottom: 2rem;
    }

    .dti-globe-wrap {
        max-width: 320px;
    }
}

@media (max-width: 768px) {
    .dti-section {
        padding: 50px 5% 40px;
    }

    .dti-checks {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 16px;
        gap: 0.9rem;
        margin-bottom: 15px;
    }

    .dti-col {
        flex-direction: column;
    }

    .dti-stats {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .dti-stat {
        border-right: none;
        padding: 0;
    }

    .dti-cta-wrap {
        grid-column: 1 / -1;
        padding-left: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .dti-features {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .dti-feature:not(:last-child)::after {
        display: none;
    }

    .texp-cta-left {
        flex: 1 1 0px !important;
    }

    .dti-col {
        display: block !important;
    }

    .dti-card {
        margin-bottom: 15px !important;
    }
}

.dti-card {
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

.dti-tooltip {
    position: absolute;
    z-index: 60;
    width: 270px;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: 14px;
    padding: 1.1rem 1.25rem;
    box-shadow: 0 24px 54px rgb(20 40 90 / 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
    pointer-events: none;
}

.dti-tooltip.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.dti-tooltip::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    border-left: 1px solid var(--c-border);
    border-bottom: 1px solid var(--c-border);
    top: 20px;
    transform: rotate(45deg);
}

.dti-tooltip.side-right::before {
    left: -8px;
}

.dti-tooltip.side-left::before {
    right: -8px;
    transform: rotate(225deg);
}

.dti-tooltip h5 {
    font-family: var(--fh);
    font-size: 1rem;
    font-weight: 800;
    color: var(--c-navy);
    margin: 0 0 0.4rem;
}

.dti-tooltip p {
    font-size: 0.83rem;
    color: var(--c-text2);
    line-height: 1.55;
    margin: 0 0 0.75rem;
}

.dti-tooltip ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dti-tooltip ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.78rem;
    color: var(--c-navy);
    font-weight: 600;
    line-height: 1.4;
}

.dti-tooltip ul li::before {
    content: "✓";
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--c-orange);
    color: #fff;
    font-size: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.dti-tooltip-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    background: var(--c-orange);
    padding: 0.55rem 1.1rem;
    border-radius: 8px;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.dti-tooltip-link:hover {
    background: var(--c-orange-dark);
    color: #fff;
    transform: translateY(-1px);
}

.dti-tooltip-link svg {
    width: 13px;
    height: 13px;
    stroke: #fff;
    stroke-width: 2.5;
}

@media (max-width: 1200px) {
    .dti-tooltip {
        display: none;
    }
}

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

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

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

.tech-cat-btn.active,
.tech-cat-btn:hover {
    background: var(--iphtech-orange-pale);
    border-color: var(--iphtech-orange-border);
    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: 0.85rem;
    font-weight: 500;
    color: var(--text2);
    background: var(--iphtech-surface);
    transition: all 0.2s;
    cursor: default;
}

.tech-badge:hover {
    border-color: rgb(26 86 219 / 0.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;
}

.clients-section {
    padding: 70px 0 50px;
    overflow: hidden;
    background: #f2f5f6;
}

.clients-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 3rem;
}

.clients-marquee-row {
    overflow: hidden;
    position: relative;
}

.clients-marquee-row:last-child {
    margin-bottom: 0;
}

.clients-track {
    display: flex;
    gap: 20px;
    width: max-content;
}

.clients-track.left {
    animation: clients-scroll-left 28s linear infinite;
}

.clients-track.right {
    animation: clients-scroll-right 28s linear infinite;
}

@keyframes clients-scroll-left {
    0% {
        transform: translateX(0);
    }

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

@keyframes clients-scroll-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.client-card {
    flex-shrink: 0;
    width: 260px;
    padding: 1.75rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    transition: all 0.25s;
}

.client-card:hover {
    border-color: var(--iphtech-orange-border);
}

.client-card img {
    max-width: 100%;
    max-height: 45px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.65;
    transition: all 0.25s;
}

.client-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.clients-marquee-row {
    background: #f2f5f6;
}

.clients-marquee-row::before,
.clients-marquee-row::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

@media (max-width: 900px) {
    .client-card {
        width: 200px;
        min-height: 90px;
        padding: 1.25rem;
    }
}

.clients-marquee-row {
    border-top: 1px solid #efefef;
}

.clients-marquee-row:last-child {
    border-bottom: 1px solid #efefef;
}

.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 0.25s;
}

.testi-card:hover {
    box-shadow: 0 16px 48px rgb(0 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: 0.25;
}

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

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

.testi-card blockquote {
    font-size: 0.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: 0.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: 0.9rem;
    font-weight: 700;
    color: var(--text);
}

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

.testimonials-hscroll {
    background: var(--iphtech-surface);
    padding: 70px 0 50px;
    overflow: hidden;
}

.testimonials-hscroll .container {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.th-viewport {
    overflow: hidden;
    width: 100%;
}

.th-track {
    display: flex;
    gap: 24px;
    width: max-content;
    padding: 4px 6% 40px 6%;
    will-change: transform;
}

.th-card {
    position: relative;
    flex: 0 0 400px;
    width: 400px;
    min-height: 420px;
    border-radius: 20px;
    background: #fff;
    border: 1.5px solid var(--border);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition:
        border-color 0.3s,
        box-shadow 0.3s;
}

.th-card:hover {
    border-color: var(--iphtech-orange-border);
}

.th-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    transition: opacity 0.35s ease;
}

.th-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px var(--border);
}

.th-quote {
    position: relative;
    z-index: 2;
    font-size: 0.92rem;
    color: var(--text2);
    line-height: 1.75;
    font-style: italic;
    margin-top: 1rem;
    transition: opacity 0.3s ease;
}

.th-footer {
    position: relative;
    z-index: 2;
    margin-top: 1.5rem;
    transition: color 0.35s ease;
}

.th-name {
    font-family: var(--fh);
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text);
}

.th-role {
    font-size: 0.78rem;
    color: var(--text3);
    margin-top: 2px;
    transition: color 0.35s ease;
}

.th-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: var(--th-media);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.08);
    transition:
        opacity 0.4s ease,
        transform 0.5s ease;
}

.th-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #fff0 35%, rgb(0 0 0 / 0.78) 100%);
    pointer-events: none;
}

.th-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
}

.th-card:hover .th-media {
    opacity: 1;
    transform: scale(1);
}

.th-card:hover .th-quote {
    opacity: 0;
    pointer-events: none;
}

.th-card:hover .th-name,
.th-card:hover .th-role {
    color: #fff;
}

.th-card:hover .th-avatar {
    border-color: #fff;
}

.th-card.th-playing .th-media {
    opacity: 1;
    transform: scale(1);
}

.th-card.th-playing .th-quote {
    opacity: 0;
    pointer-events: none;
}

.th-card.th-playing .th-name,
.th-card.th-playing .th-role {
    color: #fff;
}

.th-card.th-playing .th-avatar {
    border-color: #fff;
}

.th-card.th-playing .th-play {
    opacity: 0;
    pointer-events: none;
}

.th-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgb(255 255 255 / 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
    transition:
        opacity 0.4s ease 0.08s,
        transform 0.4s ease 0.08s;
    border: none;
    cursor: pointer;
}

.th-card:hover .th-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.th-play svg {
    width: 16px;
    height: 16px;
    fill: var(--iphtech-orange);
    margin-left: 2px;
}

@media (max-width: 768px) {
    .testimonials-hscroll {
        padding: 60px 0;
    }

    .th-viewport {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    .th-track {
        padding: 4px 6% 24px 5%;
    }

    .th-card {
        scroll-snap-align: start;
        width: 82vw;
        flex-basis: 82vw;
        min-height: 380px;
    }

   
}

.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;
    position: relative;
}

.cs2-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    background: #e4ecfd;
    color: var(--c-blue);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.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: -0.01em;
    margin: 0;
    color: var(--c-navy);
}

.cs2-header h2 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-features {
    display: flex;
}

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

.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 0 0rem;
    line-height: 1.3;
    padding-bottom: 5px;
}

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

.cs2-illustration {
    position: relative;
    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%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 45px rgb(26 86 219 / 0.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;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgb(20 40 90 / 0.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 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    border: 1px solid #e5ecf8;
}

.cs2-standards-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--c-navy);
    line-height: 1.35;
    flex: 0 0 auto;
}

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

.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: 0.45rem 0.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);
    color: var(--c-navy);
    font-weight: 800;
    font-size: 0.62rem;
    letter-spacing: -0.02em;
}

.cs2-badge-icon.soc {
    background: var(--c-blue);
    border-color: var(--c-blue);
    color: #fff;
    font-size: 0.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: 0.82rem;
    font-weight: 800;
    color: var(--c-navy);
    line-height: 1.8;
}

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

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

.cs2-lifecycle-header h3 {
    font-size: clamp(1.2rem, 2.2vw, 1.55rem);
    font-weight: 800;
    color: var(--c-navy);
    margin: 0;
}

.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 {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid #d5dffc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
}

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

.cs2-step h5 {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--c-navy);
    margin: 0 0 0rem;
}

.cs2-step p {
    font-size: 0.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;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.75rem;
    padding: 1.3rem 1.2rem;
}

.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 0 0rem;
    padding-bottom: 5px;
}

.cs2-trust-main p {
    font-size: 0.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: 0.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 {
        display: none;
    }

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

    .cs2-step-arrow {
        display: none;
    }
}

@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-section {
    padding: 90px 0;
}

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

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

.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 / 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: 0.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: 0.8rem;
    color: var(--text3);
}

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

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

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

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

.iphtech-honours-text p {
    font-size: clamp(14px, 0.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;
    }
}

.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 / 0.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: 0.3;
}

.cta-glow-blue {
    width: 380px;
    height: 380px;
    bottom: -170px;
    right: -110px;
    background: radial-gradient(circle, var(--c-blue) 0%, transparent 70%);
    opacity: 0.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 / 0.12);
    color: var(--c-orange);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 999px;
    margin-bottom: 1.5rem;
    border: 1px solid rgb(242 96 12 / 0.3);
}

.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: -0.02em;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 1.1rem;
}

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

.cta-section p {
    font-size: 1.02rem;
    color: rgb(255 255 255 / 0.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-white {
    background: var(--c-orange);
    color: #fff;
    font-family: var(--fb);
    font-weight: 700;
    font-size: 0.92rem;
    padding: 0.9rem 2.1rem;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    box-shadow: 0 10px 26px rgb(242 96 12 / 0.3);
}

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

.btn-outline-white {
    background: #fff0;
    color: #fff;
    font-family: var(--fb);
    font-weight: 600;
    font-size: 0.92rem;
    padding: 0.9rem 2.1rem;
    border: 1.5px solid rgb(255 255 255 / 0.25);
    border-radius: 9px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}

.btn-outline-white:hover {
    border-color: rgb(255 255 255 / 0.6);
    background: rgb(255 255 255 / 0.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 rgb(255 255 255 / 0.1);
}

.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: 0.83rem;
    font-weight: 600;
    color: rgb(255 255 255 / 0.75);
}

@media (max-width: 520px) {
    .cta-section {
        padding: 70px 6%;
    }

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

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

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

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

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

    .hero-visual {
        display: none;
    }

    .services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .split {
        grid-template-columns: 1fr;
    }

    .work-grid {
        grid-template-columns: 1fr 1fr;
    }

    .process-grid {
        grid-template-columns: 1fr 1fr;
    }

    .industry-scroll {
        grid-template-columns: 1fr 1fr;
    }

    .testi-grid {
        grid-template-columns: 1fr;
    }
}

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

.home-blog-section {
    background: #dce7f9;
    padding: 70px 0 50px;
}

.tech-badge.hide {
    display: none;
}

.homefaq {
    padding: 70px 0 50px;
}

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

.homefaq-img-wrap {
    position: relative;
}

.homefaq-img-wrap img {
    width: 100%;
    border-radius: 20px;
    display: block;
    box-shadow: 0 30px 70px rgb(0 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 / 0.3);
}

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

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

.homefaq-content {
    text-align: left;
}

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

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

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

@media (max-width: 900px) {
    .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 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 {
    position: absolute;
    inset: 12.5%;
    border-radius: 50%;
    overflow: hidden;
    animation: aiol-spin 14s linear infinite;
}

.aiol-gradient-disc {
    position: absolute;
    inset: -20%;
    border-radius: 50%;
    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, 0.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 {
    position: absolute;
    inset: 12.5%;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle at 50% 50%,
            #060a1e 0%, #060a1e 44%,
            rgba(6, 10, 30, 0.88) 54%,
            rgba(6, 10, 30, 0.5) 64%,
            rgba(6, 10, 30, 0.08) 76%,
            transparent 88%);
}

.aiol-disc-edge {
    position: absolute;
    inset: 12.5%;
    border-radius: 50%;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.aiol-label {
    position: absolute;
    inset: 12.5%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    pointer-events: none;
}

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

.aiol-label .aiol-sub {
    margin-top: 0px;
    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(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.aiol-comet-group {
    animation: aiol-spin 14s linear infinite;
    transform-origin: 280px 280px;
}
/* ============================= AI ORCHESTRATION LAYER ============================= */
.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}

/* ---------- LEFT: CONTENT ---------- */
.aiorc-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--aiorc-orange);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-heading span{color:var(--aiorc-orange)}

.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-actions svg{width:14px;height:14px}

/* ---------- RIGHT: DIAGRAM ---------- */
.aiorc-diagram-wrap{position:relative}

.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}

/* connectors: dashed line + arrowhead + a small flowing pulse dot */
.aiorc-conn-top,.aiorc-conn-bottom{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-top::before,.aiorc-conn-bottom::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-top::after,.aiorc-conn-bottom::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{content:'';position:absolute;right:-1px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid var(--aiorc-blue)}
.aiorc-conn-right::after{content:'';position:absolute;right:-1px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;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:aiorcFlowV 2.6s ease-in-out infinite}
.aiorc-conn-bottom .aiorc-flow-dot{left:50%;transform:translateX(-50%);background:var(--aiorc-orange);box-shadow:0 0 8px var(--aiorc-orange);animation:aiorcFlowV 2.6s ease-in-out infinite .4s}
.aiorc-conn-left .aiorc-flow-dot{top:50%;transform:translateY(-50%);animation:aiorcFlowH 2.6s ease-in-out infinite .2s}
.aiorc-conn-right .aiorc-flow-dot{top:50%;transform:translateY(-50%);background:var(--aiorc-orange);box-shadow:0 0 8px var(--aiorc-orange);animation:aiorcFlowH 2.6s ease-in-out infinite .6s}

@keyframes aiorcFlowV{0%{top:6%;opacity:0}20%{opacity:1}80%{opacity:1}100%{top:94%;opacity:0}}
@keyframes aiorcFlowH{0%{left:6%;opacity:0}20%{opacity:1}80%{opacity:1}100%{left:94%;opacity:0}}

/* ---------- CENTER: rotating orbit + core ---------- */
.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:aiorcSpin 26s linear infinite}
.aiorc-orbit-inner{inset:-18px;border:1.5px dashed rgba(242,96,12,.32);animation:aiorcSpin 18s linear infinite reverse}

.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;background:var(--aiorc-orange);box-shadow:0 0 8px var(--aiorc-orange)}

/* 6 dots around the outer ring (0°,60°,120°...) */
.aiorc-orbit-outer .d1{left:100%;top:50%;transform:translate(-50%,-50%)}
.aiorc-orbit-outer .d2{left:75%;top:6.7%;transform:translate(-50%,-50%)}
.aiorc-orbit-outer .d3{left:25%;top:6.7%;transform:translate(-50%,-50%)}
.aiorc-orbit-outer .d4{left:0%;top:50%;transform:translate(-50%,-50%)}
.aiorc-orbit-outer .d5{left:25%;top:93.3%;transform:translate(-50%,-50%)}
.aiorc-orbit-outer .d6{left:75%;top:93.3%;transform:translate(-50%,-50%)}
/* 4 dots around the inner ring (45°,135°...) */
.aiorc-orbit-inner .d1{left:85.4%;top:14.6%;transform:translate(-50%,-50%)}
.aiorc-orbit-inner .d2{left:14.6%;top:14.6%;transform:translate(-50%,-50%)}
.aiorc-orbit-inner .d3{left:14.6%;top:85.4%;transform:translate(-50%,-50%)}
.aiorc-orbit-inner .d4{left:85.4%;top:85.4%;transform:translate(-50%,-50%)}

@keyframes aiorcSpin{from{transform:rotate(0deg)}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;text-align:center;overflow:hidden;
  animation:aiorcPulse 5s ease-in-out infinite;
}
.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{font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;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-orbit-outer,.aiorc-orbit-inner,.aiorc-core,.aiorc-flow-dot{animation:none !important}
}

/* ---------- PANELS ---------- */
.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-panel-label{font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;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;text-align:center}
.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;background:#e4ecfd;color:var(--aiorc-blue);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;color:var(--aiorc-navy);line-height:1.3}

/* ---------- BOTTOM FEATURE STRIP ---------- */
.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 ease,box-shadow .25s ease,border-color .25s ease}
.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;color:var(--aiorc-navy);margin:0 0 .4rem;line-height:1.3}
.aiorc-feature p{font-size:.82rem;color:var(--aiorc-text2);line-height:1.6;margin:0}

.aiorc-feature.f-blue .aiorc-feature-ico{background:#e4ecfd;color:var(--aiorc-blue)}
.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}

/* ---------- RESPONSIVE ---------- */
@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-top,.aiorc-conn-bottom,.aiorc-conn-left,.aiorc-conn-right{display:none}
  .aiorc-core-wrap{margin:0px auto;width:290px;height:290px}
  .aiorc-core{width:164px;height:164px}
  .aiorc-core-title{font-size:1rem}
  .aiorc-items-row{grid-template-columns:repeat(2,1fr)}
  .aiorc-features{grid-template-columns:repeat(2,1fr)}
  .cs2-badges {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.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 0px !important;}
}