/**
 * YKR Meet — landing only (aligned with /css/tools-common inner tool flow)
 */

.ykr-meet-landing-body {
    padding: 48px 28px 56px;
    background: #fff;
}

@media (max-width: 576px) {
    .ykr-meet-landing-body {
        padding: 32px 18px 48px;
    }
}

.ykr-meet-landing-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 820px;
    margin: 0 auto 40px;
}

.ykr-meet-landing-card {
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    padding: 28px 24px;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.ykr-meet-landing-card:hover {
    border-color: rgba(255, 72, 31, 0.45);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.ykr-meet-landing-card .card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
}

.ykr-meet-landing-card.card-create .card-icon {
    background: linear-gradient(145deg, #ff481f, #e63e18);
    color: #fff;
    box-shadow: 0 8px 24px rgba(255, 72, 31, 0.3);
}

.ykr-meet-landing-card.card-join .card-icon {
    background: rgba(255, 72, 31, 0.1);
    color: #ff481f;
    border: 1px solid rgba(255, 72, 31, 0.22);
}

.ykr-meet-landing-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #0d1a1c;
    margin-bottom: 8px;
}

.ykr-meet-landing-card p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 18px;
    line-height: 1.55;
}

.ykr-meet-landing-input {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 15px;
    color: #0f172a;
    margin-bottom: 12px;
    font-family: inherit;
}

.ykr-meet-landing-input::placeholder {
    color: #94a3b8;
}

.ykr-meet-landing-input:focus {
    outline: none;
    border-color: #ff481f;
    box-shadow: 0 0 0 3px rgba(255, 72, 31, 0.15);
}

.ykr-meet-input-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
}

.ykr-meet-input-row .ykr-meet-landing-input {
    flex: 1 1 160px;
    min-width: 0;
    margin-bottom: 0;
}

.btn-ykr-meet-start {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 4px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
}

.btn-ykr-meet-join {
    flex-shrink: 0;
    align-self: center;
    background: #0d1a1c;
    color: #fff;
    border: 2px solid #0d1a1c;
    border-radius: 100px;
    padding: 14px 22px;
    font-weight: 800;
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s, transform 0.2s;
    white-space: nowrap;
}

.btn-ykr-meet-join:hover {
    background: #ff481f;
    border-color: #ff481f;
    color: #fff;
    transform: translateY(-1px);
}

.btn-ykr-meet-join:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.ykr-meet-features-landing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 920px;
    margin: 0 auto 28px;
}

.ykr-meet-feature-lite {
    text-align: center;
    padding: 22px 14px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    transition: border-color 0.25s;
}

.ykr-meet-feature-lite:hover {
    border-color: rgba(255, 72, 31, 0.35);
}

.ykr-meet-feature-lite .feat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 18px;
    background: rgba(255, 72, 31, 0.1);
    color: #ff481f;
}

.ykr-meet-feature-lite h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #0d1a1c;
    margin-bottom: 4px;
}

.ykr-meet-feature-lite p {
    font-size: 12px;
    color: #64748b;
    line-height: 1.45;
    margin: 0;
}

.ykr-meet-landing-footnote {
    text-align: center;
    font-size: 13px;
    color: #64748b;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.55;
    padding: 0 8px;
}

.ykr-meet-landing-footnote code {
    font-size: 12px;
    background: #f1f5f9;
    padding: 3px 8px;
    border-radius: 6px;
    color: #475569;
}

.ykr-meet-pill-dark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .ykr-meet-landing-cards {
        grid-template-columns: 1fr;
    }

    .ykr-meet-features-landing {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .ykr-meet-features-landing {
        grid-template-columns: 1fr;
    }

    .ykr-meet-input-row {
        flex-direction: column;
    }

    .btn-ykr-meet-join {
        width: 100%;
    }
}
