/* ========================================
   MODERN NORMALIZE
   ======================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -moz-tab-size: 4;
    tab-size: 4;
}

body {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
}

hr {
    color: inherit;
    height: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/* ========================================
   FONT FACES - e-Ukraine
   ======================================== */
@font-face {
    font-display: swap;
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 100;
    src: local('e-Ukraine-Thin'), url(../assets/fonts/e-Ukraine-Thin.woff2) format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 200;
    src: local('e-Ukraine-UltraLight'), url(../assets/fonts/e-Ukraine-UltraLight.woff2) format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 300;
    src: local('e-Ukraine-Light'), url(../assets/fonts/e-Ukraine-Light.woff2) format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 400;
    src: local('e-Ukraine-Regular'), url(../assets/fonts/e-Ukraine-Regular.woff2) format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 500;
    src: local('e-Ukraine-Medium'), url(../assets/fonts/e-Ukraine-Medium.woff2) format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 700;
    src: local('e-Ukraine-Bold'), url(../assets/fonts/e-Ukraine-Bold.woff2) format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 100;
    src: local('e-UkraineHead-Thin'), url(../assets/fonts/e-UkraineHead-Thin.woff2) format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 200;
    src: local('e-UkraineHead-UltraLight'), url(../assets/fonts/e-UkraineHead-UltraLight.woff2) format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 300;
    src: local('e-UkraineHead-Light'), url(../assets/fonts/e-UkraineHead-Light.woff2) format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 400;
    src: local('e-UkraineHead-Regular'), url(../assets/fonts/e-UkraineHead-Regular.woff2) format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 500;
    src: local('e-UkraineHead-Medium'), url(../assets/fonts/e-UkraineHead-Medium.woff2) format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 700;
    src: local('e-UkraineHead-Bold'), url(../assets/fonts/e-UkraineHead-Bold.woff2) format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 400;
    src: local('e-UkraineHead-LOGO'), url(../assets/fonts/e-UkraineHead-LOGO.woff2) format('woff2');
}

/* ========================================
   TYPOGRAPHY
   ======================================== */
.title {
    font-family: 'e-Ukraine Head';
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 16px;
}

.title.title--sm {
    font-size: 28px;
}

.paragraph {
    font-weight: 400;
    max-width: 800px;
}

.paragraph + .paragraph {
    margin-top: 16px;
}

.paragraph.paragraph--lg {
    font-size: 18px;
}

.paragraph.paragraph--sm {
    font-size: 14px;
}

.link {
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

.list-title,
.list__item {
    margin-bottom: 8px;
}

.list__item {
    padding-left: 16px;
    position: relative;
}

.list__item::before {
    background-color: #000;
    border-radius: 50%;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 6px;
}

.list__item:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .title {
        font-size: 34px;
    }
    .title.title--sm {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 30px;
    }
    .title.title--sm {
        font-size: 20px;
    }
}

/* ========================================
   GLOBAL STYLES
   ======================================== */
*,
*::before,
*::after {
    text-wrap: balance;
    color: inherit;
    font-family: 'e-Ukraine';
    line-height: 135%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

::selection {
    background-color: #000;
    color: #fff7e3;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    display: flex;
    flex-direction: column;
}

.section {
    padding: 64px 0;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 80px;
}

@media (max-width: 992px) {
    .container {
        padding: 0 64px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }
}

/* ========================================
   LAZY IMAGE
   ======================================== */
.lazy-image {
    background-color: #f1f1f1;
    border-radius: 24px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.lazy-image::before {
    content: '🖼️';
    font-size: 32px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.lazy-image.image-loaded {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.lazy-image.image-loaded::before {
    display: none;
}

.lazy-image.image-loaded img {
    opacity: 1;
}

.lazy-image img {
    display: block;
    height: auto;
    opacity: 0;
    position: relative;
    transition: 0.35s ease-out;
    transition-property: opacity;
    width: 100%;
    z-index: 2;
}

.lazy-image figcaption {
    color: #141414;
    margin-top: 10px;
}

/* ========================================
   FORM ELEMENTS
   ======================================== */
.input {
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    padding: 4px;
}

.input::placeholder {
    color: #707070;
}

.btn {
    background-color: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 8px;
}

/* ========================================
   INTRO SECTION
   ======================================== */
.intro {
    background-image: url(../assets/images/diia_gradient_01.webp);
    background-size: cover;
}

.intro__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 80px 0;
    row-gap: 40px;
    text-align: center;
}

/* ========================================
   NAVIGATION
   ======================================== */
.navigation {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    position: sticky;
    top: -1px;
    z-index: 100;
}

.navigation__inner {
    column-gap: 16px;
    display: flex;
    justify-content: center;
    overflow: auto;
    padding: 4px 0;
}

.navigation__inner li {
    flex-shrink: 0;
}

.navigation__link {
    background-color: #f1f1f1;
    border: 2px solid #f1f1f1;
    border-radius: 16px;
    display: block;
    font-size: 14px;
    outline: none;
    padding: 4px 8px;
    transition: 0.2s ease-out;
    transition-property: color, background-color, border-color;
}

.navigation__link:hover,
.navigation__link:focus {
    border-color: #000;
}

.navigation__link.navigation__link--active {
    background-color: #000;
    color: #fff7e3;
}

@media (max-width: 992px) {
    .navigation__inner {
        justify-content: start;
    }
}

/* ========================================
   DEBT SECTION
   ======================================== */
.debt__description {
    margin-bottom: 32px;
}

.debt__form {
    display: flex;
}

.debt__input {
    max-width: 100%;
    text-transform: uppercase;
    width: 400px;
}

.debt__submit svg {
    width: 24px;
}

.debt__info {
    padding-top: 32px;
}

.debt__info-card {
    border: 2px solid #000;
    padding: 24px 32px;
}

.debt__info-card-title {
    font-size: 22px;
    margin-bottom: 24px;
}

.debt__info-card-type {
    color: #707070;
}

.debt__info-card-value {
    margin-top: 8px !important;
}

/* === FLEXBOX ЗАГОЛОВОК === */
.debt__header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
    gap: 16px;
}

.debt__header-left {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    min-width: 200px;
}

.debt__header-right {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
}

/* === ІМ'Я ПЛАТНИКА === */
.debt__taxpayer-name {
    margin-bottom: 24px !important;
}

.debt__taxpayer-identifier {
    margin-bottom: 16px !important;
    color: #707070;
}

/* === ЗВИЧАЙНІ РЯДКИ ПОДАТКІВ === */
.debt__tax-row {
    margin-bottom: 16px;
}

/* === РЯДКИ З КНОПКОЮ ОПЛАТИ === */
.debt__tax-row-with-button {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 16px;
    gap: 16px;
}

.debt__tax-details {
    flex: 1;
    min-width: 0;
}

/* === КНОПКА ОПЛАТИ === */
.debt__pay-button {
    background: transparent;
    color: #000 !important;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
}

.debt__pay-button:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #000 !important;
    text-decoration: underline !important;
}

.debt__pay-button:active {
    background: rgba(0, 0, 0, 0.1);
}

.debt__pay-button:focus {
    outline: 2px solid #000;
    outline-offset: 2px;
}

/* === PAYMENT DETAILS === */
.debt__info-payment-details {
    padding-top: 48px;
}

.debt__payment-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.debt__info-payment-details-list {
    opacity: 0;
    transition: 0.2s ease-out;
}

.debt__info-card--payment {
    border-bottom-style: dashed;
    border-top-width: 0;
}

.debt__info-card--payment:first-child {
    border-top-width: 2px;
}

.debt__info-card--payment:last-child {
    border-bottom-style: solid;
}

.debt__info-payment-details-name {
    margin-bottom: 16px;
}

/* === PDF DOWNLOAD BUTTON === */
.debt__pdf-download-btn {
    background: #000;
    color: #fff !important;
    padding: 12px 32px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.debt__pdf-download-btn:hover {
    background: #fff;
    color: #000 !important;
}

.debt__pdf-download-btn:active {
    transform: scale(0.98);
}

.debt__pdf-download-btn:focus {
    outline: 2px solid #000;
    outline-offset: 4px;
}

/* === RESPONSIVE СТИЛІ === */
@media (max-width: 768px) {
    .debt__header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .debt__header-left {
        min-width: auto;
        font-size: 15px;
    }

    .debt__header-right {
        font-size: 13px;
    }

    .debt__tax-row-with-button {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .debt__pay-button {
        align-self: flex-start;
        width: auto;
    }

    .debt__payment-buttons {
        flex-direction: column;
    }

    .debt__payment-buttons .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .debt__pay-button {
        width: 100%;
        text-align: center;
    }

    .debt__header-left {
        font-size: 14px;
    }

    .debt__header-right {
        font-size: 12px;
    }

    .debt__pdf-download-btn {
        width: 100%;
        padding: 14px 24px;
    }
}

/* ========================================
   FOOTER
   ======================================== */
.footer {
    background-color: #000;
    color: #fff;
}

.footer ::selection {
    background-color: #fff7e3;
    color: #000;
}

.footer__inner {
    column-gap: 64px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
}

.footer__title {
    margin-bottom: 16px;
}

.footer__link {
    display: inline-block;
    margin-bottom: 8px;
    width: fit-content;
}

.footer__link:hover,
.footer__link:focus {
    text-decoration: underline;
}

.footer__link.footer__link--phone {
    margin-bottom: 0;
}

.footer__social {
    display: flex;
    gap: 16px;
}

.footer__social a {
    transition: 0.2s ease-out;
}

.footer__social a:hover,
.footer__social a:focus {
    opacity: 0.75;
}

.footer__social svg {
    display: block;
    width: 36px;
}

.copyright {
    align-items: start;
    display: flex;
    gap: 16px;
    margin-top: 64px;
}

.copyright__images {
    column-gap: 8px;
    display: flex;
}

.copyright__images img,
.copyright__images svg {
    display: block;
    width: 72px;
}

.copyright .paragraph {
    margin-top: 0;
}

@media (max-width: 992px) {
    .footer__inner {
        grid-template-columns: 1fr;
    }
    .copyright {
        flex-direction: column;
        margin-top: 32px;
    }
}


/*# sourceMappingURL=homePage.852250995ecf9a23de70.css.map*/