/* Hero Section Improvements */
    .hero-section {
        padding-bottom: 50px !important;
    }
    
    .hero-title {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 2rem;
        color: #fff;
    }
    
    .hero-beliefs-container {
        max-width: 900px;
        margin: 0 auto;
    }
    
    .hero-intro {
        font-size: 1.38rem;
        font-weight: normal;
        color: #f0f0f0;
        margin-bottom: 2rem;
        font-style: italic;
    }
    
    .beliefs-list {
        margin: 2rem 0;
        padding: 0;
        list-style: none;
        padding-bottom: 0.5rem;
    }
    
    .belief-item {
        font-size: 1.38rem;
        font-weight: normal;
        color: #fff;
        margin-bottom: 1rem;
        padding-left: 0;
        position: relative;
        line-height: 1.6;
    }
    
    .hero-closing {
        font-size: 1.38rem;
        font-weight: normal;
        color: #ffd700;
        margin-top: 2rem;
    }
    
    /* Section Headings */
    .section-heading {
        font-size: 32px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 2.5rem;
        text-align: center;
    }
    
    .section-subheading {
        font-size: 26px;
        font-weight: 600;
        color: #ffd700;
    }
    
    /* Increase all text size by 15% */
    .lead {
        font-size: 1.38rem;
    }
    
    h2 {
        font-size: 2.3rem;
    }
    
    /* Body text left-aligned */
    #competition .col-lg-10,
    #how-you-earn .col-md-12,
    #how-you-earn .col-lg-10,
    #game-of-kings .col-lg-10,
    #how-you-earn-section .col-lg-10,
    #global-exposure .col-lg-10 {
        text-align: left;
    }
    
    /* 40px spacing between sections */
    section.py-5 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
    /* Responsive adjustments */
    @media (max-width: 767px) {
        .hero-title {
            font-size: 32px;
        }
        
        .section-heading {
            font-size: 26px;
        }
        
        .section-subheading {
            font-size: 16px;
        }
        
        .hero-intro, .belief-item, .hero-closing {
            font-size: 1.38rem;
        }
    }
    
    .two-vertical-images {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    /* Responsive CTA Button */
    @media (max-width: 767px) {
        .btn-cta {
            width: 100% !important;
            display: block !important;
        }
    }
    
    @media (min-width: 768px) {
        .btn-cta {
            display: inline-block !important;
        }
    }
    
    #call-to-action {
        background: linear-gradient(135deg, rgba(26, 26, 26, 0.95) 0%, rgba(0, 0, 0, 0.95) 100%);
        border-top: 1px solid rgba(255, 173, 0, 0.3);
        border-bottom: 1px solid rgba(255, 173, 0, 0.3);
        display: none; /* Hide initially */
        transition: all 0.5s ease-in-out;
    }
    #call-to-action.show {
        display: block;
        animation: slideInFromBottom 0.8s ease-out forwards;
    }
    @keyframes slideInFromBottom {
        from {
            opacity: 0;
            transform: translateY(50px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .verification-badges {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }
    .badge-item {
        color: #ffad00;
        font-size: 1.1rem;
        font-weight: 600;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    }
    @media (max-width: 767px) {
        .verification-badges {
            gap: 20px;
        }
        .badge-item {
            font-size: 1rem;
        }
    }
   .hero-section {
    position: relative;
    background: url('../images/hero-bgnd.jpg') center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6); /* Black with 30% opacity */
    z-index: 1;
    pointer-events: none;
}
.hero-section > * {
    position: relative;
    z-index: 2;
}
    

    body, h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, .btn-69, .card, .card-title, .lead, label, .navbar-brand, .nav-link, .carousel-item, .display-5, .fw-bold, .hero-content, .hero-image, .button-container, .card-body, .card-img-top, .text-center, .align-middle, .vh-100, .mb-3, .mb-4, .mb-5, .py-5, .container, .row, .col, .col-12, .col-md-6, .col-lg-7, .col-lg-8, .d-grid, .shadow-sm, .rounded, .bg-dark, .bg-light, .ratio, .list-unstyled, .fs-5, .fw-bold, .text-center, .justify-content-center, .align-items-center, .fade-in, .fade-in-on-scroll {
        font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
    }
    .page {
    margin: 0;
}
    #competition {
    position: relative;
    background: linear-gradient(135deg, rgba(10, 10, 15, 0.98) 0%, rgba(20, 15, 25, 0.95) 100%);
    border-top: 1px solid rgba(215, 24, 42, 0.2);
    box-shadow: inset 0 1px 20px rgba(215, 24, 42, 0.05);
}

/* Streamers section styling */
#streamers {
    background: linear-gradient(to right, rgba(15, 20, 25, 0.95) 0%, rgba(25, 30, 35, 0.98) 50%, rgba(15, 20, 25, 0.95) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

#streamers .card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
}

#streamers .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(215, 24, 42, 0.3);
}

/* How You Earn section - Magic Johnson */
#how-you-earn {
    background: linear-gradient(165deg, rgba(25, 15, 20, 0.98) 0%, rgba(35, 20, 25, 0.95) 100%);
    position: relative;
    border-left: 3px solid rgba(215, 24, 42, 0.1);
}

#how-you-earn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.3), transparent);
}

/* First Step section styling - Baccarat Championship */
#first-step {
    background: linear-gradient(to bottom, rgba(5, 10, 15, 0.98) 0%, rgba(15, 20, 25, 0.98) 100%);
    box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* How You Earn Section - Earnings breakdown */
#how-you-earn-section {
    background: linear-gradient(135deg, rgba(30, 25, 20, 0.95) 0%, rgba(20, 15, 10, 0.98) 100%);
    border-top: 2px solid rgba(255, 215, 0, 0.15);
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

/* Global Exposure section */
#global-exposure {
    background: linear-gradient(45deg, rgba(12, 18, 22, 0.98) 0%, rgba(22, 28, 32, 0.95) 50%, rgba(12, 18, 22, 0.98) 100%);
    position: relative;
}

#global-exposure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(215, 24, 42, 0.2), transparent);
}

/* Influencer Equity News section */
#influencer-equity-news {
    background: linear-gradient(135deg, rgba(22, 22, 22, 0.98) 0%, rgba(32, 32, 32, 0.95) 100%);
    position: relative;
}

#influencer-equity-news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.2), transparent);
}

#first-step ul li {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

#first-step ul li::before {
    content: "✓";
    color: #F23E3E;
    font-weight: bold;
    margin-right: 10px;
}

/* Section Title Styles */
.section-title {
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #d7182a, #ff4757);
    border-radius: 2px;
}

/* Competition Items Styling */
.competition-item {
    background: linear-gradient(135deg, rgba(215, 24, 42, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.competition-item:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 215, 0, 0.4);
    box-shadow: 0 10px 30px rgba(215, 24, 42, 0.3);
    background: linear-gradient(135deg, rgba(215, 24, 42, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.competition-icon {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    filter: drop-shadow(0 2px 8px rgba(255, 215, 0, 0.3));
}

.competition-text {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}


    .mb-3 {
    color: #fff;
    margin-bottom: 0.5rem !important;
}
ul, ol
 {
    margin: 0;
}
    .carousel-control-next, .carousel-control-prev {
        width: inherit;
    }
    .card {
        background-color: rgb(14 14 14)!important;
    }
    .button-container {
        padding:40px 40px;
    }
    .hero-image {
        max-width: 492px;
        width: 100%;
        margin-bottom: 20px;
    }
    .hero-subtitle {
        color: #d84545;
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: 0.1em;
        margin-top: 10px;
        margin-bottom: 40px;
    }
    body {
        background-color: #000000;

    }
    .navbar-brand, .nav-link,label {
        color: rgb(255, 255, 252)!important;

    }
    #about {
        padding: 60px 40px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(36 36 36) 50%, rgba(0, 0, 0, 1) 100%);
    }
   
    h1 {
        color:rgb(255, 255, 252);
        font-size: 3rem;
        margin-bottom: 30px;
    }
    h2,p {
        color: rgb(255, 255, 252);
    }
    .hero-content{
        padding-top:45px;
    }
    a:visited {
        color: inherit;
    }
.fade-in {
    opacity: 0;
    animation: fadeIn 2s ease-in forwards;
}
.card img {
    max-width: 200px;
}
.btn-69 {
    display: inline-block;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 13px 25px;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
                0 3px 6px rgba(110, 80, 20, 0.4),
                inset 0 -2px 5px 1px rgba(139, 66, 8, 1),
                inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
    background-image: linear-gradient(160deg,  #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07)!important;
    border: 1px solid #a55d07;
    color: rgb(120, 50, 5);
    text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    user-select: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*** full width block ***/
    /* width: 100%; */
}

.btn-69:focus,
.btn-69:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
                0 6px 6px rgba(0, 0, 0, 0.23),
                inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
    border: 1px solid rgba(165, 93, 7, 0.6);
    color: rgba(120, 50, 5, 0.8);
}

.btn-69:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
                0 3px 6px rgba(110, 80, 20, 0.4),
                inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}

.btn-69:disabled {
    pointer-events: none;
    opacity: .65;
    color: #7e7e7e;
    background: #dcdcdc;
    box-shadow: none;
    text-shadow: none;
    border-color: #c2c2c2;
}
.card-title {
        color: #efefef;
}

/* Form Styling */
.simple-form {
    background: linear-gradient(135deg, rgba(215, 24, 42, 0.08) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(255, 215, 0, 0.08) 100%);
    padding: 4rem;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 
                0 0 100px rgba(215, 24, 42, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: visible;
    min-height: auto;
    transition: min-height 0.5s ease;
}

.simple-form .form-step {
    position: relative;
    z-index: 1;
}

.simple-form .form-step h4 {
    color: #fff;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-size: 1.5rem;
}

.simple-form .form-check {
    padding-left: 1.8rem;
    margin-bottom: 1.5rem;
}

.simple-form .form-check-input {
    width: 1.3rem;
    height: 1.3rem;
    margin-top: 0.25rem;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
}

.simple-form .form-check-input:checked {
    background-color: #d7182a;
    border-color: #d7182a;
    box-shadow: 0 0 15px rgba(215, 24, 42, 0.6);
}

.simple-form .form-check-label {
    color: #f0f0f0;
    cursor: pointer;
    padding-left: 15px;
    font-size: 1.15rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.simple-form .form-control {
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0.9rem 1.2rem;
    border-radius: 10px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.simple-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.simple-form .form-control:focus {
    background: rgba(0, 0, 0, 0.5);
    border-color: rgba(215, 24, 42, 0.6);
    color: #fff;
    box-shadow: 0 0 20px rgba(215, 24, 42, 0.3), 
                0 0 0 0.2rem rgba(215, 24, 42, 0.15);
    transform: translateY(-2px);
}

.simple-form .conditional-field {
    margin-left: 1.8rem;
    transition: all 0.4s ease;
}

.simple-form hr {
    border-color: rgba(255, 255, 255, 0.15);
    margin: 3rem 0;
    box-shadow: 0 1px 10px rgba(215, 24, 42, 0.2);
}

.simple-form .btn-primary {
    background: linear-gradient(135deg, #d7182a 0%, #a01320 100%);
    border: none;
    font-weight: 700;
    padding: 16px 60px;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 8px 25px rgba(215, 24, 42, 0.4),
                0 0 30px rgba(215, 24, 42, 0.2);
    position: relative;
    overflow: hidden;
}

.simple-form .btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.simple-form .btn-primary:hover::before {
    left: 100%;
}

.simple-form .btn-primary:hover {
    background: linear-gradient(135deg, #e91e35 0%, #b01525 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(215, 24, 42, 0.6),
                0 0 50px rgba(215, 24, 42, 0.3);
}

.simple-form .btn-primary:active {
    transform: translateY(-1px) scale(1.02);
}

.simple-form .info-box {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(215, 24, 42, 0.05) 100%) !important;
    border: 2px solid rgba(255, 215, 0, 0.2);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3),
                inset 0 1px 1px rgba(255, 215, 0, 0.1);
}

.simple-form .info-box p {
    color: #f0f0f0;
    margin-bottom: 0.5rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.text-muted {
    color: rgb(187 187 187 / 75%) !important;
}

/* Tab Styling */
.auth-tabs .nav-tabs {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 2rem;
}

.auth-tabs .nav-link {
    color: #b0b0b0;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 12px 40px;
    border: none;
    background: transparent;
    transition: all 0.3s ease;
}

.auth-tabs .nav-link:hover {
    color: #ffd700;
    border-color: transparent;
}

.auth-tabs .nav-link.active {
    color: #ffd700;
    background: rgba(255, 215, 0, 0.1);
    border: none;
    border-bottom: 3px solid #d7182a;
}

/* Tab content styling */
.tab-content {
    position: relative;
    z-index: 1;
}

.tab-pane .simple-form {
    position: relative;
    z-index: 1;
}

/* Challenge section labels */
.simple-form .form-check-label strong {
    display: block;
    margin-bottom: 0.3rem;
}

.simple-form .form-check-label small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Challenge section styling */
#challenge-section {
    animation: slideDown 0.5s ease-out forwards;
    overflow: visible;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        max-height: 2000px;
        transform: translateY(0);
    }
}

#challenge-section h4 {
    color: #ffd700;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

#challenge-section .text-center h4 {
    font-size: 1.6rem;
}

#challenge-section .lead {
    color: #f0f0f0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Challenge Card Selection Styling */
.challenge-card-select {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    min-height: 140px;
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.2);
    padding: 1.25rem 1.25rem 1.25rem 3.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Checkbox-style indicator */
.challenge-card-select::before {
    content: "";
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.challenge-card-select.challenge-card-small {
    min-height: 60px;
    padding: 1rem 1rem 1rem 3.5rem;
    align-items: center;
}

.challenge-card-select:hover {
    border-color: rgba(255, 215, 0, 0.6);
    background: rgba(255, 215, 0, 0.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.challenge-card-select:hover::before {
    border-color: rgba(255, 215, 0, 0.8);
}

.challenge-card-select .challenge-card-inner {
    position: relative;
    z-index: 2;
    text-align: left;
    width: 100%;
}

.challenge-card-select .challenge-card-inner h3 {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.challenge-card-select.challenge-card-small .challenge-card-inner h3 {
    margin-bottom: 0;
}

.challenge-card-select .challenge-card-inner p {
    color: #f0f0f0;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Selected state */
.challenge-radio:checked + .challenge-card-select {
    border-color: #ffd700;
    background: rgba(255, 215, 0, 0.1);
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.2);
}

.challenge-radio:checked + .challenge-card-select::before {
    background: #ffd700;
    border-color: #ffd700;
}

.challenge-radio:checked + .challenge-card-select::after {
    content: "✓";
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/* Blue card styling for Weekend World */
label[for="weekend_world"].challenge-card-select {
    border-color: rgba(0, 102, 204, 0.3);
}

label[for="weekend_world"].challenge-card-select:hover {
    border-color: rgba(77, 166, 255, 0.6);
}

.challenge-radio:checked + label[for="weekend_world"].challenge-card-select {
    border-color: #4da6ff;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
    box-shadow: 0 0 30px rgba(77, 166, 255, 0.4), 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Green card styling for Private Challenge */
label[for="private_challenge"].challenge-card-select {
    border-color: rgba(0, 204, 102, 0.3);
}

label[for="private_challenge"].challenge-card-select:hover {
    border-color: rgba(77, 255, 136, 0.6);
}

.challenge-radio:checked + label[for="private_challenge"].challenge-card-select {
    border-color: #4dff88;
    background: linear-gradient(135deg, rgba(0, 204, 102, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
    box-shadow: 0 0 30px rgba(77, 255, 136, 0.4), 0 10px 30px rgba(0, 0, 0, 0.5);
}

#contact-form {
    background: linear-gradient(135deg, rgba(10, 10, 15, 0.98) 0%, rgba(25, 15, 20, 0.98) 50%, rgba(15, 10, 20, 0.98) 100%);
    position: relative;
    overflow: visible;
}

#contact-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(215, 24, 42, 0.5), 
        rgba(255, 215, 0, 0.5), 
        rgba(215, 24, 42, 0.5), 
        transparent);
    z-index: 1;
}

#contact-form::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 215, 0, 0.5), 
        rgba(215, 24, 42, 0.5), 
        rgba(255, 215, 0, 0.5), 
        transparent);
    z-index: 1;
}

.fade-in-on-scroll {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1.9s ease, transform 1.9s cubic-bezier(.4,0,.2,1);
}
.fade-in-on-scroll.visible {
    opacity: 1;
    transform: none;
}

.section-blob {
    position: fixed;
    top: 30%;
    right: 40px;
    z-index: 1000;
    background: #fff;
    color: #111;
    padding: 28px 32px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    font-size: 1.25rem;
    font-weight: 700;
    max-width: 320px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    display: none;
    animation: fadeInBlob 1s ease-in-out;
}
.section-blob.visible {
    transition: opacity 0.5s;
    opacity: 0.8;
    display: block;
    pointer-events: auto;
}
@keyframes fadeInBlob {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.8;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media (max-width: 991px) {
    .section-blob {
        right: 10px;
        top: unset;
        bottom: 30px;
        max-width: 90vw;
        font-size: 1rem;
        padding: 18px 16px;
    }
}
@media (min-width: 768px) {
    .card {
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    .card {
        padding-top: 20px;
    }
    h1 {
        font-size: 2rem;
    }
    .hero-image {
        max-width: 220px;
    }
}
