.setup-panel .fal {
    font-size: 1em;
}

/* Hide inactive modules when toggle is active */
body.hideInactiveModules.hasNotCoursePackage .page-sidebar-menu li:has(> a.upgradeCoursePackage),
body.hideInactiveModules.hasNotFinancePackage .page-sidebar-menu li:has(> a.upgradeFinancePackage),
body.hideInactiveModules.hasNotTicketsPackage .page-sidebar-menu li:has(> a.upgradeTicketsPackage),
body.hideInactiveModules.hasNotAppointmentsPackage .page-sidebar-menu li:has(> a.upgradeAppointmentsPackage),
body.hideInactiveModules.hasNotWebsitePackage .page-sidebar-menu li:has(> a.upgradeWebsitePackage),
body.hideInactiveModules.hasNotMarketingPackage .page-sidebar-menu li:has(> a.upgradeMarketingPackage),
body.hideInactiveModules.hasNotChatBotPackage .page-sidebar-menu li:has(> a.upgradeChatbotPackage),
body.hideInactiveModules.hasNotAnyBookingPackage .page-sidebar-menu li:has(> a.upgradeBookingPackage) {
    display: none !important;
}

body.hideInactiveModules .software-prices tr[disabled] {
    display: none;
}

/* Upgrade Modal - Container query for responsive layout based on modal width */
#upgrade-account-form {
    container-type: inline-size;
}

/* Default: stacked layout */
#upgrade-account-form .row:has(.upgrade-features-wrapper) {
    display: block;
}

.upgrade-features-wrapper > .tab-content > .tab-pane {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 4px;
}

.upgrade-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px 16px;
}

/* Side-by-side when modal is wide enough */
@container (min-width: 750px) {
    #upgrade-account-form .row:has(.upgrade-features-wrapper) {
        display: flex;
        flex-wrap: wrap;
    }

    #upgrade-account-form .row:has(.upgrade-features-wrapper) > .col-md-7 {
        display: flex;
        flex-direction: column;
        min-height: 0;
        overflow: hidden;
    }

    .upgrade-features-wrapper {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 0;
        overflow: hidden;
    }

    .upgrade-features-wrapper > .tab-content {
        flex: 1;
        overflow: hidden;
        min-height: 0;
    }

    .upgrade-features-wrapper > .tab-content > .tab-pane {
        height: 100%;
        max-height: none;
    }

    .upgrade-features-grid {
        grid-template-columns: 1fr;
    }
}

/* Upgrade Modal - Feature Items */
.upgrade-feature-item {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 4px 0;
    font-size: 13px;
    line-height: 1.4;
}

.upgrade-feature-item i {
    color: #28a745;
    font-size: 12px;
    flex-shrink: 0;
}

.upgrade-features-wrapper > .tab-content > .tab-pane::-webkit-scrollbar {
    width: 4px;
}

.upgrade-features-wrapper > .tab-content > .tab-pane::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

.software-prices .spacer {
    border-right: 1px solid #CCC;
}

.software-prices .col2 {
    padding-left: .5em;
}

.software-prices td.price {
    text-align: right;
    white-space: nowrap;
    vertical-align: middle;
}

.software-prices td.price.normal b {
    font-weight: normal !important;
}

.software-prices td.price b.green {
    font-weight: bold !important;
    color: green !important;
}

.software-prices .optional td {
    padding-top: 2em;
}

.software-prices .sub td {
    padding: .5em 1em;
}

.software-prices .disabled td {
    color: #AAA;
}

#activate-next em {
    font-size: 1em;
}

.terms-container {
    overflow: hidden;
    overflow-y: scroll;
    height: 300px;
    border: 1px solid #CCC;
    padding: 0.5em;
}

.terms-container.resizable {
    height: 500px;
    resize: vertical;
}

#signing {
    text-align: right;
    padding-right: 2em;
}

#signing.signed {
    margin-top: 20px;
}

#signing img {
    margin-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: .5em;
    border-bottom: 2px double #CCC;
}

#signing.signed img {
    margin-bottom: 0.2em;
}

.signing-owner {
    text-align: left;
    margin-bottom: 0.5em;
    font-weight: bold;
}

#contract-signing {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    border: 2px dotted #CCC;
    border-bottom-style: double;
    resize: none;
    cursor: url('data:image/x-icon;base64,AAACAAEAICAQAAIADADoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAEAAAAAAAAAAAAAAAlpaWAIqHhABmZmYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAzAAAAAAAAAAAAAAAAAAAAMzAAAAAAAAAAAAAAAAAAAAMzAAAAAAAAAAAAAAAAAAAAMzAAAAAAAAAAAAAAAAAAAAMzAAAAAAAAAAAAAAAAAAAAMzAAAAAAAAAAAAAAAAAAAAMiAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////////////////////////////////////////////////////////////////////////////////////////////////////3////+f////j////8f////j////8f////j////8f////3////////////////////////w=='), auto;
    overflow: hidden;
}

#contract-signing button {
    position: absolute;
    top: 0;
    right: 0;
}

#signing-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
    text-align: center;
}

#signing-container > div {
    position: relative;
    top: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    max-width: 600px;
    background: #FFF;
    padding: 1em;
}

#signing-container .buttons {
    text-align: center;
    margin-top: 15px;
}

s.red {
    color: red;
}

.promotion {
    display: block;
    padding: 0.1em 0.2em;
}

.countdown {
    zoom: 0.4;
    -moz-transform: scale(0.4)
}

.countdown.activation {
    zoom: 0.3;
    -moz-transform: scale(0.3)
}

.countdown .flip-clock-label {
    display: none;
}

.countdown div.inn {
    background-color: #4caa44 !important;
    text-shadow: none !important;
    color: #FFF !important;
}

.countdown div.up:after {
    display: none !important;
}

@media (max-width: 1024px) {
    .countdown.flip-clock-wrapper ul li a div {
        font-size: .8em !important
    }

    .countdown.flip-clock-wrapper ul {
        width: 45px;
    }

    .countdown .flip-clock-dot {
        width: 8px;
        height: 8px;
    }
}

.text-break {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

tr.collapse.in {
    display: table-row;
}

tr.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

/**
    UPGRADE PACKAGE
 */
.upgrade-package em {
    margin-left: .5em;
    font-size: .9em;
    width: .9em;
    height: .9em;
}

/**
    DNS SETTINGS
 */

.tld {
    opacity: .6;
}

/* ===================================
   PRICING PAGE STYLES
   =================================== */

/* Icon sizes for pricing page */
.cost-breakdown h2 i,
.example-scenarios h2 i,
.calculator-section h2 i {
    font-size: 1.2em !important;
    margin-right: 10px;
}

.cost-breakdown h4 i,
.calculator-section h4 i {
    font-size: 1.1em !important;
    margin-right: 8px;
}

/* Pricing Hero Section */
.pricing-hero {
    position: relative;
    padding: 60px 25px;
    text-align: center;
    margin-bottom: 60px;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(180deg, #5e7eb1 0%, #3170b5 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.pricing-hero h1 {
    margin: 0 0 20px 0;
    font-size: 48px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: white;
}

.pricing-hero p {
    margin: 0;
    font-size: 20px;
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.95);
}

/* Pricing Page Styles */
.cost-breakdown {
    margin-bottom: 80px;
}

.cost-breakdown h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    color: #2c3e50;
}

.cost-step {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
}

.cost-step-number {
    position: absolute;
    top: -15px;
    left: 30px;
    background: #3170b5;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
}

.cost-step h4 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.cost-step-content table td {
    vertical-align: middle;
    line-height: 1.6;
}

.cost-step-content table td .price-info-btn {
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}

.module-tabs-container {
    margin-bottom: 80px;
}

.module-tabs {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 15px;
    margin-bottom: 40px;
    padding: 12px 0 10px;
    border-bottom: 2px solid #e0e0e0;
    cursor: grab;
    user-select: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    position: sticky;
    top: 42px;
    z-index: 100;
    background: #fff;
    transition: box-shadow 0.3s;
}

.module-tabs.is-stuck {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.module-tabs:active {
    cursor: grabbing;
}

.module-tabs::-webkit-scrollbar {
    height: 8px;
}

.module-tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.module-tabs::-webkit-scrollbar-thumb {
    background: #3170b5;
    border-radius: 10px;
}

.module-tabs::-webkit-scrollbar-thumb:hover {
    background: #3170b5;
}

.module-tab {
    padding: 15px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    background: #f8f9fa;
    border: 2px solid transparent;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
}

.module-tab:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.module-tab.active {
    background: linear-gradient(180deg, #5e7eb1 0%, #3170b5 100%);
    color: white;
    border-color: #3170b5;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.module-tab .icon {
    font-size: 24px !important;
}

.module-tab i {
    font-size: 24px !important;
}

.module-tab .name {
    font-weight: 600;
    font-size: 16px;
    display: block;
}

.module-tab-content {
    display: none;
}

.module-tab-content.active {
    display: block;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scroll to Section Button */
.scroll-to-section-btn {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(180deg, #5e7eb1 0%, #3170b5 100%);
    border: none;
    color: white;
    font-size: 24px !important;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 999;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.scroll-to-section-btn i {
    font-size: 24px !important;
}

.scroll-to-section-btn.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-section-btn:hover {
    transform: translateX(-50%) translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    background: linear-gradient(180deg, #6a8ac0 0%, #5079b5 100%);
}

.scroll-to-section-btn:active {
    transform: translateX(-50%) translateY(-2px);
}

.scroll-to-section-btn i {
    display: block;
    line-height: 60px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .scroll-to-section-btn {
        bottom: 20px;
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .scroll-to-section-btn i {
        line-height: 50px;
    }
}

/* BackInUp animation from animate.style (adjusted for tabs) */
@keyframes backInUp {
    0% {
        transform: translateY(100px) scale(0.7);
        opacity: 0;
    }
    80% {
        transform: translateY(0px) scale(0.95);
        opacity: 1;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.module-tab.pulse-attention {
    animation: backInUp 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}

/* Module Cards and Pricing Options */
.module-card {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.module-card h4 {
    color: white;
}

.module-header {
    position: relative;
    padding: 25px;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: none;
    overflow: hidden;
    min-height: 150px;
    border-radius: 12px;
    background: linear-gradient(180deg, #5e7eb1 0%, #3170b5 100%);
}

.module-header .icon {
    font-size: 48px !important;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    color: white;
}

.module-header i {
    font-size: 48px !important;
}

.module-header h3 {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: white;
}

.pricing-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.pricing-option {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    position: relative;
    border: 2px solid #e0e0e0;
    transition: all 0.3s;
}

.pricing-option:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.pricing-option.recommended {
    border-color: #F09022;
    background: linear-gradient(135deg, #f8edcc 0%, #ffffff 100%);
}

.pricing-option h4 i {
    font-size: 1.2em !important;
    margin-right: 8px;
}

.pricing-option i {
    font-size: 1.1em !important;
}

.price-details i {
    font-size: 1.2em !important;
    margin-right: 6px;
}

.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #3170b5;
    color: white;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
}

.pricing-badge.pro {
    background: #F09022;
}

.price-amount {
    font-size: 42px;
    font-weight: 700;
    color: #2c3e50;
    margin: 20px 0 0;
}

.price-amount small {
    font-size: 12px;
}

.price-details {
    color: #6c757d;
    margin-bottom: 15px;
}

.features-comparison {
    margin-top: 30px;
}

.feature-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    align-items: center;
}

.feature-row:last-child {
    border-bottom: none;
}

.feature-name {
    font-weight: 500;
    color: #2c3e50;
    font-size: 0.9em;
}

.feature-name i {
    font-size: 1.3em !important;
    margin-right: 6px;
}

.feature-value {
    text-align: center;
}

.feature-check {
    color: #28A745;
    font-size: 24px !important;
}

.feature-cross {
    color: #e74c3c;
    font-size: 24px !important;
}

/* Example Cards */
.example-scenarios {
    margin-bottom: 80px;
}

.example-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    font-size: 1em !important;
    min-height: 450px;
    display: flex;
    flex-direction: column;
}

.example-card h4 {
    color: #2c3e50;
    margin-bottom: 15px;
}

.example-card h4 i {
    font-size: 1.3em !important;
    margin-right: 8px;
}

.example-card .price-info-btn {
    font-size: 1.8em !important;
}

.example-card .price-info-btn i {
    font-size: 1em !important;
}

.example-table {
    width: 100%;
    margin: 20px 0;
}

.example-table th {
    background: #f8f9fa;
    padding: 12px;
    text-align: left;
    font-weight: 600;
}

.example-table td {
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
    line-height: 1.6;
}

.example-table td .price-info-btn {
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}

.example-recommendation {
    background: rgba(88, 121, 175, 0.18);
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    color: #3170b5;
}

.example-recommendation i {
    font-size: 1.3em !important;
    margin-right: 8px;
}

/* Calculator Section */
.calculator-section {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
}

.calculator-section h2 {
    margin-bottom: 40px;
    color: #2c3e50;
}

.calc-input-group {
    margin-bottom: 25px;
}

.calc-input-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #2c3e50;
}

.calc-result {
    background: linear-gradient(180deg, #5e7eb1 0%, #3170b5 100%);
    border-radius: 12px;
    padding: 0 30px;
    position: relative;
    overflow: hidden;
}

.calc-result h3 {
    margin: 20px 0;
    color: white;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.calc-result-option {
    background: rgba(139, 171, 219, 0.4);
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    z-index: 1;
    color: white;
    backdrop-filter: blur(10px);
}

.calc-result-option h4 {
    color: white;
    margin-bottom: 15px;
    font-weight: 700;
}

.calc-result-option small {
    color: rgba(255, 255, 255, 0.9);
}

.calc-result-price {
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin: 15px 0;
}

.calc-result-breakdown {
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 15px;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
    .feature-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .pricing-options {
        grid-template-columns: 1fr;
    }
}

/* Pricing Modal */
.pricing-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s;
}

.pricing-modal.active {
    display: block;
}

.pricing-modal-content {
    background-color: #ffffff;
    margin: 5% auto;
    padding: 40px;
    border-radius: 12px;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: slideDown 0.4s;
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.pricing-modal-content h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}

.pricing-modal-content h3 i {
    color: #3170b5;
    margin-right: 10px;
    font-size: 1.1em !important;
}

.pricing-modal-content p {
    color: #6c757d;
    margin-bottom: 30px;
    font-size: 16px;
}

.pricing-modal-close {
    color: #aaa;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 36px;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.3s;
    line-height: 1;
}

.pricing-modal-close:hover,
.pricing-modal-close:focus {
    color: #e74c3c;
}

.pricing-modal-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.pricing-modal-table thead {
    background: linear-gradient(180deg, #5e7eb1 0%, #3170b5 100%);
    color: white;
}

.pricing-modal-table th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.pricing-modal-table td {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    color: #2c3e50;
    font-size: 15px;
}

.pricing-modal-table tbody tr:hover {
    background-color: #f8f9fa;
}

.pricing-modal-table tbody tr:first-child {
    background-color: #f8f9fa;
    font-weight: 600;
}

.pricing-modal-table .text-success {
    color: #28A745;
    font-weight: 600;
}

/* Price Info Button */
.price-info-btn {
    background: transparent;
    border: none;
    color: #3170b5;
    font-size: 22px !important;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
    vertical-align: middle;
    transition: all 0.3s;
    outline: none;
}

.price-info-btn i {
    font-size: 22px !important;
}

.price-info-btn:hover {
    color: #3170b5;
    transform: scale(1.1);
}

.price-info-btn:active {
    transform: scale(0.95);
}

.price-info-btn-small {
    font-size: 18px !important;
    margin-left: 8px;
    opacity: 0.8;
}

.price-info-btn-small i {
    font-size: 18px !important;
}

.price-info-btn-small:hover {
    opacity: 1;
}

/* White icon for buttons in calculator result (on blue background) */
.calc-result .calc-info-btn,
.calc-result .calc-info-btn i,
.calc-result .price-info-btn,
.calc-result .price-info-btn i {
    color: white !important;
    opacity: 0.9;
}

.calc-result .calc-info-btn:hover,
.calc-result .price-info-btn:hover {
    opacity: 1;
    transform: scale(1.15);
}

/* Calculator Breakdown Structure */
.calc-module-group {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.calc-line {
    padding: 4px 0;
    line-height: 1.6;
}

.calc-line.calc-module {
    font-weight: 600;
    margin-bottom: 4px;
}

.calc-line.calc-variable {
    padding-left: 20px;
    font-size: 0.95em;
    opacity: 0.95;
}

.calc-line.calc-setup {
    margin-top: 8px;
    padding-top: 0;
    font-style: italic;
}

/* Calculator Range Sliders */
.calc-slider {
    width: 95% !important;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 8px;
    -webkit-appearance: none;
    appearance: none;
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(to right, #3170b5 0%, #3170b5 100%);
    outline: none;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.calc-slider:hover {
    opacity: 1;
}

.calc-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border: 2px solid #3170b5;
    transition: all 0.2s;
}

.calc-slider::-webkit-slider-thumb:hover {
    transform: scale(1.15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.calc-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border: 2px solid #3170b5;
    transition: all 0.2s;
}

.calc-slider::-moz-range-thumb:hover {
    transform: scale(1.15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.calc-slider-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #6c757d;
    margin: 10px 15px 10px 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .pricing-modal-content {
        width: 95%;
        margin: 10% auto;
        padding: 25px;
    }

    .pricing-modal-content h3 {
        font-size: 22px;
    }

    .pricing-modal-table th,
    .pricing-modal-table td {
        padding: 10px 8px;
        font-size: 13px;
    }

    .pricing-modal-close {
        top: 10px;
        right: 15px;
        font-size: 28px;
    }

    .calc-slider {
        height: 8px;
    }

    .calc-slider::-webkit-slider-thumb {
        width: 24px;
        height: 24px;
    }

    .calc-slider::-moz-range-thumb {
        width: 24px;
        height: 24px;
    }
}
