@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;500;700&family=Share+Tech+Mono&display=swap');

:root {
    /* Theme Palette */
    --bg-white: #ffffff;
    --text-dark: #121212;
    --accent-blue: #0086FF;
    /* Updated to match Android App */
    --accent-light: rgba(0, 134, 255, 0.08);
    /* Updated opacity base */
}

body {
    background-color: var(--bg-white);
    color: var(--text-dark);
    font-family: 'Space Grotesk', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

/* Header Area */
header {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1.1;
    color: var(--text-dark);
    text-transform: uppercase;
    margin: 0 0 20px 0;
    max-width: 900px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 5rem;
    }
}

h1 span {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 2px;
    color: var(--text-dark);
    margin-bottom: 10px;
    opacity: 0.6;
    text-transform: uppercase;
}

.subtitle {
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    color: var(--text-dark);
    opacity: 0.8;
}

.subtitle small {
    display: none;
    /* Hiding the tech status for cleaner look */
}

/* Hero / CTA */
.cta-container {
    margin-top: 50px;
}

.btn {
    display: inline-block;
    background: var(--accent-blue);
    color: white;
    padding: 18px 45px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    /* Clean rounded corners */
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 134, 255, 0.3);
}

.btn:hover {
    transform: translateY(-2px);
    background: #0067C2;
    box-shadow: 0 6px 20px rgba(0, 134, 255, 0.4);
}

/* Features Grid */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 60px;
    margin-top: 100px;
    text-align: center;
}

.card {
    background: white;
    /* No border */
    padding: 20px;
    transition: transform 0.3s ease;
}

/* Clean cards without heavy borders */
.card:hover {
    transform: translateY(-5px);
}

.card h3 {
    font-family: 'Space Grotesk', sans-serif;
    color: var(--text-dark);
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.card p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-dark);
    opacity: 0.7;
}

/* The icons/numbers */
.icon-box {
    display: flex;
    width: 50px;
    height: 50px;
    background: var(--accent-light);
    color: var(--accent-blue);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 10px;
    border: none;
}

/* Content Pages (Privacy/Terms) */
.content-page {
    background: white;
    padding: 40px;
    max-width: 800px;
    margin: 40px auto;
    text-align: left;
}

.content-page ul {
    list-style-type: square;
    color: var(--accent-blue);
}

.content-page li span {
    color: var(--text-dark);
}

/* Footer */
footer {
    margin-top: 150px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-links a {
    color: var(--text-dark);
    text-decoration: none;
    margin: 0 15px;
    font-weight: 500;
    opacity: 0.7;
}

.footer-links a:hover {
    opacity: 1;
    color: var(--accent-blue);
}

/* Feature Guide ("Infomercial") */
.feature-guide {
    display: flex;
    flex-direction: column;
    gap: 120px;
    margin: 100px 0;
}

.feature-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
    text-align: left;
}

.feature-row.reverse {
    flex-direction: row-reverse;
}

.feature-text {
    flex: 1;
    max-width: 500px;
    padding: 20px;
}

.feature-text h2 {
    font-size: 2.5rem;
    color: var(--text-dark);
    margin-bottom: 20px;
    border-bottom: none;
    /* Override default */
}

.feature-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

/* Notification Card (Blue) */
.notification-card {
    background: linear-gradient(135deg, var(--accent-blue), #0067C2);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(0, 134, 255, 0.25);
    width: 300px;
    /* Explicit width to prevent collapse */
    /* Simulate a phone width for the alert */
    position: relative;
    transform: rotate(-2deg);
    transition: transform 0.3s ease;
}

.notification-card:hover {
    transform: rotate(0deg) translateY(-10px);
}



/* Cropped layout to show ONLY the white alert bubble from the screenshot */
/* Cropped layout to show ONLY the white alert bubble from the screenshot */
.notification-crop {
    width: 100%;
    /* Remove fixed height to allow auto-scaling */
    border-radius: 12px;
    background: transparent;
    /* Changed from #fff to transparent */
    position: relative;
    /* Removed overflow:hidden and box-shadow as image usually has its own clean edge now */
}

.notification-crop img {
    width: 100%;
    /* Fit container naturally */
    display: block;
    margin: 0;
    /* Remove hacky margins */
}

/* Removed old .notification-crop styles */

/* Android Phone Frame (Motorola Style) */
.phone-frame {
    flex: 0 0 auto;
    width: 300px;
    height: 666px;
    /* Exact 20:9 Android Ratio (300 * 2.22) */
    background: #2a2a2a;
    border-radius: 24px;
    /* Squarer corners like Moto/budget Androids */
    border: 8px solid #333;
    border-bottom-width: 12px;
    /* Slight "chin" */
    position: relative;
    box-shadow: 0 30px 80px rgba(0, 134, 255, 0.15);
    overflow: hidden;
}

.phone-screen {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Fill the frame, crop if necessary (usually bottom) */
    object-position: top center;
    /* Ensure header/status bar is always visible */
    background: transparent;
    border-radius: 16px;
}

/* Punch-hole Camera */
.punch-hole {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background: #1a1a1a;
    border-radius: 50%;
    z-index: 5;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.8);
}

/* Improved Privacy Blur */
.blur-box {
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(12px);
    /* Stronger Blur */
    -webkit-backdrop-filter: blur(12px);
    z-index: 2;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 900px) {
    .feature-row {
        flex-direction: column !important;
        text-align: center;
        gap: 40px;
    }

    .feature-text {
        text-align: center;
    }
}