body {
    color: #fff;
    text-align: center;
    background-color: #121212;
    min-width: 100vw;
    min-height: 100vh;
    font-family: 'General Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 1.3em;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Safiro, sans-serif;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 1.1em;
}

a {
    color: #c4ff4d;
    cursor: pointer;
    text-decoration: none;
    transition: text-underline-offset .2s, color .2s ease-in-out;
}

a:hover {
    color: #c4ff4dbf;
    text-underline-offset: .5rem;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.main {
    width: 100vw;
    height: auto;
    min-height: 100vh;
    overflow: visible;
}

.page-wrap {
    z-index: 1;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 70rem;
    height: auto;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding: 5rem;
    display: flex;
    position: relative;
}

.page-logo {
    width: 20rem;
}

.bg-image {
    width: 90vw;
    position: absolute;
    inset: auto -50vw 0% auto;
}

.page-wrapper {
    flex-flow: column;
    display: flex;
}

.page-body {
    background-image: url('../images/bg-right.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 45vw;
    overflow: visible;
}

.accent {
    color: #ffffff30;
    letter-spacing: .1em;
    font-family: Safiro, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.page-contact {
    margin-top: 2rem;
    opacity: 0.7;
}

@media screen and (min-width: 1280px) {
    .page-body {
        background-size: 32rem;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 4rem;
    }

    .page-logo {
        width: 16rem;
    }

    .page-body {
        font-size: 1.25rem;
    }

    .accent {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 3rem;
    }

    .page-wrap {
        padding: 3rem;
    }

    .page-logo {
        width: 12.5rem;
    }

    .page-body {
        font-size: 1rem;
    }
}

@media screen and (max-width: 479px) {
    .page-wrap {
        padding: 1.5rem;
    }

    .page-body {
        background-size: 50vw;
    }

    .heading {
        font-size: 2.5rem;
    }
}


@font-face {
    font-family: Safiro;
    src: url('../fonts/GeneralSans-Variable.woff2') format('woff2'),
    url('../fonts/GeneralSans-Variable.woff') format('woff'),
    url('../fonts/GeneralSans-Variable.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: Safiro;
    src: url('../fonts/GeneralSans-VariableItalic.woff2') format('woff2'),
    url('../fonts/GeneralSans-VariableItalic.woff') format('woff'),
    url('../fonts/GeneralSans-VariableItalic.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Safiro';
    src: url('../fonts/Safiro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Safiro';
    src: url('../fonts/Safiro-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Safiro';
    src: url('../fonts/Safiro-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Safiro';
    src: url('../fonts/Safiro-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Safiro';
    src: url('../fonts/Safiro-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Safiro';
    src: url('../fonts/Safiro-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Safiro';
    src: url('../fonts/Safiro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Safiro';
    src: url('../fonts/Safiro-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


/* Text page styles */
::selection {
    color: #f5f5f5;
    background: #222222;
}

body {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.content-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
}

.text-section {
    margin-bottom: 40px;
}

.text-section h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: Safiro, sans-serif;
    font-size: 2rem;
    text-align: left;
}

.text-section h3 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Safiro, sans-serif;
    font-size: 1.5rem;
}

.text-section p {
    margin-bottom: 15px;
    line-height: 1.6;
    text-align: left;
}

.text-section ul, .text-section ol {
    margin-bottom: 15px;
    padding-left: 20px;
    text-align: left;
}

.text-section li {
    margin-bottom: 8px;
    line-height: 1.5;
    text-align: left;
}

.page-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-navigation a {
    text-decoration: none;
    color: inherit;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.page-navigation a:hover {
    opacity: 1;
}

.last-updated {
    font-size: 0.8em;
    opacity: 0.6;
    margin-top: 5px;
    text-align: center;
}

/* Event page styles */
.event-highlight {
    background-color: rgba(196, 255, 77, 0.1);
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 30px;
}

.signup-form {
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.form-input {
    width: 100%;
    padding: 0.8rem 1rem;
    margin-bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 4px;
    font-family: 'General Sans', sans-serif;
}

.form-input:focus {
    border-color: #c4ff4d;
    outline: none;
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.button {
    display: inline-block;
    padding: 0.8rem 2.5rem;
    background-color: #c4ff4d;
    color: #121212;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'General Sans', sans-serif;
}

.button:hover {
    background-color: #d5ff7a;
    transform: translateY(-2px);
    text-decoration: none;
}

.button:active {
    transform: translateY(0);
}

.feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem 0;
    gap: 20px;
}

.feature-item {
    flex: 0 0 calc(50% - 10px);
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-bottom: 10px;
    text-align: left;
}

.feature-item h3 {
    color: #c4ff4d;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Safiro, sans-serif;
    font-size: 1.3rem;
    text-align: left;
}

.feature-item p {
    margin: 0;
    font-size: 1rem;
    text-align: left;
}

.event-date {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #c4ff4d;
}

.thanks-message {
    display: none;
    background-color: rgba(196, 255, 77, 0.2);
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

/* Media queries for text pages */
@media screen and (max-width: 767px) {
    .content-container {
        padding: 15px;
    }

    .text-section h2 {
        font-size: 1.5rem;
    }

    .text-section h3 {
        font-size: 1.25rem;
    }

    .feature-item {
        flex: 0 0 100%;
    }

    .signup-form {
        padding: 1.5rem;
    }
}

@media screen and (max-width: 479px) {
    .page-navigation {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
}

form._form {
    ._checkbox-radio span label {
        display: inline-block;
    }

    ._form-branding {
        display: none;
    }

}

.feedback-options {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
    gap: 20px;
}

.feedback-item {
    flex: 1;
    text-align: center;
    padding: 0.5rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.feedback-item img {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    margin: 0 auto 1rem;
    padding: .5rem;
    border: 2px dashed rgba(255, 255, 255, 0.3);
}

.feedback-item h4 {
    color: #c4ff4d;
    margin: 0.5rem 0;
    font-family: Safiro, sans-serif;
    font-size: 1.1rem;
}

.feedback-item p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .feedback-options {
        flex-direction: column;
    }

    .feedback-item {
        margin-bottom: 1rem;
    }
}
