:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5cbbc25 */.hero-coach {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px; /* biar ga full lebar */
    margin: 40px auto; /* kasih jarak atas bawah + center */
    min-height: 70vh; /* lebih pendek */
    padding: 60px 5%;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 30px;
    overflow: hidden;
    gap: 40px;
}

.hero-text {
    flex: 1;
    color: white;
    max-width: 550px;
}

.hero-label {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 18px;
}

.hero-text h1 {
    font-size: 52px; /* lebih kecil */
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #d1d5db;
    margin-bottom: 30px;
}

.hero-btn {
    display: flex;
    gap: 15px;
}

.btn-main,
.btn-outline {
    padding: 14px 26px; /* lebih kecil */
    border-radius: 50px;
}

.hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.hero-image img {
    width: 100%;
    max-width: 450px; /* gambar lebih kecil */
    border-radius: 20px;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-coach {
        flex-direction: column;
        text-align: center;
        min-height: auto;
        padding: 50px 25px;
    }

    .hero-text h1 {
        font-size: 38px;
    }

    .hero-btn {
        justify-content: center;
    }

    .hero-image img {
        max-width: 350px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f18454e */.advantages {
    padding: 100px 7%;
    background: #ffffff;
}

.adv-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.adv-label {
    display: inline-block;
    padding: 8px 18px;
    background: #f1f5f9;
    border-radius: 30px;
    font-size: 14px;
    color: #0f172a;
    margin-bottom: 20px;
}

.adv-header h2 {
    font-size: 42px;
    color: #0f172a;
    margin-bottom: 20px;
}

.adv-header p {
    font-size: 17px;
    color: #64748b;
    line-height: 1.8;
}

.adv-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.adv-card {
    background: #f8fafc;
    padding: 35px 25px;
    border-radius: 20px;
    transition: 0.3s;
    border: 1px solid #e2e8f0;
}

.adv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.icon {
    font-size: 35px;
    margin-bottom: 20px;
}

.adv-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #0f172a;
}

.adv-card p {
    color: #64748b;
    line-height: 1.7;
    font-size: 15px;
}

/* Responsive */
@media (max-width: 991px) {
    .adv-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .adv-grid {
        grid-template-columns: 1fr;
    }

    .adv-header h2 {
        font-size: 32px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3900930 */.services {
    padding: 100px 7%;
    background: #f8fafc;
}

.services-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.services-label {
    display: inline-block;
    padding: 8px 18px;
    background: white;
    border-radius: 30px;
    font-size: 14px;
    color: #0f172a;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
}

.services-header h2 {
    font-size: 42px;
    color: #0f172a;
    margin-bottom: 20px;
}

.services-header p {
    font-size: 17px;
    color: #64748b;
    line-height: 1.8;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.service-card:hover {
    transform: translateY(-8px);
}

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.service-content {
    padding: 25px;
}

.service-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #0f172a;
}

.service-content p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 991px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .services-header h2 {
        font-size: 34px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f78ec3 */.order-steps {
    padding: 100px 7%;
    background: #ffffff;
}

.order-header {
    text-align: center;
    margin-bottom: 60px;
}

.order-label {
    display: inline-block;
    padding: 8px 18px;
    background: #f1f5f9;
    border-radius: 30px;
    font-size: 14px;
    color: #0f172a;
    margin-bottom: 20px;
}

.order-header h2 {
    font-size: 42px;
    color: #0f172a;
    margin-bottom: 15px;
}

.order-header p {
    color: #64748b;
    font-size: 17px;
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.step-card {
    background: #f8fafc;
    padding: 35px 25px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    transition: 0.3s;
}

.step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.step-number {
    font-size: 42px;
    font-weight: 300;
    color: #94a3b8;
    display: block;
    margin-bottom: 25px;
}

.step-card h3 {
    font-size: 24px;
    color: #0f172a;
    margin-bottom: 15px;
}

.step-card p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
}

/* CTA Card */
.cta-card {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    padding: 35px 25px;
    border-radius: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-card h3 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.cta-card a {
    display: inline-block;
    padding: 14px 24px;
    background: white;
    color: #0f172a;
    text-decoration: none;
    border-radius: 40px;
    font-weight: 600;
    text-align: center;
    transition: 0.3s;
}

.cta-card a:hover {
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 991px) {
    .steps-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .steps-container {
        grid-template-columns: 1fr;
    }

    .order-header h2 {
        font-size: 32px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c3f97f */.testimonials {
    padding: 100px 7%;
    background: #f8fafc;
}

.testimonial-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.testimonial-label {
    display: inline-block;
    padding: 8px 18px;
    background: white;
    border-radius: 30px;
    font-size: 14px;
    color: #0f172a;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
}

.testimonial-header h2 {
    font-size: 42px;
    color: #0f172a;
    margin-bottom: 20px;
}

.testimonial-header p {
    font-size: 17px;
    color: #64748b;
    line-height: 1.8;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    transition: 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

.testimonial-card.active {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: white;
}

.stars {
    font-size: 20px;
    margin-bottom: 20px;
    color: #facc15;
}

.testimonial-card p {
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 15px;
}

.customer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.customer img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.customer h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.customer span {
    font-size: 14px;
    color: #94a3b8;
}

.testimonial-card.active .customer span {
    color: #cbd5e1;
}

/* Responsive */
@media (max-width: 991px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-header h2 {
        font-size: 34px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7abbede */.promo-section {
    padding: 100px 7%;
    background: #ffffff;
}

.promo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 30px;
    padding: 60px;
    overflow: hidden;
}

.promo-left {
    flex: 1;
    color: white;
}

.promo-label {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255,255,255,0.1);
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}

.promo-left h2 {
    font-size: 46px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.promo-left p {
    color: #cbd5e1;
    line-height: 1.8;
    margin-bottom: 30px;
}

.promo-info {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.promo-box {
    background: rgba(255,255,255,0.08);
    padding: 20px 30px;
    border-radius: 18px;
    text-align: center;
}

.promo-box h3 {
    font-size: 30px;
    margin-bottom: 8px;
}

.promo-box span {
    color: #cbd5e1;
    font-size: 14px;
}

.promo-btn {
    display: inline-block;
    padding: 16px 28px;
    background: white;
    color: #0f172a;
    text-decoration: none;
    border-radius: 40px;
    font-weight: 600;
    transition: 0.3s;
}

.promo-btn:hover {
    transform: translateY(-3px);
}

.promo-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.promo-card {
    background: rgba(255,255,255,0.08);
    padding: 30px;
    border-radius: 20px;
    color: white;
    backdrop-filter: blur(10px);
}

.promo-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.promo-card p {
    color: #cbd5e1;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 991px) {
    .promo-container {
        flex-direction: column;
        padding: 40px;
    }

    .promo-left h2 {
        font-size: 34px;
    }

    .promo-info {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .promo-left h2 {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a64e07 */.faq-section {
    padding: 100px 7%;
    background: #f8fafc;
}

.faq-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.faq-label {
    display: inline-block;
    padding: 8px 18px;
    background: white;
    border-radius: 30px;
    border: 1px solid #e2e8f0;
    font-size: 14px;
    color: #0f172a;
    margin-bottom: 20px;
}

.faq-header h2 {
    font-size: 42px;
    color: #0f172a;
    margin-bottom: 20px;
}

.faq-header p {
    color: #64748b;
    font-size: 17px;
    line-height: 1.8;
}

.faq-container {
    max-width: 850px;
    margin: auto;
}

.faq-item {
    background: white;
    border-radius: 18px;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.faq-item input {
    display: none;
}

.faq-item label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #0f172a;
}

.faq-item label span {
    font-size: 24px;
    transition: 0.3s;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
    padding: 0 30px;
}

.faq-content p {
    padding-bottom: 25px;
    color: #64748b;
    line-height: 1.8;
    font-size: 15px;
}

.faq-item input:checked ~ .faq-content {
    max-height: 200px;
}

.faq-item input:checked + label span {
    transform: rotate(45deg);
}

/* Responsive */
@media (max-width: 768px) {
    .faq-header h2 {
        font-size: 32px;
    }

    .faq-item label {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0e3114 */.articles-section {
    padding: 100px 7%;
    background: #ffffff;
}

.articles-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    gap: 20px;
}

.articles-label {
    display: inline-block;
    padding: 8px 18px;
    background: #f1f5f9;
    border-radius: 30px;
    font-size: 14px;
    color: #0f172a;
    margin-bottom: 20px;
}

.articles-header h2 {
    font-size: 42px;
    color: #0f172a;
    max-width: 500px;
    line-height: 1.3;
}

.articles-btn {
    padding: 14px 24px;
    background: #0f172a;
    color: white;
    text-decoration: none;
    border-radius: 40px;
    font-weight: 500;
    transition: 0.3s;
    white-space: nowrap;
}

.articles-btn:hover {
    transform: translateY(-3px);
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.article-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s;
}

.article-card:hover {
    transform: translateY(-8px);
}

.article-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
}

.article-content {
    padding: 20px 5px;
}

.article-date {
    font-size: 14px;
    color: #94a3b8;
    display: block;
    margin-bottom: 12px;
}

.article-content h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #0f172a;
}

/* Responsive */
@media (max-width: 991px) {
    .articles-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .articles-grid {
        grid-template-columns: 1fr;
    }

    .articles-header h2 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .articles-header h2 {
        font-size: 30px;
    }
}/* End custom CSS */