/* =======================================================
   4. HOME - TRUST, TESTIMONIAL & CTA
   ======================================================= */
/* --- TRUST SECTION --- */
.trust-section {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    padding: 100px 5%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.trust-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}
.stats-wrapper {
    padding-right: 20px;
}
.stats-wrapper h2 {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 40px;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1.2;
}
.stats-grid-compact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
}
.stat-number {
    font-size: 65px;
    font-weight: 900;
    background: linear-gradient(to right, #38bdf8, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
    letter-spacing: -2px;
}
.stat-label {
    font-size: 15px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.massive-review-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}
.mrc-top-split {
    display: flex;
    height: 380px;
    position: relative;
    background: #f1f5f9;
}
.mrc-image-area {
    width: 45%;
    height: 100%;
}
.mrc-image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mrc-content-area {
    width: 60%;
    background: linear-gradient(135deg, #0284c7, #0369a1);
    border-radius: 190px 0 0 190px;
    margin-left: -5%;
    padding: 40px 40px 40px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.mrc-headline {
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}
.mrc-headline::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #fbc116;
    margin-top: 20px;
    border-radius: 5px;
}
.mrc-author-block h4 {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 5px;
}
.mrc-author-block p {
    font-size: 14px;
    color: #bae6fd;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mrc-bottom {
    background: #ffffff;
    padding: 50px 60px;
    position: relative;
    text-align: center;
}
.mrc-quote-text {
    font-size: 24px;
    line-height: 1.6;
    color: #0f172a;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.mrc-quote-mark {
    position: absolute;
    bottom: -30px;
    right: 20px;
    font-size: 180px;
    font-family: serif;
    color: #e0f2fe;
    line-height: 1;
    z-index: 1;
}

/* --- PREMIUM TESTI SECTION --- */
.premium-testi-section {
    background: #0f172a;
    padding: 100px 5%;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.premium-testi-section::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(
        circle,
        rgba(2, 132, 199, 0.15) 0%,
        transparent 70%
    );
    border-radius: 50%;
    pointer-events: none;
}
.pt-container {
    max-width: 1000px;
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 50px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    align-items: center;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}
.pt-profile {
    text-align: center;
    min-width: 200px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 40px;
}
.pt-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(56, 189, 248, 0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}
.pt-name {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 5px;
}
.pt-role {
    font-size: 14px;
    color: #94a3b8;
    font-weight: 600;
    margin-bottom: 15px;
}
.pt-stars {
    color: #f59e0b;
    font-size: 18px;
}
.pt-review {
    position: relative;
}
.pt-review::before {
    content: "“";
    position: absolute;
    top: -30px;
    left: -20px;
    font-size: 120px;
    color: rgba(255, 255, 255, 0.05);
    font-family: serif;
    line-height: 1;
}
.pt-text {
    font-size: 20px;
    line-height: 1.7;
    color: #e2e8f0;
    font-style: italic;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

/* --- FAQ SECTION --- */
.faq-section {
    padding: 120px 5%;
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
}
.faq-section h2 {
    font-size: 42px;
    font-weight: 900;
    color: #0f172a;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: -1px;
}
.faq-item {
    border-bottom: 1px solid #e2e8f0;
    padding: 30px 0;
    transition: all 0.3s ease;
}
.faq-item:hover {
    padding-left: 15px;
    border-bottom-color: var(--kaching-blue);
}
.faq-item h4 {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.faq-item h4::before {
    content: "?";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #e0f2fe;
    color: var(--kaching-blue);
    border-radius: 50%;
    font-size: 16px;
    flex-shrink: 0;
}
.faq-item p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
    padding-left: 45px;
}

/* --- FINAL CTA --- */
.final-cta {
    background: radial-gradient(
        circle at 50% 0%,
        #0284c7,
        var(--kaching-blue) 80%
    );
    color: #fff;
    padding: 140px 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.final-cta::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    top: -50px;
    left: 0;
    background: #ffffff;
    border-radius: 50%;
}
.cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}
.final-cta h2 {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -2px;
}
.final-cta p {
    font-size: 20px;
    color: #e2e8f0;
    margin-bottom: 50px;
}
.btn-final {
    background: #ffffff;
    color: #0f172a;
    padding: 20px 50px;
    border-radius: 50px;
    font-weight: 900;
    font-size: 20px;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.btn-final:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    color: var(--kaching-blue);
}
