/* Hero Section Redesign */
.hero-new {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 80px;
    overflow: hidden;
    /* Prevent any clipping */
    width: 100%;
    background-color: #050511;
}

.hero-new-container {
    position: relative;
    z-index: 100 !important;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}

.hero-content-new {
    position: relative;
    z-index: 200 !important;
    width: 100%;
    max-width: 980px;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-badge-glass {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
}

.hero-title-new {
    font-size: clamp(48px, 7vw, 76px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    text-align: center;
    color: white;
    width: 100%;
    max-width: 900px;
    display: block;
}

.gradient-text-new {
    background: linear-gradient(to right, #f28c28, #f8c291, #e17055);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    min-height: 1.2em;
}

.hero-subtitle-new {
    font-size: 20px;
    color: #b0b0b0;
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}

.compliance-note {
    max-width: 860px;
    margin: 0 auto 28px !important;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    color: #d5d5d5;
    text-align: center;
}

/* Floating Icons Background Layer */
.hero-floating-icons {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    z-index: 5 !important;
    /* Send to back, but above background color */
    pointer-events: none;
    overflow: hidden;
    opacity: 0.9 !important;
}

.floating-icon {
    position: absolute !important;
    font-size: 44px !important;
    color: #fff !important;
    animation: float-drift 20s infinite linear !important;
    text-shadow: 0 0 20px currentColor !important;
    z-index: 5 !important;
    display: block !important;
}

/* Scattered "Side-Only" Area Positioning */
.icon-whatsapp-float {
    color: #25D366 !important;
    top: 15%;
    left: 4%;
    animation-duration: 25s !important;
}

.icon-sms-float {
    color: #f28c28 !important;
    top: 22%;
    right: 5%;
    animation-duration: 30s !important;
    animation-delay: -5s !important;
}

.icon-rcs-float {
    color: #007aff !important;
    top: 65%;
    left: 6%;
    animation-duration: 22s !important;
    animation-delay: -2s !important;
}

.icon-email-float {
    color: #ea4335 !important;
    top: 78%;
    right: 4%;
    animation-duration: 28s !important;
    animation-delay: -8s !important;
}

.icon-data-float {
    color: #34a853 !important;
    top: 35%;
    left: 8%;
    animation-duration: 35s !important;
    animation-delay: -12s !important;
}

.icon-calls-float {
    color: #fbbc05 !important;
    top: 55%;
    right: 7%;
    animation-duration: 24s !important;
    animation-delay: -15s !important;
}

@keyframes float-drift {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(25px, -35px) rotate(5deg);
    }

    50% {
        transform: translate(-15px, -60px) rotate(-5deg);
    }

    75% {
        transform: translate(-35px, -25px) rotate(3deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

.cta-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}

.btn-glow {
    position: relative;
    padding: 16px 40px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    overflow: hidden;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    box-sizing: border-box;
}

.btn-glow-primary {
    background: var(--neon-primary);
    color: #000;
    box-shadow: 0 0 20px rgba(242, 140, 40, 0.4);
}

.btn-glow-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px rgba(242, 140, 40, 0.6);
}

.btn-glow-glass {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.btn-glow-glass:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

/* 3D Dashboard Preview */
.dashboard-preview-3d {
    perspective: 1000px;
    margin-top: 20px;
    margin-bottom: -100px;
    /* Pull it up slightly */
}

.glass-mockup {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(11, 44, 77, 0.6);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    transform: rotateX(20deg) scale(0.9);
    box-shadow:
        0 50px 100px -20px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
}

.glass-mockup:hover {
    transform: rotateX(5deg) scale(1);
}

/* Service Icons Glow */
.service-icon-glow {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

/* Scrolling Animation */
.scrolling-grid {
    animation: scroll-up 20s linear infinite;
}

@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }

    /* Move half way (one full set) */
}

.glass-app-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.glass-app-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.app-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-name {
    font-size: 10px;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title-new {
        font-size: 38px;
    }

    .hero-new {
        padding-top: 100px;
        min-height: auto;
    }

    .hero-badge-glass {
        margin-top: 40px;
    }

    .cta-group {
        flex-direction: column;
        padding: 0 30px;
        width: 100%;
        box-sizing: border-box;
    }

    .btn-glow {
        width: 100%;
    }

    .glass-mockup {
        transform: none;
        margin-bottom: 0;
    }

    .glass-mockup:hover {
        transform: none;
    }
}

/* Section layout utilities */
.section-pad-120 {
    padding: 120px 0;
    position: relative;
}

.section-pad-100 {
    padding: 100px 0;
    position: relative;
}

.section-top {
    margin-bottom: 60px;
    text-align: center;
}

.section-top-kicker {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-top-title {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
}

.section-top-subtitle {
    color: #a0a0a0;
    font-size: 18px;
}

.section-top-subtitle.limited {
    max-width: 600px;
    margin: 0 auto;
}

.kicker-primary {
    color: var(--neon-primary);
}

.kicker-secondary {
    color: var(--neon-secondary);
}

.kicker-green {
    color: #28ca42;
}

.kicker-cyan {
    color: #00f2fe;
}

/* Hero mockup */
.mockup-header {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    display: flex;
    gap: 8px;
}

.mockup-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dot-red {
    background: #ff5f57;
}

.dot-yellow {
    background: #ffbd2e;
}

.dot-green {
    background: #28ca42;
}

.mockup-body {
    padding: 40px;
    display: flex;
    gap: 30px;
    text-align: left;
}

.mockup-sidebar {
    width: 220px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    padding-right: 20px;
}

.sidebar-chip {
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
}

.sidebar-line {
    height: 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.mockup-grid-shell {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 280px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

.grid-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding-bottom: 15px;
}

.app-icon-whatsapp {
    color: #25d366;
    background: rgba(37, 211, 102, 0.1);
}

.app-icon-sms {
    color: #3498db;
    background: rgba(52, 152, 219, 0.1);
}

.app-icon-rcs {
    color: #667eea;
    background: rgba(102, 126, 234, 0.1);
}

.app-icon-ai {
    color: #9b59b6;
    background: rgba(155, 89, 182, 0.1);
}

.app-icon-voice {
    color: #e74c3c;
    background: rgba(231, 76, 60, 0.1);
}

.app-icon-contacts {
    color: #f28c28;
    background: rgba(242, 140, 40, 0.1);
}

.app-icon-banners {
    color: #fe9ca4;
    background: rgba(254, 156, 164, 0.1);
}

.app-icon-ads {
    color: #00f2fe;
    background: rgba(0, 242, 254, 0.1);
}

.app-icon-polling {
    color: #1abc9c;
    background: rgba(26, 188, 156, 0.1);
}

.app-icon-data {
    color: #9b59b6;
    background: rgba(155, 89, 182, 0.1);
}

.app-icon-email {
    color: #e74c3c;
    background: rgba(231, 76, 60, 0.1);
}

.app-icon-software {
    color: #06b6d4;
    background: rgba(6, 182, 212, 0.1);
}

/* Industries */
.industries {
    background: linear-gradient(180deg, rgba(5, 5, 17, 0) 0%, rgba(5, 5, 17, 0.8) 100%);
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.industry-card {
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.industry-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.industry-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}

.industry-desc {
    color: #888;
    font-size: 14px;
    margin: 0;
}

.industry-health {
    background: rgba(255, 95, 87, 0.1);
    color: #ff5f57;
}

.industry-real-estate {
    background: rgba(242, 140, 40, 0.1);
    color: #f28c28;
}

.industry-it {
    background: rgba(52, 152, 219, 0.1);
    color: #3498db;
}

.industry-education {
    background: rgba(255, 189, 46, 0.1);
    color: #ffbd2e;
}

.industry-finance {
    background: rgba(37, 211, 102, 0.1);
    color: #25d366;
}

.industry-election {
    background: rgba(189, 0, 255, 0.1);
    color: #bd00ff;
}

/* Banner creator */
.banner-creator {
    overflow: hidden;
    background: radial-gradient(circle at 10% 50%, rgba(254, 156, 164, 0.05) 0%, transparent 50%);
}

.banner-wrap {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.banner-col {
    flex: 1;
    min-width: 300px;
}

.banner-badge {
    margin-bottom: 20px;
    background: rgba(254, 156, 164, 0.1);
    border-color: rgba(254, 156, 164, 0.2);
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #fe9ca4;
    border-radius: 50%;
}

.badge-text {
    color: #fe9ca4;
    font-weight: 600;
}

.banner-title {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.1;
}

.banner-title-accent {
    color: #fe9ca4;
}

.banner-copy {
    color: #a0a0a0;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.banner-bullet {
    display: block;
    margin-bottom: 8px;
}

.banner-bullet i {
    color: #fe9ca4;
    width: 24px;
}

.banner-btn {
    background: #fe9ca4;
    color: #000;
    display: inline-flex;
    width: auto;
    font-weight: 700;
}

.banner-btn svg {
    margin-left: 10px;
}

.banner-card {
    padding: 20px;
    transform: rotate(2deg);
    border-color: rgba(254, 156, 164, 0.2);
}

.banner-preview {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.banner-preview-glow {
    width: 100px;
    height: 100px;
    background: #fe9ca4;
    border-radius: 50%;
    opacity: 0.8;
    filter: blur(40px);
    position: absolute;
    top: -20px;
    right: -20px;
}

.banner-preview-main {
    z-index: 2;
    width: min(88%, 500px);
}

.campaign-banner-art {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background:
        radial-gradient(120px 120px at 92% 8%, rgba(255, 178, 85, 0.35), transparent 60%),
        radial-gradient(140px 140px at 0% 100%, rgba(0, 213, 255, 0.2), transparent 70%),
        linear-gradient(145deg, rgba(18, 27, 45, 0.95), rgba(10, 16, 29, 0.95));
    padding: 24px 24px 18px;
    text-align: left;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.campaign-badge-top {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 154, 61, 0.18);
    border: 1px solid rgba(255, 154, 61, 0.45);
    color: #ffd7b2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.campaign-banner-title {
    margin: 0;
    color: #eef3ff;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.02;
    letter-spacing: -0.02em;
}

.campaign-banner-title span {
    display: inline-block;
    background: linear-gradient(135deg, #ffb255, #ff8f36);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.campaign-banner-subtitle {
    margin: 12px 0 16px;
    color: #b2bfd7;
    font-size: 14px;
    line-height: 1.45;
}

.campaign-candidate-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.campaign-candidate-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffb255, #ff8f36);
    color: #081121;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(255, 147, 49, 0.25);
}

.campaign-candidate-name {
    color: #f5f8ff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.campaign-candidate-role {
    color: #96a6c5;
    font-size: 13px;
    margin-top: 3px;
}

.campaign-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #c7d4eb;
    font-size: 12px;
    font-weight: 600;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    padding-top: 10px;
}

.banner-whatsapp-chip {
    position: absolute;
    bottom: 20px;
    background: #25d366;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Download and CTA */
.pricing-home {
    background: radial-gradient(circle at 50% 50%, rgba(242, 140, 40, 0.05) 0%, transparent 70%);
}

.download-card-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.download-card {
    padding: 60px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.download-icon {
    font-size: 64px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 20px rgba(0, 242, 254, 0.5));
}

.download-title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.download-copy {
    color: #b0b0b0;
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.download-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.download-btn {
    min-width: 250px;
    background: #00f2fe;
    color: #000;
    font-weight: 700;
}

.download-btn svg {
    margin-right: 8px;
    vertical-align: middle;
}

.download-meta {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #666;
    font-size: 14px;
}

.version-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.version-dot {
    width: 8px;
    height: 8px;
    background: #28ca42;
    border-radius: 50%;
}

.cta-home {
    padding: 100px 0 150px;
    position: relative;
}

.cta-panel {
    padding: 80px 40px;
    text-align: center;
    border: 1px solid rgba(189, 0, 255, 0.3);
    background: linear-gradient(135deg, rgba(189, 0, 255, 0.1) 0%, rgba(5, 5, 20, 0.6) 100%);
}

.cta-title {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
}

.cta-copy {
    color: #d0d0d0;
    font-size: 20px;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn-primary {
    background: #bd00ff;
    color: #fff;
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.cta-btn-secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media (max-width: 768px) {
    .hero-floating-icons {
        display: none !important;
    }

    .section-top-title,
    .banner-title,
    .cta-title {
        font-size: 36px;
    }

    .mockup-body {
        padding: 24px;
        gap: 16px;
    }

    .mockup-sidebar {
        display: none;
    }

    .download-card,
    .cta-panel {
        padding: 40px 24px;
    }

    .campaign-banner-art {
        padding: 18px 18px 14px;
    }

    .campaign-banner-title {
        font-size: clamp(22px, 8vw, 30px);
    }
}