/* Trial page v0.1 - page-specific styles */

.trial-page {
    background: #f7f5f1;
}

.trial-page main {
    overflow: hidden;
}

.trial-page .btn-secondary {
    background: #fff;
    color: var(--primary-color);
    border: 2px solid rgba(26, 26, 26, 0.18);
    backdrop-filter: none;
}

.trial-page .btn-secondary:hover {
    background: #f2f2f2;
}

.trial-hero {
    min-height: 92vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 9rem 5% 6rem;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(10, 10, 10, 0.93) 0%, rgba(10, 10, 10, 0.78) 48%, rgba(10, 10, 10, 0.48) 100%),
        url('../hero.jpg') center / cover no-repeat;
}

.trial-hero-inner,
.trial-section-inner,
.trial-first-sound-inner,
.trial-final-inner {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.trial-hero-inner {
    max-width: 820px;
    margin-left: max(0px, calc((100vw - 1120px) / 2));
}

.trial-eyebrow {
    margin: 0 0 1rem;
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent-color);
}

.trial-hero h1 {
    margin: 0;
    font-size: clamp(2.7rem, 6vw, 5.4rem);
    line-height: 1.07;
    letter-spacing: -0.045em;
    color: #fff;
}

.trial-hero-copy {
    margin: 1.6rem 0 0;
    max-width: 720px;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.88);
}

.trial-price-card {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.55rem 0.8rem;
    width: fit-content;
    margin: 2rem 0 1.4rem;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.trial-price-label {
    padding: 0.24rem 0.62rem;
    border-radius: 999px;
    background: var(--accent-color);
    font-size: 0.76rem;
    font-weight: 700;
}

.trial-price-card strong {
    font-size: 1.05rem;
}

.trial-price-card strong span {
    margin-left: 0.3rem;
    font-family: 'Outfit', sans-serif;
    font-size: 2.05rem;
    font-weight: 900;
}

.trial-price-card small {
    color: rgba(255, 255, 255, 0.7);
}

.trial-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    max-width: 760px;
    margin: 0 0 1.8rem;
}

.trial-proof-grid div {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.88rem;
    font-weight: 700;
}

.trial-proof-grid svg {
    width: 18px;
    height: 18px;
    color: var(--accent-color);
    flex: 0 0 auto;
}

.trial-hero-actions,
.trial-access-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.trial-small-note {
    margin-top: 0.8rem;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.72);
}

.trial-fit,
.trial-flow,
.trial-faq {
    padding: 6.5rem 5%;
}

.trial-fit-grid,
.trial-flow-grid {
    display: grid;
    width: min(1120px, 100%);
    margin: 3rem auto 0;
    gap: 1.2rem;
}

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

.trial-fit-grid article,
.trial-flow-grid article {
    padding: 2rem;
    background: #fff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 22px;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.045);
}

.trial-fit-grid svg {
    width: 30px;
    height: 30px;
    margin-bottom: 1rem;
    color: var(--accent-color);
}

.trial-fit-grid h3,
.trial-flow-grid h3,
.included-item h3 {
    margin: 0 0 0.7rem;
    line-height: 1.45;
}

.trial-fit-grid p,
.trial-flow-grid p,
.included-item p {
    margin: 0;
    color: #666;
}

.trial-included,
.trial-access {
    padding: 6.5rem 5%;
    background: #171717;
    color: #fff;
}

.trial-included .section-header h2,
.trial-included .section-header p,
.trial-access .section-header h2,
.trial-access .section-header p {
    color: #fff;
}

.included-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.included-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
    overflow: hidden;
}

.included-item--photo {
    padding: 0 1.4rem 1.4rem;
}

.included-photo {
    grid-column: 1 / -1;
    display: block;
    width: calc(100% + 2.8rem);
    max-width: none;
    height: 14rem;
    margin: 0 -1.4rem 0.4rem;
    object-fit: cover;
    object-position: center;
    background: #242424;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.included-item > span {
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    font-weight: 900;
    color: var(--accent-color);
}

.included-item p {
    color: rgba(255, 255, 255, 0.7);
}

.included-summary {
    margin-top: 1.2rem;
    padding: 1.2rem 1.4rem;
    border-radius: 16px;
    background: #fff;
    color: var(--primary-color);
}

.included-summary p {
    margin: 0.25rem 0 0;
    color: #666;
}

.trial-flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flow-number {
    margin-bottom: 1.1rem;
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: var(--accent-color);
}

.trial-first-sound {
    padding: 5.5rem 5%;
    background: linear-gradient(115deg, #111 0%, #242424 100%);
    color: #fff;
}

.trial-first-sound-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.trial-first-sound h2,
.trial-final-cta h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.25;
    color: #fff;
}

.trial-first-sound p:not(.trial-eyebrow) {
    max-width: 680px;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.74);
}

.trial-faq-list {
    width: min(900px, 100%);
    margin: 3rem auto 0;
}

.trial-faq-list details {
    border-top: 1px solid rgba(26, 26, 26, 0.14);
}

.trial-faq-list details:last-child {
    border-bottom: 1px solid rgba(26, 26, 26, 0.14);
}

.trial-faq-list summary {
    position: relative;
    padding: 1.4rem 2.5rem 1.4rem 0;
    cursor: pointer;
    list-style: none;
    font-weight: 700;
}

.trial-faq-list summary::-webkit-details-marker {
    display: none;
}

.trial-faq-list summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    color: var(--accent-color);
}

.trial-faq-list details[open] summary::after {
    content: '−';
}

.trial-faq-list details p {
    margin: -0.25rem 0 1.4rem;
    color: #666;
}

.trial-access-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2rem;
    align-items: stretch;
    margin-top: 3rem;
}

.trial-access-copy {
    padding: 1rem 0;
}

.trial-access-copy p {
    color: rgba(255, 255, 255, 0.76);
}

.trial-access-copy strong {
    color: #fff;
}

.trial-access .btn-secondary {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.trial-map {
    min-height: 360px;
    overflow: hidden;
    border-radius: 22px;
}

.trial-final-cta {
    padding: 7rem 5% 8rem;
    text-align: center;
    color: #fff;
    background:
        linear-gradient(rgba(10, 10, 10, 0.84), rgba(10, 10, 10, 0.92)),
        url('../hero.jpg') center / cover no-repeat;
}

.trial-final-inner {
    max-width: 900px;
}

.trial-final-cta > div > p:not(.trial-eyebrow) {
    margin: 1.3rem auto 0;
    max-width: 700px;
    color: rgba(255, 255, 255, 0.78);
}

.trial-final-proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin: 2rem 0;
}

.trial-final-proof span {
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.88rem;
    font-weight: 700;
}

.trial-footer-nav {
    display: flex;
    justify-content: center;
    gap: 1.3rem;
    flex-wrap: wrap;
}

@media (max-width: 980px) {
    .trial-proof-grid,
    .trial-fit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trial-first-sound-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .trial-hero {
        min-height: auto;
        padding: 7.5rem 1.25rem 4.5rem;
        background-position: 62% center;
    }

    .trial-hero-inner {
        margin-left: 0;
    }

    .trial-hero h1 {
        font-size: clamp(2.45rem, 13vw, 4rem);
    }

    .trial-hero-copy br {
        display: none;
    }

    .trial-price-card {
        width: 100%;
    }

    .trial-proof-grid,
    .trial-fit-grid,
    .included-grid,
    .trial-flow-grid,
    .trial-access-grid {
        grid-template-columns: 1fr;
    }

    .trial-proof-grid {
        gap: 0.65rem;
    }

    .trial-hero-actions,
    .trial-access-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .trial-hero-actions .btn,
    .trial-access-actions .btn,
    .trial-first-sound .btn,
    .trial-final-cta .btn {
        width: 100%;
        white-space: normal;
    }

    .trial-fit,
    .trial-flow,
    .trial-faq,
    .trial-included,
    .trial-access {
        padding: 4.5rem 1.25rem;
    }

    .trial-first-sound {
        padding: 4.5rem 1.25rem;
    }

    .trial-final-cta {
        padding: 5rem 1.25rem 7rem;
    }

    .included-photo {
        height: 12rem;
    }

    .trial-map {
        min-height: 300px;
    }
}
