.landing-body {
    margin: 0;
    min-height: 100vh;
    background: #0f172a;
}

.landing-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
}

.landing-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #f1f5f9;
    margin: 0;
    letter-spacing: -0.03em;
    line-height: 1;
}

.landing-subtitle {
    font-size: 0.75rem;
    font-weight: 400;
    color: #94a3b8;
    margin: 0.15rem 0 0;
    letter-spacing: 0.05em;
}

.landing-hero-section {
    width: 100%;
    padding-top: 4.5rem;
}

.landing-hero-img {
    width: 100%;
    height: auto;
    display: block;
}

.landing-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1.25rem;
    background: #f8fafc;
    color: #1e293b;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: background 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

.landing-btn:hover {
    background: #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.landing-google-icon {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
}
