* {
    box-sizing: border-box;
}

:root {
    --q-heading-color: #4d5968;
    --q-menu-color: #5b6778;
    --q-menu-muted: #6f7b8d;
}

html {
    background: #ffffff;
}

body {
    margin: 0;
    padding: 0 !important;
    color: #152033;
    background: #ffffff;
    font-family: "Bosch Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

a {
    color: inherit;
}

a:hover,
a:focus {
    color: #00abeb;
    text-decoration: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid #00abeb;
    outline-offset: 3px;
    border-radius: 6px;
}

main {
    background: #ffffff;
}

.container {
    max-width: 1180px;
}

.header.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
    transform: none !important;
}

.header.site-header.scrolled {
    transform: none !important;
}

.site-topbar {
    background: #ffffff;
    border-bottom: 1px solid #e7edf4;
}

.site-topbar__inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.site-brand__logo {
    width: 214px;
    max-width: 40vw;
    max-height: 54px;
    object-fit: contain;
}

.site-header__contact {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px 18px;
    color: #53627a;
    font-size: 14px;
}

.site-header__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--q-menu-color);
    white-space: nowrap;
}

.site-header__contact-link i {
    color: #00abeb;
}

.site-header__actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.site-header__actions a {
    text-decoration: none !important;
}

.q-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 18px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.q-button:hover,
.q-button:focus {
    transform: translateY(-1px);
}

.q-button--primary {
    color: #ffffff !important;
    background: #00abeb;
    border-color: #00abeb;
}

.q-button--primary:hover,
.q-button--primary:focus {
    color: #ffffff !important;
    background: #008fc7;
    border-color: #008fc7;
}

.q-button--ghost {
    color: var(--q-menu-color) !important;
    background: #ffffff;
    border-color: #cbd6e2;
}

.q-button--ghost:hover,
.q-button--ghost:focus {
    color: #00abeb !important;
    border-color: #00abeb;
}

.burger.site-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    border: 1px solid #d7e0ea;
    border-radius: 8px;
    background: #ffffff;
    color: var(--q-menu-color);
    cursor: pointer;
}

.burger.site-menu-toggle i {
    color: currentColor;
    font-size: 20px;
}

.main_menu.site-main-menu {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e7edf4;
}

.site-main-menu__row {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.site-nav {
    min-width: 0;
}

.site-nav__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-main-menu ul,
.site-mobile-menu ul {
    list-style: none !important;
}

.site-main-menu li,
.site-mobile-menu li {
    margin: 0;
}

.site-nav__item {
    position: relative;
}

.site-nav__link,
.site-nav__submenu a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 12px;
    border-radius: 8px;
    color: var(--q-menu-color);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-nav__link:hover,
.site-nav__link:focus {
    color: #00abeb;
    background: #e8f8ff;
}

.site-nav__item--dropdown > .site-nav__link::after {
    content: "\f107";
    margin-left: 7px;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 1;
}

.site-nav__submenu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 30;
    min-width: 230px;
    max-width: min(72vw, 340px);
    padding: 8px;
    margin: 0;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    background: #ffffff;
    border: 1px solid #dfe7f0;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.site-nav__item:hover > .site-nav__submenu,
.site-nav__item:focus-within > .site-nav__submenu,
.site-nav__submenu-item--nested:hover > .site-nav__submenu,
.site-nav__submenu-item--nested:focus-within > .site-nav__submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.site-nav__submenu a {
    justify-content: space-between;
    min-height: 38px;
    color: var(--q-menu-color);
    text-transform: none;
    white-space: normal;
}

.site-nav__submenu a:hover,
.site-nav__submenu a:focus {
    color: #00abeb;
    background: #e8f8ff;
}

.site-nav__submenu--wide {
    min-width: 260px;
}

.site-nav__submenu--nested {
    top: -8px;
    left: calc(100% - 2px);
}

.site-nav__submenu-item--nested {
    position: relative;
}

.site-search {
    display: flex;
    align-items: center;
    flex: 0 0 230px;
    max-width: 260px;
    border: 1px solid #d7e0ea;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
}

.site-search__input.search_input {
    width: 100%;
    height: 42px;
    min-width: 0;
    padding: 0 12px;
    color: var(--q-menu-color);
    background: #ffffff;
    border: 0;
    outline: 0;
}

.site-search__input.search_input::placeholder {
    color: #6b778c !important;
    font-size: 13px !important;
    font-style: normal;
}

.site-search__button {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 0;
    color: #ffffff;
    background: #00abeb;
}

.site-search__button:hover,
.site-search__button:focus {
    background: #008fc7;
}

.site-mobile-menu.menu {
    background: #ffffff;
    border-bottom: 1px solid #e7edf4;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.site-mobile-menu.menu.active {
    max-height: calc(100vh - 76px) !important;
    overflow-y: auto;
}

.site-mobile-nav {
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 15px 16px;
}

.site-mobile-nav__list,
.site-mobile-nav__sublist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-nav__list > li {
    border-bottom: 1px solid #eef2f6;
}

.site-mobile-nav a {
    display: flex;
    min-height: 42px;
    align-items: center;
    color: var(--q-menu-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.site-mobile-nav__sublist {
    padding-left: 16px;
    padding-bottom: 8px;
}

.site-mobile-nav__sublist a {
    min-height: 34px;
    color: var(--q-menu-muted);
    font-size: 13px;
    text-transform: none;
}

.site-mobile-nav__sublist--nested {
    padding-left: 14px;
}

.home.q-hero {
    width: 100%;
    height: auto;
    margin-top: 0 !important;
}

.q-hero__container,
.home_slider.q-hero__slider {
    height: auto;
}

.home_slider.q-hero__slider .owl-stage {
    display: flex;
}

.home_slider.q-hero__slider .owl-item {
    display: flex;
    height: auto;
    min-height: 0 !important;
    padding-top: 0 !important;
    background: transparent !important;
}

.q-hero__slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 390px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(180deg, #8edfff 0%, #d7f5ff 42%, #b5ebff 68%, #74d7ff 100%),
        linear-gradient(115deg, rgba(0, 171, 235, 0.24) 0%, rgba(255, 255, 255, 0.16) 46%, rgba(0, 142, 205, 0.28) 100%);
    border-bottom: 1px solid #cfeefa;
}

.q-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 34px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.q-hero__copy {
    order: 2;
    max-width: 660px;
}

.q-hero__copy h1 {
    margin: 0 0 18px;
    color: var(--q-heading-color);
    font-size: 30px;
    line-height: 1.12;
    font-weight: 800;
}

.q-hero__copy p {
    margin: 0 0 16px;
    color: #44546a;
    font-size: 15px;
    line-height: 1.7;
}

.q-hero__lead {
    color: #007eb3 !important;
    font-weight: 700;
}

.q-hero__media {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.q-hero__media img {
    width: 100%;
    max-height: 340px;
    object-fit: contain;
}

.home_slider .owl-item {
    min-height: 0 !important;
}

.home_slider:not(.q-hero__slider) .owl-item {
    position: relative;
    overflow: hidden;
    height: 390px !important;
    padding-top: 0 !important;
    background:
        linear-gradient(180deg, #8edfff 0%, #d7f5ff 42%, #b5ebff 68%, #74d7ff 100%),
        linear-gradient(115deg, rgba(0, 171, 235, 0.24) 0%, rgba(255, 255, 255, 0.16) 46%, rgba(0, 142, 205, 0.28) 100%) !important;
}

.home_slider .slider-content {
    position: relative;
    z-index: 1;
    display: grid !important;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    align-items: center !important;
    justify-content: center !important;
    gap: 34px;
    width: 100%;
    max-width: 1120px;
    min-height: 0;
    padding: 24px 30px;
}

.home_slider .slider-image {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center !important;
}

.home_slider .slider-text {
    order: 2;
    width: 100%;
    padding: 0 !important;
    text-align: left;
}

.home_slider .slider-image img {
    width: auto;
    max-height: 350px !important;
    object-fit: contain;
}

.home_slider .slidertxt {
    color: var(--q-heading-color) !important;
    font-size: 24px !important;
    line-height: 1.18 !important;
}

.home_slider.q-hero__slider .owl-dots {
    position: absolute;
    right: 32px;
    bottom: 24px;
    display: flex;
    gap: 8px;
}

.home_slider.q-hero__slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0;
    background: #b9c8d7;
}

.home_slider.q-hero__slider .owl-dots .owl-dot.active span {
    background: #00abeb;
}

.q-section {
    padding: 68px 0;
}

.q-section--muted {
    background: #f6f8fb;
}

.q-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
}

.q-section-heading--center {
    justify-content: center;
    text-align: center;
}

.q-section-heading h1,
.q-section-heading h2,
.q-section-title {
    margin: 0;
    color: var(--q-heading-color);
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
}

.q-intro-section {
    position: relative;
    overflow: hidden;
    padding: 58px 0 62px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f6fcff 100%);
}

.q-intro-section::after {
    content: "";
    position: absolute;
    right: -120px;
    top: 24px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(0, 171, 235, 0.13), rgba(0, 171, 235, 0));
    pointer-events: none;
}

.q-intro-section__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.9fr);
    align-items: center;
    gap: 58px;
}

.q-intro-section__copy {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    max-width: 690px;
    padding-left: 22px;
}

.q-intro-section__copy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 92px;
    background: linear-gradient(180deg, #00abeb, #74dcff);
    border-radius: 999px;
}

.q-intro-section__copy .q-section-title {
    color: var(--q-heading-color);
    text-align: left;
    font-size: 36px;
    line-height: 1.18;
}

.q-intro-section__media {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    order: 0 !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: stretch;
    min-width: 0;
    padding: 30px 16px 0;
}

.q-intro-section__media::before {
    content: "";
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: 0;
    height: 72%;
    background:
        linear-gradient(135deg, rgba(222, 247, 255, 0.9), rgba(255, 255, 255, 0.58));
    border: 1px solid rgba(0, 171, 235, 0.18);
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(0, 113, 166, 0.12);
}

.q-intro-section__media img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 370px;
    object-fit: contain;
    filter: drop-shadow(0 18px 18px rgba(15, 23, 42, 0.08));
}

.q-intro-section__content {
    max-width: none;
    margin: 22px 0 0;
    color: #43576d;
    text-align: left;
}

.q-intro-section__content p {
    margin-bottom: 14px;
    color: #334155;
    font-size: 17px;
    line-height: 1.85;
}

.q-rich-text {
    color: #334155;
    font-size: 16px;
}

.q-rich-text h1,
.q-rich-text h2,
.q-rich-text h3,
.q-rich-text h4 {
    color: var(--q-heading-color);
    line-height: 1.25;
}

.q-rich-text p,
.q-rich-text li {
    color: #334155;
    font-size: 16px;
}

.q-rich-text img {
    max-width: 100%;
    height: auto;
}

.q-rich-text table {
    max-width: 100%;
}

.q-rich-section:nth-of-type(even) {
    background: #f6f8fb;
}

.q-inline-link {
    display: inline-flex;
    align-items: center;
    color: #00abeb;
    font-size: 14px;
    font-weight: 800;
}

.q-inline-link::after {
    content: "\f105";
    margin-left: 7px;
    font-family: FontAwesome;
    font-size: 13px;
}

.q-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.q-card-grid--features {
    grid-template-columns: repeat(auto-fit, minmax(230px, 260px));
    justify-content: center;
}

#feature-section {
    padding-bottom: 54px;
}

.q-card {
    min-width: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dfe7f0;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.q-card:hover,
.q-card:focus-within {
    transform: translateY(-3px);
    border-color: #a9c9cd;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

.q-card__media {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f8fb;
}

.q-feature-card__media {
    aspect-ratio: 4 / 3;
}

.q-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
}

.q-card__placeholder {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #00abeb;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 800;
}

.q-card__body {
    flex: 1 1 auto;
    padding: 20px 20px 0;
}

.q-card__body h3 {
    margin: 0 0 12px;
    color: var(--q-heading-color);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
}

.q-card__body p {
    margin: 0;
    color: #53627a;
    font-size: 14px;
    line-height: 1.7;
}

.q-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 20px;
}

.q-price {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 9px;
    color: #7a4b00;
    background: #fff5dc;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.q-platform-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.q-platform-section {
    position: relative;
    overflow: hidden;
    padding: 46px 0 54px;
    background:
        linear-gradient(135deg, rgba(232, 248, 255, 0.92) 0%, rgba(202, 240, 255, 0.86) 100%);
    color: var(--q-heading-color);
}

.q-platform-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.6) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.48) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: 0.25;
    pointer-events: none;
}

.q-platform-section .container {
    position: relative;
    z-index: 1;
}

.q-platform-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 34px 36px 32px;
    text-align: left;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(0, 113, 166, 0.13);
}

.q-platform-panel::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, #00abeb, #6bdcff);
}

.q-platform-panel--offline::before {
    background: linear-gradient(90deg, #0b8ed0, #00abeb);
}

.q-platform-panel__header {
    position: relative;
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.q-platform-panel__header::before {
    content: "\f0ac";
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #ffffff;
    background: #00abeb;
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(0, 171, 235, 0.22);
    font-family: FontAwesome;
    font-size: 23px;
}

.q-platform-panel--offline .q-platform-panel__header::before {
    content: "\f108";
}

.q-platform-panel__eyebrow {
    display: inline-flex;
    margin-bottom: 8px;
    color: #00abeb;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.q-platform-panel h2 {
    margin: 0;
    color: var(--q-heading-color);
    font-size: 34px;
    line-height: 1.25;
    font-weight: 800;
}

.q-platform-panel ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0 0 22px;
    list-style: none;
}

.q-platform-panel li {
    position: relative;
    display: block;
    padding-left: 28px;
    color: #27445d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.q-platform-panel li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #00abeb;
    border-radius: 5px;
    font-family: FontAwesome;
    font-size: 10px;
}

.q-platform-panel__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-top: auto;
}

.q-platform-panel .q-button {
    min-height: 38px;
    padding: 9px 20px;
    border-radius: 6px;
    font-size: 14px;
    text-transform: uppercase;
}

.q-platform-panel .q-button--primary {
    color: #ffffff !important;
    background: #00abeb;
    border-color: #00abeb;
}

.q-platform-panel .q-button--ghost {
    color: #007eb3 !important;
    background: #ffffff;
    border-color: rgba(0, 171, 235, 0.48);
}

.q-platform-panel .q-button--primary:hover,
.q-platform-panel .q-button--primary:focus {
    color: #ffffff !important;
    background: #008fc7;
    border-color: #008fc7;
}

.q-platform-panel .q-button--ghost:hover,
.q-platform-panel .q-button--ghost:focus {
    color: #ffffff !important;
    background: #00abeb;
    border-color: #00abeb;
}

.q-app-cta-section {
    padding: 26px 0 0;
    color: var(--q-heading-color);
    background: #f6fbff;
}

.q-app-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    padding: 22px 28px;
    background:
        linear-gradient(135deg, #ffffff 0%, #e8f8ff 100%);
    border: 1px solid #d4edf7;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 113, 166, 0.1);
}

.q-app-cta__copy {
    position: relative;
    padding-left: 54px;
}

.q-app-cta__copy::before {
    content: "\f10b";
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    color: #ffffff;
    background: #00abeb;
    border-radius: 8px;
    font-family: FontAwesome;
    font-size: 24px;
}

.q-app-cta__copy span {
    display: block;
    margin-bottom: 4px;
    color: #00abeb;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.q-app-cta__copy h2 {
    margin: 0;
    color: var(--q-heading-color);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.q-app-cta__copy p {
    margin: 4px 0 0;
    color: #53627a;
    font-size: 15px;
    line-height: 1.5;
}

.q-app-cta-section .q-button {
    color: #ffffff !important;
    background: #00abeb;
    border-color: #00abeb;
    white-space: nowrap;
}

.q-app-cta-section .q-button:hover,
.q-app-cta-section .q-button:focus {
    color: #ffffff !important;
    background: #0b75bb;
    border-color: #0b75bb;
}

.q-doc-showcase {
    position: relative;
    overflow: hidden;
    padding: 44px 0 54px;
    color: var(--q-heading-color);
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 36%),
        linear-gradient(135deg, #e9f9ff 0%, #c8f0ff 52%, #a6e6ff 100%);
}

.q-doc-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.55) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.42) 1px, transparent 1px);
    background-size: 58px 58px;
    opacity: 0.22;
    pointer-events: none;
}

.q-doc-showcase__inner {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 1060px;
    padding: 42px 44px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.94);
    border-radius: 8px;
    box-shadow: 0 22px 56px rgba(0, 113, 166, 0.14);
}

.q-doc-showcase__content {
    max-width: none;
    text-align: center;
}

.q-doc-showcase__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    margin-bottom: 14px;
    color: #ffffff;
    background: #00abeb;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.q-doc-showcase h2 {
    max-width: 760px;
    margin: 0 auto 10px;
    color: var(--q-heading-color);
    font-size: 34px;
    line-height: 1.12;
    font-weight: 800;
}

.q-doc-showcase p {
    max-width: 720px;
    margin: 0 auto 28px;
    color: #36546b;
    font-size: 17px;
    font-weight: 700;
}

.q-doc-showcase__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.q-doc-showcase__list li {
    position: relative;
    min-height: 58px;
    padding: 14px 14px 14px 44px;
    color: #27445d;
    background: #f7fcff;
    border: 1px solid #d7eef8;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.q-doc-showcase__list li::before {
    content: "\f00c";
    position: absolute;
    top: 14px;
    left: 14px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #00abeb;
    border-radius: 6px;
    font-family: FontAwesome;
    font-size: 12px;
}

.q-doc-showcase__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.q-doc-showcase__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 14px;
    color: #087cb7;
    background: #ffffff;
    border: 1px solid rgba(0, 171, 235, 0.2);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
}

.q-doc-showcase__visual {
    display: none;
}

.q-doc-showcase__document {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 330px;
    min-height: 250px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #cceaf6;
    border-radius: 8px;
    box-shadow: 0 28px 58px rgba(0, 94, 143, 0.16);
}

.q-doc-showcase__document--back {
    transform: translate(-42%, -55%) rotate(7deg);
    background: rgba(255, 255, 255, 0.72);
}

.q-doc-showcase__document--front {
    transform: translate(-54%, -48%) rotate(-3deg);
}

.q-doc-showcase__document-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
}

.q-doc-showcase__document-head strong {
    color: var(--q-heading-color);
    font-size: 20px;
    font-weight: 800;
}

.q-doc-showcase__document-head em {
    min-height: 26px;
    padding: 4px 9px;
    color: #087cb7;
    background: #e8f8ff;
    border-radius: 6px;
    font-style: normal;
    font-weight: 800;
}

.q-doc-showcase__document span,
.q-doc-showcase__rows i {
    display: block;
    height: 10px;
    margin-bottom: 12px;
    background: #d8eff9;
    border-radius: 999px;
}

.q-doc-showcase__document span:nth-child(1),
.q-doc-showcase__document--front > span:nth-of-type(1) {
    width: 64%;
    background: #00abeb;
}

.q-doc-showcase__document span:nth-child(2),
.q-doc-showcase__document--front > span:nth-of-type(2) {
    width: 88%;
}

.q-doc-showcase__document span:nth-child(3),
.q-doc-showcase__document--front > span:nth-of-type(3) {
    width: 74%;
}

.q-doc-showcase__rows {
    display: grid;
    gap: 9px;
    margin-top: 26px;
}

.q-doc-showcase__rows i {
    height: 18px;
    margin: 0;
    border-radius: 6px;
}

.q-doc-showcase__badge {
    position: absolute;
    right: 6%;
    bottom: 28px;
    min-width: 112px;
    padding: 14px 16px;
    color: #ffffff;
    background: #00abeb;
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(0, 113, 166, 0.22);
}

.q-doc-showcase__badge strong,
.q-doc-showcase__badge span {
    display: block;
}

.q-doc-showcase__badge strong {
    font-size: 30px;
    line-height: 1;
}

.q-doc-showcase__badge span {
    margin-top: 2px;
    font-weight: 800;
}

.q-video-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    max-width: 760px;
    margin: 0 auto;
    background: #0f172a;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
}

.q-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.q-video-section .q-section-heading {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.q-video-section .q-section-heading h2 {
    color: #9b9da1;
    font-size: 28px;
}

.q-custom-cta-section {
    position: relative;
    overflow: hidden;
    padding: 42px 0;
    color: #ffffff;
    background:
        linear-gradient(122deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 42%),
        linear-gradient(135deg, #0688cf 0%, #00abeb 58%, #68d9ff 100%);
}

.q-custom-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.18;
    pointer-events: none;
}

.q-custom-cta__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    max-width: 980px;
    min-height: 220px;
    padding: 34px 44px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 248, 255, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(0, 82, 126, 0.2);
}

.q-custom-cta__copy {
    flex: 1 1 auto;
    max-width: 650px;
    text-align: left;
}

.q-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    margin-bottom: 12px;
    color: #ffffff;
    background: #00abeb;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.q-custom-cta__copy h2 {
    max-width: none;
    margin: 0 0 10px;
    color: var(--q-heading-color);
    font-size: 36px;
    line-height: 1.15;
    font-weight: 800;
}

.q-custom-cta__copy p {
    max-width: 610px;
    margin: 0;
    color: #36546b;
    font-size: 18px;
    line-height: 1.55;
}

.q-custom-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.q-custom-cta-section .q-button {
    color: #ffffff !important;
    background: #00abeb;
    border-color: #00abeb;
}

.q-custom-cta-section .q-button--ghost {
    color: #087cb7 !important;
    background: #ffffff;
    border-color: rgba(0, 171, 235, 0.45);
}

.q-custom-cta-section .q-button:hover,
.q-custom-cta-section .q-button:focus {
    color: #ffffff !important;
    background: #0b75bb;
    border-color: #0b75bb;
}

.q-custom-cta-section .q-button--ghost:hover,
.q-custom-cta-section .q-button--ghost:focus {
    color: #ffffff !important;
    background: #00abeb;
    border-color: #00abeb;
}

.q-custom-cta__visual {
    position: relative;
    flex: 0 0 245px;
    min-height: 170px;
}

.q-custom-cta__sheet {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 210px;
    height: 148px;
    padding: 24px 22px;
    background: #ffffff;
    border: 1px solid #d4edf7;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 73, 112, 0.18);
}

.q-custom-cta__sheet--back {
    transform: translate(-40%, -55%) rotate(7deg);
    opacity: 0.54;
}

.q-custom-cta__sheet--front {
    transform: translate(-58%, -44%) rotate(-4deg);
}

.q-custom-cta__sheet span,
.q-custom-cta__sheet strong {
    display: block;
    height: 9px;
    margin-bottom: 12px;
    background: #d8eff9;
    border-radius: 999px;
}

.q-custom-cta__sheet span:nth-child(1) {
    width: 62%;
    background: #00abeb;
}

.q-custom-cta__sheet span:nth-child(2) {
    width: 86%;
}

.q-custom-cta__sheet span:nth-child(3) {
    width: 72%;
}

.q-custom-cta__sheet strong {
    width: 42%;
    height: 24px;
    margin-top: 22px;
    margin-bottom: 0;
    background: linear-gradient(135deg, #00abeb, #65d8ff);
    border-radius: 6px;
}

.q-bottom-cta-section {
    padding: 42px 0;
    background:
        linear-gradient(135deg, #078bd1 0%, #00abeb 52%, #62d6ff 100%);
}

.q-bottom-cta-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 24px;
}

.q-bottom-cta-grid > .q-app-cta-section,
.q-bottom-cta-grid > .q-custom-cta-section {
    min-width: 0;
    padding: 0;
    color: var(--q-heading-color);
    background: transparent;
    overflow: visible;
}

.q-bottom-cta-grid > .q-app-cta-section {
    flex: 0 1 39%;
}

.q-bottom-cta-grid > .q-custom-cta-section {
    flex: 1 1 61%;
}

.q-bottom-cta-grid > .q-custom-cta-section::before {
    display: none;
}

.q-bottom-cta-grid .q-app-cta__inner,
.q-bottom-cta-grid .q-custom-cta__inner {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 260px;
    margin: 0;
}

.q-bottom-cta-grid .q-app-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 34px;
}

.q-bottom-cta-grid .q-app-cta__copy {
    padding-top: 58px;
    padding-left: 0;
}

.q-bottom-cta-grid .q-app-cta__copy::before {
    top: 0;
    width: 44px;
    height: 44px;
    transform: none;
}

.q-bottom-cta-grid .q-custom-cta__inner {
    min-height: 260px;
    padding: 34px;
}

.q-bottom-cta-grid .q-custom-cta__copy h2 {
    font-size: 30px;
}

.q-bottom-cta-grid .q-custom-cta__copy p {
    font-size: 16px;
}

.q-bottom-cta-grid .q-custom-cta__visual {
    flex-basis: 190px;
    min-height: 150px;
}

.q-bottom-cta-grid .q-custom-cta__sheet {
    width: 170px;
    height: 122px;
    padding: 20px;
}

.q-request-page {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.q-request-shell {
    padding: 56px 0 72px;
}

.q-request-grid {
    display: grid;
    align-items: start;
    gap: 28px;
}

.q-request-grid--download {
    grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.94fr);
}

.q-request-grid--license {
    grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr);
}

.q-request-copy,
.q-request-card,
.q-request-sidecard {
    min-width: 0;
}

.q-request-card,
.q-request-sidecard {
    background: linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
    border: 1px solid #d8eaf4;
    border-radius: 8px;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

.q-request-card {
    padding: 32px 34px;
}

.q-request-card__head {
    margin-bottom: 26px;
}

.q-request-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    color: #00abeb;
    background: #e9f8ff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.q-request-card__head h1,
.q-request-card__head h2,
.q-request-copy h1,
.q-request-sidecard h2 {
    margin: 12px 0;
    color: var(--q-heading-color);
    line-height: 1.15;
    font-weight: 800;
}

.q-request-card__head h1,
.q-request-copy h1 {
    font-size: 38px;
}

.q-request-card__head h2,
.q-request-sidecard h2 {
    font-size: 28px;
}

.q-request-card__head p,
.q-request-copy p,
.q-request-sidecard p {
    margin: 0;
    color: #53627a;
    font-size: 17px;
    line-height: 1.75;
}

.q-request-copy {
    display: grid;
    gap: 22px;
    align-content: start;
}

.q-request-side {
    display: grid;
    gap: 24px;
}

.q-request-sidecard {
    padding: 28px;
}

.q-request-sidecard--accent {
    background: linear-gradient(135deg, #0686c9 0%, #00abeb 58%, #67d8ff 100%);
    border-color: transparent;
    color: #ffffff;
}

.q-request-sidecard--accent .q-request-eyebrow {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
}

.q-request-sidecard--accent h2,
.q-request-sidecard--accent p,
.q-request-sidecard--accent li {
    color: #ffffff;
}

.q-request-list {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
}

.q-request-list li {
    position: relative;
    padding-left: 28px;
    color: #32475b;
    line-height: 1.7;
}

.q-request-list li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #00abeb;
    border-radius: 5px;
    font-family: FontAwesome;
    font-size: 10px;
}

.q-request-sidecard--accent .q-request-list li::before {
    color: #00abeb;
    background: rgba(255, 255, 255, 0.94);
}

.q-request-sidecard__actions,
.q-request-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.q-request-validation {
    margin-bottom: 18px;
    font-size: 14px;
}

.q-request-footnote {
    margin: 18px 0 0;
    color: #6b778c;
    font-size: 13px;
    line-height: 1.7;
}

.q-request-form {
    margin: 0;
}

.q-request-form .form-group {
    margin: 0 0 18px;
}

.q-request-form .form-group::after {
    content: "";
    display: block;
    clear: both;
}

.q-request-form input[type="text"],
.q-request-form input[type="tel"],
.q-request-form input[type="number"],
.q-request-form input[type="email"],
.q-request-form select,
.q-request-form textarea,
.q-request-form .numb {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    color: #334155;
    background: #ffffff;
    border: 1px solid #d7e8f2;
    border-radius: 8px;
    box-shadow: none !important;
}

.q-request-form textarea {
    min-height: 110px;
    resize: vertical;
}

.q-request-form .input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.q-request-form .input-group-addon {
    min-width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    color: #00abeb;
    background: #eef9ff;
    border: 1px solid #d7e8f2;
    border-right: 0;
    border-radius: 8px 0 0 8px;
}

.q-request-form .input-group > .form-control,
.q-request-form .input-group > input,
.q-request-form .input-group > select,
.q-request-form .input-group > textarea {
    flex: 1 1 auto;
    min-width: 0;
    border-radius: 0 8px 8px 0;
}

.q-request-inline-fields {
    display: grid !important;
    grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
    gap: 12px;
}

.q-request-inline-fields > * {
    min-width: 0;
}

.q-request-form--download .form-group {
    display: grid;
    grid-template-columns: 176px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.q-request-form--download .control-label {
    margin: 0;
    padding: 12px 0 0;
    color: var(--q-heading-color);
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.q-request-form--download .form-group > [class*="col-"] {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
}

.q-request-form--download .dwnld_btn {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
}

.q-request-form--download .dwnld_btn > [class*="col-"] {
    float: none;
    width: auto;
    padding: 0;
    margin: 0 0 12px;
}

.q-request-form--download .btn_dwnld,
.q-request-form--download .btn_later {
    width: 100%;
    margin-left: 0 !important;
}

.q-request-form--license .form-group > .col-sm-12,
.q-request-form--license .form-group > .col-sm-offset-4.col-sm-8 {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

.q-request-form--license .form-group > .col-sm-12 {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.q-request-form--license .form-group > .col-sm-12 > .col-sm-4,
.q-request-form--license .form-group > .col-sm-12 > .col-sm-8 {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
}

.q-request-form--license .form-group > .col-sm-12 > .col-sm-4 {
    padding-top: 12px;
    color: var(--q-heading-color);
    font-size: 14px;
    font-weight: 700;
}

.q-request-form--license .radio-inline {
    margin-right: 16px;
    color: #334155;
}

.q-request-form--license .radio-inline input {
    width: auto;
    min-height: 0;
    margin-right: 6px;
}

.q-request-form--license .select-type {
    display: block;
    padding: 18px 18px 8px;
    border: 1px solid #d7e8f2;
    border-radius: 8px;
    background: #f9fcff;
}

.q-request-form--license .solutionrow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    margin: 0;
}

.q-request-form--license .solutionrow > [class*="col-"] {
    float: none;
    width: auto;
    padding: 0;
}

.q-request-form--license .solutionrow input {
    width: auto;
    min-height: 0;
    margin-right: 8px;
}

.q-request-form--license .help-block {
    display: block;
    margin-top: 10px;
    color: #6b778c;
    font-size: 13px;
    line-height: 1.6;
}

.q-request-form--license .q-request-actions {
    margin-top: 4px;
}

.q-request-form--license .q-request-actions .q-button {
    min-height: 44px;
}

.q-contact-section {
    text-align: left;
    background: #ffffff;
}

.q-contact-section .q-section-title {
    text-align: center;
    margin-bottom: 28px;
}

.q-detail-page {
    background:
        linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.q-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 56px 0 34px;
}

.q-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 18%, rgba(0, 171, 235, 0.12), rgba(0, 171, 235, 0) 34%),
        radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 30%);
    pointer-events: none;
}

.q-detail-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr);
    align-items: start;
    gap: 44px;
}

.q-detail-hero__copy {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    justify-self: start;
    max-width: 720px;
}

.q-detail-back {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    color: #087cb7;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.q-detail-back::before {
    content: "\f104";
    margin-right: 8px;
    font-family: FontAwesome;
    font-size: 12px;
}

.q-detail-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    color: #ffffff;
    background: #00abeb;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.q-detail-hero h1 {
    margin: 16px 0 14px;
    color: var(--q-heading-color);
    font-size: 48px;
    line-height: 1.04;
    font-weight: 800;
    text-transform: uppercase;
}

.q-detail-lead {
    max-width: 680px;
    margin: 0;
    color: #4e6074;
    font-size: 18px;
    line-height: 1.75;
}

.q-detail-price {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 14px;
    margin-bottom: 16px;
    color: #7a4b00;
    background: #fff5dc;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 800;
}

.q-detail-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.q-detail-hero__media {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    align-self: start;
    justify-self: stretch;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 248, 255, 0.94));
    border: 1px solid #d4edf7;
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(0, 113, 166, 0.12);
}

.q-detail-hero__media img {
    width: 100%;
    display: block;
    max-height: 430px;
    object-fit: contain;
    margin: 0 auto;
}

.q-detail-hero__placeholder {
    width: 96px;
    height: 96px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #00abeb;
    border-radius: 8px;
    font-size: 40px;
    font-weight: 800;
}

.q-detail-body {
    padding: 8px 0 70px;
}

.q-detail-card {
    background: #ffffff;
    border: 1px solid #dfe7f0;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.q-detail-richtext {
    padding: 34px 38px;
}

.q-detail-richtext > :first-child {
    margin-top: 0;
}

.q-detail-richtext h1,
.q-detail-richtext h2,
.q-detail-richtext h3,
.q-detail-richtext h4 {
    color: var(--q-heading-color);
}

.q-detail-richtext h2 {
    margin-bottom: 16px;
    font-size: 30px;
}

.q-detail-richtext p,
.q-detail-richtext li {
    color: #334155;
    font-size: 16px;
    line-height: 1.85;
}

.q-detail-richtext ul,
.q-detail-richtext ol {
    padding-left: 22px;
}

.q-detail-richtext img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 22px auto;
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.q-detail-richtext table {
    width: 100% !important;
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
    margin: 20px 0;
}

.q-detail-richtext table td,
.q-detail-richtext table th {
    padding: 10px 12px;
    border: 1px solid #dfe7f0;
}

.q-detail-richtext iframe {
    max-width: 100%;
}

.q-product-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
    gap: 24px;
}

.q-product-detail__main {
    display: grid;
    gap: 24px;
}

.q-detail-sidecard {
    position: sticky;
    top: 110px;
    padding: 28px;
}

.q-detail-sidecard h2 {
    margin: 0 0 12px;
    color: var(--q-heading-color);
    font-size: 24px;
    font-weight: 800;
}

.q-detail-sidecard p {
    margin: 0;
    color: #53627a;
    line-height: 1.7;
}

.q-detail-sidecard__actions {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.q-detail-share {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e4edf6;
}

.q-detail-share span {
    display: block;
    margin-bottom: 12px;
    color: var(--q-heading-color);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.q-detail-share__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.q-detail-share__links a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #087cb7;
    background: #e8f8ff;
    border-radius: 8px;
    font-size: 16px;
}

.q-detail-share__links a:hover,
.q-detail-share__links a:focus {
    color: #ffffff;
    background: #00abeb;
}

.q-empty-state {
    min-height: 360px;
    display: flex;
    align-items: center;
    text-align: center;
}

.q-empty-state h1 {
    margin: 0;
    color: var(--q-heading-color);
    font-size: 30px;
    font-weight: 800;
}

.website-content {
    min-height: calc(100vh - 260px);
    margin-top: 0 !important;
}

.footer.site-footer {
    padding: 44px 0 22px;
    color: #dbe5ef;
    background: #101a2b;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(180px, 0.7fr) minmax(180px, 0.6fr);
    gap: 28px;
    align-items: start;
}

.site-footer__logo {
    width: 190px;
    max-width: 100%;
    max-height: 54px;
    object-fit: contain;
}

.site-footer__brand p {
    max-width: 520px;
    margin: 18px 0 0;
    color: #b8c6d6;
    font-size: 14px;
}

.site-footer h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}

.site-footer__contact a {
    display: block;
    margin-bottom: 8px;
    color: #dbe5ef;
}

.site-footer .social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.site-footer a.btn.button-custom {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #dbe5ef;
    border-color: #425166;
    border-radius: 8px;
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 24px;
    margin-top: 28px;
    border-top: 1px solid #2a374b;
    color: #b8c6d6;
    font-size: 13px;
}

.site-footer__bottom a {
    color: #ffffff;
    font-weight: 800;
}

@media (max-width: 1199.98px) {
    .site-header__contact {
        display: none;
    }

    .site-search {
        flex-basis: 200px;
    }
}

@media (max-width: 991.98px) {
    .site-topbar__inner {
        min-height: 70px;
    }

    .site-brand__logo {
        width: 190px;
        max-width: 64vw;
    }

    .site-header__actions {
        display: none;
    }

    .burger.site-menu-toggle {
        display: inline-flex !important;
    }

    .main_menu.site-main-menu {
        display: none !important;
    }

    .q-hero__slide {
        min-height: 0;
    }

    .q-hero__inner {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-top: 24px;
        padding-bottom: 28px;
    }

    .q-hero__copy {
        max-width: none;
    }

    .q-hero__copy h1 {
        font-size: 28px;
    }

    .q-hero__media {
        order: -1;
    }

    .q-hero__media img {
        max-height: 280px;
    }

    .q-detail-hero {
        padding: 42px 0 26px;
    }

    .q-detail-hero__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .q-detail-hero__copy,
    .q-detail-hero__media {
        grid-column: 1;
    }

    .q-detail-hero__copy {
        grid-row: 1;
    }

    .q-detail-hero__media {
        grid-row: 2;
    }

    .q-detail-hero h1 {
        font-size: 38px;
    }

    .q-product-detail__layout {
        grid-template-columns: 1fr;
    }

    .q-detail-sidecard {
        position: static;
    }

    .q-platform-grid {
        grid-template-columns: 1fr;
    }

    .q-platform-panel {
        max-width: 760px;
        margin: 0 auto;
    }

    .q-intro-section__grid {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
        gap: 28px;
    }

    .q-intro-section__media {
        order: 0 !important;
    }

    .q-intro-section__media img {
        max-height: 280px;
    }

    .q-custom-cta__inner {
        max-width: 920px;
        gap: 26px;
        padding: 30px 34px;
    }

    .q-custom-cta__copy h2 {
        font-size: 30px;
    }

    .q-custom-cta__visual {
        flex-basis: 210px;
    }

    .q-custom-cta__sheet {
        width: 180px;
        height: 130px;
    }

    .q-request-grid--download,
    .q-request-grid--license {
        grid-template-columns: 1fr;
    }

    .q-request-copy {
        gap: 18px;
    }

    .q-request-card__head h1,
    .q-request-copy h1 {
        font-size: 34px;
    }

    .q-request-form--download .form-group,
    .q-request-form--license .form-group > .col-sm-12 {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .q-request-form--license .form-group > .col-sm-12 > .col-sm-4 {
        padding-top: 0;
    }

    .q-doc-showcase__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .q-doc-showcase__content {
        max-width: none;
    }

    .q-doc-showcase__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .q-doc-showcase__visual {
        min-height: 300px;
    }

    .q-doc-showcase__document {
        width: 300px;
        min-height: 230px;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) {
    .site-mobile-menu {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 15px;
    }

    .q-section {
        padding: 48px 0;
    }

    .q-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .q-section-heading--center {
        align-items: center;
    }

    .q-section-heading h1,
    .q-section-heading h2,
    .q-section-title {
        font-size: 28px;
    }

    .q-hero__copy h1 {
        font-size: 25px;
    }

    .q-hero__copy p {
        font-size: 16px;
    }

    .home_slider .slider-content {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px 16px;
        text-align: center;
    }

    .home_slider .slider-text {
        text-align: center;
    }

    .home_slider .slider-image img {
        max-height: 220px !important;
    }

    .q-rich-text p,
    .q-rich-text li {
        font-size: 15px;
    }

    .q-request-shell {
        padding: 42px 0 56px;
    }

    .q-request-card,
    .q-request-sidecard {
        padding: 24px 22px;
    }

    .q-request-card__head h1,
    .q-request-copy h1 {
        font-size: 28px;
    }

    .q-request-card__head h2,
    .q-request-sidecard h2 {
        font-size: 24px;
    }

    .q-request-card__head p,
    .q-request-copy p,
    .q-request-sidecard p,
    .q-request-list li {
        font-size: 15px;
    }

    .q-request-inline-fields,
    .q-request-form--license .solutionrow {
        grid-template-columns: 1fr;
    }

    .q-request-actions,
    .q-request-sidecard__actions {
        flex-direction: column;
    }

    .q-card-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .q-detail-hero h1 {
        font-size: 30px;
    }

    .q-detail-lead {
        font-size: 16px;
        line-height: 1.7;
    }

    .q-detail-hero__actions {
        flex-direction: column;
    }

    .q-detail-richtext {
        padding: 24px 22px;
    }

    .q-detail-richtext h2 {
        font-size: 24px;
    }

    .q-intro-section {
        padding: 46px 0 48px;
    }

    .q-platform-panel {
        padding: 30px 22px;
    }

    .q-platform-panel h2 {
        font-size: 32px;
    }

    .q-platform-panel li {
        font-size: 16px;
    }

    .q-platform-panel__header {
        align-items: flex-start;
    }

    .q-platform-panel__header::before {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }

    .q-app-cta-section {
        padding: 22px 0 0;
    }

    .q-app-cta__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        padding: 22px;
    }

    .q-app-cta__copy {
        padding-left: 50px;
    }

    .q-app-cta__copy h2 {
        font-size: 24px;
    }

    .q-doc-showcase {
        padding: 42px 0 46px;
    }

    .q-doc-showcase__inner {
        padding: 30px 22px;
    }

    .q-doc-showcase h2 {
        font-size: 28px;
    }

    .q-doc-showcase p {
        font-size: 16px;
    }

    .q-doc-showcase__list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .q-doc-showcase__list li {
        font-size: 15px;
    }

    .q-doc-showcase__tags {
        flex-direction: column;
    }

    .q-doc-showcase__visual {
        min-height: 260px;
    }

    .q-doc-showcase__document {
        width: 245px;
        min-height: 205px;
        padding: 20px;
    }

    .q-doc-showcase__badge {
        right: 8px;
        bottom: 16px;
    }

    .q-custom-cta-section {
        padding: 40px 0;
    }

    .q-custom-cta__inner {
        flex-direction: column;
        gap: 28px;
        min-height: 0;
        padding: 30px 24px;
    }

    .q-custom-cta__copy {
        max-width: none;
        text-align: center;
    }

    .q-custom-cta__copy h2 {
        max-width: none;
        font-size: 27px;
    }

    .q-custom-cta__copy p {
        max-width: none;
        font-size: 16px;
    }

    .q-custom-cta__actions {
        justify-content: center;
    }

    .q-custom-cta__visual {
        flex: 0 0 auto;
        width: 100%;
        min-height: 145px;
    }

    .q-custom-cta__sheet {
        width: 178px;
        height: 125px;
    }

    .q-intro-section__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .q-intro-section__copy,
    .q-intro-section__media {
        grid-column: 1;
    }

    .q-intro-section__copy {
        grid-row: 1;
        max-width: none;
        padding-left: 0;
        text-align: center;
    }

    .q-intro-section__copy::before {
        display: none;
    }

    .q-intro-section__copy .q-section-title {
        text-align: center;
        font-size: 28px;
    }

    .q-intro-section__content {
        text-align: left;
    }

    .q-intro-section__content p {
        font-size: 15px;
        line-height: 1.75;
    }

    .q-intro-section__media {
        grid-row: 2;
        padding-top: 10px;
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .site-brand__logo {
        width: 168px;
    }

    .q-button {
        width: 100%;
    }

    .q-platform-panel__actions {
        flex-direction: column;
    }
}

@media (max-width: 991.98px) {
    .q-bottom-cta-grid {
        flex-direction: column;
    }

    .q-bottom-cta-grid > .q-app-cta-section,
    .q-bottom-cta-grid > .q-custom-cta-section {
        padding: 0;
    }

    .q-bottom-cta-grid .q-app-cta__inner,
    .q-bottom-cta-grid .q-custom-cta__inner {
        min-height: 0;
    }
}

@media (max-width: 767.98px) {
    .q-bottom-cta-section {
        padding: 34px 0;
    }

    .q-bottom-cta-grid {
        gap: 18px;
    }

    .q-bottom-cta-grid .q-app-cta__inner,
    .q-bottom-cta-grid .q-custom-cta__inner {
        padding: 26px 22px;
    }

    .q-bottom-cta-grid .q-app-cta__copy {
        padding-top: 54px;
        padding-left: 0;
    }

    .q-bottom-cta-grid .q-custom-cta__copy {
        text-align: left;
    }

    .q-bottom-cta-grid .q-custom-cta__actions {
        justify-content: flex-start;
    }
}
