.bebas {
    font-family: "Bebas Neue", sans-serif;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
}

a,
button,
input,
textarea,
select {
    -webkit-tap-highlight-color: transparent;
}

input,
button,
a {
    touch-action: manipulation;
}

button > nav > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: inherit;
    text-decoration: none;
    color: inherit;
}

#burger,
#modal-close,
.faq-header button,
form button[type="submit"] {
    min-height: 48px;
    min-width: 48px;
}

.footer-card {
    min-height: 0;
    gap: 24px;
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 1.5;
    }

    header {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    header h1 {
        font-size: 18px !important;
        line-height: 1.2 !important;
        max-width: calc(100% - 72px);
        text-wrap: balance;
    }

    #burger {
        width: 48px !important;
        height: 48px !important;
        border-radius: 12px;
    }

    #menu {
        width: min(100%, 360px) !important;
    }

    #menu ul {
        gap: 0 !important;
        padding: 20px !important;
    }

    #menu li + li {
        margin-top: 8px;
    }

    #menu a {
        display: block;
        padding: 12px 0;
        font-size: 18px !important;
        line-height: 1.35;
    }

    main > div:first-child {
        padding-top: 120px !important;
    }

    section {
        scroll-margin-top: 96px;
    }

    h1,
    h2,
    h3 {
        overflow-wrap: anywhere;
    }

    .faq-item {
        padding: 24px 18px !important;
        border-radius: 16px !important;
    }

    .faq-header {
        gap: 16px;
        align-items: flex-start !important;
    }

    .faq-header span {
        font-size: 17px !important;
        line-height: 1.35 !important;
    }

    .faq-header button {
        flex-shrink: 0;
        width: 48px !important;
        height: 48px !important;
    }

    .faq-content {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    form {
        gap: 16px !important;
        padding: 28px 16px 24px !important;
    }

    form h2 {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    input {
        min-height: 52px;
        font-size: 16px !important;
        padding: 14px 16px !important;
    }

    form button[type="submit"] {
        min-height: 54px;
        font-size: 20px !important;
        line-height: 1.2 !important;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }

    footer {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    footer > div > div {
        height: auto !important;
        min-height: 0 !important;
        margin-top: 48px !important;
        padding: 28px 20px 32px !important;
        gap: 32px;
    }

    footer h3,
    footer a,
    footer p,
    footer li {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    [class*="text-[14px]"] {
        font-size: 16px !important;
        line-height: 1.55 !important;
    }

    [class*="text-[13px]"] {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    [class*="text-[16px]"] {
        line-height: 1.55 !important;
    }

    [class*="text-[18px]"] {
        line-height: 1.4 !important;
    }

    [class*="py-[5px]"] {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    [class*="px-[10px]"] {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .text-nowrap,
    [class*="text-nowrap"] {
        white-space: normal !important;
    }
}
