 
    body {
        background-color: #ffffff;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    }
    
    .logo-section {
        text-align: center;
        padding: 20px 0 10px;
    }
    
    .logo-text {
        color: #0066cc;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: -0.5px;
    }
    
    .sub-headline {
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 20px;
    }
    
    .main-headline {
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        color: #000000;
        line-height: 1.3;
        max-width: 1200px;
        margin: 0 auto 20px;
        padding: 0 20px;
    }
    
    .main-headline .highlight {
        color: #0066cc;
        text-decoration: underline;
        text-decoration-color: #0066cc;
    }
    
    .cta-bar {
        background-color: #4da6ff;
        color: #ffffff;
        text-align: center;
        padding: 15px 20px;
        font-size: 20px;
        font-weight: 600;
        margin: 20px auto;
        max-width: 1200px;
    }
    
    .content-section {
        max-width: 1200px;
        margin: 40px auto;
        padding: 0 20px;
    }
    
    .video-column {
        background-color: #1a1a1a;
        padding: 30px;
        border-radius: 8px;
    }
    
    .video-header {
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .video-header .highlight-orange {
        color: #ff9900;
    }
    
    .video-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        background: linear-gradient(135deg, #0066cc 0%, #004499 100%);
        border-radius: 8px;
        overflow: hidden;
    }
    
    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 16px;
        cursor: pointer;
        z-index: 10;
    }
    
    .video-overlay .speaker-icon {
        margin-right: 10px;
        font-size: 24px;
    }
    
    .offer-column {
        background-color: #ffffff;
        padding: 30px;
    }
    
    .offer-items {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
    }
    
    .offer-item {
        background-color: #f5f5f5;
        border: 2px solid #e0e0e0;
        padding: 15px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 600;
        color: #333333;
        text-align: center;
    }
    
    .offer-main-image {
        width: 100%;
        border-radius: 8px;
        margin-bottom: 20px;
        background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
        min-height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #666;
        font-size: 16px;
    }
    
    .offer-description {
        font-size: 14px;
        color: #333333;
        line-height: 1.6;
        margin-bottom: 25px;
        text-align: center;
    }
    
    .pricing-section {
        text-align: center;
        margin-top: 30px;
    }
    
    .pricing-text {
        font-size: 18px;
        color: #333333;
        margin-bottom: 10px;
    }
    
    .pricing-amount {
        font-size: 42px;
        font-weight: 700;
        color: #0066cc;
        margin: 10px 0;
    }
    
    .pricing-original {
        text-decoration: line-through;
        color: #999999;
        font-size: 28px;
        margin-right: 10px;
    }
    
    .pricing-discount {
        color: #0066cc;
        font-size: 42px;
    }
    
    .pricing-save {
        font-size: 16px;
        color: #666666;
        margin-top: 5px;
    }
    
    /* Dark Section Styles */
    .dark-section {
        background-color: #000000;
        color: #ffffff;
        padding: 60px 20px;
        margin-top: 60px;
    }

       .grey-section {
        background-color: #202020;
        color: #ffffff;
        padding: 30px 20px;
        
    }
    
   .trusted-section {
    text-align: center;
    margin-bottom: 50px;
    background: white;
    width: 76%;
    margin: 0 auto;
    margin-top: -88px;
    border-radius: 20px;
    border-top: 4px solid #000;
}
    
    .trusted-headline {
        font-size: 36px;
        font-weight: 700;
        color: #888888;
        margin-bottom: 15px;
    }
    
    .trusted-subheadline {
        font-size: 18px;
        color: #888888;
        margin-bottom: 30px;
    }
    
  .company-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    display: block;
}
    
 .company-logo {
    /* background-color: #ffffff; */
    padding: 20px;
    border-radius: 8px;
    display: inline-block;
    justify-content: center;
    min-height: 100px;
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    width: 163px;
}

img {
    max-width:100%;
}
    
    .intro-text-block {
        text-align: center;
        max-width: 900px;
        margin: 50px auto;
        padding: 0 20px;
    }
    
    .intro-text-block p {
        font-size: 18px;
        line-height: 1.8;
        color: #ffffff;
        margin-bottom: 20px;
    }
    
    .intro-text-block .highlight-number {
        font-weight: 700;
        font-size: 22px;
    }
    
    .sound-familiar-section {
        text-align: center;
        margin: 50px auto;
        max-width: 900px;
        padding: 0 20px;
    }
    
    .sound-familiar-headline {
        font-size: 42px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 25px;
    }
    
    .sound-familiar-text {
        font-size: 18px;
        color: #ffffff;
        line-height: 1.8;
    }
    
    .central-image-container {
        max-width: 800px;
        margin: 50px auto;
        padding: 0 20px;
    }
    
    .central-image {
        width: 100%;
        border-radius: 8px;
        background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #888;
        font-size: 16px;
    }
    
    .concluding-text-block {
        text-align: center;
        max-width: 900px;
        margin: 50px auto;
        padding: 0 20px;
    }
    
    .concluding-text-block p {
        font-size: 18px;
        line-height: 1.8;
        color: #ffffff;
        margin-bottom: 25px;
    }
    
    .concluding-text-block .bold-text {
        font-weight: 700;
    }
    
    .cta-button-section {
        text-align: center;
        margin: 10px auto;
        max-width: 100%;
        padding: 0 20px;
    }
    
    .cta-button {
        background-color: #0066ff;
        color: #ffffff;
        padding: 15px 40px;
        border-radius: 8px;
        text-decoration: none;
        display: block;
        transition: background-color 0.3s ease;
        cursor: pointer;
    }
    
    .cta-button:hover {
        background-color: #0052cc;
        color: #ffffff;
    }
    
    .cta-button-main-text {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
        display: block;
    }
    
    .cta-button-sub-text {
        font-size: 16px;
        font-weight: 400;
        display: block;
    }
    
    /* Our Process Section Styles */
    .process-section {
        text-align: center;
        margin: 80px auto 50px;
        max-width: 1200px;
        padding: 0 20px;
    }
    
    .process-title {
        font-size: 48px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 15px;
    }
    
    .process-subtitle {
        font-size: 22px;
        color: #ffffff;
        margin-bottom: 20px;
    }
    
    .process-intro {
        font-size: 18px;
        color: #ffffff;
        line-height: 1.8;
        max-width: 900px;
        margin: 0 auto 50px;
    }
    
    .process-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-bottom: 60px;
    }
    
    .process-step {
        background-color: #1a1a1a;
        border-radius: 12px;
        padding: 40px 30px;
        text-align: left;
        transition: transform 0.3s ease;
    }
    
    .process-step:hover {
        transform: translateY(-5px);
    }
    
    .process-step-number {
        font-size: 56px;
        font-weight: 700;
        color: #0066ff;
        margin-bottom: 15px;
        line-height: 1;
    }
    
    .process-step-title {
        font-size: 24px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 20px;
    }
    
    .process-step-description {
        font-size: 16px;
        color: #ffffff;
        line-height: 1.8;
    }
    
    .process-cta-section {
        text-align: center;
        margin-top: 50px;
    }
    
    .process-cta-question {
        font-size: 28px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 30px;
    }
    
    /* Bonuses Section Styles */
    .bonuses-section {
        background-color: #ffffff;
        padding: 60px 20px;
    }
    
    .bonuses-header {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .bonuses-label {
        font-size: 24px;
        font-weight: 600;
        color: #4da6ff;
        margin-bottom: 15px;
    }
    
    .bonuses-title {
        font-size: 42px;
        font-weight: 700;
        color: #000000;
    }
    
  .bonus-mockups {
    display: block;
    /* gap: 20px; */
    width: 100%;
    margin: 0 auto 60px;
    overflow-x: auto;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -40px;
}
    
    .bonus-mockup {
        min-width: 250px;
        background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
        border-radius: 12px;
        padding: 30px 20px;
        text-align: center;
        flex: 1;
    }
    
    .bonus-mockup-title {
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    
    .bonus-mockup-subtitle {
        font-size: 12px;
        color: #cccccc;
        margin-bottom: 15px;
    }
    
    .bonus-mockup-image {
        width: 100%;
        height: 200px;
        background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #888;
        font-size: 14px;
        margin-top: 15px;
    }
    
    .bonus-detail-section {
        background-color: #000000;
        border-radius: 16px;
        padding: 50px 40px;
        max-width: 1400px;
        margin: 0 auto;
        position: relative;
    }
    
    .bonus-number {
        font-size: 48px;
        font-weight: 700;
        color: #4da6ff;
        margin-bottom: 10px;
    }
    
    .bonus-detail-title {
        font-size: 36px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 25px;
        line-height: 1.3;
    }
    
    .bonus-intro-text {
        font-size: 18px;
        color: #ffffff;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    
    .pillars-headline {
        font-size: 22px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 25px;
        text-decoration: underline;
        text-decoration-color: #0066ff;
        text-underline-offset: 8px;
    }
    
    .pillars-list {
        list-style: none;
        padding: 0;
        margin-bottom: 30px;
    }
    
    .pillar-item {
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 20px;
        line-height: 1.6;
    }
    
    .pillar-name {
        font-weight: 700;
        color: #ff9900;
        margin-right: 5px;
    }
    
    .bonus-concluding-text {
        font-size: 18px;
        color: #ffffff;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    
    .bonus-concluding-text .bold-text {
        font-weight: 700;
    }
    
    .bonus-cta-container {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        gap: 30px;
        margin-top: 40px;
    }
    
    .bonus-mockup-small {
        width: 200px;
        background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
        border-radius: 12px;
        padding: 30px 20px;
        text-align: center;
    }
    
    .bonus-cta-button {
        background: linear-gradient(135deg, #0066ff 0%, #0052cc 100%);
        color: #ffffff;
        padding: 20px 40px;
        border-radius: 8px;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        transition: transform 0.3s ease;
    }
    
    .bonus-cta-button:hover {
        transform: translateY(-2px);
        background: linear-gradient(135deg, #0052cc 0%, #003d99 100%);
    }
    
    /* Assessment Call Help Section Styles */
    .assessment-help-section {
        background-color: #f5f5f5;
        padding: 80px 20px;
    }
    
    .assessment-help-headline {
        font-size: 42px;
        font-weight: 700;
        color: #000000;
        text-align: center;
        max-width: 1000px;
        margin: 0 auto 50px;
        line-height: 1.3;
    }
    
    .assessment-help-headline .highlight {
        color: #0066ff;
        text-decoration: underline;
        text-decoration-color: #0066ff;
    }
    
    .assessment-content-box {
        background-color: #ffffff;
        border-radius: 12px;
        padding: 40px;
        max-width: 900px;
        margin: 0 auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .assessment-question-header {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 25px;
    }
    
    .question-icon {
        width: 40px;
        height: 40px;
        background-color: #0066ff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 24px;
        font-weight: 700;
        flex-shrink: 0;
    }
    
    .assessment-question {
        font-size: 20px;
        font-weight: 700;
        color: #000000;
        line-height: 1.4;
        margin: 0;
    }
    
    .assessment-answer {
        font-size: 18px;
        color: #333333;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    
    .assessment-answer:last-child {
        margin-bottom: 0;
    }
    
    /* Who Is This Call For Section Styles */
    .who-is-this-section {
        background-color: #ffffff;
        padding: 60px 20px;
    }
    
    .session-header {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .session-links {
        font-size: 18px;
        color: #0066ff;
        margin-bottom: 15px;
    }
    
    .session-links a {
        color: #0066ff;
        text-decoration: none;
        margin: 0 10px;
    }
    
    .session-links a:hover {
        text-decoration: underline;
    }
    
    .guarantee-text {
        font-size: 14px;
        color: #666666;
        max-width: 800px;
        margin: 0 auto;
        line-height: 1.6;
    }
    
    .who-is-this-block {
        background-color: #fff9e6;
        padding: 50px 40px;
        border-radius: 12px;
        max-width: 1200px;
        margin: 0 auto 50px;
        margin-top:-130px;
    }
    
    .who-is-this-title {
        font-size: 42px;
        font-weight: 700;
        color: #000000;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .who-is-this-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .who-is-this-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: 18px;
        color: #000000;
        margin-bottom: 20px;
    }
    
    .checkmark-icon {
        color: #28a745;
        font-size: 24px;
        font-weight: 700;
        flex-shrink: 0;
        margin-top: 2px;
    }
    
    .detailed-explanations {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .explanation-item {
        margin-bottom: 40px;
    }
    
    .explanation-title {
        background-color: #fff9e6;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 15px;
        border-left: 4px solid #ffc107;
    }
    
    .explanation-text {
        font-size: 18px;
        color: #333333;
        line-height: 1.8;
        padding: 0 20px;
    }
    
    /* Why Choose Section Styles */
    .why-choose-section {
        background-color: #000000;
        padding: 80px 20px;
        color: #ffffff;
    }
    
    .why-choose-title {
        font-size: 48px;
        font-weight: 700;
        color: #ffffff;
        text-align: center;
        margin-bottom: 50px;
    }
    
    .why-choose-title .highlight {
        color: #0066ff;
        text-decoration: underline;
        text-decoration-color: #0066ff;
    }
    
    .team-photo-container {
        max-width: 1200px;
        margin: 0 auto 60px;
    }
    
    .team-photo {
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #888;
    }
    
    .features-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto 50px;
    }
    
    .feature-box {
        background-color: #ffffff;
        border-radius: 12px;
        padding: 40px 30px;
        color: #000000;
    }
    
    .feature-box-title {
        font-size: 24px;
        font-weight: 700;
        color: #0066ff;
        margin-bottom: 20px;
    }
    
    .feature-box-text {
        font-size: 18px;
        color: #333333;
        line-height: 1.8;
    }
    
    .why-choose-cta-section {
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }
    
    .why-choose-cta-button {
        background: linear-gradient(135deg, #0066ff 0%, #0052cc 100%);
        color: #ffffff;
        padding: 25px 50px;
        border-radius: 8px;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        transition: transform 0.3s ease;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .why-choose-cta-button:hover {
        transform: translateY(-2px);
        background: linear-gradient(135deg, #0052cc 0%, #003d99 100%);
    }
    
    .why-choose-cta-subtext {
        font-size: 16px;
        color: #ffffff;
        margin-top: 10px;
    }
    
    .why-choose-footer {
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        margin-top: 30px;
        opacity: 0.8;
    }
    
    /* Final CTA Section Styles */
    .final-cta-section {
        background-color: #ffffff;
        padding: 80px 20px 0;
    }
    
    .final-cta-header {
        text-align: center;
        max-width: 900px;
        margin: 0 auto 40px;
    }
    
    .final-cta-headline {
        font-size: 42px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 25px;
    }
    
    .final-cta-intro {
        font-size: 18px;
        color: #333333;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    
    .final-cta-subheadline {
        font-size: 22px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 50px;
    }
    
    .final-cta-subheadline .price-highlight {
        color: #0066ff;
    }
    
    .offer-visual-section {
        background-color: #000000;
        padding: 60px 20px;
        position: relative;
        margin-top: 40px;
    }
    
    .offer-visual-container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        min-height: 500px;
    }
    
    .laptop-center {
        position: relative;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        z-index: 10;
    }
    
    .laptop-display {
        background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        color: #ffffff;
    }
    
    .laptop-banner {
        background-color: #0066ff;
        color: #ffffff;
        padding: 15px;
        font-size: 18px;
        font-weight: 700;
        margin-top: 15px;
        border-radius: 6px;
    }
    
    .bonus-mockups-around {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    
    .mockup-card {
        position: absolute;
        background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
        border: 2px solid #333;
        border-radius: 8px;
        padding: 15px;
        width: 180px;
        color: #ffffff;
        font-size: 12px;
        text-align: center;
    }
    
    .bonus-list-section {
        max-width: 900px;
        margin: 60px auto 40px;
        padding: 0 20px;
    }
    
    .bonus-list-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 25px;
        color: #ffffff;
    }
    
    .bonus-icon {
        width: 30px;
        height: 30px;
        background-color: #0066ff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-weight: 700;
        flex-shrink: 0;
    }
    
    .bonus-list-text {
        font-size: 18px;
        line-height: 1.6;
    }
    
    .bonus-list-text .bonus-label {
        font-weight: 700;
    }
    
    .investment-callout {
        text-align: center;
        margin: 50px auto 30px;
        max-width: 600px;
    }
    
    .investment-label {
        font-size: 20px;
        color: #ffc107;
        margin-bottom: 10px;
    }
    
    .investment-amount {
        font-size: 48px;
        font-weight: 700;
        color: #ffc107;
    }
    
    .final-cta-button-large {
        background: linear-gradient(135deg, #0066ff 0%, #0052cc 100%);
        color: #ffffff;
        padding: 25px 50px;
        border-radius: 8px;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        transition: transform 0.3s ease;
        display: block;
        width: 100%;
        max-width: 800px;
        margin: 0 auto 20px;
    }
    
    .final-cta-button-large:hover {
        transform: translateY(-2px);
        background: linear-gradient(135deg, #0052cc 0%, #003d99 100%);
    }
    
    .final-cta-button-subtext {
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .offer-details-bar {
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 40px;
        padding: 0 20px;
    }
    
    .offer-details-bar span {
        margin: 0 10px;
    }
    
    .guarantee-section {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    .guarantee-badge {
        width: 120px;
        height: 120px;
        background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #000000;
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        flex-shrink: 0;
    }
    
    .guarantee-text-section {
        flex: 1;
    }
    
    .guarantee-main-text {
        font-size: 24px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 15px;
    }
    
    .guarantee-stars {
        color: #ffc107;
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .guarantee-reviews {
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .guarantee-details {
        color: #ffffff;
        font-size: 16px;
        line-height: 1.6;
    }
    
    /* Testimonials Section Styles */
    .testimonials-section {
        background-color: #ffffff;
        padding: 80px 20px;
        padding-bottom: 0;
    }
    
    .testimonials-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto 60px;
    }
    
    .testimonial-card {
        background-color: #ffffff;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .testimonial-stars {
        color: #ffc107;
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .testimonial-text {
        font-style: italic;
        font-size: 16px;
        color: #000000;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    
    .testimonial-read-more {
        font-size: 14px;
        color: #0066ff;
        text-decoration: none;
        font-style: normal;
    }
    
    .testimonial-author {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 20px;
    }
    
    .testimonial-avatar {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: linear-gradient(135deg, #e0e0e0 0%, #bdbdbd 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #666;
        font-weight: 700;
        flex-shrink: 0;
    }
    
    .testimonial-author-info {
        flex: 1;
    }
    
    .testimonial-author-name {
        font-size: 16px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 3px;
    }
    
    .testimonial-author-title {
        font-size: 14px;
        color: #666666;
    }
    
    /* Still On The Fence Section Styles */
    .fence-cta-section {
        background-color: #ffffff;
        padding: 60px 20px;
        padding-top: 20px;
    }
    
    .fence-cta-box {
        background-color: #ffffff;
        border: 3px dashed #0066ff;
        border-radius: 12px;
        padding: 50px 40px;
        max-width: 1000px;
        margin: 0 auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .fence-headline {
        font-size: 42px;
        font-weight: 700;
        font-style: italic;
        color: #000000;
        text-align: center;
        margin-bottom: 30px;
        text-decoration: underline;
        text-decoration-color: #0066ff;
        text-underline-offset: 10px;
    }
    
    .fence-text {
        font-size: 18px;
        color: #333333;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    
    .fence-text .bold-text {
        font-weight: 700;
    }
    
    .fence-text .price-highlight {
        color: #0066ff;
        font-weight: 700;
    }
    
    .fence-question {
        font-size: 20px;
        font-weight: 700;
        color: #000000;
        text-align: center;
        margin: 30px 0;
    }
    
    .fence-cta-button {
        background: linear-gradient(135deg, #0066ff 0%, #0052cc 100%);
        color: #ffffff;
        padding: 25px 50px;
        border-radius: 8px;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        transition: transform 0.3s ease;
        display: block;
        width: 100%;
        margin: 30px auto 15px;
    }
    
    .fence-cta-button:hover {
        transform: translateY(-2px);
        background: linear-gradient(135deg, #0052cc 0%, #003d99 100%);
    }
    
    .fence-cta-subtext {
        text-align: center;
        font-size: 16px;
        color: #666666;
    }
    
    /* FAQ Section Styles */
    .faq-section {
        background-color: #000000;
        padding: 80px 20px;
    }
    
    .faq-container {
        background-color: #ffffff;
        border-radius: 12px;
        padding: 50px 40px;
        max-width: 1000px;
        margin: 0 auto;
    }
    
    .faq-title {
        font-size: 48px;
        font-weight: 700;
        color: #000000;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .faq-item {
        border-bottom: 1px solid #e0e0e0;
        padding: 20px 0;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .faq-item:hover {
        background-color: #f9f9f9;
    }
    
    .faq-item:last-child {
        border-bottom: none;
    }
    
    .faq-question {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 18px;
        font-weight: 600;
        color: #000000;
    }
    
    .faq-icon {
        font-size: 24px;
        font-weight: 700;
        color: #000000;
        transition: all 0.3s ease;
        flex-shrink: 0;
        width: 24px;
        text-align: center;
    }
    
    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding: 0 40px;
    }
    
    .faq-item.active .faq-answer {
        max-height: 500px;
        padding: 20px 40px 0;
    }
    
    .faq-answer-text {
        font-size: 16px;
        color: #333333;
        line-height: 1.8;
    }
    
    .faq-cta-section {
        text-align: center;
        margin-top: 50px;
    }
    
    .faq-cta-button {
        background: linear-gradient(135deg, #0066ff 0%, #0052cc 100%);
        color: #ffffff;
        padding: 25px 50px;
        border-radius: 8px;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        transition: transform 0.3s ease;
        display: block;
        width: 100%;
        max-width: 800px;
        margin: 0 auto 20px;
    }
    
    .faq-cta-button:hover {
        transform: translateY(-2px);
        background: linear-gradient(135deg, #0052cc 0%, #003d99 100%);
    }
    
    .faq-cta-subtext {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 15px;
    }
    
    .scarcity-message {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
    }
    
    .scarcity-icon {
        font-size: 20px;
    }
    
    @media (max-width: 768px) {
       .bonus-mockups img {
        height:auto !important;
       }
        .trusted-section {
            width: 95%;
        }
        .cta-bar {
            font-size: 16px;
            padding: 12px 15px;
        }
        
        .content-section {
            margin: 20px auto;
        }
        
        .video-column,
        .offer-column {
            padding: 20px;
        }
        
        .trusted-headline {
            font-size: 28px;
            padding: 0 20px;
        }
        
        .company-logos {
            grid-template-columns: repeat(2, 1fr);
        }
        
        .sound-familiar-headline {
            font-size: 32px;
        }
        
        .intro-text-block p,
        .sound-familiar-text,
        .concluding-text-block p {
            font-size: 16px;
        }
        
        .cta-button-main-text {
            font-size: 20px;
        }
        
        .process-title {
            font-size: 36px;
        }
        
        .process-subtitle {
            font-size: 18px;
        }
        
        .process-intro {
            font-size: 16px;
        }
        
        .process-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
        .process-step {
            padding: 30px 20px;
        }
        
        .process-step-number {
            font-size: 42px;
        }
        
        .process-step-title {
            font-size: 20px;
        }
        
        .process-step-description {
            font-size: 14px;
        }
        
        .process-cta-question {
            font-size: 22px;
        }
        
        .bonuses-title {
            font-size: 32px;
        }
        
        .bonus-mockups {
            flex-direction: column;
            gap: 15px;
        }
        
        .bonus-mockup {
            min-width: 100%;
        }
        
        .bonus-detail-section {
            padding: 30px 20px;
        }
        
        .bonus-number {
            font-size: 36px;
        }
        
        .bonus-detail-title {
            font-size: 28px;
        }
        
        .bonus-intro-text,
        .bonus-concluding-text {
            font-size: 16px;
        }
        
        .pillars-headline {
            font-size: 20px;
        }
        
        .pillar-item {
            font-size: 16px;
        }
        
        .bonus-cta-container {
            flex-direction: column;
            align-items: center;
        }
        
        .bonus-mockup-small {
            width: 100%;
            max-width: 300px;
        }
        
        .bonus-cta-button {
            width: 100%;
            font-size: 18px;
            padding: 18px 30px;
        }
        
        .assessment-help-section {
            padding: 50px 20px;
        }
        
        .assessment-help-headline {
            font-size: 28px;
        }
        
        .assessment-content-box {
            padding: 30px 20px;
        }
        
        .question-icon {
            width: 35px;
            height: 35px;
            font-size: 20px;
        }
        
        .assessment-question {
            font-size: 18px;
        }
        
        .assessment-answer {
            font-size: 16px;
        }
        
        .session-links {
            font-size: 16px;
        }
        
        .session-links a {
            display: block;
            margin: 5px 0;
        }
        
        .who-is-this-block {
            padding: 30px 20px;
        }
        
        .who-is-this-title {
            font-size: 32px;
        }
        
        .who-is-this-columns {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
        .who-is-this-item {
            font-size: 16px;
        }
        
        .explanation-title {
            font-size: 20px;
            padding: 12px 15px;
        }
        
        .explanation-text {
            font-size: 16px;
            padding: 0 15px;
        }
        
        .why-choose-section {
            padding: 50px 20px;
        }
        
        .why-choose-title {
            font-size: 36px;
        }
        
        .team-photo {
            min-height: 300px;
        }
        
        .features-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
        .feature-box {
            padding: 30px 20px;
        }
        
        .feature-box-title {
            font-size: 20px;
        }
        
        .feature-box-text {
            font-size: 16px;
        }
        
        .why-choose-cta-button {
            font-size: 18px;
            padding: 20px 30px;
        }
        
        .final-cta-section {
            padding: 50px 20px 0;
        }
        
        .final-cta-headline {
            font-size: 32px;
        }
        
        .final-cta-intro {
            font-size: 16px;
        }
        
        .final-cta-subheadline {
            font-size: 20px;
        }
        
        .offer-visual-section {
            padding: 40px 15px;
        }
        
        .offer-visual-container {
            min-height: 400px;
        }
        
        .mockup-card {
            position: relative;
            width: 100%;
            max-width: 200px;
            margin: 10px auto;
        }
        
        .bonus-list-text {
            font-size: 16px;
        }
        
        .investment-amount {
            font-size: 36px;
        }
        
        .final-cta-button-large {
            font-size: 20px;
            padding: 20px 30px;
        }
        
        .guarantee-section {
            flex-direction: column;
            text-align: center;
        }
        
        .guarantee-badge {
            width: 100px;
            height: 100px;
            font-size: 12px;
        }
        
        .guarantee-main-text {
            font-size: 20px;
        }
        
        .testimonials-section {
            padding: 50px 20px;
        }
        
        .testimonials-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
        .testimonial-card {
            padding: 25px 20px;
        }
        
        .fence-cta-section {
            padding: 40px 20px;
        }
        
        .fence-cta-box {
            padding: 30px 20px;
        }
        
        .fence-headline {
            font-size: 32px;
        }
        
        .fence-text {
            font-size: 16px;
        }
        
        .fence-question {
            font-size: 18px;
        }
        
        .fence-cta-button {
            font-size: 18px;
            padding: 20px 30px;
        }
        
        .faq-section {
            padding: 50px 20px;
        }
        
        .faq-container {
            padding: 30px 20px;
        }
        
        .faq-title {
            font-size: 36px;
        }
        
        .faq-question {
            font-size: 16px;
        }
        
        .faq-answer {
            padding: 0 20px;
        }
        
        .faq-item.active .faq-answer {
            padding: 15px 20px 0;
        }
        
        .faq-answer-text {
            font-size: 14px;
        }
        
        .faq-cta-button {
            font-size: 18px;
            padding: 20px 30px;
        }
    }
   /* Footer Styles */
        .site-footer {
            background-color: #1a1a1a;
            color: #ffffff;
            padding: 60px 20px 40px;
            text-align: center;
        }
        
        .footer-copyright {
            font-size: 16px;
            margin-bottom: 20px;
        }
        
        .footer-links {
            font-size: 14px;
            margin-bottom: 30px;
        }
        
        .footer-links a {
            color: #0066ff;
            text-decoration: none;
            margin: 0 8px;
        }
        
        .footer-links a:hover {
            text-decoration: underline;
        }
        
        .footer-section {
            font-size: 14px;
            line-height: 1.8;
            margin-bottom: 25px;
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .footer-section a {
            color: #0066ff;
            text-decoration: none;
        }
        
        .footer-section a:hover {
            text-decoration: underline;
        }
        
        @media (max-width: 768px) {
            .site-footer {
                padding: 40px 15px 30px;
            }
            
            .footer-section {
                font-size: 12px;
            }
            
            .footer-links {
                font-size: 12px;
            }
            
            .footer-links a {
                display: block;
                margin: 5px 0;
            }
        }
        
        /* Modal Popup Styles */
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(5px);
            z-index: 9999;
            align-items: center;
            justify-content: center;
        }
        
        .modal-overlay.active {
            display: flex;
        }
        
        .modal-popup {
            background-color: #ffffff;
            border-radius: 12px;
            padding: 40px;
            max-width: 500px;
            width: 90%;
            position: relative;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
            animation: modalSlideIn 0.3s ease;
        }
        
        @keyframes modalSlideIn {
            from {
                opacity: 0;
                transform: translateY(-50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .modal-close {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 30px;
            height: 30px;
            background-color: #000000;
            color: #ffffff;
            border: none;
            border-radius: 50%;
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s ease;
        }
        
        .modal-close:hover {
            background-color: #333333;
        }
        
        .modal-title {
            font-size: 28px;
            font-weight: 700;
            color: #0066ff;
            margin-bottom: 10px;
            text-align: center;
        }
        
        .modal-subtitle {
            font-size: 14px;
            color: #666666;
            margin-bottom: 30px;
            text-align: center;
        }
        
        .modal-form {
            margin-bottom: 20px;
        }
        
        .modal-form-group {
            margin-bottom: 20px;
        }
        
        .modal-form-input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #e0e0e0;
            border-radius: 6px;
            font-size: 16px;
            transition: border-color 0.3s ease;
        }
        
        .modal-form-input:focus {
            outline: none;
            border-color: #0066ff;
        }
        
        .modal-submit-button {
            width: 100%;
            background: linear-gradient(135deg, #0066ff 0%, #0052cc 100%);
            color: #ffffff;
            padding: 15px 30px;
            border: none;
            border-radius: 6px;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            cursor: pointer;
            transition: transform 0.3s ease, background 0.3s ease;
        }
        
        .modal-submit-button:hover {
            transform: translateY(-2px);
            background: linear-gradient(135deg, #0052cc 0%, #003d99 100%);
        }
        
        .modal-submit-button:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }
        
        .modal-disclaimer {
            font-size: 12px;
            color: #666666;
            line-height: 1.6;
            margin-top: 20px;
            text-align: center;
        }
        
        .modal-error {
            color: #dc3545;
            font-size: 14px;
            margin-top: 10px;
            display: none;
        }
        
        .modal-success {
            color: #28a745;
            font-size: 14px;
            margin-top: 10px;
            display: none;
        }
        
        @media (max-width: 768px) {
            .modal-popup {
                padding: 30px 20px;
            }
            
            .modal-title {
                font-size: 24px;
            }
        }
 .offer-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      padding: 25px;
      max-width: 500px;
      margin: 0px auto;
      text-align: center;
    }
    .offer-price {
      color: #007bff;
      font-weight: 700;
      font-size: 28px;
    }
    .offer-old-price {
      text-decoration: line-through;
      color: #6c757d;
      font-size: 22px;
    }
    .btn-offer {
      background-color: #007bff;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      border-radius: 8px;
      padding: 12px 20px;
      margin-top: 15px;
    }
    .money-back-badge {
      width: 80px;
      margin-bottom: 10px;
    }
    .trust-rating img {
      width: 20px;
    }

    .who-is-this-item span:nth-of-type(2) {
 font-weight: bold;
 font-size:21px;
}

.who-section { max-width: 1200px; margin: 36px auto; font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; color: #0b1220; }
  .who-item { padding: 18px 0; }
  .who-heading {
    display: inline-block;
    background: #fff44f; /* bright yellow highlight */
    padding: 6px 8px;
    font-weight: 700;
    font-size: 23px;
    border-radius: 3px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .who-desc { color: #374151; margin: 0 0 12px; font-size: 18px; }
  .who-divider { border-top: 1px solid #e6e9ee; margin-top: 12px; }
  