/* Project-level fixes loaded after the upstream template stylesheet. */
:root {
    --contact-action-color: #655e7a;
    --contact-action-focus-color: rgba(101, 94, 122, 0.32);
    --contact-action-shadow-color: rgba(101, 94, 122, 0.28);
    --download-brand: #655e7a;
    --download-brand-dark: #514a67;
    --download-brand-soft: #f2f0f5;
    --download-ink: #23242b;
    --download-muted: #686a72;
    --download-line: rgba(35, 36, 43, 0.1);
    --download-accent: #1f8a70;
}

.copy-phone-button {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-align: inherit;
    cursor: pointer;
}

.copy-phone-button:hover,
.copy-phone-button:focus {
    color: var(--contact-action-color);
    text-decoration: underline;
}

.copy-phone-button:focus {
    outline: 2px solid var(--contact-action-focus-color);
    outline-offset: 3px;
}

.contact-copy-toast {
    position: fixed;
    right: 24px;
    top: 24px;
    z-index: 1080;
    min-width: 180px;
    border: 0;
    border-radius: 6px;
    background: var(--contact-action-color);
    color: #fff;
    box-shadow: 0 16px 40px var(--contact-action-shadow-color);
}

.contact-copy-toast .toast-body {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    font-size: 14px;
    letter-spacing: 0;
}

.contact-copy-toast-icon {
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-method i {
    width: 18px;
    color: var(--contact-action-color);
    font-size: 18px;
    text-align: center;
}

.navigation .navbar .navbar-nav > li > a .ion-ios-arrow-down {
    display: inline-block;
    width: 0.625rem;
    text-align: center;
}

.pricing-table .row {
    align-items: stretch;
}

.pricing-table .row > [class*="col-"] {
    display: flex;
}

.pricing-table.section {
    padding-top: 58px;
}

.pricing-table .pricing-group-switch {
    display: flex;
    width: min(100%, 560px);
    margin: 0 auto 14px;
    padding: 4px;
    border: 1px solid rgba(101, 94, 122, 0.18);
    background: rgba(255, 255, 255, 0.72);
}

.pricing-table .pricing-group-tab {
    flex: 1 1 0;
    min-height: 42px;
    border: 0;
    background: transparent;
    color: #5f5f66;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
    transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.pricing-table .pricing-group-tab.is-active {
    background: #655e7a;
    color: #fff;
    box-shadow: 0 8px 22px rgba(101, 94, 122, 0.18);
}

.pricing-table .pricing-group-panel[hidden] {
    display: none;
}

.pricing-table .pricing-item {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 42px 34px 34px;
}

.pricing-table .price-title {
    padding: 16px 0 18px;
}

.pricing-table .price-title > h3 {
    letter-spacing: 0;
}

.pricing-table .price-title > .value {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 3px;
    white-space: nowrap;
}

.pricing-table .pricing-price-unit {
    color: inherit;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.pricing-table .price-title > p {
    max-width: 236px;
    margin: 8px auto 0;
    color: #6f6f76;
    line-height: 21px;
}

.pricing-table .pricing-plan-details {
    width: 100%;
    max-width: 252px;
    margin: 0 auto 28px;
}

.pricing-table .pricing-quota-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    margin: 0 0 24px;
    border-top: 1px solid rgba(101, 94, 122, 0.16);
    text-align: left;
}

.pricing-table .pricing-quota-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    min-height: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(101, 94, 122, 0.16);
    background: transparent;
}

.pricing-table .pricing-quota-label,
.pricing-table .pricing-quota-value {
    display: block;
    letter-spacing: 0;
}

.pricing-table .pricing-quota-label {
    flex: 0 0 auto;
    margin-bottom: 0;
    color: #8a8793;
    font-size: 12px;
    line-height: 1.2;
}

.pricing-table .pricing-quota-value {
    flex: 1 1 auto;
    overflow: hidden;
    color: #3a3548;
    font-size: 14px;
    line-height: 1.35;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pricing-table .pricing-feature-list {
    display: grid;
    flex: 0 0 auto;
    gap: 12px;
    align-content: start;
    width: 100%;
    margin: 0;
}

.pricing-table .pricing-feature-list li {
    align-items: flex-start;
    min-height: 0;
    color: #5f5f66;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 0;
}

.pricing-table .pricing-feature-list .feature-dot {
    margin-top: 1px;
}

.pricing-table .pricing-item a.btn-main,
.pricing-table .pricing-item a.btn-transparent,
.pricing-table .pricing-item a.btn-small {
    align-self: center;
    min-width: 130px;
    margin-top: auto;
    transform: translateY(12px);
}

@media (max-width: 1199px) {
    .pricing-table .pricing-item {
        padding-right: 26px;
        padding-left: 26px;
    }
}

@media (max-width: 767px) {
    .pricing-table .pricing-group-switch {
        width: 100%;
    }

    .pricing-table .pricing-group-tab {
        min-height: 46px;
        padding: 0 10px;
        font-size: 13px;
    }

    .pricing-table .row > [class*="col-"] {
        display: block;
    }

    .pricing-table .pricing-item {
        height: auto;
        padding: 38px 24px 30px;
    }
}

.widget.widget-search form {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.widget.widget-search .form-control {
    flex: 1 1 auto;
    min-width: 0;
    height: 46px;
    border-right: 0;
}

.widget.widget-search .btn-main {
    display: inline-flex;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--contact-action-color);
    line-height: 1;
}

.widget.widget-search .btn-main i {
    font-size: 18px;
    line-height: 1;
}

.testimonial .home-facts-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
}

.testimonial .home-facts-row li {
    width: auto;
    float: none;
    margin: 0;
    padding: 22px 12px;
    border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
    border-radius: 8px;
    background: transparent;
}

.customer-feedback-carousel {
    color: inherit;
}

.customer-feedback-viewport {
    position: relative;
    overflow: hidden;
}

.customer-feedback-page {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.customer-feedback-page.is-active {
    display: grid;
    animation: customer-feedback-in 0.34s ease both;
}

.customer-feedback-card {
    display: flex;
    min-height: 260px;
    flex-direction: column;
    padding: 20px;
    border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
}

.customer-feedback-industry {
    width: fit-content;
    margin-bottom: 14px;
    padding: 4px 9px;
    border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
    border-radius: 999px;
    background: transparent;
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.customer-feedback-head h3,
.customer-feedback-head p,
.customer-feedback-summary {
    margin: 0;
}

.customer-feedback-head h3 {
    color: inherit;
    font-size: 16px;
    line-height: 1.4;
}

.customer-feedback-head p {
    margin-top: 4px;
    opacity: 0.68;
    font-size: 12px;
    line-height: 1.5;
}

.customer-feedback-summary {
    display: -webkit-box;
    overflow: hidden;
    min-height: 4.8em;
    margin-top: 16px;
    color: inherit;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.82;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.customer-feedback-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 18px;
}

.customer-feedback-metrics span {
    display: inline-flex;
    padding: 5px 9px;
    border: 1px solid color-mix(in srgb, currentColor 10%, transparent);
    border-radius: 999px;
    background: transparent;
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.customer-feedback-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 6px;
    margin: 18px auto 0;
    padding: 3px 6px;
    border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
    border-radius: 999px;
}

.customer-feedback-arrow,
.customer-feedback-dots button {
    border: 0;
    background: transparent;
    color: inherit;
}

.customer-feedback-arrow {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 22px;
    padding: 0;
    border-radius: 999px;
    cursor: pointer;
    opacity: 0.64;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.customer-feedback-arrow i {
    border: 0;
    font-size: 18px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.customer-feedback-arrow:hover,
.customer-feedback-arrow:focus-visible {
    opacity: 1;
}

.customer-feedback-arrow[data-feedback-prev]:hover i,
.customer-feedback-arrow[data-feedback-prev]:focus-visible i {
    transform: translateX(-2px);
}

.customer-feedback-arrow[data-feedback-next]:hover i,
.customer-feedback-arrow[data-feedback-next]:focus-visible i {
    transform: translateX(2px);
}

.customer-feedback-arrow:focus-visible,
.customer-feedback-dots button:focus-visible {
    outline: 0;
}

.customer-feedback-arrow:focus,
.customer-feedback-arrow:active,
.customer-feedback-arrow:hover,
.customer-feedback-dots button:focus,
.customer-feedback-dots button:active {
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.customer-feedback-dots {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 2px;
}

.customer-feedback-dots button {
    width: 6px;
    height: 4px;
    padding: 0;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.24;
    cursor: pointer;
    transition: width 0.2s ease, opacity 0.2s ease;
}

.customer-feedback-dots button.is-active {
    width: 22px;
    opacity: 0.82;
}

@keyframes customer-feedback-in {
    from {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.team-placeholder-section {
    background: transparent;
    color: inherit;
}

.team-placeholder-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.team-placeholder-card {
    overflow: hidden;
    border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
}

.team-placeholder-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    border-bottom: 1px solid color-mix(in srgb, currentColor 10%, transparent);
    background: transparent;
}

.team-placeholder-avatar span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
    border-radius: 50%;
    background: transparent;
    color: inherit;
    font-size: 26px;
    font-weight: 700;
    box-shadow: none;
}

.team-placeholder-body {
    padding: 22px;
}

.team-placeholder-body h3 {
    margin: 0 0 6px;
    color: inherit;
    font-size: 19px;
    line-height: 1.35;
}

.team-placeholder-body p {
    margin: 0;
    color: inherit;
    opacity: 0.78;
    line-height: 1.75;
}

.team-placeholder-body .team-placeholder-role {
    margin-bottom: 12px !important;
    color: inherit !important;
    opacity: 0.72;
    font-size: 13px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .contact-form-column {
        display: flex;
    }

    .contact-form-column > .block {
        width: 100%;
    }

    .contact-message-block {
        display: flex;
        flex-direction: column;
    }

    .contact-message-field {
        flex: 1;
    }

    .contact-form .block .contact-message-field textarea {
        height: 100%;
        min-height: 260px;
        resize: vertical;
    }

    .contact-form .contact-message-block button {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .customer-feedback-page {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-placeholder-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .customer-feedback-viewport {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .customer-feedback-viewport::-webkit-scrollbar {
        display: none;
    }

    .customer-feedback-page,
    .customer-feedback-page.is-active {
        display: flex;
        gap: 14px;
        animation: none;
    }

    .customer-feedback-page:not(.is-active) {
        display: none;
    }

    .customer-feedback-card {
        flex: 0 0 86%;
        min-height: 0;
        scroll-snap-align: start;
    }

    .testimonial .home-facts-row {
        gap: 8px;
    }

    .testimonial .home-facts-row li {
        padding: 14px 4px;
    }

    .testimonial .home-facts-row .counter-item i {
        font-size: 24px;
    }

    .testimonial .home-facts-row .counter-item h4 {
        font-size: 24px;
    }

    .testimonial .home-facts-row .counter-item span {
        font-size: 12px;
        line-height: 1.35;
    }

    .customer-feedback-controls {
        margin-top: 16px;
    }
}


/* Download page visual system: square, restrained, and aligned with the site brand. */
.app-download {
    background: #f7f8f6;
}

.app-download .row.align-items-center {
    align-items: center !important;
}

.app-download-copy {
    max-width: 600px;
    padding: 8px 0;
}

.app-download-eyebrow {
    min-height: 26px;
    margin-bottom: 18px;
    padding: 0 10px;
    border-left: 3px solid var(--download-brand);
    border-radius: 4px;
    background: var(--download-brand-soft);
    color: var(--download-brand-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.app-download-copy h2 {
    max-width: 560px;
    margin-bottom: 18px;
    color: var(--download-ink);
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.18;
}

.app-download-copy p {
    color: var(--download-muted);
    line-height: 1.8;
}

.app-download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0 14px;
}

.app-download-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
    box-shadow: none;
}

.app-download-actions .btn:hover,
.app-download-actions .btn:focus {
    transform: translateY(-1px);
}

.app-download-actions .btn:focus-visible {
    outline: 3px solid rgba(101, 94, 122, 0.24);
    outline-offset: 3px;
}

.app-download-primary,
.app-download-primary:active {
    border: 1px solid var(--download-brand);
    background: var(--download-brand);
    color: #fff;
}

.app-download-primary:hover,
.app-download-primary:focus {
    border-color: var(--download-brand-dark);
    background: var(--download-brand-dark);
    color: #fff;
    box-shadow: 0 10px 24px rgba(101, 94, 122, 0.18);
}

.app-download-secondary,
.app-download-secondary:active {
    border: 1px solid rgba(101, 94, 122, 0.3);
    background: #fff;
    color: var(--download-brand-dark);
}

.app-download-secondary:hover,
.app-download-secondary:focus {
    border-color: var(--download-brand);
    background: var(--download-brand-soft);
    color: var(--download-brand-dark);
    box-shadow: 0 10px 22px rgba(101, 94, 122, 0.1);
}

.app-download-primary i,
.app-download-secondary i {
    color: inherit;
    font-size: 18px;
}

.app-download-hint {
    max-width: 560px;
    color: #777982;
    font-size: 14px;
}

.app-download-device {
    display: flex;
    min-height: 270px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px;
    border: 1px solid var(--download-line);
    border-left: 4px solid var(--download-brand);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(35, 36, 43, 0.07);
}

.app-download-device-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--download-line);
}

.app-download-device-head span,
.app-download-file-copy span,
.app-download-device-meta span {
    display: block;
    color: #8a8b92;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.app-download-device-head strong {
    max-width: 240px;
    color: var(--download-accent);
    font-size: 14px;
    line-height: 1.45;
    text-align: right;
}

.app-download-file-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    margin: 16px 0;
    padding: 14px;
    border: 1px solid rgba(101, 94, 122, 0.16);
    border-radius: 8px;
    background: #fafafa;
}

.app-download-file-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background: var(--download-brand);
    color: #fff;
}

.app-download-file-icon i {
    font-size: 23px;
    line-height: 1;
}

.app-download-file-copy strong {
    display: block;
    overflow: hidden;
    margin-top: 4px;
    color: var(--download-ink);
    font-size: 19px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-download-file-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(31, 138, 112, 0.24);
    border-radius: 6px;
    background: #eef7f4;
    color: #176653;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.app-download-device-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 0;
}

.app-download-device-meta div {
    min-width: 0;
    padding: 12px;
    border: 1px solid var(--download-line);
    border-radius: 8px;
    background: #fff;
}

.app-download-device-meta strong {
    display: block;
    margin-top: 5px;
    color: var(--download-ink);
    font-size: 13px;
    line-height: 1.45;
}

.app-download-detail-row {
    margin-top: 52px;
}

.app-download-panel,
.app-download-step-grid article {
    border: 1px solid var(--download-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

.app-download-panel {
    height: 100%;
    padding: 30px;
}

.app-download-panel:hover,
.app-download-step-grid article:hover {
    border-color: rgba(101, 94, 122, 0.22);
}

.app-download-panel-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--download-line);
}

.app-download-panel-head span {
    color: #7a7b82;
    font-size: 12px;
    font-weight: 800;
}

.app-download-panel-head strong {
    color: var(--download-brand);
    font-size: 15px;
    line-height: 1.45;
    text-align: right;
}

.app-download-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 28px;
    margin: 0;
}

.app-download-details div {
    min-width: 0;
    padding: 14px 0;
    border-bottom: 1px solid var(--download-line);
}

.app-download-details dt {
    margin-bottom: 6px;
    color: #8a8b91;
    font-size: 13px;
    font-weight: 800;
}

.app-download-details dd {
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--download-ink);
    font-size: 16px;
    line-height: 1.45;
}

.app-download-release-panel {
    border-color: var(--download-brand);
    background: var(--download-brand);
}

.app-download-release-panel code {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
}

.app-download-step-grid article {
    min-height: 184px;
    padding: 26px;
    transition: border-color 0.18s ease, transform 0.18s ease;
}

.app-download-step-grid article:hover {
    transform: translateY(-2px);
}

.app-download-step-grid span {
    display: block;
    margin-bottom: 18px;
    color: var(--download-brand);
    font-size: 13px;
    font-weight: 800;
}

.app-download-qr h3,
.app-download-release-panel h3,
.app-download-steps h3 {
    margin-bottom: 10px;
    color: var(--download-ink);
    font-size: 24px;
    line-height: 1.35;
}

.app-download-release-panel h3,
.app-download-release-panel p {
    color: #fff;
}

.app-download-release-panel p {
    margin-bottom: 0;
    line-height: 1.7;
}

.app-download-steps {
    margin-top: 52px;
}

.app-download-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.app-download-step-grid h4 {
    margin-bottom: 10px;
    color: var(--download-ink);
    font-size: 20px;
    line-height: 1.35;
}

.app-download-step-grid p {
    margin: 0;
    color: var(--download-muted);
    line-height: 1.7;
}

@media (max-width: 991px) {
    .app-download .row.align-items-center {
        align-items: flex-start !important;
    }

    .app-download-copy h2 {
        font-size: 34px;
    }

    .app-download-device {
        min-height: 0;
    }

    .app-download-file-card {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .app-download-file-tag {
        grid-column: 1 / -1;
        width: 100%;
    }

    .app-download-details,
    .app-download-step-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .app-download-copy h2 {
        font-size: 30px;
    }

    .app-download-actions {
        flex-direction: column;
    }

    .app-download-actions .btn {
        width: 100%;
    }

    .app-download-device,
    .app-download-panel,
    .app-download-step-grid article {
        padding: 18px;
    }

    .app-download-device-head {
        display: block;
    }

    .app-download-device-head strong {
        display: block;
        margin-top: 8px;
        text-align: left;
    }

    .app-download-panel-head {
        display: block;
    }

    .app-download-panel-head strong {
        display: block;
        margin-top: 8px;
        text-align: left;
    }

    .app-download-device-meta {
        grid-template-columns: 1fr;
    }
}
