@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap'); */
:root {
    --ink: #333;
    --paper: #ffffff;
    --bg1: #dfd5c7;
    --bg2: #eaeaea;
    --bg3: #dcdcdc;
    --highlight: hwb(44 0% 28%);
    --link: #2a7bb1;


}


body {
    font-family: 'Tinos', 'Times New Roman', serif;

    margin: 80px auto;
    max-width: 650px;
    line-height: 1.75;
    font-size: 18px;
    color: var(--ink);
    padding: 0 10px;
    
    /* background-color: #f4f4f4; */
    background-color: var(--paper);
    /* background-image: url('https://www.transparenttextures.com/patterns/white-paper.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    /* background: linear-gradient(to bottom, #f4f4f4, #eaeaea); */

    border-color: var(--ink);

}

p {
	line-height: 2;

}

h1,
h2,
h3 {
    line-height: 1.5;
    font-weight: 400;
}

h2 {

    font-size: 32px;
    /* font-size: rem; */
    margin-bottom: 0.75em;
    text-align: center;

}

h3 {

    line-height: 1.5;
    font-weight: 700;
    font-size: 24px;

    text-align: center;
    margin-top: 0.4em;
    margin-bottom: 1.5em;
    /* font-family: 'Hanken Grotesk', sans-serif; */
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

button, .button {
    display: inline-block;
    padding: 0.4rem 2rem;

    font-size: 16px;
    color: var(--ink);
    /* background-color: #007BFF; */
    border-color: var(--ink);
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    border-radius: 100px;
    text-align: center;
    font-weight: bold;
    /* transition: background-color 0.3s ease; */
    font-family: 'Hanken Grotesk', sans-serif;

    background-color: var(--ink);
    color: white;
    box-shadow: 0 2px 8px hwb(44 15% 4% / 0.562);
    /* box-shadow: 0 4px 8px hwb(44 20% 0% / 0.689); */

}
.iti__selected-country {
    box-shadow: none;
}

.button.goto_signup {
    margin-top: 10px;
}

button:hover, .button:hover {
    /* background-color:  */
    color: var(--ink);
        background-color: var(--paper);

    /* background-color: hwb(44 15% 4% / 0.057); */
    /* color: white; */
    cursor: pointer;
    text-decoration: none;
    border-color: hwb(44 0% 28%);
    box-shadow: 0 2px 8px 2px hwb(44 15% 4% / 0.562);
    /* background-color: hwb(44 15% 4% / 0.057); */


    /* box-shadow: 0 4px 8px hwb(44 15% 4% / 0.795); */
    /* text-shadow: 0 1px px hwb(44 0% 0% / 0.562); */

}
button:active, .button:active {
    background-color: hwb(44 15% 4% / 0.057);
    /* color: white; */
    cursor: pointer;
    text-decoration: none;
    border-color: hwb(44 0% 28%);
    box-shadow: 0 2px 8px hwb(44 15% 4% / 0.562);
}


button:focus-visible, .button:focus-visible {
    outline: none;
    border: solid 4px hwb(226 37% 0% / 0.562);
    /* background-color: hwb(44 15% 4% / 0.057); */
    /* color: white; */
    text-decoration: none;
    cursor: pointer;
}


form button {
    width: 100%;
    padding: 0.4rem;
    /* border: none; */
    display: block;
    
    background-color: var(--ink);
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px;
    border-color: var(--ink);
    margin: 1.5rem auto
}

form label {

    display: block;
    /* margin-bottom: 0.5rem; */
    /* font-weight: bold; */
    font-size: 14px;
    color: var(--ink);
    font-family: 'Hanken Grotesk', sans-serif;
}
form input, form .iti
{
    margin-bottom: 10px;
    width: 100%;
}
form input
{
    width: 100%;
    box-sizing: border-box;


    font-family: 'Hanken Grotesk', sans-serif;

    font-size: 16px;
    padding: 0.4rem;

    border: 1px solid var(--ink);
    /* border-radius: 10px; */
    color: var(--ink);
    /* background-color: var(--bg3); */
    /* border: none; */
}
/*
form input
{
    width: 100%;
    padding: 0.4rem;
    border: 1px solid var(--ink_color);

    font-size: 16px;
    color: var(--ink_color);
    font-family: 'Hanken Grotesk', sans-serif;
    background-color: var(--paper_color);

    box-sizing: border-box;
}
*/



main.signup {
    margin: 0 auto;
    padding: 50px 40px;
    padding-top: 10px;
    background-color: var(--background_color);
    /* border-radius: 10px; */
    /* border-style: solid; */
    border-width: 1px;
    /* background-color: var(--bg3); */

    /* font-size: 14px; */
    color: var(--ink);
    max-width: 400px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
main.signup h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
    color: var(--ink);
}

.half-width {
    width: 100%;
    margin: 0 auto;
}

.small {
    font-size: 12px;
}




.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease-in-out;
}
.loading-overlay.active {
    visibility: visible;
    opacity: 1;
}
.loading-spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.sans {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 0.95em;

}
a {
    color: var(--link);
    text-decoration: none;
    font-weight: 700;
}
a:hover {
    text-decoration: underline;
    /* color: var(--ink); */
}


.iti__dropdown-content {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 14px;
}

.urgent {
    color: rgb(130, 0, 0);
    /* font-weight: 700;     */
    /* font-style: italic; */
    /* text-decoration: underline; */
    font-size: 1.8em;
    /* font-family: 'Hanken Grotesk', sans-serif; */
    margin: 0.5em 0;
    
}

.honeypotContainer {
    display: none;
}

/* .highlight  */
.highlight {
    /* position: relative; */
    /* text-decoration: underline;
    text-decoration-color: #ffe69b; */
     /* color: var(--highlight);
    font-weight: bold;  */
}

/* .highlight::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #FFD700, #FFC107);
    border-radius: 2px;
} */
