/**
 * Homepage 2026 — Section-Specific Styles
 * Global tokens, header, footer, and responsive shell rules
 * are in app-shell.css (loaded as a dependency).
 */

/* =========================================================================
   SECTION WRAPPER PATTERN
   ========================================================================= */

.mypub-section {
    padding: 60px 60px;
    border-bottom: 1px solid #000000;
    box-sizing: border-box;
}

/* =========================================================================
   SECTION 3.2 — HERO
   ========================================================================= */

.mypub-hero {
    padding-top: 40px;
    padding-bottom: 60px;
}

.mypub-hero-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 60px;
    align-items: start;
}

/* Left Column */
.mypub-hero-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mypub-hero-headline {
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    color: #000000;
    margin: 0;
}

.mypub-hero-subheadline {
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    color: #000000;
    margin: 0;
}

.mypub-form-wrapper {
    margin: 10px 0;
}

.mypub-form-note {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin: 0;
}

/* Right Column */
.mypub-hero-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mypub-hero-image {
    width: 100%;
    max-width: 754px;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* =========================================================================
   SECTION 3.3 — THE PROBLEM
   ========================================================================= */

.mypub-problem-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 60px;
    align-items: start;
}

/* Left Column */
.mypub-problem-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mypub-eyebrow {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000000;
    margin: 0;
}

.mypub-section-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}

.mypub-problem-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
    margin: 0;
    margin-left: 170px;
}

/* Right Column */
.mypub-problem-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mypub-problem-image {
    width: 100%;
    max-width: 770px;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* =========================================================================
   SECTION 3.4 — THE SOLUTION
   ========================================================================= */

/* Top Area: Two-column layout */
.mypub-solution-top {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 60px;
    margin-bottom: 40px;
}

.mypub-solution-top-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mypub-solution-top-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mypub-solution-intro {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
    margin: 0;
}

.mypub-solution-highlight {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
    margin: 0;
}

.mypub-solution-highlight strong {
    font-weight: 700;
}

/* Feature Cards: Three-column grid */
.mypub-solution-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.mypub-feature-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.mypub-feature-icon {
    width: auto;
    height: 48px;
    display: block;
    margin-bottom: 8px;
}

.mypub-feature-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 21px;
    color: #000000;
    margin: 0;
}

.mypub-feature-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
    margin: 0;
}

/* =========================================================================
   SECTION 3.5 — COMING SOON
   ========================================================================= */

.mypub-coming-soon-grid {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 60px;
    align-items: start;
}

.mypub-coming-soon-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mypub-coming-soon-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
    margin: 0;
}

.mypub-coming-soon-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mypub-coming-soon-image {
    width: 100%;
    max-width: 903px;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* =========================================================================
   SECTION 3.6 — WHY IT MATTERS
   ========================================================================= */

.mypub-why-matters-grid {
    display: grid;
    grid-template-columns: 45% 45%;
    gap: 60px;
    align-items: start;
}

.mypub-why-matters-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mypub-why-matters-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mypub-why-matters-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
    margin: 0;
}

.mypub-why-matters-body strong {
    font-weight: 700;
}

/* =========================================================================
   FAQ SECTION — FREQUENTLY ASKED QUESTIONS
   ========================================================================= */

.mypub-faq-header {
    margin-bottom: 40px;
}

.mypub-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.mypub-faq-column {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.mypub-faq-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mypub-faq-question {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #000000;
    margin: 0;
}

.mypub-faq-answer {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
    margin: 0;
}

/* =========================================================================
   SECTION 3.7 — BUILT INSIDE REAL SESSIONS
   ========================================================================= */

.mypub-built-grid {
    display: grid;
    grid-template-columns: 45% 45%;
    gap: 60px;
    align-items: start;
}

.mypub-built-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mypub-built-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mypub-built-quote {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #000000;
    margin: 0;
    font-style: normal;
}

.mypub-built-attribution {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
    margin: 0;
}

/* =========================================================================
   SECTION 3.8 — FINAL CTA (GET STARTED)
   ========================================================================= */

.mypub-cta-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 60px;
    align-items: start;
}

.mypub-cta-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mypub-cta-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    place-self: end;
}

.mypub-cta-headline {
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    color: #000000;
    margin: 0;
}

.mypub-cta-subheadline {
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    color: #000000;
    margin: 0;
}
section#early-access {
    border-bottom: 0px !important;
}

/* =========================================================================
   GRAVITY FORMS STYLING
   ========================================================================= */

/* Hide form title, description, and labels */
.gform_wrapper .gform_heading {
    display: none !important;
}

.gform_wrapper label.gfield_label {
    display: none !important;
}

.gform_wrapper .gfield_required {
    display: none !important;
}

/* Container — make form inline (side by side) */
.gform_wrapper .gform_body,
.gform_wrapper .gform_footer {
    display: inline-block;
    vertical-align: top;
}

.gform_wrapper form {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

/* Email input field */
.gform_wrapper input[type="email"],
.gform_wrapper input[type="text"] {
    font-family: 'Courier Prime', monospace !important;
    font-size: 22px !important;
    height: 60px !important;
    width: 362px !important;
    border: 2px solid #000000 !important;
    background-color: #FEFBF9 !important;
    padding: 0 20px !important;
    color: #000000 !important;
    outline: none !important;
    box-sizing: border-box !important;
}

.gform_wrapper input[type="email"]::placeholder,
.gform_wrapper input[type="text"]::placeholder {
    color: #000000;
}

/* Submit button */
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"] {
    font-family: 'Courier Prime', monospace !important;
    font-size: 22px !important;
    height: 60px !important;
    width: 245px !important;
    background-color: #000000 !important;
    color: #FDFAF9 !important;
    border: none !important;
    cursor: pointer;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-sizing: border-box !important;
    font-weight: 400 !important;
}

/* Remove default Gravity Forms styling overrides */
.gform_wrapper .gfield {
    margin: 0 !important;
    padding: 0 !important;
}

.gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}

.gform_wrapper .gform_body {
    margin: 0 !important;
    padding: 0 !important;
}

.gform_wrapper ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Hide validation messages for cleaner look */
.gform_wrapper .gfield_description {
    display: none !important;
}

.gform_wrapper .validation_message {
    font-size: 12px !important;
    margin-top: 4px !important;
}

/* =========================================================================
   RESPONSIVE — Section-specific
   ========================================================================= */

/* Tablet: 1024px and below */
@media (max-width: 1024px) {
    .mypub-section {
        padding: 40px 40px;
    }

    /* Stack all two-column layouts */
    .mypub-hero-grid,
    .mypub-problem-grid,
    .mypub-solution-top,
    .mypub-coming-soon-grid,
    .mypub-why-matters-grid,
    .mypub-faq-grid,
    .mypub-built-grid,
    .mypub-cta-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mypub-hero-headline,
    .mypub-cta-headline {
        font-size: 36px;
        line-height: 46px;
    }

    /* Stack three-column feature cards */
    .mypub-solution-cards {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    /* Adjust problem body left margin for tablet */
    .mypub-problem-body {
        margin-left: 0;
    }
}

/* Mobile: 768px and below */
@media (max-width: 768px) {
    /* Sections */
    .mypub-section {
        padding: 32px 20px;
    }

    .mypub-hero {
        padding-top: 32px;
        padding-bottom: 40px;
    }

    /* Typography adjustments */
    .mypub-hero-headline,
    .mypub-cta-headline {
        font-size: 32px;
        line-height: 40px;
    }

    .mypub-hero-subheadline,
    .mypub-cta-subheadline {
        font-size: 18px;
        line-height: 28px;
    }

    .mypub-section-heading {
        font-size: 24px;
    }

    .mypub-eyebrow {
        font-size: 14px;
    }

    /* Form - stack email and button */
    .gform_wrapper form {
        flex-direction: column;
        gap: 12px;
    }

    .gform_wrapper input[type="email"],
    .gform_wrapper input[type="text"],
    .gform_wrapper input[type="submit"],
    .gform_wrapper button[type="submit"] {
        width: 100% !important;
        font-size: 18px !important;
        height: 50px !important;
    }
}

/* Small mobile: 480px and below */
@media (max-width: 480px) {
    .mypub-hero-headline,
    .mypub-cta-headline {
        font-size: 28px;
        line-height: 36px;
    }

    .mypub-hero-subheadline,
    .mypub-cta-subheadline {
        font-size: 16px;
        line-height: 24px;
    }

    .mypub-section-heading {
        font-size: 22px;
    }

    .mypub-section {
        padding: 24px 16px;
    }
}
