/* ===== Podcast & Video Insights Page ===== */

/* ---------- Override global .container flex ---------- */
.pv-podcast-section .container,
.pv-clips-section .container,
.pv-takeaways-section .container,
.pv-quote-section .container,
.pv-why-section .container,
.pv-enquiry-section .container {
    display: block;
}

/* ---------- Hero ---------- */
.pv-hero-breadcrumb {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 14px;
    margin-bottom: 0;
}

.pv-hero-breadcrumb span {
    color: #ff8c1a;
}

/* ---------- Section Header Block ---------- */
.pv-section-header {
    text-align: center;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pv-label-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #fff5f5, #fff0e0);
    border: 1px solid #ffe0cc;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    color: #ff8c1a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.pv-label-tag i {
    font-size: 13px;
    background: linear-gradient(90deg, #ff8c1a, #ffad33);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pv-section-heading {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 12px;
    line-height: 1.3;
    text-align: center;
    width: 100%;
}

.pv-section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #777;
    max-width: 620px;
    margin: 0 auto 18px;
    line-height: 1.6;
    font-weight: 400;
}

.pv-heading-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ff8c1a, #ffad33);
    border-radius: 3px;
}


/* ==========================================
   SECTION 1: PODCAST VIDEO
   ========================================== */
.pv-podcast-section {
    padding: 70px 0 50px;
    background: #fff;
}

.pv-podcast-wrapper {
    display: flex;
    align-items: stretch;
    gap: 45px;
    background: #fff;
    border: 1px solid #f0e8e0;
    border-radius: 20px;
    padding: 40px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.pv-podcast-wrapper:hover {
    box-shadow: 0 15px 50px rgba(255, 140, 26, 0.12);
    border-color: #ffe0b2;
    transform: translateY(-4px);
}

.pv-podcast-video {
    flex-shrink: 0;
    width: 480px;
}

.pv-video-frame {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    aspect-ratio: 16 / 9;
}

.pv-video-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.pv-video-placeholder {
    width: 100%;
    height: 100%;
    min-height: 270px;
    background: linear-gradient(135deg, #f2920c, #e07d00);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pv-video-placeholder:hover {
    background: linear-gradient(135deg, #e07d00, #f2920c);
}

.pv-video-placeholder i {
    font-size: 64px;
    color: #fff;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 15px rgba(0,0,0,0.2));
    animation: pvPulsePlay 2s ease-in-out infinite;
}

@keyframes pvPulsePlay {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.pv-video-placeholder:hover i {
    transform: scale(1.2);
    animation: none;
}

.pv-podcast-info {
    flex: 1;
}

.pv-podcast-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #fff5f5, #fff0e0);
    border: 1px solid #ffe0cc;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #ff8c1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.pv-podcast-badge i {
    font-size: 11px;
    color: #ff8c1a;
}

.pv-podcast-info h3 {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 8px;
    line-height: 1.3;
}

.pv-podcast-speaker {
    font-size: 15px;
    font-weight: 600;
    color: #ff8c1a;
    margin-bottom: 16px;
}

.pv-podcast-speaker i {
    margin-right: 6px;
    font-size: 13px;
}

.pv-podcast-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
}

.pv-podcast-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pv-podcast-topics span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #e8e0d8;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    transition: all 0.3s ease;
}

.pv-podcast-topics span:hover {
    border-color: #ff8c1a;
    color: #ff8c1a;
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(255, 140, 26, 0.1);
}

.pv-podcast-topics span i {
    color: #ff8c1a;
    font-size: 12px;
}


/* ==========================================
   SECTION 2: SHORT CLIPS / REELS
   ========================================== */
.pv-clips-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #f2920c 0%, #e07d00 40%, #f2920c 100%);
    overflow: hidden;
    position: relative;
}

.pv-clips-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    pointer-events: none;
}

.pv-clips-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    pointer-events: none;
}

.pv-clips-section .pv-section-heading,
.pv-clips-section .pv-section-subtitle {
    color: #fff;
}

.pv-clips-section .pv-section-subtitle {
    color: rgba(255,255,255,0.6);
}

.pv-clips-section .pv-label-tag {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}

.pv-clips-section .pv-label-tag i {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #fff;
}

.pv-clips-section .pv-heading-divider {
    background: rgba(255,255,255,0.4);
}

.pv-clips-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.pv-clip-card {
    background: #fff;
    border: 1px solid #f0e8e0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.35s ease;
    position: relative;
    z-index: 1;
}

.pv-clip-card:hover {
    background: linear-gradient(135deg, #f2920c 0%, #e07d00 50%, #f2920c 100%);
    border-color: transparent;
    box-shadow: 0 15px 40px rgba(242, 146, 12, 0.35);
    transform: translateY(-8px);
}

.pv-clip-card:hover .pv-clip-body h4 {
    color: #fff;
}

.pv-clip-card:hover .pv-clip-body p {
    color: rgba(255,255,255,0.9);
}

.pv-clip-video {
    position: relative;
    overflow: hidden;
    aspect-ratio: 9 / 12;
    background: linear-gradient(135deg, #f8f9fa, #eef0f2);
}

.pv-clip-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(240,240,245,0.5), rgba(230,230,238,0.8));
    cursor: pointer;
    transition: all 0.3s ease;
}

.pv-clip-placeholder i {
    font-size: 36px;
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff8c1a, #ffad33);
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(255, 140, 26, 0.3);
}

.pv-clip-card:hover .pv-clip-placeholder i {
    transform: scale(1.15);
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.4);
    background: linear-gradient(135deg, #fff, #fff);
    color: #f2920c;
}

.pv-clip-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.pv-clip-card:hover .pv-clip-video img {
    transform: scale(1.05);
}

.pv-clip-duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 2;
}

.pv-clip-duration i {
    font-size: 10px;
    color: #ff8c1a;
}

.pv-clip-body {
    padding: 20px;
}

.pv-clip-body h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
    line-height: 1.4;
    transition: color 0.35s ease;
}

.pv-clip-body p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    transition: color 0.35s ease;
}


/* ==========================================
   SECTION 3: KEY TAKEAWAYS
   ========================================== */
.pv-takeaways-section {
    padding: 70px 0;
    background: #fff;
}

.pv-takeaways-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.pv-takeaway-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 35px 25px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
}

.pv-takeaway-card:hover {
    background: linear-gradient(135deg, #f2920c 0%, #e07d00 50%, #f2920c 100%);
    border-color: transparent;
    box-shadow: 0 15px 40px rgba(242, 146, 12, 0.35);
    transform: translateY(-8px);
}

.pv-takeaway-number {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 42px;
    font-weight: 900;
    background: linear-gradient(135deg, rgba(255,140,26,0.07), rgba(255,173,51,0.07));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
    pointer-events: none;
}

.pv-takeaway-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff5f5, #fff0e0);
    border: 2px solid #ffe0cc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: all 0.35s ease;
}

.pv-takeaway-card:hover .pv-takeaway-icon {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.3);
    transform: scale(1.1);
}

.pv-takeaway-card:hover .pv-takeaway-number {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: rgba(255,255,255,0.15);
}

.pv-takeaway-icon i {
    font-size: 24px;
    background: linear-gradient(90deg, #ff8c1a, #ffad33);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: all 0.35s ease;
}

.pv-takeaway-card:hover .pv-takeaway-icon i {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #fff;
}

.pv-takeaway-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px;
    line-height: 1.3;
    transition: color 0.35s ease;
}

.pv-takeaway-card:hover h4 {
    color: #fff;
}

.pv-takeaway-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
    transition: color 0.35s ease;
}

.pv-takeaway-card:hover p {
    color: rgba(255,255,255,0.9);
}


/* ==========================================
   SECTION 4: FOUNDER QUOTE
   ========================================== */
.pv-quote-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #f2920c 0%, #e07d00 50%, #f2920c 100%);
    overflow: hidden;
    position: relative;
}

.pv-quote-section::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    pointer-events: none;
}

.pv-quote-section::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    pointer-events: none;
}

.pv-quote-wrapper {
    text-align: center;
    position: relative;
    max-width: 850px;
    margin: 0 auto;
    padding: 60px 50px;
}

.pv-quote-decorative {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.pv-quote-icon {
    margin-bottom: 28px;
}

.pv-quote-icon i {
    font-size: 50px;
    color: #fff;
    opacity: 0.4;
}

.pv-quote-text {
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    line-height: 1.7;
    margin: 0 0 40px;
    position: relative;
    z-index: 1;
    border: none;
    padding: 0;
    letter-spacing: 0.3px;
}

/* Author card */
.pv-quote-author {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 60px;
    padding: 10px 35px 10px 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.pv-quote-author:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.3);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.pv-quote-author-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255,255,255,0.9);
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.pv-quote-author:hover .pv-quote-author-img {
    transform: scale(1.05);
}

.pv-quote-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pv-quote-author-info {
    text-align: left;
}

.pv-quote-author-info h4 {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 3px;
    letter-spacing: 0.3px;
}

.pv-quote-author-info span {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}


/* ==========================================
   SECTION 5: WHY CADMECH
   ========================================== */
.pv-why-section {
    padding: 70px 0;
    background: #fff;
}

.pv-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-bottom: 50px;
}

.pv-why-card {
    background: #fff;
    border: 1px solid #f0e8e0;
    border-radius: 18px;
    padding: 35px 30px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
}

.pv-why-card:hover {
    background: linear-gradient(135deg, #f2920c 0%, #e07d00 50%, #f2920c 100%);
    border-color: transparent;
    box-shadow: 0 15px 40px rgba(242, 146, 12, 0.35);
    transform: translateY(-8px);
}

.pv-why-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff5f5, #fff0e0);
    border: 2px solid #ffe0cc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: all 0.35s ease;
}

.pv-why-card:hover .pv-why-icon {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.3);
    transform: scale(1.1);
}

.pv-why-icon i {
    font-size: 22px;
    background: linear-gradient(90deg, #ff8c1a, #ffad33);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: all 0.35s ease;
}

.pv-why-card:hover .pv-why-icon i {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #fff;
}

.pv-why-card h4 {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 12px;
    line-height: 1.3;
    transition: color 0.35s ease;
}

.pv-why-card:hover h4 {
    color: #fff;
}

.pv-why-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0 0 16px;
    transition: color 0.35s ease;
}

.pv-why-card:hover p {
    color: rgba(255,255,255,0.9);
}

.pv-why-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #fff5f5, #fff0e0);
    border: 1px solid #ffe0cc;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #ff8c1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.35s ease;
}

.pv-why-card:hover .pv-why-badge {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}

.pv-why-badge i {
    font-size: 10px;
    color: #ff8c1a;
    transition: color 0.35s ease;
}

.pv-why-card:hover .pv-why-badge i {
    color: #fff;
}

/* Stats Bar */
.pv-stats-bar {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.pv-stat-item {
    flex: 1;
    min-width: 160px;
    max-width: 220px;
    background: #fff;
    border: 1px solid #f0e8e0;
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
    transition: all 0.35s ease;
}

.pv-stat-item:hover {
    background: linear-gradient(135deg, #f2920c 0%, #e07d00 50%, #f2920c 100%);
    border-color: transparent;
    box-shadow: 0 10px 30px rgba(242, 146, 12, 0.3);
    transform: translateY(-5px);
}

.pv-stat-number {
    display: block;
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(90deg, #ff8c1a, #ffad33);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.2;
    transition: all 0.35s ease;
}

.pv-stat-item:hover .pv-stat-number {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #fff;
}

.pv-stat-label {
    display: block;
    font-size: 13px;
    color: #777;
    font-weight: 600;
    margin-top: 4px;
    transition: color 0.35s ease;
}

.pv-stat-item:hover .pv-stat-label {
    color: rgba(255,255,255,0.9);
}


/* ==========================================
   ENQUIRY FORM SECTION
   ========================================== */
.pv-enquiry-section {
    padding: 70px 0 50px;
    background: linear-gradient(135deg, #f2920c 0%, #e07d00 50%, #f2920c 100%);
    position: relative;
    overflow: hidden;
}

.pv-enquiry-section::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    pointer-events: none;
}

.pv-enquiry-section::after {
    content: '';
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    pointer-events: none;
}

.pv-enquiry-section .pv-section-heading,
.pv-enquiry-section .pv-section-subtitle {
    color: #fff;
}

.pv-enquiry-section .pv-section-subtitle {
    color: rgba(255,255,255,0.85);
}

.pv-enquiry-section .pv-label-tag {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}

.pv-enquiry-section .pv-label-tag i {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #fff;
}

.pv-enquiry-section .pv-heading-divider {
    background: rgba(255,255,255,0.4);
}

.pv-enquiry-section .container-form {
    display: flex;
    justify-content: center;
    width: 100%;
}

.pv-enquiry-section .enquiry-form {
    max-width: 580px !important;
    width: 100%;
    margin: 25px auto !important;
    padding: 35px 35px 30px !important;
    background: #fff !important;
    border-radius: 18px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    position: relative;
    z-index: 1;
}

.pv-enquiry-section .submit-btn1 {
    background: linear-gradient(90deg, #ff8c1a, #ffad33) !important;
    border-radius: 10px !important;
    padding: 14px 20px !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}

.pv-enquiry-section .form-control {
    border: 1.5px solid #dce0e8 !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
    color: #333 !important;
    background: #fafbfc !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.pv-enquiry-section .form-control:focus {
    border-color: #ff8c1a !important;
    box-shadow: 0 0 0 3px rgba(255, 140, 26, 0.08) !important;
    background: #fff !important;
    outline: none !important;
}

.pv-enquiry-section .submit-btn {
    background: #f2920c !important;
    border-radius: 10px !important;
    padding: 14px 50px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    width: auto !important;
    letter-spacing: 0.5px;
}

.pv-enquiry-section .submit-btn:hover {
    background: #e07d00 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(242, 146, 12, 0.4) !important;
}


/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 1200px) {
    .pv-clips-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

@media (max-width: 991px) {
    .pv-podcast-wrapper {
        flex-direction: column;
        align-items: center;
        padding: 30px;
        gap: 30px;
    }

    .pv-podcast-video {
        width: 100%;
        max-width: 520px;
    }

    .pv-podcast-info {
        text-align: center;
    }

    .pv-podcast-desc {
        text-align: justify;
    }

    .pv-podcast-topics {
        justify-content: center;
    }

    .pv-why-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin: 0 auto 40px;
    }
}

@media (max-width: 768px) {
    .pv-section-heading {
        font-size: 26px;
    }

    .pv-section-subtitle {
        font-size: 14px;
    }

    .pv-section-header {
        margin-bottom: 30px;
    }

    .pv-podcast-section,
    .pv-clips-section,
    .pv-takeaways-section,
    .pv-quote-section,
    .pv-why-section,
    .pv-enquiry-section {
        padding: 50px 0;
    }

    .pv-podcast-info h3 {
        font-size: 22px;
    }

    .pv-clips-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .pv-takeaways-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }

    .pv-quote-wrapper {
        padding: 30px 20px;
    }

    .pv-quote-text {
        font-size: 20px;
    }

    .pv-stats-bar {
        gap: 14px;
    }

    .pv-stat-item {
        min-width: 140px;
    }

    .pv-enquiry-section .enquiry-form {
        padding: 25px 22px 20px !important;
        margin: 20px 15px !important;
    }
}

@media (max-width: 480px) {
    .pv-section-heading {
        font-size: 20px;
    }

    .pv-label-tag {
        font-size: 11px;
        padding: 6px 14px;
    }

    .pv-podcast-wrapper {
        padding: 22px 18px;
    }

    .pv-podcast-info h3 {
        font-size: 20px;
    }

    .pv-clips-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .pv-clip-body {
        padding: 14px;
    }

    .pv-clip-body h4 {
        font-size: 14px;
    }

    .pv-quote-text {
        font-size: 17px;
    }

    .pv-quote-author {
        flex-direction: column;
        gap: 10px;
        border-radius: 20px;
        padding: 15px 25px;
    }

    .pv-quote-author-info {
        text-align: center;
    }

    .pv-quote-author-img {
        width: 60px;
        height: 60px;
    }

    .pv-stats-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .pv-stat-item {
        max-width: 100%;
    }

    .pv-hero-breadcrumb {
        font-size: 12px;
    }
}
