﻿/* ===== PREMIUM INNER PAGE CSS ===== */

/* Typography & Utilities */
.text-gradient {
    background: linear-gradient(90deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-tag {
    display: inline-block;
    padding: 5px 15px;
    background: rgba(13, 71, 161, 0.1);
    color: var(--primary);
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.inner-sec { padding: 100px 20px; }
.bg-light-gray { background: #f8fafc; }
.bg-dark { background: #0f172a; color: #fff; }

/* Premium Banner */
.premium-banner {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(13, 71, 161, 0.9)), url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0iTTEwIDBhMTAgMTAgMCAxIDEgMCAyMGExMCAxMCAwIDAgMSAwLTIweiIgZmlsbD0icmdiYSgyNTUsIDI1NSwgMjU1LCAwLjAzKSIvPjwvc3ZnPg==');
    padding: 150px 20px 80px;
    text-align: center;
    position: relative;
}
.premium-banner h1 {
    font-size: clamp(40px, 6vw, 56px);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.premium-banner p {
    font-size: 18px;
    color: #cbd5e1;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.8;
}
.banner-breadcrumb {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 20px;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    margin-bottom: 30px;
}
.banner-breadcrumb a, .banner-breadcrumb span {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}
.banner-breadcrumb i { margin: 0 10px; font-size: 10px; opacity: 0.6; }

/* Asymmetrical Split Section */
.split-premium {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}
.split-premium.reverse { flex-direction: row-reverse; }
.split-content { flex: 1; }
.split-content h2 { font-size: 38px; font-weight: 800; color: var(--dark); margin-bottom: 25px; line-height: 1.3; }
.split-content p { font-size: 16px; color: var(--text); margin-bottom: 20px; line-height: 1.8; }
.split-image-wrap {
    flex: 1;
    position: relative;
}
.split-image-wrap .main-placeholder {
    height: 450px;
    background: linear-gradient(45deg, var(--primary), var(--accent));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: #fff;
    box-shadow: 0 25px 50px -12px rgba(13, 71, 161, 0.25);
    position: relative;
    z-index: 2;
}
.split-image-wrap .float-card {
    position: absolute;
    bottom: -30px;
    left: -30px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 15px;
    animation: float 6s ease-in-out infinite;
}
.float-card i { font-size: 30px; color: var(--accent); }
.float-card div h4 { margin: 0; font-size: 20px; font-weight: 800; color: var(--dark); }
.float-card div span { font-size: 13px; color: var(--text); }

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* Premium Feature Cards (Glassmorphism / Hover Scale) */
.premium-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.glass-feat-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}
.glass-feat-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 4px; height: 100%;
    background: var(--gradient);
    opacity: 0;
    transition: 0.3s;
}
.glass-feat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(13, 71, 161, 0.1);
}
.glass-feat-card:hover::before { opacity: 1; }
.glass-feat-card i {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 25px;
    display: inline-block;
    padding: 15px;
    background: rgba(13, 71, 161, 0.05);
    border-radius: 15px;
}
.glass-feat-card h3 { font-size: 22px; color: var(--dark); margin-bottom: 15px; font-weight: 700; }
.glass-feat-card p { font-size: 15px; color: var(--text); line-height: 1.7; margin: 0; }

/* Alternating Process Timeline */
.timeline-wrap {
    max-width: 1000px;
    margin: 60px auto 0;
    position: relative;
}
.timeline-wrap::after {
    content: ''; position: absolute; width: 2px; background: #e2e8f0;
    top: 0; bottom: 0; left: 50%; margin-left: -1px;
}
.timeline-step {
    padding: 10px 40px; position: relative; background: inherit; width: 50%;
}
.timeline-step:nth-child(odd) { left: 0; text-align: right; }
.timeline-step:nth-child(even) { left: 50%; }
.timeline-step::after {
    content: ''; position: absolute; width: 20px; height: 20px; right: -10px;
    background: #fff; border: 4px solid var(--accent); top: 15px; border-radius: 50%; z-index: 1;
}
.timeline-step:nth-child(even)::after { left: -10px; }
.timeline-content {
    padding: 30px; background: #fff; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.timeline-content h3 { color: var(--primary); font-size: 20px; font-weight: 800; margin-bottom: 10px; }
.timeline-content p { font-size: 15px; color: var(--text); margin: 0; }

/* Dynamic CTA */
.cta-premium {
    background: var(--dark);
    border-radius: 30px;
    padding: 80px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}
.cta-premium::before {
    content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(13, 71, 161, 0.4) 0%, rgba(15,23,42,1) 60%);
}
.cta-premium h2 { position: relative; z-index: 2; font-size: 42px; color: #fff; font-weight: 900; margin-bottom: 20px; }
.cta-premium p { position: relative; z-index: 2; font-size: 18px; color: #cbd5e1; margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; }
.btn-glow {
    position: relative; z-index: 2; display: inline-block; padding: 18px 40px;
    background: var(--gradient); color: #fff; font-size: 18px; font-weight: bold; border-radius: 50px; text-decoration: none;
    box-shadow: 0 10px 20px rgba(13, 71, 161, 0.4); transition: 0.3s;
}
.btn-glow:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(13, 71, 161, 0.6); color: #fff; }

/* FAQ Premium */
.faq-premium { max-width: 800px; margin: 0 auto; }
.faq-box {
    background: #fff; border-radius: 12px; margin-bottom: 20px; padding: 25px 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03); border-left: 4px solid transparent; transition: 0.3s;
}
.faq-box:hover { border-left-color: var(--primary); box-shadow: 0 10px 25px rgba(0,0,0,0.08); }
.faq-box h4 { font-size: 18px; color: var(--dark); font-weight: 700; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; }
.faq-box h4 i { color: var(--accent); }
.faq-box p { font-size: 15px; color: var(--text); margin: 0; line-height: 1.7; }

/* Quick Tech Stack (Icons) */
.tech-stack-row {
    display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; margin-top: 50px;
}
.tech-icon {
    width: 80px; height: 80px; border-radius: 20px; background: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 40px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05); color: var(--primary); transition: 0.3s;
}
.tech-icon:hover { transform: translateY(-5px); background: var(--primary); color: #fff; }

/* Section Headers */
.sec-head { text-align: center; margin-bottom: 60px; }
.sec-head h2 { font-size: 40px; font-weight: 900; color: var(--dark); margin-bottom: 20px; }
.sec-head p { font-size: 18px; color: var(--text); max-width: 700px; margin: 0 auto; }

/* Responsive adjustments */
@media (max-width: 768px) {
    .split-premium, .split-premium.reverse { flex-direction: column; }
    .premium-grid-3 { grid-template-columns: 1fr; }
    .timeline-wrap::after { left: 31px; }
    .timeline-step { width: 100%; padding-left: 70px; padding-right: 25px; text-align: left !important; left: 0 !important; }
    .timeline-step::after { left: 21px !important; }
    .cta-premium h2 { font-size: 32px; }
    .premium-banner h1 { font-size: 32px; }
}

/* ===== EXPANDED PREMIUM COMPONENTS ===== */

/* Process Grid (Numbered Cards) */
.process-grid-4 {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; max-width: 1200px; margin: 0 auto;
}
.process-card {
    background: #fff; padding: 40px 30px; border-radius: 20px; position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03); transition: 0.3s; z-index: 1; overflow: hidden;
}
.process-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
.process-num {
    position: absolute; top: -10px; right: 10px; font-size: 80px; font-weight: 900;
    color: rgba(13, 71, 161, 0.05); z-index: -1; transition: 0.3s;
}
.process-card:hover .process-num { color: rgba(13, 71, 161, 0.1); transform: scale(1.1); }
.process-card h3 { font-size: 20px; font-weight: 800; color: var(--dark); margin-bottom: 15px; }
.process-card p { font-size: 15px; color: var(--text); line-height: 1.6; margin: 0; }

/* Pricing Tables */
.pricing-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1100px; margin: 0 auto;
}
.price-card {
    background: #fff; border-radius: 20px; padding: 40px; text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03); border: 1px solid #e2e8f0; transition: 0.3s; position: relative;
}
.price-card.popular {
    border-color: var(--primary); box-shadow: 0 20px 50px rgba(13, 71, 161, 0.15); transform: scale(1.05);
}
.popular-badge {
    position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
    background: var(--gradient); color: #fff; padding: 6px 20px; border-radius: 20px; font-size: 12px; font-weight: bold; text-transform: uppercase;
}
.price-card h4 { font-size: 22px; color: var(--dark); margin-bottom: 15px; }
.price-amount { font-size: 45px; font-weight: 900; color: var(--primary); margin-bottom: 30px; }
.price-amount span { font-size: 16px; color: var(--text); font-weight: normal; }
.price-list { list-style: none; padding: 0; margin: 0 0 35px; text-align: left; }
.price-list li { padding: 10px 0; border-bottom: 1px solid #f1f5f9; color: var(--text); font-size: 15px; display: flex; align-items: center; }
.price-list li i { color: var(--accent); margin-right: 15px; }

/* Testimonials / Review Slider Placeholder */
.review-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; max-width: 1000px; margin: 0 auto;
}
.review-card {
    background: #fff; padding: 40px; border-radius: 20px; position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.review-card i.fa-quote-left {
    position: absolute; top: 30px; right: 30px; font-size: 40px; color: rgba(13, 71, 161, 0.1);
}
.review-card p { font-size: 16px; font-style: italic; color: var(--text); margin-bottom: 25px; line-height: 1.8; }
.reviewer { display: flex; align-items: center; gap: 15px; }
.reviewer .initials {
    width: 50px; height: 50px; background: var(--primary); color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 18px;
}
.reviewer-info h5 { margin: 0 0 5px; color: var(--dark); font-size: 17px; }
.reviewer-info span { font-size: 13px; color: var(--text); }

/* Alternating Image-Text Rows */
.alt-row {
    display: flex; align-items: center; gap: 50px; max-width: 1200px; margin: 0 auto 80px;
}
.alt-row:last-child { margin-bottom: 0; }
.alt-row.reverse { flex-direction: row-reverse; }
.alt-content { flex: 1; }
.alt-content h3 { font-size: 30px; color: var(--dark); font-weight: 800; margin-bottom: 20px; }
.alt-content p { font-size: 16px; color: var(--text); line-height: 1.7; margin-bottom: 20px; }
.alt-list { list-style: none; padding: 0; margin: 0; }
.alt-list li { padding-left: 25px; position: relative; margin-bottom: 12px; color: var(--text); }
.alt-list li::before {
    content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
    position: absolute; left: 0; top: 2px; color: var(--primary);
}
.alt-image {
    flex: 1; height: 400px; background: linear-gradient(45deg, #e2e8f0, #f1f5f9); border-radius: 20px;
    display: flex; align-items: center; justify-content: center; font-size: 60px; color: #cbd5e1;
}

/* Centered Impact Stats */
.impact-stats {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: 1000px; margin: 0 auto;
    background: var(--dark); padding: 50px; border-radius: 30px; box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.stat-box { text-align: center; }
.stat-box h4 { font-size: 45px; color: #fff; font-weight: 900; margin-bottom: 10px; }
.stat-box p { font-size: 15px; color: #cbd5e1; margin: 0; text-transform: uppercase; letter-spacing: 1px; }

/* Responsive Adjustments for New Components */
@media (max-width: 768px) {
    .process-grid-4 { grid-template-columns: 1fr 1fr; }
    .pricing-grid { grid-template-columns: 1fr; gap: 50px; }
    .price-card.popular { transform: none; }
    .review-grid { grid-template-columns: 1fr; }
    .alt-row, .alt-row.reverse { flex-direction: column; }
    .impact-stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .process-grid-4 { grid-template-columns: 1fr; }
    .impact-stats { grid-template-columns: 1fr; }
}
