* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
}

p, a, span, div {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

body {
    background: #fff;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    line-height: 1.6;
    font-size: 24px;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

h1 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 900;
}

h2 {
    font-size: 44px;
    margin: 60px 0 30px;
    color: #ff3333;
    font-weight: 800;
}

h3 {
    font-size: 36px;
    margin: 40px 0 20px;
    color: #cc6600;
}

h4 {
    font-size: 28px;
    margin: 30px 0 15px;
    color: #000;
    font-weight: 700;
}

p {
    margin-bottom: 20px;
    opacity: 0.9;
}

.big-text {
    font-size: 32px;
    font-weight: 600;
    margin: 30px 0;
}

.cta {
    display: inline-block;
    background: #ff3333;
    color: #fff;
    padding: 20px 40px;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.cta:hover {
    background: #cc0000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 51, 51, 0.3);
}

.brutal-box {
    border-left: 5px solid #ff3333;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 40px 0;
    font-size: 22px;
}

.highlight {
    background: #cc6600;
    color: #fff;
    padding: 2px 8px;
    font-weight: 700;
}

.divider {
    border-top: 1px solid #ddd;
    margin: 60px 0;
}

ul {
    list-style: none;
    padding: 0;
}

.bulleted-list {
    list-style: disc;
    padding-left: 40px;
}

li {
    padding: 10px 0;
    font-size: 26px;
}

.small {
    font-size: 16px;
    opacity: 0.7;
}

.center {
    text-align: center;
}

strong {
    color: #cc6600;
}

.red {
    color: #ff3333;
}

.story {
    background: #f8f8f8;
    padding: 40px;
    margin: 40px -20px;
    font-size: 26px;
    overflow-x: hidden;
    max-width: 100vw;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.countdown-section {
    background: #fff;
    padding: 40px 20px;
    margin: 60px -20px;
    border: 2px solid #ff3333;
    overflow-x: hidden;
    max-width: 100vw;
    box-sizing: border-box;
}

.countdown-title {
    color: #ff3333;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0;
}

.time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ff3333;
    padding: 30px 25px;
    border-radius: 15px;
    min-width: 120px;
    min-height: 120px;
    box-shadow: 0 4px 15px rgba(255, 51, 51, 0.3);
}

.time-number {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.time-label {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
    text-transform: uppercase;
}

.countdown-warning {
    color: #ffcc00;
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}

.disclaimer-section {
    background: #f8f8f8;
    margin-top: 60px;
    padding: 40px 0;
    border-top: 1px solid #ddd;
}

.disclaimer-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.disclaimer-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.8;
}

.disclaimer-content strong {
    color: #ff3333;
    font-weight: 600;
}

.quote-box {
    background: #f8f8f8;
    border-left: 3px solid #cc6600;
    padding: 30px;
    margin: 40px 0;
    font-style: italic;
    font-size: 28px;
    border: 1px solid #ddd;
}

.stat-box {
    background: #ff3333;
    color: #fff;
    padding: 30px;
    margin: 40px 0;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.testimonial-box {
    background: rgba(204, 102, 0, 0.1);
    border: 2px solid #cc6600;
    padding: 30px;
    margin: 40px 0;
    position: relative;
}

.testimonial-box::before {
    content: '"';
    font-size: 80px;
    color: #cc6600;
    position: absolute;
    top: -20px;
    left: 20px;
    opacity: 0.3;
}

.pulse {
    animation: pulse 2s infinite;
}

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

.economic-data {
    background: rgba(255, 51, 51, 0.1);
    border: 1px solid #ff3333;
    padding: 30px;
    margin: 40px 0;
    font-size: 22px;
}

.economic-data strong {
    display: block;
    font-size: 36px;
    margin: 10px 0;
}

.screaming-stat {
    font-size: 72px;
    font-weight: 900;
    color: #ff3333;
    text-align: center;
    margin: 40px 0;
    line-height: 1;
}

.nightmare-box {
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.1), rgba(248, 248, 248, 0.8));
    border: 2px solid #ff3333;
    padding: 40px;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}

.nightmare-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ff3333, transparent);
    animation: scan 3s infinite;
}

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

.burning-text {
    background: linear-gradient(45deg, #ff3333, #ffcc00, #ff3333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    font-size: 28px;
    text-align: center;
    margin: 30px 0;
}

.video-section {
    background: linear-gradient(135deg, rgba(255, 51, 51, 0.1), rgba(248, 248, 248, 0.8));
    border: 2px solid #ff3333;
    padding: 40px 20px;
    margin: 40px 0;
    text-align: center;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

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

.video-title {
    font-size: 28px;
    color: #ff3333;
    margin-bottom: 20px;
    font-weight: 700;
}

.video-description {
    font-size: 20px;
    color: #000;
    margin: 20px auto;
    max-width: 600px;
    line-height: 1.6;
}

.pre-heading {
    background: linear-gradient(135deg, #ff3333, #cc0000);
    color: #fff;
    padding: 20px 0;
    margin: 0;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    max-width: 100vw;
    box-sizing: border-box;
}

.pre-heading p {
    margin: 0;
    padding: 0;
}

.pre-heading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 49%, rgba(255, 255, 255, 0.1) 50%, transparent 51%);
    background-size: 20px 20px;
    opacity: 0.3;
}

.course-benefits {
    background: rgba(0, 255, 0, 0.1);
    border: 2px solid #00cc00;
    padding: 40px;
    margin: 40px 0;
    border-radius: 15px;
}

.course-benefits h3 {
    color: #00cc00;
    margin-bottom: 30px;
}

.benefits-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.benefit-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #00cc00;
    font-size: 18px;
}

.pricing-box {
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.2), rgba(255, 165, 0, 0.3));
    border: 3px solid #ffcc00;
    padding: 40px;
    margin: 40px 0;
    text-align: center;
    border-radius: 15px;
}

.price {
    font-size: 72px;
    font-weight: 900;
    color: #ff3333;
    margin: 20px 0;
}

.price-subtitle {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

.checkmark-list {
    text-align: left;
    display: inline-block;
    margin: 20px 0;
}

.checkmark-list p {
    font-size: 20px;
    margin: 10px 0;
}

.faq-item {
    background: #f8f8f8;
    border-left: 4px solid #cc6600;
    padding: 25px;
    margin: 25px 0;
    border-radius: 5px;
}

.faq-question {
    font-size: 24px;
    font-weight: 700;
    color: #ff3333;
    margin-bottom: 15px;
}

.faq-answer {
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.9;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.testimonial-card {
    background: #f8f8f8;
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    font-style: italic;
}

.testimonial-author {
    font-weight: 700;
    font-style: normal;
    margin-top: 10px;
    color: #cc6600;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0;
    font-size: 16px;
}

.trust-badge {
    background: rgba(0, 255, 0, 0.1);
    border: 1px solid #00cc00;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
}

/* Accordion styling */
.accordion {
    margin: 40px 0;
}

.accordion-item {
    border: 2px solid #ff3333;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.accordion-header {
    width: 100%;
    background: #ff3333;
    color: #fff;
    padding: 20px 30px;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.accordion-header:hover {
    background: #cc0000;
}

.accordion-icon {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    transform: rotate(0deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f8f8f8;
}

.accordion-content p {
    padding: 20px 30px;
    margin: 0;
    font-size: 22px;
    line-height: 1.6;
    border-bottom: 1px solid #ddd;
}

.accordion-content p:last-child {
    border-bottom: none;
}

/* Work Gallery - Video grid styling */
.work-gallery-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.work-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.work-video {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: #f5f5f5;
    aspect-ratio: 9 / 16;
}

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

.work-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .container { padding: 20px 15px; }
    
    h1 { font-size: 36px; }
    h2 { font-size: 28px; }
    h3 { font-size: 24px; }
    h4 { font-size: 22px; }
    .cta { font-size: 20px; padding: 16px 32px; }
    
    .countdown-timer { gap: 20px; flex-wrap: wrap; }
    .time-unit { padding: 25px 20px; min-width: 100px; min-height: 110px; }
    .time-number { font-size: 32px; }
    .time-label { font-size: 12px; }
    .countdown-title { font-size: 24px; }
    .countdown-warning { font-size: 18px; }
    .countdown-section { padding: 30px 10px; margin: 40px -15px; }
    
    .screaming-stat { font-size: 48px; }
    .video-section { margin: 30px 0; padding: 30px 15px; }
    .video-title { font-size: 24px; }
    .video-description { font-size: 16px; }
    .pre-heading { font-size: 20px; padding: 15px 0; }
    .story { margin: 30px -15px; padding: 30px 20px; }
    
    .price { font-size: 48px; }
    .faq-question { font-size: 20px; }
    .faq-answer { font-size: 18px; }
    
    .work-gallery {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .work-gallery-wrapper {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .accordion-header {
        font-size: 22px;
        padding: 16px 20px;
    }
    
    .accordion-content p {
        font-size: 18px;
        padding: 16px 20px;
    }
}

@media (max-width: 480px) {
    body { padding: 5px; }
    
    .container { padding: 15px 10px; }
    
    h1 { font-size: 32px; }
    h2 { font-size: 26px; }
    h3 { font-size: 22px; }
    h4 { font-size: 20px; }
    .cta { font-size: 18px; padding: 14px 24px; }
    
    .countdown-timer { gap: 15px; }
    .time-unit { padding: 20px 15px; min-width: 80px; min-height: 90px; }
    .time-number { font-size: 28px; }
    .time-label { font-size: 11px; }
    .countdown-title { font-size: 20px; }
    .countdown-warning { font-size: 16px; }
    .countdown-section { padding: 20px 5px; margin: 30px -10px; }
    
    .screaming-stat { font-size: 42px; }
    .pre-heading { font-size: 18px; padding: 12px 0; }
    .story { margin: 20px -10px; padding: 20px 15px; }
    
    .price { font-size: 36px; }
    .faq-question { font-size: 18px; }
    .faq-answer { font-size: 16px; }
    
    .work-gallery {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .accordion-header {
        font-size: 20px;
        padding: 14px 16px;
    }
    
    .accordion-icon {
        font-size: 28px;
    }
    
    .accordion-content p {
        font-size: 16px;
        padding: 14px 16px;
    }
}

