* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #DED3B7;
    color: #000000;
    line-height: 1.6;
    min-height: 100vh;
}

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

.hero {
    text-align: center;
    margin-bottom: 48px;
}

.logo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 0;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.25));
}

.tagline {
    font-family: "Helvetica Neue Condensed Bold", Arial Black, sans-serif;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -1px;
    background-color: #FFD500;
    color: #000000;
    display: inline-block;
    padding: 16px 48px;
    border-radius: 12px;
    margin: 0;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    transform: rotate(-1deg);
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #000000;
    padding: 48px;
    border-radius: 16px;
    box-shadow: 0 24px 48px rgba(0,0,0,0.35);
    border: 6px solid #FFD500;
    position: relative;
    transform: scale(1.02);
    margin-top: 32px;
    margin-bottom: 32px;
}

.hero-text {
    flex: 1;
    text-align: left;
}

.intro-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #FFFFFF;
    margin: 0;
}

.intro-text strong {
    color: #FF2B2B;
}

.hero-video {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-video-element {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 18px 24px rgba(0,0,0,0.25);
    border: 4px solid #FFD500;
}

.headline {
    font-family: "Bangers", "Comic Neue", cursive;
    font-size: 72px;
    font-weight: 900;
    color: #FF2B2B;
    text-shadow: 4px 4px 0 #000000;
    -webkit-text-stroke: 2px #000000;
    line-height: 1.0;
    display: inline-block;
    margin-bottom: 24px;
}

.headline-hero {
    font-family: "Helvetica Neue Condensed Bold", Arial Black, sans-serif;
    font-size: 120px;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 0.9;
    background-color: #FFD500;
    color: #000000;
    display: inline-block;
    padding: 32px 64px;
    border-radius: 16px;
    margin-bottom: 32px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.3);
    transform: rotate(-2deg);
    transition: transform 0.3s ease;
}

.headline-hero:hover {
    transform: rotate(-1deg) scale(1.02);
}


.main-content {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 48px;
    border-radius: 12px;
    box-shadow: 0 18px 24px rgba(0,0,0,0.25);
}

.section-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 32px;
    color: #000000;
}

.pitch p,
.privacy-section p {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 1.6;
}

.guarantee {
    margin: 48px 0;
    padding: 32px;
    background-color: #FFD500;
    border-radius: 12px;
}

.guarantee-content {
    display: flex;
    gap: 48px;
    align-items: center;
}

.feature-list {
    flex: 1;
}

.guarantee-video {
    flex: 1;
    min-width: 45%;
}

.guarantee-video-element {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.25);
    border: 4px solid #000000;
}

.feature-list {
    list-style: none;
    font-size: 24px;
    font-weight: 700;
}

.feature-list li {
    margin-bottom: 16px;
}

.privacy-highlight {
    font-size: 26px !important;
    font-weight: 700;
    background-color: rgba(255, 213, 0, 0.3);
    padding: 32px;
    border-radius: 8px;
    margin: 32px 0 !important;
    line-height: 1.7 !important;
}


.cta-section {
    text-align: center;
    margin-top: 48px;
}

.cta-section p {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 32px;
}

.signup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #FFD500;
    padding: 48px;
    border-radius: 16px;
    box-shadow: 0 24px 48px rgba(0,0,0,0.35);
    border: 6px solid #000000;
    position: relative;
    transform: scale(1.05);
    margin-top: 32px;
    margin-bottom: 32px;
}

.signup-image {
    flex: 1;
    max-width: 500px;
}

.terry-button-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 18px 24px rgba(0,0,0,0.25);
}

.signup-form {
    flex: 1;
    max-width: 600px;
}

.form-group {
    margin-bottom: 24px;
}

.form-input {
    width: 100%;
    padding: 20px;
    font-size: 20px;
    border: 4px solid #000000;
    border-radius: 8px;
    background-color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-input:focus {
    outline: none;
    border-color: #FFD500;
}

.cta-button {
    width: 100%;
    padding: 32px;
    font-size: 28px;
    font-weight: 700;
    background-color: #000000;
    color: #FFD500;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.20);
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.25);
    background-color: #FF2B2B;
    color: #FFFFFF;
}

.urgency-text {
    font-size: 24px !important;
    font-weight: 900;
    color: #FF2B2B;
    margin-top: 24px !important;
}

.scarcity-badge {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%) rotate(-3deg);
    background-color: #FF2B2B;
    color: #FFFFFF;
    padding: 12px 32px;
    font-size: 24px;
    font-weight: 900;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    border: 4px solid #000000;
    z-index: 10;
}

.spots-counter {
    font-size: 32px;
    font-weight: 900;
    color: #FF2B2B;
    background-color: #FFFFFF;
    padding: 16px 32px;
    border-radius: 8px;
    margin-bottom: 24px;
    display: inline-block;
    border: 4px solid #FF2B2B;
    animation: pulse 2s infinite;
}

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

.footer {
    text-align: center;
    margin-top: 96px;
}


.footer-text {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 970px) {
    .guarantee-content {
        flex-direction: column;
        gap: 32px;
    }
    
    .guarantee-video {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 24px 16px;
    }
    
    .hero-content {
        flex-direction: column;
        text-align: center;
        transform: scale(1);
        padding: 32px 24px;
    }
    
    .hero-text {
        text-align: center;
        margin-top: 24px;
    }
    
    .intro-text {
        font-size: 24px;
    }
    
    .logo-section {
        flex-direction: column;
        justify-content: center;
        gap: 24px;
    }
    
    .logo {
        margin-bottom: 0;
    }
    
    .tagline {
        font-size: 36px;
        padding: 12px 32px;
    }
    
    .headline {
        font-size: 48px;
    }
    
    .headline-hero {
        font-size: 80px;
        padding: 24px 48px;
        transform: rotate(-1deg);
    }
    
    
    .main-content {
        padding: 24px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .pitch p,
    .privacy-section p {
        font-size: 18px;
    }
    
    .feature-list {
        font-size: 18px;
    }
    
    .privacy-highlight {
        font-size: 20px !important;
        padding: 24px;
    }
    
    .cta-section p {
        font-size: 18px;
    }
    
    .form-input {
        font-size: 16px;
        padding: 16px;
    }
    
    .cta-button {
        font-size: 20px;
        padding: 24px;
    }
    
    .urgency-text {
        font-size: 20px !important;
    }
    
    .footer-text {
        font-size: 16px;
    }
    
    .signup-container {
        flex-direction: column;
        gap: 32px;
        transform: scale(1);
        padding: 32px 24px;
    }
    
    .scarcity-badge {
        font-size: 18px;
        padding: 8px 24px;
        top: -20px;
    }
    
    .spots-counter {
        font-size: 24px;
        padding: 12px 24px;
    }
    
    .signup-image {
        max-width: 100%;
    }
    
    .signup-form {
        max-width: 100%;
    }
}