/*=========================================================
    RIDENOW HERO
=========================================================*/

:root{

    --primary:#003A6B;
    --primary-dark:#00264A;
    --secondary:#0A4DA2;
    --gold:#D4AF37;
    --white:#ffffff;
    --text:#17324d;
    --muted:#64748b;

}

/*=========================================================
    HERO SECTION
=========================================================*/

.hero-section{

    position:relative;
    overflow:hidden;
    isolation:isolate;

    display:flex;
    align-items:center;

    min-height:100vh;

    color:#fff;

    background:
        linear-gradient(
            100deg,
            rgba(0,33,71,.88) 0%,
            rgba(0,58,107,.78) 35%,
            rgba(10,77,162,.45) 70%,
            rgba(0,58,107,.65) 100%
        ),
        url("../images/hero.jpg");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

}

/*=========================================================
    GLOW EFFECTS
=========================================================*/

.hero-section::before{

    content:"";

    position:absolute;

    width:520px;
    height:520px;

    border-radius:50%;

    background:rgba(255,255,255,.07);

    filter:blur(120px);

    top:-180px;
    right:-120px;

}

.hero-section::after{

    content:"";

    position:absolute;

    width:420px;
    height:420px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    filter:blur(120px);

    bottom:-160px;
    left:-120px;

}

.hero-overlay{

    position:relative;
    width:100%;
    z-index:2;

}

/*=========================================================
    CONTAINER
=========================================================*/

.hero-section .container{

    width:100%;
    max-width:1600px;

    padding-left:60px;
    padding-right:60px;

}

/*=========================================================
    ROW
=========================================================*/

.hero-row{

    display:flex;
    align-items:center;
    justify-content:space-between;

    min-height:100vh;

    padding:90px 0 70px;

}

/*=========================================================
    COLUMNS
=========================================================*/

.hero-content{

    flex:0 0 58%;
    max-width:58%;

    padding-right:60px;

}

.hero-right{

    flex:0 0 42%;
    max-width:42%;

    display:flex;
    justify-content:flex-end;

}

/*=========================================================
    IMAGE SAFETY
=========================================================*/

.hero-section img{

    max-width:100%;
    display:block;

}

/*=========================================================
    SMOOTH ANIMATION
=========================================================*/

.hero-content,
.hero-right{

    animation:heroFade .9s ease;

}

@keyframes heroFade{

    from{

        opacity:0;
        transform:translateY(25px);

    }

    to{

        opacity:1;
        transform:none;

    }

}

/*=========================================================
    COMMON TRANSITIONS
=========================================================*/

.hero-section a,
.hero-section button,
.hero-section input,
.hero-section .hero-stat,
.hero-section .hero-highlight,
.hero-section .premium-item{

    transition:.30s ease;

}

/*=========================================================
    HERO BADGE
=========================================================*/

.hero-badge{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(255,255,255,.12);

    border:1px solid rgba(255,255,255,.18);

    backdrop-filter:blur(18px);

    font-size:13px;
    font-weight:700;
    letter-spacing:.3px;

    color:#fff;

    margin-bottom:28px;

    box-shadow:
        0 10px 30px rgba(0,0,0,.18);

}

.hero-badge i{

    color:var(--gold);
    font-size:15px;

}

/*=========================================================
    HERO TITLE
=========================================================*/

.hero-title{

    font-size:clamp(52px,5vw,76px);

    line-height:1.05;

    font-weight:800;

    color:#fff;

    margin:0 0 24px;

    letter-spacing:-1px;

}

.hero-title span{

    display:block;

    color:#FFD166;

}

/*=========================================================
    HERO SUBTITLE
=========================================================*/

.hero-subtitle{

    max-width:640px;

    font-size:18px;

    line-height:1.9;

    color:rgba(255,255,255,.88);

    margin-bottom:35px;

}

/*=========================================================
    HIGHLIGHTS GRID
=========================================================*/

.hero-highlights{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    width:100%;

    max-width:640px;

    margin-bottom:35px;

}

/*=========================================================
    SINGLE HIGHLIGHT
=========================================================*/

.hero-highlight{

    display:flex;

    align-items:center;

    gap:16px;

    padding:18px;

    border-radius:18px;

    background:rgba(255,255,255,.10);

    border:1px solid rgba(255,255,255,.15);

    backdrop-filter:blur(16px);

    box-shadow:

        0 18px 40px rgba(0,0,0,.15);

}

.hero-highlight:hover{

    transform:translateY(-6px);

    border-color:var(--gold);

    background:rgba(255,255,255,.14);

}

/*=========================================================
    ICON
=========================================================*/

.highlight-icon{

    width:54px;

    height:54px;

    border-radius:16px;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

    background:linear-gradient(
        135deg,
        var(--secondary),
        #2A79D8
    );

    color:#fff;

    font-size:22px;

    box-shadow:

        0 12px 30px rgba(10,77,162,.30);

}

.hero-highlight:hover .highlight-icon{

    background:linear-gradient(
        135deg,
        var(--gold),
        #f4c542
    );

    color:#00264A;

}

/*=========================================================
    TEXT
=========================================================*/

.highlight-content{

    display:flex;

    flex-direction:column;

}

.highlight-content strong{

    font-size:15px;

    font-weight:700;

    color:#fff;

    margin-bottom:4px;

}

.highlight-content span{

    font-size:13px;

    color:rgba(255,255,255,.72);

    line-height:1.5;

}

/*=========================================================
    POPULAR DESTINATIONS
=========================================================*/

.hero-popular{

    display:flex;

    flex-wrap:wrap;

    align-items:center;

    gap:10px;

    margin-top:25px;

}

.hero-popular span{

    font-size:13px;

    font-weight:700;

    color:rgba(255,255,255,.85);

}

.hero-popular a{

    text-decoration:none;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:9px 18px;

    border-radius:40px;

    background:rgba(255,255,255,.10);

    border:1px solid rgba(255,255,255,.15);

    color:#fff;

    font-size:13px;

    font-weight:600;

}

.hero-popular a:hover{

    background:#fff;

    color:var(--secondary);

    transform:translateY(-3px);

}

/*=========================================================
    PREMIUM SEARCH BOX
=========================================================*/

.hero-search-box{

    display:flex;
    align-items:center;

    width:100%;
    max-width:680px;

    height:72px;

    padding:8px;

    margin-top:10px;

    border-radius:60px;

    background:rgba(255,255,255,.14);

    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.18);

    box-shadow:
        0 25px 60px rgba(0,0,0,.20);

}

.hero-search-box:hover{

    border-color:var(--gold);

    transform:translateY(-2px);

    box-shadow:
        0 35px 70px rgba(0,0,0,.25);

}

/*=========================================================
    SEARCH ICON
=========================================================*/

.search-icon{

    width:56px;
    height:56px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;

    background:rgba(255,255,255,.10);

    color:#fff;

    font-size:20px;

}

.hero-search-box:hover .search-icon{

    background:var(--gold);

    color:var(--primary);

}

/*=========================================================
    INPUT
=========================================================*/

.hero-search-box input{

    flex:1;

    height:56px;

    border:none;
    outline:none;

    background:transparent;

    color:#fff;

    padding:0 18px;

    font-size:16px;

    font-weight:500;

}

.hero-search-box input::placeholder{

    color:rgba(255,255,255,.72);

}

.hero-search-box input:focus{

    box-shadow:none;

}

/*=========================================================
    BUTTON
=========================================================*/

.hero-search-box button{

    height:56px;

    min-width:170px;

    border:none;
    outline:none;

    border-radius:50px;

    cursor:pointer;

    background:#fff;

    color:var(--secondary);

    font-size:15px;

    font-weight:700;

    transition:.35s;

}

.hero-search-box button:hover{

    background:var(--gold);

    color:var(--primary);

    transform:translateY(-2px);

}

/*=========================================================
    SEARCH ANIMATION
=========================================================*/

.hero-search-box input,
.hero-search-box button,
.search-icon{

    transition:.30s ease;

}

/*=========================================================
    SEARCH FOCUS
=========================================================*/

.hero-search-box:focus-within{

    border-color:var(--gold);

    box-shadow:

        0 35px 80px rgba(0,0,0,.28);

}

/*=========================================================
    POPULAR DESTINATION CHIPS
=========================================================*/

.hero-popular{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-top:28px;

}

.hero-popular span{

    align-self:center;

    font-size:13px;

    font-weight:700;

    color:rgba(255,255,255,.85);

}

.hero-popular a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    height:38px;

    padding:0 18px;

    border-radius:40px;

    text-decoration:none;

    background:rgba(255,255,255,.10);

    border:1px solid rgba(255,255,255,.15);

    color:#fff;

    font-size:13px;

    font-weight:600;

}

.hero-popular a:hover{

    background:#fff;

    color:var(--secondary);

    border-color:#fff;

    transform:translateY(-3px);

}

/*=========================================================
    HERO ACTION BUTTONS
=========================================================*/

.hero-actions{

    display:flex;
    align-items:center;
    flex-wrap:wrap;

    gap:16px;

    margin-top:32px;
    margin-bottom:32px;

}

.hero-btn-primary{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    height:56px;

    padding:0 34px;

    border-radius:50px;

    text-decoration:none;

    background:#fff;

    color:var(--secondary);

    font-size:15px;
    font-weight:700;

    box-shadow:
        0 18px 45px rgba(0,0,0,.20);

}

.hero-btn-primary:hover{

    background:var(--gold);

    color:var(--primary);

    transform:translateY(-4px);

    box-shadow:
        0 28px 55px rgba(0,0,0,.25);

}

.hero-btn-secondary{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    height:56px;

    padding:0 34px;

    border-radius:50px;

    text-decoration:none;

    color:#fff;

    font-size:15px;
    font-weight:700;

    border:1px solid rgba(255,255,255,.25);

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(15px);

}

.hero-btn-secondary:hover{

    background:rgba(255,255,255,.16);

    border-color:var(--gold);

    color:var(--gold);

    transform:translateY(-4px);

}

/*=========================================================
    TRUST FEATURES
=========================================================*/

.hero-features{

    display:flex;

    flex-wrap:wrap;

    gap:16px;

    margin-bottom:34px;

}

.hero-features div{

    display:flex;

    align-items:center;

    gap:10px;

    padding:12px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.10);

    border:1px solid rgba(255,255,255,.15);

    backdrop-filter:blur(14px);

    font-size:14px;

    font-weight:600;

    color:#fff;

}

.hero-features div:hover{

    transform:translateY(-3px);

    border-color:var(--gold);

}

.hero-features i{

    width:34px;
    height:34px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(255,255,255,.15);

    color:#fff;

    font-size:14px;

}

.hero-features div:hover i{

    background:var(--gold);

    color:var(--primary);

}

/*=========================================================
    HERO STATS
=========================================================*/

.hero-stats{

    display:flex;

    flex-wrap:wrap;

    gap:18px;

}

.hero-stat{

    flex:1;

    min-width:170px;

    padding:24px;

    border-radius:22px;

    background:rgba(255,255,255,.10);

    border:1px solid rgba(255,255,255,.15);

    backdrop-filter:blur(18px);

    box-shadow:

        0 20px 45px rgba(0,0,0,.16);

}

.hero-stat:hover{

    transform:translateY(-8px);

    border-color:var(--gold);

    background:rgba(255,255,255,.14);

}

.hero-stat strong{

    display:block;

    font-size:34px;

    line-height:1;

    font-weight:800;

    color:#fff;

    margin-bottom:10px;

}

.hero-stat span{

    display:block;

    font-size:14px;

    color:rgba(255,255,255,.80);

}

/*=========================================================
    STAT COLORS
=========================================================*/

.hero-stat:nth-child(1) strong{

    color:#ffffff;

}

.hero-stat:nth-child(2) strong{

    color:#FFD166;

}

.hero-stat:nth-child(3) strong{

    color:#7CFFB2;

}

/*=========================================================
    BUTTON ANIMATION
=========================================================*/

.hero-btn-primary,
.hero-btn-secondary,
.hero-stat,
.hero-features div{

    transition:all .35s ease;

}

/*=========================================================
    BUTTON ICONS
=========================================================*/

.hero-btn-primary i,
.hero-btn-secondary i{

    margin-left:10px;

    transition:.30s;

}

.hero-btn-primary:hover i,
.hero-btn-secondary:hover i{

    transform:translateX(4px);

}

/*=========================================================
    PREMIUM PLANNER CARD
=========================================================*/

.hero-premium-card{

    position:relative;

    width:100%;

    max-width:520px;

    margin-left:auto;

    overflow:hidden;

    padding:42px;

    border-radius:32px;

    background:rgba(255,255,255,.98);

    border:1px solid rgba(255,255,255,.80);

    box-shadow:
        0 35px 90px rgba(0,0,0,.18);

    color:var(--text);

}

.hero-premium-card:hover{

    transform:translateY(-8px);

    box-shadow:
        0 50px 110px rgba(0,0,0,.22);

}

/*=========================================================
    GLOW
=========================================================*/

.hero-premium-card::before{

    content:"";

    position:absolute;

    width:320px;
    height:320px;

    border-radius:50%;

    top:-170px;
    right:-170px;

    background:

        radial-gradient(

            circle,

            rgba(10,77,162,.15),

            transparent 70%

        );

}

.hero-premium-card>*{

    position:relative;

    z-index:2;

}

/*=========================================================
    TOP
=========================================================*/

.premium-top{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:35px;

}

/*=========================================================
    LABEL
=========================================================*/

.premium-label{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 18px;

    border-radius:40px;

    background:#EDF5FF;

    color:var(--secondary);

    font-size:12px;

    font-weight:700;

    letter-spacing:.4px;

    text-transform:uppercase;

}

.premium-label i{

    color:var(--gold);

}

/*=========================================================
    ICON
=========================================================*/

.premium-icon{

    width:72px;

    height:72px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:

        linear-gradient(

            135deg,

            var(--secondary),

            #2F7EE8

        );

    color:#fff;

    font-size:30px;

    box-shadow:

        0 20px 45px rgba(10,77,162,.30);

}

.premium-icon:hover{

    transform:rotate(8deg);

}

/*=========================================================
    TITLE
=========================================================*/

.hero-premium-card h2{

    font-size:34px;

    line-height:1.2;

    font-weight:800;

    color:var(--text);

    margin-bottom:18px;

}

/*=========================================================
    DESCRIPTION
=========================================================*/

.hero-premium-card p{

    font-size:15px;

    line-height:1.8;

    color:var(--muted);

    margin-bottom:30px;

}

/*=========================================================
    FEATURES
=========================================================*/

.premium-list{

    display:flex;

    flex-direction:column;

    gap:14px;

}

.premium-item{

    display:flex;

    align-items:center;

    gap:14px;

    padding:12px 0;

    color:var(--text);

    font-size:15px;

    font-weight:600;

}

.premium-item i{

    width:34px;

    height:34px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#EDF5FF;

    color:var(--secondary);

    flex-shrink:0;

}

.premium-item:hover{

    transform:translateX(6px);

}

.premium-item:hover i{

    background:var(--gold);

    color:#fff;

}

/*=========================================================
    CTA
=========================================================*/

.premium-cta{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    width:100%;

    height:58px;

    margin-top:34px;

    border-radius:18px;

    text-decoration:none;

    background:

        linear-gradient(

            135deg,

            var(--secondary),

            #1A74E8

        );

    color:#fff;

    font-size:16px;

    font-weight:700;

    box-shadow:

        0 22px 45px rgba(10,77,162,.28);

}

.premium-cta:hover{

    color:#fff;

    transform:translateY(-4px);

    box-shadow:

        0 30px 60px rgba(10,77,162,.35);

}

.premium-cta i{

    transition:.30s;

}

.premium-cta:hover i{

    transform:translateX(5px);

}

/*=========================================================
    DIVIDER
=========================================================*/

.premium-divider{

    width:100%;

    height:1px;

    background:#E7EDF5;

    margin:32px 0;

}

/*=========================================================
    FOOTER
=========================================================*/

.premium-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:25px;

}

.stars{

    display:flex;

    gap:4px;

    margin-bottom:6px;

}

.stars i{

    color:#FFC83D;

    font-size:14px;

}

.premium-rating strong{

    display:block;

    font-size:15px;

    color:var(--text);

}

.premium-rating span{

    color:var(--muted);

    font-size:13px;

}

.premium-support{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:14px;

    color:var(--muted);

    font-weight:600;

}

.premium-support i{

    width:42px;

    height:42px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#EDF5FF;

    color:var(--secondary);

}

.premium-support:hover i{

    background:var(--gold);

    color:#fff;

}

/*=========================================================
    TRANSITIONS
=========================================================*/

.hero-premium-card,
.premium-item,
.premium-icon,
.premium-support i,
.premium-cta{

    transition:.35s ease;

}

/*=========================================================
    RESPONSIVE
=========================================================*/

/* Large Laptop */

@media (max-width:1400px){

.hero-section .container{
    padding-left:40px;
    padding-right:40px;
}

.hero-content{
    padding-right:40px;
}

.hero-title{
    font-size:64px;
}

.hero-premium-card{
    max-width:480px;
    padding:36px;
}

}


/* Laptop */

@media (max-width:1200px){

.hero-row{
    min-height:auto;
    padding:80px 0;
}

.hero-content{
    flex:0 0 55%;
    max-width:55%;
}

.hero-right{
    flex:0 0 45%;
    max-width:45%;
}

.hero-title{
    font-size:54px;
}

.hero-subtitle{
    font-size:17px;
}

.hero-search-box{
    max-width:100%;
}

.hero-premium-card{
    padding:32px;
}

.hero-premium-card h2{
    font-size:30px;
}

.hero-stat{
    min-width:150px;
}

}


/* Tablet */

@media (max-width:991px){

.hero-section{
    min-height:auto;
}

.hero-section .container{
    padding-left:25px;
    padding-right:25px;
}

.hero-row{

    min-height:auto;

    padding:70px 0 50px;

    text-align:center;

}

.hero-content,
.hero-right{

    flex:0 0 100%;
    max-width:100%;

}

.hero-content{

    padding-right:0;
    margin-bottom:45px;

}

.hero-title{

    font-size:46px;

}

.hero-subtitle{

    margin-left:auto;
    margin-right:auto;

}

.hero-highlights{

    margin-left:auto;
    margin-right:auto;

}

.hero-search-box{

    margin-left:auto;
    margin-right:auto;

}

.hero-popular,
.hero-actions,
.hero-features,
.hero-stats{

    justify-content:center;

}

.hero-premium-card{

    margin:0 auto;
    max-width:560px;

}

}


/* Mobile */

@media (max-width:768px){

.hero-section .container{

    padding-left:18px;
    padding-right:18px;

}

.hero-row{

    padding:55px 0;

}

.hero-title{

    font-size:38px;
    line-height:1.15;

}

.hero-subtitle{

    font-size:15px;
    line-height:1.7;

}

.hero-highlights{

    grid-template-columns:1fr;
    gap:14px;

}

.hero-search-box{

    flex-direction:column;

    height:auto;

    border-radius:22px;

    padding:12px;

}

.search-icon{

    display:none;

}

.hero-search-box input{

    width:100%;
    height:52px;
    text-align:center;
    padding:0;

}

.hero-search-box button{

    width:100%;
    margin-top:10px;
    min-width:100%;

}

.hero-actions{

    flex-direction:column;

}

.hero-btn-primary,
.hero-btn-secondary{

    width:100%;

}

.hero-features{

    justify-content:center;

}

.hero-stats{

    flex-direction:column;

}

.hero-stat{

    width:100%;

}

.hero-premium-card{

    padding:26px;

}

.premium-top{

    flex-direction:column;
    align-items:flex-start;
    gap:20px;

}

.premium-bottom{

    flex-direction:column;
    align-items:flex-start;
    gap:20px;

}

}


/* Small Mobile */

@media (max-width:576px){

.hero-title{

    font-size:32px;

}

.hero-badge{

    font-size:11px;
    padding:8px 16px;

}

.hero-subtitle{

    font-size:14px;

}

.hero-highlight{

    padding:15px;

}

.highlight-icon{

    width:46px;
    height:46px;
    font-size:18px;

}

.hero-premium-card{

    padding:22px;
    border-radius:24px;

}

.hero-premium-card h2{

    font-size:26px;

}

.hero-premium-card p{

    font-size:14px;

}

.premium-item{

    font-size:14px;

}

.premium-cta{

    height:52px;
    font-size:15px;

}

}

/*=========================================================
    HERO DESKTOP SPACING
=========================================================*/

.hero-content{

    display:flex;
    flex-direction:column;
    justify-content:center;

}

.hero-content>*{

    position:relative;
    z-index:2;

}

.hero-right{

    display:flex;
    justify-content:flex-end;
    align-items:center;

}

.hero-premium-card{

    width:100%;
    max-width:520px;

}

/*=========================================================
    COLUMN SPACING
=========================================================*/

.hero-content{

    padding-right:70px;

}

.hero-right{

    padding-left:20px;

}

/*=========================================================
    SECTION SPACING
=========================================================*/

.hero-badge{

    margin-bottom:25px;

}

.hero-highlights{

    margin-top:30px;
    margin-bottom:35px;

}

.hero-search-box{

    margin-top:15px;

}

.hero-actions{

    margin-top:30px;

}

.hero-features{

    margin-top:28px;

}

.hero-stats{

    margin-top:30px;

}
/*=========================================================
    HERO RESPONSIVE
=========================================================*/

@media (max-width:1199px){

.hero-section .container{

    padding-left:40px;
    padding-right:40px;

}

.hero-content{

    padding-right:35px;

}

.hero-title{

    font-size:58px;

}

.hero-premium-card{

    max-width:480px;

}

}

@media (max-width:991px){

.hero-section{

    min-height:auto;

}

.hero-row{

    min-height:auto;

    padding:90px 0 70px;

    flex-direction:column;

}

.hero-content{

    max-width:100%;
    flex:0 0 100%;

    padding-right:0;

    text-align:center;

}

.hero-right{

    max-width:100%;
    flex:0 0 100%;

    padding-left:0;

    margin-top:60px;

    justify-content:center;

}

.hero-title{

    font-size:52px;

}

.hero-subtitle{

    margin-left:auto;
    margin-right:auto;

}

.hero-highlights{

    max-width:100%;

}

.hero-search-box{

    max-width:100%;

}

.hero-actions{

    justify-content:center;

}

.hero-features{

    justify-content:center;

}

.hero-stats{

    justify-content:center;

}

.hero-popular{

    justify-content:center;

}

.hero-premium-card{

    max-width:650px;

}

}

@media (max-width:767px){

.hero-section .container{

    padding-left:20px;
    padding-right:20px;

}

.hero-row{

    padding:70px 0 50px;

}

.hero-title{

    font-size:40px;

}

.hero-subtitle{

    font-size:16px;

    line-height:1.7;

}

.hero-highlights{

    grid-template-columns:1fr;

}

.hero-search-box{

    height:auto;

    flex-direction:column;

    gap:12px;

    padding:15px;

    border-radius:24px;

}

.search-icon{

    display:none;

}

.hero-search-box input{

    width:100%;

    height:54px;

    padding:0 20px;

    border-radius:14px;

    background:rgba(255,255,255,.10);

}

.hero-search-box button{

    width:100%;

    min-width:100%;

}

.hero-actions{

    flex-direction:column;

}

.hero-btn-primary,
.hero-btn-secondary{

    width:100%;

}

.hero-features{

    flex-direction:column;

}

.hero-features div{

    width:100%;

    justify-content:center;

}

.hero-stats{

    flex-direction:column;

}

.hero-stat{

    width:100%;

}

.hero-premium-card{

    padding:30px 24px;

}

.hero-premium-card h2{

    font-size:28px;

}

.premium-bottom{

    flex-direction:column;

    align-items:flex-start;

    gap:18px;

}

}

@media (max-width:480px){

.hero-title{

    font-size:34px;

}

.hero-badge{

    font-size:12px;

    padding:8px 16px;

}

.hero-highlight{

    padding:15px;

}

.highlight-icon{

    width:46px;
    height:46px;

    font-size:18px;

}

.hero-premium-card{

    border-radius:22px;

    padding:24px 18px;

}

.hero-premium-card h2{

    font-size:24px;

}

.premium-icon{

    width:60px;
    height:60px;

    font-size:24px;

}

}
/*=========================================================
    PREMIUM HERO ANIMATIONS
=========================================================*/

.hero-section::before{

    animation:heroGlow1 10s ease-in-out infinite alternate;

}

.hero-section::after{

    animation:heroGlow2 12s ease-in-out infinite alternate;

}

@keyframes heroGlow1{

    from{

        transform:translate(0,0) scale(1);

    }

    to{

        transform:translate(40px,-20px) scale(1.15);

    }

}

@keyframes heroGlow2{

    from{

        transform:translate(0,0) scale(1);

    }

    to{

        transform:translate(-35px,20px) scale(1.12);

    }

}

/*=========================================================
    CARD FLOAT
=========================================================*/

.hero-premium-card{

    animation:cardFloat 5s ease-in-out infinite;

}

@keyframes cardFloat{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-10px);

    }

    100%{

        transform:translateY(0);

    }

}

.hero-premium-card:hover{

    animation-play-state:paused;

    transform:translateY(-12px);

}

/*=========================================================
    GOLD SHINE
=========================================================*/

.hero-btn-primary,
.hero-btn-secondary,
.premium-cta{

    position:relative;

    overflow:hidden;

}

.hero-btn-primary::before,
.hero-btn-secondary::before,
.premium-cta::before{

    content:"";

    position:absolute;

    top:0;
    left:-120%;

    width:60%;
    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.45),
        transparent
    );

    transform:skewX(-25deg);

}

.hero-btn-primary:hover::before,
.hero-btn-secondary:hover::before,
.premium-cta:hover::before{

    left:150%;

    transition:1s;

}

/*=========================================================
    HOVER LIFT
=========================================================*/

.hero-highlight,
.hero-stat,
.hero-features div{

    transition:all .35s ease;

}

.hero-highlight:hover,
.hero-stat:hover,
.hero-features div:hover{

    box-shadow:0 25px 60px rgba(0,0,0,.25);

}

/*=========================================================
    ICON ROTATION
=========================================================*/

.highlight-icon,
.premium-icon{

    transition:all .4s ease;

}

.hero-highlight:hover .highlight-icon{

    transform:rotate(-8deg) scale(1.08);

}

.hero-premium-card:hover .premium-icon{

    transform:rotate(10deg) scale(1.08);

}

/*=========================================================
    TEXT ANIMATION
=========================================================*/

.hero-title{

    animation:titleFade 1s ease;

}

@keyframes titleFade{

    from{

        opacity:0;
        transform:translateY(25px);

    }

    to{

        opacity:1;
        transform:none;

    }

}

.hero-subtitle{

    animation:subtitleFade 1.2s ease;

}

@keyframes subtitleFade{

    from{

        opacity:0;
        transform:translateY(20px);

    }

    to{

        opacity:1;
        transform:none;

    }

}

/*=========================================================
GLOBAL FIXES
=========================================================*/

html{

    scroll-behavior:smooth;

}

body{

    overflow-x:hidden;

}

.hero-section{

    overflow:hidden;

}

.hero-premium-card,
.hero-highlight,
.hero-stat,
.hero-btn-primary,
.hero-btn-secondary{

    will-change:transform;

}

/*=========================================================*
* PREMIUM CARD - MOVE UP ON DESKTOP
*=========================================================*/

@media (min-width: 992px){

    .hero-right{
        align-items:flex-start;
    }

    .hero-premium-card{
        margin-top:-190px;
    }

}

@media (min-width: 992px){
    .hero-right{
        justify-content:center;
    }

    .hero-premium-card{
        margin-left:0;
    }
}