.hero-section {
    padding: 42px 0 28px 0;
}

.hero-section img {
	max-width: 100%;
	height: auto;
	width: 180px;
	margin-bottom: 28px;
}

h1 {
	max-width: 512px;
}

[data-postp="home-page"] h1 {
	max-width: 100%;
}

.hero-section p {
	max-width: 512px;
	font-size: 14px;
}

.cta-content a.signup-btn {
	margin-bottom: 16px;
	margin-top: 16px;
}

.cta-banner {
    background-color: #fff;
    padding: 20px 15px;
}

.cta-banner .img-fluid {
	width: 100px;
}

.advantages-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

[data-postp="home-page"] .advantages-section {
    padding:0;
    padding-top: 24px;
    padding-bottom: 40px;
    margin-top: 20px;
    background-color: transparent;
    border-top:2px solid rgba(var(--primary-color-rgb), 0.3);
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}

.advantages-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.advantage-item {
    width: 300px;
    text-align: left;
}

.icon-container {
    font-size: 29px;
    color: var(--primary-color);
    margin-bottom: 15px;
    text-align: center;
}

.advantage-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
	letter-spacing: normal;
	text-align: center;
}

.advantage-description,
.advantage-list {
    font-size: 14px;
    color: #555;
}

.pro-icon {
	width: 44px;
	height: auto;
	position: absolute;
	top: -7px;
	margin-left: 5px;
}

.advantage-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.advantage-list li {
    margin-bottom: 5px;
}

.pack-trees > i {
    position: relative;
}

.pack-trees > i:first-child {
    left: 33px;
}

.pack-trees > i.icon-plus {
	font-size: 19px;
	top: 11px;
	left: 2px;
}

.pack-trees > i:last-child {
    right: 29px;
}

body.logged-user .hero-section {
    padding-top: 22px;
}

.advantages-section .container {
    padding: 0;
}

@media (max-width: 768px) {
    .advantages-grid {
    flex-direction: column;
    }

    .advantage-item {
    width: 100%;
    }
}

@media (min-width: 767px) {
    body:not(.logged-user) .hero-section {
        background-image: url(/images/royalpalmaix/espace-pro-hero-section.webp);
        background-repeat: no-repeat;
        background-position: right;
    }

    .swiper-container {
        overflow: hidden;
    }

    body.logged-user .hero-section .container {
        max-width: unset;
        padding-right: calc(8% + 15px);
        padding-left: calc(8% + 15px);
    }
}