/* static/com/css/new_landing_page.css */

.new-landing-page {
    --nlp-bg: #07121a;
    --nlp-bg-2: #06121b;
    --nlp-bg-3: #091722;
    --nlp-panel: #04101a;
    --nlp-text: #ffffff;
    --nlp-text-soft: #cbd5e1;
    --nlp-text-muted: #94a3b8;
    --nlp-border: rgba(255, 255, 255, 0.10);
    --nlp-border-soft: rgba(255, 255, 255, 0.06);
    --nlp-teal: #2dd4bf;
    --nlp-cyan: #67e8f9;
    --nlp-blue: #60a5fa;
    --nlp-shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.35);
    --nlp-shadow-xl: 0 30px 90px rgba(0, 0, 0, 0.22);

    min-height: 100vh;
    background: var(--nlp-bg);
    color: var(--nlp-text);
}

.new-landing-page * {
    box-sizing: border-box;
}

.nlp-shell {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.nlp-eyebrow {
    margin-bottom: 16px;
    color: var(--nlp-teal);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.nlp-section-head {
    margin-bottom: 56px;
}

.nlp-section-title {
    max-width: 980px;
    margin: 0 0 24px;
    font-size: clamp(2.8rem, 5vw, 4rem);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.nlp-section-title--narrow {
    max-width: 620px;
}

.nlp-section-description {
    max-width: 760px;
    margin: 0;
    color: var(--nlp-text-muted);
    font-size: 1.12rem;
    line-height: 1.9;
}

.nlp-section-description--narrow {
    max-width: 580px;
}

.nlp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 18px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease;
}

.nlp-btn--primary {
    background: var(--nlp-teal);
    color: #04101a;
}

.nlp-btn--primary:hover {
    filter: brightness(1.04);
}

.nlp-btn--secondary,
.nlp-btn--ghost {
    border: 1px solid var(--nlp-border);
    background: rgba(255, 255, 255, 0.03);
    color: var(--nlp-text-soft);
}

.nlp-btn--secondary:hover,
.nlp-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.08);
}

.nlp-topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--nlp-border);
    backdrop-filter: blur(22px);
    background:
        radial-gradient(circle at 0% 0%, rgba(45, 212, 191, 0.12), transparent 40%),
        rgba(6, 18, 27, 0.80);
}

.nlp-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 80px;
    padding: 0 24px;
}

.nlp-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.nlp-brandmark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 18px;
    color: #04101a;
    background: linear-gradient(135deg, #99f6e4, #67e8f9);
    box-shadow: 0 10px 30px rgba(45, 212, 191, 0.25);
}

.nlp-brandmark__icon {
    opacity: 0.9;
}

.nlp-brand__name {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.nlp-brand__tagline {
    color: var(--nlp-text-muted);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.nlp-nav__links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nlp-nav__link {
    position: relative;
    padding-bottom: 4px;
    color: var(--nlp-text-soft);
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s ease;
}

.nlp-nav__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: var(--nlp-teal);
    transition: width 0.3s ease;
}

.nlp-nav__link:hover {
    color: #ffffff;
    text-shadow: 0 0 18px rgba(45, 212, 191, 0.25);
}

.nlp-nav__link:hover::after {
    width: 100%;
}

.nlp-nav__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.nlp-hero {
    background:
        radial-gradient(circle at top left, rgba(45, 212, 191, 0.12), transparent 28%),
        linear-gradient(90deg, #06121b 0%, #071722 50%, #0a1c28 100%);
}

.nlp-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 64px;
    padding: 96px 24px;
}

.nlp-hero__title {
    margin: 0 0 24px;
    font-size: clamp(3rem, 6vw, 5.5rem);
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: white;
}

.nlp-hero__title-accent {
    background: linear-gradient(90deg, var(--nlp-teal), var(--nlp-cyan), var(--nlp-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(3rem, 6vw, 5.5rem) !important;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: lowercase;
}

.nlp-hero__title-base {
    background-clip: text;
    color: white;
    font-size: clamp(3rem, 6vw, 5.5rem) !important;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: none;

}

.nlp-hero__description {
    max-width: 760px;
    margin: 0 0 32px;
    color: var(--nlp-text-soft);
    font-size: 1.2rem;
    line-height: 1.9;
}

.nlp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.nlp-hero__subtext {
    margin-top: 40px;
    color: var(--nlp-text-muted);
    font-size: 0.95rem;
}

.nlp-hero__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 440px;
}

.nlp-hero__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(34, 211, 238, 0.16), transparent 40%);
    filter: blur(54px);
}

.nlp-hero__image-wrap {
    position: relative;
    z-index: 10;
    width: 390px;
    height: 390px;
    overflow: hidden;
    border: 1px solid var(--nlp-border);
    border-radius: 34px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.nlp-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nlp-hero__image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55));
}

.nlp-bubble {
    position: absolute;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    border: 1px solid var(--nlp-border);
    border-radius: 999px;
    background: rgba(16, 33, 49, 0.95);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: var(--nlp-shadow-lg);
    backdrop-filter: blur(10px);
    animation-duration: 7.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.nlp-bubble__icon {
    color: var(--nlp-teal);
    font-size: 0.95rem;
}

.nlp-bubble--underwrite {
    top: 16px;
    left: 32px;
    animation-name: nlpBubbleOne;
}

.nlp-bubble--coordinate {
    top: 80px;
    right: 8px;
    animation-name: nlpBubbleTwo;
    animation-duration: 8.2s;
}

.nlp-bubble--present {
    left: 0;
    bottom: 80px;
    animation-name: nlpBubbleThree;
    animation-duration: 7.8s;
}

.nlp-bubble--sign {
    right: 32px;
    bottom: 16px;
    animation-name: nlpBubbleFour;
    animation-duration: 8.4s;
}

@keyframes nlpBubbleOne {
    0% { transform: translate(0, 0); }
    35% { transform: translate(14px, -12px); }
    70% { transform: translate(-10px, 10px); }
    100% { transform: translate(8px, -6px); }
}

@keyframes nlpBubbleTwo {
    0% { transform: translate(0, 0); }
    35% { transform: translate(-12px, 10px); }
    70% { transform: translate(10px, -14px); }
    100% { transform: translate(-8px, 7px); }
}

@keyframes nlpBubbleThree {
    0% { transform: translate(0, 0); }
    35% { transform: translate(10px, -8px); }
    70% { transform: translate(-13px, 12px); }
    100% { transform: translate(6px, -5px); }
}

@keyframes nlpBubbleFour {
    0% { transform: translate(0, 0); }
    35% { transform: translate(-10px, 12px); }
    70% { transform: translate(12px, -8px); }
    100% { transform: translate(-7px, 5px); }
}

.nlp-logos {
    overflow: hidden;
    border-top: 1px solid var(--nlp-border-soft);
    border-bottom: 1px solid var(--nlp-border-soft);
    background: #091722;
    padding: 24px 0;
}

.nlp-logos__track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: nlpLogos 26s linear infinite;
}

@keyframes nlpLogos {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.nlp-logo-pill {
    min-width: 220px;
    padding: 16px 24px;
    border: 1px solid var(--nlp-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--nlp-text-soft);
    text-align: center;
    font-size: 1.2rem;
    font-family: var(--site-ff);
}

.nlp-product-section {
    padding: 96px 0 520px;
}

.nlp-product-feature {
    position: relative;
    width: 100%;
    height: 720px;
    overflow: visible;
}

.nlp-product-feature__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 44%;
}

.nlp-product-feature__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(7, 18, 26, 0.4), rgba(7, 18, 26, 0.6), rgba(7, 18, 26, 0.95));
}

.nlp-product-feature__cards {
    position: absolute;
    left: 50%;
    top: 80%;
    width: min(1200px, calc(100% - 48px));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    transform: translateX(-50%);
}

.nlp-product-card {
    padding: 32px;
    border: 1px solid var(--nlp-border);
    border-radius: 28px;
    background: rgba(7, 18, 26, 0.85);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(18px);
}

.nlp-product-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.nlp-product-card__icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--nlp-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
}

.nlp-product-card__icon {
    color: var(--nlp-teal);
    font-size: 1.1rem;
}

.nlp-tag {
    display: inline-flex;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1;
}

.nlp-tag--core {
    border-color: rgba(52, 211, 153, 0.2);
    background: rgba(52, 211, 153, 0.1);
    color: #bbf7d0;
}

.nlp-tag--live {
    border-color: rgba(34, 211, 238, 0.2);
    background: rgba(34, 211, 238, 0.1);
    color: #cffafe;
}

.nlp-product-card__title {
    margin: 0 0 8px;
    font-size: 1.9rem;
    font-weight: 700;
}

.nlp-product-card__subtitle {
    margin-bottom: 16px;
    color: rgba(45, 212, 191, 0.7);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.nlp-product-card__description {
    margin: 0 0 20px;
    color: var(--nlp-text-soft);
    line-height: 1.8;
}

.nlp-product-card__point {
    color: #e2e8f0;
    font-size: 0.95rem;
}

.nlp-product-card__point + .nlp-product-card__point {
    margin-top: 8px;
}

.nlp-audience {
    padding: 96px 24px;
    background: linear-gradient(90deg, #091722 0%, #0b1a25 48%, #0d1d29 100%);
}

.nlp-audience__grid {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 40px;
    align-items: start;
}

.nlp-toggle {
    display: inline-flex;
    margin: 32px 0;
    padding: 6px;
    border: 1px solid var(--nlp-border);
    border-radius: 18px;
    background: #07121a;
}

.nlp-toggle__btn {
    min-height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: var(--nlp-text-soft);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.18s ease;
}

.nlp-toggle__btn.is-active {
    background: #ffffff;
    color: #0f172a;
}

.nlp-audience__image-wrap {
    max-width: 620px;
    overflow: hidden;
    border: 1px solid var(--nlp-border);
    border-radius: 22px;
    box-shadow: var(--nlp-shadow-lg);
}

.nlp-audience__image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.nlp-audience__panel {
    padding: 40px;
    border: 1px solid var(--nlp-border);
    border-radius: 34px;
    background: #04101a;
    box-shadow: var(--nlp-shadow-xl);
}

.nlp-audience__panel-eyebrow {
    margin-bottom: 20px;
    color: var(--nlp-teal);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.nlp-audience__panel-title {
    margin: 0 0 24px;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.nlp-audience__panel-paragraph {
    margin: 0 0 36px;
    color: var(--nlp-text-muted);
    font-size: 1.12rem;
    line-height: 1.9;
}

.nlp-audience__bullets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.nlp-audience__bullet {
    display: flex;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--nlp-border);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.03);
}

.nlp-audience__bullet-icon {
    color: var(--nlp-teal);
    font-weight: 700;
}

.nlp-audience__bullet-text {
    color: var(--nlp-text-soft);
    line-height: 1.8;
}

.nlp-audience__cta {
    margin-top: 32px;
}

.nlp-pricing {
    padding: 96px 24px;
}

.nlp-pricing__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
}

.nlp-pricing-card {
    position: relative;
    overflow: visible;
    border: 2px solid var(--plan-accent);
    border-radius: 22px;
    background: rgba(7, 18, 26, 0.90);
    color: #e2e8f0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(18px);
}

.nlp-pricing-card__badge {
    position: absolute;
    top: -20px;
    left: 20px;
    padding: 14px 16px;
    border-radius: 999px;
    background: var(--plan-accent);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.nlp-pricing-card__header {
    padding: 56px 24px 24px;
    border-bottom: 1px solid var(--nlp-border);
    text-align: center;
}

.nlp-pricing-card__name {
    font-size: 2.1rem;
    font-weight: 600;
}

.nlp-pricing-card__subtitle {
    margin-top: 24px;
    color: #e2e8f0;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.7;
}

.nlp-pricing-card__price {
    margin-top: 24px;
    font-size: 2.2rem;
    font-weight: 600;
}

.nlp-pricing-card__price span,
.nlp-pricing-card__billing {
    color: var(--nlp-text-muted);
}

.nlp-pricing-card__billing {
    margin-top: 8px;
    font-size: 0.95rem;
}

.nlp-pricing-card__body {
    min-height: 330px;
    padding: 24px;
}

.nlp-pricing-card__feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1rem;
    line-height: 1.75;
}

.nlp-pricing-card__feature + .nlp-pricing-card__feature {
    margin-top: 16px;
}

.nlp-pricing-card__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 6px;
    color: var(--nlp-teal);
    font-size: 0.75rem;
    font-weight: 700;
}

.nlp-pricing-card__footer {
    padding: 0 24px 24px;
}

.nlp-pricing-card__cta {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 56px;
    border-radius: 14px;
    background: var(--plan-accent);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.nlp-footer {
    padding: 48px 24px;
    border-top: 1px solid var(--nlp-border);
    color: #ffffff;
    backdrop-filter: blur(22px);
    background:
        radial-gradient(circle at 100% 100%, rgba(45, 212, 191, 0.25), transparent 45%),
        linear-gradient(to top left, #06121b, #07121a);
}

.nlp-footer__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.nlp-footer__brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.nlp-footer__brand-name {
    font-size: 1.25rem;
    font-weight: 700;
}

.nlp-footer__tagline {
    color: #d1d5db;
    font-size: 0.95rem;
}

.nlp-footer__heading {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 700;
}

.nlp-footer__links,
.nlp-footer__legal {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nlp-footer__links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nlp-footer__links a,
.nlp-footer__legal a {
    color: #d1d5db;
    text-decoration: none;
}

.nlp-footer__links a:hover,
.nlp-footer__legal a:hover {
    color: #ffffff;
}

.nlp-footer__socials {
    display: flex;
    gap: 12px;
}

.nlp-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.nlp-footer__social:hover {
    transform: scale(1.05);
}

.nlp-footer__social:first-child {
    background: #2563eb;
}

.nlp-footer__social:last-child {
    background: #dc2626;
}

.nlp-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid var(--nlp-border);
    color: #9ca3af;
    font-size: 0.95rem;
}

@media (max-width: 1279px) {
    .nlp-pricing__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nlp-audience__grid {
        grid-template-columns: 1fr;
    }

    .nlp-audience__bullets {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .nlp-nav__links {
        display: none;
    }

    .nlp-hero__grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .nlp-product-feature {
        height: 640px;
    }

    .nlp-product-feature__cards {
        grid-template-columns: 1fr;
        top: 78%;
    }
}

@media (max-width: 767px) {
    .nlp-shell {
        width: min(100% - 32px, 1280px);
    }

    .nlp-nav {
        padding: 0 16px;
    }

    .nlp-btn--ghost {
        display: none;
    }

    .nlp-hero__grid,
    .nlp-audience,
    .nlp-pricing,
    .nlp-footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .nlp-hero__image-wrap {
        width: 320px;
        height: 320px;
    }

    .nlp-bubble {
        padding: 12px 16px;
        font-size: 0.9rem;
    }

    .nlp-bubble--underwrite { top: -8px; left: 8px; }
    .nlp-bubble--coordinate { top: 48px; right: 0; }
    .nlp-bubble--present { bottom: 60px; left: 0; }
    .nlp-bubble--sign { right: 10px; bottom: -4px; }

    .nlp-product-section {
        padding-bottom: 720px;
    }

    .nlp-pricing__grid,
    .nlp-footer__grid,
    .nlp-footer__bottom {
        grid-template-columns: 1fr;
        display: grid;
    }

    .nlp-footer__legal {
        gap: 8px;
    }
}

.nlp-nav__actions .nlp-btn {
    padding: 0rem 1.25rem;
}

.gradient-text {
    background: linear-gradient(
        90deg,
        #5eead4,
        #67e8f9,
        #93c5fd
    );
    background-size: 200% auto;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: gradientShift 6s ease infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.nlp-product-section .nlp-section-title, .nlp-product-section .nlp-product-card__title {
    color: white !important;
    text-transform: inherit;
}

.nlp-audience .nlp-section-title, .nlp-audience .nlp-audience__panel-title {
    color: white !important;
    text-transform: inherit;
}

.nlp-pricing .nlp-section-title {
    color: white !important;
    text-transform: inherit;
}

a.nlp-btn {
    padding: 0rem 1.25rem;
}