@font-face{font-family:"flaticon";src:url(flaticon_mycollection.ttf) format("truetype")}

/* Base Styles */
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #F4F7FE;
  color: #0a1e33;
}

.container {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}

/* Hero Section */
.hero {
  background: url('hero_web.png') no-repeat center center / cover;
  color: white;
  padding-top: 60px;
  padding-bottom: 60px;
}

.logo {
  margin: 0 auto 20px;
  display: block;
}

.hero h1 {
  font-size: 54px;
  font-weight: 600;
  margin: 0 0 16px;
  line-height: 1.4;
}

.subtext {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.9;
  margin-bottom: 24px;
}

.cta-btn {
  background-color: #497eff;
  color: white;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 999px;
  display: inline-block;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(73, 126, 255, 0.3);
}

.cta-btn span{
      position: relative;
      bottom: 4px;
}

/* Fail Section */
.fail {
  background: url('light bg_web.png') no-repeat center center / cover;
  padding: 60px 0;
}

.fail h2 {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 12px;
}

.reason {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.message {
  font-size: 0.9rem;
  font-weight: 400;
  color: #555;
}

/* Trading Academy Section */
.academy {
  background: url('Trading academy_web.png') no-repeat center center / cover;
  color: white;
  text-align: center;
}

.academy h2 {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 12px;
}

.academy .subtitle {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.9;
  margin-bottom: 40px;
}

.academy-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

/* Block 4: Inside PROP365 Academy */
.academy-benefits {
  background-color: #F4F7FE;
  text-align: center;
  padding: 60px 20px;
}

.academy-benefits h2 {
  font-size: 54px;
  font-weight: 700;
  color: #0a2a42;
  margin-bottom: 8px;
}

.academy-benefits .subtitle {
  font-size: 1rem;
  color: #555;
  margin-bottom: 32px;
}

.benefit-cards {
display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

.card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 64, 179, 0.08);
}

.card img {
    width: 250px;
  border-radius: 16px;
  margin: 0 auto 16px;
  display: block;
}

.card p {
  font-size: 0.95rem;
  font-weight: 500;
  color: #0a2a42;
}

/* Block 5: Call to Action */
.challenge-cta {
  background: url('light bg_web.png') no-repeat center / cover;
  text-align: center;
  padding: 60px 20px;
  color: #0a2a42;
}

.challenge-cta h2 {
  font-size: 54px;
  font-weight: 700;
}

.cta-btn span:before {
    content: "\f104";
    font-family: 'flaticon';
    font-size: 22px;
    position: relative;
    top: 4px;
    font-weight: 400;
}


@media (max-width: 767px) {
	.benefit-cards {
    flex-direction: column;
	}
.hero {
background: url('hero_webmob.png') no-repeat center center / cover;
}
.fail {
  background: url('light bg_webmob.png') no-repeat center center / cover;
}

.academy {
  background: url('Trading academy_webmob.png') no-repeat center center / cover;
}

.challenge-cta {
  background: url('light bg_webmob.png') no-repeat center / cover;
}
		.footer-column {
			width: 100% !important;
			margin-bottom: 25px !important;
		}
		.newsletter-section, .footer-bottom {
			display: grid !important;
			padding: 15px !important;
		}
		.footer, .disclaimer {
			padding: 15px !important;
		}
	}
	.footer-block {
		margin: 0;
		background-color: #000314;
		color: white;
	}
	.footer {
		background-color: #000314;
		padding: 40px 80px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-column {
		max-width: 250px;
	}
	.footer h3 {
		font-size: 18px;
		margin-bottom: 15px;
		color: white;
	}
	.footer p, .footer a {
		font-size: 14px;
		color: #747A88;
		text-decoration: none;
		display: block;
		margin-bottom: 8px;
	}
	.footer a:hover {
		color: white;
	}
	.newsletter-section {
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
		padding: 20px 80px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.newsletter-text h3 {
		margin: 0;
		font-size: 25px;
		color: white;
	}
	.newsletter-text p {
		color: #747A88;
		margin: 5px 0;
		font-size: 14px;
	}
	.subscription-form {
		display: flex;
		align-items: center;
		background-color: #fff;
		border-radius: 25px;
		padding: 5px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	}

	.subscription-form input[type="email"] {
		border: none;
		outline: none;
		padding: 10px;
		border-radius: 25px 0 0 25px;
		flex-grow: 1;
		font-size: 16px;
	}

	.subscription-form input[type="email"]::placeholder {
		color: #b0b0b0;
	}

	.subscription-form button {
		background-color: #000;
		color: #fff;
		border: none;
		padding: 10px 20px;
		border-radius: 25px;
		cursor: pointer;
		font-size: 16px;
	}

	.subscription-form button:hover {
		background-color: #333;
	}

	.subscription-form .icon {
		margin: 10px;
		color: #b0b0b0;
		font-size: 25px;
	}
	.social-icons a {
		display: inline-block;
		margin-right: 10px;
		line-height: 26px;
		color: #747A88;
		background: white;
		width: 26px;
		text-align: center;
		border-radius: 50%;
	}
	.footer-bottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 80px;
		font-size: 14px;
		color: #747A88;
	}
	.disclaimer {
		font-size: 14px;
		color: #747A88;
		margin-top: 20px;
		text-align: justify;
		padding: 0 80px;
	}
	.footer-links {
		display: flex;
		gap: 15px;
	}
	.footer-links a {
		color: #747A88;
		text-decoration: none;
		font-size: 14px;
	}
	.footer-links a:hover {
		color: white;
	}
	.footer-bottom, .disclaimer {
		font-size: 14px;
	}