/* ====================================================================
   RR Apps Studio - Modern Homepage Styles
   Subdomain: rrapps.dailyjobs.bd
   ==================================================================== */

/* Section Spacing */
.section-padding {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

/* 1. Ultra-Premium Hero Section */
.hero-wrapper {
    background: linear-gradient(135deg, #0b1329 0%, #111c44 60%, #0d1e3d 100%);
    position: relative;
    padding: 5rem 0 6rem;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-glow-sphere-1 {
    position: absolute;
    top: -150px;
    right: 5%;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.35) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.hero-glow-sphere-2 {
    position: absolute;
    bottom: -100px;
    left: 5%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-badge {
    background: rgba(37, 99, 235, 0.18);
    border: 1px solid rgba(56, 189, 248, 0.35);
    color: #38bdf8;
    padding: 0.45rem 1.15rem;
    border-radius: var(--radius-full);
    font-size: 0.84rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.03em;
}

.hero-headline {
    color: #ffffff;
    font-size: clamp(2.3rem, 4.2vw, 3.4rem);
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: 1.25rem;
    letter-spacing: -0.03em;
}

.hero-headline .text-gradient {
    background: linear-gradient(135deg, #38bdf8 0%, #60a5fa 50%, #c084fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-description {
    color: #cbd5e1;
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 2.2rem;
    max-width: 600px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

/* Hero Stats Strip */
.hero-stats-row {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    width: 100%;
}

.hero-stat-item {
    display: flex;
    flex-direction: column;
}

.hero-stat-number {
    font-size: 1.85rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.hero-stat-number .accent-star {
    color: #f59e0b;
    font-size: 1.3rem;
}

.hero-stat-label {
    font-size: 0.84rem;
    color: #94a3b8;
    margin-top: 0.25rem;
    font-weight: 500;
}

/* Hero Phone Mockup Visual */
.hero-visual {
    display: flex;
    justify-content: center;
    position: relative;
}

.mockup-container {
    position: relative;
    max-width: 320px;
    width: 100%;
}

.mockup-glow {
    position: absolute;
    inset: 10% -10% -10% -10%;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.4) 0%, rgba(6, 182, 212, 0.3) 100%);
    filter: blur(40px);
    border-radius: 40px;
    z-index: 1;
}

.phone-mockup-frame {
    position: relative;
    z-index: 2;
    background: #0f172a;
    padding: 10px;
    border-radius: 38px;
    border: 3px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.7);
    transition: transform 0.4s ease;
}

.phone-mockup-frame:hover {
    transform: translateY(-8px) scale(1.02);
}

.phone-screen-img {
    border-radius: 30px;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Floating Badges */
.floating-badge {
    position: absolute;
    z-index: 3;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.75rem 1.15rem;
    border-radius: var(--radius-md);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #ffffff;
    animation: floatAnim 4s ease-in-out infinite alternate;
}

.floating-badge.badge-top-left {
    top: 15%;
    left: -18%;
}

.floating-badge.badge-bottom-right {
    bottom: 18%;
    right: -18%;
    animation-delay: 2s;
}

.floating-badge-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #ffffff;
    flex-shrink: 0;
}

.floating-badge.badge-top-left .floating-badge-icon {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.floating-badge-text {
    display: flex;
    flex-direction: column;
}

.floating-badge-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #ffffff;
}

.floating-badge-sub {
    font-size: 0.74rem;
    color: #94a3b8;
}

@keyframes floatAnim {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-10px); }
}

/* 2. Trust Bar */
.trust-bar-section {
    background: #ffffff;
    border-bottom: 1px solid var(--border-color);
    padding: 2.2rem 0;
}

.trust-bar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    align-items: center;
}

.trust-bar-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.trust-bar-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.trust-bar-item:nth-child(2) .trust-bar-icon {
    background: var(--success-light);
    color: var(--success);
}

.trust-bar-item:nth-child(3) .trust-bar-icon {
    background: rgba(245, 158, 11, 0.12);
    color: var(--warning);
}

.trust-bar-item:nth-child(4) .trust-bar-icon {
    background: rgba(6, 182, 212, 0.12);
    color: #0891b2;
}

.trust-bar-text h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 0.15rem;
}

.trust-bar-text p {
    font-size: 0.84rem;
    color: var(--text-muted);
}

/* 3. Features Section */
.features-section {
    background-color: var(--bg-page);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.feature-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 2.2rem;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #06b6d4);
    opacity: 0;
    transition: var(--transition);
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(37, 99, 235, 0.3);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    transition: var(--transition);
}

.feature-card:hover .feature-icon-box {
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    color: #ffffff;
    box-shadow: 0 8px 18px var(--primary-glow);
}

.feature-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.feature-card p {
    font-size: 0.96rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* 4. Showcase Deep Dive */
.showcase-deep-dive {
    background: #ffffff;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.showcase-badge-pill {
    margin-bottom: 1rem;
}

.showcase-info h2 {
    font-size: 2.35rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    line-height: 1.2;
}

.showcase-info p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.75rem;
}

.showcase-checklist {
    list-style: none;
    margin-bottom: 2.2rem;
}

.showcase-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1rem;
    font-size: 0.98rem;
    color: var(--text-main);
    font-weight: 500;
}

.showcase-checklist li i {
    color: var(--success);
    font-size: 1.15rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.showcase-card-box {
    background: linear-gradient(135deg, #0b1329 0%, #1e293b 100%);
    border-radius: var(--radius-lg);
    padding: 3rem 2.5rem;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.showcase-card-box::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.3) 0%, transparent 70%);
    border-radius: 50%;
}

.showcase-card-box h3 {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.showcase-card-box p {
    color: #cbd5e1;
    font-size: 0.98rem;
    line-height: 1.65;
    margin-bottom: 1.75rem;
}

/* 5. User Reviews Section */
.reviews-section {
    background-color: var(--bg-page);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.review-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 2.2rem;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(37, 99, 235, 0.25);
}

.review-card-stars {
    color: var(--warning);
    margin-bottom: 1.1rem;
    font-size: 1rem;
}

.review-card-text {
    font-size: 0.98rem;
    color: var(--text-main);
    line-height: 1.65;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.review-avatar {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-full);
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}

.review-author-info h5 {
    font-size: 0.96rem;
    font-weight: 700;
    color: var(--text-main);
}

.review-author-info span {
    font-size: 0.78rem;
    color: var(--text-muted);
}

/* 6. Call to Action Banner */
.cta-banner-section {
    padding: 5rem 0;
    background: #ffffff;
}

.cta-banner-card {
    background: linear-gradient(135deg, #0b1329 0%, #172554 100%);
    border-radius: var(--radius-lg);
    padding: 4.5rem 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow-xl);
}

.cta-banner-card h2 {
    color: #ffffff;
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.cta-banner-card p {
    color: #cbd5e1;
    font-size: 1.15rem;
    max-width: 650px;
    margin: 0 auto 2.5rem;
}

.cta-banner-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
}

/* Responsive Styles for Home */
@media (max-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 3.5rem;
        text-align: center;
    }

    .hero-content {
        align-items: center;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-stats-row {
        justify-content: center;
    }

    .trust-bar-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .showcase-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .trust-bar-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

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

    .hero-stats-row {
        flex-direction: column;
        gap: 1.5rem;
    }

    .floating-badge {
        display: none;
    }
}
