.ai-order-page {
    --ai-order-ink: #172033;
    --ai-order-muted: #5d6a7c;
    --ai-order-line: #dfe7ef;
    --ai-order-soft: #f5f8fb;
    --ai-order-blue: #0f4c81;
    --ai-order-blue-dark: #0b3f6e;
    --ai-order-teal: #0f9f8c;
    background: #ffffff;
    color: var(--ai-order-ink);
    overflow-x: hidden;
    text-transform: none;
}

.ai-order-page * {
    box-sizing: border-box;
    letter-spacing: 0;
    text-transform: none;
}

.ai-order-page p,
.ai-order-page li {
    color: var(--ai-order-muted);
    line-height: 1.75;
}

.ai-order-hero {
    padding: 92px 0 72px;
}

.ai-order-hero .page__banner-content h1 {
    color: #ffffff;
    font-size: 35px;
    line-height: 1.18;
    margin-bottom: 18px;
    max-width: 780px;
}

.ai-order-hero .page__banner-content p {
    color: rgba(255, 255, 255, .86) !important;
    font-size: 1.08rem;
    margin-bottom: 0;
    max-width: 690px;
}

.ai-order-breadcrumb {
    align-items: center;
    color: rgba(255, 255, 255, .72);
    display: flex;
    flex-wrap: wrap;
    font-size: .94rem;
    gap: 9px;
    margin: 0 0 16px;
}

.ai-order-breadcrumb a {
    color: rgba(255, 255, 255, .88);
    text-decoration: none;
}

.ai-order-eyebrow,
.ai-order-mini-title {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: .86rem;
    font-weight: 800;
    gap: 8px;
    line-height: 1.3;
}

.ai-order-eyebrow {
    background: rgba(255, 255, 255, .14);
    color: #ffffff;
    margin-bottom: 18px;
    padding: 8px 14px;
}

.ai-order-mini-title {
    background: rgba(15, 76, 129, .1);
    color: var(--ai-order-blue);
    margin-bottom: 12px;
    padding: 7px 12px;
}

.ai-order-actions {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.ai-order-page .btn-one,
.ai-order-page .btn-two {
    align-items: center;
    border: 1px solid transparent !important;
    border-radius: 8px;
    display: inline-flex !important;
    font-size: 15px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    line-height: 1.35;
    min-height: 52px;
    padding: 13px 22px;
    text-align: center;
    text-decoration: none;
    transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease, transform .25s ease;
    white-space: normal;
}

.ai-order-page .btn-one::before,
.ai-order-page .btn-two::before {
    display: none;
}

.ai-order-page .btn-two {
    background: var(--ai-order-blue) !important;
    border-color: var(--ai-order-blue) !important;
    color: #ffffff !important;
}

.ai-order-page .btn-one {
    background: #ffffff !important;
    border-color: var(--ai-order-line) !important;
    color: var(--ai-order-ink) !important;
}

.ai-order-page .btn-one i,
.ai-order-page .btn-two i {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    height: 22px;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
    transition: transform .25s ease;
    width: 22px;
}

.ai-order-page .btn-two i {
    background: rgba(255, 255, 255, .16);
    color: #ffffff !important;
}

.ai-order-page .btn-one i {
    background: rgba(15, 76, 129, .1);
    color: var(--ai-order-blue) !important;
}

.ai-order-page .btn-one:hover,
.ai-order-page .btn-two:hover {
    box-shadow: 0 16px 32px rgba(15, 76, 129, .16);
    transform: translateY(-2px);
}

.ai-order-page .btn-one:hover i,
.ai-order-page .btn-two:hover i {
    transform: translateX(3px);
}

.ai-order-ghost {
    background: rgba(255, 255, 255, .12) !important;
    border-color: rgba(255, 255, 255, .24) !important;
    color: #ffffff !important;
}

.ai-order-hero-card,
.ai-order-summary-card,
.ai-order-info-card,
.ai-order-form-card,
.ai-order-guide-grid article,
.ai-order-strip-item {
    background: #ffffff;
    border: 1px solid var(--ai-order-line);
    border-radius: 8px;
    box-shadow: 0 18px 55px rgba(15, 23, 42, .07);
}

.ai-order-hero-card {
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 22px 62px rgba(0, 0, 0, .18);
    margin-left: auto;
    max-width: 430px;
    overflow: hidden;
    padding: 28px;
}

.ai-order-card-top {
    align-items: flex-start;
    border-bottom: 1px solid #edf1f7;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
    padding-bottom: 18px;
}

.ai-order-card-top span,
.ai-order-price span,
.ai-order-side-price span {
    color: #738095;
    font-weight: 700;
}

.ai-order-card-top strong {
    color: var(--ai-order-ink);
    font-size: 1.45rem;
    text-align: right;
}

.ai-order-price,
.ai-order-side-price {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.ai-order-price strong,
.ai-order-side-price strong {
    color: var(--ai-order-ink);
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.ai-order-plan-lines {
    display: grid;
    gap: 12px;
}

.ai-order-plan-lines div {
    align-items: center;
    background: var(--ai-order-soft);
    border: 1px solid #e7eef8;
    border-radius: 8px;
    display: flex;
    gap: 11px;
    padding: 13px 14px;
}

.ai-order-plan-lines i {
    color: var(--ai-order-blue);
    width: 18px;
}

.ai-order-trust-strip {
    margin-top: -22px;
    position: relative;
    z-index: 2;
}

.ai-order-strip-item {
    height: 100%;
    padding: 18px;
}

.ai-order-strip-item strong {
    color: var(--ai-order-ink);
    display: block;
    font-size: 1.18rem;
    margin-bottom: 5px;
}

.ai-order-strip-item span {
    color: #677386;
    display: block;
    font-size: .94rem;
    line-height: 1.55;
}

.ai-order-main {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
}

.ai-order-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
}

.ai-order-sidebar {
    display: grid;
    gap: 20px;
    position: sticky;
    top: 24px;
}

.ai-order-summary-card,
.ai-order-info-card {
    padding: 24px;
}

.ai-order-summary-card h2,
.ai-order-form-intro h2,
.ai-order-guide h2 {
    color: var(--ai-order-ink);
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.ai-order-summary-card p,
.ai-order-form-intro p,
.ai-order-guide p {
    margin-bottom: 0;
}

.ai-order-check-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.ai-order-check-list li {
    align-items: flex-start;
    display: flex;
    gap: 10px;
}

.ai-order-check-list i {
    color: var(--ai-order-teal);
    margin-top: 4px;
}

.ai-order-info-card h3 {
    color: var(--ai-order-ink);
    font-size: 1.18rem;
    margin-bottom: 16px;
}

.ai-order-step {
    border-top: 1px solid #edf1f7;
    display: grid;
    gap: 12px;
    grid-template-columns: 44px 1fr;
    padding: 15px 0;
}

.ai-order-step:last-child {
    padding-bottom: 0;
}

.ai-order-step span {
    align-items: center;
    background: rgba(15, 76, 129, .1);
    border-radius: 50%;
    color: var(--ai-order-blue);
    display: inline-flex;
    font-weight: 900;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.ai-order-step p {
    margin: 0;
}

.ai-order-form-card {
    overflow: hidden;
    padding: 34px;
}

.ai-order-form-intro {
    border-bottom: 1px solid #edf1f7;
    margin-bottom: 28px;
    padding-bottom: 24px;
}

.ai-order-form-section {
    margin: 0;
}

.ai-order-section-title {
    align-items: center;
    color: var(--ai-order-ink);
    display: flex;
    font-size: 1.35rem;
    font-weight: 800;
    gap: 10px;
    line-height: 1.35;
    margin-bottom: 22px;
}

.ai-order-section-title i {
    align-items: center;
    background: rgba(15, 76, 129, .1);
    border-radius: 8px;
    color: var(--ai-order-blue);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 15px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.ai-order-divider {
    background: linear-gradient(to right, transparent, var(--ai-order-line), transparent);
    border: 0;
    height: 2px;
    margin: 30px 0;
}

.ai-order-form .form-label {
    color: var(--ai-order-ink);
    display: block;
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.ai-order-form .form-label.required::after {
    color: #ef4444;
    content: " *";
}

.ai-order-form .form-control,
.ai-order-form .form-select {
    background-color: #ffffff;
    border: 1px solid var(--ai-order-line);
    border-radius: 8px;
    box-shadow: none;
    color: var(--ai-order-ink);
    font-size: .95rem;
    min-height: 55px;
    padding: 12px 15px;
    transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
    width: 100%;
}

.ai-order-form textarea.form-control {
    min-height: 132px;
    resize: vertical;
}

.ai-order-form .form-control:focus,
.ai-order-form .form-select:focus {
    background-color: #ffffff;
    border-color: var(--ai-order-blue);
    box-shadow: 0 0 0 4px rgba(15, 76, 129, .1);
    outline: none;
}

.ai-order-consent-box {
    background: var(--ai-order-soft);
    border: 1px solid var(--ai-order-line);
    border-radius: 8px;
    margin-top: 8px;
    padding: 16px;
}

.ai-order-checkbox {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 12px;
    margin: 0;
}

.ai-order-checkbox input {
    accent-color: var(--ai-order-blue);
    cursor: pointer;
    flex: 0 0 auto;
    height: 20px;
    margin-top: 3px;
    width: 20px;
}

.ai-order-checkbox span {
    color: var(--ai-order-muted);
    line-height: 1.65;
}

.ai-order-recaptcha {
    margin-top: 22px;
    overflow-x: auto;
}

.ai-order-submit-btn {
    align-items: center;
    background: var(--ai-order-blue);
    border: 0;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(15, 76, 129, .22);
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.05rem;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    margin-top: 24px;
    min-height: 56px;
    padding: 15px 28px;
    transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
    width: 100%;
}

.ai-order-submit-btn:hover {
    background: var(--ai-order-blue-dark);
    box-shadow: 0 18px 38px rgba(15, 76, 129, .28);
    transform: translateY(-2px);
}

.ai-order-guide {
    background: #ffffff;
    padding: 86px 0;
}

.ai-order-guide-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ai-order-guide-grid article {
    height: 100%;
    padding: 28px;
}

.ai-order-guide-grid i {
    align-items: center;
    background: var(--ai-order-blue);
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 20px;
    height: 52px;
    justify-content: center;
    margin-bottom: 18px;
    width: 52px;
}

.ai-order-guide-grid h3 {
    color: var(--ai-order-ink);
    font-size: 1.18rem;
    margin-bottom: 10px;
}

.ai-order-guide-grid p {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .ai-order-layout {
        grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    .ai-order-hero {
        padding: 86px 0 74px;
    }

    .ai-order-hero .page__banner-content h1 {
        font-size: 32px;
    }

    .ai-order-hero-card {
        margin-left: 0;
        max-width: none;
    }

    .ai-order-actions .btn-one,
    .ai-order-actions .btn-two {
        width: 100%;
    }

    .ai-order-layout,
    .ai-order-guide-grid {
        grid-template-columns: 1fr;
    }

    .ai-order-sidebar {
        position: static;
    }

    .ai-order-form-card {
        padding: 26px;
    }
}

@media (max-width: 575px) {
    .ai-order-hero .page__banner-content h1,
    .ai-order-summary-card h2,
    .ai-order-form-intro h2,
    .ai-order-guide h2 {
        font-size: 28px;
    }

    .ai-order-main {
        padding-top: 60px;
    }

    .ai-order-form-card,
    .ai-order-summary-card,
    .ai-order-info-card,
    .ai-order-guide-grid article {
        padding: 22px;
    }

    .ai-order-price strong,
    .ai-order-side-price strong {
        font-size: 34px;
    }

    .ai-order-card-top {
        display: grid;
    }

    .ai-order-card-top strong {
        text-align: left;
    }
}
