/* Workshop ₹99 Page Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #FF6B35;
    --primary-gradient: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
    --secondary-gradient: linear-gradient(135deg, #6C63FF 0%, #5A52D5 100%);
    --success-green: #00D9A3;
    --warning-orange: #FFA500;
    --dark-bg: #0f0f1e;
    --darker-bg: #080812;
    --card-bg: #16162a;
    --text-light: #ffffff;
    --text-gray: #a0a0b8;
}

body {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--dark-bg);
    color: var(--text-light);
    line-height: 1.6;
    overflow-x: hidden;
    font-weight: 400;
    padding-bottom: 80px;
}

/* Typography System */
h1, h2, h3, h4, h5, h6,
.hero-title-main,
.hero-kannada-title,
.section-title,
.section-title-center,
.section-title-small {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: -0.3px;
}

body,
p, span,
.btn,
.btn-primary,
.btn-large,
.btn-massive,
.btn-sticky,
.urgent-content,
.module-card p,
.detail-card p,
.faq-a,
.section-subtitle,
.audience-content-workshop p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Urgent Banner */
.urgent-banner {
    background: linear-gradient(135deg, #FF0000 0%, #FF6B35 100%);
    padding: 15px 0;
    animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 0 20px rgba(255, 107, 53, 0.5); }
    50% { box-shadow: 0 0 40px rgba(255, 107, 53, 0.8); }
}

.urgent-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    font-size: 1.1rem;
    text-align: center;
}

.urgent-content i {
    font-size: 1.5rem;
    animation: flicker 1.5s infinite;
}

@keyframes flicker {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Hero Workshop Section */
.hero-workshop {
    padding: 20px 0 30px;
    background: linear-gradient(180deg, var(--darker-bg) 0%, var(--dark-bg) 100%);
    position: relative;
    overflow: hidden;
    min-height: auto;
    display: flex;
    align-items: center;
}

.hero-workshop::before {
    content: '';
    position: absolute;
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgba(255, 107, 53, 0.1) 0%, transparent 70%);
    top: -300px;
    right: -300px;
    border-radius: 50%;
}

/* New Simple Hero Layout */
.hero-content-simple {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.logo-brand-center {
    margin-bottom: 0.5rem;
}

.logo-brand-center .logo-image {
    height: 75px;
    width: auto;
    object-fit: contain;
}

.hero-kannada-title {
    font-size: 1.5rem;
    color: var(--primary-color);
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 10px rgba(255, 107, 53, 0.3);
}

.hero-image-landscape {
    position: relative;
    margin: 1rem 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    background: #000;
    /* 16:9 aspect ratio container */
    padding-bottom: 56.25%;
    height: 0;
}

.hero-landscape-img,
.hero-landscape-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 15px;
}

.hero-landscape-video {
    object-fit: contain;
    will-change: transform;
}

/* Hide buffering indicators on hero video */
.hero-landscape-video::-webkit-media-controls-loading-panel {
    display: none;
}

.hero-landscape-video::-webkit-media-controls-buffering-indicator {
    display: none;
}

.hero-title-main {
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0.3rem 0 1.5rem;
    font-weight: 800;
}

.cta-buttons-center {
    margin-top: 1rem;
}

/* Old Hero Layout - Keep for reference or remove if not needed */
.hero-content-workshop {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.logo-brand {
    margin-bottom: 1.5rem;
}

.logo-image {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.hero-text-workshop h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 800;
}

.highlight {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: var(--text-gray);
}

.hero-bonus {
    font-size: 1.5rem;
    color: var(--success-green);
    font-weight: 700;
    margin-bottom: 2rem;
}

/* Bilingual Kannada Styles */
.hero-kannada {
    font-size: 1.6rem;
    color: var(--primary-color);
    font-weight: 700;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

.hero-kannada-sub {
    font-size: 1.2rem;
    color: var(--text-gray);
    font-weight: 600;
    margin-top: 0.1rem;
}

.section-subtitle-kannada {
    text-align: center;
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-top: 0.1rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.section-subtitle-kannada.tight-spacing {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.section-spacing {
    height: 1rem;
}

.flags-spacing {
    height: 1rem;
}

.mobile-break {
    display: none;
}

.card-kannada {
    font-size: 0.9rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 0.2rem;
}

.workshop-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
}

.detail-item {
    background: var(--card-bg);
    padding: 1.5rem;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 2px solid rgba(255, 107, 53, 0.2);
}

.detail-item i {
    font-size: 2.5rem;
    color: var(--primary-color);
}

.detail-item h4 {
    font-size: 0.9rem;
    color: var(--text-gray);
    margin-bottom: 0.3rem;
}

.detail-item p {
    font-size: 1.1rem;
    font-weight: 700;
}

.language-options {
    margin: 2rem 0;
}

.lang-label {
    font-size: 1.1rem;
    color: var(--text-gray);
    margin-right: 1rem;
}

.lang-badges {
    display: inline-flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.lang-badge {
    background: var(--secondary-gradient);
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Value Highlights */
.value-highlights {
    background: var(--card-bg);
    padding: 1.5rem;
    border-radius: 15px;
    margin: 2rem 0;
    border: 2px solid rgba(0, 217, 163, 0.3);
}

.value-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.7rem 0;
    font-size: 1.1rem;
}

.value-item i {
    color: var(--success-green);
    font-size: 1.5rem;
}

/* CTA Buttons */
.cta-buttons {
    margin: 2rem 0;
}

.btn {
    padding: 0.9rem 1.8rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
}

.btn-primary {
    background: var(--primary-gradient);
    color: var(--text-light);
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.4);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(255, 107, 53, 0.6);
}

.btn-large {
    padding: 1.1rem 2.2rem;
    font-size: 1rem;
}

.btn-massive {
    padding: 1.5rem 3rem;
    font-size: 1.1rem;
}

.pulse-animation {
    animation: pulse 2s infinite;
}

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

.spots-warning {
    margin-top: 0.7rem;
    color: var(--warning-orange);
    font-weight: 700;
    font-size: 0.85rem;
    text-align: center;
}

.hero-image-workshop {
    position: relative;
}

.hero-image-workshop img {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.play-button {
    width: 100px;
    height: 100px;
    background: rgba(255, 107, 53, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    margin: 0 auto;
    transition: all 0.3s;
    text-decoration: none;
}

.play-button:hover {
    transform: scale(1.1);
    background: rgba(255, 107, 53, 1);
}

.price-badge-static {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: var(--darker-bg);
    padding: 1.5rem 2rem;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(255, 215, 0, 0.5);
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
}

.price-label {
    font-size: 1rem;
    font-weight: 600;
}

/* Video Modal */
.video-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    overflow: auto;
}

.video-modal-content {
    position: relative;
    margin: 5% auto;
    width: 90%;
    max-width: 500px;
}

.close-modal {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
}

.close-modal:hover,
.close-modal:focus {
    color: var(--primary-color);
}

.video-container-vertical {
    position: relative;
    width: 100%;
    background: #000;
    border-radius: 15px;
    overflow: hidden;
}

.video-container-vertical video {
    width: 100%;
    height: auto;
    display: block;
}

/* Global Reach Section */
.global-reach {
    padding: 30px 0;
    background: var(--darker-bg);
    overflow: hidden;
}

.section-title-small {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0.2rem;
    font-weight: 700;
}

.flags-container {
    display: flex;
    gap: 30px;
    animation: scrollFlags 30s linear infinite;
    width: fit-content;
}

@keyframes scrollFlags {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.flag-item {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--card-bg);
    border-radius: 10px;
    padding: 10px;
    border: 2px solid rgba(255, 107, 53, 0.2);
    transition: all 0.3s ease;
}

.flag-item:hover {
    transform: scale(1.1);
    border-color: var(--primary-color);
    animation-play-state: paused;
}

.flag-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Kannada Advantage Section */
/* Kannada Advantage Section - Improved */
.kannada-advantage {
    padding: 40px 0;
    background: linear-gradient(135deg, var(--darker-bg) 0%, var(--dark-bg) 100%);
    position: relative;
}

.section-title-center {
    font-size: 2rem;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 0.2rem;
    font-weight: 900;
}

.section-subtitle-center {
    font-size: 1.3rem;
    text-align: center;
    color: var(--text-light);
    margin-bottom: 2rem;
    font-weight: 600;
}

.kannada-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.kannada-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    margin-bottom: 40px;
}

.kannada-benefit-card {
    background: var(--card-bg);
    padding: 1.5rem 1.2rem;
    border-radius: 15px;
    text-align: center;
    border: 2px solid rgba(255, 107, 53, 0.2);
    transition: all 0.3s ease;
}

.kannada-benefit-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-color);
    box-shadow: 0 20px 50px rgba(255, 107, 53, 0.5);
}

.benefit-icon-large {
    width: 70px;
    height: 70px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.benefit-icon-large i {
    font-size: 2rem;
    color: white;
}

.kannada-benefit-card h4 {
    font-size: 1.375rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: var(--text-light);
}

.kannada-benefit-card p {
    color: var(--text-gray);
    line-height: 1.5;
    font-size: 0.9375rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.kannada-image-showcase {
    position: relative;
    width: 100%;
    max-width: 900px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.karnataka-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.slider-wrapper {
    display: flex;
    gap: 20px;
    animation: scrollKarnatakaImages 40s linear infinite;
    width: fit-content;
}

@keyframes scrollKarnatakaImages {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.slider-wrapper:hover {
    animation-play-state: paused;
}

.slide {
    flex-shrink: 0;
    width: 280px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.slide:hover {
    transform: scale(1.05);
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kannada-image-showcase img {
    width: 100%;
    height: auto;
    display: block;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    padding: 40px;
}

.overlay-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 2rem;
    font-weight: 900;
}

.overlay-badge i {
    font-size: 2.5rem;
    color: #FFD700;
    animation: pulse 2s infinite;
}

.kannada-footer-message {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.15) 0%, rgba(255, 140, 66, 0.15) 100%);
    border: 2px solid var(--primary-color);
    padding: 1.5rem 2rem;
    border-radius: 15px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.kannada-footer-message i {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.8rem;
    color: var(--primary-color);
}

.kannada-footer-message p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.kannada-footer-message p:last-child {
    font-size: 0.9rem;
    opacity: 0.9;
}
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-gradient);
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.5rem;
    font-weight: 900;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    animation: bounce 2s infinite;
}

.image-badge i {
    font-size: 1.8rem;
    color: #FFD700;
}

/* Workshop Details Section */
.workshop-details-section {
    padding: 40px 0;
    background: var(--darker-bg);
}

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

.detail-card {
    background: var(--card-bg);
    padding: 2rem 1.5rem;
    border-radius: 20px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
}

.detail-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.3);
}

.detail-card i {
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 0.8rem;
}

.detail-card .fa-rupee-sign::before {
    content: "₹";
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.detail-card h3 {
    font-size: 1.375rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.detail-card p {
    color: var(--text-gray);
    font-size: 0.9375rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

/* YouTube Section */
.youtube-section {
    padding: 40px 0;
    background: var(--dark-bg);
}

.youtube-red {
    color: #FF0000;
}

.youtube-videos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.youtube-video-card {
    background: var(--card-bg);
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
}

.youtube-video-card:hover {
    transform: translateY(-8px);
    border-color: #FF0000;
    box-shadow: 0 20px 50px rgba(255, 0, 0, 0.3);
}

.video-embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    background: #000;
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.youtube-video-card h3 {
    padding: 1.2rem;
    font-size: 1rem;
    color: var(--text-light);
}

/* What You'll Learn Section */
.what-youll-learn {
    padding: 30px 0;
    background: var(--darker-bg);
}

.section-title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 0.2rem;
    font-weight: 800;
}

.section-subtitle {
    text-align: center;
    color: var(--text-gray);
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 0.2rem;
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.module-card {
    background: var(--card-bg);
    padding: 1.2rem;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
    position: relative;
}

.module-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.module-icon {
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-bottom: 0.7rem;
}

.module-card h3 {
    font-size: 1.375rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.module-card p {
    color: var(--text-gray);
    font-size: 0.9375rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 0.6rem;
    line-height: 1.5;
}

.duration {
    display: inline-block;
    background: var(--secondary-gradient);
    padding: 0.3rem 0.6rem;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 600;
}

.cta-center {
    text-align: center;
    margin-top: 3rem;
}

/* Success Preview Section */
.success-preview {
    padding: 40px 0;
    background: var(--dark-bg);
}

.video-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin-top: 2rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.video-testimonial-card {
    background: var(--card-bg);
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
}

.video-testimonial-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary-color);
    box-shadow: 0 20px 50px rgba(255, 107, 53, 0.3);
}

.video-wrapper {
    position: relative;
    background: #000;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
    will-change: transform;
}

.video-wrapper video::-webkit-media-controls-fullscreen-button {
    display: block;
}

/* Hide buffering spinner */
.video-wrapper video::-webkit-media-controls-loading-panel {
    display: none;
}

.video-wrapper video::-webkit-media-controls-buffering-indicator {
    display: none;
}

.play-icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: var(--primary-color);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.video-wrapper:hover .play-icon-overlay {
    opacity: 1;
}

.video-info {
    padding: 1.5rem;
    text-align: center;
}

.video-info h3 {
    font-size: 1.375rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 0.7rem;
    color: var(--primary-color);
}

.video-info p {
    color: var(--text-gray);
    font-size: 0.9375rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

/* Transformation Section */
.transformation-section {
    padding: 40px 0;
    background: var(--darker-bg);
}

.transformation-flow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.transform-step {
    background: var(--card-bg);
    padding: 1.2rem;
    border-radius: 15px;
    text-align: center;
    flex: 1;
    min-width: 150px;
    border: 2px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
}

.transform-step.active {
    border-color: var(--primary-color);
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(255, 140, 66, 0.1) 100%);
    transform: scale(1.05);
}

.step-number {
    width: 40px;
    height: 40px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0 auto 0.7rem;
}

.transform-step h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.transform-step p {
    color: var(--text-gray);
    font-size: 0.75rem;
}

.arrow {
    color: var(--primary-color);
    font-size: 1.5rem;
}

/* Kannada Flow - uses transformation-flow styles */
.kannada-flow {
    justify-content: center;
    margin-bottom: 2rem;
}

.kannada-flow .transform-step {
    max-width: 280px;
}

.transformation-note {
    background: var(--card-bg);
    padding: 1.2rem;
    border-radius: 12px;
    border-left: 4px solid var(--primary-color);
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.transformation-note i {
    font-size: 1.8rem;
    color: var(--primary-color);
}

.transformation-note p {
    font-size: 0.9rem;
    color: var(--text-gray);
}

/* Who Should Join */
.who-should-join {
    padding: 40px 0;
    background: var(--dark-bg);
}

.audience-grid-workshop {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

@media (min-width: 1200px) {
    .audience-grid-workshop {
        grid-template-columns: repeat(4, 1fr);
    }
}

.audience-card-workshop {
    background: var(--card-bg);
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
    padding: 1.5rem 1rem;
    text-align: center;
    max-width: 280px;
    width: 100%;
}

.audience-card-workshop:hover {
    transform: translateY(-8px);
    border-color: var(--primary-color);
    box-shadow: 0 20px 50px rgba(255, 107, 53, 0.3);
}

.audience-card-workshop img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.audience-content-workshop {
    padding: 0;
}

.audience-content-workshop h3 {
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}

.audience-content-workshop p {
    color: var(--text-gray);
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

/* Investment Reality Section */
.investment-reality {
    padding: 40px 0;
    background: var(--darker-bg);
}

.reality-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.reality-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.05);
}

.reality-card.myth {
    border-color: rgba(255, 0, 0, 0.3);
}

.reality-card.truth {
    border-color: rgba(0, 217, 163, 0.3);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.card-header i {
    font-size: 1.8rem;
}

.reality-card.myth .card-header i {
    color: #FF0000;
}

.reality-card.truth .card-header i {
    color: var(--success-green);
}

.card-header h3 {
    font-size: 1.4rem;
}

.reality-card ul {
    list-style: none;
}

.reality-card ul li {
    padding: 0.4rem 0;
    font-size: 0.95rem;
    color: var(--text-gray);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.3;
}

.reality-card ul li:last-child {
    border-bottom: none;
}

.reality-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.reality-card.myth ul li::before {
    background: #FF0000;
}

.reality-card.truth ul li::before {
    background: var(--success-green);
}

.reality-highlight {
    background: var(--primary-gradient);
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    box-shadow: 0 20px 60px rgba(255, 107, 53, 0.4);
}

.reality-highlight i {
    font-size: 2rem;
    color: var(--text-light);
}

.reality-highlight p {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-light);
}

/* FAQ Workshop */
.faq-workshop {
    padding: 40px 0;
    background: var(--dark-bg);
}

.faq-two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

/* FAQ Balanced Grid */
.faq-grid-balanced {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.faq-item-compact {
    background: var(--card-bg);
    padding: 1.2rem;
    border-radius: 12px;
    border: 2px solid rgba(255, 107, 53, 0.2);
    transition: all 0.3s ease;
}

.faq-item-compact:hover {
    border-color: var(--primary-color);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
}

.faq-q {
    font-size: 1.125rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.faq-q i {
    color: var(--primary-color);
    font-size: 1rem;
    flex-shrink: 0;
}

.faq-a {
    color: var(--text-gray);
    line-height: 1.5;
    font-size: 0.9375rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.faq-item-workshop {
    background: var(--card-bg);
    margin-bottom: 1.5rem;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.05);
}

.faq-question-workshop {
    padding: 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.faq-question-workshop:hover {
    background: rgba(255, 107, 53, 0.1);
}

.faq-question-workshop h3 {
    font-size: 1.3rem;
    font-weight: 600;
}

.faq-question-workshop i {
    font-size: 1.5rem;
    transition: transform 0.3s;
}

.faq-item-workshop.active .faq-question-workshop i {
    transform: rotate(180deg);
    color: var(--primary-color);
}

.faq-answer-workshop {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
}

.faq-item-workshop.active .faq-answer-workshop {
    max-height: 300px;
}

.faq-answer-workshop p {
    padding: 0 2rem 2rem;
    color: var(--text-gray);
    font-size: 1.1rem;
    line-height: 1.7;
}

/* Final CTA Workshop */
.final-cta-workshop {
    padding: 40px 0;
    background: var(--darker-bg);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta-workshop::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 107, 53, 0.15) 0%, transparent 70%);
    top: -200px;
    left: -200px;
    border-radius: 50%;
}

.final-cta-content {
    position: relative;
    z-index: 1;
}

.final-cta-content h2 {
    font-size: 2rem;
    margin-bottom: 0.7rem;
}

.cta-big-text {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.cta-description {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    opacity: 0.95;
}

.price-highlight {
    background: rgba(255, 255, 255, 0.15);
    padding: 3rem;
    border-radius: 25px;
    margin: 3rem auto;
    max-width: 600px;
}

.original-price {
    font-size: 1.5rem;
    text-decoration: line-through;
    opacity: 0.7;
    margin-bottom: 1rem;
}

.current-price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.currency {
    font-size: 3rem;
    font-weight: 800;
}

.amount {
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;
}

.only {
    font-size: 2rem;
    font-weight: 700;
    align-self: flex-end;
}

.savings {
    font-size: 1.8rem;
    font-weight: 800;
    color: #FFD700;
}

.cta-benefits-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto 3rem;
}

.cta-benefit {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.cta-benefit i {
    font-size: 2rem;
    color: var(--success-green);
}

.urgency-text {
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #FFD700;
}

/* Footer Workshop */
.footer-workshop {
    background: var(--darker-bg);
    padding: 30px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
}

.footer-content-workshop {
    text-align: center;
}

.footer-content-workshop > p {
    margin-bottom: 1rem;
    color: var(--text-gray);
}

.disclaimer {
    font-size: 0.85rem;
    color: var(--text-gray);
    margin: 1.5rem 0;
    line-height: 1.6;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: var(--text-gray);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--primary-color);
}

/* Sticky Timer Bar */
.sticky-timer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #FF0000 0%, #FF6B35 100%);
    padding: 15px 0;
    z-index: 99999;
    box-shadow: 0 -5px 30px rgba(255, 107, 53, 0.8);
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.sticky-timer-bar.hidden {
    transform: translateY(100%) !important;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.sticky-timer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.timer-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.timer-icon {
    font-size: 1.8rem;
    animation: flicker 1.5s infinite;
}

.timer-text {
    font-size: 1.2rem;
    font-weight: 700;
    white-space: nowrap;
}

.timer-mini {
    background: rgba(0, 0, 0, 0.3);
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: 800;
    min-width: 90px;
    text-align: center;
}

.btn-sticky {
    background: white;
    color: #FF0000;
    padding: 12px 30px;
    font-weight: 800;
    white-space: nowrap;
    animation: pulse 2s infinite;
}

.btn-sticky:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    /* Tablet Optimization */
    .hero-content-workshop {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .workshop-details {
        grid-template-columns: 1fr;
    }

    .modules-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
    
    .audience-grid-workshop {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .video-testimonials-grid,
    .youtube-videos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

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

    .kannada-content {
        grid-template-columns: 1fr;
    }

    .kannada-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
    
    .details-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .transformation-flow {
        flex-direction: column;
        gap: 0.15rem;
    }

    .arrow {
        transform: rotate(90deg);
        margin: 0.1rem 0;
        font-size: 1rem;
    }

    .transform-step {
        padding: 0.8rem;
    }

    .step-number {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }

    .sticky-timer-bar {
        padding: 11px 0;
    }
    
    .timer-icon {
        font-size: 1.35rem;
    }
    
    .timer-text {
        font-size: 0.9rem;
    }
    
    .timer-mini {
        padding: 6px 11px;
        font-size: 1.12rem;
        min-width: 68px;
    }
    
    .sticky-timer-content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .timer-left {
        order: 1;
        width: 100%;
        justify-content: center;
    }

    .btn-sticky {
        order: 2;
        width: 100%;
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
    
    /* Tablet Section Paddings */
    .global-reach,
    .kannada-advantage,
    .workshop-details-section,
    .youtube-section,
    .what-youll-learn,
    .success-preview,
    .transformation-section,
    .who-should-join,
    .investment-reality,
    .faq-workshop {
        padding: 35px 0;
    }
    
    /* Tablet Fonts */
    .section-title {
        font-size: 1.6rem;
    }
    
    .section-title-center {
        font-size: 1.8rem;
    }
    
    .section-subtitle-center {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    /* Mobile Button Text Break */
    .btn-text-mobile-break {
        display: block;
        margin-top: 0.3rem;
    }
    
    .mobile-break {
        display: block;
    }
    
    .btn {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    
    /* Hero Section Mobile */
    .hero-workshop {
        padding: 15px 0 20px;
    }
    
    .hero-content-simple {
        max-width: 100%;
        padding: 0 10px;
    }
    
    .logo-brand-center .logo-image {
        height: 60px;
    }
    
    .hero-kannada-title {
        font-size: 1.3rem;
        margin-bottom: 0.25rem;
    }
    
    .hero-image-landscape {
        margin: 1rem 0;
        border-radius: 10px;
    }
    
    .hero-title-main {
        font-size: 1.3rem;
        margin: 1rem 0;
    }
    
    .hero-text-workshop h1 {
        font-size: 1.8rem;
    }

    /* Bilingual Spacing Mobile - 50-60% reduction */
    .section-title {
        margin-bottom: 0.1rem;
    }

    .section-subtitle-kannada {
        margin-top: 0.05rem;
        margin-bottom: 0.8rem;
    }

    .section-subtitle {
        margin-bottom: 0.1rem;
    }

    .section-spacing {
        height: 2rem;
    }

    /* Section Titles Mobile */
    .section-title {
        font-size: 1.4rem;
    }
    
    .section-title-small {
        font-size: 1.2rem;
        margin-bottom: 0.1rem;
    }
    
    .section-title-center {
        font-size: 1.5rem;
    }
    
    .section-subtitle-center {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    
    .section-subtitle {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }

    /* All Sections Mobile Padding */
    .global-reach,
    .kannada-advantage,
    .workshop-details-section,
    .youtube-section,
    .what-youll-learn,
    .success-preview,
    .transformation-section,
    .who-should-join,
    .investment-reality,
    .faq-workshop,
    .final-cta-workshop {
        padding: 25px 0;
    }
    
    /* Container Mobile */
    .container {
        padding: 0 15px;
    }

    /* Grid Layouts Mobile */
    .modules-grid,
    .video-testimonials-grid,
    .youtube-videos-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 3rem;
    }

    .audience-grid-workshop {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin-top: 2rem;
    }
    
    .details-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    
    .kannada-benefits-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .video-wrapper video {
        height: auto;
        min-height: 200px;
    }

    /* Karnataka Slider Mobile */
    .slide {
        width: 200px;
        height: 150px;
    }

    .karnataka-slider {
        padding: 10px 0;
    }

    /* FAQ Mobile */
    .faq-two-column,
    .faq-grid-balanced {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .faq-item-compact {
        padding: 1rem;
    }
    
    .faq-q {
        font-size: 1.1rem;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
    }

    .faq-a {
        font-size: 0.85rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
    }

    /* Buttons Mobile */
    .btn-large {
        padding: 0.9rem 1.5rem;
        font-size: 0.85rem;
    }

    .btn-massive {
        padding: 1.1rem 1.8rem;
        font-size: 0.9rem;
    }
    
    .btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.85rem;
    }

    /* Cards Mobile */
    .module-card,
    .detail-card,
    .audience-card-workshop {
        padding: 1rem;
    }

    .audience-card-workshop {
        max-width: 100%;
        padding: 0.8rem 0.5rem;
    }

    .module-card h3,
    .detail-card h3,
    .audience-content-workshop h3 {
        font-size: 1.1rem;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
    }

    .module-card p,
    .detail-card p,
    .audience-content-workshop p {
        font-size: 0.85rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
    }
    
    .module-icon,
    .detail-card i {
        font-size: 1.4rem;
    }
    
    /* Kannada Cards Mobile */
    .kannada-benefit-card {
        padding: 1.2rem;
    }
    
    .benefit-icon-large {
        width: 60px;
        height: 60px;
        margin-bottom: 0.8rem;
    }
    
    .benefit-icon-large i {
        font-size: 1.8rem;
    }
    
    .kannada-benefit-card h4 {
        font-size: 1.1rem;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
    }

    .kannada-benefit-card p {
        font-size: 0.85rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
    }
    
    /* Audience Cards Mobile */
    .audience-card-workshop img {
        height: 150px;
    }
    
    /* Transformation Mobile */
    .transform-step {
        padding: 0.5rem;
    }
    
    .step-number {
        width: 25px;
        height: 25px;
        font-size: 0.7rem;
        margin-bottom: 0.3rem;
    }
    
    .transform-step h3 {
        font-size: 0.7rem;
        margin-bottom: 0.2rem;
    }
    
    .transform-step p {
        font-size: 0.5rem;
    }
    
    .arrow {
        font-size: 1rem;
    }
    
    .step-number {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .transform-step h3 {
        font-size: 0.9rem;
    }
    
    .transform-step p {
        font-size: 0.7rem;
    }
    
    .transformation-note {
        padding: 1rem;
        gap: 0.8rem;
    }
    
    .transformation-note i {
        font-size: 1.5rem;
    }
    
    .transformation-note p {
        font-size: 0.8rem;
    }

    /* Flags Mobile */
    .flags-container {
        gap: 1rem;
    }
    
    .flag-item img {
        width: 50px;
    }
    
    /* YouTube Cards Mobile */
    .youtube-video-card h3 {
        padding: 1rem;
        font-size: 1rem;
    }

    /* Price/Amount Mobile */
    .amount {
        font-size: 3rem;
    }
    
    /* Urgent Banner Mobile */
    .urgent-banner {
        padding: 10px 0;
    }
    
    .urgent-content {
        font-size: 1.125rem;
        gap: 10px;
        flex-direction: row;
        flex-wrap: wrap;
        line-height: 1.2;
    }

    .urgent-content i {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    /* Extra Small Mobile Optimization */
    .hero-workshop {
        padding: 10px 0 15px;
    }
    
    .container {
        padding: 0 10px;
    }
    
    .logo-brand-center .logo-image {
        height: 45px;
    }
    
    .hero-kannada-title {
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }
    
    .hero-image-landscape {
        margin: 0.8rem 0;
        border-radius: 8px;
    }
    
    .hero-title-main {
        font-size: 1.1rem;
        margin: 0.8rem 0;
        line-height: 1.3;
    }
    
    .hero-text-workshop h1 {
        font-size: 1.5rem;
    }

    /* Sections Extra Small Mobile */
    .global-reach,
    .kannada-advantage,
    .workshop-details-section,
    .youtube-section,
    .what-youll-learn,
    .success-preview,
    .transformation-section,
    .who-should-join,
    .investment-reality,
    .faq-workshop,
    .final-cta-workshop {
        padding: 20px 0;
    }
    
    /* Section Titles Extra Small */
    .section-title {
        font-size: 1.2rem;
    }
    
    .section-title-small {
        font-size: 1rem;
    }
    
    .section-title-center {
        font-size: 1.2rem;
    }
    
    .section-subtitle-center {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
    }
    
    .section-subtitle {
        font-size: 0.75rem;
    }
    
    /* Grids Extra Small Mobile */
    .modules-grid,
    .kannada-benefits-grid,
    .details-grid,
    .faq-grid-balanced {
        gap: 0.8rem;
    }
    
    /* Cards Extra Small Mobile */
    .module-card,
    .kannada-benefit-card,
    .detail-card,
    .faq-item-compact {
        padding: 0.8rem;
        border-radius: 10px;
    }
    
    .module-card h3,
    .detail-card h3,
    .kannada-benefit-card h4,
    .audience-content-workshop h3 {
        font-size: 1.1rem;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        margin-bottom: 0.4rem;
    }

    .module-card p,
    .detail-card p,
    .kannada-benefit-card p,
    .audience-content-workshop p {
        font-size: 0.85rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        line-height: 1.5;
    }
    
    .module-icon,
    .detail-card i {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
    
    .benefit-icon-large {
        width: 50px;
        height: 50px;
    }
    
    .benefit-icon-large i {
        font-size: 1.5rem;
    }
    
    .duration {
        padding: 0.2rem 0.5rem;
        font-size: 0.65rem;
    }
    
    /* FAQ Extra Small Mobile */
    .faq-q {
        font-size: 1.1rem;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        margin-bottom: 0.4rem;
    }

    .faq-a {
        font-size: 0.85rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        line-height: 1.5;
    }
    
    /* Buttons Extra Small Mobile */
    .btn {
        padding: 0.7rem 1.2rem;
        font-size: 0.75rem;
        gap: 0.4rem;
    }
    
    .btn-large {
        padding: 0.8rem 1.3rem;
        font-size: 0.8rem;
    }

    .btn-massive {
        padding: 1rem 1.5rem;
        font-size: 0.85rem;
    }
    
    .spots-warning {
        font-size: 0.75rem;
        margin-top: 0.5rem;
    }

    /* Urgent Banner Extra Small */
    .urgent-content {
        font-size: 1.05rem;
        gap: 8px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .urgent-content i {
        font-size: 1.3rem;
    }

    /* Flags Extra Small */
    .flag-item img {
        width: 40px;
    }
    
    /* Audience Cards Extra Small */
    .audience-card-workshop img {
        height: 120px;
    }
    
    .audience-content-workshop {
        padding: 0.8rem;
    }
    
    .audience-content-workshop h3 {
        font-size: 1.1rem;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        margin-bottom: 0.4rem;
    }

    .audience-content-workshop p {
        font-size: 0.85rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
    }
    
    /* Transformation Extra Small */
    .transformation-flow {
        gap: 0.1rem;
    }

    .arrow {
        margin: 0.05rem 0;
        font-size: 0.9rem;
    }
    
    .transform-step {
        padding: 0.8rem;
    }
    
    .step-number {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
        margin-bottom: 0.4rem;
    }
    
    .transform-step h3 {
        font-size: 0.8rem;
        margin-bottom: 0.3rem;
    }
    
    .transform-step p {
        font-size: 0.65rem;
    }
    
    .transformation-note {
        padding: 0.8rem;
        flex-direction: column;
        text-align: center;
    }
    
    .transformation-note i {
        font-size: 1.3rem;
    }
    
    .transformation-note p {
        font-size: 0.75rem;
    }
    
    /* YouTube Extra Small */
    .youtube-video-card h3 {
        padding: 0.8rem;
        font-size: 0.85rem;
    }
    
    /* Price Extra Small */
    .amount {
        font-size: 2.5rem;
    }
    
    /* Footer Extra Small */
    .footer-workshop {
        padding: 20px 0 15px;
    }
    
    .disclaimer {
        font-size: 0.7rem;
    }
    
    /* Detail Cards Extra Small */
    .detail-card {
        padding: 1rem;
    }
    
    .detail-card i {
        font-size: 2rem;
        margin-bottom: 0.7rem;
    }
    
    .detail-card h3 {
        font-size: 1rem;
        margin-bottom: 0.4rem;
    }
    
    .detail-card p {
        font-size: 0.75rem;
    }

    .cta-benefits-list {
        grid-template-columns: 1fr;
    }

    .price-badge-static {
        width: 70px;
        height: 70px;
        padding: 0.8rem;
    }

    .price-badge-static .price-amount {
        font-size: 1.4rem;
    }

    .price-badge-static .price-label {
        font-size: 0.7rem;
    }
    
    .logo-image {
        height: 30px;
    }
}

/* Workshop Date Highlight Styles */
.workshop-date-hero {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.2) 0%, rgba(255, 140, 66, 0.1) 100%);
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    padding: 12px 24px;
    margin: 1rem auto;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    animation: dateGlow 2s infinite;
}

.workshop-date-hero i {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.workshop-date-hero span {
    font-size: 1.1rem;
    color: var(--text-light);
}

.workshop-date-hero strong {
    color: var(--primary-color);
    font-weight: 700;
}

@keyframes dateGlow {
    0%, 100% { box-shadow: 0 0 15px rgba(255, 107, 53, 0.3); }
    50% { box-shadow: 0 0 25px rgba(255, 107, 53, 0.6); }
}

.date-highlight-box {
    background: linear-gradient(135deg, var(--primary-color) 0%, #FF8C42 100%);
    border-radius: 15px;
    padding: 20px 30px;
    margin-bottom: 30px;
    text-align: center;
    animation: pulseGlow 2s infinite;
}

.date-highlight-box i {
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
}

.date-highlight-box h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.date-highlight-box p {
    font-size: 1rem;
    opacity: 0.9;
}

/* Responsive styles for date elements */
@media (max-width: 768px) {
    .workshop-date-hero {
        padding: 10px 16px;
        flex-direction: column;
        gap: 8px;
    }

    .workshop-date-hero span {
        font-size: 0.95rem;
        text-align: center;
    }

    .date-highlight-box {
        padding: 15px 20px;
    }

    .date-highlight-box h3 {
        font-size: 1.1rem;
    }

    .date-highlight-box i {
        font-size: 1.5rem;
    }
}
