* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI Variable", -apple-system, Roboto, Helvetica, sans-serif;
    background-color: white;
    color: var(--gray-1);
    line-height: 1.6;
}
  .pricing-container {
            background-color: rgba(255, 255, 255, 1);
            display: flex;
            flex-direction: column;
            overflow: hidden;
            align-items: center;
        }
        @media (min-width: 768px) {
            .pricing-container {
                padding: 63px 40px 121px;
            }
        }
        @media (min-width: 1024px) {
            .pricing-container {
                padding: 63px 80px 121px;
            }
        }
        @media (max-width: 640px) {
            .pricing-container {
                padding: 20px 16px 60px;
            }
        }
        .main-content {
            width: 100%;
            max-width: 1179px;
        }
        @media (max-width: 991px) {
            .main-content {
                max-width: 100%;
                
            }
        }
        .header-section {
            display: flex;
            width: 100%;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        @media (max-width: 991px) {
            .header-section {
                max-width: 100%;
                
            }
        }
        .logo-image {
            aspect-ratio: 1;
            object-fit: contain;
            object-position: center;
            width: 46px;
            border-radius: 8px;
            align-self: start;
            flex-shrink: 0;
        }
        .header-content {
            flex-grow: 1;
            flex-shrink: 1;
            flex-basis: auto;
        }
        @media (max-width: 991px) {
            .header-content {
                max-width: 100%;
            }
        }
        .header-layout {
            gap: 20px;
            display: flex;
            align-items: center;
            width: 100%;
        }
        @media (max-width: 991px) {
            .header-layout {
                flex-direction: column;
                align-items: stretch;
                gap: 20px;
            }
        }
        .title-column {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            line-height: normal;
            flex: 1;
            min-width: 0;
        }
        @media (max-width: 991px) {
            .title-column {
                width: 100%;
            }
        }
        .title-content {
            display: flex;
            margin-top: 24px;
            flex-grow: 1;
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
            justify-content: flex-start;
            width: 100%;
        }
        @media (max-width: 991px) {
            .title-content {
                max-width: 100%;
                margin-top: 20px;
                align-items: center;
                text-align: center;
            }
        }
        .main-title {
            color: var(--Gray-1, #333);
            font-size: 24px;
            font-weight: 700;
        }
        @media (max-width: 991px) {
            .main-title {
                max-width: 100%;
            }
        }
        .subtitle {
            color: var(--Gray-2, #4f4f4f);
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            opacity: 0.8;
            align-self: flex-start;
            margin-top: 8px;
            max-width: 100%;
        }
        @media (max-width: 991px) {
            .subtitle {
                max-width: 100%;
                align-self: center;
                text-align: center;
            }
        }
        .subscription-column {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            line-height: normal;
            flex-shrink: 0;
        }
        @media (max-width: 991px) {
            .subscription-column {
                width: 100%;
            }
        }
        .subscription-toggle {
            justify-content: center;
            align-items: center;
            border-radius: 21px;
            border: none;
            border: 2px solid #0b66c3;
            display: flex;
            gap: 7px;
            color: var(--brand-color-1, #0b66c3);
            max-width: 220px;
            padding: 8px 20px;
            font-size: 14px;
            font-weight: 600;
        }
        @media (max-width: 991px) {
            .subscription-toggle {
                margin-top: 26px;
                padding: 4px 16px;
                width: 100%;
            }
        }
        .subscription-text {
            color: var(--brand-color-1, #0b66c3);
            align-self: stretch;
            margin: auto 0;
        }
        .pricing-section {
            display: flex;
            width: 100%;
            padding-left: 0;
            justify-content: center;
            align-items: center;
        }
        @media (max-width: 991px) {
            .pricing-section {
                max-width: 100%;
                padding-left: 0;
                margin-top: 40px;
            }
        }
        .pricing-cards-grid {
            align-self: stretch;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            align-items: start;
            gap: 24px;
            justify-content: center;
            width: 1100px;
        }
        @media (max-width: 640px) {
            .pricing-cards-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        }
        .pricing-card {
            border-radius: 26px;
            background-color: rgba(255, 255, 255, 1);
            min-width: 240px;
            width: 100%;
            max-width: 265px;
            padding: 20px 30px;
            border: 2px solid rgba(11, 102, 195, 0.16);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        @media (max-width: 991px) {
            .pricing-card {
                padding: 20px;
                max-width: 100%;
            }
        }
        .card-content {
            width: 100%;
        }
        .card-header {
            display: flex;
            width: 100%;
            align-items: center;
            gap: 12px;
            font-weight: 700;
            justify-content: space-between;
        }
        @media (max-width: 991px) {
            .card-header {
                flex-wrap: wrap;
            }
        }
        .price {
            color: var(--Gray-1, #333);
            font-size: 26px;
            line-height: 46px;
            align-self: stretch;
            margin: auto 0;
        }
        .plan-name {
            color: rgba(255, 98, 145, 1);
            font-size: 20px;
            align-self: stretch;
            margin: auto 0;
        }
        .validity-badge {
            border-radius: 45px;
            background-color: rgba(220, 232, 244, 1);
            display: flex;
            margin-top: 16px;
            min-height: 32px;
            width: 100%;
            align-items: center;
            gap: 15px;
            font-size: 16px;
            color: var(--Gray-1, #333);
            font-weight: 400;
            justify-content: center;
            padding: 0 18px;
        }
        .validity-text {
            color: var(--Gray-1, #333);
            align-self: stretch;
            margin: auto 0;
        }
        .credits-section {
            display: flex;
            margin-top: 16px;
            width: 100%;
            align-items: center;
            gap: 8px;
            justify-content: center;
            padding: 8px 0;
        }
        .credits-number {
            color: var(--Gray-1, #333);
            font-size: 42px;
            font-weight: 700;
            line-height: 1.1;
            align-self: stretch;
            margin: auto 0;
        }
        .credits-label {
            align-self: stretch;
            font-size: 16px;
            color: var(--Gray-3, #828282);
            font-weight: 500;
            margin: auto 0;
        }
        .choose-plan-button {
            border-radius: 21px;
            background-color: rgba(11, 102, 195, 1);
            box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
            display: flex;
            margin-top: 16px;
            min-height: 45px;
            width: 100%;
            align-items: center;
            gap: 7px;
            font-size: 16px;
            color: var(--Gray-6, #f2f2f2);
            font-weight: 600;
            justify-content: center;
            padding: 11px 22px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .choose-plan-button:hover {
            background-color: rgba(8, 85, 165, 1);
            box-shadow: 0px 5px 15px rgba(11, 102, 195, 0.3);
            transform: translateY(-2px);
        }
        .choose-plan-button:active {
            transform: translateY(0);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
        }
        @media (max-width: 991px) {
            .choose-plan-button {
                padding: 0 20px;
            }
        }
        .button-text {
            color: var(--Gray-6, #f2f2f2);
            align-self: stretch;
            margin: auto 0;
            font-size: 14px;
            font-weight: 600;
        }
        .payment-info {
            border-radius: 32px;
            background-color: rgba(248, 248, 248, 1);
            display: flex;
            align-items: center;
            gap: 8px;
            color: var(--Gray-2, #4f4f4f);
            text-align: left;
            justify-content: flex-start;
            margin: 31px 0 0 0;
            padding: 12px 20px;
            border: 1px solid rgba(222, 222, 222, 1);
            max-width: 1100px;
            font-size: 16px;
        }
        @media (max-width: 991px) {
            .payment-info {
                margin: 31px 0 0 0;
                padding: 10px 16px;
            }
        }
        .info-icon {
            aspect-ratio: 1;
            object-fit: contain;
            object-position: center;
            width: 30px;
            align-self: stretch;
            flex-shrink: 0;
            margin: auto 0;
        }
        .info-text {
            color: var(--Gray-2, #4f4f4f);
            align-self: stretch;
            margin: auto 0;
        }
        .payment-methods-section {
            display: flex;
            width: 100%;
            max-width: 100%;
            flex-direction: column;
            align-items: center;
            justify-content: start;
            margin: 60px 0 0 0;
        }
        @media (max-width: 991px) {
            .payment-methods-section {
                margin-top: 40px;
            }
        }
        .payment-methods-title {
            color: rgba(0, 0, 0, 1);
            text-align: center;
            max-width: 100%;
            font-size: 20px;
            font-weight: 700;
        }
        @media (max-width: 991px) {
            .payment-methods-title {
                max-width: 100%;
                font-size: 18px;
            }
        }
        .payment-icons-grid {
            display: flex;
            margin-top: 40px;
            width: 100%;
            align-items: center;
            gap: 16px;
            justify-content: center;
            flex-wrap: wrap;
        }
        @media (max-width: 640px) {
            .payment-icons-grid {
                gap: 12px;
                margin-top: 24px;
            }
        }
        .payment-icon {
            aspect-ratio: 1.56;
            object-fit: contain;
            object-position: center;
            width: 90px;
            max-width: 100%;
            fill: var(--Neutral-Colors-White, #fff);
            stroke-width: 1.197px;
            stroke: var(--Neutral-Colors-400, #d6dce5);
            flex-shrink: 0;
        }
        @media (max-width: 640px) {
            .payment-icon {
                width: 80px;
            }
        }
        .payment-icon-small {
            aspect-ratio: 1.55;
            object-fit: contain;
            object-position: center;
            width: 90px;
            max-width: 100%;
            fill: var(--Neutral-Colors-White, #fff);
            stroke-width: 1.197px;
            stroke: var(--Neutral-Colors-400, #d6dce5);
            flex-shrink: 0;
        }
        @media (max-width: 640px) {
            .payment-icon-small {
                width: 80px;
            }
        }
        .features-section {
            display: flex;
            margin-top: 80px;
            padding-left: 0;
            flex-direction: column;
            align-items: stretch;
            width: 100%;
        }
        @media (max-width: 991px) {
            .features-section {
                max-width: 100%;
                padding-left: 0;
                margin-top: 40px;
            }
        }
        .features-content {
            display: flex;
            min-height: 705px;
            flex-direction: column;
            align-items: stretch;
            justify-content: start;
        }
        @media (max-width: 991px) {
            .features-content {
                max-width: 100%;
            }
        }
        .features-title {
            color: rgba(0, 0, 0, 1);
            text-align: center;
            align-self: center;
            max-width: 100%;
            font-size: 20px;
            font-weight: 600;
        }
        @media (max-width: 991px) {
            .features-title {
                max-width: 100%;
                font-size: 18px;
            }
        }
        .features-list {
            margin-top: 40px;
            width: 100%;
            font-size: 16px;
        }
        @media (max-width: 991px) {
            .features-list {
                max-width: 100%;
            }
        }
        .feature-item {
            min-height: 43px;
            width: 100%;
            overflow: visible;
            font-weight: 600;
            margin-bottom: 16px;
            position: relative;
        }
        @media (max-width: 991px) {
            .feature-item {
                max-width: 100%;
                margin-bottom: 12px;
            }
        }
        .feature-row {
            display: flex;
            width: 100%;
            align-items: center;
            gap: 12px;
            justify-content: flex-start;
            flex-wrap: wrap;
        }
        @media (max-width: 991px) {
            .feature-row {
                max-width: 100%;
                gap: 8px;
            }
        }
        @media (max-width: 640px) {
            .feature-row {
                gap: 6px;
            }
        }
        .feature-icon {
            aspect-ratio: 1;
            object-fit: contain;
            object-position: center;
            width: 38px;
            align-self: stretch;
            flex-shrink: 0;
            margin: auto 0;
        }
        .feature-name {
            color: var(--Gray-1, #333);
            font-size: 16px;
            opacity: 0.8;
            align-self: stretch;
            margin: auto 0;
            font-weight: 100 !important;
            white-space: nowrap;
            word-break:break-all;

        }
        .feature-badge {
            align-items: center;
            border-radius: 32px;
            align-self: stretch;
            display: flex;
            gap: 10px;
            color: rgba(255, 255, 255, 1);
            white-space: nowrap;
            justify-content: start;
            background-color: var(--brand-color-1, #0b66c3);
            margin: auto 0;
            padding: 2px 16px;
        }
        @media (max-width: 991px) {
            .feature-badge {
                white-space: initial;
                padding: 0 16px;
            }
        }
        .premium-badge {
            border-radius: 32px;
            align-self: stretch;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #6B4E00;
            white-space: nowrap;
            justify-content: center;
            margin: auto 0;
            padding: 2px 16px;
            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
            box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
            border: 1px solid rgba(255, 215, 0, 0.6);
            font-weight: 700;
            text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
        }
        @media (max-width: 991px) {
            .premium-badge {
                white-space: initial;
                padding: 2px 16px;
            }
        }
        .badge-text {
            align-self: stretch;
            margin: auto 0;
            font-size: 14px;
        }
        .feature-divider {
            background-color: rgba(209, 209, 209, 1);
            align-self: stretch;
            min-width: 40px;
            flex-shrink: 1;
            height: 1px;
            flex-grow: 1;
            margin: auto 0;
            border: none;
        }
        @media (max-width: 640px) {
            .feature-divider {
                min-width: 20px;
            }
        }
        .credits-display {
            color: var(--Gray-1, #333);
            text-align: center;
            font-size: 28px;
            opacity: 0.8;
            align-self: stretch;
            margin: auto 0;
            font-weight: bold;
        }
        .credits-text {
            color: var(--Gray-3, #828282);
            text-align: center;
            font-weight: 500;
            opacity: 0.8;
            align-self: stretch;
            margin: auto 0;
            padding-left: 5px;
        }
        .feature-button {
            justify-content: center;
            align-items: center;
            border-radius: 24px;
            border: 2px solid #0b66c3 ;
            background-color: transparent;
            margin-left: 20px !important;
            align-self: stretch;
            display: flex;
            min-height: 42px;
            gap: 6px;
            color: var(--brand-color-1, #0b66c3);
            white-space: nowrap;
            margin: auto 0;
            padding: 9px 25px 9px 26px;
            cursor: pointer;
        }
        @media (max-width: 991px) {
            .feature-button {
                white-space: initial;
                padding: 0 20px;
            }
        }
        .button-icon {
            aspect-ratio: 1;
            object-fit: contain;
            object-position: center;
            width: 19px;
            align-self: stretch;
            flex-shrink: 0;
            margin: auto 0;
            transition: transform 0.3s ease;
        }
        .feature-dropdown {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
            opacity: 0;
            margin-top: 0;
        }
        .feature-dropdown.active {
            max-height: 1000px;
            opacity: 1;
            margin-top: 16px;
        }
        .dropdown-table-container {
            background-color: #fff;
            border-radius: 12px;
            border: 1px solid rgba(222, 222, 222, 1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            padding: 20px;
            overflow-x: auto;
        }
        .feature-comparison-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 14px;
            margin-bottom: 16px;
        }
        .feature-comparison-table thead {
            background-color: #f8f9fa;
        }
        .feature-comparison-table th {
            padding: 12px 16px;
            text-align: left;
            font-weight: 600;
            color: var(--Gray-1, #333);
            border-bottom: 2px solid rgba(222, 222, 222, 1);
        }
        .feature-comparison-table th:first-child {
            min-width: 200px;
        }
        .feature-comparison-table th:not(:first-child) {
            text-align: center;
            min-width: 120px;
        }
        .feature-comparison-table td {
            padding: 12px 16px;
            border-bottom: 1px solid rgba(222, 222, 222, 0.5);
            color: var(--Gray-2, #4f4f4f);
        }
        .feature-comparison-table td:not(:first-child) {
            text-align: center;
        }
        .feature-comparison-table tbody tr:hover {
            background-color: #f8f9fa;
        }
        .checkmark {
            color: #0b66c3;
            font-size: 18px;
            font-weight: bold;
            display: inline-block;
        }
        .cross {
            color: #dc3545;
            font-size: 18px;
            font-weight: bold;
            display: inline-block;
        }
        .table-disclaimer {
            margin-top: 16px;
            padding-top: 16px;
            border-top: 1px solid rgba(222, 222, 222, 0.5);
            font-size: 13px;
            color: var(--Gray-2, #4f4f4f);
            text-align: center;
        }
        .table-disclaimer strong {
            color: var(--Gray-1, #333);
            font-weight: 600;
        }
        @media (max-width: 991px) {
            .dropdown-table-container {
                padding: 16px;
            }
            .feature-comparison-table {
                font-size: 13px;
            }
            .feature-comparison-table th,
            .feature-comparison-table td {
                padding: 10px 12px;
            }
            .feature-comparison-table th:first-child {
                min-width: 150px;
            }
            .feature-comparison-table th:not(:first-child) {
                min-width: 100px;
            }
        }
        @media (max-width: 640px) {
            .dropdown-table-container {
                padding: 12px;
            }
            .feature-comparison-table {
                font-size: 12px;
            }
            .feature-comparison-table th,
            .feature-comparison-table td {
                padding: 8px;
            }
            .feature-comparison-table th:first-child {
                min-width: 120px;
            }
            .feature-comparison-table th:not(:first-child) {
                min-width: 80px;
            }
            .checkmark,
            .cross {
                font-size: 16px;
            }
            .table-disclaimer {
                font-size: 12px;
            }
        }
        .credit-distribution-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
            padding: 8px 0;
        }
        .credit-distribution-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 8px 0;
        }
        .credit-icon {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background-color: var(--brand-color-1, #0b66c3);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: 600;
            flex-shrink: 0;
        }
        .credit-content {
            display: flex;
            align-items: center;
            gap: 12px;
            flex: 1;
            font-size: 14px;
            color: var(--Gray-1, #333);
        }
        .credit-range {
            font-weight: 500;
            color: var(--Gray-1, #333);
        }
        .credit-points {
            font-weight: 600;
            color: var(--Gray-1, #333);
        }
        @media (max-width: 991px) {
            .credit-distribution-list {
                gap: 14px;
            }
            .credit-distribution-item {
                gap: 14px;
            }
            .credit-content {
                font-size: 13px;
                gap: 10px;
            }
            .credit-icon {
                width: 22px;
                height: 22px;
                font-size: 14px;
            }
        }
        @media (max-width: 640px) {
            .credit-distribution-list {
                gap: 12px;
            }
            .credit-distribution-item {
                gap: 12px;
                padding: 6px 0;
            }
            .credit-content {
                font-size: 12px;
                gap: 8px;
                flex-wrap: wrap;
            }
            .credit-icon {
                width: 20px;
                height: 20px;
                font-size: 12px;
            }
        }
        .contact-footer {
            color: #4f4f4f;
            text-align: center;
            opacity: 0.8;
            text-decoration-skip-ink: none;
            align-self: center;
            max-width: 100%;
            margin: 60px 0 0 0;
            font-size: 16px;
        }
        @media (max-width: 991px) {
            .contact-footer {
                margin-top: 40px;
                font-size: 16px;
                line-height: 24px;
            }
        }
        @media (max-width: 640px) {
            .contact-footer {
                font-size: 14px;
                line-height: 20px;
            }
        }
        .contact-link {
            font-weight: 500;
            text-decoration: underline;
            color: rgba(45, 156, 219, 1);
        }
@media (max-width: 768px) {
  .feature-name {
    font-size: 10px;
  }
  .badge-text{
    font-size: 10px;
  }
  .credits-display{
    font-size: 13px;
  }
  .credits-text{
    font-size: 10px;
  }
  .feature-button{
    font-size: 10px;
    padding: 0 5px;
    height: 30px;
    min-height: 30px !important;
    text-align: center;
  }
}

.feature-rows {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 80%;
}

.feature-left {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.tag.free {
    background: #0b66c3;
    color: white;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.tag.premium {
    background: #f9c420;
    color: #000;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.line-divider {
    flex: 1;
    height: 1px;
    background: #ccc;
    opacity: 0.7;
}

.feature-right {
    white-space: nowrap;
    color: #555;
    font-weight: 600;
}


