body.smsc-site {
    margin: 0;
    background: #fff;
    color: #1a1a2e;
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.smsc-modal-open {
    overflow: hidden;
}

.root {
    font-family: "Inter", sans-serif;
    color: #1a1a2e;
}

.anchor {
    display: block;
    font-size: 0;
}

.wrap {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.hdr {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 72px;
    display: flex;
    align-items: center;
    transition: background 0.3s, box-shadow 0.3s, backdrop-filter 0.3s;
}

.hdr--scrolled {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(16px);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
}

.hdr__in {
    display: flex;
    align-items: center;
    width: 100%;
}

.logo {
    flex-shrink: 0;
    margin-right: 40px;
    display: flex;
    align-items: center;
}

.logo__img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s;
}

.hdr--scrolled .logo__img {
    filter: none;
}

.nav {
    display: flex;
    gap: 2px;
    flex: 1;
}

.nav__a {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
    padding: 6px 13px;
    border-radius: 8px;
    transition: background 0.18s, color 0.18s;
    opacity: 0.92;
}

.hdr .nav__a,
.hdr .hdr__tel,
.hdr .hdr__tg {
    color: #fff;
}

.hdr--scrolled .nav__a,
.hdr--scrolled .hdr__tel,
.hdr--scrolled .hdr__tg {
    color: #374151;
}

.nav__a:hover {
    background: rgba(128, 128, 128, 0.1);
}

.hdr__right {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.hdr__tel {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 4px;
    transition: opacity 0.2s;
}

.hdr__tel:hover {
    opacity: 0.75;
}

.hdr__tg {
    display: flex;
    align-items: center;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.hdr__tg:hover {
    opacity: 1;
}

.hdr__tg svg {
    color: inherit;
}

.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}

.burger span {
    display: block;
    width: 22px;
    height: 2.5px;
    border-radius: 2px;
    background: #fff;
    transition: background 0.3s;
}

.hdr--scrolled .burger span {
    background: #374151;
}

.btn-orange {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 22px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.5px;
    font-family: inherit;
    color: #fff;
    background: #f5914f;
    border: none;
    cursor: pointer;
    text-decoration: none;
    appearance: button;
    -webkit-appearance: button;
    transition: opacity 0.2s, transform 0.15s, box-shadow 0.15s;
    white-space: nowrap;
    box-shadow: 0 4px 18px rgba(245, 145, 79, 0.3);
}

.btn-orange:hover {
    opacity: 0.87;
    transform: translateY(-1px);
}

.btn-orange--sm {
    padding: 8px 18px;
    font-size: 13px;
    border-radius: 8px;
}

.btn-orange--lg {
    padding: 14px 36px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 11px;
    box-shadow: 0 6px 24px rgba(245, 145, 79, 0.38);
}

.btn-orange--lg:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(245, 145, 79, 0.44);
    opacity: 1;
}

.btn-line {
    padding: 8px 17px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 19.5px;
    text-decoration: none;
    border: 1.5px solid;
    background: transparent;
    cursor: pointer;
    transition: background 0.18s;
    white-space: nowrap;
}

.btn-line--light {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.45);
}

.btn-line--light:hover {
    background: rgba(255, 255, 255, 0.12);
}

.btn-line--dark {
    color: #374151;
    border-color: rgba(55, 65, 81, 0.25);
}

.btn-line--dark:hover {
    background: rgba(0, 0, 0, 0.05);
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 36px;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    text-decoration: none;
    backdrop-filter: blur(8px);
    transition: background 0.2s;
    white-space: nowrap;
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.2);
}

.btn-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 36px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    line-height: 22.5px;
    color: #fff;
    background: #25b309;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(37, 179, 9, 0.28);
    transition: transform 0.15s, box-shadow 0.15s;
}

.btn-green:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 179, 9, 0.38);
}

.mob {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 8px 24px 20px;
    transform: translateY(-6px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s, opacity 0.25s;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.mob--open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.mob__a {
    display: block;
    padding: 13px 0;
    font-size: 15px;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f7;
}

.mob__auth {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.mob__auth a {
    flex: 1;
    text-align: center;
}

.hero {
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 100px 0 80px;
}

.hero__bg {
    position: absolute;
    inset: 0;
    background: url("/images/hero.jpg") center / cover no-repeat;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 20, 50, 0.82) 0%, rgba(15, 30, 70, 0.65) 60%, rgba(10, 20, 50, 0.8) 100%);
}

.hero__in {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero__text {
    flex: 1;
    min-width: 0;
    max-width: 640px;
    padding-left: 0;
}

.hero__h1 {
    font-size: clamp(32px, 5.5vw, 58px);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin: 0 0 20px;
}

.hero__h1 em {
    font-style: normal;
    color: #f5914f;
}

.hero__sub {
    font-size: clamp(15px, 1.8vw, 18px);
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    margin: 0 0 36px;
    max-width: 460px;
}

.hero__btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero__arrow {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.4);
    font-size: 20px;
    line-height: 30px;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

.fade-up {
    animation: fuAnim 0.7s ease both;
}

.a1 { animation-delay: 0.12s; }
.a2 { animation-delay: 0.25s; }
.a3 { animation-delay: 0.38s; }

@keyframes fuAnim {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

.sect {
    padding: 96px 0;
}

.sect--white {
    background: #fff;
}

.sect--gray {
    background: #f8f9fc;
}

.eyebrow {
    font-size: 11px;
    font-weight: 700;
    line-height: 16.5px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #f5914f;
    text-align: center;
    margin: 0 0 12px;
}

.h2 {
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 800;
    line-height: 60px;
    color: #1a1a2e;
    margin: 0 0 12px;
    letter-spacing: -0.6px;
    text-align: center;
}

.subtitle {
    font-size: 15px;
    color: #6b7280;
    text-align: center;
    margin: 0 0 48px;
}

.body {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0 0 24px;
}

.feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 52px;
}

.feat-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    padding: 28px 24px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.feat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.09);
}

.feat-card__img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 18px;
    display: block;
}

.feat-card__h {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #1a1a2e;
    margin: 0 0 8px;
}

.feat-card__p {
    font-size: 14px;
    color: #6b7280;
    line-height: 23.1px;
    margin: 0;
}

.cta-sect {
    padding: 24px 0 72px;
    background: #f8f9fc;
}

.cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 36px 44px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
    flex-wrap: wrap;
}

.cta-card__left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cta-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(245, 145, 79, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cta-card__h {
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 800;
    line-height: 36px;
    color: #1a1a2e;
    margin: 0 0 6px;
}

.cta-card__sub {
    font-size: 15px;
    line-height: 22.5px;
    color: #6b7280;
    margin: 0;
}

.api-grid {
    display: flex;
    gap: 64px;
    align-items: center;
    flex-wrap: wrap;
}

.lang-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.lang-tag {
    padding: 5px 13px;
    border-radius: 100px;
    background: #f3f4f6;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
}

.code-win {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.code-win__bar {
    background: #1e2233;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.code-win__lbl {
    margin-left: 10px;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.3);
    font-family: monospace;
}

.code-win__body {
    margin: 0;
    padding: 24px 26px;
    background: #0f1117;
    color: #e2e8f0;
    font-size: 13px;
    line-height: 23.4px;
    font-family: "JetBrains Mono", "Fira Code", monospace;
    overflow-x: auto;
}

.form-sect {
    padding: 82px 0 86px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.form-sect__bg {
    position: absolute;
    inset: 0;
    background: url("/images/form_bg.png") center/cover no-repeat;
}

.form-sect__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 18, 45, 0.84);
}

.form-sect__in {
    position: relative;
    z-index: 1;
    max-width: 1020px;
    margin: 0 auto;
}

.form-sect__h {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    line-height: 48px;
    margin: 0 0 28px;
    letter-spacing: -0.4px;
}

.form-ajax {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.form-row {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.form-meta {
    margin-top: 16px;
}

.finput {
    flex: 1 1 170px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1.5px solid #e5e7eb;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s;
    background: #fff;
}

.finput:focus {
    border-color: #f5914f;
}

.finput--dark {
    box-sizing: border-box;
    display: block;
    height: 47px;
    min-height: 47px;
    padding: 12px 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    caret-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.finput--dark::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.finput--dark:focus {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.1);
}

.form-row .finput {
    flex: 1 1 0;
    min-width: 0;
}

.form-row .btn-orange {
    flex: 0 0 151px;
    height: 47px;
    padding: 9px 22px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    box-shadow: 0 4px 18px rgba(245, 145, 79, 0.3);
}

.form-consent {
    max-width: 600px;
    margin: 16px auto 0;
    font-size: 13px;
    line-height: 19.5px;
    color: rgba(255, 255, 255, 0.42);
    text-align: left;
}

.form-consent label {
    display: inline;
}

.consent-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    cursor: pointer;
    position: relative;
}

.consent-checkbox:checked {
    background: #f5914f;
    border-color: #f5914f;
}

.consent-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-consent input {
    width: 18px;
    height: 18px;
    margin: 3px 13px 0 0;
    vertical-align: top;
}

.form-consent a {
    color: #f5914f;
    text-decoration: underline;
}

.form-secondary {
    max-width: 600px;
    margin: 8px auto 0;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.28);
    text-align: left;
}

.form-secondary a {
    color: inherit;
}

.price-table {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.06);
    line-height: 24px;
}

.price-table__head {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #1a1a2e;
}

.price-table__th {
    padding: 15px 24px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price-table__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    transition: background 0.15s;
}

.price-table__row:hover {
    background: rgba(245, 145, 79, 0.05) !important;
}

.price-table__row--alt {
    background: #fafafa;
}

.price-table__row--hot {
    background: rgba(245, 145, 79, 0.06) !important;
    border-left: 3px solid #f5914f;
}

.price-table__td {
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 21px;
}

.price-table__name {
    line-height: 21px;
    font-weight: 600;
    color: #1a1a2e;
}

.hot-badge {
    padding: 2px 10px;
    border-radius: 100px;
    background: #f5914f;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 16.5px;
}

.price-val {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    color: #f5914f;
}

.price-per {
    color: #6b7280;
    font-weight: 500;
    line-height: 21px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 52px;
}

.contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 180px;
    padding: 36px 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
    transition: transform 0.2s, box-shadow 0.2s;
}

.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.09);
}

.contact-card__ico {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: rgba(245, 145, 79, 0.08);
    border-radius: 14px;
    flex-shrink: 0;
}

.contact-card__ico svg {
    display: block;
}

.contact-card__lbl {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #9ca3af;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.contact-card__val {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 22.4px;
}

.contact-card__sub {
    font-size: 13px;
    line-height: 19.5px;
    color: #9ca3af;
    margin-top: auto;
}

.cookie-settings__save {
    margin-top: 8px;
}

.cookie-banner {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 210;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px 20px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(13, 17, 23, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(16px);
    box-sizing: border-box;
}

.cookie-banner-text {
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.82);
}

.cookie-banner-text a {
    color: #f7a15e;
    text-decoration: none;
    border-bottom: 1px solid rgba(247, 161, 94, 0.35);
    transition: border-color 0.2s, color 0.2s;
}

.cookie-banner-text a:hover {
    color: #ffb373;
    border-color: rgba(255, 179, 115, 0.65);
}

.cookie-banner-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.cookie-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 19.5px;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.15s, opacity 0.2s, background 0.2s, border-color 0.2s, color 0.2s;
}

.cookie-btn:hover {
    transform: translateY(-1px);
}

.cookie-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #f5914f, #e07530);
    box-shadow: 0 6px 20px rgba(245, 145, 79, 0.24);
}

.cookie-btn-primary:hover {
    opacity: 0.9;
}

.cookie-btn-outline {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
}

.cookie-btn-outline:hover {
    background: rgba(255, 255, 255, 0.14);
}

.footer {
    background: #0d1117;
}

.footer__in {
    padding: 44px 0 0;
}

.footer__top-row {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    flex-wrap: wrap;
}

.footer__addr {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.22);
    line-height: 1.5;
}

.footer__payments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.footer__plogo {
    height: 22px;
    object-fit: contain;
    opacity: 0.38;
    filter: brightness(1.6) grayscale(15%);
    transition: opacity 0.2s;
}

.footer__plogo:hover {
    opacity: 0.7;
}

.footer__bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0 32px;
    flex-wrap: wrap;
}

.footer__copy {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}

.footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0;
    justify-content: flex-end;
}

.footer__a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    padding: 2px 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transition: color 0.2s;
    white-space: nowrap;
}

.footer__a:last-child {
    border-right: none;
}

.footer__a:hover {
    color: rgba(255, 255, 255, 0.75);
}

.modal-bg {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(5, 10, 30, 0.7);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.modal {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 440px;
    position: relative;
    box-shadow: 0 32px 100px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.modal--wide {
    max-width: 560px;
}

.modal__x {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.modal__x:hover {
    background: rgba(255, 255, 255, 0.35);
}

.modal__head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 28px 32px 24px;
    background: linear-gradient(135deg, #f5914f, #e07530);
}

.modal__head-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.modal__head-h {
    margin: 0 0 3px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.modal__head-sub {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

.modal__body {
    padding: 28px 32px 32px;
}

.info-desc {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 21px;
    color: #374151;
}

.erip-path {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 18px;
    border-radius: 12px;
    background: #f8f9fc;
}

.erip-step {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 21px;
    color: #374151;
}

.erip-step__num,
.info-step__n {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #374151;
    font-size: 11px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.erip-step__text {
    flex: 1;
}

.erip-step__arrow {
    color: #9ca3af;
}

.card-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 0 16px;
}

.card-logos img {
    height: 26px;
    object-fit: contain;
    opacity: 0.85;
}

.info-steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-step {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 21px;
    color: #374151;
}

.info-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 16px 0 0;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(245, 145, 79, 0.2);
    background: #fff8f0;
    font-size: 13px;
    line-height: 19.5px;
    color: #6b7280;
}

.info-note svg {
    flex-shrink: 0;
    margin-top: 1px;
}

.info-note a {
    color: #f5914f;
}

.modal__form {
    max-width: none;
}

.modal__field {
    margin-bottom: 16px;
}

.modal__form .finput {
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
}

.modal__label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 7px;
}

.modal__consent {
    margin: 20px 0 24px;
    color: #6b7280;
}

.modal__form .form-consent {
    max-width: none;
    margin: 20px 0 10px;
    font-size: 13px;
    line-height: 19.5px;
    color: #6b7280;
}

.modal__form .form-consent input {
    margin-right: 9px;
}

.modal__form .consent-checkbox {
    background: #fff;
    border-color: rgba(107, 114, 128, 0.45);
    box-shadow: none;
}

.modal__form .form-secondary {
    max-width: none;
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 18px;
    color: #9ca3af;
}

.modal__consent a {
    color: #f5914f;
}

.modal__submit {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #f5914f, #e07530);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    box-shadow: 0 6px 20px rgba(245, 145, 79, 0.35);
    transition: opacity 0.2s, transform 0.15s;
}

.modal__submit:hover {
    opacity: 0.88;
    transform: translateY(-1px);
}

.field-error {
    margin-top: 8px;
    color: #cc3c3c;
    font-size: 12px;
}

.input-error {
    border-color: rgba(204, 60, 60, 0.66) !important;
}

.privacy-body {
    overflow-y: auto;
    max-height: 70vh;
}

.privacy-body p,
.privacy-body li {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.7;
    color: #374151;
}

.privacy-body ul,
.privacy-body ol {
    margin: 0 0 12px;
    padding-left: 20px;
}

.cookie-settings {
    position: fixed;
    inset: 0;
    z-index: 220;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(5, 10, 30, 0.7);
    backdrop-filter: blur(10px);
}

.cookie-settings.is-visible {
    display: flex;
}

.cookie-settings-panel {
    position: relative;
}

.cookie-settings-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
}

.cookie-settings-close svg {
    width: 16px;
    height: 16px;
}

.cookie-cats {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cookie-cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #f9fafb;
}

.cookie-cat__info {
    min-width: 0;
}

.cookie-cat__label {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
}

.cookie-cat__desc {
    font-size: 12px;
    line-height: 1.4;
    color: #6b7280;
}

.toggle {
    position: relative;
    display: block;
    width: 42px;
    height: 24px;
    flex-shrink: 0;
}

.toggle input {
    position: absolute;
    inset: 0;
    opacity: 0;
    margin: 0;
    cursor: pointer;
}

.toggle__track {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: #d1d5db;
    transition: background 0.2s;
}

.toggle__thumb {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    transition: left 0.2s;
}

.toggle input:checked + .toggle__track {
    background: #f5914f;
}

.toggle input:checked + .toggle__track .toggle__thumb {
    left: 21px;
}

.toggle--fixed .toggle__track {
    background: #f5914f;
}

.smsc-doc {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f8f9fc;
}

.smsc-doc-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #0d1117;
}

.smsc-doc-header__inner {
    box-sizing: border-box;
    max-width: 900px;
    height: 64px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.smsc-doc-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.smsc-doc-back:hover {
    color: #fff;
}

.smsc-doc-header__sep {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
}

.smsc-doc-header__logo {
    height: 24px;
    filter: brightness(0) invert(1);
    opacity: 0.7;
}

.smsc-doc-main {
    flex: 1;
}

.smsc-doc-container {
    box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto;
    padding: 56px 40px 100px;
}

.doc-h1 {
    margin: 0 0 8px;
    font-size: clamp(24px, 4vw, 38px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.6px;
    color: #1a1a2e;
}

.doc-meta {
    margin: 0 0 40px;
    font-size: 13px;
    color: #9ca3af;
}

.doc-body {
    max-width: 760px;
    padding: 40px 48px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.doc-body p,
.doc-body li {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.75;
    color: #374151;
}

.doc-body h2,
.doc-body h3,
.doc-body h4 {
    margin: 24px 0 12px;
    color: #1a1a2e;
}

.doc-body h2 {
    font-size: 22px;
    line-height: 1.3;
}

.doc-body h3 {
    font-size: 18px;
    line-height: 1.35;
}

.doc-body ul,
.doc-body ol {
    margin: 0 0 16px;
    padding-left: 20px;
}

.doc-body a {
    color: #f5914f;
}

.doc-notice {
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #fff8f0;
    border: 1px solid rgba(245, 145, 79, 0.18);
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
}

.doc-company-card {
    margin-bottom: 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    overflow: hidden;
}

.doc-company-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.doc-company-row:last-child {
    border-bottom: none;
}

.doc-company-row span {
    color: #6b7280;
}

.doc-company-row strong {
    text-align: right;
    color: #1a1a2e;
}

.doc-download,
.doc-hash {
    font-size: 14px;
}

.offer-preview {
    margin: 20px 0 24px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.offer-preview-frame {
    display: block;
    width: 100%;
    min-height: 540px;
    border: none;
    background: #f8f9fc;
}

.smsc-doc-footer {
    padding: 20px 40px;
    background: #0d1117;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
}

.remodal.smsc-legal-modal,
.remodal.smsc-policy-modal {
    max-width: 440px;
    padding: 0;
    border-radius: 20px;
    background: #fff;
    text-align: left;
    box-shadow: 0 32px 100px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.smsc-legal-modal__shell {
    position: relative;
}

.smsc-legal-modal .remodal-close,
.smsc-policy-modal .remodal-close {
    left: auto;
    right: 16px;
    top: 16px;
    width: 30px;
    height: 30px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.smsc-legal-modal .remodal-close:hover,
.smsc-policy-modal .remodal-close:hover {
    background: rgba(255, 255, 255, 0.35);
}

.smsc-legal-modal .remodal-close::before,
.smsc-policy-modal .remodal-close::before {
    font-size: 24px;
    line-height: 30px;
}

@media (max-width: 900px) {
    .nav,
    .hdr__tel,
    .hdr__tg,
    .btn-line,
    .hdr__right > .btn-orange--sm {
        display: none !important;
    }

    .burger {
        display: flex !important;
    }

    .mob {
        display: block;
    }

    .feat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .api-grid {
        flex-direction: column;
        gap: 40px;
    }

    .contact-grid {
        grid-template-columns: repeat(2, minmax(0, 360px));
    }
}

@media (max-width: 640px) {
    .wrap {
        padding: 0 20px;
    }

    .sect {
        padding: 64px 0;
    }

    .feat-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .footer__links {
        justify-content: flex-start;
    }

    .cta-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero {
        min-height: 100vh;
        min-height: 100dvh;
        height: auto;
        padding: 90px 0 60px;
    }

    .hero__text {
        margin-top: 0;
        padding-left: 0;
        transform: none;
    }

    .hero__btns {
        flex-direction: column;
    }

    .btn-orange--lg,
    .btn-ghost {
        width: 100%;
        max-width: 320px;
    }

    .form-row {
        flex-direction: column;
        gap: 12px;
    }

    .form-row .finput,
    .form-row .btn-orange {
        width: 100%;
        flex: none;
    }

    .form-row .btn-orange {
        height: 47px;
    }

    .finput--dark {
        height: 47px;
        padding: 12px 16px;
    }

    .modal,
    .modal--wide,
    .remodal.smsc-legal-modal,
    .remodal.smsc-policy-modal {
        max-width: 100%;
        width: 100%;
    }

    .price-table__head,
    .price-table__row {
        grid-template-columns: 1fr 1fr;
    }

    .price-table__th:last-child,
    .price-table__td:last-child {
        display: none;
    }

    .modal-bg,
    .cookie-settings {
        padding: 16px;
    }

    .cookie-banner {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 16px;
        align-items: stretch;
    }

    .cookie-banner-actions {
        width: 100%;
    }

    .cookie-btn {
        flex: 1 1 100%;
    }

    .smsc-doc-header__inner,
    .smsc-doc-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .doc-body {
        padding: 28px 20px;
    }

    .doc-company-row {
        flex-direction: column;
    }

    .doc-company-row strong {
        text-align: left;
    }

    .offer-preview-frame {
        min-height: 420px;
    }
}
