body {
    font-family: 'Inter', sans-serif;
    background-color: #f0f4f7;
    color: #1a1a1c;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body.mobile-nav-open {
    overflow: hidden;
}

.menu,
.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.mega-menu-overlay {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 50;
    padding-top: 0.5rem;
}

.mega-menu-overlay.active {
    display: block;
}

.mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 120;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.mobile-nav.is-open {
    opacity: 1;
    pointer-events: auto;
}

.mobile-nav-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.45);
}

.mobile-nav-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(92vw, 420px);
    background: #fff;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.12);
    transform: translateX(100%);
    transition: transform 0.25s ease;
    display: flex;
    flex-direction: column;
}

.mobile-nav.is-open .mobile-nav-panel {
    transform: translateX(0);
}

.mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1rem 0.5rem;
    border-bottom: 1px solid #f3f4f6;
}

.mobile-nav-title {
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6b7280;
    font-weight: 900;
}

.mobile-nav-close {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #374151;
}

.mobile-nav-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f3f4f6;
}

.mobile-nav-tab {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    min-height: 2.5rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 800;
    color: #6b7280;
    background: #fff;
}

.mobile-nav-tab.is-active {
    border-color: #55b0cf;
    color: #55b0cf;
    background: #55b0cf0d;
}

.mobile-nav-body {
    overflow-y: auto;
    padding: 0.75rem 1rem 1rem;
    flex: 1 1 auto;
}

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

.mobile-nav-item + .mobile-nav-item {
    margin-top: 0.35rem;
}

.mobile-nav-item-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mobile-nav-link {
    flex: 1 1 auto;
    min-height: 2.5rem;
    border-radius: 0.75rem;
    border: 1px solid #f3f4f6;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.25;
    color: #374151;
}

.mobile-nav-link:hover {
    border-color: #55b0cf;
    color: #55b0cf;
}

.mobile-nav-item.has-children > .mobile-nav-item-row .mobile-nav-link {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mobile-nav-toggle {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #f3f4f6;
    border-radius: 0.75rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.mobile-nav-toggle i {
    transition: transform 0.2s ease;
}

.mobile-nav-toggle.is-open i {
    transform: rotate(180deg);
}

.mobile-nav-children {
    margin-top: 0.4rem;
    margin-left: 0.55rem;
    padding-left: 0.7rem;
    border-left: 2px solid #55b0cf1a;
}

.mobile-nav-level-2 .mobile-nav-link {
    font-size: 0.85rem;
}

.mobile-nav-level-3 .mobile-nav-link,
.mobile-nav-level-4 .mobile-nav-link {
    font-size: 0.8rem;
}

.mobile-nav-empty {
    border: 1px dashed #d1d5db;
    color: #6b7280;
    border-radius: 0.75rem;
    padding: 0.85rem;
    font-size: 0.85rem;
}

.mobile-nav-footer {
    border-top: 1px solid #f3f4f6;
    padding: 0.8rem 1rem 1rem;
    display: grid;
    gap: 0.5rem;
}

.mobile-nav-footer-link {
    min-height: 2.5rem;
    border: 1px solid #f3f4f6;
    border-radius: 0.75rem;
    padding: 0.5rem 0.75rem;
    color: #374151;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.mobile-nav-footer-link:hover {
    color: #55b0cf;
    border-color: #55b0cf;
}

.mobile-nav-footer-link.mobile-nav-footer-cta {
    background: #55b0cf0d;
    border-color: #55b0cf33;
    color: #458aa1;
    font-weight: 800;
}

.mobile-nav-badge {
    margin-left: auto;
    min-width: 1.1rem;
    height: 1.1rem;
    border-radius: 9999px;
    font-size: 0.62rem;
    line-height: 1;
    font-weight: 700;
    background: #dd3f1a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sidebar-item.is-active {
    background-color: #55b0cf0d;
    border-left: 4px solid #55b0cf;
    color: #55b0cf;
    font-weight: 900;
}

.sidebar-item:not(.is-active) {
    border-left: 4px solid transparent;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.entry-content p {
    margin-bottom: 1rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-weight: 800;
    margin: 1.2rem 0 0.6rem;
    color: #1a1a1c;
}

.entry-content ul,
.entry-content ol {
    margin: 0.9rem 0 1rem 1.25rem;
}

.entry-content a {
    color: #55b0cf;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #dd3f1a;
}

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

.footer-widget li + li {
    margin-top: 0.75rem;
}

.footer-widget a {
    color: #d1d5db;
    transition: color 0.2s ease;
}

.footer-widget a:hover {
    color: #55b0cf;
}

.woocommerce .products {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

.shop-layout .shop-sidebar {
    min-width: 0;
}

.shop-layout .shop-main {
    min-width: 0;
}

.shop-sidebar .product-categories ul {
    margin: 0;
    padding: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: auto;
    margin: 0;
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 1rem;
    padding: 1rem;
}

.woocommerce ul.products li.product a img {
    border-radius: 0.8rem;
    width: auto;
    max-height: 112px;
    object-fit: contain;
    margin: 0 auto;
}

.woocommerce span.onsale {
    background: #dd3f1a;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    background: #55b0cf;
    color: #fff;
    border-radius: 0.75rem;
    font-weight: 700;
    padding: 0.75rem 1rem;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background: #458aa1;
    color: #fff;
}

.woocommerce .price {
    color: #f91155 !important;
    font-weight: 800;
}

.woocommerce div.product {
    background: #fff;
    border-radius: 1.5rem;
    border: 1px solid #f3f4f6;
    padding: 2rem;
}

.woocommerce table.shop_table {
    border-radius: 1rem;
    overflow: hidden;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-radius: 0.75rem;
    border-top: 0;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    margin-right: 0.35rem;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
}

.shop-product-card .button,
.shop-product-card .added_to_cart {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.shop-product-card .shop-card-cart-button {
    min-height: 2.5rem;
}

.shop-product-rating {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 1.25rem;
}

.shop-product-rating .star-rating {
    color: #f1b300;
    margin: 0;
    float: none;
}

.shop-product-rating-count {
    font-size: 0.75rem;
    line-height: 1;
    color: #9ca3af;
    font-weight: 700;
}

.shop-product-rating-empty {
    font-size: 0.7rem;
    line-height: 1;
    color: #9ca3af;
    font-weight: 600;
}

.product-social-proof {
    display: grid;
    gap: 0.3rem;
}

.product-social-proof-item {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    color: #4b5563;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.25;
}

.product-social-proof-item i {
    color: #55b0cf;
    flex: 0 0 auto;
}

.product-social-proof-single .product-social-proof-item {
    font-size: 0.82rem;
}

.shop-quick-checkout {
    width: 100%;
    min-height: 2.4rem;
    border-radius: 0.7rem;
    border: 1px solid #55b0cf33;
    background: #55b0cf0d;
    color: #458aa1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.shop-quick-checkout:hover {
    border-color: #55b0cf;
    background: #fff;
    color: #55b0cf;
}

.shop-one-click-btn {
    width: 100%;
    min-height: 2.4rem;
    border-radius: 0.7rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #4b5563;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.shop-one-click-btn:hover {
    border-color: #55b0cf;
    color: #55b0cf;
    background: #55b0cf0d;
}

.shop-sidebar-cta {
    width: 100%;
    min-height: 2.65rem;
    border-radius: 0.8rem;
    border: 1px solid #55b0cf33;
    background: #55b0cf0d;
    color: #458aa1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-size: 0.73rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: all 0.2s ease;
}

.shop-sidebar-cta:hover {
    border-color: #55b0cf;
    color: #55b0cf;
    background: #fff;
}

.single-product .summary .price {
    font-size: 1.5rem;
    line-height: 1.2;
}

.single-product .summary .woocommerce-product-details__short-description {
    color: #4b5563;
}

.single-product .summary .cart {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.single-product .summary .quantity .qty {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    min-height: 44px;
}

.single-product .summary .single_add_to_cart_button {
    min-height: 44px;
}

.single-product-mini-gallery img {
    border-radius: 0.5rem;
}

.single-product-trust-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.single-product-trust-list li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.85rem;
    color: #4b5563;
}

.single-product-trust-list li i {
    color: #55b0cf;
    flex: 0 0 auto;
}

.wc-conversion-banner {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.wc-conversion-banner-inner {
    padding: 1rem 1.15rem;
}

.wc-conversion-banner-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 900;
    color: #6b7280;
    margin-bottom: 0.35rem;
}

.wc-conversion-banner-text {
    margin: 0;
    color: #4b5563;
    line-height: 1.45;
    font-size: 0.92rem;
}

.wc-conversion-banner-btn {
    display: inline-flex;
    margin-top: 0.75rem;
    min-height: 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.65rem;
    background: #55b0cf;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0 0.9rem;
}

.wc-conversion-banner-btn:hover {
    background: #458aa1;
    color: #fff;
}

.wc-conversion-banner-list {
    margin: 0.65rem 0 0;
    padding-left: 1rem;
    color: #4b5563;
    font-size: 0.85rem;
    display: grid;
    gap: 0.2rem;
}

.one-click-modal {
    position: fixed;
    inset: 0;
    z-index: 140;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.one-click-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.5);
    backdrop-filter: blur(2px);
}

.one-click-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 430px);
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 20px 40px rgba(17, 24, 39, 0.24);
    padding: 1.25rem 1.1rem 1.1rem;
}

.one-click-modal-close {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
    border: 1px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    background: #fff;
}

.one-click-modal-title {
    font-size: 1.25rem;
    font-weight: 900;
    color: #111827;
    margin: 0 0 0.35rem;
}

.one-click-modal-subtitle {
    margin: 0 0 0.9rem;
    color: #6b7280;
    line-height: 1.4;
    font-size: 0.9rem;
}

.one-click-modal-product {
    border: 1px dashed #d1d5db;
    border-radius: 0.7rem;
    background: #f9fafb;
    padding: 0.65rem 0.75rem;
    color: #374151;
    font-size: 0.82rem;
    margin-bottom: 0.9rem;
    font-weight: 700;
}

.one-click-modal-form {
    display: grid;
    gap: 0.7rem;
}

.one-click-modal-form label {
    display: grid;
    gap: 0.35rem;
}

.one-click-modal-form label span {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    font-weight: 800;
}

.one-click-modal-form input {
    min-height: 2.75rem;
    border-radius: 0.75rem;
    border: 1px solid #d1d5db;
    background: #fff;
    padding: 0 0.85rem;
    outline: none;
    color: #111827;
}

.one-click-modal-form input:focus {
    border-color: #55b0cf;
}

.one-click-submit {
    min-height: 2.75rem;
    border-radius: 0.75rem;
    border: 0;
    background: #55b0cf;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
}

.one-click-submit:hover {
    background: #458aa1;
}

.one-click-messenger {
    display: inline-flex;
    margin-top: 0.8rem;
    align-items: center;
    gap: 0.4rem;
    color: #55b0cf;
    font-weight: 700;
    font-size: 0.82rem;
}

.one-click-toast {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 145;
    max-width: 420px;
}

.one-click-toast-inner {
    background: #111827;
    color: #fff;
    border-radius: 0.9rem;
    padding: 0.9rem;
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.35);
}

.one-click-toast-title {
    font-weight: 900;
    margin-bottom: 0.2rem;
}

.one-click-toast-text {
    color: #d1d5db;
    font-size: 0.85rem;
    margin-bottom: 0.55rem;
}

.one-click-toast-link {
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.6rem;
    background: #55b0cf;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.lead-status-widget {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1rem;
}

.lead-status-form {
    display: grid;
    gap: 0.65rem;
}

.lead-status-form label {
    display: grid;
    gap: 0.3rem;
}

.lead-status-form label span {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    font-weight: 800;
}

.lead-status-form input {
    min-height: 2.6rem;
    border-radius: 0.75rem;
    border: 1px solid #d1d5db;
    padding: 0 0.75rem;
}

.lead-status-form button {
    min-height: 2.6rem;
    border-radius: 0.75rem;
    border: 0;
    background: #55b0cf;
    color: #fff;
    font-weight: 800;
}

.lead-status-result {
    margin-top: 0.9rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #f9fafb;
    padding: 0.8rem;
    display: grid;
    gap: 0.35rem;
    color: #374151;
}

.lead-status-result.lead-status-error {
    border-color: #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.lead-status-sla {
    margin-top: 0.2rem;
    color: #166534;
    font-weight: 700;
}

.lead-status-sla.lead-status-sla-danger {
    color: #b91c1c;
}

body.one-click-open {
    overflow: hidden;
}

body.ab-hero-b .home-hero-section > div {
    background: #2a5f6f;
}

body.ab-hero-b .home-hero-primary-cta {
    background: #55b0cf;
    box-shadow: 0 10px 24px rgba(85, 176, 207, 0.34);
}

body.ab-hero-b .home-hero-primary-cta:hover {
    background: #458aa1;
}

body.ab-product_card-b .shop-product-card {
    border-color: #55b0cf33 !important;
    box-shadow: 0 8px 24px rgba(85, 176, 207, 0.14);
}

body.ab-product_card-b .shop-one-click-btn {
    border-color: #55b0cf33;
    background: #55b0cf0d;
    color: #458aa1;
}

body.ab-checkout-b .wc-conversion-banner {
    border-color: #55b0cf;
    background: #55b0cf0d;
}

body.ab-checkout-b .wc-conversion-banner-btn {
    background: #dd3f1a;
}

body.ab-checkout-b .wc-conversion-banner-btn:hover {
    background: #af3618;
}

.mobile-product-cta {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 115;
    transform: translateY(130%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.24s ease, opacity 0.24s ease;
}

.mobile-product-cta.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.mobile-product-cta-inner {
    background: #111827;
    color: #fff;
    border-radius: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.3);
    padding: 0.6rem;
}

.mobile-product-cta-price {
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1;
    padding: 0 0.4rem;
}

.mobile-product-cta-price .amount {
    color: #fff !important;
}

.mobile-product-cta-btn {
    min-height: 2.5rem;
    border-radius: 0.7rem;
    border: 0;
    background: #55b0cf;
    color: #fff;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 900;
    padding: 0 0.9rem;
}

.mobile-product-cta-btn:hover {
    background: #458aa1;
}

.contact-map-frame {
    min-height: 420px;
    border: 0;
}

.blog-main .page-numbers {
    display: inline-flex;
    min-width: 2.25rem;
    height: 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    margin-right: 0.35rem;
    color: #4b5563;
    font-weight: 600;
    background: #fff;
    transition: all 0.2s ease;
}

.blog-main .page-numbers:hover {
    border-color: #55b0cf;
    color: #55b0cf;
}

.blog-main .page-numbers.current {
    background: #55b0cf;
    border-color: #55b0cf;
    color: #fff;
}

@media (max-width: 767px) {
    .contact-map-frame {
        min-height: 320px;
    }
}

@media (min-width: 768px) {
    .woocommerce .products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .woocommerce .products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1023px) {
    body.single-product {
        padding-bottom: 5.4rem;
    }

    .mega-menu-overlay {
        display: none !important;
    }
}
