/* Business Page Specific Styles */

.business-main {
    background: white;
}

/* Hero Section */
.business-hero {
    background: #E6FFF0;
    border-radius: 24px;
    margin: 32px 48px 0;
    padding: 80px 0;
    overflow: hidden;
}

.business-hero-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
}

.business-hero-content {
    display: grid;
    grid-template-columns: 1fr 384px;
    gap: 96px;
    align-items: flex-start;
}

.business-hero-left {
    padding-top: 75px;
}

.business-hero-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.15;
    background: linear-gradient(135deg, #28DC8C 0%, #16A34A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
}

.business-hero-subtitle {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.80);
    margin-bottom: 32px;
}

.btn-see-rates {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #9333EA;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 9999px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 40px;
    transition: all 0.3s;
}

.btn-see-rates:hover {
    background: #7C3AED;
    transform: translateY(-2px);
}

.business-features-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.business-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-check-icon {
    width: 24px;
    height: 24px;
    background: #DCFCE7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-check-icon img {
    width: 16px;
    height: 16px;
}

.business-feature-item span {
    font-size: 18px;
    color: black;
}

/* Business Dialer Widget */
.business-hero-right {
    position: relative;
}

.business-dialer-widget {
    background: #E6FFF0;
    border-radius: 24px;
    padding: 48px 32px 32px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.10), 0px 10px 15px -3px rgba(0, 0, 0, 0.10);
    position: relative;
}

.dialer-settings-btn {
    position: absolute;
    top: 48px;
    right: 48px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.dialer-settings-btn img {
    width: 12px;
    height: 12px;
}

.dialer-balance-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #BBF7D0;
    border-radius: 9999px;
    padding: 7px 16px;
    margin-bottom: 28px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.dialer-balance-badge span {
    font-size: 14px;
    font-weight: 500;
    color: #15803D;
}

.balance-add-icon {
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.balance-add-icon img {
    width: 16px;
    height: 16px;
}

.dialer-phone-input {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid #D1D5DB;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.country-code-display {
    font-size: 20px;
    color: #1F2937;
}

.phone-number-input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 20px;
    color: #1F2937;
    outline: none;
}

.phone-number-input::placeholder {
    color: #9CA3AF;
}

.dialer-record-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid #008243;
    color: #008243;
    border-radius: 9999px;
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 24px;
    transition: all 0.2s;
}

.dialer-record-btn:hover {
    background: rgba(0, 130, 67, 0.05);
}

.dialer-record-btn img {
    width: 16px;
    height: 16px;
}

.dialpad-keys {
    display: grid;
    grid-template-columns: repeat(3, 64px);
    gap: 16px;
    justify-content: center;
    margin-bottom: 24px;
}

.dialer-action-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.dialer-action-small {
    width: 48px;
    height: 48px;
    background: #E5E7EB;
    border: none;
    border-radius: 50%;
    font-size: 14px;
    color: #1F2937;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.dialer-action-small:hover {
    background: #D1D5DB;
}

.dialer-call-btn {
    width: 64px;
    height: 64px;
    background: #28DC8C;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.dialer-call-btn:hover {
    background: #16A34A;
    transform: scale(1.05);
}

.dialer-call-btn img {
    width: 24px;
    height: 24px;
}

/* Trusted By Ticker */
.trusted-ticker {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin: 32px 0;
}

.ticker-track {
    display: flex;
    align-items: center;
    gap: 48px;
    white-space: nowrap;
    animation: scroll 30s linear infinite;
    background: rgba(40, 220, 140, 0.20);
    padding: 8px 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.ticker-text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: black;
}

.ticker-separator {
    color: rgba(40, 220, 140, 0.50);
    font-size: 16px;
    font-weight: 600;
}

/* Feature Cards Section */
.feature-cards-section {
    max-width: 672px;
    margin: 0 auto 80px;
    padding: 0 48px;
}

.feature-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.feature-card-purple,
.feature-card-white,
.feature-card-light {
    border-radius: 8px;
    padding: 48px 16px;
    text-align: center;
    min-height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card-purple {
    background: #9333EA;
}

.feature-card-purple h3 {
    font-size: 18px;
    font-weight: 600;
    color: white;
    line-height: 1.4;
}

.feature-card-white {
    background: white;
    border: 2px solid #E9D5FF;
}

.feature-card-white h3 {
    font-size: 18px;
    font-weight: 600;
    color: #9333EA;
    line-height: 1.4;
}

.feature-card-light {
    background: #F3E8FF;
}

.feature-card-light h3 {
    font-size: 18px;
    font-weight: 600;
    color: #9333EA;
    line-height: 1.4;
}

/* Clear Rates Section */
.clear-rates-section {
    max-width: 896px;
    margin: 0 auto 80px;
    padding: 0 48px;
}

.section-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: black;
    margin-bottom: 48px;
}

.rates-comparison-table {
    background: white;
    border: 1px solid #F2F2F2;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 48px;
}

.rates-table-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    background: white;
    border-bottom: 1px solid #F2F2F2;
    padding: 12px 34px;
}

.rate-header-cell {
    font-size: 12px;
    font-weight: 700;
    color: #4B5563;
    text-align: center;
}

.rate-header-cell.highlight {
    color: #16A34A;
}

.rates-table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    border-bottom: 1px solid #F2F2F2;
    padding: 25px 34px;
    align-items: center;
}

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

.rate-country {
    font-size: 14px;
    color: #1F2937;
    text-align: left;
}

.rate-price {
    font-size: 14px;
    color: #1F2937;
    text-align: center;
}

.rate-price-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.rate-price-highlight span {
    font-size: 14px;
    color: #1F2937;
}

.rate-savings {
    display: flex;
    justify-content: center;
}

.savings-badge {
    background: #DCFCE7;
    color: #166534;
    border-radius: 9999px;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 500;
}

/* Enterprise Credit Section */
.enterprise-credit-section {
    background: rgba(230, 255, 240, 0.30);
    border: 1px solid rgba(40, 220, 140, 0.30);
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.10), 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
}

.enterprise-credit-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.enterprise-credit-header img {
    width: 20px;
    height: 20px;
}

.enterprise-credit-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: black;
}

.enterprise-credit-subtitle {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    margin-bottom: 24px;
    line-height: 1.5;
}

.enterprise-credit-subtitle strong {
    color: rgba(0, 0, 0, 0.80);
    font-weight: 700;
}

.credit-packages {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.package-label {
    font-size: 14px;
    font-weight: 500;
    color: black;
    display: block;
    margin-bottom: 8px;
}

.package-options {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.package-btn {
    height: 50px;
    padding: 0 24px;
    background: white;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    font-size: 16px;
    color: #1F2937;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}

.package-btn:hover {
    border-color: #28DC8C;
}

.package-btn.active {
    background: rgba(40, 220, 140, 0.20);
    border: 1px solid #28DC8C;
    color: black;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.10), 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
}

.popular-badge {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    background: #28DC8C;
    color: white;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 9999px;
    white-space: nowrap;
}

.bonus-badge {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 9999px;
    white-space: nowrap;
}

.bonus-badge.blue {
    background: #2563EB;
    color: white;
}

.bonus-badge.yellow {
    background: #EAB308;
    color: black;
}

.custom-amount-input {
    position: relative;
    margin-bottom: 16px;
}

.custom-amount-input .dollar-sign {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #6B7280;
}

.custom-amount-input input {
    width: 100%;
    height: 50px;
    padding: 0 12px 0 29px;
    background: white;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    font-size: 16px;
    color: #1F2937;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.custom-amount-input input:focus {
    outline: none;
    border-color: #28DC8C;
}

.auto-topup-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px;
    background: transparent;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
}

.auto-topup-option img {
    width: 20px;
    height: 20px;
}

.auto-topup-option span:first-of-type {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.topup-badge {
    background: #DCFCE7;
    color: #166534;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 9999px;
}

.form-input {
    width: 100%;
    height: 42px;
    padding: 0 13px;
    background: white;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    font-size: 16px;
    color: #1F2937;
    margin-bottom: 16px;
}

.form-input:focus {
    outline: none;
    border-color: #28DC8C;
}

.form-input::placeholder {
    color: #9CA3AF;
}

.minutes-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.minutes-info img {
    width: 20px;
    height: 20px;
}

.minutes-info span {
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.minutes-info strong {
    font-size: 18px;
    font-weight: 700;
}

.btn-checkout {
    width: 100%;
    height: 56px;
    background: #28DC8C;
    border: none;
    border-radius: 6px;
    color: black;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 16px;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.10), 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
    transition: all 0.3s;
}

.btn-checkout:hover {
    background: #16A34A;
    transform: translateY(-2px);
}

.enterprise-contact {
    text-align: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
}

.enterprise-contact a {
    color: rgba(0, 0, 0, 0.80);
    font-weight: 500;
    text-decoration: none;
}

.enterprise-contact a:hover {
    text-decoration: underline;
}

/* Workflow Tools Section */
.workflow-tools-section {
    max-width: 1280px;
    margin: 0 auto 80px;
    padding: 0 48px;
    text-align: center;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 48px;
}

.tool-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.tool-card h3 {
    font-size: 20px;
    font-weight: 500;
    color: black;
    padding: 20px 16px 8px;
    text-align: left;
}

.tool-image {
    padding: 16px;
}

.tool-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.btn-see-rates-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(40, 220, 140, 0.10);
    color: #28DC8C;
    border: none;
    padding: 13px 24px;
    border-radius: 9999px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-see-rates-outline:hover {
    background: rgba(40, 220, 140, 0.20);
}

/* Demo Video Section */
.demo-video-section {
    max-width: 896px;
    margin: 0 auto 80px;
    padding: 0 48px;
    text-align: center;
}

.demo-subtitle {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    margin-bottom: 32px;
}

.video-placeholder {
    background: rgba(230, 255, 240, 0.80);
    border: 2px solid rgba(40, 220, 140, 0.30);
    border-radius: 16px;
    height: 188px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(17, 24, 39, 0.40) 0%, rgba(17, 24, 39, 0) 100%);
}

/* Testimonials Business Section */
.testimonials-business-section {
    max-width: 1280px;
    margin: 0 auto 80px;
    padding: 0 48px;
    text-align: center;
}

.testimonials-business-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 48px;
}

.testimonial-business-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 25px;
    text-align: left;
}

.testimonial-quote {
    font-size: 16px;
    color: #4B5563;
    margin-bottom: 20px;
    line-height: 1.6;
}

.testimonial-author {
    font-size: 16px;
    font-weight: 500;
    color: black;
    margin-bottom: 4px;
}

.testimonial-company {
    font-size: 14px;
    color: #6B7280;
}

/* FAQ Business Section */
.faq-business-section {
    max-width: 736px;
    margin: 0 auto 80px;
    padding: 0 48px;
}

.faq-business-container {
    background: rgba(230, 255, 240, 0.80);
    border: 1px solid rgba(40, 220, 140, 0.30);
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.10), 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
}

.faq-business-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.faq-business-header img {
    width: 20px;
    height: 20px;
}

.faq-business-header h2 {
    font-size: 20px;
    font-weight: 600;
    color: black;
}

.faq-business-list {
    display: flex;
    flex-direction: column;
}

.faq-business-item {
    border-bottom: 1px solid #E5E7EB;
}

.faq-business-item:last-child {
    border-bottom: none;
}

.faq-business-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
}

.faq-business-question:hover {
    opacity: 0.8;
}

.faq-business-question span {
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.faq-business-question img {
    width: 20px;
    height: 20px;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-content {
    position: relative;
    background: white;
    border-radius: 12px;
    max-width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

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

/* Notification Toast Styles */
.notification-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: white;
    padding: 16px 24px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-out;
    z-index: 10001;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    pointer-events: none;
}

.notification-toast.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.notification-toast.success {
    background: #DCFCE7;
    color: #166534;
    border: 1px solid #BBF7D0;
}

.notification-toast.error {
    background: #FEE2E2;
    color: #991B1B;
    border: 1px solid #FECACA;
}

.notification-toast.info {
    background: #DBEAFE;
    color: #1E40AF;
    border: 1px solid #BFDBFE;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .business-hero-content {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .business-hero-right {
        max-width: 384px;
        margin: 0 auto;
    }
    
    .tools-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .business-hero {
        margin: 16px;
        padding: 40px 0;
    }
    
    .business-hero-container {
        padding: 0 24px;
    }
    
    .business-hero-title {
        font-size: 42px;
    }
    
    .business-hero-subtitle {
        font-size: 18px;
    }
    
    .business-hero-left {
        padding-top: 0;
    }
    
    .feature-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .rates-table-header,
    .rates-table-row {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        font-size: 12px;
        padding: 16px 12px;
    }
    
    .testimonials-business-grid {
        grid-template-columns: 1fr;
    }
    
    .package-options {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .business-hero-title {
        font-size: 32px;
    }
    
    .feature-cards-grid {
        grid-template-columns: 1fr;
    }
    
    .rates-comparison-table {
        overflow-x: auto;
    }
}
