.sa-home {
    color: #343434;
    font-family: inherit;
    background: #ffffff;
}

.sa-home-btn-primary:focus {
    color: #fff;
}

.home .ast-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.sa-home * {
    box-sizing: border-box;
}

.sa-home-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.sa-home-hero {
    padding: 40px 0 40px;
    background:
        radial-gradient(circle at 15% 10%, rgba(63, 192, 149, 0.14), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f7faf9 100%);
}

.sa-home-hero-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 64px;
    align-items: center;
}

.sa-home-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #3fc095;
    font-weight: 700;
    font-size: 14px;
}

.sa-home-badge span,
.sa-home-offer-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(63, 192, 149, 0.14);
    color: #3fc095;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.sa-home-hero h1 {
    margin: 0;
    color: #343434;
    font-size: 40px;
    line-height: 1.04;
    letter-spacing: -0.05em;
    font-weight: 700;
}

.sa-home-hero h1 strong {
    color: #3fc095;
    font-weight: 700;
}

.sa-home-hero-text {
    max-width: 620px;
    margin: 24px 0 26px;
    font-size: 14px;
    line-height: 1.7;
    color: #343434;
}

.sa-home-price-box {
    display: flex;
    gap: 28px;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 24px;
    border: 1px solid #e5edf0;
    border-radius: 5px;
    box-shadow: 0 12px 34px rgba(23, 36, 58, 0.08);
    justify-content: center;
}

.sa-home-price {
    padding-right: 28px;
    border-right: 1px solid #3fc095;
    white-space: nowrap;
}

.sa-home-price span,
.sa-home-big-price span {
    color: #3fc095;
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.06em;
}

.sa-home-price small,
.sa-home-big-price small {
    color: #343434;
    font-size: 18px;
    font-weight: 600;
}

.sa-home-price-box ul,
.sa-home-pricing-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sa-home-price-box li,
.sa-home-pricing-list li {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 26px;
    margin: 8px 0;
    color: #343434;
    font-weight: 600;
    font-size: 14px;
}

.sa-home-price-box li::before,
.sa-home-pricing-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #3fc095;
    font-weight: 900;
}

.sa-home-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 18px;
}

.sa-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 501;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    line-height: normal;
}

.sa-home-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.sa-home-btn-primary {
    background: #3fc095;
    color: #ffffff;
    border: 1px solid #3fc095;
}

.sa-home-btn-primary:hover {
    background: #343434;
    border: 1px solid #343434;
    color: #ffffff;
}

.sa-home-btn-secondary {
    background: #ffffff;
    color: #3fc095;
    border: 1px solid #3fc095;
}

.sa-home-btn-secondary:hover {
    background: #fff;
    color: #343434;
    border-color: #343434;
}

.sa-home-delay {
    margin: 0;
    color: #343434;
    font-size: 14px;
    text-align: center;
}

.sa-home-delay::before {
    content: "◷";
    margin-right: 3px;
    color: #343434;
}

.sa-home-hero-visual {
    position: relative;
}

.sa-home-hero-visual::before {
    content: "";
    position: absolute;
    inset: 11% -2% -4% 8%;
    background: rgba(63, 192, 149, 0.10);
    border-radius: 36px;
    filter: blur(10px);
}

.sa-home-hero-visual img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 18px 45px rgba(23, 36, 58, 0.10);
}

.sa-home-problem,
.sa-home-service,
.sa-home-demo,
.sa-home-process,
.sa-home-pricing,
.sa-home-faq {
    padding: 50px 0;
}

.sa-home-service,
.sa-home-process,
.sa-home-faq {
    background: #f8faf9;
}

.sa-home-section-title {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

.sa-home-section-title h2 {
    margin: 0 0 14px;
    color: #343434;
    font-size: 30px;
    line-height: 1.18;
    letter-spacing: -0.035em;
    font-weight: 700;
}

.sa-home-section-title h2 span {
    color: #3fc095;
}

.sa-home-section-title p {
    margin: 0;
    color: #343434;
    font-size: 14px;
    line-height: 1.7;
}

.sa-home-three-cols,
.sa-home-four-cols {
    display: grid;
    gap: 24px;
}

.sa-home-three-cols {
    grid-template-columns: repeat(3, 1fr);
}

.sa-home-four-cols {
    grid-template-columns: repeat(4, 1fr);
}

.sa-home-soft-card,
.sa-home-feature-card,
.sa-home-demo-grid article {
    background: #ffffff;
    border: 1px solid #e5edf0;
    border-radius: 5px;
    box-shadow: 0 12px 32px rgba(23, 36, 58, 0.06);
    text-align: center;
}

.sa-home-soft-card {
    padding: 34px 28px;
}

.sa-home-feature-card {
    padding: 34px 24px;
}

.sa-home-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3fc095;
    font-size: 34px;
    font-weight: 900;
}

.sa-home-feature-icon,
.sa-home-step-icon {
    margin-bottom: 18px;
    color: #3fc095;
    font-size: 42px;
    line-height: 1;
}

.sa-home-step-icon img {
    width: 60px;
}

.sa-home-feature-icon img {
    width: 50px;
}

.sa-home-soft-card h3,
.sa-home-feature-card h3,
.sa-home-demo-grid h3,
.sa-home-steps h3 {
    margin: 0 0 10px;
    color: #3fc095;
    font-size: 18px;
    font-weight: 700;
}

.sa-home-soft-card p,
.sa-home-feature-card p,
.sa-home-steps p {
    margin: 0;
    color: #343434;
    font-size: 14px;
    line-height: 1.65;
}

.sa-home-demo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sa-home-demo-grid article {
    overflow: hidden;
}

.sa-home-demo-grid img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #101827;
}

.sa-home-demo-grid h3 {
    margin: 0;
    padding: 17px;
    color: #343434;
}

.sa-home-center {
    margin-top: 34px;
    text-align: center;
}

.sa-home-steps {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 28px;
    align-items: center;
    text-align: center;
}

.sa-home-arrow {
    color: #343434;
    font-size: 42px;
    font-weight: 300;
}

.sa-home-small-note {
    margin: 14px 0 0;
    color: #343434;
    font-size: 14px;
}

.sa-home-pricing {
    background:
        radial-gradient(circle at 50% 0%, rgba(63, 192, 149, 0.12), transparent 34%),
        #ffffff;
}

.sa-home-pricing-card {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e5edf0;
    padding: 35px;
    border-radius: 5px;
    box-shadow: 0 18px 45px rgba(23, 36, 58, 0.10);
}

.sa-home-pricing-card h2 {
    margin: 20px 0 14px;
    color: #343434;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.sa-home-big-price {
    margin-bottom: 8px;
}

.sa-home-pricing-subtitle {
    margin: 0 0 28px;
    color: #343434;
    font-weight: 700;
}

.sa-home-pricing-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 46px;
    max-width: 560px;
    margin: 0 auto 34px;
    text-align: left;
}

.sa-home-delay-center {
    margin-top: 20px;
}

.sa-home-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
    align-items: start;
}

.sa-home-faq details {
    background: #ffffff;
    border: 1px solid #e5edf0;
    border-radius: 5px;
    box-shadow: 0 8px 22px rgba(23, 36, 58, 0.05);
    overflow: hidden;
    align-self: start;
}

.sa-home-faq summary {
    position: relative;
    padding: 18px 52px 18px 22px;
    cursor: pointer;
    color: #343434;
    font-weight: 501;
    list-style: none;
}

.sa-home-faq summary::-webkit-details-marker {
    display: none;
}

.sa-home-faq summary::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #3fc095;
    font-size: 20px;
    font-weight: 800;
}

.sa-home-faq details[open] summary::after {
    content: "–";
}

.sa-home-faq details p {
    margin: 0;
    padding: 0 22px 20px;
    font-size: 14px;
    color: #343434;
    line-height: 1.65;
}

@media (max-width: 1199px) {
	.home #why-need h2 {
		margin-bottom: 0 !important;
	}

	.home #why-need .wp-block-columns .wp-block-column {
		margin: 20px 0;
	}

	.home #siteauteur-create,
	.home #how-create {
		padding: 50px 0 !important;
	}

	.home #siteauteur-create .wp-block-columns {
		width: 50%;
	}

	.home #example-site .wp-block-columns .wp-block-column {
		flex-basis: 45% !important;
	}

	.home #example-site .title-img {
		display: none;
	}

	.home #how-create .wp-block-columns .wp-block-column .arrow img {
		rotate: 90deg;
	}

	.home #prices {
		padding: 0 !important;
	}

	.home #prices .siteauteur-pricing {
		margin: 50px auto 0 auto !important;
	}

	.home #faq .wp-block-accordion {
		width: 100%;
	}

	.home #faq .wp-block-accordion {
		width: 100%;
		padding-bottom: 0 !important;
	}
}

@media (min-width: 781px) and (max-width: 1199px) {
	.home #siteauteur-create .wp-block-columns {
		width: 90%;
	}

	.home #siteauteur-create .wp-block-columns > .wp-block-column {
		min-height: 270px;
	}

	.home #how-create > .wp-block-columns {
		width: 90%;
	}

	.home #example-site .title-img {
		display: flex !important;
	}

}

@media (max-width: 767px) {
	.home #siteauteur-create .wp-block-columns {
    	width: 90%;
		justify-content: center;
  	}

	.home #example-site .wp-block-columns .wp-block-column {
    	flex-basis: 100% !important;
  	}

	.home #siteauteur-create .wp-block-columns > .wp-block-column {
		max-width: 335px;
	}

	.home #prices .siteauteur-pricing {
		width: 90%;
  	}

	.home #faq .wp-block-accordion {
    	padding-right: 0 !important;
    	padding-left: 0 !important;
  	}

	.home .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
		margin-bottom: 0;
	}

    .sa-home-hero h1 {
        font-size: 30px;
    }

    .sa-home-hero-text {
        margin: 15px 0;
    }

    .sa-home-price-box {
        flex-direction: column;
        padding: 20px;
        gap: 10px;
    }

    .sa-home-price {
        display: flex;
        gap: 5px;
        align-items: center;
        border-bottom: 1px solid #3fc095;
        padding-bottom: 15px;
        border-right: none;
        padding-right: 0;
    }

    .sa-home-price-box li, 
    .sa-home-pricing-list li {
        margin: 5px 0;
    }

    .sa-home-hero-visual {
        display: none;
    }

    .sa-home-section-title h2 {
        font-size: 23px;
    }

    .sa-home-three-cols, 
    .sa-home-four-cols {
        display: flex;
        flex-wrap: wrap;
    }

    .sa-home-three-cols, 
    .sa-home-four-cols {
        gap: 10px;
    }

    .sa-home-demo-grid {
        display: flex;
        flex-wrap: wrap;
    }

    .sa-home-steps {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        gap: 0px;
    }

    .sa-home-step-icon img {
        width: 40px;
    }

    .sa-home-arrow {
        transform: rotate(90deg);
    }

    .sa-home-pricing-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sa-home-pricing-card h2 {
        font-size: 25px;
    }

    .sa-home-pricing-card {
        padding: 20px;
    }
}

@media (max-width: 920px) {
    .sa-home-container {
        width: 100%;
        display: block;
    }

    .sa-home-hero {
        padding: 20px;
    }
    
    .sa-home-hero-content {
        text-align: center;
    }

    .sa-home-price span, 
    .sa-home-big-price span {
        font-size: 25px;
    }

    .sa-home-price {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .sa-home-problem, .sa-home-service, 
    .sa-home-demo, 
    .sa-home-process, 
    .sa-home-pricing, 
    .sa-home-faq {
        padding: 30px 20px;
    }

    .sa-home-soft-card {
        padding: 20px;
        width: 100%;
    }

    .sa-home-icon {
        width: 40px;
        height: 40px;
        margin: 0 auto 10px;
    }

    .sa-home-soft-card h3, 
    .sa-home-feature-card h3, 
    .sa-home-demo-grid h3, 
    .sa-home-steps h3 {
        font-size: 14px;
    }

    .sa-home-feature-icon img {
        width: 40px;
    }

    .sa-home-feature-card {
        padding: 20px;
        width: 100%;
    }

    .sa-home-section-title {
        margin: 0 auto 25px;
    }
}

@media (min-width: 768px) and (max-width: 920px) {
    .sa-home-hero-content {
        margin-bottom: 20px;
    }

    .sa-home-three-cols, 
    .sa-home-four-cols {
        gap: 10px;
    }
}

@media (max-width: 1050px) {
    .sa-home-faq-grid {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .sa-home-faq details {
        width: 100%;
    }
}