html,
body {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    line-height: 1.5;
    overflow-x: hidden;
    font-family: 'Urbanist', sans-serif;
    background-color: #fff;
    scroll-behavior: smooth;
    color: #e0e0e0;
}

body {
    background: url(/img/bg.png);
    background-size: cover;
    height: 100%;
}

img {
    user-select: none;
    pointer-events: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

backdrop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

window {
    width: 450px;
    height: 600px;
    background: url(/img/modal.png);
    background-size: cover;
    border-radius: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 15px;
}

.contain {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
}

.contain p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #000;
    padding: 10px;
    font-family: "Geist", sans-serif;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    border-radius: 5px;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.buttons {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
}

.buttons a {
    border-radius: 6px;
    border: none;
    background: url(/img/gold.png);
    background-size: cover;
    cursor: pointer;
    display: block;
    height: 100%;
    touch-action: manipulation;
    width: 100%;
    transition: inherit;
    padding: 10px 40px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    color: #000;
    font-family: "Geist", sans-serif;
    font-size: 18px;
}

textarea {
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    margin-bottom: 15px;
    height: 150px;
    border-radius: 6px;
    padding: 10px;
    background: #bfbfbfd0;
    color: #555555;
    font-family: Fredoka, sans-serif;
    font-size: 14px;
    font-family: "Geist", sans-serif;
    color: #000;
    line-height: 1.4em;
    outline: none;
    transition: background-color 0.2s ease 0s;
}

.contain span {
    padding: 15px 10px;
    width: 100%;
    font-family: "Geist", sans-serif;
    display: flex;
    font-size: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: #bfbfbfd0;
    align-items: start;
    gap: 40px;
    flex-direction: column;
    color: #000;
    border-radius: 6px;
}

#model {
    justify-content: space-between;
}

.contain a {
    padding: 10px;
    width: 100%;
    display: flex;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: #bfbfbfd0;
    align-items: center;
    border-radius: 6px;
    gap: 40px;
    color: #000;
    flex-direction: column;
}


.contain a img {
    height: 50px;
}

.error {
    border-color: red;
}


.contain img {
    width: 100%;
}

.contain h1 {
    font-family: "Geist", sans-serif;
    font-size: 66px;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0em;
    color: #000000;
}

.header {
    background-color: #1a0b48;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
}

.powered-by {
    color: #aaa;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.powered-by span {
    color: #fff;
    font-weight: 600;
}

.red-bar {
    height: 5px;
    background-color: #C41220;
}

.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    align-items: center;
    min-height: 100vh;
    justify-content: space-between;
    display: flex;
    gap: 40px;
    position: relative;
}

.content-left {
    flex: 1;
    max-width: 600px;
}

.content-right {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
}

.content-right p {
    font-size: 10px;
    color: #10104F;
    margin-top: 200px;
}

h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #01080B;
}

.rewards-button {
    display: inline-block;
    background-color: #C41220;
    color: white;
    font-weight: 900;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.tagline {
    font-size: 22px;
    font-weight: 600;
    color: #01080B;
    margin-bottom: 20px;
}

.description {
    margin-bottom: 30px;
    font-size: 16px;
}

.paragraph {
    color: #01080B;
    margin-bottom: 15px;
}

.connect-button {
    display: block;
    background: url(/img/gold.png);
    background-size: cover;
    border-radius: 12px;
    color: #222;
    text-align: center;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    margin-top: 30px;
}

.official-box {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
    background-color: #fff;
}

.official-title {
    color: #01080B;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.trump-image {
    width: 100%;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.phone-mockup {
    position: relative;
    z-index: 2;
    max-height: 550px;
    margin-right: 20px;
}

.official-box p {
    color: #01080B;
    font-size: 16px;
}

.logo span {
    background: linear-gradient(15deg, #FFFFFF, #CF8600);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.image_modal {
    width: 100%;
    margin-bottom: -10px;
}

footer {
    width: 100%;
    padding: 40px 20px;
    background: #fff;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer div {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer a img {
    width: 26px;
}

footer div a {
    color: #01080B;
    font-weight: 500;
}