/* banner one css here */
.iphtech-hero-chip-row{
    margin-bottom:20px;
}
.iphtech-hero-section::after {
    content: '';
    position: absolute;
    bottom: -120px;
    left: -60px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--iphtech-orange-tint) 0%, transparent 65%);
    pointer-events: none;
}

.iphtech-hero-inner {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 3rem;
    align-items: center;
}

.iphtech-hero-section{
    background: linear-gradient(155deg,var(--iphtech-surface) 0%, var(--iphtech-blue-extra-pale) 55%, var(--iphtech-orange-pale) 100%);
    overflow: hidden;
}

.hero-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(var(--iphtech-dk-ink) 1.5px,transparent 1.5px);
    background-size: 28px 28px;
    opacity: .55;
    pointer-events: none;
}
.iphtech-hero-heading{
    color: var(--iphtech-dk-surface);
}
.iphtech-hero-subtitle{
    color: var(--iphtech-dk-ink-4);
}

.iphtech-hero-chip{
    color:var(--iphtech-orange);
    background-color: var(--iphtech-orange-pale);
    border:1px solid var(--iphtech-orange-border);
}
.iphtech-hero-heading em {
    color:  var(--iphtech-orange) !important;
    background:none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background-clip: initial;
}

/* banner 2 start here */
.hero {
    background: linear-gradient(135deg, #020727 0%, #00050c 50%, #000c27 100%);
    border-bottom: 1px solid var(--iphtech-border);
    position: relative;
    overflow: hidden;
    padding: 90px 0 80px;
}
.space-bottom-pill {
    margin-bottom:25px;
}
.hero::before {
    content: '';
    position: absolute;
    right: -120px;
    top: -120px;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 89, 0, .1) 0%, transparent 65%);
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    left: -80px;
    bottom: -80px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 89, 0, .06) 0%, transparent 65%);
    pointer-events: none;
}

.hero h1 {
    font-size: clamp(2rem, 3.5vw, 3.1rem);
    letter-spacing: -.04em;
    color: #fff;
    margin-bottom: 1.25rem;
    animation: fadeSlideUp .65s ease .1s both;
    font-weight: 900;
}

.hero h1 em {
    font-style: normal;
    color: var(--iphtech-orange);
}

.hero-desc {
    color: rgb(248, 248, 248);
    margin-bottom: 2.1rem;
    animation: fadeSlideUp .65s ease .2s both;
}

.hero-btns {
    animation: fadeSlideUp .65s ease .3s both;
}

.btn-primary-brand {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--iphtech-orange);
    color: #fff;
    padding: .72rem 1.6rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: .88rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .2s, box-shadow .2s, transform .2s;
}


.btn-primary-brand:hover {
    background: var(--iphtech-orange-light);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(220, 81, 6, 0.38);
}

.btn-outline-brand {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: transparent;
    color: var(--iphtech-orange);
    padding: .78rem 2rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: .88rem;
    text-decoration: none;
    border: 2px solid #6c442d;
    transition: all .2s;
}

.btn-outline-brand:hover {
    background: var(--iphtech-orange-tint);
    color: var(--iphtech-orange);
    border-color: var(--iphtech-orange);
    transform: translateY(-2px);
}

.hero-img-wrap {
    position: relative;
    animation: fadeSlideUp .7s ease .15s both;
}

.hero-img-wrap img {
    width: 100%;
    display: block;
}

.hero-img-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(19, 18, 18, 0.32);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .12), inset 0 1px 0 rgba(255, 255, 255, .35);
    overflow: hidden;
    z-index: 5;
}

.hero-img-badge::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .25), rgba(255, 255, 255, .02));
    pointer-events: none;
}

.hero-img-badge-1 {
    bottom: -20px;
    left: 20px;
}

.hero-img-badge-2 {
    max-height: 70px;
    bottom: 30px;
    right: 0px;
}

.hero-img-badge .hb-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--iphtech-orange);
    font-size: 1.15rem;
    background: rgba(255, 255, 255, .18);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 4px 14px rgba(0, 0, 0, .08);
}

.hero-img-badge .hb-stat {
    font-size: .8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.hero-img-badge .hb-sub {
    font-size: .67rem;
    color: rgb(142, 146, 141);
}

.phone-tag{
    z-index: 100;
}

.iphtech-sidebar-panel {
    position: sticky !important;
    border: 1px solid var(--iphtech-orange-border);
    padding: 15px;
    background-color: var(--iphtech-surface);
}
.iphtech-sidebar-cta-card {
    background-color: var(--iphtech-orange-pale);
    border: 1px solid var(--iphtech-orange-border);
    border-radius: var(--iphtech-radius-md);
}
.iphtech-toc-step-number {
    color: var(--iphtech-ink-4);
    padding: 1px 8px;
    background-color: var(--iphtech-orange-pale);
    border: 1px solid var(--iphtech-orange-border);
}

.iphtech-section-card {
    border: 1px solid var(--iphtech-orange-border);
}
.iphtech-stats-grid{
    gap:10px;
    grid-template-columns: repeat(3, 1fr);
}
.iphtech-stat-card {
    border: 1px solid var(--iphtech-orange-border);
}

.iphtech-toc-nav a:hover, .iphtech-toc-nav a.is-active {
    color: var(--iphtech-orange);
    background: var(--iphtech-orange-pale);
    border-left-color: var(--iphtech-orange-light);
    font-weight: 700;
}
.iphtech-toc-nav a.is-active .iphtech-toc-step-number {
    background: var(--iphtech-brand-org-tint);
    border-color: var(--iphtech-orange);
    color: var(--iphtech-orange);
}
.iphtech-button-primary {
    background: var(--iphtech-orange);
}
.iphtech-button-primary:hover {
    background: var(--iphtech-orange-dark);
    box-shadow: 0px 0px 10px var(--iphtech-orange-light);
}

.iphtech-toc-nav {
    scrollbar-color: var( --iphtech-orange-border ) transparent;
}
.iphtech-section-eyebrow {
    color: var(--iphtech-orange);
}
.iphtech-section-eyebrow::before{
    background-color: var(--iphtech-orange);
}

.ov-val.ac {
    color:var(--iphtech-orange) ;
}
.ch-item {
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
    background: var(--iphtech-surface);
    border: 1px solid var(--iphtech-border);
    border-radius: 10px;
    padding: 1.1rem 1.4rem;
    box-shadow: var(--iphtech-shadow-sm);
    transition: border-color .2s, box-shadow .2s;
}

.ch-item:hover {
    border-color: var(--iphtech-orange-border);
    box-shadow: 0 4px 16px var(--iphtech-brand-org-glow);
}

.iphtech-card-icon {
    background: var(--iphtech-brand-org-tint);
    border: 1px solid var(--iphtech-brand-org-border);
}
.iphtech-badge-brand {
    background: var(--iphtech-brand-org-tint);
    color: var(--iphtech-brand-org-dark);
    border: 1px solid var(--iphtech-brand-org-border);
}
.iphtech-card{
    background-color:var(--iphtech-surface);
    border:1px solid var(--iphtech-orange-border)
}
.iphtech-card:hover{
    background-color:var(--iphtech-orange-pale);
    border:1px solid var( --iphtech-orange-glow)
}
.iphtech-card::after {
    background: linear-gradient(90deg, var(--iphtech-brand-org), transparent);
}
.iphtech-guideline-card {
    background-color:var(--iphtech-surface);
    border:1px solid var(--iphtech-orange-border)
}

.iphtech-stat-card::after {
    background: linear-gradient(90deg, var(--iphtech-brand-org), rgba(0, 0, 0, 0));
}
.iphtech-stat-card {
    background-color:var(--iphtech-surface);
    border:1px solid var(--iphtech-orange-border)
}
.iphtech-stat-card:hover{
    background-color:var(--iphtech-orange-pale);
    border:1px solid var( --iphtech-orange-tint)
}

.iphtech-stat-number {
    color: var(--iphtech-brand-org);
}
    /* ── Hero phone cluster ── */
    .hero-phones {
        position: relative;
        height: 460px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .phone-wrap {
        position: absolute;
    }

    .phone-wrap img {
        width: 100%;
        border-radius: 28px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
        border: 7px solid #1a1208;
        background: #000;
    }

    .phone-wrap.p1 {
        left: 0;
        top: 30px;
        transform: rotate(-8deg);
        z-index: 2;
        width: 185px;
    }

    .phone-wrap.p2 {
        left: 130px;
        top: 0;
        transform: rotate(-2deg);
        z-index: 3;
        width: 200px;
    }

    .phone-wrap.p3 {
        right: 0;
        top: 50px;
        transform: rotate(7deg);
        z-index: 2;
        width: 178px;
    }

    .phone-tag {
        position: absolute;
        background: var(--iphtech-surface);
        border: 1px solid var(--iphtech-border);
        border-radius: var(--iphtech-radius-sm);
        padding: .5rem .875rem;
        font-size: .72rem;
        font-weight: 700;
        color: var(--iphtech-ink);
        box-shadow: var(--iphtech-shadow-md);
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: .4rem;
    }

    .phone-tag .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--iphtech-orange);
        flex-shrink: 0;
    }

    .phone-tag.t1 {
        bottom: 30px;
        left: 10px;
    }

    .phone-tag.t2 {
        top: 10px;
        right: 10px;
    }

    /* Hero action buttons */
    .hero-btn-row {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

   /* ─── OVERVIEW GRID ─── */
.ov-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--iphtech-border);
    border-radius: var(--iphtech-radius-md);
    overflow: hidden;
    box-shadow: var(--iphtech-shadow-sm);
}

.ov-cell {
    background: var(--iphtech-surface-2);
    padding: 1.25rem 1.5rem;
    border-right: 1px solid var(--iphtech-border);
    border-bottom: 1px solid var(--iphtech-border);
    transition: background .2s;
}

.ov-cell:hover {
    background: #fff;
}

.ov-cell:nth-child(even) {
    border-right: none;
}

.ov-cell:nth-last-child(-n+2) {
    border-bottom: none;
}

.ov-lbl {
    font-size: .63rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: var(--iphtech-ink-4);
    margin-bottom: .38rem;
}

.ov-val {
    font-size: .9rem;
    font-weight: 500;
    color: var(--iphtech-ink-2);
}

.ov-val.ac {
    color: var(--iphtech-orange);
    font-weight: 700;
}

/* ─── SCREENS SECTION ─── */
.screens-section {
    background: linear-gradient(135deg, var(--bg-2) 0%, #fff7f0 100%);
    border: 1px solid var(--iphtech-border);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}

.screens-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 89, 0, .07) 0%, transparent 65%);
    pointer-events: none;
}

.screen-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .9rem;
}

.screen-card {
    background: var(--bg);
    border: 1px solid var(--iphtech-border);
    border-radius: 13px;
    padding: 1.4rem;
    transition: all .22s;
}

.screen-card:hover {
    border-color: var(--iphtech-orange-border);
    background: #fff7f0;
    transform: translateY(-3px);
    box-shadow: var(--iphtech-shadow-sm);
}

.sc-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--iphtech-orange-tint);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .85rem;
    color: var(--iphtech-orange);
    padding: 7px;
}

.sc-title {
    color: var(--iphtech-ink);
    font-size: .87rem;
    font-weight: 700;
    margin-bottom: .3rem;
}

.sc-desc {
    color: var(--iphtech-ink-3);
    font-size: .76rem;
    line-height: 1.65;
}


/* ─── PALETTE ─── */
.palette-row {
    display: flex;
    gap: 1.1rem;
    flex-wrap: wrap;
    align-items: flex-end;
}

.palette-swatch {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}

.swatch-circle {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 2px solid var(--iphtech-border);
    box-shadow: var(--iphtech-shadow-sm);
    transition: transform .2s, box-shadow .2s;
}

.swatch-circle:hover {
    transform: scale(1.1);
    box-shadow: var(--shadow-md);
}

.swatch-label {
    font-size: .63rem;
    color: var(--iphtech-ink-3);
    font-weight: 600;
    letter-spacing: .04em;
}
/* ─── TECH GRID ─── */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.tech-card {
    background: var(--bg-2);
    border: 1px solid var(--iphtech-border);
    border-radius: var(--iphtech-radius-md);
    padding: 1.4rem;
    box-shadow: var(--iphtech-shadow-sm);
    transition: all .25s;
    position: relative;
    overflow: hidden;
}

.tech-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--iphtech-orange), transparent);
    opacity: 0;
    transition: opacity .25s;
}

.tech-card:hover {
    border-color: var(--iphtech-orange-border);
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.tech-card:hover::before {
    opacity: 1;
}

.tech-card-label {
    font-size: .61rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--iphtech-orange);
    margin-bottom: .28rem;
}

.tech-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--iphtech-ink);
    margin-bottom: .38rem;
    letter-spacing: -.02em;
}

.tech-card p {
    font-size: .8rem;
    color: var(--iphtech-ink-3);
    line-height: 1.65;
}

.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin-top: .75rem;
}

.tech-tag {
    padding: .27rem .65rem;
    border-radius: 100px;
    background: var(--iphtech-orange-tint);
    border: 1px solid var(--iphtech-orange-border);
    font-size: .63rem;
    font-weight: 600;
    color: var(--iphtech-orange-light);
}

.tech-num {
    font-size: 2.8rem;
    font-weight: 900;
    color: rgba(255, 89, 0, .06);
    font-family: 'Lato', sans-serif;
    line-height: 1;
    position: absolute;
    top: .5rem;
    right: 1rem;
    pointer-events: none;
    user-select: none;
}

/* ─── PROCESS ─── */
.proc-steps {
    display: flex;
    flex-direction: column;
}

.proc-step {
    display: flex;
    gap: 1.4rem;
    padding-bottom: 1.85rem;
}

.proc-step:last-child {
    padding-bottom: 0;
}

.ps-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 46px;
}

.ps-num {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--bg-2);
    border: 2px solid var(--iphtech-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    font-weight: 700;
    color: var(--iphtech-orange);
    flex-shrink: 0;
    transition: background .2s, color .2s;
}

.proc-step:hover .ps-num {
    background: var(--iphtech-orange);
    color: #fff;
}

.ps-line {
    width: 1px;
    flex: 1;
    background: var(--iphtech-border);
    margin-top: .4rem;
}

.proc-step:last-child .ps-line {
    display: none;
}

.ps-content {
    padding-top: .7rem;
}

.ps-title {
    font-size: .93rem;
    font-weight: 700;
    color: var(--iphtech-ink);
    margin-bottom: .32rem;
}

.ps-desc {
    font-size: .85rem;
    color: var(--iphtech-ink-3);
    line-height: 1.78;
}

/* ─── TESTIMONIAL — INLINE VIDEO REDESIGN ─── */
.testimonial-section {
    position: relative;
}

.testimonial-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--iphtech-border);
    min-height: 420px;
}

/* LEFT: Quote panel */
.test-quote-panel {
    background: linear-gradient(145deg, #0f0f13 0%, #1a1208 60%, #0f0a05 100%);
    padding: 2.75rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.test-quote-panel::before {
    content: '\201C';
    position: absolute;
    top: -28px;
    left: 18px;
    font-size: 11rem;
    line-height: 1;
    color: rgba(255, 89, 0, .1);
    font-family: Georgia, serif;
    pointer-events: none;
}

.test-quote-panel::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 89, 0, .12) 0%, transparent 65%);
    pointer-events: none;
}

.test-tag-new {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: rgba(255, 89, 0, .15);
    color: var(--iphtech-orange);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: .32rem .9rem;
    border-radius: 100px;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 89, 0, .25);
    width: fit-content;
    position: relative;
    z-index: 2;
}

.test-quote-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, .85);
    line-height: 1.95;
    font-style: italic;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
    flex: 1;
}

.test-author-row {
    display: flex;
    align-items: center;
    gap: .9rem;
    position: relative;
    z-index: 2;
}

.test-avatar-new {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--iphtech-orange), var(--iphtech-orange-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    font-weight: 700;
    color: #fff;
    border: 2px solid rgba(255, 89, 0, .35);
    flex-shrink: 0;
}

.test-name-new {
    font-weight: 700;
    color: #fff;
    font-size: .9rem;
}

.test-role-new {
    font-size: .72rem;
    color: rgba(255, 255, 255, .45);
    margin-top: .1rem;
}

/* RIGHT: Video panel */
.test-video-panel {
    background: #0a0a0e;
    position: relative;
    display: flex;
    flex-direction: column;
}

.test-video-header {
    padding: 1.1rem 1.4rem;
    background: rgba(255, 255, 255, .04);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.test-video-header-title {
    display: flex;
    align-items: center;
    gap: .55rem;
    font-size: .75rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .7);
    letter-spacing: .06em;
}

.live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef4444;
    animation: livePulse 1.5s ease-in-out infinite;
}

@keyframes livePulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .5;
        transform: scale(.8);
    }
}

.test-video-duration {
    font-size: .7rem;
    color: rgba(255, 255, 255, .35);
    font-weight: 600;
    letter-spacing: .04em;
}

.test-video-wrap {
    flex: 1;
    position: relative;
    background: #000;
    min-height: 0;
    border-radius: 10px;
}

/* Video thumbnail overlay (shows before play) */
.test-video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    z-index: 3;
    cursor: pointer;
    transition: opacity .4s ease, visibility .4s ease;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
        url('https://iphtechnologies.com/wp-content/uploads/2026/04/Obi-Onyejekwe-scaled-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
}

.test-video-overlay.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.test-video-overlay-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(255, 89, 0, .08) 0%, transparent 65%);
}

.play-btn-large {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--iphtech-orange), #f59b63);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 1rem;
    cursor: pointer;
    border: none;
    position: relative;
    z-index: 2;
    box-shadow: 0 6px 28px rgba(255, 89, 0, .45);
    transition: transform .25s, box-shadow .25s;
}

.play-btn-large:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 40px rgba(255, 89, 0, .6);
}

.play-ring-outer {
    position: absolute;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 2px solid rgba(255, 89, 0, .3);
    animation: pulseRingLg 2s ease-in-out infinite;
    z-index: 1;
}

.play-ring-outer2 {
    position: absolute;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 1px solid rgba(255, 89, 0, .15);
    animation: pulseRingLg 2s ease-in-out .5s infinite;
    z-index: 1;
}

@keyframes pulseRingLg {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

.overlay-label {
    font-size: .8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .7);
    letter-spacing: .08em;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.overlay-sublabel {
    font-size: .7rem;
    color: rgba(255, 255, 255, .35);
    margin-top: .25rem;
    position: relative;
    z-index: 2;
}

.test-inline-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    min-height: 280px;
}

.test-video-footer {
    padding: .85rem 1.2rem;
    background: rgba(255, 255, 255, .03);
    border-top: 1px solid rgba(255, 255, 255, .06);
    display: flex;
    align-items: center;
    gap: .6rem;
}

.vf-label {
    font-size: .7rem;
    color: rgba(255, 255, 255, .4);
    flex: 1;
}

.vf-brand {
    font-size: .7rem;
    font-weight: 700;
    color: var(--iphtech-orange);
}

/* ─── CALLOUT ─── */
.callout-highlight {
    background: var(--iphtech-orange-tint);
    border: 1px solid var(--iphtech-orange-border);
    border-left: 4px solid var(--iphtech-orange);
    border-radius: 10px;
    padding: 1.15rem 1.5rem;
    font-size: .88rem;
    font-weight: 500;
    color: var(--iphtech-ink-2);
    line-height: 1.78;
}


/* ─── RESULTS ─── */
.res-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.res-card {
    background: #000;
    border: 1px solid var(--iphtech-border);
    border-radius: var(--iphtech-radius-md);
    padding: 1.75rem 1.25rem;
    text-align: center;
    box-shadow: var(--iphtech-shadow-sm);
    transition: all .22s;
    position: relative;
    overflow: hidden;
}

.res-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--iphtech-orange), rgba(255, 89, 0, .2));
}

.res-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--iphtech-orange-border);
}

.res-num {
    font-family: 'Lato', sans-serif;
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 1;
    display: block;
    margin-bottom: .5rem;
    color: var(--iphtech-orange);
}

.res-lbl {
    font-size: .8rem;
    color: #c3c3c3;
    line-height: 1.55;
}

/* ─── OWL CAROUSEL ─── */
.owl-carousel-wrap {
    width: 100%;
    box-sizing: border-box;
    padding:10px 20px;
    border-radius: var(--iphtech-radius-md);
    background: var(--bg-2);
    border: 1px solid var(--iphtech-border);
    box-shadow: var(--iphtech-shadow-sm);
    overflow: hidden;
}


.screenshots-owl.owl-carousel {
    width: 100% !important;
}

.screenshots-owl .owl-stage-outer {
    overflow: hidden;
    width: 100%;
}

.screenshots-owl .owl-item {
    box-sizing: border-box;
}

.screenshots-owl .item {
    width: 100%;
}

.screenshots-owl .item img {
    display: block;
    width: 100%;
    max-width: none !important;
    height: 320px;
    object-fit: cover;
    object-position: center top;
    border-radius: 7px;
}

.owl-theme .owl-nav {
    margin-top: 14px !important;
}

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
    width: 36px;
    height: 36px;
    margin: 0 4px !important;
    border-radius: 8px !important;
    border: 1px solid var(--iphtech-border) !important;
    background: #fff !important;
    color: var(--iphtech-orange) !important;
    font-size: 14px !important;
    transition: all .2s;
}

.owl-theme .owl-nav button:hover {
    background: var(--iphtech-orange-tint) !important;
    border-color: var(--iphtech-orange) !important;
}

.owl-theme .owl-dots {
    margin-top: 12px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--iphtech-orange) !important;
}

.owl-carousel *,
.owl-carousel *::before,
.owl-carousel *::after {
    max-width: none;
}

.owl-carousel img {
    max-width: 100% !important;
}
    /* ─── STATS ROW ─── */
.stats-row {
    background: var(--bg);
    border-bottom: 1px solid var(--iphtech-border);
    position: relative;
    z-index: 1;
}

.stats-row::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 89, 0, .2), transparent);
}

.stats-row .stat-item {
    padding: 1.75rem 1.5rem;
    border-right: 1px solid var(--iphtech-border);
    text-align: center;
    transition: background .2s;
}

.stats-row .stat-item:hover {
    background: var(--iphtech-orange-tint);
}

.stats-row .stat-item:last-child {
    border-right: none;
}

.stat-num {
    font-family: 'Lato', sans-serif;
    font-size: 2.1rem;
    font-weight: 900;
    color: var(--iphtech-orange);
    line-height: 1;
    display: block;
    margin-bottom: .3rem;
}


.stat-lbl {
    font-size: .75rem;
    color: var(--iphtech-ink-3);
    font-weight: 500;
}

    /* ── Challenge / Objective list items ── */
    .ch-list {
        display: flex;
        flex-direction: column;
        gap: .625rem;
    }

    .ch-n {
        font-family: var(--iphtech-font-heading);
        font-size: 1.4rem;
        font-weight: 900;
        color: var(--iphtech-orange-border);
        line-height: 1;
        min-width: 2.2rem;
    }

    .ch-t {
        color: var(--iphtech-ink-2);
        font-size: .9rem;
        padding-top: .1rem;
        line-height: 1.65;
    }

    /* ── App Screens (orange gradient card) ── */
    .screens-card {
        background: linear-gradient(135deg, var(--iphtech-orange) 0%, var(--iphtech-orange-dark) 100%);
        border-radius: var(--iphtech-radius-lg);
        padding: 3rem 2.5rem;
        overflow: hidden;
        position: relative;
    }

    .screens-card::before {
        content: '';
        position: absolute;
        top: -80px;
        right: -80px;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .07);
        pointer-events: none;
    }

    .screens-card .iphtech-section-eyebrow {
        color: rgba(255, 255, 255, .7);
    }

    .screens-card .iphtech-section-eyebrow::before {
        background: rgba(255, 255, 255, .7);
    }

    .screens-card .iphtech-section-title {
        color: #fff;
    }

    .screens-card .iphtech-section-description {
        color: rgba(255, 255, 255, .75);
        margin-bottom: 0;
    }

    .screens-scroll {
        display: flex;
        gap: 1.25rem;
        overflow-x: auto;
        padding-bottom: 1rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin-top: 2rem;
    }

    .screens-scroll::-webkit-scrollbar {
        display: none;
    }

    .screen-item {
        flex: 0 0 auto;
        width: 200px;
    }

    .screen-item img {
        width: 100%;
        border-radius: 20px;
        border: 5px solid rgba(255, 255, 255, .15);
        box-shadow: 0 16px 48px rgba(0, 0, 0, .3);
        background: #111;
    }

    .screen-caption {
        margin-top: .75rem;
        font-size: .72rem;
        font-weight: 600;
        color: rgba(255, 255, 255, .7);
        text-align: center;
    }

    /* ── Process steps ── */
    .proc-steps {
        display: flex;
        flex-direction: column;
    }

    .proc-step {
        display: flex;
        gap: 1.25rem;
        padding-bottom: 1.75rem;
    }

    .proc-step:last-child {
        padding-bottom: 0;
    }

    .ps-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 44px;
    }

    .ps-num {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: var(--iphtech-brand-org-tint);
        border: 2px solid var(--iphtech-brand-org-border);
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--iphtech-font-heading);
        font-size: .85rem;
        font-weight: 900;
        color: var(--iphtech-brand-org);
        flex-shrink: 0;
        z-index: 1;
    }

    .ps-line {
        width: 1px;
        flex: 1;
        background: var(--iphtech-border);
        margin-top: .4rem;
    }

    .proc-step:last-child .ps-line {
        display: none;
    }

    .ps-content {
        padding-top: .65rem;
    }

    .ps-title {
        font-family: var(--iphtech-font-heading);
        font-size: .97rem;
        font-weight: 700;
        color: var(--iphtech-ink);
        margin-bottom: .3rem;
    }

    .ps-desc {
        font-size: .87rem;
        color: var(--iphtech-ink-3);
        line-height: 1.65;
    }

    /* ── Case study callout ── */
    .case-callout {
        background: var(--iphtech-surface);
        border: 1px solid var(--iphtech-border);
        border-radius: var(--iphtech-radius-lg);
        overflow: hidden;
        box-shadow: var(--iphtech-shadow-lg);
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .case-left {
        background: linear-gradient(145deg, #ff9800 0%, var(--iphtech-orange) 100%);
        padding: 2.5rem;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .case-left::before {
        content: 'IPH';
        position: absolute;
        bottom: -20px;
        left: -10px;
        font-family: var(--iphtech-font-heading);
        font-size: 8rem;
        font-weight: 900;
        color: rgba(255, 255, 255, .1);
        pointer-events: none;
        line-height: 1;
    }

    .case-tag {
        display: inline-flex;
        align-items: center;
        gap: .4rem;
        background: rgba(255, 255, 255, .2);
        color: #fff;
        font-size: .68rem;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
        padding: .28rem .75rem;
        border-radius: var(--iphtech-radius-pill);
        margin-bottom: 1.5rem;
        width: fit-content;
    }

    .case-left h3 {
        font-family: var(--iphtech-font-heading);
        font-size: 1.7rem;
        font-weight: 900;
        color: #fff;
        line-height: 1.1;
        margin-bottom: .875rem;
        position: relative;
    }

    .case-left p {
        color: rgba(255, 255, 255, .85);
        font-size: .88rem;
        line-height: 1.65;
        position: relative;
    }

    .case-meta {
        margin-top: 1.5rem;
        display: flex;
        gap: 1.5rem;
        position: relative;
    }

    .case-meta-num {
        font-family: var(--iphtech-font-heading);
        font-size: 1.5rem;
        font-weight: 900;
        color: #fff;
        line-height: 1;
    }

    .case-meta-lbl {
        font-size: .7rem;
        color: rgba(255, 255, 255, .7);
        margin-top: .2rem;
    }

    .case-right {
        padding: 2rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        background: var(--iphtech-surface);
    }

    .case-phones {
        display: flex;
        gap: .875rem;
        align-items: flex-start;
        justify-content: center;
        flex: 1;
    }

    .case-phone {
        width: 128px;
        flex-shrink: 0;
    }

    .case-phone img {
        width: 100%;
        border-radius: 20px;
        border: 5px solid #1a1208;
        box-shadow: 0 12px 40px rgba(0, 0, 0, .2);
        background: #000;
    }

    .case-phone:nth-child(2) {
        margin-top: 24px;
    }

    .case-chips {
        display: flex;
        flex-wrap: wrap;
        gap: .4rem;
        justify-content: center;
    }

/* ─── INTEGRATIONS ─── */
.integrations-row {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    align-items: center;
}


.int-badge {
    display: flex;
    align-items: center;
    gap: .5rem;
    background: var(--bg-2);
    border: 1px solid var(--iphtech-border);
    border-radius: 10px;
    padding: .55rem .95rem;
    font-size: .78rem;
    font-weight: 600;
    color: var(--iphtech-ink-2);
    box-shadow: var(--iphtech-shadow-sm);
    transition: all .2s;
}

.int-badge img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    flex-shrink: 0;
}
.int-badge i {
    color: var(--iphtech-orange);
    font-size: .9rem;
}

.int-badge:hover {
    border-color: var(--iphtech-orange-border);
    color: var(--iphtech-orange);
    background: var(--iphtech-orange-tint);
    transform: translateY(-3px);
}

/* ─── CONTENT AREA ─── */
.content-area {
    display: flex;
    flex-direction: column;
    gap: 2.75rem;
    min-width: 0;
}

.content-area>section {
    min-width: 0;
}



img,
svg,
video,
canvas {
    max-width: 100%;
    height: auto;
    display: block;
}

.hero-img-wrap img {
    height: auto;
    object-fit: cover;
}

    /* ── FAQ ── */
    .faq-list {
        display: flex;
        flex-direction: column;
        gap: .625rem;
    }

    .faq-item {
        background: var(--iphtech-surface);
        border: 1px solid var(--iphtech-orange-border);
        border-radius: 10px;
        overflow: hidden;
        box-shadow: var(--iphtech-shadow-sm);
    }

    .faq-q {
        width: 100%;
        text-align: left;
        background: none;
        color: var(--iphtech-ink);
        padding: 1.1rem 1.4rem;
        font-family: var(--iphtech-font-body);
        font-size: .9rem;
        font-weight: 600;
        border: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        transition: background .18s;
    }

    .faq-q:hover {
        background: var(--iphtech-surface);
    }

    .faq-q .arr {
        color: var(--iphtech-brand-org);
        font-size: 1.1rem;
        transition: transform .3s;
        flex-shrink: 0;
    }

    .faq-q.open .arr {
        transform: rotate(45deg);
    }

    .faq-a {
        display: none;
        padding: 0 1.4rem 1.1rem;
        color: var(--iphtech-ink-3);
        font-size: .87rem;
        line-height: 1.7;
    }

    .faq-a.open {
        display: block;
    }

    /* ── CTA banner ── */
    .cta-banner {
        background: linear-gradient(135deg, var(--iphtech-orange) 0%, var(--iphtech-orange-dark) 100%);
        border-radius: var(--iphtech-radius-lg);
        padding: 3.5rem 2.5rem;
        text-align: center;
        position: relative;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(255, 89, 0, .28);
    }

    .cta-banner::before {
        content: '';
        position: absolute;
        top: -60px;
        right: -60px;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .07);
        pointer-events: none;
    }

    .cta-banner h2 {
        font-family: var(--iphtech-font-heading);
        font-size: 2.1rem;
        font-weight: 900;
        color: #fff;
        letter-spacing: -.02em;
        margin-bottom: .75rem;
        position: relative;
    }

    .cta-banner p {
        color: rgba(255, 255, 255, .8);
        font-size: 1rem;
        margin-bottom: 2rem;
        position: relative;
    }

    .btn-white {
        background: #fff;
        color: var(--iphtech-orange);
        padding: .9rem 2.5rem;
        border-radius: 9px;
        font-weight: 700;
        font-size: .9rem;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: .4rem;
        transition: all .22s;
        position: relative;
    }

    .btn-white:hover {
        background: var(--iphtech-orange-pale);
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
        color: var(--iphtech-orange-dark);
    }

    /* ── Reveal animation ── */
    .reveal {
        opacity: 0;
        transform: translateY(22px);
        transition: opacity .55s ease, transform .55s ease;
    }

    .reveal.visible {
        opacity: 1;
        transform: none;
    }

    /* ── Responsive extras ── */
    @media (max-width: 980px) {
        .hero-phones {
            height: 300px;
            margin-top: 1.5rem;
        }

        .case-callout {
            grid-template-columns: 1fr;
        }
    }

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

        .case-callout {
            grid-template-columns: 1fr;
        }

        .phone-wrap.p1 {
            left: -5px;
            width: 155px;
        }

        .phone-wrap.p2 {
            left: 100px;
            width: 168px;
        }

        .phone-wrap.p3 {
            right: -5px;
            width: 150px;
        }

        .hero-phones {
            height: 260px;
        }
    }