.thread-landing {
    color: var(--thread-ink);
    background: #fff;
}

.thread-landing .layout-navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    max-width: 1180px;
    padding-top: 18px;
}

.thread-landing .landing-navbar {
    min-height: 62px;
    color: #fff;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
}

.thread-landing .app-brand-text,
.thread-landing .landing-navbar .nav-link {
    color: rgba(255,255,255,.72) !important;
}

.thread-landing .app-brand-text {
    color: #fff !important;
    font-size: 1.28rem;
    font-weight: 750 !important;
    letter-spacing: -.04em;
}

.thread-landing .app-brand-logo img {
    width: 34px;
    height: 34px;
}

.thread-landing .landing-navbar .nav-link {
    padding: .55rem .8rem !important;
    font-size: .9rem;
    border-radius: 8px;
}

.thread-landing .landing-navbar .nav-link:hover {
    color: #fff !important;
    background: rgba(255,255,255,.07);
}

.thread-landing .landing-navbar .btn-secondary {
    color: #fff !important;
    background: rgba(255,255,255,.06) !important;
    border: 1px solid rgba(255,255,255,.16) !important;
}

.thread-landing .section-py {
    padding-top: 92px;
    padding-bottom: 92px;
}

.thread-landing #landingHero {
    position: relative;
    min-height: 700px;
    padding: 150px 0 90px;
    color: #fff;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        radial-gradient(circle at 16% 22%, rgba(53, 111, 202, .32), transparent 28rem),
        radial-gradient(circle at 82% 45%, rgba(39, 126, 191, .16), transparent 30rem),
        #081a32;
    background-size: 64px 64px, 64px 64px, auto, auto, auto;
    overflow: hidden;
}

.thread-landing #landingHero::after {
    content: "";
    position: absolute;
    right: -10%;
    bottom: -45%;
    width: 680px;
    height: 680px;
    background: rgba(58, 124, 213, .14);
    filter: blur(90px);
    border-radius: 50%;
}

.thread-landing .thread-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    align-items: center;
    gap: 72px;
}

.thread-landing .thread-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 26px;
    padding: 7px 13px;
    color: #c4d4e9;
    font-size: .84rem;
    font-weight: 600;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
}

.thread-landing .thread-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #5d99ed;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(93, 153, 237, .1);
}

.thread-landing .hero-title {
    max-width: 720px;
    margin: 0;
    color: #fff !important;
    font-size: clamp(2.65rem, 4.7vw, 4.5rem);
    font-weight: 750;
    line-height: 1.04;
    letter-spacing: -.055em;
}

.thread-landing .thread-gradient-text {
    color: transparent;
    background: linear-gradient(90deg, #5b91ed, #42bdd4);
    -webkit-background-clip: text;
    background-clip: text;
}

.thread-landing .thread-hero-copy {
    max-width: 630px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.64);
    font-size: 1.15rem;
    line-height: 1.7;
}

.thread-landing .thread-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.thread-landing .thread-hero-actions .btn {
    min-height: 52px;
    padding: 0 24px;
    border-radius: 12px;
}

.thread-landing .thread-hero-actions .btn-secondary {
    color: #fff !important;
    background: rgba(255,255,255,.045) !important;
    border: 1px solid rgba(255,255,255,.16) !important;
}

.thread-landing .thread-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin: 30px 0 0;
    padding: 0;
    color: rgba(255,255,255,.53);
    font-size: .83rem;
    list-style: none;
}

.thread-landing .thread-proof li::before {
    content: "✓";
    margin-right: 7px;
    color: #70a4ee;
}

.thread-product-card {
    position: relative;
    min-height: 440px;
    padding: 18px;
    background: rgba(14, 41, 73, .8);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(1, 11, 27, .38);
    backdrop-filter: blur(18px);
}

.thread-product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    color: rgba(255,255,255,.42);
    font-size: .72rem;
    border-bottom: 1px solid rgba(255,255,255,.09);
}

.thread-product-dots {
    display: flex;
    gap: 6px;
}

.thread-product-dots span {
    width: 8px;
    height: 8px;
    background: #5f99e7;
    border-radius: 50%;
}

.thread-product-dots span:nth-child(2) { opacity: .65; }
.thread-product-dots span:nth-child(3) { opacity: .35; }

.thread-product-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding-top: 18px;
}

.thread-metric,
.thread-feed-item,
.thread-chart {
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.085);
    border-radius: 13px;
}

.thread-metric {
    padding: 16px;
}

.thread-metric span {
    display: block;
    color: rgba(255,255,255,.45);
    font-size: .7rem;
}

.thread-metric strong {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-size: 1.45rem;
}

.thread-chart {
    grid-column: 1 / -1;
    height: 152px;
    padding: 20px;
    overflow: hidden;
}

.thread-chart-bars {
    display: flex;
    align-items: end;
    height: 100%;
    gap: 10px;
}

.thread-chart-bars i {
    flex: 1;
    min-height: 22%;
    background: linear-gradient(180deg, #5591e7, rgba(62, 125, 206, .22));
    border-radius: 5px 5px 2px 2px;
}

.thread-chart-bars i:nth-child(2) { height: 48%; }
.thread-chart-bars i:nth-child(3) { height: 72%; }
.thread-chart-bars i:nth-child(4) { height: 59%; }
.thread-chart-bars i:nth-child(5) { height: 88%; }
.thread-chart-bars i:nth-child(6) { height: 74%; }
.thread-chart-bars i:nth-child(7) { height: 100%; }

.thread-feed-item {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 15px;
    color: rgba(255,255,255,.7);
    font-size: .78rem;
}

.thread-feed-item i {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    color: #75a8ee;
    background: rgba(75, 137, 222, .15);
    border-radius: 9px;
}

.thread-landing #landingFeatures,
.thread-landing #landingTeam {
    background: #f4f7fb !important;
}

.thread-landing #landingPricing,
.thread-landing #landingContact {
    background: #fff;
}

.thread-landing section h6.text-center {
    color: var(--thread-primary);
    font-size: .72rem;
    letter-spacing: .11em;
}

.thread-landing section h6.text-center img {
    display: none;
}

.thread-landing section h3.text-center {
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 720;
}

.thread-landing section p.text-center {
    color: var(--thread-muted);
}

.thread-landing .bg-icon-left,
.thread-landing .bg-icon-right {
    background-image: none !important;
}

.thread-landing section .card {
    border: 1px solid var(--thread-border) !important;
    border-radius: 20px;
    box-shadow: 0 4px 18px rgba(18, 42, 75, .045) !important;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.thread-landing section .card:hover {
    transform: translateY(-3px);
    border-color: #b7c9df !important;
    box-shadow: var(--thread-shadow) !important;
}

.thread-landing .landing-pricing .card-header,
.thread-landing .landing-pricing .card-body {
    padding: 26px;
}

.thread-landing .landing-pricing .card-header {
    background: transparent;
}

.thread-landing .landing-pricing .border-primary {
    border-color: var(--thread-primary) !important;
    box-shadow: 0 16px 40px rgba(53, 111, 202, .11) !important;
}

.thread-landing-plan-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.thread-landing-seat-calculator {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
    gap: 28px;
    align-items: center;
    max-width: 920px;
    margin: 0 auto 28px;
    padding: 25px 28px;
    color: #fff;
    background: linear-gradient(135deg, #263f43, #315558);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(30, 66, 67, .14);
}
.thread-landing-seat-calculator label,
.thread-landing-seat-calculator > div > span,
.thread-landing-seat-calculator small,
.thread-landing-seat-calculator strong { display: block; }
.thread-landing-seat-calculator > div > span { margin-bottom: 5px; color: #87ccc6; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.thread-landing-seat-calculator label { margin-bottom: 11px; color: #fff; font-size: 1.15rem; font-weight: 700; }
.thread-landing-seat-calculator input { max-width: 260px; color: #28464a; background: #fff; }
.thread-landing-seat-calculator small { color: rgba(255,255,255,.62); }
.thread-landing-seat-calculator strong { margin: 4px 0; color: #8dd4cd; font-size: 2rem; }
.thread-landing-seat-calculator [data-average-rate] { color: rgba(255,255,255,.8); font-size: .75rem; }
.thread-landing-seat-calculator [data-price-breakdown] { margin-top: 10px; color: rgba(255,255,255,.54); font-size: .66rem; line-height: 1.5; }
.thread-landing-pricing-note { max-width: 850px; margin: 20px auto 0; color: #718486; font-size: .76rem; text-align: center; }

.thread-landing-plan-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 25px 22px;
    background: #fff;
    border: 1px solid var(--thread-border);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(23, 53, 58, .05);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.thread-landing-plan-card:hover {
    border-color: #9dc9c5;
    box-shadow: 0 18px 42px rgba(34, 94, 91, .1);
    transform: translateY(-4px);
}

.thread-landing-plan-range {
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 6px 10px;
    color: #357e79;
    font-size: .72rem;
    font-weight: 700;
    background: #e8f4f2;
    border-radius: 999px;
}

.thread-landing-plan-card h3 {
    min-height: 52px;
    margin: 0 0 18px;
    color: var(--thread-ink);
    font-size: 1.25rem;
}

.thread-landing-plan-price {
    display: flex;
    gap: 9px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5eceb;
}

.thread-landing-plan-price strong {
    color: #24474a;
    font-size: 1.55rem;
    white-space: nowrap;
}

.thread-landing-plan-price span {
    color: var(--thread-muted);
    font-size: .7rem;
    line-height: 1.35;
}

.thread-landing-plan-card ul {
    display: grid;
    flex: 1;
    gap: 10px;
    margin: 20px 0 24px;
    padding: 0;
    color: #53666d;
    font-size: .78rem;
    list-style: none;
}

.thread-landing-plan-card li i {
    margin-right: 5px;
    color: var(--thread-primary);
}

@media (max-width: 1199.98px) {
    .thread-landing-plan-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
    .thread-landing-seat-calculator { grid-template-columns: minmax(0, 1fr); }
    .thread-landing-plan-grid { grid-template-columns: minmax(0, 1fr); }
    .thread-landing-plan-card h3 { min-height: 0; }
}

.thread-landing .features-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    background: var(--thread-primary-soft);
    border-radius: 13px;
}

.thread-landing .features-icon img {
    max-width: 28px;
}

.thread-landing .landing-footer {
    color: #aebed1;
    background: var(--thread-ink) !important;
}

.thread-landing .footer-bottom {
    background: transparent !important;
}

@media (max-width: 991.98px) {
    .thread-landing .layout-navbar {
        padding: 12px 10px 0;
    }

    .thread-landing .landing-navbar {
        background: rgba(8, 26, 50, .92) !important;
        border: 1px solid rgba(255,255,255,.1) !important;
        border-radius: 14px;
    }

    .thread-landing .landing-nav-menu {
        background: #fff;
    }

    .thread-landing .landing-nav-menu .nav-link {
        color: var(--thread-ink) !important;
    }

    .thread-landing .thread-hero-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .thread-product-card {
        min-height: 390px;
    }
}

@media (max-width: 575.98px) {
    .thread-landing #landingHero {
        padding-top: 125px;
    }

    .thread-landing .hero-title {
        font-size: 2.55rem;
    }

    .thread-landing .thread-hero-copy {
        font-size: 1rem;
    }

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

    .thread-product-card {
        min-height: 360px;
        padding: 14px;
    }

    .thread-landing .section-py {
        padding-top: 68px;
        padding-bottom: 68px;
    }
}

/* Distinct landing direction: graphite surfaces and flowing "thread" lines. */
.thread-landing {
    --thread-primary: #5b9f9c;
    --thread-primary-hover: #4b8b88;
    --thread-primary-soft: #e5f1f0;
    --thread-cyan: #73c3bd;
    --thread-ink: #1c2932;
    --thread-ink-soft: #344550;
    --thread-muted: #71818a;
    --thread-border: #d9e4e3;
    --thread-body: #f3f7f6;
}

.thread-landing .layout-navbar {
    color: #fff;
}

.thread-landing .landing-navbar {
    background: rgba(25, 42, 45, .78) !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(8, 20, 22, .2) !important;
    backdrop-filter: blur(18px);
}

.thread-landing .app-brand-text {
    color: #fff !important;
}

.thread-landing .landing-navbar .nav-link {
    color: rgba(255, 255, 255, .7) !important;
}

.thread-landing .landing-navbar .nav-link:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, .08);
}

.thread-landing .landing-navbar .navbar-toggler {
    color: #fff;
}

.thread-landing .landing-navbar .btn-secondary {
    color: #fff !important;
    background: rgba(255, 255, 255, .06) !important;
    border-color: rgba(255, 255, 255, .18) !important;
}

.thread-landing #landingHero {
    color: #fff;
    background:
        radial-gradient(circle at 8% 18%, rgba(83, 145, 141, .3), transparent 30rem),
        radial-gradient(circle at 90% 10%, rgba(118, 96, 137, .2), transparent 26rem),
        radial-gradient(circle at 72% 92%, rgba(78, 135, 133, .22), transparent 30rem),
        linear-gradient(145deg, #17282b 0%, #203437 52%, #29353d 100%);
}

.thread-landing #landingHero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .72;
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='720' viewBox='0 0 1440 720' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M-80 540 C 170 350, 330 680, 590 480 S 1010 260, 1510 410' stroke='%2390c5c1' stroke-opacity='.16' stroke-width='2'/%3E%3Cpath d='M-120 590 C 210 380, 370 720, 650 500 S 1080 300, 1530 470' stroke='%23c0a6cd' stroke-opacity='.12' stroke-width='1.5'/%3E%3Cpath d='M160 -60 C 310 150, 120 260, 360 360 S 760 390, 820 760' stroke='%23ffffff' stroke-opacity='.07' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: cover;
    pointer-events: none;
}

.thread-landing #landingHero::after {
    right: -12%;
    bottom: -55%;
    width: 620px;
    height: 620px;
    background: rgba(91, 159, 156, .18);
    filter: blur(100px);
}

.thread-landing .thread-kicker {
    color: rgba(255, 255, 255, .78);
    background: rgba(255, 255, 255, .055);
    border-color: rgba(255, 255, 255, .13);
}

.thread-landing .thread-kicker::before {
    background: #72b8b3;
    box-shadow: 0 0 0 5px rgba(114, 184, 179, .12);
}

.thread-landing .hero-title {
    color: #fff !important;
}

.thread-landing .thread-gradient-text {
    background: linear-gradient(90deg, #72c2bc, #aea1c4);
    -webkit-background-clip: text;
    background-clip: text;
}

.thread-landing .thread-hero-copy {
    color: rgba(255, 255, 255, .66);
}

.thread-landing .thread-hero-actions .btn-secondary {
    color: #fff !important;
    background: rgba(255, 255, 255, .055) !important;
    border-color: rgba(255, 255, 255, .17) !important;
}

.thread-landing .thread-proof {
    color: rgba(255, 255, 255, .52);
}

.thread-landing .thread-proof li::before {
    color: #77bbb7;
}

.thread-landing .thread-product-card {
    background: rgba(25, 48, 51, .82);
    border-color: rgba(255, 255, 255, .11);
    box-shadow: 0 30px 80px rgba(5, 17, 19, .34);
    backdrop-filter: blur(20px);
}

.thread-landing .thread-product-top {
    color: rgba(255, 255, 255, .43);
    border-bottom-color: rgba(255, 255, 255, .1);
}

.thread-landing .thread-product-dots span {
    background: #73b9b4;
}

.thread-landing .thread-metric,
.thread-landing .thread-feed-item,
.thread-landing .thread-chart {
    background: rgba(255, 255, 255, .045);
    border-color: rgba(255, 255, 255, .09);
}

.thread-landing .thread-metric span {
    color: rgba(255, 255, 255, .45);
}

.thread-landing .thread-metric strong {
    color: #fff;
}

.thread-landing .thread-chart-bars i {
    background: linear-gradient(180deg, #6fb5b1, rgba(111, 181, 177, .18));
}

.thread-landing .thread-feed-item {
    color: rgba(255, 255, 255, .67);
}

.thread-landing .thread-feed-item i {
    color: #78c0bb;
    background: rgba(105, 176, 171, .12);
}

.thread-landing #landingFeatures,
.thread-landing #landingTeam {
    background: #f1f6f5 !important;
}

.thread-landing .landing-footer {
    color: #c2cfce;
    background: #293a3d !important;
}

@media (max-width: 991.98px) {
    .thread-landing .landing-navbar {
        background: rgba(25, 42, 45, .95) !important;
    }
}
