/* ==========================================
   HERO
========================================== */

.allsmart-hero{

    background:
    linear-gradient(
        135deg,
        #07101f 0%,
        #10243c 55%,
        #17304f 100%
    );

    padding:56px 20px 64px;

    text-align:center;

    color:white;
}

.allsmart-hero .container{
    max-width:1080px;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.allsmart-hero-visual{
    position:relative;
    width:min(900px, 100%);
    margin:0 auto;
    border-radius:26px;
    overflow:hidden;
    background:#ffffff;
    border:1px solid rgba(200,169,107,.35);
    box-shadow:
    0 26px 70px rgba(0,0,0,.32);
}

.allsmart-hero-visual img{
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:966/589;
    object-fit:contain;
    object-position:center center;
}

.allsmart-hero-content{
    width:auto;
    max-width:100%;
    margin:22px auto 0;
    padding:18px 22px;
    border-radius:999px;
    background:
    linear-gradient(
        135deg,
        rgba(7,16,31,.72),
        rgba(23,48,79,.72)
    );
    border:1px solid rgba(255,255,255,.14);
    backdrop-filter:blur(12px);
    box-shadow:
    0 16px 38px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.10);
}

.allsmart-hero h1{

    font-size:58px;

    margin:25px 0;
    text-shadow:
        0 4px 15px rgba(0,0,0,.5),
        0 8px 30px rgba(0,0,0,.4);
    color:#ffffff;
}

.allsmart-hero p{

    max-width:850px;

    margin:auto;

    font-size:20px;

    color:#f0f4f8;
    text-shadow:
        0 2px 8px rgba(0,0,0,.4);
}

.hero-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(200,169,107,.18);

    color:#ffd89b;

    font-weight:700;
    backdrop-filter:blur(10px);
    border:1px solid rgba(200,169,107,.45);
    box-shadow:0 8px 20px rgba(0,0,0,.2);
}

/* ==========================================
   BANNER
========================================== */

.allsmart-banner{

    padding:0;

    background:white;
}

.allsmart-banner img{

    width:100%;

    border-radius:25px;

    display:block;

    box-shadow:
    0 20px 60px rgba(0,0,0,.15);

    transition:.3s;
}

.allsmart-banner img:hover{

    transform:
    translateY(-5px);
}

/* ==========================================
   SECTION
========================================== */

.allsmart-about,
.allsmart-feature,
.allsmart-benefit{

    padding:100px 20px;
}

.allsmart-about{

    background:#f8f4ee;

    text-align:center;
}

.allsmart-about p{

    max-width:900px;

    margin:auto;

    line-height:1.9;
}

.allsmart-about h2,
.allsmart-feature h2,
.allsmart-benefit h2{

    text-align:center;

    margin-bottom:50px;

    color:#17304f;

    font-size:42px;
}

/* ==========================================
   FEATURES
========================================== */

.feature-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(280px,1fr));

    gap:25px;
}

.feature-item{

    background:white;

    padding:25px;

    border-radius:20px;

    text-align:center;

    font-weight:600;

    border-top:4px solid #c8a96b;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);

    transition:.3s;
}

.feature-item:hover{

    transform:
    translateY(-5px);
}

/* ==========================================
   BENEFIT
========================================== */

.benefit-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(250px,1fr));

    gap:25px;
}

.benefit-item{

    background:white;

    padding:30px;

    border-radius:20px;

    text-align:center;

    font-weight:600;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);

    border-top:4px solid #c8a96b;
}

/* ==========================================
   CTA
========================================== */

.allsmart-cta{
    background: linear-gradient(
        135deg,
        #17304f,
        #244a76
    );

    color:white;
    text-align:center;

    padding:120px 20px;
    margin-bottom:0;
}

.allsmart-cta h2{

    font-size:48px;

    margin-bottom:20px;
}

.allsmart-cta p{

    max-width:700px;

    margin:auto auto 40px;

    line-height:1.9;
}

.btn-primary{

    display:inline-block;

    padding:15px 35px;

    border-radius:50px;

    background:#c8a96b;

    color:#17304f;

    text-decoration:none;

    font-weight:700;
}
/* Hilangkan gap sebelum footer */

.allsmart-cta{
    margin-bottom:0 !important;
    padding-bottom:80px;
}

footer,
.site-footer{
    margin-top:0 !important;
}

body.page-template-page-allsmart footer{
    margin-top:0 !important;
}

@media(max-width:768px){
    .allsmart-hero{
        padding:34px 16px 52px;
    }

    .allsmart-hero-visual{
        border-radius:18px;
    }

    .allsmart-hero-content{
        width:100%;
        margin-top:16px;
        padding:14px;
        border-radius:18px;
    }

    .allsmart-hero-content .btn-primary{
        width:100%;
        max-width:300px;
    }
}
