/* -------------------- FONTS -------------------- */
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;600;700&family=Manrope:wght@300;400;500;600;700&display=swap');

/* -------------------- GLOBAL -------------------- */
body {
    margin: 0;
    padding: 0;
    background: #202020;
    font-family: 'Manrope', sans-serif;
    color: #FFFFFF;
    font-size: 20px;
}

.container {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    margin: 0 auto;
}

section {

}

h1, h2, h3 {
    font-family: 'Unbounded', sans-serif;
    margin: 0 0 0;
}

h2{
    font-size: 32px;
    text-align: center;
    font-weight: 500;
}

h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
    text-transform: capitalize;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin: 12px 0;
}

.checklist{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.checklist-col{
    width: 464px;
}

.features-block{
    padding: 50px 140px;
    display: flex;
    justify-content: center;
    gap: 200px;

}

/* -------------------- HEADER -------------------- */
.header {
    max-width: 1440px;
    margin: 15px auto;
    padding: 0 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Unbounded', sans-serif;
}

.header-title {
    font-weight: 700;
}

.header-sub {
    font-size: 16px;
    font-weight: 500;
}

/* -------------------- HERO BLOCK -------------------- */
.hero {
    position: relative;
    padding: 0;
    height: 700px;
    margin-bottom: 50px;
    background: url(/img/ff/ff-b1.jpg) center / cover no-repeat;
}

.hero-content {
    display: flex;
    gap: 214px;
    flex-direction: column;
    padding-top: 212px;
    padding-left: 140px;
}

.hero-buttons{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hero h1 {
    font-size: 52px;
    text-transform: uppercase;
    line-height: 1.1;
}

.hero-sub {
    font-size: 20px;
    max-width: 600px;
    margin-bottom: 30px;
}

.hero-mobile-sub-rows{
    display: none;
}

.two-col{
    display: flex;
    gap: 40px;
    align-items: center;
}

.block-2-mobile-footer{
    display: none;
}

/* -------------------- FORMS -------------------- */
.form-inline {
    display: flex;
    flex-wrap: wrap;
}

.input {
    background: #FFFFFF;
    color: #000;
    padding: 14px 18px;
    border: none;
    font-size: 16px;
    flex: 1;
    min-width: 240px;
    max-width: 300px;
}

.btn-green {
    background: #95FF8D;
    color: #000;
    padding: 14px 28px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    gap: 5px;
    line-height: 1.3;
}

.btn-grey {
    background: #404040;
    color: #FFF;
    padding: 14px 28px;
    border: none;
    font-size: 16px;
    display: flex;
    gap: 5px;
    line-height: 1.3;
}

/* -------------------- BLOCK 2 -------------------- */
.block-2 {
    margin-bottom: 50px;
    margin-top: 50px;
}

/* -------------------- GRAY BLOCK -------------------- */
.block-gray {
    background: #404040;
    padding: 50px 0;
}

.block-green {
    display: flex;
    flex-direction: column;
    gap: 50px;
    background: #95FF8D;
    padding: 50px 140px;
    color: black;
    margin-bottom: 50px;
}

/* -------------------- BLOCK 4 -------------------- */
.block-4 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.footer-small{
    font-size: 16px;
    line-height: 2;
}

/* -------------------- FEATURES (3 columns) -------------------- */
.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.feature-item p {
    font-size: 18px;
}

/* -------------------- CHECKLIST -------------------- */
.checklist div::before {
    content: '✕';
    margin-right: 12px;
    color: #AAAAAA;
}

.mid{
    color: #95FF8D;
}

.mid-line-container{
    display: flex;
    margin-left: 160px;
    flex-direction: column;
    gap: 40px;
}



/* -------------------- block-6 --------------- */
.block-6{
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.b6-checklist {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.b6-checklist div::before {
    content: url('/img/ff/check.svg');
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    color: #95FF8D;
    transform: scale(0.6);
    vertical-align: middle;
}

/* -------------------- Block 5 -------------------- */


.block-betting{
    display: flex;
    flex-direction: column;
    gap: 50px;
    background: #404040;
    padding: 50px 140px;
    color: black;
}
.block-betting h2{
    color: white;
}

.block-betting p{
    color: white;
}

.mid-line{
    display: flex;
    flex-direction: column;
    color: white;
    gap: 20px;
}

.mid-line h3{
    color: #95FF8D;
}

.mid-line-footer-small{
    color: white;
    font-size: 14px;
    line-height: 2;
}

/* -------------------- BLOCK 7 -------------------- */
.block-7 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 0;
    background: url('/img/ff/ff-b7.jpg') center/cover no-repeat;
    align-items: center;
}

.block-7-content {
    width: 100%;
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-items: flex-start;
}
.block-7-content-inner{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-left: 120px;
}

/* -------------------- FAQ -------------------- */

.block-faq {
    display: flex;
    flex-direction: column;
    gap: 50px;
    background: #95FF8D;
    padding: 50px 140px;
    color: black;
}

.faq-item {
    margin-bottom: 10px;
}
.faq-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-q {
    font-family: 'Unbounded', serif;
    font-size: 28px;
}

.faq-a {
    font-size: 18px;
    opacity: 0.85;
}

/* -------------------- BLOCK 9 -------------------- */
.block-8 {
    height: 800px;
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
    background: url(/img/ff/ff-b8.jpg) center / cover no-repeat;
    align-items: flex-start;
    justify-content: space-around;
}

.block-8-content {
    display: flex;
    gap: 50px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 140px;
}
.block-8-content-inner{
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}

/*---------------- My GOAL -------------------*/

.mg-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mg-header {
    background: #404040;
    padding: 0 250px;
}

.mg-avg-container{
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.mg-avg-stat-container{
    font-size: 16px;
    display: flex;
    gap: 40px;
}

.mg-athlete-container{
    color: #95FF8D;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    gap: 10px;
}

.mg-card {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    min-height: 600px;
    gap: 50px;
    justify-content: center;
    padding-top: 20px;
}

.mg-image-block {
    flex: 1;
    position: relative;
    max-width: 500px;
    border-radius: 8px;
    overflow: hidden;
}

.mg-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    border-radius: 8px;
    object-position: 55% ;
}

.mg-image-title {
    position: absolute;
    top: 40px;
    left: 40px;
    max-width: 200px;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
}

.mg-content-block {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    max-width: 610px;
}

.mg-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}

.mg-tab {
    flex: 1;
    background: transparent;
    border: 1px solid #404040;
    color: #FFFFFF;
    padding: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Manrope', sans-serif;
    transition: 0.3s;
}

.mg-tab img { width: 20px; }

.mg-tab.active {
    border-color: #95FF8D;
}

.mg-tab.disabled {
    border-color: #AAAAAA;
    color: #AAAAAA;
}
.mg-goal-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mg-goal-body{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mg-hint {
    color: #AAAAAA;
    font-size: 14px;
}

.mg-goal-form-wrapper{
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #404040;
}

.mg-goal-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mg-field {
    width: 100%;
}

.mg-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}

.mg-input {
    width: 100%;
    background: #2A2A2A;
    border: 1px solid #404040;
    color: white;
    padding: 14px;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
}

.mg-submit-btn, .mg-pay-btn {
    display: flex;
    width: 100%;
    margin-top: 10px;
    border-radius: 6px;
    justify-content: center;
}

.mg-footer-note {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
}

/* Стили для установленной цели */
.mg-goal-display {
    border: 1px solid #404040;
    padding: 24px;
    border-radius: 8px;
    background: rgba(255,255,255,0.02);
}

.mg-goal-status-text {
    color: #FFFFFF;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.mg-goal-status-text img {
    width: 24px;
    height: 24px;

}

.mg-goal-details {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #FFFFFF;
}
.mg-goal-actions {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #404040;
    padding-top: 15px;
    margin-bottom: 20px;
}

.btn-link {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
}

.btn-link.remove { color: #FF6B6B; }

/* Прогресс бар */
.mg-progress-bar {
    height: 40px;
    background: #2A2A2A;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.mg-progress-fill {
    height: 100%;
    background: #95FF8D;
    transition: width 0.5s ease-in-out;
}

.mg-progress-dates {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    color: var(--some-gray-color);
    font-size: 14px;
}

.mg-progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #888;
}
/*---------------- END My GOAL -------------------*/