@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);

.assessment-section,
.hero-section {
    background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%)
}

.hero::before,
.video-container video {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0
}

.btn,
.btn-fb {
    transition: .3s
}

body {
    padding-top: 72px;
    color: #333;
    line-height: 1.6;
    font-family: 'Segoe UI', system-ui, sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0, #e4e8eb 100%)
}

.hero-section {
    padding: 100px 0
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0 auto;
    max-width: 800px
}

.video-container video {
    height: 100%;
    object-fit: cover
}

.check-list li,
.hero,
.image-card,
.video-card {
    position: relative
}

.btn-outline-primary {
    border-color: #0d6efd;
    color: #0d6efd
}

.btn-outline-primary:hover {
    background-color: #0d6efd;
    color: #fff
}

.animate__delay-1s {
    animation-delay: .3s
}

.animate__delay-2s,
.delay-3 {
    animation-delay: .6s
}

.animate__delay-3s {
    animation-delay: .9s
}

.assessment-section {
    padding: 80px 0;
    border-radius: 15px
}

.assessment-card {
    background: #fff;
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: .3s;
    height: 100%
}

.assessment-icon,
.icon-box {
    border-radius: 50%;
    display: inline-flex
}

.assessment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1)
}

.assessment-icon {
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.assessment-title {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px
}

.assessment-list {
    list-style: none;
    padding-left: 0
}

.btn-fb,
.cta-button {
    font-weight: 600;
    padding: 12px 30px
}

.assessment-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #34495e
}

.assessment-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #3498db
}

.highlight-text {
    color: #3498db
}

.cta-button {
    letter-spacing: .5px
}

.icon-box {
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center
}

.hero {
    min-height: 90vh;
    background: url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80') center/cover
}

.hero::before {
    content: '';
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.floating {
    animation: 3s ease-in-out infinite floating
}

@keyframes floating {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

.pulse {
    animation: 2s infinite pulse
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

.btn-fb {
    background: var(--fb-blue);
    color: #fff;
    border-radius: 50px
}

.btn-fb:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: rgba(24, 119, 242, .1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--fb-blue);
    margin-bottom: 20px
}

.check-list li {
    padding-left: 35px;
    margin-bottom: 15px;
    list-style: none
}

.check-list li:before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--fb-green)
}

.results-stats {
    background: linear-gradient(135deg, #fff 0, #f8f9fa 100%)
}

.animate-delay-1 {
    animation-delay: .5s
}

.animate-delay-2 {
    animation-delay: 1s
}

.btn {
    font-weight: 500;
    padding: .5rem 1.5rem
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.text-primary {
    color: #0d6efd !important
}

.testimonial-section {
    padding: 80px 0;
    background: #f5f7fa
}

.testimonial-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: .4s cubic-bezier(.175, .885, .32, 1.275);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.testimonial-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .12)
}

.video-card {
    height: 300px
}

.video-card iframe {
    width: 100%;
    height: 100%;
    border: none
}

.image-card {
    height: 250px
}

.testimonial-img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--fb-blue);
    font-size: 20px;
    opacity: 0;
    transition: .3s
}

.egg-container,
.egg-shape {
    position: relative;
    width: 100%
}

.image-card:hover .play-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1)
}

.fade-in {
    opacity: 0;
    animation: .6s forwards fadeIn
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

.delay-1 {
    animation-delay: .2s
}

.delay-2 {
    animation-delay: .4s
}

:root {
    --primary: #1877F2;
    --secondary: #42B72A;
    --dark: #1C1E21;
    --light: #f8f9fa;
    --fb-blue: #1877F2;
    --fb-green: #42B72A;
    --accent: #FF5A5F
}

.about-section {
    padding: 100px 0;
    background: #fff;
    position: relative;
    overflow: hidden
}

.egg-container {
    max-width: 400px;
    margin: 0 auto
}

.egg-shape {
    height: 0;
    padding-bottom: 100%;
    background: #f5f7fa;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    opacity: 0;
    transform: translateX(30px);
    transition: .8s cubic-bezier(.175, .885, .32, 1.275)
}

.egg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top
}

.about-content {
    padding-right: 60px
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    display: inline-block
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--primary)
}

.highlight {
    color: var(--primary);
    font-weight: 600
}

.signature {
    font-family: 'Brush Script MT', cursive;
    font-size: 2rem;
    color: var(--dark);
    margin-top: 30px
}

@media (max-width:992px) {
    .about-content {
        padding-right: 0;
        margin-bottom: 50px;
        text-align: center
    }

    .section-title:after {
        left: 50%;
        transform: translateX(-50%)
    }

    .egg-container {
        max-width: 300px
    }
}

.about-content>* {
    opacity: 0;
    transform: translateX(-30px);
    transition: .8s
}

.animate-in .about-content>*,
.animate-in .egg-shape {
    opacity: 1;
    transform: translateX(0)
}

.about-content h2 {
    transition-delay: 0.1s
}

.about-content p:nth-child(2) {
    transition-delay: 0.2s
}

.about-content p:nth-child(3) {
    transition-delay: 0.3s
}

.about-content .signature {
    transition-delay: 0.4s
}

.intro-section {
    background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden
}

.frustration-box,
.solution-box {
    border-radius: 12px;
    padding: 30px
}

.frustration-box {
    background: #fff;
    border-left: 5px solid var(--accent);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    margin-bottom: 40px
}

.highlight-text {
    color: var(--fb-blue);
    font-weight: 700
}

.solution-box {
    background: rgba(24, 119, 242, .05);
    border: 1px dashed var(--fb-blue)
}

.author-note {
    font-style: italic;
    position: relative;
    padding-left: 30px
}

.author-note:before {
    content: '"';
    font-family: Georgia, serif;
    font-size: 60px;
    position: absolute;
    left: 0;
    top: 10px;
    color: rgba(24, 119, 242, .2)
}

.btn-cta {
    background: var(--fb-blue);
    color: #fff;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 50px;
    transition: .3s
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(24, 119, 242, .3)
}

@media (max-width:768px) {
    .d-flex.flex-sm-row {
        flex-direction: column;
        gap: 1rem !important
    }

    .btn-lg {
        width: 100%
    }

    .hero-section {
        padding: 60px 0;
        text-align: center
    }

    .display-3 {
        font-size: 2.5rem
    }

    .intro-section {
        padding: 60px 0
    }
}