:root {
    --bg: #f7f9fb;
    --surface: #ffffff;
    --surface-low: #f2f4f6;
    --surface-high: #e6e8ea;
    --text: #191c1e;
    --muted: #5f6b73;
    --brand: #006c49;
    --brand-2: #10b981;
    --ink-dark: #131b2e;
    --outline: rgba(108, 122, 113, 0.24);
}

body.landing-body {
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    color: var(--text);
    background: radial-gradient(circle at 18% 5%, rgba(16, 185, 129, 0.14), transparent 32%),
        radial-gradient(circle at 88% 4%, rgba(0, 108, 73, 0.08), transparent 24%),
        var(--bg);
}

.material-symbols-outlined {
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    vertical-align: -0.125em;
}

@media (min-width: 992px) {
    .pt-lg-6 {
        padding-top: 6rem !important;
    }

    .pb-lg-6 {
        padding-bottom: 6rem !important;
    }

    .mb-lg-6 {
        margin-bottom: 6rem !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.stat-number,
.price-tag {
    letter-spacing: -0.02em;
}

.landing-bg {
    position: relative;
    overflow: clip;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(187, 202, 191, 0.45);
}

.site-header .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.site-header .container {
    max-width: 1240px;
    position: relative;
}

.navbar-brand {
    color: #047857;
    font-size: 1.18rem;
    font-weight: 700;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #047857;
}

.site-header .navbar-collapse {
    align-items: center;
}

.site-nav-cta {
    margin-left: 0;
}

.brand-mark {
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 0.3rem;
    background: linear-gradient(140deg, var(--brand), var(--brand-2));
    display: inline-block;
}

.brand-icon {
    width: auto;
    height: 1.8rem;
    max-width: 3rem;
    object-fit: contain;
    display: inline-block;
}

.navbar .nav-link {
    color: #475569;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-size: 0.72rem;
    padding: 0.15rem 0;
    position: relative;
    text-decoration: none !important;
}

.navbar-nav {
    gap: 1.7rem;
    align-items: center;
}

.site-header .navbar-nav > li > a,
.site-header .navbar-nav > li > a:visited {
    color: #475569 !important;
    text-decoration: none !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: var(--brand) !important;
}

.navbar-nav .current-menu-item > .nav-link,
.navbar-nav .current_page_item > .nav-link,
.navbar-nav .current-menu-ancestor > .nav-link,
.navbar-nav .current-page-ancestor > .nav-link {
    color: var(--brand) !important;
    font-weight: 700;
}

.navbar-nav .current-menu-item > .nav-link::after,
.navbar-nav .current_page_item > .nav-link::after,
.navbar-nav .current-menu-ancestor > .nav-link::after,
.navbar-nav .current-page-ancestor > .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.48rem;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: var(--brand);
}

.btn-login {
    color: #475569;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 0.5rem 0.8rem;
    line-height: 1.2;
}

.btn-login:hover,
.btn-login:focus {
    color: var(--brand);
}

.site-header .btn-accent {
    font-size: 0.88rem;
    font-weight: 700;
    padding: 0.56rem 1.32rem;
    border-radius: 0.5rem;
    background: var(--brand);
    box-shadow: none;
}

.site-header .btn-accent:hover,
.site-header .btn-accent:focus {
    background: var(--brand-2);
}

.btn-accent {
    color: #fff;
    background: linear-gradient(145deg, var(--brand), var(--brand-2));
    border: none;
    box-shadow: 0 12px 24px rgba(0, 108, 73, 0.22);
    font-weight: 700;
}

.btn-accent:hover,
.btn-accent:focus {
    color: #fff;
    transform: translateY(-1px);
}

.btn-accent .material-symbols-outlined {
    font-size: 1.05rem;
}

.btn-soft {
    border: 1px solid rgba(108, 122, 113, 0.18);
    background: #e6e8ea;
    color: #0f172a;
    font-weight: 700;
}

.btn-soft:hover,
.btn-soft:focus {
    background: #dde1e5;
    color: #0f172a;
}

.hero-section {
    position: relative;
}

.pill-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding: 0.46rem 0.8rem;
    border-radius: 999px;
    background: #dae2fd;
    color: #344155;
}

.hero-title {
    font-size: clamp(2.2rem, 5.6vw, 4.4rem);
    line-height: 1.08;
    font-weight: 800;
    max-width: 13ch;
}

.hero-copy {
    font-size: 1.05rem;
    color: var(--muted);
    max-width: 35rem;
    line-height: 1.65;
}

.hero-panel {
    position: relative;
    border-radius: 0.95rem;
    background: var(--surface);
    padding: 0.55rem;
    box-shadow: 0 24px 48px rgba(13, 23, 35, 0.18);
}

.hero-panel-media {
    border-radius: 0.7rem;
    overflow: hidden;
    background: #e9edf0;
    aspect-ratio: 16 / 10;
}

.hero-panel-media.is-fallback {
    aspect-ratio: 4 / 3;
}

.hero-panel-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    transform: scale(1.06);
    transform-origin: center;
}

.hero-fallback {
    width: 100%;
    height: 100%;
    background: #06122f;
    color: #dbe6ff;
    display: flex;
    flex-direction: column;
}

.hero-fallback-top {
    display: flex;
    align-items: center;
    gap: 0.72rem;
    padding: 0.88rem 1rem;
    border-bottom: 1px solid rgba(191, 206, 255, 0.3);
}

.hero-fallback-dots {
    display: inline-flex;
    gap: 0.4rem;
}

.hero-fallback-dots span {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    display: inline-block;
}

.hero-fallback-dots .dot-red {
    background: #fb4d4d;
}

.hero-fallback-dots .dot-yellow {
    background: #ffb733;
}

.hero-fallback-dots .dot-green {
    background: #13c98f;
}

.hero-fallback-title {
    font-size: 0.96rem;
    font-weight: 500;
    color: #f3f7ff;
}

.hero-fallback-body {
    display: flex;
    flex-direction: column;
    gap: 0.78rem;
    padding: 0.88rem;
    min-height: 0;
    flex: 1;
}

.hero-fallback-stat,
.hero-fallback-chart {
    border: 1px solid rgba(226, 237, 255, 0.78);
    border-radius: 0.62rem;
    background: rgba(10, 27, 68, 0.86);
}

.hero-fallback-stat {
    padding: 0.84rem 0.95rem;
}

.hero-fallback-label {
    font-size: 0.92rem;
    color: #d6e4ff;
}

.hero-fallback-value {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
    font-size: clamp(1.2rem, 2.6vw, 2.15rem);
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
}

.hero-fallback-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.52rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 700;
    background: #13c98f;
    color: #ffffff;
}

.hero-fallback-chart {
    display: flex;
    align-items: flex-end;
    padding: 0.88rem 0.95rem;
    flex: 1;
}

.hero-fallback-bars {
    width: 100%;
    height: 100%;
    min-height: 5.2rem;
    display: grid;
    align-items: end;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.42rem;
}

.hero-fallback-bars span {
    border-radius: 0.28rem 0.28rem 0 0;
    background: linear-gradient(180deg, #1ad39a 0%, #18b987 100%);
}

.hero-fallback-bars .bar-1 {
    height: 45%;
}

.hero-fallback-bars .bar-2 {
    height: 67%;
}

.hero-fallback-bars .bar-3 {
    height: 54%;
}

.hero-fallback-bars .bar-4 {
    height: 82%;
}

.hero-fallback-bars .bar-5 {
    height: 70%;
}

.hero-fallback-bars .bar-6 {
    height: 88%;
}

.hero-fallback-bars .bar-7 {
    height: 74%;
}

@media (min-width: 992px) {
    .hero-panel {
        transform: translateX(2.4rem);
    }
}

.hero-chip {
    position: absolute;
    left: -1.1rem;
    bottom: -1.1rem;
    border-radius: 0.75rem;
    background: var(--brand);
    color: #fff;
    padding: 0.72rem 0.92rem;
    box-shadow: 0 12px 30px rgba(0, 108, 73, 0.34);
    max-width: 12.7rem;
}

.chip-label {
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.88;
}

.chip-label .material-symbols-outlined {
    font-size: 0.95rem;
}

.chip-amount {
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.2;
}

.chip-caption {
    font-size: 0.62rem;
    opacity: 0.82;
}

.trust-strip {
    border-top: 1px solid rgba(108, 122, 113, 0.24);
    opacity: 0.86;
    filter: grayscale(100%);
}

.stat-number {
    font-size: clamp(1.6rem, 2.9vw, 2.35rem);
    font-weight: 800;
    color: #111827;
}

.stat-label {
    font-size: 0.67rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    font-weight: 700;
}

.section-surface {
    background: var(--surface-low);
}

.section-head {
    max-width: 46rem;
    margin-inline: auto;
}

.section-title {
    font-size: clamp(1.8rem, 3.8vw, 2.65rem);
    font-weight: 800;
}

.section-subtitle {
    color: var(--muted);
}

.pain-card,
.step-card,
.quote-card,
.price-card {
    border-radius: 0.8rem;
    background: var(--surface);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.pain-card,
.step-card,
.quote-card,
.price-card {
    padding: 1.6rem;
}

.pain-icon {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 0.6rem;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
}

.pain-icon .material-symbols-outlined {
    font-size: 1.35rem;
}

.pain-icon-indigo {
    background: #dae2fd;
    color: #4c5470;
}

.pain-icon-red {
    background: #fc7c78;
    color: #711419;
}

.pain-icon-green {
    background: #10b981;
    color: #00422b;
}

.pain-card h3,
.step-card h3,
.feature-title {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0.55rem;
}

.pain-card p,
.step-card p,
.feature-copy,
.quote-author,
.price-list,
.footer-muted {
    color: var(--muted);
    line-height: 1.65;
}

.process-row {
    position: relative;
}

@media (min-width: 992px) {
    .process-row::before {
        content: "";
        position: absolute;
        top: 5rem;
        left: 10%;
        right: 10%;
        height: 2px;
        background: rgba(108, 122, 113, 0.2);
        z-index: 0;
    }
}

.step-card {
    position: relative;
    z-index: 1;
}

.step-no {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--brand);
    color: #fff;
    font-weight: 800;
    margin: 0 auto 0.8rem;
}

.step-glyph {
    color: var(--brand);
    font-size: 2rem;
    margin-bottom: 0.6rem;
}

.feature-stack {
    background: var(--surface);
}

.feature-title {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
}

.feature-copy {
    margin-bottom: 1rem;
}

.feature-list .material-symbols-outlined {
    color: var(--brand);
    margin-top: 0.15rem;
}

.feature-list li {
    margin-bottom: 0.55rem;
    font-weight: 500;
}

.integration-chip {
    border-radius: 0.58rem;
    padding: 0.75rem 0.85rem;
    font-weight: 700;
    font-size: 0.9rem;
    background: #eceef0;
    display: flex;
    align-items: center;
    gap: 0.42rem;
}

.integration-chip .material-symbols-outlined {
    color: var(--brand);
    font-size: 1.12rem;
}

.security-kpis {
    margin-top: 1rem;
}

.kpi-number {
    color: var(--brand);
    font-size: 1.4rem;
    font-weight: 800;
}

.kpi-label {
    font-size: 0.67rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    font-weight: 700;
}

.kpi-divider {
    width: 1px;
    height: 3rem;
    background: rgba(108, 122, 113, 0.35);
}

.testimonial-section {
    background: var(--ink-dark);
}

.quote-card {
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
}

.quote-icon {
    color: var(--brand-2);
    font-size: 2.2rem;
    margin-bottom: 0.4rem;
}

.quote-text {
    color: #eef2f7;
    font-size: 1.03rem;
    line-height: 1.7;
    margin-bottom: 0.9rem;
}

.quote-author {
    color: #94a3b8;
    font-size: 0.9rem;
}

.stats-dark {
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    padding-top: 1.35rem;
}

.stats-dark .stat-number {
    color: var(--brand-2);
}

.stats-dark .stat-label {
    color: #94a3b8;
}

.price-card {
    padding: 2rem;
    position: relative;
}

.price-plan {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
    font-weight: 800;
    color: #64748b;
}

.price-tag {
    font-size: 2.28rem;
    line-height: 1;
    font-weight: 800;
}

.price-tag span {
    font-size: 1rem;
    font-weight: 500;
    color: #64748b;
}

.price-list li {
    margin-bottom: 0.55rem;
}

.price-list .material-symbols-outlined {
    font-size: 1rem;
    color: var(--brand);
    margin-top: 0.2rem;
}

.price-list .is-off {
    color: #94a3b8;
}

.price-list .is-off .material-symbols-outlined {
    color: #94a3b8;
}

.price-card.featured {
    background: linear-gradient(145deg, var(--brand), var(--brand-2));
    color: #fff;
    transform: scale(1.03);
    box-shadow: 0 24px 46px rgba(0, 108, 73, 0.28);
    overflow: hidden;
}

.price-card.featured .price-plan,
.price-card.featured .price-tag span,
.price-card.featured .price-list,
.price-card.featured .price-list .material-symbols-outlined {
    color: rgba(255, 255, 255, 0.9);
}

.price-ribbon {
    position: absolute;
    top: 1rem;
    right: -2.15rem;
    background: #10b981;
    color: #003728;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 800;
    padding: 0.36rem 2.7rem;
    transform: rotate(35deg);
}

.logo-strip {
    border-top: 1px solid rgba(108, 122, 113, 0.2);
    border-bottom: 1px solid rgba(108, 122, 113, 0.2);
}

.logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.2rem 2.6rem;
    opacity: 0.34;
    filter: grayscale(100%);
    font-size: 1.45rem;
    font-weight: 800;
    color: #334155;
}

.logo-italic {
    font-style: italic;
}

.cta-panel {
    border-radius: 1rem;
    background: var(--brand);
    color: #fff;
    padding: clamp(1.7rem, 5vw, 4.4rem);
    position: relative;
    overflow: hidden;
}

.cta-panel::before,
.cta-panel::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.cta-panel::before {
    width: 15rem;
    height: 15rem;
    top: -7rem;
    right: -6.5rem;
}

.cta-panel::after {
    width: 11rem;
    height: 11rem;
    bottom: -5rem;
    left: -3.5rem;
}

.cta-title,
.cta-copy,
.cta-panel .btn {
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
}

.cta-copy {
    max-width: 44rem;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.1rem;
}

.btn-cta-outline {
    background: #10b981;
    border: none;
    color: #003728;
    font-weight: 700;
}

.btn-cta-outline:hover,
.btn-cta-outline:focus {
    color: #003728;
    background: #18ca93;
}

.site-footer {
    background: #020617;
    border-top: 1px solid #0f172a;
}

.footer-top {
    padding-bottom: 1.55rem;
}

.footer-brand {
    font-weight: 700;
    color: #f8fafc;
}

.footer-title {
    color: #f8fafc;
    font-weight: 700;
}

.footer-muted,
.footer-links a {
    color: #94a3b8;
    font-size: 0.9rem;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #ecfdf5;
}

.footer-links li {
    margin-bottom: 0.45rem;
}

.footer-bottom {
    border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.hover-lift {
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.float-y {
    animation: floatY 4.2s ease-in-out infinite;
}

.pulse-ring {
    animation: pulseRing 2.4s ease-in-out infinite;
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 480ms ease, transform 480ms ease;
}

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

@keyframes floatY {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@keyframes pulseRing {
    0%,
    100% {
        box-shadow: 0 12px 30px rgba(0, 108, 73, 0.34);
    }

    50% {
        box-shadow: 0 18px 36px rgba(0, 108, 73, 0.52);
    }
}

@media (max-width: 991.98px) {
    .site-header .navbar-collapse {
        margin-top: 0.8rem;
        padding: 0.85rem 1rem 1rem;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid rgba(187, 202, 191, 0.7);
        border-radius: 0.85rem;
        box-shadow: 0 16px 26px rgba(15, 23, 42, 0.08);
    }

    .navbar-nav {
        gap: 0.68rem;
    }

    .navbar-nav > li > .nav-link {
        padding: 0.3rem 0;
    }

    .btn-login {
        margin-left: 0 !important;
    }

    .site-nav-cta {
        width: 100%;
    }

    .site-nav-cta .btn {
        justify-content: center;
    }

    .hero-panel {
        margin-bottom: 2rem;
        transform: none;
    }

    .hero-chip {
        left: 0.75rem;
        bottom: -1.25rem;
    }

    .price-card.featured {
        transform: none;
    }

    .logos {
        justify-content: flex-start;
        font-size: 1.12rem;
    }
}

@media (min-width: 992px) {
    .site-header .navbar-collapse {
        margin-top: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        gap: 1.2rem;
        justify-content: flex-end;
        position: static;
    }

    .site-header .navbar-nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 !important;
    }

    .site-nav-cta {
        margin-left: auto;
        width: auto;
    }
}

.sub-hero {
    background: linear-gradient(180deg, #ffffff, #f4f7fb);
}

.sub-hero.sub-hero-dark {
    background: linear-gradient(140deg, #131b2e, #1f2a44);
}

.sub-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--brand);
}

.sub-hero-dark .sub-kicker {
    color: #7cf3c8;
}

.sub-title {
    margin-top: 0.5rem;
    margin-bottom: 0.7rem;
    font-size: clamp(2rem, 5.2vw, 3.75rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.02em;
    max-width: 16ch;
}

.sub-copy {
    color: #64748b;
    max-width: 44rem;
    line-height: 1.7;
    font-size: 1.05rem;
}

.integration-card {
    border-radius: 0.8rem;
    padding: 1.4rem;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.integration-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.integration-card p {
    color: #64748b;
    margin-bottom: 0;
}

.integration-highlight {
    border-radius: 1rem;
    padding: clamp(1.2rem, 3.5vw, 2.2rem);
    background: #ecfdf5;
    border: 1px solid rgba(16, 185, 129, 0.26);
}

.integration-highlight h2 {
    font-size: clamp(1.4rem, 3vw, 2.1rem);
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.integration-highlight p {
    color: #3f4b59;
    margin-bottom: 0;
}

.pricing-table-wrap {
    border-radius: 0.9rem;
    overflow: hidden;
    border: 1px solid rgba(108, 122, 113, 0.22);
    background: #fff;
}

.pricing-table thead th {
    background: #f8fafc;
    text-transform: uppercase;
    font-size: 0.74rem;
    letter-spacing: 0.05em;
    color: #64748b;
    border-bottom-width: 1px;
}

.pricing-table td,
.pricing-table th {
    padding: 0.95rem 1rem;
    vertical-align: middle;
}

.pricing-faq .accordion-item {
    border: 1px solid rgba(108, 122, 113, 0.2);
    border-radius: 0.6rem !important;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.pricing-faq .accordion-button {
    font-weight: 700;
}

.pricing-faq .accordion-button:not(.collapsed) {
    color: var(--brand);
    background: #ecfdf5;
}

.blog-filters .chip {
    display: inline-flex;
    align-items: center;
    background: #ecf0f3;
    color: #445160;
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease;
}

.blog-filters .chip.active {
    background: #d1fae5;
    color: #0b5e42;
}

.featured-post {
    border-radius: 1rem;
    background: linear-gradient(135deg, #131b2e, #1e2a44);
    color: #fff;
    padding: clamp(1.2rem, 3.5vw, 2rem);
}

.featured-post h2 {
    font-size: clamp(1.5rem, 3.1vw, 2.3rem);
    font-weight: 800;
    margin-bottom: 0.55rem;
}

.featured-post p {
    color: rgba(255, 255, 255, 0.82);
}

.featured-meta {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.featured-thumb-link {
    display: block;
}

.blog-card {
    background: #fff;
    border-radius: 0.85rem;
    padding: 1.4rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.blog-card-thumb {
    display: block;
    margin-bottom: 0.8rem;
}

.blog-card-thumb img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.blog-card-meta {
    color: #64748b;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.blog-card h3 {
    font-size: 1.1rem;
    line-height: 1.45;
    font-weight: 700;
    margin-bottom: 0.55rem;
}

.blog-card p {
    color: #64748b;
    margin-bottom: 0.9rem;
}

.blog-card a {
    color: var(--brand);
    font-weight: 700;
}

.blog-image-fallback {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f766e, #0f9b67);
    color: #fff;
}

.blog-image-fallback .material-symbols-outlined {
    font-size: 2rem;
}

.blog-pagination-wrap {
    display: flex;
    justify-content: center;
}

.blog-pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.blog-pagination li {
    margin: 0;
}

.blog-pagination a,
.blog-pagination span {
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.55rem;
    border-radius: 0.55rem;
    border: 1px solid rgba(108, 122, 113, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #334155;
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 700;
}

.blog-pagination .current {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.blog-pagination a:hover,
.blog-pagination a:focus {
    color: var(--brand);
    border-color: rgba(16, 185, 129, 0.5);
}

.blog-single {
    max-width: 56rem;
    margin: 0 auto;
}

.blog-single-content {
    color: #334155;
    line-height: 1.8;
}

.blog-single-content > *:last-child {
    margin-bottom: 0;
}

.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4 {
    margin-top: 1.4rem;
    margin-bottom: 0.7rem;
    color: #0f172a;
}

.blog-single-content p,
.blog-single-content ul,
.blog-single-content ol {
    margin-bottom: 1rem;
}

.blog-single-content a {
    color: var(--brand);
    text-decoration: underline;
}

.blog-single-tax {
    border-top: 1px solid rgba(108, 122, 113, 0.2);
}

.newsletter-card {
    background: #fff;
    border-radius: 1rem;
    padding: clamp(1.2rem, 4vw, 2.1rem);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.newsletter-card h2 {
    font-size: clamp(1.45rem, 3.1vw, 2.15rem);
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.newsletter-card p {
    color: #64748b;
}

.newsletter-inline {
    max-width: 34rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.7rem;
}

.contact-card {
    background: #fff;
    border-radius: 0.9rem;
    padding: clamp(1.15rem, 3.5vw, 1.8rem);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.contact-card h2 {
    font-size: 1.45rem;
    font-weight: 800;
    margin-bottom: 0.9rem;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #4b5563;
    margin-bottom: 0.55rem;
}

.contact-list .material-symbols-outlined {
    color: var(--brand);
}

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.trust-badges span {
    background: #ecfdf5;
    color: #0b5e42;
    border-radius: 999px;
    font-size: 0.73rem;
    font-weight: 700;
    padding: 0.38rem 0.8rem;
}

.content-card {
    background: #fff;
    border-radius: 0.9rem;
    padding: clamp(1.2rem, 3.5vw, 2rem);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.content-card > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .newsletter-inline {
        grid-template-columns: 1fr;
    }
}

/* Stitch alignment pass */
.sub-hero .text-center .sub-title,
.sub-hero .text-center .sub-copy {
    margin-left: auto;
    margin-right: auto;
}

.fitur-hero .sub-title,
.fitur-hero .sub-copy {
    max-width: 18ch;
}

.fitur-hero .sub-copy {
    max-width: 46rem;
}

.btn-demo {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 700;
}

.btn-demo:hover,
.btn-demo:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
}

.sub-hero {
    padding-top: clamp(4rem, 7vw, 5rem) !important;
    padding-bottom: clamp(4rem, 7vw, 5rem) !important;
}

.sub-title {
    max-width: 20ch;
}

.integration-hero {
    background: linear-gradient(140deg, #0f172a, #172554);
}

.integration-search {
    position: relative;
    max-width: 35rem;
}

.integration-search .material-symbols-outlined {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.68);
    font-size: 1.2rem;
}

.integration-search .form-control {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    border-radius: 0.78rem;
    padding: 0.88rem 1rem 0.88rem 2.8rem;
}

.integration-search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.integration-search .form-control:focus {
    border-color: rgba(16, 185, 129, 0.52);
    box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.22);
}

.integration-tabs-wrap {
    margin-top: -2rem;
    position: relative;
    z-index: 2;
}

.integration-tabs {
    background: #fff;
    border-radius: 0.85rem;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
    padding: 0.45rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.integration-tabs button {
    border: none;
    background: transparent;
    border-radius: 0.62rem;
    padding: 0.56rem 1rem;
    color: #445160;
    font-size: 0.84rem;
    font-weight: 600;
}

.integration-tabs button.active,
.integration-tabs button:hover,
.integration-tabs button:focus {
    background: #d1fae5;
    color: #065f46;
}

.integration-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border: 1px solid rgba(187, 202, 191, 0.34);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.integration-logo {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 0.65rem;
    background: #f2f4f6;
    display: grid;
    place-items: center;
}

.integration-logo .material-symbols-outlined {
    color: #006c49;
}

.integration-badge {
    border-radius: 999px;
    background: #dae2fd;
    color: #5c647a;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 800;
    padding: 0.24rem 0.56rem;
    white-space: nowrap;
}

.integration-card-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
}

.integration-status {
    display: inline-flex;
    align-items: center;
    gap: 0.24rem;
    color: #0b8b5f;
    font-size: 0.7rem;
    font-weight: 700;
}

.integration-status .material-symbols-outlined {
    font-size: 0.96rem;
}

.integration-card-footer a {
    color: #006c49;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
}

.integration-card-footer a:hover,
.integration-card-footer a:focus {
    color: #0b8b5f;
}

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

.score-grid div {
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 0.64rem;
    padding: 0.7rem 0.8rem;
}

.score-grid span {
    display: block;
    color: #64748b;
    font-size: 0.67rem;
    letter-spacing: 0.02em;
}

.score-grid strong {
    display: block;
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 800;
}

.bank-card {
    background: #fff;
    border: 1px solid rgba(187, 202, 191, 0.26);
    border-radius: 0.9rem;
    padding: 1.05rem 0.85rem;
    text-align: center;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.bank-card p {
    margin-bottom: 0.25rem;
    font-size: 1rem;
    font-weight: 800;
    color: #1f2937;
}

.bank-card span {
    font-size: 0.72rem;
    color: #047857;
    font-weight: 700;
}

.pricing-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.pricing-period-label {
    color: #1f2937;
    font-size: 0.84rem;
    font-weight: 600;
    opacity: 0.6;
    transition: opacity 180ms ease, color 180ms ease;
}

.pricing-period-label.is-active {
    opacity: 1;
    color: #111827;
    font-weight: 700;
}

.pricing-switch strong {
    color: #047857;
    font-weight: 700;
}

.pricing-toggle {
    width: 3.1rem;
    height: 1.72rem;
    border-radius: 999px;
    background: #e6e8ea;
    padding: 0.2rem;
    display: inline-flex;
    align-items: center;
    border: none;
    cursor: pointer;
}

.switch-thumb {
    width: 1.32rem;
    height: 1.32rem;
    border-radius: 50%;
    background: #006c49;
    box-shadow: 0 3px 10px rgba(0, 108, 73, 0.24);
    transition: transform 180ms ease;
}

.pricing-toggle.is-yearly .switch-thumb {
    transform: translateX(1.35rem);
}

.price-note {
    background: #f2f4f6;
    border-radius: 0.55rem;
    color: #4b5563;
    font-size: 0.83rem;
    margin-bottom: 1rem;
    padding: 0.7rem 0.85rem;
}

.price-note-featured {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.95);
}

.pricing-cards .price-card {
    border: 1px solid rgba(187, 202, 191, 0.34);
    border-radius: 0.8rem;
    padding: 1.9rem 1.75rem;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.pricing-cards .price-plan {
    color: #3f4b59;
    font-size: 1.55rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.7rem !important;
}

.pricing-cards .price-tag {
    color: #0f172a;
    font-size: 2.55rem;
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 1.1rem !important;
}

.pricing-cards .price-tag span {
    color: #42556b;
    font-size: 1.1rem;
    font-weight: 700;
}

.pricing-cards .price-note {
    background: #f2f4f6;
    border-radius: 0.58rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #475569;
    padding: 0.78rem 0.92rem;
    margin-bottom: 0.9rem;
}

.pricing-cards .price-list {
    margin-top: 0.35rem;
    margin-bottom: 1.35rem;
    flex-grow: 1;
}

.pricing-cards .price-list li {
    margin-bottom: 0.54rem;
    color: #233247;
    font-size: 1rem;
    font-weight: 500;
}

.pricing-cards .price-list .material-symbols-outlined {
    font-size: 1.12rem;
    color: #0b8b5f;
    margin-top: 0.15rem;
}

.pricing-cards .price-card.featured {
    position: relative;
    background: linear-gradient(160deg, #007245, #0fa36e);
    color: #fff;
    transform: translateY(-12px);
    box-shadow: 0 24px 46px rgba(0, 108, 73, 0.28);
    overflow: visible;
}

.pricing-cards .price-card.featured .price-plan,
.pricing-cards .price-card.featured .price-tag,
.pricing-cards .price-card.featured .price-tag span,
.pricing-cards .price-card.featured .price-list li {
    color: rgba(255, 255, 255, 0.98);
}

.pricing-cards .price-card.featured .price-list .material-symbols-outlined {
    color: #d6ffef;
}

.pricing-cards .price-card.featured .btn-light {
    background: #fff;
    border-color: #fff;
    color: #006c49;
    font-weight: 800;
}

.pricing-cards .price-card.featured .btn-light:hover,
.pricing-cards .price-card.featured .btn-light:focus {
    background: #f0fdf6;
    border-color: #f0fdf6;
    color: #005236;
}

.pricing-cards .price-card.featured .price-note-pill {
    background: rgba(111, 251, 190, 0.28);
    color: #e8fff6;
    font-weight: 600;
}

.pricing-cards .price-card.featured .price-note-quote {
    background: rgba(0, 63, 41, 0.32);
    color: #ecfff7;
    font-style: italic;
}

.pricing-cards .price-ribbon {
    top: -0.78rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    rotate: 0deg;
    border-radius: 999px;
    background: #6ffbbe;
    color: #003728;
    padding: 0.28rem 0.86rem;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
    white-space: nowrap;
}

.pricing-cards .price-card.enterprise {
    background: #131b2e;
    border-color: #1f2a44;
}

.pricing-cards .price-card.enterprise .price-plan,
.pricing-cards .price-card.enterprise .price-tag,
.pricing-cards .price-card.enterprise .price-tag span,
.pricing-cards .price-card.enterprise .price-list li {
    color: #eff1f3;
}

.pricing-cards .price-card.enterprise .price-note {
    background: #1e2a47;
    color: #d8e5ff;
    font-style: italic;
}

.pricing-cards .price-card.enterprise .price-list .material-symbols-outlined {
    color: #4edea3;
}

.btn-plan-outline {
    border: 2px solid #006c49;
    color: #006c49;
    font-weight: 700;
    background: #fff;
}

.btn-plan-outline:hover,
.btn-plan-outline:focus {
    color: #00422b;
    border-color: #0b8b5f;
    background: #d1fae5;
}

.btn-enterprise {
    background: #006c49;
    border: 2px solid #006c49;
    color: #fff;
    font-weight: 700;
}

.btn-enterprise:hover,
.btn-enterprise:focus {
    background: #0b8b5f;
    border-color: #0b8b5f;
    color: #fff;
}

.blog-search {
    position: relative;
    max-width: 36rem;
}

.blog-search .material-symbols-outlined {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c7a71;
}

.blog-search .form-control {
    border-radius: 999px;
    border: 1px solid rgba(187, 202, 191, 0.7);
    padding: 0.86rem 1rem 0.86rem 2.8rem;
    background: #fff;
}

.blog-search .form-control:focus {
    border-color: #10b981;
    box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.2);
}

.blog-filters .chip {
    background: #f2f4f6;
    color: #3c4a42;
    font-size: 0.75rem;
    padding: 0.5rem 0.92rem;
}

.blog-filters .chip.active {
    background: #191c1e;
    color: #f7f9fb;
}

.featured-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(111, 251, 190, 0.38);
    color: #6ffbbe;
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.22rem 0.55rem;
    font-weight: 700;
}

.blog-card-thumb {
    position: relative;
}

.blog-card-badge {
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    border-radius: 0.4rem;
    background: #006c49;
    color: #fff;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.22rem 0.5rem;
    font-weight: 700;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.blog-link::after {
    content: "→";
    transition: transform 180ms ease;
}

.blog-link:hover::after,
.blog-link:focus::after {
    transform: translateX(2px);
}

.footer-muted,
.footer-links a {
    font-size: 0.84rem;
}

.site-footer .footer-links a,
.site-footer .footer-links a:visited,
.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus {
    text-decoration: none !important;
}

@media (max-width: 991.98px) {
    .pricing-cards .price-card.featured {
        transform: none;
    }

    .integration-tabs-wrap {
        margin-top: -1rem;
    }

    .integration-tabs button {
        flex: 1 1 auto;
    }

    .score-grid {
        grid-template-columns: 1fr;
    }
}
