/**
 * Copyright (c) 2026 DNA Genics, S.L. All rights reserved.
 *
 * DNA Genochip premium launch page.
 */

:root {
    --genochip-ink: #111817;
    --genochip-text: #2c3d39;
    --genochip-muted: #65746f;
    --genochip-paper: #fbfcfa;
    --genochip-mist: #edf3f0;
    --genochip-porcelain: #f6f8f7;
    --genochip-forest: #126554;
    --genochip-forest-dark: #0b4c40;
    --genochip-navy: #243f5e;
    --genochip-amber: #b86f27;
    --genochip-plum: #5e578f;
    --genochip-line: #d6e0dc;
    --genochip-line-dark: #b9c8c3;
    --genochip-error: #9f2f2f;
    --genochip-success: #1d6f4f;
    --genochip-shadow: 0 26px 70px rgba(17, 24, 23, 0.12);
    --genochip-shadow-soft: 0 16px 40px rgba(17, 24, 23, 0.08);
}

body:has(.genochip-page) {
    background: var(--genochip-paper) !important;
}

body:has(.genochip-page) #wrapper,
body:has(.genochip-page) #content-wrapper,
body:has(.genochip-page) #content-fluid {
    background: transparent !important;
}

.genochip-page {
    min-height: 100vh;
    color: var(--genochip-ink);
    background: var(--genochip-paper);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.55;
}

.genochip-page *,
.genochip-page *::before,
.genochip-page *::after {
    box-sizing: border-box;
}

.genochip-shell {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

.genochip-hero {
    position: relative;
    overflow: hidden;
    background: #e9f0ed;
    border-bottom: 1px solid var(--genochip-line);
}

.genochip-hero::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 42%;
    background: #dce8e3;
    border-left: 1px solid var(--genochip-line);
    content: "";
}

.genochip-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 760px;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    gap: 52px;
    align-items: center;
    padding: 84px 0 72px;
}

.genochip-hero-copy {
    max-width: 680px;
}

.genochip-overline {
    margin: 0 0 18px;
    color: var(--genochip-forest-dark);
    font-size: 0.8rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.genochip-hero h1,
.genochip-section-copy h2,
.genochip-wide-heading h2,
.genochip-waitlist-copy h2 {
    margin: 0;
    color: var(--genochip-ink);
    font-weight: 900;
    letter-spacing: 0;
}

.genochip-hero h1 {
    max-width: 680px;
    font-size: 5.15rem;
    line-height: 0.95;
}

.genochip-hero-lede {
    max-width: 590px;
    margin: 28px 0 0;
    color: var(--genochip-text);
    font-size: 1.22rem;
    line-height: 1.52;
}

.genochip-hero-action {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    align-items: center;
    margin-top: 34px;
}

.genochip-button,
.genochip-submit {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    color: #fff;
    background: var(--genochip-forest);
    border: 1px solid var(--genochip-forest);
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(18, 101, 84, 0.22);
    cursor: pointer;
    font-weight: 850;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.genochip-button:hover,
.genochip-button:focus,
.genochip-submit:hover,
.genochip-submit:focus {
    color: #fff;
    background: var(--genochip-forest-dark);
    border-color: var(--genochip-forest-dark);
    text-decoration: none;
}

.genochip-price {
    display: flex;
    gap: 12px;
    align-items: baseline;
}

.genochip-price span {
    color: var(--genochip-muted);
    font-size: 0.92rem;
    font-weight: 800;
    text-transform: uppercase;
}

.genochip-price strong {
    color: var(--genochip-amber);
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
}

.genochip-hero-product {
    position: relative;
    display: flex;
    min-height: 600px;
    align-items: center;
    justify-content: center;
}

.genochip-hero-product img {
    display: block;
    width: min(100%, 720px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 38px 46px rgba(17, 24, 23, 0.18));
    transform: rotate(-5deg);
}

.genochip-section {
    padding: 96px 0;
    background: var(--genochip-paper);
}

.genochip-included,
.genochip-privacy,
.genochip-faq {
    background: var(--genochip-porcelain);
}

.genochip-editorial-split,
.genochip-waitlist-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 72px;
    align-items: start;
}

.genochip-section-copy {
    max-width: 540px;
}

.genochip-section-copy h2,
.genochip-wide-heading h2,
.genochip-waitlist-copy h2 {
    font-size: 3.1rem;
    line-height: 1.06;
}

.genochip-section-copy p,
.genochip-wide-heading p,
.genochip-waitlist-copy p {
    margin: 20px 0 0;
    color: var(--genochip-muted);
    font-size: 1.06rem;
}

.genochip-inclusion-list {
    display: grid;
    gap: 0;
}

.genochip-inclusion-row {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 22px;
    padding: 0 0 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--genochip-line);
}

.genochip-inclusion-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.genochip-inclusion-row > span {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: var(--genochip-forest);
    background: #e4f0ec;
    border-radius: 8px;
    font-size: 1.1rem;
}

.genochip-inclusion-row:nth-child(2) > span {
    color: var(--genochip-navy);
    background: #e8eef3;
}

.genochip-inclusion-row:nth-child(3) > span {
    color: var(--genochip-plum);
    background: #eeecf7;
}

.genochip-inclusion-row:nth-child(4) > span {
    color: var(--genochip-amber);
    background: #f5eadf;
}

.genochip-inclusion-row h3,
.genochip-timeline h3,
.genochip-proof-list strong,
.genochip-privacy-rows strong,
.genochip-path strong {
    margin: 0;
    color: var(--genochip-ink);
    font-size: 1.2rem;
    font-weight: 900;
}

.genochip-inclusion-row p,
.genochip-timeline p,
.genochip-proof-list span,
.genochip-privacy-rows span,
.genochip-path span,
.genochip-faq-list p {
    margin: 8px 0 0;
    color: var(--genochip-muted);
    font-size: 0.98rem;
}

.genochip-wide-heading {
    max-width: 820px;
    margin-bottom: 54px;
}

.genochip-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.genochip-timeline::before {
    position: absolute;
    top: 25px;
    left: 24px;
    right: 24px;
    height: 1px;
    background: var(--genochip-line-dark);
    content: "";
}

.genochip-timeline li {
    position: relative;
    padding-top: 74px;
}

.genochip-timeline li > span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    color: var(--genochip-amber);
    background: var(--genochip-paper);
    border: 1px solid #e5c7a7;
    border-radius: 8px;
    font-weight: 900;
}

.genochip-tech {
    color: #f8fbfa;
    background: #17332e;
}

.genochip-tech .genochip-overline,
.genochip-tech h2 {
    color: #f8fbfa;
}

.genochip-tech .genochip-section-copy p {
    color: #c8d7d2;
}

.genochip-proof-list {
    display: grid;
    gap: 0;
}

.genochip-proof-list div {
    padding: 26px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.genochip-proof-list div:first-child {
    padding-top: 0;
}

.genochip-proof-list div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.genochip-proof-list strong {
    color: #fff;
}

.genochip-proof-list span {
    display: block;
    color: #c8d7d2;
}

.genochip-privacy .genochip-wide-heading {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.genochip-privacy-rows {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.genochip-privacy-rows div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px 18px;
    align-items: start;
}

.genochip-privacy-rows i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: var(--genochip-forest);
    background: #e4f0ec;
    border-radius: 8px;
}

.genochip-privacy-rows strong,
.genochip-privacy-rows span {
    grid-column: 2;
}

.genochip-waitlist {
    background: #eef4f1;
    border-top: 1px solid var(--genochip-line);
    border-bottom: 1px solid var(--genochip-line);
}

.genochip-waitlist-copy {
    max-width: 520px;
}

.genochip-status {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    margin: 26px 0 0;
    padding: 16px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: 800;
}

.genochip-status-success {
    color: var(--genochip-success);
    border-color: #bddfce;
}

.genochip-status-error {
    color: var(--genochip-error);
    border-color: #edc8c8;
}

.genochip-waitlist-points {
    display: grid;
    gap: 12px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.genochip-waitlist-points li {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--genochip-text);
    font-weight: 800;
}

.genochip-waitlist-points i {
    color: var(--genochip-forest);
}

.genochip-form {
    display: grid;
    gap: 18px;
    padding: 36px;
    background: #fff;
    border: 1px solid var(--genochip-line);
    border-radius: 8px;
    box-shadow: var(--genochip-shadow-soft);
}

.genochip-form-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.genochip-form-row {
    display: grid;
    gap: 8px;
}

.genochip-form-row label {
    margin: 0;
    color: var(--genochip-ink);
    font-weight: 850;
}

.genochip-form-row label span {
    color: var(--genochip-muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.genochip-form input[type="text"],
.genochip-form input[type="email"],
.genochip-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 13px 14px;
    color: var(--genochip-ink);
    background: #fbfdfc;
    border: 1px solid #c5d4cf;
    border-radius: 8px;
    font: inherit;
}

.genochip-form textarea {
    min-height: 122px;
    resize: vertical;
}

.genochip-form input:focus,
.genochip-form textarea:focus {
    border-color: var(--genochip-forest);
    outline: 3px solid rgba(18, 101, 84, 0.16);
}

.genochip-form-row span,
.genochip-checkbox-validation,
.genochip-validation-summary {
    color: var(--genochip-error);
    font-size: 0.9rem;
    font-weight: 700;
}

.genochip-validation-summary:empty {
    display: none;
}

.genochip-consent-copy {
    margin: 0;
    color: var(--genochip-muted);
    font-size: 0.92rem;
}

.genochip-consent-copy a {
    color: var(--genochip-forest-dark);
    font-weight: 850;
}

.genochip-checkbox {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin: 0;
    color: var(--genochip-text);
    font-size: 0.95rem;
}

.genochip-checkbox input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: var(--genochip-forest);
}

.genochip-submit {
    width: 100%;
}

.genochip-submit[disabled] {
    cursor: wait;
    box-shadow: none;
}

.genochip-form-footnote {
    margin: 0;
    color: var(--genochip-muted);
    font-size: 0.9rem;
}

.genochip-compare {
    background: var(--genochip-paper);
}

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

.genochip-path {
    display: grid;
    gap: 18px;
    color: inherit;
    text-decoration: none;
}

.genochip-path:hover,
.genochip-path:focus {
    color: inherit;
    text-decoration: none;
}

.genochip-path img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
    background: var(--genochip-mist);
    border-radius: 8px;
    box-shadow: var(--genochip-shadow-soft);
    transition: box-shadow 0.18s ease;
}

.genochip-path:hover img,
.genochip-path:focus img {
    box-shadow: var(--genochip-shadow);
}

.genochip-path span {
    display: grid;
    gap: 6px;
    color: var(--genochip-muted);
    font-size: 0.98rem;
}

.genochip-path strong {
    display: block;
}

.genochip-faq-list {
    display: grid;
    gap: 0;
}

.genochip-faq-list details {
    padding: 22px 0;
    border-bottom: 1px solid var(--genochip-line);
}

.genochip-faq-list details:first-child {
    padding-top: 0;
}

.genochip-faq-list summary {
    cursor: pointer;
    color: var(--genochip-ink);
    font-size: 1.08rem;
    font-weight: 900;
}

.genochip-faq-list p {
    padding-right: 24px;
}

@media (max-width: 1199.98px) {
    .genochip-hero-inner {
        min-height: 700px;
        grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
        gap: 28px;
    }

    .genochip-hero h1 {
        font-size: 4.25rem;
    }

    .genochip-hero-product {
        min-height: 520px;
    }

    .genochip-timeline {
        gap: 22px;
    }
}

@media (max-width: 991.98px) {
    .genochip-shell {
        width: min(100% - 32px, 760px);
    }

    .genochip-hero-inner,
    .genochip-editorial-split,
    .genochip-waitlist-layout,
    .genochip-paths {
        grid-template-columns: 1fr;
    }

    .genochip-hero-inner {
        min-height: 0;
        padding: 64px 0 58px;
    }

    .genochip-hero-copy,
    .genochip-section-copy,
    .genochip-waitlist-copy {
        max-width: none;
    }

    .genochip-hero-product {
        min-height: 0;
    }

    .genochip-hero-product img {
        width: min(100%, 560px);
    }

    .genochip-section {
        padding: 76px 0;
    }

    .genochip-editorial-split,
    .genochip-waitlist-layout {
        gap: 42px;
    }

    .genochip-timeline {
        grid-template-columns: 1fr;
        gap: 0;
        padding-left: 20px;
    }

    .genochip-timeline::before {
        top: 0;
        left: 25px;
        right: auto;
        width: 1px;
        height: 100%;
    }

    .genochip-timeline li {
        min-height: 0;
        padding: 0 0 34px 60px;
    }

    .genochip-timeline li:last-child {
        padding-bottom: 0;
    }

    .genochip-timeline li > span {
        left: -20px;
    }

    .genochip-privacy .genochip-wide-heading {
        text-align: left;
    }

    .genochip-privacy-rows {
        grid-template-columns: 1fr;
    }

    .genochip-form-fields {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .genochip-shell {
        width: min(100% - 24px, 560px);
    }

    .genochip-hero-inner {
        padding: 46px 0 48px;
    }

    .genochip-hero h1 {
        font-size: 3rem;
        line-height: 1;
    }

    .genochip-hero-lede {
        font-size: 1.05rem;
    }

    .genochip-hero-action,
    .genochip-button {
        width: 100%;
    }

    .genochip-price {
        width: 100%;
        justify-content: space-between;
    }

    .genochip-section {
        padding: 58px 0;
    }

    .genochip-section-copy h2,
    .genochip-wide-heading h2,
    .genochip-waitlist-copy h2 {
        font-size: 2.15rem;
    }

    .genochip-inclusion-row,
    .genochip-privacy-rows div {
        grid-template-columns: 1fr;
    }

    .genochip-privacy-rows strong,
    .genochip-privacy-rows span {
        grid-column: auto;
    }

    .genochip-form {
        padding: 22px;
    }

    .genochip-path img {
        height: 190px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .genochip-button,
    .genochip-submit,
    .genochip-path img {
        transition: none;
    }
}
