* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
}

body {
    background: #0c2e24;
    color: white;
    display: flex;
    justify-content: center;
}

.container {
    max-width: 430px;
    width: 100%;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #316352;
    padding: 10px;
}

.logo {
    width: 68px;
}

.join-btn {
    background: linear-gradient(#00A66C, #007A4F);
    border: 1px solid white;
    color: white;
    padding: 8px 18px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 13px;
    font-weight: 500;
}

.title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}

.main-content {
    background: url(../images/bg1.png);
    background-size: cover;
    padding: 10px;
}

.title span {
    color: #ffffff;
}

.description {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 24px;
}

.form-box {
    background-color: #277057;
    padding: 20px;
    padding-bottom: 2px;
    border-radius: 16px;
    text-align: center;
}

.form-title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 19px;
}

.form input[type="text"],
.form input[type="tel"] {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    margin-bottom: 12px;
    font-size: 1rem;
}

.phone-input {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
}

.flag {
    width: 30px;
    height: 20px;
    margin-left: 8px;
}

.code {
    margin: 0 8px;
    color: #333;
    font-weight: bold;
}

.phone-input input {
    flex: 1;
    border: none;
    padding: 12px;
    font-size: 1rem;
}

.submit-btn {
    background-color: #35c88a;
    color: white;
    border: 1px solid white;
    padding: 12px;
    width: 100%;
    border-radius: 12px;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
}

.submit-btn:hover {
    background-color: #2fbf7f;
}

.note {
    font-size: 15px;
    color: white;
    margin-top: 12px;
}

.huge-bg {
    background: url(../images/bg2.png);
    background-size: cover;
}

.advantages-section {
    padding: 15px 0;
    padding-bottom: 0;
    color: white;
    text-align: center;
}

.advantages-title {
    padding: 0 15px;
    font-size: 1.4rem;
    margin-bottom: 32px;
    font-weight: bold;
}

.advantages-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 40px;
}

.advantage-card {
    background-color: #1a3d32;
    padding: 20px;
    border-radius: 12px;
    text-align: left;
}

.advantage-card .icon {
    margin-bottom: 10px;
}

.advantage-card .icon img {
    width: 28px;
    height: 28px;
}

.advantage-card h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #ffffff;
}

.advantage-card p {
    font-size: 0.95rem;
    color: #cfcfcf;
    line-height: 1.4;
}

.assets-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.content-img {
    max-width: 100%;
    border-radius: 12px;
}

.after-registration {
    padding: 15px;
    color: white;
    text-align: center;
}

.after-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.benefits-list {
    padding: 0;
    margin: 0 auto 30px;
    margin-left: 20px;
    max-width: 500px;
    text-align: left;
}

.benefits-list li {
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.4;
}

.after-footer {
    text-align: left;
}

.after-footer h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.after-footer p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.cta-button {
    text-align: center;
    display: flex;
    margin: 0 auto;
    background: linear-gradient(#00A66C, #007A4F);
    border: 1px solid white;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 30px;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cta-button:hover {
    background-color: #2fbf7f;
}

.about-expert {
    padding: 40px 20px;
    text-align: center;
    color: white;
}

.about-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.about-description {
    font-size: 1rem;
    color: white;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.5;
}

.expert-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.icon-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-img {
    width: 170px;
    margin-bottom: 10px;
}

.icon-block p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
}

.arbitrage-section {
    padding: 10px;
    text-align: center;
    color: white;
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.arbitrage-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.arbitrage-img {
    width: 140px;
}

.arbitrage-text {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}

.fear-section {
    padding: 20px;
    text-align: center;
    color: white;
}

.fear-subtext {
    font-size: 1rem;
    color: #dcdcdc;
    line-height: 1.5;
    margin-bottom: 15px;
}
