/*=========================================================
  BANKHELPLINE HERO
=========================================================*/

:root{

    --bh-primary:#FF1400;
    --bh-primary-dark:#D80F00;

    --bh-dark:#111827;
    --bh-text:#6B7280;

    --bh-bg:#F8FAFC;
    --bh-border:#E5E7EB;

    --bh-green:#16A34A;

    --bh-radius:24px;

    --bh-shadow:0 20px 60px rgba(15,23,42,.08);

}

/*=========================================================
  HERO SECTION
=========================================================*/

.hero-section{

    position:relative;

    overflow:hidden;

    background:#fff;

    padding:90px 0 60px;

}

.hero-section .container{

    position:relative;

    z-index:2;

}

/*=========================================================
  BACKGROUND
=========================================================*/

.hero-bg-circle{

    position:absolute;

    border-radius:50%;

    filter:blur(5px);

    z-index:0;

}

.hero-circle-1{

    width:420px;

    height:420px;

    background:rgba(255,20,0,.05);

    left:-180px;

    top:-150px;

}

.hero-circle-2{

    width:320px;

    height:320px;

    background:rgba(255,20,0,.04);

    right:-120px;

    bottom:-120px;

}

/*=========================================================
  HERO BADGE
=========================================================*/

.hero-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:12px 22px;

    background:#FFF3F1;

    color:var(--bh-primary);

    border-radius:100px;

    font-weight:700;

    font-size:15px;

    margin-bottom:28px;

}

.hero-badge i{

    font-size:18px;

}

/*=========================================================
  HERO TITLE
=========================================================*/

.hero-title{

    font-size:62px;

    line-height:1.12;

    font-weight:900;

    color:var(--bh-dark);

    margin-bottom:28px;

    letter-spacing:-1px;

}

.hero-title span{

    display:block;

    margin-top:8px;

    color:var(--bh-primary);

}

/*=========================================================
  HERO DESCRIPTION
=========================================================*/

.hero-description{

    font-size:19px;

    line-height:1.9;

    color:var(--bh-text);

    max-width:700px;

    margin-bottom:35px;

}

/*=========================================================
  HERO FEATURES
=========================================================*/

.hero-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-bottom:40px;

}

.hero-feature{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:16px;

    font-weight:600;

    color:#374151;

}

.hero-feature i{

    color:var(--bh-green);

    font-size:18px;

}

/*=========================================================
  HERO BUTTONS
=========================================================*/

.hero-buttons{

    display:flex;

    align-items:center;

    gap:18px;

    flex-wrap:wrap;

    margin-bottom:45px;

}

.btn-primary-red{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    background:var(--bh-primary);

    color:#fff;

    padding:16px 34px;

    border-radius:14px;

    font-size:16px;

    font-weight:700;

    text-decoration:none;

    transition:.35s;

    box-shadow:0 15px 35px rgba(255,20,0,.18);

}

.btn-primary-red:hover{

    background:var(--bh-primary-dark);

    color:#fff;

    transform:translateY(-4px);

}

.btn-outline-red{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    border:2px solid var(--bh-primary);

    color:var(--bh-primary);

    background:#fff;

    padding:15px 34px;

    border-radius:14px;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.btn-outline-red:hover{

    background:var(--bh-primary);

    color:#fff;

}

/*=========================================================
  TRUST STRIP
=========================================================*/

.hero-trust{

    display:flex;

    flex-wrap:wrap;

    gap:16px;

}

.trust-box{

    display:flex;

    align-items:center;

    gap:10px;

    background:#fff;

    border:1px solid var(--bh-border);

    border-radius:50px;

    padding:12px 18px;

    font-size:14px;

    font-weight:600;

    color:#374151;

    transition:.30s;

}

.trust-box i{

    color:var(--bh-primary);

    font-size:18px;

}

.trust-box:hover{

    border-color:var(--bh-primary);

    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(255,20,0,.10);

}

/*=========================================================
  EXPLORE PANEL
=========================================================*/

.explore-panel{

    background:#fff;

    border:1px solid var(--bh-border);

    border-radius:28px;

    padding:32px;

    box-shadow:var(--bh-shadow);

}

.explore-header{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:30px;

}

.explore-icon{

    width:70px;

    height:70px;

    border-radius:20px;

    background:#FFF3F1;

    color:var(--bh-primary);

    display:flex;

    align-items:center;

    justify-content:center;

}

.explore-icon i{

    font-size:30px;

}

.explore-header h3{

    font-size:28px;

    font-weight:800;

    color:var(--bh-dark);

    margin-bottom:6px;

}

.explore-header p{

    margin:0;

    color:var(--bh-text);

    font-size:15px;

}

/*=========================================================
  FEATURED PRODUCT
=========================================================*/

.featured-product{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    padding:24px;

    border-radius:22px;

    text-decoration:none;

    background:linear-gradient(135deg,#FFF5F3,#FFEAE6);

    margin-bottom:28px;

    transition:.35s;

}

.featured-product:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 40px rgba(255,20,0,.15);

}

.featured-left{

    display:flex;

    gap:18px;

}

.featured-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    color:var(--bh-primary);

    flex-shrink:0;

}

.featured-icon i{

    font-size:30px;

}

.featured-tag{

    display:inline-block;

    background:#fff;

    color:var(--bh-primary);

    font-size:12px;

    font-weight:700;

    padding:5px 12px;

    border-radius:30px;

    margin-bottom:10px;

}

.featured-product h4{

    font-size:26px;

    font-weight:800;

    color:var(--bh-dark);

    margin-bottom:8px;

}

.featured-product p{

    color:var(--bh-text);

    line-height:1.7;

    margin:0;

    font-size:15px;

}

.featured-arrow{

    color:var(--bh-primary);

    font-size:34px;

    transition:.35s;

}

.featured-product:hover .featured-arrow{

    transform:translateX(6px);

}

/*=========================================================
  PRODUCTS GRID
=========================================================*/

.products-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:16px;

    margin-bottom:30px;

}

/*=========================================================
  PRODUCT BOX
=========================================================*/

.product-box{

    display:flex;

    align-items:center;

    gap:15px;

    padding:18px;

    border:1px solid var(--bh-border);

    border-radius:18px;

    background:#fff;

    text-decoration:none;

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.product-box::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:4px;

    height:100%;

    background:transparent;

    transition:.35s;

}

.product-box:hover{

    border-color:rgba(255,20,0,.20);

    transform:translateY(-5px);

    box-shadow:0 18px 40px rgba(255,20,0,.12);

}

.product-box:hover::before{

    background:var(--bh-primary);

}

.product-box:hover .product-box-icon{

    transform:rotate(-8deg) scale(1.08);

}

.product-box:hover h5{

    color:var(--bh-primary);

}

/*=========================================================
  PRODUCT ICON
=========================================================*/

.product-box-icon{

    width:60px;

    height:60px;

    border-radius:16px;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

    transition:.35s;

}

.product-box-icon i{

    font-size:26px;

}

/*=========================================================
  PRODUCT CONTENT
=========================================================*/

.product-box h5{

    margin:0 0 5px;

    font-size:18px;

    font-weight:800;

    color:var(--bh-dark);

    transition:.30s;

}

.product-box small{

    color:var(--bh-text);

    font-size:13px;

    display:block;

}

/*=========================================================
  MARKETPLACE HIGHLIGHTS
=========================================================*/

.market-highlights{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

    margin-top:30px;

}

.market-item{

    display:flex;

    align-items:center;

    gap:14px;

    padding:16px;

    border-radius:18px;

    background:#F8FAFC;

    border:1px solid var(--bh-border);

    transition:.35s;

}

.market-item:hover{

    background:#FFF3F1;

    border-color:rgba(255,20,0,.20);

}

.market-item i{

    font-size:24px;

    color:var(--bh-primary);

}

.market-item strong{

    display:block;

    font-size:20px;

    font-weight:800;

    color:var(--bh-dark);

}

.market-item span{

    display:block;

    font-size:13px;

    color:var(--bh-text);

}

/*=========================================================
  HERO STATS
=========================================================*/

.hero-bottom{

    margin-top:70px;

}

.hero-stat{

    background:#fff;

    border:1px solid var(--bh-border);

    border-radius:22px;

    padding:35px 25px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 12px 30px rgba(15,23,42,.05);

}

.hero-stat:hover{

    transform:translateY(-8px);

    border-color:rgba(255,20,0,.20);

    box-shadow:0 22px 45px rgba(255,20,0,.12);

}

.hero-stat i{

    font-size:42px;

    color:var(--bh-primary);

    margin-bottom:20px;

}

.hero-stat h3{

    margin:0 0 10px;

    font-size:34px;

    font-weight:900;

    color:var(--bh-dark);

}

.hero-stat span{

    display:block;

    font-size:15px;

    font-weight:600;

    color:var(--bh-text);

}

/*=========================================================
  HERO SEO SECTION
=========================================================*/

.hero-seo{

    margin-top:80px;

    background:#fff;

    border:1px solid var(--bh-border);

    border-radius:28px;

    padding:50px;

    box-shadow:0 15px 40px rgba(15,23,42,.05);

}

.hero-seo h2{

    font-size:38px;

    font-weight:800;

    color:var(--bh-dark);

    line-height:1.3;

    margin-bottom:25px;

    text-align:center;

}

.hero-seo p{

    font-size:17px;

    line-height:1.9;

    color:var(--bh-text);

    text-align:center;

    max-width:920px;

    margin:0 auto 22px;

}

/*=========================================================
  SEO LINKS
=========================================================*/

.hero-seo-links{

    margin-top:35px;

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:14px;

}

.hero-seo-links a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 22px;

    background:#F8FAFC;

    border:1px solid var(--bh-border);

    border-radius:40px;

    color:var(--bh-dark);

    text-decoration:none;

    font-size:15px;

    font-weight:600;

    transition:.35s;

}

.hero-seo-links a:hover{

    background:var(--bh-primary);

    border-color:var(--bh-primary);

    color:#fff;

    transform:translateY(-3px);

}

/*=========================================================
  ICON BACKGROUND COLORS
=========================================================*/

.bg-red{

    background:#FFF2F0;

    color:#FF1400;

}

.bg-blue{

    background:#EEF5FF;

    color:#2563EB;

}

.bg-green{

    background:#ECFDF3;

    color:#16A34A;

}

.bg-orange{

    background:#FFF7ED;

    color:#EA580C;

}

.bg-purple{

    background:#F5F3FF;

    color:#7C3AED;

}

.bg-info{

    background:#ECFEFF;

    color:#0891B2;

}

/*=========================================================
  ANIMATIONS
=========================================================*/

.hero-feature,

.product-box,

.market-item,

.hero-stat,

.trust-box{

    animation:fadeUp .7s ease both;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(20px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

.hero-bg-circle{

    animation:float 8s ease-in-out infinite;

}

@keyframes float{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-18px);

    }

    100%{

        transform:translateY(0);

    }

}

/*=========================================================
  RESPONSIVE
=========================================================*/

@media (max-width:1200px){

    .hero-title{

        font-size:52px;

    }

    .explore-header h3{

        font-size:24px;

    }

}

@media (max-width:992px){

    .hero-section{

        padding:70px 0 50px;

    }

    .hero-title{

        font-size:46px;

        text-align:center;

    }

    .hero-description{

        text-align:center;

        margin:auto auto 35px;

    }

    .hero-badge{

        display:table;

        margin:0 auto 25px;

    }

    .hero-buttons{

        justify-content:center;

    }

    .hero-trust{

        justify-content:center;

    }

    .hero-features{

        grid-template-columns:1fr;

    }

    .explore-panel{

        margin-top:45px;

    }

}

@media (max-width:768px){

    .hero-section{

        padding:55px 0;

    }

    .hero-title{

        font-size:38px;

    }

    .hero-description{

        font-size:16px;

        line-height:1.8;

    }

    .hero-buttons{

        flex-direction:column;

        align-items:stretch;

    }

    .btn-primary-red,

    .btn-outline-red{

        width:100%;

        justify-content:center;

    }

    .products-grid{

        grid-template-columns:1fr;

    }

    .market-highlights{

        grid-template-columns:1fr;

    }

    .featured-product{

        flex-direction:column;

        text-align:center;

    }

    .featured-left{

        flex-direction:column;

        align-items:center;

    }

    .hero-stat{

        margin-bottom:20px;

    }

    .hero-seo{

        padding:35px 25px;

    }

    .hero-seo h2{

        font-size:30px;

    }

    .hero-seo p{

        font-size:16px;

    }

}

@media (max-width:576px){

    .hero-title{

        font-size:32px;

        line-height:1.2;

    }

    .hero-description{

        font-size:15px;

    }

    .hero-badge{

        font-size:13px;

        padding:10px 18px;

    }

    .explore-panel{

        padding:22px;

    }

    .featured-product{

        padding:18px;

    }

    .featured-icon{

        width:60px;

        height:60px;

    }

    .featured-icon i{

        font-size:24px;

    }

    .product-box{

        padding:15px;

    }

    .product-box-icon{

        width:52px;

        height:52px;

    }

    .product-box h5{

        font-size:16px;

    }

    .hero-seo{

        padding:25px 20px;

    }

    .hero-seo h2{

        font-size:26px;

    }

    .hero-seo-links{

        gap:10px;

    }

    .hero-seo-links a{

        width:100%;

        justify-content:center;

    }

}

@media (max-width:400px){

    .hero-title{

        font-size:28px;

    }

    .hero-stat h3{

        font-size:28px;

    }

    .explore-header{

        flex-direction:column;

        text-align:center;

    }

    .explore-header h3{

        font-size:22px;

    }

}