:root {
    --primary: #0057FF;
    --primary-dk: #003FBF;
    --secondary: #00C2FF;
    --accent: #FF6B00;
    --purple: #7B2FF7;
    --bg: #FFFFFF;
    --bg-alt: #F4F7FF;
    --text: #0D1117;
    --text-muted: #6B7280;
    --border: #E5E9F2;
    --cs: 0 4px 24px rgba(0, 87, 255, .08);
    --csh: 0 16px 48px rgba(0, 87, 255, .18);
    --radius: 18px;
    --rsm: 10px;
    --tr: .3s ease;
    --hh: 74px;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    --font-head: Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    scroll-padding-top: calc(var(--hh) + 20px)
}

body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--bg);
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

img {
    max-width: 100%;
    display: block;
    object-fit: cover
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style: none
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 28px
}

.section {
    padding: 110px 0
}

.section--alt {
    background: var(--bg-alt)
}

.section__header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 72px
}

.section__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--primary);
    background: rgba(0, 87, 255, .09);
    padding: 6px 18px;
    border-radius: 100px;
    margin-bottom: 14px;
    border: 1px solid rgba(0, 87, 255, .18)
}

.section__title {
    font-family: var(--font-head);
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    font-weight: 800;
    line-height: 1.18;
    color: var(--text);
    margin-bottom: 16px
}

.section__sub {
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.7
}

.highlight {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 32px;
    border-radius: 100px;
    font-size: .95rem;
    font-weight: 700;
    transition: all var(--tr);
    cursor: pointer;
    font-family: var(--font-body);
    text-align: center;
    justify-content: center
}

.btn--primary {
    background: #DC1D44;
    color: #fff;
    box-shadow: 0 4px 22px #DC1D44
}

.btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 36px rgba(220, 29, 68, .48)
}

.btn--outline {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary)
}

.btn--outline:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-3px)
}

.btn--white {
    background: #fff;
    color: #DC1D44;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .12)
}

.btn--white:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, .18)
}

.btn--full {
    width: 100%;
    justify-content: center
}

.btn-arrow {
    transition: transform var(--tr)
}

.btn:hover .btn-arrow {
    transform: translateX(5px)
}

.reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity .7s ease, transform .7s ease
}

.reveal--left {
    transform: translateX(-52px) translateY(0)
}

.reveal--right {
    transform: translateX(52px) translateY(0)
}

.reveal.visible {
    opacity: 1 !important;
    transform: none !important
}

/* ===== TOPPER BAR ===== */
.topper-bar {
    background: linear-gradient(90deg, #0a0a0a 0%, #1a1a2e 50%, #0a0a0a 100%);
    padding: 0 0;
    overflow: hidden;
    height: 52px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1001;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease;
}

.topper-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #DC1D44;
    animation: topperGlow 3s ease-in-out infinite;
}

@keyframes topperGlow {

    0%,
    100% {
        opacity: 0.5
    }

    50% {
        opacity: 1
    }
}

.topper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 28px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    gap: 12px;
    flex-wrap: wrap;
}

.topper-contact {
    display: flex;
    align-items: center;
    gap: 24px;
}

.topper-contact a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.78rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
    white-space: nowrap;
}

.topper-contact a:hover {
    color: var(--secondary);
}

.topper-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.topper-tagline {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
}

.social-3d-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
    animation: iconFloat 3s ease-in-out infinite;
}

.social-3d-icon:nth-child(1) {
    animation-delay: 0s;
}

.social-3d-icon:nth-child(2) {
    animation-delay: 0.4s;
}

.social-3d-icon:nth-child(3) {
    animation-delay: 0.8s;
}

.social-3d-icon:nth-child(4) {
    animation-delay: 1.2s;
}

@keyframes iconFloat {

    0%,
    100% {
        transform: translateY(0) rotateY(0deg);
    }

    25% {
        transform: translateY(-3px) rotateY(8deg);
    }

    75% {
        transform: translateY(-3px) rotateY(-8deg);
    }
}

.social-3d-icon:hover {
    animation: none;
    transform: translateY(-4px) rotateY(15deg) scale(1.15) !important;
}

.social-3d-icon svg {
    width: 20px;
    height: 20px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}

.social-3d-icon.yt {
    background: linear-gradient(145deg, #ff4444, #cc0000);
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.4), 0 1px 0 rgba(255, 100, 100, 0.3) inset, 0 -2px 0 rgba(0, 0, 0, 0.3) inset;
}

.social-3d-icon.ig {
    background: linear-gradient(145deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    box-shadow: 0 4px 12px rgba(220, 39, 67, 0.45), 0 1px 0 rgba(255, 180, 100, 0.3) inset, 0 -2px 0 rgba(0, 0, 0, 0.3) inset;
}

.social-3d-icon.meta {
    background: linear-gradient(145deg, #1877f2, #0d5ecb);
    box-shadow: 0 4px 12px rgba(24, 119, 242, 0.45), 0 1px 0 rgba(100, 180, 255, 0.3) inset, 0 -2px 0 rgba(0, 0, 0, 0.3) inset;
}

.social-3d-icon.google {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

/* HEADER */
.header {
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--hh);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(229, 233, 242, .6);
    transition: all var(--tr)
}

.header.scrolled {
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 4px 28px rgba(0, 87, 255, .1)
}

.nav {
    height: var(--hh);
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.nav__logo {
    display: flex;
    align-items: center;
    gap: 11px;
    flex-shrink: 0
}

.logo-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    font-size: .88rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-head);
    box-shadow: 0 4px 14px rgba(0, 87, 255, .35)
}

.logo-text {
    font-family: var(--font-head);
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--text)
}

.logo-text strong {
    color: var(--primary)
}

.nav__menu {
    display: flex;
    align-items: center;
    gap: 2px
}

.nav__link {
    font-size: .87rem;
    font-weight: 600;
    color: var(--text);
    padding: 8px 15px;
    border-radius: 8px;
    transition: all var(--tr)
}

.nav__link:hover,
.nav__link.active {
    color: var(--primary)
}

.nav__link--cta {
    background: #DC1D44;
    color: #fff !important;
    border-radius: 100px;
    padding: 9px 22px;
    box-shadow: 0 4px 14px rgba(0, 87, 255, .32);
    margin-left: 20px
}

.nav__link--cta:hover {
    box-shadow: 0 8px 26px rgba(0, 87, 255, .48);
    transform: translateY(-2px)
}

.nav__hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
    z-index: 1001
}

.nav__hamburger span {
    display: block;
    width: 24px;
    height: 2.5px;
    background: var(--text);
    border-radius: 3px;
    transition: all var(--tr)
}

.nav__hamburger.active span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg)
}

.nav__hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0)
}

.nav__hamburger.active span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg)
}

/* HERO */
.hero {
    padding-top: calc(var(--hh) + 20px + 42px);
    padding-bottom: 0;
    background: #060d1f;
    position: relative;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    align-items: center
}

.hero__mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(ellipse 80% 60% at 70% 40%, rgba(0, 87, 255, .22) 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 20% 70%, rgba(0, 194, 255, .15) 0%, transparent 55%), radial-gradient(ellipse 40% 40% at 80% 80%, rgba(123, 47, 247, .18) 0%, transparent 50%), radial-gradient(ellipse 60% 60% at 10% 20%, rgba(255, 107, 0, .1) 0%, transparent 55%)
}

.hero__grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 72px 72px
}

.hero__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 56px;
    position: relative;
    z-index: 2;
    padding-bottom: 80px
}

.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .9);
    padding: 8px 20px;
    border-radius: 100px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 24px;
    backdrop-filter: blur(8px)
}

.hero__eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--secondary);
    box-shadow: 0 0 8px var(--secondary);
    animation: blink 2s ease-in-out infinite
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .3
    }
}

.hero__title {
    font-family: var(--font-head);
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 22px
}

.hero__title-line2 {
    display: block;
    background: linear-gradient(135deg, #4DA3FF, #00C2FF, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% auto;
    animation: gradShift 4s linear infinite
}

@keyframes gradShift {
    0% {
        background-position: 0% center
    }

    100% {
        background-position: 200% center
    }
}

.hero__sub {
    font-size: 1.08rem;
    color: rgba(255, 255, 255, .68);
    margin-bottom: 40px;
    max-width: 500px;
    line-height: 1.75
}

.hero__actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 56px
}

.hero__trust {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.hero__trust-label {
    font-size: .78rem;
    color: rgba(255, 255, 255, .45);
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap
}

.hero__trust-avatars {
    display: flex;
    align-items: center
}

.hero__trust-avatars span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2.5px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    font-weight: 800;
    color: #fff;
    margin-left: -10px;
    background: linear-gradient(135deg, var(--primary), var(--purple))
}

.hero__trust-avatars span:first-child {
    margin-left: 0
}

.hero__trust-text {
    font-size: .8rem;
    color: rgba(255, 255, 255, .55);
    margin-left: 12px
}

.hero__trust-text strong {
    color: rgba(255, 255, 255, .9)
}

.hero__visual {
    position: relative;
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 67px;
}

.hero__img-main {
    width: 499px;
    height: 588px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    z-index: 3;
   animation: floaty 5s ease-in-out infinite reverse;
}

.hero__img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.95) saturate(1.1)
}

.hero__img-side {
    position: absolute;
    width: 210px;
    height: 270px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .4)
}

.hero__img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.9) saturate(1.1);
    display:none;
}

.hero__img-side--1 {
    top: 20px;
    right: -30px;
    z-index: 2;
    animation: floaty 4s ease-in-out infinite;
    display: none;
}

.hero__img-side--2 {
    bottom: 20px;
    left: -30px;
    z-index: 4;
    animation: floaty 5s ease-in-out infinite reverse;
    display: none;
}

@keyframes floaty {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-14px)
    }
}

/* STATS BAR */
.stats-bar {
    padding: 30px 0;
    position: relative;
    overflow: hidden
}

.stats-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 1.06;
    background: #DC1D44;
    background-image: radial-gradient(circle, rgba(255, 255, 255, .8) 1px, transparent 1px);
    background-size: 28px 28px
}

.stats-bar__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    position: relative;
    z-index: 1
}

.stat-item {
    text-align: center;
    padding: 16px 0;
    border-right: 1px solid rgba(255, 255, 255, .15)
}

.stat-item:last-child {
    border: none
}

.stat-item__num {
    font-family: var(--font-head);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 6px
}

.stat-item__lbl {
    font-size: .82rem;
    color: rgba(255, 255, 255, .65);
    font-weight: 600;
    letter-spacing: .04em
}

/* ABOUT */
.about__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px
}

.about__mosaic {
    position: relative;
    height: 520px
}

.about__mosaic-img {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 87, 255, .16);
    border: 4px solid #fff
}

.about__mosaic-img img {
   width: 94%;
    height: 111%;
    object-fit: cover;
}

.about__mosaic-img--1 {
   width: 111%;
    height: 105%;
    top: 0;
    left: 0;
    z-index: 2;
    
}

.about__mosaic-img--2 {
    width: 52%;
    height: 52%;
    bottom: 10%;
    right: 0;
    z-index: 3;
    animation: floaty 5s ease-in-out infinite
}

.about__mosaic-img--3 {
    width: 38%;
    height: 36%;
    bottom: 0;
    left: 10%;
    z-index: 4;
    border: 3px solid var(--bg-alt)
}

.about__badge {
    position: absolute;
    top: 44%;
    right: 26%;
    z-index: 5;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    padding: 20px 26px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: 0 12px 40px rgba(0, 87, 255, .38);
    margin-top: 54px;
}

.about__badge strong {
    display: block;
    font-family: var(--font-head);
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1
}

.about__badge span {
    font-size: .72rem;
    opacity: .85;
    font-weight: 600;
    letter-spacing: .04em
}

.about__tag {
    position: absolute;
    bottom: 15%;
    left: -10px;
    z-index: 5;
    background: #fff;
    padding: 14px 20px;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0, 87, 255, .14);
    display: flex;
    align-items: center;
    gap: 10px;
    display: none;

}

.about__tag-icon {
    font-size: 1.6rem
}

.about__tag-val {
    font-family: var(--font-head);
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1
}

.about__tag-lbl {
    font-size: .68rem;
    color: var(--text-muted);
    font-weight: 600
}

.about__content .section__label {
    text-align: left;
    display: inline-flex
}

.about__desc {
    color: var(--text-muted);
    font-size: .97rem;
    line-height: 1.8;
    margin-bottom: 24px
}

.about__features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin-bottom: 36px
}

.about__feat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: var(--bg-alt);
    border-radius: var(--rsm);
    border: 1px solid var(--border);
    font-size: .85rem;
    font-weight: 600;
    transition: all var(--tr)
}

.about__feat-item:hover {
    border-color: var(--primary);
    background: #fff;
    box-shadow: var(--cs)
}

.about__feat-icon {
    font-size: 1.3rem
}

/* SERVICES */
.services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px
}

.service-card {
    background: var(--bg);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--cs);
    border: 1px solid var(--border);
    transition: all var(--tr);
    box-shadow: 10px 10px 5px #c1c1c1;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--csh);
    border-color: transparent
}

.service-card__img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative
}

.service-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
    filter: brightness(.88) saturate(1.15)
}

.service-card:hover .service-card__img img {
    transform: scale(1.08)
}

.service-card__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, .55))
}

.service-card__tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    padding: 5px 12px;
    border-radius: 100px;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase
}

.service-card__icon-wrap {
    position: absolute;
    bottom: -22px;
    right: 20px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: var(--bg);
    box-shadow: 0 4px 16px rgba(0, 87, 255, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    border: 2px solid var(--border);
    transition: all var(--tr);
    z-index: 2;
    display: none;
}

.service-card:hover .service-card__icon-wrap {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-color: transparent;
    transform: scale(1.1) rotate(-8deg)
}

.service-card__body {
    padding: 36px 24px 28px
}

.service-card__title {
    font-family: var(--font-head);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text)
}

.service-card__desc {
    font-size: .95rem;
    color: var(--text-muted);
    line-height: 1.65
}

.service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    font-size: .82rem;
    font-weight: 700;
    color: var(--primary);
    transition: gap var(--tr)
}

.service-card__link:hover {
    gap: 10px
}

/* ===== WHY CHOOSE US ===== */
.why.section {
    background: linear-gradient(180deg, #F8FAFF 0%, #EEF4FF 100%);
    position: relative;
    overflow: hidden;
}

.why.section .section__title {
    color: var(--text);
}

.why.section .section__label {
    background: rgba(0, 87, 255, 0.08);
    border-color: rgba(0, 87, 255, 0.15);
    color: var(--primary);
}

.why.section .section__sub {
    color: var(--text-muted);
}

.why__bg-mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 50% 50% at 80% 20%, rgba(0, 87, 255, 0.05) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 10% 80%, rgba(0, 194, 255, 0.05) 0%, transparent 60%);
}

.why__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.why__stat-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why__stat-big {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 87, 255, 0.08);
    transition: all .3s ease;
}

.why__stat-big:hover {
    border-color: rgba(0, 87, 255, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 16px 50px rgba(0, 87, 255, 0.12);
    background: #fff;
}

.why__stat-big .num {
    font-family: var(--font-head);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: var(--text);
    line-height: 1;
}

.why__stat-big .num span {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.why__stat-big .lbl {
    font-size: .85rem;
    color: var(--text-muted);
    font-weight: 600;
    margin-top: 6px;
}

.why__stat-big .bar-track {
    margin-top: 16px;
    height: 4px;
    background: #E5E9F2;
    border-radius: 4px;
    overflow: hidden;
}

.why__stat-big .bar-fill {
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transition: width 1.5s ease;
}

.why__stat-big .deco-num {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-family: var(--font-head);
    font-size: 5rem;
    font-weight: 800;
    color: rgba(0, 87, 255, 0.04);
    line-height: 1;
    pointer-events: none;
}

.why__stats-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.why__stat-sm {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 24px 20px;
    text-align: center;
    transition: all .3s;
    box-shadow: 0 4px 20px rgba(0, 87, 255, 0.06);
}

.why__stat-sm:hover {
    border-color: var(--primary);
    background: #F4F7FF;
    transform: translateY(-4px);
}

.why__stat-sm .s-num {
    font-family: var(--font-head);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--text);
}

.why__stat-sm .s-lbl {
    font-size: .75rem;
    color: var(--text-muted);
    font-weight: 600;
}

.why__stat-sm .s-icon {
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.why__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.why-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: var(--cs);
    transition: all var(--tr);
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 87, 255, 0.04), transparent);
    opacity: 0;
    transition: opacity .3s;
}

.why-card:hover {
    border-color: transparent;
    transform: translateY(-6px);
    box-shadow: var(--csh);
    background: #fff;
}

.why-card:hover::before {
    opacity: 1;
}

.why-card__icon-box {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 6px 20px rgba(0, 87, 255, 0.25);
    transition: transform var(--tr);
    margin-bottom: 16px;
}

.why-card:hover .why-card__icon-box {
    transform: scale(1.1) rotate(-8deg);
}

.why-card h3 {
    font-family: var(--font-head);
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text);
}

.why-card p {
    font-size: .82rem;
    color: var(--text-muted);
    line-height: 1.65;
}

.why-card .card-arrow {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: .75rem;
    font-weight: 700;
    color: var(--primary);
    margin-top: 12px;
    opacity: 0;
    transform: translateX(-8px);
    transition: all .3s;
}

.why-card:hover .card-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* PROCESS */
.process.section {
    background: var(--bg-alt);
}

.process__timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.process__line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--primary), var(--secondary), var(--purple));
    transform: translateX(-50%);
    z-index: 0;
    border-radius: 4px;
}

.process-step-new {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    align-items: center;
    gap: 0;
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
}

.process-step-new:last-child {
    margin-bottom: 0;
}

.process-step-new:nth-child(even) .step-content {
    grid-column: 3;
    order: 3;
}

.process-step-new:nth-child(even) .step-center {
    order: 2;
}

.process-step-new:nth-child(even) .step-empty {
    order: 1;
}

.process-step-new:nth-child(odd) .step-content {
    grid-column: 1;
}

.process-step-new:nth-child(odd) .step-empty {
    grid-column: 3;
}

.step-content {
    background: #fff;
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 8px 32px rgba(0, 87, 255, 0.10);
    border: 1px solid var(--border);
    transition: all 0.3s ease;
    position: relative;
}

.step-content:hover {
    box-shadow: 0 16px 48px rgba(0, 87, 255, 0.18);
    transform: translateY(-4px);
    border-color: var(--primary);
}

.step-content .step-num {
    font-size: 0.68rem;
    font-weight: 800;
    color: var(--primary);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 8px;
    opacity: 0.7;
}

.step-content h3 {
    font-family: var(--font-head);
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--text);
}

.step-content p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.65;
}

.step-content .step-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 87, 255, 0.08);
    color: var(--primary);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 12px;
}

.step-center {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.step-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 8px 28px rgba(0, 87, 255, 0.35);
    border: 4px solid #fff;
    transition: transform 0.3s;
}

.process-step-new:hover .step-icon-circle {
    transform: scale(1.12) rotate(-6deg);
}

/* PRICING */
.pricing__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
    align-items: stretch
}

.pricing-card {
    background: #fff;
    border-radius: 28px;
    padding: 0;
    border: 2px solid var(--border);
    transition: all var(--tr);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 10px 10px 5px #c1c1c1;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(0, 87, 255, 0.15);
    border-color: #DC1D44;
}

.pricing-card__header {
    padding: 36px 34px 28px;
    position: relative;
}

.pricing-card:not(.pricing-card--featured) .pricing-card__header {
    border-bottom: 1px solid var(--border);
}

.pricing-card--featured .pricing-card__header {
    background: #DC1D44;
    border-bottom: none;
}

.pricing-card__body {
    padding: 28px 34px 36px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pricing-card--featured .pricing-card__body {
    background: linear-gradient(180deg, #f0f4ff 0%, #fff 100%);
}

.pricing-card__recommended {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 14px;
    border-radius: 100px;
    font-size: .7rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.04em;
}

.pricing-card__badge {
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pricing-card--featured .pricing-card__badge {
    color: rgba(255, 255, 255, 0.8);
}

.badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.6;
}

.pricing-card__price {
    font-family: var(--font-head);
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    color: var(--text);
}

.pricing-card--featured .pricing-card__price {
    color: #fff;
}

.currency {
    font-size: 1.4rem;
    margin-top: 8px;
    font-weight: 700;
}

.pricing-card__duration {
    font-size: .82rem;
    color: var(--text-muted);
    margin-bottom: 0;
    font-weight: 600;
}

.pricing-card--featured .pricing-card__duration {
    color: rgba(255, 255, 255, 0.65);
}

.pricing-card__features {
    flex: 1;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.pricing-card__features li {
    font-size: .875rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    background: var(--bg-alt);
    transition: background 0.2s;
}

.pricing-card__features li:hover {
    background: #e8eeff;
    color: var(--primary);
}

.pricing-card--featured .pricing-card__features li {
    background: rgba(0, 87, 255, 0.07);
    color: #2a3a6e;
}

.pricing-card--featured .pricing-card__features li:hover {
    background: rgba(0, 87, 255, 0.14);
}

.feat-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.6rem;
    color: #fff;
    font-weight: 900;
}

.pricing-card--featured .btn--primary {
    background: #DC1D44;
    box-shadow: 0 4px 22px rgba(0, 87, 255, 0.35);
}

.pricing-card--featured .btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 36px #DC1D44;
}

.pricing-card__deco {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.pricing-card__deco2 {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

/* INDUSTRIES */
.industries.section {
    overflow: hidden;
}

.industries__scroll-wrapper {
    overflow: hidden;
    position: relative;
}

.industries__scroll-wrapper::before,
.industries__scroll-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.industries__scroll-wrapper::before {
    left: 0;
    background: linear-gradient(90deg, var(--bg-alt) 0%, transparent 100%);
}

.industries__scroll-wrapper::after {
    right: 0;
    background: linear-gradient(270deg, var(--bg-alt) 0%, transparent 100%);
}

.industries__track {
    display: flex;
    gap: 20px;
    width: max-content;
}

.industries__track--ltr {
    animation: scrollLTR 28s linear infinite;
}

.industries__track--rtl {
    animation: scrollRTL 32s linear infinite;
    margin-top: 20px;
}

@keyframes scrollLTR {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRTL {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.industries__scroll-wrapper:hover .industries__track {
    animation-play-state: paused;
}

.industry-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    width: clamp(140px, 20vw, 180px);
    height: clamp(140px, 20vw, 180px);
    flex-shrink: 0;
    cursor: default;
    box-shadow: 0 4px 20px rgba(0, 87, 255, .1);
}

.industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.72) saturate(1.15);
    transition: transform .6s ease, filter .4s ease
}

.industry-card:hover img {
    transform: scale(1.1);
    filter: brightness(.55) saturate(1.3)
}

.industry-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 55%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 18px 10px;
    transition: background var(--tr)
}

.industry-card:hover .industry-card__overlay {
    background: linear-gradient(to top, rgba(0, 87, 255, .82) 0%, rgba(0, 87, 255, .2) 55%)
}

.ind-icon {
    font-size: 1.8rem;
    margin-bottom: 6px;
    transition: transform var(--tr)
}

.industry-card:hover .ind-icon {
    transform: scale(1.2) translateY(-4px)
}

.industry-card span {
    font-size: .78rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.3
}

/* TESTIMONIALS */
.testimonials__slider {
    position: relative;
    overflow: hidden
}

.testimonials__track {
    display: flex;
    transition: transform .55s cubic-bezier(.4, 0, .2, 1)
}

.testi-slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    padding: 4px;
}

.testimonial-card {
    background: var(--bg);
    border-radius: 24px;
    padding: 36px 32px;
    border: 1px solid var(--border);
    box-shadow: var(--cs);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--csh);
    border-color: var(--primary);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 16px;
    right: 24px;
    font-size: 6rem;
    font-family: Georgia, serif;
    color: rgba(0, 87, 255, 0.07);
    line-height: 1;
    font-weight: 900;
}

.testi-stars {
    font-size: 1rem;
    color: #FFC107;
    margin-bottom: 14px;
    letter-spacing: 3px
}

.testimonial-card p {
    font-size: .92rem;
    color: var(--text);
    font-style: italic;
    line-height: 1.75;
    margin-bottom: 24px
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 14px
}

.testi-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: .85rem;
    flex-shrink: 0;
    border: 2px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 87, 255, 0.2)
}

.testi-author strong {
    display: block;
    font-size: .9rem;
    font-weight: 700
}

.testi-author span {
    font-size: .76rem;
    color: var(--text-muted)
}

.testimonials__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 36px
}

.testi-btn {
    width: 46px;
    height: 46px;
    background: var(--bg);
    border: 2px solid var(--border);
    border-radius: 50%;
    font-size: 1.4rem;
    color: var(--text);
    transition: all var(--tr);
    display: flex;
    align-items: center;
    justify-content: center
}

.testi-btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff
}

.testi-dots {
    display: flex;
    gap: 8px;
    align-items: center
}

.testi-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border);
    transition: all var(--tr);
    cursor: pointer;
    border: none
}

.testi-dot.active {
    background: var(--primary);
    width: 26px;
    border-radius: 4px
}

/* CONTACT */
.contact__container {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 64px;
    align-items: start
}

.contact__info h3 {
    font-family: var(--font-head);
    font-size: clamp(1.5rem, 3vw, 1.7rem);
    font-weight: 800;
    margin-bottom: 14px
}

.contact__info>p {
    color: var(--text-muted);
    margin-bottom: 36px;
    line-height: 1.75
}

.contact__details {
    display: flex;
    flex-direction: column;
    gap: 22px
}

.contact__item {
    display: flex;
    align-items: flex-start;
    gap: 16px
}

.contact__item-icon {
    width: 46px;
    height: 46px;
    background: rgba(0, 87, 255, .1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0
}

.contact__item strong {
    display: block;
    font-size: .84rem;
    font-weight: 700;
    margin-bottom: 3px
}

.contact__item span {
    font-size: .875rem;
    color: var(--text-muted)
}

.contact__form {
    background: var(--bg);
    border-radius: 24px;
    padding: clamp(24px, 5vw, 50px);
    box-shadow: 0 8px 48px rgba(0, 87, 255, .1);
    border: 1px solid var(--border)
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 7px
}

.form-group label {
    font-size: .82rem;
    font-weight: 700;
    color: var(--text)
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 13px 18px;
    border: 1.5px solid var(--border);
    border-radius: var(--rsm);
    font-family: var(--font-body);
    font-size: .9rem;
    color: var(--text);
    background: var(--bg-alt);
    transition: all var(--tr);
    outline: none;
    resize: vertical
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0, 87, 255, .1);
    background: #fff
}

.form__success {
    display: none;
    text-align: center;
    margin-top: 16px;
    padding: 14px;
    background: #E8FFF3;
    border-radius: var(--rsm);
    color: #0A7A3E;
    font-size: .9rem;
    font-weight: 700
}

/* FOOTER */
.footer {
    background: #05091a;
    color: rgba(255, 255, 255, .72);
    padding: 0;
    overflow: hidden;
    position: relative
}

.footer__top-wave {
    line-height: 0;
    background: var(--bg-alt);
}

.footer__top-wave svg {
    display: block;
    width: 100%;
}

.footer__mesh {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
    background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(0, 87, 255, .12) 0%, transparent 60%);
}

.footer__grid-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.3;
    background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 60px 60px;
}

.footer__main {
    padding: 80px 0 60px;
    position: relative;
    z-index: 1;
}

.footer__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 56px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.footer__logo .logo-text {
    color: #fff
}

.footer__logo .logo-text strong {
    color: var(--secondary)
}

.footer__brand>p {
    font-size: .875rem;
    line-height: 1.9;
    margin: 18px 0 28px;
    color: rgba(255, 255, 255, .45)
}

.footer__social {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
}

.footer-social-3d {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    animation: footerIconFloat 4s ease-in-out infinite;
    position: relative;
}

.footer-social-3d:nth-child(1) {
    animation-delay: 0s;
}

.footer-social-3d:nth-child(2) {
    animation-delay: 0.5s;
}

.footer-social-3d:nth-child(3) {
    animation-delay: 1s;
}

.footer-social-3d:nth-child(4) {
    animation-delay: 1.5s;
}

@keyframes footerIconFloat {

    0%,
    100% {
        transform: translateY(0) rotateY(0deg);
    }

    30% {
        transform: translateY(-5px) rotateY(10deg);
    }

    70% {
        transform: translateY(-5px) rotateY(-10deg);
    }
}

.footer-social-3d:hover {
    animation: none;
    transform: translateY(-6px) scale(1.15) rotateY(20deg) !important;
}

.footer-social-3d.yt {
    background: linear-gradient(145deg, #ff4444, #cc0000);
    box-shadow: 0 6px 18px rgba(255, 0, 0, .4), 0 1px 0 rgba(255, 100, 100, .3) inset, 0 -3px 0 rgba(0, 0, 0, .3) inset;
}

.footer-social-3d.ig {
    background: linear-gradient(145deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    box-shadow: 0 6px 18px rgba(220, 39, 67, .45), 0 1px 0 rgba(255, 180, 100, .3) inset, 0 -3px 0 rgba(0, 0, 0, .3) inset;
}

.footer-social-3d.meta {
    background: linear-gradient(145deg, #1877f2, #0d5ecb);
    box-shadow: 0 6px 18px rgba(24, 119, 242, .45), 0 1px 0 rgba(100, 180, 255, .3) inset, 0 -3px 0 rgba(0, 0, 0, .3) inset;
}

.footer-social-3d.google {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .8) inset, 0 -3px 0 rgba(0, 0, 0, .1) inset;
}

.footer-social-3d svg {
    width: 22px;
    height: 22px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .3));
}

.footer__newsletter {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    padding: 20px;
}

.footer__newsletter p {
    font-size: .78rem;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.footer__nl-form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.footer__nl-form input {
    flex: 1;
    min-width: 180px;
    padding: 11px 14px;
    border: 1.5px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font-family: var(--font-body);
    font-size: .82rem;
    outline: none;
    transition: border-color .2s;
}

.footer__nl-form input::placeholder {
    color: rgba(255, 255, 255, .3);
}

.footer__nl-form input:focus {
    border-color: var(--secondary);
}

.footer__nl-form button {
    padding: 11px 18px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    border-radius: 10px;
    font-size: .82rem;
    font-weight: 700;
    font-family: var(--font-body);
    cursor: pointer;
    white-space: nowrap;
    border: none;
    transition: all .2s;
}

.footer__nl-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 87, 255, .4);
}

.footer__links h4 {
    font-size: .82rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 22px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.footer__links ul {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer__links a {
    font-size: .84rem;
    color: rgba(255, 255, 255, .45);
    transition: all var(--tr);
    display: flex;
    align-items: center;
    gap: 6px
}

.footer__links a::before {
    content: '→';
    font-size: .7rem;
    opacity: 0;
    transform: translateX(-6px);
    transition: all .2s;
}

.footer__links a:hover {
    color: var(--secondary);
    padding-left: 4px
}

.footer__links a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.footer__bottom {
    padding: 24px 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer__bottom p {
    font-size: .8rem;
    color: rgba(255, 255, 255, .28)
}

.footer__bottom-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer__bottom-badge {
    font-size: .68rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .35);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 4px 10px;
    border-radius: 6px;
    letter-spacing: .04em;
}

/* WHATSAPP FLOAT */
.whatsapp-float {
    position: fixed;
    bottom: 96px;
    right: 30px;
    z-index: 999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366, #128C7E);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, .5);
    animation: waPulse 2.5s ease-in-out infinite;
    cursor: pointer;
    transition: transform .2s;
}

.whatsapp-float:hover {
    transform: scale(1.15);
    animation: none;
}

.whatsapp-float svg {
    width: 28px;
    height: 28px;
}

@keyframes waPulse {

    0%,
    100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, .5);
    }

    50% {
        box-shadow: 0 4px 40px rgba(37, 211, 102, .8), 0 0 0 10px rgba(37, 211, 102, .1);
    }
}

.wa-tooltip {
    position: fixed;
    bottom: 100px;
    right: 98px;
    z-index: 998;
    background: #fff;
    color: var(--text);
    font-size: .8rem;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 10px;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    opacity: 0;
    pointer-events: none;
    transform: translateX(10px);
    transition: all .3s;
}

.wa-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #fff;
    border-right: none;
}

.whatsapp-float:hover+.wa-tooltip {
    opacity: 1;
    transform: translateX(0);
}

/* LIVE TICKER */
.live-ticker {
    background: linear-gradient(90deg, var(--primary), var(--secondary), var(--purple), var(--accent), var(--primary));
    background-size: 300% auto;
    animation: tickerGrad 6s linear infinite;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
}

@keyframes tickerGrad {
    0% {
        background-position: 0% center
    }

    100% {
        background-position: 300% center
    }
}

.live-ticker__track {
    display: flex;
    gap: 0;
    white-space: nowrap;
    animation: tickerScroll 25s linear infinite;
}

@keyframes tickerScroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.live-ticker__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 32px;
    font-size: clamp(.7rem, 1.5vw, .8rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: .04em;
}

.live-ticker__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .6);
}

/* PLATFORMS */
.platforms.section {
    background: var(--bg-alt);
}

.platforms__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.platform-card {
    background: #fff;
    border-radius: 22px;
    padding: 32px 24px;
    text-align: center;
    border: 1px solid var(--border);
    box-shadow: var(--cs);
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.platform-card::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .3s;
}

.platform-card.yt-card::before {
    background: linear-gradient(135deg, rgba(255, 0, 0, .06), transparent);
    box-shadow: 10px 10px 5px #c1c1c1;
}

.platform-card.ig-card::before {
    background: linear-gradient(135deg, rgba(220, 39, 67, .06), transparent);
    box-shadow: 10px 10px 5px #c1c1c1;
}

.platform-card.fb-card::before {
    background: linear-gradient(135deg, rgba(24, 119, 242, .06), transparent);
    box-shadow: 10px 10px 5px #c1c1c1;
}

.platform-card.goog-card::before {
    background: linear-gradient(135deg, rgba(66, 133, 244, .06), transparent);
    box-shadow: 10px 10px 5px #c1c1c1;
}

.platform-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--csh);
}

.platform-card:hover::before {
    opacity: 1;
}

.platform-icon-wrap {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-icon-wrap.yt {
    background: linear-gradient(145deg, #ff4444, #cc0000);
    box-shadow: 0 8px 24px rgba(255, 0, 0, .3);
}

.platform-icon-wrap.ig {
    background: linear-gradient(145deg, #f09433, #dc2743, #bc1888);
    box-shadow: 0 8px 24px rgba(220, 39, 67, .3);
}

.platform-icon-wrap.fb {
    background: linear-gradient(145deg, #1877f2, #0d5ecb);
    box-shadow: 0 8px 24px rgba(24, 119, 242, .3);
}

.platform-icon-wrap.goog {
    background: linear-gradient(145deg, #fff, #f0f0f0);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

.platform-icon-wrap svg {
    width: 32px;
    height: 32px;
}

.platform-card h3 {
    font-family: var(--font-head);
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 6px;
}

.platform-card .reach {
    font-size: .8rem;
    color: var(--text-muted);
    margin-bottom: 16px;
}

.platform-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.p-stat strong {
    display: block;
    font-family: var(--font-head);
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--text);
    line-height: 1;
}

.p-stat span {
    font-size: .7rem;
    color: var(--text-muted);
    font-weight: 600;
}

/* CALCULATOR */
.calculator.section {
    background: #060d1f;
    position: relative;
    overflow: hidden;
}

.calculator.section .section__title {
    color: #fff;
}

.calculator.section .section__label {
    background: rgba(0, 194, 255, .1);
    border-color: rgba(0, 194, 255, .2);
    color: var(--secondary);
}

.calculator.section .section__sub {
    color: rgba(255, 255, 255, .5);
}

.calc__card {
    background: rgba(255, 255, 255, .04);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 28px;
    padding: clamp(20px, 4vw, 52px);
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.calc__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    align-items: start;
}

.calc__inputs {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.calc__field label {
    display: block;
    font-size: .8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 10px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.calc__field input[type=range] {
    width: 100%;
    accent-color: var(--secondary);
    cursor: pointer;
}

.calc__field .range-val {
    font-family: var(--font-head);
    font-size: clamp(1.2rem, 3vw, 1.4rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}

.calc__result {
    background: linear-gradient(135deg, rgba(0, 87, 255, .25), rgba(123, 47, 247, .2));
    border: 1px solid rgba(0, 194, 255, .25);
    border-radius: 20px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.calc__result-title {
    font-size: .75rem;
    font-weight: 800;
    color: rgba(255, 255, 255, .5);
    letter-spacing: .1em;
    text-transform: uppercase;
}

.calc__result-num {
    font-family: var(--font-head);
    font-size: clamp(2.2rem, 5vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.calc__result-num span {
    background: linear-gradient(135deg, var(--secondary), #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.calc__result-sub {
    font-size: .82rem;
    color: rgba(255, 255, 255, .5);
}

.calc__result-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.calc__result-item {
    display: flex;
    justify-content: space-between;
    font-size: .82rem;
    border-top: 1px solid rgba(255, 255, 255, .07);
    padding-top: 10px;
    flex-wrap: wrap;
    gap: 4px;
}

.calc__result-item .label {
    color: rgba(255, 255, 255, .45);
}

.calc__result-item .val {
    color: #fff;
    font-weight: 700;
}

/* SCROLL TOP */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    border-radius: 16px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 22px rgba(0, 87, 255, .45);
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: all var(--tr);
    z-index: 999
}

.scroll-top.visible {
    opacity: 1;
    pointer-events: auto;
    transform: none
}

.scroll-top:hover {
    transform: translateY(-4px)
}

/* CUSTOM UTILITY */
.cb {
    color: #DC1D44;
}

.cw {
    color: white;
    font-size: 14px;
}

.round {
    background-color: whitesmoke;
    border-radius: 90px;
    padding: 10px;
    width: 70px;
    text-align: center;
    margin-left: 15px;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1100px) {
    .stats-bar__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px
    }

    .stat-item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, .15)
    }

    .stat-item:nth-child(even) {
        border-right: none
    }
}

@media(max-width:900px) {

    .hero__container,
    .about__container,
    .why__layout,
    .contact__container {
        grid-template-columns: 1fr
    }

    .hero__visual {
        display: none
    }

    .about__mosaic {
        height: 360px
    }

    .process__line {
        display: none
    }

    .process-step-new {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .step-center {
        justify-content: flex-start;
        padding-left: 12px
    }

    .step-empty {
        display: none
    }

    .process-step-new:nth-child(even) .step-content {
        grid-column: 1;
        order: unset;
    }

    .process-step-new:nth-child(even) .step-center {
        order: 2;
    }

    .process-step-new:nth-child(even) .step-empty {
        display: none;
    }

    .process-step-new:nth-child(odd) .step-content {
        grid-column: 1;
    }

    .process-step-new:nth-child(odd) .step-center {
        order: 1;
    }

    .process-step-new:nth-child(odd) .step-empty {
        display: none;
    }

    .pricing__grid {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin: 0 auto
    }

    .why__cards {
        grid-template-columns: 1fr
    }
}

@media(max-width:768px) {
    .topper-bar {
        display: none !important;
    }

    .header {
        top: 0 !important;
    }

    .hero {
        padding-top: calc(var(--hh) + 70px) !important;
    }

    .nav__menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 290px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: calc(var(--hh) + 28px) 30px 28px;
        gap: 4px;
        box-shadow: -10px 0 50px rgba(0, 0, 0, .12);
        transition: right var(--tr);
        z-index: 999
    }

    .nav__menu.open {
        right: 0
    }

    .nav__link {
        font-size: 1.05rem;
        padding: 13px 0;
        width: 100%;
        border-bottom: 1px solid var(--border)
    }

    .nav__link--cta {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-top: 10px;
        border: none;
        display: flex
    }

    .nav__hamburger {
        display: flex;
        margin-top: 19px;
    }

    .section {
        padding: 72px 0
    }

    .hero__title {
        font-size: 2.2rem
    }

    .hero__actions {
        flex-direction: column;
        align-items: flex-start
    }

    .about__mosaic {
        height: 280px
    }

    .about__features {
        grid-template-columns: 1fr
    }

    .contact__form {
        padding: 32px 24px
    }

    .form-row {
        grid-template-columns: 1fr
    }

    .footer__container {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .why__stats-row {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:480px) {
    .stat-item {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        padding-bottom: 16px;
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .footer__bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer__bottom-badges {
        justify-content: center;
    }

    .why__stats-row {
        grid-template-columns: 1fr
    }
}

@media(prefers-reduced-motion:reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important
    }
}