@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	trial (refactored)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* --- Trial Section --- */
.voice__trial {
    background: linear-gradient(135deg, #fc75ae 0%, #eb9377 100%);
    padding: 24px 0;
    text-align: center;
    color: #fff;
    font-family: "Helvetica Neue", sans-serif;
}

.voice__trial-header {
    margin-bottom: 40px;
}

.voice__trial-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    font-family: "Helvetica Neue", sans-serif;
    display: block;
}

.voice__trial-subtitle {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.voice__trial h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.4;
    color: #fff;
}

.voice__trial-bar {
    display: block;
    width: 60px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
}

.voice__trial-text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
    font-weight: 700;
}

.voice__trial-btn-wrapper {
    display: flex;
    justify-content: center;
    max-width: 250px;
    margin: 0 auto;
}

.voice__trial-btn-wrapper img {
    max-width: 100%;
    height: auto;
    width: auto;
}

/* Mobile Responsive */
@media only screen and (max-width: 768px) {
    .voice__trial {
        padding: 0px 20px;
    }

    .voice__trial h2 {
        font-size: 24px;
    }

    .voice__trial-text {
        font-size: 14px;
    }

    .voice__trial-btn-wrapper {
        max-width: 100%;
    }
}
