:root {
    --zg-bg: #070f0c;
    --zg-bg-soft: #0b0f14;
    --zg-card: #11161d;
    --zg-border: rgba(255, 255, 255, .09);
    --zg-text: #ffffff;
    --zg-muted: #9ca6b2;
    --zg-accent: #61e6a4;
    --zg-accent-dark: #1ebf73;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

section{
    scroll-margin-top: 68px;
}

body {
    margin: 0;
    background: var(--zg-bg);
    color: var(--zg-text);
    font-family: 'Times New Roman', Times, serif;
    overflow-x: hidden;
    padding-top: 68px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Times New Roman', Times, serif;
}

ul{
    font-size: 1.2rem;
}

a {
    text-decoration: none;
}

p{
    font-size: 1.3rem !important;
  
}

small{
    font-size: 1.2rem !important;
}

.zg-navbar {
    background: rgba(5, 7, 10, .88);
    border-bottom: 1px solid var(--zg-border);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.zg-navbar .navbar-brand {
    color: #fff;
    
    font-size: 1.35rem;
    font-weight: 700;
   
}

.zg-brand-mark {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
    border: 1px solid rgba(97, 230, 164, .35);
    border-radius: 10px;
    color: var(--zg-accent);
    background: rgba(97, 230, 164, .06);
}

.zg-navbar .nav-link {
    color: #aeb7c1;
    font-size: 1.2rem;
    font-weight: 500;
    padding: .6rem .85rem !important;
    transition: .25s ease;
}

.zg-navbar .nav-link:hover,
.zg-navbar .nav-link:focus {
    color: #fff;
}

.zg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(97, 230, 164, .35);
    border-radius: 10px;
    padding: 12px 20px;
    background: var(--zg-accent);
    color: #04110a;
    font-weight: 700;
    font-size: 1.1rem;
    transition: .25s ease;
}

.zg-btn:hover {
    background: #82efb9;
    color: #04110a;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(97, 230, 164, .15);
}

.zg-navbar .navbar-toggler {
    border: 1px solid var(--zg-border);
    padding: 8px 10px;
}

.zg-navbar .navbar-toggler:focus {
    box-shadow: none;
}

.zg-navbar .navbar-toggler-icon {
    filter: invert(1);
}

.zg-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 90px 0 40px;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 45%, rgba(97, 230, 164, .10), transparent 28%),
        radial-gradient(circle at 15% 20%, rgba(65, 105, 199, 0.434), transparent 25%),
        var(--zg-bg);
}

.zg-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .28;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 55px 55px;
    mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.zg-hero-content {
    position: relative;
    z-index: 2;
}

.zg-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    padding: 7px 11px;
    border: 1px solid rgba(97, 230, 164, .2);
    border-radius: 50px;
    background: rgba(97, 230, 164, .055);
    color: var(--zg-accent);
    font-size: .72rem;
    font-weight: 700;
   
    text-transform: uppercase;
}

.zg-eyebrow i {
    font-size: .65rem;
}

.zg-hero h1 {
   
    margin-bottom: 20px;
    font-size: 3.8rem;
    line-height: .98;
    font-weight: 700;
}

.zg-hero h1 span {
    color: var(--zg-accent);
}

.zg-hero-lead {
  
    margin-bottom: 25px;
    color: var(--zg-muted);
    font-size: 1.08rem;
    line-height: 1.6;
}

.zg-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
    color: #d9dee4;
    font-size: 1.1rem;
}

.zg-stars {
    color: var(--zg-accent);
  
}

.zg-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    max-width: 690px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.zg-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #d5dbe1;
    font-size: 1.2rem;
    line-height: 1.5;
}

.zg-feature-list i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: var(--zg-accent);
}

.zg-hero-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.zg-hero-note {
    color: #dee0e2;
    font-size: 1rem;
}

.zg-product-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
}

.zg-product-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(97, 230, 164, .12);
    filter: blur(75px);
}

.zg-product-grid {
    position: absolute;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 50%;
}

.zg-product-grid::before,
.zg-product-grid::after {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(97, 230, 164, .07);
    border-radius: 50%;
}

.zg-product-image {
    position: relative;
    z-index: 3;
    width: min(100%, 480px);
    max-height: 590px;
    object-fit: contain;
    filter: drop-shadow(0 35px 50px rgba(0, 0, 0, .55));
}

.zg-floating-badge {
    position: absolute;
    z-index: 4;
    right: 2%;
    bottom: 11%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 15px;
    border: 1px solid var(--zg-border);
    border-radius: 12px;
    background: rgba(17, 22, 29, .88);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .3);
    backdrop-filter: blur(12px);
}

.zg-floating-badge-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(97, 230, 164, .09);
    color: var(--zg-accent);
}

.zg-floating-badge strong {
    display: block;
    color: #fff;
    font-size: .78rem;
}

.zg-floating-badge small {
    color: #747f8b;
    font-size: .68rem;
}

.zg-trust-strip {
    position: relative;
    z-index: 5;
    margin-top: -1px;
    padding: 0 0 85px;
    background: var(--zg-bg);
}

.zg-trust-card {
    height: 100%;
    padding: 25px 22px;
    border: 1px solid var(--zg-border);
    border-radius: 16px;
    background: var(--zg-card);
    transition: .25s ease;
}

.zg-trust-card:hover {
    transform: translateY(-4px);
    border-color: rgba(97, 230, 164, .2);
}

.zg-trust-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border: 1px solid rgba(97, 230, 164, .15);
    border-radius: 11px;
    background: rgba(97, 230, 164, .06);
    color: var(--zg-accent);
}

.zg-trust-card strong {
    margin-bottom: 7px;
    font-size: 1.3rem;
    font-weight: 600;
}

.zg-trust-card p {
    margin: 0;
    color: #78838f;
    font-size: 1.1rem;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .zg-navbar .navbar-collapse {
        margin-top: 12px;
        padding: 15px;
        border: 1px solid var(--zg-border);
        border-radius: 14px;
        background: var(--zg-card);
    }

    .zg-navbar .nav-link {
        padding: 10px 5px !important;
    }

    .zg-navbar .zg-btn {
        width: 100%;
        margin-top: 10px;
    }

    .zg-hero {
        padding-top: 85px;
    }

    .zg-product-wrap {
        min-height: 500px;
    }

    .navcenter{
        text-align: center !important;
    }
}

@media (max-width: 767.98px) {
    .zg-hero {
        min-height: auto;
        padding: 45px 0 65px;
    }

    .zg-hero h1 {
        font-size: 2.2rem;
    }

    .zg-hero-lead {
        font-size: .96rem;
        line-height: 1.6;;
    }

    .zg-feature-list {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .zg-hero-actions .zg-btn {
        width: 100%;
    }

    .zg-hero-note {
        width: 100%;
        text-align: center;
    }

    p{
        font-size: 1.2rem !important;
    }

    .zg-product-wrap {
        min-height: 390px;
        margin-top: 25px;
    }

    .zg-product-image {
        width: 92%;
    }

    .zg-product-grid {
        width: 330px;
        height: 330px;
    }

    .zg-product-glow {
        width: 280px;
        height: 280px;
    }

    .zg-floating-badge {
        right: 0;
        bottom: 4%;
    }

    .zg-trust-strip {
        padding-bottom: 60px;
    }
}

@media (max-width: 380px) {
    
    .zg-floating-badge {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: -55px;
    }
}



.zg-about-section {
    position: relative;
    background: var(--zg-bg-soft);
    overflow: hidden;
}
.zg-about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(97,230,164,.25), transparent);
}
.zg-about-visual {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zg-about-glow {
    position: absolute;
    width: 370px;
    height: 370px;
    border-radius: 50%;
    background: rgba(97,230,164,.09);
    filter: blur(75px);
}
.zg-about-grid {
    position: absolute;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(255,255,255,.055);
    border-radius: 50%;
}
.zg-about-grid::before,
.zg-about-grid::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(97,230,164,.06);
    border-radius: 50%;
}
.zg-about-grid::before {
    inset: 11%;
}
.zg-about-grid::after {
    inset: 23%;
}
.zg-about-image-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zg-about-image {
    width: min(100%, 470px);
    max-height: 540px;
    object-fit: contain;
    filter: drop-shadow(0 35px 45px rgba(0,0,0,.55));
}
.zg-security-status {
    position: absolute;
    z-index: 4;
    right: 1%;
    bottom: 7%;
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 230px;
    padding: 13px 15px;
    border: 1px solid var(--zg-border);
    border-radius: 13px;
    background: rgba(17,22,29,.92);
    box-shadow: 0 18px 40px rgba(0,0,0,.3);
    backdrop-filter: blur(12px);
}
.zg-status-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(97,230,164,.08);
    color: var(--zg-accent);
}
.zg-security-status strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: .78rem;
}
.zg-security-status small {
    display: block;
    color: #747f8b;
    font-size: .67rem;
}
.zg-status-dot {
    width: 7px;
    height: 7px;
    margin-left: auto;
    border-radius: 50%;
    background: var(--zg-accent);
    box-shadow: 0 0 12px rgba(97,230,164,.6);
}
.zg-about-content {
    position: relative;
}
.zg-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 17px;
    color: var(--zg-accent);
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: .95px;
   
}
.zg-section-label i {
    font-size: .98rem;
}
.zg-about-content h2 {
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 1.05;
   
}
.zg-about-content h2 span {
    color: var(--zg-accent);
}
.zg-about-content p {
    margin-bottom: 17px;
    color: var(--zg-muted);
    font-size: .94rem;
    line-height: 1.6;
}
.zg-about-content .zg-section-lead {
    color: #d7dde3;
    font-size: 1.04rem;
    line-height: 1.6;
}
.zg-about-point {
    display: flex;
    gap: 11px;
    height: 100%;
    padding: 16px;
    border: 1px solid var(--zg-border);
    border-radius: 13px;
    background: rgba(255,255,255,.018);
}
.zg-about-point > span {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(97,230,164,.08);
    color: var(--zg-accent);
    font-size: 1rem;
}
.zg-about-point strong {
    display: block;
    margin-bottom: 4px;
    color: #e9edf1;
    font-size: 1.2rem;
    line-height: 1.4;
}
.zg-about-point small {
    display: block;
    color: #707b87;
    font-size: 1rem;
    line-height: 1.5;
}
@media (max-width: 991.98px) {
    .zg-about-visual {
        min-height: 500px;
    }
    .zg-about-image {
        width: min(100%, 430px);
    }
    .zg-about-content {
        max-width: 920px;
        margin: 0 auto;
    }
}
@media (max-width: 767.98px) {
    .zg-about-section {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .zg-about-visual {
        min-height: 390px;
    }
    .zg-about-grid {
        width: 320px;
        height: 320px;
    }
    .zg-about-glow {
        width: 270px;
        height: 270px;
    }
    .zg-about-image {
        width: 90%;
        max-height: 400px;
    }
    .zg-security-status {
        right: 0;
        bottom: 0;
    }
    .zg-about-content h2 {
        font-size: 2.45rem;
    }
}
@media (max-width: 380px) {
    .zg-about-visual {
        min-height: 350px;
    }
    .zg-security-status {
        position: relative;
        right: auto;
        bottom: auto;
        margin: -35px auto 0;
        width: 230px;
    }
}



.zg-how-section {
    position: relative;
    background: var(--zg-bg);
    overflow: hidden;
}

.zg-how-section::before {
    content: "";
    position: absolute;
    top: 15%;
    left: -180px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(97, 230, 164, .035);
    filter: blur(90px);
    pointer-events: none;
}

.zg-how-title {
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(2.35rem, 4vw, 4rem);
    line-height: 1.05;
   
}

.zg-how-title span {
    color: var(--zg-accent);
}

.zg-how-intro {
    max-width: 920px;
    margin: 0 auto;
    color: var(--zg-muted);
    font-size: 1.2rem;
    line-height: 1.6;
}

.zg-security-card {
    position: relative;
    height: 100%;
    min-height: 310px;
    padding: 28px;
    border: 1px solid var(--zg-border);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(17, 22, 29, .98), rgba(10, 14, 19, .98));
    overflow: hidden;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.zg-security-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background: var(--zg-accent);
    opacity: .5;
}

.zg-security-card::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(97, 230, 164, .035);
    filter: blur(35px);
    transition: .3s ease;
}

.zg-security-card:hover {
    transform: translateY(-6px);
    border-color: rgba(97, 230, 164, .22);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}

.zg-security-card:hover::after {
    background: rgba(97, 230, 164, .07);
}

.zg-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 28px;
}

.zg-security-number {
    color: #46515c;
    
    font-size: .78rem;
    font-weight: 700;
   
}

.zg-security-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(97, 230, 164, .16);
    border-radius: 13px;
    background: rgba(97, 230, 164, .06);
    color: var(--zg-accent);
    font-size: 1rem;
}

.zg-security-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    color: #f3f5f7;
    font-size: 1.3rem;
    font-weight: 600;
}

.zg-security-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #7f8994;
    font-size: 1.2rem;
    line-height: 1.6;
}

.zg-card-line {
    width: 100%;
    height: 1px;
    margin: 22px 0 14px;
    background: var(--zg-border);
}

.zg-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #69747f;
    font-size: .98rem;
    font-weight: 600;
  
}

.zg-card-tag i {
    color: var(--zg-accent);
    font-size: .65rem;
}

.zg-security-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 25px;
    border: 1px solid var(--zg-border);
    border-radius: 17px;
    background: rgba(17, 22, 29, .55);
}

.zg-flow-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.zg-flow-icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(97, 230, 164, .13);
    border-radius: 11px;
    background: rgba(97, 230, 164, .05);
    color: var(--zg-accent);
}

.zg-flow-item strong {
    display: block;
    margin-bottom: 2px;
    color: #e4e8ec;
    font-size: .98rem;
}

.zg-flow-item small {
    display: block;
    color: #68737e;
    font-size: .97rem;
}

.zg-flow-arrow {
    color: #4f5a65;
    font-size: .88rem;
}

@media (max-width: 991.98px) {
    .zg-security-card {
        min-height: 295px;
    }

    .zg-security-flow {
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .zg-how-section {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .zg-how-title {
        font-size: 2.45rem;
    }

   

    .zg-security-card {
        min-height: auto;
        padding: 24px;
    }

    .zg-security-flow {
        align-items: stretch;
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    .zg-flow-item {
        width: 100%;
    }

    .zg-flow-arrow {
        display: none;
    }
}

@media (max-width: 380px) {
    .zg-how-title {
        font-size: 2.2rem;
    }
}

.zg-features-section {
    position: relative;
    background: var(--zg-bg-soft);
    overflow: hidden;
}

.zg-features-section::before {
    content: "";
    position: absolute;
    top: 10%;
    right: -180px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(97, 230, 164, .035);
    filter: blur(100px);
    pointer-events: none;
}

.zg-features-title {
    margin: 0;
    color: #fff;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 1.05;
   
}

.zg-features-title span {
    color: var(--zg-accent);
}

.zg-features-intro {
    max-width: 520px;
    margin: 0 0 4px auto;
    color: var(--zg-muted);
    font-size: 1.2rem;
    line-height: 1.6;
}

.zg-feature-main-card,
.zg-feature-side-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--zg-border);
    border-radius: 19px;
    background: var(--zg-card);
    transition: .3s ease;
}

.zg-feature-main-card {
    min-height: 340px;
    padding: 30px;
}

.zg-feature-side-card {
    min-height: 340px;
    padding: 30px;
}

.zg-feature-main-card::after,
.zg-feature-side-card::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -100px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(97, 230, 164, .035);
    filter: blur(45px);
    pointer-events: none;
}

.zg-feature-main-card:hover,
.zg-feature-side-card:hover {
    transform: translateY(-5px);
    border-color: rgba(97, 230, 164, .2);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .25);
}

.zg-feature-main-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.zg-feature-code {
    display: block;
    margin-bottom: 10px;
    color: #596570;
    
    font-size: .85rem;
    font-weight: 700;
    
}

.zg-feature-main-card h3,
.zg-feature-side-card h3 {
    margin: 0;
    color: #f3f5f7;
    font-size: 1.3rem;
    font-weight: 600;
}

.zg-feature-main-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(97, 230, 164, .17);
    border-radius: 14px;
    background: rgba(97, 230, 164, .06);
    color: var(--zg-accent);
}

.zg-feature-main-card>p {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 25px 0;
    color: #858f9a;
    font-size: 1.2rem;
    line-height: 1.6;
}

.zg-feature-spec-row {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid var(--zg-border);
}

.zg-feature-spec-row span {
    display: block;
    margin-bottom: 2px;
    color: #4f5a65;
    font-size: .98rem;
    font-weight: 700;
   
}

.zg-feature-spec-row strong {
    color: #b9c1c9;
    font-size: .99rem;
    font-weight: 500;
}

.zg-terminal-line {
    position: absolute;
    right: 30px;
    bottom: 25px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4f5a65;
    font-size: .59rem;
    font-weight: 700;
  
}

.zg-terminal-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--zg-accent);
    box-shadow: 0 0 10px rgba(97, 230, 164, .5);
}

.zg-feature-card-heading {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.zg-small-icon {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(97, 230, 164, .15);
    border-radius: 11px;
    background: rgba(97, 230, 164, .055);
    color: var(--zg-accent);
}

.zg-feature-side-card .zg-feature-code {
    margin: 0;
}

.zg-feature-side-card>p {
    position: relative;
    z-index: 2;
    margin: 18px 0 25px;
    color: #818b96;
    font-size: 1.2rem;
    line-height: 1.6;
}

.zg-mini-status {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 18px;
    border-top: 1px solid var(--zg-border);
}

.zg-mini-status span {
    color: #68737e;
    font-size: .68rem;
}

.zg-mini-status span i {
    margin-right: 5px;
    color: var(--zg-accent);
    font-size: .48rem;
}

.zg-mini-status strong {
    color: var(--zg-accent);
    font-size: .62rem;
    
}

.zg-network-display {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid var(--zg-border);
}

.zg-network-status {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #68737e;
    font-size: .68rem;
    font-weight: 600;
}

.zg-network-status i {
    color: var(--zg-accent);
}

.zg-toggle {
    width: 42px;
    height: 23px;
    display: flex;
    align-items: center;
    padding: 3px;
    border-radius: 30px;
    background: rgba(97, 230, 164, .18);
}

.zg-toggle span {
    width: 17px;
    height: 17px;
    margin-left: auto;
    border-radius: 50%;
    background: var(--zg-accent);
    box-shadow: 0 0 9px rgba(97, 230, 164, .3);
}

.zg-faraday-card {
    min-height: 340px;
}

.zg-signal-bars {
    position: relative;
    z-index: 2;
    padding-top: 5px;
}

.zg-signal-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}

.zg-signal-label span {
    color: #69747f;
    font-size: .62rem;
    font-weight: 700;
    
}

.zg-signal-label strong {
    color: var(--zg-accent);
    font-size: .62rem;
    
}

.zg-bars {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 55px;
    padding-top: 10px;
    border-top: 1px solid var(--zg-border);
}

.zg-bar {
    display: block;
    width: 9px;
    border-radius: 2px 2px 0 0;
    background: var(--zg-accent);
    opacity: .2;
}

.bar-1 {
    height: 12px;
}

.bar-2 {
    height: 19px;
}

.bar-3 {
    height: 27px;
}

.bar-4 {
    height: 36px;
    opacity: .12;
}

.bar-5 {
    height: 44px;
    opacity: .08;
}

.bar-6 {
    height: 51px;
    opacity: .04;
}

.zg-feature-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    padding: 14px;
    border: 1px solid var(--zg-border);
    border-radius: 14px;
    background: rgba(17, 22, 29, .65);
}

.zg-stat-icon {
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(97, 230, 164, .06);
    color: var(--zg-accent);
    font-size: .78rem;
}

.zg-feature-stat strong {
    display: block;
    margin-bottom: 3px;
    color: #d7dce1;
    font-size: 1.2rem;
}

.zg-feature-stat small {
    display: block;
    color: #68737e;
    font-size: .92rem;
}

@media (max-width: 991.98px) {
    .zg-features-intro {
        margin-left: 0;
    }

    .zg-feature-main-card,
    .zg-feature-side-card {
        min-height: 320px;
    }
}

@media (max-width: 767.98px) {
    .zg-features-section {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .zg-features-title {
        font-size: 2.45rem;
    }

    .zg-feature-main-card,
    .zg-feature-side-card {
        min-height: auto;
        padding: 24px;
    }

    .zg-feature-spec-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .zg-terminal-line {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: 20px;
    }

    .zg-feature-stat {
        min-height: 72px;
    }
}

@media (max-width: 380px) {
    .zg-features-title {
        font-size: 2.2rem;
    }

    .zg-feature-main-card,
    .zg-feature-side-card {
        padding: 20px;
    }

    .zg-feature-main-top {
        gap: 10px;
    }

    .zg-feature-main-icon {
        width: 45px;
        height: 45px;
        flex-basis: 45px;
    }

    .zg-feature-stat {
        padding: 10px;
        gap: 8px;
    }

    .zg-stat-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .zg-feature-stat strong {
        font-size: .64rem;
    }

    .zg-feature-stat small {
        font-size: .56rem;
    }
}

.zg-pricing-section {
    position: relative;
    background: var(--zg-bg-soft);
    overflow: hidden;
    border-top: 1px solid var(--zg-border);
    border-bottom: 1px solid var(--zg-border)
}

.zg-pricing-section:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: 5%;
    left: -240px;
    border-radius: 50%;
    background: rgba(97, 230, 164, .06);
    filter: blur(80px);
    pointer-events: none
}

.zg-pricing-section:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -200px;
    bottom: 0;
    border-radius: 50%;
    background: rgba(97, 230, 164, .04);
    filter: blur(70px);
    pointer-events: none
}

.zg-pricing-header {
    max-width: 920px;
    position: relative;
    z-index: 1
}

.zg-pricing-title {
    margin: 14px 0 14px;
    color: var(--zg-text);
    
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
    
}

.zg-pricing-intro {
    margin: 0;
    color: var(--zg-muted);
    font-size: 1rem;
    line-height: 1.6
}

.zg-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(17, 22, 29, .98), rgba(8, 11, 15, .98));
    border: 1px solid var(--zg-border);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .28);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease
}

.zg-price-card:hover {
    transform: translateY(-7px);
    border-color: rgba(97, 230, 164, .35);
    box-shadow: 0 25px 65px rgba(0, 0, 0, .4)
}

.zg-price-card-featured {
    border-color: rgba(97, 230, 164, .5);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .42), 0 0 35px rgba(97, 230, 164, .06)
}

.zg-best-value {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    padding: 7px 11px;
    border: 1px solid rgba(97, 230, 164, .4);
    border-radius: 999px;
    background: var(--zg-bg);
    color: var(--zg-accent);
    font-size: .68rem;
    font-weight: 800;
    
}

.zg-price-image-wrap {
    height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 35px;
    background: radial-gradient(circle at center, rgba(97, 230, 164, .07), transparent 65%);
    border-bottom: 1px solid var(--zg-border)
}

.zg-price-image {
    max-width: 100%;
    height: 185px;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .5));
    transition: transform .3s ease
}

.zg-price-card:hover .zg-price-image {
    transform: translateY(-5px) scale(1.025)
}

.zg-price-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 28px
}

.zg-price-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 13px
}

.zg-price-label {
    color: var(--zg-accent);
    font-size: .76rem;
    font-weight: 800;
    
}

.zg-price-status {
    color: #788491;
    font-size: .63rem;
    font-weight: 700;
    
    white-space: nowrap
}

.zg-price-status i {
    color: var(--zg-accent);
    margin-right: 3px
}

.zg-price-content h3 {
    margin: 0;
    color: var(--zg-text);
    
    font-size: 1.75rem;
    font-weight: 700
}

.zg-price-description {
    min-height: 74px;
    margin: 12px 0 18px;
    color: var(--zg-muted);
    font-size: 1rem !important;
    line-height: 1.6;
}

.zg-price-value {
    color: var(--zg-text);
    
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1
}

.zg-price-currency {
    color: var(--zg-accent);
    font-size: 1.35rem;
    vertical-align: top;
    margin-right: 2px
}

.zg-price-note {
    margin: 8px 0 22px;
    color: #77828e;
    font-size: .78rem
}

.zg-price-features {
    margin: 0 0 28px;
    padding: 0
}

.zg-price-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .055);
    color: #cbd2d9;
    font-size: 1rem;
    line-height: 1.5
}

.zg-price-features li:last-child {
    border-bottom: 0
}

.zg-price-features i {
    margin-top: 3px;
    color: var(--zg-accent);
    font-size: .75rem
}

.zg-price-btn {
    margin-top: auto;
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    background: rgba(255, 255, 255, .035);
    color: var(--zg-text);
    font-weight: 700;
    transition: all .25s ease
}

.zg-price-btn:hover {
    border-color: var(--zg-accent);
    background: var(--zg-accent);
    color: #04110a
}

.zg-price-btn-featured {
    border-color: var(--zg-accent);
    background: var(--zg-accent);
    color: #04110a
}

.zg-price-btn-featured:hover {
    background: var(--zg-accent-dark);
    border-color: var(--zg-accent-dark);
    color: #fff
}



@media(max-width:991.98px) {
    .zg-price-image-wrap {
        height: 220px
    }

    .zg-price-content {
        padding: 25px
    }
}

@media(max-width:575.98px) {
    .zg-pricing-section {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .zg-pricing-title {
        font-size: 2rem
    }

    .zg-pricing-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .zg-price-image-wrap {
        height: 205px;
        padding: 25px
    }

    .zg-price-image {
        height: 160px
    }

    .zg-price-content {
        padding: 22px
    }

    .zg-price-description {
        min-height: auto
    }

    .zg-price-value {
        font-size: 2.4rem
    }

    .zg-price-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px
    }

    .zg-best-value {
        top: 12px;
        right: 12px;
        font-size: .58rem
    }

    .zg-pricing-note-box {
        padding: 15px
    }
}

@media(max-width:360px) {
    .zg-price-content {
        padding: 18px
    }

    .zg-price-image-wrap {
        height: 190px
    }

    .zg-price-image {
        height: 145px
    }

    .zg-price-value {
        font-size: 2.15rem
    }

    .zg-price-features li {
        font-size: .8rem
    }
}



.zg-reviews-section {
    position: relative;
    background: var(--zg-bg);
    overflow: hidden;
    border-bottom: 1px solid var(--zg-border)
}

.zg-reviews-section:before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    top: -180px;
    right: -190px;
    border-radius: 50%;
    background: rgba(97, 230, 164, .055);
    filter: blur(90px);
    pointer-events: none
}

.zg-reviews-header {
    position: relative;
    z-index: 1;
    max-width: 920px
}

.zg-reviews-title {
    margin: 14px 0;
    color: var(--zg-text);
    
    font-size: clamp(2rem, 4vw, 3.15rem);
    font-weight: 700;
    line-height: 1.12;
   
}

.zg-reviews-intro {
    margin: 0;
    color: var(--zg-muted);
    font-size: 1rem;
    line-height: 1.6;
}

.zg-rating-summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    padding: 10px 16px;
    border: 1px solid var(--zg-border);
    border-radius: 999px;
    background: rgba(17, 22, 29, .7)
}

.zg-stars,
.zg-review-stars {
    color: var(--zg-accent);
    
}

.zg-rating-summary strong {
    color: var(--zg-text);
    font-size: 1.1rem
}

.zg-rating-summary span {
    color: #788491;
    font-size: 1.2rem
}

.zg-review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border: 1px solid var(--zg-border);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(17, 22, 29, .96), rgba(7, 10, 14, .96));
    box-shadow: 0 18px 50px rgba(0, 0, 0, .24);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease
}

.zg-review-card:hover {
    transform: translateY(-6px);
    border-color: rgba(97, 230, 164, .3);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .38)
}

.zg-review-card-featured {
    border-color: rgba(97, 230, 164, .4);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35), 0 0 35px rgba(97, 230, 164, .05)
}

.zg-review-top {
    display: flex;
    align-items: center;
    gap: 12px
}

.zg-review-avatar {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    border: 1px solid rgba(97, 230, 164, .25);
    border-radius: 50%;
    background: rgba(97, 230, 164, .08);
    color: var(--zg-accent);
    
    font-size: .8rem;
    font-weight: 700
}

.zg-review-top strong {
    margin: 0 0 3px;
    color: var(--zg-text);
    
    font-size: 1.2rem;
    font-weight: 700
}

.zg-review-top span {
    color: #75818d;
    font-size: .97rem
}

.zg-review-quote {
    margin-left: auto;
    color: rgba(97, 230, 164, .22);
    font-size: 1.5rem;
}

.zg-review-stars {
    margin: 22px 0 15px;
    font-size: .75rem
}

.zg-review-text {
    margin: 0;
    color: #c6cdd4;
    font-size: 1.2rem;
    line-height: 1.6;
    
}

.zg-review-footer {
    margin-top: auto;
    padding-top: 22px
}

.zg-review-footer span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 999px;
    color: #788491;
    font-size: .98rem
}

.zg-review-footer i {
    color: var(--zg-accent)
}

.zg-review-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    padding: 22px 28px;
    border: 1px solid var(--zg-border);
    border-radius: 20px;
    background: rgba(17, 22, 29, .65)
}

.zg-review-stat {
    display: flex;
    align-items: center;
    gap: 12px
}

.zg-review-stat-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(97, 230, 164, .18);
    border-radius: 12px;
    background: rgba(97, 230, 164, .06);
    color: var(--zg-accent)
}

.zg-review-stat strong {
    display: block;
    color: var(--zg-text);
    
    font-size: 1.1rem
}

.zg-review-stat span {
    display: block;
    margin-top: 2px;
    color: #75818d;
    font-size: .98rem
}

.zg-review-divider {
    width: 1px;
    height: 38px;
    background: var(--zg-border)
}

.zg-review-disclaimer {
    color: #626d78;
    font-size: .68rem;
    line-height: 1.6
}

@media(max-width:991.98px) {
    .zg-review-bottom {
        gap: 25px
    }

    .zg-review-stat span {
        max-width: 130px
    }
}

@media(max-width:767.98px) {
    .zg-reviews-section {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .zg-rating-summary {
        flex-wrap: wrap;
        border-radius: 16px
    }

    .zg-review-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 20px
    }

    .zg-review-divider {
        width: 100%;
        height: 1px
    }

    .zg-review-stat {
        width: 100%
    }

    .zg-review-stat span {
        max-width: none
    }
}

@media(max-width:575.98px) {
    .zg-reviews-title {
        font-size: 2rem
    }

    .zg-reviews-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .zg-review-card {
        padding: 22px
    }

    .zg-review-text {
        font-size: .88rem
    }

    .zg-rating-summary {
        width: 100%;
        gap: 7px;
        padding: 10px 12px
    }

    .zg-stars {
        font-size: .7rem
    }
}

@media(max-width:360px) {
    .zg-review-card {
        padding: 18px
    }

    .zg-review-avatar {
        width: 42px;
        height: 42px;
        flex-basis: 42px
    }

    .zg-review-bottom {
        padding: 17px
    }
}



.zg-benefits-section {
    position: relative;
    background: var(--zg-bg-soft);
    overflow: hidden;
    border-bottom: 1px solid var(--zg-border)
}

.zg-benefits-section:before {
    content: "";
    position: absolute;
    top: 15%;
    left: -260px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: rgba(97, 230, 164, .045);
    filter: blur(95px);
    pointer-events: none
}

.zg-benefits-section:after {
    content: "";
    position: absolute;
    right: -220px;
    bottom: 5%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(97, 230, 164, .035);
    filter: blur(90px);
    pointer-events: none
}

.zg-benefits-section .container {
    position: relative;
    z-index: 1
}

.zg-benefits-title {
    margin: 13px 0 0;
    color: var(--zg-text);
    
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.1;
   
}

.zg-benefits-intro {
    max-width: 520px;
    margin-left: auto;
    color: var(--zg-muted);
    font-size: .96rem;
    line-height: 1.6
}

.zg-benefit-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid var(--zg-border);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(17, 22, 29, .96), rgba(7, 10, 14, .96));
    box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
    overflow: hidden;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease
}

.zg-benefit-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--zg-accent), transparent);
    opacity: 0;
    transition: opacity .3s ease
}

.zg-benefit-card:hover {
    transform: translateY(-6px);
    border-color: rgba(97, 230, 164, .28);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .35)
}

.zg-benefit-card:hover:before {
    opacity: 1
}

.zg-benefit-number {
    position: absolute;
    top: 20px;
    right: 22px;
    color: rgba(255, 255, 255, .055);
    
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1
}

.zg-benefit-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border: 1px solid rgba(97, 230, 164, .2);
    border-radius: 15px;
    background: rgba(97, 230, 164, .06);
    color: var(--zg-accent);
    font-size: 1.15rem
}

.zg-benefit-card h3 {
    max-width: 280px;
    margin: 0 0 12px;
    color: var(--zg-text);
    
    font-size: 1.22rem;
    font-weight: 700;
    line-height: 1.35
}

.zg-benefit-card p {
    margin: 0;
    color: var(--zg-muted);
    font-size: .87rem;
    line-height: 1.6;
}

.zg-benefit-line {
    width: 42px;
    height: 1px;
    margin: 24px 0 14px;
    background: rgba(97, 230, 164, .4)
}

.zg-benefit-card span {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    color: #7f8b97;
    font-size: .98rem;
    font-weight: 700;
  
    text-transform: capitalize;
}

.zg-benefit-card span i {
    color: var(--zg-accent);
    font-size: .7rem
}

.zg-benefits-highlight {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 26px 28px;
    border: 1px solid rgba(97, 230, 164, .2);
    border-radius: 22px;
    background: linear-gradient(110deg, rgba(97, 230, 164, .075), rgba(17, 22, 29, .75));
    box-shadow: 0 18px 50px rgba(0, 0, 0, .22)
}

.zg-highlight-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(97, 230, 164, .3);
    border-radius: 16px;
    background: rgba(97, 230, 164, .08);
    color: var(--zg-accent);
    font-size: 1.25rem;
}

.zg-highlight-content {
    flex: 1
}

.zg-highlight-content>span {
    display: block;
    margin-bottom: 6px;
    color: var(--zg-accent);
    font-size: .96rem;
    font-weight: 800;
   
}

.zg-highlight-content h3 {
    margin: 0 0 7px;
    color: var(--zg-text);
    
    font-size: 1.35rem;
    font-weight: 700
}

.zg-highlight-content p {
    max-width: 920px;
    margin: 0;
    color: var(--zg-muted);
    font-size: .82rem;
    line-height: 1.6;
}

.zg-highlight-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    padding: 12px 17px;
    border: 1px solid var(--zg-accent);
    border-radius: 11px;
    background: var(--zg-accent);
    color: #04110a;
    text-decoration: none;
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
    transition: all .25s ease
}

.zg-highlight-btn:hover {
    background: var(--zg-accent-dark);
    border-color: var(--zg-accent-dark);
    color: #fff
}

@media(max-width:991.98px) {
    .zg-benefits-intro {
        margin-left: 0
    }

    .zg-benefits-highlight {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .zg-highlight-content {
        flex-basis: calc(100% - 80px)
    }

    .zg-highlight-btn {
        margin-left: 80px
    }
}

@media(max-width:767.98px) {
    .zg-benefits-section {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .zg-benefit-card {
        padding: 25px
    }

    .zg-benefits-highlight {
        display: grid;
        grid-template-columns: 52px 1fr;
        gap: 16px;
        padding: 22px
    }

    .zg-highlight-icon {
        width: 52px;
        height: 52px;
        flex-basis: 52px
    }

    .zg-highlight-content {
        grid-column: 1 / -1
    }

    .zg-highlight-content h3 {
        font-size: 1.2rem
    }

    .zg-highlight-btn {
        grid-column: 1 / -1;
        margin-left: 0;
        justify-content: center
    }
}

@media(max-width:575.98px) {
    .zg-benefits-title {
        font-size: 2rem
    }

    .zg-benefits-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .zg-benefit-card {
        padding: 22px
    }

    .zg-benefit-card h3 {
        font-size: 1.12rem
    }

    .zg-benefit-card p {
        font-size: .84rem
    }

    .zg-benefit-number {
        font-size: 2.2rem
    }
}

@media(max-width:360px) {
    .zg-benefit-card {
        padding: 19px
    }

    .zg-benefit-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 20px
    }

    .zg-benefits-highlight {
        padding: 18px
    }

    .zg-highlight-content h3 {
        font-size: 1.08rem
    }
}





.zg-faq-section {
    position: relative;
    background: var(--zg-bg);
    overflow: hidden;
    border-bottom: 1px solid var(--zg-border)
}

.zg-faq-section:before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    left: -250px;
    top: 10%;
    border-radius: 50%;
    background: rgba(97, 230, 164, .04);
    filter: blur(90px);
    pointer-events: none
}

.zg-faq-header {
    position: relative;
    z-index: 1;
    max-width: 920px;
}

.zg-faq-title {
    margin: 14px 0;
    color: var(--zg-text);
    
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.1;
  
}

.zg-faq-intro {
    margin: 0;
    color: var(--zg-muted);
    font-size: .96rem;
    line-height: 1.6
}

.zg-faq-accordion {
    position: relative;
    z-index: 1
}

.zg-faq-item {
    margin-bottom: 12px;
    border: 1px solid var(--zg-border) !important;
    border-radius: 16px !important;
    background: rgba(17, 22, 29, .78) !important;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .16)
}

.zg-faq-button {
    padding: 21px 24px;
    background: transparent !important;
    color: var(--zg-text) !important;
    
    font-size: 1.2rem;
    font-weight: 600;
    box-shadow: none !important
}

.zg-faq-button:after {
    width: 10px;
    height: 10px;
    background-size: 10px;
    filter: invert(1);
    opacity: .65
}

.zg-faq-button:not(.collapsed) {
    color: var(--zg-accent) !important
}

.zg-faq-button:not(.collapsed):after {
    filter: none;
    opacity: 1
}

.zg-faq-body {
    padding: 0 24px 22px;
    color: var(--zg-muted);
    font-size: 1.2rem;
    line-height: 1.6
}

.zg-faq-bottom {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    padding: 19px 21px;
    border: 1px solid var(--zg-border);
    border-radius: 17px;
    background: rgba(17, 22, 29, .62)
}

.zg-faq-bottom-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(97, 230, 164, .2);
    border-radius: 12px;
    background: rgba(97, 230, 164, .06);
    color: var(--zg-accent)
}

.zg-faq-bottom strong {
    display: block;
    margin-bottom: 3px;
    color: var(--zg-text);
    font-size: 1.2rem
}

.zg-faq-bottom p {
    color: #75818d;
    font-size: .72rem;
    line-height: 1.5
}

.zg-faq-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    padding: 10px 14px;
    border: 1px solid rgba(97, 230, 164, .3);
    border-radius: 10px;
    color: var(--zg-accent);
    font-size: .72rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s ease
}

.zg-faq-link:hover {
    background: var(--zg-accent);
    border-color: var(--zg-accent);
    color: #04110a
}

@media(max-width:767.98px) {
    .zg-faq-section {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .zg-faq-bottom {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .zg-faq-link {
        margin-left: 55px
    }
}

@media(max-width:575.98px) {
    .zg-faq-title {
        font-size: 2rem
    }

    .zg-faq-intro {
        font-size: .9rem
    }

    .zg-faq-button {
        padding: 18px 17px;
        
    }

    .zg-faq-body {
        padding: 0 17px 19px;
        
    }

    .zg-faq-bottom {
        padding: 16px
    }

    .zg-faq-link {
        width: calc(100% - 55px);
        justify-content: center;
        margin-left: 55px
    }
}

@media(max-width:360px) {
    .zg-faq-button {
        padding: 16px 14px;
       
    }

    .zg-faq-body {
        padding: 0 14px 17px
    }

    .zg-faq-bottom {
        gap: 11px
    }

    .zg-faq-link {
        margin-left: 51px;
        width: calc(100% - 51px)
    }
}

.zg-final-cta-section {
    position: relative;
    padding: 90px 0;
    background: var(--zg-bg-soft);
    overflow: hidden;
    border-top: 1px solid var(--zg-border)
}

.zg-final-cta-glow {
    position: absolute;
    width: 700px;
    height: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(97, 230, 164, .055);
    filter: blur(90px);
    pointer-events: none
}

.zg-final-cta {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 390px;
    padding: 55px 65px;
    border: 1px solid rgba(97, 230, 164, .2);
    border-radius: 30px;
    background: linear-gradient(110deg, rgba(17, 22, 29, .98), rgba(7, 10, 14, .95));
    box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
    overflow: hidden
}

.zg-final-cta-content {
    position: relative;
   
}

.zg-final-cta-content h2 {
    max-width: 690px;
    margin: 15px 0 16px;
    color: var(--zg-text);
    
    font-size: clamp(2.1rem, 4vw, 3.6rem);
    font-weight: 700;
    line-height: 1.08;
   
}

.zg-final-cta-content p {
    max-width: 650px;
    margin: 0;
    color: var(--zg-muted);
    font-size: .95rem;
    line-height: 1.6;
}

.zg-final-cta-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 30px
}

.zg-final-btn {
    padding: 14px 20px;
    border: 1px solid var(--zg-accent);
    border-radius: 12px;
    background: var(--zg-accent);
    color: #04110a;
    font-size: .82rem;
    font-weight: 800;
    transition: all .25s ease
}

.zg-final-btn:hover {
    background: var(--zg-accent-dark);
    border-color: var(--zg-accent-dark);
    color: #fff
}

.zg-final-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8b96a1;
    text-decoration: none;
    font-size: .78rem;
    font-weight: 700;
    transition: color .25s ease
}

.zg-final-secondary:hover {
    color: var(--zg-accent)
}

.zg-final-cta-visual {
    position: absolute;
    right: 2%;
    top: 50%;
    width: 390px;
    height: 390px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.zg-final-ring {
    position: absolute;
    border: 1px solid rgba(97, 230, 164, .12);
    border-radius: 50%
}

.zg-ring-one {
    width: 340px;
    height: 340px
}

.zg-ring-two {
    width: 250px;
    height: 250px;
    border-color: rgba(97, 230, 164, .2)
}

.zg-final-device {
    position: relative;
    z-index: 2;
    width: 190px;
    filter: drop-shadow(0 30px 35px rgba(0, 0, 0, .65))
}

.zg-final-device img {
    width: 100%;
    height: auto;
    object-fit: contain
}

.zg-final-security-badge {
    position: absolute;
    right: 20px;
    bottom: 55px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 13px;
    border: 1px solid rgba(97, 230, 164, .25);
    border-radius: 12px;
    background: rgba(5, 7, 10, .9);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .4);
    color: var(--zg-accent)
}

.zg-final-security-badge i {
    font-size: 1rem
}

.zg-final-security-badge span {
    font-size: .56rem;
    font-weight: 800;
    line-height: 1.3;
    
}

.zg-footer {
    position: relative;
    background: #030507;
    border-top: 1px solid var(--zg-border)
}

.zg-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    
    font-size: 1.35rem;
    font-weight: 700
}

.zg-footer-brand>span:last-child>span {
    color: var(--zg-accent)
}

.zg-footer-brand .zg-brand-mark {
    width: 34px;
    height: 34px;
    font-size: .9rem
}

.zg-footer-about {
   
    margin: 20px 0 18px;
    color: #707b87;
    font-size: .78rem;
    line-height: 1.6
}

.zg-footer-security {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #68737e;
    font-size: 1.2rem;
}

.zg-footer-security i {
    color: var(--zg-accent)
}

.zg-footer-title {
    margin: 4px 0 18px;
    color: #e8edf1;
    
    font-size: 1.2rem;
    font-weight: 700;
  
}

.zg-footer-links {
    margin-top: 20px;
    padding: 0
}

.zg-footer-links li {
    margin-bottom: 8px
}

.zg-footer-links a {
    color: #68737e;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color .2s ease
}

.zg-footer-links a:hover {
    color: var(--zg-accent)
}

.zg-footer-disclosure {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .055);
    border-bottom: 1px solid rgba(255, 255, 255, .055)
}

.zg-footer-disclosure i {
    margin-top: 3px;
    color: #67727d;
    font-size: .8rem
}

.zg-footer-disclosure p {
    max-width: 1000px;
    margin: 0;
    color: #5e6872;
   
    line-height: 1.6;
}

.zg-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0
}

.zg-footer-bottom p {
    color: #4f5963;
    font-size: .64rem
}

.zg-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 20px
}

.zg-footer-bottom-links a {
    color: #59636d;
    text-decoration: none;
    font-size: .64rem;
    transition: color .2s ease
}

.zg-footer-bottom-links a:hover {
    color: var(--zg-accent)
}

.zg-back-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1000;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(97, 230, 164, .3);
    border-radius: 12px;
    background: rgba(5, 7, 10, .92);
    color: var(--zg-accent);
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    backdrop-filter: blur(10px);
    transition: all .25s ease
}

.zg-back-top:hover {
    background: var(--zg-accent);
    border-color: var(--zg-accent);
    color: #04110a;
    transform: translateY(-3px)
}

@media(max-width:991.98px) {
    .zg-final-cta {
        padding: 50px 40px
    }

    .zg-final-cta-content {
        width: 62%
    }

    .zg-final-cta-visual {
        right: -7%;
        width: 350px;
        height: 350px;
        opacity: .75
    }

    .zg-final-device {
        width: 160px
    }

    .zg-final-security-badge {
        right: 20px;
        bottom: 45px
    }
}

@media(max-width:767.98px) {
    .zg-final-cta-section {
        padding: 55px 0
    }

    .zg-final-cta {
        display: block;
        min-height: 0;
        padding: 40px 25px;
        border-radius: 24px
    }

    .zg-final-cta-content {
        z-index: 999;
        width: 100%
    }

    .zg-final-cta-content h2 {
        font-size: 2rem
    }

    .zg-final-cta-content p {
        font-size: .86rem
    }

    .zg-final-cta-actions {
        flex-wrap: wrap
    }

    .zg-final-cta-visual {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: 280px;
        transform: none;
        margin-top: 15px;
        opacity: 1
    }

    .zg-ring-one {
        width: 245px;
        height: 245px
    }

    .zg-ring-two {
        width: 180px;
        height: 180px
    }

    .zg-final-device {
        width: 135px
    }

    .zg-final-security-badge {
        right: calc(50% - 125px);
        bottom: 15px
    }

    .zg-footer-bottom {
        align-items: flex-start;
        flex-direction: column
    }

    .zg-footer-bottom-links {
        gap: 14px;
        flex-wrap: wrap
    }
}

@media(max-width:575.98px) {
    .zg-final-cta {
        padding: 32px 20px
    }

    .zg-final-cta-content h2 {
        font-size: 1.9rem
    }

    .zg-final-cta-actions {
        align-items: flex-start;
        flex-direction: column
    }

    .zg-final-btn {
        width: 100%;
        text-align: center
    }

    .zg-final-secondary {
        padding-left: 3px
    }

    .zg-final-cta-visual {
        height: 245px
    }

    .zg-final-security-badge {
        right: calc(50% - 115px)
    }

    .zg-footer .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .zg-footer-disclosure {
        gap: 9px
    }

    .zg-footer-disclosure p {
        font-size: .61rem
    }
}

@media(max-width:360px) {
    .zg-final-cta {
        padding: 28px 17px
    }

    .zg-final-cta-content h2 {
        font-size: 1.72rem
    }

    .zg-final-cta-content p {
        font-size: .82rem
    }

    .zg-final-cta-visual {
        height: 220px
    }

    .zg-final-device {
        width: 120px
    }

    .zg-final-security-badge {
        right: calc(50% - 105px);
        padding: 8px 10px
    }

    .zg-back-top {
        right: 14px;
        bottom: 14px;
        width: 40px;
        height: 40px
    }
}