:root {
    --brand-orange: #f77c1f;
    --brand-orange-deep: #d96000;
    --brand-blue: #1463e2;
    --brand-blue-deep: #0f48a7;
    --navy: #10233f;
    --slate: #54657f;
    --muted: #7687a0;
    --paper: #ffffff;
    --paper-soft: #f4f8fd;
    --line: #d9e4f1;
    --shadow: 0 22px 60px rgba(16, 35, 63, 0.1);
    --hero-shadow: 0 28px 70px rgba(6, 18, 44, 0.26);
}

body.theme-dark {
    --navy: #f5f7fb;
    --slate: #c6d1de;
    --muted: #94a7bd;
    --paper: #0f1c30;
    --paper-soft: #0a1526;
    --line: rgba(255, 255, 255, 0.09);
    --shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
    --hero-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Manrope', sans-serif;
    color: var(--slate);
    background:
        radial-gradient(circle at top left, rgba(247, 124, 31, 0.1), transparent 30%),
        radial-gradient(circle at top right, rgba(20, 99, 226, 0.12), transparent 30%),
        linear-gradient(180deg, var(--paper-soft) 0%, #edf4fb 100%);
    transition: background 0.25s ease, color 0.25s ease;
}

body.theme-dark {
    background:
        radial-gradient(circle at top left, rgba(247, 124, 31, 0.12), transparent 28%),
        radial-gradient(circle at top right, rgba(20, 99, 226, 0.12), transparent 30%),
        linear-gradient(180deg, #07111f 0%, #09182b 100%);
}

img,
svg,
iframe {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    overflow-wrap: anywhere;
}

.container {
    width: min(100% - 2rem, 1180px);
}

.site-main {
    overflow-x: clip;
}

.site-header {
    background: color-mix(in srgb, var(--paper) 88%, transparent 12%);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
}

.navbar {
    padding-inline: 0;
}

.brand-mark {
    display: flex;
    align-items: center;
    min-width: 0;
    margin-right: 0.75rem;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
}

.brand-logo,
.footer-logo {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border-radius: 1rem;
    box-shadow: 0 12px 24px rgba(20, 99, 226, 0.16);
}

.brand-mark span {
    display: block;
}

.brand-kicker {
    color: var(--navy);
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.1;
}

.brand-copy {
    color: var(--muted);
    font-size: 0.82rem;
}

.nav-shell {
    margin-top: 1rem;
}

.navbar .nav-link {
    color: var(--navy);
    font-weight: 700;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    transition: 0.2s ease;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: var(--brand-blue);
    background: linear-gradient(135deg, rgba(247, 124, 31, 0.12), rgba(20, 99, 226, 0.12));
}

.menu-toggle,
.theme-toggle {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    border: 1px solid var(--line);
    background: color-mix(in srgb, var(--paper) 92%, transparent 8%);
    color: var(--navy);
}

.navbar-toggler:focus,
.theme-toggle:focus {
    box-shadow: 0 0 0 0.18rem rgba(20, 99, 226, 0.16);
}

.btn {
    white-space: normal;
    border-radius: 999px;
    font-weight: 800;
}

.btn-brand-primary {
    color: #fff;
    border: 0;
    background: linear-gradient(135deg, var(--brand-orange), var(--brand-blue));
    box-shadow: 0 16px 30px rgba(20, 99, 226, 0.16);
}

.btn-brand-primary:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--brand-orange-deep), var(--brand-blue-deep));
}

.btn-brand-outline {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
}

.btn-brand-outline:hover {
    color: var(--navy);
    background: #fff;
}

.hero-section,
.inner-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(135deg, rgba(8, 19, 39, 0.95), rgba(20, 99, 226, 0.82)),
        url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
}

.inner-hero {
    background:
        linear-gradient(135deg, rgba(8, 19, 39, 0.95), rgba(17, 72, 163, 0.85)),
        url('https://images.unsplash.com/photo-1497366412874-3415097a27e7?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
}

.hero-section::before,
.inner-hero::before {
    content: '';
    position: absolute;
    right: -6%;
    bottom: -18%;
    width: min(34vw, 260px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(247, 124, 31, 0.58), transparent 68%);
    pointer-events: none;
}

.hero-section::after,
.inner-hero::after {
    content: '';
    position: absolute;
    left: -8%;
    top: 10%;
    width: min(36vw, 300px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(161, 201, 255, 0.28), transparent 70%);
    pointer-events: none;
}

.section-kicker {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.text-brand {
    color: var(--brand-orange);
}

.hero-copy,
.footer-lead {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.03rem;
    line-height: 1.8;
}

.hero-mini-panel {
    display: grid;
    gap: 0.6rem;
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    box-shadow: var(--hero-shadow);
}

.hero-mini-panel strong {
    font-size: 1rem;
}

.hero-mini-panel span {
    color: rgba(255, 255, 255, 0.8);
}

.metric-card,
.glass-panel,
.info-card,
.feature-panel,
.pricing-card,
.mini-tile,
.industry-pill,
.workflow-step,
.workflow-node,
.cta-ribbon,
.value-pill,
.testimonial-tile {
    border-radius: 1.5rem;
    box-shadow: var(--shadow);
}

.glass-panel {
    color: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: var(--hero-shadow);
}

.metric-card {
    min-height: 100%;
    padding: 1.05rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.metric-card span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
}

.badge-soft {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
}

.icon-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

.icon-list li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.icon-list i {
    color: var(--brand-orange);
}

.section-space {
    padding: 5rem 0;
}

.section-contrast {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(20, 99, 226, 0.04));
}

body.theme-dark .section-contrast {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(20, 99, 226, 0.05));
}

.section-tint {
    background: linear-gradient(180deg, rgba(247, 124, 31, 0.05), rgba(20, 99, 226, 0.06));
}

.section-title {
    color: var(--navy);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 1rem;
}

.section-text {
    font-size: 1rem;
    line-height: 1.82;
}

.info-card,
.pricing-card {
    height: 100%;
    padding: clamp(1.35rem, 2vw, 2rem);
    background: color-mix(in srgb, var(--paper) 94%, transparent 6%);
    border: 1px solid var(--line);
}

.info-card h2,
.info-card h3,
.pricing-card h3,
.info-card strong {
    color: var(--navy);
    font-weight: 800;
}

.info-card p,
.pricing-card p,
.info-card li,
.info-card label,
.form-label {
    color: var(--slate);
    line-height: 1.78;
}

.service-tile {
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.service-tile:hover {
    transform: translateY(-4px);
    border-color: rgba(20, 99, 226, 0.2);
}

.feature-panel {
    padding: clamp(1.35rem, 2vw, 2rem);
    background: linear-gradient(150deg, rgba(247, 124, 31, 0.96), rgba(20, 99, 226, 0.96));
}

.feature-panel h3,
.feature-panel p,
.feature-panel li,
.feature-panel .section-title,
.feature-panel .section-kicker {
    color: #fff !important;
}

.icon-wrap {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, var(--brand-orange), var(--brand-blue));
    color: #fff;
    font-size: 1.35rem;
}

.value-pill {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 1.15rem;
    background: color-mix(in srgb, var(--paper) 96%, transparent 4%);
    border: 1px solid var(--line);
    color: var(--navy);
    font-weight: 700;
}

.value-pill i {
    color: var(--brand-orange);
    font-size: 1.15rem;
}

.value-pill.compact {
    min-height: 100%;
}

.mini-tile,
.industry-pill,
.workflow-step,
.workflow-node {
    background: color-mix(in srgb, var(--paper) 95%, transparent 5%);
    border: 1px solid var(--line);
}

.mini-tile {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-height: 100%;
    padding: 1rem 1.1rem;
}

.mini-tile i {
    flex: 0 0 auto;
    color: var(--brand-orange);
    font-size: 1.18rem;
}

.industry-pill {
    height: 100%;
    padding: 1rem 1.1rem;
    font-weight: 700;
    color: var(--navy);
}

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

.workflow-chart {
    display: grid;
    gap: 1rem;
}

.workflow-step,
.workflow-node {
    min-width: 0;
    padding: 1.25rem;
}

.workflow-step span {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--brand-orange);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.workflow-step strong,
.workflow-node strong {
    color: var(--navy);
    font-size: 1.03rem;
}

.workflow-step p,
.workflow-node span {
    margin: 0.45rem 0 0;
    color: var(--slate);
    line-height: 1.72;
}

.pricing-card {
    position: relative;
}

.pricing-card.featured {
    background: linear-gradient(180deg, rgba(20, 99, 226, 0.1), rgba(247, 124, 31, 0.08));
    border-color: rgba(247, 124, 31, 0.3);
}

.pricing-tag {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(20, 99, 226, 0.08);
    color: var(--brand-blue);
    font-size: 0.8rem;
    font-weight: 800;
}

body.theme-dark .pricing-tag {
    background: rgba(139, 188, 255, 0.14);
    color: #9bc4ff;
}

.pricing-card h3 {
    font-size: clamp(1.75rem, 4vw, 2rem);
}

.feature-list {
    margin-bottom: 0;
    padding-left: 1.15rem;
    display: grid;
    gap: 0.7rem;
}

.pricing-table {
    --bs-table-bg: transparent;
    --bs-table-color: var(--slate);
    min-width: 640px;
}

.pricing-table thead th,
.pricing-table td {
    border-color: var(--line);
}

.pricing-table thead th {
    color: var(--navy);
}

.custom-accordion .accordion-item {
    margin-bottom: 1rem;
    border: 1px solid var(--line);
    background: color-mix(in srgb, var(--paper) 95%, transparent 5%);
}

.custom-accordion .accordion-button {
    color: var(--navy);
    font-weight: 800;
    background: transparent;
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: var(--brand-blue);
    background: rgba(20, 99, 226, 0.05);
    box-shadow: none;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-body {
    color: var(--slate);
}

.quote-mark {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 1rem;
    background: rgba(247, 124, 31, 0.12);
    color: var(--brand-orange);
    font-size: 1.4rem;
}

.cta-ribbon {
    padding: 1.6rem 1.75rem;
    border: 1px solid var(--line);
    background: color-mix(in srgb, var(--paper) 96%, transparent 4%);
}

.alert-brand {
    background: rgba(20, 99, 226, 0.08);
    border: 1px solid rgba(20, 99, 226, 0.18);
    color: var(--brand-blue-deep);
}

body.theme-dark .alert-brand {
    color: #9bc4ff;
}

.form-control,
.form-select {
    min-height: 3.25rem;
    border-radius: 1rem;
    border-color: var(--line);
    background: color-mix(in srgb, var(--paper) 96%, transparent 4%);
    color: var(--navy);
}

.form-control:disabled {
    opacity: 1;
    color: var(--muted);
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(20, 99, 226, 0.34);
    box-shadow: 0 0 0 0.18rem rgba(20, 99, 226, 0.12);
    color: var(--navy);
}

textarea.form-control {
    min-height: 10rem;
    resize: vertical;
}

.map-frame {
    overflow: hidden;
}

.site-footer {
    color: rgba(255, 255, 255, 0.82);
    background: linear-gradient(180deg, #0d1e38, #071221);
}

.footer-top {
    background: linear-gradient(135deg, rgba(247, 124, 31, 0.96), rgba(20, 99, 226, 0.96));
}

.footer-grid {
    align-items: start;
}

.footer-title {
    color: #fff;
    font-weight: 800;
}

.footer-links li + li {
    margin-top: 0.55rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-links a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.68);
}

@media (min-width: 992px) {
    .nav-shell {
        margin-top: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 1.25rem;
        background: var(--paper);
        border: 1px solid var(--line);
        box-shadow: var(--shadow);
    }

    .nav-shell .btn {
        width: 100%;
    }

    .nav-shell .nav-item:last-child {
        margin-top: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .container {
        width: min(100% - 1.2rem, 1180px);
    }

    .section-space {
        padding: 3.5rem 0;
    }

    .workflow-board {
        grid-template-columns: 1fr;
    }

    .brand-copy {
        display: none;
    }

    .brand-logo,
    .footer-logo {
        width: 44px;
        height: 44px;
    }

    .display-4 {
        font-size: clamp(2rem, 8vw, 2.85rem);
    }

    .display-5 {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }

    .hero-copy,
    .footer-lead,
    .section-text {
        font-size: 0.98rem;
    }

    .btn-lg {
        width: 100%;
        justify-content: center;
    }

    .hero-mini-panel,
    .cta-ribbon,
    .value-pill,
    .info-card,
    .pricing-card,
    .feature-panel,
    .glass-panel {
        border-radius: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .brand-kicker {
        font-size: 1rem;
    }

    .section-kicker {
        font-size: 0.72rem;
    }

    .footer-bottom {
        text-align: center;
    }
}
.client-card-live {
    position: relative;
}

.client-logo-live {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 1rem;
    border-radius: 16px;
    padding: 0.65rem;
    background: #f7fbff;
    border: 1px solid rgba(13, 91, 215, 0.12);
}
