* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "poppins", sans-serif;
}

:root {
    --bg: #0f1724;
    --card: #0b1220;
    --accent: #6ee7b7;
    --muted: #94a3b8;
    --glass: rgba(255, 255, 255, 0.04);
    --glass-2: rgba(255, 255, 255, 0.03);
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    background: linear-gradient(180deg, #071023 0%, #06121a 60%);
    color: #e6eef8;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #063042;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #00d4ff, #063042);
    border-radius: 10px;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #00d4ff, #0095c8);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: 0 0 8px #00d4ff;
}

a {
    color: var(--accent);
}

/* Container */
.container {
    max-width: 1150px;
    margin: 0 auto;
}

/* Header */
header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 12px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    padding: 20px 0;
    background-color: var(--bg);
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1e293b, #0ea5a9);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 30px rgba(4, 6, 12, 0.6);
    transform: rotate(-12deg);
}

.logo svg {
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.6));
}

.brand h1 {
    margin: 0;
    font-weight: 700;
    font-family: Space Grotesk, Inter;
    font-size: 18px;
}

nav {
    display: flex;
    gap: 18px;
    align-items: center;
}

nav a {
    color: var(--muted);
    text-decoration: none;
    font-weight: 600;
}

/* Mobile nav */
.nav-toggle {
    display: none;
    background: transparent;
    border: 0;
    color: var(--muted);
    cursor: pointer;
}

.nav-list {
    display: flex;
    gap: 16px;
}

.nav-list a {
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 14px;
}

.nav-list a:hover {
    background-color: rgba(110, 231, 183, 0.12);
    transition: 0.5s ease-in-out;
    animation-duration: 2s;
}

.hero-wrapper-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 36px;
    margin-top: 30px;
}

.hero-section {
    padding: 60px 20px;
    color: #fff;
}

.hero-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    justify-content: space-between;
}

.hero-left {
    flex: 1 1 480px;
    max-width: 600px;
}

.hero-badge {
    color: #00d4ff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.hero-title {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 10px 0 15px;
}

.hero-description {
    font-size: 1rem;
    color: #c9c9c9;
    margin-bottom: 25px;
}

.scan-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(6, 48, 66, 0.4);
}

.scan-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.scan-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #05212a, #063042);
    font-weight: 800;
    border-radius: 12px;
}

.scan-info h4 {
    font-weight: 700;
}

.scan-info p {
    font-size: 13px;
    color: #bbb;
}

.scan-time {
    font-size: 13px;
    color: #aaa;
}

.scan-input {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 14px;
}

.scan-input input {
    flex: 1;
    min-width: 200px;
    padding: 12px;
    border-radius: 10px;
    border: none;
    outline: none;
    background: #05212a;
    color: #fff;
}

.btn-analyze {
    padding: 12px 24px;
    border-radius: 10px;
    background: linear-gradient(135deg, #00d4ff, #063042);
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 700;
    transition: 0.3s ease;
}

.btn-analyze:hover {
    opacity: 0.9;
}

.scan-note {
    font-size: 0.8rem;
    color: #bbb;
    margin-top: 10px;
}

.hero-stats {
    display: flex;
    gap: 16px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.stat-card {
    display: flex;
    gap: 12px;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 12px 16px;
}

.stat-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    font-weight: 800;
    color: #fff;
}

.stat-icon.trust {
    background: linear-gradient(180deg, #0ea5a9, #06b6d4);
}

.stat-icon.success {
    background: linear-gradient(180deg, #7c3aed, #a78bfa);
}

.stat-title {
    font-weight: 800;
}

.stat-sub {
    font-size: 13px;
    color: #bbb;
}

.reviews-section {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.reviews-card {
    flex: 1 1 220px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 6px 20px rgba(6, 48, 66, 0.4);
    text-align: center;
}

.reviews-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.reviews-card h4 {
    color: #00d4ff;
}

.review-rating .score {
    font-size: 2rem;
    font-weight: 800;
}

.hero-right {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
}


@media (max-width: 768px) {
    .hero-container {
        display: grid;
        grid-template-columns: repeat(1, 2fr);
        gap: 30px;
    }

    .scan-input {
        flex-direction: column;
    }

    .btn-analyze {
        width: 100%;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-stats {
        flex-direction: column;
    }

    .hero-wrapper-main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 0 20px;

    }
}

.kicker {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(90deg,
            rgba(110, 231, 183, 0.12),
            rgba(14, 165, 166, 0.06));
    color: var(--accent);
    font-weight: 700;
    font-size: 13px;
}

.h1 {
    font-size: 34px;
    line-height: 1.02;
    margin: 50px 0 12px;
    font-weight: 800;
}

.lead {
    color: var(--muted);
    font-size: 15px;
    margin-bottom: 18px;
}

/* Input card */
.analyze-card {
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.02),
            rgba(255, 255, 255, 0.01));
    border-radius: 18px;
    padding: 16px;
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 30px rgba(2, 6, 17, 0.6);
}

.hero-score-wrapper {
    display: flex;
    margin-top: 20px;
    gap: 20px;
}

.cert-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

input[type="url"] {
    flex: 1;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: transparent;
    color: inherit;
    font-size: 15px;
}

button.primary {
    padding: 12px 16px;
    border-radius: 12px;
    background: linear-gradient(90deg, #06b6d4, #6ee7b7);
    border: none;
    color: #032;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(6, 182, 212, 0.12);
    transition: transform 0.18s;
}

button.primary:active {
    transform: translateY(2px);
}

.small {
    font-size: 13px;
    color: var(--muted);
    margin-top: 10px;
}

/* 3D scanner card */
.scanner-visual {
    height: 420px;
    background: linear-gradient(180deg,
            rgba(6, 9, 17, 0.6),
            rgba(2, 6, 12, 0.4));
    border-radius: 18px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.scanner-visual .ai-globe {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 30% 20%,
            rgba(110, 231, 183, 0.08),
            transparent 25%),
        linear-gradient(135deg, #06202a 0%, #071426 100%);
    box-shadow: inset 0 12px 40px rgba(0, 0, 0, 0.6);
    transform-style: preserve-3d;
}

.glow-ring {
    position: absolute;
    inset: auto;
    margin: auto;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 420px;
    height: 420px;
    border-radius: 50%;
    box-shadow: 0 22px 80px rgba(14, 165, 166, 0.06);
    filter: blur(18px);
}

.ai-globe svg {
    width: 180px;
    height: 180px;
    transform: rotateX(18deg) rotateY(-12deg);
}

/* Loader 3D cube */
.cube-scene {
    width: 120px;
    height: 120px;
    perspective: 1000px;
}

.cube {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    animation: spin 4s linear infinite;
}

.cube .face {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #091018;
}

.f1 {
    background: linear-gradient(180deg, #9be7d3, #06b6d4);
}

.f2 {
    background: linear-gradient(180deg, #ffd580, #ff7a7a);
    transform: rotateY(90deg) translateZ(60px);
}

.f3 {
    background: linear-gradient(180deg, #b6a0ff, #7c3aed);
    transform: rotateY(180deg) translateZ(60px);
}

.f4 {
    background: linear-gradient(180deg, #fff59d, #f59e0b);
    transform: rotateY(-90deg) translateZ(60px);
}

.f5 {
    background: linear-gradient(180deg, #90f7ec, #32d4a6);
    transform: rotateX(90deg) translateZ(60px);
}

.f6 {
    background: linear-gradient(180deg, #cfe8ff, #60a5fa);
    transform: rotateX(-90deg) translateZ(60px);
}

.cube .face {
    transform: translateZ(60px);
}

@keyframes spin {
    0% {
        transform: rotateX(0) rotateY(0);
    }

    100% {
        transform: rotateX(360deg) rotateY(360deg);
    }
}

/* Modal */
.modal-backdrop {
    position: fixed;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(2, 6, 23, 0.6),
            rgba(2, 6, 12, 0.9));
    display: grid;
    place-items: center;
    z-index: 120;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s;
}

.modal-backdrop.show {
    opacity: 1;
    pointer-events: auto;
}

.modal {
    width: 94%;
    max-width: 900px;
    background: linear-gradient(180deg, #071426, #031018);
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    box-shadow: 0 30px 80px rgba(2, 6, 12, 0.8);
    transform: translateY(10px);
    transition: transform 0.2s;
}

.modal h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.result-badge {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 800;
    margin-top: 8px;
}

.safe {
    background: linear-gradient(90deg, #baf3d9, #06b6d4);
    color: #032;
}

.suspicious {
    background: linear-gradient(90deg, #ffd9b3, #f97316);
    color: #2a1200;
}

.scam {
    background: linear-gradient(90deg, #ffd6de, #ef4444);
    color: #300;
}

.modal .evidence {
    margin-top: 14px;
    color: var(--muted);
    line-height: 1.5;
}

.modal .actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 16px;
}

.btn-ghost {
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: transparent;
    color: var(--muted);
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}


/* Modal Base */


/* Close button */
.close-modal {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    color: #00d4ff;
    font-size: 24px;
    cursor: pointer;
}

/* Title & Badge */
.modal-title {
    font-size: 20px;
    margin-bottom: 12px;
}

.result-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.result-badge.safe {
    background: rgba(0, 255, 127, 0.15);
    color: #00ff88;
}

.result-badge.suspicious {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107;
}

.result-badge.scam {
    background: rgba(255, 82, 82, 0.15);
    color: #ff5252;
}

/* Modal Body */
.modal-body {
    font-size: 14px;
    color: #cbd5e1;
    line-height: 1.5;
}

/* Actions */
.modal-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 8px;
}

.modal-actions button {
    background: #00d4ff;
    border: none;
    color: #021015;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.modal-actions button:hover {
    background: #06b6d4;
    transform: scale(1.03);
}

.about-wrapper-main {
    padding: 100px 0 50px 0;
}

.about-content p {
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.02),
            rgba(255, 255, 255, 0.01));
    padding: 10px 20px;
    border-radius: 10px;
}

.about-content {
    display: flex;
    flex-direction: column;
    position: relative;
}

.about-content img {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.about-img-overlay {
    position: absolute;
    left: 15px;
    bottom: 15px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0);
    max-width: 300px;
}

.about-card-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.about-card-wrapper>div {
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.101),
            rgba(255, 255, 255, 0));
    padding: 20px 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.about-card-wrapper>div ion-icon {
    background-color: rgba(14, 165, 166, 0.06);
    padding: 10px;
    border-radius: 100%;
}

.card {
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.02),
            rgba(255, 255, 255, 0.01));
    padding: 18px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.about-section {
    position: relative;
    text-align: center;
}

.about-content img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.about-content:hover img {
    transform: scale(1.05);
}

.about-img-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.55);
    padding: 14px;
    border-radius: 10px;
    line-height: 1.5;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #00d4ff, #063042);
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 600;
    padding: 14px 26px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.4);
    transition: all 0.3s ease;
}

.play-btn:hover {
    background: linear-gradient(135deg, #063042, #00d4ff);
    transform: translate(-50%, -50%) scale(1.05);
}

.about-section {
    position: relative;
    text-align: center;
}

.about-content {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 20px;
    max-width: 700px;
    width: 100%;
}

.about-content img {
    width: 100%;
    display: block;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.about-content:hover img {
    transform: scale(1.05);
}

.about-img-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.55);
    padding: 14px;
    border-radius: 10px;
    line-height: 1.5;
}

.video-preview-container {
    max-width: 700px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.video-preview-container iframe {
    width: 100%;
    height: 350px;
    border: none;
    display: block;
}

.watch-video-btn {
    margin-top: 1rem;
    background-color: #7e1cfc;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.watch-video-btn:hover {
    background-color: #5b0ac4;
}

/* Modal base styling (reuse your existing modal class logic) */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(2, 6, 23, 0.9);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.modal.show {
    display: flex;
}

/* ========================================
        HOW IT WORKS SECTION
      ==========================================*/
.how-it-works {
    color: var(--text);
    padding: 0px 0px 400px;
    position: relative;
    overflow: hidden;
    
}

.how-it-works h1 {
    margin: 50px 0;
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.connector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 1;
    opacity: 0.9;
}

/* Steps */
.step {
    position: absolute;
    width: 250px;
    z-index: 2;
}

.step-1 {
    top: 30px;
    left: 40px;
}

.step-2 {
    top: 220px;
    left: 330px;
}

.step-3 {
    top: 60px;
    right: 40px;
}

.step-card {
    position: relative;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 14px;
    padding: 18px 22px;
    text-align: left;
    transform: translateY(-8px);
    box-shadow: 0 10px 30px #063042;
    backdrop-filter: blur(8px);
    transform: perspective(800px) rotateX(3deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-right: 1px solid #06b6d4;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px #063042;
}

.step-card h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.step-card p {
    color: var(--muted);
    font-size: 0.8rem;
    margin: 0;
}

.step-card span {
    position: absolute;
    top: -30px;
    left: -30px;
    font-size: 40px;
    font-weight: 800;
    background-color: var(--bg);
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 2px dashed #06b6d4;
    box-shadow: 0px 0px 20px #06b6d4;
}



.hero-wrapper-left h2 {
    line-height: 1.3;
}

@media (max-width: 768px) {
    
    .timeline {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .connector {
        display: none;
    }

    .step {
        position: static;
        width: 100%;
        max-width: 340px;
        margin-bottom: 30px;
    }

    .step-card {
        text-align: center;
    }

    .step-card span {
        left: 0;
        font-size: 20px;
        height: 40px;
        width: 40px;
    }

    .how-it-works {
        padding: 0;
    }

    .timeline {
        display: flex;
        flex: 1;
        flex-flow: nowrap;
        gap: 15px;
    }
}

@media (max-width: 560px) {
    .timeline {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-wrapper-main {
        display: flex;
        flex-direction: column;
    }

    .hero-wrapper-left {
        width: 100%;
    }

    header {
        position: absolute;
        top: 0;
        padding: 20px 20px;
        display: flex;
        justify-content: space-between;
    }

    .input-wrap {
        display: flex;
        flex-direction: column;
    }

    .input-wrap input {
        width: 100%;
    }

    .input-wrap button {
        width: 100%;
    }


    .about-wrapper-main,
    .how-works-wrapper,
    .whychoose-wrapper,
    .testimonial-wrapper-main,
    .pricing-wrapper-main,
    .footer-wrapper-main {
        padding: 0 20px;
    }

    .contact-wrapper-main {
        padding: 0 20px;
        margin: 0 auto;
    }

    .grid-3 {
        display: flex;
        flex-direction: column;
    }

    .stats-grid {
        display: flex;
        flex-direction: column;
    }

}

/* ========================================
        HOW IT WORKS SECTION
      ==========================================*/


/* ========================================
        WHY US SECTION
      ==========================================*/

.why-us-list {
    margin-top: 30px;
}

.why-us-list P {
    background-color: var(--bg);
    padding: 20px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid rgba(110, 231, 183, 0.12);
}

/* ========================================
        WHY US SECTION
      ==========================================*/


/* ========================================
        WHAT PEOPLE SAY SECTION
      ==========================================*/

.testimonial-wrapper {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.testimonial-header {
    font-size: 2rem;
    background: linear-gradient(90deg, #7e1cfc, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.swiper-header h3 {
    font-size: 30px;
}

.swiper {
    width: 100%;
    padding: 60px 0;
    color: #063042;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.testimonial-card {
    background: transparent;
    backdrop-filter: blur(12px);
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 2px 10px #063042;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card img {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    object-fit: cover;
}

.card-header {
    display: flex;
    gap: 12px;
    align-items: center;
}

.testimonial-card .muted {
    color: #bbb;
}

.testimonial-card p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #ddd;
}

.swiper-pagination-bullet {
    background: var();
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    background: #00d4ff;
    opacity: 1;
}

@media (max-width: 600px) {
    .card {
        width: 100%;
    }

    .about-card-wrapper {
        flex-direction: column;
    }

    .about-card-wrapper>div {
        width: 100%;
    }
}

/* ========================================
       WHAT PEOPLE SAY SECTION
      ==========================================*/

/* ========================================
        PRICING SECTION
      ==========================================*/

.pricing-container {
    max-width: 1200px;
    margin: 30px 0;
    margin-bottom: 100px;
}

.pricing-header h3 {
    max-width: 700px;
}

.pricing-header p {
    max-width: 500px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
    justify-content: center;
}

.pricing-card {
    position: relative;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 20px;
    padding: 50px 24px 40px;
    border: 1px solid rgba(0, 212, 255, 0.25);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px #063042;
}

.pricing-accent {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 70px;
    background: linear-gradient(135deg, #00d4ff, #063042);
    clip-path: polygon(50% 0%, 100% 40%, 80% 100%, 20% 100%, 0% 40%);
    border-radius: 8px;
    box-shadow: 0 5px 10px #063042;
}

.plan-name {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 8px;
}

.plan-price {
    font-size: 1.8rem;
    font-weight: 800;
    color: #00d4ff;
    margin-bottom: 10px;
}

.plan-price span {
    font-size: 0.9rem;
    color: #aaa;
}

.plan-desc {
    color: #bbb;
    font-size: 13px;
    /* margin-bottom: 10px; */
    line-height: 1.6;
    min-height: 70px;
}

.plan-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    color: #ccc;
    text-align: left;
    font-size: 14px;
}

.plan-list li {
    padding: 6px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.plan-btn {
    background: linear-gradient(90deg, #00d4ff, #063042);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.plan-btn:hover {
    transform: translateY(-3px);
    background: linear-gradient(90deg, #063042, #00d4ff);
    box-shadow: 0 6px 14px #063042;
}

.featured {
    background: rgba(0, 212, 255, 0.05);
    border: 1.5px solid #00d4ff;
    box-shadow: 0 12px 30px #063042;
}


/* ========================================
       PRICING SECTION
      ==========================================*/

.test-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.avatar-stack {
    display: flex;
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid var(--glass);
    box-shadow: 0 8px 30px rgba(2, 6, 12, 0.6);
}

.stars {
    color: #ffd166;
    font-weight: 800;
}

/* Pricing */
.pricing {
    display: flex;
    gap: 18px;
}

.plan {
    flex: 1;
    border-radius: 14px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.plan h4 {
    margin: 0 0 8px;
}

.price {
    font-size: 28px;
    font-weight: 800;
}

.cta {
    margin-top: 14px;
}

/* ==================================
        PLATFORM STATS SECTION
      ====================================*/
#stats {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.stats-card {
    /* background: rgba(6, 48, 66, 0.3); */
    border: 1px solid rgba(0, 212, 255, 0.15);
    /* box-shadow: 0 0 25px rgba(0, 212, 255, 0.15); */
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 40px;
    max-width: 700px;
    width: 90%;
}

.stats-title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 800;
    background: linear-gradient(90deg, #063042, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
}

.stats-grid {
    display: flex;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 24px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(0, 212, 255, 0.05);
    border: 1px dashed rgba(0, 212, 255, 0.25);
    padding: 16px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
}

.stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 212, 255, 0.08);
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.stat-number {
    font-size: 1.4rem;
    font-weight: 700;
    color: #00d4ff;
}

.stat-label {
    font-size: 0.9rem;
    color: #cbd5e1;
}

/* ==================================
        PLATFORM STATS SECTION
      ====================================*/

/* Footer */
footer {
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    margin-top: 30px;
    color: var(--muted);
}

@media (min-width: 970px) {
    .mobile-nav {
        display: none !important;
    }
}

@media (max-width: 1100px) {

    .hero-wrapper-main {
        display: grid;
        grid-template-columns: repeat(1, 2fr);
        padding: 0 20px;
        margin-top: 200px;
    }

    .about-wrapper-main {
        padding: 0 20px;
    }

    .whychoose-wrapper,
    .how-works-wrapper,
    .testimonial-wrapper-main,
    .pricing-wrapper-main,
    .contact-wrapper-main,
    .footer-wrapper-main {
        padding: 0 20px;
    }

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(1, 3fr);
    }

}

/* Responsive */
@media (max-width: 980px) {
    .hero {
        grid-template-columns: 1fr;
    }

    .scanner-visual {
        order: -1;
        margin-bottom: 18px;
        height: 360px;

    }

    .grid-3 {
        grid-template-columns: 1fr;
    }

    .pricing {
        flex-direction: column;
    }

    nav {
        display: none;
    }

    .nav-toggle {
        display: inline-block;
    }

    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 700;
        background: var(--bg);
        border: 1px solid rgba(255, 255, 255, 0.03);
        padding: 12px;
        display: flex;
        flex-direction: column;
        gap: 8px;

        /* Animation properties */
        opacity: 0;
        transform: translateY(-100%);
        pointer-events: none;
        transition: all 0.5s ease-in-out;
        box-shadow: 0 8px 20px rgba(0, 212, 255, 0.1);
        backdrop-filter: blur(8px);

    }

    .mobile-nav a {
        text-decoration: none;
        font-size: 13px;

    }

    .mobile-nav.open {
        opacity: 1;
        transform: translateY(88px);
        pointer-events: all;
    }

    .hero-score-wrapper {
        justify-content: center;
    }

    .whychoose-wrapper,
    .how-works-wrapper,
    .testimonial-wrapper-main,
    .pricing-wrapper-main,
    .contact-wrapper-main,
    .footer-wrapper-main {
        padding: 0 20px;
    }
}

@media (max-width: 890px) {

    .hero-wrapper-main {
        display: grid;
        grid-template-columns: repeat(1, 2fr);
        padding: 0 20px;
    }

    .about-wrapper-main {
        margin: 100px 0;
        padding: 0 20px;
    }

    .whychoose-wrapper,
    .how-works-wrapper,
    .testimonial-wrapper-main,
    .pricing-wrapper-main,
    .contact-wrapper-main,
    .footer-wrapper-main {
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .h1 {
        font-size: 26px;
    }

    .hero-score-wrapper {
        flex-direction: column;
        gap: 20px;

    }

    .about-wrapper-main {
        margin: 0;
    }

    .testimonial-wrapper {
        padding: 100px 0 20px 0;
    }

    .how-works-wrapper {
        padding-bottom: 50px;
    }

    .cert-wrapper {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .scanner-visual {
        height: 300px;
    }

    .ai-globe {
        width: 200px;
        height: 200px;
    }

    .stats-card {
        width: 100%;
        padding: 10px;
    }

    .scanner-visual {
        width: 100%;
        margin: auto;
    }

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(1, 3fr);
    }
}

/* Scroll reveal */
.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: all 0.7s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.reveal.in-view {
    opacity: 1;
    transform: none;
}

.reviews-container {
    margin: 20px 0;
}


.reviews-title {
    font-size: 2rem;
    background: linear-gradient(90deg, #00d4ff, #063042);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700;
    margin-bottom: 20px;
}

.reviews-grid {
    display: flex;
    gap: 24px;
}


.review-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(6, 48, 66, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 460px) {
    .reviews-container {
        margin: 20px auto 100px;
    }

    .reviews-grid {
        flex-direction: column;
    }

    .review-card {
        width: 100%;
    }
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.25);
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.review-header h4 {
    color: #00d4ff;
    font-weight: 600;
    font-size: 1.1rem;
}

.review-rating {
    display: flex;
    gap: 12px;
    align-items: center;
}

.review-rating .score {
    font-weight: 800;
    font-size: 2rem;
    color: white;
}

.stars {
    color: #f59e0b;
    font-size: 1rem;
}

.muted {
    font-size: 0.85rem;
    opacity: 0.8;
}

/* small utility */
.muted {
    color: var(--muted);
    font-size: 13px;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 700;
    width: 45px;
    height: 45px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #00d4ff;
    border: none;
    border-radius: 100%;
    cursor: pointer;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#backToTop:hover {
    background: #5c00d6;
    transform: translateY(-4px);
}

/* ======= Trusted Partners Carousel ======= */
.partners-wrapper {
  margin: 10px auto 30px auto;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  padding: 50px 0 40px 0;
}

.partnersSwiper {
  width: 100%;
}

.partnersSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Logo box */
.partner-logo {
  width: 160px;       /* slightly bigger */
  height: 110px;      /* taller for better presence */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.partner-logo img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  display: block;
  opacity: 0.95;
  transition: opacity 0.3s ease;
}

.partner-logo span {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted, #aaa);
  margin-top: 8px;
  text-align: center;
  letter-spacing: 0.2px;
}

.partner-logo:hover {
  transform: translateY(-4px);
  opacity: 1;
}

/* ======= Responsive Tweaks ======= */
@media (max-width: 768px) {
  .partner-logo {
    width: 130px;     /* slightly bigger on mobile */
    height: 90px;
  }
  .partner-logo img {
    height: 60px;
  }
  .partner-logo span {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .partner-logo {
    width: 120px;
    height: 85px;
  }
  .partner-logo img {
    height: 55px;
  }
}

/* ======== Testimonial Star Ratings ======== */
.star-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 5px;
}

.star-rating ion-icon {
  color: #ffd700; /* Gold stars */
  font-size: 15px;
}

.star-rating .rating-number {
  font-size: 13px;
  color: var(--muted, #ccc);
  margin-left: 4px;
  font-weight: 500;
}


/* ===== MODAL OVERLAY ===== */
.result-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 6, 23, 0.85); /* semi-transparent dark overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: opacity 0.3s ease;
}

/* Hide when not active */
.result-modal[aria-hidden="true"] {
  display: none;
}

/* ===========================
   RESULT MODAL STYLES (FINAL)
=========================== */

/* Fullscreen dark overlay */
.result-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(2, 6, 23, 0.85); /* dark semi-transparent overlay */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  overflow-y: auto;
}

/* Hidden state */
.result-modal[aria-hidden="true"] {
  display: none;
}

/* Centered modal box */
.result-modal .modal-content {
  background: #0b1220;
  color: #e6eef8;
  width: 90%;
  max-width: 480px;
  border-radius: 14px;
  padding: 30px 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
  position: relative;
  text-align: left;
  animation: popUp 0.35s ease forwards;
  transform: translateY(0);
}

/* Ensure close button floats at top-right */
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  color: #e6eef8;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}
.close-modal:hover {
  transform: scale(1.2);
  color: #00d4ff;
}

/* Title and Badge */
.modal-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.result-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
}

/* Body & Actions */
.modal-body {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.modal-actions button {
  border-radius: 8px;
  padding: 8px 14px;
}

/* Pop-up animation */
@keyframes popUp {
  0% {
    opacity: 0;
    transform: translateY(-40px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

