/* Fleeta public UI refresh: product-company visual system */
:root {
    --fl-ink: #0d1728;
    --fl-ink-2: #13243b;
    --fl-ink-3: #19314d;
    --fl-text: #162238;
    --fl-muted: #5e6f86;
    --fl-soft: #f4f7fb;
    --fl-panel: #ffffff;
    --fl-line: #e4ebf3;
    --fl-blue: #1f6fff;
    --fl-blue-2: #5c93ff;
    --fl-green: #17b887;
    --fl-amber: #d99a2b;
    --fl-red: #d85b54;
    --fl-shadow: 0 18px 44px rgba(13, 23, 40, .10);
    --fl-shadow-soft: 0 10px 24px rgba(13, 23, 40, .06);
    --fl-radius: 16px;
}

html {
    scroll-behavior: smooth;
}

body.public-body {
    background: #f7f9fc;
    color: var(--fl-text);
    font-size: 15px;
}

.fl-top-strip {
    background: #ffffff;
    color: #475569;
    border-bottom: 1px solid #e2e8f0;
}

.fl-top-strip__inner {
    width: min(1180px, calc(100% - 34px));
    margin: 0 auto;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 13px;
}

.fl-top-strip a {
    color: #0f172a;
    text-decoration: none;
}

.fl-top-strip span[style] {
    display: none;
}

.fl-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--fl-green);
    box-shadow: 0 0 0 4px rgba(23,184,135,.14);
    display: inline-block;
    flex: 0 0 auto;
}

.fl-shell {
    width: min(1180px, calc(100% - 34px));
    margin: 0 auto;
}

.fl-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    color: #0f172a;
    border-bottom: 1px solid #e2e8f0;
}

.fl-hero--compact {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.fl-hero__inner {
    min-height: 650px;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, .72fr);
    gap: 44px;
    align-items: center;
    padding: 70px 0 82px;
}

.fl-hero--compact .fl-hero__inner {
    min-height: 430px;
    grid-template-columns: 1fr;
    padding: 66px 0;
}

.fl-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin: 0 0 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #d8e8ff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.fl-kicker--light {
    border-color: #d9e4f2;
    background: #eef5ff;
    color: #165ccf;
}

.fl-hero h1,
.fl-page-title {
    margin: 0;
    font-size: clamp(38px, 5.2vw, 68px);
    line-height: .98;
    font-weight: 800;
    color: #07111f;
    max-width: 900px;
}

.fl-hero--compact h1 {
    font-size: clamp(34px, 4.6vw, 58px);
}

.fl-hero__lead {
    margin: 22px 0 0;
    max-width: 760px;
    color: #475569;
    font-size: 19px;
    line-height: 1.62;
}

.fl-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.fl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.fl-button:hover {
    transform: translateY(-1px);
}

.fl-button--primary {
    background: var(--fl-blue);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(31,111,255,.28);
}

.fl-button--primary:hover {
    background: #155fe5;
    color: #ffffff;
}

.fl-button--ghost {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.24);
    color: #ffffff;
}

.fl-button--ghost:hover {
    background: rgba(255,255,255,.14);
    color: #ffffff;
}

.fl-button--dark {
    background: var(--fl-ink);
    color: #ffffff;
}

.fl-button--line {
    background: #ffffff;
    border-color: #d8e3f0;
    color: var(--fl-text);
}

.fl-product-card {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--fl-radius);
    background: rgba(8,18,34,.70);
    box-shadow: 0 24px 64px rgba(0,0,0,.28);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.fl-product-card__top {
    padding: 22px;
    border-bottom: 1px solid rgba(255,255,255,.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.fl-window-dots {
    display: flex;
    gap: 7px;
}

.fl-window-dots span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #526179;
}

.fl-window-dots span:nth-child(1) { background: var(--fl-red); }
.fl-window-dots span:nth-child(2) { background: var(--fl-amber); }
.fl-window-dots span:nth-child(3) { background: var(--fl-green); }

.fl-product-card__body {
    padding: 24px;
}

.fl-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.fl-metric {
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 12px;
    padding: 16px;
    background: rgba(255,255,255,.05);
}

.fl-metric strong {
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 7px;
}

.fl-metric span {
    color: #b8c8dc;
    font-size: 13px;
}

.fl-flow {
    margin-top: 16px;
    display: grid;
    gap: 10px;
}

.fl-flow__row {
    display: grid;
    grid-template-columns: 18px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 12px;
    background: rgba(255,255,255,.04);
    color: #dbe7f6;
    font-size: 13px;
}

.fl-flow__bar {
    height: 7px;
    border-radius: 999px;
    background: #223955;
    overflow: hidden;
}

.fl-flow__bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--fl-blue), var(--fl-green));
}

.fl-section {
    padding: 72px 0;
    background: #ffffff;
}

.fl-section--soft {
    background: #f4f7fb;
}

.fl-section--dark {
    background: #ffffff;
    color: #0f172a;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.fl-section__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 28px;
    margin-bottom: 30px;
}

.fl-section__head h2,
.fl-section-title {
    margin: 0;
    color: var(--fl-text);
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.05;
    font-weight: 800;
}

.fl-section--dark .fl-section__head h2,
.fl-section--dark .fl-section-title {
    color: #07111f;
}

.fl-section__head p,
.fl-section-lead {
    margin: 12px 0 0;
    max-width: 680px;
    color: var(--fl-muted);
    font-size: 17px;
    line-height: 1.64;
}

.fl-section--dark .fl-section__head p,
.fl-section--dark .fl-section-lead {
    color: #475569;
}

.fl-grid {
    display: grid;
    gap: 18px;
}

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

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

.fl-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fl-card {
    position: relative;
    display: block;
    min-height: 100%;
    padding: 24px;
    border-radius: var(--fl-radius);
    border: 1px solid var(--fl-line);
    background: #ffffff;
    color: var(--fl-text);
    text-decoration: none;
    box-shadow: var(--fl-shadow-soft);
}

.fl-card:hover {
    border-color: #bed2ee;
}

.fl-card--dark {
    border-color: rgba(255,255,255,.10);
    background: rgba(255,255,255,.055);
    color: #ffffff;
    box-shadow: 0 18px 44px rgba(0,0,0,.22);
}

.fl-card h3,
.fl-card h2 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.16;
    font-weight: 800;
    color: inherit;
}

.fl-card p {
    margin: 0;
    color: var(--fl-muted);
    line-height: 1.62;
}

.fl-card--dark p {
    color: #b8c8dc;
}

.fl-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--fl-blue);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.fl-card__meta--green { color: var(--fl-green); }
.fl-card__meta--amber { color: var(--fl-amber); }

.fl-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: #eef5ff;
    color: var(--fl-blue);
    font-weight: 900;
}

.fl-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.fl-proof__panel {
    border: 1px solid var(--fl-line);
    background: #ffffff;
    border-radius: var(--fl-radius);
    box-shadow: var(--fl-shadow-soft);
    padding: 24px;
}

.fl-proof__panel--dark {
    background: var(--fl-ink);
    border-color: rgba(255,255,255,.10);
    color: #ffffff;
}

.fl-proof__list {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.fl-proof__list li {
    list-style: none;
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 10px;
    color: inherit;
}

.fl-proof__list li:before {
    content: "";
    width: 10px;
    height: 10px;
    margin-top: 7px;
    border-radius: 999px;
    background: var(--fl-green);
    box-shadow: 0 0 0 5px rgba(23,184,135,.12);
}

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

.fl-step {
    border: 1px solid var(--fl-line);
    border-radius: var(--fl-radius);
    padding: 22px;
    background: #ffffff;
}

.fl-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--fl-ink);
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 14px;
}

.fl-step h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 800;
}

.fl-step p {
    margin: 0;
    color: var(--fl-muted);
    line-height: 1.58;
}

.fl-form {
    border: 1px solid var(--fl-line);
    border-radius: var(--fl-radius);
    background: #ffffff;
    box-shadow: var(--fl-shadow);
    padding: 26px;
}

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

.fl-form label {
    display: grid;
    gap: 7px;
    color: var(--fl-text);
    font-size: 13px;
    font-weight: 800;
}

.fl-form input,
.fl-form select,
.fl-form textarea {
    width: 100%;
    border: 1px solid #d7e2ee;
    border-radius: 10px;
    padding: 12px 13px;
    background: #ffffff;
    color: var(--fl-text);
    outline: none;
}

.fl-form input:focus,
.fl-form select:focus,
.fl-form textarea:focus {
    border-color: var(--fl-blue);
    box-shadow: 0 0 0 4px rgba(31,111,255,.12);
}

.fl-contact-card {
    border: 1px solid rgba(255,255,255,.10);
    border-radius: var(--fl-radius);
    background: linear-gradient(180deg, var(--fl-ink-2), #0a1424);
    color: #ffffff;
    padding: 26px;
}

.fl-contact-card p,
.fl-contact-card li {
    color: #bcc9dc;
}

.fl-contact-card a {
    color: #ffffff;
}

.fl-page {
    background: #f4f7fb;
}

.fl-footer-cta {
    padding: 58px 0;
    background: #ffffff;
    color: #07111f;
    border-top: 1px solid #e2e8f0;
}

.fl-footer-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.fl-footer-cta h2 {
    margin: 0;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.08;
    font-weight: 800;
}

.fl-footer-cta p {
    margin: 10px 0 0;
    color: #475569;
    max-width: 760px;
}

.fl-footer {
    background: #ffffff;
    color: #475569;
    border-top: 1px solid #e2e8f0;
    padding: 48px 0 24px;
}

.fl-footer__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr .85fr;
    gap: 32px;
}

.fl-footer h3 {
    margin: 0 0 14px;
    color: #07111f;
    font-size: 16px;
    font-weight: 800;
}

.fl-footer p,
.fl-footer a {
    color: #475569;
    text-decoration: none;
    line-height: 1.65;
}

.fl-footer__links {
    display: grid;
    gap: 10px;
}

.fl-footer__bottom {
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.10);
    color: #8fa2b9;
    font-size: 13px;
}

.fl-sitemap-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.fl-sitemap-list li {
    list-style: none;
}

.fl-sitemap-list a {
    color: var(--fl-blue);
    text-decoration: none;
    font-weight: 700;
}

.portal-login {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, .72fr);
    background: #07111f;
    color: #ffffff;
}

.portal-login__brand {
    position: relative;
    display: flex;
    align-items: center;
    padding: 56px;
    background: linear-gradient(90deg, rgba(7,17,31,.98), rgba(8,26,48,.92));
}

.portal-login__brand-inner {
    width: min(720px, 100%);
}

.portal-login h1 {
    margin: 0;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1;
    font-weight: 800;
}

.portal-login__brand p:not(.fl-kicker) {
    margin: 22px 0 0;
    max-width: 680px;
    color: #c6d4e7;
    font-size: 18px;
    line-height: 1.65;
}

.portal-login__preview {
    margin-top: 34px;
    max-width: 620px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: rgba(255,255,255,.055);
    box-shadow: 0 24px 64px rgba(0,0,0,.28);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.portal-login__preview-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.portal-login__workflow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 18px;
}

.portal-login__workflow div {
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 8px;
    padding: 14px;
    background: rgba(255,255,255,.05);
}

.portal-login__workflow span {
    display: block;
    margin-bottom: 8px;
    color: #8fb2eb;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.portal-login__workflow strong {
    color: #ffffff;
    line-height: 1.25;
}

.portal-login__panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px;
    background:
        linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
    color: var(--fl-text);
}

.portal-login__card {
    width: min(460px, 100%);
    border: 1px solid var(--fl-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(13,23,40,.12);
    padding: 30px;
}

.portal-login__eyebrow {
    margin: 0 0 10px;
    color: var(--fl-blue);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.portal-login__card h2 {
    margin: 0;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 800;
}

.portal-login__hint {
    margin: 12px 0 0;
    color: var(--fl-muted);
    line-height: 1.55;
}

.portal-login__form {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.portal-login__form label {
    display: grid;
    gap: 8px;
    color: var(--fl-text);
    font-size: 13px;
    font-weight: 800;
}

.portal-login__form input {
    width: 100%;
    border: 1px solid #d7e2ee;
    border-radius: 8px;
    padding: 13px 14px;
    background: #ffffff;
    color: var(--fl-text);
    outline: none;
}

.portal-login__form input:focus {
    border-color: var(--fl-blue);
    box-shadow: 0 0 0 4px rgba(31,111,255,.12);
}

.portal-login__form .fl-button {
    width: 100%;
}

.portal-login__security {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.portal-login__security span {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 8px;
    background: #eef5ff;
    color: #165ccf;
    font-size: 12px;
    font-weight: 800;
}

@media (max-width: 920px) {
    .portal-login {
        grid-template-columns: 1fr;
    }

    .portal-login__brand,
    .portal-login__panel {
        padding: 30px 20px;
    }

    .portal-login__workflow {
        grid-template-columns: 1fr;
    }

    .portal-login h1 {
        font-size: clamp(34px, 11vw, 48px);
    }

    .portal-login__card {
        padding: 24px;
    }
}

/* Bring the older Insights templates into the refreshed Fleeta look. */
.fleeta-blog,
.fleeta-article {
    background: #f4f7fb !important;
}

.fleeta-blog-hero,
.fleeta-article-hero {
    background: #ffffff !important;
    color: #0f172a !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 68px 20px !important;
}

.fleeta-blog-eyebrow,
.fleeta-blog-kicker,
.fleeta-article-tag {
    color: #9ec0ff !important;
    letter-spacing: 0 !important;
}

.fleeta-blog-title,
.fleeta-article-title {
    font-size: clamp(36px, 4.4vw, 58px) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
}

.fleeta-blog-toolbar {
    margin-top: -28px !important;
}

.fleeta-blog-search,
.fleeta-blog-card,
.fleeta-article-card,
.fleeta-article-content,
.fleeta-blog-empty {
    border-radius: var(--fl-radius) !important;
    border: 1px solid var(--fl-line) !important;
    box-shadow: var(--fl-shadow-soft) !important;
}

.fleeta-blog-section-title,
.fleeta-article-related h2 {
    color: var(--fl-text) !important;
    letter-spacing: 0 !important;
}

@media (max-width: 1020px) {
    .fl-hero__inner,
    .fl-grid--4,
    .fl-timeline,
    .fl-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 760px) {
    .fl-top-strip__inner,
    .fl-footer-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .fl-hero__inner,
    .fl-grid--2,
    .fl-grid--3,
    .fl-grid--4,
    .fl-proof,
    .fl-timeline,
    .fl-form-grid,
    .fl-footer__grid {
        grid-template-columns: 1fr;
    }

    .fl-hero__inner {
        min-height: auto;
        padding: 56px 0;
    }

    .fl-product-card {
        margin-top: 8px;
    }

    .fl-section {
        padding: 52px 0;
    }

    .fl-section__head {
        display: block;
    }

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

    .fl-button {
        width: 100%;
    }
}

/* White SaaS front-page refresh inspired by the Logivo product shell. */
body.public-body {
    background: #f8fafc;
    color: #0f172a;
}

.fl-top-strip {
    background: #ffffff;
    color: #475569;
    border-bottom: 1px solid #e2e8f0;
}

.fl-top-strip a {
    color: #0f172a;
    font-weight: 700;
}

.fl-hero,
.fl-hero--compact {
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    color: #0f172a;
    border-bottom: 1px solid #e2e8f0;
}

.fl-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(31,111,255,.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(31,111,255,.06) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.42), transparent 72%);
    pointer-events: none;
}

.fl-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 620px;
    padding: 84px 0 76px;
}

.fl-hero--compact .fl-hero__inner {
    min-height: 360px;
    padding: 70px 0;
}

.fl-kicker {
    border-color: #dbeafe;
    background: #eff6ff;
    color: #1d4ed8;
}

.fl-hero h1,
.fl-page-title {
    color: #07111f;
    letter-spacing: 0;
}

.fl-hero__lead {
    color: #475569;
}

.fl-button {
    border-radius: 8px;
}

.fl-button--ghost {
    background: #ffffff;
    border-color: #cbd5e1;
    color: #0f172a;
}

.fl-button--ghost:hover,
.fl-button--line:hover {
    background: #f8fafc;
    color: #0f172a;
}

.fl-product-card {
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 24px 60px rgba(15,23,42,.10);
    backdrop-filter: none;
}

.fl-product-card__top {
    border-bottom: 1px solid #e2e8f0;
}

.fl-product-card__top strong {
    color: #07111f !important;
}

.fl-product-card__top span {
    color: #64748b !important;
}

.fl-product-card__body {
    background: #ffffff;
}

.fl-metric {
    border-color: #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.fl-metric strong {
    color: #07111f;
}

.fl-metric span,
.fl-flow__row {
    color: #475569;
}

.fl-flow__row {
    border-color: #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
}

.fl-flow__bar {
    background: #e2e8f0;
}

.fl-section {
    background: #ffffff;
}

.fl-section--soft {
    background: #f8fafc;
}

.fl-section--dark {
    background: #ffffff;
    color: #0f172a;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.fl-section--dark .fl-section__head h2,
.fl-section--dark .fl-section-title,
.fl-section--dark .fl-card h3,
.fl-section--dark .fl-card h2 {
    color: #07111f;
}

.fl-section--dark .fl-section__head p,
.fl-section--dark .fl-section-lead,
.fl-section--dark .fl-card p {
    color: #475569;
}

.fl-card,
.fl-proof__panel,
.fl-step,
.fl-form {
    border-radius: 8px;
    border-color: #e2e8f0;
    box-shadow: 0 12px 30px rgba(15,23,42,.05);
}

.fl-card--dark,
.fl-proof__panel--dark,
.fl-contact-card {
    background: #ffffff;
    border-color: #e2e8f0;
    color: #0f172a;
    box-shadow: 0 12px 30px rgba(15,23,42,.05);
}

.fl-card--dark p,
.fl-proof__panel--dark p,
.fl-proof__panel--dark li,
.fl-contact-card p,
.fl-contact-card li {
    color: #475569;
}

.fl-card--dark .fl-icon {
    background: #eff6ff;
    color: #1f6fff;
}

.fl-proof__panel--dark h3,
.fl-contact-card h2,
.fl-contact-card h3 {
    color: #07111f;
}

.fl-footer-cta {
    background: #ffffff;
    color: #07111f;
    border-top: 1px solid #e2e8f0;
}

.fl-footer-cta p {
    color: #475569;
}

.fl-footer {
    background: #ffffff;
    color: #475569;
    border-top: 1px solid #e2e8f0;
}

.fl-footer h3 {
    color: #07111f;
}

.fl-footer p,
.fl-footer a,
.fl-footer [style*="color:#cbd5e1"],
.fl-footer [style*="color:#ffffff"] {
    color: #475569 !important;
}

.fl-footer__bottom {
    border-top-color: #e2e8f0;
    color: #64748b;
}

.fleeta-blog,
.fleeta-article {
    background: #f8fafc !important;
}

.fleeta-blog-hero,
.fleeta-article-hero {
    background: #ffffff !important;
    color: #0f172a !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.fleeta-blog-title,
.fleeta-article-title {
    color: #07111f !important;
}

.fleeta-blog-subtitle,
.fleeta-article-excerpt,
.fleeta-article-meta {
    color: #475569 !important;
}

/* Minimal public scale-down: quieter Logivo-style product site. */
.fl-shell {
    width: min(1080px, calc(100% - 34px));
}

.fl-top-strip {
    display: none;
}

.fl-hero::before {
    opacity: .28;
    background-size: 88px 88px;
}

.fl-hero__inner {
    min-height: 430px;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .72fr);
    gap: 28px;
    padding: 56px 0 54px;
}

.fl-hero--compact .fl-hero__inner {
    min-height: 240px;
    padding: 44px 0;
}

.fl-hero h1,
.fl-page-title {
    max-width: 760px;
    font-size: clamp(30px, 3.7vw, 46px);
    line-height: 1.08;
    font-weight: 850;
}

.fl-hero--compact h1 {
    max-width: 820px;
    font-size: clamp(28px, 3.2vw, 40px);
}

.fl-hero__lead {
    max-width: 650px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.65;
}

.fl-kicker {
    margin-bottom: 12px;
    padding: 6px 9px;
    font-size: 11px;
    border-radius: 8px;
}

.fl-actions {
    margin-top: 22px;
}

.fl-button {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 14px;
}

.fl-product-card {
    box-shadow: 0 12px 28px rgba(15,23,42,.06);
}

.fl-product-card__top,
.fl-product-card__body {
    padding: 16px;
}

.fl-metric {
    padding: 12px;
}

.fl-metric strong {
    font-size: 20px;
}

.fl-flow {
    display: none;
}

.fl-section {
    padding: 46px 0;
}

.fl-section__head {
    margin-bottom: 20px;
}

.fl-section__head h2,
.fl-section-title {
    max-width: 680px;
    font-size: clamp(24px, 2.5vw, 32px);
    line-height: 1.14;
}

.fl-section__head p,
.fl-section-lead {
    max-width: 620px;
    font-size: 15px;
    line-height: 1.65;
}

.fl-grid {
    gap: 12px;
}

.fl-card,
.fl-proof__panel,
.fl-step,
.fl-form {
    padding: 18px;
    box-shadow: none;
}

.fl-card h3,
.fl-card h2 {
    font-size: 18px;
}

.fl-card p,
.fl-step p,
.fl-proof__list li {
    font-size: 14px;
}

.fl-proof {
    gap: 12px;
}

.fl-footer-cta {
    padding: 34px 0;
}

.fl-footer-cta h2 {
    font-size: clamp(22px, 2.4vw, 30px);
}

.fl-footer {
    padding: 32px 0 20px;
}

.fleeta-blog-hero,
.fleeta-article-hero {
    padding: 44px 20px 52px !important;
}

.fleeta-blog-title,
.fleeta-article-title {
    max-width: 820px !important;
    font-size: clamp(28px, 3.3vw, 42px) !important;
    line-height: 1.12 !important;
}

.fleeta-blog-intro,
.fleeta-article-excerpt {
    max-width: 720px !important;
    font-size: 16px !important;
}

@media (max-width: 760px) {
    .fl-hero__inner,
    .fl-hero--compact .fl-hero__inner {
        padding: 38px 0;
    }

    .fl-product-card {
        display: none;
    }

    .fl-section {
        padding: 38px 0;
    }
}

/* Ultra-minimal hidden login screen. */
.portal-login--minimal {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #f8fafc;
    color: #0f172a;
}

.portal-login--minimal .portal-login__brand {
    display: none;
}

.portal-login--minimal .portal-login__panel {
    width: min(100%, 360px);
    min-height: 0;
    padding: 0;
    background: transparent;
    color: #0f172a;
}

.portal-login--minimal .portal-login__card {
    width: 100%;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 7px;
    background: #ffffff;
    box-shadow: none;
}

.portal-login--minimal .portal-login__eyebrow {
    margin: 0 0 6px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: none;
}

.portal-login--minimal .portal-login__card h1,
.portal-login--minimal .portal-login__card h2 {
    margin: 0;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: 0;
}

.portal-login--minimal .portal-login__hint {
    margin-top: 6px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

.portal-login--minimal .portal-login__form {
    gap: 10px;
    margin-top: 16px;
}

.portal-login--minimal .portal-login__form label {
    gap: 6px;
    color: #334155;
    font-size: 12px;
    font-weight: 650;
}

.portal-login--minimal .portal-login__form input {
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 6px;
    border-color: #dbe3ef;
    background: #ffffff;
    color: #0f172a;
    font-size: 14px;
}

.portal-login--minimal .portal-login__form input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,.10);
}

.portal-login--minimal .portal-login__form .fl-button {
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
}

.portal-login--minimal .portal-login__security {
    gap: 6px;
    margin-top: 12px;
}

.portal-login--minimal .portal-login__security span {
    padding: 4px 7px;
    border-radius: 5px;
    background: #f8fafc;
    color: #64748b;
    font-size: 11px;
}

@media (max-width: 520px) {
    .portal-login--minimal {
        align-items: flex-start;
        padding: 14px;
    }

    .portal-login--minimal .portal-login__card {
        padding: 16px;
    }
}
