:root {
    --primary: #2563eb;
    --primary-dark: #1d4ed8;
    --primary-light: rgba(37, 99, 235, 0.12);
    --dark: #0f172a;
    --dark-surface: #1e293b;
    --bg-light: #f8fafc;
    --card-border: rgba(226, 232, 240, 0.9);
    --emerald: #10b981;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--bg-light);
    color: #334155;
    overflow-x: hidden;
}

/* Tech Grid Background Effect */
.grid-bg-effect {
    background-color: #f8fafc;
    background-image: 
        linear-gradient(to right, rgba(226, 232, 240, 0.4) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(226, 232, 240, 0.4) 1px, transparent 1px);
    background-size: 40px 40px;
}

/* Glassmorphism Header */
.theme2-header {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--card-border);
    position: sticky;
    top: 0;
    z-index: 1050;
    padding: 14px 0;
    transition: all 0.3s ease;
}

.theme2-nav-link {
    font-size: 14.5px;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    transition: all 0.25s ease;
}

.theme2-nav-link:hover {
    color: #2563eb;
}

.btn-nav-login {
    border: 1px solid #cbd5e1;
    color: #334155;
    background: #ffffff;
    border-radius: 50px;
    padding: 8px 22px;
    font-weight: 700;
    font-size: 13.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-nav-login:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a;
}

/* Radiant Radial Glow */
.radial-glow-primary {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 650px;
    height: 450px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, rgba(99, 102, 241, 0.05) 50%, transparent 70%);
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

/* Hero Text Gradient */
.gradient-text-blue {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #4f46e5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Action Buttons */
.btn-theme-primary {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    font-weight: 800;
    border-radius: 50px;
    padding: 12px 28px;
    box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.4);
    border: none;
    transition: all 0.3s ease;
}

.btn-theme-primary:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    box-shadow: 0 14px 30px -5px rgba(37, 99, 235, 0.55);
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-whatsapp {
    background-color: #25D366;
    color: #ffffff;
    font-weight: 800;
    border-radius: 50px;
    padding: 12px 26px;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3);
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-whatsapp:hover {
    background-color: #20b358;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.4);
}

/* Mockup Code Window (Exact NiskuTech Style) */
.code-window-wrapper {
    position: relative;
    padding: 15px 0 35px 0;
}
.code-window-card {
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.code-window-header {
    background: #f8fafc;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #e2e8f0;
}
.window-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
}
.code-window-body {
    background: #ffffff !important;
    padding: 24px 28px;
    font-family: 'Fira Code', Consolas, Monaco, monospace;
    font-size: 13.5px;
    line-height: 1.85;
    color: #0f172a;
    min-height: 280px;
}
.code-line {
    display: flex;
    align-items: center;
    height: 26px;
}
.code-line-num {
    width: 32px;
    color: #cbd5e1;
    user-select: none;
    font-size: 13px;
}
.syn-import, .syn-from, .syn-const, .syn-await { color: #ea580c; font-weight: 600; }
.syn-pkg { color: #059669; }
.syn-var { color: #0f172a; }
.syn-method { color: #2563eb; font-weight: 600; }
.syn-brace { color: #0f172a; }
.cursor-rect {
    display: inline-block;
    width: 9px;
    height: 18px;
    background: #2563eb;
    vertical-align: middle;
    animation: blink 1s infinite;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

/* Floating Badge Bottom Left */
.floating-live-badge {
    position: absolute;
    bottom: 5px;
    left: -20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 12px 18px;
    box-shadow: 0 15px 35px -5px rgba(15, 23, 42, 0.12);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
}
@media (max-width: 576px) {
    .floating-live-badge {
        left: 10px;
        bottom: -15px;
    }
}
.floating-badge-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* Connected Stats Grid (Exact NiskuTech Style) */
.stat-connected-grid {
    background: #ffffff;
    border: 1px solid var(--card-border);
    border-radius: 24px;
    box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}
.stat-connected-item {
    border-right: 1px solid var(--card-border);
    transition: all 0.3s ease;
}
.stat-connected-item:last-child {
    border-right: none;
}
@media (max-width: 767px) {
    .stat-connected-item {
        border-bottom: 1px solid var(--card-border);
    }
    .stat-connected-item:nth-child(2n) {
        border-right: none;
    }
}
.stat-connected-item:hover {
    background: #f8fafc;
}
.stat-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(37, 99, 235, 0.18);
}

/* NiskuTech Feature Image Card Styling */
.features-section-container {
    padding: 85px 0;
    background: #ffffff;
}
.niskutech-feature-card {
    background: #ffffff;
    border: 1px solid var(--card-border);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
}
.niskutech-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.1);
    border-color: rgba(37, 99, 235, 0.45);
}
.niskutech-card-banner {
    position: relative;
    height: 180px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid var(--card-border);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(248, 250, 252, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.niskutech-card-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
    z-index: 2;
}
.niskutech-card-body {
    padding: 24px 26px;
    flex: 1;
}
.niskutech-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.niskutech-card-title .arrow-icon {
    font-size: 16px;
    color: #2563eb;
    opacity: 0;
    transform: translateX(-6px);
    transition: all 0.25s ease;
}
.niskutech-feature-card:hover .niskutech-card-title .arrow-icon {
    opacity: 1;
    transform: translateX(0);
}
.niskutech-card-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Logo Marquee Animation (NiskuTech Style) */
.marquee-section-container {
    padding: 42px 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.marquee-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #94a3b8;
    text-align: center;
    margin-bottom: 24px;
}
.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    position: relative;
    width: 100%;
    mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.marquee-content {
    display: flex;
    align-items: center;
    animation: marquee 32s linear infinite;
    gap: 64px;
    width: max-content;
}
.marquee-content span {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: rgba(100, 116, 139, 0.65);
    white-space: nowrap;
    transition: color 0.3s ease;
}
.marquee-content span:hover {
    color: #0f172a;
}
@keyframes marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}

/* Package Card Styling */
.package-card {
    border: 1px solid var(--card-border);
    border-radius: 20px;
    background: #ffffff;
    transition: all 0.3s ease;
}
.package-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 30px -10px rgba(37, 99, 235, 0.15);
}

/* FAQ Accordion Styling */
.accordion-item-custom {
    background: #ffffff;
    border: 1px solid var(--card-border) !important;
    border-radius: 16px !important;
    margin-bottom: 12px;
    overflow: hidden;
}
.accordion-button-custom {
    font-weight: 700;
    color: #0f172a;
    padding: 18px 24px;
    font-size: 16px;
    background: transparent;
    box-shadow: none !important;
}

/* Footer Banner */
.footer-cta-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #1e3a8a 100%);
    border-radius: 24px;
    padding: 50px 30px;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
}

/* What We Do Services Section Container */
.services-section-container {
    padding: 85px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-top: 1px solid #e2e8f0;
}

/* NiskuTech Showcase Blocks (Dashboard & AI Launcher) */
.showcase-section-container {
    padding: 95px 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}
.showcase-block-item {
    margin-bottom: 95px;
}
.showcase-block-item:last-child {
    margin-bottom: 0;
}
.showcase-badge {
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    font-size: 11.5px;
    font-weight: 700;
    padding: 7px 18px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border: 1px solid rgba(37, 99, 235, 0.15);
}
.showcase-title {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.25;
    margin-bottom: 18px;
}
@media (max-width: 767px) {
    .showcase-title {
        font-size: 26px;
    }
}
.showcase-desc {
    font-size: 15.5px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 24px;
}
.showcase-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}
.showcase-checklist li {
    font-size: 15px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.showcase-checklist li .check-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.12);
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}
.showcase-mockup-wrapper {
    position: relative;
    padding: 10px;
}
.showcase-mockup-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.1);
    overflow: hidden;
    position: relative;
}
.showcase-mockup-header {
    background: #f8fafc;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #e2e8f0;
}
.showcase-floating-pills {
    position: absolute;
    bottom: -15px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 5;
}
.showcase-floating-pills.right-aligned {
    left: auto;
    right: 30px;
}
@media (max-width: 576px) {
    .showcase-floating-pills {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 15px;
        flex-wrap: wrap;
    }
}
.showcase-pill-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 10px 18px;
    box-shadow: 0 12px 30px -5px rgba(15, 23, 42, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
}

/* How It Works Section */
.how-it-works-container {
    padding: 85px 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}
.step-card-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 28px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.step-card-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);
}
.step-card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.08);
}
.step-num-badge {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}
.step-card-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}
.step-card-desc {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Showcase Built With Section */
.built-with-container {
    padding: 85px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}
.showcase-card-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: all 0.35s ease;
}
.showcase-card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.1);
    border-color: rgba(37, 99, 235, 0.4);
}
.showcase-img-box {
    position: relative;
    height: 190px;
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.showcase-tag-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    z-index: 2;
}
.showcase-card-footer {
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.showcase-project-name {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
}
.showcase-metric-pill {
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid rgba(37, 99, 235, 0.15);
}

/* Testimonials Section */
.testimonials-section-container {
    padding: 85px 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}
.testimonial-card-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}
.testimonial-card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.08);
    border-color: rgba(37, 99, 235, 0.35);
}
.testimonial-stars {
    color: #f59e0b;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.testimonial-text {
    font-size: 15px;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 24px;
    font-style: italic;
}
.testimonial-user {
    display: flex;
    align-items: center;
    gap: 14px;
}
.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
}

/* Founder Spotlight Section */
.founder-section-container {
    padding: 95px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-top: 1px solid #e2e8f0;
}
.founder-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15);
    border: 1px solid #e2e8f0;
}
.founder-image-wrapper img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}
.founder-stat-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 16px 20px;
    text-align: center;
}

/* Enterprise Security Mini Row */
.infra-section-container {
    padding: 60px 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}
.infra-mini-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
    transition: all 0.3s ease;
}
.infra-mini-card:hover {
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.06);
    border-color: rgba(37, 99, 235, 0.3);
}
.infra-mini-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

/* Launch Ready CTA Banner */
.launch-cta-container {
    padding: 85px 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}
.launch-cta-card {
    background: #ffffff;
    border: 1px solid rgba(37, 99, 235, 0.25);
    border-radius: 28px;
    padding: 65px 35px;
    text-align: center;
    box-shadow: 0 25px 60px -15px rgba(37, 99, 235, 0.12);
    position: relative;
    overflow: hidden;
}
.launch-cta-icon-box {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 24px auto;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4);
}

/* Tool Cards Grid Layout */
.tool-card-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}
.tool-card-item.active,
.tool-card-item:hover {
    border-color: rgba(37, 99, 235, 0.4);
    box-shadow: 0 15px 35px -10px rgba(37, 99, 235, 0.12);
    transform: translateY(-4px);
}
.tool-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.tool-card-price {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
}
.tool-card-price span {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}
.tool-card-title {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    margin-top: 16px;
    margin-bottom: 8px;
}
.tool-card-desc {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
}
.tool-card-link {
    font-size: 13px;
    font-weight: 700;
    color: #2563eb;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}
.tool-card-link:hover {
    color: #1d4ed8;
    gap: 10px;
}
.wallet-trust-bar {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 14px 32px;
    display: inline-flex;
    align-items: center;
    gap: 28px;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
}

/* Features Filter Pills & Categories */
.feature-filter-pill {
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 13.5px;
    font-weight: 700;
    color: #475569;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}
.feature-filter-pill.active,
.feature-filter-pill:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.3);
}
.category-heading {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

/* Template Page Cards Styling */
.template-card-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}
.template-card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.1);
    border-color: rgba(37, 99, 235, 0.35);
}
.template-img-box {
    position: relative;
    background: #f8fafc;
    overflow: hidden;
}
.template-category-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    z-index: 2;
}
.template-card-content {
    padding: 20px 22px;
}
.template-title {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}
.template-subtitle {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 18px;
}
.quick-template-mini-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 16px 20px;
    transition: all 0.3s ease;
}
.quick-template-mini-card:hover {
    border-color: #2563eb;
    box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.1);
}

/* Pricing Page Cards Styling */
.price-card-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: all 0.3s ease;
}
.price-card-item.popular {
    border-color: rgba(37, 99, 235, 0.4);
    box-shadow: 0 15px 35px -10px rgba(37, 99, 235, 0.15);
}
.popular-badge-pill {
    position: absolute;
    top: -12px;
    left: 24px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}
.price-val {
    font-size: 26px;
    font-weight: 900;
    color: #0f172a;
}
.price-val span {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
}

/* Inner Page Top Header & Bottom Footer Spacing */
.inner-page-wrapper {
    padding-top: 50px;
    padding-bottom: 70px;
}
.inner-page-hero {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
}

/* ══════════════════════════════════════════════════════════════════
   ENHANCED LANDING PAGE ATTRACTIVE DESIGN SYSTEM & UTILITIES
   ══════════════════════════════════════════════════════════════════ */

/* Scroll Progress Bar at top of header */
#scrollProgressBar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3.5px;
    background: linear-gradient(90deg, #2563eb 0%, #7c3aed 50%, #10b981 100%);
    width: 0%;
    z-index: 1060;
    transition: width 0.1s ease-out;
}

/* Animated Gradient Text */
.gradient-text-animated {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 40%, #0284c7 70%, #2563eb 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 6s ease infinite;
}
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Floating Ambient Orbs in Hero */
.floating-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
    animation: floatOrb 8s ease-in-out infinite alternate;
}
.orb-1 {
    top: 5%;
    left: -5%;
    width: 320px;
    height: 320px;
    background: rgba(37, 99, 235, 0.12);
}
.orb-2 {
    top: 40%;
    right: -5%;
    width: 380px;
    height: 380px;
    background: rgba(124, 58, 237, 0.1);
    animation-delay: -4s;
}
.orb-3 {
    bottom: 10%;
    left: 20%;
    width: 300px;
    height: 300px;
    background: rgba(16, 185, 129, 0.08);
    animation-delay: -2s;
}
@keyframes floatOrb {
    0% { transform: translateY(0) scale(1); }
    100% { transform: translateY(-30px) scale(1.08); }
}

/* Floating Badges around Hero */
.hero-floating-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.08);
    transition: all 0.3s ease;
}
.hero-floating-chip:hover {
    transform: translateY(-3px) scale(1.03);
    border-color: #2563eb;
    box-shadow: 0 15px 30px -5px rgba(37, 99, 235, 0.2);
}

/* Hero Code Editor / Preview Tab Control */
.code-window-tab-bar {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #f1f5f9;
    padding: 3px;
    border-radius: 10px;
    margin-left: auto;
}
.code-window-tab {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    padding: 4px 12px;
    border-radius: 7px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}
.code-window-tab.active {
    background: #ffffff;
    color: #2563eb;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}

/* Live Simulation Card inside Hero Tab */
.hero-sim-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}

/* Ticker Marquee Item Glass Badges */
.marquee-badge-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 14px;
    color: #334155;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
    transition: all 0.25s ease;
}
.marquee-badge-item:hover {
    border-color: #2563eb;
    color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.12);
}

/* Filter Pills Section */
.filter-tabs-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}
.filter-btn-tab {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #475569;
    font-weight: 700;
    font-size: 13.5px;
    padding: 9px 22px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.filter-btn-tab:hover, .filter-btn-tab.active {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

/* Interactive ROI Calculator Styles */
.roi-calc-container {
    padding: 90px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #1e1b4b 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #334155;
    border-bottom: 1px solid #334155;
}
.roi-calc-card {
    background: rgba(30, 41, 59, 0.7);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    padding: 40px 35px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}
.roi-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #334155;
    outline: none;
    transition: background 0.3s ease;
}
.roi-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2563eb;
    border: 3px solid #ffffff;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.5);
    transition: transform 0.2s ease;
}
.roi-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}
.roi-savings-box {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(37, 99, 235, 0.15) 100%);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 20px;
    padding: 28px 24px;
    text-align: center;
}

/* How It Works Stepper Connecting Line */
.stepper-row-wrapper {
    position: relative;
}
.stepper-row-wrapper::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 15%;
    right: 15%;
    height: 3px;
    background: linear-gradient(90deg, #2563eb 0%, #7c3aed 50%, #10b981 100%);
    z-index: 0;
    opacity: 0.3;
}
@media (max-width: 767px) {
    .stepper-row-wrapper::before { display: none; }
}

/* Floating WhatsApp Widget (Bottom Right) */
.floating-whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
    z-index: 9990;
    transition: all 0.3s ease;
    text-decoration: none;
}
.floating-whatsapp-btn:hover {
    transform: scale(1.1) rotate(6deg);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.6);
}
.whatsapp-pulse-ring {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid #25D366;
    animation: waPulse 2s infinite;
    pointer-events: none;
}
@keyframes waPulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.4); opacity: 0; }
}

/* Scroll To Top Button */
.scroll-to-top-btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1);
    z-index: 9990;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}
.scroll-to-top-btn.show {
    opacity: 1;
    visibility: visible;
}
.scroll-to-top-btn:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    transform: translateY(-4px);
}

/* Glow Badge Highlights */
.badge-glow-primary {
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
    border: 1px solid rgba(37, 99, 235, 0.25);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}
.badge-glow-success {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.25);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.1);
}
.badge-glow-purple {
    background: rgba(124, 58, 237, 0.1);
    color: #7c3aed;
    border: 1px solid rgba(124, 58, 237, 0.25);
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.1);
}

/* Interactive Card Pulse Dot */
.live-pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: livePulse 1.8s infinite;
}
@keyframes livePulse {
    0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

