/* Home Skywork ERP */
:root {
    --home-navy: #061f3f;
    --home-blue: #07599e;
    --home-blue-bright: #168ad0;
    --home-blue-soft: #eaf4fc;
    --home-green: #20a56b;
    --home-orange: #ff7a32;
    --home-yellow: #fed330;
    --home-ink: #17263c;
    --home-text: #52657b;
    --home-border: #dce7f0;
    --home-bg: #f5f9fd;
}

.home-modern {
    color: var(--home-ink);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    overflow-x: clip;
}

.home-modern *,
.home-modern *::before,
.home-modern *::after {
    box-sizing: border-box;
}

.home-modern h1,
.home-modern h2,
.home-modern h3,
.home-modern p,
.home-modern blockquote {
    font-family: "Roboto", Arial, sans-serif;
}

.home-modern h2 {
    color: var(--home-navy);
    font-size: 2.4em;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.16;
    margin: .25em 0 .45em;
}

.home-kicker,
.home-eyebrow {
    color: var(--home-blue);
    display: inline-block;
    font-size: .78em;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.home-kicker-light {
    color: #a8dcff;
}

.home-section-lead {
    color: var(--home-text);
    font-size: 1.12em;
    line-height: 1.7;
}

.home-hero {
    background-color: var(--home-navy);
    background-image:
        linear-gradient(90deg, rgba(4, 25, 53, .98) 0%, rgba(4, 27, 58, .93) 37%, rgba(4, 30, 66, .42) 68%, rgba(4, 26, 56, .12) 100%),
        url("/images/home/skywork-erp-connected.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 720px;
    overflow: hidden;
    padding: 11em 0 7em;
    position: relative;
}

.home-hero::before {
    background: radial-gradient(circle at 18% 35%, rgba(22, 138, 208, .2), transparent 34%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.home-hero-row {
    align-items: center;
    display: flex;
    min-height: 500px;
    position: relative;
    z-index: 1;
}

.home-eyebrow {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50px;
    color: #d8efff;
    padding: .7em 1.1em;
}

.home-hero h1 {
    color: #fff;
    font-size: 3.65em;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.02;
    margin: .45em 0 .35em;
    max-width: 720px;
}

.home-hero-lead {
    color: #dcecf8;
    font-size: 1.25em;
    line-height: 1.65;
    margin-bottom: 1.6em;
    max-width: 680px;
}

.home-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-actions .btn,
.home-plans-card .btn {
    border-radius: 8px;
    font-size: 1em;
    font-weight: 700;
    padding: 14px 24px;
    transition: box-shadow .2s ease, transform .2s ease;
}

.home-btn-primary {
    background: var(--home-orange);
    border: 1px solid var(--home-orange);
    box-shadow: 0 12px 30px rgba(161, 61, 0, .25);
    color: #fff;
}

.home-btn-primary:hover,
.home-btn-primary:focus {
    background: #ee6822;
    border-color: #ee6822;
    color: #fff;
    transform: translateY(-2px);
}

.home-btn-secondary {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .52);
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    padding: 14px 24px;
}

.home-btn-secondary:hover,
.home-btn-secondary:focus {
    background: rgba(255, 255, 255, .13);
    color: #fff;
}

.home-hero-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    list-style: none;
    margin: 1.8em 0 0;
    padding: 0;
}

.home-hero-checks li {
    color: #dcecf8;
    font-size: .92em;
}

.home-hero-checks i {
    color: #58d79d;
    margin-right: 6px;
}

.home-anchor-nav {
    background: #fff;
    border-bottom: 1px solid var(--home-border);
    box-shadow: 0 8px 25px rgba(20, 50, 80, .06);
    position: relative;
    z-index: 5;
}

.home-anchor-nav .container {
    display: flex;
    justify-content: center;
}

.home-anchor-nav a {
    color: var(--home-text);
    font-size: .9em;
    font-weight: 700;
    padding: 20px 28px;
    text-decoration: none;
}

.home-anchor-nav a:hover,
.home-anchor-nav a:focus {
    color: var(--home-blue);
}

.home-anchor-nav i {
    color: var(--home-blue-bright);
    margin-right: 7px;
}

.home-proof {
    background: #fff;
    padding: 3.4em 0;
}

.home-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.home-proof-grid article {
    align-items: center;
    border-right: 1px solid var(--home-border);
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    text-align: center;
}

.home-proof-grid article:last-child {
    border-right: 0;
}

.home-proof-grid strong {
    color: var(--home-blue);
    font-size: 1.55em;
    line-height: 1.2;
}

.home-proof-grid span {
    color: var(--home-text);
    font-size: .9em;
    line-height: 1.45;
    margin-top: 6px;
}

.home-journey {
    background: var(--home-bg);
    padding: 6.5em 0;
}

.home-journey-grid {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(5, 1fr);
    list-style: none;
    margin: 4em 0 0;
    padding: 0;
}

.home-journey-grid li {
    align-items: center;
    background: #fff;
    border: 1px solid var(--home-border);
    border-right: 0;
    display: flex;
    min-height: 145px;
    padding: 24px 18px;
    position: relative;
}

.home-journey-grid li:first-child {
    border-radius: 14px 0 0 14px;
}

.home-journey-grid li:last-child {
    border-radius: 0 14px 14px 0;
    border-right: 1px solid var(--home-border);
}

.home-journey-grid li:not(:last-child)::after {
    background: #fff;
    border-right: 1px solid var(--home-border);
    border-top: 1px solid var(--home-border);
    content: "";
    height: 22px;
    position: absolute;
    right: -11px;
    top: calc(50% - 11px);
    transform: rotate(45deg);
    width: 22px;
    z-index: 2;
}

.home-journey-grid > li > span {
    color: #b9c8d6;
    font-size: .72em;
    font-weight: 700;
    left: 15px;
    position: absolute;
    top: 12px;
}

.home-journey-grid > li > i {
    align-items: center;
    background: var(--home-blue-soft);
    border-radius: 12px;
    color: var(--home-blue);
    display: flex;
    flex: 0 0 46px;
    font-size: 1.25em;
    height: 46px;
    justify-content: center;
    margin-right: 12px;
}

.home-journey-grid strong,
.home-journey-grid small {
    display: block;
}

.home-journey-grid strong {
    color: var(--home-navy);
    font-size: 1.02em;
    margin-bottom: 4px;
}

.home-journey-grid small {
    color: var(--home-text);
    line-height: 1.4;
}

.home-financial {
    background: linear-gradient(135deg, #06284f, #07599e);
    color: #fff;
    overflow: hidden;
    padding: 7em 0;
    position: relative;
}

.home-exclusive {
    background: #071d38;
    color: #fff;
    overflow: hidden;
    padding: 7em 0;
    position: relative;
}

.home-exclusive::before {
    background:
        radial-gradient(circle at 15% 25%, rgba(22, 138, 208, .2), transparent 32%),
        radial-gradient(circle at 88% 80%, rgba(32, 165, 107, .12), transparent 30%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.home-exclusive-heading {
    align-items: end;
    display: flex;
    position: relative;
    z-index: 1;
}

.home-exclusive h2 {
    color: #fff;
    font-size: 2.65em;
    max-width: 720px;
}

.home-exclusive-heading p {
    color: #bfd2e3;
    line-height: 1.7;
    margin: 0 0 .7em;
}

.home-exclusive-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4em;
    position: relative;
    z-index: 1;
}

.home-exclusive-card {
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 17px;
    color: #fff;
    display: grid;
    grid-template-columns: auto 1fr 150px;
    min-height: 300px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    text-decoration: none;
    transition: background .22s ease, border-color .22s ease, transform .22s ease;
}

.home-exclusive-card:hover,
.home-exclusive-card:focus {
    background: rgba(255, 255, 255, .095);
    border-color: rgba(142, 203, 243, .45);
    color: #fff;
    text-decoration: none;
    transform: translateY(-5px);
}

.home-exclusive-number {
    color: rgba(255, 255, 255, .28);
    font-size: .68em;
    font-weight: 700;
    left: 17px;
    letter-spacing: .08em;
    position: absolute;
    top: 15px;
}

.home-exclusive-icon {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border-radius: 12px;
    color: #8ecbf3;
    display: flex;
    flex: 0 0 50px;
    font-size: 1.3em;
    height: 50px;
    justify-content: center;
    margin-right: 18px;
    margin-top: 17px;
    width: 50px;
}

.home-exclusive-copy {
    align-self: center;
    padding: 15px 12px 15px 0;
}

.home-exclusive-copy small {
    color: #8ecbf3;
    font-size: .66em;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.home-exclusive-copy h3 {
    color: #fff;
    font-size: 1.35em;
    margin: 8px 0 10px;
}

.home-exclusive-copy p {
    color: #bfd2e3;
    font-size: .9em;
    line-height: 1.6;
    margin: 0 0 18px;
}

.home-exclusive-copy span {
    color: #fff;
    font-size: .82em;
    font-weight: 700;
}

.home-exclusive-copy span i {
    margin-left: 6px;
    transition: transform .2s ease;
}

.home-exclusive-card:hover .home-exclusive-copy span i {
    transform: translateX(4px);
}

.home-exclusive-visual {
    align-self: center;
    height: 155px;
    position: relative;
    width: 150px;
}

.home-sign-visual {
    background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .035));
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 10px;
    padding: 28px 18px;
    transform: rotate(4deg);
}

.home-sign-visual > i {
    background: rgba(255, 255, 255, .3);
    border-radius: 3px;
    display: block;
    height: 5px;
    margin-bottom: 11px;
}

.home-sign-visual > i:nth-child(2) { width: 78%; }
.home-sign-visual > i:nth-child(3) { width: 58%; }

.home-sign-visual b {
    border-bottom: 2px solid #62dca5;
    bottom: 24px;
    height: 24px;
    left: 18px;
    position: absolute;
    width: 90px;
}

.home-sign-visual b span {
    border-bottom: 2px solid #62dca5;
    border-radius: 50%;
    display: block;
    height: 15px;
    transform: rotate(-7deg);
    width: 55px;
}

.home-lock-visual > i {
    color: rgba(142, 203, 243, .25);
    font-size: 8.2em;
    left: 5px;
    position: absolute;
    top: 7px;
}

.home-lock-visual b {
    align-items: center;
    background: #20a56b;
    border: 6px solid #0d2f4a;
    border-radius: 50%;
    bottom: 5px;
    display: flex;
    height: 58px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 58px;
}

.home-lock-visual b i {
    color: #fff;
    font-size: 1.25em;
}

.home-crm-visual {
    display: flex;
    gap: 7px;
    padding-top: 15px;
}

.home-crm-visual > i {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 8px;
    display: block;
    height: 125px;
    position: relative;
    width: 43px;
}

.home-crm-visual > i::before,
.home-crm-visual > i::after {
    background: #168ad0;
    border-radius: 4px;
    content: "";
    height: 28px;
    left: 5px;
    position: absolute;
    right: 5px;
    top: 34px;
}

.home-crm-visual > i::after {
    background: rgba(255, 255, 255, .17);
    top: 68px;
}

.home-crm-visual > i:nth-child(2)::before { background: #7d5ce7; top: 47px; }
.home-crm-visual > i:nth-child(3)::before { background: #20a56b; top: 60px; }

.home-crm-visual b {
    background: #62dca5;
    border-radius: 50%;
    height: 9px;
    position: absolute;
    right: 12px;
    top: 22px;
    width: 9px;
}

.home-receipt-visual {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 25px rgba(0, 0, 0, .18);
    padding: 25px 18px;
    transform: rotate(-3deg);
}

.home-receipt-visual > i {
    align-items: center;
    background: #def7eb;
    border-radius: 50%;
    color: #20a56b;
    display: flex;
    height: 36px;
    justify-content: center;
    margin: 0 auto 18px;
    width: 36px;
}

.home-receipt-visual > span {
    background: #d9e5ef;
    border-radius: 2px;
    display: block;
    height: 5px;
    margin: 0 auto 9px;
    width: 82%;
}

.home-receipt-visual > span:nth-of-type(2) {
    width: 58%;
}

.home-receipt-visual > b {
    border: 2px dashed #168ad0;
    border-radius: 4px;
    bottom: 18px;
    height: 18px;
    left: 35px;
    position: absolute;
    right: 35px;
}

.home-deep-dive {
    background: #fff;
    padding: 7em 0;
}

.home-deep-row {
    align-items: center;
    display: flex;
}

.home-deep-dive h2 {
    font-size: 2.55em;
}

.home-deep-lead {
    color: var(--home-text);
    font-size: 1.06em;
    line-height: 1.7;
}

.home-deep-list {
    list-style: none;
    margin: 2em 0;
    padding: 0;
}

.home-deep-list li {
    align-items: flex-start;
    display: flex;
    margin-bottom: 1.15em;
}

.home-deep-list li > i {
    align-items: center;
    background: #def7eb;
    border-radius: 50%;
    color: var(--home-green);
    display: flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
    margin-right: 12px;
}

.home-deep-list strong,
.home-deep-list span {
    display: block;
}

.home-deep-list strong {
    color: var(--home-navy);
    margin-bottom: 3px;
}

.home-deep-list span {
    color: var(--home-text);
    font-size: .91em;
    line-height: 1.48;
}

.home-deep-link {
    color: var(--home-blue);
    display: inline-block;
    font-weight: 700;
    margin-top: .5em;
    text-decoration: none;
}

.home-deep-link i {
    margin-left: 6px;
    transition: transform .2s ease;
}

.home-deep-link:hover,
.home-deep-link:focus {
    color: var(--home-orange);
    text-decoration: none;
}

.home-deep-link:hover i,
.home-deep-link:focus i {
    transform: translateX(4px);
}

.home-deep-visual-col {
    position: relative;
}

.home-deep-window-top {
    align-items: center;
    background: #edf3f7;
    border-bottom: 1px solid #dae5ed;
    display: flex;
    gap: 7px;
    min-height: 42px;
    padding: 0 14px;
}

.home-deep-window-top > i {
    background: #bdcad5;
    border-radius: 50%;
    display: block;
    height: 8px;
    width: 8px;
}

.home-deep-window-top > i:first-child {
    background: #ff7b72;
}

.home-deep-window-top > i:nth-child(2) {
    background: #f2c94c;
}

.home-deep-window-top > i:nth-child(3) {
    background: #54cf8b;
}

.home-deep-window-top > span {
    color: #778b9d;
    font-size: .7em;
    margin-left: 9px;
}

.home-crm-dashboard {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 17px;
    box-shadow: 0 26px 65px rgba(19, 55, 88, .17);
    margin: 0;
    overflow: visible;
    position: relative;
}

.home-crm-dashboard .home-deep-window-top {
    border-radius: 17px 17px 0 0;
}

.home-crm-dashboard > img {
    border-radius: 0 0 17px 17px;
    display: block;
    height: auto;
    width: 100%;
}

.home-crm-dashboard figcaption {
    align-items: center;
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    bottom: -25px;
    box-shadow: 0 15px 32px rgba(19, 55, 88, .16);
    display: flex;
    padding: 13px 17px;
    position: absolute;
    right: -18px;
}

.home-crm-dashboard figcaption > i {
    align-items: center;
    background: #def7eb;
    border-radius: 50%;
    color: var(--home-green);
    display: flex;
    height: 38px;
    justify-content: center;
    margin-right: 10px;
    width: 38px;
}

.home-crm-dashboard figcaption strong,
.home-crm-dashboard figcaption small {
    display: block;
}

.home-crm-dashboard figcaption strong {
    color: var(--home-navy);
    font-size: .8em;
}

.home-crm-dashboard figcaption small {
    color: var(--home-text);
    font-size: .68em;
    margin-top: 2px;
}

.home-deep-signatures {
    background: var(--home-bg);
}

.home-signatures-workspace {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 17px;
    box-shadow: 0 26px 65px rgba(19, 55, 88, .15);
    overflow: hidden;
}

.home-signatures-body {
    display: flex;
    min-height: 395px;
}

.home-signatures-menu {
    align-items: center;
    background: var(--home-navy);
    color: #8ecbf3;
    display: flex;
    flex: 0 0 68px;
    flex-direction: column;
    gap: 25px;
    padding: 20px 0;
}

.home-signatures-menu b {
    align-items: center;
    background: var(--home-orange);
    border-radius: 9px;
    color: #fff;
    display: flex;
    font-size: 1.15em;
    height: 35px;
    justify-content: center;
    width: 35px;
}

.home-signatures-menu i {
    font-size: 1em;
}

.home-signatures-content {
    flex: 1;
    padding: 28px;
}

.home-signatures-heading {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.home-signatures-heading small,
.home-signatures-heading strong {
    display: block;
}

.home-signatures-heading small {
    color: #7b8e9f;
    font-size: .66em;
    font-weight: 700;
    letter-spacing: .08em;
}

.home-signatures-heading strong {
    color: var(--home-navy);
    font-size: 1.05em;
    margin-top: 5px;
}

.home-signatures-heading > b {
    background: #fff3e8;
    border-radius: 25px;
    color: var(--home-orange);
    font-size: .68em;
    padding: 7px 10px;
}

.home-signatures-progress {
    background: #e7eef4;
    border-radius: 6px;
    height: 7px;
    margin: 25px 0 20px;
    overflow: hidden;
}

.home-signatures-progress span {
    background: linear-gradient(90deg, var(--home-blue), var(--home-green));
    border-radius: inherit;
    display: block;
    height: 100%;
    width: 75%;
}

.home-signature-person {
    align-items: center;
    background: #f7fafc;
    border: 1px solid #e2eaf1;
    border-radius: 10px;
    display: grid;
    gap: 11px;
    grid-template-columns: auto 1fr auto;
    margin-bottom: 12px;
    padding: 14px;
}

.home-signature-person > i {
    align-items: center;
    background: #fff3e8;
    border-radius: 50%;
    color: var(--home-orange);
    display: flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.home-signature-person.is-done > i {
    background: #def7eb;
    color: var(--home-green);
}

.home-signature-person strong,
.home-signature-person small {
    display: block;
}

.home-signature-person strong {
    color: var(--home-navy);
    font-size: .78em;
}

.home-signature-person small {
    color: #7a8d9f;
    font-size: .67em;
    margin-top: 3px;
}

.home-signature-person em {
    color: var(--home-blue);
    font-size: .72em;
    font-style: normal;
    font-weight: 700;
}

.home-signatures-actions {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

.home-signatures-actions span {
    background: var(--home-blue-soft);
    border-radius: 7px;
    color: var(--home-blue);
    font-size: .7em;
    font-weight: 700;
    padding: 9px 11px;
}

.home-signatures-actions i {
    margin-right: 4px;
}

.home-signatures-badge {
    align-items: center;
    background: var(--home-navy);
    border: 5px solid var(--home-bg);
    border-radius: 12px;
    bottom: -25px;
    color: #fff;
    display: flex;
    padding: 12px 16px;
    position: absolute;
    right: -15px;
}

.home-signatures-badge > i {
    color: #62dca5;
    font-size: 1.2em;
    margin-right: 10px;
}

.home-signatures-badge strong,
.home-signatures-badge small {
    display: block;
}

.home-signatures-badge strong {
    font-size: .78em;
}

.home-signatures-badge small {
    color: #bfd2e3;
    font-size: .66em;
    margin-top: 2px;
}

.home-deep-blocking {
    background:
        radial-gradient(circle at 85% 20%, rgba(22, 138, 208, .16), transparent 28%),
        linear-gradient(135deg, #061f3f, #0a3157);
    color: #fff;
    overflow: hidden;
}

.home-deep-blocking h2 {
    color: #fff;
}

.home-deep-blocking .home-deep-lead {
    color: #cbddeb;
}

.home-deep-list-dark strong {
    color: #fff;
}

.home-deep-list-dark span {
    color: #cbddeb;
}

.home-deep-list-dark li > i {
    background: rgba(98, 220, 165, .14);
    color: #62dca5;
}

.home-deep-link-light {
    color: #fff;
}

.home-blocking-panel {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 17px;
    box-shadow: 0 28px 70px rgba(0, 12, 30, .35);
    color: var(--home-ink);
    overflow: hidden;
}

.home-blocking-body {
    padding: 25px;
}

.home-blocking-customer {
    align-items: center;
    border-bottom: 1px solid var(--home-border);
    display: grid;
    gap: 11px;
    grid-template-columns: auto 1fr auto;
    padding-bottom: 20px;
}

.home-blocking-avatar {
    align-items: center;
    background: var(--home-blue-soft);
    border-radius: 10px;
    color: var(--home-blue);
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.home-blocking-customer small,
.home-blocking-customer strong,
.home-blocking-customer em {
    display: block;
}

.home-blocking-customer small {
    color: #7b8d9e;
    font-size: .62em;
    font-weight: 700;
    letter-spacing: .08em;
}

.home-blocking-customer strong {
    color: var(--home-navy);
    font-size: .87em;
    margin: 3px 0;
}

.home-blocking-customer em {
    color: #6f8294;
    font-size: .64em;
    font-style: normal;
}

.home-blocking-customer em i {
    background: var(--home-green);
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    margin-right: 4px;
    width: 6px;
}

.home-blocking-customer > b {
    background: #fff0e8;
    border-radius: 25px;
    color: #d85a17;
    font-size: .67em;
    padding: 8px 10px;
}

.home-blocking-customer > b i {
    margin-right: 4px;
}

.home-blocking-metrics {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(3, 1fr);
    margin: 22px 0;
}

.home-blocking-metrics span {
    background: #f6f9fc;
    border: 1px solid #e1eaf1;
    border-radius: 9px;
    padding: 13px 10px;
}

.home-blocking-metrics small,
.home-blocking-metrics strong {
    display: block;
}

.home-blocking-metrics small {
    color: #76899b;
    font-size: .6em;
    line-height: 1.3;
}

.home-blocking-metrics strong {
    color: var(--home-navy);
    font-size: 1.25em;
    margin-top: 5px;
}

.home-blocking-rule {
    align-items: center;
    background: #fff3ed;
    border: 1px solid #ffd6bf;
    border-radius: 11px;
    display: flex;
    padding: 17px;
}

.home-blocking-rule > i {
    align-items: center;
    background: var(--home-orange);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 43px;
    height: 43px;
    justify-content: center;
    margin-right: 12px;
}

.home-blocking-rule small,
.home-blocking-rule strong,
.home-blocking-rule em {
    display: block;
}

.home-blocking-rule small {
    color: #b65925;
    font-size: .6em;
    font-weight: 700;
    letter-spacing: .08em;
}

.home-blocking-rule strong {
    color: #71330f;
    font-size: .82em;
    margin: 4px 0;
}

.home-blocking-rule em {
    color: #9a603d;
    font-size: .64em;
    font-style: normal;
}

.home-blocking-safe {
    align-items: center;
    background: var(--home-green);
    border: 5px solid #0a3157;
    border-radius: 12px;
    bottom: -24px;
    color: #fff;
    display: flex;
    padding: 12px 16px;
    position: absolute;
    right: -15px;
}

.home-blocking-safe > i {
    font-size: 1.2em;
    margin-right: 10px;
}

.home-blocking-safe strong,
.home-blocking-safe small {
    display: block;
}

.home-blocking-safe strong {
    font-size: .78em;
}

.home-blocking-safe small {
    color: #d7f7e8;
    font-size: .66em;
    margin-top: 2px;
}

.home-financial::before {
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    content: "";
    height: 640px;
    position: absolute;
    right: -300px;
    top: -300px;
    width: 640px;
}

.home-financial-row {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
}

.home-financial h2 {
    color: #fff;
    font-size: 2.65em;
}

.home-financial > .container > .row > div > p {
    color: #d6e9f8;
    font-size: 1.08em;
    line-height: 1.7;
}

.home-check-list {
    list-style: none;
    margin: 2em 0;
    padding: 0;
}

.home-check-list li {
    align-items: flex-start;
    display: flex;
    margin-bottom: 1.1em;
}

.home-check-list li > i {
    align-items: center;
    background: rgba(80, 215, 157, .16);
    border-radius: 50%;
    color: #66e2a9;
    display: flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
    margin-right: 12px;
}

.home-check-list strong,
.home-check-list span {
    display: block;
}

.home-check-list strong {
    color: #fff;
    margin-bottom: 3px;
}

.home-check-list span {
    color: #d6e9f8;
    line-height: 1.5;
}

.home-text-link {
    color: var(--home-blue);
    display: inline-block;
    font-weight: 700;
    margin-top: 1em;
    text-decoration: none;
}

.home-financial .home-text-link {
    color: #fff;
}

.home-text-link i {
    margin-left: 6px;
    transition: transform .2s ease;
}

.home-text-link:hover,
.home-text-link:focus {
    color: var(--home-orange);
    text-decoration: none;
}

.home-text-link:hover i,
.home-text-link:focus i {
    transform: translateX(4px);
}

.home-financial-window {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 17px;
    box-shadow: 0 30px 70px rgba(0, 19, 44, .38);
    color: var(--home-ink);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-4deg) rotateX(1deg);
}

.home-window-top {
    align-items: center;
    background: #eef4f8;
    border-bottom: 1px solid #dce7ef;
    display: flex;
    gap: 7px;
    min-height: 42px;
    padding: 0 14px;
}

.home-window-top > i {
    background: #c4d1dc;
    border-radius: 50%;
    display: block;
    height: 8px;
    width: 8px;
}

.home-window-top > i:first-child {
    background: #ff7b72;
}

.home-window-top > i:nth-child(2) {
    background: #f2c94c;
}

.home-window-top > i:nth-child(3) {
    background: #54cf8b;
}

.home-window-top span {
    color: #7a8da0;
    font-size: .72em;
    margin-left: 10px;
}

.home-window-body {
    padding: 28px;
}

.home-window-heading {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.home-window-heading small,
.home-window-heading strong {
    display: block;
}

.home-window-heading small {
    color: #7c8da0;
    font-size: .68em;
    font-weight: 700;
    letter-spacing: .08em;
}

.home-window-heading strong {
    color: var(--home-navy);
    font-size: 2em;
    margin-top: 4px;
}

.home-window-heading > b {
    background: #e5f8ef;
    border-radius: 30px;
    color: var(--home-green);
    font-size: .78em;
    padding: 7px 10px;
}

.home-window-kpis {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    margin: 24px 0;
}

.home-window-kpis span {
    background: #f6f9fc;
    border: 1px solid #e3ebf2;
    border-radius: 10px;
    padding: 13px 12px;
}

.home-window-kpis i {
    color: var(--home-blue-bright);
    display: block;
    font-size: 1.05em;
    margin-bottom: 14px;
}

.home-window-kpis small,
.home-window-kpis strong {
    display: block;
}

.home-window-kpis small {
    color: #73879a;
    font-size: .68em;
}

.home-window-kpis strong {
    color: var(--home-navy);
    font-size: 1.22em;
    margin-top: 3px;
}

.home-window-chart {
    border: 1px solid #e3ebf2;
    border-radius: 11px;
    min-height: 230px;
    overflow: hidden;
    padding: 16px 18px 0;
}

.home-window-chart > div {
    display: flex;
    justify-content: space-between;
}

.home-window-chart small {
    color: var(--home-navy);
    font-weight: 700;
}

.home-window-chart strong {
    color: #8495a6;
    font-size: .68em;
}

.home-window-chart svg {
    height: 170px;
    margin-top: 14px;
    overflow: visible;
    width: 100%;
}

.home-window-chart .area {
    fill: url(#home-chart-fill);
}

.home-window-chart .line {
    fill: none;
    stroke: #168ad0;
    stroke-linecap: round;
    stroke-width: 4;
}

.home-window-chart circle {
    fill: #fff;
    stroke: #168ad0;
    stroke-width: 4;
}

.home-paid-badge {
    align-items: center;
    background: #fff;
    border-radius: 12px;
    bottom: -28px;
    box-shadow: 0 18px 35px rgba(0, 20, 44, .28);
    color: var(--home-ink);
    display: flex;
    padding: 13px 18px;
    position: absolute;
    right: -15px;
}

.home-paid-badge > i {
    align-items: center;
    background: #def7eb;
    border-radius: 50%;
    color: var(--home-green);
    display: flex;
    height: 38px;
    justify-content: center;
    margin-right: 11px;
    width: 38px;
}

.home-paid-badge strong,
.home-paid-badge small {
    display: block;
}

.home-paid-badge strong {
    color: var(--home-navy);
    font-size: .83em;
}

.home-paid-badge small {
    color: var(--home-text);
    font-size: .7em;
    margin-top: 2px;
}

.home-solutions {
    background: var(--home-bg);
    padding: 7em 0;
}

.home-solutions-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 4em;
}

.home-solution-card {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 14px;
    color: var(--home-ink);
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 24px;
    position: relative;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-solution-card:hover,
.home-solution-card:focus {
    border-color: #a8d4ef;
    box-shadow: 0 18px 40px rgba(34, 72, 108, .12);
    color: var(--home-ink);
    text-decoration: none;
    transform: translateY(-5px);
}

.home-solution-icon {
    align-items: center;
    background: var(--home-blue-soft);
    border-radius: 11px;
    color: var(--home-blue);
    display: flex;
    font-size: 1.35em;
    height: 48px;
    justify-content: center;
    margin-bottom: 23px;
    width: 48px;
}

.home-solution-card > small {
    color: var(--home-blue);
    font-size: .68em;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.home-solution-card h3 {
    color: var(--home-navy);
    font-size: 1.18em;
    line-height: 1.25;
    margin: 8px 0 9px;
}

.home-solution-card p {
    color: var(--home-text);
    font-size: .9em;
    line-height: 1.55;
    margin: 0 0 18px;
}

.home-solution-card b {
    color: var(--home-blue);
    font-size: .82em;
    margin-top: auto;
}

.home-solution-card b i {
    margin-left: 5px;
}

.home-solution-featured {
    background: linear-gradient(145deg, #07599e, #168ad0);
    border-color: transparent;
    color: #fff;
    grid-column: span 2;
}

.home-solution-featured .home-solution-icon {
    background: rgba(255, 255, 255, .14);
    color: #fff;
}

.home-solution-featured > small,
.home-solution-featured h3,
.home-solution-featured b {
    color: #fff;
}

.home-solution-featured p {
    color: #dceffc;
    max-width: 470px;
}

.home-solution-wide {
    grid-column: span 2;
}

.home-solution-more {
    background: var(--home-navy);
    border-color: var(--home-navy);
}

.home-solution-more .home-solution-icon {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.home-solution-more > small,
.home-solution-more h3,
.home-solution-more b {
    color: #fff;
}

.home-solution-more p {
    color: #cbddeb;
}

.home-differentials {
    background: #fff;
    padding: 7em 0;
}

.home-differentials-row {
    align-items: center;
    display: flex;
}

.home-differentials-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

.home-differentials-grid article {
    background: var(--home-bg);
    border: 1px solid var(--home-border);
    border-radius: 13px;
    min-height: 205px;
    padding: 24px;
}

.home-differentials-grid > article > i {
    color: var(--home-blue);
    font-size: 1.5em;
    margin-bottom: 18px;
}

.home-differentials-grid h3 {
    color: var(--home-navy);
    font-size: 1.05em;
    margin: 0 0 8px;
}

.home-differentials-grid p {
    color: var(--home-text);
    font-size: .9em;
    line-height: 1.55;
    margin: 0;
}

.home-plans-teaser {
    background: #fff;
    padding: 0 0 7em;
}

.home-plans-card {
    align-items: center;
    background: linear-gradient(120deg, #061f3f, #07599e);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(10, 46, 82, .2);
    color: #fff;
    display: grid;
    gap: 32px;
    grid-template-columns: 1.5fr 1.25fr auto;
    padding: 42px 48px;
}

.home-plans-card h2 {
    color: #fff;
    font-size: 2em;
}

.home-plans-card p {
    color: #d6e7f5;
    line-height: 1.6;
    margin: 0;
    max-width: 520px;
}

.home-plan-names {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.home-plan-names span {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 7px;
    display: flex;
    font-size: .82em;
    font-weight: 700;
    padding: 8px 10px;
}

.home-plan-names i {
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 8px;
    margin-right: 8px;
    width: 8px;
}

.home-plan-names .home-plan-green {
    background: #35ce82;
}

.home-plan-names .home-plan-blue {
    background: #4db6ff;
}

.home-plan-names .home-plan-red {
    background: #ff675f;
}

.home-plan-names .home-plan-custom {
    background: var(--home-yellow);
}

.home-plans-card .btn {
    white-space: nowrap;
}

.home-testimonials {
    background: var(--home-bg);
    padding: 7em 0;
}

.home-testimonials-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4em;
}

.home-testimonial-card {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 15px;
    box-shadow: 0 12px 30px rgba(29, 62, 94, .07);
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 27px;
}

.home-testimonial-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.home-testimonial-avatar {
    align-items: center;
    background: linear-gradient(135deg, var(--home-blue), var(--home-blue-bright));
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 1.1em;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.home-testimonial-top > i {
    color: #c8dbea;
    font-size: 2.1em;
}

.home-testimonial-card blockquote {
    border: 0;
    color: #40556c;
    font-size: .96em;
    font-style: normal;
    line-height: 1.7;
    margin: 24px 0;
    padding: 0;
}

.home-testimonial-card footer {
    border-top: 1px solid var(--home-border);
    margin-top: auto;
    padding-top: 18px;
}

.home-testimonial-card footer strong,
.home-testimonial-card footer span,
.home-testimonial-card footer small {
    display: block;
}

.home-testimonial-card footer strong {
    color: var(--home-navy);
}

.home-testimonial-card footer span {
    color: var(--home-text);
    font-size: .88em;
    margin-top: 2px;
}

.home-testimonial-card footer small {
    color: var(--home-blue);
    font-size: .72em;
    font-weight: 700;
    margin-top: 7px;
}

.home-faq {
    background: #fff;
    padding: 7em 0;
}

.home-faq-row {
    align-items: flex-start;
    display: flex;
}

.home-faq .col-md-4 > p {
    color: var(--home-text);
    line-height: 1.65;
}

.home-faq-list details {
    border-bottom: 1px solid var(--home-border);
}

.home-faq-list details:first-child {
    border-top: 1px solid var(--home-border);
}

.home-faq-list summary {
    align-items: center;
    color: var(--home-navy);
    cursor: pointer;
    display: flex;
    font-size: 1.02em;
    font-weight: 700;
    justify-content: space-between;
    list-style: none;
    padding: 22px 0;
}

.home-faq-list summary::-webkit-details-marker {
    display: none;
}

.home-faq-list summary i {
    align-items: center;
    background: var(--home-blue-soft);
    border-radius: 50%;
    color: var(--home-blue);
    display: flex;
    flex: 0 0 32px;
    font-size: .75em;
    height: 32px;
    justify-content: center;
    margin-left: 20px;
    transition: transform .2s ease;
}

.home-faq-list details[open] summary i {
    transform: rotate(45deg);
}

.home-faq-list details p {
    color: var(--home-text);
    line-height: 1.7;
    margin: -5px 45px 24px 0;
}

.home-trial {
    background: var(--home-navy);
    color: #fff;
    overflow: hidden;
    padding: 7em 0;
    position: relative;
}

.home-trial::before,
.home-trial::after {
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    content: "";
    position: absolute;
}

.home-trial::before {
    height: 500px;
    left: -250px;
    top: -280px;
    width: 500px;
}

.home-trial::after {
    bottom: -360px;
    height: 620px;
    right: -300px;
    width: 620px;
}

.home-trial-shell {
    align-items: center;
    display: grid;
    gap: 70px;
    grid-template-columns: .82fr 1.18fr;
    position: relative;
    z-index: 1;
}

.home-trial-copy h2 {
    color: #fff;
    font-size: 2.7em;
}

.home-trial-copy > p {
    color: #cbddeb;
    font-size: 1.08em;
    line-height: 1.7;
}

.home-trial-copy ul {
    list-style: none;
    margin: 2em 0 0;
    padding: 0;
}

.home-trial-copy li {
    color: #dceaf4;
    margin-bottom: 1em;
}

.home-trial-copy li i {
    color: #62dca5;
    margin-right: 8px;
}

.home-trial-card {
    background: #fff;
    border-radius: 17px;
    box-shadow: 0 28px 70px rgba(0, 10, 30, .35);
    color: var(--home-ink);
    padding: 32px;
}

.home-trial-card-heading {
    align-items: center;
    display: flex;
    margin-bottom: 25px;
}

.home-trial-card-heading > span {
    align-items: center;
    background: var(--home-blue-soft);
    border-radius: 11px;
    color: var(--home-blue);
    display: flex;
    font-size: 1.2em;
    height: 48px;
    justify-content: center;
    margin-right: 13px;
    width: 48px;
}

.home-trial-card-heading strong,
.home-trial-card-heading small {
    display: block;
}

.home-trial-card-heading strong {
    color: var(--home-navy);
    font-size: 1.16em;
}

.home-trial-card-heading small {
    color: var(--home-text);
    margin-top: 3px;
}

.home-form-grid {
    display: grid;
    gap: 17px;
    grid-template-columns: repeat(2, 1fr);
}

.home-form-full {
    grid-column: span 2;
}

.home-form-group label {
    color: #304860;
    display: block;
    font-size: .78em;
    font-weight: 700;
    margin-bottom: 7px;
}

.home-form-group .form-control {
    background: #f8fafc;
    border: 1px solid #ccd9e5;
    border-radius: 8px;
    box-shadow: none;
    color: var(--home-ink);
    font-size: .9em;
    height: 48px;
    padding: 10px 13px;
    width: 100%;
}

.home-form-group .form-control:focus {
    background: #fff;
    border-color: var(--home-blue-bright);
    box-shadow: 0 0 0 3px rgba(22, 138, 208, .12);
}

.home-trial-submit {
    background: var(--home-orange);
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-size: .95em;
    font-weight: 700;
    margin-top: 20px;
    min-height: 50px;
    width: 100%;
}

.home-trial-submit:hover,
.home-trial-submit:focus {
    background: #ed6822;
    color: #fff;
}

.home-trial-submit i {
    margin-left: 7px;
}

.home-form-privacy {
    color: #7b8d9e;
    font-size: .68em;
    margin: 12px 0 0;
    text-align: center;
}

.home-form-privacy i {
    color: var(--home-green);
    margin-right: 4px;
}

@media screen and (max-width: 1199px) {
    .home-hero {
        background-position: 58% center;
    }

    .home-hero h1 {
        font-size: 3.25em;
    }

    .home-anchor-nav a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-journey-grid li {
        padding-left: 13px;
        padding-right: 13px;
    }

    .home-journey-grid > li > i {
        flex-basis: 40px;
        height: 40px;
        width: 40px;
    }

    .home-solutions-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-plans-card {
        grid-template-columns: 1.25fr 1fr auto;
        padding: 38px;
    }
}

@media screen and (max-width: 991px) {
    .home-hero {
        background-position: 68% center;
    }

    .home-hero-row,
    .home-financial-row,
    .home-deep-row,
    .home-differentials-row,
    .home-faq-row {
        display: block;
    }

    .home-proof-grid {
        gap: 28px 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .home-proof-grid article:nth-child(2) {
        border-right: 0;
    }

    .home-journey-grid {
        gap: 12px;
        grid-template-columns: repeat(2, 1fr);
    }

    .home-journey-grid li,
    .home-journey-grid li:first-child,
    .home-journey-grid li:last-child {
        border: 1px solid var(--home-border);
        border-radius: 12px;
    }

    .home-journey-grid li::after {
        display: none;
    }

    .home-financial-window {
        margin-top: 4em;
        transform: none;
    }

    .home-exclusive-heading {
        display: block;
    }

    .home-exclusive-heading p {
        margin-top: 1em;
    }

    .home-exclusive-grid {
        grid-template-columns: 1fr;
    }

    .home-deep-crm .home-deep-visual-col {
        margin-bottom: 4em;
    }

    .home-deep-signatures .home-deep-visual-col,
    .home-deep-blocking .home-deep-visual-col {
        margin-top: 4em;
    }

    .home-crm-dashboard figcaption,
    .home-signatures-badge,
    .home-blocking-safe {
        right: 15px;
    }

    .home-paid-badge {
        bottom: -20px;
        right: 15px;
    }

    .home-solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-differentials-grid {
        margin-top: 3em;
    }

    .home-plans-card {
        grid-template-columns: 1fr;
    }

    .home-plan-names {
        max-width: 520px;
    }

    .home-plans-card .btn {
        justify-self: start;
    }

    .home-testimonials-grid {
        grid-template-columns: 1fr;
    }

    .home-testimonial-card {
        min-height: 0;
    }

    .home-faq-list {
        margin-top: 3em;
    }

    .home-trial-shell {
        gap: 45px;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .home-modern {
        font-size: 15px;
    }

    .home-modern h2 {
        font-size: 2em;
    }

    .home-hero {
        background-image:
            linear-gradient(90deg, rgba(4, 25, 53, .97), rgba(4, 27, 58, .84)),
            url("/images/home/skywork-erp-connected.webp");
        background-position: 66% center;
        min-height: 0;
        padding: 9.5em 0 5.5em;
        text-align: center;
    }

    .home-hero-row {
        min-height: 500px;
    }

    .home-hero h1 {
        font-size: 2.7em;
    }

    .home-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-actions .btn {
        white-space: normal;
        width: 100%;
    }

    .home-hero-checks {
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .home-anchor-nav {
        overflow-x: auto;
    }

    .home-anchor-nav .container {
        justify-content: flex-start;
        white-space: nowrap;
    }

    .home-anchor-nav a {
        padding: 17px 15px;
    }

    .home-proof-grid {
        grid-template-columns: 1fr;
    }

    .home-proof-grid article,
    .home-proof-grid article:nth-child(2) {
        border-bottom: 1px solid var(--home-border);
        border-right: 0;
        padding-bottom: 24px;
    }

    .home-proof-grid article:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .home-journey,
    .home-exclusive,
    .home-deep-dive,
    .home-financial,
    .home-solutions,
    .home-differentials,
    .home-testimonials,
    .home-faq,
    .home-trial {
        padding: 5em 0;
    }

    .home-exclusive h2 {
        font-size: 2em;
    }

    .home-exclusive-grid {
        margin-top: 3em;
    }

    .home-exclusive-card {
        grid-template-columns: auto 1fr;
        min-height: 0;
        padding: 26px 20px;
    }

    .home-exclusive-visual {
        display: none;
    }

    .home-deep-dive h2 {
        font-size: 2em;
    }

    .home-crm-dashboard figcaption,
    .home-signatures-badge,
    .home-blocking-safe {
        display: none;
    }

    .home-signatures-body {
        min-height: 350px;
    }

    .home-signatures-menu {
        display: none;
    }

    .home-signatures-content {
        padding: 22px 16px;
    }

    .home-signatures-heading {
        gap: 10px;
    }

    .home-signatures-heading > b {
        white-space: nowrap;
    }

    .home-signatures-actions {
        flex-direction: column;
    }

    .home-blocking-body {
        padding: 18px 14px;
    }

    .home-blocking-customer {
        grid-template-columns: auto 1fr;
    }

    .home-blocking-customer > b {
        grid-column: span 2;
        justify-self: start;
    }

    .home-blocking-metrics {
        gap: 5px;
    }

    .home-blocking-metrics span {
        padding: 10px 6px;
    }

    .home-blocking-rule {
        align-items: flex-start;
        padding: 14px;
    }

    .home-journey-grid {
        grid-template-columns: 1fr;
        margin-top: 3em;
    }

    .home-journey-grid li {
        min-height: 115px;
    }

    .home-financial h2,
    .home-trial-copy h2 {
        font-size: 2.1em;
    }

    .home-window-body {
        padding: 18px 14px;
    }

    .home-window-heading strong {
        font-size: 1.55em;
    }

    .home-window-kpis {
        gap: 5px;
    }

    .home-window-kpis span {
        padding: 10px 7px;
    }

    .home-paid-badge {
        display: none;
    }

    .home-solutions-grid {
        grid-template-columns: 1fr;
        margin-top: 3em;
    }

    .home-solution-featured,
    .home-solution-wide {
        grid-column: span 1;
    }

    .home-solution-card {
        min-height: 240px;
    }

    .home-differentials-grid {
        grid-template-columns: 1fr;
    }

    .home-differentials-grid article {
        min-height: 0;
    }

    .home-plans-teaser {
        padding-bottom: 5em;
    }

    .home-plans-card {
        padding: 32px 24px;
    }

    .home-plan-names {
        grid-template-columns: 1fr;
    }

    .home-plans-card .btn {
        justify-self: stretch;
        white-space: normal;
    }

    .home-testimonials-grid {
        margin-top: 3em;
    }

    .home-form-grid {
        grid-template-columns: 1fr;
    }

    .home-form-full {
        grid-column: span 1;
    }

    .home-trial-card {
        padding: 24px 18px;
    }
}

@media screen and (max-width: 420px) {
    .home-hero h1 {
        font-size: 2.35em;
    }

    .home-window-kpis small {
        font-size: .58em;
    }

    .home-window-chart {
        min-height: 200px;
    }

    .home-testimonial-card {
        padding: 22px;
    }
}
