* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    max-width: 480px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}

h2 {
    font-size: 24px;
}

.section-rounded {
    border-radius: 12px 12px 0px 0px;
    margin-top: -16px;
}

.header-bg {
    position: sticky;
    top: 0;
    z-index: 999;

    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    padding: 12px 0;
}

.header-logo {
    height: 34px;
}

.header-upper-text {
    font-size: 12.74px;
    line-height: 16.3px;
}

.header-lower-text {
    font-size: 17.28px;
    line-height: 16.3px;
}

.hero-bg {
    /* background-image: url('../img/bg-header.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 490px; */
}

.hero-h1 {
    font-size: 18px;
    line-height: 31px;
    font-weight: 600;
}

.hero-h2 {
    font-size: 23px;
    /* Fallback color for older browsers */
    color: #FFD100;
    /* Define the gradient */
    background-image: linear-gradient(to right, #FFD100, #FFDA30);
    /* Clip the background to the text shape */
    background-clip: text;
    -webkit-background-clip: text;
    /* For compatibility */
    /* Make the text transparent to reveal the gradient */
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: 'Bebas Neue';
}

.hero-btn {
    background-image: linear-gradient(to bottom, #FFD100, #FFEB91);
    font-size: 15px;
    border-radius: 11px;
}

.member-section {
    background-image: linear-gradient(to bottom, #FFD100, #FFEB91);
    padding-bottom: 36px;
}

.member-card-h4 {
    font-size: 12.5px;
}

.member-card-img {
    border-radius: 4px;
}

.member-card-btn {
    background-image: linear-gradient(to bottom, #FFD100, #FFDA30);
    font-size: 13px;
    padding: 6px 8px;
    border-radius: 30px;
}

.member-h3 {
    font-size: 20px;
}

.member-benefit-box {
    padding: 0px 12px 12px 12px;
    border-radius: 12px;
}

.member-benefit-header {
    width: 277px;
    height: 38px;
    background-image: linear-gradient(to bottom, #FFD100, #FFDA30);
    border-radius: 0px 0px 24px 24px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
}

.member-benefit-header h4 {
    font-size: 17px;
}

.member-text-benefit {
    font-size: 13px;
    line-height: 16px;
}

.fitur-section {
    background-image: linear-gradient(to bottom, #FFFFFF, #FFF7E6);
    padding-bottom: 36px;
    gap: 20px;
}

.fitur-text {
    font-size: 14px;
    line-height: 20px;
}

.fitur-btn-app-store {
    width: 120px;
    height: auto;
}

.coach-section {
    padding-bottom: 36px;
    gap: 20px;
}

.coach-btn {
    background-image: linear-gradient(to bottom, #FFD100, #FFDA30);
    font-size: 14px;
    border-radius: 11px;
}

.gallery-section {
    background-color: #FFF7E6;
    padding-bottom: 36px;
    gap: 20px;
}

.partner-section {
    padding-bottom: 36px;
    gap: 20px;
}

.footer-section {
    background-image: linear-gradient(to bottom, #FFFBEB, #FFE77C);
    padding-bottom: 36px;
    gap: 20px;
}

.footer-contact-logo{
    height: 20px;
}

.contact-text {
    font-size: 13px;
    line-height: 16px;
}

.footer-text {
    font-size: 12px;
    line-height: 16px;
}

.footer-text-follow-us{
    margin-bottom: 12px;
}

.footer-sosmed-logo{
    height: 24px;
}

.title-register{
    font-size: 16px;
}

.label-form{
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 10px;
}
.form-control{
    background-color: #fafafa;
    color: #757575;
    padding: 10px;
    border-radius: 11px;
    font-size: 15px;
}

.daftar-btn{
    width: 100%;
    background-image: linear-gradient(to bottom, #FFD100, #FFDA30);
    font-size: 15px;
    border-radius: 12px;
    margin-top: 54px;
    padding: 11px 10px;
    font-weight: 500;
}
.input-group .form-control{
    border-right: 0;
}
.input-group-text {
    background-color: #F3F4F6; /* samakan dengan input */
    border-left: 0; /* hilangkan garis tengah */
}

.form-control:focus {
    box-shadow: none; /* optional biar clean */
}

.form-register {
    background: #ffffff;
    padding: 11px;
    border-radius: 12px;
}