@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap');

/*
 * Home Page Styles (Premium Aesthetic)
 */

.home-main {
    background-color: var(--color-bg);
}

/* =========================================
   HERO BANNER
   ========================================= */
.hero-banner {
    position: relative;
    overflow: hidden;
    min-height: 820px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(6, 10, 16, 0.92) 0%, rgba(6, 10, 16, 0.86) 36%, rgba(6, 10, 16, 0.62) 62%, rgba(6, 10, 16, 0.9) 100%),
        linear-gradient(180deg, rgba(3, 6, 10, 0.18) 0%, rgba(3, 6, 10, 0.42) 100%),
        url('../images/hero-fon.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-banner__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.08), transparent 18%),
        radial-gradient(circle at 74% 66%, rgba(24, 182, 255, 0.12), transparent 20%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px);
    background-size: auto, auto, 92px 92px, 92px 92px;
    pointer-events: none;
}

.hero-banner__grid {
    position: relative;
    z-index: 1;
    min-height: 820px;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(460px, 0.98fr);
    gap: 32px;
    align-items: center;
}

.hero-banner__content {
    max-width: 620px;
    padding: 44px 0 44px;
}

.hero-banner__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #d7f3eb;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-banner__title {
    margin: 0 0 24px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.06em;
    text-wrap: balance;
}

.hero-banner__subtitle {
    max-width: 540px;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.65;
}

.hero-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.hero-banner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 15px 26px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.hero-banner__cta--primary {
    background: linear-gradient(135deg, #ffffff 0%, #f2f6ff 100%);
    color: #09111c;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.hero-banner__cta--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.28);
}

.hero-banner__cta--ghost {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #fff;
}

.hero-banner__cta--ghost:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.hero-banner__microproof {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 24px;
}

.hero-banner__proof-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 600;
}

.hero-banner__proof-chip i {
    color: #73e5c3;
}

.hero-banner__scene {
    position: relative;
    min-height: 820px;
}

.hero-banner__glass {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 28px 60px rgba(3, 9, 18, 0.28);
}

.hero-banner__glass--main {
    right: 12px;
    bottom: 68px;
    width: 450px;
    height: 450px;
    border-radius: 32px;
    overflow: hidden;
}

.hero-banner__glass-shine {
    position: absolute;
    inset: -30% auto auto -18%;
    width: 180px;
    height: 180%;
    transform: rotate(18deg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    animation: heroGlassShine 7s ease-in-out infinite;
    pointer-events: none;
}

.hero-banner__photo-wrap {
    position: absolute;
    inset: 0;
}

.hero-banner__photo {
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
}

.hero-banner__ticker {
    position: absolute;
    top: 100px;
    right: 120px;
    width: 430px;
    height: 320px;
    z-index: 3;
    perspective: 1200px;
    transform-style: preserve-3d;
}

.hero-banner__notify {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 52px;
    padding: 14px 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(88, 88, 84, 0.72), rgba(67, 67, 64, 0.68));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 24px 48px rgba(4, 10, 18, 0.28);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transform-style: preserve-3d;
    animation: heroNotifyOrbit 10s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
    animation-delay: var(--card-delay);
}

.hero-banner__notify i {
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
}

.hero-banner__notify--xs {
    min-width: 176px;
    min-height: 40px;
    padding: 10px 16px;
    font-size: 12px;
}

.hero-banner__notify--sm {
    min-width: 204px;
}

.hero-banner__notify--md {
    min-width: 286px;
}

.hero-banner__notify--lg {
    min-width: 350px;
    min-height: 70px;
    font-size: 16px;
    border-radius: 22px;
}

@keyframes heroNotifyOrbit {
    0% {
        transform: translate3d(-50%, -126px, -220px) scale(0.72) rotateX(26deg);
        opacity: 0;
    }
    8% {
        opacity: 0.55;
    }
    22% {
        transform: translate3d(-50%, -82px, -120px) scale(0.84) rotateX(18deg);
        opacity: 0.72;
    }
    42% {
        transform: translate3d(-50%, -8px, 0) scale(1) rotateX(0deg);
        opacity: 1;
    }
    62% {
        transform: translate3d(-50%, 74px, -90px) scale(0.9) rotateX(-12deg);
        opacity: 0.82;
    }
    82% {
        transform: translate3d(-50%, 146px, -210px) scale(0.76) rotateX(-24deg);
        opacity: 0.45;
    }
    100% {
        transform: translate3d(-50%, 176px, -260px) scale(0.68) rotateX(-28deg);
        opacity: 0;
    }
}

@keyframes heroGlassShine {
    0% { transform: translateX(-20px) rotate(18deg); opacity: 0; }
    10% { opacity: 0.8; }
    35% { transform: translateX(380px) rotate(18deg); opacity: 0; }
    100% { transform: translateX(380px) rotate(18deg); opacity: 0; }
}

@media screen and (max-width: 1180px) {
    .hero-banner,
    .hero-banner__grid,
    .hero-banner__scene {
        min-height: auto;
    }

    .hero-banner__grid {
        grid-template-columns: 1fr;
        gap: 22px;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .hero-banner__content {
        max-width: 720px;
        padding-bottom: 0;
    }

    .hero-banner__scene {
        min-height: 700px;
    }

    .hero-banner__glass--main {
        right: 50%;
        transform: translateX(50%);
    }

    .hero-banner__ticker {
        right: 50%;
        transform: translateX(160px);
    }
}

@media screen and (max-width: 767px) {
    .hero-banner__grid {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .hero-banner__title {
        font-size: clamp(40px, 13vw, 58px);
    }

    .hero-banner__subtitle {
        font-size: 17px;
    }

    .hero-banner__actions {
        flex-direction: column;
    }

    .hero-banner__cta {
        width: 100%;
    }

    .hero-banner__scene {
        min-height: 560px;
    }

    .hero-banner__glass--main {
        width: 300px;
        height: 360px;
        bottom: 20px;
    }

    .hero-banner__ticker {
        top: 10px;
        left: 16px;
        right: 16px;
        width: auto;
        height: 240px;
        transform: none;
    }

    .hero-banner__notify {
        font-size: 13px;
    }

    .hero-banner__notify--lg {
        min-width: 280px;
        min-height: 60px;
        font-size: 14px;
    }
}

/* =========================================
   TECH SLIDER (Full Width)
   ========================================= */
.tech-slider-section {
    padding: 60px 0;
    background: #fafafa;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    position: relative;
    overflow: hidden;
}

.tech-slider-label {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.tech-slider-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.tech-slider-track {
    display: flex;
    gap: 40px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 60px;
    scrollbar-width: none; /* Hide scrollbar Firefox */
}

.tech-slider-track::-webkit-scrollbar {
    display: none; /* Hide scrollbar Chrome/Safari */
}

.tech-slide {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    border: 1px solid var(--color-border);
    transition: all 0.3s ease;
    cursor: default;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.tech-slide i {
    font-size: 24px;
    color: #9CA3AF;
    transition: color 0.3s;
}

.tech-slide span {
    font-size: 14px;
    font-weight: 600;
    color: #4B5563;
    white-space: nowrap;
}

.tech-slide:hover {
    border-color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 122, 0, 0.1);
}

.tech-slide:hover i {
    color: var(--color-primary);
}

.tech-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 100%;
    background: transparent;
    border: none;
    color: #9CA3AF;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-nav-btn:hover {
    color: var(--color-primary);
    background: rgba(255, 255, 255, 0.5);
}

.tech-nav-btn.prev { left: 0; background: linear-gradient(90deg, #fafafa 30%, transparent 100%); }
.tech-nav-btn.next { right: 0; background: linear-gradient(-90deg, #fafafa 30%, transparent 100%); }


@media screen and (max-width: 900px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-actions {
        justify-content: center;
    }
    .hero-features-list {
        justify-content: center;
        flex-wrap: wrap;
    }
    .hero-dashboard-mockup {
        transform: rotateY(0deg) rotateX(0deg);
        max-width: 500px;
        margin: 0 auto;
    }
}

/* =========================================
   FEATURES SECTION (Glass Grid)
   ========================================= */
.features-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

/* Background blobs for glass effect to pop */
.features-section::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.05) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(80px);
    z-index: 0;
}

.features-glass-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: rgba(0, 0, 0, 0.05); /* Grid line color */
    gap: 1px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    box-shadow: 0 20px 50px rgba(0,0,0,0.03);
}

.feature-glass-item {
    padding: 40px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.feature-glass-item:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1.02);
    z-index: 2;
    box-shadow: 0 0 30px rgba(255, 122, 0, 0.1);
}

.feature-glass-item .feature-icon {
    width: 48px;
    height: 48px;
    background: var(--color-primary-light);
    color: var(--color-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 24px;
}

.feature-glass-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px;
}

.feature-glass-item p {
    font-size: 15px;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

@media screen and (max-width: 992px) {
    .features-glass-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .features-glass-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   PRICING SECTION
   ========================================= */
.pricing-section {
    padding: 100px 0;
    background: var(--color-bg);
}

.section-heading {
    margin-bottom: 50px;
}

.section-heading h2 {
    font-family: var(--font-display);
    font-size: clamp(32px, 3.5vw, 42px);
    font-weight: 800;
    color: var(--color-text);
    margin: 0 0 16px;
    letter-spacing: -0.03em;
}

.section-heading p {
    font-size: 18px;
    color: var(--color-text-muted);
    margin: 0;
}

.text-center {
    text-align: center;
}

.pricing-shortcode-wrapper {
    /* Here the plugin output will be styled nicely, keeping our max-width constraints */
    max-width: 100%;
}

/* Ensure the shortcode content scales well and inherits base font */
.pricing-shortcode-wrapper,
.pricing-shortcode-wrapper * {
    font-family: var(--font-base) !important;
}

/* =========================================
   CTA SECTION
   ========================================= */
.cta-section {
    padding: 40px 0 100px;
}

.cta-box {
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    border-radius: 30px;
    padding: 60px 40px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cta-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 80% 20%, rgba(255, 122, 0, 0.2), transparent 40%);
    z-index: 0;
}

.cta-box h2, .cta-box p, .cta-box .btn-cta {
    position: relative;
    z-index: 1;
}

.cta-box h2 {
    font-family: var(--font-display);
    font-size: 36px;
    margin: 0 0 16px;
}

.cta-box p {
    font-size: 18px;
    color: #9CA3AF;
    margin: 0 0 32px;
}

.btn-cta {
    font-size: 18px !important;
    padding: 16px 40px !important;
}
