.ab-page {
    width: 100%;
    overflow: hidden;
}

.ab-page * {
    font-weight: 500;
}

.ab-gold {
    color: #ffbe33;
}

.ab-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.ab-stars {
    background-color: #4c006d;
    background-image:
        radial-gradient(1px 1px at 8% 15%, rgba(255, 190, 51, 0.5) 50%, transparent 50%),
        radial-gradient(1px 1px at 25% 35%, rgba(255, 255, 255, 0.3) 50%, transparent 50%),
        radial-gradient(1.5px 1.5px at 60% 20%, rgba(255, 190, 51, 0.4) 50%, transparent 50%),
        radial-gradient(1px 1px at 85% 40%, rgba(255, 255, 255, 0.25) 50%, transparent 50%),
        radial-gradient(1px 1px at 45% 75%, rgba(255, 190, 51, 0.35) 50%, transparent 50%),
        radial-gradient(1px 1px at 92% 85%, rgba(255, 255, 255, 0.2) 50%, transparent 50%);
}

.ab-hero-bg {
    background-color: #faea69;
    background-image: none;
}

.ab-hero {
    padding: 36px 0 40px;
    color: #4c006d;
}

.ab-hero-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
}

.ab-hero h1 {
    font-size: 2.6rem;
    font-weight: 800;
    color: #4c006d;
    margin: 0 0 16px;
    letter-spacing: 1px;
}

.ab-hero .ab-lead {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #4c006d;
    margin: 0;
}

.ab-hero .ab-lead strong {
    color: #4c006d;
    font-weight: 800;
}

.ab-profiles {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

.ab-profile-card {
    background: #fff;
    border: 2px solid #4c006d;
    border-radius: 12px;
    padding: 0;
    text-align: center;
    width: 150px;
    overflow: hidden;
}

.ab-founder-label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #4c006d;
    background: #fff;
    padding: 6px 4px;
    margin: 0;
}

.ab-profile-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center top;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 0;
}

.ab-profile-card h3 {
    font-size: 0.88rem;
    font-weight: 700;
    color: #4c006d;
    margin: 0;
    padding: 8px 6px 0;
    line-height: 1.3;
}

.ab-profile-card span:not(.ab-founder-label) {
    font-size: 0.78rem;
    color: #4c006d;
    font-weight: 600;
    display: block;
    padding: 0 6px 0;
}

.ab-problems {
    padding: 48px 0;
    background: #fff;
    border-top: 1px solid rgba(76, 0, 109, 0.08);
}

.ab-sec-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: #4c006d;
    margin: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.ab-sec-title::before,
.ab-sec-title::after {
    content: "";
    flex: 1;
    max-width: 180px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffbe33 40%, #ffbe33 60%, transparent);
}

.ab-prob-cols {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    align-items: stretch;
}

.ab-prob-col {
    text-align: center;
    padding: 22px 14px;
    background: #fdfaf5;
    border: 1px solid rgba(76, 0, 109, 0.1);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s, transform 0.2s;
}

.ab-prob-col:hover {
    box-shadow: 0 6px 20px rgba(76, 0, 109, 0.1);
    transform: translateY(-2px);
}

.ab-prob-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 14px;
    border: 2px solid #ffbe33;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #4c006d;
    background: #fff;
    flex-shrink: 0;
}

.ab-prob-col p {
    font-size: 0.82rem;
    color: #3a2a4a;
    line-height: 1.55;
    margin: 0;
    flex: 1;
}

.ab-prob-col.ab-solve {
    background: linear-gradient(160deg, #4c006d 0%, #3a0055 100%);
    border-color: #4c006d;
}

.ab-prob-col.ab-solve .ab-prob-icon {
    background: #faea69;
    color: #4c006d;
    border-color: #faea69;
}

.ab-prob-col.ab-solve p {
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
}

.ab-solution {
    padding: 48px 0;
    background: #f5f0e8;
}

.ab-sol-grid {
    display: grid;
    grid-template-columns: minmax(240px, 27%) 1fr minmax(300px, 36%);
    gap: 0;
    align-items: stretch;
    background: #fff;
    border: 1px solid rgba(76, 0, 109, 0.12);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(76, 0, 109, 0.1);
}

.ab-sol-box {
    background: #4c006d;
    border-radius: 0;
    padding: 28px 22px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.ab-sol-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.ab-sol-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ab-sol-item i {
    font-size: 1.4rem;
    color: #ffbe33;
    margin-top: 2px;
    flex-shrink: 0;
    width: 28px;
    text-align: center;
}

.ab-sol-item p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
}

.ab-sol-item strong {
    color: #faea69;
}

.ab-sol-text {
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.ab-sol-text h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #4c006d;
    margin: 0 0 14px;
    line-height: 1.4;
}

.ab-sol-text p {
    font-size: 0.88rem;
    color: #3a2a4a;
    line-height: 1.7;
    margin: 0 0 12px;
}

.ab-sol-text p:last-child {
    margin-bottom: 0;
}

.ab-sol-text .ab-not-ai {
    display: inline-block;
    background: #4c006d;
    color: #faea69;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    margin: 0 0 14px;
    align-self: flex-start;
}

.ab-monitor {
    padding: 0;
    margin: 0;
    background: #faea69;
    overflow: hidden;
    border-left: 1px solid rgba(76, 0, 109, 0.08);
    line-height: 0;
    min-height: 100%;
}

.ab-devices-img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.ab-banner {
    padding: 32px 0;
    color: #fff;
}

.ab-banner-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.ab-banner i.globe {
    font-size: 2.2rem;
    color: #ffbe33;
    margin-bottom: 4px;
}

.ab-banner-text h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffbe33;
    margin: 0;
    letter-spacing: 0.5px;
}

.ab-banner-text p {
    margin: 0;
    font-size: 0.9rem;
    color: #f0e8f8;
    line-height: 1.65;
    max-width: 720px;
}

.ab-feedback {
    padding: 48px 0 50px;
    background: #4c006d;
}

.ab-feedback h2,
.ab-feedback .ab-sec-title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 800;
    color: #faea69;
    margin: 0 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.ab-feedback h2::before,
.ab-feedback h2::after,
.ab-feedback .ab-sec-title::before,
.ab-feedback .ab-sec-title::after {
    content: "";
    flex: 1;
    max-width: 180px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffbe33 40%, #ffbe33 60%, transparent);
}

.ab-fb-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}

.ab-fb-item {
    aspect-ratio: 3 / 4;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #ffbe33;
    cursor: zoom-in;
    display: none;
    background: #fff;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    position: relative;
}

.ab-fb-item.is-loaded {
    display: block;
}

.ab-fb-item::after {
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 26px;
    height: 26px;
    background: #ffbe33;
    color: #4c006d;
    border-radius: 50%;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}

.ab-fb-item:hover {
    transform: translateY(-3px);
    border-color: #faea69;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.ab-fb-item:hover::after {
    opacity: 1;
}

.ab-fb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.ab-fb-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    color: #faea69;
    font-size: 0.9rem;
    border: 2px dashed #ffbe33;
    border-radius: 12px;
    background: transparent;
}

.ab-yantra-section {
    padding: 24px 0;
    background: #4c006d;
    border-top: none;
    border-bottom: none;
}

.ab-yantra-section .ab-yantra-eyebrow {
    color: #fff !important;
    font-size: 1rem;
    font-weight: 700;
    margin: 8px 0 0;
    letter-spacing: 0.02em;
}

.ab-yantra-section h3,
.ab-yantra-section .ab-yantra-title {
    color: #fff;
    font-weight: bold;
    margin: 8px 0 8px;
    text-align: center;
}

.ab-puja-section {
    padding-top: 8px;
}

.ab-puja-title {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.45;
    padding: 0 12px;
    text-align: center !important;
}

.ab-yantra-section .offer_container {
    padding-left: 16px;
    padding-right: 16px;
}

.ab-stats {
    padding: 32px 0;
    background: #fff;
    border-top: 1px solid #f0e8f8;
}

.ab-stats-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.ab-stat {
    text-align: center;
}

.ab-stat-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
    border: 2px solid #ffbe33;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #4c006d;
    background: #faf6ef;
}

.ab-stat strong {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: #4c006d;
    margin-bottom: 2px;
}

.ab-stat span {
    font-size: 0.72rem;
    color: #6b5a7a;
    line-height: 1.3;
}

.ab-cta {
    padding: 40px 0;
    color: #fff;
    text-align: center;
    position: relative;
}

.ab-cta-deco {
    position: absolute;
    font-size: 3rem;
    color: rgba(255, 190, 51, 0.15);
    top: 50%;
    transform: translateY(-50%);
}

.ab-cta-deco.left {
    left: 20px;
}

.ab-cta-deco.right {
    right: 20px;
}

.ab-cta p {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 18px;
    color: #f0e8f8;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.ab-cta-btn {
    display: inline-block;
    background: #ffbe33;
    color: #4c006d;
    font-size: 1rem;
    font-weight: 800;
    padding: 12px 40px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    letter-spacing: 0.5px;
}

.ab-cta-btn:hover {
    background: #faea69;
    color: #4c006d;
    text-decoration: none;
    transform: translateY(-2px);
}

.ab-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    flex-direction: column;
    background: rgba(20, 0, 35, 0.95);
}

.ab-lightbox.on {
    display: flex;
}

.ab-lb-toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 16px;
    background: #4c006d;
    flex-shrink: 0;
}

.ab-lb-counter {
    color: #faea69;
    font-size: 0.9rem;
    font-weight: 700;
    min-width: 70px;
    text-align: center;
}

.ab-lb-tool,
.ab-lb-nav,
.ab-lb-close {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(250, 234, 105, 0.4);
    color: #faea69;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s, transform 0.15s;
    font-family: inherit;
    line-height: 1;
}

.ab-lb-tool {
    width: 38px;
    height: 38px;
    font-size: 1.3rem;
    font-weight: 700;
}

.ab-lb-tool:hover,
.ab-lb-nav:hover,
.ab-lb-close:hover {
    background: #4c006d;
    transform: scale(1.05);
}

.ab-lb-close {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 42px;
    height: 42px;
    font-size: 1.6rem;
    z-index: 3;
}

.ab-lb-stage-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 0;
    padding: 0 60px;
}

.ab-lb-stage {
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
}

.ab-lb-stage.is-dragging {
    cursor: grabbing;
}

.ab-lightbox img#abLightboxImg {
    max-width: 85vw;
    max-height: calc(100vh - 130px);
    width: auto;
    height: auto;
    border-radius: 6px;
    border: 2px solid #ffbe33;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    transform-origin: center center;
    transition: transform 0.2s ease;
    user-select: none;
    -webkit-user-drag: none;
}

.ab-lb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    font-size: 2rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab-lb-nav:hover {
    transform: translateY(-50%) scale(1.08);
}

.ab-lb-prev {
    left: 12px;
}

.ab-lb-next {
    right: 12px;
}

.ab-lb-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: translateY(-50%);
}

@media (max-width: 992px) {
    .ab-hero-grid {
        grid-template-columns: 1fr;
    }

    .ab-profiles {
        justify-content: center;
    }

    .ab-prob-cols {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-prob-col.ab-solve {
        grid-column: 1 / -1;
    }

    .ab-sol-grid {
        grid-template-columns: 1fr;
    }

    .ab-monitor {
        border-left: none;
        border-top: 1px solid rgba(76, 0, 109, 0.08);
    }

    .ab-devices-img {
        min-height: 200px;
        object-fit: contain;
    }

    .ab-fb-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .ab-stats-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .ab-hero h1 {
        font-size: 1.9rem;
    }

    .ab-hero .ab-lead {
        font-size: 1.05rem;
    }

    .ab-profiles {
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        gap: 12px;
    }

    .ab-profile-card {
        width: calc(50% - 6px);
        max-width: 150px;
        flex: 1 1 0;
    }

    .ab-profile-card img {
        height: 140px;
    }

    .ab-prob-cols {
        grid-template-columns: 1fr;
    }

    .ab-prob-col.ab-solve {
        grid-column: auto;
    }

    .ab-sec-title {
        font-size: 1.25rem;
        gap: 12px;
    }

    .ab-sec-title::before,
    .ab-sec-title::after {
        max-width: 60px;
    }

    .ab-fb-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    .ab-lb-stage-wrap {
        padding: 0 48px;
    }

    .ab-lb-nav {
        width: 40px;
        height: 40px;
        font-size: 1.6rem;
    }

    .ab-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-cta-deco {
        display: none;
    }

    .ab-banner-text h2 {
        font-size: 1.5rem;
    }
}