.close-btn,
.video-placeholder {
    cursor: pointer;
    transition: .3s
}

.calendly-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    backdrop-filter: blur(10px);
    z-index: 10000;
    animation: .3s ease-out fadeIn
}

.calendly-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.calendly-modal-content {
    background: rgba(10, 10, 10, .95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    width: 100%;
    max-width: 900px;
    max-height: 90vh;
    overflow: hidden;
    animation: .3s ease-out slideUp
}

.benefit-card,
.details-card,
.footer-bottom,
.form-card,
.play-button,
.thank-you-card,
.video-card {
    backdrop-filter: blur(10px)
}

.calendly-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.calendly-modal-header h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0
}

.close-btn {
    background: 0 0;
    border: none;
    color: #9ca3af;
    padding: 8px;
    border-radius: 8px
}

.close-btn:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

.close-btn svg {
    width: 24px;
    height: 24px
}

.calendly-embed-container {
    height: 600px;
    background: #fff;
    border-radius: 0 0 16px 16px
}

.success-icon,
.thank-you-page {
    display: flex;
    align-items: center;
    justify-content: center
}

@keyframes successPulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(34, 197, 94, .4)
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 20px rgba(34, 197, 94, 0)
    }
}

.already-submitted {
    text-align: center;
    padding: 40px 20px;
    background: rgba(34, 197, 94, .1);
    border-radius: 12px;
    border: 1px solid rgba(34, 197, 94, .3)
}

.success-icon-small {
    width: 60px;
    height: 60px;
    background: rgba(34, 197, 94, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    animation: 2s ease-in-out infinite successPulse
}

.success-icon-small svg {
    width: 30px;
    height: 30px;
    color: #22c55e
}

.already-submitted h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px
}

.already-submitted>p {
    color: #d1d5db;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px
}

.submission-details {
    background: rgba(255, 255, 255, .05);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px
}

.submission-date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #22c55e;
    font-weight: 500
}

.submission-date svg {
    width: 20px;
    height: 20px
}

.next-steps-small {
    background: rgba(124, 58, 237, .1);
    border: 1px solid rgba(124, 58, 237, .2);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 24px;
    text-align: left
}

.next-steps-small h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center
}

.next-steps-small ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.next-steps-small li {
    color: #d1d5db;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    font-size: 14px
}

.next-steps-small li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #7c3aed;
    border-radius: 50%
}

.contact-note {
    color: #9ca3af;
    font-size: 14px;
    margin-bottom: 24px
}

.contact-note a {
    color: #22c55e;
    text-decoration: none
}

.contact-note a:hover {
    text-decoration: underline
}

.action-buttons-small {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

.action-buttons-small .btn {
    padding: 10px 20px;
    font-size: 14px
}

.thank-you-card {
    text-align: left
}

.thank-you-card>p {
    line-height: 1.6;
    text-align: center
}

.next-steps h3 {
    font-size: 18px
}

.next-steps ul {
    padding: 0;
    list-style: none
}

.next-steps li {
    line-height: 1.5
}

.action-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.footer-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 0
}

.footer-bottom-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px
}

.audit-badge,
.powered-by a {
    align-items: center;
    gap: 8px
}

.footer-bottom-content p {
    color: #9ca3af;
    margin: 0;
    font-size: 14px
}

.powered-by a {
    display: flex;
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    transition: color .3s
}

.powered-by a:hover {
    color: #7c3aed
}

.audit-badge svg,
.powered-by svg {
    width: 16px;
    height: 16px
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:768px) {
    .already-submitted {
        padding: 24px 16px
    }

    .already-submitted h3,
    .calendly-modal-header h3,
    .thank-you-card h2 {
        font-size: 20px
    }

    .action-buttons,
    .action-buttons-small {
        flex-direction: column;
        align-items: center
    }

    .action-buttons-small .btn {
        width: 100%;
        max-width: 200px
    }

    .calendly-modal-content {
        max-width: 95%;
        margin: 10px
    }

    .calendly-embed-container {
        height: 500px
    }

    .calendly-modal-header {
        padding: 16px
    }

    .thank-you-content {
        padding: 20px 0
    }

    .thank-you-card {
        padding: 24px;
        margin-bottom: 32px
    }

    .thank-you-card>p {
        font-size: 16px
    }

    .action-buttons .btn {
        width: 100%;
        max-width: 300px
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 8px
    }
}

@media (max-width:480px) {
    .success-icon-small {
        width: 50px;
        height: 50px;
        margin-bottom: 16px
    }

    .success-icon-small svg {
        width: 24px;
        height: 24px
    }

    .next-steps,
    .next-steps-small {
        padding: 16px
    }

    .calendly-embed-container {
        height: 400px
    }

    .success-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 24px
    }

    .success-icon svg {
        width: 30px;
        height: 30px
    }

    .thank-you-card {
        padding: 20px
    }

    .next-steps li {
        font-size: 14px;
        margin-bottom: 8px
    }
}

.audit-page,
.claim-page,
.thank-you-page {
    min-height: 100vh;
    padding-top: 76px;
    position: relative
}

.audit-hero {
    text-align: center;
    padding: 64px 0;
    max-width: 800px;
    margin: 0 auto
}

.audit-hero h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 24px;
    animation: .8s ease-out fadeInUp;
    margin-top: 50px;
}

.audit-hero p {
    font-size: 20px;
    color: #9ca3af;
    margin-bottom: 32px;
    animation: .8s ease-out .2s both fadeInUp
}

.audit-badge {
    display: inline-flex;
    background: rgba(34, 197, 94, .2);
    color: #22c55e;
    padding: 12px 24px;
    border-radius: 50px;
    border: 1px solid rgba(34, 197, 94, .3);
    animation: .8s ease-out .4s both fadeInUp
}

.audit-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-bottom: 64px
}

.benefit-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    padding: 32px;
    transition: .3s;
    animation: .6s ease-out fadeInUp
}

.benefit-card:hover {
    border-color: rgba(124, 58, 237, .5);
    transform: translateY(-4px)
}

.benefit-icon {
    width: 48px;
    height: 48px;
    background: rgba(124, 58, 237, .2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.play-button,
.success-icon {
    width: 80px;
    height: 80px;
    display: flex
}

.benefit-icon svg {
    width: 24px;
    height: 24px;
    color: #a855f7
}

.benefit-card h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 18px
}

.benefit-card p {
    color: #9ca3af;
    line-height: 1.6
}

.audit-details {
    max-width: 600px;
    margin: 0 auto
}

.details-card {
    background: linear-gradient(135deg, rgba(124, 58, 237, .2), rgba(236, 72, 153, .2));
    border: 1px solid rgba(124, 58, 237, .5);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    animation: .8s ease-out .6s both fadeInUp
}

.details-card h2,
.form-card h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px
}

.details-card>p {
    color: #d1d5db;
    margin-bottom: 32px
}

.details-list {
    list-style: none;
    text-align: left;
    margin-bottom: 32px
}

.claim-hero,
.form-card,
.thank-you-card h2,
.video-info {
    text-align: center
}

.details-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #d1d5db;
    margin-bottom: 16px
}

.details-list svg {
    width: 20px;
    height: 20px;
    color: #22c55e;
    margin-top: 2px;
    flex-shrink: 0
}

.cta-section {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 32px
}

.cta-section p {
    color: #9ca3af;
    font-size: 14px;
    margin-top: 12px
}

.claim-hero {
    padding: 64px 0 32px;
    max-width: 600px;
    margin: 0 auto
}

.claim-hero h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 24px;
    animation: .8s ease-out fadeInUp;
    margin-top: 50px;
}

.claim-hero p,
.thank-you-content h1 {
    animation: .8s ease-out .2s both fadeInUp
}

.claim-hero p {
    font-size: 20px;
    color: #9ca3af
}

.claim-content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px
}

.video-section {
    animation: .8s ease-out .4s both fadeInUp
}

.video-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    overflow: hidden
}

.video-placeholder {
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, rgba(124, 58, 237, .5), rgba(236, 72, 153, .5));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative
}

.video-placeholder:hover {
    background: linear-gradient(135deg, rgba(124, 58, 237, .7), rgba(236, 72, 153, .7))
}

.play-button {
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: .3s
}

.play-button:hover {
    transform: scale(1.1)
}

.play-button svg {
    width: 32px;
    height: 32px;
    color: #fff;
    margin-left: 4px
}

.video-title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 4px
}

.video-duration {
    color: #9ca3af;
    font-size: 14px
}

.form-section {
    animation: .8s ease-out .6s both fadeInUp
}

.form-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    padding: 40px
}

.form-card>p {
    color: #9ca3af;
    margin-bottom: 32px
}

.tally-form {
    border-radius: 8px;
    overflow: hidden
}

.thank-you-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 64px 0
}

.success-icon {
    background: rgba(34, 197, 94, .2);
    border-radius: 50%;
    border: 1px solid rgba(34, 197, 94, .3);
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    animation: .8s ease-out fadeInUp
}

.success-icon svg {
    width: 40px;
    height: 40px;
    color: #22c55e
}

.thank-you-content h1 {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: clamp(2.5rem, 5vw, 3rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px
}

.thank-you-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 32px;
    animation: .8s ease-out .4s both fadeInUp
}

.thank-you-card h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px
}

.thank-you-card>p {
    color: #9ca3af;
    font-size: 18px;
    margin-bottom: 32px
}

.next-steps {
    background: rgba(124, 58, 237, .1);
    border: 1px solid rgba(124, 58, 237, .3);
    border-radius: 8px;
    padding: 24px;
    text-align: left
}

.next-steps h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px
}

.next-steps li {
    color: #d1d5db;
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative
}

.next-steps li::before {
    content: "";
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #a855f7;
    border-radius: 50%
}

.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    animation: .8s ease-out .6s both fadeInUp
}

.disclaimer {
    font-style: italic;
    color: #9ca3af;
    font-size: 14px;
    animation: .8s ease-out .8s both fadeInUp
}

.benefit-card:first-child {
    animation-delay: .1s
}

.benefit-card:nth-child(2) {
    animation-delay: .2s
}

.benefit-card:nth-child(3) {
    animation-delay: .3s
}

.benefit-card:nth-child(4) {
    animation-delay: .4s
}

@media (max-width:768px) {
    .audit-benefits {
        grid-template-columns: 1fr
    }

    .action-buttons {
        flex-direction: column
    }

    .action-buttons .btn {
        width: 100%;
        justify-content: center
    }

    .claim-content {
        gap: 32px
    }

    .details-card,
    .form-card {
        padding: 24px
    }
}

@media (max-width:480px) {
    .audit-hero {
        padding: 48px 0
    }

    .claim-hero {
        padding: 48px 0 24px
    }

    .benefit-card,
    .details-card,
    .form-card {
        padding: 20px
    }

    .thank-you-card {
        padding: 24px
    }
}