.sa-order-page {
    background: #ffffff;
    color: #343434;
    font-family: inherit;
    width: 100%;
}

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

.sa-order-page * {
    box-sizing: border-box;
}

.sa-order-container {
    width: 100%;
    margin: 0 auto;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{
	display: none;
}

.sa-order-hero {
    padding: 50px 0 50px;
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(63, 192, 149, 0.15), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7faf9 100%);
}

.sa-order-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(63, 192, 149, 0.14);
    color: #3fc095;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sa-order-hero h1 {
    max-width: 820px;
    margin: 0 auto;
    color: #343434;
    line-height: 1.05;
    letter-spacing: -0.055em;
    font-size: 35px;
    font-weight: 700;
}

.sa-order-hero h1 span {
    color: #3fc095;
    white-space: nowrap;
}

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

.sa-order-delay {
    margin: 20px 0 0;
    color: #343434;
    font-size: 13px;
}

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

.sa-order-main {
    padding: 30px 20px;
    background: #ffffff;
}

.sa-order-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 34px;
    align-items: start;
}

.sa-order-left {
    display: grid;
    gap: 28px;
}

.sa-order-card,
.sa-order-summary {
    background: #ffffff;
    border: 1px solid #e5edf0;
    border-radius: 5px;
    box-shadow: 0 18px 45px rgba(23, 36, 58, 0.10);
}

.sa-order-offer-card,
.sa-order-process-card {
    padding: 42px;
}

.sa-order-card-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 8px 15px;
    border-radius: 999px;
    background: rgba(63, 192, 149, 0.14);
    color: #3fc095;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sa-order-card h2 {
    margin: 0 0 12px;
    color: #343434;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-weight: 700;
}

.sa-order-price {
    margin: 20px 0 8px;
}

.sa-order-price span {
    color: #3fc095;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.075em;
}

.sa-order-price small {
    color: #343434;
    font-size: 20px;
    font-weight: 700;
}

.sa-order-subtitle {
    margin: 0 0 30px;
    color: #343434;
    font-weight: 501;
    font-size: 14px;
}

.sa-order-included {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.sa-order-included-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e5edf0;
    background: #fdfefe;
}

.sa-order-included-item span {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: rgba(63, 192, 149, 0.15);
    color: #3fc095;
    font-weight: 900;
}

.sa-order-included-item p {
    margin: 0;
    color: #343434;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 501;
}

.sa-order-steps {
    display: grid;
    gap: 20px;
    margin-top: 26px;
}

.sa-order-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.sa-order-step-number {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #3fc095;
    color: #ffffff;
    font-weight: 900;
}

.sa-order-step h3 {
    margin: 0 0 5px;
    color: #343434;
    font-size: 16px;
    font-weight: 700;
}

.sa-order-step p {
    margin: 0;
    color: #343434;
    font-size: 14px;
    line-height: 1.6;
}

.sa-order-sidebar {
    position: sticky;
    top: 20px;
}

.sa-order-summary {
    padding: 30px;
}

.sa-order-summary-header {
    padding-bottom: 22px;
    border-bottom: 1px solid #3fc095;
    margin-bottom: 0;
    text-align: center;
}

.sa-order-summary-header h2 {
    margin: 0 0 5px;
    color: #343434;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.sa-order-summary-header p {
    margin: 0;
    color: #343434;
    font-size: 14px;
}

.sa-order-summary-line,
.sa-order-summary-total {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    color: #343434;
    border-bottom: 1px solid #3fc095;
}

.sa-order-summary-line span,
.sa-order-summary-total span {
    color: #343434;
    font-size: 14px;
}

.sa-order-summary-line strong,
.sa-order-summary-total strong {
    color: #343434;
    white-space: nowrap;
    font-size: 14px;
}

.sa-order-summary-muted strong {
    color: #3fc095;
}

.sa-order-summary-total {
    align-items: center;
    margin-top: 6px;
    padding-top: 18px;
    border-bottom: none;
    font-size: 18px;
    font-weight: 700;
}

.sa-order-summary-total strong {
    color: #3fc095;
    font-size: 18px;
    font-weight: 900;
}

.sa-order-summary-note {
    margin: 10px 0 24px;
    color: #343434;
    font-size: 14px;
    text-align: center;
}

.sa-order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    background: #3fc095;
    color: #ffffff;
    font-size: 14px;
    font-weight: 501;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(63, 192, 149, 0.26);
    transition: transform 0.2s ease, background 0.2s ease;
}

.sa-order-btn:hover {
    transform: translateY(-2px);
    background: #343434;
    color: #ffffff;
    text-decoration: none;
}

.sa-order-btn:focus {
    color: #ffffff;
}

.sa-order-secure {
    margin: 16px 0 0;
    color: #343434;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.sa-order-faq {
    padding: 30px 20px;
    background: #f8faf9;
}

.sa-order-section-title {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

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

.sa-order-faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
    align-items: start;
    max-width: none;
    margin: 0;
}

.sa-order-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-order-faq summary {
    position: relative;
    padding: 18px 52px 18px 22px;
    cursor: pointer;
    color: #343434;
    font-weight: 501;
    list-style: none;
}

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

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

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

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

@media (max-width: 1050px) {

    .sa-order-grid {
        grid-template-columns: 1fr;
    }

    .sa-order-sidebar {
        position: static;
    }

    .sa-order-container {
        width: 100%;
    }

    .sa-order-hero {
        padding: 20px;
    }

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

    .sa-order-offer-card,
    .sa-order-process-card,
    .sa-order-summary {
        padding: 30px;
    }

    .sa-order-main {
        padding: 0;
    }

    .sa-order-included-item {
        width: 100%;
    }

    .sa-order-subtitle {
        margin: 0 0 20px;
    }

    .sa-order-price span {
        font-size: 25px;
    }

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

    .sa-order-summary-total {
        margin-top: 0;
        padding-top: 10px;
    }

    .sa-order-faq-list {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }

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

    .sa-order-faq {
        padding: 30px 0;
    }
    
    .sa-order-section-title {
        margin: 0 auto 10px;
    }

    .sa-order-section-title h2 {
        font-size: 25px;
    }

    .sa-order-main {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .sa-order-included {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
}
