/* ================================================================
   PRODUCT PAGE — KEYWORD RANK CHECKER
   Specific styles for the product page. Reuses style.css variables.
================================================================= */

/* ========== BREADCRUMB NAVIGATION ========== */
.breadcrumb-nav {
    padding-top: 100px;
    padding-bottom: 20px;
    background-color: var(--bg-primary);
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: var(--fs-small);
    color: var(--text-muted);
}

.breadcrumb-list a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color var(--transition-base);
}

.breadcrumb-list a:hover {
    color: var(--text-primary);
}

.breadcrumb-list .active {
    color: var(--text-primary);
}

.breadcrumb-sep {
    color: var(--text-muted);
    opacity: 0.5;
}

/* ========== MAIN CONTENT ========== */
#main-content {
    padding-top: 0;
}

/* ========== PRODUCT HERO ========== */
.product-hero {
    min-height: 900px;
    padding-top: 150px;
    padding-bottom: 0;
    background-image: none;
    position: relative;
}

.product-hero::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    /* Creates a smooth half-dome curve from the bottom center */
    background: radial-gradient(ellipse at bottom center, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 75%);
    pointer-events: none;
    z-index: -1;
}

/* ========== HERO MOCKUP ========== */
.hero-mockup-wrapper {
    position: relative;
    z-index: -1;
    margin-top: 30px;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-mockup-img {
    max-width: 100%;
    width: 1100px;
    border-radius: 16px;
    transform-origin: bottom center;
    margin-bottom: -40px;

}

/* ========== PROBLEM SECTION ========== */
.problem-section {
    position: relative;
    padding: var(--section-padding);
    background-color: var(--bg-primary);
}


/* ========== FEATURES SECTION ========== */
.features-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--bg-primary);
}

.features-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.5rem;
    width: 100%;
}

@media (max-width: 768px) {
    .product-hero {
        min-height: auto;
        padding-top: 100px;
    }

    .features-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .features-header-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .swiper-nav-buttons {
        align-self: flex-start;
    }

   
}

.swiper-nav-buttons {
    display: flex;
    gap: 12px;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #161618;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    background: #ffffff;
    color: #111111;
    border-color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.swiper-button-prev-custom.swiper-button-disabled,
.swiper-button-next-custom.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.horizontal-scroll-wrapper {
    width: 100%;
    overflow: hidden;
}

.feature-placeholder-grid.horizontal-scroll-container {
    display: flex;
    padding-top: 0.5rem;
}

.feature-placeholder-card {
    height: auto;
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
    transition: transform 0.4s ease;
}

/* Image Placeholder Box */
.feature-placeholder-image-box {
    width: 100%;
    aspect-ratio: 5 / 3;
    /* Perfectly square 1:1 as requested */
    background-color: #161618;
    /* Sleek dark grey background */
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    /* Subtle border for dark theme bento style */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.feature-placeholder-card:hover .feature-placeholder-image-box {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

/* Text area styling below image */
.feature-placeholder-title {
    text-align: center;
    font-size: 1.15rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
    width: 100%;
    color: #ffffff;
    /* White text on dark section background */
    font-family: var(--font-primary);
}

.feature-placeholder-body {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #b3b3b3;
    /* Muted text on dark section background */
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-family: var(--font-body);
}

/* =================================================================
   MICRO-WIDGET STYLINGS FOR FEATURES CARDS (DARK MODE ONLY)
================================================================= */

/* Live Google Ranking Checker */
.mock-google-search {
    background: #242426;
    border-radius: 12px;
    padding: 8px 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    font-size: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 12px;
    color: #ffffff;
}

.mock-search-icon {
    color: #9ca3af;
    font-size: 0.7rem;
}

.mock-search-text {
    flex: 1;
    margin-left: 8px;
    font-weight: 500;
}

.mock-google-g {
    font-size: 0.85rem;
}

.mock-result-card {
    background: #242426;
    border-radius: 12px;
    padding: 10px 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.mock-result-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mock-result-title {
    font-size: 0.8rem;
    font-weight: 700;
}

.mock-result-url {
    font-size: 0.65rem;
    color: #9ca3af;
}

.mock-rank-badge {
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 6px;
    padding: 3px 8px;
    line-height: 1;
}

.mock-rank-badge.rank-1 {
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
}

/* City & Location-Specific Rankings */
.mock-location-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 80%;
}

.mock-location-item {
    background: #242426;
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.75rem;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.mock-location-item span {
    flex: 1;
    text-align: left;
    margin-left: 10px;
}

.mock-location-item .mock-rank-badge {
    background: #1c1c1e;
    color: #b3b3b3;
}

/* Top 100 Rankings */
.mock-top100-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 85%;
}

.mock-top100-item {
    background: #242426;
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.7rem;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.mock-keyword-name {
    font-weight: 600;
    width: 110px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mock-progress-bar-container {
    background: #1c1c1e;
    height: 6px;
    border-radius: 3px;
    flex: 1;
    margin: 0 10px;
    overflow: hidden;
}

.mock-progress-bar {
    background: #3b82f6;
    height: 100%;
    border-radius: 3px;
}

/* Competitor Rank Tracking */
.mock-competitor-card {
    background: #242426;
    border-radius: 16px;
    padding: 12px 14px;
    width: 80%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #b3b3b3;
}

.competitor-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    padding: 2px 0;
}

.competitor-row.active-domain {
    font-weight: 700;
    color: #ffffff;
}

.domain-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.you-dot {
    background: #10b981;
}

.comp1-dot {
    background: #ef4444;
}

.comp2-dot {
    background: #f59e0b;
}

.domain-name {
    flex: 1;
    text-align: left;
}

/* On-Demand Refresh */
.mock-refresh-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 80%;
}

.mock-refresh-button {
    background: #ffffff;
    /* Contrast white button pops on dark bg */
    color: #111111;
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.mock-refresh-button i.spinning {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mock-status-text {
    font-size: 0.75rem;
    color: #9ca3af;
}

/* Ranking History Sparkline */
.mock-chart-wrapper {
    width: 85%;
    height: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #242426;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.mock-sparkline {
    width: 100%;
    height: 100%;
}

.mock-chart-label {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 6px;
}

/* Movement Indicators */
.mock-movement-container {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
}

.movement-pill {
    white-space: nowrap;
    background: #242426;
    border-radius: 20px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ffffff;
}

/* SERP Snapshot */
.mock-serp-snapshot {
    width: 85%;
    background: #242426;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    text-align: left;
}

.serp-header {
    font-size: 0.6rem;
    color: #34a853;
    /* Bright google green */
    margin-bottom: 2px;
    font-family: var(--font-body);
}

.serp-title {
    font-size: 0.75rem;
    color: #8ab4f8;
    /* Bright link blue */
    font-weight: 600;
    margin-bottom: 4px;
    font-family: var(--font-body);
}

.serp-snippet {
    font-size: 0.65rem;
    color: #b3b3b3;
    line-height: 1.4;
    font-family: var(--font-body);
}

/* Comparison Table */
.mock-comparison-table {
    width: 85%;
    background: #242426;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.7rem;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    color: #b3b3b3;
}

.mock-comparison-table th,
.mock-comparison-table td {
    padding: 6px 10px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mock-comparison-table th {
    background: #1c1c1e;
    font-weight: 700;
    color: #ffffff;
}

.table-rank-up {
    color: #10b981;
    font-weight: 700;
}

/* Keyword Tags */
.mock-tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    width: 80%;
}

.mock-tag {
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 0.7rem;
    font-weight: 700;
}

.tag-blue {
    background: rgba(37, 99, 235, 0.15);
    color: #60a5fa;
}

.tag-green {
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
}

.tag-orange {
    background: rgba(234, 88, 12, 0.15);
    color: #fb923c;
}

.tag-purple {
    background: rgba(124, 58, 237, 0.15);
    color: #c084fc;
}

/* Folders List */
.mock-folders-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 80%;
}

.mock-folder-item {
    background: #242426;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    color: #ffffff;
}

.folder-name {
    flex: 1;
    text-align: left;
}

.folder-count {
    background: #1c1c1e;
    color: #b3b3b3;
    font-weight: 700;
    border-radius: 20px;
    padding: 2px 8px;
    font-size: 0.65rem;
}

/* Projects Stack */
.mock-projects-stack {
    position: relative;
    width: 75%;
    height: 70px;
}

.project-stack-card {
    position: absolute;
    width: 100%;
    background: #242426;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 8px 10px;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

.card-1 {
    z-index: 3;
    top: 0;
    left: 0;
}

.card-2 {
    z-index: 2;
    top: 12px;
    left: 8px;
    opacity: 0.85;
}

.card-3 {
    z-index: 1;
    top: 24px;
    left: 16px;
    opacity: 0.7;
}

/* Calendar Schedule */
.mock-calendar-schedule {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 80%;
}

.mock-clock-face {
    background: #242426;
    border-radius: 12px;
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ffffff;
}

.schedule-days .day {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1c1c1e;
    color: #777777;
    font-size: 0.6rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
}

.schedule-days .day.active {
    background: #3b82f6;
    color: #ffffff;
}

/* Alert Box */
.mock-alert-box {
    background: #242426;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px;
    width: 80%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    text-align: left;
    font-size: 0.7rem;
    color: #b3b3b3;
}

.alert-header {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #ffffff;
}

/* Alert Slider */
.mock-settings-slider {
    background: #242426;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px;
    width: 80%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    font-size: 0.7rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #b3b3b3;
}

.settings-title {
    font-weight: 700;
    color: #ffffff;
    text-align: left;
}

.slider-row,
.mock-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mock-slider-val {
    background: #1c1c1e;
    color: #ffffff;
    font-weight: 700;
    border-radius: 4px;
    padding: 2px 6px;
}

.mock-toggle {
    width: 32px;
    height: 18px;
    border-radius: 10px;
    background: #1c1c1e;
    position: relative;
    cursor: pointer;
}

.mock-toggle.active {
    background: #10b981;
}

.mock-toggle::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    transition: right 0.2s ease;
}

.mock-toggle.active::after {
    left: auto;
    right: 2px;
}

/* PDF Card */
.mock-pdf-card {
    background: #242426;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 14px;
    width: 80%;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.pdf-icon {
    font-size: 1.4rem;
}

.pdf-info {
    flex: 1;
    text-align: left;
    font-size: 0.7rem;
}

.pdf-title {
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pdf-size {
    color: #9ca3af;
    font-size: 0.6rem;
}

/* White Label Report */
.mock-white-label {
    background: #242426;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 12px;
    width: 80%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.mock-custom-logo {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 4px;
}

.wl-preview-report {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wl-header-bar {
    background: #1c1c1e;
    height: 6px;
    border-radius: 3px;
    width: 45%;
}

.wl-body-lines {
    background: repeating-linear-gradient(#1c1c1e 0px, #1c1c1e 3px, transparent 3px, transparent 6px);
    height: 12px;
    width: 100%;
}

/* Email Mockup */
.mock-email-schedule {
    background: #242426;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 80%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.email-mock-header {
    background: #1c1c1e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 6px 10px;
    font-size: 0.6rem;
    color: #b3b3b3;
    text-align: left;
}

.email-mock-body {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.7rem;
    color: #ffffff;
    font-weight: 600;
}

/* CSV Data Export */
.mock-spreadsheet-card {
    background: #242426;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 80%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.spreadsheet-header,
.spreadsheet-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.6rem;
    padding: 5px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.spreadsheet-header {
    background: #1c1c1e;
    font-weight: 700;
    color: #ffffff;
}

.spreadsheet-row {
    color: #ffffff;
}

.csv-btn-wrapper {
    padding: 6px;
    background: #1c1c1e;
    display: flex;
    justify-content: center;
}

.mock-csv-btn {
    background: #242426;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 0.6rem;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Incognito Checker */
.mock-incognito-card {
    background: #242426;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 12px;
    width: 80%;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.incognito-glasses {
    font-size: 1.3rem;
}

.mock-search-input {
    background: #1c1c1e;
    border-radius: 6px;
    padding: 5px 8px;
    flex: 1;
    font-size: 0.6rem;
    color: #777777;
    text-align: left;
}

/* Device Comparison */
.mock-devices-comparison {
    background: #242426;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.device-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 0.65rem;
    font-weight: 600;
}

.device-divider {
    width: 1px;
    height: 25px;
    background: rgba(255, 255, 255, 0.08);
}

/* Average Position */
.mock-avg-position {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: #242426;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 14px;
    width: 80%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.avg-number {
    font-size: 2.25rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    font-family: var(--font-primary);
}

.avg-label {
    font-size: 0.65rem;
    color: #b3b3b3;
    font-weight: 700;
}

.avg-trend {
    font-size: 0.6rem;
    font-weight: 700;
    color: #10b981;
}

/* Split Tracking */
.mock-split-tracking {
    background: #242426;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 8px 12px;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.split-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.split-num {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
}

.split-lbl {
    font-size: 0.6rem;
    color: #b3b3b3;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 2px;
}

.split-divider {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.08);
}

/* Opportunity List */
.mock-opportunity-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 80%;
}

.opp-item {
    background: #242426;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.65rem;
    font-weight: 600;
    color: #ffffff;
}

/* Progress Tracking */
.mock-progress-tracking {
    background: #242426;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 12px;
    width: 80%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    font-size: 0.65rem;
    color: #ffffff;
}

.progress-status {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.progress-line-container {
    background: #1c1c1e;
    height: 5px;
    border-radius: 2.5px;
    overflow: hidden;
    margin-bottom: 4px;
}

.progress-line-fill {
    background: #10b981;
    height: 100%;
}

.progress-current-kw {
    color: #9ca3af;
    font-size: 0.55rem;
}

/* Timezone Picker */
.mock-timezone-picker {
    background: #242426;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 8px 12px;
    width: 80%;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.timezone-info {
    text-align: left;
    font-size: 0.65rem;
}

.tz-label {
    color: #9ca3af;
}

.tz-value {
    font-weight: 700;
    color: #ffffff;
}

/* Invoice List */
.mock-invoice-list {
    width: 80%;
}

.invoice-item {
    background: #242426;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.7rem;
    color: #ffffff;
}

.inv-amount {
    color: #ffffff;
    font-weight: 700;
}

/* Support & Feedback */
.mock-chat-bubble-container {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 80%;
}

.chat-bubble {
    border-radius: 10px;
    padding: 6px 10px;
    font-size: 0.6rem;
    max-width: 85%;
    line-height: 1.3;
}

.chat-bubble.user {
    background: #2563eb;
    color: #ffffff;
    align-self: flex-end;
    border-bottom-right-radius: 2px;
    text-align: right;
}

.chat-bubble.agent {
    background: #242426;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    align-self: flex-start;
    border-bottom-left-radius: 2px;
    text-align: left;
}

/* ========== HOW IT WORKS ========== */
.how-it-works-section {
    padding: var(--section-padding);
    background-color: var(--bg-primary);
    position: relative;
}

.how-it-works-section .container {
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 60px 40px;
    background-color: rgba(255, 255, 255, 0.02);
}

.step-connector {
    display: none;
    /* Hide the old straight SVG line */
}

.steps-wrapper {
    position: relative;
    margin-top: 4rem;
}

.steps-row {
    position: relative;
    z-index: 1;
}

.step-item {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 var(--space-md);
}

.step-item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    height: 80px;
    width: 100%;
    border-top: 3px dashed #fff;
    z-index: -1;
    border-radius: 50%;
}

.steps-row>div:last-child .step-item::before {
    display: none;
}

.steps-row>div:nth-child(2) .step-item::before {
    transform: scaleY(-1);
}

.step-number-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px dashed rgba(255, 255, 255);
    background-color: var(--bg-secondary);
    margin-bottom: var(--space-xl);
    position: relative;
    z-index: 2;
}


.step-number {
    font-family: var(--font-primary);
    font-size: 1.5rem;
    font-weight: var(--fw-bold);
    color: var(--text-primary);
    line-height: 1;
}

.step-title {
    font-family: var(--font-primary);
    font-size: var(--fs-h4);
    font-weight: var(--fw-bold);
    color: var(--text-primary);
    margin-bottom: var(--space-sm);
}

.step-body {
    font-family: var(--font-body);
    font-size: var(--fs-body);
    color: var(--text-secondary);
    line-height: var(--lh-normal);
    max-width: 320px;
    margin: 0 auto;
}

@media (max-width: 991px) {

    .step-connector,
    .step-item::before {
        display: none;
    }

    .how-it-works-section .container {
        padding: 0px 15px;
        border: none;
        background-color: transparent;
    }

    .step-item {
        border: 1px dashed rgba(255, 255, 255, 0.15);
        border-radius: 12px;

        background-color: rgba(255, 255, 255, 0.02);
        padding: var(--space-xl) 0;
    }

    .step-item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    .steps-wrapper {
    margin-top: 2rem;
    }
}

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

/* ========== INTERACTIVE PRICING CALCULATOR ========== */
.pricing-calculator-card {
    background-color: #111111;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 48px;
    display: flex;
    gap: 48px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.pricing-calc-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.calc-title {
    font-family: var(--font-primary);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 40px;
}

.range-slider-wrapper {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.range-tooltip {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--bg-tertiary);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    transition: left 0.1s linear;
}

/* Custom Range Slider */
.custom-range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.1) 50%);
    border-radius: 4px;
    outline: none;
}

.custom-range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #111111;
    border: 2px solid var(--text-primary);
    cursor: pointer;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
}

.custom-range-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #111111;
    border: 2px solid var(--text-primary);
    cursor: pointer;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.custom-range-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.calc-info {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.calc-note {
    font-size: 0.85rem;
    margin-bottom: 0;
}

.pricing-calc-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-result-box {
    background-color: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    text-align: center;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.8);
}

.price-display {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.price-display .currency {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 10px;
}

.price-display .amount {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1;
}

.price-desc {
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.pricing-btn {
    background: var(--bg-tertiary);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    border-radius: 50px;
    transition: all 0.3s ease;
}

.pricing-btn:hover {
    background: var(--bg-elevated);
    border-color: var(--border-color-hover);
    color: var(--text-primary);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .pricing-calculator-card {
        flex-direction: column;
        padding: 32px 24px;
        gap: 32px;
    }
}

/* ========== WHY WHIZWISER ========== */
.why-whizwiser-section {
    padding: var(--section-padding);
    background-color: var(--bg-primary);
}

.comparison-card .card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: var(--text-primary);
    font-size: 1.1rem;
}

/* ========== RESULTS SECTION ========== */
.results-section {
    padding: var(--section-padding);
    background-color: var(--bg-primary);
}

.results-placeholder-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 3rem;
}

.result-placeholder-card {
    background-color: var(--bg-secondary);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    position: relative;
    overflow: hidden;
    transition: border-color var(--transition-base), box-shadow var(--transition-base), transform var(--transition-base);
}

.result-placeholder-card:hover {
    border-color: var(--border-accent);
    box-shadow: 0 0 30px var(--glow-accent);
    transform: translateY(-4px);
}

.result-quote-icon {
    font-family: Georgia, serif;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.08);
    line-height: 1;
    margin-bottom: var(--space-sm);
}

.result-quote-text {
    font-family: var(--font-body);
    font-size: var(--fs-body);
    color: var(--text-secondary);
    line-height: var(--lh-normal);
    margin-bottom: var(--space-lg);
    font-style: italic;
}

.result-author {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    margin-bottom: var(--space-lg);
}

.result-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.result-name {
    font-family: var(--font-primary);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin: 0;
}

.result-role {
    font-family: var(--font-body);
    font-size: var(--fs-xs);
    color: var(--text-muted);
    margin: 0;
}

.result-metric {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding-top: var(--space-md);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.result-metric-number {
    font-family: var(--font-primary);
    font-size: var(--fs-h3);
    font-weight: var(--fw-bold);
    color: var(--text-primary);
}

.result-metric-label {
    font-family: var(--font-body);
    font-size: var(--fs-small);
    color: var(--text-muted);
}

@media (max-width: 991px) {
    .results-placeholder-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .results-placeholder-grid {
        grid-template-columns: 1fr;
    }
}

/* ========== FAQ SECTION ========== */
.faq-section {
    padding: var(--section-padding);
    background-color: var(--bg-primary);
}

.faq-list {
    max-width: 800px;
    margin: var(--space-2xl) auto 0;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--space-lg) 0;
    background: none;
    border: none;
    color: var(--text-primary);
    font-family: var(--font-primary);
    font-size: var(--fs-body-lg);
    font-weight: var(--fw-semibold);
    text-align: left;
    cursor: pointer;
    transition: color var(--transition-base);
    gap: var(--space-md);
}

.faq-question:hover {
    color: var(--text-secondary);
}

.faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-primary);
    flex-shrink: 0;
    transition: transform var(--transition-base), background-color var(--transition-base);
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 0.12);
}

.faq-answer {
    overflow: hidden;
    height: 0;
}

.faq-answer p {
    font-family: var(--font-body);
    font-size: var(--fs-body);
    color: var(--text-secondary);
    line-height: var(--lh-normal);
    padding-bottom: var(--space-lg);
    margin: 0;
}

.faq-answer a {
    color: var(--text-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.faq-answer a:hover {
    color: var(--accent-hover);
}

/* ========== FINAL CTA ========== */
#final-cta .cta-card {
    position: relative;
   
}

#final-cta .cta-card .primary-btn {
    background-color: #ffffff;
    color: #0a0a0a;
    border-color: #ffffff;
}

#final-cta .cta-card .primary-btn:hover {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}

/* ========== LIGHT RAYS CONTAINER ========== */
.light-rays-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    border-radius: inherit;
}