/* Mahakode professional theme: calmer, less template-like visual system. */
:root {
    --ink: #0b1220;
    --ink-soft: #172033;
    --muted: #5f6b7a;
    --line: #e4e8ef;
    --paper: #f6f8fb;
    --white: #ffffff;
    --blue: #0876cf;
    --blue-dark: #10233d;
    --green: #16a77c;
    --cyan: #20b8d4;
    --shadow: 0 24px 70px rgba(15, 23, 42, .10);
    --soft-shadow: 0 14px 38px rgba(15, 23, 42, .07);
}

body {
    background: #fbfcfe;
    color: var(--ink);
}

.site-header {
    min-height: 78px;
    padding-inline: clamp(22px, 6.5vw, 96px);
    border-bottom: 1px solid rgba(226, 232, 240, .92);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(16px);
}

.brand-mark {
    border-radius: 13px;
    box-shadow: 0 12px 26px rgba(8, 118, 207, .18);
    transform: none;
}

.brand-text strong {
    letter-spacing: -.25px;
}

.brand-text small {
    color: #66758a;
}

.main-nav {
    gap: 20px;
    font-size: .88rem;
}

.nav-cta,
.button.primary {
    border: 0;
    border-radius: 10px;
    background: #0876cf;
    box-shadow: 0 14px 30px rgba(8, 118, 207, .22);
}

.button.secondary {
    border-color: #d9e1ea;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: none;
}

.hero,
.page-hero {
    background:
        radial-gradient(circle at 82% 16%, rgba(32, 184, 212, .11), transparent 22rem),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%) !important;
    background-size: auto !important;
}

.hero::before,
.page-hero::before {
    display: none !important;
}

.hero {
    min-height: auto;
    grid-template-columns: minmax(0, .95fr) minmax(360px, .78fr);
    gap: clamp(38px, 5vw, 76px);
    align-items: center;
    padding: clamp(128px, 13vw, 162px) clamp(22px, 6vw, 96px) 86px;
}

.hero-copy {
    max-width: 780px;
}

.hero h1,
.page-hero h1 {
    color: var(--ink);
    letter-spacing: -1.7px;
}

.hero h1 {
    max-width: 760px;
    font-size: clamp(3.15rem, 5.25vw, 5.05rem);
    line-height: 1.02;
}

.hero h1 span {
    color: var(--blue);
}

.hero-copy > p:not(.eyebrow),
.page-hero > p,
.page-hero div > p:not(.eyebrow) {
    color: var(--muted);
    line-height: 1.72;
}

.eyebrow {
    color: var(--blue) !important;
    letter-spacing: 1.55px;
}

.eyebrow::before {
    background: var(--cyan);
    box-shadow: 0 0 0 5px rgba(32, 184, 212, .13);
}

.trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.trust-strip span,
.feature-list span {
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: none;
}

.delivery-panel {
    overflow: hidden;
    max-width: 580px;
    justify-self: end;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 18px;
    background:
        radial-gradient(circle at 88% 10%, rgba(32, 184, 212, .18), transparent 14rem),
        linear-gradient(145deg, #13243a 0%, #0b1627 100%);
    box-shadow: 0 28px 70px rgba(15, 23, 42, .18);
}

.delivery-panel::before {
    display: none;
}

.delivery-panel-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    height: auto;
    padding: 24px 26px 0;
    border: 0;
    background: transparent;
}

.delivery-panel-top span {
    display: none;
}

.delivery-panel-top strong {
    color: #ffffff;
    font-size: .78rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.delivery-panel-top small {
    color: #84d9ea;
}

.delivery-panel-body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 26px 26px;
}

.delivery-focus {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.delivery-focus span,
.delivery-stack span {
    color: #60d8ef;
}

.delivery-focus h3 {
    max-width: 500px;
    color: #ffffff;
    font-size: clamp(1.55rem, 2.2vw, 2.02rem);
    letter-spacing: -.45px;
}

.delivery-focus p {
    max-width: 480px;
    color: #bdd0e3;
}

.delivery-lanes {
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.delivery-lanes article {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 16px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.delivery-lanes b {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(32, 184, 212, .12);
    color: #8de8f7;
}

.delivery-lanes strong {
    color: #ffffff;
}

.delivery-lanes small {
    color: #aebfd2;
}

.delivery-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.delivery-stack article,
.delivery-status {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
    box-shadow: none;
}

.delivery-stack article {
    flex: 1 1 145px;
}

.delivery-stack strong,
.delivery-status span {
    color: #ffffff;
}

.delivery-stack em {
    background: rgba(32, 184, 212, .13);
    color: #a8f0fb;
}

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

.delivery-status i {
    background: #22c58e;
}

.solution-strip {
    width: min(1220px, calc(100% - 44px));
    margin: -30px auto 52px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 52px rgba(15, 23, 42, .08);
}

.solution-list a,
.card-grid article,
.product-list article,
.pricing-grid article,
.service-showcase-card,
.blog-grid article,
.content-grid article,
.faq-accordion details,
.faq-help-card,
.mini-product-panel,
.page-hero-visual {
    border-color: var(--line);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .055);
}

.solution-list a:hover,
.card-grid article:hover,
.product-list article:hover,
.pricing-grid article:hover,
.service-showcase-card:hover {
    border-color: rgba(8, 118, 207, .22);
    box-shadow: 0 20px 54px rgba(15, 23, 42, .09);
}

.solution-icon,
.card-icon,
.product-mini-icon {
    border-radius: 12px;
    background: #f3f8fc;
    box-shadow: none;
}

.section {
    padding-block: clamp(72px, 8vw, 104px);
}

.section:nth-of-type(even):not(.process):not(.service-process-band):not(.split-section):not(.final-company-cta) {
    background: #ffffff !important;
}

.section-heading h2,
.split-section h2,
.faq-grid h2 {
    color: var(--ink);
    letter-spacing: -1.1px;
}

.process,
.section.service-process-band,
.section.final-company-cta {
    border-radius: 0;
    background:
        radial-gradient(circle at 80% 10%, rgba(32, 184, 212, .14), transparent 18rem),
        linear-gradient(135deg, #13243a, #0b1627) !important;
}

.process ol li,
.section.service-process-band article {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
}

.page-hero {
    padding-top: clamp(120px, 12vw, 152px);
    padding-bottom: 72px;
}

.page-hero h1 {
    max-width: 900px;
    font-size: clamp(2.6rem, 4.7vw, 4.35rem);
    line-height: 1.06;
}

.product-list,
.pricing-grid {
    width: min(1220px, calc(100% - 44px));
    margin-inline: auto;
}

.site-footer {
    background: #081426;
}

@media (max-width: 980px) {
    .hero {
        grid-template-columns: 1fr;
    }

    .delivery-panel {
        justify-self: stretch;
        max-width: none;
    }

    .solution-strip {
        margin-top: 0;
    }
}

@media (max-width: 640px) {
    .site-header {
        min-height: 68px;
        padding-inline: 14px;
    }

    .hero {
        padding: 108px 14px 54px;
    }

    .hero h1 {
        font-size: clamp(2.5rem, 12vw, 3.15rem);
        line-height: 1.04;
        letter-spacing: -1.1px;
    }

    .hero-copy > p:not(.eyebrow) {
        font-size: 1rem;
    }

    .delivery-panel {
        border-radius: 16px;
    }

    .delivery-panel-top,
    .delivery-panel-body {
        padding-inline: 18px;
    }

    .delivery-panel-top {
        grid-template-columns: 1fr;
        gap: 4px;
        padding-top: 20px;
    }

    .delivery-status {
        grid-template-columns: 1fr;
    }

    .solution-strip {
        width: min(100% - 28px, 1220px);
        padding: 16px;
    }

    .section {
        padding-block: 64px;
    }

    .page-hero {
        padding: 108px 14px 58px;
    }

    .page-hero h1 {
        font-size: clamp(2.35rem, 11vw, 3rem);
        letter-spacing: -.9px;
    }
}

/* Restrained full-site refresh. */
:root {
    --ink: #111827;
    --ink-soft: #1f2937;
    --muted: #667085;
    --line: #e5e7eb;
    --paper: #f8fafc;
    --blue: #176b87;
    --blue-dark: #111827;
    --green: #169b7a;
    --cyan: #2aa6b8;
    --shadow: 0 18px 48px rgba(17, 24, 39, .08);
    --soft-shadow: 0 10px 28px rgba(17, 24, 39, .06);
}

body {
    background: #ffffff;
}

.site-header {
    background: rgba(255, 255, 255, .96);
}

.nav-cta,
.button.primary {
    background: #111827;
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(17, 24, 39, .16);
}

.nav-cta:hover,
.button.primary:hover {
    background: #0f172a;
}

.button.secondary {
    color: #111827;
}

.hero,
.page-hero {
    background:
        radial-gradient(circle at 82% 12%, rgba(42, 166, 184, .09), transparent 22rem),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

.hero {
    padding-bottom: 76px;
}

.hero h1 {
    max-width: 720px;
    color: #111827;
    font-size: clamp(2.85rem, 4.35vw, 4.35rem);
    line-height: 1.06;
    letter-spacing: -1.2px;
}

.hero h1 span,
.page-hero h1 span {
    color: inherit;
}

.page-hero h1 {
    max-width: 840px;
    font-size: clamp(2.35rem, 3.55vw, 3.45rem);
    line-height: 1.1;
    letter-spacing: -1px;
}

.hero-copy > p:not(.eyebrow),
.page-hero > p,
.page-hero div > p:not(.eyebrow),
.section-heading p,
.card-grid p,
.product-list p,
.pricing-grid p,
.service-showcase-card p,
.content-grid p,
.blog-grid p {
    color: #667085;
}

.eyebrow {
    color: #176b87 !important;
    letter-spacing: 1.1px;
}

.eyebrow::before {
    background: #2aa6b8;
    box-shadow: 0 0 0 4px rgba(42, 166, 184, .12);
}

.delivery-panel {
    border-color: #e5e7eb;
    background: #111827;
    box-shadow: 0 20px 54px rgba(17, 24, 39, .16);
}

.delivery-focus h3 {
    font-size: clamp(1.32rem, 1.75vw, 1.68rem);
}

.delivery-panel-top small,
.delivery-focus span,
.delivery-stack span {
    color: #7dd3c7;
}

.delivery-lanes b {
    background: rgba(125, 211, 199, .12);
    color: #9ee6dc;
}

.delivery-stack em {
    background: rgba(125, 211, 199, .13);
    color: #b8f0e8;
}

.solution-strip,
.solution-list a,
.card-grid article,
.product-list article,
.pricing-grid article,
.service-showcase-card,
.content-grid article,
.blog-grid article,
.faq-accordion details,
.faq-help-card,
.mini-product-panel,
.page-hero-visual,
.service-deep-card,
.service-side-panel,
.service-scope-grid article {
    border-radius: 12px;
    border-color: #e5e7eb;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(17, 24, 39, .055);
}

.solution-icon,
.card-icon,
.product-mini-icon {
    color: #176b87;
    background: #f3f7f8;
    border-color: #d9e5e8;
}

.solution-icon-apotek,
.product-mini-icon-apotek {
    color: #167c63;
}

.solution-icon-carwash,
.product-mini-icon-carwash {
    color: #176b87;
}

.section-heading h2,
.split-section h2,
.faq-grid h2,
.content-grid h2,
.product-list h2,
.pricing-grid h2,
.blog-grid h2,
.card-grid h3,
.service-showcase-card h2 {
    color: #111827;
    letter-spacing: -.6px;
}

.section-heading h2,
.split-section h2,
.faq-grid h2 {
    font-size: clamp(2rem, 3vw, 3rem);
}

.process,
.section.service-process-band,
.section.final-company-cta {
    background: #111827 !important;
}

.process ol li,
.section.service-process-band article {
    background: rgba(255, 255, 255, .055);
}

.site-footer {
    background: #111827;
}

@media (max-width: 640px) {
    .hero h1 {
        font-size: clamp(2.25rem, 10vw, 2.85rem);
        line-height: 1.08;
        letter-spacing: -.7px;
    }

    .page-hero h1 {
        font-size: clamp(2.05rem, 9vw, 2.55rem);
        line-height: 1.12;
    }
}

/* Final simple brand direction. */
:root {
    --ink: #101828;
    --ink-soft: #1d2939;
    --muted: #667085;
    --line: #dfe7ef;
    --paper: #f7fafc;
    --blue: #125c72;
    --blue-dark: #101828;
    --green: #159875;
    --cyan: #2aa7b8;
    --shadow: 0 18px 48px rgba(16, 24, 40, .07);
    --soft-shadow: 0 10px 26px rgba(16, 24, 40, .055);
}

body {
    font-family: "Plus Jakarta Sans", Inter, "Segoe UI", Arial, sans-serif;
    color: #101828;
    background: #ffffff;
}

.site-header {
    background: rgba(255, 255, 255, .97);
}

.brand-mark {
    background: #12677a !important;
    box-shadow: 0 12px 24px rgba(18, 103, 122, .18);
}

.nav-cta,
.button.primary {
    background: #101828;
    border: 1px solid #101828;
    box-shadow: 0 12px 26px rgba(16, 24, 40, .16);
}

.nav-cta:hover,
.button.primary:hover {
    background: #182230;
    border-color: #182230;
}

.button.secondary {
    border-color: #d0d5dd;
    color: #101828;
}

.hero,
.page-hero {
    background:
        radial-gradient(circle at 86% 14%, rgba(42, 167, 184, .08), transparent 20rem),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

.hero h1 {
    max-width: 700px;
    font-size: clamp(2.75rem, 4vw, 4rem);
    line-height: 1.08;
    letter-spacing: -.9px;
}

.page-hero h1 {
    font-size: clamp(2.2rem, 3.2vw, 3.1rem);
    letter-spacing: -.7px;
}

.eyebrow {
    color: #125c72 !important;
    letter-spacing: .95px;
}

.eyebrow::before {
    background: #2aa7b8;
    box-shadow: 0 0 0 4px rgba(42, 167, 184, .11);
}

.delivery-panel {
    background: #101828;
    border-color: #263244;
    box-shadow: 0 24px 54px rgba(16, 24, 40, .18);
}

.delivery-panel-top small,
.delivery-focus span,
.delivery-stack span {
    color: #75d0c8;
}

.delivery-stack,
.delivery-status {
    display: none;
}

.delivery-lanes article {
    border-top-color: rgba(255, 255, 255, .10);
}

.solution-strip,
.solution-list a,
.card-grid article,
.product-list article,
.pricing-grid article,
.service-showcase-card,
.content-grid article,
.blog-grid article,
.faq-accordion details,
.faq-help-card,
.mini-product-panel,
.page-hero-visual,
.service-deep-card,
.service-side-panel,
.service-scope-grid article,
.lead-form {
    border-radius: 10px;
    border-color: #dfe7ef;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(16, 24, 40, .045);
}

.solution-icon,
.card-icon,
.product-mini-icon,
.service-card-top .card-icon,
.service-hero-kicker .card-icon {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #d7e5ea;
    border-radius: 10px;
    color: #125c72;
    background: #f7fafc;
    box-shadow: none;
}

.solution-icon::before,
.solution-icon::after,
.card-icon::before,
.card-icon::after,
.product-mini-icon::before,
.product-mini-icon::after {
    display: none !important;
}

.solution-icon > i,
.card-icon > i,
.product-mini-icon > i {
    position: static;
    font-size: 22px;
    line-height: 1;
    color: currentColor;
}

.solution-icon-apotek,
.product-mini-icon-apotek {
    color: #14795f;
}

.solution-icon-carwash,
.product-mini-icon-carwash {
    color: #155e75;
}

.card-grid article:hover,
.product-list article:hover,
.service-showcase-card:hover,
.pricing-grid article:hover,
.blog-grid article:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(16, 24, 40, .075);
}

.feature-list span,
.trust-strip span {
    border-color: #dfe7ef;
    color: #1d2939;
    background: #ffffff;
}

.process,
.section.service-process-band,
.section.final-company-cta {
    background: #101828 !important;
}

.site-footer {
    background: #101828;
}

.site-footer a,
.site-footer p {
    color: #cbd5e1;
}

.site-footer strong {
    color: #ffffff;
}

.menu-button {
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 8px 12px;
    border-color: #d0d5dd;
    border-radius: 10px;
    background: #ffffff;
    color: #101828;
}

.menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: #101828;
}

.menu-button strong {
    font-size: .86rem;
    font-weight: 800;
}

@media (max-width: 640px) {
    .hero h1 {
        font-size: clamp(2.05rem, 9.4vw, 2.55rem);
        line-height: 1.12;
    }

    .page-hero h1 {
        font-size: clamp(1.95rem, 8.5vw, 2.35rem);
        line-height: 1.14;
    }

    .menu-button {
        display: inline-grid;
        grid-template-columns: 18px auto;
    }

    .menu-button span:nth-child(1),
    .menu-button span:nth-child(2),
    .menu-button span:nth-child(3) {
        grid-column: 1;
    }

    .menu-button strong {
        grid-column: 2;
        grid-row: 1 / 4;
        align-self: center;
    }

    .product-list article,
    .card-grid article,
    .service-showcase-card,
    .pricing-grid article {
        padding: 24px 20px;
    }

    .site-footer {
        gap: 18px;
    }
}

/* Full design adjustment: layout, spacing, cards, and contrast. */
:root {
    --mk-ink: #101828;
    --mk-muted: #5f6f82;
    --mk-soft: #f5f8fb;
    --mk-soft-2: #eef6f8;
    --mk-line: #d8e3ea;
    --mk-teal: #168aa0;
    --mk-green: #168866;
    --mk-dark: #101828;
}

main {
    background: #ffffff;
}

.site-header {
    min-height: 76px;
    border-bottom: 1px solid #dde7ee;
    box-shadow: 0 8px 24px rgba(16, 24, 40, .035);
}

.main-nav a {
    color: #1d2939;
}

.main-nav a:hover,
.main-nav a:focus {
    color: #12677a;
}

.nav-cta,
.button.primary {
    min-height: 48px;
    border-radius: 8px;
    background: #101828;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(16, 24, 40, .14);
}

.button.secondary {
    min-height: 48px;
    border-radius: 8px;
    background: #ffffff;
    color: #101828;
    box-shadow: inset 0 0 0 1px #d0dbe3;
}

.hero,
.page-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #f8fbfc 0%, #ffffff 100%) !important;
    border-bottom: 1px solid #e5edf2;
}

.hero::after,
.page-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(22, 138, 160, .3), transparent);
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .82fr);
    gap: clamp(44px, 6vw, 88px);
    align-items: center;
    padding: clamp(130px, 13vw, 164px) clamp(24px, 6vw, 96px) 92px;
}

.hero-copy {
    max-width: 720px;
}

.hero h1,
.page-hero h1 {
    color: #101828;
    text-wrap: balance;
}

.hero h1 {
    max-width: 680px;
    font-size: clamp(2.8rem, 4.1vw, 4.15rem);
    line-height: 1.07;
    letter-spacing: -.8px;
}

.hero-copy > p:not(.eyebrow) {
    max-width: 640px;
    color: #53657a;
    font-size: clamp(1.03rem, 1.4vw, 1.18rem);
}

.page-hero {
    padding: clamp(122px, 12vw, 152px) clamp(22px, 6vw, 96px) 76px;
}

.page-hero h1 {
    max-width: 820px;
    font-size: clamp(2.2rem, 3.45vw, 3.35rem);
    line-height: 1.1;
}

.page-hero > p,
.page-hero div > p:not(.eyebrow) {
    max-width: 690px;
    color: #53657a;
    font-size: 1.05rem;
}

.eyebrow {
    color: #12677a !important;
    font-size: .78rem;
    letter-spacing: .9px;
}

.eyebrow::before {
    background: #168aa0;
    box-shadow: 0 0 0 4px rgba(22, 138, 160, .11);
}

.delivery-panel {
    color: #101828;
    background: #ffffff;
    border: 1px solid #d8e3ea;
    border-top: 5px solid #168aa0;
    border-radius: 12px;
    box-shadow: 0 22px 54px rgba(16, 24, 40, .08);
}

.delivery-panel-top {
    grid-template-columns: 1fr auto;
    padding: 24px 28px 0;
}

.delivery-panel-top strong {
    color: #101828;
}

.delivery-panel-top small,
.delivery-focus span {
    color: #13768a;
}

.delivery-panel-body {
    padding: 24px 28px 28px;
}

.delivery-focus h3 {
    max-width: 440px;
    color: #101828;
    font-size: clamp(1.45rem, 2vw, 1.95rem);
    line-height: 1.16;
}

.delivery-focus p {
    color: #53657a;
}

.delivery-lanes {
    border-top: 1px solid #dfe8ee;
}

.delivery-lanes article {
    border-bottom: 1px solid #dfe8ee;
}

.delivery-lanes b {
    background: #e7f5f7;
    color: #12677a;
}

.delivery-lanes strong {
    color: #101828;
}

.delivery-lanes small {
    color: #667085;
}

.trust-strip {
    gap: 12px;
}

.trust-strip span,
.feature-list span {
    background: #ffffff;
    border: 1px solid #d8e3ea;
    color: #1d2939;
}

.trust-strip i,
.feature-list span::before {
    background: #19a27d;
}

.solution-strip {
    width: min(1220px, calc(100% - 48px));
    margin: 34px auto 0;
    padding: 26px;
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    align-items: start;
    gap: 24px;
    background: #ffffff;
    border: 1px solid #d8e3ea;
    border-radius: 12px;
    box-shadow: none;
}

.solution-strip-label {
    padding-top: 8px;
}

.solution-strip-label span {
    color: #13768a;
}

.solution-strip-label strong {
    color: #101828;
    font-size: 1.18rem;
}

.solution-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.solution-list a {
    min-height: 82px;
    padding: 16px;
    border: 1px solid #d8e3ea;
    border-radius: 10px;
    background: #f9fbfc;
    box-shadow: none;
}

.solution-list a:hover {
    background: #ffffff;
    border-color: #9bcbd4;
    transform: translateY(-1px);
}

.solution-list strong,
.solution-list small {
    color: #101828;
}

.solution-list small {
    color: #667085;
}

.section {
    padding: clamp(76px, 8vw, 108px) clamp(22px, 6vw, 96px);
}

.section-heading {
    margin-bottom: 34px;
}

.section-heading h2,
.split-section h2,
.faq-grid h2 {
    max-width: 760px;
    color: #101828;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.12;
    letter-spacing: -.55px;
}

.section-heading p {
    max-width: 660px;
    color: #53657a;
}

.card-grid,
.service-showcase-grid {
    gap: 18px;
}

.card-grid article,
.service-showcase-card,
.blog-grid article,
.content-grid article,
.pricing-grid article,
.faq-accordion details,
.faq-help-card,
.mini-product-panel,
.lead-form {
    border: 1px solid #d8e3ea;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: none;
}

.card-grid article {
    padding: 28px;
}

.card-grid h3,
.service-showcase-card h2,
.product-list h2,
.pricing-grid h2,
.blog-grid h2,
.content-grid h2 {
    color: #101828;
}

.card-grid p,
.service-showcase-card p,
.product-list p,
.pricing-grid p,
.blog-grid p,
.content-grid p {
    color: #53657a;
}

.card-grid article:hover,
.product-list article:hover,
.service-showcase-card:hover,
.pricing-grid article:hover,
.blog-grid article:hover {
    border-color: #a9d3db;
    box-shadow: 0 16px 34px rgba(16, 24, 40, .06);
}

.solution-icon,
.card-icon,
.product-mini-icon,
.service-card-top .card-icon,
.service-hero-kicker .card-icon {
    width: 46px;
    height: 46px;
    border-radius: 9px;
    border-color: #cfe0e6;
    background: #f7fafc;
    color: #12677a;
}

.solution-icon > i,
.card-icon > i,
.product-mini-icon > i {
    font-size: 21px;
}

.product-list {
    width: min(1220px, calc(100% - 48px));
    padding-inline: 0;
    display: grid;
    gap: 18px;
}

.product-list article {
    position: relative;
    min-height: 310px;
    padding: 30px;
    border: 1px solid #d8e3ea;
    border-radius: 12px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fbfc 100%);
    box-shadow: none;
}

.product-list article::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    border-radius: 12px 12px 0 0;
    background: #168aa0;
}

.product-list article:nth-child(2)::before {
    background: #168866;
}

.product-list article:nth-child(3)::before {
    background: #155e75;
}

.product-list .button.primary,
.pricing-grid .button.primary {
    width: 100%;
    margin-top: auto;
}

.service-showcase-card {
    padding: 28px;
}

.service-card-split {
    background: #f7fafc;
    border: 1px solid #dfe8ee;
    border-radius: 10px;
}

.service-card-split strong,
.service-card-split li {
    color: #101828;
}

.service-card-footer {
    border-top-color: #dfe8ee;
}

.service-label,
.text-link,
.faq-help-card a {
    color: #12677a;
}

.service-metric-row span {
    border: 1px solid #d8e3ea;
    border-radius: 10px;
    background: #ffffff;
    color: #1d2939;
}

.service-metric-row strong {
    color: #12677a;
}

.feature-list {
    align-items: stretch;
}

.feature-list span {
    min-height: 54px;
    justify-content: flex-start;
    padding-inline: 18px;
    border-radius: 10px;
}

.process,
.section.service-process-band,
.section.final-company-cta {
    color: #ffffff;
    background: #101828 !important;
}

.process .eyebrow,
.section.service-process-band .eyebrow,
.section.final-company-cta .eyebrow {
    color: #91d8df !important;
}

.process h2,
.process li,
.section.service-process-band h2,
.section.service-process-band strong,
.section.final-company-cta h2 {
    color: #ffffff;
}

.process p,
.section.service-process-band p,
.section.final-company-cta p,
.section.final-company-cta span {
    color: #d7e0ea;
}

.process ol {
    gap: 12px;
}

.process ol li,
.section.service-process-band article {
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 10px;
    background: rgba(255, 255, 255, .06);
    color: #ffffff;
}

.section.final-company-cta .button.secondary {
    background: #ffffff;
    color: #101828;
}

.section.final-company-cta .mini-product-panel {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .16);
}

.section.final-company-cta .mini-product-panel strong,
.section.final-company-cta .mini-contact-list a {
    color: #ffffff;
}

.split-section:not(.final-company-cta) {
    color: #101828;
    background: #ffffff !important;
    border: 1px solid #d8e3ea;
    border-radius: 12px;
}

.split-section:not(.final-company-cta) .eyebrow {
    color: #12677a !important;
}

.split-section:not(.final-company-cta) h2 {
    color: #101828;
}

.split-section:not(.final-company-cta) p,
.split-section:not(.final-company-cta) span {
    color: #53657a;
}

.split-section:not(.final-company-cta) .mini-product-panel {
    background: #f7fafc;
    border-color: #d8e3ea;
}

.split-section:not(.final-company-cta) .mini-product-panel strong {
    color: #101828;
}

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

.faq-accordion details {
    overflow: hidden;
}

.faq-accordion summary {
    color: #101828;
    background: #ffffff;
}

.faq-accordion p,
.company-faq .faq-accordion p {
    color: #53657a;
    background: #ffffff;
    padding: 18px 24px 22px;
    margin: 0;
}

.faq-help-card {
    padding: 22px;
}

.faq-help-card strong {
    color: #101828;
}

.faq-help-card span {
    color: #53657a;
}

.lead-form label,
.lead-form strong {
    color: #101828;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
    color: #101828;
    background: #ffffff;
    border-color: #d0dbe3;
}

.site-footer {
    background: #101828;
    color: #d7e0ea;
}

.site-footer strong,
.site-footer .footer-brand {
    color: #ffffff;
}

.site-footer a,
.site-footer p {
    color: #d7e0ea;
}

.site-footer a:hover {
    color: #ffffff;
}

@media (min-width: 900px) {
    .product-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

@media (max-width: 980px) {
    .hero,
    .solution-strip {
        grid-template-columns: 1fr;
    }

    .delivery-panel {
        max-width: none;
        justify-self: stretch;
    }

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

@media (max-width: 640px) {
    .site-header {
        margin: 8px 10px 0;
        min-height: 68px;
    }

    .hero {
        padding: 112px 14px 58px;
        gap: 30px;
    }

    .hero h1 {
        font-size: clamp(2rem, 9.6vw, 2.55rem);
        line-height: 1.13;
    }

    .hero-copy > p:not(.eyebrow),
    .page-hero > p,
    .page-hero div > p:not(.eyebrow) {
        font-size: 1rem;
        line-height: 1.72;
    }

    .page-hero {
        padding: 112px 14px 58px;
    }

    .page-hero h1 {
        font-size: clamp(1.95rem, 8.4vw, 2.36rem);
    }

    .solution-strip {
        width: calc(100% - 28px);
        margin-top: 24px;
        padding: 18px;
    }

    .solution-list {
        grid-template-columns: 1fr;
    }

    .solution-list a {
        min-height: 74px;
    }

    .section {
        padding: 64px 14px;
    }

    .product-list {
        width: calc(100% - 28px);
    }

    .product-list article,
    .card-grid article,
    .service-showcase-card,
    .pricing-grid article,
    .lead-form {
        padding: 22px 20px;
    }

    .delivery-panel-top,
    .delivery-panel-body {
        padding-inline: 20px;
    }

    .delivery-focus h3 {
        font-size: 1.38rem;
    }

    .faq-accordion p,
    .company-faq .faq-accordion p {
        padding: 16px 18px 20px;
    }
}

/* Hero without side panel. */
.hero.hero-simple {
    grid-template-columns: minmax(0, 840px);
    justify-content: start;
    min-height: auto;
    padding-bottom: 82px;
}

.hero.hero-simple .hero-copy {
    max-width: 840px;
}

.hero.hero-simple h1 {
    max-width: 780px;
}

.hero.hero-simple .trust-strip {
    max-width: 720px;
}

@media (max-width: 640px) {
    .hero.hero-simple {
        grid-template-columns: 1fr;
        padding-bottom: 58px;
    }
}
