/* 
   Adventure Konnect - Pre-Launch Styles
   Design: Strategic / Professional / Assured
*/

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #1f2f3f; /* Deep Navy */
    color: #e7edf2; /* Soft Neutral */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.container {
    width: 100%;
    max-width: 640px;
    padding: 40px 24px;
}

.logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.subhead {
    font-size: 18px;
    font-weight: 400;
    color: #c46a2d; /* Warm Accent */
    margin: 0 0 30px 0;
    letter-spacing: 0.2px;
}

.divider {
    width: 60px;
    height: 2px;
    background-color: #c46a2d;
    margin: 0 auto 35px auto;
    opacity: 0.7;
}

.body-copy {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto 45px auto;
    color: #cbd5e1;
    max-width: 540px;
}

.status {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #64748b;
    font-weight: 600;
}

footer {
    margin-top: 80px;
    font-size: 13px;
    color: #475569;
}

@media (max-width: 480px) {
    h1 { font-size: 28px; }
    .subhead { font-size: 16px; }
}
