.footer {
    margin-top: 0;
    padding: 15px 10px 28px;
    background: #111;
    color: #ccc;
    font-size: 14px;
    text-align: center;
}
.footer a {
    color: #00e676;
    text-decoration: none;
    font-weight: bold;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/Bebas_Neue/BebasNeue-Regular.eot');
    src: url('../fonts/Bebas_Neue/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bebas_Neue/BebasNeue-Regular.woff2') format('woff2'),
        url('../fonts/Bebas_Neue/BebasNeue-Regular.woff') format('woff'),
        url('../fonts/Bebas_Neue/BebasNeue-Regular.ttf') format('truetype'),
        url('../fonts/Bebas_Neue/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anton';
    src: url('../fonts/Anton/Anton-Regular.eot');
    src: url('../fonts/Anton/Anton-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Anton/Anton-Regular.woff2') format('woff2'),
        url('../fonts/Anton/Anton-Regular.woff') format('woff'),
        url('../fonts/Anton/Anton-Regular.ttf') format('truetype'),
        url('../fonts/Anton/Anton-Regular.svg#Anton-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Haettenschweiler';
    src: url('../fonts/haettenschweiler/Haettenschweiler.eot');
    src: url('../fonts/haettenschweiler/Haettenschweiler.eot?#iefix') format('embedded-opentype'),
        url('../fonts/haettenschweiler/Haettenschweiler.woff2') format('woff2'),
        url('../fonts/haettenschweiler/Haettenschweiler.woff') format('woff'),
        url('../fonts/haettenschweiler/Haettenschweiler.ttf') format('truetype'),
        url('../fonts/haettenschweiler/Haettenschweiler.svg#Haettenschweiler') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.eot');
    src: url('../fonts/poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Medium.woff') format('woff'),
        url('../fonts/poppins/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Bold.eot');
    src: url('../fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Bold.woff') format('woff'),
        url('../fonts/poppins/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --golden: #e2af44;
}

.white {
    color: var(--white) !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    color: var(--white);
    font-family: 'Bebas Neue', sans-serif;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    background: #000;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0 0 10px;
    line-height: 1;
    color: var(--white);
    font-weight: 400;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}
h1 { font-size: 60px; }
h2 { font-size: 40px; }
h3 { font-size: 36px; }
h4 { font-size: 28px; }
h5 { font-size: 24px; }
h6 { font-size: 21px; }

p {
    padding: 0;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.4;
    color: var(--black);
}
p:last-child { margin-bottom: 0; }

ul, ol { list-style-type: none; margin: 0; padding: 0; }

a {
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1.2;
    color: inherit;
    font-family: inherit;
}

span {
    display: inline-block;
}

img, video {
    max-width: 100%;
    display: block;
}

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none;
}

:focus-visible {
    outline: none;
}

.home {
    width: 100%;
    max-width: 480px;
    min-height: 100dvh;
    margin: 0 auto;
    padding: clamp(20px, 4vw, 40px) 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
    background-image: url(../images/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    color: var(--white);
}

.home-inner {
    width: 100%;
    min-height: calc(100dvh - clamp(40px, 8vw, 80px));
    padding: 0 clamp(12px, 4vw, 22px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    row-gap: clamp(8px, 2vw, 14px);
    text-align: center;
}

.head-title,
.center-part,
.btm-part,
.top-content-bx {
    width: 100%;
}

.home-inner .top-content-bx {
    margin: 0 auto;
}

.home-inner .top-content-bx h1 {
    font-size: clamp(58px, 17vw, 110px);
    line-height: 0.95;
    font-family: 'Haettenschweiler', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    word-break: break-word;
}

.home-inner .btm-content-bx {
    max-width: 72%;
    width: 100%;
    margin: clamp(10px, 3vw, 20px) auto;
}

.white-box {
    max-width: 95%;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
}

.white-box h2 {
    font-size: clamp(17px, 5.5vw, 26px);
    text-transform: uppercase;
    line-height: 1.25;
    background-color: var(--white);
    font-family: 'Poppins', sans-serif;
    color: var(--black);
    font-weight: bold;
    border-radius: 30px;
    margin: 0 auto 10px;
    padding: 10px 38px;
    position: relative;
}

.white-box h2::before,
.white-box h2::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    background-color: var(--black);
    top: 50%;
    transform: translateY(-50%);
}

.white-box h2::before { left: 16px; }
.white-box h2::after { right: 16px; }

.logo-box img {
    max-width: min(75%, 240px);
    width: 100%;
    margin: 0 auto;
}

.middle-text-box h3 {
    font-size: clamp(28px, 9vw, 45px);
    line-height: 1.05;
    text-transform: uppercase;
}

.btm-img {
    max-width: 92%;
    margin: clamp(18px, 5vw, 30px) auto 0;
    width: 100%;
}

.center-part {
    max-width: 92%;
}

.line-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    color: var(--white);
    font-weight: 500;
    font-size: clamp(14px, 3.8vw, 20px);
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.line-text span.line {
    width: 35%;
    height: 2px;
    background: var(--white);
}

.middle-btn-box span {
    background: var(--white);
    color: var(--black);
    padding: 3px;
    border-radius: 50px;
    text-align: center;
    width: 45%;
    font-size: 20px;
}

.middle-btn-box {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.boxes {
    width: min(72%, 290px);
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    margin: 0 auto;
}

.boxes .box {
    padding: 8px 10px;
    text-align: center;
    flex-shrink: 0;
    font-size: clamp(24px, 7vw, 35px);
    color: var(--black);
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
}

.golden-gradient {
    background: url(../images/btn-bg.png);
    background-size: cover;
    background-position: center;
}

.zoom-in {
    animation: zoomPulse 1s ease-in-out infinite;
}

@keyframes zoomPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

@media (min-width: 481px) {
    body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home {
        border-left: 1px solid rgba(255,255,255,0.08);
        border-right: 1px solid rgba(255,255,255,0.08);
        box-shadow: 0 0 30px rgba(0,0,0,0.35);
    }

    .footer {
        width: 100%;
        max-width: 480px;
        border-left: 1px solid rgba(255,255,255,0.08);
        border-right: 1px solid rgba(255,255,255,0.08);
    }
}

@media (max-width: 767px) {
    .home {
        background-size: 100% 100%;
    }

    .white-box {
        max-width: 100%;
        padding: 0 6px;
    }

    .home-inner .btm-content-bx {
        max-width: 75%;
    }

    .boxes {
        width: 74%;
    }
}

@media (max-width: 479px) {
    .home {
        padding: 18px 0 24px;
    }

    .home-inner {
        min-height: calc(100dvh - 42px);
        padding: 0 10px;
    }

    .home-inner .top-content-bx h1 {
        font-size: clamp(50px, 15vw, 68px);
        line-height: 0.92;
    }

    .logo-box img {
        max-width: 44%;
        margin: 0 auto 8px;
    }

    .white-box h2 {
        padding: 8px 30px;
        border-radius: 22px;
    }

    .middle-text-box h3 {
        font-size: clamp(25px, 8.5vw, 38px);
    }

    .center-part {
        max-width: 100%;
        padding: 0 2px;
    }
}

@media (max-width: 360px) {
    .home-inner {
        row-gap: 6px;
    }

    .line-text {
        gap: 6px;
    }

    .line-text span.line {
        width: 28%;
    }

    .white-box h2::before,
    .white-box h2::after {
        width: 10px;
        height: 10px;
    }

    .white-box h2::before { left: 12px; }
    .white-box h2::after { right: 12px; }

    .boxes {
        width: 80%;
        gap: 10px;
    }

    .boxes .box {
        font-size: 22px;
    }
}

@media (max-width: 320px) {
    .home-inner .top-content-bx h1 {
        font-size: 44px;
    }

    .white-box h2 {
        font-size: 15px;
        padding: 8px 26px;
    }

    .middle-text-box h3 {
        font-size: 20px;
    }

    .home-inner .btm-content-bx {
        max-width: 82%;
    }
}

.middle-text-box h3 {
  text-align: center;
  line-height: 1.2;
}

/* FIRST LINE */
.middle-text-box .line1 {
  display: block;
  font-size: clamp(22px, 5vw, 38px);
  font-weight: bold;
}

/* SECOND LINE (FORCED SAME WIDTH LOOK) */
.middle-text-box .line2 {
  display: block;
  font-size: clamp(14px, 3.5vw, 22px);
  letter-spacing: 2px;
  word-spacing: 6px;
}