.ja28,
.ja28 * {
    box-sizing: border-box;
}

.ja28 {
    --ja28-bg: #050a08;
    --ja28-bg-soft: #0a1410;
    --ja28-panel: rgba(255, 255, 255, 0.06);
    --ja28-panel-strong: rgba(255, 255, 255, 0.09);
    --ja28-text: #f7fff8;
    --ja28-muted: rgba(247, 255, 248, 0.72);
    --ja28-soft: rgba(247, 255, 248, 0.12);
    --ja28-green: #25e79a;
    --ja28-orange: #ff7a1a;
    --ja28-yellow: #ffd44f;
    --ja28-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
    --ja28-radius: 30px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--ja28-text);
    background:
        radial-gradient(circle at 12% 0%, rgba(37, 231, 154, 0.18), transparent 35%),
        radial-gradient(circle at 88% 0%, rgba(255, 122, 26, 0.16), transparent 25%),
        linear-gradient(135deg, #04110d 0%, #07120f 36%, #130f07 100%);
    border-radius: 32px;
    margin: 24px auto;
    font-family: Inter, Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ja28 button,
.ja28 input {
    font: inherit;
}

.ja28 button {
    cursor: pointer;
}

.ja28 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ja28__ambient {
    position: absolute;
    border-radius: 999px;
    filter: blur(40px);
    opacity: 0.35;
    z-index: -1;
    pointer-events: none;
}

.ja28__ambient--one {
    top: 8%;
    left: -140px;
    width: 360px;
    height: 360px;
    background: rgba(37, 231, 154, 0.45);
}

.ja28__ambient--two {
    right: -120px;
    top: 28%;
    width: 300px;
    height: 300px;
    background: rgba(255, 122, 26, 0.35);
}

.ja28__ambient--three {
    left: 40%;
    bottom: -140px;
    width: 380px;
    height: 380px;
    background: rgba(255, 212, 79, 0.12);
}

.ja28__wrap {
    width: min(1220px, calc(100% - 32px));
    margin: 0 auto;
    padding: 52px 0 74px;
}

.ja28 h1,
.ja28 h2,
.ja28 h3,
.ja28 p,
.ja28 figure,
.ja28 blockquote {
    margin-top: 0;
}

.ja28 h1 {
    max-width: 760px;
    margin-bottom: 22px;
    font-size: clamp(46px, 6vw, 84px);
    line-height: 0.94;
    letter-spacing: -0.07em;
    font-weight: 950;
}

.ja28 h2 {
    margin-bottom: 16px;
    font-size: clamp(30px, 4vw, 58px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    font-weight: 950;
}

.ja28 h3 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.1;
}

.ja28__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    color: var(--ja28-yellow);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.ja28__eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.ja28__section-head--center .ja28__eyebrow::before {
    display: none;
}

.ja28__lead,
.ja28__body-copy,
.ja28__section-head p,
.ja28__problem article p,
.ja28__form-card p,
.ja28__guarantee p,
.ja28__final-cta p,
.ja28__faq p,
.ja28__highlight-card span,
.ja28__micro-proof span,
.ja28__feature-grid span,
.ja28__check-list li {
    color: var(--ja28-muted);
    font-size: 18px;
    line-height: 1.65;
}

.ja28__lead {
    max-width: 710px;
    font-size: clamp(18px, 2vw, 22px);
}

.ja28__hero {
    min-height: 700px;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: 48px;
    align-items: center;
}

.ja28__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 30px 0 24px;
}

.ja28__btn,
.ja28__sticky-btn,
.ja28__form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 16px 24px;
    border: 0;
    border-radius: 999px;
    font-weight: 950;
    line-height: 1;
    transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.ja28__btn:hover,
.ja28__sticky-btn:hover,
.ja28__form button:hover {
    transform: translateY(-2px);
}

.ja28__btn--primary,
.ja28__sticky-btn,
.ja28__form button {
    color: #180b01;
    background: linear-gradient(135deg, var(--ja28-yellow), var(--ja28-orange));
    box-shadow: 0 18px 42px rgba(255, 122, 26, 0.3);
}

.ja28__btn--ghost {
    color: var(--ja28-text);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.ja28__proof-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 760px;
}

.ja28__proof-strip span,
.ja28__highlight-card,
.ja28__micro-proof div,
.ja28__cards article,
.ja28__feature-grid div,
.ja28__testimonials figure,
.ja28__faq details,
.ja28__day,
.ja28__form-card,
.ja28__guarantee,
.ja28__final-cta,
.ja28__split,
.ja28__dual-banner,
.ja28__highlight-bar {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--ja28-panel);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);
}

.ja28__proof-strip span {
    display: block;
    border-radius: 18px;
    padding: 16px;
}

.ja28__proof-strip strong {
    display: block;
    margin-bottom: 6px;
    color: var(--ja28-text);
    font-size: 22px;
    line-height: 1;
}

.ja28__micro-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.ja28__micro-proof div {
    padding: 16px 18px;
    border-radius: 20px;
}

.ja28__micro-proof b {
    display: block;
    margin-bottom: 6px;
    color: var(--ja28-text);
    font-size: 15px;
}

.ja28__hero-visual {
    display: grid;
    align-items: center;
}

.ja28__hero-collage {
    position: relative;
    min-height: 660px;
}

.ja28__media-card {
    position: absolute;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #08110d;
    box-shadow: var(--ja28-shadow);
}

.ja28__media-card img {
    transition: transform 0.5s ease;
}

.ja28__media-card:hover img {
    transform: scale(1.04);
}

.ja28__media-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.66) 100%);
}

.ja28__media-card figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    z-index: 1;
    font-size: 15px;
    font-weight: 900;
}

.ja28__media-card--lg {
    inset: 40px 110px 110px 0;
    transform: rotate(-5deg);
}

.ja28__media-card--top {
    width: 220px;
    height: 280px;
    right: 0;
    top: 0;
    transform: rotate(6deg);
}

.ja28__media-card--bottom {
    width: 280px;
    height: 205px;
    right: 18px;
    bottom: 24px;
    transform: rotate(4deg);
}

.ja28__floating-stat {
    position: absolute;
    z-index: 2;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(6, 12, 9, 0.82);
    backdrop-filter: blur(14px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
}

.ja28__floating-stat strong,
.ja28__floating-stat span {
    display: block;
}

.ja28__floating-stat strong {
    font-size: 16px;
}

.ja28__floating-stat span {
    color: var(--ja28-muted);
    font-size: 12px;
}

.ja28__floating-stat--one {
    left: 24px;
    bottom: 38px;
}

.ja28__floating-stat--two {
    right: 118px;
    top: 178px;
}

.ja28__highlight-bar,
.ja28__problem,
.ja28__visual-story,
.ja28__split,
.ja28__dual-banner,
.ja28__roadmap,
.ja28__results,
.ja28__unlock,
.ja28__faq,
.ja28__final-cta {
    margin-top: 48px;
    border-radius: var(--ja28-radius);
}

.ja28__highlight-bar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 14px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
}

.ja28__highlight-card {
    padding: 22px;
    border-radius: 22px;
}

.ja28__highlight-card strong {
    display: block;
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.15;
}

.ja28__section-head {
    max-width: 830px;
    margin-bottom: 28px;
}

.ja28__section-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ja28__visual-story {
    padding: 36px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
}

.ja28__mosaic {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
}

.ja28__mosaic-item {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 240px;
    border: 1px solid rgba(255,255,255,0.13);
    background: #08110d;
}

.ja28__mosaic-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.74) 100%);
}

.ja28__mosaic-item figcaption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 1;
    font-size: 14px;
    font-weight: 900;
}

.ja28__mosaic-item--portrait {
    grid-column: span 3;
    min-height: 420px;
}

.ja28__mosaic-item--wide {
    grid-column: span 3;
    min-height: 220px;
}

.ja28__cards--five {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.ja28__cards article {
    min-height: 220px;
    padding: 22px;
    border-radius: 24px;
}

.ja28__cards article span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    border-radius: 14px;
    color: #04110d;
    background: var(--ja28-green);
    font-weight: 950;
}

.ja28__split,
.ja28__unlock,
.ja28__dual-banner {
    display: grid;
    gap: 24px;
    align-items: stretch;
}

.ja28__split {
    grid-template-columns: 0.82fr 1.18fr;
    padding: 36px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
}

.ja28__feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ja28__feature-grid div {
    display: grid;
    gap: 8px;
    padding: 20px;
    border-radius: 22px;
}

.ja28__feature-grid strong {
    font-size: 17px;
}

.ja28__dual-banner {
    grid-template-columns: 0.9fr 1.1fr;
    padding: 28px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 122, 26, 0.14), transparent 25%),
        linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
}

.ja28__check-list {
    display: grid;
    gap: 12px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.ja28__check-list li {
    position: relative;
    padding-left: 28px;
}

.ja28__check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--ja28-green);
    font-weight: 900;
}

.ja28__banner-visuals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ja28__banner-visuals figure,
.ja28__mini-gallery figure {
    overflow: hidden;
    border-radius: 24px;
    min-height: 300px;
    margin: 0;
    border: 1px solid rgba(255,255,255,0.14);
    background: #07100d;
}

.ja28__roadmap {
    padding: 28px;
    background: rgba(255, 255, 255, 0.045);
}

.ja28__days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}

.ja28__day {
    min-height: 132px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 16px;
    border-radius: 20px;
    transition: transform 0.2s ease;
}

.ja28__day:hover {
    transform: translateY(-3px);
}

.ja28__day.is-open {
    background: linear-gradient(135deg, rgba(37, 231, 154, 0.22), rgba(255,255,255,0.08));
    border-color: rgba(37, 231, 154, 0.36);
}

.ja28__day.is-locked {
    position: relative;
    overflow: hidden;
}

.ja28__day.is-locked::after {
    content: "🔒";
    position: absolute;
    right: 12px;
    top: 10px;
    opacity: 0.72;
}

.ja28__day-num {
    color: var(--ja28-yellow);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ja28__day strong {
    font-size: 15px;
    line-height: 1.15;
}

.ja28__day em {
    color: var(--ja28-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 750;
}

.ja28__testimonials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ja28__testimonials figure {
    margin: 0;
    padding: 24px;
    border-radius: 24px;
}

.ja28__testimonials blockquote {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 800;
}

.ja28__testimonials figcaption {
    color: var(--ja28-yellow);
    font-weight: 900;
}

.ja28__unlock {
    grid-template-columns: 0.95fr 1.05fr;
}

.ja28__guarantee,
.ja28__form-card,
.ja28__final-cta {
    border-radius: var(--ja28-radius);
    box-shadow: var(--ja28-shadow);
}

.ja28__guarantee {
    padding: 34px;
    background: linear-gradient(160deg, rgba(37, 231, 154, 0.18), rgba(255,255,255,0.06));
}

.ja28__guarantee-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.ja28__guarantee-badges span {
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    font-size: 13px;
    font-weight: 850;
}

.ja28__mini-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.ja28__mini-gallery figure {
    min-height: 200px;
}

.ja28__form-card {
    position: relative;
    padding: clamp(26px, 4vw, 44px);
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 211, 77, 0.18), transparent 34%),
        linear-gradient(145deg, rgba(255, 122, 26, 0.16), rgba(255,255,255,0.08));
}

.ja28__form-kicker {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #1b0f00;
    background: var(--ja28-yellow);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ja28__form {
    margin-top: 24px;
}

.ja28__form label {
    display: block;
    margin-bottom: 10px;
    color: var(--ja28-text);
    font-weight: 900;
}

.ja28__input-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 999px;
    background: rgba(3, 9, 7, 0.62);
}

.ja28__form input[type="email"] {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    outline: 0;
    color: var(--ja28-text);
    background: transparent;
}

.ja28__form input[type="email"]::placeholder {
    color: rgba(247,255,248,0.52);
}

.ja28__form small {
    display: block;
    margin-top: 12px;
    color: rgba(247,255,248,0.62);
}

.ja28__faq {
    display: grid;
    gap: 12px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.ja28__faq details {
    border-radius: 18px;
    padding: 18px 20px;
}

.ja28__faq summary {
    cursor: pointer;
    font-size: 18px;
    font-weight: 950;
}

.ja28__faq p {
    margin: 12px 0 0;
    font-size: 16px;
}

.ja28__final-cta {
    padding: clamp(32px, 6vw, 64px);
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 211, 77, 0.18), transparent 36%),
        rgba(255,255,255,0.06);
}

.ja28__final-cta p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.ja28__final-cta small {
    display: block;
    margin-top: 18px;
    color: var(--ja28-muted);
    font-weight: 850;
}

.ja28__sticky {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 21474810;
    display: flex;
    align-items: center;
    gap: 20px;
    width: min(720px, calc(100% - 24px));
    transform: translate(-50%, 130%);
    opacity: 0;
    pointer-events: none;
    padding: 10px 10px 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.16);
    color: var(--ja28-text);
    background: rgba(5, 10, 8, 0.88);
    box-shadow: var(--ja28-shadow);
    backdrop-filter: blur(16px);
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.ja28__sticky.is-visible {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
}

.ja28__sticky strong,
.ja28__sticky span {
    display: block;
}

.ja28__sticky span {
    color: var(--ja28-muted);
    font-size: 13px;
}

.ja28__sticky-btn {
    margin-left: auto;
    min-height: 44px;
    padding: 12px 18px;
}

@media (max-width: 1180px) {
    .ja28__hero,
    .ja28__split,
    .ja28__unlock,
    .ja28__dual-banner {
        grid-template-columns: 1fr;
    }

    .ja28__hero {
        min-height: auto;
    }

    .ja28__hero-visual {
        order: -1;
    }

    .ja28__hero-collage {
        min-height: 560px;
    }

    .ja28__cards--five {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ja28__mosaic-item--portrait,
    .ja28__mosaic-item--wide {
        grid-column: span 6;
    }

    .ja28__days {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .ja28 {
        border-radius: 0;
        margin: 0 -16px;
    }

    .ja28__wrap {
        width: min(100% - 24px, 1220px);
        padding: 28px 0 92px;
    }

    .ja28 h1 {
        font-size: clamp(38px, 13vw, 58px);
        letter-spacing: -0.06em;
    }

    .ja28 h2 {
        font-size: clamp(30px, 10vw, 42px);
    }

    .ja28__lead,
    .ja28__body-copy,
    .ja28__section-head p,
    .ja28__problem article p,
    .ja28__form-card p,
    .ja28__guarantee p,
    .ja28__final-cta p,
    .ja28__faq p,
    .ja28__highlight-card span,
    .ja28__micro-proof span,
    .ja28__feature-grid span,
    .ja28__check-list li {
        font-size: 16px;
    }

    .ja28__proof-strip,
    .ja28__micro-proof,
    .ja28__highlight-bar,
    .ja28__feature-grid,
    .ja28__testimonials,
    .ja28__cards--five,
    .ja28__mini-gallery,
    .ja28__banner-visuals {
        grid-template-columns: 1fr;
    }

    .ja28__cta-row,
    .ja28__btn,
    .ja28__sticky,
    .ja28__input-row {
        width: 100%;
    }

    .ja28__btn {
        min-height: 58px;
    }

    .ja28__highlight-bar,
    .ja28__visual-story,
    .ja28__split,
    .ja28__dual-banner,
    .ja28__roadmap,
    .ja28__guarantee,
    .ja28__form-card {
        padding: 22px;
    }

    .ja28__hero-collage {
        min-height: 440px;
    }

    .ja28__media-card--lg {
        inset: 28px 70px 90px 0;
    }

    .ja28__media-card--top {
        width: 140px;
        height: 185px;
    }

    .ja28__media-card--bottom {
        width: 180px;
        height: 140px;
        right: 0;
        bottom: 10px;
    }

    .ja28__floating-stat--two {
        right: 42px;
        top: 138px;
    }

    .ja28__mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ja28__mosaic-item--portrait,
    .ja28__mosaic-item--wide {
        grid-column: span 1;
        min-height: 220px;
    }

    .ja28__days {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ja28__day {
        min-height: 118px;
        padding: 13px;
        border-radius: 16px;
    }

    .ja28__input-row {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .ja28__form input[type="email"],
    .ja28__form button {
        border-radius: 18px;
    }

    .ja28__sticky {
        bottom: 10px;
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        border-radius: 24px;
    }

    .ja28__sticky-btn {
        width: 100%;
        margin-left: 0;
    }
}
