:root {
    --blue: #075ef8;
    --blue-dark: #0447c8;
    --ink: #081633;
    --muted: #66728a;
    --line: #d9e2f1;
    --soft: #f4f8ff;
    --shadow: 0 18px 45px rgba(8, 22, 51, .10);
}

html {
    scroll-behavior: smooth;
}

body {
    padding-top: 72px;
    color: var(--ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

.site-navbar {
    min-height: 72px;
    margin: 0;
    border-width: 0 0 1px;
    border-color: var(--line);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 4px 18px rgba(8, 22, 51, .04);
}

.site-navbar .navbar-brand {
    height: 71px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    font-size: 23px;
    font-weight: 800;
}

.site-navbar .navbar-nav>li>a {
    padding: 26px 16px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
}

.site-navbar .navbar-nav>li>a:hover {
    color: var(--blue);
}

.brand-mark {
    width: 35px;
    height: 30px;
    position: relative;
    display: inline-block;
}

.brand-mark:before,
.brand-mark:after,
.brand-mark span {
    content: "";
    position: absolute;
    top: 2px;
    width: 13px;
    height: 27px;
    border-radius: 13px;
    background: linear-gradient(180deg, #4aa2ff, #075ef8);
    transform: rotate(24deg);
}

.brand-mark:before {
    left: 0;
}

.brand-mark span {
    left: 11px;
}

.brand-mark:after {
    right: 0;
}

.hero {
    overflow: hidden;
    padding: 75px 0 70px;
    background: radial-gradient(circle at 78% 10%, rgba(7, 94, 248, .12), transparent 32%), linear-gradient(180deg, #fff, #f9fbff);
}

.hero-row {
    display: flex;
    align-items: center;
}

.hero h1,
.page-hero h1 {
    margin: 20px 0;
    font-size: 56px;
    line-height: 1.06;
    font-weight: 800;
}

.hero .lead,
.page-hero .lead {
    color: var(--muted);
    line-height: 1.55;
}

.pill {
    display: inline-block;
    padding: 9px 15px;
    border-radius: 20px;
    background: #e8f1ff;
    color: var(--blue);
    font-size: 13px;
}

.hero-button {
    margin-top: 28px;
    padding: 13px 22px;
}

.hero-art {
    min-height: 350px;
    position: relative;
}

.browser-preview {
    overflow: hidden;
    margin: 15px 15px 0;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--shadow);
}

.browser-bar {
    height: 34px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 13px;
    border-bottom: 1px solid var(--line);
}

.browser-bar i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dfe7f4;
}

.preview-img {
    min-height: 285px;
    padding: 65px 30px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .15)), url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1100&q=80") center/cover;
}

.preview-img strong {
    font-size: 32px;
    line-height: 1.15;
}

.float-note {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 17px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
    font-size: 14px;
    font-weight: 800;
}

.float-note i {
    color: var(--blue);
    font-size: 22px;
}

.float-note small {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-weight: 400;
}

.note-one {
    left: -25px;
    bottom: 28px;
}

.note-two {
    right: -10px;
    top: 50px;
}

.section {
    padding: 65px 0;
}

.section-soft {
    background: var(--soft);
}

.section-heading {
    max-width: 720px;
    margin: 0 auto 35px;
}

.section-heading h2 {
    margin: 8px 0 12px;
    font-size: 36px;
    font-weight: 800;
}

.eyebrow {
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.filter-row {
    margin-bottom: 18px;
}

.category-buttons {
    margin-bottom: 30px;
}

.category-buttons .btn {
    margin: 4px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.trust-strip {
    padding: 26px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.trust-point {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
}

.trust-point>i {
    color: var(--blue);
    font-size: 25px;
}

.trust-point span,
.trust-point small {
    display: block;
}

.trust-point strong {
    font-size: 14px;
}

.trust-point small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 12px;
}

.packages-section {
    background: #f7f9fd;
}

.package-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.package-column {
    display: flex;
}

.package-card {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 14px 0;
    padding: 34px 30px 30px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 32px rgba(8, 22, 51, .06);
    transition: .2s ease;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.package-featured {
    border: 2px solid var(--blue);
    box-shadow: 0 18px 48px rgba(7, 94, 248, .16);
}

.recommended {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 16px;
    border-radius: 0 0 0 10px;
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.package-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 12px;
    background: #eaf2ff;
    color: var(--blue);
    font-size: 27px;
}

.package-label {
    color: var(--blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.package-card h3 {
    margin: 7px 0 15px;
    font-size: 27px;
    font-weight: 800;
}

.package-intro {
    min-height: 78px;
    color: var(--muted);
    line-height: 1.6;
}

.package-list {
    flex: 1;
    margin: 17px 0;
}

.package-list li {
    margin: 12px 0;
    color: #39475f;
}

.package-list i {
    width: 22px;
    color: #16a36a;
}

.package-note {
    min-height: 68px;
    margin: 5px 0 22px;
    padding: 13px;
    border-radius: 7px;
    background: var(--soft);
    color: #556278;
    font-size: 13px;
    line-height: 1.5;
}

.package-note i {
    margin-right: 6px;
    color: var(--blue);
}

.packages-toggle-wrap {
    margin-top: 24px;
}

.packages-toggle {
    min-width: 210px;
}

.packages-toggle i {
    margin-left: 9px;
    transition: transform .2s ease;
}

.packages-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

#weitere-pakete {
    margin-top: 24px;
}

.cms-showcase {
    overflow: hidden;
    background: #0c1c38;
    color: #fff;
}

.cms-row {
    display: flex;
    align-items: center;
}

.dashboard-mockup {
    min-height: 410px;
    display: flex;
    overflow: hidden;
    margin: 15px 35px 15px 0;
    border: 7px solid #223455;
    border-radius: 14px;
    background: #f5f7fb;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .3);
    transform: perspective(1000px) rotateY(4deg);
}

.dashboard-sidebar {
    width: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 18px 0;
    background: #075ef8;
    color: #bcd3ff;
}

.dashboard-sidebar b {
    width: 32px;
    height: 32px;
    padding-top: 6px;
    border-radius: 8px;
    background: #fff;
    color: var(--blue);
    text-align: center;
}

.dashboard-content {
    flex: 1;
    padding: 18px;
    color: var(--ink);
}

.dashboard-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e6f0;
    font-weight: 700;
}

.dashboard-welcome {
    padding: 22px 0 15px;
}

.dashboard-welcome small,
.dashboard-welcome strong {
    display: block;
}

.dashboard-welcome small {
    color: #8290a5;
}

.dashboard-welcome strong {
    margin-top: 5px;
    font-size: 21px;
}

.dashboard-tiles {
    display: flex;
    gap: 10px;
}

.dashboard-tiles span {
    flex: 1;
    padding: 17px 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(8, 22, 51, .07);
}

.dashboard-tiles i,
.dashboard-tiles b,
.dashboard-tiles small {
    display: block;
}

.dashboard-tiles i {
    margin-bottom: 12px;
    color: var(--blue);
    font-size: 19px;
}

.dashboard-tiles small {
    margin-top: 4px;
    color: #8a97aa;
}

.dashboard-editor {
    margin-top: 18px;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
}

.dashboard-editor span {
    display: block;
    height: 9px;
    margin: 10px 0;
    border-radius: 6px;
    background: #e6ebf3;
}

.dashboard-editor span:nth-child(2) {
    width: 82%;
}

.dashboard-editor span:nth-child(3) {
    width: 60%;
}

.cms-copy {
    padding-left: 40px;
}

.cms-copy h2 {
    margin: 12px 0 18px;
    font-size: 39px;
    font-weight: 800;
}

.cms-copy .lead {
    margin-bottom: 26px;
    color: #aebbd0;
    font-size: 17px;
    line-height: 1.65;
}

.cms-benefit {
    display: flex;
    gap: 15px;
    margin: 19px 0;
}

.cms-benefit>i {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    padding-top: 11px;
    border-radius: 9px;
    background: rgba(7, 94, 248, .2);
    color: #64a0ff;
    text-align: center;
    font-size: 19px;
}

.cms-benefit strong {
    display: block;
    margin-bottom: 4px;
}

.cms-benefit p {
    margin: 0;
    color: #9eacc1;
    font-size: 14px;
}

.process-section {
    background: #fff;
}

.process-row {
    display: flex;
    flex-wrap: wrap;
}

.process-step {
    min-height: 240px;
    position: relative;
    padding: 30px;
    border-right: 1px solid var(--line);
}

.process-step:last-child {
    border: 0;
}

.process-step>span {
    position: absolute;
    right: 24px;
    top: 12px;
    color: #edf2fa;
    font-size: 52px;
    font-weight: 900;
}

.process-step>i {
    position: relative;
    color: var(--blue);
    font-size: 32px;
}

.process-step h3 {
    position: relative;
    margin-top: 25px;
    font-weight: 800;
}

.process-step p {
    color: var(--muted);
    line-height: 1.6;
}

.templates-grid {
    display: flex;
    flex-wrap: wrap;
}

.template-description {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 12px;
}

.template-description>i {
    margin-right: 2px;
}

.template-tag {
    padding: 0;
    border: 0;
    border-bottom: 1px dotted currentColor;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
}

.template-tag:hover,
.template-tag:focus {
    color: var(--blue);
    outline: none;
    border-bottom-style: solid;
}

.templates-toggle-wrap {
    margin-top: 24px;
}

.templates-toggle i {
    margin-left: 9px;
    transition: transform .2s ease;
}

.templates-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.template-item {
    display: flex;
    margin-bottom: 30px;
}

.template-card {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-color: var(--line);
    border-radius: 8px;
    transition: .2s ease;
}

.template-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.template-card .panel-body {
    display: flex;
    flex-direction: column;
    min-height: 235px;
}

.template-card .label {
    align-self: flex-start;
}

.mail-status-modal {
    position: fixed;
    z-index: 2000;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 29, 52, .72);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
}

.mail-status-modal.is-visible {
    opacity: 1;
    visibility: visible;
}

.mail-status-dialog {
    position: relative;
    width: 100%;
    max-width: 460px;
    padding: 42px 36px 36px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 29, 52, .3);
    text-align: center;
    transform: translateY(15px) scale(.98);
    transition: transform .2s ease;
}

.mail-status-modal.is-visible .mail-status-dialog {
    transform: translateY(0) scale(1);
}

.mail-status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin-bottom: 20px;
    border-radius: 50%;
    font-size: 34px;
}

.mail-status-success .mail-status-icon {
    background: #e9f8ef;
    color: #249653;
}

.mail-status-error .mail-status-icon {
    background: #fff0ed;
    color: #d84a38;
}

.mail-status-dialog h2 {
    margin: 0 0 12px;
    font-weight: 800;
}

.mail-status-dialog p {
    margin-bottom: 26px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.65;
}

.mail-status-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--muted);
    font-size: 18px;
}

.mail-status-close:hover,
.mail-status-close:focus {
    background: var(--soft);
    color: var(--blue);
    outline: none;
}

body.modal-open {
    overflow: hidden;
}

.template-text {
    flex: 1;
    margin: 14px 0;
    color: var(--muted);
    line-height: 1.55;
}

.search-highlight {
    padding: 1px 2px;
    border-radius: 3px;
    background: #ffe066;
    color: #17233c;
    box-shadow: 0 0 0 1px rgba(190, 140, 0, .18);
}

.thumb {
    min-height: 190px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 24px;
    color: #fff;
    background-position: center;
    background-size: cover;
}

.thumb:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 22, 51, .86), rgba(8, 22, 51, .05));
}

.thumb-title {
    position: relative;
    z-index: 1;
    max-width: 240px;
    font-size: 23px;
    font-weight: 800;
}

.feature-row {
    display: flex;
    flex-wrap: wrap;
}

.mini-feature {
    display: flex;
    gap: 15px;
    min-height: 115px;
    padding: 20px;
}

.mini-feature i {
    flex: 0 0 34px;
    color: var(--blue);
    font-size: 26px;
    text-align: center;
}

.mini-feature strong {
    display: block;
    margin-bottom: 6px;
}

.mini-feature p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

.site-footer {
    padding: 35px 0 25px;
    background: var(--ink);
    color: #fff;
}

.site-footer p {
    margin-top: 7px;
    color: #aeb9cd;
}

.footer-links a {
    display: inline-block;
    margin: 5px 0 5px 18px;
    color: #dce5f5;
}

.page-hero {
    padding: 60px 0 45px;
    background: linear-gradient(180deg, var(--soft), #fff);
}

.page-hero h1 {
    font-size: 46px;
}

.legal-content,
.contact-card {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(8, 22, 51, .05);
}

.legal-content h2 {
    margin-top: 30px;
    font-size: 23px;
    font-weight: 800;
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content p,
.legal-content li {
    color: #4f5d73;
    line-height: 1.7;
}

.contact-card i.contact-icon {
    margin-bottom: 15px;
    color: var(--blue);
    font-size: 32px;
}

.contact-card .form-control {
    min-height: 46px;
}

.contact-card textarea.form-control {
    min-height: 130px;
}

.placeholder-note {
    border-left: 4px solid #f0ad4e;
}

.demo-heading {
    padding: 42px 0 30px;
}

.demo-heading h1 {
    margin-bottom: 8px;
    text-transform: capitalize;
}

.demo-actions {
    padding-top: 38px;
}

.demo-actions .btn {
    margin: 4px;
}

.demo-stage {
    padding: 25px 15px 45px;
    background: #e9eef7;
}

.browser-frame {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(8, 22, 51, .18);
}

.browser-toolbar {
    height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    border-bottom: 1px solid #dfe5ef;
    background: #f7f9fc;
}

.browser-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.browser-dot.red {
    background: #ff6058;
}

.browser-dot.yellow {
    background: #ffc13b;
}

.browser-dot.green {
    background: #28c840;
}

.browser-address {
    flex: 1;
    max-width: 580px;
    margin: auto;
    padding: 7px 15px;
    border: 1px solid #e0e5ed;
    border-radius: 5px;
    background: #fff;
    color: #7b879b;
    font-size: 12px;
    text-align: center;
}

.demo-iframe {
    display: block;
    width: 100%;
    height: 780px;
    border: 0;
    background: #fff;
}

.business-demo {
    padding-top: 70px;
    color: #17233c;
    font-family: "Segoe UI", Arial, sans-serif;
}

.business-nav {
    min-height: 70px;
    margin: 0;
    border: 0;
    background: #fff;
    box-shadow: 0 3px 18px rgba(14, 28, 54, .08);
}

.business-nav .navbar-brand {
    height: 70px;
    padding-top: 24px;
    color: #17233c;
    font-size: 22px;
    font-weight: 300;
}

.business-nav .navbar-brand span {
    color: #d49b2b;
    font-weight: 900;
}

.business-nav .navbar-nav>li>a {
    padding: 25px 18px;
    color: #33415c;
    font-weight: 600;
}

.business-hero {
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 90px 0;
    color: #fff;
    background: linear-gradient(90deg, rgba(9, 23, 48, .94) 0%, rgba(9, 23, 48, .72) 54%, rgba(9, 23, 48, .18) 100%), url("https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.business-kicker,
.business-title>span,
.business-cta>div>span {
    color: #e3ad40;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.business-hero h1 {
    margin: 20px 0;
    font-family: Georgia, serif;
    font-size: 62px;
    line-height: 1.08;
}

.business-hero .lead {
    max-width: 670px;
    color: #dfe5ef;
    line-height: 1.6;
}

.business-hero .btn-warning,
.business-cta .btn-warning {
    border-color: #d7a43e;
    background: #d7a43e;
    color: #10213e;
    font-weight: 700;
}

.business-hero .btn-link {
    color: #fff;
}

.business-stats {
    padding: 35px 0;
    background: #10213e;
    color: #fff;
}

.business-stats strong,
.business-stats span {
    display: block;
}

.business-stats strong {
    color: #e3ad40;
    font-family: Georgia, serif;
    font-size: 32px;
}

.business-stats span {
    margin-top: 4px;
    color: #aeb9ca;
    font-size: 13px;
}

.business-section {
    padding: 90px 0;
    background: #f7f8fa;
}

.business-title {
    max-width: 670px;
    margin: 0 auto 45px;
}

.business-title h2,
.business-about h2,
.business-cta h2 {
    margin: 12px 0 15px;
    font-family: Georgia, serif;
    font-size: 42px;
}

.business-title p,
.business-card p,
.business-about p {
    color: #68748a;
    line-height: 1.7;
}

.business-card {
    min-height: 300px;
    margin-bottom: 25px;
    padding: 35px;
    border-top: 3px solid transparent;
    background: #fff;
    box-shadow: 0 12px 35px rgba(16, 33, 62, .08);
}

.business-card.featured {
    border-top-color: #d7a43e;
}

.business-card>i {
    margin-bottom: 22px;
    color: #d49b2b;
    font-size: 34px;
}

.business-card h3 {
    font-family: Georgia, serif;
    font-size: 23px;
}

.business-card a {
    display: inline-block;
    margin-top: 15px;
    color: #b47b0d;
    font-weight: 700;
}

.business-about {
    padding: 90px 0;
}

.business-photo {
    min-height: 470px;
    position: relative;
    background: url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1100&q=85") center/cover;
}

.experience-badge {
    position: absolute;
    right: -25px;
    bottom: 35px;
    padding: 20px 28px;
    background: #d7a43e;
    color: #10213e;
}

.experience-badge strong {
    display: block;
    font-family: Georgia, serif;
    font-size: 38px;
}

.about-copy {
    padding: 35px 30px 20px 65px;
}

.business-checks {
    margin-top: 25px;
}

.business-checks li {
    margin: 13px 0;
    font-weight: 600;
}

.business-checks i {
    margin-right: 10px;
    color: #d49b2b;
}

.business-cta {
    padding: 90px 0;
    color: #fff;
    background: #10213e;
}

.business-cta p {
    margin-bottom: 28px;
    color: #bbc4d3;
}

.business-footer {
    padding: 35px 0 25px;
    background: #09162a;
    color: #fff;
}

.business-footer p {
    margin-top: 5px;
    color: #8490a5;
}

@media(max-width:991px) {
    .hero-row {
        display: block;
    }

    .hero h1 {
        font-size: 44px;
    }

    .hero-art {
        margin-top: 35px;
    }

    .note-one {
        left: 0;
    }

    .note-two {
        right: 0;
    }

    .package-column {
        display: block;
    }

    .package-intro {
        min-height: 0;
    }

    .cms-row {
        display: block;
    }

    .dashboard-mockup {
        margin-right: 0;
    }

    .cms-copy {
        padding: 35px 15px 0;
    }

    .process-step:nth-child(2) {
        border-right: 0;
    }
}

@media(max-width:767px) {
    body {
        padding-top: 60px;
    }

    .site-navbar,
    .site-navbar .navbar-brand {
        min-height: 60px;
        height: 60px;
    }

    .site-navbar .navbar-toggle {
        margin-top: 13px;
    }

    .site-navbar .navbar-collapse {
        background-color: #fff;
        border-top: 1px solid var(--line);
        box-shadow: 0 12px 24px rgba(8, 22, 51, .12);
    }

    .site-navbar .navbar-nav>li>a {
        padding: 12px 20px;
    }

    .hero {
        padding: 45px 0;
    }

    .hero h1,
    .page-hero h1 {
        font-size: 36px;
    }

    .hero-art {
        min-height: 300px;
    }

    .preview-img {
        min-height: 230px;
    }

    .float-note {
        display: none;
    }

    .section {
        padding: 45px 0;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .filter-row>div+div {
        margin-top: 12px;
    }

    .footer-links {
        text-align: left !important;
    }

    .footer-links a {
        margin-left: 0;
        margin-right: 14px;
    }

    .legal-content,
    .contact-card {
        padding: 22px;
    }

    .trust-point {
        min-height: 82px;
        justify-content: flex-start;
        text-align: left;
    }

    .package-card {
        padding: 28px 22px;
    }

    .dashboard-mockup {
        min-height: 320px;
        transform: none;
    }

    .dashboard-sidebar {
        width: 45px;
    }

    .dashboard-tiles span {
        padding: 12px 5px;
        font-size: 11px;
    }

    .cms-copy h2 {
        font-size: 31px;
    }

    .process-step {
        min-height: 205px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .demo-actions {
        padding-top: 10px;
        text-align: left !important;
    }

    .demo-stage {
        padding: 15px 0;
    }

    .browser-address {
        overflow: hidden;
        white-space: nowrap;
    }

    .demo-iframe {
        height: 680px;
    }

    .business-demo {
        padding-top: 60px;
    }

    .business-nav,
    .business-nav .navbar-brand {
        min-height: 60px;
        height: 60px;
    }

    .business-nav .navbar-brand {
        padding-top: 20px;
    }

    .business-hero {
        min-height: 560px;
        padding: 65px 0;
    }

    .business-hero h1 {
        font-size: 42px;
    }

    .business-stats>div>div>div {
        min-height: 95px;
    }

    .business-section,
    .business-about,
    .business-cta {
        padding: 60px 0;
    }

    .business-title h2,
    .business-about h2,
    .business-cta h2 {
        font-size: 34px;
    }

    .business-photo {
        min-height: 350px;
    }

    .experience-badge {
        right: 0;
    }

    .about-copy {
        padding: 45px 15px 0;
    }

    .business-footer .text-right {
        margin-top: 15px;
        text-align: left !important;
    }
}

.scroll-to-top {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1050;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    box-shadow: 0 10px 28px rgba(7, 94, 248, .35);
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    outline: 0;
    background: #064dcc;
    color: #fff;
}

.scroll-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

@media(max-width:767px) {
    .scroll-to-top {
        width: 44px;
        height: 44px;
        right: 16px;
        bottom: 16px;
    }
}
