.samira-hero {
    padding: 80px 20px;
    background: linear-gradient(135deg, #0aa, #0077cc);
    color: #fff;
    text-align: center;
}

.hero-inner {
    max-width: 700px;
    margin: auto;
}

.hero-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

.hero-desc {
    font-size: 18px;
    margin-bottom: 25px;
    opacity: 0.9;
}

.btn-hero {
    display: inline-block;
    background: #25D366;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
}

.samira-testimoni {
    background: #f9fbfc;
}

.testi-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border-left: 5px solid #0aa;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.testi-card:hover {
    transform: translateY(-5px);
}

.testi-text {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    font-style: italic;
}

.samira-cta {
    background: linear-gradient(135deg, #0aa, #0077cc);
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.cta-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cta-sub {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 25px;
}

.btn-cta {
    display: inline-block;
    background: #25D366;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.btn-cta:hover {
    transform: scale(1.05);
    background: #1ebe5d;
}