:root {
    --future-ink: #101624;
    --future-muted: #647084;
    --future-panel: rgba(255, 255, 255, 0.82);
    --future-line: rgba(16, 22, 36, 0.1);
    --future-primary-soft: color-mix(in srgb, var(--future-primary) 13%, transparent);
    --future-secondary-soft: color-mix(in srgb, var(--future-secondary) 16%, transparent);
}

html {
    scroll-behavior: smooth;
}

.future-public-shell {
    background:
        linear-gradient(90deg, rgba(16, 22, 36, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(16, 22, 36, 0.04) 1px, transparent 1px),
        #f7f9fc;
    background-size: 72px 72px;
    color: var(--future-ink);
    overflow-x: hidden;
}

.future-public-shell .container {
    position: relative;
    z-index: 1;
}

.future-vue-effects {
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: 0;
}

.future-scan-line {
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--future-primary) 26%, transparent), transparent 48%),
        linear-gradient(315deg, color-mix(in srgb, var(--future-secondary) 22%, transparent), transparent 52%);
    border-radius: 50%;
    display: block;
    filter: blur(34px);
    height: 360px;
    opacity: 0.42;
    position: absolute;
    transition: transform 220ms ease-out;
    width: 360px;
}

.future-grid-pulse {
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--future-primary) 18%, transparent), transparent);
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 24vh;
    transform: translateY(-50%);
}

.future-public-shell .header {
    backdrop-filter: blur(18px);
    background: rgba(247, 249, 252, 0.86);
    border-bottom: 1px solid var(--future-line);
    box-shadow: 0 18px 40px rgba(16, 22, 36, 0.06);
    position: sticky;
    top: 0;
    z-index: 20;
}

.future-public-shell .navbar-logo {
    max-height: 42px;
    object-fit: contain;
}

.future-public-shell .nav-link,
.future-public-shell .dropdown-toggle {
    border-radius: 8px;
    color: var(--future-muted) !important;
    font-weight: 600;
    letter-spacing: 0;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.future-public-shell .nav-link:hover,
.future-public-shell .nav-link.active,
.future-public-shell .dropdown-toggle:hover {
    background: rgba(255, 255, 255, 0.7);
    color: var(--future-ink) !important;
    transform: translateY(-1px);
}

.future-public-shell .btn,
.future-public-shell input[type="submit"] {
    border-radius: 8px !important;
    box-shadow: none !important;
    font-weight: 700;
    letter-spacing: 0;
}

.future-public-shell .btn-orange,
.future-public-shell .btn-pink,
.future-public-shell .btn-primary,
.future-public-shell .btn-success {
    background: linear-gradient(135deg, var(--future-primary), var(--future-secondary)) !important;
    border: 0 !important;
    color: #fff !important;
}

.future-public-shell .btn-white {
    background: #fff !important;
    border: 1px solid var(--future-line) !important;
    color: var(--future-ink) !important;
}

.future-public-shell .hero-section {
    background:
        radial-gradient(circle at top left, var(--future-primary-soft), transparent 32rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.8));
    min-height: calc(100vh - 72px);
    overflow: hidden;
    padding: clamp(96px, 12vw, 148px) 0 clamp(64px, 8vw, 104px);
    position: relative;
}

.future-public-shell > section:first-of-type,
.future-public-shell > div > section:first-of-type {
    background:
        radial-gradient(circle at top left, var(--future-primary-soft), transparent 32rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.82)) !important;
    min-height: calc(100vh - 72px);
    overflow: hidden;
    padding-bottom: clamp(64px, 8vw, 104px) !important;
    padding-top: clamp(96px, 12vw, 148px) !important;
    position: relative;
}

.future-public-shell > section:first-of-type::before,
.future-public-shell > div > section:first-of-type::before {
    background:
        linear-gradient(115deg, transparent 0 36%, rgba(255, 255, 255, 0.88) 37% 39%, transparent 40% 100%),
        repeating-linear-gradient(90deg, rgba(16, 22, 36, 0.06) 0 1px, transparent 1px 28px);
    content: "";
    inset: 0;
    opacity: 0.45;
    position: absolute;
}

.future-public-shell .hero-section::before {
    background:
        linear-gradient(115deg, transparent 0 36%, rgba(255, 255, 255, 0.88) 37% 39%, transparent 40% 100%),
        repeating-linear-gradient(90deg, rgba(16, 22, 36, 0.06) 0 1px, transparent 1px 28px);
    content: "";
    inset: 0;
    opacity: 0.52;
    position: absolute;
}

.future-public-shell .hero-section .bg-img {
    display: none;
}

.future-public-shell .hero-content h1 {
    color: var(--future-ink) !important;
    font-size: clamp(2.6rem, 7vw, 5.9rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.96;
    max-width: 720px;
}

.future-public-shell > section:first-of-type h1,
.future-public-shell > div > section:first-of-type h1 {
    color: var(--future-ink) !important;
    font-size: clamp(2.6rem, 7vw, 5.9rem) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 0.98 !important;
}

.future-public-shell .hero-content p {
    color: var(--future-muted) !important;
    font-size: clamp(1rem, 2vw, 1.25rem) !important;
    line-height: 1.8;
    max-width: 620px;
}

.future-public-shell .hero-section img {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, var(--future-primary), var(--future-secondary)) border-box;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 28px 90px rgba(16, 22, 36, 0.16);
    max-height: 560px;
    object-fit: contain;
    padding: clamp(8px, 1vw, 14px);
}

.future-public-shell .slider-container,
.future-public-shell .slider-item img,
.future-public-shell .vcard-card,
.future-public-shell .center-border-main,
.future-public-shell .card-hover {
    border-radius: 8px !important;
}

.future-public-shell .slider-item img,
.future-public-shell .vcard-card img {
    box-shadow: 0 26px 80px rgba(16, 22, 36, 0.13);
}

.future-public-shell [class*="blur-3xl"][class*="rounded-full"] {
    display: none !important;
}

.future-kpi-strip {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
    max-width: 620px;
}

.future-kpi {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--future-line);
    border-radius: 8px;
    padding: 14px;
}

.future-kpi strong {
    color: var(--future-ink);
    display: block;
    font-size: 1.4rem;
    line-height: 1;
}

.future-kpi span {
    color: var(--future-muted);
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    margin-top: 7px;
    text-transform: uppercase;
}

.future-public-shell section {
    position: relative;
}

.future-public-shell .features-section,
.future-public-shell .contact-section,
.future-public-shell .pricing-plan-section,
.future-public-shell .about-section {
    background: transparent !important;
    padding-bottom: clamp(72px, 9vw, 118px) !important;
    padding-top: clamp(72px, 9vw, 118px) !important;
}

.future-public-shell h2,
.future-public-shell .heading {
    color: var(--future-ink) !important;
    font-size: clamp(2rem, 4vw, 3.7rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.03;
}

.future-public-shell h3 {
    color: var(--future-ink) !important;
    letter-spacing: 0;
}

.future-public-shell .card,
.future-public-shell .feature-card,
.future-public-shell .pricing-plan-card,
.future-public-shell .testimonial-card,
.future-public-shell .contact-form,
.future-public-shell .contact-info {
    backdrop-filter: blur(16px);
    background: var(--future-panel) !important;
    border: 1px solid var(--future-line) !important;
    border-radius: 8px !important;
    box-shadow: 0 22px 64px rgba(16, 22, 36, 0.08) !important;
}

.future-public-shell .feature-card {
    align-items: flex-start;
    padding: 24px !important;
    transition: border-color 180ms ease, transform 180ms ease;
}

.future-public-shell .feature-card:hover,
.future-public-shell .pricing-plan-card:hover {
    border-color: color-mix(in srgb, var(--future-primary) 34%, var(--future-line)) !important;
    transform: translateY(-4px);
}

.future-public-shell .feature-icon {
    background: linear-gradient(135deg, var(--future-primary-soft), var(--future-secondary-soft));
    border: 1px solid var(--future-line);
    border-radius: 8px;
    min-height: 76px;
    min-width: 76px;
    overflow: hidden;
}

.future-public-shell .feature-image {
    border-radius: 6px;
    height: 56px !important;
    width: 56px !important;
}

.future-public-shell .about-section img {
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(16, 22, 36, 0.12);
    max-height: 420px;
    object-fit: cover;
    width: 100%;
}

.future-public-shell .about-content {
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid var(--future-line);
    border-radius: 8px;
    padding: clamp(22px, 4vw, 44px);
}

.future-public-shell .pricing-carousel .slick-track {
    display: flex !important;
}

.future-public-shell .pricing-carousel .slick-slide {
    height: auto;
}

.future-public-shell .pricing-plan-card {
    height: 100%;
    margin: 0 10px;
    overflow: hidden;
}

.future-public-shell .trial-plan-lable span,
.future-public-shell .active-check .check-box {
    background: var(--future-secondary) !important;
}

.future-public-shell .testimonial-section {
    background:
        linear-gradient(135deg, rgba(16, 22, 36, 0.96), rgba(22, 33, 52, 0.92)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 28px) !important;
}

.future-public-shell .testimonial-card {
    color: var(--future-ink);
}

.future-public-shell .contact-section .form-control,
.future-public-shell .contact-section textarea,
.future-public-shell .form-select {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--future-line);
    border-radius: 8px;
    color: var(--future-ink);
    min-height: 48px;
}

.future-public-shell .contact-section .form-control:focus,
.future-public-shell .contact-section textarea:focus,
.future-public-shell .form-select:focus {
    border-color: color-mix(in srgb, var(--future-primary) 50%, var(--future-line));
    box-shadow: 0 0 0 4px var(--future-primary-soft);
}

.future-public-shell .contact-info__contact-icon {
    background: linear-gradient(135deg, var(--future-primary), var(--future-secondary));
    border-radius: 8px;
}

.future-public-shell footer,
.future-public-shell .footer {
    background: #101624 !important;
    color: rgba(255, 255, 255, 0.76);
    position: relative;
    z-index: 1;
}

.future-public-shell .article-content,
.future-public-shell .faq-section,
.future-public-shell .blog-section,
.future-public-shell .custom-page-section {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--future-line);
    border-radius: 8px;
    box-shadow: 0 22px 64px rgba(16, 22, 36, 0.08);
    padding: clamp(24px, 5vw, 56px);
}

.future-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 560ms ease, transform 560ms ease;
}

.future-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.future-home {
    background:
        linear-gradient(90deg, rgba(16, 22, 36, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(16, 22, 36, 0.04) 1px, transparent 1px),
        #f6f9fd;
    background-size: 72px 72px;
    color: var(--future-ink);
    overflow: hidden;
}

.future-home-hero {
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.96) 0 46%, rgba(238, 246, 255, 0.78) 46% 100%),
        radial-gradient(circle at top left, var(--future-primary-soft), transparent 35rem);
    min-height: calc(100vh - 72px);
    overflow: hidden;
    padding: clamp(94px, 11vw, 146px) 0 clamp(60px, 8vw, 104px);
    position: relative;
}

.future-home-hero::before {
    background:
        linear-gradient(120deg, transparent 0 35%, rgba(255, 255, 255, 0.86) 36% 37%, transparent 38% 100%),
        repeating-linear-gradient(90deg, rgba(16, 22, 36, 0.06) 0 1px, transparent 1px 30px);
    content: "";
    inset: 0;
    opacity: 0.48;
    position: absolute;
}

.future-home-grid {
    display: grid;
    gap: clamp(24px, 4vw, 42px);
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.68fr);
    position: relative;
    z-index: 1;
}

.future-home-copy {
    align-self: center;
}

.future-home-kicker,
.future-section-heading span {
    border: 1px solid var(--future-line);
    border-radius: 8px;
    color: var(--future-primary);
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 16px;
    padding: 8px 11px;
    text-transform: uppercase;
}

.future-home-copy h1 {
    color: var(--future-ink) !important;
    font-size: clamp(3rem, 8vw, 6.8rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.94;
    margin-bottom: 22px;
    max-width: 860px;
}

.future-home-copy p {
    color: var(--future-muted) !important;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.78;
    max-width: 680px;
}

.future-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.future-home-primary,
.future-home-secondary,
.future-login-submit {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 900;
    gap: 9px;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    text-decoration: none;
}

.future-home-primary,
.future-login-submit {
    background: linear-gradient(135deg, var(--future-primary), var(--future-secondary) 62%, #ffcb58);
    border: 0;
    color: #07111f;
}

.future-home-secondary {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--future-line);
    color: var(--future-ink);
}

.future-home-metrics {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
    max-width: 680px;
}

.future-home-metrics article,
.future-feature-card,
.future-workflow-card,
.future-plan-card,
.future-testimonial-card,
.future-contact-form {
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--future-line);
    border-radius: 8px;
    box-shadow: 0 22px 64px rgba(16, 22, 36, 0.08);
}

.future-home-metrics article {
    padding: 15px;
}

.future-home-metrics strong {
    color: var(--future-ink);
    display: block;
    font-size: 1.55rem;
    line-height: 1;
}

.future-home-metrics span {
    color: var(--future-muted);
    display: block;
    font-size: 0.75rem;
    font-weight: 800;
    margin-top: 8px;
    text-transform: uppercase;
}

.future-login-window {
    align-self: start;
    background: rgba(7, 17, 31, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    box-shadow: 0 34px 110px rgba(16, 22, 36, 0.26);
    color: #fff;
    max-height: 46px;
    overflow: hidden;
    transition: max-height 320ms ease;
}

.future-login-window.is-open {
    max-height: 680px;
}

.future-login-topline {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 8px;
    min-height: 46px;
    padding: 0 16px;
}

.future-login-topline span {
    background: var(--future-primary);
    border-radius: 50%;
    height: 9px;
    width: 9px;
}

.future-login-topline span:nth-child(2) {
    background: var(--future-secondary);
}

.future-login-topline span:nth-child(3) {
    background: #ffcb58;
}

.future-login-topline strong {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    margin-left: auto;
    text-transform: uppercase;
}

.future-login-body {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 22px;
}

.future-login-brand {
    align-items: center;
    display: flex;
    gap: 13px;
    margin-bottom: 20px;
}

.future-login-brand img {
    background: #fff;
    border-radius: 8px;
    height: 48px;
    object-fit: contain;
    padding: 7px;
    width: 48px;
}

.future-login-brand h2 {
    color: #fff !important;
    font-size: 1.1rem;
    margin: 0;
}

.future-login-brand p {
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 0.86rem;
    margin: 0;
}

.future-login-window label,
.future-login-password-row a,
.future-remember span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
    font-weight: 800;
}

.future-login-window .form-control,
.future-contact-form .form-control {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid transparent;
    border-radius: 8px;
    margin-bottom: 14px;
    min-height: 48px;
}

.future-login-password-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.future-remember {
    align-items: center;
    display: flex;
    gap: 9px;
    margin-bottom: 16px;
}

.future-login-submit {
    width: 100%;
}

.future-home-console {
    display: grid;
    gap: 14px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(260px, 0.42fr) 1fr;
}

.future-console-card,
.future-console-map {
    background: rgba(7, 17, 31, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    color: #fff;
    min-height: 220px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.future-console-card span,
.future-console-card small {
    color: rgba(255, 255, 255, 0.62);
    display: block;
    font-weight: 800;
    text-transform: uppercase;
}

.future-console-card strong {
    display: block;
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: 0.95;
    margin: 16px 0;
}

.future-console-map::before {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    content: "";
    height: 172px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scaleX(1.45);
    width: 172px;
}

.future-console-core,
.future-console-node {
    align-items: center;
    border-radius: 8px;
    display: flex;
    font-weight: 900;
    justify-content: center;
    position: absolute;
}

.future-console-core {
    background: #fff;
    color: #07111f;
    font-size: 1.9rem;
    height: 72px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
}

.future-console-node {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    min-height: 38px;
    padding: 0 13px;
}

.future-console-node-one {
    left: 16%;
    top: 22%;
}

.future-console-node-two {
    right: 18%;
    top: 24%;
}

.future-console-node-three {
    bottom: 18%;
    left: 23%;
}

.future-console-node-four {
    bottom: 20%;
    right: 16%;
}

.future-home-section {
    padding: clamp(76px, 9vw, 118px) 0;
    position: relative;
}

.future-section-heading {
    margin-bottom: clamp(26px, 5vw, 50px);
    max-width: 780px;
}

.future-section-heading h2 {
    color: var(--future-ink) !important;
    font-size: clamp(2.1rem, 5vw, 4.6rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
}

.future-feature-grid,
.future-workflow-grid,
.future-plan-grid,
.future-testimonial-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.future-feature-card,
.future-plan-card,
.future-testimonial-card {
    padding: 24px;
}

.future-feature-card {
    min-height: 238px;
}

.future-feature-card img {
    border-radius: 8px;
    height: 58px;
    margin-bottom: 18px;
    object-fit: cover;
    width: 58px;
}

.future-feature-card h3,
.future-workflow-card h3,
.future-plan-card h3 {
    color: var(--future-ink) !important;
    font-size: 1.12rem;
    font-weight: 900;
}

.future-feature-card p,
.future-workflow-card p,
.future-plan-card p,
.future-testimonial-card p {
    color: var(--future-muted);
    line-height: 1.62;
}

.future-workflow-card {
    overflow: hidden;
}

.future-workflow-card img {
    height: 230px;
    object-fit: cover;
    width: 100%;
}

.future-workflow-card div {
    padding: 22px;
}

.future-workflow-card span {
    color: var(--future-primary);
    font-weight: 900;
}

.future-template-stream,
.future-home-testimonials {
    background: rgba(255, 255, 255, 0.54);
}

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

.future-template-grid img {
    background: #fff;
    border: 1px solid var(--future-line);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(16, 22, 36, 0.12);
    height: 420px;
    object-fit: cover;
    width: 100%;
}

.future-plan-price {
    color: var(--future-ink);
    font-size: 2.5rem;
    font-weight: 900;
    margin: 14px 0;
}

.future-plan-card ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.future-plan-card li {
    align-items: center;
    color: var(--future-muted);
    display: flex;
    gap: 9px;
}

.future-plan-card li.is-enabled i {
    color: var(--future-secondary);
}

.future-plan-card li.is-disabled i {
    color: #c5ccd6;
}

.future-testimonial-card div {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.future-testimonial-card img {
    border-radius: 50%;
    height: 48px;
    object-fit: cover;
    width: 48px;
}

.future-contact-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 0.88fr 1.12fr;
}

.future-contact-lines {
    display: grid;
    gap: 12px;
}

.future-contact-lines a,
.future-contact-lines p {
    align-items: center;
    color: var(--future-muted);
    display: flex;
    gap: 10px;
    margin: 0;
    text-decoration: none;
}

.future-contact-lines i {
    color: var(--future-primary);
}

.future-contact-form {
    display: grid;
    gap: 12px;
    padding: 24px;
}

.future-contact-form .form-control {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .future-public-shell .navbar-collapse {
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid var(--future-line);
        border-radius: 8px;
        margin-top: 14px;
        padding: 14px;
    }

    .future-kpi-strip {
        grid-template-columns: 1fr;
    }

    .future-public-shell .hero-section {
        min-height: auto;
        padding-top: 112px;
    }

    .future-home-grid,
    .future-home-console,
    .future-feature-grid,
    .future-workflow-grid,
    .future-template-grid,
    .future-plan-grid,
    .future-testimonial-grid,
    .future-contact-grid {
        grid-template-columns: 1fr;
    }

    .future-login-window {
        max-height: 46px;
    }

    .future-login-window.is-open {
        max-height: 720px;
    }

}

@media (max-width: 640px) {
    .future-home-metrics {
        grid-template-columns: 1fr;
    }

    .future-home-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .future-home-primary,
    .future-home-secondary {
        width: 100%;
    }

    .future-console-card,
    .future-console-map {
        min-height: 190px;
    }

    .future-template-grid img {
        height: 360px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .future-public-shell *,
    .future-reveal {
        animation: none !important;
        transition: none !important;
    }
}

/* Elegant direct-home refinement */
.future-home {
    --future-elegant-ink: #111827;
    --future-elegant-muted: #667085;
    --future-elegant-line: rgba(17, 24, 39, 0.09);
    --future-elegant-panel: rgba(255, 255, 255, 0.86);
    --future-elegant-deep: #111827;
    --future-elegant-accent: color-mix(in srgb, var(--future-primary) 82%, #111827);
    background:
        radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--future-primary) 10%, transparent), transparent 34rem),
        radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--future-secondary) 10%, transparent), transparent 32rem),
        linear-gradient(180deg, #fbfcff 0%, #f5f7fb 52%, #ffffff 100%);
    background-size: auto;
}

.future-home-hero {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.76)),
        radial-gradient(circle at 78% 18%, color-mix(in srgb, var(--future-secondary) 12%, transparent), transparent 26rem);
    min-height: calc(100vh - 74px);
    padding: clamp(86px, 10vw, 132px) 0 clamp(54px, 7vw, 86px);
}

.future-home-hero::before {
    background:
        linear-gradient(90deg, rgba(17, 24, 39, 0.03) 1px, transparent 1px),
        linear-gradient(180deg, rgba(17, 24, 39, 0.025) 1px, transparent 1px);
    background-size: 96px 96px;
    opacity: 0.75;
}

.future-home-grid {
    align-items: start;
    gap: clamp(28px, 5vw, 64px);
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.58fr);
}

.future-home-kicker,
.future-section-heading span {
    background: rgba(255, 255, 255, 0.72);
    border-color: var(--future-elegant-line);
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.04);
    color: var(--future-elegant-accent);
    font-size: 0.72rem;
    margin-bottom: 18px;
    padding: 8px 12px;
}

.future-home-copy h1 {
    color: var(--future-elegant-ink) !important;
    font-size: clamp(3rem, 7.4vw, 6.35rem);
    letter-spacing: 0 !important;
    line-height: 0.97;
    margin-bottom: 24px;
    max-width: 900px;
}

.future-home-copy p {
    color: var(--future-elegant-muted) !important;
    font-size: clamp(1.03rem, 1.8vw, 1.2rem);
    line-height: 1.72;
    max-width: 660px;
}

.future-home-primary,
.future-login-submit {
    background: #111827;
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.16);
    color: #fff;
}

.future-home-primary:hover,
.future-login-submit:hover {
    background: color-mix(in srgb, var(--future-primary) 42%, #111827);
    color: #fff;
}

.future-home-secondary {
    background: #fff;
    border-color: var(--future-elegant-line);
    color: var(--future-elegant-ink);
}

.future-home-metrics {
    gap: 14px;
    margin-top: 34px;
}

.future-home-metrics article,
.future-feature-card,
.future-workflow-card,
.future-plan-card,
.future-testimonial-card,
.future-contact-form {
    background: var(--future-elegant-panel);
    border-color: var(--future-elegant-line);
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.065);
}

.future-home-metrics article {
    padding: 18px;
}

.future-home-metrics strong {
    color: var(--future-elegant-ink);
    font-size: 1.72rem;
}

.future-home-metrics span {
    color: var(--future-elegant-muted);
    font-size: 0.72rem;
}

.future-login-window {
    background: rgba(17, 24, 39, 0.96);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 34px 90px rgba(17, 24, 39, 0.22);
    margin-top: 8px;
}

.future-login-window.is-open {
    max-height: 610px;
}

.future-login-topline {
    min-height: 48px;
}

.future-login-topline strong {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.72rem;
    letter-spacing: 0;
}

.future-login-body {
    padding: 24px;
}

.future-login-brand {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    margin-bottom: 22px;
    padding-bottom: 18px;
}

.future-login-brand img {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.future-login-window label,
.future-login-password-row a,
.future-remember span {
    color: rgba(255, 255, 255, 0.7);
}

.future-login-window .form-control,
.future-contact-form .form-control {
    background: #fff;
    border-color: rgba(17, 24, 39, 0.08);
    box-shadow: none;
}

.future-login-window .form-control:focus,
.future-contact-form .form-control:focus {
    border-color: color-mix(in srgb, var(--future-primary) 42%, #d0d5dd);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--future-primary) 12%, transparent);
}

.future-home-console {
    gap: 16px;
    margin-top: 6px;
}

.future-console-card,
.future-console-map {
    background:
        linear-gradient(180deg, rgba(17, 24, 39, 0.96), rgba(24, 32, 46, 0.96));
    border-color: rgba(255, 255, 255, 0.11);
    box-shadow: 0 28px 74px rgba(17, 24, 39, 0.18);
    min-height: 206px;
}

.future-console-card strong {
    font-size: clamp(3rem, 7vw, 5.4rem);
    margin: 14px 0;
}

.future-console-node {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}

.future-console-core {
    box-shadow: 0 18px 48px rgba(255, 255, 255, 0.13);
}

.future-home-section {
    padding: clamp(72px, 8vw, 108px) 0;
}

.future-section-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
    text-align: center;
}

.future-section-heading h2 {
    color: var(--future-elegant-ink) !important;
    font-size: clamp(2.05rem, 4.6vw, 4.1rem);
    line-height: 1.04;
    margin-bottom: 0;
}

.future-feature-grid,
.future-workflow-grid,
.future-plan-grid,
.future-testimonial-grid {
    gap: 18px;
}

.future-feature-card,
.future-plan-card,
.future-testimonial-card {
    padding: 26px;
}

.future-feature-card {
    min-height: 228px;
}

.future-feature-card img {
    background: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
    height: 54px;
    width: 54px;
}

.future-feature-card h3,
.future-workflow-card h3,
.future-plan-card h3 {
    color: var(--future-elegant-ink) !important;
    line-height: 1.25;
}

.future-feature-card p,
.future-workflow-card p,
.future-plan-card p,
.future-testimonial-card p {
    color: var(--future-elegant-muted);
}

.future-workflow-card img {
    height: 218px;
}

.future-workflow-card span {
    color: var(--future-elegant-accent);
}

.future-template-stream,
.future-home-testimonials {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 250, 252, 0.88));
}

.future-template-grid {
    gap: 18px;
}

.future-template-grid img {
    border-color: var(--future-elegant-line);
    box-shadow: 0 24px 62px rgba(17, 24, 39, 0.1);
    height: 390px;
}

.future-plan-card {
    display: flex;
    flex-direction: column;
}

.future-plan-price {
    color: var(--future-elegant-ink);
    font-size: 2.35rem;
}

.future-contact-grid {
    align-items: start;
    gap: clamp(22px, 4vw, 46px);
}

.future-contact-lines a,
.future-contact-lines p {
    color: var(--future-elegant-muted);
}

@media (max-width: 991.98px) {
    .future-home-grid {
        grid-template-columns: 1fr;
    }

    .future-login-window {
        margin-top: 0;
    }
}

@media (max-width: 640px) {
    .future-home-copy h1 {
        font-size: clamp(2.65rem, 15vw, 4.2rem);
    }

    .future-section-heading {
        text-align: left;
    }
}

/* Identity atlas frontpage */
.future-home {
    --studio-ink: #101318;
    --studio-muted: #667085;
    --studio-line: rgba(16, 19, 24, 0.11);
    --studio-paper: #fbfaf7;
    --studio-panel: rgba(255, 255, 255, 0.88);
    --studio-accent: #0f766e;
    --studio-warm: #b45309;
    --studio-cool: #234c9f;
    background:
        linear-gradient(115deg, rgba(15, 118, 110, 0.08), transparent 28%),
        linear-gradient(245deg, rgba(180, 83, 9, 0.10), transparent 31%),
        var(--studio-paper) !important;
    color: var(--studio-ink);
}

.future-home--graphite {
    --studio-ink: #f8fafc;
    --studio-muted: rgba(226, 232, 240, 0.72);
    --studio-line: rgba(255, 255, 255, 0.14);
    --studio-paper: #0d1117;
    --studio-panel: rgba(20, 28, 38, 0.86);
    --studio-accent: #52c7b8;
    --studio-warm: #f6ad55;
    --studio-cool: #8fb4ff;
}

.future-home--aurora {
    --studio-paper: #f5fbff;
    --studio-panel: rgba(255, 255, 255, 0.78);
    --studio-accent: #2563eb;
    --studio-warm: #be5b15;
    --studio-cool: #0f766e;
}

.future-lab-hero {
    background:
        linear-gradient(90deg, rgba(16, 19, 24, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(16, 19, 24, 0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    min-height: min(900px, calc(100vh - 8px));
    overflow: hidden;
    padding: clamp(88px, 10vw, 132px) 0 clamp(44px, 5vw, 72px);
    position: relative;
}

.future-lab-hero::before {
    background:
        linear-gradient(118deg, rgba(255, 255, 255, 0.88), transparent 34%),
        linear-gradient(22deg, rgba(15, 118, 110, 0.16), transparent 42%),
        linear-gradient(305deg, rgba(35, 76, 159, 0.14), transparent 38%);
    clip-path: polygon(51% 0, 100% 0, 100% 78%, 63% 100%, 28% 72%);
    content: "";
    inset: 0 0 0 42%;
    position: absolute;
    pointer-events: none;
}

.future-home--graphite .future-lab-hero::before {
    background:
        linear-gradient(118deg, rgba(255, 255, 255, 0.08), transparent 34%),
        linear-gradient(22deg, rgba(82, 199, 184, 0.16), transparent 42%),
        linear-gradient(305deg, rgba(143, 180, 255, 0.16), transparent 38%);
}

.future-identity-stage {
    align-items: center;
    display: grid;
    gap: clamp(18px, 2vw, 28px);
    grid-template-columns: minmax(0, 0.92fr) minmax(310px, 0.72fr) minmax(294px, 0.46fr);
    min-height: 650px;
    position: relative;
    z-index: 1;
}

.future-lab-copy h1 {
    color: var(--studio-ink) !important;
    font-size: clamp(3.5rem, 7.6vw, 7.65rem);
    letter-spacing: 0;
    line-height: 0.88;
    margin: 18px 0 24px;
    max-width: 880px;
}

.future-lab-copy p {
    color: var(--studio-muted) !important;
    font-size: clamp(1.04rem, 1.5vw, 1.26rem);
    line-height: 1.74;
    max-width: 700px;
}

.future-home-kicker {
    align-items: center;
    color: var(--studio-muted);
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 0.77rem;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.future-home-kicker i {
    background: var(--studio-accent);
    border-radius: 999px;
    display: inline-block;
    height: 7px;
    width: 7px;
}

.future-home-actions {
    margin-top: 34px;
}

.future-home-primary,
.future-home-secondary,
.future-login-submit {
    border-radius: 8px;
    font-weight: 800;
    min-height: 48px;
}

.future-home-primary,
.future-login-submit {
    background: var(--studio-ink);
    color: var(--studio-paper);
}

.future-home-secondary {
    background: var(--studio-panel);
    border: 1px solid var(--studio-line);
    color: var(--studio-ink);
}

.future-specimen {
    min-height: 550px;
    position: relative;
}

.future-specimen-shell {
    background:
        linear-gradient(154deg, var(--studio-panel), rgba(255, 255, 255, 0.52)),
        linear-gradient(28deg, rgba(15, 118, 110, 0.16), rgba(180, 83, 9, 0.13));
    border: 1px solid var(--studio-line);
    box-shadow: 0 38px 100px rgba(16, 19, 24, 0.14);
    min-height: 520px;
    padding: 20px;
    position: relative;
    transform: rotate(-2deg);
}

.future-specimen-card {
    background: #121722;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 354px;
    padding: 28px;
}

.future-specimen-card span,
.future-specimen-card p,
.future-scan-plate small {
    color: rgba(255, 255, 255, 0.68);
}

.future-specimen-card strong {
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 0.95;
    margin: 20px 0 14px;
}

.future-specimen-logo img {
    background: #fff;
    border-radius: 8px;
    height: 50px;
    object-fit: contain;
    padding: 8px;
    width: 50px;
}

.future-specimen-links {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: auto;
}

.future-specimen-links b {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    font-size: 0.72rem;
    padding: 9px 6px;
    text-align: center;
}

.future-scan-plate {
    align-items: center;
    background: #f8fafc;
    border: 1px solid rgba(16, 19, 24, 0.1);
    bottom: 20px;
    color: #101318;
    display: grid;
    grid-template-columns: repeat(2, 36px) 1fr;
    left: 20px;
    min-height: 120px;
    padding: 22px;
    position: absolute;
    right: 20px;
}

.future-scan-plate span {
    background: #101318;
    display: block;
    height: 30px;
    width: 30px;
}

.future-scan-plate span:nth-child(2),
.future-scan-plate span:nth-child(3) {
    background: var(--studio-accent);
}

.future-scan-plate strong {
    font-size: 2.35rem;
    line-height: 1;
}

.future-scan-plate small {
    color: #667085;
    grid-column: 3;
}

.future-orbit {
    background: var(--studio-panel);
    border: 1px solid var(--studio-line);
    box-shadow: 0 18px 48px rgba(16, 19, 24, 0.11);
    color: var(--studio-ink);
    font-size: 0.78rem;
    font-weight: 900;
    padding: 12px 16px;
    position: absolute;
    text-transform: uppercase;
}

.future-orbit-one { right: -8px; top: 64px; }
.future-orbit-two { left: -16px; top: 260px; }
.future-orbit-three { bottom: 74px; right: 26px; }

.future-home--kinetic .future-specimen-shell,
.future-home--cinematic .future-specimen-shell {
    animation: futureSpecimen 9s ease-in-out infinite;
}

@keyframes futureSpecimen {
    0%, 100% { transform: rotate(-2deg) translateY(0); }
    50% { transform: rotate(1deg) translateY(-12px); }
}

.future-login-window {
    align-self: stretch;
    background: rgba(16, 19, 24, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #fff;
    max-height: 52px;
    overflow: hidden;
    transition: max-height 260ms ease, transform 260ms ease;
}

.future-login-window.is-open {
    max-height: 620px;
}

.future-login-topline {
    cursor: pointer;
}

.future-signal-board,
.future-technique-studio,
.future-template-stream,
.future-home-pricing,
.future-home-contact {
    padding: clamp(76px, 9vw, 124px) 0;
}

.future-signal-grid {
    align-items: end;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
    margin-bottom: 30px;
}

.future-section-heading {
    margin: 0;
    max-width: 880px;
    text-align: left;
}

.future-section-heading span {
    color: var(--studio-accent);
    font-weight: 900;
}

.future-section-heading h2 {
    color: var(--studio-ink) !important;
    font-size: clamp(2.1rem, 4.7vw, 5rem);
    letter-spacing: 0;
    line-height: 0.98;
}

.future-home-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.future-home-metrics article,
.future-feature-card,
.future-workflow-card,
.future-plan-card,
.future-contact-form {
    background: var(--studio-panel);
    border: 1px solid var(--studio-line);
    border-radius: 8px;
    box-shadow: 0 22px 70px rgba(16, 19, 24, 0.075);
}

.future-feature-grid--lab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.future-feature-card {
    min-height: 244px;
}

.future-workflow-card {
    overflow: hidden;
}

.future-template-grid--runway {
    align-items: end;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.future-template-grid--runway img {
    border-radius: 8px;
    height: clamp(330px, 36vw, 520px);
}

.future-template-grid--runway img:nth-child(even) {
    transform: translateY(34px);
}

.future-home--compact .future-signal-board,
.future-home--compact .future-technique-studio,
.future-home--compact .future-template-stream,
.future-home--compact .future-home-pricing,
.future-home--compact .future-home-contact {
    padding: clamp(58px, 7vw, 86px) 0;
}

@media (max-width: 1199.98px) {
    .future-identity-stage {
        grid-template-columns: minmax(0, 1fr) minmax(310px, 0.72fr);
    }

    .future-login-window {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991.98px) {
    .future-identity-stage,
    .future-signal-grid,
    .future-feature-grid--lab,
    .future-template-grid--runway {
        grid-template-columns: 1fr;
    }

    .future-lab-copy h1 {
        font-size: clamp(3rem, 14vw, 5.8rem);
    }

    .future-specimen {
        min-height: 480px;
    }

    .future-template-grid--runway img,
    .future-template-grid--runway img:nth-child(even) {
        height: auto;
        transform: none;
    }
}

@media (max-width: 640px) {
    .future-lab-hero {
        padding-top: 72px;
    }

    .future-home-metrics {
        grid-template-columns: 1fr;
    }

    .future-specimen-shell {
        min-height: 475px;
        transform: none;
    }
}
