.internal-page {
    min-height: calc(100dvh - 76px);
    padding: 44px 0 56px;
    overflow: clip;
    background-color: var(--ai2-bg, #f6faf7);
    background-image:
        linear-gradient(rgba(15, 143, 97, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 143, 97, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    color: var(--ai2-ink, #10251d);
    font-family: var(--ai2-font, "Segoe UI", Helvetica, Arial, sans-serif);
}

.internal-page > .internal-page__main {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
    padding: 0;
}

.internal-page *,
.internal-page *::before,
.internal-page *::after {
    box-sizing: border-box;
}

.internal-page :where(a, button, input):focus-visible {
    outline: 3px solid rgba(15, 143, 97, 0.34);
    outline-offset: 3px;
}

.internal-page :where(.pay-hero, .pay-logged-hero, .aff-hero, .aff-logged-hero, .bots-hero, .bots-logged-hero, .success-hero) {
    position: relative;
    isolation: isolate;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0 0 26px;
    padding: 46px clamp(32px, 5vw, 58px);
    overflow: hidden;
    border: 1px solid rgba(16, 37, 29, 0.12);
    border-radius: var(--ai2-radius-large, 18px);
    background: var(--ai2-internal-hero, #1f5f47);
    color: var(--ai2-internal-hero-text, #f3fbf6);
    text-align: left;
    box-shadow: 0 24px 58px rgba(23, 71, 51, 0.16);
}

.internal-page :where(.pay-hero, .pay-logged-hero, .aff-hero, .aff-logged-hero, .bots-hero, .bots-logged-hero, .success-hero)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 32px 32px;
}

.internal-page :where(.pay-hero, .pay-logged-hero, .aff-hero, .aff-logged-hero, .bots-hero, .bots-logged-hero, .success-hero)::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -150px;
    z-index: -1;
    width: 340px;
    height: 340px;
    border: 66px solid rgba(126, 224, 179, 0.17);
    border-radius: 50%;
    pointer-events: none;
}

.internal-page :where(.pay-hero-content, .aff-hero-content, .bots-hero-content, .success-hero-content) {
    position: relative;
    z-index: 1;
    width: min(100%, 780px);
    padding: 0;
    text-align: left;
}

.internal-page :where(.pay-badge, .aff-badge, .bots-badge, .internal-page__kicker, .success-icon) {
    display: inline-flex;
    width: fit-content;
    min-height: auto;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ai2-internal-hero-kicker, #a9ebca);
    font-size: 12px;
    font-weight: 820;
    letter-spacing: 0.13em;
    line-height: 1.2;
    text-transform: uppercase;
}

.internal-page .success-icon {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(169, 235, 202, 0.55);
    border-radius: 12px;
    color: #f3fbf6;
    font-size: 24px;
    letter-spacing: 0;
}

.internal-page :where(.pay-hero h1, .pay-logged-hero h1, .aff-hero h1, .aff-logged-hero h1, .bots-hero h1, .bots-logged-hero h1, .success-hero h1) {
    max-width: 830px;
    margin: 0 0 16px;
    color: var(--ai2-internal-hero-text, #f3fbf6);
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 820;
    letter-spacing: -0.045em;
    line-height: 1.02;
    text-align: left;
    text-shadow: none;
    text-wrap: balance;
}

.internal-page :where(.pay-hero p, .pay-logged-hero p, .aff-hero p, .aff-logged-hero p, .bots-hero p, .bots-logged-hero p, .success-hero p) {
    max-width: 760px;
    margin: 0;
    color: var(--ai2-internal-hero-muted, #d0e4d9);
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.62;
    text-align: left;
    text-wrap: pretty;
}

.internal-page :where(.pay-content-card, .pay-card, .pay-card-logged, .aff-content-card, .aff-card-logged, .bots-content-card, .bots-content-logged, .success-card) {
    margin: 0 0 22px;
    padding: 28px clamp(24px, 4vw, 38px);
    overflow: hidden;
    border: 1px solid var(--ai2-line, #d3e1d9);
    border-radius: var(--ai2-radius-large, 18px);
    background: rgba(253, 254, 253, 0.95);
    color: var(--ai2-ink, #10251d);
    box-shadow: var(--ai2-shadow-soft, 0 12px 32px rgba(23, 71, 51, 0.07));
}

.internal-page :where(.pay-content-card, .pay-card, .pay-card-logged, .aff-content-card, .aff-card-logged, .bots-content-card, .bots-content-logged, .success-card)::before {
    content: none;
}

.internal-page :where(.pay-content-card, .pay-card, .pay-card-logged, .aff-content-card, .aff-card-logged, .bots-content-card, .bots-content-logged, .success-card) :where(h2, h3) {
    margin: 0 0 14px;
    color: var(--ai2-ink, #10251d);
    font-size: clamp(20px, 2.2vw, 24px);
    font-weight: 790;
    letter-spacing: -0.022em;
    line-height: 1.2;
    text-wrap: balance;
}

.internal-page :where(.pay-content-card, .pay-card, .pay-card-logged, .aff-content-card, .aff-card-logged, .bots-content-card, .bots-content-logged, .success-card) p {
    max-width: 127ch;
    margin: 0 0 12px;
    color: var(--ai2-muted, #4c6258);
    font-size: 15px;
    line-height: 1.68;
}

.internal-page :where(.pay-content-card, .pay-card, .pay-card-logged, .aff-content-card, .aff-card-logged, .bots-content-card, .bots-content-logged, .success-card) p:last-child {
    margin-bottom: 0;
}

.internal-page :where(.pay-login-section, .aff-login-section, .bots-login-section) {
    margin: 0 0 22px;
    padding: clamp(34px, 5vw, 52px);
    overflow: hidden;
    border: 1px solid #c8ddd1;
    border-radius: var(--ai2-radius-large, 18px);
    background: var(--ai2-soft, #edf5f0);
    text-align: left;
}

.internal-page :where(.pay-login-section, .aff-login-section, .bots-login-section)::before {
    content: none;
}

.internal-page :where(.pay-login-content, .aff-login-content, .bots-login-content) {
    width: min(100%, 700px);
    margin: 0 auto;
}

.internal-page :where(.pay-login-title, .aff-login-title, .bots-login-title) {
    margin: 0 0 10px;
    color: var(--ai2-ink, #10251d);
    font-size: clamp(28px, 3.6vw, 38px);
    font-weight: 810;
    letter-spacing: -0.035em;
    line-height: 1.08;
    text-align: left;
}

.internal-page :where(.pay-login-desc, .aff-login-desc, .bots-login-desc) {
    max-width: 620px;
    margin: 0 0 24px;
    color: var(--ai2-muted, #4c6258);
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
}

.internal-page :where(.pay-login-card, .aff-login-card, .bots-login-card) {
    width: min(100%, 680px);
    padding: clamp(24px, 4vw, 34px);
    border: 1px solid var(--ai2-line, #d3e1d9);
    border-radius: var(--ai2-radius, 16px);
    background: var(--ai2-surface, #fdfefd);
    box-shadow: 0 18px 46px rgba(23, 71, 51, 0.09);
}

.internal-page :where(.pay-login-card, .aff-login-card, .bots-login-card) h3 {
    margin: 0 0 20px;
    color: var(--ai2-ink, #10251d);
    font-size: 21px;
    font-weight: 790;
}

.internal-page :where(.pay-login-card, .aff-login-card, .bots-login-card) label,
.internal-page .pay-form-group label {
    display: block;
    margin: 0 0 7px;
    color: var(--ai2-ink, #10251d);
    font-size: 14px;
    font-weight: 720;
}

.internal-page :where(.pay-login-card, .aff-login-card, .bots-login-card) input,
.internal-page .pay-form-group input {
    width: 100%;
    min-height: 52px;
    margin: 0 0 17px;
    padding: 13px 15px;
    border: 1px solid #b9cbc1;
    border-radius: 12px;
    background: #fff;
    color: var(--ai2-ink, #10251d);
    font: inherit;
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.internal-page :where(.pay-login-card, .aff-login-card, .bots-login-card) input:focus,
.internal-page .pay-form-group input:focus {
    outline: none;
    border-color: var(--ai2-accent, #0f8f61);
    box-shadow: 0 0 0 4px rgba(15, 143, 97, 0.12);
}

.internal-page :where(.pay-login-card, .aff-login-card, .bots-login-card) button,
.internal-page :where(.pay-btn, .aff-btn, .bots-btn, .success-btn, .dcamulti-platform-btn) {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: var(--ai2-accent-dark, #08704b);
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 780;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.internal-page :where(.pay-login-card, .aff-login-card, .bots-login-card) button {
    width: 100%;
}

.internal-page :where(.pay-login-card, .aff-login-card, .bots-login-card) button:hover,
.internal-page :where(.pay-btn, .aff-btn, .bots-btn, .success-btn, .dcamulti-platform-btn):hover {
    background: #065c3e;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(23, 71, 51, 0.16);
}

.internal-page :where(.pay-login-card, .aff-login-card, .bots-login-card) button:active,
.internal-page :where(.pay-btn, .aff-btn, .bots-btn, .success-btn, .dcamulti-platform-btn):active {
    transform: translateY(1px) scale(0.98);
}

.internal-page :where(.pay-login-card, .aff-login-card, .bots-login-card) .error,
.internal-page .error-message {
    margin: 16px 0 0;
    padding: 13px 15px;
    border: 1px solid var(--ai2-danger-line, #efcaca);
    border-radius: 12px;
    background: var(--ai2-danger-bg, #fff2f2);
    color: var(--ai2-danger-text, #963d3d);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.5;
}

.internal-page .success-message {
    margin: 0 0 18px;
    padding: 13px 15px;
    border: 1px solid var(--ai2-success-line, #b9dfca);
    border-radius: 12px;
    background: var(--ai2-success-bg, #dff1e7);
    color: var(--ai2-success-text, #176b49);
    font-size: 14px;
    font-weight: 650;
}

.internal-page :where(.register-link, .pay-login-warning) {
    color: var(--ai2-muted, #4c6258);
    font-size: 14px;
    line-height: 1.5;
}

.internal-page :where(.register-link, .pay-login-warning) a {
    color: var(--ai2-accent-dark, #08704b);
    font-weight: 720;
}

.payment-page .pay-subscriptions-grid,
.bots-page .bots-variants-grid,
.bots-page .dcamulti-platforms-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0 0 26px;
}

.payment-page .pay-status-card,
.bots-page :where(.bots-variant-card, .dcamulti-platform-card) {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border: 1px solid var(--ai2-line, #d3e1d9);
    border-radius: var(--ai2-radius-large, 18px);
    background: rgba(253, 254, 253, 0.95);
    color: var(--ai2-ink, #10251d);
    box-shadow: var(--ai2-shadow-soft, 0 12px 32px rgba(23, 71, 51, 0.07));
}

.payment-page .pay-status-card::before,
.bots-page :where(.bots-variant-card, .dcamulti-platform-card)::before {
    content: none;
}

.payment-page .pay-status-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 18px;
}

.payment-page .pay-status-title,
.bots-page :where(.bots-variant-card, .dcamulti-platform-card) h2,
.bots-page .bots-variant-card h3 {
    margin: 0;
    color: var(--ai2-ink, #10251d);
    font-size: 21px;
    font-weight: 790;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.payment-page .pay-badge-status {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 4px 10px;
    border: 1px solid;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 740;
}

.payment-page .pay-badge-status.active {
    border-color: var(--ai2-success-line, #b9dfca);
    background: var(--ai2-success-bg, #dff1e7);
    color: var(--ai2-success-text, #176b49);
}

.payment-page .pay-badge-status.expired {
    border-color: var(--ai2-danger-line, #efcaca);
    background: var(--ai2-danger-bg, #fff2f2);
    color: var(--ai2-danger-text, #963d3d);
}

.payment-page .pay-status-price {
    margin: 0 0 14px;
    color: var(--ai2-accent-dark, #08704b);
    font-family: var(--ai2-mono, "SFMono-Regular", Consolas, monospace);
    font-size: 25px;
    font-weight: 780;
    font-variant-numeric: tabular-nums;
}

.payment-page .pay-status-description,
.payment-page .pay-card-logged .info,
.crypto-pay-page .info-box,
.crypto-success-page .info-box {
    margin: 14px 0;
    padding: 15px 17px;
    border: 1px solid #c8ddd1;
    border-radius: 12px;
    background: var(--ai2-soft, #edf5f0);
    color: var(--ai2-muted, #4c6258);
    font-size: 14px;
    line-height: 1.65;
}

.payment-page .pay-status-info {
    margin: 0 0 18px;
    color: var(--ai2-muted, #4c6258);
    font-size: 14px;
    line-height: 1.65;
}

.payment-page .pay-status-info div + div {
    margin-top: 6px;
}

.payment-page .pay-status-info b {
    color: var(--ai2-ink, #10251d);
    font-family: var(--ai2-mono, "SFMono-Regular", Consolas, monospace);
    font-variant-numeric: tabular-nums;
}

.payment-page .pay-status-card > .pay-btn {
    width: 100%;
    margin-top: auto;
}

.payment-page .pay-section,
.affiliate-page .aff-section {
    margin: 30px 0 0;
}

.payment-page .pay-section-title,
.affiliate-page .aff-section-title {
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    color: var(--ai2-ink, #10251d);
    font-size: clamp(26px, 3.3vw, 34px);
    font-weight: 810;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.payment-page .pay-stats-grid,
.affiliate-page .aff-stats-grid,
.affiliate-page .aff-rate-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0 0 26px;
}

.payment-page .pay-stat-item,
.affiliate-page :where(.aff-stat-card, .aff-rate-item) {
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--ai2-line, #d3e1d9);
    border-radius: var(--ai2-radius, 16px);
    background: rgba(253, 254, 253, 0.95);
    text-align: left;
    box-shadow: 0 10px 26px rgba(23, 71, 51, 0.055);
}

.payment-page .pay-stat-item::before,
.affiliate-page :where(.aff-stat-card, .aff-rate-item)::before {
    content: none;
}

.payment-page .pay-stat-label,
.affiliate-page :where(.aff-stat-label, .aff-rate-item-label) {
    margin: 0 0 8px;
    color: var(--ai2-muted, #4c6258);
    font-size: 12px;
    font-weight: 780;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.payment-page .pay-stat-value,
.affiliate-page :where(.aff-stat-value, .aff-rate-item-value) {
    overflow-wrap: anywhere;
    color: var(--ai2-ink, #10251d);
    font-family: var(--ai2-mono, "SFMono-Regular", Consolas, monospace);
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 780;
    font-variant-numeric: tabular-nums;
    line-height: 1.15;
}

.affiliate-page .aff-link-box {
    margin: 12px 0;
    padding: 14px 16px;
    border: 1px solid var(--ai2-line, #d3e1d9);
    border-radius: 12px;
    background: var(--ai2-soft, #edf5f0);
}

.affiliate-page .aff-link-label {
    display: block;
    margin: 0 0 6px;
    color: var(--ai2-muted, #4c6258);
    font-size: 12px;
    font-weight: 760;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.affiliate-page .aff-link-value {
    display: block;
    overflow-wrap: anywhere;
    color: var(--ai2-accent-dark, #08704b);
    font-family: var(--ai2-mono, "SFMono-Regular", Consolas, monospace);
    font-size: 14px;
    font-weight: 680;
    line-height: 1.55;
}

.affiliate-page .aff-refcode-setting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 20px 0 0;
    padding: 16px;
    border: 1px solid var(--ai2-line, #d3e1d9);
    border-radius: 12px;
    background: var(--ai2-soft, #edf5f0);
}

.affiliate-page .aff-refcode-summary {
    display: grid;
    min-width: 0;
    gap: 5px;
}

.affiliate-page .aff-refcode-label {
    color: var(--ai2-muted, #4c6258);
    font-size: 12px;
    font-weight: 760;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.affiliate-page .aff-refcode-current {
    overflow-wrap: anywhere;
    color: var(--ai2-ink, #10251d);
    font-family: var(--ai2-mono, "SFMono-Regular", Consolas, monospace);
    font-size: 18px;
    font-weight: 760;
}

.affiliate-page .aff-edit-trigger,
.affiliate-page .aff-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid var(--ai2-line-strong, #b9cbc1);
    border-radius: 9px;
    background: #fff;
    color: var(--ai2-accent-dark, #08704b);
    font: inherit;
    font-size: 13px;
    font-weight: 720;
    line-height: 1;
    cursor: pointer;
}

.affiliate-page .aff-edit-trigger:hover,
.affiliate-page .aff-secondary-btn:hover {
    border-color: var(--ai2-accent, #0f8f61);
    background: #f7fbf8;
}

.affiliate-page :where(.aff-edit-trigger, .aff-secondary-btn, .aff-management-input):focus-visible {
    outline: 3px solid rgba(15, 143, 97, 0.22);
    outline-offset: 2px;
}

.affiliate-page .aff-refcode-editor[hidden] {
    display: none;
}

.affiliate-page .aff-refcode-editor {
    margin: 12px 0 30px;
    padding: 16px;
    border: 1px solid var(--ai2-line, #d3e1d9);
    border-radius: 12px;
    background: #fff;
}

.affiliate-page .aff-management-form {
    display: grid;
    max-width: 560px;
    gap: 10px;
}

.affiliate-page .aff-management-input {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid var(--ai2-line-strong, #b9cbc1);
    border-radius: 9px;
    background: #fff;
    color: var(--ai2-ink, #10251d);
    font: inherit;
}

.affiliate-page .aff-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.affiliate-page .aff-form-actions .aff-btn {
    margin: 0;
}

.affiliate-page .aff-warning,
.payment-page .warning {
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid var(--ai2-warning-line, #edcf9c);
    border-radius: 12px;
    background: var(--ai2-warning-bg, #fff8eb);
    color: var(--ai2-warning-text, #805814);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.55;
}

.affiliate-page .aff-table {
    width: 100%;
    margin: 12px 0 0;
    border-collapse: collapse;
    font-size: 14px;
}

.affiliate-page .aff-table th,
.affiliate-page .aff-table td {
    padding: 14px 12px;
    border-bottom: 1px solid var(--ai2-line, #d3e1d9);
    color: var(--ai2-ink, #10251d);
    text-align: left;
}

.affiliate-page .aff-table th {
    background: var(--ai2-soft, #edf5f0);
    font-weight: 760;
}

.bots-page .bots-variant-card {
    min-height: 330px;
    border-color: rgba(255, 255, 255, 0.12);
    background: #245f49;
    color: #f3fbf6;
}

.bots-page .bots-variant-card.veles {
    background: #174c3a;
}

.bots-page .bots-variant-badge {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 18px;
    padding: 5px 9px;
    border: 1px solid rgba(169, 235, 202, 0.4);
    border-radius: 8px;
    color: #a9ebca;
    font-size: 12px;
    font-weight: 760;
}

.bots-page .bots-variant-card h3,
.bots-page .bots-variant-card p,
.bots-page .bots-variant-card a:not(.bots-variant-link) {
    color: #f3fbf6 !important;
}

.bots-page .bots-variant-card p {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.65;
}

.bots-page .bots-variant-link {
    width: 100%;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 0 22px;
    border-color: rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    background: #f3fbf6;
    color: #174c3a;
    font-size: 15px;
    font-weight: 780;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.bots-page .bots-variant-link:hover {
    background: #fff;
    color: #174c3a;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(16, 37, 29, 0.18);
}

.bots-page .bots-variant-link:active {
    transform: translateY(1px) scale(0.98);
}

.bots-page .dca2-section {
    padding: 0;
}

.bots-page .dca2-section > .dca2-container {
    width: 100%;
    max-width: none;
    padding: 0;
}

.bots-page .dca2-section-head {
    max-width: 820px;
    margin: 0 0 26px;
    text-align: left;
}

.bots-page .dca2-section-head h2 {
    margin: 0 0 12px;
    color: var(--ai2-ink, #10251d);
    font-size: clamp(30px, 4vw, 42px) !important;
    font-weight: 810;
    letter-spacing: -0.04em;
    line-height: 1.06;
    text-align: left;
}

.bots-page .dca2-section-head p {
    margin: 0;
    color: var(--ai2-muted, #4c6258);
    font-size: 17px;
    line-height: 1.65;
    text-align: left;
}

.bots-page .dcamulti-platform-card {
    min-height: 390px;
}

.bots-page .dcamulti-platform-card ul {
    flex: 1;
    margin: 22px 0 26px;
    padding: 0;
    list-style: none;
}

.bots-page .dcamulti-platform-card li,
.crypto-pay-page .pay-features li {
    position: relative;
    margin: 0;
    padding: 12px 0 12px 30px;
    border-bottom: 1px solid var(--ai2-line, #d3e1d9);
    color: var(--ai2-muted, #4c6258);
    font-size: 15px;
    line-height: 1.58;
}

.bots-page .dcamulti-platform-card li::before,
.crypto-pay-page .pay-features li::before {
    content: "✓";
    position: absolute;
    top: 12px;
    left: 0;
    width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: var(--ai2-accent-soft, #d9f1e5);
    color: var(--ai2-accent-dark, #08704b);
    font-size: 12px;
    font-weight: 820;
}

.bots-page .subscription-link {
    color: var(--ai2-accent-dark, #08704b) !important;
    font-weight: 720;
}

.crypto-pay-page .pay-card {
    /* max-width: 920px; */
}

.crypto-pay-page .pay-price-box {
    margin: 22px 0;
    padding: 22px;
    border: 1px solid #c8ddd1;
    border-radius: 14px;
    background: var(--ai2-soft, #edf5f0);
    text-align: left;
}

.crypto-pay-page .pay-price-label {
    margin: 0 0 6px;
    color: var(--ai2-muted, #4c6258);
    font-size: 13px;
    font-weight: 700;
}

.crypto-pay-page .pay-price-amount {
    margin: 0;
    color: var(--ai2-accent-dark, #08704b);
    font-family: var(--ai2-mono, "SFMono-Regular", Consolas, monospace);
    font-size: clamp(36px, 5vw, 48px);
    font-weight: 790;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.04em;
}

.crypto-pay-page .pay-features {
    margin: 18px 0 24px;
    padding: 0;
    list-style: none;
}

.crypto-pay-page .pay-btn {
    width: min(100%, 500px);
}

.crypto-pay-page .info-box h4 {
    margin: 0 0 7px;
    color: var(--ai2-ink, #10251d);
    font-size: 16px;
    font-weight: 760;
}

.crypto-success-page .success-card {
  /*  max-width: 920px; */
}

.crypto-success-page .next-steps {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.crypto-success-page .next-steps li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 17px 0;
    border-bottom: 1px solid var(--ai2-line, #d3e1d9);
}

.crypto-success-page .next-steps li:last-child {
    border-bottom: 0;
}

.crypto-success-page .step-number {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--ai2-accent-soft, #d9f1e5);
    color: var(--ai2-accent-dark, #08704b);
    font-family: var(--ai2-mono, "SFMono-Regular", Consolas, monospace);
    font-size: 14px;
    font-weight: 800;
}

.crypto-success-page .step-content h4 {
    margin: 0 0 5px;
    color: var(--ai2-ink, #10251d);
    font-size: 16px;
    font-weight: 760;
}

.crypto-success-page .step-content p {
    margin: 0;
    color: var(--ai2-muted, #4c6258);
    font-size: 14px;
    line-height: 1.6;
}

.crypto-success-page .success-btn-outline {
    border-color: #b9cbc1;
    background: #fff;
    color: var(--ai2-accent-dark, #08704b);
}

.crypto-success-page .success-btn-outline:hover {
    border-color: var(--ai2-accent, #0f8f61);
    background: var(--ai2-soft, #edf5f0);
    color: var(--ai2-accent-dark, #08704b);
}

@media (max-width: 820px) {
    .payment-page .pay-subscriptions-grid,
    .payment-page .pay-stats-grid,
    .affiliate-page .aff-stats-grid,
    .affiliate-page .aff-rate-grid,
    .bots-page .bots-variants-grid,
    .bots-page .dcamulti-platforms-grid {
        grid-template-columns: 1fr;
    }

    .internal-page > .internal-page__main {
        width: min(700px, calc(100% - 32px));
    }

    .affiliate-page .aff-card-logged {
        overflow-x: auto;
    }
}

@media (max-width: 520px) {
    .internal-page {
        padding: 12px 0 36px;
        background-size: 32px 32px;
    }

    .internal-page > .internal-page__main {
        width: 100%;
        padding-inline: 12px;
    }

    .internal-page :where(.pay-hero, .pay-logged-hero, .aff-hero, .aff-logged-hero, .bots-hero, .bots-logged-hero, .success-hero) {
        min-height: 228px;
        padding: 34px 24px;
        border-radius: 16px;
    }

    .internal-page :where(.pay-hero, .pay-logged-hero, .aff-hero, .aff-logged-hero, .bots-hero, .bots-logged-hero, .success-hero)::after {
        right: -130px;
        bottom: -170px;
    }

    .internal-page :where(.pay-content-card, .pay-card, .pay-card-logged, .aff-content-card, .aff-card-logged, .bots-content-card, .bots-content-logged, .success-card),
    .payment-page .pay-status-card,
    .bots-page :where(.bots-variant-card, .dcamulti-platform-card) {
        padding: 24px 21px;
    }

    .internal-page :where(.pay-login-section, .aff-login-section, .bots-login-section) {
        padding: 28px 20px;
    }

    .internal-page :where(.pay-login-card, .aff-login-card, .bots-login-card) {
        padding: 23px 19px;
    }

    .internal-page :where(.pay-btn, .aff-btn, .bots-btn, .success-btn, .dcamulti-platform-btn) {
        width: 100%;
        margin-right: 0;
    }

    .affiliate-page .aff-refcode-setting {
        align-items: flex-start;
        flex-direction: column;
    }

    .payment-page .pay-status-header {
        flex-direction: column;
    }
}

@media (max-width: 340px) {
    .header .container {
        width: calc(100% - 16px);
    }

    .header .nav-wrap {
        gap: 8px;
    }

    .header .brand-title {
        display: none;
    }

    .header .lang-switcher-mobile {
        margin-right: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .internal-page *,
    .internal-page *::before,
    .internal-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
