/*!
Theme Name: Source Hit child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alpha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


body {
    overflow-x: hidden;
    line-height: 1.5;
    color: #000;
}

ul {
    padding: 0;
    margin: 0;
}

.section {
    padding: 50px 0;
}

a {
    text-decoration: none !important;
    transition: 0.5s ease !important;
}

a,
input,
button {
    outline: 0 !important;
}

.post,
.page {
    margin: 0;
}

body,
p {
    font-weight: 400;
    color: #000;
    font-family: 'Proxima Nova Rg';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'Proxima Nova Lt';
}

.home .entry-title {
    display: none;
}

ul li,
li {
    list-style: none;
}

.skip-link.screen-reader-text {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
    opacity: 1;
}

#sidebar {
    display: none;
}

.entry-footer {
    clear: both;
}

#colophon {
    clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
    text-align: center;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    left: auto;
    margin-left: auto;
    position: relative;
    /*background-image: url(/wp-content/uploads/2020/10/404.jpg);*/
    background-size: cover;
    padding: 50px 0;
}

.not_found_inner {
    max-width: 100%;
}

.error404 #masthead,
.error404 #colophon {
    display: none;
}

.logo a {
    outline: 0 !important;
}

.error-404.not-found .logo {
    padding: 0;
    background-color: transparent;
}

.error-404.not-found h1 {
    font-size: 200px;
    line-height: 1;
    color: #404040;
    margin: 30px 0;
    ;
    font-weight: 800;

}

.error-404.not-found h1 span {
    color: #e01e26;
}

.page-header h3 {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
}

.page-header p {
    font-size: 22px !important;
    color: #000;
    margin-bottom: 20px;
}

.page-content .return_home {
    background-color: #e01e26;
    color: #fff;
    padding: 20px 50px;
    display: inline-block;
    font-size: 20px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border: 2px solid #e01e26;
}

.page-content .return_home:hover {
    transform: translateY(-3px);
    background-color: transparent;
    color: #000;
    transform: scale(1.1);
}


/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */


.search-results article.product,
.search-results article.page {
    display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
    content: '"';
}

.search-results .page-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.search-results .page-header {
    width: 100%;
}

.search-results #primary {
    display: flex;
    flex-wrap: wrap;
}

.search-results #primary article {
    width: 30%;
    margin: 0 1.5%;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    padding-top: 0;
    margin-bottom: 35px;
    border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.no-results.not-found {
    text-align: center;
    margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    width: 250px;
}

.no-results.not-found .search-form .search-submit {
    height: 45px;
    padding: 0 30px;
    border: 0;
    background-color: #0b204d;
    color: #fff;
    cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
    background-color: #252525;
}

.no-results.not-found .search-form label span {
    display: none;
    width: 0;
}

.search-results .nav-links {
    display: none;
}



/*SEARCH RESULTS - NO RESULTS CSS ENDS*/


/* Modal box CSS*/

.modal {
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background-color: transparent !important;
    border: 0px solid rgba(0, 0, 0, .2) !important;
}

.modal-footer {
    display: none !important;
}

.modal-header {
    border-bottom: 0px !important;
}

.close {
    color: #000 !important;
    opacity: 1 !important;
    border: 1px solid #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    padding: 0 !important;
    float: left !important;
    margin: 0 !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-dialog {
    max-width: 650px !important;
    margin: 50px auto !important;
}

.close span {
    display: block;
    color: #fff;
    position: absolute;
    left: 120%;
    top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    height: 50px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
    max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
    background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
    color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
    color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
    margin-left: 20px;
}

.asl_nores {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.results .asl_nores .asl_keyword {
    padding: 5px 0px !important;
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;
    border-top: 1px solid #eee;
}

.asl_nores_header {
    margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */


/*  Drop down menu CSS*/
#primary-menu {
    text-align: center;
}

#primary-menu li {
    display: inline-block;
    padding: 0 10px;
}

#primary-menu li a {
    padding: 10px 0;
    color: #000;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: -5px;
    top: 2px;
    display: block;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
    top: calc(100% + 10px);
    left: 10px;
    width: 220px;
    border-radius: 5px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#primary-menu .sub-menu li {
    display: block;
    padding: 0;
}

#primary-menu .sub-menu li a:hover {
    color: #fff;
    border-color: transparent;
}

#primary-menu .sub-menu li a {
    display: block;
    text-align: left;
    padding: 17px 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:last-child a {
    border-bottom: 0;
}

#primary-menu .sub-menu li a:hover::before {
    width: 100%;
    background-color: #0b204d;
    border-color: #0b204d;
}

#primary-menu .sub-menu li a::before {
    content: '';
    background-color: transparent;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    border-bottom: 1px solid transparent;
}

.menu-toggle {
    display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li a {
    padding-left: 35px;
}

#mm #primary-menu .sub-menu li a::before {
    content: unset;
}

#mm ul.sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translate(0);
    display: none !important;
    height: auto !important;
}

#mm ul.sub-menu.active-sub-menu {
    display: block !important;
}

#mml {
    padding: 0 15px;
    color: #ffffff;
}

#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 12px;
}

.mm {
    position: relative;
    background-color: #000;
    min-height: 49px;
}

#mmb {
    position: absolute;
    width: 40px;
    height: 50px;
    margin-right: 15px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#mmb span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#mmb span:nth-child(1) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb span:nth-child(2) {
    top: 26px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb.on span {
    height: 2px;
}

#mmb.on span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: 8px;
}

#mmb.on span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#mmb.on span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

#mm ul {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
}

#mm li {
    display: block;
    position: relative;
    padding: 0;
}

#mm #primary-menu a {
    display: block;
    padding: 16px 26px 15px 17px;
    border-bottom: #dedede 1px solid;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    background-color: #000;
    word-wrap: break-word;
    text-align: left;
}

#mm #primary-menu a:hover {
    background-color: #0b204d;
}

.mm,
#mm {
    display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
    color: #000;
    font-weight: 600;
}

.woocommerce td.product-name a:hover {
    color: #0b204d;
}

input#coupon_code {
    width: 200px !important;
    padding-left: 10px;
    margin-right: 10px;
    height: 45px;
    background-color: #eee;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
}

.coupon .button {
    height: 45px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    color: #fff;
    height: 45px;
}

.actions button {
    height: 45px;
}

.woocommerce a.added_to_cart {
    padding: 10px 20px;
    border-radius: 3px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    color: #fff;
    background-color: #0b204d;
    padding: 10px 20px;
    line-height: 1.5;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    color: #fff;
    background-color: #333;
}

.post-type-archive li .added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
}

.wc-proceed-to-checkout a,
#place_order {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    font-weight: 600 !important;
}

.wc-proceed-to-checkout a:hover,
#place_order:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: unset;
    display: block;
    width: 100%;
    height: 45px;
}

a.shipping-calculator-button {
    color: #0b204d;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce a.remove,
td.product-remove button {
    background: #0b204d !important;
    color: #fff !important;
    line-height: 22px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px;
}

.woocommerce-cart-form {
    width: 62%;
    float: left;
}

.woocommerce .cart-collaterals {
    width: 35%;
    float: right;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: 100%;
    background: rgba(84, 84, 84, 0.05);
    padding: 40px 40px 30px;
}

.woocommerce table.shop_table {
    border: 0;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    text-align: center;
}

.woocommerce table.shop_table th {
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 13px !important;
}

.woocommerce table.shop_table .actions {
    padding-top: 40px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebe9eb;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce .cart-collaterals table.shop_table td {
    padding-left: 0;
    padding-right: 0;
}

.cart_totals tr:not(:last-child) td {
    padding-bottom: 30px !important;
}

.qib-container button {
    cursor: pointer;
}

.woocommerce-shipping-destination {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #000;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 14px;
}

input[type="checkbox"],
input[type="radio"],
.input-radio,
.input-checkbox {
    width: 17px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    outline-width: medium;
    position: relative;
    border: none;
    cursor: pointer;
    outline-width: 0;
    border-radius: 50%;
    top: 3px;
}

input[type="radio"]::before {
    background: #0b204d;
}

.input-radio::before,
input[type="radio"]::before,
.input-radio::before,
input[type="checkbox"]::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.input-radio::before,
input[type="checkbox"]::before {
    border-radius: 0%;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after,
.input-radio::before,
.input-radio::after,
.input-checkbox::before,
.input-checkbox::after {
    content: "";
}

input[type="radio"]::after,
.input-radio::after,
input[type="checkbox"]::after,
.input-checkbox::after,
.widget_product_categories ul li a::before,
.widget_layered_nav ul li a::before,
.post_tags a,
.wpb_widgetised_column .tagcloud a,
.select2-container--default .select2-selection--multiple .select2-selection__choice {

    border-color: rgba(84, 84, 84, 0.8);

}

.input-radio::after,
input[type="radio"]::after {

    border-radius: 50%;

}

input[type="checkbox"]::after,
input[type="radio"]::after,
.input-radio::after,
.input-checkbox::after {
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid #a5a5a5;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

.input-radio:checked::before,
input[type="radio"]:checked::before,
.input-radio:checked::before,
input[type="checkbox"]:checked::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    background: #0b204d;
}

input[type="radio"]:checked::after,
.input-radio:checked::after,
input[type="checkbox"]:checked::after,
.input-checkbox:checked::after,
.return-to-shop .button.wc-backward {
    border-color: #0b204d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 400;
    height: 45px;
}

.woocommerce form .form-row {
    padding: 3px 0;
    margin: 0 0 06px;
    display: block;
}

#calc_shipping_city_field {
    margin-bottom: 2px;
}

.order-total .woocommerce-Price-amount {
    font-weight: 600 !important;
    font-size: 25px;
}

.woocommerce-checkout .checkout_coupon input#coupon_code {
    width: 100% !important;
    padding-left: 15px !important;
    display: inline-block;
    padding: 6px 10px;
}

.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 60%;
}

#order_review {
    width: 38%;
    background: rgba(84, 84, 84, 0.05);
    padding: 20px 40px 40px;
    position: relative;
}

#order_review_heading {
    display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: unset;
    width: 100%;
    max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: unset;
    width: 100%;
    max-width: 100%;
}

.checkout_coupon.woocommerce-form-coupon .button {
    height: 45px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
    width: 50%;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
    border: none;
    vertical-align: top;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
    padding: 16px 0px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
    padding-top: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 20px;
    margin-left: 10px;
    color: #000;
    font-weight: 300;
    font-size: 12px;
    border-bottom: 1px dashed;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    width: 80px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
#post-79 .entry-title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title.title h3,
div#customer_login h2 {
    text-transform: uppercase;
    color: #252525;
    font-size: 24px !important;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
}

span.select2-selection.select2-selection--single {
    height: 45px !important;
    padding: 9px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 10px;
}

form.checkout.woocommerce-checkout label {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
}

#order_comments {
    height: 100px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li {
    border-bottom: 1px solid rgba(84, 84, 84, 0.15);
    line-height: 16px;
    padding: 17px 0 14px;
}

#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce #payment ul.payment_methods li div.payment_box {
    background-color: transparent;
    line-height: 1.538em;
    padding: 0 35px;
    margin: 0;
    width: 100%;
    font-size: 1rem;
    margin-top: 20px !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce #payment div.payment_box p {
    font-size: 13px;
    line-height: 1.4285em;
    margin: -2px 0 0;
    margin-bottom: 0px;
    text-shadow: none;
    font-weight: 400;
    color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: unset;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
    color: #333;
}

.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding: 10px 0;
}

.woocommerce ul#shipping_method li label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

form.checkout.woocommerce-checkout ul.payment_methods li label {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 14px;
    text-transform: capitalize;
    line-height: 1.3em;
    font-weight: 700;
    color: #000;
    margin-top: 12px;
}

.woocommerce-error {
    border-color: #0b204d !important;
}

.woocommerce-message::before,
.woocommerce-error::before {
    color: #c12a30 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.woocommerce-message a,
a.woocommerce-Button.button,
p.return-to-shop a,
.added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    padding: 10px 22px !important;
    font-size: 16px !important;
    margin-top: 8px !important;
    font-weight: bold;
}

.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover,
.added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.woocommerce-message a {
    margin-top: 0 !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
    border-top-color: #0b204d !important;
}

.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #0b204d;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
    border: 0;
    padding-top: 15px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody td,
.woocommerce-order-received .woocommerce table.shop_table tbody th {
    border-bottom: 3px solid rgba(0, 0, 0, .9);
    margin-bottom: 40px;
    padding: 15px 0;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table th {
    padding: 15px 0;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-collapse: collapse;
}

.woocommerce-order-received .woocommerce td.product-name a {
    color: #0b204d;
    font-weight: 600;
    font-size: 20px;
}

.woocommerce-order-received .woocommerce td.product-name a:hover {
    color: #252525;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 7px;
}

.woocommerce form .form-row.create-account .input-checkbox {
    display: inline-block;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: unset;
}

#ship-to-different-address label span {
    margin-left: 8px;
    font-weight: bold;
    color: #000;
}

.tinv-wishlist .product-action {
    width: 165px;
}

#tinvwl_product_actions {
    height: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.tinvwl-table-manage-list tr td {
    border-top: 1px solid #ccc;
}

.tinvwl-to-left.look_in {
    display: flex;
    flex-wrap: wrap;
}

.select-wrapper {
    flex: 1;
    margin-right: 5px;
    position: relative;
}

.select-wrapper::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%);
    line-height: 0;
    color: #666;
}

.tinvwl-to-left.look_in .tinvwl-input-group {
    width: 100%;
    border-collapse: collapse;
}

.wishlist_item .product-thumbnail img {
    width: 100px;
    height: auto;
    max-width: unset;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
    margin-top: 0 !important;
}

.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses,
.u-columns.woocommerce-Addresses.col2-set.addresses {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account .woocommerce-column--shipping-address.col-2,
.woocommerce-account .woocommerce-column--billing-address.col-1,
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}

.woocommerce-account .col2-set::after,
.woocommerce-account .col2-set::before {
    content: unset;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
    border: 0;
    padding: 0 0 10px;
    line-height: 1.8;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tfoot th {
    text-align: right;
    border-top: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce table.shop_table th {
    padding: 20px 10px;
}

.woocommerce-account .woocommerce .account-orders-table {
    text-align: center;
}

.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account #customer_login .col-1,
#customer_login .col-2 {
    flex: 49%;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
    height: 550px;
}

/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
    padding: 9px 10px;
    display: block;
    border: 1px solid #0b204d;
    margin-bottom: 9px;
    color: white;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in;
    background-color: #0b204d;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #252525;
    color: white;
    border: 1px solid #252525;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    color: white !important;
    border: 1px solid #252525;
    background-color: #252525;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #0b204d;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #252525;
}

form.woocommerce-EditAccountForm fieldset {
    padding-left: 0;
    padding-right: 0;
}

/**DASHBOARD END**/
.woocommerce table.my_account_orders .button {
    background-color: #0b204d;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
    display: inline-block;
    font-weight: 300;
}

.woocommerce table.my_account_orders .button:hover {
    background-color: #252525;
    color: #fff;
}

.woocommerce-account .addresses .title h3 {
    position: relative;
}








.woocommerce-privacy-policy-text a {
    color: #252525;
}

.woocommerce-privacy-policy-text a:hover {
    color: #0b204d;
}

.woocommerce-info {
    border-top-color: #0b204d;
    margin-bottom: 10px !important;
}

.lost_password a {
    color: #252525 !important;
}

.lost_password a:hover {
    color: #0b204d !important;
}

.woocommerce-info::before {
    color: #0b204d;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a {
    color: #252525 !important;
}

.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
    color: #0b204d !important;
}

.woocommerce-privacy-policy-text {
    padding-bottom: 20px;
}

.woocommerce form .form-row .required {
    color: #0b204d;
}

a.showcoupon {
    font-size: 16px;
    font-weight: 500;
}







h3#order_review_heading {
    margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
    height: auto;
    border: none;
}

.woocommerce-cart-form .woocommerce-Price-amount.amount {
    font-size: 16px;
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 40px;
}


ul.woocommerce-error {
    margin-bottom: 50px !important;
}

.tinv-header {
    display: none;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear {
    margin-top: 30px;
}





.post-type-archive .products li {
    text-align: center;
}

.tax-product_cat .products li {
    text-align: center;
}

.tax-product_cat li .added_to_cart {
    background-color: #c12a30 !important;
    color: #fff !important;
    padding: 12px 22px !important;
    font-size: 14px !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    /*    display: inline-block !important; */
    font-weight: 300 !important;
}

.tax-product_cat li .added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.quantity {
    position: relative;
    width: fit-content;
}

.woocommerce-cart .quantity .minus {
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px 5px 14px 7px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}

.woocommerce-cart .quantity .plus {
    background: transparent;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 12px 4px 11px 4px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}


a.restore-item {
    margin-left: 10px;
    margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
    height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title {
    position: relative;
}

.woocommerce-order-received .woocommerce-column__title {
    position: relative;
}


.page-id-316 .wc-backward {
    margin-left: 20px !important;
    color: #252525 !important;
}

.page-id-316 .wc-backward:hover {
    color: #c12a30 !important;
}


.page-id-317 .woocommerce-MyAccount-content .woocommerce-Button {
    position: relative;
    top: 10px !important;
    text-align: center;
}

.page-id-317 .woocommerce-MyAccount-content a.woocommerce-Button {
    position: relative;
    top: -10px !important;
    text-align: center;
}

/* Woo Commerce End Here */



/* Home Page Style Start here  */

/* ---------- Sticky Header ---------- */
.home #masthead,
#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    padding: 30px 0 20px;
    /* background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.68) 63.03%, rgba(255, 255, 255, 0) 100%); */
}

#masthead .container {
    max-width: 1240px;
}

#masthead .site-branding img,
#masthead .site-branding .custom-logo {
    max-height: 60px;
    width: auto;
}

#masthead .main-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%;
}

#masthead #primary-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    text-align: right;
    margin: 0;
    padding: 0;
}

#masthead #primary-menu li {
    display: inline-block;
    padding: 0;
}

#masthead #primary-menu li a {
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000e37;
    padding: 8px 0;
    position: relative;
}

#masthead #primary-menu li a:hover,
#masthead #primary-menu li.current-menu-item a {
    color: #007dfe;
}

#masthead #primary-menu .menu-item-has-children::after {
    color: #000e37;
    right: -12px;
    top: 10px;
}

#masthead .col-md-3,
#masthead .col-md-9 {
    display: flex;
    align-items: center;
}

/* ---------- Hero Section ---------- */
.hero-section {
    position: relative;
    width: 100%;
    height: 1000px;
    background: #ffffff;
    overflow: hidden;
}

.hero-section .container.hero-container {
    position: relative;
    height: 100%;
    z-index: 3;
}

.hero-decor {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.hero-decor--blue {
    width: 1150px;
    height: 1150px;
    left: calc(50% - 720px + 454px);
    top: -150px;
    background: radial-gradient(circle, rgba(0, 125, 254, 0.35) 0%, rgba(0, 125, 254, 0.1) 40%, rgba(0, 0, 0, 0) 65%);
    opacity: 0.5;
}

.hero-decor--navy {
    width: 500px;
    height: 500px;
    left: calc(50% - 820px);
    top: 611px;
    background: radial-gradient(circle, rgba(7, 29, 73, 0.7) 0%, rgba(4, 15, 37, 0.35) 30%, rgba(0, 0, 0, 0) 65%);
    opacity: 0.17;
}

/* Left content */
.hero-content {
    position: absolute;
    top: 266px;
    left: 15px;
    width: 610px;
    z-index: 3;
}

.hero-heading {
    font-family: 'General Sans', 'Proxima Nova Lt', sans-serif;
    font-weight: 700;
    font-size: 65px;
    line-height: 83.2px;
    color: #000e37;
    margin: 0;
    letter-spacing: 0;
}

.hero-heading__line {
    display: block;
}

.hero-heading span>span {
    color: #007dfe;
}

.hero-heading .hl-yellow {
    color: #FF9E1B;
}

.hero-description {
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #000e37;
    width: 525px;
    margin: 28px 0 0;
}

/* Hero button — reusable across home page */
.hero-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 46px;
    padding: 14px 24px;
    margin-top: 40px;
    border: 1px solid #000e37;
    border-radius: 107px;
    background-color: transparent;
    color: #000e37;
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.hero-btn__label,
.hero-btn__icon {
    position: relative;
}

.hero-btn__icon {
    display: inline-block;
    width: 13px;
    height: 10px;
    flex-shrink: 0;
    color: inherit;
}

.hero-btn:hover,
.hero-btn:focus {
    background-color: #ff9e1b;
    border-color: #ff9e1b;
    color: #ffffff;
}

.hero-btn:hover .hero-btn__icon,
.hero-btn:focus .hero-btn__icon {
    color: #ffffff;
}

/* Right side rotated vertical marquee — 3 independent columns */
.hero-cards-wrapper {
    position: absolute;
    top: 50%;
    left: calc(50% + 200px);
    width: 990px;
    height: 1800px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 25px;
    padding: 0;
    z-index: 1;
    pointer-events: none;
    transform: translate(0, -50%) rotate(21deg);
    transform-origin: center center;
}

.hero-cards-row {
    width: 302px;
    height: 100%;
    overflow: hidden;
    flex-shrink: 0;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.hero-cards-track {
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.hero-card {
    width: 302px;
    height: auto;
    border-radius: 25px;
    overflow: hidden;
    background: #f5f6f8;
    flex-shrink: 0;
    box-shadow: 0 4px 24px rgba(0, 14, 55, 0.06);
}

.hero-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Column animations — alternating directions, varied speeds, seamless loop via duplicated content */
.hero-cards-row--1 .hero-cards-track {
    animation: heroScrollUp 50s linear infinite;
}

.hero-cards-row--2 .hero-cards-track {
    animation: heroScrollDown 60s linear infinite;
}

.hero-cards-row--3 .hero-cards-track {
    animation: heroScrollUp 55s linear infinite;
    animation-delay: -22s;
}

@keyframes heroScrollUp {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes heroScrollDown {
    0% {
        transform: translate3d(0, -50%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}










/* ============================================================
 * Section heading (shared eyebrow + centered title)
 * ============================================================ */
.section-heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-heading--center {
    align-items: center;
    text-align: center;
}

.section-eyebrow {
    font-family: 'Plus Jakarta Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #000e37;
    text-transform: uppercase;
    letter-spacing: 3px;
    white-space: nowrap;
}

.section-title {
    font-family: 'General Sans', 'Proxima Nova Lt', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
    color: #000e37;
    margin: 0;
    letter-spacing: 0;
}

.section-title .c-navy,
.platform-title .c-navy {
    color: #000e37;
}

.section-title .c-blue,
.platform-title .c-blue {
    color: #007dfe;
}

.section-title .c-orange,
.platform-title .c-orange {
    color: #ff9b01;
}

/* ============================================================
 * Section: The Source Hit Difference
 * ============================================================ */
.difference-section {
    position: relative;
    background: #ffffff;
    padding: 100px 0 100px;
}

.difference-section .section-heading {
    margin-bottom: 90px;
}

.difference-grid {
    min-height: 460px;
}

.difference-features {
    position: relative;
    width: 100%;
    max-width: 578px;
    min-height: 460px;
    overflow: visible;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.difference-features.is-ready {
    opacity: 1;
}

.diff-feature:nth-child(1) {
    transform: translate3d(0, 0, 0);
}

.diff-feature:nth-child(2) {
    transform: translate3d(0, 148px, 0);
}

.diff-feature:nth-child(3) {
    transform: translate3d(0, 254px, 0);
}

.diff-feature:nth-child(4) {
    transform: translate3d(0, 360px, 0);
}

.diff-feature:nth-child(5) {
    transform: translate3d(0, 466px, 0);
}

.diff-feature {
    --diff-ease: cubic-bezier(0.33, 1, 0.68, 1);
    --diff-dur: 0.65s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 15px 17.5px rgba(73, 73, 73, 0.08);
    transform: translate3d(0, 0, 0);
    will-change: transform;
    transition: transform var(--diff-dur) var(--diff-ease),
        box-shadow var(--diff-dur) var(--diff-ease);
    z-index: 1;
    backface-visibility: hidden;
}

.diff-feature__icon {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    box-sizing: border-box;
    transition: background-color var(--diff-dur) var(--diff-ease);
}

.diff-feature__icon img {
    width: 40px;
    height: 40px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    transition: all ease 0.5s;
}

.diff-feature.is-active .diff-feature__icon img {
    transform: translatex(12px);
}


.diff-feature__body {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.diff-feature__title {
    font-family: 'General Sans', 'Proxima Nova Lt', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #2a2223;
    margin: 0;
}

.diff-feature__desc {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height var(--diff-dur) var(--diff-ease),
        opacity var(--diff-dur) var(--diff-ease);
}

.diff-feature__desc p {
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #2a2223;
    margin: 0;
    padding-top: 6px;
}

.diff-feature.is-active {
    /* box-shadow: 0 22px 32px rgba(73, 73, 73, 0.12); */
    z-index: 2;
}

.diff-feature.is-active .diff-feature__icon {
    background-color: #007dfe;
}

.diff-feature.is-active .diff-feature__desc {
    max-height: 140px;
    opacity: 1;
}

.difference-video {
    /* width: 100%; */
    /* max-width: 621px; */
    height: 100%;
    /* margin-left: auto; */
    /* border-radius: 24px; */
    /* overflow: hidden; */
    /* background: #f5f6f8; */
    /* box-shadow: 0 20px 40px rgba(0, 14, 55, 0.08); */
}

.difference-video__el {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* ============================================================
 * Section: The Platform
 * ============================================================ */
.platform-section {
    position: relative;
    background: #ffffff;
    padding: 100px 0 120px;
}

.platform-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff;
    z-index: 0;
}

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

/* .platform-header {
    margin-bottom: 50px;
} */

.platform-header__left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.platform-title {
    font-family: 'General Sans', 'Proxima Nova Lt', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 70px;
    color: #000e37;
    margin: 0;
}

.platform-title__line {
    display: block;
}

.platform-header__desc {
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #000e37;
    max-width: 516px;
    margin: 0;
}

/* Browser window */
.platform-window {
    background: #000e37;
    border: 1.192px solid rgba(255, 255, 255, 0.09);
    border-radius: 28.615px;
    box-shadow: 0 57.231px 143.077px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.platform-window__bar {
    display: flex;
    align-items: center;
    gap: 11.923px;
    padding: 19px 28.615px 20.269px;
    background: rgba(255, 255, 255, 0.02);
    border-bottom: 1.192px solid rgba(255, 255, 255, 0.08);
}

.platform-window__dot {
    width: 14.308px;
    height: 14.308px;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
}

.platform-window__dot--red {
    background: #ff6058;
}

.platform-window__dot--yellow {
    background: #ffbd2e;
}

.platform-window__dot--green {
    background: #28ca41;
}

.platform-window__url {
    flex: 1 0 0;
    height: 28.615px;
    margin-left: 19.077px;
    padding: 0 14.308px;
    display: flex;
    align-items: center;
    gap: 9.538px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 19.077px;
}

.platform-window__lock {
    width: 14.308px;
    height: 14.308px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
    display: inline-block;
}

.platform-window__url-text {
    font-family: 'Consolas', monospace;
    font-size: 13.115px;
    line-height: 19.673px;
    color: rgba(255, 255, 255, 0.25);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.platform-window__body {
    display: flex;
    min-height: 572.308px;
}

/* Left preview panel */
.platform-preview {
    position: relative;
    width: 856.077px;
    padding: 57.231px;
    background: linear-gradient(150.71deg, rgba(13, 47, 107, 0.5) 3.67%, rgba(0, 0, 0, 0) 59.27%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-brand {
    position: absolute;
    top: 29.09px;
    left: 54.93px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.platform-brand__text {
    font-family: 'Montserrat', 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 28.414px;
    line-height: 28.414px;
    letter-spacing: 1.64px;
    color: #ffffff;
}

.platform-brand__text span {
    color: #007dfe;
}

.platform-brand__dots {
    display: flex;
    gap: 6.56px;
    margin-top: 8px;
}

.platform-brand__dots span {
    width: 7.65px;
    height: 7.65px;
    border-radius: 50%;
    background: #007dfe;
    display: inline-block;
}

.platform-brand__dots span:last-child {
    background: #ff9b01;
}

.platform-preview__image {
    max-width: 100%;
    max-height: 402.705px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.platform-preview__badge {
    position: absolute;
    right: 28.5px;
    bottom: 28px;
    padding: 8.346px 15.5px;
    background: rgba(0, 110, 179, 0.15);
    border: 1.192px solid rgba(0, 110, 179, 0.3);
    border-radius: 23.846px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 14.308px;
    line-height: 19.077px;
    color: #007dfe;
    white-space: nowrap;
}

/* Right config panel */
.platform-panel {
    width: 381.538px;
    padding: 20px 28.615px 20px 29.807px;
    border-left: 1.192px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 19.077px;
}

.platform-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 9.538px;
}

.platform-panel__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 21.462px;
    line-height: 33.385px;
    color: #ffffff;
    margin: 0;
}

.platform-panel__status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 14.308px;
    line-height: 19.077px;
    color: #ff9e1b;
}

.platform-panel__status .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff9e1b;
    display: inline-block;
}

.platform-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 4px;
}

.platform-tab {
    padding: 7.154px 15px;
    height: 33.981px;
    border-radius: 19.077px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 19.673px;
    color: rgba(255, 255, 255, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background: transparent;
}

.platform-tab.is-active {
    background: #007dfe;
    color: #ffffff;
    font-size: 13.115px;
}

.platform-options {
    background: rgba(255, 255, 255, 0.04);
    border: 1.192px solid rgba(255, 255, 255, 0.07);
    border-radius: 23.846px;
    padding: 20.269px;
    display: flex;
    flex-direction: column;
    gap: 14.308px;
}

.platform-options__label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 11.923px;
    line-height: 17.885px;
    letter-spacing: 1.19px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
}

.platform-options__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7.154px;
}

.platform-option {
    display: flex;
    align-items: center;
    gap: 14.308px;
    padding: 11.923px 14.308px;
    border-radius: 23.846px;
    background: rgba(255, 255, 255, 0.03);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 16.692px;
    line-height: 23.846px;
    color: rgba(255, 255, 255, 0.55);
}

.platform-option__radio {
    width: 16.692px;
    height: 16.692px;
    border: 2.385px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.platform-option.is-selected {
    background: rgba(0, 110, 179, 0.15);
    color: rgba(255, 255, 255, 0.9);
}

.platform-option.is-selected .platform-option__radio {
    border-color: #007dfe;
}

.platform-option.is-selected .platform-option__radio::after {
    content: "";
    width: 7.154px;
    height: 7.154px;
    background: #007dfe;
    border-radius: 50%;
}

/* Submit button (Platform-specific) — shares primary button hover behaviour */
.platform-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    height: 52.462px;
    width: 100%;
    border: 0;
    border-radius: 23.846px;
    background-color: #ff9b01;
    color: #ffffff;
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 16.692px;
    font-weight: 600;
    line-height: 23.846px;
    text-decoration: none !important;
    box-shadow: 0 4.769px 9.538px rgba(255, 158, 27, 0.4);
    -webkit-tap-highlight-color: transparent;
    transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    margin-top: auto;
}

.platform-btn__label,
.platform-btn__icon {
    position: relative;
}

.platform-btn__icon {
    width: 13px;
    height: 10px;
    flex-shrink: 0;
    color: inherit;
}

.platform-btn:hover,
.platform-btn:focus,
.platform-btn:active,
.platform-btn:focus-visible {
    background-color: #ff9e1b;
    color: #ffffff;
    border: 0;
    outline: 0;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(255, 158, 27, 0.35);
}

.platform-btn:hover .platform-btn__icon,
.platform-btn:focus .platform-btn__icon {
    color: #ffffff;
}

/* Platform section CTA (under the browser window) */
.platform-cta {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.platform-cta .hero-btn {
    margin-top: 0;
}

/* ============================================================
 * Section: Product Catalog
 * ============================================================ */
.products-section {
    position: relative;
    background: #ffffff;
    padding: 100px 0 120px;
    overflow: hidden;
}

.products-section .section-heading {
    margin-bottom: 60px;
}

.product-grid {
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 20px;
}

.product-grid>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.product-grid__col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-grid__col--center {
    height: 764px;
}

.product-card {
    position: relative;
    display: block;
    width: 100%;
    height: 372px;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(53, 58, 72, 0.05);
    text-decoration: none !important;
    isolation: isolate;
}

.product-card--tall {
    height: 764px;
}

.product-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
}

.product-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 2;
    pointer-events: none;
    border-radius: inherit;
}

.product-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    text-align: center;
    pointer-events: none;
}

.product-card__title {
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 52px;
}

.product-card .product-card__title {
    font-size: 45px;
}

.product-card--tall .product-card__title {
    font-size: 52px;
}

.product-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #ff9b01;
}

.product-card__arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.product-card:hover::after,
.product-card:focus-visible::after {
    opacity: 1;
}

.product-card:hover .product-card__overlay,
.product-card:focus-visible .product-card__overlay {
    opacity: 1;
}

.product-card:hover .product-card__arrow,
.product-card:focus-visible .product-card__arrow {
    transform: translateX(3px);
}

.products-cta {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.products-cta .hero-btn {
    margin-top: 0;
}

/* Scout — bottom-right decoration anchored to the section */
.products-scout {
    position: absolute;
    right: 20px;
    bottom: 40px;
    width: 443px;
    height: 215px;
    pointer-events: none;
    z-index: 5;
}

.products-scout__message {
    position: absolute;
    top: 14px;
    left: 0;
    width: 326px;
    min-height: 124px;
    padding: 17px 23px 20px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 15px 17.5px rgba(73, 73, 73, 0.08);
    pointer-events: auto;
}

.products-scout__close {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 20px;
    height: 20px;
    border: 0;
    background: transparent;
    color: #000e37;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.products-scout__title {
    display: block;
    font-family: 'General Sans', 'Proxima Nova Lt', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18.6px;
    letter-spacing: 0.6px;
    color: #071d49;
    margin-bottom: 4px;
}

.products-scout__text {
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #2a2223;
    margin: 0 0 6px;
}

.products-scout__link {
    display: inline-block;
    font-family: 'General Sans', 'Proxima Nova Lt', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #007dfe;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

a.products-scout__link:hover,
a.products-scout__link:focus {
    color: #005ec2;
}

.products-scout__avatar {
    position: absolute;
    top: 87px;
    left: 315px;
    width: 128px;
    height: 128px;
    object-fit: contain;
    pointer-events: none;
}

/* ============================================================
 * Section: The Process
 * ============================================================ */
.process-section {
    position: relative;
    padding: 100px 0 120px;
    background: linear-gradient(180deg, #f6f6f6 0%, #ffffff 12%);
}

.process-section__eyebrow {
    color: #ff9b01;
    letter-spacing: 3px;
}

.process-section .section-heading {
    margin-bottom: 90px;
}

.process-timeline {
    position: relative;
    width: 100%;
    height: 420px;
}

.process-timeline__track,
.process-timeline__progress {
    position: absolute;
    left: calc(50% - 50vw);
    width: 100vw;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    z-index: 1;
    pointer-events: none;
}

.process-timeline__track {
    background: #000e37;
    z-index: 1;
}

.process-timeline__progress {
    background: #ff9b01;
    transform-origin: left center;
    transform: scaleX(0);
    opacity: 1;
    z-index: 2;
    transition: opacity 0.5s ease;
    will-change: transform, opacity;
}

.process-timeline__steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.process-step {
    position: relative;
    width: 232px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0.02;
    transition: opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: opacity;
}

.process-step.is-visible {
    opacity: 1;
}

/* Group: icon column | connector | content — spans card zone height */
.process-step__group {
    position: absolute;
    left: 0;
    display: flex;
    align-items: stretch;
    gap: 14px;
    width: 320px;
    height: 190px;
}

.process-step--above .process-step__group {
    bottom: 50%;
}

.process-step--below .process-step__group {
    top: 50%;
}

.process-step__icon-col {
    width: 30px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}

.process-step--above .process-step__icon-col {
    align-items: flex-start;
}

.process-step--below .process-step__icon-col {
    align-items: flex-end;
}

.process-step__connector {
    display: block;
    width: 2px;
    align-self: stretch;
    background: #000e37;
    flex-shrink: 0;
}

.process-step__icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff9b01;
}

.process-step__icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.process-step__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
}

.process-step--above .process-step__body {
    justify-content: flex-start;
}

.process-step--below .process-step__body {
    justify-content: flex-start;
    padding-top: 30px;
}

.process-step__title {
    font-family: 'General Sans', 'Proxima Nova Lt', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #000e37;
    margin: 0;
}

.process-step__desc {
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000e37;
    margin: 0;
}

.process-step__dot {
    position: absolute;
    left: 30px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 155, 1, 0.22);
    z-index: 4;
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
        box-shadow 0.35s ease;
}

.process-step__dot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff9b01;
    transform: translate(-50%, -50%);
}

.process-step__number {
    position: absolute;
    left: 0;
    font-family: 'General Sans', 'Proxima Nova Lt', sans-serif;
    font-weight: 600;
    font-size: 36.87px;
    line-height: 1.2;
    color: #000e37;
}

.process-step--above .process-step__number {
    top: calc(50% + 22px);
}

.process-step--below .process-step__number {
    bottom: calc(50% + 22px);
}

.process-step--highlight .process-step__number {
    color: #ff9b01;
}

.process-step:hover .process-step__dot {
    transform: scale(1.12);
    box-shadow: 0 6px 18px rgba(255, 155, 1, 0.32);
}

/* ============================================================
 * Section: AI-Powered Curation (Scout's Picks)
 * ============================================================ */
.ai-section {
    position: relative;
    background: #ffffff;
    padding: 100px 0 100px;
    overflow: hidden;
}

.ai-section__eyebrow {
    color: #ff9b01;
    letter-spacing: 3px;
}

.ai-header {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.ai-header__text {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.ai-scout {
    position: absolute;
    left: calc(50% - 290px);
    top: -33px;
    width: 125px;
    height: 125px;
    z-index: 1;
}

.ai-scout img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.ai-scout__shadow {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 108px;
    height: 22px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(7, 29, 73, 0.30) 0%, rgba(7, 29, 73, 0) 70%);
    filter: blur(2px);
    pointer-events: none;
}

/* Custom slider — fixed 5 slot positions matching Figma variant */
.ai-slider-wrap {
    position: relative;
    width: 100%;
    max-width: 1252px;
    margin: 0 auto;
}

.ai-slider {
    position: relative;
    width: 100%;
    height: 380px;
}

.ai-slide {
    position: absolute;
    left: 50%;
    top: 0;
    width: 353px;
    height: 321px;
    margin-left: -176.5px;
    box-sizing: border-box;
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: center center;
    transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1),
        opacity 0.5s ease;
    cursor: pointer;
    will-change: transform, opacity;
    z-index: 1;
}

.ai-slide--slot-0 {
    transform: translate3d(0, 0, 0) scale(1);
    z-index: 5;
    cursor: default;
}

.ai-slide--slot-p1 {
    transform: translate3d(338px, 0, 0) scale(0.875);
    z-index: 4;
}

.ai-slide--slot-n1 {
    transform: translate3d(-338px, 0, 0) scale(0.875);
    z-index: 4;
}

.ai-slide--slot-p2 {
    transform: translate3d(505px, 0, 0) scale(0.683);
    z-index: 3;
}

.ai-slide--slot-n2 {
    transform: translate3d(-505px, 0, 0) scale(0.683);
    z-index: 3;
}

.ai-slide--hidden {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 0, 0) scale(0.5);
    z-index: 0;
}

.ai-card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    color: #ffffff;
    box-sizing: border-box;
    background: rgba(53, 58, 72, 0.05);
    box-shadow: 0 34px 68px -27px rgba(0, 0, 0, 0.55);
    border: 2px solid transparent;
    transition: border-color 0.4s ease;
    isolation: isolate;
}

.ai-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
}

.ai-card__overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.85) 90%); */
    z-index: 1;
    pointer-events: none;
    border-radius: inherit;
}

.ai-card__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 11px;
    background: #ffffff;
    color: #071d49;
    border-radius: 20px;
    font-family: 'General Sans', 'Proxima Nova Lt', sans-serif;
    font-weight: 600;
    font-size: 10.5px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    z-index: 2;
    transition: background 0.4s ease, color 0.4s ease;
    white-space: nowrap;
}

.ai-card__body {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 24px;
    z-index: 2;
}

.ai-card__title {
    font-family: 'General Sans', 'Proxima Nova Lt', sans-serif;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 8px;
    letter-spacing: -0.24px;
    font-size: 21px;
    line-height: 24px;
}

.ai-card__desc {
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    opacity: 0.9;
    font-size: 15.5px;
    line-height: 23px;
}

/* Active slide — orange border + orange badge */
.ai-slide--slot-0 .ai-card {
    border-color: #ff9e1b;
}

.ai-slide--slot-0 .ai-card__badge {
    background: #ff9e1b;
    color: #071d49;
}

/* Pagination dots */
.ai-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.ai-dot {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: #000e37;
    cursor: pointer;
    transition: width 0.35s ease, background 0.35s ease;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.ai-dot:focus,
.ai-dot:hover {
    outline: none;
}

.ai-dot.is-active {
    width: 26px;
    background: #ff9b01;
}

/* ============================================================
 * Section: Final CTA — Ready to Build Something Amazing?
 * ============================================================ */
.final-cta-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0 100px;
    background:
        radial-gradient(ellipse 1020px 322px at 50% 50%, rgba(0, 57, 92, 1) 15%, rgba(7, 29, 73, 1) 72%),
        #071d49;
    color: #ffffff;
    isolation: isolate;
}

.final-cta-section__glow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(calc(-50% + 6px));
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, rgba(0, 110, 179, 1) 0%, rgba(0, 83, 134, 0.75) 25%, rgba(0, 55, 90, 0.5) 50%, rgba(0, 28, 45, 0.25) 75%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
}

.final-cta-section .container {
    position: relative;
    z-index: 1;
}

.final-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px 100px 0;
}

.final-cta__heading {
    font-family: 'General Sans', 'Proxima Nova Lt', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -2.1px;
    color: #ffffff;
    margin: 0;
}

.final-cta__heading .c-blue {
    color: #007dfe;
}

.final-cta__heading .c-orange {
    color: #ff9b01;
}

.final-cta__desc {
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    max-width: 748px;
    margin: 24px 0 0;
}

.final-cta .hero-btn {
    margin-top: 40px;
}

/* Light variant of hero button — reused on dark backgrounds */
.hero-btn--light {
    border-color: #ffffff;
    color: #ffffff;
}

.hero-btn--light:hover,
.hero-btn--light:focus {
    background-color: #ff9e1b;
    border-color: #ff9e1b;
    color: #ffffff;
}

/* ============================================================
 * Footer
 * ============================================================ */
.site-footer {
    position: relative;
    padding: 70px 0 0;
    background:
        radial-gradient(ellipse 1440px 359px at 50% 50%, rgba(0, 125, 254, 0.17) 0%, rgba(255, 255, 255, 0) 65%),
        #fefefe;
    color: #000e37;
}

.site-footer .footer {

    padding-bottom: 50px;

}

.site-footer .footer__row {
    align-items: flex-start;
}

.footer-col {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-col--brand {
    max-width: 450px;
}

.footer-brand {
    display: inline-block;
    text-decoration: none !important;
    margin-bottom: 16px;
}

.footer-brand__logo {
    max-height: 44px;
    width: auto;
    display: block;
}

.footer-brand__desc {
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 14px;
    line-height: 22.75px;
    color: #000e37;
    max-width: 304px;
    margin: 0 0 20px;
}

.footer-socials {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-socials__item {
    display: block;
}

.footer-social {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #000e37;
    color: #ffffff;
    text-decoration: none !important;
    transition: background 0.35s ease, transform 0.35s ease;
}

.footer-social svg {
    width: 16px;
    height: 16px;
    display: block;
}

.footer-social:hover,
.footer-social:focus {
    background: #007dfe;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Menu widgets (Platform / Company) styled to match Figma */
.footer-widget-title,
.site-footer .footer-widget h2.widget-title,
.site-footer .footer-widget h2,
.site-footer .footer-widget h3,
.site-footer .footer-widget h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.35px;
    color: #000e37;
    margin: 0 0 20px;
    text-transform: none;
}

.site-footer .footer-widget ul,
.site-footer .footer-widget .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-widget li {
    padding: 0;
    margin-bottom: 12px;
    line-height: 20.25px;
}

.site-footer .footer-widget li:last-child {
    margin-bottom: 0;
}

.site-footer .footer-widget li a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 13.5px;
    line-height: 20.25px;
    color: #000e37;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.site-footer .footer-widget li a:hover,
.site-footer .footer-widget li a:focus {
    color: #007dfe;
}

/* Newsletter column */
.footer-col--newsletter {
    max-width: 340px;
}

.footer-newsletter__desc {
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000e37;
    margin: 0 0 16px;
    max-width: 264px;
}

.footer-newsletter {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    width: 298px;
    height: 40px;
    padding: 4px 4px 4px 18px;
    border: 0.5px solid #000e37;
    border-radius: 68px;
    background: #ffffff;
    box-shadow: 0 2.7px 40.6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.footer-newsletter__input {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    outline: none;
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000e37;
}

.footer-newsletter__input::placeholder {
    color: #000e37;
    opacity: 0.65;
}

.footer-newsletter__btn {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ff9b01;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.35s ease, transform 0.35s ease;
}

.footer-newsletter__btn:hover,
.footer-newsletter__btn:focus {
    background: #000e37;
    transform: translateX(2px);
    outline: 0;
}

.footer-newsletter__btn svg {
    width: 16px;
    height: 16px;
    display: block;
}

.footer-newsletter__msg {
    position: absolute;
    top: 100%;
    left: 4px;
    right: 4px;
    margin-top: 8px;
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000e37;
}

.footer-newsletter__msg.is-success {
    color: #007dfe;
}

.footer-newsletter__msg.is-error {
    color: #d64545;
}

.footer-newsletter__msg.is-loading {
    color: rgba(0, 14, 55, 0.55);
}

/* Copyright bar */
.site-footer .copyrights {
    padding: 0 0 20px;
    background: transparent;
}

.site-footer .copyrights .copyright {
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #000e37;
    margin: 0;
}

.site-footer .copyrights .copyright-brand {
    font-family: 'General Sans', 'Proxima Nova Lt', sans-serif;
    font-weight: 700;
    color: #000e37;
    text-decoration: none !important;
    margin: 0 4px;
    transition: color 0.3s ease;
}

.site-footer .copyrights .copyright-brand:hover,
.site-footer .copyrights .copyright-brand:focus {
    color: #ff9b01;
}

.site-footer .copyrights__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #000e37;
}

.site-footer .copyrights__links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.site-footer .copyrights__links li {
    position: relative;
    padding: 0;
    line-height: 28px;
}

.site-footer .copyrights__links li+li::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 8px;
    width: 1px;
    height: 14px;
    background: #000e37;
}

.site-footer .copyrights__links a,
.site-footer .copyrights__links li a {
    color: #000e37;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.site-footer .copyrights__links a:hover,
.site-footer .copyrights__links a:focus {
    color: #007dfe;
}

/* ============================================================
 * Platform section — Figma refinements
 * ============================================================ */
.platform-section .section-eyebrow {
    color: #ff9e1b;
}

.platform-mockup {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.platform-mockup__image {
    width: 100%;
    max-width: 1240px;
    height: auto;
    display: block;
}









@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}


@media (min-width: 1250px) {
    .container {
        max-width: 1240px !important;
    }
}



@media (max-width: 767px) {

    .mm,
    #mm {
        display: block;
    }

    #primary-menu {
        display: none;
    }
}

/* Mobile menu — desktop hides these; ≤991 media below reveals them */
.mobile-menu-toggle,
.mobile-sidebar,
.mobile-sidebar-overlay {
    display: none;
}


/* Responsive Style Start Here  */


@media (max-width: 1440px) {
    .hero-card {
        width: 202px;
    }

    .hero-cards-row {
        width: 202px;
    }

}

@media (max-width: 1300px) {
    .process-step__group {
        width: 250px;
    }

    .process-step__desc {
        font-size: 14px;
        line-height: 20px;
    }

    .process-timeline__steps {
        justify-content: center;
    }
}

@media (max-width: 1199px) {

    /* ---------- Shared ---------- */
    .section-title {
        font-size: 44px;
        line-height: 52px;
    }

    /* ---------- Header / Nav ---------- */
    #masthead #primary-menu {
        gap: 24px;
    }

    /* ---------- Hero ---------- */
    .hero-section {
        height: 820px;
    }

    .hero-content {
        top: 200px;
        width: 560px;
    }

    .hero-heading {
        font-size: 52px;
        line-height: 66px;
    }

    .hero-description {
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        max-width: 500px;
    }

    .hero-decor--blue {
        width: 900px;
        height: 900px;
        left: calc(50% - 500px + 320px);
    }

    .hero-decor--navy {
        width: 400px;
        height: 400px;
        left: calc(50% - 680px);
    }

    .hero-cards-wrapper {
        left: calc(50% + 140px);
        width: 820px;
        height: 1500px;
        gap: 20px;
    }

    .hero-cards-row,
    .hero-card {
        width: 180px;
    }

    /* ---------- Difference ---------- */
    .difference-section {
        padding: 80px 0;
    }

    .difference-section .section-heading {
        margin-bottom: 60px;
    }

    .difference-features {
        max-width: 480px;
    }

    /* ---------- Platform ---------- */
    .platform-section {
        padding: 80px 0 90px;
    }

    .platform-title {
        font-size: 44px;
        line-height: 56px;
    }

    .platform-header__desc {
        font-size: 18px;
        line-height: 28px;
    }

    /* ---------- Products ---------- */
    .products-section {
        padding: 80px 0 90px;
    }

    .products-section .section-heading {
        margin-bottom: 40px;
    }

    .product-card .product-card__title {
        font-size: 36px;
        line-height: 44px;
    }

    .product-card--tall .product-card__title {
        font-size: 40px;
        line-height: 48px;
    }

    .products-scout {
        right: 15px;
        bottom: 30px;
        width: 380px;
        height: 190px;
    }

    .products-scout__avatar {
        left: 260px;
        width: 108px;
        height: 108px;
    }

    .product-card {
        height: 282px;
    }

    .product-card--tall {
        height: 587px;
    }

    .product-grid__col--center {
        height: 604px;
    }

    /* ---------- Process ---------- */
    .process-section {
        padding: 80px 0 90px;
    }

    .process-section .section-heading {
        margin-bottom: 60px;
    }

    .process-step {
        width: 200px;
    }

    .process-step__group {
        width: 210px;
    }

    /* ---------- AI / Scout's Picks ---------- */
    .ai-section {
        padding: 80px 0;
    }

    .ai-slide--slot-p1 {
        transform: translate3d(280px, 0, 0) scale(0.85);
    }

    .ai-slide--slot-n1 {
        transform: translate3d(-280px, 0, 0) scale(0.85);
    }

    .ai-slide--slot-p2 {
        transform: translate3d(420px, 0, 0) scale(0.65);
    }

    .ai-slide--slot-n2 {
        transform: translate3d(-420px, 0, 0) scale(0.65);
    }

    /* ---------- Final CTA ---------- */
    .final-cta-section {
        padding: 80px 0;
    }

    .final-cta {
        padding: 20px 40px 0;
    }

    .final-cta__heading {
        font-size: 48px;
        line-height: 60px;
    }

    .final-cta__desc {
        font-size: 20px;
        line-height: 30px;
    }
}


@media (max-width: 991px) {

    /* ---------- Header (mobile hamburger + off-canvas sidebar) ---------- */
    #masthead {
        position: relative;
    }

    #masthead .row {
        align-items: center;
    }

    #masthead .col-md-3 {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    #masthead .col-md-9 {
        display: none;
    }

    #masthead #site-navigation {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        padding: 10px;
        background: transparent;
        border: 0;
        cursor: pointer;
        z-index: 1002;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background: #000e37;
        border-radius: 2px;
        transform-origin: center center;
        transition: transform 0.3s ease, opacity 0.2s ease, background 0.3s ease;
    }

    .mobile-menu-toggle.is-open span {
        background: #000e37;
    }

    .mobile-menu-toggle.is-open span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .mobile-menu-toggle.is-open span:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }

    .mobile-menu-toggle.is-open span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .mobile-sidebar-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 14, 55, 0.5);
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
        transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    }

    .mobile-sidebar-overlay.is-open {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease, visibility 0s linear 0s;
    }

    .mobile-sidebar {
        display: flex;
        flex-direction: column;
        gap: 24px;
        position: fixed;
        top: 0;
        right: 0;
        width: min(320px, 85vw);
        max-width: 100%;
        height: 100vh;
        padding: 24px;
        background: #ffffff;
        z-index: 1001;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
        box-shadow: none;
    }

    .mobile-sidebar.is-open {
        transform: translateX(0);
        box-shadow: -12px 0 24px rgba(0, 14, 55, 0.12);
    }

    .mobile-sidebar__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(0, 14, 55, 0.08);
    }

    .mobile-sidebar__logo img,
    .mobile-sidebar__logo .custom-logo {
        max-height: 40px;
        width: auto;
        display: block;
    }

    .mobile-sidebar__close {
        position: relative;
        width: 32px;
        height: 32px;
        padding: 0;
        background: transparent;
        border: 0;
        cursor: pointer;
    }

    .mobile-sidebar__close span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 2px;
        background: #000e37;
        border-radius: 2px;
        transform-origin: center center;
    }

    .mobile-sidebar__close span:nth-child(1) {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .mobile-sidebar__close span:nth-child(2) {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .mobile-sidebar__nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-sidebar__nav li {
        border-bottom: 1px solid rgba(0, 14, 55, 0.06);
    }

    .mobile-sidebar__nav a {
        display: block;
        padding: 14px 4px;
        font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #000e37;
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .mobile-sidebar__nav a:hover,
    .mobile-sidebar__nav .current-menu-item>a,
    .mobile-sidebar__nav .current_page_item>a {
        color: #007dfe;
    }

    .mobile-sidebar__nav .sub-menu {
        padding-left: 16px;
        border-top: 1px solid rgba(0, 14, 55, 0.04);
    }

    .mobile-sidebar__nav .sub-menu a {
        padding: 10px 4px;
        font-size: 14px;
        font-weight: 500;
    }

    body.mobile-sidebar-locked {
        overflow: hidden;
    }

    /* ---------- Shared ---------- */
    .section-title {
        font-size: 38px;
        line-height: 46px;
    }

    /* ---------- Hero ---------- */
    .hero-section {
        height: 720px;
    }

    .hero-content {
        position: relative;
        top: auto;
        left: auto;
        width: 60%;
        padding-top: 150px;
    }

    .hero-heading {
        font-size: 44px;
        line-height: 56px;
    }

    .hero-description {
        font-size: 18px;
        line-height: 28px;
        max-width: 80%;
    }

    .hero-decor--blue {
        width: 700px;
        height: 700px;
        left: auto;
        right: -260px;
        top: -180px;
        opacity: 0.35;
    }

    .hero-decor--navy {
        width: 340px;
        height: 340px;
        left: -140px;
        top: 480px;
    }

    .hero-cards-wrapper {
        left: calc(50% + 60px);
        width: 620px;
        height: 1200px;
        gap: 16px;
        opacity: 1;
    }

    .hero-cards-row,
    .hero-card {
        width: 180px;
    }

    /* ---------- Difference ---------- */
    .difference-section {
        padding: 60px 0;
    }

    .difference-section .section-heading {
        margin-bottom: 40px;
    }

    /* Preserve the desktop absolute-stack animation on tablet/mobile:
       keep JS transforms untouched and lock the container height so the
       section below never shifts while boxes open/close/cycle. */
    .difference-features {
        max-width: 100%;
        margin: 0 auto 40px;
        min-height: 500px;
    }

    .difference-video {
        max-width: 100%;
        margin: 0 auto;
    }

    /* ---------- Platform ---------- */
    .platform-section {
        padding: 60px 0 70px;
    }

    .platform-header .col-md-7,
    .platform-header .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .platform-header .col-md-5 {
        margin-top: 20px;
    }

    .platform-header__left {
        max-width: 100%;
    }

    .platform-title {
        font-size: 40px;
        line-height: 50px;
    }

    .platform-mockup {
        margin-top: 40px;
    }

    .platform-cta {
        margin-top: 40px;
    }

    /* ---------- Products ---------- */
    .products-section {
        padding: 60px 0 80px;
    }

    .product-card .product-card__title {
        font-size: 30px;
        line-height: 38px;
    }

    .product-card--tall .product-card__title {
        font-size: 32px;
        line-height: 40px;
    }

    .products-scout {
        position: relative;
        right: 0;
        bottom: 0;
        margin: 40px 0 0 auto;
    }

    .product-card {
        height: 210px;
    }

    .product-grid__col--center {
        height: 460px;
    }

    .product-card--tall {
        height: 440px;
    }

    /* ---------- Process ---------- */
    .process-section {
        padding: 60px 0 80px;
    }

    .process-timeline {
        height: auto;
        padding: 20px 0;
    }

    .process-timeline__track,
    .process-timeline__progress {
        left: 24px;
        right: auto;
        width: 2px;
        top: 0;
        height: 100%;
        margin-top: 0;
    }

    .process-timeline__progress {
        transform-origin: top center;
        transform: scaleY(0);
    }

    .process-timeline__steps {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        gap: 40px;
    }

    .process-step {
        width: 100%;
        height: auto;
        padding-left: 70px;
    }

    .process-step__group {
        position: relative;
        top: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: auto;
        gap: 12px;
    }

    .process-step--above .process-step__group,
    .process-step--below .process-step__group {
        top: auto;
        bottom: auto;
    }

    .process-step__connector {
        display: none;
    }

    .process-step__icon-col {
        width: 30px;
        align-items: flex-start !important;
    }

    .process-step__body {
        padding-top: 0 !important;
    }

    .process-step__dot {
        position: absolute;
        left: 9px;
        top: 0px;
    }

    .process-step__number {
        position: relative;
        left: auto;
        top: auto !important;
        bottom: auto !important;
        font-size: 28px;
        margin-bottom: 4px;
    }

    /* ---------- AI / Scout's Picks ---------- */
    .ai-section {
        padding: 60px 0;
    }

    .ai-slider {
        height: 340px;
    }

    .ai-slide {
        width: 300px;
        height: 280px;
        margin-left: -150px;
    }

    .ai-slide--slot-p1 {
        transform: translate3d(220px, 0, 0) scale(0.82);
    }

    .ai-slide--slot-n1 {
        transform: translate3d(-220px, 0, 0) scale(0.82);
    }

    .ai-slide--slot-p2,
    .ai-slide--slot-n2 {
        opacity: 0;
        pointer-events: none;
    }

    /* ---------- Final CTA ---------- */
    .final-cta-section {
        padding: 60px 0;
    }

    .final-cta {
        padding: 0 20px;
    }

    .final-cta__heading {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -1px;
    }

    .final-cta__desc {
        font-size: 18px;
        line-height: 28px;
    }

    /* ---------- Footer ---------- */
    .site-footer {
        padding: 60px 0 0;
    }

    .footer-col--brand {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .ai-scout {
    left: calc(50% - 230px);
}


}


@media (max-width: 767px) {

    /* ---------- Shared ---------- */
    .section-title {
        font-size: 30px;
        line-height: 38px;
    }

    .section-eyebrow {
        font-size: 11px;
        letter-spacing: 2px;
    }

    /* ---------- Header / Nav ---------- */
    /* Header layout handled by the 991 breakpoint rules above; nothing extra needed here. */

    /* ---------- Hero ---------- */
    .hero-section {
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: 0;
        padding: 100px 0 40px;
    }

    .hero-container {
        order: 1;
        width: 100%;
    }

    .hero-content {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding-top: 80px;
        text-align: center;
    }

    .hero-heading {
        font-size: 34px;
        line-height: 42px;
        text-align: center;
    }

    .hero-description {
        font-size: 16px;
        line-height: 24px;
        margin: 20px auto 0;
        max-width: 100%;
        text-align: center;
    }

    .hero-btn {
        margin-top: 28px;
        padding: 12px 20px;
        font-size: 13px;
    }

    .hero-decor--blue {
        width: 400px;
        height: 400px;
        right: -180px;
        top: -140px;
        opacity: 0.28;
    }

    .hero-decor--navy {
        width: 220px;
        height: 220px;
        left: -100px;
        top: 380px;
    }

    /* Mobile marquee — 3 stacked horizontal rows, tilted (reuses base slider markup) */
    .hero-cards-wrapper {
        order: 2;
        display: flex;
        flex-direction: column;
        position: relative;
        top: auto;
        left: 50%;
        width: 120vw;
        max-width: none;
        height: auto;
        margin: 40px 0 0;
        padding: 20px 0;
        gap: 14px;
        opacity: 1;
        overflow: hidden;
        pointer-events: none;
        transform: translateX(-50%) rotate(-8deg);
        transform-origin: center center;
        -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
        mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
    }

    .hero-cards-row,
    .hero-cards-row--1,
    .hero-cards-row--2,
    .hero-cards-row--3 {
        display: block;
        width: 100%;
        height: 200px;
        overflow: hidden;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .hero-cards-row .hero-cards-track {
        flex-direction: row;
        gap: 14px;
        width: max-content;
        height: auto;
    }

    .hero-cards-row .hero-card {
        width: 160px;
        height: 200px;
        border-radius: 18px;
    }

    /* Direction & timing mirror desktop (50s / 60s / 55s, alternating). */
    .hero-cards-row--1 .hero-cards-track {
        animation: heroScrollLeft 50s linear infinite reverse;
    }

    .hero-cards-row--2 .hero-cards-track {
        animation: heroScrollLeft 60s linear infinite;
    }

    .hero-cards-row--3 .hero-cards-track {
        animation: heroScrollLeft 55s linear infinite reverse;
        animation-delay: -22s;
    }

    @keyframes heroScrollLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }

        100% {
            transform: translate3d(-50%, 0, 0);
        }
    }

    /* ---------- Difference ---------- */
    .difference-section {
        padding: 50px 0;
    }

    .difference-section .section-heading {
        margin-bottom: 30px;
    }

    .diff-feature {
        padding: 16px;
        gap: 14px;
    }

    .diff-feature__icon {
        width: 48px;
        height: 48px;
    }

    .diff-feature__icon img {
        width: 32px;
        height: 32px;
    }

    .diff-feature__title {
        font-size: 16px;
        line-height: 22px;
    }

    .diff-feature__desc {
        font-size: 14px;
        line-height: 22px;
    }

    .difference-video {
        border-radius: 12px;
    }

    /* ---------- Platform ---------- */
    .platform-section {
        padding: 50px 0 60px;
    }

    .platform-title {
        font-size: 30px;
        line-height: 40px;
    }

    .platform-header__desc {
        font-size: 16px;
        line-height: 26px;
    }

    .platform-mockup {
        margin-top: 30px;
    }

    .platform-cta {
        margin-top: 30px;
    }

    /* ---------- Products ---------- */
    .products-section {
        padding: 50px 0 60px;
    }

    .product-grid {
        margin-left: -8px;
        margin-right: -8px;
    }

    .product-card .product-card__title {
        font-size: 24px;
        line-height: 32px;
    }

    .product-card--tall .product-card__title {
        font-size: 26px;
        line-height: 34px;
    }

    .product-card__link {
        font-size: 16px;
        height: auto;
    }

    .products-scout {
        width: 100%;
        max-width: 340px;
        height: auto;
        margin-top: 60px;
    }

    .products-scout__message {
        position: relative;
        width: 100%;
        min-height: 0;
    }

    .products-scout__avatar {
        position: absolute;
        top: -40px;
        right: -10px;
        left: auto;
        width: 88px;
        height: 88px;
    }

    .products-cta {
        margin-top: 30px;
    }

    /* ---------- Process ---------- */
    .process-section {
        padding: 50px 0 60px;
    }

    .process-section .section-heading {
        margin-bottom: 40px;
    }

    .process-timeline__steps {
        gap: 32px;
    }

    .process-step {
        padding-left: 60px;
    }

    .process-step__title {
        font-size: 20px;
    }

    .process-step__desc {
        font-size: 14px;
        line-height: 22px;
    }

    /* ---------- AI / Scout's Picks ---------- */
    .ai-section {
        padding: 50px 0;
    }

    .ai-header {
        margin-bottom: 40px;
    }

    .ai-scout {
        left: calc(50% - 160px);
        top: -20px;
        width: 90px;
        height: 90px;
    }

    /* Active card ~85vw; adjacent cards peek from both sides.
       Aspect ratio preserved via `aspect-ratio` (matches desktop 353×321). */
    .ai-slider {
        height: 77vw;
    }

    .ai-slide {
        width: 85vw;
        height: auto;
        aspect-ratio: 353 / 321;
        margin-left: -42.5vw;
    }

    .ai-slide--slot-p1 {
        transform: translate3d(70vw, 0, 0) scale(0.85);
        opacity: 1;
        pointer-events: auto;
    }

    .ai-slide--slot-n1 {
        transform: translate3d(-70vw, 0, 0) scale(0.85);
        opacity: 1;
        pointer-events: auto;
    }

    .ai-slide--slot-p2,
    .ai-slide--slot-n2 {
        opacity: 0;
        pointer-events: none;
    }

    /* ---------- Final CTA ---------- */
    .final-cta-section {
        padding: 50px 0;
    }

    .final-cta__heading {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }

    .final-cta__desc {
        font-size: 16px;
        line-height: 26px;
        margin-top: 16px;
    }

    .final-cta .hero-btn {
        margin-top: 28px;
    }

    .final-cta-section__glow {
        width: 400px;
        height: 400px;
    }

    /* ---------- Footer ---------- */
    .site-footer {
        padding: 50px 0 0;
        text-align: center;
    }

    .site-footer .footer {
        padding-bottom: 30px;
    }

    .footer-col {
        text-align: center;
        margin-bottom: 32px;
    }

    .footer-col:last-child {
        margin-bottom: 0;
    }

    .footer-brand {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-brand__logo {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-brand__desc {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-socials {
        justify-content: center;
    }

    .footer-widget {
        margin-bottom: 0;
        text-align: center;
    }

    .footer-widget-title,
    .site-footer .footer-widget h2.widget-title,
    .site-footer .footer-widget h2,
    .site-footer .footer-widget h3,
    .site-footer .footer-widget h4 {
        text-align: center;
    }

    .site-footer .footer-widget ul,
    .site-footer .footer-widget .menu {
        text-align: center;
    }

    .site-footer .footer-widget li {
        display: block;
        text-align: center;
    }

    .footer-newsletter__desc {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-newsletter {
        margin-left: auto;
        margin-right: auto;
        max-width: 380px;
    }

    /* Bottom bar: reverse column order so Privacy menu sits above copyright. */
    .site-footer .copyrights .row {
        flex-direction: column-reverse;
    }

    .site-footer .copyrights .col-md-6 {
        text-align: center;
    }

    .site-footer .copyrights .copyright {
        justify-content: center;
        text-align: center;
    }

    .site-footer .copyrights__links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .site-footer .copyrights__links ul {
        justify-content: center;
    }

    .hero-card img {
        object-fit: contain;
    }

    .product-card {
    height: 370px;
}

.product-grid__col--center {
    height: 370px;
}

.product-card--tall {
    height: 370px;
}

.diff-feature__desc p {
    font-size: 12px;
    line-height: 20px;
}


}



@media (max-width: 575px) {

    /* ---------- Shared ---------- */
    .container,
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .section-title {
        font-size: 26px;
        line-height: 34px;
    }

    /* ---------- Hero ---------- */
    .hero-section {
        min-height: 0;
        padding: 80px 0 30px;
    }

    .hero-content {
        padding-top: 80px;
    }

    .hero-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .hero-description {
        font-size: 15px;
        line-height: 22px;
    }

    .hero-cards-wrapper {
        margin-top: 30px;
    }

    .hero-cards-row,
    .hero-cards-row--1,
    .hero-cards-row--2,
    .hero-cards-row--3 {
        height: 170px;
    }

    .hero-cards-row .hero-card {
        width: 132px;
        height: 170px;
        border-radius: 14px;
    }

    /* ---------- Difference ---------- */
    .difference-section {
        padding: 40px 0;
    }

    /* ---------- Platform ---------- */
    .platform-section {
        padding: 40px 0 50px;
    }

    .platform-title {
        font-size: 26px;
        line-height: 34px;
    }

    /* ---------- Products ---------- */
    .products-section {
        padding: 00px 0 50px;
    }

    .product-card .product-card__title,
    .product-card--tall .product-card__title {
        font-size: 20px;
        line-height: 28px;
    }

    /* ---------- Process ---------- */
    .process-section {
        padding: 40px 0 50px;
    }

    .process-step {
        padding-left: 50px;
    }

    .process-step__title {
        font-size: 18px;
    }

    /* ---------- AI / Scout's Picks ---------- */
    .ai-section {
        padding: 40px 0;
    }
    /* Slider sizing inherited from the 767 breakpoint (85vw + aspect-ratio). */

    /* ---------- Final CTA ---------- */
    .final-cta-section {
        padding: 40px 0;
    }

    .final-cta__heading {
        font-size: 26px;
        line-height: 34px;
    }

    .final-cta__desc {
        font-size: 15px;
        line-height: 24px;
    }
}
/* ============================================================
 * Global Scout Widget — floating (reuses .products-scout visuals)
 * ============================================================ */
.scout-widget.products-scout {
    position: fixed;
    right: 20px;
    bottom: 40px;
    top: auto;
    left: auto;
    z-index: 9999;
    pointer-events: none;
}
.scout-widget.products-scout .products-scout__message,
.scout-widget.products-scout .products-scout__close,
.scout-widget.products-scout .products-scout__link,
.scout-widget.products-scout .products-scout__avatar {
    pointer-events: auto;
}
.scout-widget.is-dismissed {
    display: none;
}
.scout-widget .products-scout__text {
    transition: opacity 0.18s ease;
}
.scout-widget .products-scout__text.is-fading {
    opacity: 0;
}
@media (max-width: 767px) {
    .scout-widget.products-scout {
        right: 12px;
        bottom: 20px;
        width: min(340px, calc(100vw - 24px));
        max-width: calc(100vw - 24px);
        margin: 0;
    }
    .scout-widget.products-scout .products-scout__message {
        width: 100%;
    }
}

/* ============================================================
 * Scout AI Chat popup
 * ============================================================ */
.scout-chat {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.28s ease, transform 0.28s ease;
    visibility: hidden;
}
.scout-chat.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.scout-chat.is-open .scout-chat__panel,
.scout-chat.is-open .scout-chat__close {
    pointer-events: auto;
}
.scout-widget[data-scout-widget].is-hidden {
    display: none;
}
.scout-chat__panel {
    width: 380px;
    max-width: calc(100vw - 40px);
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(0, 14, 55, 0.22);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: min(560px, calc(100vh - 140px));
}
.scout-chat__header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #071d49;
    color: #ffffff;
}
.scout-chat__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    background: #ffffff;
}
.scout-chat__ident {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}
.scout-chat__title {
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-weight: 700;
    font-size: 15px;
}
.scout-chat__subtitle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #b6c7e6;
    letter-spacing: 0.2px;
}
.scout-chat__status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    display: inline-block;
}
.scout-chat__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    overflow-y: auto;
    flex: 1 1 auto;
    background: #ffffff;
}
.scout-chat__thread {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.scout-chat__msg {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 90%;
}
.scout-chat__msg--user {
    align-self: flex-end;
    flex-direction: row-reverse;
}
.scout-chat__msg-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #ff9e1b;
}
.scout-chat__bubble {
    padding: 10px 14px;
    border-radius: 14px;
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #071d49;
    background: #f4f5f7;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.scout-chat__msg--user .scout-chat__bubble {
    background: #007dfe;
    color: #ffffff;
}
.scout-chat__msg--typing .scout-chat__bubble {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 12px 14px;
}
.scout-chat__msg--typing .scout-chat__bubble span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #94a3b8;
    animation: scoutTyping 1.2s infinite ease-in-out;
}
.scout-chat__msg--typing .scout-chat__bubble span:nth-child(2) { animation-delay: 0.18s; }
.scout-chat__msg--typing .scout-chat__bubble span:nth-child(3) { animation-delay: 0.36s; }
@keyframes scoutTyping {
    0%, 60%, 100% { transform: translateY(0); opacity: 0.55; }
    30% { transform: translateY(-4px); opacity: 1; }
}
.scout-chat__suggestions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 4px;
}
.scout-chat__chip {
    text-align: left;
    padding: 10px 14px;
    background: #ffffff;
    border: 1px solid #d5e2f5;
    border-radius: 999px;
    color: #007dfe;
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.scout-chat__chip:hover,
.scout-chat__chip:focus {
    background: #007dfe;
    color: #ffffff;
    border-color: #007dfe;
    outline: none;
}
.scout-chat__form {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    padding: 10px 12px;
    background: #f4f5f7;
    border-radius: 999px;
    margin-top: 6px;
}
.scout-chat__input {
    flex: 1 1 auto;
    resize: none;
    border: 0;
    outline: none;
    background: transparent;
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 14px;
    color: #071d49;
    max-height: 120px;
    line-height: 1.4;
    padding: 4px 6px;
}
.scout-chat__input::placeholder { color: #9aa4b2; }
.scout-chat__send {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    background: #d5e2f5;
    color: #071d49;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}
.scout-chat__send:hover,
.scout-chat__send:focus {
    background: #007dfe;
    color: #ffffff;
    outline: none;
}
.scout-chat__email-form {
    margin-top: 8px;
    padding: 12px;
    background: #f4f5f7;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.scout-chat__email-msg {
    margin: 0;
    font-family: 'General Sans', 'Proxima Nova Rg', sans-serif;
    font-size: 13px;
    color: #071d49;
    line-height: 1.4;
}
.scout-chat__email-row {
    display: flex;
    gap: 6px;
}
.scout-chat__email-input {
    flex: 1 1 auto;
    border: 1px solid #d5e2f5;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 14px;
    background: #ffffff;
    outline: none;
    color: #071d49;
}
.scout-chat__email-input:focus { border-color: #007dfe; }
.scout-chat__email-submit {
    border: 0;
    border-radius: 999px;
    padding: 8px 16px;
    background: #ff9e1b;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}
.scout-chat__email-submit:hover,
.scout-chat__email-submit:focus {
    background: #ff8a00;
    outline: none;
}
.scout-chat__email-feedback {
    margin: 0;
    font-size: 12px;
    color: #b91c1c;
    min-height: 14px;
}
.scout-chat__close {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ff9e1b;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 158, 27, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background 0.2s ease;
}
.scout-chat__close:hover,
.scout-chat__close:focus {
    background: #ff8a00;
    outline: none;
    transform: scale(1.05);
}
@media (max-width: 767px) {
    .scout-chat {
        right: 12px;
        bottom: 20px;
        left: 12px;
        gap: 10px;
        align-items: flex-end;
    }
    .scout-chat__panel {
        width: 100%;
        max-width: 100%;
        max-height: calc(100vh - 100px);
    }
    .scout-chat__close {
        width: 44px;
        height: 44px;
    }
}
