/*----------- TAGBEAM -----------*/
/*----------- EMPORIUM ----------*/
/*-------------------------------*/
:root {
    --bg: #111111;
    --bg-light: #1a1a1a;
    --accent: #a8e6cf;
    --txtaccent: #888888;
    --accent-dark: #7FD4AC;
}
/*-------------------------
GENERAL
--------------------------*/
body {
    color: #fff;
}

.emporium--start-page .tws-container--tws-custom-html a, 
.emporium--start-page .tws-container--abi-parts-finder a {
    color: #fff;
    text-decoration: none;
}

.emporium--body .emporium--body-wrapper,
.container {
    max-width: 1600px;
}
/* ============================================
   COOKIE BAR
   ============================================ */
   .slot--cookies {
    max-width: none;
    background: var(--bg-light);
   }
   .tws-accept-cookies--wrapper-inner {
    display: flex;
    align-items: center;
   }
   .slot--cookies .tws-accept-cookies .tws-accept-cookies--wrapper {
    background: transparent;
    box-shadow: none;
   }
   .slot--cookies .tws-accept-cookies .tws-accept-cookies--wrapper .col-sm-9 {
    width: 50%;
    float: left;
    color: #fff;
}
.slot--cookies .tws-accept-cookies .tws-accept-cookies--wrapper .tws-accept-cookies--accept {
    width: 50%;
    padding: 0;
    float: right;
}
.slot--cookies .tws-accept-cookies .tws-accept-cookies--wrapper .tws-accept-cookies--accept .row {
    display: flex;
}
.tws-accept-cookies.tws-accept-cookies--advanced.tws-accept-cookies .tws-accept-cookies--accept-cookie-settings-btn {
    display: none;
}
.tws-accept-cookies--advanced .tws-accept-cookies--accept button {
    justify-content: center;
    border: 1px solid var(--accent);
    font-size: 13px;
}
.tws-accept-cookies--advanced .tws-accept-cookies--accept #consentAllButton {
    background: var(--accent);
    color: #111;
}
.tws-accept-cookies--advanced .tws-accept-cookies--accept #consentNecessaryButton {
    background: transparent;
    border: 1px solid var(--accent);
    color: #fff;
}
.tws-accept-cookies--advanced .tws-accept-cookies--accept #consentNecessaryButton:hover {
    background: var(--accent);
    color: #111;
}
/* ============================================
   BUTTONS
   ============================================ */
.btn:not(.btn-link) {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem !important;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
}

.btn-primary {
    background: var(--accent);
    color: #111 !important;
}

.btn-primary:hover {
    background: var(--accent-dark);
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    border-color: var(--accent) !important;
    color: var(--accent) !important;
}

.btn-secondary:hover {
    background: var(--accent);
    color: #111 !important;
}

.btn-outline {
    background: transparent;
    border-color: var(--accent);
    color: var(--accent) !important;
}

.btn-outline:hover {
    background: var(--accent);
    color: #fff;
}

.btn-accent {
    background: var(--accent);
    color: #fff;
    border: none;
}

.btn-small {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

.btn-xl {
    padding: 1.25rem 2.5rem;
    font-size: 1.25rem;
}
.btn .fa-solid, .btn .fas {
    margin-right: 10px;
}
/* ============================================
   SECTIONS
   ============================================ */

/* Section Spacing */
section {
    padding: 0;
    position: relative;
}

/* Section Titles */
.section-title {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

.section-subtitle {
    text-align: center;
    font-size: 1.25rem;
    color: var(--txtaccent);
    margin-bottom: 3rem;
}



/*-------------------------
TOP BAR
--------------------------*/
.slot--top-bar-selling-points ul li,
.emporium--top-bar .slot--top-bar-audience-selector .tws-audience-selector .tws-audience-selector--audience-button,
.emporium--top-bar-right .slot--open-cookie-settings .tws-accept-cookies--icon {
    color: var(--accent);
}
/*-------------------------
HEADER
--------------------------*/
.emporium--search-button {
    display: none;
}
/*-------------------------
FRONT PAGE
--------------------------*/
.emporium--start-page .tws-container--tws-custom-html, 
.emporium--start-page .tws-container--abi-parts-finder {
    background: var(--bg);
}
.emporium--start-page .emporium--component-container>div:first-child {
    margin-top: 0;
}
/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.text-col {
    text-align: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: var(--accent);
    margin-bottom: 1rem;
    font-weight: 600;
}

.hero-description {
    font-size: 1.25rem;
    color: var(--txtaccent);
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.hero-bottom {
    padding-bottom: 3rem;
}

.platform-badges {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-top: 2rem;
}

.platform-badges .badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: var(--txtaccent);
    font-size: 0.9rem;
}

.platform-badges .badge i {
    font-size: 2rem;
    color: var(--accent);
}

.scroll-indicator {
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    color: var(--accent);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

/* ============================================
   FEATURES SECTION
   ============================================ */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: var(--bg-light);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 2rem;
    transition: var(--transition);
}

/* .feature-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent);
    box-shadow: 0 10px 40px rgba(168, 230, 207, 0.1);
} */

.feature-icon {
    width: 60px;
    height: 60px;
    background: var(--accent);
    color: #111;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #fff;
}

.feature-card p {
    color: var(--txtaccent);
    line-height: 1.7;
}


/* ============================================
   BUSINESS TYPES SECTION
   ============================================ */
.types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.type-card {
    background: var(--bg-light);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 2rem;
    transition: var(--transition);
}

/* .type-card:hover {
    border-color: var(--accent);
    transform: translateY(-5px);
} */

.type-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
    color: #111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.type-card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.type-attributes {
    color: var(--accent);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.type-examples {
    list-style: none;
    padding: 0;
}

.type-examples li {
    color: var(--txtaccent);
    padding: 0.5rem 0;
    border-bottom: 1px solid #333;
    font-size: 0.9rem;
}

.type-examples li:last-child {
    border-bottom: none;
}

/* ============================================
   DEMO/SCREENSHOTS SECTION
   ============================================ */

.screenshots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.screenshot-card {
    text-align: center;
}

.screenshot-placeholder {
    background: var(--bg-light);
    border: 2px dashed #333;
    border-radius: 12px;
    aspect-ratio: 16/10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: var(--transition);
}

/* .screenshot-placeholder:hover {
    border-color: var(--accent);
    background: rgba(168, 230, 207, 0.05);
} */

.screenshot-placeholder i {
    font-size: 3rem;
    color: var(--accent);
    margin-bottom: 1rem;
}

.screenshot-placeholder p {
    color: var(--txtaccent);
    font-size: 0.9rem;
}

.screenshot-card h4 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.screenshot-card p {
    color: var(--txtaccent);
    font-size: 0.9rem;
}

/* ============================================
   PRICING SECTION
   ============================================ */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto 3rem;
}

.pricing-card {
    background: var(--bg-light);
    border: 2px solid #333;
    border-radius: 16px;
    padding: 2.5rem;
    position: relative;
    transition: var(--transition);
}

/* .pricing-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent);
} */

.pricing-card.featured {
    border-color: var(--accent);
    background: linear-gradient(135deg, var(--bg-light) 0%, rgba(168, 230, 207, 0.05) 100%);
    box-shadow: 0 20px 60px rgba(168, 230, 207, 0.15);
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    color: #111;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
}

.pricing-header h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.price .currency {
    font-size: 1rem;
    color: var(--txtaccent);
}

.price .amount {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--accent);
}

.price .period {
    font-size: 1rem;
    color: var(--txtaccent);
}

.price-detail {
    color: var(--txtaccent);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.savings {
    background: var(--accent);
    color: #111;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 700;
    display: inline-block;
    margin-top: 0.5rem;
}

.pricing-features {
    list-style: none;
    margin-bottom: 2rem;
}

.pricing-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features i {
    color: var(--accent);
    font-size: 1.1rem;
}

.pricing-note {
    text-align: center;
    color: var(--color-text-muted);
    font-size: 0.85rem;
    margin-top: 1rem;
}

.pricing-footer {
    text-align: center;
}

.trial-notice {
    font-size: 1.1rem;
    color: var(--accent);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.guarantee {
    color: var(--color-text-muted);
    font-size: 0.9rem;
}


/* ============================================
   FAQ SECTION
   ============================================ */
.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background:var(--bg-light);
    border: 1px solid #333;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    padding: 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
}

.faq-question:hover {
    color: var(--accent);
}

.faq-question i {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 1.5rem 1.5rem;
    color: var(--txtaccent);
    line-height: 1.8;
}



/* ============================================
   FINAL CTA SECTION
   ============================================ */
.final-cta {
    background: linear-gradient(135deg, var(--color-surface) 0%, var(--color-bg) 100%);
    text-align: center;
}

.final-cta h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.final-cta > .container > p {
    font-size: 1.25rem;
    color: var(--color-text-muted);
    margin-bottom: 2rem;
}

.trust-indicators {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-text-muted);
}

.trust-badge i {
    font-size: 2rem;
    color: var(--color-accent);
}

/*-------------------------
PRODUCT GRID
--------------------------*/
.tws-article-list--list .tws-list--type-grid .thumbnail {
        background: var(--bg-light);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 2rem;
    transition: var(--transition);
}
.tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading {
    font-size: 1.5rem;
}
.tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading a {
    color: #fff;
    font-weight: bold;
}
.using-mouse .tws-article-list--list .tws-list--type-grid .thumbnail:hover .tws-article-list--article-name .tws-util-heading--heading a,
.tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading a:hover, 
.tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading a:focus {
    color: var(--accent);
}
.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-list--choices-button:after,
.emporium--buy-button-group .slot--article-buy-button .btn:after {
    content: "";
}
.tws-article-list--list .tws-article-list--buy-button .btn {
    border-radius: 8px;
    padding: 13px 10px
}
/*-------------------------
PRODUCT PAGE
--------------------------*/
.slot--article-introduction,
.slot--article-share,
.article .emporium--breadcrumbs,
.slot--article-description .tws-article-description .tws-article-description--article-number {
    display: none;
}
.emporium--article-images .tws-article-images--slick-nav {
    background: transparent;
}
.emporium--article-images .tws-article-images--slick-nav .tws-img {
    border: none;
}
.emporium--article-images .tws-article-images--slick-nav:before {
    background-image: linear-gradient(to right, #111, rgba(255, 255, 255, 0));
}
.emporium--article-images .tws-article-images--slick-nav:after {
    background-image: linear-gradient(to left, #111, rgba(255, 255, 255, 0));
}
@media (min-width: 768px) {
    .emporium--article-top .emporium--article-right-col {
        width: 50%;
    }
}
.emporium--article-images .slot--article-images .tws-article-images--current-image,
.emporium--article-top .emporium--article-right-col .emporium--article-right-col-wrapper,
.emporium--article-bottom {
    background: transparent;
}
.emporium--buy-button-group {
    margin-top: 0;
}
.emporium--buy-button-group .slot--article-buy-button .btn {
    line-height: normal;
    max-width: 330px; 
    height: auto;
    justify-content: center;
}
.emporium--buy-button-group .slot--article-buy-button .btn .tws-article-buy-button-with-modal--buy-button-label {
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
}

.slot--article-choices .form-control {
    background: var(--bg-light);
    color: #fff;
}
.emporium--article-choices-wrapper .tws-react-common--choice-label {
    color: #fff;
}
.slot--article-description .tws-article-description .tws-article-description--heading {
    text-align: left;
}
.tws-article-description--text {
    white-space: normal;
}
.slot--article-description .tws-article-description .tws-article-description--show-more {
    display: none;
}
.tws-article-description--text-container,
.tws-article-description--show-full-description {
    max-height: none;
}

/*-------------------------
FOOTER
--------------------------*/
@media (min-width: 768px) {
.emporium--footer-left {
    width: 20%;
}
.emporium--footer-mid-left {
    width: 30%;
}
}
.emporium--footer-left  .addressRowOne {
    font-size: 20px;
}
/*-------------------------
CHECKOUT
--------------------------*/
.tws-opc-cart--wrapper,
.tws-cart-summary--wrapper,
.opc-checkout--shortcuts,
.tws-checkout--select-delivery-wrapper .tws-checkout--select-delivery-list-wrapper, 
.tws-checkout--select-delivery-wrapper .tws-checkout--select-payment-list-wrapper, 
.tws-checkout--select-payment-wrapper .tws-checkout--select-delivery-list-wrapper, 
.tws-checkout--select-payment-wrapper .tws-checkout--select-payment-list-wrapper,
.opc-checkout--shortcuts .tws-checkout-shortcuts--button-group .tws-checkout-shortcuts--button.btn-default,
.slot--checkout-cart-usps,
.tws-cart-summary--sticky-summary,
.tws-checkout--forms {
    background: var(--bg-light);
    border-radius: 8px;
}
.tws-opc-cart--heading span,
.tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-info .tws-opc-cart--item-info-name a,
.tws-opc-cart--rows .tws-opc-cart--unit-costs-total .tws-opc-cart--uc-title, 
.tws-opc-cart--rows .tws-opc-cart--unit-costs-total .tws-opc-cart--uc-value .tws-api--price-current,
.tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-info .tws-opc-cart--choice,
.tws-opc-cart--rows .tws-opc-cart--unit-costs-unit .tws-opc-cart--uc-title, 
.tws-opc-cart--rows .tws-opc-cart--unit-costs-unit .tws-opc-cart--uc-value .tws-api--price-current,
.tws-cart-summary--wrapper .tws-cart-summary--sum-row .tws-cart-summary--name,
.tws-cart-summary--wrapper .tws-cart-summary--sum-row .tws-cart-summary--value .tws-api--price-current,
.tws-cart-summary--wrapper .tws-cart-summary--name,
.tws-cart-summary--wrapper .tws-cart-summary--value .tws-api--price-current,
.tws-cart-summary--wrapper .tws-cart-summary--items-count,
.slot--checkout-cart-usps,
.slot--checkout-cart-usps .tws-unique-selling-points ul li i,
.opc-checkout--shortcuts .tws-checkout-shortcuts--field-label,
.tws-checkout--select-delivery-wrapper .tws-checkout--select-delivery-list-wrapper, 
.tws-checkout--select-delivery-wrapper .tws-checkout--select-payment-list-wrapper, 
.tws-checkout--select-payment-wrapper .tws-checkout--select-delivery-list-wrapper, 
.tws-checkout--select-payment-wrapper .tws-checkout--select-payment-list-wrapper,
.tws-checkout--forms .tws-checkout--forms-block .tws-checkout--field .tws-checkout--field-label-text, 
.tws-checkout--forms .tws-checkout--forms-block .tws-checkout--field .tws-checkout--field-required-label, 
.tws-cart-summary--sticky-summary .tws-cart-summary--sum-row .tws-cart-summary--name,
.tws-cart-summary--sticky-summary .tws-cart-summary--sum-row .tws-cart-summary--value .tws-api--price-current {
    color: #fff !important;
}
.tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-remove button,
.tws-opc-cart--item-remove-all,
.opc-checkout--shortcuts .tws-checkout-shortcuts--button-group .tws-checkout-shortcuts--button.btn-default {
    background: var(--accent);
    border: 0;
    border-radius: 8px;
}
.tws-opc-cart--item-remove-all--text {
    color: #000;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.opc-checkout--shortcuts .tws-checkout-shortcuts--delivery-country .tws-checkout-shortcuts--button:before, 
.opc-checkout--shortcuts .tws-checkout-shortcuts--customer-type .tws-checkout-shortcuts--button:before {
    position: relative;
    display: inline-block;
    left: auto;
    line-height: normal;
    margin-right: 10px;
}
.opc-checkout--shortcuts .tws-checkout-shortcuts--button-group .tws-checkout-shortcuts--button .tws-react-common--dropdown-label, 
.opc-checkout--shortcuts .tws-checkout-shortcuts--button-group .tws-checkout-shortcuts--button .tws-react-common--search-dropdown-label {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.opc-checkout--shortcuts .tws-checkout-shortcuts--button-group .tws-checkout-shortcuts--button.btn-default {
    line-height: normal;
}
.tws-checkout--field .btn.dropdown-toggle {
    display: inline-flex;
}
.opc-checkout--shortcuts .tws-checkout-shortcuts--button-group .tws-checkout-shortcuts--button.btn-default,
.opc-checkout--shortcuts .tws-checkout-shortcuts--delivery-country .tws-checkout-shortcuts--button:before {
    height: auto;
}

.opc-checkout--shortcuts .tws-checkout-shortcuts--button-group .tws-checkout-shortcuts--button .tws-react-common--dropdown-caret, 
.opc-checkout--shortcuts .tws-checkout-shortcuts--button-group .tws-checkout-shortcuts--button .tws-react-common--search-dropdown-caret {
    top: 23px;
}
.tws-checkout-success .tws-checkout-success--label {
    color: #fff;
}
.tws-checkout-success .tws-checkout-success--wrapper {
    background: var(--bg-light);
}
.slot--checkout-return-page-cart .tws-opc-cart--item-info-quantity-number {
    color: #fff;
}
/*-------------------------
CUSTOM PAGES
--------------------------*/

/*--------------------------------------------
-------------- MEDIA QUERIES -----------------
---------------------------------------------*/

@media (max-width: 768px) {
    .hero-title,
    .section-title {
        font-size: calc(3rem - 5px);
    }
}