@import url("https://fonts.googleapis.com/css?family=Inter+Tight:300,300i,400,400i,500,500i,700,700i&display=swap");
/* /web/static/src/libs/fontawesome/css/font-awesome.css */
@font-face {
    font-family: 'FontAwesome';
    src: url('/web/static/src/libs/fontawesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/web/static/src/libs/fontawesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
html,
body {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #417cdd !important;
    font-size: 1.125rem!important;
}
a{
    text-decoration: none!important;
}
/** global override: container spacing for landing pages **/
.container {
    max-width: 1320px;
    padding-left: 48px !important;
    padding-right: 48px !important;
}
@media (max-width: 992px) {
    .container {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
}
@media (max-width: 576px) {
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
footer{
    font-size: 1rem;
}

.blockquote-footer {
    font-weight: 600;
    color: #222;
}

.text-footer-dark {
    color: rgba(255, 255, 255, 0.7) !important;
}

.btn{
color: #212529 !important;
    font-weight: 600 !important;

}
        @media (max-width: 992px) {
            .btn {
                padding: 1rem !important;
            }
        }
.btn-custom,
.btn.btn-custom,
a.btn-custom {
    color: #212529 !important;
    font-weight: 600!important;
}


.brochure-btn,
.btn-cta-purple {
    background-color: rgb(155, 52, 239) !important;
    border: 1px solid rgb(155, 52, 239) !important;
    color: white !important;
    transition: background-color .3s ease, transform .3s ease !important;
    font-weight: 600;
        border: none;
        box-shadow: none;
}

.brochure-btn:hover,
.btn-cta-purple:hover {
    background-color: rgb(170, 70, 255) !important;
    transform: translateY(-2px) !important;
}

/* CTA Button */
.btn-cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: 0 0 12px rgba(255, 156, 0, 0.4);
}

.btn-cta-main:hover {
    color: #212529;
    box-shadow: 0 0 18px rgba(255, 156, 0, 0.55);
}

/* No outlines on click */
.btn-cta-main:focus,
.btn-cta-main:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.btn-lg{
    font-size: 1rem !important;
}
img.shadow {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}
.base-fs {
    font-size: 1rem;
}
/** page: contact form embed **/
#odoo_form {
    height: 740px;
}


@media (max-width: 576px) {
    #odoo_form {
        height: 1000px;
    }
}


div.media_iframe_video {
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 100px;
}

div.media_iframe_video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: 0;
    margin: 0 auto;
}


blockquote {
    padding: 0.5rem 1rem;
    border-left: 5px solid;
    border-color: #DEE2E6;
    font-style: italic;
}

pre {
    white-space: pre-wrap;
}

pre p {
    margin-bottom: 0px;
}


.o_background_video,
.parallax,
section,
.oe_img_bg,
[data-oe-shape-data],
.o_background_video>*,
.parallax>*,
section>*,
.oe_img_bg>*,
[data-oe-shape-data]>* {
    position: relative;
}

@media (min-width: 992px) {
    .o_container_small {
        max-width: 720px;
    }
}


.o_we_shape.o_web_editor_Origins_19 {
    background-image: url("/web_editor/shape/web_editor/Origins/19.svg?c5=%23111827");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat no-repeat;
}



h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
}

.card {
    overflow: hidden;
}


#bottom,
#bottom * {
    text-align: left !important;
}


#bottom .text-center {
    text-align: left !important;
}


.table th,
.table td {
    vertical-align: middle;
}


.admin-features-clean {
    background-color: #0e1628;
    color: #ffffff;
    border-radius: 12px;
    padding: 48px 24px;
}

.admin-features-clean h3,
.admin-features-clean .h3 {
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
    color: #ffc107;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.admin-features-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.admin-feature-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    width: 100%;
    max-width: 480px;
   
}

.admin-feature-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.admin-feature-item img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.admin-feature-item span {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

@media (max-width: 768px) {
    .admin-feature-item {
        max-width: 100%;
    }
}


.o_header_standard#top {
    font-size: 1rem;
}

.currency_link:hover {
    text-decoration: none;
}

.currency_link:hover .text-o-color-3 {
    color: #102d5b !important;
}

.aoi-account-management {
    background: radial-gradient(circle at top center, #0a1a33 0%, #071121 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.aoi-account-management h3 {
    color: #fff;
}

.aoi-card {
    background: rgba(8, 20, 41, 0.8);
    border: 1px solid rgba(0, 140, 255, 0.4);
    border-radius: 12px;
    padding: 40px 30px;
    height: 100%;
    box-shadow: 0 0 20px rgba(0, 60, 255, 0.1);
    transition: all 0.3s ease;
}

.aoi-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 25px rgba(0, 140, 255, 0.3);
    border-color: rgba(0, 140, 255, 0.7);
}

.aoi-icon {
    width: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 4px rgba(0, 120, 255, 0.5));
}

.aoi-card h4 {
    font-weight: 600;
    color: #4da3ff;
    margin-bottom: 12px;
}

.aoi-card p,
.aoi-card li {
    color: #dce6ff;

}

.aoi-card ul {
    list-style: none;
    padding-left: 0;
}

.aoi-card ul li::before {
    content: "• ";
    color: #4da3ff;
}

.aoi-btn {
    background-color: #0066ff;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    padding: 14px 40px;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(0, 102, 255, 0.4);
    transition: all 0.3s ease;
}

.aoi-btn:hover {
    background-color: #3388ff;
    box-shadow: 0 0 25px rgba(51, 136, 255, 0.6);
}

.testimonials-section {
    position: relative;
    overflow: hidden;
}

.testimonials-section .carousel-item {
    min-height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: opacity 1s ease-in-out;
}

.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.testimonial-block {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 12px;
    max-width: 700px;
    margin-top: 120px;
    position: relative;
    z-index: 2;
}

.testimonial-block p {
    font-size: 1.2rem;
    font-style: italic;
    color: #333;
}

.quote-icon {
    color: #0551AE;
    font-size: 2rem;
    margin-bottom: 15px;
}

.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 15px auto;
    object-fit: cover;

}



.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

.carousel-item {
    transition: opacity 2.2s ease-in-out !important;
}

/* Fade-in animation for sections */
.fade-in {
    opacity: 0;
    animation: fadeIn 0.7s ease-out forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Button hover animation (micro interaction) */
.btn:hover {
    transform: translateY(-2px);
    transition: 0.25s ease;
}

/* ---------------------------------------
   Page: CurrencyXchanger Landing
   Section: Product Carousel
   Purpose: Fix jumping height + mobile optimization
---------------------------------------- */

#product-carousel .carousel-img-wrapper {
    height: 420px;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#product-carousel .carousel-img {
    max-height: 100%;
    object-fit: contain;
    transition: transform .4s ease;
}


#product-carousel .carousel-img:hover {
    transform: scale(1.03);
}

/* Mobile */
@media (max-width: 768px) {
    #product-carousel .carousel-img-wrapper {
        height: 260px;

    }
}

/* Buttons text color fix */
#product-carousel .btn,
#product-carousel .carousel-control-prev,
#product-carousel .carousel-control-next {
    color: #212529 !important;
}


.cxr-brochure-section {
    background: linear-gradient(135deg, rgb(20, 40, 76), rgb(38, 76, 140));
}



.cxr-brochure-text {
    opacity: 0.95;
    font-size: 1.125rem;
}

/* Image hover animation */
.brochure-img {
    max-height: 460px;
    transform: rotateY(-10deg) rotateX(3deg);
    transition: transform .5s ease, box-shadow .5s ease;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 12px 32px;
}

.brochure-img:hover {
    transform: rotateY(-5deg) rotateX(0deg) scale(1.03);
    box-shadow: rgba(0, 0, 0, 0.45) 0px 16px 40px;
}




/* Mobile */
@media (max-width: 768px) {
    .brochure-img {
        max-height: 300px;
    }
}

/* Page: currency-exchange-system — Hero section */

/* Невелика анімація для зображення */
.hero-img-animate {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hero-img-animate:hover {
    transform: scale(1.03);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

/* Мобільна адаптація – текст і кнопка красиво стають один під одним */
@media (max-width: 768px) {
    #hero-currency-system h1 {
        font-size: 1.9rem !important;
        line-height: 1.25 !important;
    }

    #hero-currency-system p {
        font-size: 1rem !important;
    }
}

/* Currency Exchange Landing — minimal fade-in animation */
.fade-in-element {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.7s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

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

/* Currency Exchange Landing — intro section image animation */
.fade-in-element {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.7s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

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

/* CXR Brochure Block — Blue Gradient */
.cxr-brochure-blue .btn {
    font-weight: 600;
    color: #212529 !important;
}

/* Fade-in animation for brochure image */
.fade-in-element {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-element.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Landing buttons — fix ugly outline glow */
.btn:focus,
.btn:active,
.btn:focus-visible {
    outline: none !important;
    box-shadow: inherit !important;

}

/** page: how-currency-exchange-works **/

/* Section base */
.how-currency-exchange-works-section {
    color: #fff;
}

/* Subtext */
.how-works-subtext {
    font-size: 1.1rem;
    opacity: 0.8;
    max-width: 720px;
}

/* Cards */
.how-works-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.how-works-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.how-works-icon {
    font-size: 2rem;
}


.hover-scale-sm:hover {
    transform: scale(1.03);
}

/* Mobile tweaks */
@media (max-width: 767px) {
    .how-works-card {
        text-align: left !important;
    }
}

/** page: how-currency-exchange-works — fix text colors **/
.how-currency-exchange-works-section h2,
.how-currency-exchange-works-section h3,
.how-currency-exchange-works-section p {
    color: #212529 !important;
}

/** page: what-is-a-currency-system **/

/* Section background */
.what-is-currency-system-section {
    background-color: #f4f7fc;
    color: #212529;
}

/* Bullet list spacing */
.feature-list li {
    font-size: 1.05rem;
    line-height: 1.55;
}

/* Image wrapper */
.system-img-wrapper img {
    max-height: 420px;
    object-fit: contain;
}

/* CTA button (brand orange) */
.btn-cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: 0 0 12px rgba(255, 156, 0, 0.4);
}

.btn-cta-main:hover {
    color: #212529;
    box-shadow: 0 0 18px rgba(255, 156, 0, 0.55);
}

.btn-cta-main:focus,
.btn-cta-main:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Animation */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

.hover-scale-sm:hover {
    transform: scale(1.03);
}

/* Mobile */
@media (max-width: 767px) {
    .system-img-wrapper img {
        max-height: 300px;
    }
}

/** page: key-features **/

/* Section background */
.key-features-section {
    background-color: #184286;
}

/* Subtext width + opacity */
.key-features-subtext {
    max-width: 800px;
    opacity: 0.85;
}

/* Feature Cards */
.key-feature-card {
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.key-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

/* Icons */
.key-feature-icon {
    font-size: 2rem;
}

/* CTA Button */
.btn-cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: 0 0 12px rgba(255, 156, 0, 0.4);
}

.btn-cta-main:hover {
    color: #212529;
    box-shadow: 0 0 18px rgba(255, 156, 0, 0.55);
}

.btn-cta-main:focus,
.btn-cta-main:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Animation */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

.hover-scale-sm:hover {
    transform: scale(1.03);
}

/* Mobile */
@media (max-width: 767px) {
    .key-feature-card {
        text-align: left;
    }
}

/** page: what-is-a-currency-system **/

/* Section background */
.what-is-currency-system-section {
    background-color: #f4f7fc;
    color: #212529;
}

/* Bullet list spacing */
.feature-list li {
    font-size: 1.05rem;
    line-height: 1.55;
}

/* Image wrapper */
.system-img-wrapper img {
    max-height: 420px;
    object-fit: contain;
}

/* CTA button (brand orange) */
.btn-cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: 0 0 12px rgba(255, 156, 0, 0.4);
}

.btn-cta-main:hover {
    color: #212529;
    box-shadow: 0 0 18px rgba(255, 156, 0, 0.55);
}

.btn-cta-main:focus,
.btn-cta-main:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Animation */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

.hover-scale-sm:hover {
    transform: scale(1.03);
}

/* Mobile */
@media (max-width: 767px) {
    .system-img-wrapper img {
        max-height: 300px;
    }
}

/** page: benefits **/

/* Section background + text color */
.benefits-section {
    background-color: #1C4C9C;
    color: #ffffff;
}

/* Intro text */
.benefits-intro {
    font-size: 1.125rem;
    opacity: 0.9;
}

/* Benefit items */
.benefits-list p {
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 1rem;
    opacity: 0.95;
}

/* Closing paragraph */
.benefits-outro {
    font-size: 1.05rem;
    line-height: 1.75;
    opacity: 0.95;
}

/* CTA Button — brand orange */
.btn-cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: 0 0 12px rgba(255, 156, 0, 0.4);
}

.btn-cta-main:hover {
    color: #212529;
    box-shadow: 0 0 18px rgba(255, 156, 0, 0.55);
}

.btn-cta-main:focus,
.btn-cta-main:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

/* Hover scale */
.hover-scale-sm:hover {
    transform: scale(1.03);
}

/* Mobile */
@media (max-width: 767px) {
    .benefits-list p {
        font-size: 1rem;
    }
}

/** page: who-uses **/

/* Background */
.who-uses-section {
    background-color: #f8f9fc;
}

/* Subtext */
.who-uses-subtext {
    max-width: 720px;
}

/* Masonry Grid */
.who-uses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 2rem;
}

.who-uses-item {
    font-size: 1rem;
    line-height: 1.6;
    padding: 0.5rem 0;
    break-inside: avoid;
}

.who-uses-item h3 {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

/* CTA Button */
.btn-cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: 0 0 12px rgba(255, 156, 0, 0.4);
}

.btn-cta-main:hover {
    color: #212529;
    box-shadow: 0 0 18px rgba(255, 156, 0, 0.55);
}

.btn-cta-main:focus,
.btn-cta-main:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Animation */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

.hover-scale-sm:hover {
    transform: scale(1.03);
}

/* Mobile */
@media (max-width: 768px) {
    .who-uses-grid {
        grid-template-columns: 1fr;
    }
}

/** page: title - image **/
.cx-section-title-image {
    text-align: center;
}

.cx-title-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}


.btn-cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
}

.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.9s ease-out forwards;
}


.hover-scale-sm {
    transition: transform 0.25s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

/** page: top accounting title **/

.cx-section-top-title {
    background-color: #005990;

}

.cx-top-title {
    color: #ffffff;

    margin: 0;
    padding: 0;
    animation: fadeIn 0.9s ease-out forwards;
}

/** page: accounting text block **/

.cx-text-block {
    background: transparent;
}

.cx-text-list {
    padding-left: 1.25rem;
    line-height: 1.7;
}

.cx-text-list li a {
    text-decoration: underline;
    color: #005990;

}

/** page: yellow title block **/

.cx-yellow-title {
    background-color: #FFCC33;
    /* оригінальний колір */
}

.cx-yellow-title h3 {
    margin: 0;
    padding: 0;
    animation: fadeIn 0.9s ease-out forwards;
}

/** page: accounting text block long **/

.cx-text-block-long {
    background: transparent;
}

.cx-text-block-long p {
    line-height: 1.75;
    margin-bottom: 1.25rem;
}

.cx-demo-link {
    font-weight: 600;
    text-decoration: underline;
    color: #005990;
    /* такий самий стиль посилань, як у попередній секції */
    transition: opacity .25s ease;
}

.cx-demo-link:hover {
    opacity: 0.7;
}

/** page: accounting limitations title **/

.cx-section-title-blue {
    background-color: #005990;
    /* оригінальний колір */
}

.cx-blue-title {
    color: #ffffff;
    /* відповідник text-o-color-3 */
    margin: 0;
    padding: 0;
    animation: fadeIn 0.9s ease-out forwards;
}

/** page: accounting capability list **/

.cx-features-list {
    background: transparent;
}

.cx-checklist {
    padding-left: 1.25rem;
    line-height: 1.75;
}

.cx-checklist li {
    margin-bottom: 0.6rem;
    font-size: 1rem;
}

/** page: banner navy **/

.cx-banner-bg {
    width: 100%;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* Mobile */
@media (max-width: 768px) {
.cx-banner-bg {
       min-height:50px;
    }
}
/** page: quotes carousel **/

.cx-quotes-carousel {
    background: #ffffff;
}

/* Fixed height slides */
.cx-quote-slide {
    height: 420px;
    /* твоя рекомендація */
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .cx-quote-slide {
        height: 300px;
        /* плавне зменшення */
    }
}

/* Images inside slides */
.cx-quote-img {
    max-height: 100%;
    object-fit: contain;
}

/* CTA button */
.btn-cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
}

/* Hover animation */
.hover-scale-sm {
    transition: transform .25s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

/** page: currency exchange software for **/

.cx-cef-bar {
    background-color: #005990;
}

/** page: features-section (original style) **/

.features-section {
    background-color: #1c4c9c;
    /* рівний синій, як на скріні */
    padding: 60px 0;
}

/* Заголовки на синьому фоні */
.features-section h2,
.features-section h3 {
    color: #ffffff;
}


/* Картки — як в оригіналі */
.features-section .card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: .5rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .15);
    transition: transform .2s ease, box-shadow .2s ease;
}

/* Ховер — легке підняття */
.features-section .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 .5rem 1.25rem rgba(0, 0, 0, .25);
}

/* Анімації */
.fade-in-element {
    opacity: 0;
    animation: fadeIn .7s ease forwards;
}

.hover-scale-sm:hover {
    transform: scale(1.02);
}

/* Keyframes */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/* CTA кнопка */
.btn-cta-main {
    background-color: #FF9C00;
    font-weight: 600;
    border: none;
    color: #212529;
}

.btn-cta-main:hover {
    background-color: #e38d00;
    color: #212529;
}

/** page: hero-pro7 **/

.hero-pro7-section {
    position: relative;
    background-image: url('/assets/images/landings/polar-globe-world-earth-northamerica.webp');
    background-size: cover;
    background-position: center;
    padding-top: 88px;
    padding-bottom: 96px;
}

/* Overlay */
.hero-pro7-section .hero-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(22, 107, 167, 0.80);
    /* як в оригіналі */
    z-index: 0;
}

/* Logo */
.hero-logo {
    max-width: 60%;
    border-radius: 8px;
}

/* Text styling */
.hero-title {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.hero-subtitle {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.hero-tagline {
    color: #f0f6ff;
    font-weight: 400;
    line-height: 1.45;
}

/* Button (твій бренд-CTA) */
.hero-btn {
    font-weight: 600;
}

/* CTA — глобальний стиль кнопки */
.btn-cta-main {
    background-color: #FFA100;
    color: #212529;
    border: none;
}

.btn-cta-main:hover {
    background-color: #e38d00;
    color: #212529;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .hero-logo {
        max-width: 100%;
    }

    .hero-title,
    .hero-subtitle,
    .hero-tagline {
        text-align: center;
    }
}

/** page: as-mentioned-in **/

.as-mentioned-title {
    color: #999999;
    font-size: 2rem;
    font-weight: 600;
}

.as-mentioned-section {
    background-color: #ffffff;
}

/* Wrapper */
.as-logos-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0.5rem 0;
}

/* Slider */
.as-logos-slider {
    display: flex;
    gap: 1.2rem;
    animation: asLogosSlide 30s linear infinite;
}

/* Single Logo */
.as-logo-item {
    flex: 0 0 6.25rem;
    width: 6.25rem;
    height: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.as-logo-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Keyframes */
@keyframes asLogosSlide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .as-logo-item {
        flex: 0 0 4.5rem;
        width: 4.5rem;
        height: 4.5rem;
    }
}

@keyframes asLogosSlide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/** page: productivity-benefits **/

.productivity-section {
    background-color: rgb(5, 81, 174);
}

.productivity-section .section-title {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.benefit-card {
    padding: 1rem;
}

.benefit-icon {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.benefit-text {
    color: #e9f2ff;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.45;
}

/* Animation */
.fade-in-element {
    opacity: 0;
    animation: fadeInUp 0.9s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

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

/* Mobile tweaks */
@media (max-width: 767px) {
    .benefit-icon {
        width: 90px;
        height: 90px;
    }

    .benefit-text {
        font-size: 1.1rem;
    }
}

/** page: features-grid **/

.features-grid-section {
    background-color: rgb(52, 58, 64);
    /* оригінальний темний фон */
}

.features-grid-section .section-title {
    color: #ffffff;
    font-weight: 700;
}

/* Feature list */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
}

.feature-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.feature-item span {
    color: #f0f4ff;
    font-size: 1.25rem;
    line-height: 1.45;
}

/* CTA button */
.btn-cta-main {
    background-color: #FF9C00;
    border: none;
    font-weight: 600;
    color: #212529;
}

.btn-cta-main:hover {
    background-color: #e38d00;
    color: #212529;
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeInUp 0.7s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/** page: customers-list **/

.customers-section .section-title {
    color: #343a40;
    font-weight: 700;
}

.customer-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.customer-list li {
    font-size: 1.375rem;
    color: #212529;
    margin-bottom: 0.75rem;
    line-height: 1.45;
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

/* Mobile */
@media (max-width: 767px) {
    .customer-list li {
        font-size: 1.25rem;
    }
}

/** page: learn-more-video **/

.learn-more-section {
    position: relative;
    background-image: url('/assets/images/landings/polar-globe-world-earth-northamerica.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Overlay */
.learn-more-section .video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(37, 150, 231, 0.85);
    z-index: 0;
}

.learn-more-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 2rem;
}

/* Frame container */
.video-frame iframe {
    border-radius: 8px;
    border: none;
}

/* Fade-in animation */
.fade-in-element {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

/* Mobile adjustments */
@media (max-width: 767px) {
    .learn-more-title {
        font-size: 1.6rem;
    }
}

/** page: learn-more-video **/

.learn-more-section {
    position: relative;
    background-image: url('/assets/images/landings/polar-globe-world-earth-northamerica.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Overlay */
.learn-more-section .video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(37, 150, 231, 0.85);
    z-index: 0;
}

.learn-more-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 2rem;
}

/* Frame container */
.video-frame iframe {
    border-radius: 8px;
    border: none;
}

/* Fade-in animation */
.fade-in-element {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

/* Mobile adjustments */
@media (max-width: 767px) {
    .learn-more-title {
        font-size: 1.6rem;
    }
}

/** page: pro6-banner-3 **/

.pro6-banner-3-section {
    background-color: #ffffff;
}

.pro6-banner-3-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Fade-in */
.fade-in-element {
    opacity: 0;
    animation: fadeInUp 0.9s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

/** page: hero-currency-exchange **/

.hero-cx-section {
    position: relative;
    min-height: 60vh;
    background-image: url('/assets/images/landings/polar-globe-world-earth-northamerica.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Overlay */
.hero-cx-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(135deg,
            rgba(37, 132, 232, 0.77) 0%,
            rgba(226, 51, 255, 0.5) 100%);
    z-index: 0;
}

/* Text */
.hero-cx-title {
    font-weight: 700;
    font-size: 2.4rem;
}

.hero-cx-subtitle {
    font-size: 1.6rem;
    font-weight: 500;
}

.hero-cx-description {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.hero-cx-stats {
    font-size: 1.45rem;
    margin-bottom: 1.25rem;
}



/* CTA */
.btn-cta-main {
    background-color: #FF9C00;
    color: #212529;
    border: none;
    font-weight: 600;
}

.btn-cta-main:hover {
    background-color: #e38d00;
    color: #212529;
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

.hover-scale-sm:hover {
    transform: scale(1.03);
}

/* Mobile */
@media (max-width: 767px) {
    .hero-cx-title {
        font-size: 1.9rem;
    }

    .hero-cx-subtitle {
        font-size: 1.35rem;
    }

    .hero-cx-logo {
        width: 60%;
    }
}

/** page: cx-desktop-screenshot **/

.cx-desktop-section {
    background-color: #ffffff;
}

.cx-desktop-img {
    width: 50%;
    height: auto;
    object-fit: contain;
}

/* Fade-in */
.fade-in-element {
    opacity: 0;
    animation: fadeInUp 0.9s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

/** page: cx-tollfree **/

.cx-tollfree-title {
    font-weight: 700;
    color: #343a40;
}

.cx-tollfree-link {
    color: #0056b3;
    text-decoration: none;
    transition: 0.2s ease;
}

.cx-tollfree-link:hover {
    color: #003f82;
    text-decoration: underline;
}

/* Fade-in */
.fade-in-element {
    opacity: 0;
    animation: fadeInUp 0.7s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/** page: as-mentioned-static **/

.as-mentioned-static-title {
    font-weight: 700;
    color: #999999;
    /* original light grey */
    font-size: 1.35rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.as-mentioned-static-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* fade-in */
.fade-in-element {
    opacity: 0;
    animation: fadeInUp 0.9s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

/** page: who-uses-software **/

.who-uses-section {
    background-color: #ffffff;
}

.who-uses-title {
    font-weight: 700;
    color: #212529;
}

.who-uses-subtitle {
    font-size: 1rem;
    color: #495057;
}

.who-uses-list {
    list-style: disc;
    padding-left: 1.25rem;
    margin-bottom: 1.5rem;
}

.who-uses-list li {
    font-size: 1.125rem;
    color: #212529;
    margin-bottom: 0.35rem;
    line-height: 1.45;
}

/* Brand CTA button (main) */
.btn-cta-main {
    background-color: #FF9C00;

    border: none;
    color: #212529;

    font-weight: 600;

}

.btn-cta-main:hover {
    background-color: #e38d00;
    color: #212529;
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

.hover-scale-sm {
    transition: transform 0.18s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

/* Mobile tweaks */
@media (max-width: 767px) {
    .who-uses-title {
        font-size: 1.6rem;
    }

    .who-uses-list li {
        font-size: 1.05rem;
    }
}

/** page: hero-aml-compliance **/

.aml-hero-section {
    background: linear-gradient(135deg, rgb(16, 37, 62), rgb(30, 58, 95));
}

/* CTA button (main brand color) */
.btn-cta-main {
    background-color: #FF9C00;
    /* основна CTA */
    border: none;
    color: #212529 !important;
    /* текст завжди #212529 */
    font-weight: 600;
    box-shadow: 0 0 14px rgba(255, 156, 0, 0.45);
}

.btn-cta-main:hover {
    background-color: #e38d00;
    color: #212529 !important;
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeInUp 0.75s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

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

.hover-scale-sm {
    transition: transform 0.18s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

/* Responsive */
@media (max-width: 767px) {
    .aml-hero-section h1 {
        font-size: 1.9rem;
    }
}

/** page: understanding-aml **/

.aml-info-section {
    background-color: #f8f9fc;
}


/* CTA Button */
.btn-cta-main {
    background-color: #FF9C00 !important;
    color: #212529 !important;
    font-weight: 600;
    border: none;
    box-shadow: 0 0 12px rgba(255, 156, 0, 0.4);
}

.btn-cta-main:hover {
    background-color: #e38d00 !important;
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.9s ease forwards;
}

.hover-scale-sm {
    transition: transform 0.2s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

/** page: hero-section **/
.cxr-hero {
    background-image: url('https://www.clearviewsys.com/web/image/7984-05df05a5/polar-globe-world-earth-northamerica.webp')!important;
    background-size: cover!important;
    background-position: center!important;

}


.cxr-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(37, 150, 231, 0.8);
}



.cxr-hero-text {
    font-size: 1.375rem;
    max-width: 600px;
}


.cxr-btn-primary {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
}


.fade-in-element {
    animation: fade-in-element 0.8s ease both;
}


.hover-scale-sm:hover {
    transform: scale(1.03);
    transition: 0.25s ease;
}


@keyframes fade-in-element {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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


@media (max-width: 767px) {

    .cxr-hero-title,
    .cxr-hero-subtitle {
        font-size: 2.2rem;
        text-align: center;
    }

    .cxr-hero-text {
        text-align: center;
    }
}

/** page: mentioned-in **/
.cxr-mentioned {
    background-color: #ffffff;
}


.cxr-mentioned-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #999999;
    text-transform: none;
}

/** page: customers section **/

.customers-section {
    background-color: #f4f7fc;
}

.customers-image {

    object-fit: cover;
    border-radius: 50%;
}

/* List styling */
.customers-list {
    
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 1.6;
}

.customers-list li {
    margin-bottom: 0.5rem;
}

/* CTA Button */
.cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.cta-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 156, 0, 0.4);
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

.hover-scale-sm {
    transition: transform 0.2s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/** page: fintrac trust section **/

.fintrac-trust-section {
    background-color: #6FAEFB;
}

/* Cards */
.fintrac-card {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    padding: 24px 20px;
    border-radius: 12px;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

/* Icons */
.fintrac-icon {
    font-size: 5rem;
    line-height: 1;
    color: #ffffff;
}

/* CTA Button */
.cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.cta-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(255, 156, 0, 0.4);
}

/* List text */
.fintrac-card h5 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 16px;
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

.hover-scale-sm {
    transition: transform 0.2s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/** page: faq features section **/

.features-faq-section {
    background-color: #ffffff;
}

/* Features list */
.features-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.features-list li {
    font-size: 1.1rem;
    line-height: 1.55;
    margin-bottom: 0.75rem;
    color: #212529;
}

/* Video */
.video-wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.video-wrapper iframe {
    border-radius: 12px;
    width: 100%;
    height: 420px;
}

/* CTA Button */
.cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.cta-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(255, 156, 0, 0.4);
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

.hover-scale-sm {
    transition: transform 0.2s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/** page: pro7 features section **/

.pro7-features-section {
    background-color: #ffffff;
}

.pro7-image {
    max-width: 100%;
    border-radius: 8px;
}

/* Features list */
.pro7-features-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.pro7-features-list li {
    font-size: 1.15rem;
    line-height: 1.55;
    margin-bottom: 0.8rem;
    color: #212529;
}

/* CTA button */
.cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.cta-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(255, 156, 0, 0.4);
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

.hover-scale-sm {
    transition: transform 0.2s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/** page: fintrac hero section **/

.fintrac-hero-section {
    background-image: url('/assets/images/landings/polar-globe-world-earth-northamerica.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0 96px;
}

.fintrac-hero-section .hero-overlay {
    background-color: rgba(37, 150, 231, 0.8);
    position: absolute;
    inset: 0;
    z-index: 0;
}

.fintrac-hero-section .container {
    z-index: 1;
    position: relative;
}

/* Typography */
.hero-title {
    font-family: Oswald, sans-serif;
    font-size: 3rem;
    font-weight: 600;
}

.hero-subtitle {
    font-size: 1.375rem;
    line-height: 1.5;
}

.hero-phones {
    font-size: 1.1rem;
}

/* CTA button */
.cta-main {
    background-color: #FF9C00;
    /* your brand color */
    color: #212529;
    font-weight: 600;
    border: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.cta-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(255, 156, 0, 0.4);
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

.hover-scale-sm {
    transition: transform 0.2s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/** page: features video section **/

.features-video-section {
    background-color: #ffffff;
}

/* Left-side list */
.features-video-list {

    padding-left: 0;
    
}

.features-video-list li {
    font-size: 1.1rem;
    line-height: 1.55;
    margin-bottom: 0.75rem;
    color: #212529;
}

/* Video block */
.video-wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.video-wrapper iframe {
    border-radius: 12px;
    width: 100%;
    height: 360px;
}

/* CTA button */
.cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.cta-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(255, 156, 0, 0.4);
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

.hover-scale-sm {
    transition: transform 0.2s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/** page: fintrac cards section **/

.fintrac-cards-section {
    background-color: #6FAEFB;
}

/* Cards */
.fintrac-card {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 24px 20px;
    color: #fff;
    border: none;
    height: 100%;
    text-align: start;
}

/* Icons */
.fintrac-icon {
    font-size: 2.5rem;
    color: #ffffff;
}

/* Text */
.fintrac-card h5 {
    font-size: 1, 5rem;
    font-weight: 500;
    line-height: 1.55;
}

/* CTA button */
.cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.cta-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(255, 156, 0, 0.4);
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

.hover-scale-sm {
    transition: transform 0.2s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/** page: pro7 benefits section **/

.pro7-benefits-section {
    background-color: #ffffff;
}

/* Image */
.pro7-image {
    max-width: 100%;
    border-radius: 10px;
}

/* List */
.pro7-benefits-list {
font-style: italic;
    padding-left: 0;
    margin: 10px;

}

.pro7-benefits-list li {
    font-size: 1.15rem;
    line-height: 1.55;
    margin-bottom: 0.8rem;
    color: #212529;
}

/* CTA button */
.cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.cta-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(255, 156, 0, 0.45);
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.9s ease forwards;
}

.hover-scale-sm {
    transition: transform 0.2s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/** page: fintrac testimonials section **/

.fintrac-testimonials-section {
    position: relative;
    background-image: url('/assets/images/landings/14foptj-default-globe-32px_1000000000000000000028[1].webp');
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.fintrac-testimonials-section .overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(57, 150, 231, 0.8);
    z-index: 0;
}

.fintrac-testimonials-section .container {
    position: relative;
    z-index: 1;
}

/* Stars */
.rating-stars i {
    font-size: 2rem;
    color: #ffeb3b;
}

/* Testimonials */
.testimonial-card {
    background-color: #ffffff;
    padding: 24px 24px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    color: #606661;
    text-align: left;
}

.testimonial-text {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 12px;
}

.testimonial-author {
    font-size: 0.9rem;
    text-align: right;
    margin: 0;
    color: #555;
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.9s ease forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/** page: hero currency exchange section **/

.hero-currency-section {
    position: relative;
    background-image: url('/assets/images/landings/Multi-Currency%20Point%20Of%20Sale%20Software.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 88px;
    padding-bottom: 96px;
    color: #ffffff;
}

/* Gradient overlay */
.hero-currency-section .hero-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(135deg,
            rgba(7, 53, 141, 0) 0%,
            rgba(51, 153, 255, 1) 100%);
    z-index: 0;
}

/* Ensure content appears above overlay */
.hero-currency-section .container {
    position: relative;
    z-index: 1;
}

/* Logo */
.hero-logo {
    max-width: 360px;
    width: 100%;
    height: auto;
}

/* Typography */
.hero-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.25;
}

.hero-subtitle {
    font-size: 1.35rem;
    line-height: 1.45;
    font-weight: 400;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA Button */
.cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.cta-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(255, 156, 0, 0.45);
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.9s ease forwards;
}

.hover-scale-sm {
    transition: transform 0.2s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/** page: struggles section **/

.struggles-section {
    background-color: rgb(4, 69, 149);
    color: #ffffff;
}

/* Cards */
.struggle-card {
    padding: 20px 10px;
    color: #ffffff;
}

.struggle-icon {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 16px;
}

.struggle-separator {
    border: none;
    border-top: 3px solid #ffffff;
    width: 100%;
    margin: 12px auto 20px;
}

.struggle-title {
    font-size: 1.25rem;
    line-height: 1.45;
    font-weight: 500;
    color: #ffffff;
}

/* CTA Button (brand standard) */
.cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.cta-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(255, 156, 0, 0.45);
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.9s ease forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/** page: benefits at a glance **/

.benefits-glance-section {
    background-color: #ffffff;
    color: #212529!important;
}

.benefit-card {
    padding: 20px 10px;
    border: 1px solid #E5E5E5!important;
}

.benefit-icon {
    font-size: 3rem;
    color: rgb(4, 69, 149)!important;
    margin-bottom: 16px;
}

.benefit-title {
    font-size: 1.125rem!important;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #212529;
}

.benefit-text {
    font-size: 0.95rem;
    line-height: 1.45;
    color: #444;
}


/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.9s ease forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/** page: product offerings section **/

.product-offerings-section {
    background-color: #ffffff;
}

/* Columns */
.product-block-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-platform {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.product-separator {
    width: 80px;
    border: none;
    border-top: 2px solid #ddd;
    margin: 12px 0 20px;
}

.product-list {
    padding-left: 18px;
}

.product-list li {
    margin-bottom: 8px;
    line-height: 1.4;
}

.product-list a {
    color: #045;
    text-decoration: none;
}

.product-list a:hover {
    text-decoration: underline;
}

/* CTA Button */
.cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.cta-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(255, 156, 0, 0.45);
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.9s ease forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/** page: table of contents section **/

/* Sidebar */
.toc-nav {
    top: 90px;
}

.toc-nav .list-group-item {
    border: none;
    border-left: 4px solid transparent;
    padding: 10px 14px;
    font-weight: 500;
}

.toc-nav .list-group-item.active,
.toc-nav .list-group-item:hover {
    background-color: #F2F6FF;
    border-left-color: #0455b0;
    color: #0455b0;
}

/* Section separator */
.section-separator {
    border: 0;
    border-top: 2px solid #e5e5e5;
    width: 100%;
    margin-bottom: 25px;
}

/* Mobile */
@media (max-width: 991px) {
    .toc-nav {
        display: none;
    }
}

/* Animation */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.9s ease forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(14px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/** page: hero fintrac api section **/

.hero-fintrac-section {
    position: relative;
    background-image: url('/assets/images/landings/Multi-Currency%20Point%20Of%20Sale%20Software.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 88px;
    padding-bottom: 96px;
    color: #ffffff;
}

/* Overlay gradient */
.hero-fintrac-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(135deg,
            rgba(7, 53, 141, 0) 0%,
            rgba(51, 153, 255, 1) 100%);
    z-index: 0;
}

/* Ensure content is above overlay */
.hero-fintrac-section .container {
    position: relative;
    z-index: 1;
}

/* Logo */
.hero-logo {
    max-width: 360px;
    width: 100%;
    height: auto;
}

/* Typography */
.hero-title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.25;
}

.hero-subtitle {
    font-size: 1.3rem;
    line-height: 1.45;
    font-weight: 400;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA Button */
.cta-main {
    background-color: #FF9C00;
    color: #212529;
    font-weight: 600;
    border: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.cta-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(255, 156, 0, 0.45);
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.9s ease forwards;
}

.hover-scale-sm {
    transition: transform 0.2s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/** section: clients logos showcase **/
.clients-logos-section h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #044595;
}

.clients-logos-section {
    background-color: #ffffff;
}

/* ========== FINTRAC Pain Points Section ========== */

.fintrac-painpoints-section .pain-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 32px 20px;
    border-radius: 12px;
    transition: 0.3s ease;
}

.fintrac-painpoints-section .pain-card:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-4px);
}

.fintrac-painpoints-section .pain-icon i {
    font-size: 2.5rem;
    color: #DC3545;
    /* error red */
    margin-bottom: 16px;
}

.fintrac-painpoints-section h3 {
    color: #F4F8FF;
    font-size: 1.25rem;
    font-weight: 600;
}

/* ========== FINTRAC Features Section ========== */

.feature-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 32px 24px;
    border-radius: 12px;
    transition: 0.3s ease;
}

.feature-card:hover {
    border-color: #d0e4ff;
    box-shadow: 0 8px 24px rgba(0, 69, 149, 0.1);
    transform: translateY(-4px);
}

.feature-icon {
    font-size: 3rem;
    color: #044595;
    margin-bottom: 16px;
}

.feature-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #044595;
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
}

/** page: fintrac video section **/
.fintrac-video-section {
    background: rgb(4, 69, 149);
}

/* Center max width as in original */
.fintrac-video-section .video-wrapper {
    max-width: 720px;
}

/* Primary CTA button */
.btn-cta-primary {
    background-color: #FF9C00!important;
    color: #212529!important;
    font-weight: 600!important;
    border: none!important;
        padding: 12px 40px!important;
            border-radius: 50px!important;
    transition: transform 0.25s ease, opacity 0.25s ease!important;
}

.btn-cta-primary:hover {
    transform: scale(1.03)!important;
    opacity: 0.9!important;
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

.hover-scale-sm {
    transition: transform 0.25s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

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

/** page: toc section **/

.toc-section {
    background: #ffffff;
}

/* Left-side TOC */
.toc-nav {
    position: sticky;
    top: 100px;
}

.toc-nav .list-group-item {
    border: none;
    padding: 8px 12px;
    font-size: 0.95rem;
    color: #212529;
    background: transparent;
    transition: background 0.2s ease, padding-left 0.2s ease;
}

.toc-nav .list-group-item:hover,
.toc-nav .list-group-item:focus {
    background: #f2f5fa;
    padding-left: 16px;
}

/* Active state*/
.toc-nav .list-group-item.active {
    background: #e8eef7;
    color: #212529;
    font-weight: 600;
}

/* Content */
.toc-content h2 {
    text-align: left;
}

.toc-content hr {
    opacity: 0.15;
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

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

/** page: hero cxr cloud **/

.hero-cxr-cloud {
    background: url('/assets/images/landings/Multi-Currency Point Of Sale Software.webp') center/cover no-repeat;
    position: relative;
    color: #ffffff;
}

/* Gradient overlay */
.hero-cxr-cloud .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(7, 53, 141, 0) 1%,
            rgba(51, 153, 255, 0.95) 100%);
    z-index: 0;
}

/* Text */
.hero-title {
    font-size: 2rem;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.45;
}

/* Logo */
.hero-logo {
    max-width: 260px;
    height: auto;
}


/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeIn 0.7s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

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

/* Mobile Adjustments */
@media (max-width: 768px) {
    .hero-title {
        font-size: 1.6rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-logo {
        max-width: 200px;
    }
}

/** page: trusted msbs section **/

.trusted-msbs-section {
    background: #ffffff;
}

.trusted-msbs-section h2 {
    text-align: center;
    font-weight: 700;
}

/* Fade-in animation */
.fade-in-element {
    opacity: 0;
    animation: fadeInTrusted 0.7s ease forwards;
}

@keyframes fadeInTrusted {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

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

/** page: legacy problems section **/

.legacy-problems-section {
    background: linear-gradient(135deg,
            rgb(11, 46, 87) 0%,
            rgb(16, 59, 112) 100%);
}

/* Card */
.legacy-card {
    background: rgb(28, 76, 156)!important;
    border: none;
    padding-top: 35px;
    padding-bottom: 25px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.legacy-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

/* Icon */
.legacy-card-icon {
    text-align: center;
    margin-bottom: 16px;
}

.legacy-card-icon .fa {
    color: rgb(220, 53, 69);
    font-size: 2rem;
}

/* Title */
.legacy-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.35;
    color:#ffffff;
}

.card-title-dark{
    color: #212529;
}

/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeLegacy 0.7s ease forwards;
}

@keyframes fadeLegacy {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

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

/* Mobile refinement */
@media (max-width: 768px) {
    .legacy-card-title {
        font-size: 1.15rem;
    }
}

/** page: benefits masonry section **/

.benefits-masonry-section {
    background: #ffffff;
}

/* Masonry-style card look */
.benefit-card {
    padding: 28px 22px;
    background: #ffffff;
    border: none;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.15);
}

/* Dark version (blue cards) */
.dark-card {
    background: rgb(4, 69, 149);
    color: #ffffff;
}

.dark-card .benefit-title,
.dark-card .benefit-text,
.dark-card .benefit-icon{
    color: #ffffff!important;
}

/* Icons */
.benefit-icon {
    margin-bottom: 16px;
}

.benefit-icon .fa {
    font-size: 2rem;
    color: rgb(28, 76, 156);
}

.dark-card .benefit-icon .fa {
    color: #FF9C00!important;
    
}

/* Text */
.benefit-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.benefit-text {
    font-size: 1rem;
    line-height: 1.45;
    margin-bottom: 0;
}



/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeInBenefit 0.7s ease forwards;
}

@keyframes fadeInBenefit {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

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

/** page: benefits grid **/

.benefits-grid-section {
    background: #ffffff;
}

/* Benefit Boxes */
.benefit-box {
    border-radius: 18px;
    padding: 40px 28px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.benefit-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Light cards */
.benefit-light {
    background: #5d97e2;
    color: #ffffff;
}

/* Dark cards */
.benefit-dark {
    background: #0c3b75;
    color: #ffffff;
}

/* Icons */
.benefit-icon {
    display: block;
    font-size: 5rem;
    margin-bottom: 16px;
    color: #ffffff;
}

/* Title */
.benefit-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 10px;

}

/* Text */
.benefit-text {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 260px;
}



/* Fade animation */
.fade-in-element {
    opacity: 0;
    animation: fadeGrid 0.7s ease forwards;
}

@keyframes fadeGrid {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

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

/** page: brochure banner **/

.brochure-banner-section {
    background: linear-gradient(135deg, rgb(20, 40, 76), rgb(38, 76, 140));
}

/* Image styling: same 3D effect without inline style */
.brochure-image {
    max-height: 460px;
    transform: rotateY(-10deg) rotateX(3deg);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    transition: transform 0.25s ease;
}

/* Optional slight hover effect */
.brochure-image:hover {
    transform: rotateY(-6deg) rotateX(2deg) scale(1.02);
}

/* Title */
.brochure-title {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.brochure-title .accent {
    color: #c084fc;
    /* твій фірмовий ліловий відтінок */
}

/* Text */
.brochure-text {
    font-size: 1.125rem;
    opacity: 0.95;
    line-height: 1.55;
}


/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeInBrochure 0.7s ease forwards;
}

@keyframes fadeInBrochure {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

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

/* Mobile adjustments */
@media (max-width: 768px) {
    .brochure-title {
        font-size: 2rem;
    }

    .brochure-text {
        font-size: 1.05rem;
    }

    .brochure-image {
        max-height: 320px;
    }
}

/** page: video walkthrough section **/

.video-walkthrough-section {
    background: rgb(4, 69, 149);
}

.video-wrapper {
    max-width: 720px;
}


/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeInVideoWalkthrough 0.7s ease forwards;
}

@keyframes fadeInVideoWalkthrough {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

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

/** page: security trust **/

.security-trust-section {
    position: relative;
    background: #ffffff;
}

/* Blue left blocks */
.security-left {
    background-color: rgb(28, 76, 156);
}

/* Titles */
.section-title {
    font-size: 2rem;
    font-weight: 700;
}

.section-subtext {
    font-size: 1.1rem;
    opacity: 0.95;
}

/* List head titles */
.item-title {
    font-size: 1.25rem;
    font-weight: 700;
}

/* List text */
.item-text {
    font-size: 0.95rem;
    line-height: 1.45;
    opacity: 0.9;
}

/* Center logo */
.security-logo {
    max-width: 260px;
    margin: 40px auto;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
}



/* Animation */
.fade-in-element {
    opacity: 0;
    animation: fadeSecurity 0.6s ease forwards;
}

@keyframes fadeSecurity {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

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

/* Mobile adjustments */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.7rem;
    }

    .security-logo {
        display: none;
    }
}

/** page: why choose cxr **/

.cxr-why-section {
    background-color: #ffffff;
    padding-top: 72px;
    padding-bottom: 64px;
}

/* Background wave (previous inline style) */
.cxr-why-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url('/assets/images/landings/web_editor_Wavy_11.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    opacity: 0.5;
    z-index: 0;
}

/* Image */
.cxr-why-image {
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    max-width: 100%;
}


/* Animations */
.fade-in-element {
    opacity: 0;
    animation: fadeWhy 0.7s ease forwards;
}

@keyframes fadeWhy {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

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

/* Mobile adjustments */
@media (max-width: 768px) {
    .cxr-why-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

/** page: feature list **/

.feature-list-section {
    background-color: #2D3142;
    color: #ffffff;
}

/* Title section */
.feature-title {
    font-size: 1.9rem;
    font-weight: 700;
}

.feature-icon-large {
    width: 60px;
}

/* Feature icons */
.feature-icon {
    width: 28px;
    flex-shrink: 0;
}

/* Grid spacing */
.feature-grid {
    gap: 24px;
}


/* Animation */
.fade-in-element {
    opacity: 0;
    animation: fadeFeatureList 0.6s ease forwards;
}

@keyframes fadeFeatureList {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

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

/* Mobile */
@media (max-width: 768px) {
    .feature-title {
        font-size: 1.6rem;
    }
}

.faq-section .faq-btn {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0d2a4e;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #e7f0ff;
    color: #0d2a4e;
    box-shadow: none;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-body {
    font-size: 1rem;
    color: #4f5a67;
    line-height: 1.55;
}

.faq-section .accordion-item {
    border-radius: 8px;
}

.faq-section img {
    border-radius: 12px;
}

/* FINTRAC HERO SECTION */
.fintrac-hero {
    background: linear-gradient(to right, rgb(7, 53, 141), rgb(51, 153, 255));
    background-size: cover;
    background-position: center;
    position: relative;
}


/* Ensure smooth text on big headings */
.fintrac-hero h1 {
    font-size: 2.5rem;
}

@media (min-width: 992px) {
    .fintrac-hero h1 {
        font-size: 3rem;
    }

    .fintrac-hero p.lead {
        font-size: 1.25rem;
    }
}

/* Pain Points Cards */
.pain-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 32px 24px;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.pain-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}


/** page: cxr brochure hero **/

/* Generic animations */
.fade-in-element {
    opacity: 0;
    transform: translateY(8px);
    animation: fadeInElement 0.75s ease-out forwards;
}

@keyframes fadeInElement {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hover-scale-sm {
    --hover-scale-base-transform: none;
    transform: var(--hover-scale-base-transform);
    transition: transform 0.2s ease-out;
}

.hover-scale-sm:hover {
    transform: var(--hover-scale-base-transform) scale(1.03);
}

/* Section background */
.cxr-brochure-hero {
    background: linear-gradient(135deg, #14284c, #264c8c);
}



.cxr-brochure-hero-text {
    font-size: 1.125rem;
    line-height: 1.6;
    opacity: 0.95;
}



/* Image styling */
.cxr-brochure-hero-image {
    width: 100%;
    height: auto;
    max-height: 460px;
    object-fit: contain;
    --hover-scale-base-transform: perspective(1200px) rotateY(-10deg) rotateX(3deg);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}
/** page: cxr hero **/

/* Animations */
.fade-in-element {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInElement 0.75s ease-out forwards;
}

@keyframes fadeInElement {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hover-scale-sm {
    transition: transform 0.25s ease-out;
}

.hover-scale-sm:hover {
    transform: scale(1.03);
}

/* Section background */
.cxr-hero-mbs {
    background: linear-gradient(145deg, #144184, #0f2d5a);
    color: #ffffff;
}

.cxr-hero-text {
    font-size: 1.125rem;
    opacity: 0.95;
}



/* Image */
.cxr-hero-image {
    max-height: 460px;
    width: 100%;
    height: auto;
    object-fit: contain;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.admin-icon {
    width: 28px;
    margin-right: 10px;
}
/** page: integrations timeline **/
.cxr-timeline {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.cxr-timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.cxr-timeline-dot {
    width: 14px;
    height: 14px;
    background-color: #1C4C9C;
    /* бренд-синій ClearView */
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 6px;
    box-shadow: 0 0 0 4px rgba(28, 76, 156, 0.15);
}

.cxr-timeline-item:hover .cxr-timeline-dot {
    transform: scale(1.15);
    transition: 0.2s ease-in-out;
}
/** page: grouped feature cards **/

.cxr-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;

}

.cxr-list {
    padding-left: 1rem;
}

.cxr-list li {
    margin-bottom: 6px;
}