html {
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    background:
        linear-gradient(-45deg, #0000 1.3%, #6B38A9 0 32%, #0000 0),
        linear-gradient(45deg, #0000 48%, #936BA9 0 52%, #0000 0),
        linear-gradient(45deg, #0000 1.3%, #6B38A9 0 32%, #0000 0) calc(32px/2) calc(32px/2),
        linear-gradient(-45deg, #0000 48%, #936BA9 0 52%, #0000 0) #6B38A9;
    background-size: calc(2*32px) 32px, 32px 32px;

    height: 200%;
    background-color: #6b38a9;
    font-family: "Wellfleet", serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
}

* {
    font-family: "Wellfleet", serif;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
}

.main {
    /* Rising sun / soft burst pattern */
    background-color: #fee376;
    background-image:
        repeating-conic-gradient(from 0deg,
            #f8b800 0deg 8deg,
            #fee376 8deg 16deg);
    background-size: 200% 400%;
    background-position: 50% -50%;

    border-radius: 0px 0px 20px 20px;
    width: min(95vw, 1000px);
    text-align: center;
    margin: 0px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 0px;
    padding: 0% 20% 0% 20%;
}

.title_container {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    container-type: inline-size;
    min-height: 120px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.title_container h2 {
    padding: 0px;
    margin: 5px 0 0 0;
    width: 100%;
    font-size: clamp(0.8rem, 6cqw, 10.5rem);
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.title_container h1 {
    color: #6b38a9;
    font-weight: 800;
    padding: 0px;
    margin: 0px;
    width: 100%;
    font-size: clamp(1.5rem, 16cqw, 26.5rem);
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.buttons {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.webapp {

    padding: clamp(0.8rem, 4cqw, 2rem) clamp(2rem, 6cqw, 4rem);
    border-radius: 999px;
    background: linear-gradient(135deg, #fee376 0%, #f8d94f 100%);
    font-size: clamp(1rem, 4cqw, 2rem);
    font-weight: 700;
    color: #6b38a9;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 10px;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease, background 0.3s ease;
    cursor: pointer;
    border: none;
}

.insta,
.survey {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.5rem;
    font-size: clamp(0.1rem, 3cqw, 1.5rem);
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    letter-spacing: 0.03em;
    margin: 5px;
}

/* Instagram - no background, just text + subtle hover effect */
.survey {
    color: #fff;
    /* or #6b38a9 if better contrast on yellow background */
    background: transparent;
    border: 2px solid #fff;
    /* optional outline for visibility */
}

.survey:hover {
    color: #fee376;
    /* swap text on hover */
    border-color: #fee376;
    transform: scale(1.05);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

/* Survey - solid pill button matching webapp theme */
.insta {
    background-color: #fee376;
    color: #6b38a9;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.insta:hover {
    background-color: #f8d94f;
    transform: scale(1.05);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.more {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(1.5rem, 1cqw, 26.5rem);
    background-color: transparent;
    border-style: none;
    color: rgb(255, 204, 0);
    border-bottom: 2px solid rgb(255, 204, 0, 0);
    transition: all 0.25s ease;
}

.more:hover {
    border-bottom: 2px solid rgb(255, 204, 0);
    transition: all 0.25s ease;
}

.webapp:hover {
    background: linear-gradient(135deg, #ffe97a 0%, #f9d630 100%);
    transform: scale(1.01);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

#about {
    height: 100vh;
    position: absolute;
    top: 100%;
    background-color: #fee376;
    width: 100%;

    background:
        conic-gradient(at 10% 50%, #0000 75%, #fee376 0),
        conic-gradient(at 10% 50%, #0000 75%, #fee376 0) calc(1*32px) calc(3*32px),
        conic-gradient(at 10% 50%, #0000 75%, #fee376 0) calc(2*32px) calc(1*32px),
        conic-gradient(at 10% 50%, #0000 75%, #fee376 0) calc(3*32px) calc(4*32px),
        conic-gradient(at 10% 50%, #0000 75%, #fee376 0) calc(4*32px) calc(2*32px),
        conic-gradient(at 50% 10%, #0000 75%, #fee376 0) 0 calc(4*32px),
        conic-gradient(at 50% 10%, #0000 75%, #fee376 0) calc(1*32px) calc(2*32px),
        conic-gradient(at 50% 10%, #0000 75%, #fee376 0) calc(2*32px) 0,
        conic-gradient(at 50% 10%, #0000 75%, #fee376 0) calc(3*32px) calc(3*32px),
        conic-gradient(at 50% 10%, #0000 75%, #fee376 0) calc(4*32px) calc(1*32px),
        #f3d14c;
    background-size: 160px 160px;
}



#newsletter {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 200%;
    background-color: #fee376;
    overflow: hidden;
    background: #6b38a9;

    /*background:
        linear-gradient(-45deg, #0000 1.3%, #6B38A9 0 32%, #0000 0),
        linear-gradient(45deg, #0000 48%, #936BA9 0 52%, #0000 0),
        linear-gradient(45deg, #0000 1.3%, #6B38A9 0 32%, #0000 0) calc(32px/2) calc(32px/2),
        linear-gradient(-45deg, #0000 48%, #936BA9 0 52%, #0000 0) #6B38A9;
    background-size: calc(2*32px) 32px, 32px 32px;*/
}

#newsletter .air {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(https://1.bp.blogspot.com/-xQUc-TovqDk/XdxogmMqIRI/AAAAAAAACvI/AizpnE509UMGBcTiLJ58BC6iViPYGYQfQCLcBGAsYHQ/s1600/wave.png);
    background-size: 1000px 100px
}

#newsletter .air.air1 {
    animation: wave 30s linear infinite;
    z-index: 1000;
    opacity: 0.4;
    animation-delay: 0s;
    bottom: 0;
}

#newsletter .air.air2 {
    animation: wave2 15s linear infinite;
    z-index: 999;
    opacity: 0.3;
    animation-delay: -5s;
    bottom: 10px;
}

#newsletter .air.air3 {
    animation: wave 30s linear infinite;
    z-index: 998;
    opacity: 0.1;
    animation-delay: -2s;
    bottom: 15px;
}

#newsletter .air.air4 {
    animation: wave2 5s linear infinite;
    z-index: 997;
    opacity: 0.2;
    animation-delay: -5s;
    bottom: 20px;
}

@keyframes wave {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: 1000px;
    }
}

@keyframes wave2 {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: -1000px;
    }
}



.about {
    background-color: #f8b800;
    width: 90%;
    max-height: 90%;
    margin: auto;
    border-radius: 10px;
    top: 5%;
    position: relative;
    max-width: 800px;
    padding: 20px;
    overflow: auto;

    /* Optional: subtle shadow inside scroll area */
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

/* Scrollbar for Webkit browsers (Chrome, Safari) */
.about::-webkit-scrollbar {
    width: 10px;
    /* width of the vertical scrollbar */
}

.about::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.about::-webkit-scrollbar-thumb {
    background-color: #e0c9b4;
    /* matches your theme */
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    /* gives padding effect */
}

.about::-webkit-scrollbar-thumb:hover {
    background-color: #e0c9b4;
}

/* Scrollbar for Firefox */
.about {
    scrollbar-width: thin;
    scrollbar-color: #e0c9b4 rgba(0, 0, 0, 0.05);
}

.about h1 {
    font-size: clamp(2rem, 4vw, 4rem);
    margin-bottom: 1rem;
    text-align: center;
}

.about p,
.about {
    font-size: clamp(1rem, 1.5vw, 2rem);
    line-height: 1.4;
    text-align: justify;
}




* {
    margin: 0px;
    padding: 0px;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1000;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #fee376;
    animation: animate 25s linear infinite;
    bottom: -150px;
    z-index: -1000;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0.3;
        border-radius: 50%;
    }

}

.privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    max-width: 500px;
    height: 100%;
    margin: auto;
    color: white;
}

#email {
    border-radius: 50ch;
    font-size: clamp(1rem, 2cqw, 2rem);
    padding: 5px;
    width: 100%;
}

#signup {
    border-radius: 50ch;
    background-color: #936BA9;
    color: white;
    border: transparent solid 2px;
    padding: 10px;
    font-size: clamp(1rem, 1cqw, 2rem);
    transition: all 0.25s ease;
}

#signup:hover {
    border: white solid 2px;
}