.consent {
    grid-column: 1 / -1;
    color: #cbd4ce;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.45;
}

.consent input {
    display: inline;
    width: auto;
    margin: 0 7px 0 0;
    vertical-align: middle;
}

.flow-list {
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
    border-top: 1px solid var(--line);
}

.flow-list li {
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 10px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
}

.flow-list li::before {
    content: counter(list-item, decimal-leading-zero);
    color: #547500;
    font-size: 11px;
    font-weight: 800;
    grid-row: 1 / span 2;
}

.flow-list strong { font-size: 14px; }
.flow-list span { grid-column: 2; color: var(--muted); font-size: 12px; margin-top: 3px; }

.journey-demo { width: min(100%, 480px); margin: auto; position: relative; }

.message-preview,
.confirmed-preview {
    border: 1px solid var(--line);
    background: #fff;
    padding: 18px;
    box-shadow: 12px 12px 0 var(--mist);
}

.message-head { display: flex; align-items: center; gap: 9px; }
.message-avatar { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: #315f45; color: #fff; font-size: 10px; font-weight: 800; }
.message-head strong, .message-head small { display: block; }
.message-head strong { font-size: 12px; }
.message-head small { color: var(--muted); font-size: 10px; margin-top: 2px; }
.message-more { margin-left: auto; font-size: 14px; }
.message-preview p { margin: 16px 0 8px; color: #35423c; font-size: 12px; line-height: 1.5; }
.message-preview a { color: #547500; text-decoration: underline; font-size: 12px; font-weight: 700; }
.message-channel { display: block; margin-top: 15px; color: var(--muted); font-size: 10px; }
.journey-arrow { text-align: center; height: 28px; padding-top: 3px; color: #547500; font-size: 21px; }

.journey-demo .booking-demo { position: relative; z-index: 1; box-shadow: 18px 18px 0 var(--mist); }
.date-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 0 0 20px; }
.date-picker button { border: 1px solid var(--line); background: #fff; color: var(--muted); padding: 8px 5px; cursor: pointer; }
.date-picker small, .date-picker strong { display: block; }
.date-picker small { font-size: 9px; letter-spacing: .5px; }
.date-picker strong { color: var(--ink); font-size: 16px; margin-top: 4px; }
.date-picker .selected { border-color: var(--ink); background: var(--ink); }
.date-picker .selected small, .date-picker .selected strong { color: var(--lime); }

.confirmed-preview { display: flex; align-items: center; gap: 12px; margin: 29px 0 0 42px; box-shadow: none; padding: 13px 16px; }
.confirmed-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 800; }
.confirmed-preview small, .confirmed-preview strong, .confirmed-preview span { display: block; }
.confirmed-preview small { color: #547500; font-size: 9px; font-weight: 800; letter-spacing: .7px; }
.confirmed-preview strong { font-size: 13px; margin: 3px 0; }
.confirmed-preview span { color: var(--muted); font-size: 11px; }

@media (max-width: 760px) {
    .journey-demo { width: 100%; }
    .message-preview { margin-right: 12px; }
    .confirmed-preview { margin-left: 20px; }
}

.admin-showcase { min-width: 0; }
.screen-label { color: #547500; font-size: 10px; font-weight: 800; letter-spacing: .8px; margin: 0 0 8px 4px; }
.admin-showcase .dashboard { box-shadow: 16px 16px 0 #cdd4cd; }
.admin-secondary { display: grid; grid-template-columns: 1.12fr .88fr; gap: 16px; margin: 34px -28px 0 28px; }
.recovery-screen, .schedule-screen { background: #fff; border: 1px solid var(--line); padding: 20px; box-shadow: 9px 9px 0 #d5dbd5; }
.screen-top { display: flex; justify-content: space-between; align-items: center; color: #547500; font-size: 9px; font-weight: 800; letter-spacing: .7px; }
.screen-top i { color: var(--lime); font-style: normal; font-size: 11px; }
.mini-action { border: 0; background: transparent; color: #547500; cursor: pointer; font: 800 10px Inter, Arial; }
.recovery-screen h3, .schedule-screen h3 { font-size: 17px; margin: 18px 0 14px; }
.recovery-person { display: flex; align-items: center; gap: 8px; border-top: 1px solid var(--line); padding: 10px 0; }
.mini-avatar { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--mist); color: #43604f; font-size: 8px; font-weight: 800; }
.recovery-person div { margin-right: auto; min-width: 0; }
.recovery-person strong, .recovery-person small { display: block; }
.recovery-person strong { font-size: 11px; }
.recovery-person small { color: var(--muted); font-size: 9px; margin-top: 3px; }
.recovery-person b { color: var(--coral); font-size: 9px; }
.recovery-person b.follow-up { color: #547500; }
.recovery-cta { width: 100%; border: 0; background: var(--ink); color: #fff; padding: 10px; cursor: pointer; font: 700 11px Inter, Arial; }
.schedule-item { display: flex; gap: 9px; border-top: 1px solid var(--line); padding: 10px 0; }
.schedule-item time { color: #547500; font-size: 11px; font-weight: 800; }
.schedule-item strong, .schedule-item small { display: block; }
.schedule-item strong { font-size: 11px; }
.schedule-item small { color: var(--muted); font-size: 9px; margin-top: 3px; }

@media (max-width: 760px) {
    .admin-secondary { grid-template-columns: 1fr; margin: 30px 0 0; gap: 22px; }
    .admin-showcase .dashboard { box-shadow: 10px 10px 0 #cdd4cd; }
}

.benefits-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: end; margin-bottom: 52px; }
.benefits-heading h2 { max-width: 660px; margin: 0; font-size: clamp(33px, 4vw, 52px); line-height: 1.08; }
.benefits-heading > p { color: var(--muted); line-height: 1.65; margin: 0 0 4px; max-width: 380px; }
.benefit-grid { grid-template-columns: repeat(3, 1fr); row-gap: 42px; }
.benefit-grid article { position: relative; display: grid; grid-template-columns: 122px minmax(0, 1fr); column-gap: 18px; align-content: start; padding: 16px 16px 16px 0; min-height: 158px; border-top: 0; }
.benefit-grid article img { display: block; grid-row: 1 / span 4; width: 118px; height: 118px; object-fit: cover; margin: 0; border: 6px solid #fff; border-radius: 50%; box-shadow: 0 0 0 2px var(--lime); filter: saturate(.84) contrast(1.03); }
.benefit-grid article > span, .benefit-grid article h3, .benefit-grid article p, .benefit-grid article small { grid-column: 2; }
.benefit-grid h3 { margin: 13px 0 7px; font-size: 20px; }
.benefit-grid p { margin-bottom: 0; font-size: 13px; }
.benefit-grid small { display: inline-block; margin-top: 20px; color: #547500; font-size: 10px; font-weight: 800; letter-spacing: .7px; }
.benefit-outcome { margin-top: 68px; background: var(--ink); color: #fff; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.benefit-outcome > div { display: flex; align-items: center; gap: 16px; }
.outcome-mark { display: grid; place-items: center; width: 34px; height: 34px; background: var(--lime); color: var(--ink); font-size: 24px; font-weight: 400; }
.benefit-outcome p { margin: 0; max-width: 610px; color: #d6dfd7; line-height: 1.5; }
.benefit-outcome strong { color: #fff; }
.benefit-outcome .button { flex: 0 0 auto; }

@media (max-width: 760px) {
    .benefits-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
    .benefit-grid { grid-template-columns: 1fr; row-gap: 28px; }
    .benefit-grid article { min-height: 0; grid-template-columns: 104px minmax(0, 1fr); column-gap: 16px; padding: 12px 0; }
    .benefit-grid article img { width: 98px; height: 98px; }
    .benefit-grid h3 { margin: 10px 0 6px; font-size: 19px; }
    .benefit-grid small { margin-top: 12px; }
    .benefit-outcome { align-items: flex-start; flex-direction: column; padding: 24px; margin-top: 48px; }
}

.product .flow-list { display: grid; gap: 13px; border: 0; margin-top: 35px; max-width: 570px; }
.product .flow-list li { grid-template-columns: 42px minmax(0, 1fr); gap: 0 14px; padding: 0 0 18px; border-bottom: 1px solid var(--line); }
.product .flow-list li::before { content: attr(data-step); grid-row: auto; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 10px; letter-spacing: .4px; }
.product .flow-list strong { align-self: end; font-size: 15px; }
.product .flow-list span { align-self: start; margin-top: 5px; font-size: 12px; line-height: 1.45; }

.journey-demo { display: grid; gap: 23px; width: min(100%, 500px); padding-left: 22px; }
.journey-stage { position: relative; }
.journey-stage::before { content: ''; position: absolute; left: -22px; top: 26px; bottom: -26px; width: 1px; background: #b9c4bb; }
.journey-stage:last-child::before { bottom: 50%; }
.journey-label { display: block; margin: 0 0 8px; color: #547500; font-size: 9px; font-weight: 800; letter-spacing: .8px; }
.stage-message { margin-right: 30px; }
.stage-booking { margin-left: 26px; }
.stage-confirmed { margin-left: 48px; }
.stage-booking .booking-demo { margin: 0; max-width: 410px; }
.stage-confirmed .confirmed-preview { margin: 0; max-width: 330px; }

@media (max-width: 760px) {
    .product .flow-list { gap: 11px; }
    .product .flow-list li { grid-template-columns: 38px minmax(0, 1fr); }
    .journey-demo { padding-left: 16px; }
    .journey-stage::before { left: -16px; }
    .stage-message, .stage-booking, .stage-confirmed { margin-left: 0; margin-right: 0; }
    .stage-booking .booking-demo { max-width: 100%; }
}

.launch-offer { max-width: 1100px; margin: 0 auto 42px; padding: 21px 25px; background: var(--mist); border-left: 5px solid var(--lime); display: flex; align-items: center; gap: 19px; }
.launch-offer > .offer-days { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 72px; font-size: 47px; font-weight: 800; line-height: .8; color: var(--ink); }
.offer-days small { margin: 6px 0 0; color: #547500; font-size: 10px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; }
.hero-media { transition: opacity .55s ease; }
.hero-discipline { display: flex; gap: 8px; align-items: center; margin: 18px 0 0; color: #d9e2da; font-size: 11px; }
.hero-discipline strong { color: var(--lime); }
.hero-discipline span { margin-left: 7px; padding-left: 10px; border-left: 1px solid rgba(255,255,255,.35); color: #aebbb1; font-size: 10px; letter-spacing: .7px; }
.launch-offer div { flex: 1; }
.launch-offer p, .launch-offer strong, .launch-offer small { display: block; }
.launch-offer p { margin: 0 0 4px; color: #547500; font-size: 10px; font-weight: 800; letter-spacing: .9px; }
.launch-offer strong { font-size: 16px; }
.launch-offer small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.launch-offer small b { color: var(--ink); }
.pilot-days { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--lime); font-size: 62px; font-weight: 800; line-height: .85; }
.pilot-days span { color: #fff; font-size: 13px; font-weight: 800; line-height: 1.15; text-transform: uppercase; letter-spacing: .8px; }
.pilot > div > p strong { color: #fff; }
.pilot > div > p b { color: var(--lime); }

@media (max-width: 760px) {
    .launch-offer { align-items: flex-start; flex-wrap: wrap; padding: 20px; }
    .launch-offer .button { width: 100%; }
    .pilot-days { font-size: 53px; }
}

.site-header { height: 94px; }
.brand { display: inline-flex; align-items: center; padding: 4px 0; }
.brand img { display: block; width: 310px; height: auto; }

footer .brand img { width: 330px; }
.club-mark { font-size: 0; }
.club-mark::after { content: 'K'; font-size: 16px; }

/* Tablet */
@media (max-width: 1024px) {
    .site-header { height: 86px; padding: 0 6vw; }
    .brand img { width: 245px; max-width: 100%; }
    .site-header nav { gap: 18px; font-size: 13px; }
    .header-cta { font-size: 13px; }

    .section, .pilot { padding: 78px 6vw; }
    .product, .dashboard-section, .pilot { grid-template-columns: 1fr; gap: 52px; }
    .product .section-heading, .dashboard-copy { max-width: 680px; }
    .benefit-grid, .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .benefit-grid article { grid-template-columns: 104px minmax(0, 1fr); column-gap: 15px; }
    .benefit-grid article img { width: 100px; height: 100px; }
    .benefit-grid h3 { font-size: 19px; }
    .benefit-grid p { font-size: 12px; }
    .benefit-outcome { margin-top: 50px; }
    .price-grid { max-width: 760px; }
    footer { align-items: flex-start; flex-direction: column; gap: 16px; padding: 32px 6vw; }
    footer .brand img { width: 270px; max-width: 100%; }
}

/* Mobile */
@media (max-width: 760px) {
    .site-header { height: 78px; padding: 0 7vw; }
    .brand img { width: min(250px, 100%); }
    .hero { min-height: 620px; }
    .hero-content { padding: 64px 7vw 46px; }
    .hero-copy { font-size: 16px; }
    .proof { margin-top: 42px; align-items: flex-start; font-size: 12px; line-height: 1.5; }
    .hero-discipline { flex-wrap: wrap; }
    .section, .pilot { padding: 64px 7vw; }
    .benefit-grid, .price-grid { grid-template-columns: 1fr; }
    .benefit-outcome { align-items: flex-start; flex-direction: column; }
    .benefit-outcome .button { width: 100%; }
    .launch-offer { gap: 14px; }
    .launch-offer > .offer-days { min-width: 58px; font-size: 40px; }
    .admin-secondary { grid-template-columns: 1fr; margin: 30px 0 0; }
    .metrics { grid-template-columns: 1fr; }
    .metrics div { padding: 14px 17px; }
    footer { padding: 28px 7vw; }
    footer .brand img { width: min(290px, 100%); }
}

@media (max-width: 360px) {
    .site-header { padding: 0 6vw; }
    .brand img { width: 230px; }
    h1 { font-size: 42px; }
    .hero-actions .button { width: 100%; }
    .benefit-grid article { grid-template-columns: 88px minmax(0, 1fr); }
    .benefit-grid article img { width: 82px; height: 82px; }
}
