/* Styles for the public (pre-login) marketing pages: Landing, Features, Pricing, About,
   Changelog, Contact and the legal pages. They all render inside LandingLayout, which defines
   the --sl-accent* / --sl-surface-rgb custom properties from the user's chosen theme, so these
   rules follow the accent colour the same way the app does. */

/* ---------- shared shell: nav, page frame, footer ---------- */

.lp-shell {
    max-width: 1200px;
    margin: 0 auto;
    padding-inline: clamp(20px, 6vw, 80px);
}

/* ============================================================
   Features — connected product system
   ============================================================ */

.feat-page {
    max-width: 1380px;
}

.feat-page main {
    display: block;
}

.feat-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--sl-accent);
    font-size: .69rem;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.feat-label::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
    box-shadow: 0 0 14px rgba(var(--sl-accent-rgb), .5);
}

.feat-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(360px, .78fr) minmax(560px, 1.22fr);
    align-items: center;
    gap: clamp(52px, 7vw, 108px);
    min-height: calc(100vh - 88px);
    padding: clamp(68px, 8vw, 116px) 0 clamp(84px, 9vw, 126px);
    isolation: isolate;
}

.feat-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -140px;
    right: -18vw;
    width: 85%;
    height: 780px;
    background: radial-gradient(ellipse at 52% 44%, rgba(var(--sl-accent-rgb), .18), transparent 66%);
    pointer-events: none;
}

.feat-hero-copy {
    max-width: 580px;
}

.feat-hero h1 {
    margin: 22px 0 28px;
    color: #fff;
    font-size: clamp(3.1rem, 5.7vw, 5.9rem);
    font-weight: 700;
    line-height: .96;
    letter-spacing: -.058em;
}

.feat-hero h1 span {
    color: var(--sl-accent);
}

.feat-hero-copy > p {
    max-width: 570px;
    margin: 0 0 11px;
    color: rgba(255, 255, 255, .64);
    font-size: clamp(1rem, 1.3vw, 1.16rem);
    line-height: 1.68;
}

.feat-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 34px;
}

.feat-text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 44px;
    color: rgba(255, 255, 255, .78);
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
}

.feat-text-link:hover,
.feat-text-link:focus-visible {
    color: #fff;
}

.feat-text-link:focus-visible {
    outline: 2px solid var(--sl-accent);
    outline-offset: 4px;
    border-radius: 6px;
}

.feat-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 30px;
    color: rgba(255, 255, 255, .5);
    font-size: .76rem;
}

.feat-proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.feat-proof i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--sl-accent);
    box-shadow: 0 0 10px rgba(var(--sl-accent-rgb), .7);
}

.feat-hero-product {
    position: relative;
    min-width: 0;
    padding: 44px 0 96px;
}

.feat-product-caption {
    position: absolute;
    top: 0;
    left: 4%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.feat-product-caption span {
    color: var(--sl-accent);
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.feat-product-caption strong {
    color: rgba(255, 255, 255, .75);
    font-size: .82rem;
    font-weight: 600;
}

.feat-product-frame {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 19px;
    box-shadow: 0 48px 120px rgba(0, 0, 0, .55), 0 0 80px rgba(var(--sl-accent-rgb), .08);
    transform: perspective(1400px) rotateY(-3deg) rotateX(1deg);
    transform-origin: center;
}

.feat-product-frame .product-demo {
    border: 0;
    border-radius: 18px;
    box-shadow: none;
}

.feat-page .product-demo-main {
    grid-template-columns: 24% 76%;
}

.feat-page .product-demo-days {
    grid-template-columns: repeat(7, 1fr);
}

.feat-page .product-demo-grid {
    background:
        repeating-linear-gradient(to bottom, transparent 0, transparent calc(20% - 1px), #272b34 20%),
        repeating-linear-gradient(to right, transparent 0, transparent calc(14.2857% - 1px), #272b34 14.2857%);
}

.feat-page .product-demo-event {
    gap: 2px;
    line-height: 1.2;
}

.feat-page .product-demo-event strong {
    overflow-wrap: break-word;
}

.feat-page .product-demo-event.work {
    left: 1.5%;
    width: 15%;
    height: auto;
    min-height: 20%;
}

.feat-page .product-demo-event.animated {
    left: 16%;
    width: 15%;
    height: auto;
    min-height: 17%;
}

.feat-page .product-demo-event.life {
    position: absolute;
    left: 43%;
    top: 44%;
    width: 15%;
    height: auto;
    min-height: 17%;
    padding: 1.4% 1.8%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.2;
    border: 1px solid #a76f2b;
    border-radius: 7px;
    background: #352c20;
    color: #f3d4a7;
    font-size: clamp(6px, .65vw, 10px);
}

.feat-page .product-demo-event.review {
    left: 83%;
    width: 15%;
    height: auto;
    min-height: 17%;
}

.feat-float {
    position: absolute;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    background: rgba(18, 20, 26, .9);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .45);
    backdrop-filter: blur(16px);
}

.feat-float small {
    display: block;
    color: rgba(255, 255, 255, .45);
    font-size: .55rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.feat-float strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: .75rem;
}

.feat-float-capacity {
    right: -14px;
    bottom: 8px;
    padding: 13px 16px;
}

.feat-float-progress {
    left: -24px;
    bottom: 8px;
    width: 164px;
    padding: 14px;
}

.feat-float-progress > span {
    display: block;
    height: 4px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, .09);
}

.feat-float-progress > span i {
    display: block;
    width: 68%;
    height: 100%;
    background: var(--sl-accent);
}

.feat-section-head {
    max-width: 780px;
}

.feat-section-head-centred {
    margin-inline: auto;
    text-align: center;
}

.feat-section-head-centred .feat-label {
    justify-content: center;
}

.feat-section-head h2,
.feat-core h2,
.feat-final h2 {
    margin: 18px 0 20px;
    color: #fff;
    font-size: clamp(2.35rem, 4.4vw, 4.6rem);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.feat-section-head p {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, .61);
    font-size: 1rem;
    line-height: 1.72;
}

.feat-foundation {
    padding-bottom: clamp(100px, 13vw, 176px);
}

.feat-foundation .feat-section-head {
    max-width: 810px;
}

.feat-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    max-width: 1120px;
    margin: 58px auto 0;
}

.feat-flow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 7%;
    right: 7%;
    z-index: -1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(var(--sl-accent-rgb), .72), transparent);
}

.feat-flow-step {
    position: relative;
    min-height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    background: #13161c;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .22);
}

.feat-flow-step:not(:last-child)::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: -10px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--sl-accent);
    color: #fff;
    font-size: .7rem;
    transform: translateY(-50%);
}

.feat-flow-step > span {
    color: var(--sl-accent);
    font-size: .57rem;
    font-weight: 700;
    letter-spacing: .13em;
}

.feat-flow-step strong {
    margin-top: 8px;
    color: #fff;
    font-size: .88rem;
}

.feat-flow-step small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .44);
    font-size: .67rem;
}

.feat-core {
    scroll-margin-top: 30px;
    display: grid;
    grid-template-columns: minmax(320px, .72fr) minmax(620px, 1.28fr);
    align-items: center;
    gap: clamp(54px, 8vw, 118px);
    min-height: 760px;
    padding: clamp(78px, 9vw, 124px) 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.feat-core-reverse .feat-core-copy {
    order: 2;
}

.feat-core-reverse {
    grid-template-columns: minmax(620px, 1.28fr) minmax(320px, .72fr);
}

.feat-core h2 {
    max-width: 590px;
    /*
       This heading lives in the narrower half of a two-column layout. Scaling
       it from the full viewport made it reach almost the desktop maximum on a
       1366px laptop, even though the copy column was only ~400px wide. That
       produced a very tall, one-or-two-word-per-line heading beside the mockup.
    */
    font-size: clamp(2.4rem, 3.35vw, 3.6rem);
    text-wrap: balance;
}

.feat-lead {
    margin: 0 0 32px;
    color: rgba(255, 255, 255, .63);
    font-size: 1.02rem;
    line-height: 1.72;
}

.feat-points {
    display: grid;
    gap: 17px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.feat-points li {
    display: grid;
    grid-template-columns: 13px 1fr;
    gap: 11px;
    color: rgba(255, 255, 255, .55);
    font-size: .83rem;
    line-height: 1.54;
}

.feat-point-mark {
    width: 7px;
    height: 7px;
    margin-top: 6px;
    border: 1px solid rgba(var(--sl-accent-rgb), .65);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(var(--sl-accent-rgb), .12);
}

.feat-points strong,
.feat-points li > span > span {
    display: block;
}

.feat-points strong {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, .89);
    font-size: .88rem;
}

.feat-ui {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .105);
    border-radius: 24px;
    background: #11141a;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .33);
}

.feat-ui-bar,
.feat-pane-head,
.feat-review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feat-ui-bar {
    min-height: 72px;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: #171a21;
}

.feat-ui-bar > div:first-child {
    display: grid;
    gap: 3px;
}

.feat-ui-bar small {
    color: rgba(255, 255, 255, .44);
    font-size: .61rem;
}

.feat-ui-bar strong {
    color: rgba(255, 255, 255, .88);
    font-size: .83rem;
}

.feat-capacity {
    display: grid;
    grid-template-columns: 84px auto auto;
    align-items: center;
    gap: 12px;
}

.feat-capacity > span {
    height: 5px;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, .09);
}

.feat-capacity > span i {
    display: block;
    width: 79%;
    height: 100%;
    background: var(--sl-accent);
}

.feat-capacity > div {
    display: grid;
}

.feat-capacity > div + div {
    padding-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, .08);
}

.feat-planner-body {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    min-height: 440px;
}

.feat-planner-views,
.feat-planner-panel {
    min-width: 0;
    min-height: 440px;
}

.feat-planner-panel[hidden] {
    display: none;
}

.feat-backlog {
    padding: 20px 14px;
    border-right: 1px solid rgba(255, 255, 255, .07);
    background: #14171e;
}

.feat-backlog > span {
    display: block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, .42);
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.feat-backlog-task {
    position: relative;
    display: grid;
    grid-template-columns: 3px 1fr;
    gap: 4px 8px;
    margin-bottom: 10px;
    padding: 12px 10px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 8px;
    background: #1c2029;
}

.feat-backlog-task i {
    grid-row: 1 / 3;
    border-radius: 4px;
    background: #5b9cf5;
}

.feat-backlog-task strong {
    color: rgba(255, 255, 255, .84);
    font-size: .69rem;
}

.feat-backlog-task small {
    color: rgba(255, 255, 255, .4);
    font-size: .57rem;
}

.feat-backlog-task b {
    position: absolute;
    top: 7px;
    right: 7px;
    color: rgba(255, 255, 255, .28);
    font-size: .6rem;
}

.feat-backlog-task.muted {
    opacity: .65;
}

.feat-backlog-task.muted i {
    background: #efae52;
}

.feat-drag-note {
    display: block;
    margin-top: 18px;
    color: rgba(255, 255, 255, .36);
    font-size: .57rem;
    text-align: center;
}

.feat-week-scroll {
    min-width: 0;
    overflow-x: auto;
}

.feat-week {
    display: grid;
    grid-template-columns: repeat(7, minmax(84px, 1fr));
    min-width: 620px;
    min-height: 440px;
    background:
        repeating-linear-gradient(to bottom, transparent 0, transparent 72px, rgba(255, 255, 255, .045) 73px),
        #101319;
}

.feat-day {
    position: relative;
    padding: 14px 6px;
    border-right: 1px solid rgba(255, 255, 255, .055);
}

.feat-day.today {
    background: rgba(var(--sl-accent-rgb), .035);
}

.feat-day > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: rgba(255, 255, 255, .68);
    font-size: .66rem;
}

.feat-day > span small {
    color: rgba(255, 255, 255, .38);
    font-size: .52rem;
}

.feat-day.today > span strong {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    border-radius: 50%;
    background: var(--sl-accent);
    color: #fff;
}

.feat-event {
    position: absolute;
    left: 6px;
    right: 6px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 8px 6px;
    border-left: 2px solid;
    border-radius: 5px;
    color: rgba(255, 255, 255, .84);
    font-size: .59rem;
    line-height: 1.2;
}

.feat-event small {
    font-size: .49rem;
    opacity: .62;
}

.feat-event.at-1 { top: 83px; }
.feat-event.at-2 { top: 160px; }
.feat-event.at-3 { top: 245px; }
.feat-event.at-4 { top: 338px; }
.feat-event.work { border-color: #5b9cf5; background: rgba(91, 156, 245, .14); }
.feat-event.routine { border-color: #b184ef; background: rgba(177, 132, 239, .13); }
.feat-event.life { border-color: #efae52; background: rgba(239, 174, 82, .13); }
.feat-event.goal { border-color: var(--sl-accent); background: rgba(var(--sl-accent-rgb), .14); }
.feat-event.learning { border-color: #48b3c9; background: rgba(72, 179, 201, .13); }
.feat-event.personal { border-color: #43c98a; background: rgba(67, 201, 138, .13); }
.feat-event.review { border-color: #9a7ce0; background: rgba(154, 124, 224, .13); }

.feat-single-day {
    min-width: 430px;
    min-height: 440px;
    background: #101319;
}

.feat-single-day-head {
    min-height: 64px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.feat-single-date {
    width: 42px;
    display: grid;
    place-items: center;
    padding: 5px;
    border-radius: 8px;
    background: rgba(var(--sl-accent-rgb), .13);
}

.feat-single-date strong {
    color: #fff;
    font-size: .88rem;
}

.feat-single-date span,
.feat-single-day-head small,
.feat-day-load {
    color: rgba(255, 255, 255, .4);
    font-size: .52rem;
}

.feat-single-day-head > div:nth-child(2) {
    display: grid;
    gap: 3px;
}

.feat-single-day-head > div:nth-child(2) strong {
    color: rgba(255, 255, 255, .84);
    font-size: .7rem;
}

.feat-day-load {
    padding: 5px 7px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    white-space: nowrap;
}

.feat-day-agenda {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: repeat(8, 47px);
    min-height: 376px;
}

.feat-agenda-time {
    padding: 9px 9px 0 0;
    color: rgba(255, 255, 255, .3);
    font-size: .49rem;
    text-align: right;
}

.feat-agenda-line {
    border-top: 1px solid rgba(255, 255, 255, .05);
}

.feat-day-block {
    z-index: 1;
    grid-column: 2;
    align-self: stretch;
    min-width: 120px;
    margin: 3px 16px 3px 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 9px 11px;
    border-left: 2px solid;
    border-radius: 6px;
    color: rgba(255, 255, 255, .86);
    font-size: .61rem;
}

.feat-day-block small {
    font-size: .49rem;
    opacity: .58;
}

.feat-day-block.morning {
    grid-row: 1 / span 2;
}

.feat-day-block.lunch {
    grid-row: 5 / span 2;
    margin-left: 24%;
}

.feat-day-block.run {
    grid-row: 8 / span 1;
    margin-left: 52%;
}

.feat-day-block.work { border-color: #5b9cf5; background: rgba(91, 156, 245, .14); }
.feat-day-block.life { border-color: #efae52; background: rgba(239, 174, 82, .13); }
.feat-day-block.goal { border-color: var(--sl-accent); background: rgba(var(--sl-accent-rgb), .14); }

.feat-month-scroll,
.feat-year-scroll {
    min-width: 0;
    overflow-x: auto;
}

.feat-month {
    min-width: 560px;
    min-height: 440px;
    display: grid;
    grid-template-columns: repeat(7, minmax(76px, 1fr));
    grid-template-rows: 32px repeat(6, 1fr);
    background: #101319;
}

.feat-month-weekday {
    display: grid;
    place-items: center;
    border-right: 1px solid rgba(255, 255, 255, .05);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .38);
    font-size: .51rem;
    font-weight: 700;
    text-transform: uppercase;
}

.feat-month-cell {
    position: relative;
    min-height: 67px;
    padding: 7px;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, .05);
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .62);
    font-size: .57rem;
}

.feat-month-cell.outside {
    color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .012);
}

.feat-month-cell.today {
    background: rgba(var(--sl-accent-rgb), .045);
    box-shadow: inset 0 0 0 1px rgba(var(--sl-accent-rgb), .45);
}

.feat-month-cell.today > span {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    margin: -3px 0 2px -3px;
    border-radius: 50%;
    background: var(--sl-accent);
    color: #fff;
}

.feat-month-cell small {
    display: block;
    margin-top: 7px;
    overflow: hidden;
    padding: 4px 5px;
    border-left: 2px solid;
    border-radius: 4px;
    color: rgba(255, 255, 255, .78);
    font-size: .46rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feat-month-cell small.work { border-color: #5b9cf5; background: rgba(91, 156, 245, .14); }
.feat-month-cell small.goal { border-color: var(--sl-accent); background: rgba(var(--sl-accent-rgb), .14); }
.feat-month-cell small.life { border-color: #efae52; background: rgba(239, 174, 82, .13); }
.feat-month-cell small.learning { border-color: #48b3c9; background: rgba(72, 179, 201, .13); }
.feat-month-cell small.personal { border-color: #43c98a; background: rgba(67, 201, 138, .13); }
.feat-month-cell small.review { border-color: #9a7ce0; background: rgba(154, 124, 224, .13); }

.feat-year {
    min-width: 610px;
    min-height: 440px;
    display: grid;
    grid-template-columns: repeat(4, minmax(138px, 1fr));
    grid-template-rows: repeat(3, 1fr);
    gap: 7px;
    padding: 10px;
    background: #101319;
}

.feat-year-month {
    min-width: 0;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .065);
    border-radius: 7px;
    background: #15181f;
}

.feat-year-month > strong {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, .72);
    font-size: .52rem;
    letter-spacing: .08em;
}

.feat-year-weekdays,
.feat-year-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.feat-year-weekdays {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, .24);
    font-size: .34rem;
    text-align: center;
}

.feat-year-days span {
    position: relative;
    min-width: 0;
    height: 13px;
    display: grid;
    place-items: center;
    border-radius: 3px;
    color: rgba(255, 255, 255, .43);
    font-size: .37rem;
}

.feat-year-days span i {
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: currentColor;
}

.feat-year-days span.work { color: #86b8fc; background: rgba(91, 156, 245, .13); }
.feat-year-days span.goal { color: var(--sl-accent); background: rgba(var(--sl-accent-rgb), .12); }
.feat-year-days span.life { color: #efc27f; background: rgba(239, 174, 82, .12); }
.feat-year-days span.routine { color: #c5a9ec; background: rgba(177, 132, 239, .12); }
.feat-year-days span.today {
    color: #fff;
    background: var(--sl-accent);
}

.feat-view-switch {
    display: flex;
    gap: 4px;
    padding: 10px 14px;
    border-top: 1px solid rgba(255, 255, 255, .07);
    background: #15181f;
}

.feat-view-switch button {
    appearance: none;
    border: 0;
    padding: 6px 10px;
    border-radius: 6px;
    background: transparent;
    color: rgba(255, 255, 255, .4);
    cursor: pointer;
    font-family: inherit;
    font-size: .61rem;
}

.feat-view-switch button:hover {
    color: rgba(255, 255, 255, .78);
}

.feat-view-switch button:focus-visible {
    outline: 2px solid var(--sl-accent);
    outline-offset: 2px;
}

.feat-view-switch button.active {
    background: rgba(var(--sl-accent-rgb), .14);
    color: #fff;
}

.feat-task-ui {
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 500px;
}

.feat-task-pane,
.feat-schedule-pane {
    position: relative;
    padding: 20px;
}

.feat-task-pane {
    border-right: 1px solid rgba(255, 255, 255, .08);
    background: #15181f;
}

.feat-pane-head {
    margin-bottom: 22px;
}

.feat-pane-head span {
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
}

.feat-pane-head small {
    color: rgba(255, 255, 255, .4);
    font-size: .59rem;
}

.feat-task-card {
    position: relative;
    display: grid;
    grid-template-columns: 4px 1fr auto;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding: 14px 12px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 9px;
    background: #1d212a;
}

.task-colour {
    align-self: stretch;
    border-radius: 4px;
}

.task-colour.work { background: #5b9cf5; }
.task-colour.personal { background: #efae52; }
.task-colour.learning { background: #48b3c9; }

.feat-task-card strong,
.feat-task-card small {
    display: block;
}

.feat-task-card strong {
    color: rgba(255, 255, 255, .84);
    font-size: .72rem;
}

.feat-task-card small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .41);
    font-size: .58rem;
}

.feat-task-card b {
    color: rgba(255, 255, 255, .3);
    font-size: .65rem;
}

.feat-task-filters {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 8px;
}

.feat-task-filters span {
    flex: 1;
    padding: 7px;
    border-radius: 5px;
    color: rgba(255, 255, 255, .42);
    font-size: .57rem;
    text-align: center;
}

.feat-task-filters span:last-child {
    background: rgba(var(--sl-accent-rgb), .13);
    color: #fff;
}

.feat-schedule-pane {
    overflow: hidden;
    background: #101319;
}

.feat-mini-days {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-left: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.feat-mini-days span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 8px;
    color: rgba(255, 255, 255, .63);
    font-size: .61rem;
}

.feat-mini-days small {
    color: rgba(255, 255, 255, .34);
    font-size: .49rem;
}

.feat-mini-days .today {
    background: rgba(var(--sl-accent-rgb), .06);
}

.feat-mini-schedule {
    position: relative;
    height: 330px;
    margin-left: 28px;
    background:
        repeating-linear-gradient(to bottom, transparent 0, transparent 108px, rgba(255, 255, 255, .05) 109px),
        repeating-linear-gradient(to right, transparent 0, transparent calc(20% - 1px), rgba(255, 255, 255, .05) 20%);
}

.mini-time {
    position: absolute;
    right: 100%;
    top: 12px;
    padding-right: 8px;
    color: rgba(255, 255, 255, .3);
    font-size: .49rem;
}

.mini-time.noon { top: 120px; }
.mini-time.pm { top: 229px; }

.mini-slot {
    position: absolute;
    width: 17%;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 8px 6px;
    border: 1px solid;
    border-radius: 6px;
    color: rgba(255, 255, 255, .8);
    font-size: .56rem;
}

.mini-slot small {
    font-size: .46rem;
    opacity: .58;
}

.mini-slot.existing {
    top: 24px;
    left: 2%;
    border-color: #5b9cf5;
    background: rgba(91, 156, 245, .13);
}

.mini-slot.target {
    top: 230px;
    left: 41%;
    border-style: dashed;
    border-color: rgba(var(--sl-accent-rgb), .6);
    background: rgba(var(--sl-accent-rgb), .05);
    color: rgba(255, 255, 255, .45);
}

.mini-slot.scheduled {
    z-index: 2;
    top: 230px;
    left: 41%;
    border-color: var(--sl-accent);
    background: rgba(var(--sl-accent-rgb), .17);
    opacity: 0;
}

.feat-task-key {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .4);
    font-size: .56rem;
}

.feat-task-key i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sl-accent);
}

.feat-goal-ui {
    padding: 24px;
}

.feat-goal-head {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.feat-goal-head small,
.feat-goal-head span {
    color: rgba(255, 255, 255, .42);
    font-size: .6rem;
}

.feat-goal-head h3 {
    margin: 7px 0;
    color: #fff;
    font-size: 1.25rem;
}

.feat-goal-progress {
    display: grid;
    align-content: center;
    gap: 6px;
}

.feat-goal-progress strong {
    color: #fff;
    font-size: 1.8rem;
}

.feat-goal-progress > span {
    height: 5px;
    overflow: hidden;
    border-radius: 7px;
    background: rgba(255, 255, 255, .08);
}

.feat-goal-progress > span i {
    display: block;
    width: 68%;
    height: 100%;
    background: var(--sl-accent);
}

.feat-goal-path {
    display: grid;
    grid-template-columns: 135px 1fr;
    min-height: 260px;
    margin-top: 24px;
}

.feat-project-name {
    display: flex;
    flex-direction: column;
    padding: 26px 16px 0 0;
    border-right: 1px solid rgba(255, 255, 255, .07);
}

.feat-project-name small {
    color: rgba(255, 255, 255, .36);
    font-size: .56rem;
}

.feat-project-name strong {
    margin-top: 7px;
    color: rgba(255, 255, 255, .8);
    font-size: .69rem;
}

.feat-gantt {
    position: relative;
    padding: 0 8px 0 16px;
    background: repeating-linear-gradient(to right, transparent 0, transparent calc(25% - 1px), rgba(255, 255, 255, .055) 25%);
}

.feat-gantt-months {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 6px 0 14px;
    color: rgba(255, 255, 255, .32);
    font-size: .52rem;
}

.feat-gantt-row {
    position: relative;
    height: 58px;
}

.feat-gantt-row small {
    position: absolute;
    z-index: 2;
    top: 15px;
    color: rgba(255, 255, 255, .72);
    font-size: .55rem;
}

.feat-gantt-row.base-row small {
    left: calc(1% + 9px);
}

.feat-gantt-row.long-row small {
    left: calc(26% + 9px);
}

.feat-gantt-row.race-row small {
    left: calc(65% + 9px);
}

.feat-gantt-row i {
    position: absolute;
    top: 7px;
    height: 32px;
    border: 1px solid;
    border-radius: 6px;
}

.feat-gantt-row i.base {
    left: 1%;
    width: 42%;
    border-color: #4c81ca;
    background: rgba(91, 156, 245, .16);
}

.feat-gantt-row i.long {
    left: 26%;
    width: 47%;
    border-color: #a54450;
    background: rgba(var(--sl-accent-rgb), .16);
}

.feat-gantt-row i.race {
    left: 65%;
    width: 33%;
    border-color: #8a67c7;
    background: rgba(177, 132, 239, .15);
}

.feat-milestone {
    position: absolute;
    bottom: 3px;
    color: rgba(255, 255, 255, .42);
    font-size: .5rem;
}

.feat-milestone.one { left: 42%; }
.feat-milestone.two { left: 77%; }

.feat-milestone span {
    display: block;
    width: 8px;
    height: 8px;
    margin-bottom: 5px;
    border: 2px solid var(--sl-accent);
    background: #11141a;
    transform: rotate(45deg);
}

.feat-current-task {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.feat-current-task > span {
    color: rgba(255, 255, 255, .37);
    font-size: .56rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.feat-current-task > div {
    display: grid;
    grid-template-columns: 4px 1fr auto;
    align-items: center;
    gap: 4px 10px;
    margin-top: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .025);
}

.feat-current-task i {
    grid-row: 1 / 3;
    align-self: stretch;
    border-radius: 4px;
    background: var(--sl-accent);
}

.feat-current-task strong {
    color: rgba(255, 255, 255, .84);
    font-size: .7rem;
}

.feat-current-task small {
    grid-column: 2;
    color: rgba(255, 255, 255, .41);
    font-size: .56rem;
}

.feat-current-task b {
    grid-row: 1 / 3;
    grid-column: 3;
    padding: 5px 8px;
    border-radius: 5px;
    background: rgba(var(--sl-accent-rgb), .13);
    color: var(--sl-accent);
    font-size: .52rem;
}

.feat-routine-ui {
    padding: 22px;
}

.feat-routine-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.feat-routine-head > div {
    display: grid;
    gap: 4px;
}

.feat-routine-head small {
    color: rgba(255, 255, 255, .4);
    font-size: .55rem;
}

.feat-routine-head strong {
    color: #fff;
    font-size: .85rem;
}

.feat-routine-action {
    padding: 8px 11px;
    border-radius: 7px;
    background: var(--sl-accent);
    color: #fff;
    font-size: .57rem;
    font-weight: 700;
}

.feat-routine-list {
    padding: 10px 0;
}

.feat-routine-row {
    display: grid;
    grid-template-columns: 34px minmax(120px, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 14px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .065);
}

.routine-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    color: #fff;
    font-size: .6rem;
    font-weight: 800;
}

.routine-icon.run { background: rgba(91, 156, 245, .23); color: #9fc8ff; }
.routine-icon.read { background: rgba(72, 179, 201, .22); color: #9de7f4; }
.routine-icon.meditation { background: rgba(177, 132, 239, .22); color: #d7bafa; }

.feat-routine-row strong,
.feat-routine-row small {
    display: block;
}

.feat-routine-row strong {
    color: rgba(255, 255, 255, .84);
    font-size: .7rem;
}

.feat-routine-row small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .4);
    font-size: .55rem;
}

.routine-count {
    color: rgba(255, 255, 255, .41);
    font-size: .55rem;
}

.routine-count b {
    color: #fff;
}

.routine-days {
    grid-column: 2 / 4;
    display: flex;
    gap: 5px;
}

.routine-days i {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 1px dashed rgba(255, 255, 255, .16);
    border-radius: 6px;
    color: rgba(255, 255, 255, .34);
    font-size: .49rem;
    font-style: normal;
}

.routine-days i.done {
    border-style: solid;
    border-color: rgba(var(--sl-accent-rgb), .45);
    background: rgba(var(--sl-accent-rgb), .12);
    color: #fff;
}

.feat-heatmap {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    align-items: center;
    gap: 12px 20px;
    margin-top: 10px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    background: rgba(255, 255, 255, .02);
}

.feat-heatmap > div:first-child {
    display: grid;
}

.feat-heatmap strong {
    color: rgba(255, 255, 255, .8);
    font-size: .66rem;
}

.feat-heatmap small,
.feat-heatmap > span {
    color: rgba(255, 255, 255, .39);
    font-size: .52rem;
}

.feat-heatmap > span {
    grid-column: 2;
}

.heatmap-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.heatmap-grid i {
    aspect-ratio: 1;
    max-width: 18px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .055);
}

.heatmap-grid .level-1 { background: rgba(var(--sl-accent-rgb), .22); }
.heatmap-grid .level-2 { background: rgba(var(--sl-accent-rgb), .5); }
.heatmap-grid .level-3 { background: var(--sl-accent); }

.feat-connected,
.feat-support,
.feat-principles {
    padding: clamp(104px, 13vw, 178px) 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.feat-module-intro {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin: 56px 0 24px;
}

.feat-module-intro h3 {
    margin: 0;
    color: #fff;
    font-size: 1.25rem;
}

.feat-module-intro p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .47);
    font-size: .83rem;
    line-height: 1.55;
}

.feat-module-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .09);
    border-left: 1px solid rgba(255, 255, 255, .09);
}

.feat-module-card {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    border-right: 1px solid rgba(255, 255, 255, .09);
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    background: rgba(255, 255, 255, .015);
}

.feat-module-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    border: 1px solid rgba(var(--sl-accent-rgb), .26);
    border-radius: 10px;
    background: rgba(var(--sl-accent-rgb), .08);
    color: var(--sl-accent);
}

.feat-module-card h3 {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .9);
    font-size: .88rem;
}

.feat-module-card p {
    margin: 0;
    color: rgba(255, 255, 255, .49);
    font-size: .75rem;
    line-height: 1.5;
}

.feat-module-card > span {
    margin-top: auto;
    padding-top: 18px;
    color: rgba(255, 255, 255, .33);
    font-size: .61rem;
}

.feat-review-ui {
    padding: 22px;
}

.feat-review-head {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.feat-review-head > div {
    display: grid;
    gap: 4px;
}

.feat-review-head small,
.feat-review-head > span {
    color: rgba(255, 255, 255, .38);
    font-size: .55rem;
}

.feat-review-head strong {
    color: #fff;
    font-size: .8rem;
}

.feat-review-kpis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 18px 0;
}

.feat-review-kpis > div {
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 9px;
    background: rgba(255, 255, 255, .018);
}

.feat-review-kpis > div.primary {
    border-color: rgba(var(--sl-accent-rgb), .35);
    background: rgba(var(--sl-accent-rgb), .07);
}

.feat-review-kpis small,
.feat-review-kpis span {
    color: rgba(255, 255, 255, .38);
    font-size: .52rem;
}

.feat-review-kpis strong {
    color: #fff;
    font-size: 1.3rem;
}

.feat-review-main {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    gap: 12px;
}

.feat-review-chart,
.feat-area-load {
    min-height: 245px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 9px;
}

.feat-chart-title {
    display: flex;
    justify-content: space-between;
}

.feat-chart-title strong,
.feat-area-load > strong {
    color: rgba(255, 255, 255, .76);
    font-size: .62rem;
}

.feat-chart-title small {
    color: rgba(255, 255, 255, .34);
    font-size: .5rem;
}

.feat-chart-bars {
    height: 155px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: end;
    gap: 10px;
    padding-top: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.feat-chart-bars > div {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 3px;
    position: relative;
}

.feat-chart-bars span {
    width: 8px;
    min-height: 4px;
    border-radius: 3px 3px 0 0;
}

.feat-chart-bars .planned { background: rgba(255, 255, 255, .18); }
.feat-chart-bars .completed { background: var(--sl-accent); }

.feat-chart-bars small {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    color: rgba(255, 255, 255, .28);
    font-size: .45rem;
}

.feat-chart-key {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .37);
    font-size: .49rem;
}

.feat-chart-key span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.feat-chart-key i {
    width: 7px;
    height: 7px;
    border-radius: 2px;
}

.feat-chart-key i.planned { background: rgba(255, 255, 255, .18); }
.feat-chart-key i.completed { background: var(--sl-accent); }

.feat-area-load {
    display: grid;
    align-content: start;
    gap: 14px;
}

.feat-area-load > div {
    display: grid;
    grid-template-columns: 44px 1fr 22px;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, .45);
    font-size: .49rem;
}

.feat-area-load i {
    height: 4px;
    overflow: hidden;
    border-radius: 5px;
    background: rgba(255, 255, 255, .07);
}

.feat-area-load b {
    display: block;
    height: 100%;
    background: var(--sl-accent);
}

.feat-observation {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 12px;
    padding: 14px;
    border: 1px solid rgba(var(--sl-accent-rgb), .26);
    border-radius: 9px;
    background: rgba(var(--sl-accent-rgb), .06);
}

.feat-observation > span {
    color: var(--sl-accent);
    font-size: 1rem;
}

.feat-observation p {
    margin: 0;
    color: rgba(255, 255, 255, .48);
    font-size: .58rem;
    line-height: 1.5;
}

.feat-observation strong {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .82);
    font-size: .62rem;
}

.feat-support .feat-section-head {
    max-width: 900px;
}

.feat-support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 52px;
}

.feat-support-grid article {
    position: relative;
    min-height: 280px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 16px;
    background: rgba(255, 255, 255, .018);
}

.feat-support-grid .mud-icon-root {
    margin-bottom: 42px;
    color: var(--sl-accent);
}

.feat-support-grid h3 {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, .9);
    font-size: 1rem;
    line-height: 1.35;
}

.feat-support-grid p,
.feat-support-grid article > span {
    color: rgba(255, 255, 255, .48);
    font-size: .78rem;
    line-height: 1.55;
}

.feat-support-grid article > span {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, .35);
    font-size: .69rem;
}

.feat-optional-label {
    position: absolute;
    top: 19px;
    right: 19px;
    padding: 5px 8px;
    border: 1px solid rgba(var(--sl-accent-rgb), .28);
    border-radius: 999px;
    color: var(--sl-accent);
    font-size: .5rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.feat-principle-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 62px;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.feat-principle-grid article {
    min-height: 210px;
    padding: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.feat-principle-grid article + article {
    border-left: 1px solid rgba(255, 255, 255, .09);
}

.feat-principle-grid article > span {
    color: var(--sl-accent);
    font-size: .57rem;
    font-weight: 700;
    letter-spacing: .12em;
}

.feat-principle-grid h3 {
    margin: 50px 0 10px;
    color: rgba(255, 255, 255, .88);
    font-size: .9rem;
}

.feat-principle-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .43);
    font-size: .72rem;
    line-height: 1.55;
}

.feat-final {
    position: relative;
    overflow: hidden;
    margin: clamp(30px, 5vw, 70px) 0 clamp(74px, 9vw, 116px);
    padding: clamp(60px, 8vw, 92px) 24px;
    border: 1px solid rgba(var(--sl-accent-rgb), .25);
    border-radius: 28px;
    background:
        radial-gradient(circle at 50% 120%, rgba(var(--sl-accent-rgb), .22), transparent 58%),
        rgba(255, 255, 255, .018);
    text-align: center;
}

.feat-final .feat-label {
    justify-content: center;
}

.feat-final h2 {
    margin-inline: auto;
}

.feat-final > p {
    max-width: 650px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, .58);
    line-height: 1.65;
}

.feat-final-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 28px;
    color: rgba(255, 255, 255, .42);
    font-size: .71rem;
}

.feat-final-meta span {
    position: relative;
}

.feat-final-meta span + span::before {
    content: "·";
    position: absolute;
    left: -14px;
    color: var(--sl-accent);
}

@media (prefers-reduced-motion: no-preference) {
    .task-moving {
        animation: feat-backlog-task 8s ease-in-out infinite;
    }

    .mini-slot.scheduled {
        animation: feat-scheduled-task 8s ease-in-out infinite;
    }

    @keyframes feat-backlog-task {
        0%, 25%, 100% { opacity: 1; transform: none; }
        38%, 78% { opacity: .3; transform: translateX(22px); }
        88% { opacity: 1; transform: none; }
    }

    @keyframes feat-scheduled-task {
        0%, 29%, 100% { opacity: 0; transform: translate(-120%, -120%) scale(.9); }
        42%, 78% { opacity: 1; transform: none; }
        88% { opacity: 0; transform: none; }
    }
}

@media (max-width: 1120px) {
    .feat-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        text-align: center;
    }

    .feat-hero-copy {
        max-width: 790px;
        margin-inline: auto;
    }

    .feat-hero-copy > p {
        margin-inline: auto;
    }

    .feat-actions,
    .feat-proof {
        justify-content: center;
    }

    .feat-hero-product {
        width: min(940px, 100%);
        margin-inline: auto;
    }

    .feat-core,
    .feat-core-reverse {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 46px;
    }

    .feat-core-reverse .feat-core-copy {
        order: initial;
    }

    .feat-core-copy {
        max-width: 790px;
    }

    .feat-module-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feat-principle-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feat-principle-grid article:nth-child(3) {
        border-left: 0;
    }
}

@media (max-width: 820px) {
    .feat-flow {
        grid-template-columns: repeat(3, 1fr);
    }

    .feat-flow::before {
        display: none;
    }

    .feat-flow-step:nth-child(3)::after {
        display: none;
    }

    .feat-support-grid {
        grid-template-columns: 1fr;
    }

    .feat-support-grid article {
        min-height: 230px;
    }

    .feat-review-main {
        grid-template-columns: 1fr;
    }

    .feat-task-ui {
        grid-template-columns: 1fr;
    }

    .feat-task-pane {
        min-height: 360px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .feat-product-frame {
        transform: none;
    }
}

@media (max-width: 680px) {
    .feat-hero {
        padding-top: 56px;
    }

    .feat-hero h1 {
        font-size: clamp(2.8rem, 14vw, 4.4rem);
    }

    .feat-proof {
        display: none;
    }

    .feat-product-caption {
        left: 0;
    }

    .feat-hero-product {
        padding-bottom: 38px;
    }

    .feat-float {
        display: none;
    }

    .feat-page .product-demo-main {
        grid-template-columns: 29% 71%;
    }

    .feat-page .product-demo-days {
        min-width: 420px;
    }

    .feat-page .product-demo-grid {
        min-width: 420px;
    }

    .feat-page .product-demo-calendar {
        overflow-x: auto;
    }

    .feat-section-head h2,
    .feat-core h2,
    .feat-final h2 {
        font-size: clamp(2.15rem, 10vw, 3.3rem);
    }

    .feat-flow {
        grid-template-columns: 1fr;
    }

    .feat-flow-step {
        min-height: 96px;
    }

    .feat-flow-step:not(:last-child)::after,
    .feat-flow-step:nth-child(3)::after {
        content: "↓";
        top: auto;
        right: 22px;
        bottom: -14px;
        display: grid;
        transform: none;
    }

    .feat-ui {
        border-radius: 16px;
    }

    .feat-ui-bar {
        align-items: flex-start;
    }

    .feat-capacity {
        grid-template-columns: 58px auto;
    }

    .feat-capacity > div:last-child {
        display: none;
    }

    .feat-planner-body {
        grid-template-columns: 128px minmax(0, 1fr);
    }

    .feat-backlog {
        padding-inline: 9px;
    }

    .feat-goal-ui,
    .feat-routine-ui,
    .feat-review-ui {
        padding: 16px;
    }

    .feat-goal-head {
        grid-template-columns: 1fr 110px;
    }

    .feat-goal-path {
        grid-template-columns: 100px 1fr;
    }

    .feat-gantt-row small {
        display: none;
    }

    .feat-routine-row {
        grid-template-columns: 34px minmax(100px, 1fr);
    }

    .routine-count {
        display: none;
    }

    .routine-days {
        grid-column: 2;
    }

    .feat-heatmap {
        grid-template-columns: 1fr;
    }

    .feat-heatmap > span {
        grid-column: 1;
    }

    .feat-module-intro {
        display: block;
    }

    .feat-module-intro h3 {
        margin-bottom: 10px;
    }

    .feat-module-grid,
    .feat-principle-grid {
        grid-template-columns: 1fr;
    }

    .feat-module-card {
        min-height: 200px;
    }

    .feat-principle-grid article + article,
    .feat-principle-grid article:nth-child(3) {
        border-left: 0;
    }

    .feat-review-kpis {
        grid-template-columns: 1fr;
    }

    .feat-review-kpis > div {
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .feat-review-kpis > div span {
        grid-column: 1 / 3;
    }

    .feat-final-meta {
        display: grid;
    }

    .feat-final-meta span + span::before {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .task-moving,
    .mini-slot.scheduled {
        animation: none !important;
    }

    .mini-slot.scheduled {
        opacity: 1;
        transform: none;
    }
}

/* Animated product demo — the structure and interaction mirror the real weekly planner. */
.product-demo{position:relative;overflow:hidden;aspect-ratio:1.674;background:#0f1117;color:#f4f5f8;border:1px solid rgba(255,255,255,.09);border-radius:22px;font-family:Geist,system-ui,sans-serif;box-shadow:0 30px 90px rgba(0,0,0,.42)}
.product-demo,.product-demo *{box-sizing:border-box}
.product-demo-bar{height:14%;display:flex;align-items:center;justify-content:space-between;padding:0 3.2%;background:#151820;border-bottom:1px solid #292d37}.product-demo-bar>div:first-child{display:grid;gap:4px}.product-demo-bar strong{font-size:clamp(11px,1.35vw,20px)}.product-demo-bar span{font-size:clamp(7px,.75vw,11px);color:#9297a3}.product-demo-actions{display:flex;align-items:center;gap:10px}.product-demo-actions>span,.product-demo-actions>b{padding:7px 12px;border-radius:7px;font-size:clamp(7px,.7vw,11px)}.product-demo-actions>span{color:#fff;background:#272b34}.product-demo-actions>b{background:#ed1c2e}
.product-demo-main{height:86%;display:grid;grid-template-columns:25% 75%}.product-demo-rail{position:relative;padding:4%;background:#13161d;border-right:1px solid #292d37}.product-demo-kicker{display:block;margin:2% 0 8%;font-size:clamp(6px,.65vw,10px);font-weight:700;letter-spacing:.1em;color:#868c99}.product-demo-source{position:relative;display:grid;grid-template-columns:5px 1fr;gap:2px 8px;padding:7% 6%;margin-bottom:7%;border:1px solid #303541;border-radius:9px;background:#1b1f28}.product-demo-source i{grid-row:1/3;width:3px;height:100%;border-radius:3px;background:#ed1c2e}.product-demo-source strong{font-size:clamp(7px,.75vw,12px)}.product-demo-source small{font-size:clamp(6px,.62vw,9px);color:#89909d}.product-demo-source.secondary i{background:#efb229}.product-demo-summary{position:absolute;left:8%;right:8%;bottom:8%;display:grid;grid-template-columns:1fr auto;gap:8px;font-size:clamp(6px,.65vw,10px);color:#999faa}.product-demo-summary strong{font-size:inherit}.product-demo-summary i{grid-column:1/3;height:4px;border-radius:9px;background:linear-gradient(90deg,#ed1c2e 60%,#30343e 60%)}
.product-demo-calendar{min-width:0;background:#10131a}.product-demo-days{height:14%;margin-left:9%;display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid #292d37}.product-demo-days span{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:clamp(8px,.8vw,12px);font-weight:700;border-left:1px solid #242833}.product-demo-days small{font-size:clamp(6px,.6vw,9px);color:#878d99}.product-demo-days .today{background:rgba(237,28,46,.08)}.product-demo-days .today small{color:#ff5b68}
.product-demo-grid{position:relative;height:86%;margin-left:9%;background:repeating-linear-gradient(to bottom,transparent 0,transparent calc(20% - 1px),#272b34 20%),repeating-linear-gradient(to right,transparent 0,transparent calc(20% - 1px),#272b34 20%)}.product-demo-hours{position:absolute;right:100%;top:0;width:10%;height:100%;display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end;padding-right:8px;color:#717784;font-size:clamp(5px,.55vw,8px)}.product-demo-event{position:absolute;padding:1.4% 1.8%;display:flex;flex-direction:column;gap:4px;border-radius:7px;border:1px solid;font-size:clamp(6px,.65vw,10px);box-shadow:0 8px 18px rgba(0,0,0,.22)}.product-demo-event small{font-size:clamp(5px,.55vw,8px);opacity:.74}.product-demo-event.work{left:2%;top:10%;width:17%;height:22%;background:#35252c;border-color:#9f3640}.product-demo-event.review{left:62%;top:34%;width:17%;height:17%;background:#1e303c;border-color:#287598}.product-demo-event.animated{z-index:3;left:22%;top:67%;width:17%;height:18%;background:#263429;border-color:#4a9255;animation:demo-card 9s cubic-bezier(.22,.8,.3,1) infinite}.product-demo-check{position:absolute;right:7%;top:9%;width:15px;height:15px;border-radius:50%;display:grid;place-items:center;background:#4fa65d;color:#fff;font-size:9px;opacity:0;animation:demo-check 9s ease infinite}.product-demo-cursor{position:absolute;z-index:5;left:9%;top:8%;font-size:clamp(14px,2vw,28px);color:#fff;text-shadow:0 2px 8px #000;transform:rotate(-10deg);animation:demo-cursor 9s ease-in-out infinite}
.product-demo-note{position:absolute;right:2%;bottom:2%;z-index:8;display:flex;align-items:center;gap:7px;padding:7px 72px 7px 10px;border:1px solid #343944;border-radius:99px;background:rgba(16,19,26,.9);font-size:clamp(6px,.65vw,10px);color:#d8dbe1}.product-demo-note i{width:6px;height:6px;border-radius:50%;background:#ed1c2e}.product-demo-note span{position:absolute;right:10px;white-space:nowrap;opacity:0}.note-plan{animation:demo-note-1 9s infinite}.note-do{animation:demo-note-2 9s infinite}.note-repeat{animation:demo-note-3 9s infinite}
@keyframes demo-cursor{0%,8%{left:9%;top:8%;opacity:0}12%{opacity:1}28%,34%{left:-17%;top:4%}52%{left:27%;top:72%}58%,100%{left:27%;top:72%;opacity:0}}
@keyframes demo-card{0%,31%{transform:translate(-280%,-410%) scale(.9);opacity:0}34%{opacity:1}52%,68%{transform:none;opacity:1}75%,90%{transform:none;opacity:.55;filter:saturate(.5)}100%{transform:none;opacity:0}}
@keyframes demo-check{0%,68%{opacity:0;transform:scale(.5)}74%,90%{opacity:1;transform:scale(1)}100%{opacity:0}}
@keyframes demo-note-1{0%,5%,34%{opacity:0}10%,29%{opacity:1}}@keyframes demo-note-2{0%,53%,88%{opacity:0}58%,83%{opacity:1}}@keyframes demo-note-3{0%,82%,100%{opacity:0}87%,96%{opacity:1}}
@media (prefers-reduced-motion:reduce){.product-demo *{animation:none!important}.product-demo-event.animated{transform:none;opacity:1}.product-demo-check{opacity:1}.product-demo-cursor{display:none}.product-demo-note .note-repeat{opacity:1}}
@media (max-width:700px){.product-demo-main{grid-template-columns:29% 71%}.product-demo-actions>span{display:none}.product-demo-source{padding:6% 4%}.product-demo-note{display:none}}

/* ---------- features: product-led showcase ---------- */

.features-page { max-width: 1320px; }
.features-hero { position: relative; padding: clamp(54px, 8vw, 104px) 0 clamp(44px, 7vw, 86px); text-align: center; isolation: isolate; }
.features-hero::before { content: ""; position: absolute; z-index: -1; inset: -120px 5% auto; height: 620px; background: radial-gradient(ellipse at center, rgba(var(--sl-accent-rgb), .2), transparent 66%); pointer-events: none; }
.features-hero-copy { max-width: 800px; margin: 0 auto; }
.features-hero .lp-title { font-size: clamp(2.6rem, 6vw, 5rem); letter-spacing: -.035em; }
.features-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px; }
.features-text-link { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.78); font-weight: 600; text-decoration: none; }
.features-text-link:hover { color: var(--sl-accent); }
.features-proof { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 26px; margin-top: 30px; color: rgba(255,255,255,.56); font-size: .8rem; }
.features-proof span { display: inline-flex; align-items: center; gap: 6px; }
.features-proof .mud-icon-root { color: var(--sl-accent); }

.features-app-shot { max-width: 1120px; margin: clamp(48px, 7vw, 76px) auto 0; overflow: hidden; border: 1px solid rgba(var(--sl-accent-rgb), .32); border-radius: 22px; background: rgb(var(--sl-surface-rgb)); box-shadow: 0 40px 110px rgba(0,0,0,.5), 0 0 90px rgba(var(--sl-accent-rgb),.08); text-align: left; }
.features-shot-topbar { height: 54px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.075); color: rgba(255,255,255,.58); font-size: .76rem; }
.features-shot-brand { display: flex; align-items: center; gap: 9px; color: #fff; letter-spacing: .08em; }
.features-shot-logo { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 7px; background: var(--sl-accent); font-weight: 800; }
.features-shot-avatar { justify-self: end; display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(var(--sl-accent-rgb),.5); border-radius: 50%; color: var(--sl-accent); font-size: .65rem; font-weight: 700; }
.features-shot-body { display: grid; grid-template-columns: 174px 1fr; min-height: 420px; }
.features-shot-nav { padding: 24px 13px; border-right: 1px solid rgba(255,255,255,.065); }
.features-shot-nav span { display: flex; align-items: center; gap: 10px; margin-bottom: 5px; padding: 10px 12px; border-radius: 8px; color: rgba(255,255,255,.5); font-size: .76rem; }
.features-shot-nav span.active { color: #fff; background: rgba(var(--sl-accent-rgb),.14); }
.features-shot-nav span.active .mud-icon-root { color: var(--sl-accent); }
.features-shot-main { min-width: 0; padding: 25px 24px 0; }
.features-shot-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 19px; }
.features-shot-heading div { display: flex; flex-direction: column; gap: 3px; }
.features-shot-heading small { color: var(--sl-accent); font-size: .61rem; letter-spacing: .16em; }
.features-shot-heading strong { color: #fff; font-size: 1.15rem; }
.features-shot-today { padding: 6px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; color: rgba(255,255,255,.72); font-size: .7rem; }
.features-shot-calendar { display: grid; grid-template-columns: repeat(5, minmax(105px,1fr)); min-width: 600px; border: 1px solid rgba(255,255,255,.07); border-bottom: 0; border-radius: 12px 12px 0 0; background: repeating-linear-gradient(to bottom, transparent 0, transparent 49px, rgba(255,255,255,.04) 50px); }
.features-shot-day { min-height: 320px; padding: 12px 8px; border-right: 1px solid rgba(255,255,255,.06); }
.features-shot-day:last-child { border: 0; }
.features-shot-day.today { background: rgba(var(--sl-accent-rgb),.035); }
.features-shot-date { display: flex; flex-direction: column; align-items: center; color: rgba(255,255,255,.62); font-size: .56rem; letter-spacing: .1em; }
.features-shot-date strong { display: grid; place-items: center; width: 27px; height: 27px; margin-top: 3px; border-radius: 50%; color: rgba(255,255,255,.8); font-size: .72rem; letter-spacing: 0; }
.today .features-shot-date strong { background: var(--sl-accent); color: #fff; }
.features-shot-event { display: flex; flex-direction: column; gap: 3px; padding: 8px 7px; border-left: 2px solid; border-radius: 5px; font-size: .66rem; }
.features-shot-event small { opacity: .62; font-size: .55rem; }
.features-shot-event.work { border-color: #5b9cf5; background: rgba(91,156,245,.14); color: #bad7ff; }
.features-shot-event.health { border-color: #43c98a; background: rgba(67,201,138,.13); color: #a8edcb; }
.features-shot-event.goal { border-color: var(--sl-accent); background: rgba(var(--sl-accent-rgb),.14); color: #fff; }
.features-shot-event.habit { border-color: #b184ef; background: rgba(177,132,239,.13); color: #d9bdf9; }
.features-shot-event.life { border-color: #efae52; background: rgba(239,174,82,.13); color: #f7d39f; }
.features-shot-event.open { border-style: dashed; border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.62); }

.features-index { position: sticky; top: 12px; z-index: 5; display: flex; justify-content: center; gap: 5px; max-width: max-content; margin: 0 auto clamp(72px,9vw,120px); padding: 7px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(var(--sl-surface-rgb),.88); box-shadow: 0 10px 30px rgba(0,0,0,.25); backdrop-filter: blur(16px); }
.features-index a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 999px; color: rgba(255,255,255,.58); font-size: .73rem; text-decoration: none; white-space: nowrap; }
.features-index a:hover { color: #fff; background: rgba(var(--sl-accent-rgb),.13); }
.features-intro { max-width: 720px; margin: 0 auto clamp(64px,9vw,112px); text-align: center; }
.features-intro .lp-section-title { margin-bottom: 18px; }
.features-intro > p { color: rgba(255,255,255,.62); line-height: 1.7; }
.features-list { max-width: 1120px; margin: 0 auto; }
.features-row { scroll-margin-top: 90px; display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.9fr); align-items: center; gap: clamp(44px,8vw,104px); padding: clamp(62px,8vw,106px) 0; border-top: 1px solid rgba(255,255,255,.065); }
.features-row.reverse .features-row-copy { order: 2; }
.features-row-copy { position: relative; }
.features-number { position: absolute; right: 0; top: 0; color: rgba(255,255,255,.11); font-size: 4.5rem; line-height: .8; font-weight: 800; }
.features-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 22px; border: 1px solid rgba(var(--sl-accent-rgb),.3); border-radius: 14px; background: rgba(var(--sl-accent-rgb),.1); color: var(--sl-accent); }
.features-kicker { margin: 0 0 9px; color: var(--sl-accent); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.features-row h2 { max-width: 530px; margin: 0 0 18px; color: #fff; font-size: clamp(1.8rem,3.3vw,2.85rem); line-height: 1.12; letter-spacing: -.025em; }
.features-lead { margin: 0 0 25px; color: rgba(255,255,255,.67); font-size: 1.02rem; line-height: 1.7; }
.features-points { display: flex; flex-direction: column; gap: 13px; margin: 0; padding: 0; list-style: none; }
.features-points li { display: flex; align-items: flex-start; gap: 9px; color: rgba(255,255,255,.58); font-size: .88rem; line-height: 1.55; }
.features-points .mud-icon-root { flex: none; margin-top: 2px; color: var(--sl-accent); }
.features-points strong { color: rgba(255,255,255,.88); }
.features-visual { position: relative; min-height: 360px; overflow: hidden; padding: 30px; border: 1px solid rgba(var(--sl-accent-rgb),.2); border-radius: 22px; background: linear-gradient(145deg, rgba(var(--sl-accent-rgb),.09), rgba(var(--sl-surface-rgb),.75)); box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.features-visual::after { content: ""; position: absolute; width: 210px; height: 210px; right: -90px; bottom: -100px; border-radius: 50%; background: var(--sl-accent); opacity: .09; filter: blur(30px); }
.mini-week { display: grid; grid-template-columns: repeat(5,1fr); gap: 5px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mini-week span { display: flex; flex-direction: column; align-items: center; gap: 6px; color: rgba(255,255,255,.62); font-size: .56rem; }
.mini-week strong { color: rgba(255,255,255,.75); font-size: .8rem; }
.mini-week .selected strong { display: grid; place-items: center; width: 27px; height: 27px; margin-top: -4px; border-radius: 50%; background: var(--sl-accent); color: #fff; }
.mini-timeline { display: grid; grid-template-columns: 25px 1fr; gap: 13px; align-items: start; padding-top: 22px; }
.mini-timeline > i { color: rgba(255,255,255,.62); font-size: .6rem; font-style: normal; }
.mini-block { display: flex; flex-direction: column; gap: 5px; padding: 12px; border-left: 3px solid; border-radius: 7px; color: rgba(255,255,255,.9); font-size: .78rem; }
.mini-block small { opacity: .55; }.mini-block.work { border-color: #5b9cf5; background: rgba(91,156,245,.13); }.mini-block.health { border-color: #43c98a; background: rgba(67,201,138,.12); }
.mini-goal-head { display: flex; justify-content: space-between; color: #fff; }.mini-goal-head strong { color: var(--sl-accent); }
.mini-progress { height: 6px; margin: 16px 0 32px; overflow: hidden; border-radius: 9px; background: rgba(255,255,255,.08); }.mini-progress i { display: block; width: 68%; height: 100%; border-radius: inherit; background: var(--sl-accent); }
.mini-milestone { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; padding: 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; color: rgba(255,255,255,.72); font-size: .76rem; }.mini-milestone .mud-icon-root { color: var(--sl-accent); }.mini-milestone span { margin-left: auto; color: rgba(255,255,255,.62); font-size: .65rem; }.mini-milestone.done { opacity: .55; }
.mini-stat { display: flex; flex-direction: column; gap: 3px; }.mini-stat small { color: var(--sl-accent); letter-spacing: .12em; }.mini-stat strong { color: #fff; font-size: 3.2rem; line-height: 1.1; }.mini-stat span { color: rgba(255,255,255,.62); font-size: .72rem; }
.mini-bars { height: 125px; display: flex; align-items: end; gap: 7px; margin: 28px 0; border-bottom: 1px solid rgba(255,255,255,.08); }.mini-bars i { flex: 1; min-width: 5px; border-radius: 4px 4px 0 0; background: linear-gradient(to top, rgba(var(--sl-accent-rgb),.35), var(--sl-accent)); }
.mini-streak { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.72); font-size: .78rem; }.mini-streak .mud-icon-root { color: #efae52; }
.mini-society-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; color: #fff; }.mini-society-head small { color: rgba(255,255,255,.62); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.mini-social-feature { display: flex; align-items: center; gap: 13px; margin-bottom: 11px; padding: 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(0,0,0,.08); }
.mini-social-feature > .mud-icon-root { flex: none; color: var(--sl-accent); }
.mini-social-feature strong { display: block; color: rgba(255,255,255,.86); font-size: .8rem; }
.mini-social-feature small { color: rgba(255,255,255,.62); font-size: .65rem; }
.mini-stack-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 12px auto 34px; border-radius: 20px; background: rgba(var(--sl-accent-rgb),.14); color: var(--sl-accent); box-shadow: 0 0 45px rgba(var(--sl-accent-rgb),.18); }
.mini-stack-row { display: flex; align-items: center; gap: 10px; margin: 0 auto 11px; max-width: 350px; padding: 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(0,0,0,.08); color: rgba(255,255,255,.76); font-size: .78rem; }.mini-stack-row .mud-icon-root { color: var(--sl-accent); }.mini-stack-row small { margin-left: auto; color: rgba(255,255,255,.62); font-size: .59rem; }
.features-final { margin: clamp(70px,10vw,140px) 0 clamp(56px,8vw,100px); padding: clamp(50px,7vw,82px) 24px; border: 1px solid rgba(var(--sl-accent-rgb),.24); border-radius: 24px; background: radial-gradient(circle at 50% 120%, rgba(var(--sl-accent-rgb),.2), transparent 55%), rgba(var(--sl-surface-rgb),.44); text-align: center; }
.features-final h2 { margin: 0 0 14px; color: #fff; font-size: clamp(1.9rem,4vw,3.2rem); }.features-final p { margin: 0 0 28px; color: rgba(255,255,255,.6); }

@media (max-width: 900px) {
    .features-index { justify-content: flex-start; max-width: calc(100vw - 40px); overflow-x: auto; border-radius: 15px; }
    .features-row, .features-row.reverse { grid-template-columns: 1fr; gap: 38px; }
    .features-row.reverse .features-row-copy { order: initial; }
    .features-visual { min-height: 330px; }
}
@media (max-width: 680px) {
    .features-proof { flex-direction: column; align-items: center; }
    .features-shot-body { grid-template-columns: 1fr; }.features-shot-nav { display: none; }.features-shot-main { overflow: hidden; padding-inline: 14px; }
    .features-app-shot { border-radius: 15px; }.features-shot-topbar { grid-template-columns: 1fr auto; }.features-shot-topbar > span { display: none; }
    .features-row { grid-template-columns: minmax(0,1fr); }.features-visual { min-height: 310px; padding: 22px; }
    .features-number { font-size: 3.5rem; }.features-row h2 { padding-right: 20px; }
}

.lp-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
}

.lp-brand {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

/* The LOS wordmark (wwwroot/logo.svg) stands in for the old icon + "LOS" text pair. */
.lp-logo {
    display: block;
    width: auto;
    height: 32px;
}

.lp-brand-sub {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.6);
}

.lp-nav-links {
    display: flex;
    align-items: center;
    gap: clamp(12px, 2vw, 28px);
    margin-left: auto;
    margin-right: clamp(12px, 2vw, 28px);
}

.lp-nav-link {
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.lp-nav-link:hover {
    color: #fff;
}

.lp-nav-link.active {
    color: #fff;
    border-bottom-color: var(--sl-accent);
}

.lp-login-btn {
    flex: none;
}

.lp-mobile-menu { display: none; position: relative; }
.lp-mobile-menu summary { list-style: none; cursor: pointer; color: #fff; line-height: 0; }
.lp-mobile-menu summary::-webkit-details-marker { display: none; }
.lp-mobile-menu nav {
    position: absolute;
    right: 0;
    top: calc(100% + 14px);
    z-index: 20;
    min-width: 190px;
    padding: 10px 16px;
    border: 1px solid rgba(var(--sl-accent-rgb), 0.28);
    border-radius: 12px;
    background: rgb(var(--sl-surface-rgb));
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}
.lp-mobile-menu nav a { display: block; padding: 10px 0; }

@media (max-width: 720px) {
    .lp-brand-sub { display: none; }
    .lp-nav-links { display: none; }
    .lp-login-btn { display: none !important; }
    .lp-mobile-menu { display: block; }
}

/* ---------- hero (landing + the smaller page heads) ---------- */

.lp-hero {
    padding: clamp(54px, 9vw, 108px) 0 clamp(60px, 9vw, 110px);
    text-align: center;
}

.lp-hero-inner {
    max-width: 900px;
    margin: 0 auto;
}

.lp-eyebrow-pill {
    padding: 8px 13px;
    border: 1px solid rgba(var(--sl-accent-rgb), .25);
    border-radius: 999px;
    background: rgba(var(--sl-accent-rgb), .07);
    letter-spacing: .11em;
}
.lp-eyebrow-pill span {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--sl-accent);
    box-shadow: 0 0 12px var(--sl-accent);
}
.lp-title span { color: var(--sl-accent); }
.lp-proof-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 24px; margin-top: 27px; color: rgba(255,255,255,.54); font-size: .78rem; }
.lp-proof-row span { display: inline-flex; align-items: center; gap: 6px; }
.lp-proof-row .mud-icon-root { color: var(--sl-accent); font-size: 16px; }

.lp-cta-row { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }

.lp-product {
    position: relative;
    max-width: 1040px;
    margin: clamp(44px, 7vw, 72px) auto 0;
    text-align: left;
    overflow: hidden;
    border: 1px solid rgba(var(--sl-accent-rgb), 0.35);
    border-radius: 22px;
    background: rgba(var(--sl-surface-rgb), 0.86);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45), 0 0 80px rgba(var(--sl-accent-rgb), 0.08);
}
.lp-product-media { overflow: visible; background: transparent; }
.lp-product-media img,
.features-app-shot-media img { display: block; width: 100%; height: auto; border-radius: inherit; }
.lp-product-caption { position: absolute; right: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(9,13,22,.82); color: rgba(255,255,255,.72); font-size: .65rem; letter-spacing: .04em; backdrop-filter: blur(10px); }
.lp-product-caption .mud-icon-root { color: var(--sl-accent); }
.features-app-shot-media { position: relative; overflow: hidden; padding: 0; }
@media (prefers-reduced-motion: no-preference) {
    .lp-product-media img { animation: lp-product-breathe 8s ease-in-out infinite; transform-origin: 50% 70%; }
    @keyframes lp-product-breathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.012); } }
}
.lp-product-bar { display: flex; align-items: center; gap: 7px; padding: 13px 16px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.018); }
.lp-product-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.24); }
.lp-product-brand { display: inline-flex; align-items: center; gap: 5px; margin-left: 10px; color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.lp-product-brand .mud-icon-root { color: var(--sl-accent); }
.lp-product-label { margin-left: 10px; color: rgba(255,255,255,.82); font-size: .82rem; font-weight: 600; }
.lp-product-week { margin-left: auto; color: rgba(255,255,255,.48); font-size: .75rem; }
.lp-product-body { display: grid; grid-template-columns: 210px 1fr; min-height: 330px; }
.lp-product-sidebar { display: flex; flex-direction: column; gap: 12px; padding: 22px 16px; border-right: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.72); font-size: .78rem; }
.lp-product-sidebar strong { color: #fff; font-size: .9rem; margin-bottom: 5px; }
.lp-sidebar-kicker { color: var(--sl-accent); font-size: .61rem; font-weight: 700; letter-spacing: .15em; }
.lp-product-task { display: flex; gap: 8px; align-items: center; padding: 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; background: rgba(255,255,255,.035); }
.lp-product-task .mud-icon-root { color: var(--sl-accent); }
.lp-product-calendar { display: grid; grid-template-columns: repeat(7, minmax(75px, 1fr)); background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 53px, rgba(255,255,255,.055) 54px); }
.lp-product-day { position: relative; min-height: 330px; padding: 13px 8px; border-right: 1px solid rgba(255,255,255,.06); color: rgba(255,255,255,.62); text-align: center; font-size: .68rem; letter-spacing: .08em; }
.lp-product-day.is-today { background: rgba(var(--sl-accent-rgb), .035); }
.lp-day-name { display: block; font-size: .58rem; }
.lp-day-date { display: grid; place-items: center; width: 28px; height: 28px; margin: 5px auto 0; border-radius: 50%; color: rgba(255,255,255,.8); font-size: .75rem; letter-spacing: 0; }
.is-today .lp-day-date { background: var(--sl-accent); color: #fff; box-shadow: 0 0 18px rgba(var(--sl-accent-rgb),.3); }
.lp-product-day:last-child { border-right: none; }
.lp-event { position: absolute; left: 7px; right: 7px; padding: 9px 7px; border-left: 3px solid var(--sl-accent); border-radius: 5px; background: rgba(var(--sl-accent-rgb), .18); color: rgba(255,255,255,.88); text-align: left; font-size: .7rem; letter-spacing: 0; }
.lp-event.work { top: 74px; }.lp-event.health { top: 182px; }.lp-event.goal { top: 128px; }.lp-event.life { top: 236px; }
.lp-week-progress { margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.07); }
.lp-week-progress span { display: flex; justify-content: space-between; margin-bottom: 9px; }
.lp-week-progress span strong { margin: 0; font-size: .7rem; }
.lp-week-progress em { color: var(--sl-accent); font-style: normal; font-weight: 700; }
.lp-week-progress > i { display: block; height: 5px; overflow: hidden; border-radius: 5px; background: rgba(255,255,255,.08); }
.lp-week-progress b { display: block; width: 68%; height: 100%; border-radius: inherit; background: var(--sl-accent); }

.lp-signal { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 26px 0; border-block: 1px solid rgba(255,255,255,.07); }
.lp-signal p { max-width: 470px; margin: 0; color: rgba(255,255,255,.48); font-size: .88rem; }
.lp-signal div { display: flex; align-items: center; gap: 17px; }
.lp-signal span { color: rgba(255,255,255,.68); font-size: .76rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.lp-signal i { width: 36px; height: 1px; background: rgba(var(--sl-accent-rgb),.32); }

@media (max-width: 720px) {
    .lp-product-body { grid-template-columns: 1fr; }
    .lp-product-sidebar { display: none; }
    .lp-product-calendar { overflow-x: auto; }
    .lp-product-day { min-width: 112px; }
    .lp-product-brand { display: none; }
    .lp-signal { grid-template-columns: 1fr; gap: 18px; text-align: center; }
    .lp-signal p { margin-inline: auto; }
    .lp-signal div { justify-content: center; }
    .lp-signal i { width: 18px; }
}

.lp-page-head {
    padding: clamp(32px, 7vw, 72px) 0 clamp(24px, 4vw, 48px);
    text-align: center;
}

.lp-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--sl-accent);
    margin-bottom: 16px;
}

.lp-title {
    font-size: clamp(2.7rem, 6.4vw, 5.4rem);
    line-height: 1.01;
    font-weight: 800;
    letter-spacing: -.045em;
    color: #fff;
    margin: 0 0 20px;
}

.lp-title-sm {
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    line-height: 1.15;
    font-weight: 800;
    color: #fff;
    margin: 0 0 16px;
}

.lp-subtitle {
    font-size: clamp(1.02rem, 2vw, 1.28rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 auto 32px;
    max-width: 680px;
}

.lp-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.lp-cta-btn {
    padding-inline: 28px;
}

.lp-cta-note {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.lp-hero-motto {
    margin: 24px 0 0;
    font-size: 0.95rem;
    font-style: italic;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.58);
}

/* ---------- section + card grid ---------- */

.lp-section {
    padding: clamp(32px, 6vw, 72px) 0;
}

.lp-section-title {
    text-align: center;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 clamp(28px, 5vw, 56px);
}

.lp-centered { display: block; width: fit-content; margin-inline: auto; }
.lp-how { text-align: center; scroll-margin-top: 24px; }
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 980px; margin: 0 auto; }
.lp-step { position: relative; padding: 28px clamp(18px, 3vw, 36px); }
.lp-step:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -14px; width: 28px; height: 1px; background: rgba(var(--sl-accent-rgb), .5); }
.lp-step-number { display: block; margin-bottom: 18px; color: rgba(255,255,255,.62); font-size: .74rem; font-weight: 700; letter-spacing: .15em; }
.lp-pillars { grid-template-columns: repeat(3, 1fr); }
.lp-card-more { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--sl-accent); font-size: .85rem; font-weight: 600; }

@media (max-width: 720px) {
    .lp-steps, .lp-pillars { grid-template-columns: 1fr; }
    .lp-step:not(:last-child)::after { top: auto; bottom: -8px; right: 50%; width: 1px; height: 18px; }
}

.lp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.lp-card {
    background: rgba(var(--sl-surface-rgb), 0.6);
    border: 1px solid rgba(var(--sl-accent-rgb), 0.18);
    border-radius: 16px;
    padding: 28px 24px;
    transition: transform 0.15s ease, border-color 0.15s ease;
}

.lp-card:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--sl-accent-rgb), 0.5);
}

.lp-card-link {
    text-decoration: none;
    display: block;
}

.lp-card-icon {
    color: var(--sl-accent);
    margin-bottom: 14px;
}

.lp-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}

.lp-card-text {
    font-size: 0.97rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.76);
    margin: 0;
}

/* ---------- closing CTA + footer ---------- */

.lp-final {
    text-align: center;
    padding: clamp(48px, 8vw, 96px) 0;
}

.lp-final-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 28px;
}

.lp-final-copy { margin: -14px 0 26px; color: rgba(255,255,255,.62); }

.lp-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px 0 28px;
}

.lp-footer-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 28px;
    margin-bottom: 32px;
}

.lp-footer-col h4 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 12px;
}

.lp-footer-col a {
    display: block;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    padding: 4px 0;
}

.lp-footer-col a:hover {
    color: var(--sl-accent);
}

.lp-footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

/* ---------- long-form prose (About, legal pages) ---------- */

.lp-prose {
    max-width: 68ch;
    margin: 0 auto;
    padding-bottom: clamp(32px, 6vw, 72px);
    font-size: 1.06rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.84);
}

.lp-prose .lp-lead {
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

.lp-prose h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin: 48px 0 16px;
}

.lp-prose h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin: 32px 0 12px;
}

.lp-prose p {
    margin: 0 0 20px;
}

.lp-prose ul {
    margin: 0 0 20px;
    padding-left: 22px;
}

.lp-prose li {
    margin-bottom: 8px;
}

.lp-prose a {
    color: var(--sl-accent);
}

.lp-prose blockquote {
    margin: 28px 0;
    padding: 4px 0 4px 20px;
    border-left: 3px solid var(--sl-accent);
    color: rgba(255, 255, 255, 0.85);
    font-style: italic;
}

.lp-prose hr {
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin: 44px 0;
}

/* deliberate one-per-line rhythm inside a paragraph (About page) */
.lp-prose .lp-beats {
    color: rgba(255, 255, 255, 0.9);
}

.lp-prose code {
    background: rgba(var(--sl-surface-rgb), 0.8);
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 0.9em;
}

/* ---------- pricing ---------- */

.lp-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    align-items: start;
}

/* There is only one plan, so it shouldn't stretch across the full grid width. */
.lp-plans.single {
    grid-template-columns: minmax(0, 420px);
    justify-content: center;
}

.lp-plan {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: rgba(var(--sl-surface-rgb), 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 32px 26px;
}

.lp-plan.featured {
    border-color: var(--sl-accent);
    box-shadow: 0 0 0 1px rgba(var(--sl-accent-rgb), 0.35), 0 18px 40px rgba(0, 0, 0, 0.35);
}

.lp-plan-badge {
    align-self: flex-start;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    background: var(--sl-accent);
    border-radius: 999px;
    padding: 4px 10px;
}

.lp-plan-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.lp-plan-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.lp-plan-amount {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.lp-plan-period {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.55);
}

.lp-plan-alt-price {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: -8px 0 0;
}

.lp-plan-alt-amount {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}

.lp-plan-alt-note {
    font-size: 0.85rem;
    color: rgba(var(--sl-accent-rgb), 0.95);
}

.lp-plan-tagline {
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.66);
    margin: 0;
    min-height: 48px;
}

.lp-plan-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.lp-plan-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.93rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
}

.lp-plan-list .lp-tick {
    color: var(--sl-accent);
    flex: none;
    margin-top: 1px;
}

.lp-faq {
    max-width: 780px;
    margin: 0 auto;
}

/* ---------- changelog ---------- */

.lp-releases {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.lp-release {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 20px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-release:last-child {
    border-bottom: none;
}

.lp-release-version {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.lp-release-date {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.lp-release ul {
    margin: 0;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.65;
}

.lp-release li {
    margin-bottom: 6px;
}

@media (max-width: 640px) {
    .lp-release { grid-template-columns: 1fr; gap: 8px; }
}

/* ---------- contact ---------- */

.lp-contact {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.lp-contact-note {
    max-width: 900px;
    margin: 28px auto 0;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
}

.lp-contact-note strong {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
}

.lp-request-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: clamp(28px, 5vw, 64px);
    max-width: 980px;
    margin: 0 auto;
    align-items: start;
}

.lp-request-form {
    padding: clamp(24px, 4vw, 40px);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 22px;
    background: rgba(var(--sl-surface-rgb), .72) !important;
    backdrop-filter: blur(18px);
}

.lp-request-aside { padding-top: 14px; }
.lp-request-aside ol { list-style: none; padding: 0; margin: 24px 0; counter-reset: request-step; }
.lp-request-aside li { position: relative; padding: 0 0 24px 48px; counter-increment: request-step; }
.lp-request-aside li::before { content: counter(request-step); position: absolute; left: 0; top: -3px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--sl-accent); font-weight: 700; }
.lp-request-aside li:not(:last-child)::after { content: ""; position: absolute; left: 15px; top: 32px; bottom: 0; width: 1px; background: rgba(255,255,255,.15); }
.lp-request-aside strong, .lp-request-aside span { display: block; }
.lp-request-aside span, .lp-request-aside p { color: rgba(255,255,255,.62); line-height: 1.6; }
.lp-request-aside a { color: var(--sl-accent); }
.lp-request-success { text-align: center; padding: 42px 12px; }
.lp-request-success .mud-icon-root { color: var(--sl-accent); }
.lp-request-success h2 { margin: 18px 0 8px; }
.lp-request-success p { color: rgba(255,255,255,.7); }
.lp-request-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.lp-request-files-hint { margin: 8px 0 0; font-size: .82rem; line-height: 1.5; color: rgba(255,255,255,.55); }
.lp-request-file-list { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 6px; }
.lp-request-file-list li { display: flex; align-items: center; gap: 8px; padding: 6px 6px 6px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(255,255,255,.03); }
.lp-request-file-list .mud-icon-root { color: rgba(255,255,255,.55); }
.lp-request-file-name { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .88rem; }
.lp-request-file-size { font-size: .78rem; color: rgba(255,255,255,.5); }

/* ---------- pre-launch waiting list (pricing) ---------- */

/* The "sign-ups aren't open yet" line under the pricing headline. Deliberately not an MudAlert:
   this is a state of the product, not an error the visitor caused. */
.lp-notice {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 18px auto 0;
    padding: 10px 16px;
    max-width: 640px;
    text-align: left;
    border: 1px solid rgba(var(--sl-accent-rgb), .35);
    border-radius: 999px;
    background: rgba(var(--sl-accent-rgb), .1);
    color: rgba(255, 255, 255, .82);
    font-size: .92rem;
    line-height: 1.5;
}

.lp-notice .mud-icon-root { color: var(--sl-accent); flex: none; }

.lp-waitlist-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: clamp(28px, 5vw, 64px);
    max-width: 980px;
    margin: 0 auto;
    align-items: start;
}

.lp-waitlist-note {
    font-size: .82rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, .5);
}

.lp-waitlist-success { text-align: center; padding: 32px 12px; }
.lp-waitlist-success .mud-icon-root { color: var(--sl-accent); }
.lp-waitlist-success h3 { margin: 16px 0 8px; font-size: 1.25rem; color: #fff; }
.lp-waitlist-success p { color: rgba(255,255,255,.7); line-height: 1.6; margin: 0; }
.lp-waitlist-success strong { color: #fff; }

@media (max-width: 760px) {
    .lp-request-layout { grid-template-columns: 1fr; }
    .lp-waitlist-layout { grid-template-columns: 1fr; }
    .lp-notice { border-radius: 16px; }
}

/* ============================================================
   Motivational quote band — shared across the public pages
   ============================================================ */

.lp-quote {
    max-width: 860px;
    margin: 0 auto;
    padding: clamp(40px, 7vw, 88px) clamp(20px, 4vw, 40px);
    text-align: center;
}

.lp-quote-mark {
    font-size: 3.4rem;
    line-height: 0.4;
    color: var(--sl-accent);
    opacity: 0.45;
}

.lp-quote-text {
    font-size: clamp(1.3rem, 2.6vw, 2rem);
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    margin: 20px 0 18px;
}

.lp-quote-text .accent {
    color: var(--sl-accent);
}

.lp-quote-by {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.55);
}

/* ============================================================
   Readability + polish
   ============================================================ */

.lp-footer-col a {
    color: rgba(255, 255, 255, 0.76);
}

.lp-cta-note a {
    color: var(--sl-accent);
    text-decoration: none;
}

.lp-cta-note a:hover {
    text-decoration: underline;
}

/* Features 2026 — editorial product story */
.features-page { max-width: 1380px; }
.features-hero-v2 { display:grid; grid-template-columns:minmax(360px,.78fr) minmax(520px,1.22fr); align-items:center; gap:clamp(48px,7vw,112px); min-height:calc(100vh - 92px); padding:clamp(64px,8vw,120px) 0 110px; text-align:left; }
.features-hero-v2::before { inset:-120px -18vw auto 28%; height:800px; background:radial-gradient(ellipse at 62% 40%,rgba(var(--sl-accent-rgb),.19),transparent 62%); }
.features-hero-v2 .features-hero-copy { max-width:570px; margin:0; }
.features-hero-v2 .lp-title { margin:22px 0 26px; font-size:clamp(3.4rem,6vw,6.2rem); line-height:.91; letter-spacing:-.065em; }
.features-hero-v2 .lp-title span { color:var(--sl-accent); }
.features-hero-v2 .lp-subtitle { max-width:560px; margin:0 0 34px; color:rgba(255,255,255,.64); font-size:clamp(1.05rem,1.45vw,1.25rem); }
.features-overline { display:inline-flex; align-items:center; gap:11px; color:rgba(255,255,255,.72); font-size:.72rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.features-overline i { width:34px; height:2px; background:var(--sl-accent); box-shadow:0 0 16px rgba(var(--sl-accent-rgb),.7); }
.features-hero-v2 .features-actions,.features-hero-v2 .features-proof { justify-content:flex-start; }
.features-hero-v2 .features-actions { margin-bottom:30px; }
.features-hero-v2 .features-proof { gap:18px; color:rgba(255,255,255,.46); }
.features-hero-v2 .features-proof span { gap:5px; }
.features-hero-v2 .features-proof .mud-icon-root { width:15px; color:var(--sl-accent); }
.features-hero-product { position:relative; padding:44px 0 38px; }
.features-product-label { position:absolute; top:0; left:5%; z-index:2; display:flex; flex-direction:column; gap:5px; }
.features-product-label span { color:var(--sl-accent); font-size:.62rem; font-weight:800; letter-spacing:.18em; }
.features-product-label strong { color:rgba(255,255,255,.8); font-size:.85rem; }
.features-hero-product .features-app-shot { margin:0; transform:perspective(1400px) rotateY(-4deg) rotateX(1.5deg); transform-origin:center; }
.features-hero-product .product-demo { border-color:rgba(255,255,255,.14); border-radius:18px; box-shadow:0 50px 120px rgba(0,0,0,.58),0 0 80px rgba(var(--sl-accent-rgb),.08); }
.features-float-card { position:absolute; z-index:3; display:flex; align-items:center; gap:11px; border:1px solid rgba(255,255,255,.12); border-radius:13px; background:rgba(20,22,28,.86); box-shadow:0 18px 48px rgba(0,0,0,.45); backdrop-filter:blur(18px); }
.features-float-one { right:-15px; bottom:4px; padding:13px 17px; }
.features-float-one .mud-icon-root { color:#56d89b; }
.features-float-one span,.features-float-one strong { display:block; }
.features-float-one span { color:rgba(255,255,255,.5); font-size:.66rem; }
.features-float-one strong { margin-bottom:2px; color:#fff; font-size:.76rem; }
.features-float-two { left:-28px; bottom:12%; width:164px; flex-direction:column; align-items:stretch; padding:14px; }
.features-float-two span { display:flex; align-items:flex-end; justify-content:space-between; }
.features-float-two small { color:rgba(255,255,255,.42); font-size:.51rem; letter-spacing:.11em; }
.features-float-two strong { color:#fff; font-size:1rem; }
.features-float-two i { height:4px; overflow:hidden; border-radius:5px; background:rgba(255,255,255,.09); }
.features-float-two b { display:block; width:68%; height:100%; background:var(--sl-accent); }
.features-outcomes { display:grid; grid-template-columns:repeat(3,1fr); margin:0 0 clamp(90px,11vw,160px); border-block:1px solid rgba(255,255,255,.1); }
.features-outcomes>div { position:relative; padding:34px clamp(24px,4vw,54px); }
.features-outcomes>div+div { border-left:1px solid rgba(255,255,255,.1); }
.features-outcomes span { position:absolute; top:37px; left:18px; color:var(--sl-accent); font-size:.58rem; font-weight:800; letter-spacing:.1em; }
.features-outcomes strong { display:block; margin-bottom:8px; color:#fff; font-size:1rem; }
.features-outcomes p { margin:0; color:rgba(255,255,255,.48); font-size:.82rem; line-height:1.55; }
.features-index { top:18px; margin-bottom:clamp(100px,12vw,170px); border-color:rgba(255,255,255,.08); background:rgba(11,12,15,.8); }
.features-intro { max-width:790px; }
.features-intro .lp-section-title { font-size:clamp(2.5rem,5vw,4.8rem); line-height:.96; letter-spacing:-.05em; }
.features-row { min-height:650px; border-top-color:rgba(255,255,255,.09); }
.features-number { color:transparent; -webkit-text-stroke:1px rgba(255,255,255,.12); font-size:6rem; }
.features-visual { border-color:rgba(255,255,255,.1); border-radius:28px; background:linear-gradient(150deg,rgba(255,255,255,.055),rgba(var(--sl-surface-rgb),.68)); box-shadow:0 32px 90px rgba(0,0,0,.3); }
.features-final { overflow:hidden; position:relative; border-radius:32px; }

@media(max-width:1050px){
 .features-hero-v2{grid-template-columns:1fr; min-height:auto; text-align:center; padding-top:80px}.features-hero-v2 .features-hero-copy{max-width:760px;margin:auto}.features-hero-v2 .lp-subtitle{margin-inline:auto}.features-hero-v2 .features-actions,.features-hero-v2 .features-proof{justify-content:center}.features-hero-product{max-width:900px;margin:auto}.features-outcomes span{position:static;display:block;margin-bottom:12px}.features-outcomes>div{padding:28px}
}
@media(max-width:720px){
 .features-hero-v2{padding:56px 0 78px}.features-hero-v2 .lp-title{font-size:clamp(3rem,15vw,4.6rem)}.features-hero-v2 .features-proof{display:none}.features-hero-product{padding-top:58px}.features-hero-product .features-app-shot{transform:none}.features-float-one{right:-8px}.features-float-two{display:none}.features-outcomes{grid-template-columns:1fr;margin-bottom:90px}.features-outcomes>div+div{border-left:0;border-top:1px solid rgba(255,255,255,.08)}.features-index{margin-bottom:90px}.features-row{min-height:0}
}

/* Gradient headline — falls back to solid white where text-clipping is
   unsupported, so it never renders invisible. */
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .lp-title span {
        background: linear-gradient(100deg, var(--sl-accent), #ffffff 135%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
}

/* Soft, slowly drifting accent glow behind the hero. */
.lp-hero {
    position: relative;
    isolation: isolate;
}

.lp-hero::before {
    content: "";
    position: absolute;
    inset: -12% 0 auto 0;
    height: 460px;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(52% 60% at 50% 0%,
        rgba(var(--sl-accent-rgb), 0.24), transparent 72%);
}

.lp-hero-inner {
    position: relative;
    z-index: 1;
}

/* Slightly stronger card hover lift + accent-tinted glow. */
.lp-card:hover {
    transform: translateY(-5px);
    border-color: rgba(var(--sl-accent-rgb), 0.55);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
}

.lp-card-link:hover .lp-card-title {
    color: var(--sl-accent);
}

/* ============================================================
   Motion — entrance + scroll reveal (respect reduced-motion)
   ============================================================ */

@media (prefers-reduced-motion: no-preference) {
    @keyframes lp-fade-up {
        from { opacity: 0; transform: translateY(18px); }
        to   { opacity: 1; transform: none; }
    }

    .lp-hero::before {
        animation: lp-glow 9s ease-in-out infinite alternate;
    }

    @keyframes lp-glow {
        from { opacity: 0.55; transform: translateY(-10px) scale(0.98); }
        to   { opacity: 1;    transform: translateY(10px)  scale(1.04); }
    }

    /* Hero + page heads: staggered fade-up on mount. */
    .lp-hero-inner > *,
    .lp-page-head > * {
        animation: lp-fade-up 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both;
    }

    .lp-hero-inner > .lp-eyebrow,
    .lp-page-head > .lp-eyebrow { animation-delay: 0.04s; }
    .lp-hero-inner > .lp-title,
    .lp-page-head > .lp-title-sm { animation-delay: 0.14s; }
    .lp-hero-inner > .lp-subtitle,
    .lp-page-head > .lp-subtitle { animation-delay: 0.24s; }
    .lp-hero-inner > .lp-cta { animation-delay: 0.34s; }

    /* Card grids, contact tiles, plan card: staggered fade-up on mount. */
    .lp-grid > *,
    .lp-contact > *,
    .lp-plan {
        animation: lp-fade-up 0.6s ease both;
    }

    .lp-grid > *:nth-child(2),
    .lp-contact > *:nth-child(2) { animation-delay: 0.07s; }
    .lp-grid > *:nth-child(3),
    .lp-contact > *:nth-child(3) { animation-delay: 0.14s; }
    .lp-grid > *:nth-child(4) { animation-delay: 0.21s; }
    .lp-grid > *:nth-child(5) { animation-delay: 0.28s; }
    .lp-grid > *:nth-child(6) { animation-delay: 0.35s; }
    .lp-grid > *:nth-child(7) { animation-delay: 0.42s; }
    .lp-grid > *:nth-child(8) { animation-delay: 0.49s; }

    /* ---------- cursor effects (driven by js/marketing-fx.js) ---------- */

    @media (pointer: fine) {
        /* Glow spotlight: a radial gradient pinned to the cursor (--mx/--my set from JS).
           When the cursor is far away the gradient centre falls outside the element, so
           the glow fades in naturally as the pointer approaches — no hover gating. */
        .lp-card, .lp-step, .lp-plan, .lp-product-task, .lp-contact > *, .features-visual {
            position: relative;
        }

        .lp-card::before, .lp-step::before, .lp-plan::before,
        .lp-product-task::before, .lp-contact > *::before, .features-visual::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            border-radius: inherit;
            pointer-events: none;
            background: radial-gradient(230px circle at var(--mx, -600px) var(--my, -600px),
                rgba(var(--sl-accent-rgb), 0.14), transparent 65%);
        }

        /* Magnetic CTA buttons: JS sets an inline translate toward the cursor;
           the transition here is what makes the pull (and release) feel springy. */
        .lp-cta-btn {
            transition: transform 0.18s cubic-bezier(0.2, 0.7, 0.3, 1);
            will-change: transform;
        }

        /* Hero product mockup: JS sets a perspective tilt while hovered. */
        .lp-product {
            transition: transform 0.25s ease-out;
            will-change: transform;
        }
    }

    /* Scroll-linked reveal for long pages — only where the browser supports a
       view() timeline. Unsupported browsers keep everything fully visible. */
    @supports (animation-timeline: view()) {
        @keyframes lp-reveal {
            from { opacity: 0; transform: translateY(26px); }
            to   { opacity: 1; transform: none; }
        }

        .lp-prose > h2,
        .lp-prose > blockquote,
        .lp-release,
        .lp-quote-text,
        .lp-faq {
            animation: lp-reveal linear both;
            animation-timeline: view();
            animation-range: entry 0% cover 20%;
        }
    }
}
