:root { color-scheme: light; font-family: Inter, system-ui, sans-serif; color: #172033; background: #f4f6fa; }
* { box-sizing: border-box; }
body { margin: 0; }
header { background: #101828; color: white; }
nav { max-width: 1120px; margin: auto; min-height: 64px; display: flex; align-items: center; gap: 1.25rem; padding: 0 1.5rem; }
nav a, .link-button { color: white; text-decoration: none; }
.brand { font-weight: 750; }
.spacer { flex: 1; }
.link-button { border: 0; background: transparent; cursor: pointer; font: inherit; }
main { max-width: 1120px; margin: 0 auto; padding: 3rem 1.5rem; }
.main-full-width { max-width: none; padding: 0; }
.hero { max-width: 760px; padding: 4rem 0; }
.hero h1 { font-size: clamp(2.25rem, 5vw, 4rem); line-height: 1.05; margin: .5rem 0 1rem; }
.eyebrow { color: #4f46e5; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.button, button { display: inline-block; border: 0; border-radius: .5rem; background: #4f46e5; color: white; padding: .7rem 1rem; text-decoration: none; cursor: pointer; }
.secondary { background: #475467; }
.danger { background: #b42318; }
.card { background: white; border: 1px solid #e4e7ec; border-radius: .75rem; padding: 1.5rem; margin-bottom: 1rem; box-shadow: 0 4px 14px rgb(16 24 40 / 5%); }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
label { display: block; font-weight: 650; margin-top: 1rem; }
input, textarea, select { width: 100%; max-width: 620px; padding: .7rem; border: 1px solid #98a2b3; border-radius: .4rem; background: white; }
table { width: 100%; border-collapse: collapse; background: white; }
th, td { text-align: left; padding: .8rem; border-bottom: 1px solid #e4e7ec; }
.error, .validation-summary-errors { color: #b42318; }
.status { display: inline-block; border-radius: 999px; background: #eef4ff; padding: .25rem .65rem; }
.page-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; margin-bottom: 2rem; }
.page-header.compact { max-width: 760px; }
.page-header h1 { margin: .35rem 0 .5rem; font-size: clamp(2rem, 4vw, 3rem); }
.lede { color: #475467; font-size: 1.08rem; line-height: 1.6; max-width: 720px; }
.muted, .field-help { color: #667085; }
.field-help { margin: .35rem 0 0; font-size: .9rem; }
.code { margin: 0; color: #667085; font-family: ui-monospace, monospace; font-size: .88rem; }
.back-link { display: inline-block; margin-bottom: 1.5rem; color: #344054; text-decoration: none; }
.empty-state { padding: 3.5rem 2rem; text-align: center; background: white; border: 1px dashed #98a2b3; border-radius: .85rem; }
.empty-state p { color: #667085; margin-bottom: 1.5rem; }
.catalog-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.product-card { display: flex; min-height: 230px; flex-direction: column; }
.product-card > a { margin-top: auto; font-weight: 650; text-decoration: none; }
.card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.card-heading h2, .card-heading h3 { margin: .35rem 0; }
.price { font-size: 1.6rem; font-weight: 750; }
.price small, .preview-price small { color: #667085; font-size: .9rem; font-weight: 500; }
.form-card { max-width: 760px; padding: 2rem; background: white; border: 1px solid #e4e7ec; border-radius: .85rem; }
.form-card input, .form-card textarea { max-width: none; }
.form-actions { display: flex; justify-content: flex-end; gap: .75rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #e4e7ec; }
.rule-summary { display: grid; gap: .35rem; margin-top: 1.5rem; padding: 1rem; background: #f8f9fc; border-left: 4px solid #4f46e5; }
.rule-summary p { margin: 0; color: #667085; }
.editor-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr); align-items: start; gap: 1.5rem; }
.offer-preview { position: sticky; top: 1.5rem; padding: 2rem; color: white; background: linear-gradient(145deg, #312e81, #4f46e5); border-radius: 1rem; box-shadow: 0 18px 40px rgb(49 46 129 / 22%); }
.offer-preview .eyebrow, .offer-preview .muted { color: #d9d6fe; }
.offer-preview h2 { margin: .5rem 0; }
.preview-price { margin: 1.25rem 0 0; font-size: 2.2rem; font-weight: 800; }
.offer-preview .preview-price small { color: #e0e7ff; }
.tax-note { margin-top: 0; color: #c7d7fe; }
.feature-list { padding: 1rem 0 1rem 1.25rem; line-height: 1.9; }
.money-input { display: flex; max-width: 620px; align-items: center; gap: .6rem; }
.money-input input { flex: 1; }
.notice { margin-bottom: 1.5rem; padding: 1rem; border-radius: .6rem; }
.notice.success { color: #05603a; background: #ecfdf3; border: 1px solid #abefc6; }
.status.large { padding: .5rem 1rem; font-weight: 700; }
.condition-list { margin: 0; }
.condition-list div { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid #e4e7ec; }
.condition-list dt { color: #667085; }
.condition-list dd { margin: 0; font-weight: 650; text-align: right; }
.publish-card { padding: 2rem; }
.version-history { margin-top: 2.5rem; }
.form-section { margin: 2rem 0 1rem; padding: 1.25rem; border: 1px solid #d0d5dd; border-radius: .75rem; }
.form-section legend { padding: 0 .4rem; font-size: 1.15rem; font-weight: 750; }
.form-subheading { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #e4e7ec; }
.review-action { margin-block: 1.5rem; padding-block: 1rem; border-block: 1px solid #e4e7ec; }
.information-request { color: #7a2e0e; background: #fffaeb; border: 1px solid #fedf89; }
.information-request h2 { margin-top: 0; }
.status-history { display: grid; gap: 1rem; padding-left: 1.25rem; }
.status-history li { padding-left: .5rem; }
.status-history span, .status-history small { display: block; color: #667085; }
.status-history p { margin: .35rem 0; }
.filter-bar { display: grid; grid-template-columns: minmax(220px, 1fr) repeat(3, minmax(140px, auto)) auto auto; gap: .75rem; align-items: end; margin-bottom: 1.5rem; padding: 1rem; background: white; border: 1px solid #e4e7ec; border-radius: .75rem; }
.filter-bar label { margin: 0; }
.filter-bar input, .filter-bar select { min-height: 40px; margin-top: .35rem; }
.filter-bar .back-link { margin: 0 0 .65rem; }
.offer-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-block: 1rem; }
.offer-comparison > div { display: grid; gap: .35rem; padding: 1rem; background: #f8f9fc; border: 1px solid #e4e7ec; border-radius: .65rem; }
.offer-comparison small, .offer-comparison span { color: #667085; }
.alternative-decision { max-width: 860px; }
.decision-actions { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 1rem; margin-top: 1.5rem; }
.decision-actions form { flex: 1 1 280px; }
.product-landing { --landing-ink: #101828; --landing-muted: #475467; --landing-accent: #4f46e5; color: var(--landing-ink); background: #fff; }
.landing-shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.landing-hero { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; min-height: 650px; padding-block: clamp(5rem, 9vw, 8rem); }
.landing-hero h1 { max-width: 760px; margin: .5rem 0 1.5rem; font-size: clamp(3rem, 7vw, 6.4rem); line-height: .95; letter-spacing: -.055em; }
.landing-kicker { margin: 0 0 .75rem; color: var(--landing-accent); font-size: .8rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.landing-intro { max-width: 760px; color: var(--landing-muted); font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.65; }
.landing-intro.compact { font-size: 1.08rem; }
.landing-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.landing-actions.centered { justify-content: center; margin-top: 3rem; }
.landing-primary, .landing-secondary { padding: .9rem 1.25rem; border-radius: 999px; font-weight: 750; }
.landing-primary { background: var(--landing-accent); }
.landing-secondary { color: #344054; background: #fff; border: 1px solid #d0d5dd; }
.landing-availability { max-width: 650px; margin-top: 1rem; padding: .8rem 1rem; color: #92400e; background: #fffaeb; border: 1px solid #fedf89; border-radius: .65rem; }
.landing-offer-card { padding: clamp(2rem, 4vw, 3rem); color: #fff; background: linear-gradient(150deg, #151a35, #312e81 65%, #4f46e5); border-radius: 1.5rem; box-shadow: 0 28px 70px rgb(49 46 129 / 25%); }
.landing-offer-card .landing-pill { color: #e0e7ff; background: rgb(255 255 255 / 12%); }
.landing-offer-card > p:not(.landing-price) { color: #d9d6fe; }
.landing-pill { display: inline-flex; padding: .3rem .7rem; color: #3730a3; font-size: .78rem; font-weight: 750; background: #eef2ff; border-radius: 999px; }
.landing-price { margin: 1.5rem 0 .25rem; font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 850; letter-spacing: -.04em; }
.landing-price small { font-size: 1rem; font-weight: 600; letter-spacing: 0; }
.landing-price.dark { color: var(--landing-ink); }
.landing-check-list { display: grid; gap: .8rem; padding: 1.25rem 0 0; margin: 1.25rem 0 0; list-style: none; border-top: 1px solid rgb(255 255 255 / 18%); }
.landing-check-list li::before { content: "✓"; margin-right: .65rem; color: #a5b4fc; font-weight: 900; }
.landing-offer-pending { padding-block: 2rem; line-height: 1.6; }
.landing-section { padding-block: clamp(4.5rem, 8vw, 7rem); }
.landing-section-heading { max-width: 780px; margin-bottom: 2.5rem; }
.landing-section-heading h2, .standalone-explanation h2, .purchase-grid h2, .landing-final h2 { margin: .35rem 0 1rem; font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1.08; letter-spacing: -.035em; }
.landing-section-heading > p:last-child { color: var(--landing-muted); font-size: 1.08rem; line-height: 1.6; }
.competition-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 0; list-style: none; }
.competition-flow li { min-height: 210px; padding: 1.5rem; background: #f8f9fc; border: 1px solid #eaecf0; border-radius: 1rem; }
.competition-flow span { display: block; margin-bottom: 2.5rem; color: #7f56d9; font-size: .8rem; font-weight: 800; }
.competition-flow strong { display: block; font-size: 1.08rem; }
.competition-flow p, .results-grid p, .product-scenes p, .proof-grid p, .purchase-flow p { color: var(--landing-muted); line-height: 1.55; }
.landing-results-band { color: #fff; background: #101828; }
.landing-heading-light h2 { max-width: 900px; }
.landing-heading-light > p:last-child, .landing-results-band .landing-kicker { color: #c7d7fe; }
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.results-grid article { padding: 1.5rem; border-top: 1px solid #475467; }
.results-grid span { color: #a5b4fc; font-weight: 800; }
.results-grid h3 { margin: 1.5rem 0 .65rem; font-size: 1.25rem; }
.results-grid p { color: #d0d5dd; }
.product-scenes, .proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.product-scenes article { min-width: 0; }
.screenshot-placeholder { display: flex; min-height: 280px; flex-direction: column; align-items: center; justify-content: center; gap: .55rem; padding: 1.5rem; text-align: center; color: #344054; background: repeating-linear-gradient(135deg, #f8f9fc, #f8f9fc 18px, #f2f4f7 18px, #f2f4f7 36px); border: 1px dashed #98a2b3; border-radius: 1rem; }
.screenshot-placeholder span { color: #667085; font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.product-scenes h3, .proof-grid h3 { margin: 1.25rem 0 .3rem; }
.standalone-explanation { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.standalone-facts { margin: 0; border-top: 1px solid #d0d5dd; }
.standalone-facts div { display: grid; grid-template-columns: 150px 1fr; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid #d0d5dd; }
.standalone-facts dt { color: var(--landing-muted); }
.standalone-facts dd { margin: 0; font-weight: 700; }
.landing-proof-band { background: #f2f4f7; }
.proof-grid article { padding: 1.5rem; background: #fff; border: 1px solid #e4e7ec; border-radius: 1rem; }
.purchase-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.purchase-flow { display: grid; gap: 1rem; padding: 0; margin: 0; list-style: none; }
.purchase-flow li { display: flex; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #eaecf0; }
.purchase-flow span { display: grid; width: 2rem; height: 2rem; flex: 0 0 auto; place-items: center; color: #3730a3; font-weight: 800; background: #eef2ff; border-radius: 50%; }
.purchase-flow p { margin: .35rem 0 0; }
.faq-section { padding-top: 3rem; }
.faq-list { max-width: 860px; }
.faq-list details { padding: 1.25rem 0; border-top: 1px solid #d0d5dd; }
.faq-list details:last-child { border-bottom: 1px solid #d0d5dd; }
.faq-list summary { cursor: pointer; font-size: 1.08rem; font-weight: 750; }
.faq-list details p { max-width: 760px; color: var(--landing-muted); line-height: 1.6; }
.landing-final { padding-block: clamp(5rem, 9vw, 8rem); color: #fff; text-align: center; background: linear-gradient(140deg, #1d2939, #312e81); }
.landing-final .landing-shell { max-width: 850px; }
.landing-final .landing-kicker { color: #c7d7fe; }
.landing-final p:not(.landing-kicker) { margin: 0 auto 2rem; color: #e4e7ec; font-size: 1.1rem; line-height: 1.6; }
@media (max-width: 760px) {
    nav { flex-wrap: wrap; padding-block: .8rem; }
    .page-header { flex-direction: column; gap: 1rem; }
    .editor-layout { grid-template-columns: 1fr; }
    .offer-preview { position: static; }
    .form-card { padding: 1.25rem; }
    table { display: block; overflow-x: auto; }
    .filter-bar { grid-template-columns: 1fr; }
    .landing-shell { width: min(100% - 2rem, 1180px); }
    .landing-hero { grid-template-columns: 1fr; min-height: auto; }
    .landing-hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
    .competition-flow, .results-grid, .product-scenes, .proof-grid, .standalone-explanation, .purchase-grid { grid-template-columns: 1fr; }
    .competition-flow li { min-height: auto; }
    .competition-flow span { margin-bottom: 1.5rem; }
    .standalone-facts div { grid-template-columns: 1fr; gap: .3rem; }
}

/* Artemis de escritorio */
.product-landing {
    --landing-ink: #102a2a;
    --landing-muted: #536665;
    --landing-accent: #e4512c;
    --landing-accent-dark: #bb3619;
    --landing-teal: #0d6663;
    --landing-cream: #f7f1e8;
    overflow: hidden;
    color: var(--landing-ink);
    background: #fffdf9;
}
.product-landing header { color: inherit; background: transparent; }
.landing-shell { width: min(1160px, calc(100% - 3rem)); margin-inline: auto; }
.landing-hero { display: block; min-height: 700px; padding-block: clamp(4rem, 8vw, 7.5rem); background: radial-gradient(circle at 85% 10%, #d9f1eb 0, transparent 34%), linear-gradient(145deg, #fffdf9 45%, #f4ede2); }
.landing-hero-grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(420px, 1.07fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.landing-hero-copy { position: relative; z-index: 2; }
.landing-hero h1 { max-width: 700px; margin: .65rem 0 1.35rem; font-size: clamp(3.5rem, 7.2vw, 6.7rem); line-height: .91; letter-spacing: -.065em; }
.landing-kicker { margin: 0 0 .75rem; color: var(--landing-teal); font-size: .76rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.landing-intro { max-width: 710px; color: var(--landing-muted); font-size: clamp(1.08rem, 1.8vw, 1.27rem); line-height: 1.65; }
.landing-intro.compact { font-size: 1.08rem; }
.landing-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; margin-top: 2rem; }
.landing-actions.centered { justify-content: center; margin-top: 2rem; }
.landing-primary, .landing-secondary { padding: .92rem 1.3rem; border-radius: .55rem; font-weight: 780; box-shadow: none; transition: transform .15s ease, background-color .15s ease; }
.landing-primary { background: var(--landing-accent); }
.landing-primary:hover { background: var(--landing-accent-dark); transform: translateY(-1px); }
.landing-secondary { color: var(--landing-ink); background: transparent; border: 1px solid #9eb0ac; }
.landing-secondary:hover { background: #fff; transform: translateY(-1px); }
.landing-text-link { padding: .85rem .35rem; color: var(--landing-teal); font-weight: 750; text-decoration: none; }
.landing-text-link span { margin-left: .25rem; }
.landing-assurances { display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; padding: 1.8rem 0 0; margin: 2rem 0 0; list-style: none; border-top: 1px solid #d8dfda; }
.landing-assurances li { color: #435b58; font-size: .9rem; font-weight: 700; }
.landing-assurances li::before { content: "✓"; margin-right: .5rem; color: var(--landing-accent); }
.landing-availability { max-width: 650px; margin-top: 1rem; padding: .8rem 1rem; color: #844415; background: #fff8e7; border: 1px solid #edd39d; border-radius: .55rem; }

.artemis-stage { position: relative; min-width: 0; padding: 2.5rem 0 3rem; }
.artemis-stage::before { position: absolute; inset: 0 3% 2rem 10%; content: ""; background: var(--landing-teal); border-radius: 45% 55% 52% 48% / 52% 45% 55% 48%; transform: rotate(-4deg); }
.artemis-stage-label, .scene-label { position: absolute; z-index: 3; padding: .35rem .65rem; color: #fff; font-size: .68rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: var(--landing-accent); border-radius: 999px; }
.artemis-stage-label { top: 1.15rem; right: 2%; }
.artemis-window { position: relative; z-index: 1; overflow: hidden; background: #f8faf9; border: 1px solid rgb(16 42 42 / 18%); border-radius: .8rem; box-shadow: 0 32px 60px rgb(15 55 52 / 28%); transform: rotate(1.2deg); }
.artemis-titlebar { display: flex; min-height: 46px; align-items: center; gap: .65rem; padding: .55rem .85rem; color: #fff; background: #153f3d; }
.artemis-titlebar strong { font-size: .86rem; }
.artemis-mark { display: grid; width: 26px; height: 26px; place-items: center; color: #fff; font-family: Georgia, serif; font-weight: 800; background: var(--landing-accent); border-radius: 50%; }
.window-dots { display: flex; gap: .35rem; margin-left: auto; }
.window-dots i { width: 8px; height: 8px; background: #83aaa4; border-radius: 50%; }
.artemis-workspace { display: grid; grid-template-columns: 52px 1fr; min-height: 385px; }
.artemis-sidebar { display: flex; flex-direction: column; align-items: center; gap: 1rem; padding-top: 1.2rem; background: #e9efed; }
.artemis-sidebar span { width: 20px; height: 20px; background: #afc0bc; border-radius: .25rem; }
.artemis-sidebar span.active { background: var(--landing-accent); }
.artemis-dashboard { min-width: 0; padding: clamp(1.25rem, 3vw, 2rem); }
.dashboard-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding-bottom: 1.3rem; border-bottom: 1px solid #d8e1de; }
.dashboard-heading small, .dashboard-heading strong { display: block; }
.dashboard-heading small { margin-bottom: .3rem; color: #6a7c79; font-size: .7rem; }
.dashboard-heading strong { font-size: 1.05rem; }
.dashboard-heading > span { padding: .35rem .55rem; color: #6e4914; font-size: .68rem; font-weight: 800; background: #fff0c9; border-radius: 999px; white-space: nowrap; }
.dashboard-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; padding-block: 1.25rem; }
.dashboard-metrics div { padding: .85rem; background: #fff; border: 1px solid #dae2df; border-radius: .5rem; }
.dashboard-metrics small, .dashboard-metrics strong { display: block; }
.dashboard-metrics small { color: #6a7c79; font-size: .68rem; }
.dashboard-metrics strong { margin-top: .35rem; font-size: 1.45rem; }
.dashboard-progress { display: grid; gap: .55rem; padding: 1rem; background: #fff; border: 1px solid #dae2df; border-radius: .5rem; }
.dashboard-progress div { display: flex; justify-content: space-between; gap: .75rem; color: #536865; font-size: .71rem; }
.dashboard-progress div b { color: #284b48; }
.dashboard-progress > i { display: block; overflow: hidden; height: 5px; background: #e1e9e6; border-radius: 5px; }
.dashboard-progress > i em { display: block; height: 100%; background: var(--landing-teal); border-radius: inherit; }
.stage-status-card { position: absolute; right: -1.5rem; bottom: .5rem; z-index: 2; display: flex; min-width: 245px; align-items: center; gap: .75rem; padding: .9rem 1rem; background: #fff; border: 1px solid #d9e0dd; border-radius: .65rem; box-shadow: 0 16px 35px rgb(16 42 42 / 16%); }
.stage-status-card > span { width: 10px; height: 10px; background: #2ea66f; border-radius: 50%; box-shadow: 0 0 0 5px #dff5e9; }
.stage-status-card small, .stage-status-card strong { display: block; }
.stage-status-card small { margin-bottom: .15rem; color: #71817f; font-size: .66rem; }
.stage-status-card strong { font-size: .78rem; }

.landing-section { padding-block: clamp(4.5rem, 8vw, 7rem); }
.landing-section-heading { max-width: 780px; margin-bottom: 2.8rem; }
.landing-section-heading h2, .standalone-explanation h2, .purchase-grid h2, .landing-final h2, .trial-grid h2, .trust-grid h2 { margin: .35rem 0 1rem; font-size: clamp(2.2rem, 4.2vw, 3.7rem); line-height: 1.05; letter-spacing: -.045em; }
.landing-section-heading > p:last-child { color: var(--landing-muted); font-size: 1.08rem; line-height: 1.65; }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.journey-grid article { position: relative; min-height: 390px; padding: 2rem; overflow: hidden; background: #f5f1e9; border: 1px solid #e4ddd2; border-radius: .8rem; }
.journey-grid article.featured { color: #fff; background: var(--landing-teal); border-color: var(--landing-teal); transform: translateY(-1rem); box-shadow: 0 20px 42px rgb(13 102 99 / 18%); }
.journey-grid article::after { position: absolute; right: -2rem; bottom: -3.5rem; width: 9rem; height: 9rem; content: ""; border: 1.4rem solid rgb(228 81 44 / 10%); border-radius: 50%; }
.journey-number { color: var(--landing-accent); font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
.journey-moment { margin: 3rem 0 .6rem; color: var(--landing-teal); font-size: .74rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.featured .journey-moment, .featured .journey-number { color: #ffd3c5; }
.journey-grid h3 { margin: 0 0 .8rem; font-size: 1.55rem; }
.journey-grid article > p:not(.journey-moment) { color: var(--landing-muted); line-height: 1.6; }
.journey-grid .featured > p:not(.journey-moment) { color: #d8efeb; }
.journey-grid ul { display: grid; gap: .6rem; padding: 1rem 0 0; margin: 1rem 0 0; list-style: none; border-top: 1px solid rgb(16 42 42 / 14%); }
.journey-grid .featured ul { border-color: rgb(255 255 255 / 20%); }
.journey-grid li { font-size: .85rem; font-weight: 750; }
.journey-grid li::before { content: "↳"; margin-right: .5rem; color: var(--landing-accent); }

.landing-trust-band { padding-block: clamp(4rem, 7vw, 6rem); color: #fff; background: #102a2a; }
.landing-trust-band .landing-kicker { color: #8fd2c8; }
.trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.trust-grid h2 { max-width: 520px; }
.trust-chain { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; padding: 0; margin: 0; list-style: none; counter-reset: trust-step; }
.trust-chain li { position: relative; min-height: 80px; padding: 1rem; border: 1px solid #31514f; border-radius: .5rem; counter-increment: trust-step; }
.trust-chain li::before { display: block; margin-bottom: .55rem; color: #ec876b; content: "0" counter(trust-step); font-size: .66rem; font-weight: 850; letter-spacing: .1em; }
.trust-chain span { font-size: .84rem; font-weight: 750; }

.product-scenes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.product-scenes article { min-width: 0; }
.scene-card { position: relative; min-height: 285px; padding: 2.8rem 1.25rem 1.25rem; overflow: hidden; background: #eef2ef; border: 1px solid #d5dfdc; border-radius: .75rem; }
.scene-label { top: .8rem; left: .8rem; background: #466865; }
.product-scenes h3 { margin: 1.25rem 0 .35rem; font-size: 1.2rem; }
.product-scenes p, .purchase-flow p { color: var(--landing-muted); line-height: 1.55; }
.scene-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; padding: .85rem; color: #fff; background: #174b49; border-radius: .45rem; }
.scene-toolbar i { padding: .2rem .4rem; color: #174b49; font-size: .66rem; font-style: normal; background: #d9eee8; border-radius: 999px; }
.scene-row { display: grid; grid-template-columns: 1.4fr .75fr .75fr; gap: .35rem; padding: .75rem .6rem; font-size: .68rem; background: #fff; border-bottom: 1px solid #dce4e1; }
.scene-row.heading { color: #71817f; font-size: .62rem; font-weight: 800; background: transparent; }
.score-athlete { padding: .9rem; background: #fff; border-radius: .5rem; }
.score-athlete small, .score-athlete strong { display: block; }
.score-athlete small { margin-bottom: .25rem; color: #6c7e7b; font-size: .66rem; }
.score-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin-top: .7rem; }
.score-values div { padding: .7rem .5rem; text-align: center; background: #fff; border: 1px solid #d8e1de; border-radius: .4rem; }
.score-values div.total { color: #fff; background: var(--landing-teal); border-color: var(--landing-teal); }
.score-values small, .score-values b { display: block; }
.score-values small { margin-bottom: .3rem; font-size: .62rem; }
.score-state { display: flex; align-items: center; gap: .5rem; margin-top: 1rem; padding: .75rem; color: #235740; font-size: .68rem; font-weight: 750; background: #e1f5e9; border-radius: .4rem; }
.score-state i { width: 8px; height: 8px; background: #2a9b61; border-radius: 50%; }
.podium { display: flex; height: 145px; align-items: flex-end; justify-content: center; gap: .4rem; margin-top: .4rem; }
.podium div { display: flex; width: 30%; flex-direction: column; justify-content: space-between; padding: .7rem .35rem; text-align: center; background: #d7e3df; border-radius: .35rem .35rem 0 0; }
.podium .first { height: 130px; color: #fff; background: var(--landing-accent); }
.podium .second { height: 98px; }
.podium .third { height: 76px; }
.podium b { font-size: 1.2rem; }
.podium span { font-size: .58rem; }
.report-ready { display: flex; align-items: center; gap: .65rem; padding: .75rem; background: #fff; border-radius: .4rem; }
.report-ready > span { display: grid; width: 25px; height: 25px; place-items: center; color: #fff; background: #278d5a; border-radius: 50%; }
.report-ready small, .report-ready strong { display: block; font-size: .65rem; }
.report-ready small { color: #71817f; }

.trial-section { background: var(--landing-cream); }
.trial-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.trial-benefits, .offer-includes { display: grid; gap: 1rem; padding: 0; margin: 2rem 0; list-style: none; }
.trial-benefits li, .offer-includes li { position: relative; padding-left: 1.6rem; color: #526360; line-height: 1.55; }
.trial-benefits li::before, .offer-includes li::before { position: absolute; left: 0; color: var(--landing-accent); content: "✓"; font-weight: 900; }
.trial-benefits strong { color: var(--landing-ink); }
.trial-boundary { max-width: 620px; margin-top: 1rem; color: #776c5f; font-size: .78rem; line-height: 1.5; }
.demo-pass { position: relative; min-height: 430px; padding: 2.6rem; overflow: hidden; color: #fff; background: linear-gradient(150deg, #0c5b58, #102a2a); border-radius: 1.4rem; box-shadow: 0 30px 55px rgb(16 42 42 / 20%); transform: rotate(2deg); }
.demo-pass::before, .demo-pass::after { position: absolute; content: ""; border: 1px solid rgb(255 255 255 / 16%); border-radius: 50%; }
.demo-pass::before { top: -7rem; right: -5rem; width: 18rem; height: 18rem; }
.demo-pass::after { right: -1rem; bottom: -4rem; width: 11rem; height: 11rem; border-width: 2rem; border-color: rgb(228 81 44 / 35%); }
.demo-pass-brand { color: #a9d9d2; font-family: Georgia, serif; font-size: 1rem; font-weight: 800; }
.demo-pass > p { margin: 5.8rem 0 0; color: #d6ebe7; font-size: 1.2rem; }
.demo-pass > strong { display: block; margin-top: -.2rem; font-size: 5.5rem; line-height: 1; letter-spacing: -.06em; }
.demo-pass > div { display: flex; align-items: center; justify-content: space-between; margin-top: 4.2rem; padding-top: 1rem; border-top: 1px solid rgb(255 255 255 / 23%); }
.demo-pass > div span { font-size: .76rem; font-weight: 750; text-transform: uppercase; }
.demo-pass > div b { color: #ffb39e; font-size: 1.25rem; }
.demo-pass > small { display: block; margin-top: .4rem; color: #9bc9c2; }

.standalone-explanation { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.standalone-facts { margin: 0; border-top: 1px solid #cbd7d3; }
.standalone-facts div { display: grid; grid-template-columns: 145px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid #cbd7d3; }
.standalone-facts dt { color: var(--landing-muted); }
.standalone-facts dd { margin: 0; font-weight: 750; }
.offer-section { background: #edf5f2; }
.purchase-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.offer-summary { padding-right: clamp(0rem, 3vw, 2rem); }
.offer-summary .landing-pill { margin-bottom: 2rem; color: #fff; background: var(--landing-accent); }
.landing-price { margin: 1.5rem 0 .25rem; font-size: clamp(2.7rem, 5vw, 4.3rem); font-weight: 850; letter-spacing: -.055em; }
.landing-price small { font-size: .95rem; font-weight: 650; letter-spacing: 0; }
.landing-price.dark { color: var(--landing-ink); }
.offer-tax { margin: 0; color: #5c6f6c; }
.offer-includes { padding-top: 1.5rem; border-top: 1px solid #c9d9d4; }
.purchase-caption { margin: 0 0 1.5rem; color: var(--landing-teal); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.purchase-flow { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; }
.purchase-flow li { display: flex; gap: 1rem; padding: 0 0 1.35rem; border: 0; }
.purchase-flow li:not(:last-child) div { padding-bottom: 1.35rem; border-bottom: 1px solid #c9d9d4; }
.purchase-flow li > div { flex: 1; }
.purchase-flow span { display: grid; width: 2.15rem; height: 2.15rem; flex: 0 0 auto; place-items: center; color: #fff; font-weight: 850; background: var(--landing-teal); border-radius: 50%; }
.purchase-flow p { margin: .35rem 0 0; }
.purchase-button { margin-top: .5rem; }
.faq-section { padding-top: clamp(4.5rem, 8vw, 7rem); }
.faq-list { max-width: 880px; }
.faq-list details { padding: 1.35rem 0; border-top: 1px solid #cbd7d3; }
.faq-list details:last-child { border-bottom: 1px solid #cbd7d3; }
.faq-list summary { cursor: pointer; font-size: 1.08rem; font-weight: 780; }
.faq-list details p { max-width: 760px; color: var(--landing-muted); line-height: 1.65; }
.landing-final { padding-block: clamp(5rem, 9vw, 8rem); color: #fff; text-align: center; background: radial-gradient(circle at 20% 10%, #187d76, transparent 42%), #102a2a; }
.landing-final .landing-shell { max-width: 880px; }
.landing-final .landing-kicker { color: #9ed8cf; }
.landing-final p:not(.landing-kicker) { max-width: 700px; margin: 0 auto; color: #d6e8e5; font-size: 1.1rem; line-height: 1.6; }
.landing-final .landing-secondary { color: #fff; border-color: #88aaa5; }
.landing-final .landing-secondary:hover { color: var(--landing-ink); }

@media (max-width: 940px) {
    .landing-hero-grid { grid-template-columns: 1fr; }
    .artemis-stage { width: min(680px, 100%); margin-inline: auto; }
    .stage-status-card { right: 0; }
    .journey-grid { grid-template-columns: 1fr; }
    .journey-grid article { min-height: auto; }
    .journey-grid article.featured { transform: none; }
    .trust-grid, .trial-grid { grid-template-columns: 1fr; }
    .demo-pass { width: min(520px, 100%); margin-inline: auto; }
}
@media (max-width: 760px) {
    .landing-shell { width: min(100% - 2rem, 1160px); }
    .landing-hero { min-height: auto; padding-block: 4rem; }
    .landing-hero h1 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
    .landing-actions { align-items: stretch; }
    .landing-actions .button { flex: 1 1 100%; text-align: center; }
    .landing-text-link { width: 100%; text-align: center; }
    .landing-assurances { display: grid; }
    .artemis-stage { margin-top: 1rem; padding-bottom: 1.5rem; }
    .artemis-stage::before { inset: .6rem 0 0 2rem; }
    .artemis-stage-label { top: 1.6rem; right: .4rem; }
    .artemis-workspace { grid-template-columns: 38px 1fr; min-height: 310px; }
    .artemis-sidebar { gap: .75rem; }
    .artemis-sidebar span { width: 15px; height: 15px; }
    .artemis-dashboard { padding: 1rem .75rem; }
    .dashboard-heading { display: block; }
    .dashboard-heading > span { display: inline-block; margin-top: .6rem; }
    .dashboard-metrics div { padding: .6rem .4rem; }
    .dashboard-metrics strong { font-size: 1.05rem; }
    .stage-status-card { position: relative; right: auto; bottom: auto; z-index: 3; width: calc(100% - 2rem); min-width: 0; margin: -1.2rem auto 0; }
    .trust-chain { grid-template-columns: repeat(2, 1fr); }
    .product-scenes, .standalone-explanation, .purchase-grid { grid-template-columns: 1fr; }
    .demo-pass { min-height: 360px; padding: 2rem; }
    .demo-pass > p { margin-top: 4.5rem; }
    .demo-pass > strong { font-size: 4.6rem; }
    .standalone-facts div { grid-template-columns: 1fr; gap: .3rem; }
}
@media (prefers-reduced-motion: reduce) {
    .landing-primary, .landing-secondary { transition: none; }
}
