@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&family=Roboto:wght@400;500;700;900&display=swap');

html,
body,
body * {
    font-family: 'Tajawal', sans-serif !important;
}

.brand-en,
.brand-en * {
    font-family: 'Roboto', sans-serif !important;
}

:root {
    --teal: #007F80;
    --teal2: #006375;
    --teal3: #C7DDE1;
    --cream: #f8f9fb;
    --cream2: #f0f3f6;
    --white: #ffffff;
    --muted: #607a8a;
    --teal-d: #006375;
    --teal-dd: #004D5A;
    --teal-m: #3DA0A1;
    --teal-lt: #C7DDE1;
    --teal-xl: #EAF4F5;
    --ink: #006375;
    --ink2: #005060;
    --ink3: #007060;
    --paper: #f8f9fb;
    --paper2: #f0f3f6;
    --paper3: #e4eaee;
    --border: #d0dce4;
    --border-d: rgba(0, 127, 128, .18);
    --ar: 'Tajawal', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--ar);
    background: var(--paper);
    color: var(--ink);
    direction: rtl;
    overflow-x: hidden;
    line-height: 1.7
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style: none
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spin-rev {
    to {
        transform: rotate(-360deg)
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .3
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes ring-p {

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

    50% {
        opacity: 0;
        transform: scale(1.07)
    }
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(16px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.topbar {
    background: var(--teal2);
    padding: 9px 0;
    font-size: .75rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.topbar-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.topbar a,
.topbar span {
    color: rgba(255, 255, 255, .75);
    display: flex;
    align-items: center;
    gap: 5px
}

.topbar a:hover {
    color: #fff
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--ar);
    font-size: 1.55rem;
    font-weight: 900;
    color: var(--ink);
    letter-spacing: 1px;
    text-transform: uppercase;
    flex-shrink: 0
}

.logo-icon {
    width: 36px;
    height: 36px;
    background: var(--teal);
    border-radius: 8px;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 14px rgba(0, 127, 128, .3);
    flex-shrink: 0
}

.logo-icon svg {
    width: 19px;
    height: 19px
}

.logo span {
    color: var(--teal)
}

.btn-teal {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--teal);
    color: #fff;
    padding: 9px 22px;
    border-radius: 6px;
    font-size: .84rem;
    font-weight: 800;
    transition: all .2s;
    font-family: var(--ar);
    white-space: nowrap
}

.btn-teal:hover {
    background: var(--teal-d);
    transform: translateY(-1px)
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--teal-d);
    padding: 9px 18px;
    border-radius: 6px;
    font-size: .84rem;
    font-weight: 700;
    border: 1.5px solid var(--border-d);
    transition: all .2s;
    font-family: var(--ar)
}

.btn-ghost:hover {
    background: var(--teal-xl);
    border-color: var(--teal)
}

.hero {
    min-height: calc(100vh - 66px);
    background: linear-gradient(135deg, var(--cream) 0%, var(--teal-xl) 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hero-body {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 60px 60px 0;
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}

.hero-bg-img {
    position: absolute;
    inset: 0;
    background: url('../images/man1.png') center/cover no-repeat;
    opacity: .04;
    filter: grayscale(.5);
    z-index: 0;
}

.hero-bg-img::after {
    content: none
}

.hero-gear-bg {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    color: var(--teal2);
    opacity: .05
}

.hero-gear-bg.g1 {
    top: -60px;
    left: -60px;
    animation: spin 50s linear infinite
}

.hero-gear-bg.g2 {
    bottom: 80px;
    left: 55%;
    animation: spin-rev 35s linear infinite;
    opacity: .04
}

.hero-l {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    opacity: 0;
    animation: fadeUp .6s ease .1s forwards
}

.hero-tag-line {
    width: 28px;
    height: 2px;
    background: var(--teal2)
}

.hero-tag-txt {
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--teal2)
}

.hero-h1 {
    font-family: var(--ar);
    font-size: clamp(3.2rem, 5vw, 5.5rem);
    font-weight: 900;
    line-height: .93;
    letter-spacing: -2.5px;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 18px;
    opacity: 0;
    animation: fadeUp .7s ease .2s forwards;
}

.hero-h1 em {
    font-style: normal;
    color: var(--teal2);
    display: block
}

.hero-sub {
    font-size: .97rem;
    color: var(--muted);
    line-height: 1.85;
    max-width: 440px;
    margin-bottom: 36px;
    opacity: 0;
    animation: fadeUp .7s ease .3s forwards;
}

.hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeUp .7s ease .4s forwards;
}

.hero-btn-p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--teal2);
    color: #fff;
    padding: 14px 28px;
    border-radius: 7px;
    font-size: .95rem;
    font-weight: 800;
    transition: all .25s;
    font-family: var(--ar)
}

.hero-btn-p:hover {
    background: var(--teal);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px var(--teal);
    color: var(--white);
}

.hero-btn-s {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--teal2);
    padding: 14px 22px;
    border-radius: 7px;
    font-size: .9rem;
    font-weight: 700;
    border: 1.5px solid rgba(0, 99, 117, .3);
    transition: all .25s;
    font-family: var(--ar);
    background: var(--white)
}

.hero-btn-s:hover {
    background: var(--teal-xl);
    border-color: var(--teal2)
}

.hero-img-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    opacity: 0;
    animation: fadeUp .8s ease .4s forwards;
}

.hero-img {
    width: 92%;
    aspect-ratio: 4/3;
    border-radius: 24px 8px 24px 8px;
    background: url('../images/man1.png') center/cover;
    filter: brightness(.72) saturate(.65);
    box-shadow: 0 32px 80px rgba(0, 99, 117, .22);
    position: relative;
    overflow: hidden;
}

.hero-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0, 99, 117, .45) 100%);
}

.hero-chip {
    position: absolute;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    white-space: nowrap;
}

.hero-chip-a {
    top: -16px;
    right: -16px;
    animation: float 3.5s ease-in-out infinite;
}

.hero-chip-b {
    bottom: 10px;
    left: -24px;
    background: var(--teal2);
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(0, 99, 117, .35);
    animation: float 4.5s ease-in-out infinite .5s;
}

.hci-ico {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    flex-shrink: 0
}

.hero-chip-a .hci-ico {
    background: var(--teal-xl);
    color: var(--teal2)
}

.hero-chip-b .hci-ico {
    background: rgba(255, 255, 255, .2);
    color: #fff
}

.hci-n {
    font-family: var(--ar);
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px
}

.hci-l {
    font-size: .6rem;
    font-weight: 600;
    margin-top: 2px
}

.hero-chip-a .hci-n {
    color: var(--ink)
}

.hero-chip-a .hci-l {
    color: var(--muted)
}

.hero-chip-b .hci-n {
    color: #fff
}

.hero-chip-b .hci-l {
    color: rgba(255, 255, 255, .65)
}

.hero-stats {
    background: var(--white);
    border-top: 1px solid var(--border);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    z-index: 2;
    opacity: 0;
    animation: fadeUp .7s ease .6s forwards;
}

.hstat {
    padding: 22px 20px;
    text-align: center;
    border-left: 1px solid var(--border);
    transition: background .25s;
    cursor: default;
}

.hstat:last-child {
    border-left: none
}

.hstat:hover {
    background: var(--teal-xl)
}

.hstat-n {
    font-family: var(--ar);
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--teal2);
    line-height: 1;
    letter-spacing: -2px
}

.hstat-n em {
    font-style: normal;
    color: var(--teal)
}

.hstat-l {
    font-size: .6rem;
    color: var(--muted);
    font-weight: 600;
    margin-top: 5px;
    letter-spacing: .3px
}

.pf-lbl {
    font-size: .57rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px
}

.pf-lbl::before {
    content: '';
    width: 18px;
    height: 1px;
    background: rgba(255, 255, 255, .1)
}

.pf-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 12px;
    padding: 18px;
    transition: background .2s
}

.pf-card:hover {
    background: rgba(255, 255, 255, .08)
}

.pf-card.hl {
    background: rgba(0, 127, 128, .1);
    border-color: rgba(0, 127, 128, .2)
}

.pfc-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.pfc-title {
    font-size: .77rem;
    font-weight: 800;
    color: rgba(255, 255, 255, .72)
}

.badge {
    font-size: .55rem;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 3px;
    letter-spacing: .5px
}

.b-live {
    background: rgba(74, 222, 128, .12);
    color: #4ade80;
    border: 1px solid rgba(74, 222, 128, .18)
}

.b-prog {
    background: rgba(0, 127, 128, .18);
    color: var(--teal-lt);
    border: 1px solid rgba(0, 127, 128, .25)
}

.b-warn {
    background: rgba(245, 158, 11, .1);
    color: #fbbf24;
    border: 1px solid rgba(251, 191, 36, .18)
}

.pf-kpis {
    display: flex;
    gap: 16px;
    margin-bottom: 12px
}

.pfk-n {
    font-family: var(--ar);
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -1.5px;
    line-height: 1
}

.pfk-n.g {
    color: #4ade80
}

.pfk-n.t {
    color: var(--teal-m)
}

.pfk-l {
    font-size: .54rem;
    color: rgba(255, 255, 255, .25);
    font-weight: 600;
    margin-top: 3px
}

.pf-bar-wrap {
    margin-bottom: 4px
}

.pf-bar-top {
    display: flex;
    justify-content: space-between;
    font-size: .61rem;
    color: rgba(255, 255, 255, .32);
    margin-bottom: 5px;
    font-weight: 600
}

.pf-bar {
    height: 4px;
    background: rgba(255, 255, 255, .07);
    border-radius: 4px;
    overflow: hidden
}

.pf-fill {
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--teal-d), var(--teal-m))
}

.pf-rows {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 10px
}

.pfr {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .04)
}

.pfr.a {
    background: rgba(0, 127, 128, .1);
    border: 1px solid rgba(0, 127, 128, .14)
}

.pfr-ico {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.pfr.a .pfr-ico {
    background: rgba(0, 127, 128, .22);
    color: var(--teal-m)
}

.pfr:not(.a) .pfr-ico {
    background: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .22)
}

.pfr-name {
    font-size: .68rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .62)
}

.pfr-sub {
    font-size: .57rem;
    color: rgba(255, 255, 255, .26);
    margin-top: 1px
}

.pfr-tag {
    margin-right: auto;
    font-size: .52rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 3px
}

.t-ok {
    background: rgba(74, 222, 128, .1);
    color: #4ade80
}

.t-now {
    background: rgba(0, 127, 128, .18);
    color: var(--teal-lt)
}

.t-wt {
    background: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .22)
}

.si {
    max-width: 1240px;
    margin: 0 auto
}

.sec {
    padding: 100px 28px
}

.sec-lbl {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 14px
}

.sec-lbl::before {
    content: '';
    width: 26px;
    height: 2px;
    background: var(--teal);
    border-radius: 2px
}

.sec-h {
    font-family: var(--ar);
    font-size: clamp(2.2rem, 3.5vw, 3.5rem);
    font-weight: 900;
    color: var(--ink);
    line-height: 1.05;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.sec-h em {
    font-style: normal;
    color: var(--teal)
}

.sec-p {
    font-size: .95rem;
    color: var(--muted);
    line-height: 1.82;
    max-width: 520px
}

.sr {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .65s ease, transform .65s ease
}

.sr.vis {
    opacity: 1;
    transform: none
}

.sr-l {
    opacity: 0;
    transform: translateX(-28px);
    transition: opacity .65s ease, transform .65s ease
}

.sr-l.vis {
    opacity: 1;
    transform: none
}

.sr-r {
    opacity: 0;
    transform: translateX(28px);
    transition: opacity .65s ease, transform .65s ease
}

.sr-r.vis {
    opacity: 1;
    transform: none
}

.gm-sec {
    background: var(--paper);
    padding: 100px 28px;
    position: relative;
    overflow: hidden;
}

.gm-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/man2.jpg') center/cover no-repeat;
    opacity: .07;
    filter: grayscale(.3);
}

.gm-sec .si {
    position: relative;
    z-index: 1
}

.gm-sec::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 60px;
    background: var(--paper2);
    clip-path: ellipse(60% 100% at 50% 100%);
    z-index: 2
}

.gm-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.gm-visual {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center
}

.factory-photo-wrap {
    position: relative;
    width: 100%;
    max-width: 480px;
    border-radius: 16px;
    overflow: visible
}

.factory-photo {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 16px;
    overflow: hidden;
    background: url('../images/man2.jpg') center/cover;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
    position: relative;
}

.factory-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, transparent 50%, rgba(10, 50, 50, .5) 100%);
}

.fp-chip {
    position: absolute;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
    white-space: nowrap;
}

.fp-chip-a {
    top: -16px;
    right: -16px
}

.fp-chip-b {
    bottom: 40%;
    left: -20px
}

.fp-chip-ico {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    display: grid;
    place-items: center;
    flex-shrink: 0
}

.fp-chip-n {
    font-family: var(--ar);
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--ink);
    letter-spacing: -1px;
    line-height: 1
}

.fp-chip-l {
    font-size: .6rem;
    color: var(--muted);
    font-weight: 600;
    margin-top: 2px
}

.fp-progress {
    position: absolute;
    bottom: -20px;
    left: 16px;
    right: 16px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
}

.fp-prog-label {
    display: flex;
    justify-content: space-between;
    font-size: .65rem;
    font-weight: 700;
    color: var(--muted);
    margin-bottom: 5px
}

.fp-prog-track {
    height: 6px;
    background: var(--paper3);
    border-radius: 5px;
    overflow: hidden
}

.fp-prog-fill {
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(90deg, var(--teal2), var(--teal))
}

.gm-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 28px
}

.gml-item {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--border)
}

.gml-item:last-child {
    border-bottom: none
}

.gml-ico {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: var(--teal-xl);
    border: 1px solid var(--teal-lt);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal);
    flex-shrink: 0;
    margin-top: 2px
}

.gml-title {
    font-size: .92rem;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 4px;
    letter-spacing: -.2px
}

.gml-desc {
    font-size: .83rem;
    color: var(--muted);
    line-height: 1.65
}

.feat-sec {
    background: var(--paper2);
    padding: 100px 28px;
    position: relative
}

.feat-intro {
    margin-bottom: 48px
}

.feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    border: none
}

.fc {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    transition: all .3s;
    position: relative;
    overflow: hidden
}

.fc:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0, 127, 128, .1);
    border-color: var(--teal-lt)
}

.fc.dark {
    background: var(--ink2)
}

.fc.dark:hover {
    background: var(--ink3)
}

.fc-gear {
    position: absolute;
    bottom: -18px;
    left: -18px;
    opacity: .06;
    pointer-events: none;
    animation: spin 22s linear infinite
}

.fc.dark .fc-gear {
    opacity: .1;
    color: var(--teal)
}

.fc-num {
    font-size: .55rem;
    font-weight: 900;
    letter-spacing: 3px;
    color: var(--muted)
}

.fc.dark .fc-num {
    color: rgba(255, 255, 255, .2)
}

.fc-ico {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.fc:not(.dark) .fc-ico {
    background: var(--teal-xl);
    color: var(--teal);
    border: 1px solid var(--teal-lt)
}

.fc.dark .fc-ico {
    background: rgba(255, 255, 255, .07);
    color: var(--teal-lt)
}

.fc-title {
    font-size: .98rem;
    font-weight: 800;
    letter-spacing: -.3px;
    line-height: 1.25
}

.fc:not(.dark) .fc-title {
    color: var(--ink)
}

.fc.dark .fc-title {
    color: #fff
}

.fc-desc {
    font-size: .83rem;
    line-height: 1.72
}

.fc:not(.dark) .fc-desc {
    color: var(--muted)
}

.fc.dark .fc-desc {
    color: rgba(255, 255, 255, .37)
}

.fc-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .76rem;
    font-weight: 700;
    margin-top: 4px;
    transition: gap .2s
}

.fc:not(.dark) .fc-link {
    color: var(--teal)
}

.fc.dark .fc-link {
    color: var(--teal-lt)
}

.fc:hover .fc-link {
    gap: 9px
}

.pipe-sec {
    background: var(--white);
    padding: 100px 28px;
    position: relative;
    overflow: hidden
}

.pipe-sec::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: var(--paper2);
    clip-path: ellipse(60% 100% at 50% 100%);
}

.cv {
    position: relative;
    margin-top: 56px
}

.cv-track {
    position: absolute;
    top: 44px;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 127, 128, .3) 20%, rgba(0, 127, 128, .5) 50%, rgba(0, 127, 128, .3) 80%, transparent)
}

.cv-dots {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
    pointer-events: none
}

.cvd {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(0, 127, 128, .2);
    margin-top: 2px
}

.cvd.lit {
    background: var(--teal)
}

.pipe-stages {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
    z-index: 1
}

.ps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 0 6px
}

.ps-node {
    width: 88px;
    height: 88px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1.5px solid var(--border);
    background: var(--paper);
    position: relative
}

.ps-node.done {
    background: var(--teal-xl);
    border-color: rgba(0, 127, 128, .3)
}

.ps-node.active {
    background: var(--teal);
    border-color: var(--teal)
}

.ps-node.active::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 20px;
    border: 1px solid rgba(0, 127, 128, .22);
    animation: ring-p 2s ease-in-out infinite
}

.ps-node svg {
    color: var(--teal2);
    opacity: .5
}

.ps-node.done svg {
    color: var(--teal)
}

.ps-node.active svg {
    color: #fff
}

.ps-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--border);
    margin-top: 2px
}

.ps-node.done .ps-dot {
    background: var(--teal)
}

.ps-node.active .ps-dot {
    background: #fff
}

.ps-body {
    text-align: center
}

.ps-title {
    font-size: .76rem;
    font-weight: 800;
    color: var(--ink)
}

.ps.done .ps-title {
    color: var(--ink)
}

.ps.active .ps-title {
    color: var(--ink)
}

.ps-sub {
    font-size: .6rem;
    color: var(--muted);
    margin-top: 3px;
    line-height: 1.4;
    opacity: .85
}

.ps-tag {
    font-size: .54rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 3px;
    letter-spacing: .5px;
    margin-top: 5px;
    display: inline-block
}

.t-done-d {
    background: var(--teal-xl);
    color: var(--teal2)
}

.t-now-d {
    background: var(--teal);
    color: #fff
}

.t-nxt {
    background: var(--border);
    color: var(--muted)
}

.how-sec {
    background: var(--paper);
    padding: 100px 28px
}

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

.hc {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 13px;
    padding: 30px 24px;
    position: relative;
    overflow: hidden;
    transition: all .25s
}

.hc:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .08);
    border-color: var(--teal-lt)
}

.hc-bg-n {
    position: absolute;
    top: -14px;
    left: -6px;
    font-family: var(--ar);
    font-size: 5.5rem;
    font-weight: 900;
    color: var(--paper2);
    line-height: 1;
    letter-spacing: -4px;
    transition: color .25s
}

.hc:hover .hc-bg-n {
    color: var(--teal-xl)
}

.hc-ico {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: var(--teal-xl);
    border: 1px solid var(--teal-lt);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal);
    margin-bottom: 16px;
    position: relative;
    z-index: 1
}

.hc-title {
    font-size: .94rem;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 7px;
    letter-spacing: -.2px;
    position: relative;
    z-index: 1
}

.hc-desc {
    font-size: .82rem;
    color: var(--muted);
    line-height: 1.68;
    position: relative;
    z-index: 1
}

.achiev-sec {
    background: var(--teal2);
    padding: 60px 28px 100px;
    position: relative;
    overflow: hidden
}

.achiev-sec::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 48%;
    background: url('../images/man5.jpg') center/cover;
    opacity: .25
}

.achiev-sec::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 48%;
    background: linear-gradient(90deg, var(--teal2) 0%, rgba(0, 99, 117, 0) 40%);
    pointer-events: none
}

.achiev-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 56px
}

.ach-item {
    padding: 44px 28px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .12);
    transition: all .3s;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, .04)
}

.ach-item:first-child {
    border-left: none
}

.ach-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 127, 128, .08) 0%, transparent 60%);
    opacity: 0;
    transition: opacity .3s
}

.ach-item:hover::before {
    opacity: 1
}

.ach-item:hover {
    background: rgba(0, 127, 128, .07)
}

.ach-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    margin: 0 auto 18px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    display: grid;
    place-items: center;
    color: #fff
}

.ach-n {
    font-family: var(--ar);
    font-size: 3.8rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 4px
}

.ach-l {
    font-size: .82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .7)
}

.ftabs-sec {
    background: var(--cream);
    padding: 100px 28px;
    position: relative;
    overflow: hidden
}

.ftabs-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/man3.jpg') center/cover;
    opacity: .09;
    filter: grayscale(.2)
}

.ftabs-inner {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.ftabs-layout {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 60px;
    align-items: start
}

.ftabs-left {
    position: sticky;
    top: 80px
}

.itab {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 15px 18px;
    border-radius: 10px;
    background: var(--white);
    border: 1px solid var(--border);
    text-align: right;
    cursor: pointer;
    transition: all .25s;
    margin-bottom: 8px;
    font-family: var(--ar);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    opacity: .55
}

.itab:hover {
    background: var(--teal-xl);
    border-color: var(--teal2);
    transform: translateX(3px);
    opacity: 1
}

.itab.active {
    background: var(--teal2);
    border-color: var(--teal2);
    opacity: 1
}

.itab-ico {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(0, 127, 128, .08);
    display: grid;
    place-items: center;
    color: var(--teal);
    flex-shrink: 0;
    transition: all .25s
}

.itab.active .itab-ico {
    background: rgba(255, 255, 255, .2);
    color: #fff
}

.itab-title {
    font-size: .92rem;
    font-weight: 800;
    color: var(--ink)
}

.itab-sub {
    font-size: .72rem;
    color: var(--muted);
    margin-top: 2px
}

.itab.active .itab-title {
    color: #fff
}

.itab.active .itab-sub {
    color: rgba(255, 255, 255, .65)
}

.itab.active .itab-ico {
    background: rgba(255, 255, 255, .2);
    color: #fff
}

.ipanel-box {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    min-height: 460px
}

.ipanel {
    display: none
}

.ipanel.active {
    display: block
}

.ipanel-head {
    padding: 34px;
    border-bottom: 1px solid var(--border);
    background: var(--teal2)
}

.ipanel-title {
    font-family: var(--ar);
    font-size: 1.75rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: -.5px
}

.ipanel-desc {
    font-size: .9rem;
    color: rgba(255, 255, 255, .7);
    line-height: 1.7
}

.ipanel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 26px
}

.ipi {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 11px;
    border-radius: 8px;
    transition: background .2s
}

.ipi:hover {
    background: rgba(0, 127, 128, .04)
}

.ipi-ck {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
    background: rgba(0, 99, 117, .12);
    border: 1px solid rgba(0, 99, 117, .28);
    display: grid;
    place-items: center;
    color: var(--teal2);
    font-size: .6rem;
    font-weight: 900
}

.ipi-txt {
    font-size: .84rem;
    color: var(--muted);
    line-height: 1.55
}

.pricing-v2 {
    background: var(--paper2);
    padding: 100px 28px
}

.pricing-v2-box {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    margin-top: 60px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, .1)
}

.pv2-left {
    padding: 52px 44px;
    background: var(--white)
}

.pv2-left h3 {
    font-family: var(--ar);
    font-size: 1.8rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 8px;
    letter-spacing: -.5px
}

.pv2-left p {
    font-size: .92rem;
    color: var(--muted);
    margin-bottom: 32px;
    line-height: 1.75
}

.pv2-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px
}

.pv2-li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .86rem;
    font-weight: 600;
    color: var(--ink);
    padding: 6px 0;
    border-bottom: 1px solid var(--border)
}

.pv2-li::before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(0, 127, 128, .1);
    border: 1px solid rgba(0, 127, 128, .28);
    background-image: url('../images/man4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px
}

.pv2-right {
    background: var(--teal-d);
    padding: 52px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    overflow: hidden
}

.pv2-right::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/man4.jpg') center/cover;
    opacity: .1
}

.pv2-right::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, var(--teal-d) 30%, var(--teal-dd) 100%);
    opacity: .88
}

.pv2-r-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.pv2-tag {
    font-family: var(--ar);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .38)
}

.pv2-title {
    font-family: var(--ar);
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -.5px
}

.pv2-price {
    display: flex;
    align-items: baseline;
    gap: 6px
}

.pv2-price strong {
    font-family: var(--ar);
    font-size: 4rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: -3px
}

.pv2-price span {
    font-size: .9rem;
    color: rgba(255, 255, 255, .5);
    font-weight: 600
}

.pv2-desc {
    font-size: .88rem;
    color: rgba(255, 255, 255, .5);
    line-height: 1.75
}

.pv2-daily {
    font-size: .7rem;
    color: var(--teal-lt);
    font-weight: 700
}

.pv2-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    color: var(--teal-d);
    padding: 1.1rem 1.4rem;
    border-radius: 8px;
    font-size: .95rem;
    font-weight: 800;
    transition: all .25s;
    font-family: var(--ar)
}

.pv2-btn:hover {
    background: var(--teal-xl);
    transform: translateY(-1px)
}

.pv2-note {
    font-size: .72rem;
    color: rgba(255, 255, 255, .3);
    text-align: center;
    font-weight: 600
}

.cta-v2 {
    position: relative;
    padding: 130px 28px;
    overflow: hidden
}

.cta-v2-bg {
    position: absolute;
    inset: 0;
    background: url('../images/man4.jpg') center/cover;
    filter: brightness(.55) saturate(.65)
}

.cta-v2-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(0, 99, 117, .82) 35%, rgba(0, 80, 96, .55) 70%, rgba(0, 60, 75, .2) 100%)
}

.cta-v2-inner {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center
}

.cta-v2-lbl {
    font-family: var(--ar);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--teal3);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px
}

.cta-v2-lbl::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--teal3)
}

.cta-v2-h {
    font-family: var(--ar);
    font-size: clamp(3rem, 5.5vw, 5rem);
    font-weight: 900;
    text-transform: uppercase;
    line-height: .93;
    letter-spacing: -2px;
    color: #fff;
    margin-bottom: 18px
}

.cta-v2-h em {
    font-style: normal;
    color: var(--teal3);
    display: block
}

.cta-v2-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, .7);
    line-height: 1.85;
    max-width: 500px
}

.cta-v2-card {
    background: rgba(255, 255, 255, .22);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 16px;
    padding: 40px 36px;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    backdrop-filter: blur(12px)
}

.cta-v2-card-t {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff
}

.cta-v2-card-s {
    font-size: .77rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.6
}

.cbtn2-w {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--cream) !important;
    color: var(--teal);
    padding: 14px 22px;
    border-radius: 7px;
    font-size: .92rem;
    font-weight: 800;
    transition: all .25s;
    font-family: var(--ar)
}

.cbtn2-w:hover {
    background: var(--teal) !important;

    color: var(--cream);
    transform: translateY(-1px)
}

.cbtn2-o {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--teal-m);
    border: 1px solid rgba(255, 255, 255, .3);
    color: var(--cream);
    padding: 13px 22px;
    border-radius: 7px;
    font-size: .9rem;
    font-weight: 700;
    transition: all .25s;
    font-family: var(--ar)
}

.cbtn2-o:hover {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(0, 127, 128, .5);
    color: #fff
}

.cta-v2-trust {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .7rem;
    color: rgba(255, 255, 255, .6);
    font-weight: 600
}

.cta-v2-or {
    text-align: center;
    font-size: .7rem;
    color: rgba(255, 255, 255, .55);
    font-weight: 600
}

.ben-sec {
    background: var(--white);
    padding: 100px 28px
}

.ben-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 52px
}

.ben-stat-card {
    background: var(--paper);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 28px 24px;
    text-align: center;
    transition: all .3s;
    position: relative;
    overflow: hidden
}

.ben-stat-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--teal2), var(--teal));
    transform: scaleX(0);
    transition: transform .4s;
    transform-origin: right
}

.ben-stat-card:hover {
    border-color: var(--teal-lt);
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 127, 128, .1)
}

.ben-stat-card:hover::after {
    transform: scaleX(1);
    transform-origin: left
}

.ben-stat-n {
    font-family: var(--ar);
    font-size: 3rem;
    font-weight: 900;
    color: var(--teal2);
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 6px
}

.ben-stat-n span {
    font-size: 1.6rem
}

.ben-stat-t {
    font-size: .82rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 10px;
    line-height: 1.35
}

.ben-stat-bar {
    height: 4px;
    background: var(--paper3);
    border-radius: 4px;
    overflow: hidden
}

.ben-stat-fill {
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--teal2), var(--teal));
    width: 0;
    transition: width 1.4s cubic-bezier(.4, 0, .2, 1)
}

.ben-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.ben-item {
    display: flex;
    gap: 14px;
    padding: 20px 22px;
    background: var(--paper);
    border: 1px solid var(--border);
    border-radius: 12px;
    transition: all .25s
}

.ben-item:hover {
    border-color: var(--teal-lt);
    box-shadow: 0 6px 20px rgba(0, 127, 128, .08);
    transform: translateY(-2px)
}

.ben-ico {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: var(--teal-xl);
    border: 1px solid var(--teal-lt);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal2);
    flex-shrink: 0;
    margin-top: 2px
}

.ben-title {
    font-size: .92rem;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 5px
}

.ben-desc {
    font-size: .82rem;
    color: var(--muted);
    line-height: 1.65
}

.rp {
    background: var(--teal2);
    border-radius: 16px;
    padding: 26px;
    position: sticky;
    top: 80px;
    overflow: hidden
}

.rp-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px
}

.rp-title {
    font-size: .76rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .6)
}

.rp-live {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: .57rem;
    font-weight: 700;
    color: #4ade80;
    letter-spacing: 1px
}

.rp-live::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4ade80;
    animation: blink 1.5s ease-in-out infinite
}

.rp-kpis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-bottom: 12px
}

.rpk {
    background: rgba(255, 255, 255, .1);
    border-radius: 7px;
    padding: 10px;
    text-align: center
}

.rpk-n {
    font-family: var(--ar);
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -1.5px;
    line-height: 1
}

.rpk-n.g {
    color: #4ade80
}

.rpk-n.t {
    color: var(--teal-m)
}

.rpk-l {
    font-size: .55rem;
    color: rgba(255, 255, 255, .28);
    font-weight: 600;
    margin-top: 2px
}

.rp-bars {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px
}

.rpb-top {
    display: flex;
    justify-content: space-between;
    font-size: .61rem;
    color: rgba(255, 255, 255, .36);
    font-weight: 600;
    margin-bottom: 4px
}

.rpb-track {
    height: 4px;
    background: rgba(255, 255, 255, .15);
    border-radius: 4px;
    overflow: hidden
}

.rpb-fill {
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--teal-d), var(--teal-m))
}

.rpb-fill.amber {
    background: linear-gradient(90deg, #92400e, #f59e0b)
}

.rp-rows {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.rpr {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .08);
    border-radius: 7px;
    padding: 8px 11px
}

.rpr.a {
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .2)
}

.rpr-ico {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.rpr.a .rpr-ico {
    background: rgba(0, 127, 128, .22);
    color: var(--teal-m)
}

.rpr:not(.a) .rpr-ico {
    background: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .2)
}

.rpr-name {
    font-size: .67rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .85)
}

.rpr-tag {
    margin-right: auto;
    font-size: .52rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 3px
}

.integ-sec {
    background: var(--cream2);
    padding: 60px 28px 100px;
    position: relative;
    overflow: hidden
}

.integ-cards-grid {
    display: grid;
    grid-template-columns: 200px repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

.integ-main-card {
    grid-row: 1/3;
    background: linear-gradient(135deg, var(--teal), var(--teal-d));
    border-radius: 16px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 127, 128, .3);
}

.integ-main-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .12) 0%, transparent 50%)
}

.integ-main-ico {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    border: 2px solid rgba(255, 255, 255, .25);
    position: relative;
    z-index: 1;
}

.integ-main-lbl {
    font-family: var(--ar);
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

.integ-main-sub {
    font-size: .72rem;
    color: rgba(255, 255, 255, .65);
    margin-top: 6px;
    font-weight: 600;
    position: relative;
    z-index: 1
}

.integ-main-pulse {
    position: absolute;
    inset: -20px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .1);
    animation: ring-p 3s ease-in-out infinite;
    pointer-events: none;
}

.integ-conn-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.integ-conn-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 127, 128, .06) 0%, transparent 60%);
    opacity: 0;
    transition: opacity .3s
}

.integ-conn-card:hover {
    background: var(--teal-xl);
    border-color: var(--teal-lt);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 127, 128, .1)
}

.integ-conn-card:hover::before {
    opacity: 1
}

.integ-conn-ico {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--teal-xl);
    display: grid;
    place-items: center;
    color: var(--teal2);
    margin-bottom: 4px;
}

.integ-conn-title {
    font-size: .92rem;
    font-weight: 800;
    color: var(--ink)
}

.integ-conn-desc {
    font-size: .76rem;
    color: var(--muted);
    line-height: 1.5
}

.integ-conn-badge {
    display: inline-flex;
    align-items: center;
    margin-top: 4px;
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: var(--teal-xl);
    color: var(--teal2);
    border: 1px solid var(--teal-lt);
    padding: 2px 8px;
    border-radius: 50px;
    width: fit-content;
}

.integ-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    background: var(--white);
}

.integ-stat {
    padding: 24px 20px;
    text-align: center;
    border-left: 1px solid var(--border);
    background: var(--white);
    transition: background .3s;
}

.integ-stat:first-child {
    border-left: none
}

.integ-stat:hover {
    background: var(--teal-xl)
}

.integ-stat-n {
    font-family: var(--ar);
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--teal2);
    line-height: 1;
    letter-spacing: -1.5px
}

.integ-stat-lbl {
    font-size: .72rem;
    color: var(--muted);
    font-weight: 600;
    margin-top: 5px
}

.pricing-sec {
    background: var(--paper2);
    padding: 100px 28px
}

.pricing-box {
    max-width: 680px;
    margin: 48px auto 0;
    background: var(--ink2);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .22);
    border: 1px solid rgba(0, 127, 128, .2)
}

.pt {
    padding: 40px 44px;
    position: relative;
    overflow: hidden
}

.pt::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 127, 128, .16) 0%, transparent 70%)
}

.pt-over {
    font-size: .57rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .26);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px
}

.pt-over::before {
    content: '';
    width: 18px;
    height: 1px;
    background: var(--teal)
}

.pt-title {
    font-family: var(--ar);
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -.5px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.pt-sub {
    font-size: .83rem;
    color: rgba(255, 255, 255, .3);
    line-height: 1.65;
    margin-bottom: 22px
}

.pt-price {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 3px
}

.pt-amount {
    font-family: var(--ar);
    font-size: 3.4rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -3px;
    line-height: 1
}

.pt-curr {
    font-size: 1.1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .42)
}

.pt-per {
    font-size: .77rem;
    color: rgba(255, 255, 255, .3);
    margin-top: 3px
}

.pt-daily {
    font-size: .7rem;
    color: var(--teal-m);
    font-weight: 600;
    margin-bottom: 24px
}

.pt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    border-radius: 7px;
    background: var(--teal);
    color: #fff;
    font-size: .92rem;
    font-weight: 800;
    transition: all .25s;
    font-family: var(--ar)
}

.pt-btn:hover {
    background: var(--teal-m);
    color: #fff;
    transform: translateY(-1px)
}

.pt-items {
    padding: 0 44px 36px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 18px
}

.pi {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .8rem;
    color: rgba(255, 255, 255, .42);
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .04)
}

.pi-ck {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(0, 127, 128, .18);
    border: 1px solid rgba(0, 127, 128, .28);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal-m);
    font-size: .52rem;
    flex-shrink: 0
}

.cta-sec {
    background: var(--teal-d);
    padding: 96px 28px;
    position: relative;
    overflow: hidden
}

.cta-gear {
    position: absolute;
    pointer-events: none;
    opacity: .07
}

.cta-gear.g1 {
    top: -100px;
    left: -100px;
    animation: spin 38s linear infinite;
    color: #fff
}

.cta-gear.g2 {
    bottom: -80px;
    right: -80px;
    animation: spin-rev 28s linear infinite;
    opacity: .05;
    color: #fff
}

.cta-inner {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1
}

.cta-l-ol {
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .32);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 9px
}

.cta-l-ol::before {
    content: '';
    width: 22px;
    height: 1px;
    background: rgba(255, 255, 255, .25)
}

.cta-h {
    font-family: var(--ar);
    font-size: clamp(1.9rem, 3.2vw, 3rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.cta-h em {
    font-style: normal;
    color: var(--teal-lt)
}

.cta-p {
    font-size: .92rem;
    color: rgba(255, 255, 255, .45);
    line-height: 1.8
}

.cta-box {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    gap: 14px
}

.cta-box-t {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff
}

.cta-box-s {
    font-size: .77rem;
    color: rgba(255, 255, 255, .42);
    line-height: 1.6
}

.cbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border-radius: 7px;
    font-size: .9rem;
    font-weight: 800;
    transition: all .25s;
    font-family: var(--ar)
}

.cbtn-w {
    background: #fff;
    color: var(--teal-d)
}

.cbtn-w:hover {
    background: var(--teal-xl);
    transform: translateY(-1px)
}

.cbtn-o {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .8)
}

.cbtn-o:hover {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .35);
    color: #fff
}

.cta-div {
    text-align: center;
    font-size: .72rem;
    color: rgba(255, 255, 255, .28);
    font-weight: 600
}

.cta-trust {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .72rem;
    color: rgba(255, 255, 255, .35);
    font-weight: 600
}


#gotoTop {
    position: fixed;
    bottom: 32px;
    left: 32px;
    z-index: 9999;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--teal2) 0%, var(--teal-lt) 100%);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(103, 58, 183, 0.35);
    opacity: 0;
    transform: translateY(16px) scale(0.85);
    transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.25s ease;
    pointer-events: none;
}

#gotoTop.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

#gotoTop:hover {
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 14px 32px rgba(103, 58, 183, 0.45);
}

@media(max-width:1100px) {
    .hero-body {
        grid-template-columns: 1fr;
        padding: 48px 28px 0
    }

    .hero-img-wrap {
        display: none
    }

    .gm-layout,
    .ben-layout,
    .cta-v2-inner {
        grid-template-columns: 1fr
    }

    .feat-grid {
        grid-template-columns: 1fr 1fr
    }

    .how-grid,
    .res-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .ftabs-layout {
        grid-template-columns: 1fr
    }

    .ftabs-left {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 8px
    }

    .itab {
        flex: 1;
        min-width: 140px
    }

    .integ-cards-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto
    }

    .integ-main-card {
        grid-row: auto;
        grid-column: 1/4
    }

    .integ-stats {
        grid-template-columns: repeat(2, 1fr)
    }

    .integ-stat:nth-child(2) {
        border-left: 1px solid rgba(0, 127, 128, .12)
    }

    .integ-stat:nth-child(3) {
        border-left: none
    }
}

@media(max-width:768px) {
    .nav-links {
        display: none
    }

    .topbar {
        display: none
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr)
    }

    .feat-grid,
    .how-grid,
    .res-grid {
        grid-template-columns: 1fr
    }

    .pipe-stages {
        grid-template-columns: 1fr
    }

    .cv-track,
    .cv-dots {
        display: none
    }

    .feat-intro {
        grid-template-columns: 1fr
    }

    .sec,
    .ftabs-sec,
    .achiev-sec,
    .cta-v2 {
        padding: 72px 20px
    }

    .integ-sec {
        padding: 72px 20px
    }

    .integ-cards-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto
    }

    .integ-main-card {
        grid-column: 1/3
    }

    .integ-stats {
        grid-template-columns: 1fr 1fr
    }

    .ipanel-grid {
        grid-template-columns: 1fr
    }

    .itab {
        min-width: 120px
    }
}