@font-face {
    font-family: "Inter";
    src: url("/fonts/inter/Inter-Regular.woff2") format("woff2"),
    url("/fonts/inter/Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/fonts/inter/Inter-Italic.woff2") format("woff2"),
    url("/fonts/inter/Inter-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/fonts/inter/Inter-SemiBold.woff2") format("woff2"),
    url("/fonts/inter/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/roboto/Roboto-Regular.woff2") format("woff2"),
    url("/fonts/roboto/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg-page: #fff;
    --bg-card: #dce3ed;
    --bg-warning: rgba(180, 195, 220, 0.5);
    --bg-footer: rgba(180, 195, 220, 0.35);
    --accent-blue: #3b4eff;
    --text-primary: #1a1a2e;
    --text-secondary: #4a4a6a;
    --text-muted: #6b7280;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: var(--bg-page);
    padding: 20px;
}

.hero-container {
    background-color: #DCE9FA;
    padding: 40px 60px;
    border-radius: 10px;
    overflow: hidden;
}

.hero-logo img {
    width: 110px;
}

.hero-title {
    color: #292B2B;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.hero-subtitle {
    color: #292B2B;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.hero-text {
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.hero-text.italic {
    font-style: italic;
}

.hero-text.w-450 {
    max-width: 400px;
    width: 100%;
}

.hero-f-width__block {
    margin-top: 80px;
    max-width: 410px;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.hero-f-width__block:before {
    content: "";
    position: absolute;
    left: -60px;
    right: -60px;
    top: -20px;
    bottom: -20px;
    width: 100vw;
    padding: 20px 0;
    background: #BED3EF;
    opacity: 0.4;
    z-index: -1;

}

.hero-f-width__block h3 {
    color: #0400FF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 20px;
}

.hero-f-width__block p {
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.mt-140 {
    margin-top: 140px;
}

.mt-60 {
    margin-top: 60px;
}

.sec-2fa__title,
.acc-status__title,
.iw-title {
    color: #292B2B;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 40px;
}

.sec-2fa__card {
    border-radius: 10px;
    border: 2px solid #E3EBFD;
    padding: 36px;
}

.card-2fa__icon {
    margin-bottom: 40px;
}

.card-2fa__title.text-lg {
    color: #292B2B;
    font-size: 20px;
    font-style: normal;
    line-height: 150%;
    margin-bottom: 20px;
}

.card-2fa__text.leading-6 {
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.acc-status__head,
.acc-status__row {
    padding: 15px 60px;
}

.acc-status__th {
    color: #292B2B;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.acc-status__cell {
    color: rgba(0, 0, 0, 0.60);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.notice-sec__card {
    padding: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.notice-sec__title  {
    color: #292B2B;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
}

.notice-sec__text {
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}

.notice-sec__btn,
.iw-next {
    padding: 15px 30px;
}

.iw-title {
    margin-bottom: 0;
}

.iw-step {
    padding: 15px 20px;
    color: #292B2B;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.iw-select {
    padding: 15px 30px;
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 30px 0 40px;
}

.iw-info {
}

.iw-infoIcon {
    margin-top: 5px;
}

.iw-infoRow {
    padding: 25px 40px;
    background-color: #BED3EF;
    margin-bottom: 100px;
}

.iw-infoText {
    color: #292B2B;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.iw-input {
    height: 60px;
    padding: 0 10px;
}

.iw-grid {
    margin-bottom: 60px;
}

.iw-doneCard {
    padding: 40px 15px;
}

.mb-5 {
    margin-bottom: 20px;
}

.text-lg {
    color: #292B2B;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 30px;
}

.leading-6 {
    color: rgba(0, 0, 0, 0.60);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
