/* ============================================
   PUSHPANJALI DIET CARE — Sections
   Hero, Trust, Services, Transformations,
   Journey, Blog+FAQ, CTA
   ============================================ */

/* ──────────────────────────────────────────────
   1. HERO SECTION
   ────────────────────────────────────────────── */
.hero {
    padding: var(--space-16) 0 var(--space-20);
    background: var(--color-cream);
    position: relative;
    overflow: hidden;
}

/* Decorative golden arcs */
.hero::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -50px;
    width: 600px;
    height: 600px;
    border: 2px solid rgba(var(--color-gold-rgb), 0.15);
    border-radius: 50%;
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    top: -50px;
    right: 0;
    width: 450px;
    height: 450px;
    border: 2px solid rgba(var(--color-gold-rgb), 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-12);
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Hero Left Content */
.hero-content {
    max-width: 560px;
}

.hero-label {
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--color-text-muted);
    margin-bottom: var(--space-5);
    display: block;
}

.hero h1 {
    font-size: var(--text-5xl);
    line-height: 1.1;
    margin-bottom: var(--space-5);
    color: var(--color-text-primary);
}

.hero h1 .highlight {
    font-style: italic;
    color: var(--color-primary);
}

.hero-text {
    font-size: var(--text-base);
    color: var(--color-text-secondary);
    line-height: var(--lh-relaxed);
    margin-bottom: var(--space-8);
    max-width: 480px;
}

.hero-buttons {
    display: flex;
    gap: var(--space-4);
    margin-bottom: var(--space-10);
    flex-wrap: wrap;
}

.hero-stats {
    display: flex;
    gap: var(--space-8);
    flex-wrap: wrap;
}

.hero-stat {
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.hero-stat-icon {
    width: 42px;
    height: 42px;
    background: rgba(var(--color-gold-rgb), 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-stat-icon i {
    color: var(--color-gold);
    font-size: 1rem;
}

.hero-stat-data .number {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: var(--fw-bold);
    color: var(--color-text-primary);
    display: block;
    line-height: 1.2;
}

.hero-stat-data .label {
    font-size: var(--text-xs);
    color: var(--color-text-muted);
}

/* Hero Right Image */
.hero-image-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-image-main {
    width: 420px;
    height: 520px;
    border-radius: var(--radius-3xl);
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: var(--shadow-lg);
}

.hero-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Decorative arc behind the image */
.hero-image-decor {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 420px;
    height: 520px;
    border: 2px solid var(--color-gold);
    border-radius: var(--radius-3xl);
    opacity: 0.3;
    z-index: 1;
}

/* Floating credential card */
.hero-credential-card {
    position: absolute;
    bottom: 40px;
    right: -20px;
    background: var(--color-white);
    padding: var(--space-4) var(--space-5);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    z-index: 3;
    min-width: 240px;
}

.hero-credential-card h4 {
    font-family: var(--font-heading);
    font-size: var(--text-md);
    font-weight: var(--fw-semibold);
    color: var(--color-primary);
    margin-bottom: var(--space-1);
}

.hero-credential-card p {
    font-size: var(--text-xs);
    color: var(--color-text-muted);
    margin-bottom: var(--space-1);
    line-height: 1.5;
}

.hero-credential-card .signature {
    font-family: var(--font-script);
    font-size: var(--text-xl);
    color: var(--color-gold);
    font-style: italic;
    margin-top: var(--space-2);
}

/* ──────────────────────────────────────────────
   2. TRUST BADGES SECTION
   ────────────────────────────────────────────── */
.trust-section {
    padding: var(--space-12) 0;
    background: var(--color-white);
    border-bottom: 1px solid var(--color-border-light);
}

.trust-section .container {
    text-align: center;
}

.trust-label {
    font-size: var(--text-sm);
    font-weight: var(--fw-semibold);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-8);
}

.trust-logos-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-16);
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-2);
    min-width: 100px;
}

.trust-badge .platform-name {
    font-size: var(--text-lg);
    font-weight: var(--fw-bold);
    color: var(--color-text-primary);
}

.trust-badge .platform-name.docgenie { color: #0f62fe; }
.trust-badge .platform-name.healthassure { color: #e42c23; }
.trust-badge .platform-name.medibuddy { color: #00a0dc; }

.trust-badge .rating-row {
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.trust-badge .rating-row .score {
    font-size: var(--text-sm);
    font-weight: var(--fw-semibold);
    color: var(--color-text-secondary);
}

/* ──────────────────────────────────────────────
   3. SERVICES SECTION
   ────────────────────────────────────────────── */
.services-section {
    padding: var(--space-20) 0;
    background: var(--color-warm-bg);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-6);
}

/* ──────────────────────────────────────────────
   4. SUCCESS STORIES / TRANSFORMATIONS
   ────────────────────────────────────────────── */
.transformations-section {
    padding: var(--space-20) 0;
    background: var(--color-white);
}

.transformations-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: var(--space-10);
}

.transformations-header .left {
    text-align: left;
}

.transformations-header .section-label,
.transformations-header .section-title {
    text-align: left;
}

.transformations-slider-wrap {
    position: relative;
}

.transformations-slider {
    display: flex;
    gap: var(--space-6);
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: var(--space-2) 0;
}

.transformations-slider::-webkit-scrollbar {
    display: none;
}

.transformations-slider .transformation-card {
    min-width: 280px;
    flex-shrink: 0;
}

.slider-nav {
    display: flex;
    gap: var(--space-3);
}

.slider-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--color-border);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    cursor: pointer;
    transition: all var(--transition-base);
    color: var(--color-text-secondary);
}

.slider-nav-btn:hover {
    background: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary);
}

/* ──────────────────────────────────────────────
   5. JOURNEY / PROCESS STEPS
   ────────────────────────────────────────────── */
.journey-section {
    padding: var(--space-10) 0;
    background: var(--color-primary);
    position: relative;
    overflow: hidden;
}

.journey-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(90deg, rgba(var(--color-gold-rgb), 0.15), transparent);
}

.journey-section .container {
    display: flex;
    align-items: center;
    gap: var(--space-10);
}

.journey-title {
    font-family: var(--font-heading);
    font-size: var(--text-3xl);
    color: var(--color-white);
    min-width: 240px;
    line-height: var(--lh-snug);
    margin-bottom: 0;
}

.journey-title .accent {
    color: var(--color-gold);
    font-style: italic;
}

.journey-steps {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 0;
}

.journey-step {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    padding: var(--space-4) var(--space-6);
    flex: 1;
}

.journey-step-number {
    font-family: var(--font-heading);
    font-size: var(--text-3xl);
    font-weight: var(--fw-bold);
    color: rgba(255,255,255,0.2);
    flex-shrink: 0;
}

.journey-step-text {
    font-size: var(--text-sm);
    color: rgba(255,255,255,0.85);
    line-height: var(--lh-normal);
}

.journey-step-divider {
    width: 30px;
    height: 1px;
    background: rgba(255,255,255,0.2);
    flex-shrink: 0;
    position: relative;
}

.journey-step-divider::after {
    content: '›';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.3);
    font-size: 1.2rem;
}

/* ──────────────────────────────────────────────
   6. BLOG + FAQ SPLIT SECTION
   ────────────────────────────────────────────── */
.blog-faq-section {
    padding: var(--space-20) 0;
    background: var(--color-warm-bg);
}

.blog-faq-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: var(--space-12);
    align-items: start;
}

/* Blog Column */
.blog-column-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space-6);
}

.blog-column-header h2 {
    font-size: var(--text-2xl);
    margin-bottom: 0;
}

.blog-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
}

/* FAQ Column */
.faq-column h2 {
    font-size: var(--text-2xl);
    margin-bottom: var(--space-6);
}

/* ──────────────────────────────────────────────
   7. FINAL CTA SECTION
   ────────────────────────────────────────────── */
.cta-section {
    padding: var(--space-16) 0;
    background: linear-gradient(135deg, #c5713a 0%, #d4893f 30%, #c5a55a 100%);
    color: var(--color-white);
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-2xl);
    margin: 0 var(--space-6) var(--space-10);
}

.cta-section::before {
    content: '';
    position: absolute;
    left: -100px;
    bottom: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-section h2 {
    font-size: var(--text-4xl);
    color: var(--color-white);
    margin-bottom: var(--space-4);
}

.cta-section p {
    font-size: var(--text-lg);
    color: rgba(255,255,255,0.9);
    max-width: 500px;
    margin: 0 auto var(--space-8);
}

.cta-buttons {
    display: flex;
    gap: var(--space-4);
    justify-content: center;
    flex-wrap: wrap;
}

/* ──────────────────────────────────────────────
   8. ABOUT SECTION (Homepage short)
   ────────────────────────────────────────────── */
.about-preview {
    padding: var(--space-20) 0;
    background: var(--color-white);
}

.about-preview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-12);
    align-items: center;
}

.about-preview-image {
    border-radius: var(--radius-2xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.about-preview-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.about-preview-content h2 {
    font-size: var(--text-4xl);
    margin-bottom: var(--space-5);
}

.about-preview-content p {
    margin-bottom: var(--space-6);
}

.about-checklist {
    margin-bottom: var(--space-8);
}

.about-checklist li {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    margin-bottom: var(--space-3);
    font-size: var(--text-base);
    color: var(--color-text-secondary);
}

.about-checklist li i {
    color: var(--color-primary);
    font-size: 1rem;
}
