:root {
            --tg-body-font-family: 'Poppins', sans-serif;
            --tg-heading-font-family: 'Barlow', sans-serif;
            --tg-berlin-font-family: 'berlin_sans_fb_demibold', 'Barlow', sans-serif;
            --tg-common-color-white: #fff;
            --tg-common-color-gray: #182029;
            --tg-common-color-black: #0f161b;
            --tg-common-color-black-2: #201f2a;
            --tg-heading-color: #fff;
            --tg-body-color: #adb0bc;
            --tg-theme-primary: #45f882;
            --tg-border-2: #22292f;
            --tg-fw-extra-bold: 800;
            --tg-fw-bold: 700;
            --tg-fw-regular: 400;
        }
        * {
            box-sizing: border-box;
        }
        html {
            background: #0f161b;
        }
        body {
            margin: 0;
            font-family: var(--tg-body-font-family);
            font-size: 16px;
            line-height: 1.75;
            color: var(--tg-body-color);
            background: var(--tg-common-color-black);
            -webkit-text-size-adjust: 100%;
        }
        img,
        svg {
            max-width: 100%;
            vertical-align: middle;
        }
        a {
            color: inherit;
            text-decoration: none;
        }
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        button,
        input,
        textarea,
        select {
            font: inherit;
        }
        .container,
        .custom-container {
            width: 100%;
            max-width: 1300px;
            margin-right: auto;
            margin-left: auto;
            padding-right: 12px;
            padding-left: 12px;
        }
        .row {
            display: flex;
            flex-wrap: wrap;
            margin-right: -12px;
            margin-left: -12px;
        }
        .row > * {
            width: 100%;
            max-width: 100%;
            padding-right: 12px;
            padding-left: 12px;
        }
        .col-12,
        .col-lg-6,
        .col-xl-5,
        .col-xxl-6 {
            flex: 0 0 auto;
            width: 100%;
        }
        .justify-content-between {
            justify-content: space-between;
        }
        .text-center {
            text-align: center;
        }
        .d-none {
            display: none !important;
        }
        .transparent-header {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 9;
        }
        .tg-header__area {
            padding: 20px 0;
            transition: all 0.4s ease;
        }
        .tgmenu__nav {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .tgmenu__navbar-wrap {
            display: none;
        }
        .logo a {
            display: inline-block;
        }
        .logo img {
            max-width: 177px;
        }
        .tg-header__area .mobile-nav-toggler {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            margin-left: auto;
            padding: 0;
            border: 2px solid var(--tg-theme-primary);
            background: transparent;
            color: var(--tg-theme-primary);
            cursor: pointer;
        }
        .menu-bars {
            display: inline-flex;
            flex-direction: column;
            gap: 5px;
        }
        .menu-bars span {
            display: block;
            width: 20px;
            height: 2px;
            background: currentColor;
        }
        .scroll__top {
            position: fixed;
            right: 20px;
            bottom: 20px;
            z-index: 99;
            width: 44px;
            height: 44px;
            border: 0;
            border-radius: 50%;
            background: rgba(12, 22, 38, 0.92);
            color: #fff;
        }
        .scroll__top-label {
            font-size: 20px;
            line-height: 1;
        }
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }
        .slider__area {
            position: relative;
        }
        .slider__area::before,
        .slider__area::after {
            content: "";
            position: absolute;
            bottom: 0;
            width: 50%;
            height: 20px;
            background: var(--tg-theme-primary);
        }
        .slider__area::before {
            left: 0;
            clip-path: polygon(0 0, 0 100%, 100% 100%);
        }
        .slider__area::after {
            right: 0;
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
        }
        .slider__bg {
            position: relative;
            z-index: 1;
            padding: 160px 0 55px;
            background-color: #0f161b;
            background-position: center;
            background-size: cover;
        }
        .slider__content {
            position: relative;
            z-index: 2;
            margin: 0 0 50px;
            text-align: center;
        }
        .slider__content .sub-title {
            position: relative;
            z-index: 1;
            margin: 0 0 19px;
            padding: 15px 20px;
            font-size: 17px;
            line-height: 1;
            letter-spacing: 4px;
            font-weight: var(--tg-fw-bold);
            color: var(--tg-theme-primary);
            text-transform: uppercase;
        }
        .slider__content .sub-title::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -1;
            opacity: 0.28;
            background: url("assets/img/slider/text_gradient_bg.webp") no-repeat center/256px auto;
        }
        .slider__content .title {
            margin: 0 0 12px;
            font-family: var(--tg-berlin-font-family);
            font-size: 18vw;
            line-height: 1.02;
            color: var(--tg-heading-color);
            text-shadow: -1px 3px 0 rgba(69, 248, 130, 0.66);
        }
        .slider__content p {
            margin: 0;
            font-size: 15px;
            line-height: 1.45;
            letter-spacing: 1.4px;
            font-weight: var(--tg-fw-bold);
            text-transform: uppercase;
            color: var(--tg-common-color-white);
        }
        .slider__btn {
            margin-top: 33px;
        }
        .tg-btn-1 {
            position: relative;
            z-index: 1;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 195px;
            padding: 15px 49px;
            overflow: hidden;
            font-family: var(--tg-heading-font-family);
            font-size: 15px;
            font-weight: var(--tg-fw-extra-bold);
            letter-spacing: 0.8px;
            text-align: center;
            text-transform: uppercase;
            color: var(--tg-common-color-black-2);
        }
        .tg-btn-1 svg {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }
        .tg-btn-1 .cls-1 {
            fill: var(--tg-theme-primary);
            stroke: var(--tg-common-color-white);
            stroke-width: 1.5px;
        }
        .tg-btn-1 .cls-2 {
            fill: var(--tg-common-color-white);
            stroke: transparent;
        }
        .slider__img img {
            display: block;
            width: 100%;
            max-width: 382px;
            height: auto !important;
            margin: 0 auto;
        }
        .slider__area .single-slider .row.justify-content-between {
            align-items: center;
        }
        .slider__img {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 440px;
        }
        .tgmobile__menu,
        .tgmobile__menu-backdrop,
        .offCanvas__wrap,
        .offCanvas__overlay {
            display: none;
        }
        @media (min-width: 992px) {
            .col-lg-6 {
                width: 50%;
            }
            .slider__bg {
                padding: 175px 0 55px;
            }
            .slider__content {
                margin: 0 0 70px;
            }
            .slider__content .sub-title::before {
                background-size: 297px auto;
            }
            .slider__content .title {
                font-size: 120px;
                line-height: 0.8;
            }
            .slider__content p {
                font-size: 24px;
                letter-spacing: 5px;
            }
            .slider__img img {
                max-width: 480px;
            }
        }
        @media (min-width: 1200px) {
            .d-xl-flex {
                display: flex !important;
            }
            .tg-header__area {
                padding: 11px 0;
            }
            .tgmenu__nav {
                justify-content: flex-start;
            }
            .tgmenu__navbar-wrap {
                display: flex;
                flex-grow: 1;
            }
            .tgmenu__navbar-wrap > ul.navigation {
                display: flex;
                flex-wrap: wrap;
                margin: 0 auto 0 65px;
            }
            .tgmenu__navbar-wrap > ul.navigation > li {
                position: relative;
            }
            .tgmenu__navbar-wrap > ul.navigation > li > a {
                display: block;
                padding: 38px 16px;
                font-family: var(--tg-heading-font-family);
                font-size: 15px;
                font-weight: var(--tg-fw-bold);
                line-height: 1;
                letter-spacing: 0.8px;
                text-transform: uppercase;
                color: var(--tg-heading-color);
            }
            .tg-header__area .mobile-nav-toggler {
                display: none;
            }
            .col-xl-5 {
                width: 41.66666667%;
            }
            .slider__bg {
                padding: 158px 0 54px;
            }
            .slider__content {
                margin: 135px 0 0;
                text-align: left;
            }
            .slider__content .sub-title {
                font-size: 16px;
            }
            .slider__content .sub-title::before {
                background-position: left center;
                background-size: contain;
            }
            .slider__content .title {
                font-size: 82px;
                line-height: 0.95;
                margin-bottom: 12px;
            }
            .slider__content p {
                max-width: 95%;
                font-size: 18px;
                letter-spacing: 2px;
            }
            .slider__img img {
                max-width: 495px;
                margin-left: auto;
            }
            .slider__area::before,
            .slider__area::after {
                height: 30px;
            }
        }
        @media (min-width: 1400px) {
            .col-xxl-6 {
                width: 50%;
            }
        }
        .tech-brand-link {
            flex-direction: column;
            height: auto;
            gap: 10px;
            text-decoration: none;
        }
        .tech-brand-link img {
            width: 44px;
            height: 44px;
            object-fit: contain;
        }
        .tech-brand-link span {
            color: #ffffff;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0.6px;
            text-transform: uppercase;
        }
        .slider__content .title.title--product {
            font-size: 95px;
            line-height: 0.95;
        }
        .slider__content.slider__content--product p {
            max-width: 95%;
        }
        .single-slider--construction .slider__content .title.title--product {
            font-size: 58px;
            line-height: 0.96;
        }
        @media (max-width: 1199.98px) {
            .slider__content .title.title--product {
                font-size: 82px;
            }
            .single-slider--construction .slider__content .title.title--product {
                font-size: 52px;
            }
        }
        @media (max-width: 991.98px) {
            .slider__content .title.title--product {
                font-size: 66px;
                line-height: 1;
            }
            .slider__content.slider__content--product p {
                font-size: 18px;
                letter-spacing: 2px;
            }
            .single-slider--construction .slider__content .title.title--product {
                font-size: 52px;
            }
        }
        @media (max-width: 767.98px) {
            .slider__content .title.title--product {
                font-size: 13.5vw;
                line-height: 1.02;
                margin-bottom: 12px;
            }
            .slider__content.slider__content--product p {
                font-size: 15px;
                letter-spacing: 1.4px;
                line-height: 1.45;
                max-width: 100%;
            }
            .single-slider--construction .slider__content .title.title--product {
                font-size: 11.5vw;
            }
        }
        .slider__area .hero-slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 52px;
            height: 52px;
            border: 1px solid rgba(255, 255, 255, 0.35);
            border-radius: 50%;
            background: rgba(12, 22, 38, 0.75);
            color: #ffffff;
            z-index: 15;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.25s ease;
        }
        .slider__area .hero-slider-prev {
            left: 22px;
        }
        .slider__area .hero-slider-next {
            right: 22px;
        }
        .slider__area .hero-slider-arrow:hover {
            background: #45f882;
            color: #0f161e;
            border-color: #45f882;
        }
        .slider__img .hero-visual-panel {
            width: min(100%, 620px);
            margin: 0 auto;
            padding: 0;
            border: 0;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
            min-height: 440px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .slider__img .hero-visual-panel img {
            display: block;
            width: auto;
            max-width: 100%;
            height: auto;
            max-height: 440px;
            object-fit: contain;
            border-radius: 20px;
        }
        .slider__img .hero-visual-panel--light img {
            background: #fff;
            padding: 28px;
        }
        .slider__img .hero-visual-mock {
            display: grid;
            gap: 14px;
            width: min(100%, 620px);
        }
        .slider__img .hero-visual-mock.hero-visual-mock--construction {
            width: min(100%, 560px);
        }
        .slider__img .hero-visual-mock-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 18px 20px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }
        .slider__img .hero-visual-mock-top strong {
            display: block;
            color: #fff;
            font-size: 18px;
            line-height: 1.3;
        }
        .slider__img .hero-visual-mock-top span {
            color: var(--tg-body-color);
            font-size: 14px;
        }
        .slider__img .hero-visual-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 118px;
            padding: 10px 14px;
            border-radius: 999px;
            background: rgba(69, 248, 130, 0.14);
            border: 1px solid rgba(69, 248, 130, 0.22);
            color: var(--tg-theme-primary);
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .slider__img .hero-visual-mock-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
        }
        .slider__img .hero-visual-metric {
            padding: 20px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            text-align: left;
        }
        .slider__img .hero-visual-metric-label {
            display: block;
            color: var(--tg-body-color);
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 8px;
        }
        .slider__img .hero-visual-metric-value {
            display: block;
            color: #fff;
            font-family: var(--tg-heading-font-family);
            font-size: 26px;
            font-weight: 700;
            line-height: 1.2;
        }
        .slider__img .hero-visual-timeline {
            padding: 20px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }
        .slider__img .hero-visual-timeline-item {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #fff;
            font-size: 15px;
            line-height: 1.5;
        }
        .slider__img .hero-visual-timeline-item + .hero-visual-timeline-item {
            margin-top: 12px;
        }
        .slider__img .hero-visual-dot {
            flex: 0 0 10px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: var(--tg-theme-primary);
            box-shadow: 0 0 0 6px rgba(69, 248, 130, 0.14);
        }
        @media (max-width: 991.98px) {
            .slider__area .hero-slider-arrow {
                width: 44px;
                height: 44px;
            }
            .slider__area .hero-slider-prev {
                left: 12px;
            }
            .slider__area .hero-slider-next {
                right: 12px;
            }
        }
        @media (max-width: 767.98px) {
            .slider__area .hero-slider-arrow {
                display: none !important;
            }
            .slider__img {
                min-height: auto;
            }
            .slider__img .hero-visual-panel {
                padding: 0;
                border-radius: 0;
                min-height: auto;
            }
            .slider__img .hero-visual-panel img {
                max-height: none;
            }
            .slider__img .hero-visual-mock-grid {
                grid-template-columns: 1fr;
            }
        }
        .slider-active:not(.slick-initialized) .single-slider:not(:first-child) {
            display: none;
        }
        .logo img,
        .nav-logo img,
        .footer-el-logo img {
            height: auto;
        }
        .main--area > section:not(.slider__area) {
            content-visibility: auto;
            contain-intrinsic-size: 1px 960px;
        }
        @media (min-width: 992px) {
            #products .products-grid {
                justify-content: center;
            }
            #products .products-grid > [class*="col-"] {
                flex: 0 0 33.333333%;
                width: 33.333333%;
                display: flex;
            }
            #products .products-grid .services__item {
                width: 100%;
            }
            .social__area .social-grid {
                justify-content: center;
            }
            .social__area .social-grid > .col {
                flex: 0 0 16.666667%;
                width: 16.666667%;
            }
            .footer__country .col-6,
            .footer__two-widgets .col-md-4,
            .copyright__wrap .col-lg-6 {
                flex: 0 0 auto;
            }
            .footer__country .col-6 {
                width: 50%;
            }
            .footer__two-widgets .col-md-4 {
                width: 33.333333%;
            }
            .copyright__wrap .row {
                align-items: center;
            }
            .copyright__wrap .col-lg-6 {
                width: 50%;
            }
            .footer__two-widgets .text-md-center {
                text-align: center;
            }
            .footer__country .text-sm-end,
            .footer__two-widgets .text-md-end,
            .copyright__wrap .text-lg-start {
                text-align: right;
            }
            .copyright__wrap .copyright__text.text-lg-start {
                text-align: left;
            }
            .copyright__wrap .justify-content-lg-end {
                justify-content: flex-end;
            }
        }
        .social__item a,
        .tg-btn-1,
        .submit-btn,
        .tgmobile__menu .navigation li a,
        .dropdown-btn,
        .scroll__top {
            min-height: 44px;
        }
        @media (max-width: 767.98px) {
            .transparent-header,
            .tg-header__area,
            .tg-header__area.tg-sticky-menu,
            .tg-header__area.tg-sticky-menu.sticky-menu__show {
                background: rgba(15, 22, 27, 0.96);
                box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
                backdrop-filter: blur(12px);
                -webkit-backdrop-filter: blur(12px);
            }
            html,
            body {
                overflow-x: clip;
            }
            .footer__country {
                margin: 0 0 40px;
            }
            .footer__country .row,
            .footer__two-widgets .row,
            .copyright__wrap .row {
                row-gap: 18px;
            }
            .footer__country .col-6,
            .footer__two-widgets [class*="col-"],
            .copyright__wrap [class*="col-"] {
                width: 100%;
            }
            .footer__country-name,
            .footer__country .text-sm-end,
            .copyright__wrap .copyright__text,
            .copyright__wrap .copyright__menu {
                text-align: center;
            }
            .footer__country-name .text {
                font-size: clamp(48px, 13vw, 64px);
                line-height: 0.95;
                opacity: 0.5;
            }
            .footer__two-widgets .row {
                justify-content: center;
            }
            .footer__two-widgets .row > div:nth-child(1) {
                order: 2;
            }
            .footer__two-widgets .row > div:nth-child(2) {
                order: 1;
            }
            .footer__two-widgets .row > div:nth-child(3) {
                order: 3;
            }
            .footer__two-widgets .row > [class*="col-"] {
                max-width: 340px;
                margin: 0 auto;
            }
            .footer-el-widget {
                margin: 0;
                padding: 22px 20px;
                border: 1px solid rgba(255, 255, 255, 0.08);
                background: rgba(255, 255, 255, 0.02);
                border-radius: 18px;
                text-align: center;
            }
            .footer-el-widget .title,
            .footer-el-widget.text-start .title {
                display: block;
                margin-bottom: 14px;
                text-align: center;
            }
            .footer-el-widget.widget_nav_menu {
                padding: 0;
                border: 0;
                background: transparent;
                text-align: center;
            }
            .footer-el-logo {
                margin-bottom: 18px;
                text-align: center;
            }
            .footer-el-menu {
                text-align: center;
            }
            .footer-el-menu .list-wrap,
            .copyright__menu .list-wrap {
                justify-content: center;
            }
            .footer-el-widget.widget_nav_menu ul li {
                justify-content: center;
                text-align: center;
            }
            .footer-el-widget > ul.list-wrap li {
                line-height: 1.65;
                text-align: center;
            }
            .copyright__menu .list-wrap {
                gap: 10px 18px;
                margin-top: 0;
            }
            .copyright__text p {
                font-size: 13px;
            }
            .tgmobile__menu {
                display: block;
                position: fixed;
                right: 0;
                top: 0;
                width: 100%;
                max-width: 320px;
                height: 100%;
                z-index: 9999;
                visibility: hidden;
                transform: translateX(101%);
                transition: transform 0.4s ease, visibility 0.4s ease;
            }
            .tgmobile__menu-backdrop {
                display: block;
                position: fixed;
                inset: 0;
                z-index: 9998;
                opacity: 0;
                visibility: hidden;
                background: rgba(0, 0, 0, 0.7);
                transition: opacity 0.4s ease, visibility 0.4s ease;
            }
            .mobile-menu-visible .tgmobile__menu {
                visibility: visible;
                transform: translateX(0);
            }
            .mobile-menu-visible .tgmobile__menu-backdrop {
                opacity: 1;
                visibility: visible;
            }
            .gallery-active,
            .gallery-active .swiper-wrapper {
                display: grid !important;
                grid-template-columns: 1fr;
                gap: 18px;
            }
            .gallery-active .swiper-slide {
                width: auto !important;
                margin: 0 !important;
            }
            .gallery-active .swiper-scrollbar,
            .trendingNft__nav,
            .hero-slider-arrow {
                display: none !important;
            }
            .brand-area {
                padding: 72px 0 80px;
            }
            .brand__title {
                margin: 0 0 30px;
            }
            .brand__title .title {
                font-size: clamp(42px, 11vw, 54px);
                line-height: 1;
                letter-spacing: 0.5px;
            }
            .brand-active {
                display: grid !important;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 20px 12px;
                align-items: start;
            }
            .brand-active > .col {
                width: 100%;
                max-width: 100%;
                flex: 0 0 auto;
                padding-right: 6px;
                padding-left: 6px;
            }
            .brand__item {
                display: flex;
                justify-content: center;
            }
            .tech-brand-link {
                gap: 8px;
            }
            .tech-brand-link img {
                width: 40px;
                height: 40px;
            }
            .tech-brand-link span {
                font-size: 12px;
                letter-spacing: 0.2px;
            }
            .slider-active {
                display: flex !important;
                width: 100%;
                max-width: 100%;
                overflow-x: auto;
                overflow-y: hidden;
                scroll-snap-type: x mandatory;
                scroll-behavior: smooth;
                scrollbar-width: none;
                -ms-overflow-style: none;
                touch-action: pan-x;
                overscroll-behavior-x: contain;
            }
            .slider-active::-webkit-scrollbar {
                display: none;
            }
            .slider__area,
            .slider__bg,
            .single-slider {
                overflow-x: clip;
            }
            .slider-active:not(.slick-initialized) .single-slider,
            .slider-active .single-slider {
                display: block !important;
                flex: 0 0 100%;
                width: 100%;
                min-width: 100%;
                max-width: 100%;
                scroll-snap-align: start;
            }
            .slider__img {
                display: none !important;
            }
            .is-mobile-lite .slider__area.slider__bg {
                background-image: radial-gradient(circle at top, rgba(69, 248, 130, 0.14), transparent 36%), linear-gradient(180deg, #0f161e 0%, #09131a 100%) !important;
            }
            .is-mobile-lite .nft-item__area,
            .is-mobile-lite .about__area,
            .is-mobile-lite .gallery__area,
            .is-mobile-lite .about__area-two,
            .is-mobile-lite .team__area,
            .is-mobile-lite .video__area,
            .is-mobile-lite .roadMap__area,
            .is-mobile-lite .trendingNft-area,
            .is-mobile-lite .social__area {
                display: none !important;
            }
            .slider__bg {
                padding-top: 148px;
                padding-bottom: 44px;
                min-height: auto;
            }
            .slider__content {
                margin-bottom: 12px;
            }
            .mobile-hero-controls {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 12px;
                margin-top: 18px;
            }
            .mobile-hero-arrow {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 42px;
                height: 42px;
                border: 1px solid rgba(69, 248, 130, 0.45);
                border-radius: 999px;
                background: rgba(15, 22, 27, 0.88);
                color: #45f882;
                font-size: 20px;
                line-height: 1;
            }
            .mobile-hero-dots {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
            }
            .mobile-hero-dot {
                width: 24px;
                height: 24px;
                padding: 0;
                border: 0;
                border-radius: 999px;
                background: transparent;
                position: relative;
            }
            .mobile-hero-dot::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 9px;
                height: 9px;
                border-radius: 999px;
                background: rgba(255, 255, 255, 0.28);
                transform: translate(-50%, -50%);
            }
            .mobile-hero-dot.is-active {
                width: 24px;
            }
            .mobile-hero-dot.is-active::before {
                width: 24px;
                background: #45f882;
            }
            body,
            p,
            li,
            input,
            select,
            textarea,
            button {
                font-size: 16px;
                line-height: 1.5;
            }
            .section__title .title {
                font-size: 32px;
                line-height: 1.15;
            }
            .social__item a {
                padding: 14px 12px;
            }
            .tgmobile__menu .navigation li > a,
            .tgmobile__menu .navigation li .dropdown-btn {
                min-height: 48px;
            }
        }
        @media (min-width: 768px) {
            .mobile-hero-controls {
                display: none !important;
            }
        }
        .seo-showcase-area {
            position: relative;
            overflow: hidden;
        }
        .seo-showcase-area::before {
            content: "";
            position: absolute;
            inset: 70px 0 auto;
            height: 420px;
            background:
                radial-gradient(circle at 20% 15%, rgba(69, 248, 130, 0.16), transparent 34%),
                radial-gradient(circle at 80% 20%, rgba(57, 122, 255, 0.14), transparent 28%);
            pointer-events: none;
        }
        .seo-showcase {
            position: relative;
            z-index: 1;
        }
        .seo-showcase__hero {
            display: grid;
            gap: 24px;
            margin-bottom: 30px;
        }
        .seo-showcase__hero-copy,
        .seo-showcase__signal-panel,
        .seo-feature-card,
        .seo-process-panel,
        .seo-note-band {
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: linear-gradient(180deg, rgba(20, 28, 38, 0.92), rgba(13, 19, 28, 0.96));
            box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
            backdrop-filter: blur(8px);
        }
        .seo-showcase__hero-copy {
            padding: 32px 28px;
            border-radius: 28px;
        }
        .seo-chip {
            display: inline-flex;
            align-items: center;
            margin-bottom: 18px;
            padding: 9px 15px;
            border: 1px solid rgba(69, 248, 130, 0.2);
            border-radius: 999px;
            background: rgba(69, 248, 130, 0.08);
            font-size: 12px;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: var(--tg-theme-primary);
        }
        .seo-showcase__hero-copy p:last-child,
        .seo-feature-card p:last-of-type,
        .seo-process-panel__intro p:last-child {
            margin-bottom: 0;
        }
        .seo-showcase__signal-panel {
            display: grid;
            gap: 14px;
            padding: 18px;
            border-radius: 28px;
        }
        .seo-stat-card {
            padding: 18px 18px 16px;
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 20px;
            background: rgba(255, 255, 255, 0.02);
        }
        .seo-stat-card strong,
        .seo-process-step strong {
            display: block;
            margin-bottom: 8px;
            font-family: var(--tg-heading-font-family);
            font-size: 24px;
            line-height: 1;
            color: var(--tg-common-color-white);
        }
        .seo-stat-card span {
            display: block;
            color: var(--tg-body-color);
        }
        .seo-showcase__grid {
            display: grid;
            gap: 24px;
            margin-bottom: 30px;
        }
        .seo-feature-card {
            padding: 30px 26px;
            border-radius: 28px;
        }
        .seo-feature-card__eyebrow {
            display: inline-block;
            margin-bottom: 14px;
            color: var(--tg-theme-primary);
            font-size: 12px;
            font-weight: var(--tg-fw-bold);
            letter-spacing: 0.18em;
            text-transform: uppercase;
        }
        .seo-feature-card h4,
        .seo-process-panel h4 {
            margin: 0 0 14px;
            color: var(--tg-common-color-white);
            font-size: 28px;
            line-height: 1.2;
        }
        .seo-feature-card ul {
            display: grid;
            gap: 12px;
            margin-top: 20px;
        }
        .seo-feature-card ul li,
        .seo-process-step p {
            position: relative;
            margin: 0;
            color: var(--tg-body-color);
        }
        .seo-feature-card ul li {
            padding-left: 20px;
        }
        .seo-feature-card ul li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 11px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--tg-theme-primary);
            box-shadow: 0 0 0 5px rgba(69, 248, 130, 0.12);
        }
        .seo-audience-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 20px;
        }
        .seo-audience-list span {
            padding: 10px 14px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            color: var(--tg-common-color-white);
            font-size: 14px;
            line-height: 1.4;
        }
        .seo-process-panel {
            padding: 30px 26px;
            border-radius: 30px;
            margin-bottom: 26px;
        }
        .seo-process-panel__intro {
            max-width: 720px;
            margin-bottom: 28px;
        }
        .seo-process-steps {
            display: grid;
            gap: 16px;
        }
        .seo-process-step {
            padding: 20px;
            border-radius: 22px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
            border: 1px solid rgba(255, 255, 255, 0.06);
        }
        .seo-note-band {
            padding: 24px 24px 22px;
            border-radius: 24px;
        }
        .seo-note-band p {
            color: var(--tg-common-color-white);
            font-size: 17px;
            line-height: 1.8;
        }
        .testimonial-highlight-area {
            position: relative;
        }
        .testimonial-highlight-shell {
            display: grid;
            grid-template-columns: auto minmax(0, 1fr) auto;
            align-items: center;
            gap: 22px;
        }
        .testimonial-highlight-slider {
            width: 100%;
            overflow: visible;
        }
        .testimonial-highlight-slider .swiper-slide {
            height: auto;
        }
        .testimonial-highlight-nav {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 3;
            width: 56px;
            height: 56px;
            border: 1px solid rgba(69, 248, 130, 0.25);
            border-radius: 999px;
            background: rgba(18, 26, 36, 0.96);
            color: var(--tg-theme-primary);
            cursor: pointer;
            font-size: 34px;
            line-height: 1;
            box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, background 0.3s ease;
        }
        .testimonial-highlight-nav:hover {
            transform: translateY(-3px);
            background: rgba(24, 36, 48, 1);
        }
        .testimonial-highlight-nav.swiper-button-disabled {
            opacity: 0.4;
            cursor: default;
        }
        .testimonial-highlight-card {
            position: relative;
            height: 100%;
            max-width: 760px;
            margin: 0 auto;
            padding: 30px 30px 32px;
            border-radius: 34px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background:
                linear-gradient(180deg, rgba(20, 28, 38, 0.94), rgba(13, 19, 28, 0.98)),
                radial-gradient(circle at top right, rgba(69, 248, 130, 0.12), transparent 30%);
            box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
            overflow: hidden;
            text-align: center;
        }
        .testimonial-highlight-card::before {
            content: "";
            position: absolute;
            inset: auto auto 0 0;
            width: 140px;
            height: 140px;
            background: radial-gradient(circle, rgba(69, 248, 130, 0.16), transparent 70%);
            pointer-events: none;
        }
        .testimonial-highlight-card__top {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            margin-bottom: 26px;
        }
        .testimonial-highlight-card__product {
            display: inline-flex;
            align-items: center;
            min-height: 36px;
            padding: 8px 14px;
            border-radius: 999px;
            background: rgba(69, 248, 130, 0.1);
            border: 1px solid rgba(69, 248, 130, 0.18);
            color: var(--tg-theme-primary);
            font-size: 12px;
            font-weight: var(--tg-fw-bold);
            letter-spacing: 0.16em;
            text-transform: uppercase;
        }
        .testimonial-highlight-card__mark {
            color: rgba(69, 248, 130, 0.24);
            font-family: var(--tg-heading-font-family);
            font-size: 72px;
            line-height: 0.8;
            position: absolute;
            top: 28px;
            right: 30px;
        }
        .testimonial-highlight-card__quote {
            position: relative;
            z-index: 1;
            margin-bottom: 26px;
            color: var(--tg-common-color-white);
            font-size: 18px;
            line-height: 1.8;
            max-width: 540px;
            margin-left: auto;
            margin-right: auto;
        }
        .testimonial-highlight-card__author strong,
        .testimonial-highlight-card__author span {
            display: block;
        }
        .testimonial-highlight-card__author strong {
            margin-bottom: 4px;
            color: var(--tg-common-color-white);
            font-family: var(--tg-heading-font-family);
            font-size: 20px;
        }
        .testimonial-highlight-card__author span {
            color: var(--tg-body-color);
            font-size: 14px;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }
        .testimonial-highlight-pagination {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-top: 26px;
        }
        .testimonial-highlight-pagination .swiper-pagination-bullet {
            width: 9px;
            height: 9px;
            margin: 0 !important;
            background: rgba(255, 255, 255, 0.28);
            opacity: 1;
        }
        .testimonial-highlight-pagination .swiper-pagination-bullet-active {
            background: #ff7f17;
        }
        .testimonial-highlight-credit {
            margin-top: 28px;
            text-align: center;
            color: rgba(173, 176, 188, 0.9);
            font-size: 13px;
        }
        .faq-conversion-bar {
            display: grid;
            gap: 22px;
            margin-top: 34px;
            padding: 26px 24px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 26px;
            background: linear-gradient(180deg, rgba(20, 28, 38, 0.92), rgba(13, 19, 28, 0.96));
            box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
        }
        .faq-conversion-bar__copy p {
            margin: 0;
        }
        .faq-conversion-bar__eyebrow {
            display: inline-block;
            margin-bottom: 10px;
            color: var(--tg-theme-primary);
            font-size: 12px;
            font-weight: var(--tg-fw-bold);
            letter-spacing: 0.18em;
            text-transform: uppercase;
        }
        .faq-conversion-bar__actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
        }
        .faq-conversion-bar__actions .tg-btn-1 {
            min-width: 220px;
        }
        @media (min-width: 768px) {
            .seo-showcase__hero {
                grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
                align-items: stretch;
            }
            .seo-showcase__grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .seo-process-steps {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .faq-conversion-bar {
                grid-template-columns: minmax(0, 1fr) auto;
                align-items: center;
            }
            .faq-conversion-bar__actions {
                justify-content: flex-end;
            }
        }
        @media (min-width: 1200px) {
            .seo-showcase__hero-copy,
            .seo-feature-card,
            .seo-process-panel {
                padding: 38px 34px;
            }
            .seo-showcase__signal-panel {
                padding: 22px;
            }
            .testimonial-highlight-card {
                padding: 34px 42px 38px;
            }
        }
        @media (max-width: 767.98px) {
            .seo-showcase-area::before {
                inset: 20px 0 auto;
                height: 320px;
            }
            .seo-showcase__hero-copy,
            .seo-showcase__signal-panel,
            .seo-feature-card,
            .seo-process-panel,
            .seo-note-band {
                border-radius: 22px;
            }
            .seo-showcase__hero-copy,
            .seo-feature-card,
            .seo-process-panel {
                padding: 24px 20px;
            }
            .seo-showcase__signal-panel {
                padding: 14px;
            }
            .seo-feature-card h4,
            .seo-process-panel h4 {
                font-size: 24px;
            }
            .seo-note-band p {
                font-size: 16px;
            }
            .testimonial-highlight-shell {
                grid-template-columns: 48px minmax(0, 1fr) 48px;
                gap: 10px;
            }
            .testimonial-highlight-nav {
                width: 48px;
                height: 48px;
                font-size: 28px;
            }
            .testimonial-highlight-card {
                padding: 24px 20px 24px;
                border-radius: 28px;
            }
            .testimonial-highlight-card__quote {
                font-size: 16px;
            }
            .testimonial-highlight-card__mark {
                font-size: 56px;
                top: 22px;
                right: 20px;
            }
            .faq-conversion-bar {
                padding: 22px 18px;
                border-radius: 22px;
            }
            .faq-conversion-bar__actions .tg-btn-1 {
                width: 100%;
                min-width: 0;
            }
        }
