/* Ascendemy homepage redesign. All rules are scoped to the homepage body so
   product, Flow, legal, and standalone form pages keep their existing UI. */

body.home-redesign {
    --home-navy: #061629;
    --home-navy-2: #081d33;
    --home-panel: #0c2035;
    --home-blue: #2877f3;
    --home-blue-dark: #1763dc;
    --home-cyan: #63c7dc;
    --home-ink: #0b1930;
    --home-muted: #536174;
    --home-line: #dbe4ee;
    --home-soft: #f5f8fc;
    --home-page: 1030px;
    color: var(--home-ink);
    background: #fff;
    font-size: 14px;
    overflow-x: hidden;
}

body.home-redesign .container {
    width: min(calc(100% - 40px), var(--home-page));
}

body.home-redesign [id] {
    scroll-margin-top: 64px;
}

/* Header ---------------------------------------------------------------- */

body.home-redesign .site-header {
    height: 64px;
    color: #fff;
    background: rgba(6, 22, 41, .96);
    border-bottom: 1px solid rgba(255, 255, 255, .045);
    box-shadow: none;
    backdrop-filter: blur(16px);
}

body.home-redesign .site-header.scrolled {
    background: rgba(6, 22, 41, .98);
    border-bottom-color: rgba(255, 255, 255, .08);
    box-shadow: 0 10px 28px rgba(0, 8, 20, .2);
}

body.home-redesign .nav {
    gap: 22px;
}

body.home-redesign .brand {
    gap: 7px;
    color: #fff;
    font-size: 19px;
    font-weight: 680;
    letter-spacing: -.035em;
}

body.home-redesign .brand-mark {
    width: 28px;
    height: 30px;
    color: #fff;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

body.home-redesign .brand-mark .home-brand-svg {
    width: 28px;
    height: 28px;
}

body.home-redesign .desktop-nav {
    gap: clamp(17px, 2vw, 29px);
}

body.home-redesign .desktop-nav a {
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    font-weight: 590;
    letter-spacing: -.01em;
}

body.home-redesign .desktop-nav a:hover,
body.home-redesign .desktop-nav a.active {
    color: #fff;
}

body.home-redesign .site-header .nav-cta {
    min-height: 36px;
    padding-inline: 16px;
    color: #fff;
    background: linear-gradient(180deg, #3985fa 0%, #246fe8 100%);
    border: 1px solid rgba(128, 180, 255, .52);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(31, 112, 236, .28);
    font-size: 12px;
    font-weight: 650;
}

body.home-redesign .site-header .nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.home-redesign .site-header .nav-secondary {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding-inline: 15px;
    color: #e8f0fb;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

body.home-redesign .site-header .nav-secondary:hover,
body.home-redesign .site-header .nav-secondary:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .5);
}

body.home-redesign .mobile-nav {
    inset-block-start: 64px;
    color: #dce8f8;
    background: rgba(6, 22, 41, .99);
    border-bottom-color: rgba(255, 255, 255, .1);
}

body.home-redesign .mobile-nav a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .07);
}

body.home-redesign .mobile-nav .mobile-cta {
    color: #fff;
    background: linear-gradient(180deg, #3985fa 0%, #246fe8 100%);
    border: 1px solid rgba(128, 180, 255, .45);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(31, 112, 236, .22);
}

body.home-redesign .nav-backdrop {
    inset-block-start: 64px;
    background: rgba(1, 9, 20, .64);
}

/* Hero ------------------------------------------------------------------ */

.home-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 24%, rgba(39, 119, 243, .16), transparent 33%),
        radial-gradient(circle at 20% 92%, rgba(23, 105, 224, .08), transparent 30%),
        linear-gradient(110deg, #07182b 0%, #051424 55%, #061a30 100%);
    border-bottom: 1px solid #d9e1ea;
}

.home-hero-grid {
    min-height: 424px;
    display: grid;
    grid-template-columns: minmax(390px, .88fr) minmax(500px, 1.12fr);
    align-items: center;
    gap: 48px;
    padding-block: 29px 33px;
}

.home-hero-copy h1 {
    max-width: 510px;
    color: #f7f9fc;
    font-size: clamp(37px, 4.1vw, 46px);
    font-weight: 720;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.home-hero-copy h1 span {
    color: #347ff2;
}

.home-hero-copy > p {
    max-width: 450px;
    margin-top: 14px;
    color: #d0d9e6;
    font-size: 14px;
    line-height: 1.5;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.home-button {
    min-height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 17px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 12.5px;
    font-weight: 650;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

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

.home-button-primary {
    color: #fff;
    background: linear-gradient(180deg, #3484fb, #1f6ee9);
    border-color: rgba(112, 170, 255, .58);
    box-shadow: 0 10px 25px rgba(25, 108, 235, .25);
}

.home-button-primary:hover {
    background: linear-gradient(180deg, #438dff, #2878ef);
}

.home-button-secondary {
    color: #f3f6fb;
    background: rgba(255, 255, 255, .025);
    border-color: rgba(255, 255, 255, .58);
}

.home-button-secondary:hover {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .84);
}

.home-button-secondary svg {
    width: 15px;
    height: 15px;
}

.hero-dashboard {
    position: relative;
    min-width: 0;
    padding: 11px;
    color: #e7effa;
    background: linear-gradient(145deg, rgba(14, 35, 57, .98), rgba(7, 25, 44, .98));
    border: 1px solid rgba(118, 171, 234, .32);
    border-radius: 13px;
    box-shadow: 0 24px 60px rgba(0, 8, 20, .38), 0 0 30px rgba(33, 112, 228, .11);
}

.hero-dashboard::after {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    border-radius: inherit;
    box-shadow: 0 0 36px rgba(47, 127, 255, .16);
}

.hero-dashboard-head {
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 8px;
    font-size: 10.5px;
}

.hero-dashboard-head strong {
    font-weight: 650;
}

.hero-dashboard-head > span {
    height: 24px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-inline: 9px;
    color: #c8d5e6;
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(160, 186, 219, .14);
    border-radius: 5px;
    font-size: 8.5px;
}

.hero-dashboard-head svg {
    width: 12px;
    height: 12px;
}

.hero-kpis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
}

.hero-kpi {
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1px 5px;
    padding: 9px 9px 7px;
    background: rgba(255, 255, 255, .018);
    border: 1px solid rgba(144, 172, 205, .14);
    border-radius: 6px;
}

.hero-kpi small {
    grid-column: 1 / -1;
    color: #9eacbe;
    font-size: 7px;
}

.hero-kpi > span {
    font-size: 15px;
    font-weight: 680;
    letter-spacing: -.03em;
}

.hero-kpi em {
    align-self: center;
    color: #35c78a;
    font-size: 7px;
    font-style: normal;
}

.hero-kpi svg {
    grid-column: 1 / -1;
    width: 100%;
    height: 20px;
    margin-top: 2px;
    color: #3f8cfc;
}

.hero-chart-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 7px;
    margin-top: 7px;
}

.hero-chart-card {
    min-width: 0;
    height: 143px;
    padding: 9px;
    background: rgba(255, 255, 255, .015);
    border: 1px solid rgba(144, 172, 205, .14);
    border-radius: 6px;
}

.hero-chart-title {
    color: #e6edf7;
    font-size: 8px;
    font-weight: 650;
}

.hero-chart-legend {
    display: flex;
    gap: 14px;
    margin: 7px 0 3px 22px;
    color: #aeb9c8;
    font-size: 6px;
}

.hero-chart-legend span::before {
    content: "";
    width: 8px;
    height: 1px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    background: #3f8cfc;
}

.hero-chart-legend span:last-child::before {
    background: #8493a7;
}

.hero-chart-plot {
    position: relative;
    height: 101px;
}

.hero-chart-plot > i {
    position: absolute;
    inset-inline: 0;
    height: 1px;
    background: rgba(164, 185, 211, .09);
}

.hero-chart-plot > i:nth-child(1) { top: 18%; }
.hero-chart-plot > i:nth-child(2) { top: 40%; }
.hero-chart-plot > i:nth-child(3) { top: 62%; }
.hero-chart-plot > i:nth-child(4) { top: 84%; }

.hero-chart-plot svg {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-donut-wrap {
    height: 114px;
    display: grid;
    grid-template-columns: minmax(82px, .78fr) 1fr;
    align-items: center;
    gap: 12px;
}

.hero-donut {
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(#3b82f6 0 48%, #60c6cf 48% 76%, #f5a71a 76% 92%, #718096 92% 100%);
}

.hero-donut::before {
    content: "";
    grid-area: 1 / 1;
    width: 58%;
    height: 58%;
    border-radius: 50%;
    background: #0b1f34;
}

.hero-donut span {
    z-index: 1;
    grid-area: 1 / 1;
    color: #8fa0b5;
    text-align: center;
    font-size: 6px;
}

.hero-donut strong {
    display: block;
    color: #fff;
    font-size: 11px;
}

.hero-donut-wrap ul {
    display: grid;
    gap: 8px;
    color: #a7b5c6;
    font-size: 6.5px;
}

.hero-donut-wrap li {
    display: grid;
    grid-template-columns: 5px 1fr auto;
    align-items: center;
    gap: 5px;
}

.hero-donut-wrap li > i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.hero-donut-wrap li strong {
    color: #dfe7f2;
    font-weight: 550;
}

.hero-donut-wrap i.blue { background: #3b82f6; }
.hero-donut-wrap i.cyan { background: #60c6cf; }
.hero-donut-wrap i.amber { background: #f5a71a; }
.hero-donut-wrap i.gray { background: #718096; }

.hero-dashboard-foot {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 7px;
    background: rgba(255, 255, 255, .012);
    border: 1px solid rgba(144, 172, 205, .14);
    border-radius: 6px;
}

.hero-dashboard-foot > span {
    min-width: 0;
    display: grid;
    gap: 2px;
    padding: 7px 9px;
    border-right: 1px solid rgba(144, 172, 205, .1);
}

.hero-dashboard-foot > span:last-child {
    border-right: 0;
}

.hero-dashboard-foot small {
    color: #8f9db0;
    font-size: 6.5px;
}

.hero-dashboard-foot strong {
    color: #f1f5fb;
    font-size: 8.5px;
}

.hero-dashboard-foot em {
    color: #35c78a;
    font-size: 6.5px;
    font-style: normal;
    font-weight: 500;
}

.hero-dashboard-foot em.down {
    color: #f87171;
}

/* Shared section treatment --------------------------------------------- */

.home-section {
    position: relative;
    border-bottom: 1px solid #e4eaf1;
}

.home-section-title {
    margin-bottom: 12px;
    color: var(--home-ink);
    font-size: 22px;
    font-weight: 690;
    line-height: 1.15;
    letter-spacing: -.035em;
    text-align: center;
}

/* Services --------------------------------------------------------------- */

.home-services {
    padding-block: 17px 23px;
    background: #fff;
}

.home-services-title,
.home-process-title,
.home-builds-title,
.home-contact-title,
.home-booking-title,
.home-contactus-title {
    font-size: 27px;
    margin-bottom: 10px;
}

.home-services-lead,
.home-process-lead,
.home-contact-lead,
.home-booking-lead,
.home-contactus-lead {
    max-width: 600px;
    margin: 0 auto 20px;
    color: #55647b;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.home-service-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.home-service-card {
    min-height: 158px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 13px 15px 14px;
    text-align: center;
    background: #fff;
    border: 1px solid #dce4ed;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(20, 45, 77, .07);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.home-service-card:hover {
    transform: translateY(-2px);
    border-color: #bfd0e5;
    box-shadow: 0 10px 24px rgba(20, 45, 77, .1);
}

.home-service-card > svg {
    width: 34px;
    height: 34px;
    margin-bottom: 9px;
    color: #2674ed;
}

.home-service-card h3 {
    min-height: 33px;
    display: grid;
    place-items: center;
    color: #101e34;
    font-size: 12.5px;
    font-weight: 670;
    line-height: 1.25;
    letter-spacing: -.015em;
}

.home-service-card p {
    margin-top: 5px;
    color: #4f5d70;
    font-size: 10.5px;
    line-height: 1.45;
}

/* Dashboard showcase ---------------------------------------------------- */

.home-builds {
    padding-block: 12px 22px;
    background: var(--home-soft);
}

.home-build-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.home-build-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dce4ed;
    border-radius: 10px;
    box-shadow: 0 7px 18px rgba(20, 45, 77, .065);
}

.home-build-card-link {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.home-build-card-link:focus-visible {
    outline: 3px solid rgba(39, 119, 243, .58);
    outline-offset: -4px;
    border-radius: 9px;
}

.home-build-card-action {
    width: 100%;
    display: block;
    padding: 0;
    color: inherit;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.home-build-card:hover .home-build-arrow {
    transform: translateX(2px);
    color: var(--home-blue);
}

.build-preview {
    height: 123px;
    padding: 8px 10px 7px;
    color: #dce9f7;
    background: linear-gradient(145deg, #0c2137, #07192b);
    border-bottom: 1px solid #20364e;
}

.build-preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    color: #edf5ff;
    font-size: 6.5px;
}

.build-preview-head span {
    padding: 2px 5px;
    color: #9db0c6;
    border: 1px solid rgba(160, 186, 219, .16);
    border-radius: 3px;
    font-size: 5.5px;
}

.build-preview-kpis {
    display: grid;
    grid-template-columns: .9fr .9fr 1.2fr;
    gap: 5px;
}

.build-preview-kpis > span {
    min-width: 0;
    height: 38px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 5px;
    background: rgba(255, 255, 255, .015);
    border: 1px solid rgba(144, 172, 205, .14);
    border-radius: 4px;
}

.build-preview-kpis small {
    grid-column: 1 / -1;
    overflow: hidden;
    color: #93a3b6;
    font-size: 5.2px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.build-preview-kpis strong {
    color: #f1f6fd;
    font-size: 9px;
    font-weight: 670;
}

.build-preview-kpis em {
    color: #36c78a;
    font-size: 5.2px;
    font-style: normal;
}

.build-preview-kpis em.warn {
    color: #f06c63;
}

.mini-ring {
    grid-column: 1 / -1;
    width: 20px;
    height: 20px;
    margin: -2px auto 0;
    border-radius: 50%;
    background: conic-gradient(#3b82f6 0 55%, #54beca 55% 78%, #f5a71a 78% 100%);
    box-shadow: inset 0 0 0 6px #0b1e32;
}

.build-preview-chart {
    height: 59px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-top: 5px;
    padding: 9px 10px 3px;
    background: repeating-linear-gradient(to bottom, rgba(157, 180, 207, .09) 0 1px, transparent 1px 15px);
    border: 1px solid rgba(144, 172, 205, .1);
    border-radius: 4px;
}

.build-preview-chart i {
    flex: 1;
    min-width: 5px;
    background: linear-gradient(180deg, #408cfb, #1c5cbe);
    border-radius: 2px 2px 0 0;
}

.operations-bars i:nth-child(3n + 2) {
    background: linear-gradient(180deg, #5a9bff, #2772de);
}

.customer-scatter {
    position: relative;
    height: 58px;
    margin-top: 5px;
    overflow: hidden;
    background:
        repeating-linear-gradient(to bottom, rgba(157, 180, 207, .08) 0 1px, transparent 1px 15px),
        repeating-linear-gradient(to right, rgba(157, 180, 207, .05) 0 1px, transparent 1px 42px);
    border: 1px solid rgba(144, 172, 205, .1);
    border-radius: 4px;
}

.customer-scatter i {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #438efb;
    box-shadow: 0 0 7px rgba(67, 142, 251, .55);
}

.customer-scatter i.purple {
    background: #bf66cc;
    box-shadow: 0 0 7px rgba(191, 102, 204, .5);
}

.home-build-copy {
    min-height: 66px;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 13px;
    align-items: start;
    gap: 8px;
    padding: 10px 11px 9px;
}

.home-build-icon {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #2674ed;
    background: #eaf2ff;
    border-radius: 50%;
}

.home-build-icon svg {
    width: 18px;
    height: 18px;
}

.home-build-text {
    min-width: 0;
    display: block;
}

.home-build-text strong,
.home-build-text small {
    display: block;
}

.home-build-text strong {
    color: #111f35;
    font-size: 11.5px;
    font-weight: 670;
    line-height: 1.25;
}

.home-build-text small {
    margin-top: 3px;
    color: #526074;
    font-size: 9.5px;
    line-height: 1.35;
}

.live-demo-label {
    display: inline-block;
    margin-top: 4px;
    color: #226ddf;
    font-size: 8px;
    font-style: normal;
    font-weight: 650;
}

.home-build-arrow {
    align-self: center;
    color: #223247;
    font-size: 22px;
    line-height: 1;
    transition: transform .18s ease, color .18s ease;
}

/* Process + Flow -------------------------------------------------------- */

.home-process {
    padding-block: 24px 25px;
    background: #fff;
}

.process-product-grid {
    display: grid;
    grid-template-columns: .96fr 1.04fr;
    align-items: center;
    gap: 62px;
}

.home-process-panel h2 {
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 690;
    letter-spacing: -.035em;
}

.home-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
}

.home-steps::before {
    content: "";
    position: absolute;
    inset: 13px 12% auto 12%;
    border-top: 2px dotted #75a8f3;
}

.home-steps article {
    position: relative;
    min-width: 0;
}

.home-steps article > span {
    position: relative;
    z-index: 1;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    margin-bottom: 8px;
    color: #176be6;
    background: #fff;
    border: 1.5px solid #4287ee;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 650;
}

.home-steps h3 {
    color: #16243a;
    font-size: 11.5px;
    font-weight: 680;
}

.home-steps p {
    max-width: 122px;
    margin-top: 3px;
    color: #566276;
    font-size: 9.5px;
    line-height: 1.35;
}

.home-flow-card {
    display: grid;
    grid-template-columns: 78px 1fr;
    align-items: center;
    gap: 17px;
    min-height: 123px;
    padding: 17px;
    background: #fff;
    border: 1px solid #dce4ed;
    border-radius: 11px;
    box-shadow: 0 8px 24px rgba(20, 45, 77, .075);
}

.home-flow-icon {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    color: #dbeafe;
    background: linear-gradient(145deg, #0a294e, #06162b);
    border: 1px solid #17416c;
    border-radius: 14px;
    box-shadow: inset 0 0 24px rgba(48, 126, 232, .16);
}

.home-flow-icon svg {
    width: 52px;
    height: 52px;
}

.home-flow-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.home-flow-heading h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.025em;
}

.home-flow-heading span {
    padding: 3px 7px;
    color: #536174;
    background: #f2f5f8;
    border: 1px solid #dfe5ec;
    border-radius: 999px;
    font-size: 7.5px;
    font-weight: 650;
}

.home-flow-copy p {
    max-width: 430px;
    margin-top: 6px;
    color: #465469;
    font-size: 10.5px;
    line-height: 1.42;
}

.home-flow-copy > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 8px;
    color: #226fe5;
    font-size: 10.5px;
    font-weight: 650;
}

.home-flow-copy > a:hover {
    color: #0e56c2;
}

/* Bounded project form -------------------------------------------------- */

.home-contact {
    padding-block: 18px;
    background: #f7f9fc;
    border-bottom: 1px solid #dce4ed;
}

.home-contact-grid {
    display: block;
}

.home-contact-copy {
    text-align: center;
    margin-bottom: 8px;
}

.home-form-shell {
    max-width: none;
    margin-inline: auto;
    background: #fff;
    border: 1px solid #d7e0ea;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(20, 45, 77, .05);
}

.home-form-scroll {
    padding: 30px 40px;
}

.home-form-scroll::-webkit-scrollbar {
    width: 7px;
}

.home-form-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.home-form-scroll::-webkit-scrollbar-thumb {
    background: #bdcad9;
    border: 2px solid #fff;
    border-radius: 999px;
}

.home-form-privacy {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 40px;
    color: #778397;
    background: #fbfcfe;
    border-top: 1px solid #e6ebf1;
    font-size: 11px;
}

.home-form-privacy svg {
    width: 14px;
    height: 14px;
}

.home-form-shell .form-alert {
    margin-bottom: 12px;
    padding: 11px 14px;
    border-radius: 8px;
    font-size: 12.5px;
}

.home-form-shell .wizard-progress {
    gap: 8px;
    margin-bottom: 24px;
}

.home-form-shell .wizard-step {
    gap: 6px;
}

.home-form-shell .wizard-dot {
    width: 26px;
    height: 26px;
    font-size: 11px;
}

.home-form-shell .wizard-label {
    color: #778397;
    font-size: 10.5px;
}

.home-form-shell .wizard-line {
    height: 1px;
}

.home-form-shell .wizard-panel h2 {
    font-size: 18px;
    font-weight: 680;
}

.home-form-shell .wizard-panel > p {
    margin: 3px 0 14px;
    color: #667287;
    font-size: 12px;
}

.home-form-shell .form-grid {
    gap: 18px 28px;
}

.home-form-shell .field label {
    margin-bottom: 5px;
    color: #4d5a6d;
    font-size: 12px;
    font-weight: 630;
}

.home-form-shell .field .field-hint {
    margin: -1px 0 5px;
    font-size: 11px;
}

.home-form-shell .field input,
.home-form-shell .field select,
.home-form-shell .field textarea {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    color: #16243a;
    background: #fbfcfe;
    border: 1px solid #d8e1eb;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.35;
}

.home-form-shell .field textarea {
    min-height: 88px;
    resize: vertical;
}

.home-form-shell .field input:focus,
.home-form-shell .field select:focus,
.home-form-shell .field textarea:focus {
    border-color: #6ea5f5;
    box-shadow: 0 0 0 3px rgba(42, 119, 240, .1);
}

.home-form-shell .validation-message {
    margin-top: 3px;
    font-size: 11px;
}

.home-form-shell .wizard-actions {
    margin-top: 16px;
}

.home-form-shell .button-primary,
.home-form-shell .button-secondary {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 13.5px;
}

.home-form-shell .review-list {
    border-radius: 8px;
}

.home-form-shell .review-row {
    grid-template-columns: 150px 1fr;
    gap: 10px;
    padding: 10px 12px;
    font-size: 12px;
}

.home-form-shell .field-check {
    margin-top: 14px;
    font-size: 12px;
}

.home-form-shell .field-check a {
    color: var(--home-blue);
}

.home-form-shell .g-recaptcha {
    margin: 10px 0;
    transform: scale(.78);
    transform-origin: left top;
}

/* Power BI modal -------------------------------------------------------- */

.dashboard-dialog {
    width: min(1100px, calc(100vw - 32px));
    max-width: none;
    max-height: calc(100vh - 32px);
    padding: 0;
    overflow: hidden;
    color: #eef4fb;
    background: #081a2e;
    border: 1px solid rgba(132, 174, 225, .35);
    border-radius: 14px;
    box-shadow: 0 32px 90px rgba(0, 7, 18, .62);
}

.dashboard-dialog::backdrop {
    background: rgba(1, 9, 20, .78);
    backdrop-filter: blur(6px);
}

.dashboard-dialog-shell {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    height: min(780px, calc(100vh - 34px));
}

.dashboard-dialog-head {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 16px 12px 20px;
    border-bottom: 1px solid rgba(140, 174, 214, .16);
}

.dashboard-dialog-kicker {
    display: block;
    margin-bottom: 2px;
    color: #65a3ff;
    font-size: 9px;
    font-weight: 680;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dashboard-dialog-head h2 {
    color: #f4f8fd;
    font-size: 18px;
    font-weight: 680;
}

.dashboard-dialog-close {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    color: #dbe6f3;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    cursor: pointer;
}

.dashboard-dialog-close:hover {
    background: rgba(255, 255, 255, .1);
}

.dashboard-dialog-close svg {
    width: 20px;
    height: 20px;
}

.dashboard-dialog .dashboard-dialog-frame {
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.dashboard-dialog-foot {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 18px;
    color: #9dafc4;
    border-top: 1px solid rgba(140, 174, 214, .16);
    font-size: 9.5px;
}

.dashboard-dialog-foot a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #70a9ff;
    font-weight: 650;
}

.dashboard-dialog-foot svg {
    width: 15px;
    height: 15px;
}

body.dashboard-open {
    overflow: hidden;
}

/* Footer ---------------------------------------------------------------- */

body.home-redesign .home-footer {
    padding: 23px 0 12px;
    color: #8fa1b8;
    background: #06172a;
    border-top: 0;
}

.home-footer-grid {
    display: grid;
    grid-template-columns: 1.45fr 1.2fr 1.18fr .95fr .88fr 1.14fr;
    gap: 24px;
}

.home-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 17px;
    font-weight: 690;
    letter-spacing: -.035em;
}

.home-footer-brand svg {
    width: 28px;
    height: 28px;
}

.home-footer-intro > p {
    margin-top: 11px;
    color: #c4cfdd;
    font-size: 10px;
    line-height: 1.5;
}

.home-footer-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.home-footer-col h3 {
    margin-bottom: 3px;
    color: #e8eef6;
    font-size: 9px;
    font-weight: 680;
}

.home-footer-col a,
.home-footer-col p {
    color: #98a8bb;
    font-size: 8px;
    line-height: 1.35;
}

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

.home-footer-connect p {
    margin-bottom: 5px;
}

.home-footer-col .home-footer-cta {
    padding: 6px 9px;
    color: #dceaff;
    background: rgba(43, 119, 240, .14);
    border: 1px solid rgba(80, 145, 246, .3);
    border-radius: 5px;
    font-weight: 650;
}

.home-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 13px;
    padding-top: 10px;
    color: #73869e;
    border-top: 1px solid rgba(255, 255, 255, .075);
    font-size: 7.5px;
}

.home-footer-bottom > span:last-child {
    display: flex;
    gap: 34px;
}

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

/* Responsive ------------------------------------------------------------ */

@media (max-width: 1080px) {
    .home-hero-grid {
        grid-template-columns: minmax(350px, .82fr) minmax(470px, 1.18fr);
        gap: 30px;
    }

    .home-service-grid {
        gap: 12px;
    }

    .home-footer-grid {
        gap: 16px;
    }
}

@media (max-width: 920px) {
    body.home-redesign .desktop-nav,
    body.home-redesign .site-header .nav-actions {
        display: none;
    }

    body.home-redesign .site-header .menu-button {
        display: grid;
    }

    .home-hero-grid {
        grid-template-columns: 1fr;
        gap: 27px;
        min-height: 0;
        padding-block: 38px 36px;
    }

    .home-hero-copy {
        max-width: 650px;
    }

    .home-hero-copy h1 {
        max-width: 600px;
        font-size: 48px;
    }

    .hero-dashboard {
        display: none;
    }

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

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

    .home-build-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 8px);
        justify-self: center;
    }

    .process-product-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .home-footer-grid {
        grid-template-columns: 1.3fr repeat(3, 1fr);
        row-gap: 22px;
    }
}

@media (max-width: 680px) {
    body.home-redesign .container {
        width: min(calc(100% - 28px), var(--home-page));
    }

    body.home-redesign .site-header {
        height: 58px;
    }

    body.home-redesign .mobile-nav,
    body.home-redesign .nav-backdrop {
        inset-block-start: 58px;
    }

    body.home-redesign [id] {
        scroll-margin-top: 58px;
    }

    .home-hero-grid {
        padding-block: 31px 28px;
    }

    .home-hero-copy h1 {
        font-size: clamp(33px, 10.2vw, 42px);
        line-height: 1.07;
    }

    .home-hero-copy > p {
        font-size: 13.5px;
    }

    .home-hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .home-button {
        min-width: 0;
        padding-inline: 12px;
    }

    .hero-dashboard {
        padding: 9px;
        border-radius: 11px;
    }

    .hero-dashboard-head {
        padding-inline: 2px;
    }

    .hero-dashboard-head > span {
        max-width: 145px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hero-kpis {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-chart-grid {
        grid-template-columns: 1fr;
    }

    .hero-chart-card {
        height: 151px;
    }

    .hero-donut-card {
        height: 139px;
    }

    .hero-donut-wrap {
        height: 111px;
        grid-template-columns: 105px 1fr;
    }

    .hero-dashboard-foot {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-dashboard-foot > span:nth-child(2) {
        border-right: 0;
    }

    .hero-dashboard-foot > span:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(144, 172, 205, .1);
    }

    .home-section-title {
        margin-bottom: 14px;
        font-size: 23px;
    }

    .home-services,
    .home-builds,
    .home-process {
        padding-block: 27px;
    }

    .home-service-grid,
    .home-build-grid {
        grid-template-columns: 1fr;
    }

    .home-service-card {
        min-height: 0;
        padding: 18px 22px;
    }

    .home-service-card h3 {
        min-height: 0;
        font-size: 14px;
    }

    .home-service-card p {
        max-width: 280px;
        font-size: 11.5px;
    }

    .home-build-card:last-child {
        grid-column: auto;
        width: auto;
    }

    .build-preview {
        height: 150px;
        padding: 10px 12px 9px;
    }

    .build-preview-kpis > span {
        height: 45px;
    }

    .build-preview-chart,
    .customer-scatter {
        height: 75px;
    }

    .home-build-copy {
        min-height: 78px;
        padding: 12px;
    }

    .home-build-text strong {
        font-size: 13px;
    }

    .home-build-text small {
        font-size: 10.5px;
    }

    .home-steps {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .home-steps::before {
        inset: 14px auto 14px 13px;
        border-top: 0;
        border-left: 2px dotted #75a8f3;
    }

    .home-steps article {
        min-height: 52px;
        display: grid;
        grid-template-columns: 30px 1fr;
        column-gap: 12px;
        align-items: start;
    }

    .home-steps article > span {
        grid-row: 1 / span 2;
    }

    .home-steps h3 {
        font-size: 13px;
    }

    .home-steps p {
        max-width: none;
        font-size: 10.5px;
    }

    .home-flow-card {
        grid-template-columns: 62px 1fr;
        gap: 13px;
        padding: 14px;
    }

    .home-flow-icon {
        width: 60px;
        height: 60px;
    }

    .home-flow-icon svg {
        width: 43px;
        height: 43px;
    }

    .home-flow-heading h2 {
        font-size: 15px;
    }

    .home-flow-copy p {
        font-size: 10px;
    }

    .home-contact {
        padding-block: 30px 36px;
    }

    .home-contact-copy {
        margin-bottom: 18px;
    }

    .home-form-scroll {
        padding: 20px 18px;
    }

    .home-form-privacy {
        padding: 11px 18px;
        font-size: 10.5px;
    }

    .home-form-shell .wizard-progress {
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .home-form-shell .wizard-step {
        flex: 0 0 auto;
    }

    .home-form-shell .wizard-line {
        min-width: 18px;
    }

    .home-form-shell .form-grid {
        grid-template-columns: 1fr;
    }

    .home-form-shell .field.full {
        grid-column: auto;
    }

    .home-form-shell .field label {
        font-size: 12px;
    }

    .home-form-shell .field input,
    .home-form-shell .field select,
    .home-form-shell .field textarea {
        min-height: 44px;
        padding: 10px 12px;
        font-size: 16px;
    }

    .home-form-shell .field textarea {
        min-height: 84px;
    }

    .home-form-shell .review-row {
        grid-template-columns: 1fr;
        gap: 2px;
        font-size: 10px;
    }

    .home-form-shell .g-recaptcha {
        transform: scale(.82);
    }

    .dashboard-dialog {
        width: calc(100vw - 16px);
        max-height: calc(100vh - 16px);
        border-radius: 10px;
    }

    .dashboard-dialog-shell {
        height: calc(100vh - 18px);
    }

    .dashboard-dialog-head {
        min-height: 62px;
        padding-inline: 14px 10px;
    }

    .dashboard-dialog-head h2 {
        font-size: 15px;
    }

    .dashboard-dialog-foot {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        padding-block: 8px;
    }

    .home-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px 18px;
    }

    .home-footer-intro,
    .home-footer-connect {
        grid-column: 1 / -1;
    }

    .home-footer-col h3 {
        font-size: 11px;
    }

    .home-footer-col a,
    .home-footer-col p,
    .home-footer-intro > p {
        font-size: 9.5px;
    }

    .home-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        font-size: 8px;
    }
}

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

    .hero-dashboard-head > span {
        max-width: 120px;
    }

    .home-flow-card {
        grid-template-columns: 1fr;
    }

    .home-flow-icon {
        width: 54px;
        height: 54px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-button,
    .home-service-card,
    .home-build-arrow {
        transition: none;
    }
}

/* Lower-homepage experience enhancements ------------------------------- */

body.home-redesign {
    --home-motion-fast: 300ms;
    --home-motion-reveal: 700ms;
    --home-ease-out: cubic-bezier(.2, .72, .2, 1);
    --home-card-shadow: 0 8px 22px rgba(20, 45, 77, .07);
    --home-card-shadow-hover: 0 18px 42px rgba(20, 45, 77, .14);
}

.home-services,
.home-builds,
.home-process,
.home-contact,
body.home-redesign .home-footer {
    isolation: isolate;
}

.home-services > .container,
.home-builds > .container,
.home-process > .container,
.home-contact > .container,
body.home-redesign .home-footer > .container {
    width: min(calc(100% - 48px), 1100px);
}

.home-services::before,
.home-builds::before,
.home-process::before,
.home-contact::before {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.home-services::before {
    width: 410px;
    height: 410px;
    top: -230px;
    left: -160px;
    background: radial-gradient(circle, rgba(52, 126, 238, .08), transparent 68%);
}

.home-builds::before {
    inset: 0;
    opacity: .4;
    background-image:
        linear-gradient(rgba(33, 102, 201, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(33, 102, 201, .035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
}

.home-process::before {
    width: 440px;
    height: 300px;
    right: -120px;
    bottom: -130px;
    background: radial-gradient(circle, rgba(37, 118, 242, .085), transparent 69%);
}

.home-contact::before {
    inset: 0;
    background: linear-gradient(115deg, rgba(39, 119, 243, .035), transparent 36%, rgba(83, 199, 220, .03));
}

.home-section-title {
    position: relative;
    width: fit-content;
    margin-inline: auto;
    padding-bottom: 7px;
}

.home-section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, var(--home-blue), var(--home-cyan));
    border-radius: 999px;
    transform: translateX(-50%) scaleX(1);
    transform-origin: center;
    transition: transform 600ms var(--home-ease-out) 120ms;
}

.js body.home-redesign .home-section-title[data-home-reveal]:not(.is-revealed)::after {
    transform: translateX(-50%) scaleX(0);
}

.home-section-title.is-revealed::after {
    transform: translateX(-50%) scaleX(1);
}

.js body.home-redesign [data-home-reveal] {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(.985);
    transition:
        opacity var(--home-motion-reveal) var(--home-ease-out),
        transform var(--home-motion-reveal) var(--home-ease-out);
    transition-delay: var(--home-reveal-delay, 0ms);
    will-change: opacity, transform;
}

.js body.home-redesign [data-home-reveal].is-revealed {
    opacity: 1;
    transform: none;
    will-change: auto;
}

/* Interactive service cards and capability popovers */

.home-services {
    z-index: 3;
    padding-block: 34px 38px;
}

.home-service-grid {
    gap: 14px;
}

.home-service-card {
    position: relative;
    min-height: 202px;
    padding: 0;
    overflow: visible;
    box-shadow: var(--home-card-shadow);
    transition:
        transform var(--home-motion-fast) var(--home-ease-out),
        border-color var(--home-motion-fast) ease,
        box-shadow var(--home-motion-fast) ease,
        background-color var(--home-motion-fast) ease;
}

.home-service-card::before,
.home-build-card::before,
.home-flow-card::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: -1px;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(260px circle at var(--home-pointer-x, 50%) var(--home-pointer-y, 50%), rgba(55, 132, 247, .14), transparent 46%);
    border: 1px solid rgba(61, 137, 248, .24);
    border-radius: inherit;
    transition: opacity var(--home-motion-fast) ease;
}

.home-service-card:hover,
.home-service-card:focus-within,
.home-service-card.is-popover-open {
    transform: translate3d(0, -4px, 0) scale(1.012);
    border-color: #b9cde5;
    box-shadow: var(--home-card-shadow-hover);
}

.home-service-card.is-popover-open {
    z-index: 30;
}

.home-service-card:hover::before,
.home-service-card:focus-within::before,
.home-service-card.is-popover-open::before,
.home-build-card:hover::before,
.home-build-card:focus-within::before,
.home-flow-card:hover::before,
.home-flow-card:focus-within::before {
    opacity: 1;
}

.home-service-trigger {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 15px 15px;
    color: inherit;
    text-align: center;
    background: transparent;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
}

.home-service-trigger:focus-visible {
    outline: 3px solid rgba(39, 119, 243, .45);
    outline-offset: 2px;
}

.home-service-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 8px;
    color: #2674ed;
    background: linear-gradient(145deg, #f3f8ff, #e8f1ff);
    border: 1px solid #d8e7fb;
    border-radius: 11px;
    transition: transform var(--home-motion-fast) var(--home-ease-out), color var(--home-motion-fast) ease;
}

.home-service-icon svg {
    width: 31px;
    height: 31px;
}

.home-service-card:hover .home-service-icon,
.home-service-card:focus-within .home-service-icon {
    color: #155fd0;
    transform: translateY(-2px) rotate(-2deg) scale(1.04);
}

.home-service-trigger h3 {
    min-height: 31px;
    display: grid;
    place-items: center;
    color: #101e34;
    font-size: 13px;
    font-weight: 670;
    line-height: 1.25;
    letter-spacing: -.015em;
}

.home-service-trigger p {
    margin-top: 4px;
    color: #4f5d70;
    font-size: 11px;
    line-height: 1.42;
}

.home-service-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
    padding-top: 8px;
    color: #2775e9;
    font-size: 9px;
    font-weight: 680;
}

.home-service-more svg {
    width: 13px;
    height: 13px;
    transition: transform var(--home-motion-fast) var(--home-ease-out);
}

.home-service-card:hover .home-service-more svg,
.home-service-card:focus-within .home-service-more svg {
    transform: translateX(3px);
}

.home-service-popover {
    position: absolute;
    z-index: 20;
    left: 50%;
    top: calc(100% - 3px);
    width: min(255px, calc(100vw - 32px));
    padding: 12px;
    color: #dce9f8;
    text-align: left;
    background: rgba(7, 25, 44, .96);
    border: 1px solid rgba(129, 176, 230, .28);
    border-radius: 13px;
    box-shadow: 0 22px 50px rgba(0, 15, 34, .35);
    backdrop-filter: blur(14px);
    transform: translate(-50%, -5px) scale(.96);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, transform 220ms var(--home-ease-out), visibility 0s linear 220ms;
}

.home-service-popover.is-open {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 5px) scale(1);
    transition-delay: 0s;
}

.home-service-card:first-child .home-service-popover {
    left: 0;
    transform: translate(0, -5px) scale(.96);
    transform-origin: top left;
}

.home-service-card:first-child .home-service-popover.is-open,
.home-service-card:first-child:hover .home-service-popover {
    transform: translate(0, 5px) scale(1);
}

.home-service-card:first-child .home-service-popover::before {
    left: 28px;
}

.home-service-card:last-child .home-service-popover {
    left: auto;
    right: 0;
    transform: translate(0, -5px) scale(.96);
    transform-origin: top right;
}

.home-service-card:last-child .home-service-popover.is-open,
.home-service-card:last-child:hover .home-service-popover {
    transform: translate(0, 5px) scale(1);
}

.home-service-card:last-child .home-service-popover::before {
    left: auto;
    right: 28px;
}

.home-service-popover::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #0a213a;
    border-top: 1px solid rgba(129, 176, 230, .28);
    border-left: 1px solid rgba(129, 176, 230, .28);
    transform: translateX(-50%) rotate(45deg);
}

.home-service-popover-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    color: #78adf8;
    border-bottom: 1px solid rgba(151, 187, 226, .14);
    font-size: 8px;
    font-weight: 720;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.home-service-popover-head button {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    color: #cbd9e8;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 7px;
    cursor: pointer;
}

.home-service-popover-head button svg {
    width: 15px;
    height: 15px;
}

.home-service-popover ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: 10px;
    list-style: none;
}

.home-service-popover li {
    position: relative;
    padding: 6px 6px 6px 15px;
    color: #d4e0ed;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 6px;
    font-size: 8px;
    line-height: 1.3;
}

.home-service-popover li::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #4e97ff;
    border-radius: 50%;
    box-shadow: 0 0 7px rgba(78, 151, 255, .8);
}

.home-service-popover-backdrop {
    display: none;
}

/* "What we do" capabilities panel -------------------------------------- */

.home-capability-panel {
    height: 0;
    overflow: hidden;
    transition: height .34s var(--home-ease-out, cubic-bezier(.22, .61, .36, 1));
}

.home-capability-content {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 22px 32px;
    margin-top: 15px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid #d3dfec;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(20, 45, 77, .09);
}

.home-capability-content[hidden] {
    display: none;
}

.home-capability-content::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: linear-gradient(90deg, #2775e9, #67a6ff);
    border-radius: 12px 12px 0 0;
}

.home-capability-content::after {
    content: "";
    position: absolute;
    top: -6px;
    left: clamp(24px, var(--home-cap-caret, 50%), calc(100% - 24px));
    width: 11px;
    height: 11px;
    background: #fff;
    border-top: 1px solid #d3dfec;
    border-left: 1px solid #d3dfec;
    transform: translateX(-50%) rotate(45deg);
}

.home-capability-content:not([hidden]) {
    animation: home-cap-fade .34s var(--home-ease-out, ease);
}

@keyframes home-cap-fade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.home-capability-intro h3 {
    color: #101e34;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -.02em;
}

.home-capability-statement {
    margin-top: 7px;
    color: #1c74e6;
    font-size: 12.5px;
    font-weight: 650;
    line-height: 1.35;
}

.home-capability-desc {
    margin-top: 8px;
    color: #4f5d70;
    font-size: 11.5px;
    line-height: 1.5;
}

.home-capability-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px 10px;
    align-content: start;
    list-style: none;
}

.home-capability-list li {
    position: relative;
    padding: 7px 8px 7px 20px;
    color: #33425a;
    background: #f5f8fc;
    border: 1px solid #e2e9f2;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 550;
    line-height: 1.3;
}

.home-capability-list li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -2.5px;
    background: #2c7bf0;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(44, 123, 240, .12);
}

.home-service-card.is-selected {
    border-color: #a8c6ec;
    box-shadow: 0 12px 26px rgba(20, 45, 77, .12);
}

.home-service-card.is-selected .home-service-more {
    color: #155fd0;
}

.home-service-card.is-selected .home-service-more svg {
    transform: rotate(90deg);
}

/* How it works — process roadmap --------------------------------------- */

.home-roadmap {
    --rm-i: 0;
}

.home-roadmap-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    margin-bottom: 22px;
}

.home-roadmap-track::before,
.home-roadmap-track::after {
    content: "";
    position: absolute;
    top: 23px;
    height: 2px;
    border-radius: 999px;
}

.home-roadmap-track::before {
    left: 5%;
    right: 5%;
    background: #dce9f8;
}

.home-roadmap-track::after {
    left: 5%;
    width: calc(var(--rm-i) * 10%);
    background: linear-gradient(90deg, #2d7df3, #63c7dc);
    transition: width .5s var(--home-ease-out);
}

.home-roadmap-node {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 6px 2px 2px;
    color: #566276;
    background: none;
    border: 0;
    font: inherit;
    cursor: pointer;
    scroll-margin-top: 76px;
}

.home-roadmap-dot {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #176be6;
    background: #fff;
    border: 1.5px solid #bcd4f3;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff;
    font-size: 12px;
    font-weight: 650;
    transition: transform .3s var(--home-ease-out), background-color .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}

.home-roadmap-name {
    font-size: 10px;
    font-weight: 640;
    letter-spacing: -.01em;
    text-align: center;
    transition: color .25s ease;
}

.home-roadmap-node:hover .home-roadmap-dot {
    border-color: #4287ee;
}

.home-roadmap-node.is-active .home-roadmap-dot {
    color: #fff;
    background: linear-gradient(145deg, #2f80ed, #1f5fd0);
    border-color: #2f80ed;
    transform: scale(1.12);
    box-shadow: 0 0 0 4px #fff, 0 6px 16px rgba(36, 112, 228, .28);
}

.home-roadmap-node.is-active .home-roadmap-name {
    color: #12233c;
    font-weight: 680;
}

.home-roadmap-node:focus-visible {
    outline: none;
}

.home-roadmap-node:focus-visible .home-roadmap-dot {
    outline: 3px solid rgba(39, 119, 243, .45);
    outline-offset: 2px;
}

.home-roadmap-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 20px 32px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid #d3dfec;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(20, 45, 77, .09);
}

.home-roadmap-panel[hidden] {
    display: none;
}

.home-roadmap-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: linear-gradient(90deg, #2775e9, #67a6ff);
    border-radius: 12px 12px 0 0;
}

.home-roadmap-panel:not([hidden]) {
    animation: home-cap-fade .34s var(--home-ease-out, ease);
}

.home-roadmap-num {
    display: block;
    color: #9cb6d8;
    font-size: 26px;
    font-weight: 720;
    letter-spacing: -.03em;
    line-height: 1;
}

.home-roadmap-intro h3 {
    margin-top: 4px;
    color: #101e34;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.02em;
}

.home-roadmap-statement {
    margin-top: 6px;
    color: #1c74e6;
    font-size: 12.5px;
    font-weight: 650;
    line-height: 1.35;
}

.home-roadmap-desc {
    margin-top: 8px;
    color: #4f5d70;
    font-size: 11.5px;
    line-height: 1.5;
}

@media (max-width: 680px) {
    .home-roadmap-track {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

    .home-roadmap-track::before {
        top: 22px;
        bottom: 22px;
        left: 17px;
        right: auto;
        width: 2px;
        height: auto;
    }

    .home-roadmap-track::after {
        display: none;
    }

    .home-roadmap-node {
        flex-direction: row;
        justify-content: flex-start;
        gap: 12px;
        min-height: 44px;
        padding: 0 4px 0 0;
    }

    .home-roadmap-name {
        font-size: 12.5px;
        text-align: left;
    }

    .home-roadmap-panel {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 2px 0 8px 46px;
        padding: 14px 16px;
        overflow: hidden;
        transition: height .34s var(--home-ease-out, ease);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-roadmap-track::after {
        transition: none;
    }

    .home-roadmap-dot {
        transition: none;
    }

    .home-roadmap-panel:not([hidden]) {
        animation: none;
    }
}


/* Premium analytics previews */

.home-builds {
    z-index: 2;
    overflow: hidden;
    padding-block: 31px 39px;
    background: linear-gradient(180deg, #f5f8fc, #f8fbff);
}

.home-build-card {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: var(--home-card-shadow);
    transition: transform var(--home-motion-fast) var(--home-ease-out), border-color var(--home-motion-fast) ease, box-shadow var(--home-motion-fast) ease;
}

.home-build-card:hover,
.home-build-card:focus-within {
    z-index: 2;
    transform: translateY(-5px) scale(1.008);
    border-color: #b8cde7;
    box-shadow: var(--home-card-shadow-hover);
}

.build-preview {
    position: relative;
    height: 142px;
    overflow: hidden;
    transform-origin: center top;
}

.build-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(115deg, transparent 28%, rgba(122, 181, 255, .12) 46%, transparent 62%);
    transform: translateX(-55%);
    transition: opacity var(--home-motion-fast) ease, transform 650ms var(--home-ease-out);
}

.home-build-card:hover .build-preview::after,
.home-build-card:focus-within .build-preview::after {
    opacity: 1;
    transform: translateX(55%);
}

.build-preview-chart i,
.customer-scatter i,
.mini-ring {
    transition: transform 450ms var(--home-ease-out), filter 450ms ease;
}

.home-build-card:hover .build-preview-chart i,
.home-build-card:focus-within .build-preview-chart i {
    transform: scaleY(1.055);
    transform-origin: bottom;
    filter: brightness(1.1);
}

.home-build-card:hover .customer-scatter i,
.home-build-card:focus-within .customer-scatter i {
    transform: scale(1.22);
}

.home-build-copy {
    min-height: 98px;
    grid-template-columns: 34px minmax(0, 1fr) 24px;
    padding: 12px 13px 14px;
}

.home-build-icon {
    width: 32px;
    height: 32px;
    transition: transform var(--home-motion-fast) var(--home-ease-out), background-color var(--home-motion-fast) ease;
}

.home-build-text strong {
    font-size: 12.5px;
}

.home-build-text small {
    font-size: 10px;
}

.home-build-card:hover .home-build-icon,
.home-build-card:focus-within .home-build-icon {
    transform: scale(1.08) rotate(-3deg);
    background: #dfebff;
}

.home-build-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 4px;
}

.home-build-meta > em {
    color: #718097;
    font-size: 7px;
    font-style: normal;
    font-weight: 680;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.live-demo-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    color: #1765d9;
    font-size: 7px;
}

.live-demo-label i {
    width: 5px;
    height: 5px;
    background: #27b979;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(39, 185, 121, .12);
}

.home-build-arrow {
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    background: #f0f5fb;
    border: 1px solid #e1e9f2;
    border-radius: 50%;
}

.home-build-arrow svg {
    width: 14px;
    height: 14px;
}

.home-build-card:hover .home-build-arrow,
.home-build-card:focus-within .home-build-arrow {
    transform: translateX(3px);
    color: #fff;
    background: var(--home-blue);
    border-color: var(--home-blue);
}

/* Animated process story and software product */

.home-process {
    overflow: hidden;
    padding-block: 38px 42px;
    background: #fff;
}

.process-product-grid {
    grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
    gap: 54px;
}

.home-process-panel h2 {
    position: relative;
    width: fit-content;
    padding-bottom: 7px;
}

.home-process-panel h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, var(--home-blue), var(--home-cyan));
    border-radius: 999px;
}

.home-steps {
    gap: 17px;
}

.home-steps::before {
    inset: 15px 12% auto 12%;
    border: 0;
    height: 2px;
    background: #dce9f8;
}

.home-steps::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 15px auto auto 12%;
    width: 76%;
    height: 2px;
    background: linear-gradient(90deg, #2d7df3, #63c7dc);
    transform: none;
    transform-origin: left;
    transition: transform 1100ms var(--home-ease-out) 260ms;
}

.js body.home-redesign .home-process-panel:not(.is-revealed) .home-steps::after {
    transform: scaleX(0);
}

.home-process-panel.is-revealed .home-steps::after {
    transform: scaleX(1);
}

.home-steps article {
    padding: 5px 6px 9px;
    border-radius: 8px;
    transition: transform var(--home-motion-fast) var(--home-ease-out), background-color var(--home-motion-fast) ease;
}

.home-steps article:hover {
    z-index: 2;
    background: #f5f9ff;
    transform: translateY(-3px);
}

.home-steps h3 {
    font-size: 12.5px;
}

.home-steps p {
    max-width: 145px;
    font-size: 10.5px;
}

.home-steps article > span {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    box-shadow: 0 0 0 5px #fff, 0 7px 16px rgba(36, 112, 228, .12);
    transform: none;
    opacity: 1;
    transition: opacity 360ms ease, transform 500ms var(--home-ease-out), background-color var(--home-motion-fast) ease, color var(--home-motion-fast) ease;
}

.js body.home-redesign .home-process-panel:not(.is-revealed) .home-steps article > span {
    transform: scale(.72);
    opacity: 0;
}

.home-process-panel.is-revealed .home-steps article > span {
    opacity: 1;
    transform: scale(1);
}

.home-process-panel.is-revealed .home-steps article:nth-child(2) > span { transition-delay: 250ms; }
.home-process-panel.is-revealed .home-steps article:nth-child(3) > span { transition-delay: 500ms; }

.home-steps article:hover > span {
    color: #fff;
    background: var(--home-blue);
}

.home-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 410px), 1fr));
    gap: 16px;
}

.home-flow-card {
    position: relative;
    grid-template-columns: minmax(155px, .72fr) minmax(0, 1.28fr);
    gap: 18px;
    min-height: 210px;
    padding: 16px;
    overflow: hidden;
    border-radius: 13px;
    box-shadow: var(--home-card-shadow);
    transition: transform var(--home-motion-fast) var(--home-ease-out), border-color var(--home-motion-fast) ease, box-shadow var(--home-motion-fast) ease;
}

.home-flow-card:hover,
.home-flow-card:focus-within {
    transform: translateY(-4px) scale(1.008);
    border-color: #b5cce8;
    box-shadow: var(--home-card-shadow-hover);
}

.home-flow-app {
    position: relative;
    z-index: 2;
    min-width: 0;
    overflow: hidden;
    color: #d8e7f8;
    background: linear-gradient(145deg, #0a294e, #06162b);
    border: 1px solid #17416c;
    border-radius: 11px;
    box-shadow: inset 0 0 28px rgba(48, 126, 232, .13), 0 12px 24px rgba(3, 16, 32, .14);
}

.home-flow-app::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 18% 15%, rgba(62, 144, 255, .19), transparent 37%);
}

.home-flow-app-head {
    position: relative;
    z-index: 1;
    height: 42px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    border-bottom: 1px solid rgba(143, 181, 223, .14);
    font-size: 7px;
    font-weight: 650;
}

.home-flow-app-head .home-flow-icon {
    width: 27px;
    height: 27px;
    color: #e5f0ff;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(127, 174, 230, .22);
    border-radius: 7px;
    box-shadow: none;
}

.home-flow-app-head .home-flow-icon svg {
    width: 22px;
    height: 22px;
}

.home-flow-app-head > i {
    width: 4px;
    height: 4px;
    margin-left: auto;
    background: #47627d;
    border-radius: 50%;
}

.home-flow-app-head > i + i {
    margin-left: 0;
}

.home-flow-app-body {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    padding: 10px 8px;
}

.home-flow-file {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    gap: 6px;
    padding: 7px;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(147, 184, 226, .12);
    border-radius: 7px;
}

.home-flow-file > span {
    display: grid;
    place-items: center;
    height: 24px;
    color: #8fc0ff;
    background: rgba(53, 131, 242, .12);
    border-radius: 5px;
    font-size: 6px;
    font-weight: 700;
}

.home-flow-file strong { font-size: 6.5px; }
.home-flow-file small { color: #45d39a; font-size: 5.5px; }

.home-flow-pipeline {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto;
    align-items: center;
    gap: 3px;
    color: #9fb3c9;
    font-size: 5.5px;
}

.home-flow-pipeline span {
    padding: 4px;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(147, 184, 226, .11);
    border-radius: 4px;
}

.home-flow-pipeline i {
    height: 1px;
    background: linear-gradient(90deg, #307df0, #55bfd2);
    transform: scaleX(.25);
    transform-origin: left;
    transition: transform 650ms var(--home-ease-out);
}

.home-flow-card:hover .home-flow-pipeline i,
.home-flow-card:focus-within .home-flow-pipeline i {
    transform: scaleX(1);
}

.home-flow-status {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #83a1be;
    font-size: 6px;
}

.home-flow-status i {
    width: 6px;
    height: 6px;
    background: #31c987;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(49, 201, 135, .1);
}

.home-flow-copy {
    position: relative;
    z-index: 2;
}

.home-flow-features {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 9px;
    list-style: none;
}

.home-flow-copy p {
    font-size: 11px;
}

.home-flow-features li {
    padding: 4px 6px;
    color: #54708f;
    background: #f3f7fc;
    border: 1px solid #dfe8f2;
    border-radius: 999px;
    font-size: 7px;
    font-weight: 650;
}

.home-flow-copy > a {
    padding: 5px 0;
    transition: color var(--home-motion-fast) ease, transform var(--home-motion-fast) var(--home-ease-out);
}

.home-flow-copy > a span {
    transition: transform var(--home-motion-fast) var(--home-ease-out);
}

.home-flow-copy > a:hover,
.home-flow-copy > a:focus-visible {
    transform: translateY(-1px);
}

.home-flow-copy > a:hover span,
.home-flow-copy > a:focus-visible span {
    transform: translateX(4px);
}

/* Contact conversion surface and footer polish */

.home-contact {
    position: relative;
    overflow: hidden;
    padding-block: 40px 48px;
}

.home-contact-copy {
    margin-bottom: 22px;
}

.home-form-shell {
    border-color: #d3ddea;
    box-shadow: 0 8px 24px rgba(20, 45, 77, .06);
    transition: border-color var(--home-motion-fast) ease, box-shadow var(--home-motion-fast) ease, transform var(--home-motion-fast) var(--home-ease-out);
}

.home-form-shell:focus-within {
    border-color: #a9c6e9;
    box-shadow: 0 16px 36px rgba(20, 45, 77, .12), 0 0 0 4px rgba(42, 119, 240, .05);
}

.home-form-shell .button-primary,
.home-form-shell .button-secondary,
.home-footer-cta {
    transition: transform var(--home-motion-fast) var(--home-ease-out), background-color var(--home-motion-fast) ease, border-color var(--home-motion-fast) ease, box-shadow var(--home-motion-fast) ease;
}

.home-form-shell .button-primary:hover,
.home-form-shell .button-secondary:hover,
.home-footer-cta:hover {
    transform: translateY(-2px);
}

.home-form-shell .button-primary:active,
.home-form-shell .button-secondary:active,
.home-footer-cta:active {
    transform: translateY(0) scale(.985);
}

/* Book a free consultation --------------------------------------------- */

.home-booking {
    padding-block: 40px 48px;
    background: #fff;
    border-bottom: 1px solid #dce4ed;
}

.home-booking-shell {
    background: #fff;
    border: 1px solid #d7e0ea;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(20, 45, 77, .05);
    overflow: hidden;
}

.home-booking-frame {
    position: relative;
    width: 100%;
    min-height: 820px;
    background: #f7f9fc;
}

.home-booking-iframe {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 0;
}

.home-booking-loading {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #667287;
    background: #f7f9fc;
    font-size: 13px;
    transition: opacity .35s ease, visibility .35s ease;
}

.home-booking-frame.is-loaded .home-booking-loading {
    opacity: 0;
    visibility: hidden;
}

.home-booking-spinner {
    width: 26px;
    height: 26px;
    border: 2.5px solid #d4e0ee;
    border-top-color: #2775e9;
    border-radius: 50%;
    animation: home-booking-spin .8s linear infinite;
}

@keyframes home-booking-spin {
    to {
        transform: rotate(360deg);
    }
}

.home-booking-fallback {
    margin-top: 14px;
    text-align: center;
}

.home-booking-fallback a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #55647b;
    font-size: 12px;
    font-weight: 600;
    transition: color .18s ease;
}

.home-booking-fallback a:hover,
.home-booking-fallback a:focus-visible {
    color: #1c74e6;
}

.home-booking-fallback svg {
    width: 14px;
    height: 14px;
}

@media (max-width: 680px) {
    .home-booking {
        padding-block: 30px 36px;
    }

    .home-booking-frame {
        min-height: 720px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-booking-spinner {
        animation: none;
    }
}

/* Contact us ------------------------------------------------------------ */

.home-contactus {
    padding-block: 40px 48px;
    background: #f7f9fc;
    border-bottom: 1px solid #dce4ed;
}

.home-contactus-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-contactus-card {
    display: flex;
    flex-direction: column;
    padding: 22px 20px;
    background: #fff;
    border: 1px solid #dce4ed;
    border-radius: 12px;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.home-contactus-card:hover {
    transform: translateY(-2px);
    border-color: #bfd0e5;
    box-shadow: 0 10px 24px rgba(20, 45, 77, .08);
}

.home-contactus-card h3 {
    color: #101e34;
    font-size: 14.5px;
    font-weight: 680;
    letter-spacing: -.015em;
}

.home-contactus-card p {
    margin-top: 7px;
    color: #4f5d70;
    font-size: 12px;
    line-height: 1.5;
}

.home-contactus-card a {
    margin-top: auto;
    padding-top: 14px;
    color: #1c74e6;
    font-size: 13.5px;
    font-weight: 650;
    word-break: break-word;
    transition: color .18s ease;
}

.home-contactus-card a:hover,
.home-contactus-card a:focus-visible {
    color: #0e56c2;
    text-decoration: underline;
}

@media (max-width: 680px) {
    .home-contactus {
        padding-block: 30px 36px;
    }

    .home-contactus-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .home-contactus-card {
        padding: 18px 16px;
    }

    .home-contactus-card a {
        padding-top: 12px;
    }
}

body.home-redesign .home-footer {
    position: relative;
    overflow: hidden;
    padding-top: 34px;
    background:
        radial-gradient(circle at 15% -20%, rgba(40, 119, 243, .16), transparent 32%),
        #06172a;
}

body.home-redesign .home-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1030px, calc(100% - 40px));
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(76, 150, 255, .58), rgba(99, 199, 220, .45), transparent);
    transform: translateX(-50%);
}

.home-footer-col a {
    position: relative;
    transition: color 200ms ease, transform 200ms var(--home-ease-out);
}

.home-footer-col a:not(.home-footer-cta):hover,
.home-footer-col a:not(.home-footer-cta):focus-visible {
    transform: translateX(2px);
}

.home-footer-col .home-footer-cta:hover,
.home-footer-col .home-footer-cta:focus-visible {
    color: #fff;
    background: rgba(43, 119, 240, .25);
    border-color: rgba(95, 160, 255, .55);
    box-shadow: 0 8px 20px rgba(0, 7, 18, .24), 0 0 18px rgba(43, 119, 240, .12);
}

@media (hover: hover) and (pointer: fine) {
    .home-service-card:hover .home-service-popover {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 5px) scale(1);
        transition-delay: 240ms;
    }
}

@media (max-width: 920px) {
    .home-service-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .home-service-card {
        grid-column: span 2;
    }

    .home-service-card:nth-child(4) {
        grid-column: 2 / span 2;
    }

    .home-service-card:nth-child(5) {
        grid-column: 4 / span 2;
    }

    .home-service-card:nth-child(4) .home-service-popover,
    .home-service-card:nth-child(5) .home-service-popover {
        left: auto;
        right: 0;
        transform: translate(0, -5px) scale(.96);
        transform-origin: top right;
    }

    .home-service-card:nth-child(4) .home-service-popover.is-open,
    .home-service-card:nth-child(5) .home-service-popover.is-open,
    .home-service-card:nth-child(4):hover .home-service-popover,
    .home-service-card:nth-child(5):hover .home-service-popover {
        transform: translate(0, 5px) scale(1);
    }

    .home-service-card:nth-child(4) .home-service-popover::before,
    .home-service-card:nth-child(5) .home-service-popover::before {
        left: auto;
        right: 28px;
    }

    .process-product-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .home-flow-card {
        width: min(680px, 100%);
        margin-inline: auto;
    }
}

@media (max-width: 680px) {
    .home-services > .container,
    .home-builds > .container,
    .home-process > .container,
    .home-contact > .container,
    body.home-redesign .home-footer > .container {
        width: min(calc(100% - 28px), 1100px);
    }

    .js body.home-redesign [data-home-reveal] {
        transform: translate3d(0, 10px, 0) scale(.992);
    }

    .home-services,
    .home-builds,
    .home-process {
        padding-block: 30px;
    }

    .home-service-grid {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .home-service-card {
        grid-column: auto;
        min-height: 0;
    }

    .home-service-trigger {
        min-height: 0;
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        column-gap: 13px;
        padding: 14px;
        text-align: left;
    }

    .home-service-icon {
        grid-row: 1 / span 2;
        width: 44px;
        height: 44px;
        margin: 0;
    }

    .home-service-trigger h3 {
        min-height: 0;
        display: block;
        align-self: end;
        font-size: 14px;
    }

    .home-service-trigger p {
        grid-column: 2;
        align-self: start;
        max-width: none;
        margin-top: 3px;
        font-size: 11px;
    }

    .home-service-more {
        grid-column: 3;
        grid-row: 1 / span 2;
        align-self: center;
        width: 34px;
        height: 34px;
        display: grid;
        place-items: center;
        padding: 0;
        overflow: hidden;
        color: transparent;
        background: #f0f5fc;
        border: 1px solid #dfe8f2;
        border-radius: 50%;
        font-size: 0;
    }

    .home-service-more svg {
        width: 16px;
        height: 16px;
        color: #2674ed;
    }

    .home-service-card:hover,
    .home-service-card:focus-within,
    .home-service-card.is-popover-open {
        transform: none;
    }

    .home-service-popover-backdrop {
        position: fixed;
        z-index: 70;
        inset: 0;
        display: block;
        background: rgba(2, 12, 25, .55);
        backdrop-filter: blur(4px);
        opacity: 0;
        visibility: hidden;
        transition: opacity 180ms ease, visibility 0s linear 180ms;
    }

    .home-service-popover-backdrop.is-open {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }

    .home-service-popover,
    .home-service-card:nth-child(n) .home-service-popover {
        position: fixed;
        z-index: 71;
        left: 14px;
        right: 14px;
        top: auto;
        bottom: 14px;
        width: auto;
        max-height: min(65vh, 430px);
        padding: 16px;
        overflow-y: auto;
        border-radius: 17px;
        transform: translateY(18px) scale(.985);
        transform-origin: bottom center;
    }

    .home-service-popover.is-open,
    .home-service-card:nth-child(n) .home-service-popover.is-open,
    .home-service-card:nth-child(n):hover .home-service-popover {
        transform: none;
    }

    .home-service-popover::before {
        display: none;
    }

    .home-service-popover-head {
        font-size: 9px;
    }

    .home-service-popover-head button {
        width: 36px;
        height: 36px;
    }

    .home-service-popover ul {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .home-service-popover li {
        min-height: 39px;
        display: flex;
        align-items: center;
        padding: 9px 10px 9px 22px;
        font-size: 10.5px;
    }

    .home-service-popover li::before {
        left: 10px;
        top: 17px;
    }

    body.service-popover-open {
        overflow: hidden;
    }

    .home-capability-content {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
        overflow: hidden;
        transition: height .34s var(--home-ease-out, ease);
    }

    .home-capability-content::after {
        display: none;
    }

    .home-services-title {
        font-size: 23px;
    }

    .home-services-lead {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .home-process-title {
        font-size: 23px;
    }

    .home-process-lead {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .home-builds-title {
        font-size: 23px;
    }

    .home-booking-title {
        font-size: 23px;
    }

    .home-contactus-title {
        font-size: 23px;
    }

    .home-capability-list {
        gap: 6px 8px;
    }

    .home-build-card:hover,
    .home-build-card:focus-within,
    .home-flow-card:hover,
    .home-flow-card:focus-within {
        transform: none;
    }

    .home-build-copy {
        grid-template-columns: 38px minmax(0, 1fr) 28px;
    }

    .home-build-meta > em,
    .live-demo-label {
        font-size: 7.5px;
    }

    .home-steps::before {
        inset: 16px auto 14px 15px;
        width: 2px;
        height: auto;
        background: #dce9f8;
    }

    .home-steps::after {
        inset: 16px auto auto 15px;
        width: 2px;
        height: calc(100% - 32px);
        transform: none;
        transform-origin: top;
    }

    .js body.home-redesign .home-process-panel:not(.is-revealed) .home-steps::after {
        transform: scaleY(0);
    }

    .home-process-panel.is-revealed .home-steps::after {
        transform: scaleY(1);
    }

    .home-steps article {
        grid-template-columns: 36px 1fr;
        padding: 1px 4px;
    }

    .home-steps article > span {
        grid-row: 1 / span 2;
        width: 32px;
        height: 32px;
        margin: 0;
    }

    .home-flow-card {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 13px;
    }

    .home-flow-app {
        min-height: 158px;
    }

    .home-flow-app-head {
        height: 43px;
    }

    .home-flow-file strong { font-size: 8px; }
    .home-flow-file small,
    .home-flow-pipeline,
    .home-flow-status { font-size: 7px; }

    .home-flow-heading h2 {
        font-size: 17px;
    }

    .home-flow-copy p {
        font-size: 11px;
    }

    .home-flow-features li {
        font-size: 8px;
    }

    .home-contact-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-contact-copy {
        padding: 0 0 0 14px;
    }

    .home-contact-copy::before {
        top: 0;
        bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-capability-panel {
        transition: none;
    }

    .home-capability-content:not([hidden]) {
        animation: none;
    }

    body.home-redesign [data-home-reveal],
    body.home-redesign [data-home-reveal].is-revealed {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .home-section-title::after,
    .home-steps::after,
    .home-steps article > span,
    .home-flow-pipeline i {
        transition: none;
    }

    .home-section-title::after,
    .home-process-panel .home-steps::after,
    .home-flow-pipeline i {
        transform: none;
    }

    .home-steps article > span {
        opacity: 1;
        transform: none;
    }
}

/* Mobile application layout --------------------------------------------
   These overrides intentionally stop at 680px so the established tablet
   and desktop presentation remains unchanged. */

@media (max-width: 680px) {
    body.home-redesign {
        --home-mobile-gutter: 16px;
        --home-mobile-radius: 16px;
        --home-mobile-section-space: 44px;
        min-width: 0;
    }

    body.home-redesign .container,
    .home-services > .container,
    .home-builds > .container,
    .home-process > .container,
    .home-contact > .container,
    body.home-redesign .home-footer > .container {
        width: calc(100% - 32px);
        max-width: none;
    }

    /* Header and mobile navigation */

    body.home-redesign .site-header {
        height: 60px;
    }

    body.home-redesign .nav {
        gap: 12px;
    }

    body.home-redesign .brand {
        gap: 8px;
        font-size: 18px;
    }

    body.home-redesign .brand-mark,
    body.home-redesign .brand-mark .home-brand-svg {
        width: 28px;
        height: 28px;
    }

    body.home-redesign .site-header .menu-button {
        width: 44px;
        height: 44px;
        border-radius: 13px;
    }

    body.home-redesign .mobile-nav {
        inset: 68px var(--home-mobile-gutter) auto;
        max-height: calc(100dvh - 84px);
        padding: 10px;
        overflow-y: auto;
        background: rgba(6, 22, 41, .985);
        border: 1px solid rgba(151, 184, 224, .16);
        border-radius: var(--home-mobile-radius);
        box-shadow: 0 22px 55px rgba(0, 8, 20, .38);
    }

    body.home-redesign .mobile-nav.open {
        gap: 2px;
    }

    body.home-redesign .mobile-nav a {
        min-height: 48px;
        display: flex;
        align-items: center;
        padding: 0 14px;
        border-radius: 11px;
        font-size: 15px;
    }

    body.home-redesign .mobile-nav .mobile-cta {
        min-height: 48px;
        margin-top: 8px;
    }

    body.home-redesign .nav-backdrop {
        inset-block-start: 60px;
    }

    body.home-redesign [id] {
        scroll-margin-top: 60px;
    }

    /* Hero: purpose-built phone composition */

    .home-hero-grid {
        min-height: 0;
        gap: 32px;
        padding-block: 36px 34px;
    }

    .home-hero-copy {
        min-width: 0;
    }

    .home-hero-copy h1 {
        max-width: 100%;
        font-size: clamp(29px, 9.25vw, 38px);
        line-height: 1.08;
        letter-spacing: -.04em;
    }

    .home-hero-copy > p {
        max-width: 100%;
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.62;
    }

    .home-hero-actions {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 22px;
    }

    .home-button {
        width: 100%;
        min-height: 48px;
        padding-inline: 16px;
        border-radius: 12px;
        font-size: 14px;
    }

    .hero-dashboard {
        width: 100%;
        max-width: 100%;
        padding: 10px;
        overflow: hidden;
        border-radius: var(--home-mobile-radius);
    }

    .hero-dashboard-head {
        height: 32px;
        gap: 8px;
        padding: 0 2px 8px;
        font-size: 11px;
    }

    .hero-dashboard-head > span {
        max-width: 132px;
        flex: 0 1 auto;
        padding-inline: 8px;
        font-size: 8px;
    }

    .hero-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .hero-kpi {
        padding: 10px 9px 8px;
        border-radius: 9px;
    }

    .hero-kpi > span {
        font-size: 16px;
    }

    .hero-chart-grid {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 8px;
    }

    .hero-chart-card {
        height: 138px;
        border-radius: 9px;
    }

    .hero-chart-plot {
        height: 96px;
    }

    .hero-donut-card {
        display: none;
    }

    .hero-dashboard-foot {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        margin-top: 8px;
        border-radius: 9px;
    }

    .hero-dashboard-foot > span {
        min-height: 48px;
        padding: 8px 9px;
    }

    /* Shared mobile section rhythm */

    .home-services,
    .home-builds,
    .home-process,
    .home-contact {
        padding-block: var(--home-mobile-section-space);
    }

    .home-section-title {
        margin: 0 auto 22px;
        padding-bottom: 9px;
        font-size: 25px;
        line-height: 1.12;
    }

    /* What we do */

    .home-service-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .home-service-grid > .home-service-card:nth-child(n) {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        min-height: 0;
        justify-self: stretch;
        border-radius: var(--home-mobile-radius);
        box-shadow: 0 8px 22px rgba(20, 45, 77, .07);
    }

    .home-service-trigger {
        min-height: 106px;
        grid-template-columns: 44px minmax(0, 1fr) 40px;
        grid-template-rows: auto auto;
        column-gap: 11px;
        padding: 16px 14px;
        border-radius: var(--home-mobile-radius);
    }

    .home-service-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .home-service-trigger h3 {
        font-size: 15px;
        line-height: 1.25;
    }

    .home-service-trigger p {
        margin-top: 4px;
        font-size: 12px;
        line-height: 1.45;
    }

    .home-service-more {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .home-service-card:hover .home-service-icon,
    .home-service-card:focus-within .home-service-icon {
        transform: none;
    }

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

    /* Native-feeling capability sheet */

    .home-service-popover,
    .home-service-card:nth-child(n) .home-service-popover {
        left: var(--home-mobile-gutter);
        right: var(--home-mobile-gutter);
        bottom: max(var(--home-mobile-gutter), env(safe-area-inset-bottom));
        width: auto;
        max-height: min(72dvh, 520px);
        padding: 20px;
        border-radius: 20px;
        box-shadow: 0 26px 70px rgba(0, 8, 20, .42);
    }

    .home-service-popover-head {
        min-height: 44px;
        align-items: center;
        font-size: 12px;
    }

    .home-service-popover-head button {
        width: 44px;
        height: 44px;
    }

    .home-service-popover ul {
        gap: 8px;
        margin-top: 12px;
    }

    .home-service-popover li {
        min-height: 48px;
        padding: 12px 12px 12px 28px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 1.35;
    }

    .home-service-popover li::before {
        left: 13px;
        top: 21px;
    }

    /* Analytics showcase */

    .home-build-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .home-build-grid > .home-build-card:nth-child(n) {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        justify-self: stretch;
        border-radius: var(--home-mobile-radius);
    }

    .build-preview {
        height: clamp(154px, 47vw, 188px);
        padding: 11px 12px 10px;
    }

    .home-build-copy {
        min-height: 112px;
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        gap: 11px;
        padding: 16px;
    }

    .home-build-icon,
    .home-build-arrow {
        width: 40px;
        height: 40px;
    }

    .home-build-icon svg {
        width: 21px;
        height: 21px;
    }

    .home-build-text strong {
        font-size: 15px;
        line-height: 1.3;
    }

    .home-build-text small {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.45;
    }

    .home-build-meta {
        margin-bottom: 5px;
    }

    .home-build-meta > em,
    .live-demo-label {
        font-size: 8px;
    }

    /* How it works and Ascendemy Flow */

    .process-product-grid {
        display: block;
    }

    .home-process-panel {
        width: 100%;
    }

    .home-process-panel h2 {
        width: fit-content;
        margin: 0 auto 24px;
        padding-bottom: 9px;
        font-size: 25px;
        text-align: center;
    }

    .home-process-panel h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .home-steps {
        gap: 0;
    }

    .home-steps::before,
    .home-steps::after {
        left: 20px;
        top: 22px;
        bottom: 22px;
    }

    .home-steps article {
        min-height: 82px;
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 14px;
        padding: 12px 0;
        border-radius: 0;
    }

    .home-steps article:not(:last-child) {
        border-bottom: 1px solid #e7edf4;
    }

    .home-steps article:hover {
        background: transparent;
        transform: none;
    }

    .home-steps article > span {
        width: 40px;
        height: 40px;
        box-shadow: 0 0 0 5px #fff, 0 7px 16px rgba(36, 112, 228, .12);
        font-size: 13px;
    }

    .home-steps h3 {
        align-self: end;
        font-size: 15px;
    }

    .home-steps p {
        max-width: none;
        margin-top: 3px;
        font-size: 12px;
        line-height: 1.45;
    }

    .home-product-grid {
        width: 100%;
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #e3eaf2;
    }

    .home-flow-card {
        width: 100%;
        min-width: 0;
        min-height: 0;
        gap: 18px;
        padding: 14px;
        border-radius: 18px;
    }

    .home-flow-app {
        width: 100%;
        min-height: 174px;
        border-radius: 13px;
    }

    .home-flow-app-head {
        height: 46px;
        padding-inline: 10px;
        font-size: 9px;
    }

    .home-flow-app-body {
        gap: 10px;
        padding: 12px 10px;
    }

    .home-flow-file {
        min-height: 44px;
        padding: 8px;
    }

    .home-flow-file strong {
        font-size: 10px;
    }

    .home-flow-file small,
    .home-flow-pipeline,
    .home-flow-status {
        font-size: 8px;
    }

    .home-flow-copy {
        padding: 0 3px 3px;
    }

    .home-flow-heading {
        gap: 8px;
    }

    .home-flow-heading h2 {
        font-size: 21px;
    }

    .home-flow-heading span {
        padding: 4px 8px;
        font-size: 8px;
    }

    .home-flow-copy p {
        max-width: none;
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.55;
    }

    .home-flow-features {
        gap: 7px;
        margin-top: 12px;
    }

    .home-flow-features li {
        padding: 6px 9px;
        font-size: 9px;
    }

    .home-flow-copy > a {
        width: 100%;
        min-height: 48px;
        justify-content: center;
        margin-top: 16px;
        padding: 0 16px;
        color: #fff;
        background: var(--home-blue);
        border-radius: 12px;
        font-size: 13px;
    }

    .home-flow-copy > a:hover,
    .home-flow-copy > a:focus-visible {
        color: #fff;
        background: var(--home-blue-dark);
        transform: none;
    }

    /* Project inquiry */

    .home-contact-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
    }

    .home-contact-copy {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .home-form-shell {
        width: 100%;
        border-radius: 12px;
    }

    .home-form-scroll {
        padding: 20px 16px;
    }

    .home-form-privacy {
        height: 46px;
        justify-content: center;
        padding-inline: 12px;
        font-size: 9px;
        text-align: center;
    }

    .home-form-shell .wizard-progress {
        justify-content: center;
        gap: 7px;
        margin-bottom: 20px;
        overflow: visible;
        padding-bottom: 0;
    }

    .home-form-shell .wizard-step {
        flex: 0 0 auto;
    }

    .home-form-shell .wizard-dot {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .home-form-shell .wizard-label {
        display: none;
    }

    .home-form-shell .wizard-line {
        min-width: 0;
        flex: 1 1 24px;
        max-width: 42px;
    }

    .home-form-shell .wizard-panel h2 {
        font-size: 20px;
        line-height: 1.2;
    }

    .home-form-shell .wizard-panel > p {
        margin: 6px 0 18px;
        font-size: 12px;
        line-height: 1.5;
    }

    .home-form-shell .form-grid {
        gap: 15px;
    }

    .home-form-shell .field label {
        margin-bottom: 6px;
        font-size: 12px;
    }

    .home-form-shell .field .field-hint {
        margin: -2px 0 6px;
        font-size: 10px;
    }

    .home-form-shell .field input,
    .home-form-shell .field select,
    .home-form-shell .field textarea {
        min-height: 46px;
        padding: 11px 12px;
        border-radius: 10px;
        font-size: 16px;
        line-height: 1.35;
    }

    .home-form-shell .field textarea {
        min-height: 96px;
    }

    .home-form-shell .validation-message {
        margin-top: 4px;
        font-size: 11px;
    }

    .home-form-shell .wizard-actions {
        gap: 10px;
        margin-top: 20px;
    }

    .home-form-shell .button-primary,
    .home-form-shell .button-secondary {
        min-height: 46px;
        flex: 1 1 0;
        padding-inline: 14px;
        border-radius: 11px;
        font-size: 14px;
        white-space: nowrap;
    }

    .home-form-shell .wizard-actions > button:only-of-type {
        width: 100%;
        flex-basis: 100%;
    }

    .home-form-shell .review-row {
        gap: 4px;
        padding: 10px 11px;
        font-size: 12px;
    }

    .home-form-shell .field-check {
        font-size: 12px;
        line-height: 1.45;
    }

    /* Mobile Power BI dialog */

    .dashboard-dialog {
        width: calc(100vw - 32px);
        max-width: none;
        max-height: calc(100dvh - 32px);
        border-radius: 20px;
    }

    .dashboard-dialog-shell {
        height: calc(100dvh - 34px);
        max-height: 760px;
    }

    .dashboard-dialog-head {
        min-height: 72px;
        padding-inline: 16px 12px;
    }

    .dashboard-dialog-head h2 {
        font-size: 16px;
        line-height: 1.25;
    }

    .dashboard-dialog-close {
        width: 44px;
        height: 44px;
    }

    .dashboard-dialog-foot {
        gap: 7px;
        padding: 10px 16px;
        font-size: 10px;
    }

    /* Static, balanced mobile footer */

    body.home-redesign .home-footer {
        padding-top: 44px;
    }

    .home-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 20px;
    }

    .home-footer-intro,
    .home-footer-connect {
        grid-column: 1 / -1;
        text-align: center;
    }

    .home-footer-brand {
        justify-content: center;
    }

    .home-footer-intro > p {
        margin-inline: auto;
        font-size: 11px;
        line-height: 1.55;
    }

    .home-footer-col h3 {
        margin-bottom: 12px;
        font-size: 12px;
    }

    .home-footer-col a,
    .home-footer-col p {
        font-size: 11px;
        line-height: 1.45;
    }

    .home-footer-connect p {
        margin-inline: auto;
    }

    .home-footer-connect h3 {
        margin-inline: auto;
    }

    .home-footer-col .home-footer-cta {
        width: 100%;
        min-height: 46px;
        margin-top: 14px;
        border-radius: 12px;
    }

    .home-footer-bottom {
        align-items: center;
        gap: 12px;
        text-align: center;
        font-size: 9px;
    }

    .home-footer-bottom > span:last-child {
        justify-content: center;
    }
}
