@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,700&display=swap');

/* Base Styles */
body {
    font-family: 'Inter', sans-serif;
    background-color: #f6f8fb;
    /* light color from the background */
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #1a1a1a;
}

/* Page wrapper to contain relative absolute paths like ribbons */
.page-overflow-wrapper {
    position: relative;
    width: 100vw;
    /* min-height: 100vh; */
    height: 100dvh;
    overflow: hidden;
    background: url(img/bg.png);
    background-size: cover;
    background-position: center;
}

/* Background graphics */
.bg-circles {
    position: absolute;
    width: 120vw;
    height: 120vh;
    border: 1px solid rgba(0, 210, 255, 0.05);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background:
        radial-gradient(circle, transparent 20%, rgba(0, 210, 255, 0.02) 20%),
        repeating-radial-gradient(circle at center, transparent 0, transparent 40px, rgba(0, 210, 255, 0.03) 40px, rgba(0, 210, 255, 0.05) 42px);
    pointer-events: none;
}

/* Background Grid tech pattern */
.bg-grid {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%) perspective(400px) rotateX(40deg);
    width: 80vw;
    height: 50vh;
    background-image: linear-gradient(rgba(0, 210, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 210, 255, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 0;
    opacity: 0.5;
    pointer-events: none;
}

/* Logo specific */
.brand-logo {
    cursor: pointer;
    z-index: 5;
    position: relative;
}

.logo-icon-phone {
    width: 14px;
    height: 24px;
    border: 1px solid #333;
    border-radius: 4px;
    position: relative;
    transform: rotate(5deg);
}

.logo-icon-phone::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 1px;
    background-color: #333;
}

.rx-text {
    font-size: 1.8rem;
    line-height: 1;
    color: #333;
    margin-bottom: 2px;
}

.lenz-text {
    font-size: 2.2rem;
    line-height: 1;
    background: linear-gradient(90deg, #ff8c00 0%, #ff0000 30%, #ff0080 60%, #00d2ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -2px;
    font-family: 'Poppins', sans-serif;
}

/* Coming Soon Button */
.btn-app-store {
    background-color: #f1f5f9;
    border: none;
    border-radius: 12px;
    padding: 10px 18px;
    transition: all 0.3s ease;
    z-index: 5;
    position: relative;
}

.btn-app-store:hover {
    background-color: #e2e8f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.txt-coming {
    font-size: 0.8rem;
    color: #1a202c;
}

.txt-platform {
    font-size: 0.75rem;
    color: #4a5568;
}

/* Hero Section Typography */
.hero-container {
    padding-top: 1vh;
}

.min-vh-hero {
    min-height: calc(100vh - 120px);
}

.right-mockup-col img {
    max-width: 80%;
}

.badge-cyan {
    background-color: transparent;
    border: 1px solid #00d2ff;
    color: #00d2ff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 14px;
    letter-spacing: 0.5px;
    font-family: 'Inter', sans-serif;
    margin-top: 50px;
}

.hero-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.text-cyan {
    color: #00d2ff;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4a5568 !important;
    font-family: 'Inter', sans-serif;
}

/* Phone Mockup */
.mockup-wrapper {
    position: relative;
    width: 320px;
    height: 640px;
    margin: 0 auto;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg) rotateZ(5deg);
    z-index: 5;
}

.phone-frame {
    background: #111;
    border-radius: 40px;
    padding: 12px;
    width: 100%;
    height: 100%;
    box-shadow: -15px 25px 50px rgba(0, 0, 0, 0.25), inset 0 0 10px rgba(255, 255, 255, 0.2);
    position: relative;
}

.phone-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 25px;
    background: #111;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 10;
}

.phone-screen {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.camera-ui-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 2;
}

.camera-options {
    opacity: 0.7;
    font-size: 10px;
}

.shutter-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid white;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
}

.shutter-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: white;
}

/* Ribbons */
.ribbon-wrapper {
    position: absolute;
    width: 150vw;
    left: -25vw;
}

.ribbon {
    padding: 10px 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: white;
    letter-spacing: 2px;
    white-space: nowrap;
}

.orange-ribbon-wrapper {
    top: 75%;
    transform: rotate(1deg);
}

.container {
    max-width: 1400px;
}

.ribbon-orange {
    background: linear-gradient(90deg, #ff8c00, #ff4c00);
}

.cyan-ribbon-wrapper {
    top: 74%;
    transform: rotate(-6deg);
}

.ribbon-cyan {
    background: linear-gradient(90deg, #00d2ff, #2bcbd5);
}

/* Floating Shapes */
.glass-shape {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.cube-shape {
    width: 60px;
    height: 60px;
    top: 25%;
    right: 15%;
    transform: rotate(35deg) skewX(10deg);
    border-radius: 10px;
}

.cube-shape::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), transparent);
    left: 0;
    top: 0;
}

.cone-shape {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 80px solid rgba(255, 255, 255, 0.7);
    bottom: 10%;
    left: 10%;
    transform: rotate(-15deg);
    box-shadow: none;
    border: none;
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.05));
}

.coming-soonn {
    display: block;
}

/* Responsive */
@media (max-width: 1450px) {
    .badge-cyan {
        margin-top: 0;
    }

    .hero-heading {
        font-size: 70px;
    }

    .right-mockup-col img {
        max-width: 62%;
    }

    .cyan-ribbon-wrapper {
        top: 75%;
    }

    .ribbon {
        padding: 8px 0;
    }
}

@media (max-width: 991px) {
    .hero-heading {
        font-size: 3.5rem;
    }

    .ribbon {
        font-size: 12px;
    }

    .hero-text-content {
        text-align: center;
        margin-bottom: 3rem;
    }

    .hero-description {
        margin: 0 auto;
        padding-right: 0 !important;
    }

    .mockup-wrapper {
        transform: rotate(0);
        margin-top: 3rem;
        margin-bottom: 5rem;
    }

    .ribbon-wrapper {
        width: 100vw;
        left: 0;
        top: auto;
        position: relative;
        transform: rotate(0) !important;
        margin: 1rem 0;
    }

    .page-overflow-wrapper {
        overflow: auto;
        overflow-x: hidden;
    }
}

@media (max-width: 576px) {
    .hero-heading {
        font-size: 35px;
    }

    .hero-text-content {
        margin-bottom: 0rem;
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-description br {
        display: none;
    }

    .right-mockup-col img {
        max-width: 90%;
    }

    .brand-logo {
        transform: scale(0.8);
        display: block;
        margin: 0 auto;
    }

    .right-mockup-col {
        text-align: center;
    }

    .btn-app-store {
        transform: scale(0.8);
        transform-origin: right;
    }

    .mockup-wrapper {
        width: 280px;
        height: 560px;
    }

    .coming-soonn {
        display: none;
    }


}