/* ==========================================
   14. LANDING PAGE
   ========================================== */

.landing-shell {
    --landing-bg: #07100e;
    --landing-bg-deep: #030806;
    --landing-surface: #0d1916;
    --landing-surface-strong: #10201c;
    --landing-line: rgba(221, 245, 235, 0.14);
    --landing-line-light: rgba(10, 28, 22, 0.13);
    --landing-text: #f4f8f5;
    --landing-muted: #a7b8b1;
    --landing-ink: #0a1512;
    --landing-ink-muted: #53645d;
    --landing-green: #55e6af;
    --landing-green-bright: #8bf4ca;
    --landing-blue: #6ab8ff;
    --landing-warm: #ffb75d;
    --landing-red: #ff7474;
    --landing-font: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --landing-display: "Space Grotesk", "Manrope", system-ui, sans-serif;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: clip;
    background: var(--landing-bg);
    color: var(--landing-text);
    font-family: var(--landing-font);
    font-size: 16px;
    line-height: 1.6;
    isolation: isolate;
}

.landing-shell *,
.landing-shell *::before,
.landing-shell *::after {
    box-sizing: border-box;
}

.landing-shell a {
    color: inherit;
}

.landing-shell img {
    max-width: 100%;
}

.landing-shell svg {
    display: block;
}

.landing-shell [id] {
    scroll-margin-top: 5.5rem;
}

.landing-container {
    width: min(100% - 3rem, 1240px);
    margin-inline: auto;
}

.landing-skip-link {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 100;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    background: #ffffff;
    color: #06100c;
    font: 700 0.9rem/1 var(--landing-font, system-ui, sans-serif);
    text-decoration: none;
    transform: translateY(-180%);
    transition: transform 160ms ease;
}

.landing-skip-link:focus {
    transform: translateY(0);
}

/* Header */

.landing-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(221, 245, 235, 0.1);
    background: rgba(7, 16, 14, 0.82);
    -webkit-backdrop-filter: blur(22px) saturate(140%);
    backdrop-filter: blur(22px) saturate(140%);
}

.landing-header-inner {
    min-height: 4.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.landing-brand {
    min-width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    color: var(--landing-text);
    text-decoration: none;
}

.landing-brand-mark {
    width: 2.65rem;
    height: 2.65rem;
    flex: 0 0 2.65rem;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(139, 244, 202, 0.2);
    border-radius: 0.9rem;
    background:
        radial-gradient(circle at 25% 10%, rgba(139, 244, 202, 0.26), transparent 55%),
        #0d201a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.landing-brand-mark img {
    width: 2.35rem;
    height: 2.35rem;
    object-fit: contain;
}

.landing-brand-copy {
    display: grid;
    gap: 0.05rem;
    line-height: 1;
}

.landing-brand-copy strong {
    font-family: var(--landing-display);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.landing-brand-copy small {
    color: var(--landing-muted);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 2.1vw, 2rem);
}

.landing-nav a,
.landing-login-link {
    position: relative;
    padding: 0.45rem 0;
    color: var(--landing-muted);
    font-size: 0.83rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 160ms ease;
}

.landing-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--landing-green);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
}

.landing-nav a:hover,
.landing-nav a:focus-visible,
.landing-login-link:hover,
.landing-login-link:focus-visible {
    color: var(--landing-text);
}

.landing-nav a:hover::after,
.landing-nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.landing-header-actions {
    min-width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

/* Buttons and links */

.landing-button {
    min-height: 2.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.76rem 1.1rem;
    border: 1px solid transparent;
    border-radius: 0.85rem;
    font-family: var(--landing-display);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.landing-button svg,
.landing-text-link svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-button-large {
    min-height: 3.45rem;
    padding: 0.95rem 1.35rem;
    border-radius: 1rem;
    font-size: 0.94rem;
}

.landing-button-primary {
    background: var(--landing-green);
    color: #03100b !important;
    box-shadow: 0 14px 34px rgba(85, 230, 175, 0.2);
}

.landing-button-primary:hover {
    transform: translateY(-2px);
    background: var(--landing-green-bright);
    box-shadow: 0 18px 42px rgba(85, 230, 175, 0.28);
}

.landing-button-secondary {
    border-color: var(--landing-line);
    background: rgba(255, 255, 255, 0.045);
    color: var(--landing-text);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.landing-button-secondary:hover {
    transform: translateY(-2px);
    border-color: rgba(139, 244, 202, 0.38);
    background: rgba(139, 244, 202, 0.08);
}

.landing-button-telegram {
    border-color: rgba(42, 171, 238, 0.58);
    background: linear-gradient(135deg, #168acd 0%, #2aabee 100%);
    color: #ffffff !important;
    box-shadow: 0 14px 32px rgba(34, 158, 217, 0.19);
}

.landing-button-telegram:hover {
    transform: translateY(-2px);
    border-color: rgba(120, 211, 255, 0.82);
    background: linear-gradient(135deg, #117fbd 0%, #229ed9 100%);
    box-shadow: 0 18px 40px rgba(34, 158, 217, 0.28);
}

.landing-button-telegram svg {
    fill: currentColor;
    stroke: none;
}

.landing-button:active {
    transform: translateY(0);
}

.landing-button:focus-visible,
.landing-nav a:focus-visible,
.landing-login-link:focus-visible,
.landing-brand:focus-visible,
.landing-text-link:focus-visible,
.landing-tool-card:focus-visible,
.landing-faq-list summary:focus-visible,
.landing-footer a:focus-visible {
    outline: 3px solid rgba(106, 184, 255, 0.82);
    outline-offset: 4px;
}

.landing-text-link {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--landing-green) !important;
    font-family: var(--landing-display);
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
}

.landing-text-link svg {
    transition: transform 160ms ease;
}

.landing-text-link:hover svg {
    transform: translateX(0.25rem);
}

/* Hero */

.landing-hero {
    position: relative;
    min-height: calc(100vh - 4.75rem);
    min-height: calc(100svh - 4.75rem);
    padding: clamp(4rem, 8vw, 7.2rem) 0 2rem;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(7, 16, 14, 0.25), var(--landing-bg) 88%),
        var(--landing-bg);
}

.landing-hero-grid,
.landing-final-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(181, 218, 203, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(181, 218, 203, 0.045) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 90%);
    mask-image: linear-gradient(to bottom, black, transparent 90%);
    pointer-events: none;
}

.landing-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.landing-hero-glow-one {
    top: -25rem;
    right: -22rem;
    width: 58rem;
    height: 58rem;
    background: radial-gradient(circle, rgba(39, 205, 150, 0.2), transparent 67%);
}

.landing-hero-glow-two {
    bottom: -24rem;
    left: -30rem;
    width: 52rem;
    height: 52rem;
    background: radial-gradient(circle, rgba(67, 139, 211, 0.13), transparent 68%);
}

.landing-hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(27rem, 0.98fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 6.5rem);
}

.landing-hero-copy {
    padding-bottom: 3rem;
}

.landing-eyebrow,
.landing-section-kicker {
    margin: 0;
    color: var(--landing-green);
    font-family: var(--landing-display);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.105em;
    line-height: 1.3;
    text-transform: uppercase;
}

.landing-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.48rem 0.7rem;
    border: 1px solid rgba(139, 244, 202, 0.18);
    border-radius: 999px;
    background: rgba(85, 230, 175, 0.055);
}

.landing-eyebrow > span {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--landing-green);
    box-shadow: 0 0 0 0.28rem rgba(85, 230, 175, 0.12);
}

.landing-hero h1 {
    max-width: 12.5ch;
    margin: 1.35rem 0 0;
    color: var(--landing-text);
    font-family: var(--landing-display);
    font-size: clamp(3.2rem, 5.7vw, 5.45rem);
    font-weight: 600;
    letter-spacing: -0.065em;
    line-height: 0.97;
}

.landing-hero h1 em {
    display: block;
    background: linear-gradient(105deg, var(--landing-green-bright) 4%, var(--landing-blue) 54%, #c6d8ff 94%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: normal;
}

.landing-hero-lead {
    max-width: 43rem;
    margin: 1.5rem 0 0;
    color: #bdcbc5;
    font-size: clamp(1rem, 1.4vw, 1.14rem);
    line-height: 1.72;
}

.landing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.8rem;
}

.landing-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.2rem;
    margin: 1.35rem 0 0;
    padding: 0;
    color: var(--landing-muted);
    font-size: 0.75rem;
    font-weight: 600;
    list-style: none;
}

.landing-trust-list li {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.landing-trust-list svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: var(--landing-green);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-hero-visual {
    position: relative;
    min-height: 43rem;
    display: grid;
    place-items: center;
    perspective: 1200px;
}

.landing-hero-visual::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(85, 230, 175, 0.22), rgba(48, 123, 98, 0.06) 46%, transparent 70%);
    filter: blur(1rem);
}

.landing-device {
    overflow: hidden;
    border: 1px solid rgba(223, 245, 236, 0.18);
    border-radius: 1.6rem;
    background: #08100e;
    box-shadow:
        0 2.5rem 7rem rgba(0, 0, 0, 0.52),
        0 0 0 0.45rem rgba(255, 255, 255, 0.025),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.landing-device-hero {
    width: min(100%, 34rem);
    transform: rotateY(-4deg) rotateX(1deg);
}

.landing-device-bar {
    min-height: 3rem;
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr) 4.5rem;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: #101b18;
}

.landing-device-dots {
    display: flex;
    gap: 0.3rem;
    padding-left: 1rem;
}

.landing-device-dots i {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.landing-device-dots i:nth-child(1) { background: #ff7474; }
.landing-device-dots i:nth-child(2) { background: #ffbd69; }
.landing-device-dots i:nth-child(3) { background: #58d69b; }

.landing-device-address {
    min-width: 0;
    padding: 0.3rem 0.8rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 0.55rem;
    background: rgba(0, 0, 0, 0.19);
    color: #8da098;
    font-size: 0.64rem;
    font-weight: 600;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.landing-device-secure {
    display: grid;
    place-items: center;
}

.landing-device-secure svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: #6f857c;
    stroke-width: 1.6;
}

.landing-device-screen {
    height: 36.5rem;
    overflow: hidden;
    background: #080d0c;
}

.landing-device-screen img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.landing-float-card {
    position: absolute;
    z-index: 4;
    min-width: 14.5rem;
    display: flex;
    align-items: center;
    gap: 0.72rem;
    padding: 0.75rem;
    border: 1px solid rgba(223, 245, 236, 0.16);
    border-radius: 1rem;
    background: rgba(12, 26, 22, 0.9);
    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.42);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    animation: landing-float 5.5s ease-in-out infinite;
}

.landing-float-card span:last-child {
    min-width: 0;
    display: grid;
    line-height: 1.35;
}

.landing-float-card small {
    color: #8fa49b;
    font-size: 0.63rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.landing-float-card strong {
    margin-top: 0.1rem;
    color: var(--landing-text);
    font-family: var(--landing-display);
    font-size: 0.78rem;
}

.landing-float-icon {
    width: 2.45rem;
    height: 2.45rem;
    flex: 0 0 2.45rem;
    display: grid;
    place-items: center;
    border-radius: 0.75rem;
}

.landing-float-icon svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-float-icon-blue {
    background: rgba(106, 184, 255, 0.13);
    color: var(--landing-blue);
}

.landing-float-icon-green {
    background: rgba(85, 230, 175, 0.13);
    color: var(--landing-green);
}

.landing-float-card-progress {
    top: 4.2rem;
    left: -3rem;
}

.landing-float-card-adaptive {
    right: -3.8rem;
    bottom: 5rem;
    animation-delay: -2.8s;
}

@keyframes landing-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-0.65rem); }
}

.landing-capabilities {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--landing-line);
    border-radius: 1.35rem;
    background: rgba(13, 26, 22, 0.74);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.22);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.landing-capabilities article {
    min-height: 7.3rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem 1.15rem;
}

.landing-capabilities article + article {
    border-left: 1px solid var(--landing-line);
}

.landing-capability-number {
    color: var(--landing-green);
    font-family: var(--landing-display);
    font-size: 0.67rem;
    font-weight: 700;
}

.landing-capabilities h2 {
    margin: 0;
    color: var(--landing-text);
    font-family: var(--landing-display);
    font-size: 0.91rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.landing-capabilities p {
    margin: 0.3rem 0 0;
    color: var(--landing-muted);
    font-size: 0.7rem;
    line-height: 1.5;
}

/* Browser and Telegram availability */

.landing-platforms {
    overflow: hidden;
    border-top: 1px solid rgba(139, 244, 202, 0.1);
    border-bottom: 1px solid rgba(139, 244, 202, 0.1);
    background:
        radial-gradient(circle at 12% 18%, rgba(85, 230, 175, 0.11), transparent 31rem),
        radial-gradient(circle at 88% 82%, rgba(42, 171, 238, 0.12), transparent 32rem),
        #07110e;
}

.landing-platforms .landing-section-heading-centered > p {
    color: var(--landing-muted);
}

.landing-platform-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.landing-platform-card {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(1.35rem, 3vw, 2.1rem);
    overflow: hidden;
    border: 1px solid var(--landing-line);
    border-radius: 1.6rem;
    background: rgba(13, 26, 22, 0.78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 1.3rem 3rem rgba(0, 0, 0, 0.18);
}

.landing-platform-card::before {
    content: "";
    position: absolute;
    top: -9rem;
    right: -8rem;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(85, 230, 175, 0.13), transparent 68%);
    pointer-events: none;
}

.landing-platform-card-telegram {
    border-color: rgba(42, 171, 238, 0.27);
    background:
        linear-gradient(145deg, rgba(34, 158, 217, 0.1), transparent 58%),
        rgba(10, 24, 25, 0.86);
}

.landing-platform-card-telegram::before {
    background: radial-gradient(circle, rgba(42, 171, 238, 0.2), transparent 68%);
}

.landing-platform-card-head {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.landing-platform-icon {
    width: 3.6rem;
    height: 3.6rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(85, 230, 175, 0.24);
    border-radius: 1.1rem;
    color: var(--landing-green);
    background: rgba(85, 230, 175, 0.08);
}

.landing-platform-icon-telegram {
    border-color: rgba(42, 171, 238, 0.34);
    color: #55bff3;
    background: rgba(42, 171, 238, 0.11);
}

.landing-platform-icon svg,
.landing-platform-sync-icon svg {
    width: 1.65rem;
    height: 1.65rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-platform-icon-telegram svg {
    fill: currentColor;
    stroke: none;
}

.landing-platform-label {
    max-width: 65%;
    overflow: hidden;
    padding: 0.42rem 0.65rem;
    border: 1px solid rgba(85, 230, 175, 0.2);
    border-radius: 999px;
    color: var(--landing-green-bright);
    background: rgba(85, 230, 175, 0.055);
    font-family: var(--landing-display);
    font-size: 0.67rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.landing-platform-label-telegram {
    border-color: rgba(42, 171, 238, 0.26);
    color: #79d0fa;
    background: rgba(42, 171, 238, 0.07);
}

.landing-platform-copy {
    position: relative;
    z-index: 1;
    margin-top: 2.4rem;
}

.landing-platform-copy h3 {
    margin: 0.55rem 0 0;
    color: var(--landing-text);
    font-family: var(--landing-display);
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.landing-platform-copy p {
    max-width: 36rem;
    margin: 0.85rem 0 0;
    color: var(--landing-muted);
    font-size: 0.88rem;
    line-height: 1.68;
}

.landing-platform-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.62rem;
    margin: 1.4rem 0 1.6rem;
    padding: 0;
    color: #bdcbc5;
    font-size: 0.76rem;
    line-height: 1.5;
    list-style: none;
}

.landing-platform-list li {
    position: relative;
    padding-left: 1.3rem;
}

.landing-platform-list li::before {
    content: "";
    position: absolute;
    top: 0.48rem;
    left: 0.1rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--landing-green);
    box-shadow: 0 0 0 0.24rem rgba(85, 230, 175, 0.09);
}

.landing-platform-card-telegram .landing-platform-list li::before {
    background: #2aabee;
    box-shadow: 0 0 0 0.24rem rgba(42, 171, 238, 0.1);
}

.landing-platform-card > .landing-button {
    position: relative;
    z-index: 1;
    margin-top: auto;
}

.landing-platform-telegram-cta {
    min-width: 12rem;
}

.landing-platform-sync {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1rem;
    padding: 1rem 1.2rem;
    border: 1px solid var(--landing-line);
    border-radius: 1.1rem;
    background: rgba(3, 10, 8, 0.38);
}

.landing-platform-sync-icon {
    width: 2.15rem;
    height: 2.15rem;
    flex: 0 0 2.15rem;
    display: grid;
    place-items: center;
    color: var(--landing-green);
}

.landing-platform-sync-icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.landing-platform-sync p {
    margin: 0;
    color: var(--landing-muted);
    font-size: 0.76rem;
    line-height: 1.55;
}

.landing-platform-sync strong {
    color: var(--landing-text);
}

/* Shared sections */

.landing-section {
    position: relative;
    padding: clamp(5rem, 9vw, 8rem) 0;
}

.landing-section-heading {
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.landing-section-heading-split {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
    align-items: end;
    gap: clamp(2rem, 7vw, 7rem);
}

.landing-section-heading-centered {
    max-width: 49rem;
    margin-inline: auto;
    text-align: center;
}

.landing-section-heading h2,
.landing-workflow-intro h2,
.landing-adaptive-copy h2,
.landing-access-copy h2,
.landing-faq-heading h2,
.landing-final h2 {
    margin: 0.7rem 0 0;
    font-family: var(--landing-display);
    font-size: clamp(2.25rem, 4.3vw, 4.1rem);
    font-weight: 600;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.landing-section-heading > p,
.landing-section-heading-split > p,
.landing-section-heading-centered > p,
.landing-workflow-intro > p:not(.landing-section-kicker),
.landing-adaptive-lead,
.landing-access-copy > p:not(.landing-section-kicker),
.landing-faq-heading > p:not(.landing-section-kicker) {
    margin: 1rem 0 0;
    font-size: 0.98rem;
    line-height: 1.75;
}

/* Product bento */

.landing-product {
    background: #eef2eb;
    color: var(--landing-ink);
}

.landing-product .landing-section-kicker,
.landing-tools .landing-section-kicker {
    color: #087d5d;
}

.landing-product .landing-section-heading-split > p,
.landing-tools .landing-section-heading-centered > p {
    color: var(--landing-ink-muted);
}

.landing-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
}

.landing-product-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--landing-line-light);
    border-radius: 1.65rem;
    background: #f9fbf7;
    box-shadow: 0 1.5rem 3.5rem rgba(23, 45, 37, 0.08);
}

.landing-product-card-plan {
    height: 39rem;
    min-height: 0;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(20rem, 0.82fr) minmax(0, 1.18fr);
    align-items: stretch;
    border-color: rgba(160, 217, 194, 0.16);
    background:
        radial-gradient(circle at 10% 0%, rgba(85, 230, 175, 0.15), transparent 42%),
        #0d1c18;
    color: var(--landing-text);
}

.landing-product-card-copy {
    position: relative;
    z-index: 2;
    padding: clamp(1.6rem, 4vw, 3.1rem);
}

.landing-product-card-plan .landing-product-card-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.landing-card-index {
    display: block;
    color: #148968;
    font-family: var(--landing-display);
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.landing-product-card-plan .landing-card-index {
    color: var(--landing-green);
}

.landing-product-card h3 {
    max-width: 18ch;
    margin: 0.85rem 0 0;
    color: inherit;
    font-family: var(--landing-display);
    font-size: clamp(1.65rem, 3vw, 2.65rem);
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.landing-product-card p {
    max-width: 34rem;
    margin: 1rem 0 0;
    color: var(--landing-ink-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

.landing-product-card-plan p {
    color: var(--landing-muted);
}

.landing-check-list {
    display: grid;
    gap: 0.75rem;
    margin: 1.65rem 0 0;
    padding: 1.45rem 0 0;
    border-top: 1px solid var(--landing-line);
    color: #cbd7d2;
    font-size: 0.8rem;
    font-weight: 600;
    list-style: none;
}

.landing-check-list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.landing-check-list li::before {
    content: "";
    width: 0.44rem;
    height: 0.44rem;
    flex: 0 0 0.44rem;
    border-radius: 50%;
    background: var(--landing-green);
    box-shadow: 0 0 0 0.24rem rgba(85, 230, 175, 0.1);
}

.landing-product-shot {
    position: relative;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: #08100e;
}

.landing-product-shot img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.landing-product-shot-plan {
    margin: 2.5rem 2.5rem 0 0;
    border: 1px solid rgba(223, 245, 236, 0.15);
    border-bottom: 0;
    border-radius: 1.4rem 1.4rem 0 0;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.35);
}

.landing-product-shot-plan img {
    object-position: center top;
}

.landing-product-card-diary,
.landing-product-card-analytics {
    height: 39rem;
    min-height: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
}

.landing-product-card-diary::before,
.landing-product-card-analytics::before {
    content: "";
    position: absolute;
    top: -7rem;
    right: -7rem;
    width: 17rem;
    height: 17rem;
    border-radius: 50%;
    background: rgba(106, 184, 255, 0.12);
    filter: blur(1rem);
}

.landing-product-card-analytics::before {
    background: rgba(85, 230, 175, 0.14);
}

.landing-product-card-diary .landing-product-card-copy,
.landing-product-card-analytics .landing-product-card-copy {
    padding-bottom: 1.5rem;
}

.landing-product-shot-diary,
.landing-product-shot-analytics {
    min-height: 23rem;
    margin: 0 1.5rem;
    border: 1px solid rgba(15, 38, 30, 0.15);
    border-bottom: 0;
    border-radius: 1.25rem 1.25rem 0 0;
    box-shadow: 0 1.25rem 3rem rgba(22, 42, 34, 0.18);
}

.landing-product-shot-diary img {
    object-position: center 44%;
}

.landing-product-shot-analytics img {
    object-position: center 17%;
}

/* Workflow */

.landing-workflow {
    background:
        radial-gradient(circle at 5% 15%, rgba(60, 159, 124, 0.11), transparent 30rem),
        var(--landing-bg);
}

.landing-workflow-layout {
    display: grid;
    grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(3rem, 9vw, 8.5rem);
}

.landing-workflow-intro {
    position: sticky;
    top: 7rem;
}

.landing-workflow-intro h2 {
    font-size: clamp(2.2rem, 3.9vw, 3.6rem);
}

.landing-workflow-intro > p:not(.landing-section-kicker) {
    color: var(--landing-muted);
}

.landing-workflow-intro .landing-text-link {
    margin-top: 1.6rem;
}

.landing-workflow-list {
    position: relative;
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.landing-workflow-list::before {
    content: "";
    position: absolute;
    top: 5rem;
    bottom: 5rem;
    left: 2.9rem;
    width: 1px;
    background: linear-gradient(var(--landing-green), rgba(85, 230, 175, 0.05));
}

.landing-workflow-list li {
    position: relative;
    min-height: 10.5rem;
    display: grid;
    grid-template-columns: 3.6rem minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.15rem;
    padding: 1.5rem;
    border: 1px solid var(--landing-line);
    border-radius: 1.35rem;
    background:
        linear-gradient(130deg, rgba(255, 255, 255, 0.035), transparent 55%),
        var(--landing-surface);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.landing-workflow-number {
    position: relative;
    z-index: 1;
    width: 3.25rem;
    height: 3.25rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(85, 230, 175, 0.24);
    border-radius: 1rem;
    background: #0c2019;
    color: var(--landing-green);
    font-family: var(--landing-display);
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 0 0 0.45rem var(--landing-surface);
}

.landing-workflow-list h3 {
    margin: 0;
    font-family: var(--landing-display);
    font-size: 1.18rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.landing-workflow-list p {
    max-width: 40rem;
    margin: 0.45rem 0 0;
    color: var(--landing-muted);
    font-size: 0.82rem;
    line-height: 1.65;
}

.landing-workflow-tag {
    padding: 0.42rem 0.65rem;
    border: 1px solid rgba(106, 184, 255, 0.18);
    border-radius: 999px;
    background: rgba(106, 184, 255, 0.07);
    color: #a7cff5;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.landing-workflow-tag-accent {
    border-color: rgba(85, 230, 175, 0.22);
    background: rgba(85, 230, 175, 0.08);
    color: var(--landing-green-bright);
}

/* Adaptive load */

.landing-adaptive {
    overflow: hidden;
    border-top: 1px solid rgba(223, 245, 236, 0.08);
    border-bottom: 1px solid rgba(223, 245, 236, 0.08);
    background:
        radial-gradient(circle at 18% 48%, rgba(50, 135, 107, 0.2), transparent 28rem),
        #091310;
}

.landing-adaptive-layout {
    display: grid;
    grid-template-columns: minmax(22rem, 0.86fr) minmax(0, 1.14fr);
    align-items: center;
    gap: clamp(3.5rem, 9vw, 9rem);
}

.landing-adaptive-visual {
    position: relative;
    min-height: 46rem;
    display: grid;
    place-items: center;
}

.landing-phone-frame {
    position: relative;
    width: min(100%, 23rem);
    padding: 0.55rem;
    border: 1px solid rgba(223, 245, 236, 0.2);
    border-radius: 2.5rem;
    background: linear-gradient(145deg, #1b2b26, #07100d);
    box-shadow:
        0 2.5rem 6rem rgba(0, 0, 0, 0.48),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.landing-phone-speaker {
    position: absolute;
    top: 1rem;
    left: 50%;
    z-index: 2;
    width: 4.2rem;
    height: 1.1rem;
    border-radius: 999px;
    background: #040807;
    transform: translateX(-50%);
}

.landing-phone-screen {
    height: 43rem;
    overflow: hidden;
    border-radius: 2rem;
    background: #080d0c;
}

.landing-phone-screen img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 42%;
}

.landing-adaptive-status {
    position: absolute;
    right: -4rem;
    bottom: 5rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--landing-line);
    border-radius: 1rem;
    background: rgba(8, 19, 16, 0.93);
    box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.42);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.landing-adaptive-status strong {
    color: #c8d6d0;
    font-size: 0.61rem;
    font-weight: 700;
}

.landing-status-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
}

.landing-status-success { background: var(--landing-green); }
.landing-status-partial { background: var(--landing-warm); }
.landing-status-failed { background: var(--landing-red); }

.landing-status-divider {
    width: 1px;
    height: 1rem;
    margin: 0 0.2rem;
    background: var(--landing-line);
}

.landing-adaptive-copy h2 {
    max-width: 15ch;
}

.landing-adaptive-lead {
    max-width: 40rem;
    color: var(--landing-muted);
}

.landing-adaptive-points {
    display: grid;
    gap: 0;
    margin-top: 2rem;
    border-top: 1px solid var(--landing-line);
}

.landing-adaptive-points article {
    display: grid;
    grid-template-columns: 2.25rem 1fr;
    gap: 1rem;
    padding: 1.35rem 0;
    border-bottom: 1px solid var(--landing-line);
}

.landing-adaptive-points article > span {
    color: var(--landing-green);
    font-family: var(--landing-display);
    font-size: 0.68rem;
    font-weight: 700;
}

.landing-adaptive-points h3 {
    margin: 0;
    font-family: var(--landing-display);
    font-size: 1rem;
    font-weight: 600;
}

.landing-adaptive-points p {
    margin: 0.35rem 0 0;
    color: var(--landing-muted);
    font-size: 0.8rem;
    line-height: 1.65;
}

/* Methods */

.landing-methods {
    background: #08100e;
}

.landing-methods .landing-section-heading-split > p {
    color: var(--landing-muted);
}

.landing-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
}

.landing-method-card {
    min-height: 31rem;
    display: flex;
    flex-direction: column;
    padding: clamp(1.5rem, 3vw, 2.4rem);
    overflow: hidden;
    border: 1px solid var(--landing-line);
    border-radius: 1.65rem;
    background: var(--landing-surface);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.landing-method-card-primary {
    background:
        radial-gradient(circle at 0 0, rgba(85, 230, 175, 0.18), transparent 45%),
        var(--landing-surface);
}

.landing-method-card-secondary {
    background:
        radial-gradient(circle at 100% 0, rgba(255, 183, 93, 0.14), transparent 45%),
        var(--landing-surface);
}

.landing-method-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.landing-method-monogram {
    min-width: 4rem;
    height: 4rem;
    display: grid;
    place-items: center;
    padding: 0 0.55rem;
    border: 1px solid rgba(85, 230, 175, 0.25);
    border-radius: 1.2rem;
    background: rgba(85, 230, 175, 0.1);
    color: var(--landing-green);
    font-family: var(--landing-display);
    font-size: 1.2rem;
    font-weight: 700;
}

.landing-method-monogram-warm {
    min-width: 5.4rem;
    border-color: rgba(255, 183, 93, 0.25);
    background: rgba(255, 183, 93, 0.08);
    color: var(--landing-warm);
}

.landing-method-badge {
    padding: 0.38rem 0.6rem;
    border: 1px solid var(--landing-line);
    border-radius: 999px;
    color: var(--landing-muted);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-align: right;
    text-transform: uppercase;
}

.landing-method-copy {
    margin-top: 3rem;
}

.landing-method-copy h3 {
    max-width: 19ch;
    margin: 0;
    font-family: var(--landing-display);
    font-size: clamp(1.6rem, 2.7vw, 2.35rem);
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.landing-method-copy p {
    max-width: 36rem;
    margin: 1rem 0 0;
    color: var(--landing-muted);
    font-size: 0.86rem;
    line-height: 1.72;
}

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

.landing-method-facts div {
    min-width: 0;
    padding: 0 1rem;
    border-left: 1px solid var(--landing-line);
}

.landing-method-facts div:first-child {
    padding-left: 0;
    border-left: 0;
}

.landing-method-facts dt {
    color: #71867d;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.landing-method-facts dd {
    margin: 0.35rem 0 0;
    color: #e9f0ed;
    font-family: var(--landing-display);
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.35;
}

.landing-disciplines {
    display: grid;
    grid-template-columns: minmax(12rem, 0.55fr) minmax(0, 1.45fr);
    align-items: center;
    gap: 2rem;
    margin-top: 1.15rem;
    padding: 1.5rem;
    border: 1px solid var(--landing-line);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.025);
}

.landing-disciplines-label {
    display: grid;
    line-height: 1.35;
}

.landing-disciplines-label span {
    color: var(--landing-green);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-disciplines-label strong {
    margin-top: 0.25rem;
    font-family: var(--landing-display);
    font-size: 0.9rem;
}

.landing-discipline-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.55rem;
}

.landing-discipline-list span {
    padding: 0.58rem 0.78rem;
    border: 1px solid var(--landing-line);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.025);
    color: #c9d6d1;
    font-size: 0.72rem;
    font-weight: 700;
}

/* Tools */

.landing-tools {
    background: #eef2eb;
    color: var(--landing-ink);
}

.landing-tools-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.landing-tool-card {
    position: relative;
    min-height: 20rem;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    overflow: hidden;
    border: 1px solid var(--landing-line-light);
    border-radius: 1.5rem;
    background: #fbfcf9;
    color: var(--landing-ink) !important;
    text-decoration: none;
    box-shadow: 0 1.2rem 2.8rem rgba(30, 58, 48, 0.07);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.landing-tool-card::before {
    content: "";
    position: absolute;
    top: -6rem;
    right: -6rem;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background: rgba(106, 184, 255, 0.08);
    transition: transform 240ms ease;
}

.landing-tool-card:nth-child(2)::before { background: rgba(85, 230, 175, 0.1); }
.landing-tool-card:nth-child(3)::before { background: rgba(255, 183, 93, 0.11); }

.landing-tool-card:hover {
    transform: translateY(-0.35rem);
    border-color: rgba(28, 117, 88, 0.3);
    box-shadow: 0 1.8rem 3.5rem rgba(30, 58, 48, 0.12);
}

.landing-tool-card:hover::before {
    transform: scale(1.2);
}

.landing-tool-icon {
    position: relative;
    z-index: 1;
    width: 3.4rem;
    height: 3.4rem;
    display: grid;
    place-items: center;
    border-radius: 1rem;
}

.landing-tool-icon svg {
    width: 1.65rem;
    height: 1.65rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-tool-icon-blue { background: rgba(62, 145, 224, 0.11); color: #267bc7; }
.landing-tool-icon-green { background: rgba(19, 145, 106, 0.11); color: #087f5f; }
.landing-tool-icon-warm { background: rgba(218, 131, 31, 0.11); color: #b4650d; }

.landing-tool-copy {
    position: relative;
    z-index: 1;
    display: grid;
    margin-top: 2.2rem;
}

.landing-tool-copy small {
    color: #607068;
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-tool-copy strong {
    margin-top: 0.45rem;
    font-family: var(--landing-display);
    font-size: 1.38rem;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.landing-tool-copy > span {
    margin-top: 0.6rem;
    color: var(--landing-ink-muted);
    font-size: 0.79rem;
    line-height: 1.62;
}

.landing-tool-arrow {
    position: relative;
    z-index: 1;
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    margin: auto 0 0 auto;
    border: 1px solid var(--landing-line-light);
    border-radius: 50%;
    color: #1e4a3c;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.landing-tool-arrow svg {
    width: 1.05rem;
    height: 1.05rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-tool-card:hover .landing-tool-arrow {
    transform: translateX(0.2rem);
    background: var(--landing-ink);
    color: #ffffff;
}

/* Access */

.landing-access {
    background: var(--landing-bg);
}

.landing-access-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.55fr);
    align-items: center;
    gap: clamp(3rem, 8vw, 7rem);
    padding: clamp(2rem, 6vw, 5rem);
    overflow: hidden;
    border: 1px solid rgba(139, 244, 202, 0.18);
    border-radius: 2rem;
    background:
        radial-gradient(circle at 0 0, rgba(85, 230, 175, 0.17), transparent 38rem),
        radial-gradient(circle at 100% 100%, rgba(106, 184, 255, 0.12), transparent 30rem),
        #0b1915;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.landing-access-copy {
    position: relative;
    z-index: 1;
}

.landing-access-copy h2 {
    max-width: 17ch;
    font-size: clamp(2.2rem, 4.1vw, 3.8rem);
}

.landing-access-copy > p:not(.landing-section-kicker) {
    max-width: 44rem;
    color: var(--landing-muted);
}

.landing-access-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
    margin-top: 1.75rem;
}

.landing-access-summary {
    position: relative;
    z-index: 1;
    padding: 1.5rem;
    border: 1px solid var(--landing-line);
    border-radius: 1.35rem;
    background: rgba(3, 10, 8, 0.52);
    box-shadow:
        0 1.5rem 3.5rem rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.landing-access-summary-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--landing-line);
}

.landing-access-summary-head span {
    color: var(--landing-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.landing-access-summary-head strong {
    color: var(--landing-green-bright);
    font-family: var(--landing-display);
    font-size: 2rem;
    letter-spacing: -0.05em;
}

.landing-access-summary ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.landing-access-summary li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--landing-line);
    color: #b5c5be;
    font-size: 0.72rem;
}

.landing-access-summary li strong {
    color: var(--landing-text);
    font-family: var(--landing-display);
    font-size: 0.72rem;
    text-align: right;
}

.landing-access-summary > p {
    margin: 1rem 0 0;
    color: #768b82;
    font-size: 0.65rem;
    line-height: 1.5;
}

/* FAQ */

.landing-faq {
    border-top: 1px solid rgba(223, 245, 236, 0.07);
    background: #06100d;
}

.landing-faq-layout {
    display: grid;
    grid-template-columns: minmax(16rem, 0.65fr) minmax(0, 1.35fr);
    align-items: start;
    gap: clamp(3rem, 10vw, 9rem);
}

.landing-faq-heading h2 {
    font-size: clamp(2.2rem, 3.8vw, 3.5rem);
}

.landing-faq-heading > p:not(.landing-section-kicker) {
    color: var(--landing-muted);
}

.landing-faq-heading .landing-text-link {
    margin-top: 1.5rem;
}

.landing-faq-list {
    border-top: 1px solid var(--landing-line);
}

.landing-faq-list details {
    border-bottom: 1px solid var(--landing-line);
}

.landing-faq-list summary {
    position: relative;
    min-height: 5.3rem;
    display: flex;
    align-items: center;
    padding: 1rem 3.5rem 1rem 0;
    color: var(--landing-text);
    font-family: var(--landing-display);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    list-style: none;
    cursor: pointer;
}

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

.landing-faq-list summary::before,
.landing-faq-list summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 1rem;
    height: 1.5px;
    border-radius: 999px;
    background: var(--landing-green);
    transition: transform 180ms ease;
}

.landing-faq-list summary::after {
    transform: rotate(90deg);
}

.landing-faq-list details[open] summary::after {
    transform: rotate(0);
}

.landing-faq-list details p {
    max-width: 45rem;
    margin: -0.25rem 0 0;
    padding: 0 3.5rem 1.5rem 0;
    color: var(--landing-muted);
    font-size: 0.83rem;
    line-height: 1.7;
}

/* Final CTA and footer */

.landing-final {
    position: relative;
    padding: clamp(5.5rem, 10vw, 9rem) 0;
    overflow: hidden;
    border-top: 1px solid rgba(139, 244, 202, 0.18);
    background:
        radial-gradient(circle at 50% 0, rgba(85, 230, 175, 0.2), transparent 38rem),
        linear-gradient(145deg, #0b2019, #07100e 62%);
    text-align: center;
}

.landing-final-grid {
    -webkit-mask-image: radial-gradient(circle at center, black, transparent 72%);
    mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.landing-final-inner {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
}

.landing-final h2 {
    max-width: 14ch;
}

.landing-final-inner > p:not(.landing-section-kicker) {
    max-width: 38rem;
    margin: 1.15rem 0 0;
    color: var(--landing-muted);
    font-size: 1rem;
}

.landing-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1.8rem;
}

.landing-footer {
    border-top: 1px solid var(--landing-line);
    background: #030806;
}

.landing-footer-main {
    display: grid;
    grid-template-columns: minmax(14rem, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(3rem, 10vw, 9rem);
    padding-top: 4rem;
    padding-bottom: 3.5rem;
}

.landing-footer-brand > p {
    max-width: 22rem;
    margin: 1.1rem 0 0;
    color: #788c83;
    font-size: 0.76rem;
    line-height: 1.65;
}

.landing-footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.landing-footer-links div {
    display: grid;
    align-content: start;
    gap: 0.55rem;
}

.landing-footer-links strong {
    margin-bottom: 0.35rem;
    color: #d8e4df;
    font-family: var(--landing-display);
    font-size: 0.74rem;
}

.landing-footer-links a {
    width: fit-content;
    min-height: 1.65rem;
    display: inline-flex;
    align-items: center;
    color: #788c83;
    font-size: 0.7rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 160ms ease;
}

.landing-footer-links a:hover {
    color: var(--landing-green);
}

.landing-footer-bottom {
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border-top: 1px solid var(--landing-line);
    color: #74877f;
    font-size: 0.65rem;
}

/* Responsive */

@media (max-width: 1120px) {
    .landing-nav {
        display: none;
    }

    .landing-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.82fr);
        gap: 2.5rem;
    }

    .landing-hero h1 {
        font-size: clamp(3.25rem, 6.4vw, 4.8rem);
    }

    .landing-float-card-progress {
        left: -1rem;
    }

    .landing-float-card-adaptive {
        right: -1rem;
    }

    .landing-capabilities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-capabilities article:nth-child(3) {
        border-top: 1px solid var(--landing-line);
        border-left: 0;
    }

    .landing-capabilities article:nth-child(4) {
        border-top: 1px solid var(--landing-line);
    }

    .landing-adaptive-status {
        right: -1rem;
    }
}

@media (max-width: 920px) {
    .landing-hero {
        padding-top: 4.5rem;
    }

    .landing-hero-layout {
        grid-template-columns: 1fr;
    }

    .landing-hero-copy {
        max-width: 47rem;
        padding-bottom: 0;
    }

    .landing-hero h1 {
        max-width: 13ch;
        font-size: clamp(3.5rem, 10vw, 5.4rem);
    }

    .landing-hero-visual {
        width: min(100%, 44rem);
        min-height: 43rem;
        margin-inline: auto;
    }

    .landing-device-hero {
        width: min(88%, 35rem);
        transform: none;
    }

    .landing-float-card-progress {
        left: 0;
    }

    .landing-float-card-adaptive {
        right: 0;
    }

    .landing-section-heading-split,
    .landing-workflow-layout,
    .landing-adaptive-layout,
    .landing-access-card,
    .landing-faq-layout {
        grid-template-columns: 1fr;
    }

    .landing-section-heading-split {
        align-items: start;
        gap: 1.4rem;
    }

    .landing-section-heading-split > p {
        max-width: 45rem;
        margin-top: 0;
    }

    .landing-workflow-intro {
        position: static;
        max-width: 44rem;
    }

    .landing-adaptive-layout {
        gap: 2.5rem;
    }

    .landing-adaptive-copy {
        grid-row: 1;
    }

    .landing-adaptive-copy h2 {
        max-width: 17ch;
    }

    .landing-adaptive-visual {
        grid-row: 2;
        min-height: 43rem;
    }

    .landing-tools-grid {
        grid-template-columns: 1fr;
    }

    .landing-platform-grid {
        grid-template-columns: 1fr;
    }

    .landing-tool-card {
        min-height: auto;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 1.2rem;
    }

    .landing-tool-copy {
        margin-top: 0;
    }

    .landing-tool-arrow {
        margin: 0;
    }

    .landing-access-card {
        gap: 2.5rem;
    }

    .landing-access-summary {
        max-width: 35rem;
    }

    .landing-faq-heading {
        max-width: 38rem;
    }
}

@media (max-width: 760px) {
    .landing-container {
        width: min(100% - 2rem, 1240px);
    }

    .landing-header-inner {
        min-height: 4.35rem;
        gap: 1rem;
    }

    .landing-brand-mark {
        width: 2.4rem;
        height: 2.4rem;
        flex-basis: 2.4rem;
        border-radius: 0.78rem;
    }

    .landing-brand-mark img {
        width: 2.1rem;
        height: 2.1rem;
    }

    .landing-brand-copy small,
    .landing-login-link {
        display: none;
    }

    .landing-header-actions {
        gap: 0;
    }

    .landing-header-cta {
        min-height: 2.55rem;
        padding: 0.68rem 0.85rem;
        border-radius: 0.75rem;
        font-size: 0.76rem;
    }

    .landing-hero {
        min-height: auto;
        padding: 3.6rem 0 1.5rem;
    }

    .landing-hero-grid,
    .landing-final-grid {
        background-size: 44px 44px;
    }

    .landing-hero h1 {
        font-size: clamp(2.75rem, 13.3vw, 4.2rem);
        letter-spacing: -0.06em;
    }

    .landing-hero-lead {
        font-size: 0.96rem;
        line-height: 1.68;
    }

    .landing-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .landing-hero-actions .landing-button {
        width: 100%;
    }

    .landing-trust-list {
        display: grid;
        gap: 0.55rem;
    }

    .landing-platform-card {
        border-radius: 1.35rem;
    }

    .landing-platform-sync {
        align-items: flex-start;
    }

    .landing-hero-visual {
        min-height: 36rem;
    }

    .landing-device-screen {
        height: 31.5rem;
    }

    .landing-float-card {
        min-width: 12.8rem;
        padding: 0.65rem;
    }

    .landing-float-card-progress {
        top: 2.5rem;
        left: -0.4rem;
    }

    .landing-float-card-adaptive {
        right: -0.4rem;
        bottom: 2.8rem;
    }

    .landing-capabilities {
        grid-template-columns: 1fr;
    }

    .landing-capabilities article {
        min-height: 6.2rem;
    }

    .landing-capabilities article + article,
    .landing-capabilities article:nth-child(3) {
        border-top: 1px solid var(--landing-line);
        border-left: 0;
    }

    .landing-section {
        padding: 4.5rem 0;
    }

    .landing-section-heading h2,
    .landing-workflow-intro h2,
    .landing-adaptive-copy h2,
    .landing-access-copy h2,
    .landing-faq-heading h2,
    .landing-final h2 {
        font-size: clamp(2.1rem, 10vw, 3rem);
    }

    .landing-product-grid,
    .landing-method-grid {
        grid-template-columns: 1fr;
    }

    .landing-product-card-plan {
        height: auto;
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .landing-product-shot-plan {
        height: 28rem;
        margin: 0 1.25rem;
    }

    .landing-product-card-diary,
    .landing-product-card-analytics {
        height: 35rem;
        min-height: 0;
    }

    .landing-workflow-list::before {
        display: none;
    }

    .landing-workflow-list li {
        grid-template-columns: 3rem minmax(0, 1fr);
        align-items: start;
        min-height: auto;
        padding: 1.2rem;
    }

    .landing-workflow-number {
        width: 2.75rem;
        height: 2.75rem;
        border-radius: 0.85rem;
        box-shadow: none;
    }

    .landing-workflow-tag {
        grid-column: 2;
        width: fit-content;
    }

    .landing-adaptive-visual {
        min-height: 39rem;
    }

    .landing-phone-frame {
        width: min(88%, 21rem);
    }

    .landing-phone-screen {
        height: 37rem;
    }

    .landing-adaptive-status {
        right: 0;
        bottom: 2rem;
        max-width: calc(100% - 1rem);
        flex-wrap: wrap;
        justify-content: center;
    }

    .landing-method-card {
        min-height: 29rem;
    }

    .landing-method-facts {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .landing-method-facts div,
    .landing-method-facts div:first-child {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.7rem 0;
        border-top: 1px solid var(--landing-line);
        border-left: 0;
    }

    .landing-disciplines {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .landing-discipline-list {
        justify-content: flex-start;
    }

    .landing-tools-grid {
        gap: 0.8rem;
    }

    .landing-tool-card {
        grid-template-columns: auto minmax(0, 1fr);
        padding: 1.2rem;
    }

    .landing-tool-arrow {
        display: none;
    }

    .landing-access-card {
        padding: 1.5rem;
        border-radius: 1.5rem;
    }

    .landing-access-actions {
        display: grid;
        align-items: stretch;
    }

    .landing-access-actions .landing-button {
        width: 100%;
    }

    .landing-access-actions .landing-text-link {
        justify-self: center;
    }

    .landing-final-actions {
        width: min(100%, 23rem);
        display: grid;
        grid-template-columns: 1fr;
    }

    .landing-footer-main {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .landing-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 0.25rem;
        padding: 1rem 0;
    }
}

@media (max-width: 480px) {
    .landing-container {
        width: min(100% - 1.5rem, 1240px);
    }

    .landing-brand {
        gap: 0.5rem;
    }

    .landing-brand-copy strong {
        font-size: 0.9rem;
    }

    .landing-header-cta {
        padding-inline: 0.72rem;
    }

    .landing-eyebrow {
        padding-inline: 0.58rem;
        font-size: 0.62rem;
        letter-spacing: 0.08em;
    }

    .landing-hero h1 {
        font-size: clamp(2.55rem, 13.6vw, 3.45rem);
    }

    .landing-hero-visual {
        min-height: 31rem;
    }

    .landing-device-hero {
        width: 100%;
    }

    .landing-device-bar {
        min-height: 2.6rem;
        grid-template-columns: 3.8rem minmax(0, 1fr) 3.8rem;
    }

    .landing-device-screen {
        height: 27rem;
    }

    .landing-float-card-progress {
        top: 1rem;
        left: -0.2rem;
    }

    .landing-float-card-adaptive {
        right: -0.2rem;
        bottom: 1rem;
    }

    .landing-float-icon {
        width: 2.1rem;
        height: 2.1rem;
        flex-basis: 2.1rem;
    }

    .landing-float-card {
        min-width: 11.8rem;
    }

    .landing-float-card small {
        font-size: 0.54rem;
    }

    .landing-float-card strong {
        font-size: 0.67rem;
    }

    .landing-product-card-copy {
        padding: 1.35rem;
    }

    .landing-platform-card {
        padding: 1.15rem;
    }

    .landing-platform-copy {
        margin-top: 1.8rem;
    }

    .landing-platform-card > .landing-button {
        width: 100%;
    }

    .landing-platform-sync {
        padding: 0.85rem;
    }

    .landing-product-shot-plan,
    .landing-product-shot-diary,
    .landing-product-shot-analytics {
        margin-inline: 0.8rem;
    }

    .landing-product-shot-plan {
        height: 24rem;
    }

    .landing-product-card-diary,
    .landing-product-card-analytics {
        height: 31rem;
        min-height: 0;
    }

    .landing-product-shot-diary,
    .landing-product-shot-analytics {
        min-height: 19rem;
    }

    .landing-method-topline {
        align-items: flex-start;
        flex-direction: column;
    }

    .landing-method-copy {
        margin-top: 2rem;
    }

    .landing-phone-frame {
        width: 100%;
    }

    .landing-adaptive-status {
        display: none;
    }

    .landing-disciplines {
        padding: 1.15rem;
    }

    .landing-discipline-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .landing-tool-icon {
        width: 2.8rem;
        height: 2.8rem;
    }

    .landing-tool-copy strong {
        font-size: 1.15rem;
    }

    .landing-access-summary li {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }

    .landing-access-summary li strong {
        text-align: left;
    }

    .landing-faq-list summary {
        font-size: 0.94rem;
    }

    .landing-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 2.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-shell *,
    .landing-shell *::before,
    .landing-shell *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (forced-colors: active) {
    .landing-hero h1 em {
        background: none;
        color: CanvasText;
    }

    .landing-button,
    .landing-tool-card,
    .landing-method-card,
    .landing-product-card,
    .landing-access-card {
        border: 1px solid ButtonText;
    }
}
