
.faq_spacing {
    padding: 40px 0px !important;
}

.technoheaven-landing-page {
    scroll-behavior: smooth;
}

.technoheaven-landing-page {
    margin: 0;
    width: 100%;
    font-family: var(--font-family);
    color: var(--title-text);
    background: var(--color);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

    .technoheaven-landing-page .wrap {
        width: calc(100% - 0px);
        max-width: 1360px;
        margin: 0 auto;
        padding: 0 24px;
    }

    .technoheaven-landing-page .eyebrow {
        font-family: var(--font-family);
        font-size: 14.5px;
        letter-spacing: .14em;
        text-transform: uppercase;
        color: var(--btn-bg--hover);
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 14px;
        font-weight: 700;
    }

        .technoheaven-landing-page .eyebrow::before {
            content: "";
            width: 22px;
            height: 1px;
            background: var(--active-bg);
            display: inline-block;
        }

    .technoheaven-landing-page section {
        padding: 96px 0 0px 0px;
    }

@media (max-width:720px) {
    .technoheaven-landing-page section {
        padding: 64px 0;
    }
}

.technoheaven-landing-page .btn {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 15px;
    padding: 14px 26px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.technoheaven-landing-page .btn-primary {
    background: var(--active-bg);
    color: var(--other-bg);
}

    .technoheaven-landing-page .btn-primary:hover {
        background: var(--btn-bg--hover);
        box-shadow: 0 8px 24px rgba(16,181,218,.35);
        transform: translateY(-1px);
    }

.technoheaven-landing-page .btn-ghost {
    background: transparent;
    border-color: rgba(255,255,255,.35);
    color: var(--color);
}

    .technoheaven-landing-page .btn-ghost:hover {
        border-color: var(--color);
        background: rgba(255,255,255,.08);
    }

.technoheaven-landing-page .btn-outline {
    background: transparent;
    border-color: var(--border-color);
    color: var(--other-bg);
}

    .technoheaven-landing-page .btn-outline:hover {
        border-color: var(--active-bg);
        color: var(--btn-bg--hover);
    }

/* ---------- NAV ---------- */
.technoheaven-landing-page header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(7,28,34,.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.14);
}

.technoheaven-landing-page .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.technoheaven-landing-page .logo {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 19px;
    color: var(--color);
    letter-spacing: -.01em;
    display: flex;
    align-items: center;
    gap: 9px;
}

    .technoheaven-landing-page .logo .dot {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: var(--active-bg);
        box-shadow: 0 0 0 4px rgba(16,181,218,.18);
    }

.technoheaven-landing-page .nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .technoheaven-landing-page .nav-links a {
        color: rgba(255,255,255,.72);
        text-decoration: none;
        font-size: 14.5px;
        font-weight: 500;
        transition: color .15s ease;
    }

        .technoheaven-landing-page .nav-links a:hover {
            color: var(--color);
        }

.technoheaven-landing-page .nav-cta {
    display: flex;
    align-items: center;
    gap: 14px;
}

@media (max-width:900px) {
    .technoheaven-landing-page .nav-links {
        display: none;
    }
}

/* ---------- HERO ---------- */
.technoheaven-landing-page .hero {
    background: radial-gradient(1100px 480px at 78% -10%, rgba(16,181,218,.20), transparent 60%), linear-gradient(180deg, var(--other-bg) 0%, var(--other-bg) 100%);
    color: var(--color);
    padding: 96px 0 60px;
    position: relative;
    overflow: hidden;
}

.technoheaven-landing-page .hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 56px;
    align-items: center;
}

@media (max-width:960px) {
    .technoheaven-landing-page .hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

.technoheaven-landing-page .hero h1 {
    color: var(--color);
    font-size: clamp(34px, 4.6vw, 54px);
    font-weight: 700;
}

.technoheaven-landing-page .hero .lede {
    color: rgba(255,255,255,.76);
    font-size: 18px;
    max-width: 520px;
    margin-bottom: 32px;
}

.technoheaven-landing-page .hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.technoheaven-landing-page .hero-proof {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.14);
}

    .technoheaven-landing-page .hero-proof .stat b {
        display: block;
        font-family: var(--font-family);
        font-size: 26px;
        color: var(--color);
    }

    .technoheaven-landing-page .hero-proof .stat span {
        font-family: var(--font-family);
        font-size: 11.5px;
        letter-spacing: .06em;
        color: rgba(255,255,255,.55);
        text-transform: uppercase;
    }

/* signature network diagram */
.technoheaven-landing-page .network {
    position: relative;
    width: 100%;
    aspect-ratio: 1/0.92;
}

    .technoheaven-landing-page .network svg {
        width: 100%;
        height: 100%;
        overflow: visible;
    }

.technoheaven-landing-page .netline {
    stroke: rgba(16,181,218,.55);
    stroke-width: 1.4;
    stroke-dasharray: 5 7;
    fill: none;
    animation: flow 6s linear infinite;
}

    .technoheaven-landing-page .netline.slow {
        animation-duration: 9s;
        opacity: .4;
    }

@keyframes flow {
    to {
        stroke-dashoffset: -120;
    }
}

.technoheaven-landing-page .node {
    fill: var(--other-bg);
    stroke: rgba(255,255,255,.25);
    stroke-width: 1;
}

.technoheaven-landing-page .node-hub {
    fill: var(--active-bg);
}

.technoheaven-landing-page .node-pulse {
    animation: pulse 2.6s ease-in-out infinite;
    transform-origin: center;
}

@keyframes pulse {
    0%,100% {
        opacity: .55;
    }

    50% {
        opacity: 1;
    }
}

.technoheaven-landing-page .netlabel {
    font-family: var(--font-family);
    font-size: 10.5px;
    fill: rgba(255,255,255,.68);
    letter-spacing: .04em;
}

.technoheaven-landing-page .netlabel-hub {
    fill: var(--other-bg);
    font-weight: 700;
    font-size: 11px;
}

@media (prefers-reduced-motion: reduce) {
    .technoheaven-landing-page .netline, .technoheaven-landing-page .node-pulse {
        animation: none !important;
    }
}

/* ---------- PAIN / PAS ---------- */
.technoheaven-landing-page .pain {
    background: var(--other-bg-light);
}

.technoheaven-landing-page .pain-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    margin-top: 36px;
}

@media (max-width:860px) {
    .technoheaven-landing-page .pain-grid {
        grid-template-columns: 1fr;
    }
}

.technoheaven-landing-page .pain-card {
    background: var(--color);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 28px;
}

    .technoheaven-landing-page .pain-card .ico {
        width: 38px;
        height: 38px;
        color: var(--btn-bg--hover);
        margin-bottom: 16px;
    }

    .technoheaven-landing-page .pain-card h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .technoheaven-landing-page .pain-card p {
        font-size: 16.5px;
        color: var(--all-text-sub);
        margin: 0;
    }

.technoheaven-landing-page .section-head {
    max-width: 680px;
}

    .technoheaven-landing-page .section-head h2 {
        font-size: clamp(26px,3vw,40px);
    }

    .technoheaven-landing-page .section-head p.lede {
        font-size: 18.5px;
    }

/* ---------- WHAT IS ---------- */
.technoheaven-landing-page .define {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 56px;
    align-items: start;
}

@media (max-width:900px) {
    .technoheaven-landing-page .define {
        grid-template-columns: 1fr;
    }
}

.technoheaven-landing-page .define-card {
    background: var(--other-bg);
    color: var(--color);
    border-radius: 16px;
    padding: 34px;
}

    .technoheaven-landing-page .define-card .eyebrow {
        color: var(--active-bg);
    }

    .technoheaven-landing-page .define-card p {
        color: rgba(255,255,255,.78);
        font-size: 16.5px;
    }

.technoheaven-landing-page .compare-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

    .technoheaven-landing-page .compare-list li {
        display: grid;
        grid-template-columns: 120px 1fr 1fr;
        gap: 16px;
        align-items: start;
        padding: 14px 0;
        border-bottom: 1px solid var(--border-color);
        font-size: 16.5px;
    }

        .technoheaven-landing-page .compare-list li:first-child {
            font-family: var(--font-family);
            font-size: 14.5px;
            text-transform: uppercase;
            letter-spacing: .06em;
            color: var(--all-text-sub);
            border-bottom: 2px solid var(--other-bg);
            padding-bottom: 10px;
        }

    .technoheaven-landing-page .compare-list .lbl {
        font-weight: 700;
        color: var(--other-bg);
    }

    .technoheaven-landing-page .compare-list .neg {
        color: #9B4A3E;
    }

    .technoheaven-landing-page .compare-list .pos {
        color: #0C8DAE;
        font-weight: 600;
    }

@media (max-width:640px) {
    .technoheaven-landing-page .compare-list li {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .technoheaven-landing-page .compare-list .lbl {
        margin-bottom: 2px;
    }
}

/* ---------- WHY CHOOSE / FEATURE GRID ---------- */
.technoheaven-landing-page .feat-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width:980px) {
    .technoheaven-landing-page .feat-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:560px) {
    .technoheaven-landing-page .feat-grid {
        grid-template-columns: 1fr;
    }
}

.technoheaven-landing-page .feat-card {
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 24px;
    background: var(--color);
    transition: border-color .15s ease, transform .15s ease;
}

    .technoheaven-landing-page .feat-card:hover {
        border-color: var(--active-bg);
        transform: translateY(-3px);
    }

    .technoheaven-landing-page .feat-card .ico {
        width: 40px;
        height: 40px;
        color: var(--btn-bg--hover);
        margin-bottom: 14px;
    }

    .technoheaven-landing-page .feat-card h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .technoheaven-landing-page .feat-card p {
        font-size: 15.8px;
        color: var(--all-text-sub);
        margin: 0;
    }

/* ---------- SOLUTIONS TABS ---------- */
.technoheaven-landing-page .solutions {
    background: var(--other-bg-light);
}

.technoheaven-landing-page .tabs-bar {
    display: flex;
    gap: 8px;
    /* flex-wrap: wrap; */
    margin: 32px 0 0;
    border-bottom: 1px solid var(--border-color);
    overflow-y: auto;
    overflow-y: hidden;
}

.technoheaven-landing-page .tab-btn {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    padding: 12px 16px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--all-text-sub);
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color .15s ease, border-color .15s ease;
}

    .technoheaven-landing-page .tab-btn.active {
        color: var(--other-bg);
        border-color: var(--active-bg);
    }

.technoheaven-landing-page .tab-panels {
    padding-top: 34px;
}

.technoheaven-landing-page .tab-panel {
    display: none;
}

    .technoheaven-landing-page .tab-panel.active {
        display: grid;
        grid-template-columns: 1.1fr .9fr;
        gap: 44px;
        align-items: start;
    }

@media (max-width:860px) {
    .technoheaven-landing-page .tab-panel.active {
        grid-template-columns: 1fr;
    }
}

.technoheaven-landing-page .tab-panel h3 {
    font-size: 24px;
}

.technoheaven-landing-page .tab-panel .lede {
    color: var(--all-text-sub);
    font-size: 18px;
}

.technoheaven-landing-page .chip-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

    .technoheaven-landing-page .chip-list li {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        font-size: 16.5px;
        color: var(--other-bg);
        background: var(--color);
        border: 1px solid var(--border-color);
        border-radius: 10px;
        padding: 12px 14px;
    }

        .technoheaven-landing-page .chip-list li .tick {
            color: var(--btn-bg--hover);
            flex: none;
            margin-top: 2px;
        }

/* ---------- TECH / TRUST STRIP ---------- */
.technoheaven-landing-page .trust {
    background: var(--other-bg);
    color: var(--color);
}

    .technoheaven-landing-page .trust .section-head h2, .technoheaven-landing-page .trust .eyebrow {
        color: var(--color);
    }

    .technoheaven-landing-page .trust .eyebrow {
        color: var(--active-bg);
    }

.technoheaven-landing-page .trust-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    margin-top: 40px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 40px;
}

@media (max-width:860px) {
    .technoheaven-landing-page .trust-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

.technoheaven-landing-page .trust-item {
    background: var(--other-bg);
    padding: 24px;
}

    .technoheaven-landing-page .trust-item .ico {
        width: 35px;
        height: 35px;
        color: var(--active-bg);
        margin-bottom: 12px;
    }

    .technoheaven-landing-page .trust-item h4 {
        color: var(--color);
        font-size: 18px;
        margin-bottom: 6px;
    }

    .technoheaven-landing-page .trust-item p {
        color: rgba(255,255,255,.62);
        font-size: 16.2px;
        margin: 0;
    }

/* ---------- PROCESS TIMELINE ---------- */
.technoheaven-landing-page .process-track {
    position: relative;
    margin-top: 56px;
}

.technoheaven-landing-page .process-line {
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    height: 1px;
    background: repeating-linear-gradient(90deg, var(--active-bg) 0 8px, transparent 8px 16px);
}

.technoheaven-landing-page .process-steps {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    gap: 20px;
    position: relative;
}

@media (max-width:980px) {
    .technoheaven-landing-page .process-steps {
        grid-template-columns: repeat(4,1fr);
    }

    .technoheaven-landing-page .process-line {
        display: none;
    }
}

@media (max-width:560px) {
    .technoheaven-landing-page .process-steps {
        grid-template-columns: 1fr;
    }
}

.technoheaven-landing-page .process-step {
    text-align: left;
}

.technoheaven-landing-page .process-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--color);
    border: 2px solid var(--active-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-size: 13px;
    font-weight: 700;
    color: var(--other-bg);
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.technoheaven-landing-page .process-step h4 {
    font-size: 15px;
    margin-bottom: 6px;
}

.technoheaven-landing-page .process-step p {
    font-size: 13.6px;
    color: var(--all-text-sub);
    margin: 0;
}

/* ---------- ROI TABLE ---------- */
.technoheaven-landing-page .roi table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 36px;
    font-size: 14.5px;
}

.technoheaven-landing-page .roi th {
    font-family: var(--font-family);
    font-size: 14.5px;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: left;
    padding: 14px 16px;
    background: var(--other-bg);
    color: var(--color);
}

    .technoheaven-landing-page .roi th:first-child {
        border-radius: 10px 0 0 0;
    }

    .technoheaven-landing-page .roi th:last-child {
        border-radius: 0 10px 0 0;
        color: var(--active-bg);
    }

.technoheaven-landing-page .roi td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--border-color);
    vertical-align: top;
}

.technoheaven-landing-page .roi tr:last-child td {
    border-bottom: none;
}

.technoheaven-landing-page .roi td:first-child {
    font-weight: 700;
    color: var(--other-bg);
    white-space: nowrap;
    font-size: 18px;
}

.technoheaven-landing-page .roi td:nth-child(2) {
    color: var(--all-text-sub);
}

.technoheaven-landing-page .roi td:nth-child(3) {
    color: var(--btn-bg--hover);
    font-weight: 600;
}

.technoheaven-landing-page .roi-wrap {
    overflow-x: auto;
}

@media (max-width:900px) {
    .technoheaven-landing-page .cta-grid {
        grid-template-columns: 1fr;
    }
}

.technoheaven-landing-page .cta-grid h2 {
    color: var(--color);
    font-size: clamp(26px,3.4vw,38px);
}

.technoheaven-landing-page .cta-grid .lede {
    color: rgba(255,255,255,.72);
    font-size: 16px;
    max-width: 460px;
}

.technoheaven-landing-page .cta-bullets {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

    .technoheaven-landing-page .cta-bullets li {
        display: flex;
        gap: 10px;
        font-size: 14.5px;
        color: rgba(255,255,255,.85);
    }

        .technoheaven-landing-page .cta-bullets li .tick {
            color: var(--active-bg);
        }

.technoheaven-landing-page .demo-form {
    background: var(--color);
    border-radius: 16px;
    padding: 30px;
    color: var(--other-bg);
}

    .technoheaven-landing-page .demo-form h3 {
        font-size: 19px;
        margin-bottom: 4px;
    }

    .technoheaven-landing-page .demo-form .sub {
        font-size: 13.5px;
        color: var(--all-text-sub);
        margin-bottom: 20px;
    }

.technoheaven-landing-page .field {
    margin-bottom: 14px;
}

    .technoheaven-landing-page .field label {
        display: block;
        font-size: 12.5px;
        font-weight: 600;
        margin-bottom: 6px;
        color: var(--title-text);
    }

    .technoheaven-landing-page .field input, .technoheaven-landing-page .field select, .technoheaven-landing-page .field textarea {
        width: 100%;
        padding: 11px 12px;
        border: 1px solid var(--border-color);
        border-radius: 8px;
        font-family: var(--font-family);
        font-size: 14.5px;
        color: var(--other-bg);
        background: var(--other-bg-light);
    }

        .technoheaven-landing-page .field input:focus, .technoheaven-landing-page .field select:focus, .technoheaven-landing-page .field textarea:focus {
            outline: 2px solid var(--active-bg);
            outline-offset: 1px;
            border-color: var(--active-bg);
        }

.technoheaven-landing-page .demo-form .btn-primary {
    width: 100%;
    justify-content: center;
    margin-top: 6px;
}

.technoheaven-landing-page .form-note {
    font-size: 11.5px;
    color: var(--all-text-sub);
    margin-top: 12px;
    text-align: center;
}

.technoheaven-landing-page .form-success {
    display: none;
    text-align: center;
    padding: 20px 0;
}

    .technoheaven-landing-page .form-success.show {
        display: block;
    }

    .technoheaven-landing-page .form-success .ico {
        width: 40px;
        height: 40px;
        color: var(--btn-bg--hover);
        margin: 0 auto 12px;
    }

/* ---------- FOOTER ---------- */
.technoheaven-landing-page footer {
    background: var(--other-bg);
    color: rgba(255,255,255,.6);
    padding: 56px 0 28px;
    font-size: 13.5px;
}

.technoheaven-landing-page .foot-grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(3,1fr);
    gap: 32px;
}

@media (max-width:860px) {
    .technoheaven-landing-page .foot-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:560px) {
    .technoheaven-landing-page .foot-grid {
        grid-template-columns: 1fr;
    }
}

.technoheaven-landing-page footer h4 {
    color: var(--color);
    font-family: var(--font-family);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 14px;
}

.technoheaven-landing-page footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 9px;
}

.technoheaven-landing-page footer a {
    color: rgba(255,255,255,.6);
    text-decoration: none;
}

    .technoheaven-landing-page footer a:hover {
        color: var(--active-bg);
    }

.technoheaven-landing-page .foot-bottom {
    margin-top: 44px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.14);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12.5px;
}

.technoheaven-landing-page ::selection {
    background: var(--active-bg);
    color: var(--other-bg);
}

/* =========================================================================
   SECTION 2 — TECHNOHEAVEN LIVE-SITE COMPONENT ALIASES
   Same tokens as Section 1 above. These reproduce the actual classes from
   bootstrap.css / common.css / main-all.css so markup written for the real
   site drops into a page built from this file without any edits.
   ========================================================================= */

/* ---- container / grid (bootstrap.css equivalents) ---- */
.technoheaven-landing-page .container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 15px;
}

.technoheaven-landing-page .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

    .technoheaven-landing-page .row > [class*="col-"] {
        padding: 0 15px;
    }

.technoheaven-landing-page .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.technoheaven-landing-page .col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.technoheaven-landing-page .col-md-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
}

.technoheaven-landing-page .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.technoheaven-landing-page .col-md-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
}

.technoheaven-landing-page .col-md-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
}

.technoheaven-landing-page .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.technoheaven-landing-page .col-md-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
}

.technoheaven-landing-page .col-md-offset-1 {
    margin-left: 8.333%;
}

@media (max-width:900px) {
    .technoheaven-landing-page .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.technoheaven-landing-page .clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* ---- section heading pill + centered title (common.css / main-all.css) ---- */

.technoheaven-landing-page .server-title {
    display: flex;
    justify-content: center;
    text-align: center;
}

    .technoheaven-landing-page .server-title h2, .technoheaven-landing-page .server-title h3 {
        max-width: 1120px;
        margin: 16px auto 0;
        color: var(--other-bg);
        font-family: var(--font-family);
        font-size: 36px;
        font-weight: 800;
        letter-spacing: .02em;
    }

@media (max-width:768px) {
    .technoheaven-landing-page .server-title h2, .technoheaven-landing-page .server-title h3 {
        font-size: 22px;
    }
}

.technoheaven-landing-page .why-techno p {
    text-align: center;
    font-family: var(--font-family);
    font-size: 18px;
    max-width: 900px;
    margin: 20px auto 0;
    color: var(--all-text-sub);
}

/* ---- buttons (main-all.css) ---- */
.technoheaven-landing-page .common_btn a {
    color: var(--color) !important;
    max-width: fit-content;
    max-height: 48px;
    transition: .2s;
    border-radius: 999px !important;
    background: var(--active-bg);
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px 8px 20px;
    text-decoration: none;
}

    .technoheaven-landing-page .common_btn a:hover {
        background: var(--btn-bg--hover);
    }

.technoheaven-landing-page .submit_btn {
    border-radius: 30px;
    background: var(--active-bg);
    border: none;
    width: 100%;
    padding: 12px;
    color: var(--color);
    text-align: center;
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

    .technoheaven-landing-page .submit_btn:hover {
        background: var(--btn-bg--hover);
    }

/* ---- hero (main-all.css .hero / .hero-eyebrow / .hero-sub / .hero-btns / .hero-tags / .stats-strip) ---- */
.technoheaven-landing-page .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-family);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--active-bg);
    background: rgba(8,180,217,.16);
    border: 1px solid rgba(8,180,217,.3);
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 0px;
}

.technoheaven-landing-page .hero-sub {
    font-family: var(--font-family);
    font-size: 18px;
    color: rgba(255,255,255,.68);
    line-height: 1.6;
    max-width: 640px;
    margin: 0 auto 36px;
    text-align: center;
}

.technoheaven-landing-page .hero-btns {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 44px;
}

.technoheaven-landing-page .hero-tags {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.technoheaven-landing-page .hero-tag {
    font-family: var(--font-family);
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,.65);
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.12);
    padding: 6px 16px;
    border-radius: 100px;
}

.technoheaven-landing-page .stats-strip {
    background: var(--active-bg);
    padding: 0;
}

.technoheaven-landing-page .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
}

.technoheaven-landing-page .stat-item {
    padding: 32px 20px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.2);
}

    .technoheaven-landing-page .stat-item:last-child {
        border-right: none;
    }

.technoheaven-landing-page .stat-num {
    font-family: var(--font-family);
    font-size: 30px;
    font-weight: 800;
    color: var(--color);
    line-height: 1;
    margin-bottom: 6px;
}

.technoheaven-landing-page .stat-label {
    font-family: var(--font-family);
    font-size: 12px;
    color: rgba(255,255,255,.85);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
}

/* ---- hub cards (main-all.css .techno-hub-card / .techno-hub-grid) ---- */
.technoheaven-landing-page .techno-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap: 24px;
    margin-top: 36px;
}

.technoheaven-landing-page .techno-hub-card {
    border-radius: 20px;
    background: var(--color);
    border: 1px solid #ededed;
    padding: 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: .25s;
}

    .technoheaven-landing-page .techno-hub-card h3 {
        font-family: var(--font-family);
        font-size: 20px;
        color: var(--other-bg);
    }

    .technoheaven-landing-page .techno-hub-card p {
        font-family: var(--font-family);
        font-size: 15px;
        color: var(--all-text-sub);
    }

    .technoheaven-landing-page .techno-hub-card a {
        margin-top: auto;
        align-self: flex-start;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 22px;
        border-radius: 999px;
        background: var(--active-bg);
        color: var(--color) !important;
        font-family: var(--font-family);
        font-size: 14px;
        text-decoration: none;
    }

    .technoheaven-landing-page .techno-hub-card:hover {
        background: var(--active-bg);
        border-color: var(--active-bg);
    }

        .technoheaven-landing-page .techno-hub-card:hover h3, .technoheaven-landing-page .techno-hub-card:hover p {
            color: var(--color);
        }

        .technoheaven-landing-page .techno-hub-card:hover a {
            background: var(--color);
            color: var(--active-bg) !important;
        }

/* ---- pill tab nav (main-all.css ul.nav.btn-tabs) ---- */
.technoheaven-landing-page ul.nav.btn-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    border: none;
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
}

    .technoheaven-landing-page ul.nav.btn-tabs li, .technoheaven-landing-page ul.nav.btn-tabs li a {
        display: flex;
        border-radius: 40px;
        cursor: pointer;
        transition: .2s;
    }

    .technoheaven-landing-page ul.nav.btn-tabs li {
        background: var(--color);
        border: 1px solid var(--border-color);
    }

        .technoheaven-landing-page ul.nav.btn-tabs li a {
            font-family: var(--font-family);
            color: var(--other-bg);
            font-weight: 600;
            font-size: 15px;
            padding: 10px 18px;
        }

        .technoheaven-landing-page ul.nav.btn-tabs li:hover, .technoheaven-landing-page ul.nav.btn-tabs li.active {
            background: var(--active-bg);
            border-color: var(--active-bg);
        }

            .technoheaven-landing-page ul.nav.btn-tabs li:hover a, .technoheaven-landing-page ul.nav.btn-tabs li.active a {
                color: var(--color);
            }

/* ---- checklists (main-all.css .ul-grid-vertical / .ul-grid-horizontal) ---- */
.technoheaven-landing-page .ul-grid-vertical {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.technoheaven-landing-page .ul-grid-horizontal {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 16px;
}

    .technoheaven-landing-page .ul-grid-vertical li, .technoheaven-landing-page .ul-grid-horizontal li {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 16px 12px 20px;
        border-radius: 10px;
        background: #fbfbfb;
        border: 1px solid #f1f1f1;
        color: var(--other-bg);
        font-family: var(--font-family);
        font-size: 15px;
        font-weight: 500;
        position: relative;
    }

        .technoheaven-landing-page .ul-grid-vertical li::before, .technoheaven-landing-page .ul-grid-horizontal li::before {
            content: "✓";
            color: var(--active-bg);
            font-weight: 800;
            flex: none;
        }

/* ---- API integration cards (main-all.css .api-integration-card) ---- */
.technoheaven-landing-page .api-integration-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 32px;
}

.technoheaven-landing-page .api-integration-card {
    border-radius: 10px;
    border: 1px solid color-mix(in srgb, var(--active-bg) 10%, var(--color));
    background: color-mix(in srgb, var(--active-bg) 10%, var(--color));
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 25px 30px;
    flex: 0 1 380px;
}

    .technoheaven-landing-page .api-integration-card span {
        color: var(--active-bg);
        font-family: var(--font-family);
        font-size: 40px;
        font-weight: 800;
    }

    .technoheaven-landing-page .api-integration-card h3 {
        font-family: var(--font-family);
        font-size: 18px;
        color: var(--other-bg);
    }

    .technoheaven-landing-page .api-integration-card p {
        font-family: var(--font-family);
        font-size: 14.5px;
        color: var(--all-text-sub);
        margin: 0;
    }

/* ---- step badge on a card (main-all.css .step-tag; parent needs position:relative) ---- */
.technoheaven-landing-page .step-tag {
    position: absolute;
    right: 13px;
    top: 10px;
    border-radius: 100px;
    background: rgba(8,180,217,.15);
    padding: 5px 10px;
    color: var(--active-bg);
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: 700;
}

/* ---- comparison table (main-all.css .table-container / .comparison-table) ---- */
.technoheaven-landing-page .table-container {
    width: 100%;
    overflow-x: auto;
    margin-top: 32px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.08);
}

.technoheaven-landing-page table.comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
    font-family: var(--font-family);
    font-size: 14.5px;
}

.technoheaven-landing-page .comparison-table th {
    font-family: var(--font-family);
    font-size: 13px;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 16px;
    background: var(--active-bg);
    color: var(--color);
}

.technoheaven-landing-page .comparison-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--border-color);
    text-align: center;
    vertical-align: top;
    color: var(--all-text-sub);
}

.technoheaven-landing-page .comparison-table tbody tr:nth-child(even) {
    background: color-mix(in srgb, var(--active-bg) 10%, var(--color));
}

/* ---- quoted callout (main-all.css .quoted-message) ---- */
.technoheaven-landing-page .quoted-message {
    background-color: color-mix(in srgb, var(--active-bg) 10%, var(--color));
    color: var(--all-text-main);
    font-family: var(--font-family);
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    padding: 18px 22px;
    border-radius: 15px;
    line-height: 1.5;
}

    .technoheaven-landing-page .quoted-message a {
        font-weight: 800;
        color: var(--btn-bg--hover);
    }

/* ---- dark full-bleed CTA (main-all.css .start-project-section) ---- */
.technoheaven-landing-page .start-project-section {
    background: var(--other-bg);
    color: var(--color);
    padding: 100px 0;
}

    .technoheaven-landing-page .start-project-section h3 {
        color: var(--color);
        font-family: var(--font-family);
        font-size: 44px;
        font-weight: 800;
        margin-bottom: 18px;
    }

    .technoheaven-landing-page .start-project-section p {
        color: rgba(255,255,255,.75);
        font-family: var(--font-family);
        font-size: 18px;
        max-width: 900px;
    }

/* ---- lead form (main-all.css .get-quote-heading / .get-quote-form) ---- */
.technoheaven-landing-page .get-quote-heading h3 {
    color: var(--other-bg);
    font-family: var(--font-family);
    text-align: center;
    font-size: 32px;
    font-weight: 800;
}

.technoheaven-landing-page .get-quote-heading p {
    color: var(--all-text-sub);
    font-family: var(--font-family);
    text-align: center;
    font-size: 16px;
    max-width: 680px;
    margin: 14px auto;
}

.technoheaven-landing-page .get-quote-form {
    border-radius: 16px;
    border: 1px solid var(--border-color);
    background: var(--color);
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    padding: 24px;
    max-width: 890px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

    .technoheaven-landing-page .get-quote-form label {
        color: var(--title-text);
        font-family: var(--font-family);
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
        display: block;
    }

    .technoheaven-landing-page .get-quote-form input, .technoheaven-landing-page .get-quote-form select, .technoheaven-landing-page .get-quote-form textarea {
        border-radius: 10px;
        border: 1px solid var(--border-color);
        background: var(--other-bg-light);
        padding: 11px 14px;
        width: 100%;
        font-family: var(--font-family);
        font-size: 14.5px;
        color: var(--other-bg);
    }

/* ---- category / tag pill nav (main-all.css ul.category) ----
   Note: on the live site this carries a negative margin-top to overlap the
   banner above it. Keep it after a NON-floated block (e.g. a plain <p> or
   a .why-techno wrapper), never directly after a Bootstrap .row/.col-md
   float, or the negative margin will collide with the float and collapse
   the pill row to a sliver on the right edge. */
.technoheaven-landing-page ul.category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 24px;
    background: var(--color);
    border-radius: 20px;
    margin-top: 24px;
}

    .technoheaven-landing-page ul.category li a {
        color: var(--other-bg);
        font-family: var(--font-family);
        font-size: 14px;
        font-weight: 700;
        text-transform: capitalize;
        padding: 8px 18px;
        border-radius: 999px;
        white-space: nowrap;
        background: var(--other-bg-light);
    }

        .technoheaven-landing-page ul.category li a:hover {
            background: var(--active-bg);
            color: var(--color);
        }


/* ---- utility: hide without inline styles ---- */
.technoheaven-landing-page .is-hidden {
    display: none;
}

/* ---------------------------------------------------------------------
   SECTION 3 — small utility classes (replace one-off inline styles)
--------------------------------------------------------------------- */
.technoheaven-landing-page .bg-mist {
    background: var(--other-bg-light);
}

.technoheaven-landing-page .wrap-narrow {
    max-width: 820px;
}

.technoheaven-landing-page .define-card h3, .technoheaven-landing-page .define-card strong {
    color: var(--color);
}

.technoheaven-landing-page .subhead-sm {
    font-size: 28px;
}

.technoheaven-landing-page .mb-sm {
    margin-bottom: 14px;
}

.technoheaven-landing-page .max-w-sm {
    max-width: 280px;
}


@media(max-width: 768px) {
    .technoheaven-landing-page .tab-btn {
        padding: 6px 8px;
        white-space: nowrap;
    }
}
