.elboom * {
    box-sizing: border-box;
}

body {
    margin: 0;
	font-family: "Raleway", sans-serif;
	background: #5227f3ad;
}

.elboom {
    overflow: hidden;
}

.elboom-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 72px 40px 136px;
    background: #ffffff;
}

/* Background */

.elboom-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url('../images/hero.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.elboom-hero__container {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

/* Badge */

.elboom-hero__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 18px;
    border-radius: 16px;
    border: 1px solid rgba(99, 65, 227, .25);
    background: #F4F0FF;
    color: #6341E3;
    box-shadow:
        0 10px 30px rgba(99, 65, 227, .08);
}

.elboom-hero__badge span {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .04em;
}

.elboom-hero__badge svg {
    height: 20px;
}

/* Title */

.elboom-hero__title {
    margin: 32px 0 0;
    padding-top: 214px;
    font-size: 52px;
    line-height: 101%;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #e7e7e7;
}

/* Features */

.elboom-hero__features {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
}

.elboom-hero__feature {
   width: 300px;
    min-height: 110px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .59);
    backdrop-filter: blur(14px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .18);
}

.elboom-hero__feature-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .59);
    color: #6341E3;
    font-size: 32px;
}

.elboom-hero__feature-icon svg {
    width: 50px;
    height: 44px;
}

.elboom-hero__feature-text {
    text-align: left;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 700;
    color: #232C4F;
}

/* Subtitle */

.elboom-hero__subtitle {
    margin-top: 42px;
    font-size: 64px;
    line-height: 1;
    font-weight: 400;
    font-style: italic;
    color: #7A5AF8;
}

/* Arrow */

.elboom-hero__arrow {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    color: #7A5AF8;
}

.elboom-hero__arrow svg {
    width: 84px;
    height: 120px;
}

/* Button */

.elboom-hero__button {
    margin: 80px auto 0;
    width: 100%;
    max-width: 400px;
    min-height: 82px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 22px;
    text-decoration: none;
    background:
        linear-gradient(
            180deg,
            #7A5AF8 0%,
            #6341E3 45%,
            #5635D8 100%
        );
    box-shadow:
		0 0 0 2px rgba(255, 255, 255, 0.5),
    	0 0 8px 3px rgba(255, 255, 255, 0.35),
   		0 18px 30px rgba(99, 65, 227, .58),
   		0 0 50px rgba(203, 180, 255, .55);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.elboom-hero__button:hover {
    transform: translateY(-3px);
    box-shadow:
		0 0 0 2px rgba(255, 255, 255, 0.6),
    	0 0 8px 3px rgba(255, 255, 255, 0.45),
        0 30px 50px rgba(99, 65, 227, .55),
        0 0 55px rgba(99, 65, 227, .35);
}

.elboom-hero__button-icon,
.elboom-hero__button-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.elboom-hero__button svg {
	width: 52px;
    height: 52px;
}

.elboom-hero__button-text {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
	white-space: nowrap;
}

.elboom-hero__button-arrow {
    font-size: 32px;
    transform: translateY(-2px);
}

.privacy-policy-page {
    padding: 40px 0 100px;
    color: #fff;
}

.privacy-policy-page .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.privacy-policy-page .entry-title {
    margin-bottom: 32px;
    font-size: 38px;
    line-height: 1.2;
}

.privacy-policy-page .entry-content {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}

.privacy-policy-page .entry-content h2,
.privacy-policy-page .entry-content h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.privacy-policy-page .entry-content p {
    margin-bottom: 20px;
}

.privacy-policy-page .entry-content ul,
.privacy-policy-page .entry-content ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.elboom-footer {
    position: relative;
    z-index: 5;
    padding: 24px 20px;
    background: rgba(255, 255, 255, .62);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(99, 65, 227, .08);
	margin-top: -80px;
	bottom: -12px;
}

.elboom-footer__container {
    max-width: 1240px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.elboom-footer__copy {
    font-size: 14px;
    line-height: 1.4;

    color: #232C4F;
}

.elboom-footer__policy {
    font-size: 14px;
    line-height: 1.4;

    color: #6341E3;

    text-decoration: none;

    transition: opacity .2s ease;
}

.elboom-footer__policy:hover {
    opacity: .7;
}

@media (max-width: 767px) {

    .elboom-footer {
        padding: 18px 16px;
    }

    .elboom-footer__container {
        flex-direction: column;
        justify-content: center;

        text-align: center;
    }

}

@media (max-width: 980px) {
	.elboom-hero__feature-text {
    	font-size: 20px;
	}
}

@media (max-width: 767px) {
	.elboom-hero__bg {
        background-image: url('../images/hero-mob.png');
    }

	.elboom-hero::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
		pointer-events: none;
	}

    .elboom-hero {
        position: relative;
    	overflow: hidden;
    	min-height: 100svh;
        padding:
            110px 40px 60px;
    }

    .elboom-hero__container {
        max-width: 100%;
    }

    /* Badge */

    .elboom-hero__badge {
        min-height: 42px;

        padding: 10px 18px;

        gap: 8px;
    }

    .elboom-hero__badge span {
        font-size: 13px;
    }

    .elboom-hero__badge svg {
        width: 16px;
        height: 16px;
    }

    /* Title */

    .elboom-hero__title {
        margin-top: 28px;
        font-size: 56px;
        padding-top: 125px;
        letter-spacing: -0.05em;
    }

    /* Features */

    .elboom-hero__features {
        margin-top: 44px;
        gap: 0;
        justify-content: space-between;
    }

    .elboom-hero__feature {
        width: calc(33.333% - 8px);
        min-height: auto;
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        gap: 18px;
        background: transparent;
        backdrop-filter: none;
        box-shadow: none;
        border-radius: 0;
        position: relative;
    }

    .elboom-hero__feature:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 10px;
        right: -4px;
        width: 1px;
        height: 100px;
    }

    .elboom-hero__feature-icon {
        width: 68px;
        height: 68px;
        min-width: 68px;
        margin: 0 auto;
        font-size: 30px;
        background: rgba(255, 255, 255, .79)
    }

    .elboom-hero__feature-icon svg {
        width: 34px;
        height: 34px;
    }

    .elboom-hero__feature-text {
        text-align: center;
        font-size: 14px;
        line-height: 1.35;
        font-weight: 700;
        color: #e7e7e7;
        white-space: nowrap;
    }

    /* Subtitle */

    .elboom-hero__subtitle {
        margin-top: 58px;
        font-size: 56px;
        line-height: 1;
    }

    /* Arrow */

    .elboom-hero__arrow {
        margin-top: 16px;
    }

    .elboom-hero__arrow svg {
        width: 54px;
        height: auto;
    }

    /* Button */

    .elboom-hero__button {
        margin-top: 26px;
        max-width: 100%;
        width: 100%;
        min-height: 84px;
        padding: 18px 22px;
        gap: 14px;
        border-radius: 22px;
    }

    .elboom-hero__button-icon svg {
        width: 34px;
        height: 34px;
    }

    .elboom-hero__button-text {
        font-size: 19px;
        letter-spacing: -0.02em;
    }

    .elboom-hero__button-arrow {
        font-size: 34px;
    }

}

@media (max-width: 480px) {
    .elboom-hero {
        padding:
            60px 20px 120px;
    }
    .elboom-hero__title {
        margin-top: 100px;
        font-size: 36px;
	}
	.elboom-hero__feature-icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
	}
    .elboom-hero__subtitle {
        margin-top: 32px;
        font-size: 30px;
	}
    .elboom-hero__badge {
        min-height: 38px;
        padding: 10px 12px;
        gap: 8px;
    }
	.elboom-hero__badge span {
        font-size: 12px;
    }
	.elboom-hero__arrow svg {
        width: 60px;
        height: auto;
    }
	.elboom-hero__button-arrow {
        font-size: 28px;
		transform: translateY(-3px);
    }
    .elboom-hero__button {
        margin-top: 32px;
		min-height: 76px;
        padding: 12px 16px;
        gap: 12px;
	}

	.elboom-hero__button-text {
        font-size: 17px;
        letter-spacing: -0.02em;
    }

}
