/* ====== Base Theme (matches your PDF) ====== */
:root {
    --brand: #1E2B4A;
    /* Deep navy */
    --surface: #F9FAFC;
    /* Light background */
    --ink: #111827;
    /* Almost black text */
    --muted: #5B6473;
    /* Muted text */
    --ring: #CBD5E1;
    /* Slate-300 */
}

* {
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: 'Manrope', 'Roboto', system-ui, -apple-system, 'Segoe UI', 'Open Sans', Arial, sans-serif;
}


.logo-head img {
    width: 180px;
}

.bg-brand {
    background-color: var(--brand);
}

#hero .text-brand {
    color: #fff;
}

.text-brand {
    color: var(--brand);
}


.bg-surface {
    background-color: var(--surface);
}

.text-ink {
    color: var(--ink);
}

#hero .text-muted {
    color: #fff;
}

.text-muted {
    color: var(--muted);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 1rem;
}

.section {
    position: relative;
}

.nav-right {
    gap: 3.2rem;
}

.nav-sec {
    gap: 2.8rem;
}

.nav-sec li a {
    color: #000;
}


/* ====== Buttons ====== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .7rem 1rem;
    border-radius: .7rem;
    font-weight: 600;
    transition: all .2s ease;
    border: 1px solid transparent;
}

.btn-brand {
    background: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    opacity: .95;
    transform: translateY(-1px);
}

.btn-outline {
    border-color: var(--brand);
    color: var(--brand);
    background: #fff;
}

.btn-outline:hover {
    background: var(--brand);
    color: #fff;
}

.btn-ghost {
    color: var(--brand);
    background: transparent;
    border-color: var(--ring);
}

.btn-ghost:hover {
    background: #fff;
    border-color: var(--brand);
}

/* nav links */
.nav-link {
    color: #334155;
    font-weight: 600;
    font-size: 16px;
}

.nav-link:hover {
    color: var(--brand);
}

/* ====== Hero card & stats ====== */
#hero {
    background-color: #000;
}

#hero ul li {
    display: flex;
    gap: 1rem;
    line-height: 1.9em;
}

.hero-slide {
    padding: 30px 0px;
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.hero-slide.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
    z-index: 10;
}

.hero-slide h1 {
    line-height: 1.3em;
}

.hero-slide.hidden {
    display: none;
}

.dot.active {
    background-color: #1e2b4a !important;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}


.stat {
    background: #F8FAFC;
    border: 1px solid #E5E7EB;
    border-radius: .75rem;
    padding: 1rem;
    text-align: center;
}

.stat-value {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--brand);
    line-height: 1;
}

.stat-label {
    font-size: .7rem;
    color: #64748B;
    margin-top: .25rem;
}

/* ====== Cards (Performance & Reliability) ====== */
.card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 1rem;
    padding: 1.1rem;
    box-shadow: 0 8px 24px -14px rgba(2, 6, 23, .12);
}

.card-title {
    font-weight: 800;
    color: var(--brand);
    font-size: 1.05rem;
    margin-bottom: .35rem;
}

.card-body {
    color: #475569;
    line-height: 1.55;
    font-size: .95rem;
}

.metric {
    margin-top: .9rem;
}

.metric-value {
    font-weight: 800;
    font-size: 2.6rem;
    color: var(--brand);
    line-height: 1;
}

.metric-label {
    font-size: 1.05rem;
    color: #64748B;
    margin-top: .15rem;
}

/* ====== Feature highlights ====== */
.feature-box {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 1rem;
    padding: 1rem;
}

.feature-title {
    font-weight: 800;
    color: var(--brand);
}

.feature-copy {
    color: #475569;
    margin-top: .25rem;
}

/* ====== Logos (Trusted Globally) ====== */

.logo-pill {
    border: 1px solid #000000;
    color: #334155;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
}


/* ====== Testimonials ====== */
.t-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 1rem;
    padding: 1.1rem;
    text-align: left;
    box-shadow: 0 8px 24px -14px rgba(2, 6, 23, .12);
}

.t-name {
    font-weight: 800;
    color: #0F172A;
}

.t-verify {
    font-size: .75rem;
    color: #64748B;
    margin-bottom: .5rem;
}

.t-text {
    color: #475569;
    line-height: 1.6;
}

/* ====== FAQ ====== */
.faq {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: .9rem;
    padding: 1rem 1.1rem;
}

.faq summary {
    list-style: none;
    cursor: pointer;
    font-weight: 700;
    color: var(--brand);
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq p {
    color: #475569;
    margin-top: .6rem;
}

/* ====== Footer ====== */
.footer-title {
    font-weight: 800;
    margin-bottom: .5rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin: .25rem 0;
}

.footer-links a {
    color: #E2E8F0;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* ====== Reveal Animations ====== */
.reveal-up {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s cubic-bezier(.2, .65, .3, 1), transform .6s cubic-bezier(.2, .65, .3, 1);
}

.reveal-up.in-view {
    opacity: 1;
    transform: none;
}

.delay-50 {
    transition-delay: .05s;
}

.delay-100 {
    transition-delay: .1s;
}

.delay-150 {
    transition-delay: .15s;
}

.delay-200 {
    transition-delay: .2s;
}


.foundation .grid {
    gap: 2.5rem;
}

#trusted .container,
.foundation .container,
.not-sure .container,
#performance .container,
#testimonials .container,
#faqs .container {
    max-width: 1280px;
}

#trusted h2,
.foundation h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.not-sure {
    text-align: center;
    background-color: #000;
    padding: 8rem 0;
}

.not-sure .text-brand,
.not-sure .text-muted {
    color: #fff;
}

.not-sure h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.not-sure .grid {
    gap: 2rem;
    margin: 3rem 0;
}

.not-sure .card {
    color: #fff;
    background: none;
    border: none;
    border-radius: 10px;
}

#performance {
    text-align: center;
}

#performance h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

#performance .grid {
    margin: 3rem 0;
    gap: 5rem;
}

#performance .card1 {
    padding: 4.5rem 3rem;
    text-align: left;
    height: 65vh;
}

#performance .card {
    background-color: #efefef;
    box-shadow: none;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#performance .card2 {
    padding: 4.5rem 3rem;
    text-align: left;
    height: 55vh;
}

#performance .card-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
}

/* top metric (left, large) */
#performance .metric {
    margin-bottom: 16px;
}

#performance .metric-value {
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    color: #0F0F10;
    /* deep near-black like screenshot */
}

#performance .metric-label {
    margin-top: 6px;
    font-size: 13px;
    color: #6B7280;
    /* slate-500 */
}

/* bottom content block */
#performance .card-details {
    margin-top: 18px;
}

#performance .card-title {
    font-weight: 900;
    font-size: 28px;
    line-height: 1.15;
    color: #0F0F10;
    margin-bottom: 10px;
}

#performance .card-body {
    color: #4B5563;
    /* slate-600 */
    font-size: 15px;
    line-height: 1.6;
}

/* the compliance list matches the sample (no bullets, tight stack) */
#performance .card ul.card-body {
    list-style: none;
    padding-left: 0;
}

#performance .card ul.card-body li {
    margin: 6px 0;
}

/* responsive polish */
@media (min-width: 768px) {
    #performance .card {
        min-height: 320px;
        padding: 32px;
    }

    #performance .metric-value {
        font-size: 36px;
    }

    #performance .card-title {
        font-size: 36px;
    }
}

/* subtle hover (optional; remove if you want it static) */
#performance .card:hover {
    transform: translateY(-2px);
    transition: transform .2s ease;
}

#testimonials {
    background-color: #000;
}


/* Card look to match the screenshot */
.testi-card {
    background: #ffffff;
    color: #0f0f10;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 12px 32px -18px rgba(0, 0, 0, .25), 0 1px 0 rgba(0, 0, 0, .04);
    text-align: justify;
}

/* short/long heights for exact staggered grid */

/* body copy */
.t-copy {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.65;
    color: #374151;
    /* slate-700 */
}

/* small green verified pill */
.testi-card .badge {
    display: inline-block;
    margin-top: 4px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 600;
    color: #10b981;
    background: #e8f9f1;
    border-radius: 999px;
}

/* clamp text on short cards to keep heights even */
.clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

footer {
    background-color: #000;
    padding: 3.5rem 0 1rem;
}

footer h5 {
    font-size: 20px;
}

footer ul li {
    font-size: 16px;
    font-weight: 700;
}

.footer-bottom-picture {
    background-color: #000;
    text-align: center;
    height: 16.95rem;
    overflow: hidden;
    padding: 0 3.5rem;
}

.footer-bottom-picture img {
    opacity: 0.39;
}

@media(max-width:992px) {
    .footer-bottom-picture {
        padding: 0 1.5rem;
        height: auto;
    }

    .footer-bottom-picture img {
        transform: scale(1.2);
    }

    #trusted h2,
    .foundation h2,
    .not-sure h2,
    #performance h2 {
        line-height: 1.1em;
    }
}

/* ====== Base Theme (matches your PDF) ====== */
:root {
    --brand: #1E2B4A;
    /* Deep navy */
    --surface: #F9FAFC;
    /* Light background */
    --ink: #111827;
    /* Almost black text */
    --muted: #5B6473;
    /* Muted text */
    --ring: #CBD5E1;
    /* Slate-300 */
}

* {
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: 'Manrope', 'Roboto', system-ui, -apple-system, 'Segoe UI', 'Open Sans', Arial, sans-serif;
}


.logo-head img {
    width: 180px;
}

.bg-brand {
    background-color: var(--brand);
}

#hero .text-brand {
    color: #fff;
}

.text-brand {
    color: var(--brand);
}


.bg-surface {
    background-color: var(--surface);
}

.text-ink {
    color: var(--ink);
}

#hero .text-muted {
    color: #fff;
}

.text-muted {
    color: var(--muted);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 1rem;
}

.section {
    position: relative;
}

.nav-right {
    gap: 3.2rem;
}

.nav-sec {
    gap: 2.8rem;
}

.nav-sec li a {
    color: #000;
}


/* ====== Buttons ====== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .7rem 1rem;
    border-radius: .7rem;
    font-weight: 600;
    transition: all .2s ease;
    border: 1px solid transparent;
}

.btn-brand {
    background: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    opacity: .95;
    transform: translateY(-1px);
}

.btn-outline {
    border-color: var(--brand);
    color: var(--brand);
    background: #fff;
}

.btn-outline:hover {
    background: var(--brand);
    color: #fff;
}

.btn-ghost {
    color: var(--brand);
    background: transparent;
    border-color: var(--ring);
}

.btn-ghost:hover {
    background: #fff;
    border-color: var(--brand);
}

/* nav links */
.nav-link {
    color: #334155;
    font-weight: 600;
}

.nav-link:hover {
    color: var(--brand);
}

/* ====== Hero card & stats ====== */
#hero {
    background-color: #000;
}

#hero ul li {
    display: flex;
    gap: 1rem;
    line-height: 1.9em;
}

.hero-slide {
    padding: 30px 0px;
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.hero-slide.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
    z-index: 10;
}

.hero-slide h1 {
    line-height: 1.3em;
}

.hero-slide.hidden {
    display: none;
}

.dot.active {
    background-color: #1e2b4a !important;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}


.stat {
    background: #F8FAFC;
    border: 1px solid #E5E7EB;
    border-radius: .75rem;
    padding: 1rem;
    text-align: center;
}

.stat-value {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--brand);
    line-height: 1;
}

.stat-label {
    font-size: .7rem;
    color: #64748B;
    margin-top: .25rem;
}

/* ====== Cards (Performance & Reliability) ====== */
.card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 1rem;
    padding: 1.1rem;
    box-shadow: 0 8px 24px -14px rgba(2, 6, 23, .12);
}

.card-title {
    font-weight: 800;
    color: var(--brand);
    font-size: 1.05rem;
    margin-bottom: .35rem;
}

.card-body {
    color: #475569;
    line-height: 1.55;
    font-size: .95rem;
}

.metric {
    margin-top: .9rem;
}

.metric-value {
    font-weight: 800;
    font-size: 2.6rem;
    color: var(--brand);
    line-height: 1;
}

.metric-label {
    font-size: 1.05rem;
    color: #64748B;
    margin-top: .15rem;
}

/* ====== Feature highlights ====== */
.feature-box {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 1rem;
    padding: 1rem;
}

.feature-title {
    font-weight: 800;
    color: var(--brand);
}

.feature-copy {
    color: #475569;
    margin-top: .25rem;
}

/* ====== Logos (Trusted Globally) ====== */

.logo-pill {
    border: 1px solid #000000;
    color: #334155;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
}


/* ====== Testimonials ====== */
.t-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 1rem;
    padding: 1.1rem;
    text-align: left;
    box-shadow: 0 8px 24px -14px rgba(2, 6, 23, .12);
}

.t-name {
    font-weight: 800;
    color: #0F172A;
}

.t-verify {
    font-size: .75rem;
    color: #64748B;
    margin-bottom: .5rem;
}

.t-text {
    color: #475569;
    line-height: 1.6;
}

/* ====== FAQ ====== */
.faq {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: .9rem;
    padding: 1rem 1.1rem;
}

.faq summary {
    list-style: none;
    cursor: pointer;
    font-weight: 700;
    color: var(--brand);
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq p {
    color: #475569;
    margin-top: .6rem;
}

/* ====== Footer ====== */
.footer-title {
    font-weight: 800;
    margin-bottom: .5rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin: .25rem 0;
}

.footer-links a {
    color: #E2E8F0;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* ====== Reveal Animations ====== */
.reveal-up {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s cubic-bezier(.2, .65, .3, 1), transform .6s cubic-bezier(.2, .65, .3, 1);
}

.reveal-up.in-view {
    opacity: 1;
    transform: none;
}

.delay-50 {
    transition-delay: .05s;
}

.delay-100 {
    transition-delay: .1s;
}

.delay-150 {
    transition-delay: .15s;
}

.delay-200 {
    transition-delay: .2s;
}


.foundation .grid {
    gap: 2.5rem;
}

#trusted .container,
.foundation .container,
.not-sure .container,
#performance .container,
#testimonials .container,
#faqs .container,
.ih-reviews .container{
    max-width: 1280px;
}

#trusted h2,
.foundation h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.not-sure {
    text-align: center;
    padding: 8rem 0;
    clip-path: ellipse(75% 100% at top);
    background-color: #000;
}

.not-sure .text-brand,
.not-sure .text-muted {
    color: #fff;
}

.not-sure h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.not-sure .grid {
    gap: 2rem;
    margin: 3rem 0;
}

.not-sure .card {
    color: #fff;
    background: none;
    border: none;
    border-radius: 10px;
}

#performance {
    text-align: center;
}

#performance h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

#performance .grid {
    margin: 3rem 0;
    gap: 5rem;
}

#performance .card1 {
    padding: 4.5rem 3rem;
    text-align: left;
    height: 65vh;
}

#performance .card {
    background-color: #efefef;
    box-shadow: none;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#performance .card2 {
    padding: 4.5rem 3rem;
    text-align: left;
    height: 55vh;
}

#performance .card-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
}

/* top metric (left, large) */
#performance .metric {
    margin-bottom: 16px;
}

#performance .metric-value {
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    color: #0F0F10;
    /* deep near-black like screenshot */
}

#performance .metric-label {
    margin-top: 6px;
    font-size: 13px;
    color: #6B7280;
    /* slate-500 */
}

/* bottom content block */
#performance .card-details {
    margin-top: 18px;
}

#performance .card-title {
    font-weight: 900;
    font-size: 28px;
    line-height: 1.15;
    color: #0F0F10;
    margin-bottom: 10px;
}

#performance .card-body {
    color: #4B5563;
    /* slate-600 */
    font-size: 15px;
    line-height: 1.6;
}

/* the compliance list matches the sample (no bullets, tight stack) */
#performance .card ul.card-body {
    list-style: none;
    padding-left: 0;
}

#performance .card ul.card-body li {
    margin: 6px 0;
}

/* responsive polish */
@media (min-width: 768px) {
    #performance .card {
        min-height: 320px;
        padding: 32px;
    }

    #performance .metric-value {
        font-size: 36px;
    }

    #performance .card-title {
        font-size: 36px;
    }
}

/* subtle hover (optional; remove if you want it static) */
#performance .card:hover {
    transform: translateY(-2px);
    transition: transform .2s ease;
}

#testimonials {
    background-color: #000;
}


/* Card look to match the screenshot */
.testi-card {
    background: #ffffff;
    color: #0f0f10;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 12px 32px -18px rgba(0, 0, 0, .25), 0 1px 0 rgba(0, 0, 0, .04);
    text-align: justify;
}

/* short/long heights for exact staggered grid */

/* body copy */
.t-copy {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.65;
    color: #374151;
    /* slate-700 */
}


/* clamp text on short cards to keep heights even */
.clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

footer {
    background-color: #000;
    padding: 3.5rem 0 1rem;
}

footer h5 {
    font-size: 20px;
}

footer ul li {
    font-size: 16px;
    font-weight: 700;
}

.footer-bottom-picture {
    background-color: #000;
    text-align: center;
    height: 16.95rem;
    overflow: hidden;
    padding: 0 3.5rem;
}

.footer-bottom-picture img {
    opacity: 0.39;
}

@media(max-width:992px) {
    .footer-bottom-picture {
        padding: 0 1.5rem;
        height: auto;
    }

    .footer-bottom-picture img {
        transform: scale(1.2);
    }

    #trusted h2,
    .foundation h2,
    .not-sure h2,
    #performance h2 {
        line-height: 1.1em;
        font-size: 28px;
    }
    
    .not-sure {
        clip-path: none;
    }
}



/* ---------------- Banner ---------------- */
.ihp .banner {
    background: #000;
    padding: 60px 0px;
}

.ihp .banner .container {
    max-width: 1280px;
}


.ihp .top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1
}

.ihp .badges {
    display: flex;
    gap: 16px
}

.ihp .badge {
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px
}

.ihp .badge-status {
    background: #2a2a2a;
    color: #e0e0e0;
    border: 1px solid #3a3a3a
}

.ihp .badge-status::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    animation: ihp-pulse-2 2s infinite
}

@keyframes ihp-pulse-2 {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

.ihp .badge-price {
    background: #2a2a2a;
    color: #fff;
    border: 1px solid #3a3a3a
}

.ihp .currency {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #999;
    font-size: 14px
}

.ihp .currency-value {
    background: #1a1a1a;
    border: 1px solid #333;
    padding: 8px 16px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px
}

.ihp h1 {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    z-index: 1
}

.ihp .highlight {
    background: linear-gradient(135deg, #fff 0%, #b0b0b0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}

.ihp .description {
    font-size: 18px;
    color: #b0b0b0;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 800px;
    position: relative;
    z-index: 1
}

.ihp .cta-buttons {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 1
}

.ihp .btn {
    padding: 18px 40px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px
}

.ihp .btn-primary {
    background: linear-gradient(135deg, #fff 0%, #d0d0d0 100%);
    color: #0a0a0a;
    box-shadow: 0 4px 20px rgba(255, 255, 255, .2)
}

.ihp .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(255, 255, 255, .3)
}

.ihp .btn-secondary {
    background: transparent;
    color: #e0e0e0;
    border: 2px solid #4a4a4a
}

.ihp .btn-secondary:hover {
    border-color: #6a6a6a;
    background: rgba(255, 255, 255, .05)
}

.ihp .arrow {
    font-size: 18px;
    transition: transform .3s ease
}

.ihp .btn-primary:hover .arrow {
    transform: translateX(4px)
}

@media (max-width:768px) {
    .ihp .banner {
        padding: 40px 30px
    }

    .ihp .top-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .ihp h1 {
        font-size: 36px
    }

    .ihp .cta-buttons {
        flex-direction: column;
        width: 100%
    }

    .ihp .btn {
        width: 100%;
        justify-content: center
    }

    .ihp .badge {
        padding: 8px 14px;
        border-radius: 50px;
        font-size: 9px
    }
}

/* ------------- Calculator ------------- */
.ihp .calculator-section {
    padding: 60px 0px;
    background-color: #fff;
}

.ihp .calculator-section .container {
    max-width: 1280px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center
}

.ihp .left-content {
    padding-right: 40px
}

.ihp .section-label {
    color: #888;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px
}

.calculator-section .section-label {
    color: #000;
}


.ihp h2 {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 24px
}

.calculator-section h2 {
    color: #000;
}

.ihp .description--calc {
    font-size: 18px;
    color: #b0b0b0;
    line-height: 1.6;
    margin-bottom: 30px
}

.calculator-section .description--calc {
    color: #000;
}

.ihp .features {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ihp .feature {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #d0d0d0;
    font-size: 16px
}

.calculator-section .feature {
    color: #000;
}




.ihp .feature::before {
    content: "✓";
    width: 24px;
    height: 24px;
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    flex-shrink: 0
}

.ihp .calculator-card {
    background: #efefef;
    /* border: 1px solid #2a2a2a; */
    border-radius: 15px;
    padding: 40px;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, .5); */
}

.ihp .card-header {
    margin-bottom: 30px
}

.ihp .card-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px
}

.ihp .card-subtitle {
    font-size: 14px;
    color: #000000
}

.ihp .input-group {
    margin-bottom: 24px
}

.ihp .input-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px
}

.ihp .input-wrapper {
    position: relative
}

.ihp .input-field {
    width: 100%;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #3a3a3a;
    border-radius: 12px;
    color: #000000;
    font-size: 12px; 
    transition: all .3s ease
}

.ihp .input-field:focus {
    outline: none;
    border-color: #747373;
    background: #ffffff
}

.ihp .input-unit {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
    font-size: 14px;
    pointer-events: none
}

.ihp select.input-field {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23888888' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px
}

.ihp .range-input {
    width: 100%;
    height: 6px;
    background: #2a2a2a;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none
}

.ihp .range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(255, 255, 255, .3)
}

.ihp .range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 8px rgba(255, 255, 255, .3)
}

.ihp .range-value {
    display: inline-block;
    margin-top: 8px;
    color: #000000;
    font-weight: 600
}

.ihp .divider {
    height: 1px;
    background: #2a2a2a;
    margin: 30px 0
}

.ihp .cost-breakdown {
    background: #ffffff;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px
}

.ihp .cost-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    color: #000000;
    font-size: 14px
}

.ihp .cost-row:last-child {
    margin-bottom: 0
}

.ihp .cost-value {
    font-weight: 600;
    color: #000000
}

.ihp .total-cost {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0
}

.ihp .total-label {
    font-size: 18px;
    font-weight: 700;
    color: #000000
}

.ihp .total-amount {
    font-size: 32px;
    font-weight: 900;
    background: linear-gradient(135deg, #292525 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.ihp .btn-calculate {
    width: 100%;
    padding: 18px;
    background: #16161600;
    color: #0a0a0a;
    border: 1px solid #000;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 4px 20px rgba(255, 255, 255, .2)
}

.ihp .btn-calculate:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(255, 255, 255, .3)
}

@media (max-width:968px) {
    .ihp .calculator-section {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .ihp .left-content {
        padding-right: 0
    }

    .ihp h2 {
        font-size: 40px
    }

    .ihp .calculator-section .container {
        display: block;
    }

    .calculator-section .calculator-card {
        margin-top: 20px;
    }
}


/* ------------- Pricing Table ------------- */
.ihp .pricing-table {
    background: #000;
    border: 1px solid #b6b2b2;
    border-radius: 25px;
    overflow: auto;
    margin: 60px 0;
    -webkit-overflow-scrolling: touch;
    position: relative
}

.ihp .pricing-table::before {
    content: "";
    position: absolute;
    top: 380px;
    left: 50%;
    transform: translateX(-50%);
    width: 246px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fff, transparent)
}

@media (max-width:768px) {
    .ihp .pricing-table::before {
        top: 400px
    }
}

.ihp table {
    width: 100%;
    border-collapse: collapse
}

.ihp thead {
    background: #fff;
    border-bottom: 1px solid #fff
}

.ihp thead th {
    color: #000;
    padding: 10px 16px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-right: 1px solid #a2a1a1;
    background: #efefef;
}

.ihp thead th:last-child {
    border-right: none
}

.ihp tbody tr {
    border-bottom: 1px solid #a2a1a1;
    transition: background-color .3s ease;
    background-color: #494949;
}

/*.ihp tbody tr:hover {*/
/*    background: #1a1a1a*/
/*}*/

.ihp tbody tr:last-child {
    border-bottom: none
}

.ihp tbody td {
    padding: 10px 16px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    border-right: 1px solid #a2a1a1;
    background: #f5f5f4;
}

.ihp tbody td:last-child {
    border-right: none
}

.ihp tbody td:first-child {
    font-weight: 500
}

/* -------- Why Pricing Works -------- */
.ihp #why-pricing-works {
    position: relative;
    overflow: hidden;
    background: #0a0a0a;
    padding: 100px 20px
}

.ihp .pricing-badge {
    display: inline-block;
    padding: 10px 20px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 50px;
    color: #d0d0d0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px
}

.ihp .pricing-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px
}

.ihp .pricing-title .gradient-text {
    background: linear-gradient(135deg, #fff 0%, #888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.ihp .pricing-description {
    font-size: 17px;
    color: #b0b0b0;
    line-height: 1.6;
    max-width: 550px;
    margin-left: auto
}

.ihp .pricing-card {
    background: linear-gradient(135deg, #141414 0%, #0f0f0f 100%);
    border: 1px solid #2a2a2a;
    border-radius: 20px;
    padding: 30px 25px;
    color: #d0d0d0;
    transition: all .3s ease;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0)
}

.ihp .pricing-card:hover {
    transform: translateY(-5px);
    border-color: #444;
    box-shadow: 0 8px 30px rgba(255, 255, 255, .1)
}

.ihp .pricing-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

.ihp .pricing-card p {
    font-size: 15px;
    color: #a0a0a0;
    line-height: 1.6
}

.ihp .decor-circle {
    position: absolute;
    border: 1px solid #2a2a2a;
    border-radius: 50%;
    pointer-events: none
}

.ihp .decor1 {
    width: 250px;
    height: 250px;
    top: -80px;
    right: -80px;
    opacity: .25
}

.ihp .decor2 {
    width: 180px;
    height: 180px;
    bottom: -60px;
    left: -60px;
    opacity: .15
}

@media (max-width:992px) {
    .ihp #why-pricing-works .row {
        flex-direction: column-reverse;
        text-align: center
    }

    .ihp .col-right {
        text-align: center !important
    }

    .ihp .pricing-description {
        margin: 0 auto
    }

    .ihp .col-left {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ihp .pricing-card {
        border-radius: 15px;
        padding: 20px 15px;
    }
}

.why-pricing-works {
    background-color: #000;
    padding: 60px 0px;
}

.why-pricing-works .container {
    max-width: 1280px;
}

/* ---------------- CTA Banner ---------------- */
.cta-section {
    padding: 60px 0px;
}

.cta-section .container {
    max-width: 1280px;
}

.ihp .cta-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 50%, #1a1a1a 100%);
    border: 1px solid #2a2a2a;
    border-radius: 15px;
    padding: 40px 60px;
    position: relative;
    overflow: hidden;
    text-align: center
}

.ihp .cta-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, .03) 0%, transparent 70%);
    animation: ihp-rotate 20s linear infinite;
    pointer-events: none
}

@keyframes ihp-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ihp .cta-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto
}

.ihp .cta-badge {
    display: inline-block;
    padding: 10px 20px;
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 50px;
    color: #d0d0d0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px
}

.ihp .cta-title {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 24px
}

.ihp .cta-title .gradient-text {
    background: linear-gradient(135deg, #fff 0%, #888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.ihp .cta-description {
    font-size: 18px;
    color: #b0b0b0;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 700px;
    margin-inline: auto
}

.ihp .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap
}

.ihp .cta-btn {
    padding: 18px 40px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none
}

.ihp .cta-btn-primary {
    background: linear-gradient(135deg, #fff 0%, #d0d0d0 100%);
    color: #0a0a0a;
    box-shadow: 0 8px 30px rgba(255, 255, 255, .2)
}

.ihp .cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(255, 255, 255, .3)
}

.ihp .cta-btn-secondary {
    background: transparent;
    color: #e0e0e0;
    border: 2px solid #4a4a4a
}

.ihp .cta-btn-secondary:hover {
    border-color: #6a6a6a;
    background: rgba(255, 255, 255, .05);
    transform: translateY(-3px)
}

.ihp .cta-buttons .arrow {
    font-size: 18px;
    transition: transform .3s ease
}

.ihp .cta-btn-primary:hover .arrow {
    transform: translateX(5px)
}

.ihp .cta-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid #2a2a2a
}

.ihp .stat-item {
    text-align: center
}

.ihp .stat-number {
    font-size: 40px;
    font-weight: 900;
    background: linear-gradient(135deg, #fff 0%, #b0b0b0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin-bottom: 8px
}

.ihp .stat-label {
    font-size: 14px;
    color: #888;
    font-weight: 600
}

.ihp .decorative-element {
    position: absolute;
    border: 1px solid #2a2a2a;
    border-radius: 50%;
    pointer-events: none
}

.ihp .circle-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -100px;
    opacity: .3
}

.ihp .circle-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -50px;
    opacity: .2
}

@media (max-width:768px) {
    .ihp .cta-banner {
        padding: 60px 30px
    }

    .ihp .cta-title {
        font-size: 36px
    }

    .ihp .cta-description {
        font-size: 16px
    }

    .ihp .cta-buttons {
        flex-direction: column;
        align-items: stretch
    }

    .ihp .cta-btn {
        width: 100%;
        justify-content: center
    }

    .ihp .cta-stats {
        flex-direction: column;
        gap: 30px
    }

    .ihp .circle-1,
    .ihp .circle-2 {
        display: none
    }
}

/* 
------ about page css ---------- */


/* =========================
   inhosted.ai — About Page
   Scope: .ih-about
========================= */


/* ---------- Hero ---------- */
.ih-about .ih-hero,
.cnt-hero{
    padding: 120px 0px 60px;
    /* background-color: #000; */
    background: linear-gradient(45deg, black, #0000005c), url(https://www.inhosted.ai/assets/images/bg-let.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.ih-about .ih-hero-badges {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.ih-about .ih-pill {
    padding: 6px 12px;
    border: 1px solid #2a2a2a;
    border-radius: 999px;
    color: #d0d0d0;
    font-size: 12px;
    letter-spacing: .2px;
    background: #141414;
}

.ih-about .ih-hero-title {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0;
    color: #fff;
}

.ih-about .ih-gradient {
    background: linear-gradient(135deg, #1f2c4b 0%, #1e2b4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ih-about .ih-hero-sub {
    color: #bcbcbc;
    font-size: 18px;
    line-height: 1.7;
    max-width: 820px;
    margin-top: 14px;
}

.ih-about .ih-hero-ctas {
    display: flex;
    gap: 14px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.ih-about .ih-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14.5px;
    text-decoration: none;
    transition: .25s ease;
}

.ih-about .ih-btn-primary {
    background: linear-gradient(135deg, #fff 0%, #dcdcdc 100%);
    color: #0a0a0a;
    box-shadow: 0 12px 40px -20px rgba(255, 255, 255, .6);
}

.ih-about .ih-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px -18px rgba(255, 255, 255, .8);
}

.ih-about .ih-btn-ghost {
    background: transparent;
    color: #e9e9e9;
    border: 1.5px solid #3b3b3b;
}

.ih-about .ih-btn-ghost:hover {
    border-color: #5b5b5b;
    background: rgba(255, 255, 255, .04);
}

/* ---------- Sections ---------- */
.ih-about .ih-section {
    padding: 60px 0;
}

.ih-about .ih-h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 14px;
}

.ih-about .ih-lead {
    color: #000000;
    font-size: 17px;
    line-height: 1.75;
}

.ih-about .center {
    text-align: center;
}

.ih-about .narrow {
    max-width: 760px;
    margin: 0 auto;
}

/* Grid */
.ih-about .ih-grid-2 {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 42px;
    align-items: start;
}

.a-brand {
    padding: 60px 0px;
}

.weare .container,
.a-brand .container {
    max-width: 1280px;
}

.weare .ih-grid-2 {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 42px;
    align-items: start;
}



@media (max-width: 992px) {
    .ih-about .ih-grid-2 {
        grid-template-columns: 1fr;
    }
}

/* Lists */
.ih-about .ih-list {
    margin-top: 18px;
    display: grid;
    gap: 10px;
}

.ih-about .ih-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #000000;
}

.weare img {
    border-radius: 10px;
}

.ih-about .ih-list li::before {
    content: "✓";
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #2f2f2f;
    background: #151515;
    font-size: 12px;
    color: #fff;
    margin-top: 2px;
}

.ih-about .ih-stat {
    background: linear-gradient(135deg, #121212 0%, #0a0a0a 100%);
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    padding: 18px;
    text-align: center;
}

.ih-about .ih-stat-num {
    font-size: 28px;
    font-weight: 900;
    background: linear-gradient(135deg, #fff 0%, #bdbdbd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}

.ih-about .ih-stat-label {
    color: #8b8b8b;
    font-size: 12.5px;
}

/* Brand / Certifications */
.ih-about .ih-brand-row {
    align-items: stretch;
}

.ih-about .ih-brand-card img {
    border-radius: 10px;
}

.ih-about .ih-cert-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ih-about .ih-cert {
    font-size: 12px;
    padding: 6px 10px;
    border: 1px solid #323232;
    border-radius: 999px;
    background: #161616;
    color: #d5d5d5;
}

.ih-about .ih-muted {
    color: #9f9f9f;
    font-size: 14px;
}

/* Philosophy cards */
.ih-about .ih-cards-3 {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

@media (max-width: 992px) {
    .ih-about .ih-cards-3 {
        grid-template-columns: 1fr;
    }
}

.ih-about .ih-card {
    background: #0b0b0b00;
    border: 1px solid #aca2a2b3;
    border-radius: 18px;
    padding: 22px;
    transition: .2s ease;
    display: block;
}

.ih-about .ih-card:hover {
    transform: translateY(-2px);
    border-color: #343434;
}

.ih-about .ih-card-title {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 8px;
    color: #fff;
}

.ih-about .ih-card-text {
    color: #ffffff;
    line-height: 1.7;
    font-size: 15px;
}

/* Roots / Timeline */
.ih-about .ih-roots {
    position: relative;
}

.ih-about .ih-timeline {
    border-left: 1px solid #262626;
    margin-left: 6px;
    padding-left: 16px;
    display: grid;
    gap: 14px;
}

.ih-about .ih-tl-item {
    position: relative;
    display: flex;
    gap: 10px;
}

.ih-about .ih-dot {
    position: absolute;
    left: -10.5px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .09);
}

.ih-about .ih-tl-item h5 {
    margin: 0 0 4px;
    font-weight: 800;
}

.ih-about .ih-tl-item p {
    margin: 0;
    color: #b9b9b9;
    line-height: 1.7;
}

/* CTA */
.ih-about .ih-cta {
    padding: 76px 0 96px;
}

.ih-about .ih-cta-box {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 50%, #1a1a1a 100%);
    border: 1px solid #2a2a2a;
    border-radius: 28px;
    text-align: center;
    padding: 56px 26px;
}

.ih-about .ih-cta-box h3 {
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 6px;
}

.ih-about .ih-cta-box p {
    color: #bdbdbd;
    margin: 0 0 14px;
}

.philosophy {
    background-color: #000;
    padding: 60px 0px;
}

.philosophy h2 {
    color: #fff;
}

.philosophy .ih-lead {
    color: #ffffff;
}

.ih-roots {
    padding: 60px 0px;
}

/* ===== inHosted.AI Header (scoped) ===== */
:root {
    --ih-bg: #ffffff;
    --ih-text: #0f172a;
    --ih-muted: #5b6476;
    --ih-border: #e5e7eb;
    --ih-chip: #ffffff;
    --ih-ghost: #374151;
    --ih-mega: #efefef;
    --ih-shadow: 0 20px 50px rgba(0, 0, 0, .14);
    --ih-rad: 16px;
    --ih-max: 1280px;
}

/* Initial Header Style */
.ih-header {
    position: fixed;
    top: 0;
    z-index: 40;
    background: #00000000;  /* Semi-transparent background */
    width: -webkit-fill-available;
    transition: background-color 0.3s ease;  /* Smooth transition */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for effect */
}

/* Solid black background when scrolled */
.ih-header.scrolled {
    background: #000000;  /* Solid black background */
}

/* Styles for the container inside the header */
.ih-header .container {
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 16px;
}

/* Optional: Styling for navigation items */
.ih-nav .ih-menu {
    display: flex;
    gap: 24px;
}

.ih-nav .ih-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

/* Other header-related styles remain as they are */


.ih-brand img {
    width: 215px;
    display: block;
}

.ih-nav {
    display: none
}

.ih-menu {
    display: flex;
    gap: 35px;
    list-style: none;
    margin: 0;
    padding: 0px 35px;
}

.ih-item {
    position: relative
}

.ih-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    background: transparent;
    border: 0;
    padding: 8px 0;
    cursor: pointer
}

.ih-link:hover {
    opacity: .85
}

.ih-caret {
    width: 14px;
    height: 14px
}

.ih-has-mega:hover>.ih-mega {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}



/* Center the mega under its trigger (not left, not right) */
.ih-mega {
    position: absolute;
    left: 50%;
    top: calc(100% + 12px);
    width: min(960px, 95vw);
    background: var(--ih-mega);
    border-radius: var(--ih-rad);
    box-shadow: var(--ih-shadow);
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, .06);

    /* center + small drop animation */
    transform: translate(-50%, 8px);
    /* X:-50% centers, Y:+8px for initial */
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, transform .2s, visibility .2s;
}

/* open state (e.g., on hover or via a class) */
.ih-has-mega:hover .ih-mega,
.ih-has-mega.is-open .ih-mega {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    /* keep X:-50% while sliding up */
}


.ih-mega--sm {
    width: min(850px, 90vw)
}

.ih-mega-head {
    font: 600 11px/1.2 system-ui;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ih-muted);
    margin-bottom: 10px
}

.ih-mega-grid {
    --cols: 3;
    display: grid;
    grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0
}

.ih-mega-grid--2 {
    --cols: 3
}

.ih-mega-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    text-decoration: none;
    color: var(--ih-text);
    background: transparent;
    border-radius: 12px;
    padding: 12px;
    border: 1px solid transparent;
    transition: background .2s, box-shadow .2s, transform .2s, border-color .2s;
}

.ih-mega-card:hover {
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
    border-color: #fff
}

.ih-chip {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--ih-chip);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 12px/1 system-ui;
    color: #111827;
}

.ih-card-text {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.ih-card-text strong {
    font: 600 14px/1.2 system-ui
}

.ih-card-text small {
    font: 12px/1.2 system-ui;
    color: var(--ih-muted)
}

/* Demo button */
.ih-ghost-btn {
    display: none;
    align-items: center;
    gap: 6px;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
}

.ih-ghost-btns {
    display: none;
    align-items: center;
    gap: 6px;
    color: #fff;
    border: 1px solid #1e2b4a;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    background: linear-gradient(45deg, #b453e7, #e44aa5);
}

.ih-ghost-btn img {
    width: 16px;
    height: 16px
}

.ih-ghost-btn--full {
    display: flex;
    justify-content: center;
    width: 100%
}

/* Burger */
.ih-burger {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: transparent;
    border: 0;
    padding: 6px 20px;
    cursor: pointer
}

.ih-burger span {
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 1px
}

/* Mobile Drawer */
.ih-drawer {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(92vw, 380px);
    transform: translateX(100%);
    background: var(--ih-bg);
    transition: transform .25s ease;
    z-index: 60;
    display: flex;
    flex-direction: column
}

.ih-drawer.is-open {
    transform: none
}

.ih-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid var(--ih-border)
}

.ih-close {
    background: transparent;
    border: 0;
    font-size: 20px;
    line-height: 1;
    cursor: pointer
}

.ih-drawer-body {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.ih-drawer-link {
    padding: 12px 8px;
    text-decoration: none;
    color: var(--ih-text);
    border-bottom: 1px dashed var(--ih-border)
}

.ih-acc {
    border: 1px solid var(--ih-border);
    border-radius: 12px;
    overflow: hidden;
    background: #fafafa
}

.ih-acc-btn {
    width: 100%;
    text-align: left;
    padding: 12px 14px;
    border: 0;
    background: transparent;
    font: 600 14px/1.2 system-ui;
    cursor: pointer
}

.ih-acc-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease
}

.ih-acc.is-open .ih-acc-panel {
    max-height: 600px
}

.ih-acc-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.ih-acc-list li a {
    display: block;
    padding: 10px 14px;
    text-decoration: none;
    color: #111
}

.ih-acc-list li a:hover {
    background: #fff
}

.ih-scrim {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s;
    z-index: 50
}

.ih-scrim.is-open {
    opacity: 1;
    visibility: visible
}

/* Responsive */
@media (min-width: 992px) {
    .ih-nav {
        display: block
    }

    .ih-ghost-btn {
        display: inline-flex
    }
    
    .ih-ghost-btns {
        display: inline-flex
    }

    .ih-burger {
        display: none
    }
}

@media (max-width: 991.98px) {
    .ih-mega {
        display: none
    }
    
    .ih-header {
       position: sticky;
       background: #000;
    }

    /* hide desktop mega on mobile */
}

/* ===== Cloud Mega (Categories) ===== */
.ih-mega--wide {
    width: min(1080px, 96vw);
    background: #efefef;
    position: absolute;
    left: 0;

}

.ih-mega-wrap {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 10px;
}

/* Left category rail */
.ih-cat {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 20px;
    overflow: auto;
    max-height: 400px;
    border-right: 2px solid #000;
}

.ih-cat-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 12px;
    padding: 12px;
    text-align: left;
    cursor: pointer;
    transition: box-shadow .2s, transform .2s, border-color .2s;
}

.ih-cat-btn img {
    width: 44px;
    height: 44px
}

.ih-cat-btn span {
    display: flex;
    flex-direction: column;
    line-height: 1.2
}

.ih-cat-btn b {
    font: 600 14px/1.2 system-ui;
    color: #0f172a
}

.ih-cat-btn small {
    font: 12px/1.2 system-ui;
    color: #5b6476
}

.ih-cat-btn:hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
    transform: translateY(-1px)
}

.ih-cat-btn.is-active {
    border-color: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .12)
}

/* Right content side */
.ih-tabpanes {
    position: relative;
    overflow: auto;
    max-height: 400px;
    padding-right: 6px
}

.ih-tabpane {
    display: block
}

.ih-tabpane[hidden] {
    display: none
}

.ih-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px
}

/* Cards */
.ih-card {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 12px;
    padding: 14px;
    color: #0f172a;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}

.ih-card img {
    width: 50px;
    height: 50px
}

.ih-card b {
    display: block;
    font: 600 14px/1.2 system-ui
}

.ih-card small {
    display: block;
    color: #5b6476;
    font: 12px/1.2 system-ui;
    margin-top: 2px
}

.ih-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
    border-color: #fff
}

/* Responsive */
@media (max-width: 1100px) {
    .ih-mega-wrap {
        grid-template-columns: 260px 1fr
    }
}

@media (max-width: 900px) {
    .ih-mega {
        display: none
    }

    /* Use your mobile drawer on small screens */
}


/* Simple mobile lists */
#ih-mobile .ih-list {
    list-style: none;
    margin: 0;
    padding: 6px 0 10px;
}

#ih-mobile .ih-list li {
    margin: 0;
}

#ih-mobile .ih-list a {
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

#ih-mobile .ih-list li:last-child a {
    border-bottom: 0;
}

/* Sub-accordion buttons (category headings) */
#ih-mobile .ih-acc-btn--sub {
    font-size: 0.95rem;
    font-weight: 700;
    padding: 12px;
    color: #000;
    background: transparent;
    border: 0;
    width: 100%;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

#ih-mobile .ih-acc-btn--sub:first-of-type {
    border-top: 0;
}

/* Panels */
#ih-mobile .ih-acc-panel--sub {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
    padding-left: 2px;
}

/* ========== SCOPE ========== */
.bw-page {
    --bw-dark: #000;
    --bw-light: #fff;
    --bw-ink: #0a0a0a;
    --bw-muted: #bdbdbd;
    --bw-line: rgba(255, 255, 255, .10);
    --bw-line-light: rgba(0, 0, 0, .10);
    background: var(--bw-dark);
    color: #eee;
}

.bw-page .hero-section ul {
    padding: 15px 0px
}

.bw-page .hero-section ul li {
    display: inline-flex;
    gap: 10px;
    margin: 10px 0px;
    line-height: 1.6em;
}


.bw-page .hero-section ul li::before {
    content: "✓";
    width: 24px;
    height: 24px;
    background: #8d8b8b;
    border: 1px solid #3a3a3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    flex-shrink: 0;
}

/* spacing & container */
.bw-page .bw-section {
    padding: 90px 0;
}

.bw-page .bw--dark {
    background: var(--bw-dark);
    color: #eee;
    border-top: 1px solid var(--bw-line);
    border-bottom: 1px solid var(--bw-line);
}

.bw-page .bw--light {
    background: var(--bw-light);
    color: #111;
}

.bw-page .bw--light .bw-sub,
.bw-page .bw--light p {
    color: #555;
}

.bw-page .bw-grid-2 {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 32px;
}

@media (max-width: 960px) {
    .bw-page .bw-grid-2 {
        grid-template-columns: 1fr;
    }
}

/* type */
.bw-page .bw-kicker {
    display: inline-block;
    font-size: .75rem;
    letter-spacing: .12em;
    /*text-transform: uppercase;*/
    color: #9f9f9f;
    margin-bottom: 10px;
    border: 1px solid #ffffffb3;
    border-radius: 10px;
    padding: 5px;
    background: black;
}

.bw-page .bw-kicker--light {
    color: #666;
}

.bw-page .bw-h1 {
    font-size: clamp(28px, 3.6vw, 48px);
    line-height: 1.15;
    font-weight: 800;
    color: #fff;
}

.bw-page .bw-h2 {
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    color: currentColor;
}

.bw-page .bw-h4 {
    font-weight: 700;
    margin-bottom: 8px;
}

.bw-page .bw-lead {
    color: #cfcfcf;
    margin-top: 12px;
    max-width: 640px;
}

.bw-page .bw-sub {
    color: #a8a8a8;
}

/* hero */
.bw-page .bw-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.bw-page .bw-bullets {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 16px;
    color: #9f9f9f;
}

.bw-page .bw-art img {
    width: 100%;
    border-radius: 14px;
    /*border: 1px solid var(--bw-line);*/
    /*background: #0a0a0a;*/
}

/* buttons */
.bw-page .bw-btn {
    padding: .8rem 1.2rem;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .25s;
}

.bw-page .bw-btn--solid {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

.bw-page .bw-btn--solid:hover {
    background: transparent;
    color: #fff;
}

.bw-page .bw-btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.bw-page .bw--light .bw-btn--ghost {
    color: #111;
    border-color: #111;
}

.bw-page .bw--light .bw-btn--ghost:hover {
    background: #111;
    color: #fff;
}

/* logos */
.bw-page .bw-center {
    text-align: center;
}

.bw-page .bw-logos {
    display: grid;
    grid-template-columns: repeat(5, minmax(80px, 1fr));
    gap: 24px;
    align-items: center;
    margin-top: 26px;
}

.bw-page .bw-logos img {
    width: 100%;
    max-width: 140px;
    opacity: .7;
    filter: grayscale(100%);
    transition: .25s;
    margin-inline: auto;
}

.bw-page .bw-logos img:hover {
    opacity: 1;
    filter: none;
}

@media (max-width:768px) {
    .bw-page .bw-logos {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* cards */
.bw-page .bw-head {
    margin-bottom: 30px;
    text-align: center;
}

.bw-page .bw-cards-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

@media (max-width:900px) {
    .bw-page .bw-cards-3 {
        grid-template-columns: 1fr;
    }
}

.bw-page .bw-card {
    background: #efefef;
    border: 1px solid var(--bw-line);
    border-radius: 14px;
    padding: 20px 30px;
}

.bw-page .bw-card h3 {
    color: #000000;
    margin-bottom: 6px;
    font-weight: 700;
}

.bw-page .bw-card p {
    color: #000000;
}

.bw-page .bw-card--outline {
    background: transparent;
    border: 1px solid var(--bw-line-light);
}

.bw-page .bw-cards--outline .bw-card {
    background: #fff;
    color: #111;
    border-color: var(--bw-line-light);
}

.bw-page .bw-cards--outline .bw-card h3 {
    color: #111;
}

.bw-page .bw-cards--outline .bw-card p {
    color: #555;
}

/* form panel */
.bw-page .bw-form {
    display: grid;
    gap: 12px;
    margin-top: 10px;
}

.bw-page .bw-label {
    font-size: .85rem;
    color: #9f9f9f;
}

.bw-page .bw-input {
    width: 100%;
    padding: .8rem 1rem;
    border-radius: 10px;
    background: #0a0a0a;
    color: #eee;
    border: 1px solid var(--bw-line);
}

.bw-page .bw-panel {
    background: #fff;
    border: 1px solid var(--bw-line-light);
    border-radius: 14px;
    padding: 18px;
    color: #111;
}

.bw-page .bw-list {
    margin: 10px 0 0;
    padding-left: 18px;
}

.bw-page .bw-list li {
    margin: 6px 0;
}

/* metrics */
.bw-page .bw-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (max-width:900px) {
    .bw-page .bw-metrics {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bw-page .bw-metric {
    background: #0b0b0b;
    border: 1px solid var(--bw-line);
    border-radius: 14px;
    padding: 18px;
    text-align: center;
}

.bw-page .bw-metric__value {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}

.bw-page .bw-metric__label {
    color: #9f9f9f;
}

/* testimonials (stagger) */
.bw-page .bw-testimonials {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    align-items: stretch;
}

.bw-page .bw-quote {
    background: #0c0c0c;
    border: 1px solid var(--bw-line);
    border-radius: 14px;
    padding: 18px;
    color: #dcdcdc;
}

.bw-page .bw-quote cite {
    display: block;
    margin-top: 8px;
    color: #9f9f9f;
    font-style: normal;
}

.bw-page .bw-quote--lg {
    grid-column: span 2;
}

@media (max-width:900px) {
    .bw-page .bw-testimonials {
        grid-template-columns: 1fr;
    }

    .bw-page .bw-quote--lg {
        grid-column: auto;
    }
}

/* FAQ */
.bw-page .bw-faq details {
    border: 1px solid var(--bw-line-light);
    border-radius: 12px;
    padding: 14px;
    background: #fff;
    color: #111;
}

.bw-page .bw-faq summary {
    cursor: pointer;
    font-weight: 700;
}

.bw-page .bw-faq p {
    color: #444;
    margin-top: 8px;
}

/* subtle hover/focus */
.bw-page a,
.bw-page button,
.bw-page .bw-input,
.bw-page .bw-card,
.bw-page .bw-metric {
    transition: .24s ease;
}

.bw-page .bw-card:hover {
    transform: translateY(-4px);
}

.bw-page .bw-cards-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
    text-align: justify;
}

@media (max-width:1024px) {
    .bw-page .bw-cards-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:600px) {
    .bw-page .bw-cards-4 {
        grid-template-columns: 1fr;
    }
}

.bw-page .bw-card {
    background: #efefef;
    color: #111;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 14px;
    padding: 40px;
    transition: .3s ease;
}

.bw-page .bw-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 18px rgba(0, 0, 0, .1);
}

.bw-page .bw-cards-4 h3 {
    font-size: 20px;
}

.bw-page .bw-cards-4 p {
    font-size: 18px;
}

.bw-page .bw-cards-4 .ico {
    font-size: 28px;
}

< !--=====Value Props (Black)=====-->

/* ===== Foundation section (light) ===== */
.bw-foundation .bw-head.bw-center {
    text-align: center;
}

.bw-foundation .bw-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 10px;
}

/* Grid */
.bw-foundation .bw-cards-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 28px;
}

@media (max-width:1024px) {
    .bw-foundation .bw-cards-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:640px) {
    .bw-foundation .bw-cards-3 {
        grid-template-columns: 1fr;
    }
}

/* Card shell */
.bw-foundation .bw-card.fx-card {
    position: relative;
    background: #fff;
    color: #111;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 16px;
    padding: 22px 20px 18px 20px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
}

.bw-foundation .bw-card.fx-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
    border-color: rgba(0, 0, 0, .12);
}

/* Icon */
.bw-foundation .fx-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 12px;
    background: #111;
    /* black on light */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06), 0 4px 10px rgba(0, 0, 0, .1);
    margin-bottom: 14px;
}

.bw-foundation .fx-icon svg {
    width: 22px;
    height: 22px;
    display: block;
}

/* Content */
.bw-foundation .fx-content .fx-title {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -.01em;
    margin: 2px 0 8px;
}

.bw-foundation .fx-content .fx-emph {
    background: #111;
    color: #fff;
    border-radius: 8px;
    padding: 2px 6px;
    font-weight: 900;
}

.bw-foundation .fx-content .fx-body {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* Bulleted mini list */
.bw-foundation .fx-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}

.bw-foundation .fx-list li {
    font-size: 13.5px;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bw-foundation .fx-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #111;
    display: inline-block;
    flex: 0 0 8px;
}

/* Tiny badges */
.bw-foundation .fx-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bw-foundation .fx-badge {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    padding: 6px 10px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
}

.h100-specs {
    background-color: #fff;
    color: #111;
    padding: 60px 0;
    text-align: center;
}

.h100-specs .specs-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2.5rem;
    letter-spacing: -0.02em;
}

.h100-specs .specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 40px;
    margin: 0 auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px 0;
}

.h100-specs .spec-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.h100-specs .spec-item:last-child {
    border-right: none;
}

.h100-specs .spec-label {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 8px;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.h100-specs .spec-value {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.5;
}

/* Dark mode variation */
.h100-specs.dark {
    background: #111;
    color: #f4f4f4;
}

.h100-specs.dark .spec-item {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.h100-specs.dark .specs-grid {
    border-color: rgba(255, 255, 255, 0.15);
}

.h100-specs.dark .spec-label {
    color: #fff;
}

.h100-specs.dark .spec-value {
    color: #ccc;
}



/* wrapper */
.ihh100-split {
    background-color: #000;
    padding: 60px 0;
}

.ihh100-wrap {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(300px, 1fr) 1fr;
    gap: 48px;
    align-items: center;
}


 .ihh100-wrap {
        padding: 0px 35px;
    }
    
.ihdc-wrap , .h100use__grid , .bw-grid-2{
        padding: 0px 20px;
    }
/* content */
.ihh100-kicker {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.ihh100-title {
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 14px 0;
    color: #fff;
    font-weight: 700;
}

.ihh100-desc {
    margin: 0 0 18px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
}


/* image */
.ihh100-visual {
    position: relative;
}

.ihh100-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

/* responsive: content first, image below on mobile */
@media (max-width: 860px) {
    .ihh100-wrap {
        grid-template-columns: 1fr;
    }

    .ihh100-copy {
        order: 1;
    }

    .ihh100-visual {
        order: 2;
    }

    .ihh100-split {
        padding: 56px 16px;
    }
}

/* Base */
.ihdc-section {
    --bg: #0b0b0b;
    --fg: #f5f5f5;
    --muted: #bdbdbd;
    --line: rgba(255, 255, 255, .12);
    --chip: rgba(255, 255, 255, .06);
    --accent: #fff;
    padding: 60px 0px;
    background: var(--bg);
    background: #fff;
    color: var(--fg);
    position: relative;
    overflow: hidden;
}

.ihdc--light {
    --bg: #ffffff;
    --fg: #0b0b0b;
    --muted: #5b5b5b;
    --line: rgba(0, 0, 0, .12);
    --chip: rgba(0, 0, 0, .04);
    --accent: #111;
}

/* subtle grid backdrop */
.ihdc-section::before {
    content: "";
    position: absolute;
    inset: -20%;
    background:
        radial-gradient(1000px 1000px at 110% -10%, rgba(255, 255, 255, 0), transparent 60%),
        linear-gradient(transparent 24px, var(--line) 25px),
        linear-gradient(90deg, transparent 24px, var(--line) 25px);
    background: #fff;
    background-size: 100% 100%, 50px 50px, 50px 50px;
    opacity: .35;
    pointer-events: none;
}

/* Layout */
.ihdc-wrap {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 56px;
    position: relative;
    z-index: 1;
    align-items: center;
}

/* Copy */
.ihdc-kicker {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}

.ihdc-title {
    margin: 0 0 10px 0;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #000;
    font-weight: 700;
}

.ihdc-underline {
    background: linear-gradient(currentColor, currentColor) bottom left / 100% 2px no-repeat;
    padding-bottom: 4px;
}

.ihdc-sub {
    color: #000;
    line-height: 1.7;
    margin: 8px 0 22px;
}

/* Features list */
.ihdc-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
    list-style: none;
    margin: 0 0 22px 0;
    padding: 0;
}

.ihdc-features li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 10px;
    align-items: start;
    color: #000;
}

.ihdc-features svg {
    width: 22px;
    height: 22px;
    color: #000;
    margin-top: 2px;
}

.ihdc-features small {
    color: #000;
    display: block;
    margin-top: 2px;
}

/* Stats */
.ihdc-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 6px 0 22px;
}

.ihdc-stat {
    background: #efefef;
    border: none;
    border-radius: 12px;
    padding: 12px 14px;
    text-align: center;
}

.ihdc-stat b {
    font-size: 18px;
    letter-spacing: .02em;
    color: #000;
}

.ihdc-stat small {
    display: block;
    color: #000;
    margin-top: 4px;
}


/* Visual */
.ihdc-visual {
    position: relative;
}

.ihdc-rack {
    border-radius: 16px;
}

.ihdc-rack-row {
    height: 30px;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04));
    margin-bottom: 10px;
    border: 1px solid var(--line);
}

.ihdc-rack-row:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 980px) {
    .ihdc-wrap {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ihdc-features {
        grid-template-columns: 1fr;
    }

    .ihdc-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .ihdc-section {
        padding: 64px 16px;
    }

    .ihdc-stats {
        grid-template-columns: 1fr 1fr;
    }
}

/* ===== H100 Performance Section ===== */
.h100_sepcification_section {
    --bg: #0b0b0b;
    --fg: #ffffff;
    --muted: #c9c9c9;
    --line: rgba(255, 255, 255, 0.1);
    --card-bg: rgba(255, 255, 255, 0.05);

    background: #fff;
    color: var(--fg);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

/* container */
.h100_container {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    background: #efefef;
    padding: 30px;
    border-radius: 10px;
}

/* header */
.h100_specification_heading {
    font-size: clamp(28px, 3.2vw, 42px);
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #000;
}

.h100_specification_text {
    color: #000;
    line-height: 1.7;
    max-width: 950px;
    margin: 0 auto 40px;
}

/* grid layout */
.h100_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    justify-content: center;
    align-items: stretch;
}

.h100_card {
    background: #efefef;
    border: none;
    border-radius: 16px;
    padding: 28px 18px;
    text-align: center;
    transition: transform 0.25s ease, background 0.25s ease;
}

.h100_card:hover {
    transform: translateY(-4px);
    background: rgba(211, 210, 210, 0.404);
}

/* text inside cards */
.h100_number_text {
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
    color: #000;
}

.h100_content_text {
    color: #000;
    font-size: 15px;
    line-height: 1.6;
}

/* responsive */
@media (max-width: 640px) {
    .h100_sepcification_section {
        padding: 60px 16px;
    }

    .h100_card {
        padding: 24px 16px;
    }
}

/* =========================
   H100 Use Cases (black & white)
   ========================= */
.h100use {
    --h-fg: #000000;
    --h-muted: #000000;
    --h-line: rgb(0, 0, 0);
    --h-card: #efefef;

    background: #fff;
    color: #000;
    padding: 60px 0;
}

.h100use__container {
    max-width: 1280px;
    margin: 0 auto;
}

.h100use__head {
    text-align: center;
    margin-bottom: 28px;
}

.h100use__title {
    font-size: clamp(28px, 3.2vw, 40px);
    letter-spacing: -0.02em;
    margin: 0 0 8px 0;
    font-weight: 700;
}

.h100use__sub {
    color: var(--h-muted);
    font-size: 15px;
    margin: 0;
}

/* Grid */
.h100use__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 25px;
    margin-top: 24px;
}

/* Card */
.h100use__card {
    grid-column: span 4;
    background: var(--h-card);
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.h100use__card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid #0000007b;
}

.h100use__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--h-line);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.h100use__cardTitle {
    font-size: 18px;
    font-weight: 800;
    margin: 4px 0 0 0;
    letter-spacing: .2px;
}

.h100use__text {
    color: var(--h-muted);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .h100use__card {
        grid-column: span 6;
    }
}

@media (max-width: 640px) {
    .h100use {
        padding: 64px 16px;
    }

    .h100use__card {
        grid-column: span 12;
    }
}



.body {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    padding-top: 0px;
    /*padding-bottom: 60px;*/
    min-height: 100vh;
}

.body::before {
    content: '';
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
    animation: pulse 15s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.body .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.body .banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 50%, #1a1a1a 100%);
    border-radius: 24px;
    padding: 60px 80px;
    max-width: 1400px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #2a2a2a;
}

.body .banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.02) 0%, transparent 50%);
    pointer-events: none;
}

.body .top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.badges {
    display: flex;
    gap: 16px;
}

.badge {
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.badge-status {
    background: #2a2a2a;
    color: #e0e0e0;
    border: 1px solid #3a3a3a;
}

.badge-status::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.badge-price {
    background: #2a2a2a;
    color: #ffffff;
    border: 1px solid #3a3a3a;
}

.currency {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #999;
    font-size: 14px;
}

.currency-value {
    background: #1a1a1a;
    border: 1px solid #333;
    padding: 8px 16px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.banner h1 {
    font-size: 54px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

@media (max-width: 640px) {
    .banner h1 {
        font-size: 34px;
        font-weight: 900;
        line-height: 1.2;
        margin-bottom: 20px;
        color: #ffffff;
        position: relative;
        z-index: 1;
    }

}

.highlight {
    background: linear-gradient(135deg, #ffffff 0%, #b0b0b0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}

.description {
    font-size: 18px;
    color: #b0b0b0;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.btn {
    padding: 18px 40px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-primary {
    background: linear-gradient(135deg, #ffffff 0%, #d0d0d0 100%);
    color: #0a0a0a;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(255, 255, 255, 0.3);
}

.btn-secondary {
    background: transparent;
    color: #e0e0e0;
    border: 2px solid #4a4a4a;
}

.btn-secondary:hover {
    border-color: #6a6a6a;
    background: rgba(255, 255, 255, 0.05);
}

.arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.btn-primary:hover .arrow {
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .banner {
        padding: 40px 30px;
    }

    .top-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    h1 {
        font-size: 36px;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }
}







#why-pricing-works {
    position: relative;
    overflow: hidden;
}

.pricing-badge {
    display: inline-block;
    padding: 10px 20px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 50px;
    color: #d0d0d0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.pricing-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 20px;
}

.pricing-title .gradient-text {
    background: linear-gradient(135deg, #ffffff 0%, #888888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-description {
    font-size: 17px;
    color: #b0b0b0;
    line-height: 1.6;
    max-width: 550px;
    margin-left: auto;
}

.pricing-card {
    background: linear-gradient(135deg, #141414 0%, #0f0f0f 100%);
    border: 1px solid #2a2a2a;
    border-radius: 20px;
    padding: 30px 25px;
    color: #d0d0d0;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.pricing-card:hover {
    transform: translateY(-5px);
    border-color: #444;
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.1);
}

.pricing-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.pricing-card p {
    font-size: 15px;
    color: #a0a0a0;
    line-height: 1.6;
}

.decor-circle {
    position: absolute;
    border: 1px solid #2a2a2a;
    border-radius: 50%;
    pointer-events: none;
}

.decor1 {
    width: 250px;
    height: 250px;
    top: -80px;
    right: -80px;
    opacity: 0.25;
}

.decor2 {
    width: 180px;
    height: 180px;
    bottom: -60px;
    left: -60px;
    opacity: 0.15;
}

@media (max-width: 992px) {
    #why-pricing-works .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .col-right {
        text-align: center !important;
        flex: -1 1 500px;
    }

    .pricing-description {
        margin: 0 auto;
    }

    .col-left {
        grid-template-columns: 1fr;
    }
}

.cta-discover .btn-primary {
    padding: 15px 25px;
    background: #000000;
    color: #ffffff;
    border: 1px solid #fff;
    display: inline-flex;
}

.cta-discover .btn-primary:hover {
    background: #409232;
    border: 1px solid #409232;
}

.hero-slide .btn,
.not-sure .btn {
    display: inline-flex;
    padding: 15px 40px;
}


/* ---------- Contact (scoped) ---------- */
.cnt-page {
    --cnt-bg: #0f0f10;
    --cnt-fg: #fff;
    --cnt-ink: #0f0f10;
    --cnt-muted: #6b7280;
    --cnt-line: #e5e7eb;
    --cnt-ac: #111827;
    --cnt-primary: #111827;
    --cnt-primary-ink: #fff;
}

.cnt-hero {
    background: #0f0f10;
    color: #fff;
    padding: 64px 0;
}

.cnt-hero__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cnt-hero__copy {
    max-width: 780px;
    text-align: center;
}

.cnt-h1 {
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.15;
    margin: 0 0 10px;
    font-weight: 800;
}

.cnt-sub {
    color: #c7c9d1;
    margin: 0 auto;
    max-width: 720px;
}

.cnt-section {
    background: #fff;
    padding: 64px 0;
}

.cnt-section .container {
    max-width: 1100px;
}

.cnt-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    align-items: start;
}

@media (max-width: 900px) {
    .cnt-grid {
        grid-template-columns: 1fr;
    }
    
    .not-sure .btn {
        width: auto;
    }
}

.cnt-card {
    background: #ffffff;
    border: 1px solid var(--cnt-line);
    border-radius: 14px;
    padding: 24px;
}



.cnt-side__box {
    background: #efefef;
    border: 1px solid var(--cnt-line);
    border-radius: 14px;
    padding: 24px;
}

.cnt-h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px;
}

.cnt-h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
}

.cnt-text {
    color: #374151;
}

.cnt-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
    display: grid;
    gap: 10px;
}

.cnt-list li {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #111827;
}

.cnt-cta {
    margin-top: 14px;
}

.cnt-form {
    display: grid;
    gap: 14px;
}

.cnt-row {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width:700px) {
    .cnt-row {
        grid-template-columns: 1fr;
    }
}

.cnt-field {
    display: grid;
    gap: 6px;
}

.cnt-label {
    font-size: 13px;
    color: #111827;
    font-weight: 600;
}

.cnt-input {
    width: 100%;
    border-bottom: 1px solid var(--cnt-line);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    outline: none;
    transition: box-shadow .15s, border-color .15s;
    background: #fff;
    color: #111827;
}

.cnt-input:focus {
    border-color: #111827;
    /*box-shadow: 0 0 0 3px rgba(17, 24, 39, .08);*/
}

.cnt-textarea {
    min-height: 140px;
    resize: vertical;
}

.cnt-error {
    color: #b91c1c;
    font-size: 12px;
    min-height: 14px;
}

.cnt-hp {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.cnt-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cnt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}

.cnt-btn--solid {
    background: var(--cnt-primary);
    color: var(--cnt-primary-ink);
    padding: 12px 18px;
    border: 1px solid var(--cnt-primary);
}

.cnt-btn--solid:hover {
    filter: brightness(.95);
}

.cnt-btn--ghost {
    background: #fff;
    color: #111827;
    border: 1px solid var(--cnt-line);
    padding: 10px 16px;
}

.cnt-btn--ghost:hover {
    background: #f3f4f6;
}

.cnt-note {
    color: #6b7280;
    font-size: 12px;
}

.cnt-msg {
    margin-top: 8px;
    font-size: 13px;
}

.cnt-msg--ok {
    color: #065f46;
}

.cnt-msg--error {
    color: #b91c1c;
}


/* ==================== Privacy Policy (scoped) ==================== */
.pp-page {
    --pp-ink: #0f0f10;
    --pp-muted: #6b7280;
    --pp-line: #eceef1;
    --pp-bg: #ffffff;
    --pp-dark: #0f0f10;
    --pp-soft: #f6f7f9;
    --pp-accent: #111827;
}

.pp-hero {
    background: var(--pp-dark);
    color: #fff;
    padding: 64px 0 56px;
}

.pp-hero__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pp-h1 {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    margin: 0 0 12px;
    font-weight: 800;
}

.pp-sub {
    color: #cbd0d6;
    max-width: 900px;
    margin: 0 auto;
}

.pp-meta {
    margin-top: 14px;
    color: #aab0b6;
    font-size: 14px;
    display: flex;
    gap: 6px;
    justify-content: center;
}

.pp-body {
    background: #fff;
    padding: 48px 0 80px;
}

.pp-grid {
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 28px;
    align-items: start;
}

@media (max-width: 992px) {
    .pp-grid {
        grid-template-columns: 1fr;
    }
}

.pp-toc {
    position: sticky;
    top: 0px;
    align-self: start;
}

.pp-toc__box {
    background: var(--pp-soft);
    border: 1px solid var(--pp-line);
    border-radius: 14px;
    padding: 18px;
}

.pp-toc__title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
    color: var(--pp-ink);
}

.pp-toc__list {
    list-style: decimal;
    padding-left: 20px;
    margin: 0;
    display: grid;
    gap: 6px;
}

.pp-toc__list a {
    color: #374151;
    text-decoration: none;
    border-radius: 8px;
    padding: 6px 8px;
    display: block;
}

.pp-toc__list a:hover {
    background: #eef0f4;
}

.pp-toc__list a.is-active {
    background: #0f0f10;
    color: #fff;
}

.pp-content {
    min-width: 0;
}

.pp-chapter {
    padding: 18px 0 10px;
    border-bottom: 1px dashed var(--pp-line);
}

.pp-h2 {
    font-size: clamp(20px, 2.3vw, 28px);
    margin: 0 0 10px;
    font-weight: 800;
    color: var(--pp-ink);
}

.pp-h3 {
    font-size: 18px;
    margin: 8px 0;
    font-weight: 700;
}

.pp-list {
    margin: 10px 0;
    padding-left: 18px;
    color: #1f2937;
}

.pp-list li {
    margin: 6px 0;
}

.pp-chapter p {
    color: #1f2937;
}

.pp-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 8px;
}

@media (max-width: 780px) {
    .pp-cards {
        grid-template-columns: 1fr;
    }
}

.pp-card {
    background: #fff;
    border: 1px solid var(--pp-line);
    border-radius: 12px;
    padding: 16px;
}

.pp-card p {
    margin: 0;
    color: #1f2937;
}

.pp-acc {
    margin: 10px 0;
    border: 1px solid var(--pp-line);
    border-radius: 10px;
    background: #fff;
}

.pp-acc>summary {
    cursor: pointer;
    list-style: none;
    padding: 12px 14px;
}

.pp-acc>summary::-webkit-details-marker {
    display: none;
}

.pp-acc__body {
    padding: 0 14px 12px;
    color: #374151;
}

.pp-cta {
    margin-top: 24px;
}

.pp-cta__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: var(--pp-soft);
    border: 1px solid var(--pp-line);
    border-radius: 14px;
    padding: 16px;
}

#trusted h2{
    font-size: 1.8rem;
}

.logo-pill {
    border: none;
    
}

.foundation{
    background: #fff;
}

.foundation .card {
    border: none;
    padding: 2.1rem 1.1rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.res-cta .container{
    max-width: 1280px;
}

@media (max-width:700px) {
    .pp-cta__wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .pp-toc {
        display: none;
    }
}

.pp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 10px;
    background: var(--pp-accent);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.pp-btn:hover {
    filter: brightness(.95);
}


.social-media img {
    height: 20px;
}

/* ===== Trusted Logos Marquee ===== */
.ih-marquee { 
  padding: 48px 0; 
  background:#fff; 
  border-block: 1px solid #e5e7eb;
}

.ih-marquee .container { 
  margin: 0 auto; 
  padding: 0 16px; 
}

.ih-marquee__title {
  text-align:center;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 24px;
}

.ih-marquee__rail {
  position: relative;
  overflow: hidden;
  margin-block: 12px;

  /* Edge fade */
  mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.ih-marquee__track {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
  will-change: transform;
  animation: ih-marquee-slide 28s linear infinite;
}

.ih-marquee__rail--reverse .ih-marquee__track {
  animation-direction: reverse;
  animation-duration: 32s; /* slight variation for a natural feel */
}

.ih-marquee__rail:hover .ih-marquee__track {
  animation-play-state: paused;
}

.ih-marquee__item {
  flex: 0 0 auto;
  /*filter: grayscale(100%) contrast(105%);*/
  opacity: 0.85;
  transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}

.ih-marquee__item:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: translateY(-2px);
}

.ih-marquee__item img {
    display: block;
    height: clamp(45px, 8vw, 70px);
    width: auto;
    object-fit: contain;
    opacity: .8;
}

/* Animation: translate the length of half the track (because we duplicated) */
@keyframes ih-marquee-slide {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .ih-marquee__track { animation: none; }
}

/* Small screens */
@media (max-width: 480px) {
  .ih-marquee__track { gap: 28px; }
}


.ih-reviews {
  background: #0c0c0f;
  color: #fff;
  padding: 60px 0;
}

.ih-reviews__grids {
    display: grid;
    grid-template-columns: 1.5fr 2.1fr;
    align-items: center;
    gap: 50px;
}

.ih-reviews__head {
  margin-bottom: 36px;
}

.ih-reviews__head h2 {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  margin: 0 0 8px;
}

.ih-reviews__head p {
  color: #bfc3cf;
  margin-bottom: 20px;
}

/* Two columns visible */
.ih-reviews__grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* two at a time */
  gap: 28px;
}

/* Each column is a viewport with fade top/bottom */
.ih-reviews__col {
    height: 560px;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 95%, transparent);
}

/* Track that actually scrolls upward */
.ih-reviews__track {
  display: flex;
  flex-direction: column;
  gap: 18px;
  will-change: transform;
  animation: ih-scroll linear infinite;
}

/* Use the column data-speed to vary speed a bit */
.ih-reviews__col[data-speed="28s"] .ih-reviews__track { animation-duration: 28s; }
.ih-reviews__col[data-speed="32s"] .ih-reviews__track { animation-duration: 32s; }

/* Review card (variable height, white background) */
.ih-review {
  background: #ffffff;
  color: #0f1115;
  border-radius: 14px;
  padding: 18px 18px 16px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.25);
}

.ih-review__meta {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.ih-review__meta img {
  width: 36px; height: 36px; border-radius: 50%;
  background: #eee;
}

.ih-review__stars { color: #f5b300; font-size: 12px; letter-spacing: 1px; }
.ih-review__badge {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  color: #1a7f37;
  background: #e6f4ea;
  border: 1px solid #b7e4c7;
  padding: 2px 8px;
  border-radius: 999px;
}

.ih-review p { line-height: 1.55; font-size: 15px; margin-bottom: 20px; }

.ih-reviews__head .ih-btn {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 12px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.ih-reviews__head .ih-btn:hover {
  background: #efefe;
}

/* Smooth infinite vertical loop */
@keyframes ih-scroll {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); } /* we’ll duplicate the content via JS */
}

/* Pause on hover for readability */
.ih-reviews__col:hover .ih-reviews__track { animation-play-state: paused; }

/* Responsive */
@media (max-width: 900px) {
  .ih-reviews__grid { grid-template-columns: 1fr; }
  .ih-reviews__col   { height: 520px; }
  .ih-reviews__col_none { display: none;}
  .ih-reviews__grids {
    display: block;
}
}

.chapters-page {
    background: #ffffff;
    color: #e9eef8;
    padding: 60px 0px;
}

/* --- Layout --- */
.chapters-wrap {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 28px;
    align-items: start;
}

@media (max-width: 980px) {
    .chapters-wrap {
        grid-template-columns: 1fr;
    }
}

/* --- TOC --- */
.toc {
    position: sticky;
    top: 90px;
    background: #F5F5F4;
    /*border: 1px solid #1c223130;*/
    border-radius: 16px;
    padding: 16px;
}

.toc h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #000;
    margin: 0 0 10px;
}

.toc a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    color: #000000;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #00000000;
    transition: .2s;
    font-size: 14px;
}

.toc a i {
    font-size: 18px;
    color: #000;
}

.toc a:hover {
    background: #000;
    border-color: #fff;
    color: #fff;
}

.toc a:hover i{
    color: #fff;
}

.toc a.active {
    border-color: #000;
}

/* --- Chapter --- */
.chapter {
    background: #ffffff;
    border: 1px solid #00000026;
    border-radius: 18px;
    padding: 22px;
    margin-bottom: 22px;
}

.chapter .ch-head {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 12px;
}

.chapter .ch-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid #00000026;
    color: #000;
    border-radius: 10px;
}

.chapter h2 {
    font-size: 20px;
    margin: 0;
    color: #000;
}

.chapter p.sub {
    color: #a8b3c7;
    margin: 3px 0 12px;
    color: #000;
}

/* --- Price Table --- */
.price-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #1e2533;
}

.price-table thead th {
    background: #F5F5F4;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    padding: 12px;
}

.price-table tbody td {
    border-top: 1px solid #1e2533;
    padding: 6px 10px;
    color: #000;
    font-size: 14px;
    background: #F5F5F4;
}

.price-table tbody tr:nth-child(even) td {
    background: #F5F5F4;
}

.muted {
    color: #9badc7;
    font-size: 12px;
}

.badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 999px;
    background: #11221a;
    color: #58d69a;
    border: 1px solid #1b3b2e;
    font-size: 12px;
}

.note {
    margin-top: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.chapter .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: #fff;
    border: 1px solid #26346b;
    background: #000;
    padding: 8px 12px;
    border-radius: 10px;
    text-decoration: none;
}

.chapter .btn-ghost:hover {
    border-color: #3751ff;
    color: #fff;
}

/* --- CTA Band --- */
.cta-band {
    margin: 34px 0 60px;
    background: #000;
    border: 1px solid #fff;
    border-radius: 18px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.cta-band h3 {
    margin: 0;
    font-size: 20px;
}

.cta-band p {
    margin: 4px 0 0;
    color: #fff;
}

.cta-band .cta-actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 10px;
    text-decoration: none;
}

.cta-actions .solid {
    background: #fff;
    color: #0b0c10;
}

.cta-actions .line {
    border: 1px solid #c9d0ff;
    color: #c9d0ff;
}

.cta-actions a:hover {
    opacity: .9;
}

.price-table .badge {
    padding: 5px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    
}

@media (max-width: 875px) {
.toc {
    position: relative;
    top: 0px;
}
}


/* 2) Chapter block scaling across viewports */
@media (max-width: 1280px){
  .chapter{ padding:20px; }
  .chapter h2{ font-size:19px; }
}

@media (max-width: 1024px){
  .chapter{ padding:18px; }
  .chapter .ch-head{ gap:14px; }
  .chapter .ch-icon{ width:36px; height:36px; }
  .chapter h2{ font-size:18px; }
  .chapter p.sub{ font-size:14px; }
}

@media (max-width: 820px){
  /* TOC already unsticks at 875px in your CSS; tighten spacing */
  .toc{ border-radius:14px; padding:14px; }
  .toc a{ padding:9px 10px; font-size:13.5px; }

  /* Compact table typography on tablets */
  .price-table thead th,
  .price-table tbody td{
    padding:10px 12px;
    font-size:13.5px;
    white-space:nowrap;          /* prevent ugly wraps; scroll instead */
  }
  
  .cta-band {
      display: block;
  }
}

@media (max-width: 640px){
  .chapters-page{ padding:40px 0; }
  .chapter{ padding:16px; border-radius:16px; }
  .chapter .ch-head{ gap:12px; }
  .chapter .ch-icon{ width:34px; height:34px; border-radius:8px; }
  .chapter h2{ font-size:17px; }
  .chapter p.sub{ font-size:13.5px; }

  /* Table: slightly smaller paddings for narrow phones */
  .price-table thead th,
  .price-table tbody td{ padding:9px 10px; font-size:13px; }
}

@media (max-width: 420px){
  .chapter{ padding:14px; }
  .chapter h2{ font-size:16px; }
  .chapter p.sub{ font-size:13px; }
  .toc h3{ font-size:13px; }
  .toc a{ font-size:13px; padding:8px 10px; }

  /* Make the minimum scroll width a bit tighter for very small devices */
  .price-table{ min-width:640px; }
}

/* 3) Utility: prevent layout break from long strings */
.price-table td, .price-table th{
  word-break:keep-all;
}
.note{ word-break:break-word; }

/* 4) Optional: subtle hover on rows preserved in scrollable mode */
.price-table tbody tr:hover td{
  background:#eeeeec;
  transition:background .18s ease;
}

.ihx-feat {
  padding: 0px 0 60px;
}

.ihx-feat .container{
    width: 1280px;
}

.ihx-feat__title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.ihx-feat__content{
    padding: 0px 50px ;
}

.ihx-feat__content p{
    font-size: 18px;
}

.ihx-feat__tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.ihx-feat__tab {
  background: #fff;
  border: 1px solid #000;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.25s;
}

.ihx-feat__tab.is-active {
  background: #000;
  color: #fff;
}

.ihx-feat__outer {
  width: 100%;
    border: 1px solid rgba(60, 112, 224, .5);
    box-shadow: 0 0 30px rgba(60, 112, 224, .12);
    border-radius: 16px;
    transition: ease-in .3s;
    padding: 20px;
    background: #efefef;
}

.ihx-feat__outer:hover {
    border: 1px solid rgba(60, 112, 224, 1);
}

.ihx-feat__panel {
    display: none;
    gap: 35px;
    background: #efefef;
    border-radius: 14px;
    padding: 32px;
    align-items: center;
    grid-template-columns: 1.5fr 1.7fr;
}

.ihx-feat__panel.is-active {
  display: grid; /* Show active */
}

.ihx-feat__content {
  flex: 1;
}

.ihx-feat__content ul {
  margin: 0;
  padding-left: 18px;
}

.ihx-feat__content li {
  margin-bottom: 12px;
}

.ihx-feat__media {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ihx-feat__media img {
  max-width: 100%;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 880px) {
  .ihx-feat__panel {
    flex-direction: column;
    text-align: center;
  }

.ihx-feat__panel {
    grid-template-columns: 1fr;
    gap: 32px;
}


.ihx-feat .container{
    width: auto;
}

.ihx-feat__tab {
    padding: 10 20pxpx;
}

}

 /*contact page design css*/
.cnt-hero{
  position:relative; overflow:hidden;
}
.cnt-hero::after{                   /* soft wave highlights */
  content:""; position:absolute; inset:-30% -10% auto -10%; height:120%;
  background: radial-gradient(60% 100% at 50% 0%, rgba(255,255,255,.08), transparent 70%);
  pointer-events:none; mix-blend-mode:screen;
}
.cnt-hero__wrap{min-height:220px; display:flex; align-items:center}
.cnt-h1{margin:0 0 10px; font-size:44px; line-height:1.1; letter-spacing:.2px}
.cnt-sub{max-width:760px; color:#e5e7eb; font-size:17px; margin:0}

/* ---------- GRID (form + info) ---------- */
.cnt-section{margin-top:-140px; margin-bottom:64px}
.cnt-grid{
  display:grid; gap:24px;
  grid-template-columns: 1.1fr .9fr;          /* form : info */
  align-items:start;
}

/* ---------- CARD: FORM ---------- */
.cnt-card{
  background:#ffffff; color:#0f172a;
  border-radius:18px; padding:28px;
  box-shadow:0 20px 60px rgba(3,7,18,.28);
  border:1px solid #eef2ff;
position: relative;
    isolation: isolate;
}
.cnt-h2{margin:2px 0 12px; font-size:22px}
.cnt-form{margin-top:8px}
.cnt-row{display:grid; grid-template-columns:1fr 1fr; gap:16px}
.cnt-field{display:flex; flex-direction:column}
.cnt-label{font-size:13px; font-weight:700; color:#334155; margin-bottom:6px}

.cnt-input{
  width:100%; font-size:15px; color:#0f172a;
  background:#f8fafc; border:1px solid #e5e7eb; border-radius:12px;
  padding:12px 12px; transition:border .15s, box-shadow .15s, background .15s;
}
.cnt-input::placeholder{color:#9ba3af}
.cnt-input:focus{
  outline:none; background:#fff; border-color:#3b82f6;
  box-shadow:0 0 0 4px rgba(59,130,246,.15);
}
.cnt-textarea{resize:vertical; min-height:140px}
.cnt-error{min-height:16px; font-size:12px; color:#dc2626; margin-top:4px}

/* Buttons + messages */
.cnt-actions{display:flex; align-items:center; gap:14px; margin-top:6px}


.cnt-btn--ghost{
  padding:10px 14px; border-radius:10px; color:#e5e7eb;
  background:#fff; border:1px solid rgba(255,255,255,.25);
}

.cnt-note{margin:0; color:#64748b; font-size:13px}
.cnt-msg{margin-top:10px; font-size:14px}
.cnt-msg--ok{color:#16a34a}
.cnt-msg--error{color:#ef4444}

/* ---------- SIDE PANEL ---------- */
.cnt-side__box{
  position:relative; isolation:isolate;
  background: #efefef;
  border:1px solid rgba(255,255,255,.06);
  border-radius:18px; padding:28px;
  box-shadow:0 22px 60px rgba(2,6,23,.35);
}
.cnt-side__box::before{            /* glow ring */
  content:""; position:absolute; inset:-1px; border-radius:18px;
  z-index:-1; filter:blur(18px);
}
.cnt-h3{margin:0 0 8px; font-size:20px}
.cnt-text{color:#000; margin:0 0 14px; font-size:15px}
.cnt-list{list-style:none; padding:0; margin:0; display:grid; gap:12px}
.cnt-list li{
  display:grid; grid-template-columns:36px 1fr; align-items:center; gap:10px;
  color:#000;
}
.cnt-list li span{
  display:grid; place-items:center; width:36px; height:36px;
  border-radius:10px; border:1px solid rgba(255,255,255,.08);
  font-size:16px;
}
.cnt-side a{color:#000; text-decoration:none}
.cnt-side a:hover{text-decoration:underline}
.cnt-cta{margin-top:16px}

/* ---------- FORM VALIDATION (optional visual) ---------- */
.cnt-input[aria-invalid="true"], .cnt-input.is-error{border-color:#ef4444; box-shadow:none}

/* ---------- RESPONSIVE ---------- */
@media (max-width:1100px){
  .cnt-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:920px){
  .cnt-grid{grid-template-columns:1fr; gap:18px}
  .cnt-section{margin-top:-120px}
  .cnt-side__box{order:-1}
}
@media (max-width:640px){
  .cnt-hero{padding:72px 0 132px}
  .cnt-h1{font-size:34px}
  .cnt-sub{font-size:15.5px}
  .cnt-card, .cnt-side__box{padding:18px}
  .cnt-row{grid-template-columns:1fr; gap:12px}
  .cnt-input{padding:11px 12px; font-size:14.5px}
  .cnt-btn--solid{padding:11px 16px}
}

.cnt-btn--ghost:hover {
    background: #000000;
    text-decoration: none;
    color: #fff;
}

@media (max-width:920px){
.ihx-feat__content{
    padding: 0px;
    text-align: justify;
}
    
}

   /* ===== Root (easy theming) ===== */
:root{
  --ihx-bg: #000;
  --ihx-text: #eaf7ff;
  --ihx-muted: #a5b4c7;
  --ihx-primary: #0dd3c5;         /* primary brand */
  --ihx-primary-2: #25a6ff;       /* gradient end */
  --ihx-pill-bg: rgba(15, 45, 60, .55);
  --ihx-pill-bg-2: rgba(10, 60, 40, .55);
  --ihx-outline: rgba(255,255,255,.28);
}

/* ===== Layout ===== */
.ihx-hero{
  position: relative;
  background: var(--ihx-bg);
  color: var(--ihx-text);
  overflow: hidden;
  padding: clamp(90px, 18vw, 190px) 0 150px;
  isolation: isolate; /* ensure overlay sits under text */
}

.ihx-hero .container{
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
}

/* Video */
.ihx-hero__video{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  opacity:.55;           /* similar to your example */
  z-index:-2;
}


/* Subtle grid/vignette glow */
.ihx-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(1200px 400px at 50% 45%, rgb(30 43 74 / 53%), transparent 60%), radial-gradient(1200px 400px at 50% 55%, rgb(31 44 75 / 47%), transparent 60%), linear-gradient(to bottom, rgba(0, 0, 0, .0) 0%, rgb(0 0 0 / 85%) 70%, rgba(0, 0, 0, .6) 100%);
    pointer-events: none;
}

/* Inner */
.ihx-hero__inner{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap: 18px;
}

/* Pills */
.ihx-hero__pills{
  display:flex; gap:12px; flex-wrap:wrap;
  margin-bottom: 10px;
}
.ihx-hero__pill{
  padding:8px 14px;
  border-radius:999px;
  background: var(--ihx-pill-bg);
  color:#c9f3ff;
  border:1px solid rgba(0, 255, 255, .12);
  font-size:14px;
  backdrop-filter: blur(6px);
}
.ihx-hero__pill--green{
  background: linear-gradient(90deg,#3b82f6,#a855f7);
  color:#d2ffef;
  border-color: rgba(0,255,170,.12);
}

/* Title */
.ihx-hero__title{
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: .3px;
  font-size: clamp(32px, 6vw, 68px);
  margin: 6px 0 4px;
}

.ihx-hero__grad{
  background: linear-gradient(90deg,#2563EB,#a855f7,#ec4899);
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}

/* Subhead */
.ihx-hero__sub{
  max-width: 820px;
  margin: 8px auto 0;
  font-size: clamp(16px, 2.2vw, 22px);
  color: #fff;
}

/* CTAs */
.ihx-hero__ctas{
  margin-top: 28px;
  display:flex; gap:16px; flex-wrap:wrap; justify-content:center;
}

/* Buttons */
.ihx-btn{
  position:relative;
  display:inline-flex; align-items:center; gap:10px;
  padding: 14px 22px;
  font-weight: 700;
  border-radius: 14px;
  backdrop-filter: blur(2px);
  text-decoration:none;
  transition: transform .08s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  will-change: transform, box-shadow;
}

.ihx-btn--primary{
  color:#001312;
  background: linear-gradient(180deg, var(--ihx-primary), #00b9a9);
  box-shadow:
    0 10px 28px rgba(0, 255, 220, .18),
    0 0 0 1px rgba(0,0,0,.25) inset;
}
.ihx-btn--primary:hover{
  transform: translateY(-1px);
  box-shadow:
    0 14px 36px rgba(0, 255, 220, .24),
    0 0 0 1px rgba(0,0,0,.25) inset;
}

.ihx-btn--outline{
  color:#eaf7ff;
  border:1px solid var(--ihx-outline);
  background: rgba(255,255,255,0.02);
}
.ihx-btn--outline:hover{
  border-color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.06);
}

.ihx-btn__arrow{ margin-left:4px; }

/* Icon inside primary button */
.ihx-btn--primary svg{ margin-right:2px; }

/* Responsive spacing */
@media (max-width: 640px){
  .ihx-hero{ padding: 84px 0 96px; }
  .ihx-hero__ctas{ gap:12px; }
  .ihx-btn{ padding:12px 40px; justify-content:center; }
}


.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: #000 !important;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  border-radius: 10px;
}

        /* Ensure section takes full height */
.hero-section {
    position: relative;
    overflow: hidden;
}

/* Video background should cover the section */
.bw-section__video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bw-section__video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video covers the entire background */
}

/* Overlay styling */
.bw-section__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(1200px 400px at 50% 45%, rgb(30 43 74 / 53%), transparent 60%), radial-gradient(1200px 400px at 50% 55%, rgb(0 0 0), transparent 60%), linear-gradient(to bottom, rgba(0, 0, 0, .0) 0%, rgb(0 0 0) 70%, rgba(0, 0, 0, .6) 100%);
    pointer-events: none;
    z-index: 0;
}

/* Content Styling */
.bw-grid-2 {
    position: relative;
    z-index: 1; /* Ensures content is above the overlay */
    align-items: center;
}

.bw-section p{
    padding: 20px 0px;
    line-height: 1.9em;
}

@media(max-width:992px){
#performance .card {
    background: #efefef !important;
    height: auto;
}

.ihx-feat__panel {
    padding: 15px;
    
}
}

