﻿@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-slide-up {
    opacity: 0;
    animation: fadeSlideUp 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.colored-bg{
    background: linear-gradient(to bottom, rgba(24,24,36,0.2) 0%, rgba(24,24,36,0.7) 80%, rgba(24,24,36,1) 100%), url('/images/Background.png') no-repeat center center;
    background-size: cover;
    background-attachment: absolute;
    text-align: center;
    min-width: 100%;
    padding: 0;
    position: absolute;
    z-index: 0;
    inset: 0;
  }

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255,137,94,0.2), transparent 40%), radial-gradient(circle at 80% 30%, rgba(0,195,255,0.18), transparent 40%);
    z-index: 0;
    pointer-events: none;
}



    .hero .container {
        display: flex;
        width: 100%;
        min-height: 100vh;
        align-items: center;
        justify-content: center;
        position: relative;
        
    }

.hero .padding {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    gap: 22px;
    padding: clamp(40px, 8vw, 90px) clamp(40px, 8vw, 110px);
    flex: 1;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.hero .frame {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1436px;
    gap: 16px;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    z-index: 2;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 0.95rem;
    letter-spacing: 0.2px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.hero .div-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    z-index: 2;
    }

    .hero .text-wrapper {
        position: relative;
        align-self: stretch;
        padding: 0;
        text-shadow: 0px 0px 64px #00000059;
        background: linear-gradient( 0deg, rgba(210, 210, 217, 1) 14%, rgba(255, 255, 255, 1) 85% );
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        font-family: "Inter-Regular", Helvetica;
        font-weight: 600;
        color: transparent;
        font-size: clamp(54px, 8vw, 96px);
        text-align: center;
        letter-spacing: -1.4px;
        line-height: 1.05;
        word-wrap: break-word;
        white-space: normal;
        max-width: 1200px;
        z-index: 2;
    }

.hero .container-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1436px;
        align-items: center;
        position: relative;
        flex: 0 0 auto;
    }

.hero .div {
    display: flex;
    width: 100%;
    max-width: 1436px;
        align-items: center;
        justify-content: center;
        position: relative;
        flex: 0 0 auto;
    }

    .hero .text-wrapper-2 {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        text-shadow: 0px 0px 46px #00000054;
        font-family: var(--inter-regular-font-family);
        font-weight: var(--inter-regular-font-weight);
        color: #ffe8df;
        font-size: clamp(18px, 3vw, 22px);
        text-align: center;
        letter-spacing: var(--inter-regular-letter-spacing);
        line-height: var(--inter-regular-line-height);
        white-space: normal;
        font-style: var(--inter-regular-font-style);
    }

    .hero .text-wrapper-3 {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        text-shadow: 0px 0px 46px #00000054;
        font-family: var(--inter-regular-font-family);
        font-weight: var(--inter-regular-font-weight);
        color: rgba(255,255,255,0.9);
        font-size: clamp(20px, 2.4vw, 28px);
        text-align: center;
        letter-spacing: var(--inter-regular-letter-spacing);
        line-height: var(--inter-regular-line-height);
        white-space: normal;
        font-style: var(--inter-regular-font-style);
        max-width: 900px;
        z-index: 2;
    }

    .hero .frame-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 1436px;
        gap: 20px;
        padding: 6px 0px 18px;
        align-items: center;
        position: relative;
        flex: 0 0 auto;
    }

    .hero .save-hours-a-week-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 1436px;
        align-items: center;
        justify-content: center;
        position: relative;
        flex: 0 0 auto;
    }

    .hero .save-hours-a-week {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 617px;
        align-items: flex-start;
        position: relative;
        flex: 0 0 auto;
    }

    .hero .heading {
            position: relative;
            align-self: stretch;
            width: 100%;
            min-height: 66px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hero .p {
            position: relative;
            width: 100%;
            max-width: 586px;
            min-height: 33px;
            font-family: var(--semantic-heading-2-font-family);
            font-weight: var(--semantic-heading-2-font-weight);
            color: #ffffff;
            font-size: clamp(18px, 2.2vw, 22px);
            text-align: center;
            letter-spacing: var(--semantic-heading-2-letter-spacing);
            line-height: var(--semantic-heading-2-line-height);
            white-space: normal;
            font-style: var(--semantic-heading-2-font-style);
            margin: 0 auto;
        }

.hero-accent {
    width: 78px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff8b5f, #ff5f6d);
    box-shadow: 0 10px 30px rgba(255,95,109,0.35);
    margin: 0 auto 6px auto;
}

.hero-highlights {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4px;
}

.hero-highlight {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 0.95rem;
    letter-spacing: -0.1px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

    .hero-actions-inline {
        display: flex;
        gap: 14px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 12px;
    }

    .hero .frame-3 {
        display: inline-flex;
        gap: 10px;
        align-items: center;
        position: relative;
        flex: 0 0 auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero .div-wrapper-2 {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        flex: 0 0 auto;
    }

    .hero .button-wrap {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 4px 0px 0px;
        position: relative;
        flex: 0 0 auto;
        flex-wrap: wrap;
    }

    .hero .container-3 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0px 0px 4px;
        position: relative;
        flex: 0 0 auto;
    }

    .hero .link-l-default {
        display: inline-flex;
        min-height: 40px;
        align-items: center;
        justify-content: center;
        padding: 0.41px 0px;
        position: relative;
        flex: 0 0 auto;
        border-radius: 8px;
    }

    .hero .padding-2 {
        display: inline-flex;
        padding: 10px 14px;
        flex: 0 0 auto;
        border-radius: 100px;
        box-shadow: inset 0px 0.5px 0px #ffffff73, 0px 2px 4px #0000000d, 0px 1px 1px #0000001a;
        background: linear-gradient( 360deg, rgba(215, 0, 0, 1) 0%, rgba(255, 82, 49, 1) 100% );
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .hero .let-s-get-in-touch-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .hero .let-s-get-in-touch {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: "Inter-Regular", Helvetica;
        font-weight: 400;
        color: #ffffff;
        font-size: 16px;
        letter-spacing: -0.16px;
        line-height: 19.2px;
        white-space: nowrap;
    }

    .hero .span {
        letter-spacing: -0.03px;
    }

    .ghost-button {
        all: unset;
        padding: 12px 20px;
        border-radius: 10px;
        border: 1px solid rgba(255,255,255,0.25);
        color: #fff;
        background: rgba(255,255,255,0.08);
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 10px 24px rgba(0,0,0,0.2);
    }

    .ghost-button:hover {
        background: rgba(255,255,255,0.14);
        transform: translateY(-2px);
    }

    @media (max-width: 1200px) {
        .hero .padding {
            padding: 0px 30px;
        }        
     
    }

    @media (max-width: 768px) {
        .hero .container {
            padding: 80px 0 0 0;
        }
        
        .hero .padding {
            padding: 0px 20px;
            gap: 15px;
        }
        
        .hero .text-wrapper {
            font-size: 3.5rem;
    
            letter-spacing: -1.2px;
        }
        .hero .text-wrapper-2 {
            font-size: 3.5rem;
            letter-spacing: -0.5px;
        }
        .hero .text-wrapper-3 {
            font-size: 3.5rem;
            letter-spacing: -0.5px;
        }
        
        .hero .frame-2 {
            gap: 20px;
            padding: 0px 0px 15px;
        }
        
        .hero .button-wrap {
            gap: 15px;
            flex-direction: column;
            align-items: center;
        }
        
        .hero .frame-3 {
            gap: 8px;
        }
    }

    @media (max-width: 530px) {
        .hero .container {
            padding: 40px 0 0 0;
        }

        .hero .padding {
            padding: 0px 8px;
            gap: 8px;
        }

        .hero .text-wrapper {
            font-size: 2.5rem;
            letter-spacing: -0.1px;
            text-shadow: 0px 0px 16px #00000033;
        }

        .hero .text-wrapper-2,
        .hero .text-wrapper-3 {
            font-size: 2.5rem;
            letter-spacing: -0.1px;
            text-shadow: 0px 0px 12px #00000033;
        }

        .hero .frame-2 {
            gap: 8px;
            padding: 0px 0px 6px;
        }

        .hero .heading {
            min-height: 2.2rem;
        }

        .hero .p {
            font-size: 1rem;
            line-height: 1.3;
        }

        .hero .let-s-get-in-touch {
            font-size: 0.9rem;
            line-height: 1.1rem;
        }

        .hero .padding-2 {
            padding: 0.6rem 0;
            width: 100%;
            box-sizing: border-box;
            border-radius: 1.5rem;
        }

        .hero .button-wrap {
            width: 100%;
            gap: 8px;
        }
    }

    @media (max-width: 374px) {
        .hero .padding {
            padding: 0px 10px;
        }
        .hero .text-wrapper-2,
        .hero .text-wrapper-3 {
            font-size: 2rem;
            letter-spacing: -0.1px;
            text-shadow: 0px 0px 12px #00000033;
        }
        .hero .text-wrapper {
            font-size: 2rem;
        }
        
        .hero .button-wrap {
            gap: 10px;
        }
    }
